body {
    width: 100vw;
    max-width: 100dvw !important;
    overflow-x: hidden;
    font-family: "Hind", sans-serif;
    font-weight: 400;
}

.green-text {
    color: #56862A !important;
}

.green-button {
    background-color: #56862A ;
    color: #fff ;
    font-size: 16px;
    padding: 10px;
    border-radius: 70px;
    border: 1px solid #56862A;
}

.navbar-brand{
    height: 35px;
    width: 208px;
}

.navbar{
    padding: 30px;
}


.gradient-section {
    background: linear-gradient(to right, #F3FAEB, #FFFAEC);
}

.v-dash {
    position: absolute;
  left: 50%;
  top: 20px;
  bottom: 20px;
  border-left: 2px dashed #ccc;
}

.big-text {
    font-size: 64px;
    font-weight: 700;
    color: #000000;
}

.red-text {
    color: #EB5A1C;
}

.landing-img{
    height: 363px;
    width: 323px;
}

.special {
    position: relative;
    right: 200px;
}

.md-text{
    font-size: 20px;
}

.test, .top-shop{
    margin: 0 80px;
}

@media (min-width: 1200px) {
  .test img {
    width: 50%;   
  height: auto;
  } 
   
   .test img:nth-child(3), .test img:last-child  {
    width: 40%; 
    height: 230px !important;
  }
}



  .top-shop img {
    width: 78px;   
    height: 78px;
    /* shrink width by half */
  background-color: #fff;
  border-radius: 90%;
  }
      


  

.round-card {
   border-radius :48px;
   padding:  50px;
   background: linear-gradient(
  180deg,                            /* direction: top to bottom */
  rgba(255, 255, 255, 0.2) 0%,       /* start: white at 20% opacity */
  rgba(230, 242, 213, 0.2) 100%      /* end: light green at 20% opacity */

);
  width:500px;
  height: 491px;
  
}

.round-card p {
font-family: "Hind", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 154%;
letter-spacing: 0%;
text-transform: capitalize;

}

.gold-ball {
    width: 12px;
height: 12px;
opacity: 1;
border-radius: 100px;
background-color: #D9C119;
}

.step-number {
    background-color: #EBF7F3;
    height: 71px;
    width: 71px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
  }
  
  .vertical-dashed-line {
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    border-left: 2px dashed #ccc;
    transform: translateX(-50%);
  }
  
  .phone, .step-card {
    height: 423px;
    margin: 0 auto;
    justify-content: center;
    align-items: start;
  }

  .step-card {
    max-width:  531px;
  }

  .step-card p {
    font-size: 20px;
    font-weight: 400;
  }

  .step-card h4 {
    font-family: "Hind", sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-transform: capitalize;

  }

  section.users img{
width: 641px;
height: auto;
  }

  section.users h4 {
    font-family: "Hind", sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
line-height: 30px;
letter-spacing: 0%;

  }

  section.users p {
    font-family: "Hind", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 31px;
letter-spacing: 0%;
text-transform: capitalize;

  }

  section.testimonials h3{
    font-family: "Hind", sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 48px;
line-height: 105%;
letter-spacing: 0%;
text-align: center;

    
  }

  @media (max-width: 767.98px) {
    .vertical-dashed-line {
      display: none;
    }
    .phone-placeholder {
      display: none;
    }
  }

  /* Testimonial Card Styles */
  .testimonial-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(230, 242, 213, 0.2) 100%);
    border-radius: 24px;
    padding: 24px;
    max-width: 500px;
    margin: 30px auto 0;
  }
  
  .testimonial-inner {
    border-radius: 16px;
    text-align: center;
  }
  
  .stars {
    color: #FFA500;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    display: flex;
    justify-content: start;
    gap: 2px;
  }
  
  .stars i {
    color: #FFD43B;
    font-size: 1.5em;
  }
  
  .quote {
    color: #333;
    margin-bottom: 24px;
    font-style: italic;

    font-family: "Hind" sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 140%;
letter-spacing: 0%;

  }
  
  .user {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 16px;
  }
  
  .user-avatar {
    width: 70px;
    height: 70px;
    opacity: 1;
    border-radius: 100px;
    background-color: #D9D9D9;
    overflow: hidden;
  }
  
  .user-info h4 {
    margin: 0;
    color: #333;
    text-align: left;
    font-family: "Hind" sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 140%;
letter-spacing: 0%;

  }
  
  .user-info p {
    margin: 4px 0 0;
    font-size: 14px;
    color: #666;
    text-align: left;
    font-family: "Hind" sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  /* FAQ Section */
  .faq-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(230, 242, 213, 0.2) 100%);
    padding: 80px 0;
  }
  
  .faq-section h2 {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    
    color: #333;
    margin-bottom: 40px;
  }
  
  .faq-categories {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .faq-categories .btn {
    margin: 0 10px;
    border-radius: 50px;
    width: 235px;
    padding: 10px 25px;
    font-family: "Hind", sans-serif;
    font-weight: 600;
    border: none;
    color: #56862A;
    background: transparent;
    transition: all 0.3s ease;
  }
  
  .faq-categories .btn:hover,
  .faq-categories .btn.active {
    background-color: #56862A;
    color: white;
    
  }
  
  .accordion {
    width: 768px;
    margin: 0 auto;
  }
  
  .accordion-item {
    border: none;
    border-radius: 12px !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: transparent !important;
  }
  
  .accordion-button {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    padding: 20px 25px;
    background: white;
    box-shadow: none;
  }
  
  .accordion-button:not(.collapsed) {
    color: #56862A;
    background-color: white;
  }
  
  .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
  }
  
  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2356862A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  
  .accordion-body {
    padding: 0 25px 20px;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
  }


  .faq-container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(230, 242, 213, 0.2) 100%);
  }

  .form-title {
    font-family: "Inter", sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
line-height: 100%;
letter-spacing: 0%;

  }

  .last  {
   color: #666666;
   font-family: "Hind", sans-serif  ;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 26px;
letter-spacing: -0.1px;

  }

  .icon-circle{
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border:  1px solid #666666;
  }

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  /* General mobile adjustments */
  body {
    overflow-x: hidden;
  }
  
  /* Custom responsive utility classes */
  .flex-column-md {
    flex-direction: column !important;
  }
  
  .flex-column-sm {
    flex-direction: column !important;
  }
  
  .order-1 {
    order: 1 !important;
  }
  
  .order-2 {
    order: 2 !important;
  }
  
  .text-center-md {
    text-align: center !important;
  }
  
  .text-end-md {
    text-align: end !important;
  }
  
  .align-items-center-md {
    align-items: center !important;
  }
  
  .align-items-end-md {
    align-items: end !important;
  }
  
  /* Navbar mobile adjustments */
  .navbar {
    padding: 15px;
  }
  
  .navbar-brand {
    height: 28px;
    width: 160px;
  }
  
  .navbar-nav {
    text-align: center;
    margin: 20px 0;
  }
  
  .navbar-nav .nav-link {
    padding: 10px 0;
    font-size: 18px;
  }
  
  .d-flex.flex-row.gap-4 {
    flex-direction: column !important;
    gap: 15px !important;
    margin-top: 20px;
  }
  
  /* Mobile navbar improvements */
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    margin-top: 15px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  
  .navbar-toggler {
    border: none;
    padding: 8px;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(86, 134, 42, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  /* Hero section mobile adjustments */
  .gradient-section .row {
    flex-direction: column !important;
    text-align: center;
  }
  
  .gradient-section .col-2,
  .gradient-section .col-7 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  
  .big-text {
    font-size: 36px !important;
    line-height: 1.2;
  }
  
  .md-text {
    font-size: 18px !important;
    padding: 0 20px;
  }
  
  .md-text br {
    display: none;
  }
  
  .landing-img {
    height: 250px;
    width: 220px;
    margin: 0 auto;
  }
  
  .special {
    position: static;
    right: auto;
    margin: 0 auto;
  }
  
  /* Button adjustments for mobile */
  .d-flex.flex-row.gap-3 {
    gap: 15px !important;
    width: 100%;
  }
  
  .green-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    min-height: 48px; /* Touch-friendly button height */
    font-size: 16px;
  }
  
  /* Testimonials section mobile */
  .test, .top-shop {
    margin: 0 20px;
    justify-content: center;
  }
  

  .top-shop {
    justify-content: center !important;
    align-items: flex-start;
  }
  
  .top-shop > div {
    width: calc(50% - 10px);
    text-align: center;
    min-width: 120px;
    flex-shrink: 0;
    margin-bottom: 15px;
  }
  
    .top-shop img {
      width: 78px !important;
      height: 78px !important;
      object-fit: cover;
    }
  
  .top-shop p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    word-wrap: break-word;
    max-width: 100%;
  }
  
  /* About section mobile */
  .round-card {
    width: 100% !important;
    height: auto !important;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 24px;
  }
  
  .round-card p {
    font-size: 18px;
  }
  
  /* How it works section mobile */
  .step-card {
    height: auto !important;
    margin-bottom: 30px;
    padding: 20px;
  }
  
  .step-card h4 {
    font-size: 20px;
  }
  
  .step-card p {
    font-size: 16px;
  }
  
  .phone {
    height: 300px;
    margin-bottom: 20px;
  }
  
  .v-dash {
    display: none !important;
  }
  
  /* Users section mobile */
  section.users img {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  
  section.users .d-flex.flex-row {
    flex-direction: column !important;
    text-align: center;
  }
  
  section.users .d-flex.flex-column {
    align-items: center !important;
    text-align: center;
  }
  
  section.users h4 {
    font-size: 16px;
  }
  
  section.users p {
    font-size: 18px;
    text-align: center !important;
  }
  
  /* Testimonials mobile */
  section.testimonials h3 {
    font-size: 32px;
    padding: 0 20px;
  }
  
  .testimonial-card {
    max-width: 100%;
    margin: 20px 0;
  }
  
  .d-flex.gap-5 {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  /* FAQ section mobile */
  .faq-container {
    flex-direction: column !important;
   
    justify-content: center;
    
  }
  
  .faq-categories .btn {
    width: auto;
    min-width: 150px;
    margin: 5px;
    min-height: 44px; /* Touch-friendly button height */
  }
  
  .accordion {
    width: 100% !important;
  }
  
  /* Contact form mobile */
  .container.p-5.gap-5 {
    flex-direction: column !important;
    gap: 30px !important;
    padding: 30px 20px !important;
  }
  
  .container.p-5.gap-5 img {
    max-width: 100%;
    height: auto;
  }
  
  .form-title {
    font-size: 28px;
    text-align: center;
  }
  
  /* Form inputs mobile optimization */
  .form-control {
    min-height: 48px;
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  .input-group-text {
    min-height: 48px;
  }
  
  /* Footer mobile */
 

  
  .last {
    flex-direction: column !important;
    gap: 20px;
    text-align: center;
  }
  
  /* Improved spacing for mobile */
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .gap-5 {
    gap: 2rem !important;
  }
}

@media (min-width: 769px) {
  /* Desktop responsive utility classes */
  .flex-column-md {
    flex-direction: row !important;
  }
  
  .flex-column-sm {
    flex-direction: row !important;
  }
  
  .order-md-1 {
    order: 1 !important;
  }
  
  .order-md-2 {
    order: 2 !important;
  }
  
  .text-center-md {
    text-align: center !important;
  }
  
  .text-end-md {
    text-align: end !important;
  }
  
  .align-items-center-md {
    align-items: center !important;
  }
  
  .align-items-end-md {
    align-items: end !important;
  }
}

@media (max-width: 480px) {
  /* Extra small devices */
  .big-text {
    font-size: 28px !important;
  }
  
  .md-text {
    font-size: 16px !important;
  }
  
  .landing-img {
    height: 200px;
    width: 180px;
  }
  
  
  
  .top-shop > div {
    width: calc(50% - 5px);
    min-width: 100px;
  }
  
  .top-shop img {
    width: 60px !important;
    height: 60px !important;
  }
  
  .top-shop p {
    font-size: 12px;
  }
  
  .round-card {
    padding: 20px 15px;
  }
  
  .step-card {
    padding: 15px;
  }
  
  .phone {
    height: 250px;
  }
  
  section.users img {
    max-width: 300px;
  }
  
  .form-title {
    font-size: 24px;
  }
  
  .faq-categories .btn {
    min-width: 120px;
    font-size: 14px;
    padding: 8px 15px;
  }
}

@media (max-width: 360px) {
  /* Very small devices */
  .big-text {
    font-size: 24px !important;
  }
  
  .landing-img {
    height: 180px;
    width: 160px;
  }
  
  .test img {
    width: 40% !important;
  }
  
  .test img:nth-child(3), .test img:last-child {
    width: 40% !important;
    height: 100px !important;
  }
  
  .navbar-brand {
    height: 24px;
    width: 140px;
  }
  
  .green-button {
    font-size: 14px;
    padding: 8px;
  }
  
  /* Extra small device optimizations */
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/* Landscape orientation support for mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .big-text {
    font-size: 32px !important;
  }
  
  .landing-img {
    height: 200px;
    width: 180px;
  }
  
  .navbar {
    padding: 10px 15px;
  }
  
  .navbar-brand {
    height: 24px;
    width: 140px;
  }
  
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/* High DPI display support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .landing-img,
  .phone,
  section.users img,
  .testimonial-card img,
  .user-avatar {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Print styles */
@media print {
  .navbar,
  .green-button,
  .faq-categories,
  footer {
    display: none !important;
  }
  
  .big-text {
    font-size: 24px !important;
    color: #000 !important;
  }
  
  .red-text {
    color: #000 !important;
  }
  
  .green-text {
    color: #000 !important;
  }
  
  body {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
}

/* Passive scrolling animations for mobile */
@media (max-width: 1200px) {
  .test {
    overflow: hidden;
    position: relative;
    will-change: transform;
    white-space: nowrap;
  }
  
  .test img {
    display: inline-block;
    animation: scrollLeft 20s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin-right: 20px;
  }
  
  .top-shop {
    overflow: hidden;
    position: relative;
    will-change: transform;
    white-space: nowrap;
  }
  
  .top-shop > div {
    display: inline-block;
    animation: scrollRight 25s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin-right: 20px;
  }
  
  /* Left scrolling animation for testimonials */
  @keyframes scrollLeft {
    0% { transform: translateX(100vw); }
    100% { transform: translateX(-100vw); }
  }
  
  /* Right scrolling animation for top shops */
  @keyframes scrollRight {
    0% { transform: translateX(-100vw); }
    100% { transform: translateX(100vw); }
  }
  
  /* Pause animation on hover for better UX */
  .test:hover img,
  .top-shop:hover > div {
    animation-play-state: paused;
  }
  
  /* Ensure images maintain their styling during animation */
  
  
  .top-shop > div {
    width: auto !important;
    min-width: 120px;
    margin: 0 15px;
  }
  
  .top-shop img {
    width: 78px !important;
    height: 78px !important;
  }
  
  /* Smooth animation transitions */
  .test img,
  .top-shop > div {
    transition: transform 0.3s ease-out;
  }
  
  /* Reduce motion for users who prefer it */
  @media (prefers-reduced-motion: reduce) {
    .test img,
    .top-shop > div {
      animation: none;
    }
  }
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #56862A;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(86, 134, 42, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  z-index: 1000;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background-color: #4a7324;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(86, 134, 42, 0.4);
}

.back-to-top:active {
  transform: translateY(-1px);
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .back-to-top {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
