
/* header style start  */

    

            .logo-ss{
              width:120px
            }

            @media only screen and (max-width: 550px) {
               .logo-ss{
              width:100px
            }
            }

  @media only screen and (max-width: 991px) {
    .inner-button.mobile {
      display: none;
    }
  }

  



  .modal {
  /* display: none; */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex; /* Enables Flexbox */
  align-items: center; /* Vertically center */
  justify-content: center; /* Horizontally center */
/* Add some spacing for smaller screens */
  overflow-y: auto; /* Allows scrolling if modal content is taller than viewport */
}


  .modal-content {
    background-image: linear-gradient(360deg, var(--Lime), var(--violet) 64%);
    margin: auto;
    padding: 30px;
    width: 90%;
    max-width: 700px;
    border-radius: 20px;
    position: relative;
  }


  .modal-title{
    font-size:25px;
    margin-top:-30px !important;
  }



.modal-close-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
}

.close-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--drgreen);
  color: white;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
}

.close-circle:hover {
  background-color:rgb(6, 66, 59);
}




.contact-modal-inner {
  display: flex;
  gap: 0; /* Remove gap if you want tight 50/50 layout */
  flex-wrap: wrap;
}

.contact-image {
  flex: 0 0 50%;
  max-width: 50%;
}

.contact-us-from-content-wrap {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px; /* Optional spacing between image and form */
}

  /* .contact-us-from-grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }

.contact-field-2 {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid  var(--drgreen);
  outline: none;
  box-sizing: border-box;
}

.contact-field-2:focus {
  border: 2px solid var(--drgreen);
} */


  .contact-us-button-wrap {
    margin-top: 10px;
  }

  .submit-button {
    background-color: var(--drgreen);
    color: white;
    padding: 12px 20px;
    border: none;
    font-size: 16px;
    border-radius: px;
    cursor: pointer;
    width:100%
  }

  .submit-button:hover {
    background-color:rgb(3, 48, 43);
  }

    @media only screen and (max-width: 991px){
     .modal-title{
    font-size:25px;
    margin-top:-25px !important;
    margin-bottom:10px
  }
  }

  @media (max-width: 768px) {
    .contact-modal-inner {
      flex-direction: column;
    }

    .contact-image, .contact-us-from-content-wrap {
      max-width: 100%;
    }
    .contact-us-from-content-wrap-2 {
   
    padding-left: 0px !important;
}

.contact-modal-inner {
  gap: 20px; /* Remove gap if you want tight 50/50 layout */
}

   .modal-title{
    font-size:25px;
    margin-top:-17px !important;
    margin-bottom:10px
  }
  }

  @media (max-width: 786px) {
  .contact-image {
    max-width: 100%;
    display: flex;
    justify-content: center; /* center child horizontally */
  }
}




  .contact-us-from-grid-1 {
  display: grid;
  grid-template-columns: 1fr; /* Two columns layout */
  gap: 20px 15px; /* Vertical and horizontal gaps */
  margin-bottom: 20px;
}

.contact-us-from-grid-1 input.contact-field-2,
.contact-us-from-grid-1 select.contact-field-2 {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 30px;
  border: 1.5px solid #ccc;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: inherit;
}

.contact-us-from-grid-1 input.contact-field-2:focus,
.contact-us-from-grid-1 select.contact-field-2:focus {
  border-color: var(--drgreen);
  box-shadow: 0 0 6px rgba(7, 94, 84, 0.5);
}

.contact-us-from-grid-1 select.contact-field-2 {
  cursor: pointer;
  background-color: #fff;
  appearance: none; /* Remove default arrow for custom styling if desired */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2375c7a1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 6px;
}

@media (max-width: 600px) {
  .contact-us-from-grid-1 {
    grid-template-columns: 1fr; /* Stack fields vertically on small screens */
    gap: 15px;
  }
}


.primary-button-icon-wrap-2 {
    z-index: 1;
    background-color: var(--drgreen);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex
;
    position: relative;
}



