.main-header--three .main-header__call {
     margin-right: 36px;
     padding-right: 0;
}
 .main-header--three .main-header__call__icon {
     background-color: #a0248f;
     color: var(--kidearn-white, #fff);
     transition: background-color 0.3s ease;
}
 .main-header--three .main-header__call__icon:hover {
     background-color: #00c1fa;
}
 .service-four {
     position: relative;
     padding: 60px 12px;
}
 .product-one {
     padding: 10px 0;
}
 .img-radius {
     border-radius: 10px;
}
 .product__item__content {
     position: relative;
     text-align: center;
     padding: 30px 20px;
     padding-bottom: 17px;
}
 .main-footer-two__top {
     padding-top: 88px;
     padding-bottom: 8px;
}
 .about-three__content__lists .list-desc {
     font-size: 85%;
    /* smaller text */
     color: #888;
    /* light/dim gray */
}
 .about-three__content__lists {
     list-style: none;
     padding-left: 0;
}
 .about-three__content__lists li {
     margin-bottom: 12px;
     font-size: 16px;
     line-height: 1.6;
     color: #333;
}
 .about-three__content__lists .fa-check-circle {
     color: #00c1fa;
     margin-right: 8px;
}
 .about-three__content__lists .list-desc {
     font-size: 90%;
     color: #888;
}
 .main-slider-one__item, .main-slider-one__bg {
     min-height: 40px;
     height: 77vh;
     background-size: cover;
     background-position: center;
}
 @media (max-width: 767px) {
     .main-slider-one__item, .main-slider-one__bg {
         min-height: 200px;
         height: 25vh;
         background-size: contain;
         background-repeat: no-repeat;
         background-position: center;
    }
}
 @media (max-width: 767px) {
     .service-three {
         padding: 0px 0 !important;
    }
}
/* Responsive heights for specific screen widths */
 @media (width: 1728px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 600px;
    }
}
 @media (width: 1643px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 500px;
         height: 80vh;
    }
}
 @media (width: 1575px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 560px;
         height: 76vh;
    }
}
 @media (width: 1559px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 550px;
         height: 76vh;
    }
}
 @media (width: 1504px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 530px;
         height: 74vh;
    }
}
 @media (width: 1280px) {
    /* .main-slider-one_item, .main-slider-one_bg {
         min-height: 480px;
        height: 66vh;
    }
     */
}
 @media (width: 1120px) {
    /* .main-slider-one_item, .main-slider-one_bg {
         min-height: 400px !important;
         height: 60vh !important;
    }
     */
}
 @media (width: 820px) {
    /* .main-slider-one_item, .main-slider-one_bg {
         min-height: 400px;
         height: 30vh;
    }
     */
}
 @media (width: 608px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 350px;
    }
}
 @media (width: 581px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 340px;
    }
}
 @media (width: 575px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 330px;
    }
}
 @media (width: 573px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 320px;
    }
}
 @media (width: 542px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 310px;
    }
}
 @media (width: 526px) {
     .main-slider-one_item, .main-slider-one_bg {
         min-height: 300px;
    }
}
 .product-details__form-card {
     background: linear-gradient(145deg, #ffffff, #f0f0f0);
     border: 1px solid #e0e0e0;
     padding: 25px 30px;
     border-radius: 12px;
     margin-top: 35px;
     box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
     transition: all 0.3s ease-in-out;
}
 .product-details__form-card:hover {
     box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
 .product-details__form-card .form-group {
     margin-bottom: 18px;
}
 .product-details__form-card label {
     display: block;
     font-weight: 600;
     margin-bottom: 6px;
     color: #444;
     font-size: 15px;
}
 .product-details__form-card .form-control {
     width: 100%;
     padding: 10px 14px;
     border: 1px solid #ccc;
     border-radius: 8px;
     font-size: 14px;
     transition: border-color 0.3s;
}
 .product-details__form-card .form-control:focus {
     border-color: #00c1fa;
     outline: none;
}
 .product-details__form-card .submit-btn {
     padding: 8px 16px;
     background-color: #00c1fa;
     color: #fff;
     border: none;
     border-radius: 6px;
     font-size: 14px;
     font-weight: 600;
     transition: background-color 0.3s;
     display: inline-block;
}
 .product-details__form-card .submit-btn:hover {
     background-color: #009bc6;
     cursor: pointer;
}
 .info-cards {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     justify-content: center;
     margin: 50px auto;
     max-width: 1200px;
     padding: 20px;
}
 .info-card {
     background: #fff;
     border-radius: 12px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     padding: 30px;
     flex: 1 1 300px;
     max-width: 350px;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     text-align: center;
}
 .info-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
 .info-card i {
     font-size: 40px;
     color: #a0248f;
     margin-bottom: 20px;
}
 .info-card h3 {
     font-size: 22px;
     margin-bottom: 10px;
     color: #333;
}
 .info-card p {
     font-size: 16px;
     color: #666;
     line-height: 1.6;
}
 .social-icons {
     margin-top: 15px;
}
 .social-icons a {
     color: #555;
     font-size: 20px;
     margin: 0 8px;
     transition: color 0.3s ease;
}
 .social-icons a:hover {
     color: #ff6600;
}
 @media (max-width: 768px) {
     .info-card {
         max-width: 100%;
    }
}
 .privacy-card {
     background: #fff;
     transition: all 0.3s ease;
     border-left: 5px solid #f25334;
}
 .privacy-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
     border-left-color: #00c1fa;
}
 .privacy-card h4, .privacy-card h5 {
     color: #f25334;
}
 .privacy-card ul {
     padding-left: 20px;
}
 .privacy-card ul li {
     margin-bottom: 5px;
}
 .small-card {
     background-color: #fff;
     border-radius: 10px;
     padding: 15px 10px;
     text-align: center;
     height: 130px;
    /* Fixed height for all cards */
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     font-size: 13px;
     box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
     transition: all 0.3s ease;
}
 .small-card:hover {
     transform: translateY(-4px);
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
 .small-card img {
     width: 100px !important;
     height: 100px !important;
     object-fit: contain;
     margin-bottom: 8px;
     padding: 5px;
     border-radius: 8px;
     background: #f7f7f7;
}
 .client-carousel .client-carousel__one .client-carousel__one__item img {
     opacity: 1 !important;
     transition: none !important;
}
 .client-carousel .client-carousel__one .client-carousel__one__item:hover {
     background-color: transparent !important;
}
 .client-carousel .client-carousel__one .client-carousel__one__item:hover img {
     opacity: 1 !important;
     transition: none !important;
}
 .product__item {
     border: 1px solid #eee;
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
     transition: transform 0.3s;
     background-color: #fff;
}
 .product__item:hover {
     transform: translateY(-5px);
}
 .product__item__btn a {
     color: #333;
}
 .product__item__ratings .fa-star {
     color: #fbc02d;
}
 .product__item__content {
     padding: 15px;
     text-align: center;
}
 .product__item__title a {
     color: #333;
     font-weight: 600;
     font-size: 18px;
     display: inline-block;
     margin-bottom: 10px;
}
 .product__item__price {
     font-size: 16px;
     color: #f25334;
     margin-bottom: 10px;
}
 .product__item__ratings span {
     color: #ffc107;
}
 .kidearn-btn.product__item__link {
     display: inline-block;
     padding: 8px 18px;
     background-color: #00c1fa;
     color: white;
     border-radius: 30px;
     transition: all 0.3s;
}
 .kidearn-btn.product__item__link:hover {
     background-color: #00a7d6;
}
/* Scrollable container for latest products */
 .latest-products-vertical-scroll {
     max-height: 400px;
    /* Set max height of sidebar scroll */
     overflow-y: auto;
    /* Enable vertical scrolling */
     padding-right: 5px;
}
/* Custom scrollbar */
 .latest-products-vertical-scroll::-webkit-scrollbar {
     width: 6px;
}
 .latest-products-vertical-scroll::-webkit-scrollbar-thumb {
     background-color: rgba(0, 0, 0, 0.2);
     border-radius: 4px;
}
 .latest-products-vertical-scroll::-webkit-scrollbar-track {
     background-color: transparent;
}
/* Product item spacing and layout */
 .product__categories ul li {
     display: flex;
     align-items: start;
     gap: 10px;
     margin-bottom: 15px;
     border-bottom: 1px solid #eee;
     padding-bottom: 10px;
}
/* Image style */
 .product__categories ul li img {
     flex-shrink: 0;
     width: 60px;
     height: 60px;
     object-fit: cover;
     border-radius: 6px;
}
/* Product text container */
 .product__categories ul li div {
     font-size: 14px;
     line-height: 1;
}
/* Product name link */
 .product__categories ul li a {
     font-weight: 600;
     color: #333;
     text-decoration: none;
}
 .product__categories ul li a:hover {
     color: #00c1fa;
}
/* Product code style */
 .product__categories ul li small {
     color: #777;
     display: block;
     margin-top: 2px;
}
/* Product price style */
 .product__categories ul li span {
     color: #00c1fa;
     font-weight: bold;
     font-size: 14px;
}
 .product__categories ul {
     margin-bottom: -18px;
     margin-top: 19px;
}
 .product__sidebar .card {
     border-radius: 10px;
     background-color: #fff;
}
 .category-sub-menu a {
     text-decoration: none;
}
 .category-sub-link:hover {
     color: #00c1fa;
     text-decoration: underline;
}
 .toggle-icon {
     cursor: pointer;
     transition: transform 0.3s ease;
}
 .toggle-icon i {
     font-size: 22px;
     color: #888;
}
/* Rotate icon on open */
 .collapse.show~.toggle-icon i {
     transform: rotate(180deg);
}
/* Show bullet points in subcategory list */
 .category-sub-list {
     list-style-type: disc;
     padding-left: 20px;
}
 .category-sub-list li {
     list-style: disc;
}
/* Optional scroll bar */
 .product__sidebar .card-body::-webkit-scrollbar {
     width: 6px;
}
 .product__sidebar .card-body::-webkit-scrollbar-thumb {
     background: #ccc;
     border-radius: 10px;
}
 .product__sidebar .card-body::-webkit-scrollbar-track {
     background: #f1f1f1;
}
 .thumb-img {
     width: 70px;
     height: 70px;
     object-fit: cover;
     cursor: pointer;
     transition: all 0.3s ease;
}
 .thumb-img:hover {
     border: 2px solid #00c1fa;
     transform: scale(1.05);
}
 .product-thumbnails {
     max-width: 100%;
     overflow-x: auto;
}
 .pagination-desc {
     font-size: 14px;
     font-weight: 500;
     color: #555;
     background: #f8f9fa;
     padding: 6px 12px;
     border-radius: 6px;
     border: 1px solid #ddd;
     display: inline-block;
}
 .about-three {
     position: relative;
     padding: -1px 0 150px;
}
 .service-three {
     position: relative;
     padding: 22px 0;
}
 .whatsapp-sticky {
     position: fixed;
     left: 15px;
     bottom: 20px;
     background-color: #25D366;
     color: white;
     font-size: 20px;
    /* smaller icon */
     padding: 8px;
    /* smaller padding */
     border-radius: 50%;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
     z-index: 9999;
     text-align: center;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
}
 .whatsapp-sticky:hover {
     transform: scale(1.1);
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
     color: white;
}
 .social-sidebar {
     position: fixed;
     top: 40%;
     right: 0;
     z-index: 9999;
}
 .social-sidebar a {
     display: block;
     text-align: center;
     padding: 10px;
     color: white;
     font-size: 18px;
     transition: all 0.3s ease;
}
 .social-sidebar a.facebook {
     background: #3b5998;
}
 .social-sidebar a.linkedin {
     background: #0077b5;
}
 .social-sidebar a.pinterest {
     background: #bd081c;
}
 .social-sidebar a.instagram {
     background: #e4405f;
}
 .social-sidebar a.youtube {
     background: #ff0000;
}
 .social-sidebar a:hover {
     opacity: 0.8;
     padding-right: 15px;
    /* slide effect */
}
 .highlight-text {
     background-color: yellow;
     font-weight: bold;
     padding: 0 4px;
}
 .about-four {
     position: relative;
     padding: 39px 0;
     border-bottom: 1px solid #ffaa23;
}
 .testimonial-one__item__quote {
     line-height: 30px;
     margin: 0 0 54px;
     text-align: justify;
}
 @media (min-width: 1024px) {
     .main-header--three .main-menu .main-menu__list>li {
         padding-top: 25px;
         padding-bottom: 22px;
         margin-left: 20px;
    }
}
 .main-header--three .main-header__nav {
     margin-left: 108px;
}
 @media (max-width: 767px) {
     .testimonial-one__carousel.owl-carousel .owl-nav {
         margin: -66px 0 0;
         justify-content: center;
    }
}
 a {
     color: #212729;
     transition: all 400ms ease;
}
