/* navbar */
.navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  color: rgb(39, 39, 39);
  transition: background-color 0.3s ease;
  border-radius: 0.375rem;
  font-weight: 500;
}

.navbar-nav {
  gap: 1rem;
}

.navbar-nav .nav-link:hover {
  background-color: #e3ffbe;
}

.nav-link.active {
  background-color: #e3ffbe;
  font-weight: bold;
  color: rgb(39, 39, 39) !important;
}

.navbar-brand {
  font-weight: bold;
  color: rgb(39, 39, 39);
}

.phone-icon {
  background-color: #20b2aa;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 0.5rem;
  margin-right: 0.5rem;
}

.navbar {
  color: rgb(39, 39, 39);
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #1A3129;
  box-shadow: 0px 3px 13px #7c7c7c;
  z-index: 100;
}




        
/* carousel */
 .size {
   height: 93vh;
   background-size: cover;
   background-position: center;
   position: relative;
 }

 .carousel-caption {
   top: 50%;
   transform: translateY(-50%);
   bottom: auto;
   text-align: center;
 }

 .carousel-caption h1 {
   font-size: 4.5rem;
   font-weight: bold;
   color: #ffffff;
 }

 @media (max-width: 767px) {
   .carousel-caption h1 {
     font-size: 2.5rem;
     font-weight: bold;
     color: #ffffff;
   }
 }

 .carousel-caption p {
   font-size: 1.2rem;
 }

 .btn-custom {
   background-color: #00b3b3;
   color: white;
   padding: 12px 24px;
   font-size: 1.2rem;
   border-radius: 25px;
 }

 .btn-custom:hover {
   background-color: #00b3b3;
   color: white;
 }

 .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.4);
 }


 /* button */

 
  
    .bubble-btn {
      position: relative;
      padding: 0.75rem 2rem;
      font-weight: bold;
      font-size: 1rem;
      color: #fff;
      background-color: #8CC63F;
      border: none;
      overflow: hidden;
      border-radius: 0.3rem;
      cursor: pointer;
      z-index: 1;
    }

    .bubble-btn .bubble {
      position: absolute;
      bottom: 0;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      animation: bubbleUp 1.5s ease-out forwards;
      pointer-events: none;
      opacity: 0;
    }

    @keyframes bubbleUp {
      0% {
        transform: translateY(0);
        opacity: 1;
      }
      100% {
        transform: translateY(-100px);
        opacity: 0;
      }
    }


    /* footer */

 
    .footer {
      background-color: #2B2B2B;
      color: #ffffff;
      padding-top: 50px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .cta-box {
      background: linear-gradient(to right, #8cc63f, #7cc035);
      border-radius: 12px;
      padding: 30px;
      color: #fff;
      margin-bottom: 40px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
    }

 
    .cta-box .btn {
      background-color: white;
      color: black;
      font-weight: 600;
      padding: 10px 25px; 
      transition: all 0.3s ease;
    }

    .cta-box .btn:hover {
      background-color: black;
      color: white;
    }

    .footer a {
      color: #ffffff;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer a:hover {
      color: white;
    }

    .footer .social-icons i {
      color: #fff;
      margin-right: 15px;
      font-size: 22px;
      transition: transform 0.3s, color 0.3s;
    }

    .footer .social-icons i:hover {
      color: #8cc63f;
      transform: scale(1.2);
    }

    .footer .form-control { 
      padding-left: 15px;
      border: none;
      height: 40px;
    }

    .footer .btn-send {
      background-color: #8cc63f;
      color: white; 
      padding: 8px 20px;
      border: none;
      transition: background 0.3s ease;
    }

    .footer .btn-send:hover {
      background-color: #7ab62f;
    }

    .footer h6 {
      font-weight: 700;
      margin-bottom: 15px;
      position: relative;
    }

    .footer h6::after {
      content: '';
      display: block;
      width: 30px;
      height: 3px;
      background: #8cc63f;
      margin-top: 8px;
    }

    .footer ul {
      padding-left: 0;
      list-style: none;
    }

    .footer ul li {
      margin-bottom: 10px;
    }

    @media (max-width: 576px) {
      .cta-box {
        text-align: center;
      }

      .cta-box .btn {
        margin-top: 15px;
      }
    }


     .margintop {
   margin-top: 117px;
 }

 @media (max-width: 767px) and (min-width: 320px) {
   .margintop {
     margin-top: 50px;
   }
 }

 

    .about-container {
  position: relative;
  overflow: hidden;
  display: inline-block;


       min-height: 100%;
        display: flex;
        align-items: center;
}

.about-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;


       height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

/* The spark - initially hidden */
.about-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;           /* start off left */
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: drop-shadow(0 0 6px white);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0;      
}

.about-container:hover::before {
  opacity: 0.5;
  animation: spark-move 0.5s linear forwards;
}

@keyframes spark-move {
  0% {
    left: -30%;
  }
  100% {
    left: 130%;
    opacity: 0;   
  }
}


 
    /* counter */
 .counter-section {
   background-color: #8CC63F;
   padding: 40px 0;
   color: #ffffff;
 }

 .counter {
   font-size: 2.5rem;
   font-weight: bold;
 }

 .highlight {
   background-color: #F6FBE9;
   border-radius: 5px;
   padding: 5px 10px;
   margin-bottom: 10px;
   font-weight: 500;
   display: inline-block;
   animation: fadeInDown 0.5s ease;
   color: #000000;
 }
 


 
 
  .step-box {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px 20px;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .step-box:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transform: translateY(-5px);
  }

  .step-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }

  .step-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2946B8;
    background-color: #e8ecff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step-icon i, svg{
    font-size: 40px;
    color: white;
    background-color: #2946B8;
    border-radius: 50%;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .heading-step {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    color: #333;
  }

  @media (max-width: 768px) {
    .step-header {
      flex-direction: column;
      gap: 10px;
    }
  }
 


 
    
    
    .why-choose-us h6 {
      color: #7AB730;
      font-weight: bold;
    }
    .why-choose-us h2 {
      font-weight: bold;
    }
    .feature-box {
      display: flex;
      align-items: center;
      background: #0D6EFD;
      color: white;
      padding: 10px 20px;
      border-radius: 5px;
      margin: 10px 0;
    }
    .feature-box i {
      color: #4CAF50;
      background: white;
      border-radius: 50%;
      padding: 4px;
      margin-right: 10px;
    }
    .image-container img {
      width: 100%;
      max-width: 500px;
    }
    .image-container {
      position: relative;
    }


          .icon{
        font-size:17px;
      }


      /* blog */