/* .contact-us-from-content-wrap-2 {
  position: relative;
  overflow: hidden;
} */

.contact-us-from-content-wrap-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px; /* Match background-size */
  height: 200px;
  background-image: url('66fa316cedfc575e36fbffca/66fcdde437a212dc9ad47f80_income-traking-shape.svg');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(30%) sepia(95%) saturate(700%) hue-rotate(135deg) brightness(90%) contrast(90%);
  pointer-events: none; /* ensures clicks go through */
}

@media only screen and (max-width: 991px) {
  .single-nav-link.active {
    background-color: var(--Lime);
    color: #0a7a6d;
    font-weight: 500;
    border-radius: 50px;
    padding: 5px;
}

}



/* header style end  */



/* home style start */
.color-filter {
  filter: brightness(0) saturate(100%) invert(30%) sepia(95%) saturate(700%) hue-rotate(135deg) brightness(90%) contrast(90%);
}




  .show-on-tablet {
  display: none !important;
}

@media (max-width: 991px) {
  .show-on-tablet {
    display: block !important; /* or flex/grid if needed */
  }
}






@media only screen and (max-width: 570px) {
  .banner-img-mm {
    max-width: 85% !important;
  }
}






          .img-mm-size{
            width:70px !important;
          }


          .section-sub-title-s{
            font-size: 30px;
            margin-top: 5px
          }

        @media only screen and (max-width: 630px) {
  .section-sub-title-s {
    font-size: 20px !important;
    line-height: 25px;
    margin-top: 10px;
  }
}

    
      .featur-fonts-s{
        font-size:14px;
      }
      .featur-fonts-s2{
        font-size:12px;
      }


          .ss-font-col{
            color: #fff !important;
          }
          .benefits-mini-title-dot-2 {
  background-color: #fff;
}

              @media only screen and (max-width: 1200px) {
  .pricing-plan-grid {
    grid-template-columns: 1fr 1fr;
  }
}







.modal-overlay-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  overflow-y: auto;
  padding: 20px;
}

/* Show modal */
.modal-overlay-1.show-modal {
  display: flex;
}

/* Modal content */
.modal-content-1 {
  background-image: linear-gradient(360deg, var(--Lime), var(--violet) 64%);
  padding: 30px;
  border-radius: 16px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: auto; /* Ensure vertical centering in scrollable view */
}

/* Responsive */
@media only screen and (max-width: 500px) {
  .modal-content-1 {
    padding: 20px;
    max-width: 90vw; /* Avoid edge clipping on very small screens */
  }
}


