/* @media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
} */
/* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
} */

ul.bannerSlider{
    padding-left:0;
  }
  .bannerSlider{
    height: calc(100vh - 150px);
      font-family: "SF Pro Display";
  }
  .bannerSlider .slide__image::before{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.5);
      z-index: 0;
  }
  .bannerSlider .slick-slide {
      position: relative;
  }
  .bannerSlider .slide__image{
    height: calc(100vh - 150px);
  }
  .bannerSlider .slide__image img {
      width: 100%;
      height: 100%;
      object-fit:cover;
  }
  img.slide__image__top-position {
      object-position:center bottom;
  }
  .bannerSlider .slide__text {
      position: absolute;
      z-index: 100;
      text-align: left;
      width: 100%;
      top: 50%;
        transform: translateY(-50%);
        z-index: 1;
  }
  .bannerSlider .slide__title {
    font-family: "Fredoka", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 132.5%;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 20px;
}
.bannerSlider .slide__text p{
font-size: 22px;
line-height: 132.5%;
color: #FFFFFF;
font-weight: 300;
}
.banner-btn-group{
    display: flex;
    gap: 20px;
    align-items: center;
    width: 480px;
    margin-top: 50px;
}
.banner-btn-group .btn{
    display: block;
    font-family: "Fredoka", sans-serif;
font-weight: 600;
font-size: 20px;
text-transform: capitalize;
color: #FFFFFF;
padding: 20px;

}
.bannerSlider .slick-dots {
    display: flex;
    justify-content: end;
    margin-top: -82px;
    padding-right: 75px;
    list-style-type: none;
    bottom:30px;
  }
  .bannerSlider .slick-dots li {
    margin: 0 0.25rem;
  }
  .bannerSlider .slick-dots button {
    /* display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: blue;
    text-indent: -9999px; */
    position: relative;
    background-color: transparent;
    padding: 0;
    border: none;
color: transparent;
  }

  .bannerSlider .slick-dots li button:before {
    font-size: 16px;
    color: #ffffff;
    content: '◯';
}
.bannerSlider .slick-dots li.slick-active button:before{
    content: '⬤';
  
    font-size: 25px;
    line-height: 22px;

}
.bannerSlider  .slick-dots li button:before {
    color: #ffffff;
    text-align: center;
    opacity: 1;
}
/* General Section Styling */
.service-section{
    font-family: "SF Pro Display";
}
.service-section .section-title {
    font-weight: 700;
    margin-bottom: 10px;
  }
  
 .section-subtitle {
    color: #6D758F;
    margin-bottom: 40px;
  }
  
  /* Service Card Base */
  .service-card {
    border-radius: 25px;
    padding: 30px;
    text-align: left;
    border: 1px solid transparent;
  }
  
  .service-card .service-icon i {
    font-size: 2.5rem;
  }
  
  .service-card .service-title {
    font-weight: 600;
    margin-bottom: 10px;

    font-family: "Fredoka", sans-serif;
font-size: 26px;
color: #133B5A;


  }
  
  .service-card .service-text {
    font-size: 16px; 
    color: #6c757d;
    margin-bottom: 15px;
  }
  
  .service-card .service-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .service-card .service-list li {
    margin-bottom: 15px;
padding: 17px 15px;
background: rgba(255, 255, 255, 0.48);
border-radius: 10px;
font-weight: 500;
font-size: 18px;
text-transform: capitalize;
color: #133B5A;
display: flex;
    gap: 10px;
  }
  
  .service-card .service-list img {
    height: 20px;
    width: 20px;
    object-fit: contain;
  }
  
  /* Specific Card Colors */
  .service-card.child-care {

background: linear-gradient(180deg, rgba(229, 255, 247, 0.3) 0%, rgba(67, 170, 139, 0.3) 100%);
border: 1px solid #43AA8B;


  }
  
  .service-card.child-care .service-icon i,
  .service-card.child-care .service-list i {
    color: #28a745;
  }
  
  .service-card.health-care {

background: linear-gradient(180deg, rgba(249, 65, 68, 0) 0%, rgba(249, 65, 68, 0.3) 100%);
border: 1px solid #F94144;

  }

    .service-card.vendor {
background: linear-gradient(180deg, rgba(248, 150, 30, 0) 0%, rgba(248, 150, 30, 0.3) 100%);
border: 1px solid #F9844A;
  }
  
 .service-card .service-icon img{
    height: 100px;
 object-fit: contain;
    width: 100px;
 }
