@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white url('images/loader-background.svg') no-repeat center;
  /*z-index: 5;*/
  z-index: 3;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    height: 100%;
    width: 100%;
      font-family: "Quicksand", sans-serif !important;
    /* overflow: hidden; */
}
.navbar {
  /* position: fixed !important; */
  /* z-index: 1000; */
  top: 0;
  width: 100%;
}


.navbar-nav li.nav-item:hover a.nav-link {
  color: #88c53e !important;
}

.navbar-nav .active {
  color: var(--primary) !important;
}

.collapse button:hover {
  color: #0d144f !important;
}


.btn1 {
  background-color: #88c53e;
  color: white !important;
  border: 1px solid #88c53e;
  border-radius: 10px;
  padding: 10px 15px;

}

.banner-btn {
  background-color: #0d144f !important;
  color: white !important;
  margin: 20px 20px;
  padding: 10px 15px;
  font-size: larger;
}

.banner-btn:hover {
  border: 1px solid #88c53e;
  background-color: #fff;
  color: #88c53e !important;
  border: 1px solid #88c53e;


}


.btn1:hover {
  border: 1px solid #88c53e;
  background-color: #fff;
  color: #88c53e !important;


}


*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --primary: #88c53e;
  --secondary: #0d144f;
  --light1: #88c53e4d;
  --white: #fff;
  --black: #000;
  --red: #df1818;
}

.home {
  height: 90vh;
  position: relative;
  padding-top: 20px;
}

/*video {*/
/*  object-fit: cover;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  z-index: 3;*/
/*}*/


/*.home-content {*/
/*  width: 600px;*/
/*  margin: 0 auto;*/
/*  position: relative;*/
/*  top: 80px;*/
/*  color: #fff;*/
/*  z-index: 4;*/
/*}*/

.contactmedia a {
  height: 40px;
  width: 40px;
  margin: 5px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition-duration: .4s
}

.contactmedia a:hover {
  box-shadow: 0 2px 15px 2px #fff
}



/*ACTUAL*/
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.home-content {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 80px;
  color: #fff;
  z-index: 2;
  text-align: center;

}

@media only screen and (max-width: 500px) {
  .home-content {
    padding: 10px;
    width: 300px;
  }

  .home-content h1 {
    font-size: 27px !important;
  }

}

@media only screen and (max-width: 576px) {
  .home-content {
    width: 300px;
  }

  .home-content h1 {
    font-size: 30px;
  }
}


body {
   font-family: "Quicksand", sans-serif !important;
  /* background: #eff3f8; */
  margin: 0;
}

a {
  outline: none;
  color: black !important;
  text-decoration: none !important;
}

p {

  font-size: 16px;
  font-weight: normal;
  color: #5f5f5f;
  margin-bottom: 15px;
  /* line-height: 2 */
}

h1 {
  /* font-size: 48px; */
  color: #0d144f !important;

}

h2 {

  color: #0d144f;
}

h3 {

  color: #0d144f !important;
}

h6 {
  color: #0d144f !important;
  font-weight: 700 !important;
}

h5 {
  color: #0d144f !important;
  font-weight: 800 !important;
}

.navbar {
  /* position: fixed !important; */
  /* z-index: 1000; */
  top: 0;
  width: 100%;
}


.navbar-nav li.nav-item:hover a.nav-link {
  color: #88c53e !important;
}

.navbar-nav .active {
  color: var(--primary) !important;
}

.collapse button:hover {
  color: #0d144f !important;
}


.btn1 {
  background-color: #88c53e;
  color: white !important;
  border: 1px solid #88c53e;
  border-radius: 10px;
  padding: 10px 15px;

}

.banner-btn {
  background-color: #0d144f !important;
  color: white !important;
  margin: 20px 20px;
  padding: 10px 15px;
  font-size: larger;
}

.banner-btn:hover {
  border: 1px solid #88c53e;
  background-color: #fff;
  color: #88c53e !important;
  border: 1px solid #88c53e;


}


.btn1:hover {
  border: 1px solid #88c53e;
  background-color: #fff;
  color: #88c53e !important;


}

.crd h3 {
  font-size: 25px !important;
}

@media (max-width: 576px) {
  .crd h3 {
    font-size: 12px !important;
  }
}

/*.about_img {*/
/*  text-align: center;*/
/*  height: 550px !important;*/
/*}*/

.custom-line {
  width: 100px;
  height: 1px;
  background-color: #000;
  margin-right: 20px;
  /* margin-left: 20px; */
}

.counter {
  text-align: center;
}

.counter-icon {
  font-size: 48px;
  color: #0d144f;
  margin: 10px;
}

.counter-number {
  font-size: 36px;
  font-weight: bold;
  color: #0d144f;
  margin: 0px;
}

.counter-heading {
  font-size: 24px;

  color: #0d144f;
}