.plan-ticket-divider-22{
  margin-top:20px;
  margin-bottom: 20px;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* Open button */
.open-modal-btn {
  padding: 12px 24px;
  background-color: var(--drgreen);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

/* Basic styling to ensure form looks good */
.add-to-cart-title {
  margin-top: 15px;
  display: block;
  font-weight: 600;
}
.add-to-cart-quantity, .plan-select, .add-to-cart-button {
  width: 100%;
  height: 50px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 50px;
  font-size: 16px;
  border: none;
  background-color:#fff;
}

.plan-select:focus,
.add-to-cart-quantity:focus {
  border: 1px solid var(--drgreen) !important;
  outline: none !important;
  box-shadow: 0 0 6px rgba(7, 94, 84, 0.5) !important;
}


.contact-us-from-content-wrap-25::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px; /* Match background-size */
  height: 200px;
  background-image: url('66fa316cedfc575e36fbffca/66fcdde437a212dc9ad47f80_income-traking-shape.svg');
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(30%) sepia(95%) saturate(700%) hue-rotate(135deg) brightness(90%) contrast(90%);
  pointer-events: none; /* ensures clicks go through */
}



/* .add-to-cart-button {
  background-color: var(--drgreen);
  color: #fff;
  font-weight: bold;
  border: none;
  transition: background 0.3s;
}
.add-to-cart-button:hover {
  background-color: #064d45;
} */


@media screen and (max-width: 700px) {
    .more-addition-feature-icon-wrap {
        width: 60px;
        height: 60px;
    }
       
      .pp-boot-icon{
        padding:0px 9px;
      }
}



/* how it work style start */

        .spacer {
            height: 60vh; /* Adjust space between numbers to control active zone */
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            color: #555;
        }

        .step-wrap {
            width: 45px; /* Slightly larger for better visibility */
            height: 45px;
            border-radius: 50%;
            background-color: #ffffff;
            color: #333;
            border: 2px solid #ccc; /* Add a border for default state */
            transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease; /* Add transition */
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-family: sans-serif;
            font-size: 1.5em; /* Increase font size for numbers */
        }

        .step-wrap.active {
            background-color: #075e54;
            color: #ffffff;
            border-color: #075e54; /* Active border color */
        }

        @media only screen and (max-width: 767px) {
              .step-wrap {
            width: 45px; /* Slightly larger for better visibility */
            height: 45px;
            border-radius: 50%;
            background-color: #075e54 !important;
            color: #333;
            border: 2px solid #ccc; /* Add a border for default state */
           
        }
        }
/* how it work style end */




/* video style start */

.video-box {
  max-width: 890px;
  margin: 40px auto;
  padding: 20px;
  /* border: 1px solid #000; */
  border:none;
  border-radius: 25px;
  background: linear-gradient(360deg, var(--Lime), var(--violet) 64%), #f9f9f9;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width:700px) {
  .video-box {
  padding:20px 4px;
}
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  border-radius:20px;
}

@media only screen and (max-width: 912px) {
  .video-box {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 760px) {
  .video-box {
  border-radius: 12px;
}

 .video-wrapper iframe {
  border-radius:8px;
}

}

.container-button-b1 {
  display: flex;
  align-items: center;
  justify-content: center; 
}

.inner-button-1 {
  background-color: #075e54;
  margin-top:20px;
  width:200px;
}



.video-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 0;
  margin-top:20px
}

.video-on-image {
  position: relative;
  display: inline-block;
  width: 800px; /* 👈 Increased width from 300px to 500px */
}

.video-on-image img {
  width: 100%;
  display: block;
}

.video-on-image iframe {
  position: absolute;
  top: 4%;
  left: 2%;
  width: 96%;
  height: 91%;
  border: none;
  border-radius: 50px;
}

@media only screen and (max-width:812px) {
  .video-on-image {
   margin:0px 15px
}
}
@media only screen and (max-width:650px) {
  .video-on-image iframe {
  border-radius: 35px;
}
}
@media only screen and (max-width:550px) {
 .video-image-wrapper {
  margin-top:0px
}

}
@media only screen and (max-width:420px) {
  .video-on-image iframe {
  border-radius: 26px;
}
}
@media only screen and (max-width:350px) {
  .video-on-image iframe {
  border-radius: 19px;
}
}


/* video style end */



/* pricing style start */

/* Ribbon container */
.ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

/* Main ribbon */
.popular-ribbon {
  position: absolute;
  top: 68px;
  right: -24px;
  background: linear-gradient(90deg, #25d366, #00ffd5, #25d366, #00ffd5);
  color: #075e54;
  font-weight: bold;
  font-size: 13px;
  padding: 4px 32px;
  transform: rotate(45deg);
  transform-origin: top right;
  z-index: 2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Folded corner (bottom triangle) */
.popular-ribbon::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid var(--violet);
  border-right: 10px solid transparent;
  filter: brightness(0.9);
}

/* Folded corner (top triangle) */
.popular-ribbon::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #e6b800;
  border-left: 10px solid transparent;
  filter: brightness(0.9);
  z-index: -1;
}

/* Required for ribbon positioning */
.pricing-plan-contant-wrap {
  position: relative;
}

/* pricing style end */



/* contact style start */

.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  padding: 20px;
  /* background: #f6f8fa; */
}