/* General Section */
.how-it-works{
    font-family: "SF Pro Display";
}
.how-it-works .section-title {
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .how-it-works .section-subtitle {
    color: #6D758F;
    margin-bottom: 50px;
  }
  
  /* Step Card */
  .how-step {
    text-align: center;
    padding: 20px;
    position: relative;
  }
  
  .icon-wrap {
    position: relative;
    display: inline-block;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    border: 2px dashed #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 2rem;
    background: #fff;
    
  }
  
  .icon-wrap .step-number {
    position: absolute;
    top: -4px;
    right: -4px;
    font-family: "Fredoka", sans-serif;
    background: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #ffffff;
  }
  
  /* Step Colors */
  .icon-wrap.step-1 {
    border-color: #43AA8B;
    color: #43AA8B;
    background-color: #DCF1EA;
  }
  
  .icon-wrap.step-1 .step-number {
    background: #28a745;
  }
  
  .icon-wrap.step-2 {
    border-color: #F94144;
    color: #F94144;
    background-color: #FEE0E0;
  }
 
  .icon-wrap.step-2 .step-number {
    background: #F94144;
  }
  
  .icon-wrap.step-3 {
    border-color: #F8961E;
    color: #F8961E;
    background-color: #FEF1E1;
  }
  
  .icon-wrap.step-3 .step-number {
    background: #F8961E;
  }
  
  /* Step Titles */
  .step-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Fredoka", sans-serif;
    font-size: 26px;
    color: #133B5A;
  }
  
  .step-text {
    color: #6D758F;
    font-size: 0.95rem;
  }
  
  /* Dashed connector line between steps */
  .how-it-works .row {
    position: relative;
  }
  
  .how-it-works .row::before {
    content: "";
    position: absolute;
    top: 42px;
    transform: translateX(-50%);
    left: 50%;
    width: 904px;
    height: 120px;
    background-image: url(../../web-assets/homecss/imgs/gray-curve.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;

  }
  
  .testimonials {
    font-family: "SF Pro Display";
    padding: 80px 0;
    background-color: #F7F8FA;
    text-align: left;
  }


  .testimonial-card {
padding: 30px;
background: #FFFFFF;
border: 1px solid rgba(126, 135, 159, 0.2);
border-radius: 10px;
  }

  .testimonial-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
  }
.testimonial-card .card-title{
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Fredoka", sans-serif;
    font-size: 18px;
    color: #133B5A;
}
.testimonial-card .card-text{

font-style: italic;
font-weight: 400;
font-size: 16px;
line-height: 26px;

color: #6D758F;


}
.testimonial-card  .user {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .testimonial-card  .user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }

  .testimonial-card  .user-info {
    font-size: 14px;
  }

  .testimonial-card  .user-info strong {
    display: block;
    color: #1a2a49;
  }

  .testimonial-card  .stars {
    margin-top: 10px;
    color: #F9C74F;
    font-size: 22px;
    margin-bottom: 55px;
  }
  .testimonial-card  .stars .unfill{
    color: #7E879F;
  }
  .discover-card{
    padding: 50px;
    text-align: center;
    border-radius: 20px;
font-weight: 400;
font-size: 18px;
line-height: 21px;
color: #FFFFFF;
font-family: "SF Pro Display";
padding-bottom: 230px;
height: 100%;
  }
  .discover-card .btn{
    font-family: "Fredoka", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 20px 32px;

  }
  .discover-card.element1{
    background-image: url("../../web-assets/homecss/imgs/discover-1.png");
    background-size: cover;
    background-position: bottom;
  }
  .discover-card.element2{
    background-image: url("../../web-assets/homecss/imgs/discover-2.png");
    background-size: cover;
    background-position: bottom;
  }
  .discover-card .card-title{
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Fredoka", sans-serif;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
  }
  .care-group .care-label{
height: 60px;
width: 60px;
display: flex;
justify-content: center;
align-items: center;
background-color: #ffffff;
padding: 10px;
border-radius: 11px;
  }
  .care-group{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .search-section{
  padding: 40px 0;
  background-color: #F7F8FA;
  font-family: "SF Pro Display";
  scroll-margin-top: 110px;
  }
  .search-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  
  }
