.testimonial-four__item__ratings {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffaa23;
    letter-spacing: 8px;
    margin: 0 0 40px;
}

@media (min-width: 992px) {
    .main-footer-three__top {
        padding-top: 36px;
        padding-bottom: 3px;
    }
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
background-color: transparent !important;
    opacity: 0.3;
    cursor: url(../images/close.png), auto;
}

.service-three {
    position: relative;
    padding: 37px 0;
}
 

/* Default: Flex on large screens */
.franchisee-circle-timeline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 40px 20px;
    position: relative;
}

.circle-step {
    width: 200px;
    height: 200px;
    background-color: #FFF5E1;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
    transition: transform 0.3s ease;
}

.circle-step:hover {
    transform: scale(1.05);
}

.circle-content h4 {
    font-size: 15px;
    font-weight: bold;
    color: #FF5A00;
    margin-bottom: 8px;
}

.circle-content p {
    font-size: 13px;
    color: #444;
    line-height: 1.4;
}

/* ✅ Responsive: Tablets (≤991.98px) – Use Grid, 2 columns */
@media (max-width: 991.98px) {
    .franchisee-circle-timeline {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 30px;
    }

    .circle-step {
        width: 100%;
        max-width: 220px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

/* ✅ Responsive: Small Devices (≤576px) – Single column */
@media (max-width: 576px) {
    /* .franchisee-circle-timeline {
        grid-template-columns: 1fr;
    } */

    .circle-step {
        max-width: 100%;
    }
}


.about-four {
    position: relative;
    padding: 34px 0;
    border-bottom: 1px solid #D2D2D2;
}

.team-two {
    position: relative;
    padding: 76px 0px;
}


.gallery-one__card__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(var(--kidearn-black-rgb, 11, 32, 56), 0.8); */
    display: flex
;
    justify-content: center;
    align-items: center;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
}

@media (max-width: 575.98px) {
     .service-three .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .testimonial-four__area .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .blog-card {
    margin-bottom: 16px;
    padding: 12px 8px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    background: #fff;
    text-align: center;
  }
  .blog-card img {
    max-width: 80px;
    margin-bottom: 8px;
  }
  .blog-card__title {
    font-size: 1rem;
    margin-bottom: 6px;
    font-weight: 600;
  }
  .blog-card__text {
    font-size: -2.15rem;
    color: #555;
    margin-bottom: 0;
  }
  .franchisee-circle-timeline {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    align-items: stretch; /* Ensures equal height */
  }
  .franchisee-circle-timeline .circle-step {
    width: 160px;
    height: 160px;
    min-width: 160px;
    max-width: 160px;
    padding: 12px 6px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .circle-content {
    width: 100%;
  }
  .circle-content h4 {
    font-size: 0.95rem;
  }
  .circle-content p {
    font-size: 0.8rem;
  }

      .contact-four__wrapper {
        margin: 0px 76px;
    }
}


@media (max-width: 575.98px) {
  .gallery-one--page .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .gallery-one--page .row > .col-md-6,
  .gallery-one--page .row > .col-lg-3,
  .gallery-one--page .row > [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;        
  z-index: 9999;
  background: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s;
}
.whatsapp-float i {
  font-size: 40px;
  color: #fff;
  display: block;
}
.whatsapp-float:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
@media (max-width: 575.98px) {
  .whatsapp-float {
    bottom: 16px;
    left: 16px;      /* Changed from right to left */
    padding: 7px;
  }
  .whatsapp-float i {
    font-size: 34px;
  }
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 3rem;
}

 
.thanks-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.thanks-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.thanks-card i {
    font-size: 60px;
    color: green;
    margin-bottom: 20px;
}

.thanks-card h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.thanks-card p {
    font-size: 18px;
    margin-bottom: 30px;
}

.thanks-card a.btn {
    background-color: #007bff;
    color: white;
    border-radius: 30px;
    padding: 10px 25px;
    text-decoration: none;
}

.thanks-card a.btn:hover {
    background-color: #0056b3;
}

footer {
    background-color: #f0f0f0;
}

.terms-conditions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.terms-conditions ol {
  padding-left: 20px;
}
.terms-conditions li {
  margin-bottom: 10px;
}

p{
  text-align: justify;
}

.service-four {
    position: relative;
    padding: 40px 0;
}

@media (min-width: 992px) {
    .blog-one {
        padding: 52px 0;
    }
}

@media (max-width: 767px) {
    .main-slider-two__title {
        font-size: 35px;
        line-height: 54px;
    }
}

.sec-title__title {
    margin: 0;
    font-size: 25px;
    color: var(--kidearn-black, #0B2038);
    font-weight: bold;
    line-height: 1.25em;
    margin-top: 5px;
}

@media (max-width: 991.98px) {
    .franchise-card {
        margin-top: -14.5rem;
    }
}


 
 @media (max-width: 768px) {
  .form-one .bootstrap-select > .dropdown-toggle,
  .form-one input[type="text"],
  .form-one input[type="email"],
  .form-one textarea {
     width: 146%;
      margin-left: -39px;
  }
}

.h-50 {
  height: 70% !important; /* Default for mobile (responsive) */
}

@media (min-width: 992px) { /* Desktop and larger */
  .h-50 {
    height: 50% !important;
  }
}