/* Slider */

.slick-slide {
  margin: 0 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-slide {
  display: none;
  float: left;
  /* height: 100%; */
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.copy {
  padding-top: 250px;
}


button#scrollToTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  padding: 15px;
  background-color: #88c53e;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.frm1 {
  border: 2px solid #fff;
  background: #88c53e4d;
  border-radius: 10px;
}




/*Start Whatsapp Button */

/*.whatsapp-btn-container {*/
/*  position: fixed;*/
/*  right: 30px;*/
/*  opacity: 0;*/
/*  bottom: -50px;*/
/*  padding: 24px;*/
/*  animation: fade-up 1000ms forwards;*/
/*  animation-delay: 1000ms;*/
/*}*/

/*@keyframes fade-up {*/
/*  100% {*/
/*      bottom: 24px;*/
/*      opacity: 1;*/
/*  }*/
/*}*/

/*.whatsapp-btn-container .whatsapp-btn {*/
/*  font-size: 48px;*/
/*  color: #25d366;*/
/*  display: inline-block;*/
/*  transition: all 400ms;*/
/*}*/

/*.whatsapp-btn-container .whatsapp-btn:hover {*/
/*  transform: scale(1.2);*/
/*}*/

/*.whatsapp-btn-container span {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 4px;*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: bold;*/
/*  color: #075e54;*/
/*  transform: rotateZ(20deg) translateX(10px);*/
/*  opacity: 0;*/
/*  transition: all 400ms;*/
/*}*/

/*.whatsapp-btn-container .whatsapp-btn:hover + span {*/
/*  transform: rotateZ(0deg) translateX(0px);*/
/*  opacity: 1;*/
/*}*/




/*End Whatsapp Button*/



.service_btn {
  background-color: white !important;
  color: #0d144f !important;
  /* border: 1px solid #0d144f ; */
}

.service_btn:hover {
  background-color: #88c53e !important;
  color: white !important;
  border: 0px !important;
}
.overlay
 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.329) !important;
    opacity: 0.7;
    z-index: 2;
 }


.shadow {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  border-radius: 16px;
  background: white;
}




.overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 255, 0.5);
  z-index: 1;
  /* To make sure it's behind the text */
}

.overlay-text {
  position: absolute;
  width: 70%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
 
  color: #88c53e !important;
  z-index: 2;
  /* To make sure it's above the overlay */
}

/* General styles */
.points li {
  font-size: 16px;
  padding: 10px 0;
}

.points li p {
  margin: 0;
  padding-left: 8px;
}

.points svg {
  margin-right: 8px;
}

/* For mobile */
@media only screen and (max-width: 600px) {
  .points li {
    font-size: 14px;
    /* Adjust font size for better readability on mobile */
    padding: 5px 0;
    /* Adjust padding for better spacing on mobile */
  }

  .points li p {
    padding-left: 5px;
    /* Adjust padding for better spacing on mobile */
  }

  .points svg {
    width: 20px;
    /* Adjust icon size for better fit on mobile */
    height: 20px;
    /* Adjust icon size for better fit on mobile */
    margin-right: 5px;
    /* Adjust spacing for better fit on mobile */
  }
}



.mission-card h3 {
  color: #0d144f;
  font-size: 32px;
}

.mission-card:hover h3 {
  transition: color 0.3s ease-in-out;
  color: #ffffff;
  font-size: 32px;
}

.mission-card:hover h5 {
  color: #ffffff !important;

}

.mission-card h5 {
  color: #5f5f5f !important;

}

.mission-card:hover .card-body {
  background-color: #88c53e;
}

.contact-card:hover .card-body {
  background-color: #88c53e4d;
}


.mission-card:hover .card-body p {
  color: white;
}

.contact-card .card-body p {
  color: #0d144f
}


.icon {
  margin-top: -57px;
  margin-bottom: 20px;

}

.icon svg {
  background-color: white;
  padding: 20px;
  border-radius: 50%;
  color: #88c53e;
  border: solid 1px #dee2e6;
}



.ratings {
  color: #cecece !important;
  font-size: 18px;
}

.rating-color {
  color: #fbc634 !important;
}

.icon-review {
  color: #88c53e;
}


.custom-search {
  position: relative;
  width: 100%;
}

.custom-search-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 20px 100px 20px 20px;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
}

.custom-search-botton {
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 0;
  background: #fff;
  color: #88c53e;
  outline: none;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  z-index: 2;
  border: 1px solid #fff !important;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.custom-search-botton:hover {
  background: #88c53e !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  transform: scale(1.05);
}

.custom-search-botton svg path {
  transition: fill 0.3s;
}

.custom-search-botton:hover svg path {
  fill: #fff;
}

#long-button {
  background: #88c53e;
  padding-top: 0px;
  padding-bottom: 0px;
}


