@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body
{
  font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;

}


.pm-background {

  background: #F0FFEC !important;

}

.sm-background {

  background: #1F6335;
}




.primary-button {

  background: #60BB46;
  border: none;
  border-radius: 68px;
  padding: 8px;
}

h1, h2, h3,h4 {

  color:#3958A8;
  font-size: 30px;
  font-weight: 900;

}

h5 {

  font-size: 28px;
  font-weight: 700;
}

.custom-btn {
    background: #ffffff !important;      /* White background */
    color: #60BB46 !important;           /* Green text */
    padding: 8px 25px;
    border-radius: 68px;
    text-decoration: none;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border: 2px solid #60BB46;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background: #d4f0c8 !important;      /* Light green on hover */
    color: #ffffff !important;           /* White text on hover */
}


.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .nav-bg {
    background:#1F6335 !important;
    color:#fff !important ;
    border-radius: 10px;
    padding: 10px;
  }


/*header */

header {
  background:#F0FFEC;
}


/*header */
/* nav */

  .nav-item a
  {
    color: #fff!important;
  }

  .nav-item:after {

    content: "|";
    position: relative;
    top: 8px;
}

.nav-link
{
  float: left;
  vertical-align: sub;
}

.nav-item:last-child:after{

  content: '';
}

.act-btn
{
  background-color: #FFFFFF;
  border-radius: 68px;
  color:#60BB46 !important;
}

.act-btn:hover {

  background:#60BB46;
  color:#fff !important;
}

.act-btn:hover svg {

  fill:#333;
}
  /* nav */


  /*slider */


  .slider-text 
  {

    padding-top: 100px;
    padding-left: 40px;
  }


.slider-text h1 {

  color:#3958A8;
  font-size: 40px;
  font-weight: 900;

}

.slider-text h1 span {
  color:#60BB46;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.list-slider li:before
{

  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  background-color: #60BB46;
  border-radius: 50px;
  margin-left: -21px;
  margin-top: 9px;
}


.list-slider li
{
  padding-left: 20px;
}


.card-block .card {

  background-color: #E7FAE2;
  border-radius:18px;
}

.card-title {

  color:#3958A8 !important;
  font-size: 23px !important;
}

.card a {

  margin-left: 10px;
}

aside {

  background:#3958A8;
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-d {
  
  background: #344C8B;
  border-radius: 68px;        
  padding: 6px 16px;
  font-size: 19px;
  margin-left: 10px;
}
                
.testimonial-swiper {
  width: 100%;
}

/* Testimonial Card */
.testimonial-card {
  background: #ffffff;
  padding: 30px 25px;
  position: relative;
  text-align: center;
  border-left: 3px solid #60BB46;;
  min-height: 200px;
}

.testimonial-card  h4 {

  color:#000000;
  font-size: 18px;
  font-weight: bold;
}

/* Quotation styling using ::before and ::after */


.testimonial-text {
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333;
  font-style: italic;
  position: relative;
  padding: 0 10px;
}

/* Author name */
.testimonial-author {
  font-weight: bold;
  color: #3958A8;
  margin-top: 10px;
}

/* Swiper pagination */
.swiper-pagination-bullet {
  background: #3958A8;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Swiper navigation arrows */
.swiper-button-prev,
.swiper-button-next {
  color: #3958A8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 25px 15px;
  }
  .testimonial-text {
    font-size: 16px;
  }
}


.faq {
 background: #EDFDE8; 
}

.accordion-button:not(.collapsed) {
  background-color: #f5fff2;
  color: #28a745;
  font-weight: 600;
}

.accordion-button.collapsed {
  color: #000;
  background: transparent;
}

.accordion-item {
  border: 1px solid #98e29f;
  text-align: left;
  border-radius: 10px;
}

.accordion-button:focus {
  box-shadow: none;
}

.footer {
  background-color: #214091;
  color: #efefef;
  padding: 1rem 1rem;
}


.link-tab  {
  background:#2A4896;
  border-radius: 10px;
}


.footer h5 {
  font-size: 18px;
  font-weight: 600;
}

.footer a {
  color: #efefef;
  text-decoration: none;
  margin-left: 5px;
  margin-right:5px;
}

.footer p {
  font-size: 16px;
}

.whatsapp-btn {
  background-color: #60BB46;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  align-items: center;
  font-weight: 500;
  margin-top: 10px;
}

.whatsapp-btn:hover {
  background-color: #60BB46;
}

/* Hover dropdown - Bootstrap override */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  transition: all 0.2s ease-in-out;
}


@media (min-width: 768px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


.header-title
{
  text-align: center;
}

.header-title h2 {
  font-size: 21px;
  font-weight: 500;
  background: #beeab2;
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #28a745;
  color: #206336;
}

.header-title h1 {
  font-size: 22px;
  font-weight: 300;
}

.service-icon {
  font-size: 40px;
  color: #1F6335;
  margin-bottom: 15px;
}

.service-icon2 {
  color: #fff; /* Customize the color as needed */
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}



.service-icon-white {
  color: white;
  font-size: 2rem; /* Adjust icon size as needed */
  display: block;
}

.services h5 {

  font-size: 18px !important; 
  font-weight: 300;
  margin-top: 30px;
}


/* Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366; /* WhatsApp green */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366; /* WhatsApp green */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: background 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e; /* darker green */
}


@media (max-width: 767px) {
  .navbar-text {
    display: none !important;
  }
}

.navbar-nav .nav-link {
  color: #fff !important;
  padding: 8px 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #60BB46 !important; /* highlight green on hover */
}

.dropdown-menu-dark .dropdown-item:hover {
  background-color: #60BB46;
  color: #fff;
}
/* Mobile view */
@media (max-width: 767px) {
  .nav-item:after {
      content: none; /* remove | */
  }
  .navbar-nav .nav-item {
      border-bottom: 1px solid #efefef;
      padding: 8px 0;
  }
  .navbar-nav .nav-item:last-child {
      border-bottom: none; /* avoid border on last item */
  }
}


.container.fixed-container {
   position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    width: 100%;
    transition: all 0.3s ease;
}


#navbarContainer {
    transition: top 0.3s ease, background-color 0.3s ease;
}





@media (max-width: 767px) {
    
      header .slider-text {
        padding-top: 50px;
        padding-left: 15px;
     
    }

    

    .swiper-button-prev,
    .swiper-button-next {
        display: none; /* Hide nav arrows on mobile */
    }
}



