﻿


   /* General Reset */ 
   body 
   { 
       margin: 0; 
       font-family: "Inter", sans-serif; 

   } 
   .navbar {
      background-color: #004c8f; /* custom background */
    }
    .navbar .nav-link,
    .navbar .dropdown-toggle {
      color: #fff !important; /* white text */
    }
    .navbar .nav-link:hover,
    .navbar .dropdown-toggle:hover {
      color: #ffd700 !important; /* optional hover color (gold) */
    }
    .dropdown-toggle::after {
      display: none; /* hide default caret */
    }
    .dropdown-toggle .bi {
      transition: transform 0.3s ease;
    }
    .dropdown.show .bi {
      transform: rotate(180deg);
    }
    /* Smooth dropdown animation */
    .dropdown-menu {
      background-color: #004c8f; /* match navbar background */
      color: #fff;
      display: block;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: all 0.3s ease;
    }
    .dropdown-menu .dropdown-item {
      color: #fff;
    }
    .dropdown-menu .dropdown-item:hover {
      background-color: #003b6d; /* darker shade on hover */
      color: #ffd700; /* optional hover text color */
    }
    .dropdown:hover .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .navbar-nav {
      margin: 0 auto; /* center align */
    }


.top-header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  z-index: 1;
}

.logo img {
  max-height: 60px;
}

.contact-icons {
  /*gap: 1rem;*/
  flex-wrap: wrap;
}

.social-link {
  color: #004c8f;
  font-size: 1.2rem;
  margin-right: 0.75rem;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #106EBE;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact-link {
  color: #004c8f;
  font-size: 0.95rem;
  font-weight:500;
  text-decoration: none;
  margin-right: 1rem;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #106EBE;
}

/* Responsive stacking */
@media (max-width: 576px) {
  .top-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-icons {
    /*margin-top: 0.5rem;*/
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info {
    margin-top: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-link {
    margin-bottom: 0.25rem;
  }
}


/*</style>*/



/*slider css*/

.carousel-caption {
     position: absolute;
    left: 10% 10%;
    top: 36.25rem;
    left: 43%;
   border-radius: 2px;
  animation: fadeSlideUp 1s ease forwards;
}

.carousel-caption2 {
    position: absolute;
    left: 10% 10%;
    top: 27.25rem;
    left: 39%;
    border-radius: 2px;
    animation: fadeSlideUp 1s ease forwards;
}


.carousel-caption1 {
    position: absolute;
    left: 10% 10%;
    top: 25.25rem;
    left: 15%;
    border-radius: 2px;
    animation: fadeSlideUp 1s ease forwards;
}

.carousel-caption h2 {
  font-size: 3rem;
  font-weight: 600;
  color:#fff;/* #404040;*/
}

.carousel-caption p {
  font-size: 1.1rem;
  color: #f0f8ff;
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Remove background and animate captions */
.slide-caption {
  animation: slideInUp 1s ease forwards;
  
}

.slide-caption h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.3s;
   
  
}

.slide-caption p {
  font-size: 1.1rem;
  /*color: #f0f8ff;*/
    
  opacity: 0;
  animation: fadeInText 1s ease forwards;
  animation-delay: 0.6s;
}

.slide-caption-h2
{
    background :rgba(254, 45, 88,0.2);
    padding:5px 15px;
    border: 1px solid rgb(254, 45, 88)
}

.slide-caption-p
{
   /* background :rgba(254, 45, 88,0.2);  rgba(64, 64, 64,0.2);*/
    color:#212529;
    padding:5px 10px;
}

@keyframes slideInUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*</style>*/

/*<style>*/

    .cooperative-section {
  background: linear-gradient(to right, #f0f8ff, #e6f2fb);
  background: linear-gradient(to right, #f7fafe,  #e1eefa);
 
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #004c8f;
  animation: fadeInDown 1s ease;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  animation: fadeInDown 1s ease;
}

.feature-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 120, 212, 0.1);
  transition: transform 0.3s ease;
  animation: slideUp 1s ease forwards;
  opacity: 0;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 2.5rem;
  color: #004c8f;
  margin-bottom: 1rem;
}

.animate-slide {
  animation-delay: 0.2s;
}

.animate-slide.delay-1 {
  animation-delay: 0.4s;
}

.animate-slide.delay-2 {
  animation-delay: 0.6s;
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


/*</style>*/

/*<style>*/

    /* Feature Card Styling */
.feature-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 120, 212, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
}

/* Hover Effects */
.feature-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 120, 212, 0.2);
}

/* Icon Styling */
/*.feature-icon {
  font-size: 2.5rem;
  color: #004c8f;
  margin-bottom: 1rem;
}*/

/* Scroll-triggered reveal */
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}



/* Icon styling */
.feature-icon {
  font-size: 2.5rem;
  color: #004c8f;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

/* Icon bounce on hover */
.feature-card:hover .feature-icon {
  transform: scale(1.2);
}

.feature-card h5,
.feature-card p {
  transition: color 0.3s ease, opacity 0.3s ease;
}

.feature-card:hover h5 {
  color: #004c8f;
}

.feature-card:hover p {
  opacity: 0.9;
}




/*</style>

<style>*/
    .about-section {
  background: linear-gradient(to right, #ffffff, #f0f8ff);
}

.about-title {
  font-size: 2rem;
  font-weight: 700;
  color: #004c8f;
  margin-bottom: 1rem;
}

.about-text {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 1rem;
}

.about-list {
  list-style: none;
  padding-left: 0;
}

.about-list li {
  font-size: 1rem;
  color: #004c8f;
  margin-bottom: 0.5rem;
}

.about-list i {
  margin-right: 0.5rem;
  color: #106EBE;
}

/* Scroll-triggered reveal */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


/*</style>

<style>*/
.schemes-section {
  background: linear-gradient(to right, #e6f0ff, #f0f8ff);
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0056b3;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #444;
}

.scheme-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1.8rem;
  box-shadow: 0 8px 20px rgba(0, 86, 179, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  /*opacity: 0;*/
  transform: translateY(40px);
}

.scheme-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 86, 179, 0.2);
}

.scheme-card h5 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0056b3;
  margin-bottom: 1rem;
}