.contact-form {
  background-color: #88c53e4d;
  padding: 20px;
  border-radius: 10px;
}

.form input,
.form textarea {
  width: 100%;
  border: 2px solid #e8e8e8;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 30px;
}


.form input::placeholder,
.form textarea::placeholder {
  color: #0d144f;
  font-weight: 700;
}

#contact {
  background: rgba(0, 0, 0, 0.05)
}



#services-section {
  background: #fff
}

#slider {
  background-color: white;
}

.service-card {
  background-color: white;
}



.image-container {
  position: relative;
  overflow: hidden;
}

.image-container:hover {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;

}

.image-container img {
  transition: transform 0.3s ease;

}

.image-container:hover img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transform: scale(1.1);

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-container:hover .overlay {
  opacity: 1;
  border-radius: 5px;
}


/* Optional: Add a box shadow on hover for a more pronounced effect */
.card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}









#Applicable-section {
  background: #88c53e4d;
}

.card-img-top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

#choose-section {
  background: #88c53e4d
}


#product-2 {
  background: #88c53e4d
}

.counter-number::after {
  content: "+";
  margin-left: 4px;
  /* Adjust the spacing as needed */
}

.slide-heading {
  font-weight: 800;
  font-size: 70px;
  color: white !important;
}

.slide-para {
  color: white !important;
}

#footer {
  /* background: #0d144f ; */
  background-color: #0d144f;
}

#footer p {
  color: white;
}

#footer h6 {
  color: white !important;
}

#lowerfooter {
  background: #88c53e !important;
  color: #fff;
}

.footer-social a {
  /* color: #5f5f5f !important; */
  color: white !important;

}

.footer-social a:hover {
  color: #88c53e !important;

}


/* video */

/* .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    
  }
  video {
    min-width: 100%;
    min-height: 100h;
    z-index: 1;
     } */


.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.home {
  position: relative;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black !important;
  opacity: 0.2 !;
  /* Adjust the opacity as needed */
  z-index: 2;
}

/* timeline */


/* The actual timeline (the vertical ruler) */
.timeline2 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline2::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #0d144f ;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline_container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #0d144f;
  border: 4px solid #88c53e;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}


/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #88c53e;
  position: relative;
  border-radius: 6px;
  color: #0d144f;
}

.content p {
  color: white;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Full-width containers */
  .timeline_container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
  .timeline2::after {
    left: 8% !important;
  }
}
.accordion-header {
  background-color: #fff;
  color: #0d144f;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-bottom: 1px solid #000;
  transition: 0.4s;
}

.accordion-item {
  border: none;
}

.accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
}

/* .accordion::before {

  font-size: 20px;
  float: left;
  margin-right: 5px;
} */

/* .accordion::after {
content: '\2212';
font-size: 20px;
float: right;
 } */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


/* whatsapp button*/
#whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}

#whatsapp-button a {
  display: block;
  width: 60px;
  height: 60px;
  /*background-color: #25d366;  WhatsApp green color */
  background-color: #13e054;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#whatsapp-button img {
  width: 40px;
  height: 40px;

}

/* 000 */
#whatsapp-button {
  position: fixed;
  right: 2rem;
  z-index: 99999;
}

#whatsapp-button a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #13e054;
  /* WhatsApp green color */
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2);
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 60px;
  /* Vertical centering */
  text-decoration: none;
  color: #ffffff;
}

#whatsapp-button a img {
  width: 40px;
  height: 40px;

}

#whatsapp-button a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: scale(0);
  animation: cc-calto-action-ripple 0.6s linear infinite;
  pointer-events: none;
  top: 0;
  left: 0;
}

@keyframes cc-calto-action-ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* whatsapp button*/

/* Why Choose Us */
.industry-section {
  padding: 45px 0;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #1f2745;
}

.section-subtitle {
  font-size: 18px;
  color: #6c757d;
  max-width: 900px;
  margin: auto;
}

/* Card */
.feature-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 30px;
  min-height: 300px;
  transition: 0.35s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

/* Hover effects */
.feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* NEW — Scoped only to Why Choose Us section */
.whychooseus .feature-card {
  border: 2px solid transparent;
}

.whychooseus .feature-card:hover {
  border-color: #88c53e; /* Green border */
}

.whychooseus .feature-card:hover .feature-title {
  color: #88c53e; /* Green heading on hover */
}

/* Icon Box */
.icon-box {
  width: 70px;
  height: 70px;
  background: #8ccf4d;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
  transition: 0.3s;
}

.icon-box i {
  color: #fff;
  font-size: 32px;
  transition: 0.3s ease;
}

.feature-card:hover .icon-box {
  transform: scale(1.15);
}

.feature-title {
  font-weight: 700;
  font-size: 20px;
  color: #1f2745;
  margin-bottom: 10px;
}

.feature-text {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 10px;
}
/* Why Choose Us */


/* PARTNEr */