.search-group .form-control{
    padding: 18px 25px;
background-color: #FFFFFF;
border: 1.82px solid rgba(126, 135, 159, 0.2);
border-radius: 14px;
height: auto;

}
.search-group .form-control::-webkit-input-placeholder{
    color: #7E879F;
}
.search-group .form-select{
    background-image: url("../imgs/gray-dropdown.svg");
    padding: 18px 25px;
    border: 1.82px solid rgba(126, 135, 159, 0.2) !important;
    background-size: 22px;
    border-radius: 14px;
    color: #7E879F;
}
.search-group .form-select:focus{
    box-shadow: none;
}
.search-group input[type="date"]::-webkit-calendar-picker-indicator {
    background: url("../imgs/calendar-gray.svg") no-repeat;
    background-size: 20px;
}
.search-group .input-group{
    padding: 18px 25px;
background-color: #FFFFFF;
border: 1.82px solid rgba(126, 135, 159, 0.2);
border-radius: 14px;
height: auto;
}
.search-group .input-group .input-group-text img{
height: 24px;
width: 24px;
object-fit: contain;
}
  .search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
  }

  .search-box i {
    color: #888;
    margin-right: 8px;
  }

  .search-box input,
  .search-box select {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    background: transparent;

  }

  .search-btn {
    background: #f7931e;
    border: none;
    border-radius: 10px;
    font-family: "Fredoka", sans-serif;
    padding: 18px 38px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
  }

  .search-btn:hover {
    background: #e68213;
  }