.scheme-list {
  list-style: none;
  padding-left: 0;
}

.scheme-list li {
  margin-bottom: 0.6rem;
}

.scheme-list a {
  text-decoration: none;
  font-size: 1rem;
  color: #0056b3;
  transition: color 0.3s ease;
}

.scheme-list a:hover {
  color: #003d80;
}

/* Scroll-triggered reveal */
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}



/*</style>

<style>*/
    .scheme-card h5 i {
  font-size: 1.8rem;
  transition: transform 0.3s ease;
}

/* Colorful gradients using text fill */
.scheme-card h5 i.bi-piggy-bank-fill {
  background: linear-gradient(to right, #ff6f61, #ffb88c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scheme-card h5 i.bi-cash-coin {
  background: linear-gradient(to right, #28a745, #a8e063);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scheme-card h5 i.bi-people-fill {
  background: linear-gradient(to right, #007bff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Animate on hover */
.scheme-card:hover h5 i {
  animation: pulse 0.6s ease-in-out;
}


/*</style>

<style>*/







.ceo-section {
  background: linear-gradient(to right, #f0f8ff, #e6f0ff);
}

/*.ceo-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border: 5px solid #004c8f;
}*/


.ceo-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid transparent;
  border: 1px solid #b9bec4;
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at center, #e7e8e8, #cfd0d0);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 10px 25px rgba(0, 120, 212, 0.7);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover effect */
.ceo-img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 120, 212, 0.3);
}

/*.ceo-title {
  font-size: 1rem;
  color: #555;
  margin-top: -5px;
}*/

.ceo-title {
  font-size: 1rem;
  color: #555;
  margin-top: -5px;
  font-style: italic;
}

.ceo-section h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #004c8f;
}


.ceo-message-box {
  background-color: #ffffff;
  border-left: 6px solid #004c8f;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 120, 212, 0.1);
  animation: fadeInUp 1s ease forwards;
}

.ceo-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #004c8f;
  margin-bottom: 1rem;
}

.ceo-text {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  font-style: italic;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*</style>

<style>*/
    .news-events-section {
  background: linear-gradient(to right, #f0f8ff, #e6f0ff);
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #004c8f;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.news-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 120, 212, 0.1);
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-content {
  padding: 1rem;
}

.news-content h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #004c8f;
  margin-bottom: 0.5rem;
}

.news-content p {
  font-size: 0.95rem;
  color: #333;
}

/*</style>

<style>*/
    .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
  background: #004c8f;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  pointer-events: all;
  transition: background 0.3s ease;
}

.owl-nav button:hover {
  background: #0056b3;
}


.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #004c8f;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  pointer-events: all;
  transition: background 0.3s ease;
}




/*</style>

<style>*/
    /* Owl Carousel navigation arrows */
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #004c8f;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  pointer-events: all;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav button:hover {
  background: #0056b3;
}

/*</style>

<style>*/
.products-carousel-section {
  background: linear-gradient(to right, #f0f8ff, #e6f0ff);
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004c8f;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.product-slide {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 120, 212, 0.1);
  transition: transform 0.3s ease;
}

.product-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 120, 212, 0.2);
}

.product-icon {
  font-size: 2.5rem;
  color: #004c8f;
  margin-bottom: 1rem;
}


/*</style>

<style>*/


 
  .counters-section {
  background-image: url('../images/testimonial-bg.jpg'); /* Replace with your image */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.counters-section .overlay {
  background-color: rgba(0, 0, 0, 0.2);
 
  padding: 60px 0;
}

.counter-box {
  background-color: rgba(255, 255, 255, 0.05);
  /*border: 2px solid #fff;
  border-radius: 8px;*/
  padding: 30px 20px;
  margin: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*.counter-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}*/

/*.counter-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #fff;
}*/

.counter-icon {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 15px;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 8px;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.counter-box:hover .counter-icon {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}


.counter-box h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.counter-box p {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
}


/*</style>

<style>*/
    .testimonial-text-section {
  background: linear-gradient(to right, #f0f8ff, #e6f0ff);
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004c8f;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.testimonial-text-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0, 120, 212, 0.1);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-text-card p {
  font-size: 1.2rem;
  font-style: italic;
  color: #333;
  margin-bottom: 1rem;
}

.testimonial-text-card h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #004c8f;
}

/* Owl Carousel Arrows */
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #004c8f;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  pointer-events: all;
  transition: background 0.3s ease;
}

.owl-nav button:hover {
  background: #0056b3;
}

/*</style>

<style>*/
    .footer-section {
  background-color:#0a1f33; /* Deep navy blue  #0d1b2a;*/
  color: #fff;
  padding: 60px 0 30px;
  font-family: 'Segoe UI', sans-serif;
}

    

.footer-section h5 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #ffcc00;
}

.footer-section p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffcc00;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
  color: #ccc;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ffcc00;
}

.footer-section hr {
  border-top: 1px solid #444;
  margin: 30px 0;
}

.footer-section .copyright {
  font-size: 0.85rem;
  color: #aaa;
}
.footer-logo {
  max-width: 160px;
  height: auto;
}

/*.footer-section .copyright {
  background-color: #1c3a57;
  padding: 15px 0;
  font-size: 0.85rem;
  color: #eee;
}*/


/*</style>*/