.form-container {
  width: 100%;
  max-width: 850px;
 background: linear-gradient(360deg, var(--Lime), var(--violet) 64%);
  border-radius: 25px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 4px 20px rgba(0,0,0,0.08);
  padding: 30px;
}

.form-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #075e54;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.input-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.input-box {
  flex: 1;
  min-width: 240px;
}

.input-box label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 5px;
}

.input-box .required {
  color: red;
}

.input-box input,
.input-box select,
.input-box textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 16px;
  background-color: #fff;
  transition: border-color 0.2s ease;
}

.input-box input:focus,
.input-box select:focus,
.input-box textarea:focus {
  outline: none;
 border-color: #075e54;
  box-shadow: 0 0 6px rgba(7, 94, 84, 0.5);}

textarea {
  resize: vertical;
}


@media only screen and (max-width: 500px) {
  .form-container {
    padding: 13px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 800px) {
  .form-container {
  border-radius: 12px;
}
}







/* :root {
  --Lime: #DDEB9D;
  --violet: #A0C878;
   --drgreen:#075e54;
} */

.contact-map-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 40px auto;
  background: linear-gradient(360deg, var(--Lime), var(--violet) 64%);
  border-radius: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.map-box {
  flex: 1 1 500px;
  min-width: 250px;
  padding: 10px;
}

.map-box iframe {
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: 10px;
}

.contact-info-box {
  flex: 1 1 400px;
  padding: 20px;
}

.contact-info-box h3 {
  color: #1c1c1c;
  margin-bottom: 10px;
}

.contact-info-box p {
  margin: 10px 0;
}

.contact-info-box a {
  color: #075e54;
  text-decoration: none;
}

.directions-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
}

/* Responsive Adjustments */
@media only screen and (max-width: 1340px) {
  .contact-map-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-map-container {
    flex-direction: column;
    padding: 15px;
  }

  .map-box,
  .contact-info-box {
    flex: 1 1 100%;
    padding: 10px 0;
  }

  .map-box iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 800px) {
 
.contact-map-container {
  border-radius: 12px;
}
}


/* contact style end */


/* home style end */





/* footer style start */
   @media (max-width: 662px) {
     .copyright-text11 {
       display: none;
     }
   }

   @media (max-width: 662px) {
     .footer-bottom-flex-wrap {
       display: flex;
       flex-direction: row;
       justify-content: space-between;
       align-items: center;
       flex-wrap: wrap;
     }

     .social-media-wrap {
       order: 1;
       justify-content: flex-start;
       flex: 1;
     }

     .back-to-top-button {
       order: 2;
       /* justify-content: flex-end; */
       flex: 1;
       display: flex;
     }

     .footer-copyright-wrap {
       width: 100%;
       text-align: center;
       order: 3;
       margin-top: 10px;
     }
   }

   .copyright-text22 {
     display: none;
   }

   @media (max-width: 662px) {
     .copyright-text22 {
       display: block;
       text-align: center;
       /* Optional: center text */
       margin-top: -32px;
     }
   }

   @media (max-width: 479px) {
     .copyright-text22 {

       margin-top: -20px;
     }
   }




   .footer-top-flex-wrap {
     display: grid;
     grid-template-columns: 2fr 1fr 1fr 1.7fr;
     gap: 40px;
   }

   .footer-details-wrap {
     grid-column: span 1;
   }

   .footer-all-links-flex {
     display: contents;
   }

   /* Tablet view (up to 991px) */
   @media (max-width: 991px) {
     .footer-top-flex-wrap {
       grid-template-columns: 1fr 1fr;
       gap: 30px;
     }
   }

   /* Mobile view (up to 767px) */
   @media (max-width: 767px) {
     .footer-top-flex-wrap {
       grid-template-columns: 1fr;
       gap: 20px;
     }
   }
/* footer style end */