.blog-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 450px;

}

@media (max-width:1200px) {
  .blog-card {
    height: 370px;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .blog-card {

    height: 500px;
  }
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .blog-card {

    height: 397px;
  }
}





.blog-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #8CC63F;
  transition: width 0.3s ease;
}

.blog-card:hover::after {
  width: 100%;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
}

.blog-image-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.blog-card:hover .blog-image-wrapper img {
  transform: scale(1.05);
  filter: brightness(1.15) drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
}

.blog-date {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #8CC63F;
  padding: 0.4rem 0.7rem;
  border-radius: 0.5rem;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.blog-date span {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  color: #ffffff;
}

.blog-date small {
  font-size: 0.75rem;
  color: #ffffff;
}

.blog-content {
  padding: 1.2rem;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;

}

.blog-meta {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.blog-title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.read-more {
  font-weight: 500;
  color: #8CC63F;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}


  .client-image{
    height:50px;
    width:50px;
    border-radius: 100%;
  }
 


    .highlight-text {
      color: #6DB33F;
      font-weight: 600;
      font-size: 17px;
    }
    .section-title {
      font-size: 33px;
      font-weight: bold;
      margin-bottom: 30px;
    }
    .feature-box-about {
      background-color: #EAF6E9;
      border-left: 5px solid #6DB33F;
      padding: 10px 20px;
      margin-bottom: 20px;
      color:black ;
    }
    .feature-box-about h6 {
      font-weight: 600;
    }


        /* pricing */
 .custom-tabs {
   display: flex;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   white-space: nowrap;
   flex-wrap: nowrap;
   border-bottom: 2px solid #ddd;
 }

 .custom-tab-button {
   flex-shrink: 0;
   padding: 10px 13px;
   cursor: pointer;
   border: none; 
   margin-right: 3px;
   background: none;
   font-weight: 500;
   border-bottom: 3px solid transparent;
   transition: border-color 0.3s;
   border: solid 1px #6DB33F;
   color: #6DB33F;
 }

 .custom-tab-button.active {
   background-color: #6DB33F; 
   color: #ffffff;
   font-weight: 700;
 }

 .custom-tab-button:focus {
   outline: none;
 }

 .price-list {
    background-color: #E4F0D4;
   border: 2px solid #6DB33F;
   border-radius: 6px;
   padding: 2rem;
   margin: 0 auto;
   color: #000;
 }

 .price-item {
   display: flex;
   justify-content: space-between;
   border-bottom: 1px solid #6DB33F;
   padding: 0.4rem 0;
 }

 .price-item:last-child {
   border-bottom: none;
 }

 .price {
   color: #6DB33F;
   font-weight: 600;
   min-width: 40px;
   text-align: right;
 }

 .price-item>.name::after {
   content: "";
   flex-grow: 1;
   border-bottom: 1px dotted #6DB33F;
   margin: 0 0.5rem;
   align-self: center;
 }


 
    .pricing-box {
      border: 1px solid #d4f0d4;
      border-radius: 10px;


      border-top-right-radius: 60px;
      overflow: hidden; 
      margin: auto;
    }

    .pricing-header {
      background-color: #8CC63F;
      color: #fff;
      padding: 30px 20px 20px;
      border-bottom: 1px solid transparent;
      border-top-right-radius: 60px;
      border-bottom-left-radius: 60px;
    }

    .pricing-header h5 {
      margin: 0;
    }

    .pricing-header .prices {
      font-size: 2rem;
      font-weight: bold;
    }

    .pricing-body {
      padding: 20px;
      background-color: #fff;
    }

    .pricing-body ul {
      list-style: none;
      padding-left: 0;
    }

    .pricing-body li::before {
      content: '✔';
      color: #8CC63F;
      margin-right: 10px;
    }


      .pricing-box-blue {
      border: 1px solid #d4f0d4;
      border-radius: 10px;


      border-top-right-radius: 60px;
      overflow: hidden; 
      margin: auto;
    }

        .pricing-header-blue {
      background-color: #2946B8;
      color: #fff;
      padding: 30px 20px 20px;
      border-bottom: 1px solid transparent;
      border-top-right-radius: 60px;
      border-bottom-left-radius: 60px;
    }


    .pricing-body-blue {
      padding: 20px;
      background-color: #fff;
    }


        .pricing-body-blue ul {
      list-style: none;
      padding-left: 0;
    }


    .pricing-body-blue li::before {
      content: '✔';
      color: #4caf50;
      margin-right: 10px;
    }
 
    .pricing-header-blue h5 {
      margin: 0;
    }

    .pricing-header-blue .prices {
      font-size: 2rem;
      font-weight: bold;
    }


 
    .info-box {
      margin-top: 50px;
      background-color: #fff;
      padding: 23px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .icon-circle {
      background-color: #7fc241;
      color: white;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 24px;
      margin-bottom: 15px;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #7fc241;
      padding: 10px;
    }

    .submit-btn {
      background-color: #7fc241;
      color: white;
      border: none;
      font-weight: 500;
      font-size: 17px;
      border: 1px solid #6bb936;
    }

    .submit-btn:hover {
      background-color: #6bb936;
      color: white;
    }

    .contact-left h5 {
      font-weight: bold;
    }

    .contact-left p {
      margin-bottom: 2px;
    }


    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active 
 {
    color: var(--bs-btn-active-color);
    background-color:white;
    border-color:#6bb936;
    border: 1px solid #6bb936;
    color: #6bb936;
}


@media (max-width:768px) {
  .info-box {
    margin-top: 10px;
  }
}


 
  .button-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }

  .button-item {
    padding: 10px 12px;
    font-size: 17px;
    border: 1px solid #7fc241;
    background-color: transparent;
    color: #7fc241;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    flex: 1 1 80px;
    text-align: center;
    user-select: none;
  }

  .button-item.active {
    background-color: #7fc241;
    color: white;
  }

  .button-item:hover {
    opacity: 0.9;
  }

  @media (max-width: 500px) {
    .button-group { 
      align-items: center;
    }
  }


  .paddingborderform{
    margin-top: 50px;
    margin-bottom: 50px;
  }


  


    @media (max-width: 500px) {
    .paddingborderform { 
     margin-top: 30px;
     margin-bottom: 30px;
    }
  }


 /* blog */
    .read-more {
      display: inline-block;
      margin-top: 1rem;
      padding: 0.5rem 1.2rem;
      color: #2946B8;
      border: 2px solid transparent;
      text-decoration: none;
      font-weight: 500;
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: color 0.3s ease;
    }

    .read-more::before,
    .read-more::after {
      content: "";
      position: absolute;
      top: 0;
      height: 100%;
      border-radius: 50px;
      z-index: -2;
    }

    .read-more::before {
      left: 0;
      width: 10%;
      background-color: #2946B8;
      transition: width 0.4s ease;
    }

    .read-more::after {
      left: 0;
      width: 100%;
      transition: transform 0.4s ease;
      transform: scaleX(0);
      transform-origin: left;
    }

    .read-more:hover::before {
      width: 100%;
    }

    .read-more:hover::after {
      transform: scaleX(1);
    }

    .read-more:hover {
      color: white;
      text-decoration: none;
    }

    .service-title {
      font-weight: 600;
      font-size: 1.25rem;
    }

    .service-number {
      font-weight: 500;
      font-size: 25px;
      overflow: hidden;
      white-space: nowrap;
      display: inline-block;
      color: #2946B8;
    }

    .service-card:hover .service-number {
      animation: typing 0.5s steps(2, end);
    }

    @keyframes typing {
      from {
        width: 0
      }

      to {
        width: 2ch
      }
    }

    .service-card {
      border-radius: 1rem;
      background: #f8f6fb;
      padding: 2rem;
      text-align: left;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      height: 500px;
    }

    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    }

    .sub-contant {
      opacity: 0.7;
      text-align: justify;
    }

    .blog-title {
      font-weight: bold;
      font-size: 17px;
      text-align: justify;
    }


    @media (min-width: 768px) and (max-width:992px) {
    .container, .container-md, .container-sm {
        max-width: 912px;
    }
}


 .dropdown-menu {
   max-height: 300px;
   overflow-y: auto;
   width: 275px;
 }

 .dropdown-menu label {
   width: 100%;
   padding: 5px 10px;
   cursor: pointer;
 }

 .dropdown-toggle::after {
   margin-left: 0.5rem;
 }


     .card-input {
      border-radius: 0.5rem;
      border: 1px solid #ccc;
      padding: 0.75rem;
    }

    .payment-icons img {
      height: 30px;
      margin-right: 10px;
      border: 1px solid transparent;
      border-radius: 4px;
      padding: 2px 6px;
    }

    .payment-icons img:hover {
      border-color: #007bff;
      background-color: #f0f8ff;
    }

    @media (max-width: 576px) {
      .payment-icons img {
        height: 24px;
        margin-right: 6px;
      }
    }


    .form-control{
      padding: 10px;
    }


 