.newsletter-card{
    background: #277da1;
    padding: 50px;
    border-radius: 20px;
}
.news-group .btn{
    padding: 20px 60px;

font-family: "Fredoka", sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.news-group input{

height: auto;
border: 1.82px solid rgba(126, 135, 159, 0.2);
border-radius: 14px !important;
background-color: #ffffff;

}
@media (max-width: 1200px) {
    .bannerSlider .slide__title {      
        font-size: 48px;}
        .banner-btn-group .btn {          
            font-size: 16px;          
            padding: 16px;}
            .icon-wrap {
              
                width: 142px;
                height: 142px;
            }    
            .how-it-works .row::before {
               
                top: 50px;
             
                width: 574px;
                height: 90px;}  
                .step-title {
                font-size: 20px;
                }  
                .icon-wrap img{
                    height: 46px;
                    width: 46px;
                    object-fit: contain;
                }    
                .discover-card .card-title {                
                    margin-bottom: 8px;               
                    font-size: 30px;                 
                    line-height: 36px;
                }   
                .discover-card {
                    padding: 20px;                
                    font-size: 18px;                 
                    padding-bottom: 130px;}  
                    .discover-card .btn {                        
                        font-size: 16px;                      
                        padding: 16px 24px;}           
                        .care-group .care-label {
                            height: 50px;
                            width: 50px;}
                            .newsletter-card {
                          
                                padding: 34px;}
                                .news-group .btn {
                                    padding: 20px 40px;}
                          
}
@media (max-width: 991.5px) {
    .bannerSlider {
        height: 500px;
    }
    .banner-btn-group {    
        gap: 10px;      
        width: 384px;
    }   
    .bannerSlider  .slide__image{
        height: 500px;
    } 
    .banner{
        height: auto;
      
    }
    .bannerSlider .slide__title {
        font-size: 40px;
    }
    .bannerSlider .slide__text p {
        font-size: 18px;}
        .service-card .service-icon img {
            height: 70px;
       
            width: 70px;}
            .service-card {
             
                padding: 18px;}
                .service-card .service-title {
                  
                    font-size: 22px;}
                    .service-card .service-list li {
                        margin-bottom: 11px;
                        padding: 12px 11px;
                    
                        font-size: 16px;
                    }
                    .icon-wrap {
                        width: 122px;
                        height: 122px;
                    }
                    .icon-wrap .step-number{
                        width: 39px;
                        height: 39px;
                        font-size: 16px;
                    }
                    .how-step {
                        padding: 10px;
                    }
                    .step-title {
                        font-size: 18px;
                    }
                    .how-it-works .row::before {
                        top: 38px;
                        width: 480px;
                        height: 69px;
                    }
                    .discover-card .card-title {
                        margin-bottom: 8px;
                        font-size: 22px;
                        line-height: 28px;}
                        .discover-card {
                            padding: 18px;
                     
                            padding-bottom: 66px;
                        }
                        .testimonial-card {
                            padding: 18px;}
                            .stars {
                                margin-top: 10px;
                             
                                font-size: 17px;
                                margin-bottom: 31px;}
                                .search-group .form-control {                                 
                                    padding: 12px 18px;}
                                    .search-group .form-select{                                        
                                    padding: 12px 18px;
                                    }
                                    .search-group .input-group{                                           
                                    padding: 12px 18px;
                                    }
                                    .search-btn{
                                        padding: 12px 18px;
                                    }
                                    .search-group .input-group .input-group-text img{
                                        height: 20px;
                                        width: 20px;
                                    }
                                    .newsletter-card {
                                        padding: 24px;
                                    }
                                    .news-group .btn {
                                        padding: 16px 24px;
                                   
                                        font-size: 16px;
                                    }                                    
                    
}
@media (max-width: 767px) {
    .bannerSlider  .slide__image{
        height: 500px;
    }
    .bannerSlider .slide__title {
        font-size: 30px;
        line-height: 39px;
    }
    .bannerSlider .slide__text p {
        font-size: 16px;
    }
    .bannerSlider .slick-dots li.slick-active button:before {
        font-size: 16px;
        line-height: 25px;
    }
    .bannerSlider .slick-dots li button:before {
        font-size: 12px;}
        .banner-btn-group {
            gap: 10px;
            width: 350px;
        } 
        .banner-btn-group .btn {
            font-size: 14px;
            padding: 14px;
        }
    
        .service-card .service-icon img {
            height: 60px;
            width: 60px;
        }
        .icon-wrap img {
            height: 30px;
            width: 30px;
        }
        .how-step {
            padding: 5px;
        }
        .icon-wrap {
            width: 82px;
            height: 82px;
        }    
        .icon-wrap .step-number {
            width: 24px;
            height: 24px;
            font-size: 12px;
        }
        .how-it-works .row::before {
            top: 32px;
            width: 365px;}
            .step-text {
         
                font-size: 14px;
                line-height: 20px;
            }
            .step-title {
                font-size: 16px;
            }
            .search-group{
                flex-wrap: wrap;
            }
            .search-btn {
                width: 100%;
            }
}
@media (max-width: 576px) {
    .bannerSlider .slide__text {       
        padding: 0 20px;}
        .banner-btn-group {
            gap: 10px;
            width: 292px;
        } 
        .banner-btn-group .btn {
            font-size: 12px;
            padding: 10px;
        }
        .bannerSlider .slick-dots {
     
            margin-top: -48px;
            padding-right: 10px}
            .service-card .service-icon img {
                height: 50px;
                width: 50px;
            }
            .service-card .service-title {
                font-size: 20px;
            }
            .how-it-works .row::before {
            
                width: 271px;
            }
            .icon-wrap {
                width: 54px;
                height: 54px;
                margin-bottom: 17px;
            }    
            .icon-wrap .step-number {
                width: 21px;
                height: 21px;
                font-size: 12px;
                line-height: normal;
            }
            .icon-wrap img {
                height: 23px;
                width: 23px;
            }
            .how-step {
                padding: 0px;
            }
            .how-it-works .row::before {
                width: 316px;
                height: 48px;
                top: 11px;
            }
            .step-title {
                font-size: 13px;
            }
            .step-text {
           
                font-size: 12px;
                line-height: 17px;
            }   
            .news-group .btn {
                padding: 10px 18px;
                font-size: 14px;
            }     
            .newsletter-card {
                padding: 16px;
            }
}
@media (max-width: 420px) {
    .how-it-works .row::before {
        width: 247px;
        height: 39px;
        top: 24px;
    }
}
