@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');

*{
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

img, video{
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* Ensure images are responsive */
img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}

body{
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Touch-friendly improvements */
button, .btn, a {
    min-height: 44px; /* Minimum touch target size */
    min-width: 44px;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Prevent zoom on input focus (iOS) */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    font-size: 16px;
}

.divider{
    margin-bottom: 20px;
}

.title-divider{
    width: 35%;
    border-top: 7px dotted #0066CC;
    display: flex;
    margin-left: 0px;
}

.background-overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.slick-arrow::before{
    display: none;
}

/* header */
.header-top{
    padding: 15px 0;
}
.header-top .header-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.header-top img{
    max-width: 200px;
}

.header-top .i2 img{
    max-width: 130px;
}

.h-img{
    padding: 0 7px;
}

/* Bright blue background for transparent logo */
.h-img img[src*="serenitycommunitycare-logo.png"]{
    background-color: #4FC3F7;
    padding: 10px;
    border-radius: 8px;
}

.navbar-brand{
    width: 12rem;
    display: none;
}

/* Bright blue background for navbar logo */
.navbar-brand img[src*="serenitycommunitycare-logo.png"]{
    background-color: #4FC3F7;
    padding: 10px;
    border-radius: 8px;
}

.header-button a{
    background: linear-gradient(45deg, #0066CC 0%, #4FC3F7 100%);
    padding: 10px 35px;
    border-radius: 50px;
    color: #fff;
}

.header-bottom{
    background: #f8f9fa;
}

.dropdown-menu{
    border:none;
    border-radius: 0;
}

.dropdown-menu li a{
    padding: 15px 35px;
    border-bottom: 1px solid #efefef;
}
  
/* banner */
.banner{
    overflow: hidden;
    width: 100%;
}
.strike{
    padding: 12rem 0;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    filter: grayscale(0);
    background-position: center top;
}
.b1{
    background:linear-gradient(rgba(0, 0, 0, 0.377),rgba(0, 0, 0, 0.349)), url(b1.jpg);
    background-size: cover;
}
.b2{
    background:linear-gradient(rgba(0, 0, 0, 0.377),rgba(0, 0, 0, 0.349)), url(b2.webp);
    background-size: cover;
}

.xd{
    padding:15rem 0;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.582); */
    position: relative;
    z-index: 11;
    
}

.xd h3{
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transition: all 1200ms ease;
}

.xd h1{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 65px;
    text-transform: capitalize !important;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transition: all 1200ms ease;
}

.xd p{
    font-size: 18px;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transition: all 1200ms ease;
}

.banner-btn-group{
    margin-top: 30px;
    opacity: 0;
    transform: translateX(100px);
    -webkit-transition: all 1200ms ease;
}

.b-btn{
    padding: 15px 35px;
    background: linear-gradient(45deg, #0066CC 0%, #4FC3F7 100%);
    color: #fff;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #fff;
}

.b-btn span{
    position: relative;
    z-index: 111;
}
.b-btn::before{
    position: absolute;
    top: 115px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #6c757d;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    border-radius: 50%;
    
    transition-duration: 800ms;
    z-index: 1;

}



.b-btn:hover::before{
    top:0%;
    left: -70px;
    right: -70px;
}

.banner .owl-nav{
    position: absolute;
    
    top: 80%;
    right: 5%;
}

.banner .owl-dots{
    bottom: 15%;
    position: absolute;
    
    left: 15%;
}

.banner .owl-prev, .banner .owl-next{
    
}

.banner .owl-prev{
    position: absolute;
    left: -137px;
}

.banner .owl-next{
    position: absolute;
    right: 0;
}

.banner .owl-nav i{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height:60px;
    border-radius: 10px;
    font-weight: 900;
    font-size: 22px;
    transition: all 500ms ease-in-out;
    position: relative;
}

.banner .owl-nav i:hover{
    background: #2196F3;

}

.banner .owl-nav button:hover{
    background: transparent !important;
}

.banner .owl-dot span{
    border-radius: 0 !important;
    height: 22px !important;
    width: 22px !important;
    background: #fff!important;
    border: 8px solid #4FC3F7 !important;
    border-radius: 50% !important;
    margin: 3px !important;
}


.banner .owl-dot.active span{
    background: #4FC3F7 !important;
    border: 6px solid #fff !important;
}

.banner .owl-item.active .strike{
    transform: scale(1.15);
    transition: all 6000ms ease-in-out;
}

.slide{
    position: relative;
    overflow: hidden;
}


.banner .owl-item.active h3{
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 300ms
}
.banner .owl-item.active h1{
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 600ms;
}
.banner .owl-item.active p{
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 900ms;
}
.banner .owl-item.active .banner-btn-group{
    opacity: 1;
    transform: translateX(0px);
    transition-delay:1200ms ;
}

.banner-btn-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slider-phone{
    position: relative;
    font-weight: 400;
    font-size: 12px;
    padding-left: 70px;
}

.slider-icon{
    position: absolute;
    left: 0px;
    top: -7px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    color: #2196F3;
    font-size: 18px;
}

.slider-phone a{
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #fff;
    transition: all 500ms ease-in-out;
}

.slider-phone a:hover{
    color: #2196F3;
}

.banner-button{
    margin-right: 30px;
    
}

/* about-title */
.about-title{
    text-align: center;
    padding: 2rem 0;
}

.about-title .title-divider{
    margin: 0 auto;
    width: 15%;
}

.about-title .sub-title{
    font-weight: 600;
    color: #4FC3F7;
    font-size: 20px;
    text-transform: uppercase;
}

.about-title h2{
    font-weight: 600;
    color: #0066CC;
}

.about-title h2 span{
    color: #0066CC;
}

/* about */
.about{
    position: relative;
    background-image: url(img/AHCS-About-us-sec-img01.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 72% auto;
    padding: 5rem 0;
}


.about .background-overlay{
    background-color: transparent;
    background-image: linear-gradient(100deg, #E3E5F1 38%, #FFFFFF00 38%);
    opacity: 1;
    
}


.about-box{
    background: #fff;
    border: 2px solid #0066CC;
    border-radius: 25px;
    padding: 25px;
    position: relative;
    z-index: 111;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .38);
}

.about-box h2{
    color: #0066CC;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-box h2 span{
    color: #4FC3F7;
}

.about-box-inner{
    padding:25px 15px;
    background: #f8f9fa;
    border-radius: 25px;
}

.about-box-inner p{
    font-size: 1.1rem;
    line-height: 35px;
}

.sector{
    padding: 0 20px;
}

.a-img{
    padding:10px 20px;
}

/* Bright blue background for about section logo */
.a-img img[src*="serenitycommunitycare-logo.png"]{
    background-color: #4FC3F7;
    padding: 10px;
    border-radius: 8px;
}

.ra{
    border-left: 2px solid #4FC3F7;
}

.about-btn{
    margin-top: 30px;
}
.about-btn a{
    padding: 10px 25px;
    background: linear-gradient(45deg, #0066CC 0%, #4FC3F7 100%);
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.about-btn:hover a{
    background: linear-gradient(45deg, #4FC3F7 0% ,#0066CC 100%);
}

.about-img{
    display: none;
}

/* services */
.services{
    padding: 3rem 0;
}

.services h2{
    font-weight: 600;
    color: #0066CC;
    text-align: center;
    font-size: 40px;
}

.services h2 span{
    color: #4FC3F7;
}

.services .title-divider{
    width: 15%;
    margin: 0 auto;
}

.service-container{
    background: #f8f9fa;
}

.rax{
    position: relative;
    padding: 30px;
}

.rax-content{
    background: #fff;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.07);
    position: relative;
}

.rax-arrow{
    position: absolute;
    bottom: 100%;
    left: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
}

.rax-arrow::before{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
}
.rax-inner{
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.rax-img{
    margin-bottom: 15px;
}

.rax-img img{
    border-radius: 25px;
}

.rax-inner h3{
    font-size: 20px;
    font-weight: 600;
    color: #0066CC;
}

.rax-inner h5{
    color: #4FC3F7;
    font-weight: 700;
    font-size: 25px;
}

.rax-inner p{
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.rax-inner .sa-btn{
    margin-bottom: 20px;
}

.rax-inner .sa-btn a{
    padding: 10px 25px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(45deg, #0066CC 0%, #4FC3F7 100%);
    font-size: 14px;
    border-radius: 50px;
}

.rax .icon-box{
    position: relative;
    margin-bottom: 35px;
}

.rax .icon-box .span-title{
    font-size: 14px;
    font-weight: 600;
    color: #0066CC;
}

.rax .top-inner{
    position: relative;
}

.rax .top-inner .icon{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #efefef;
    color: #333;

}

.rax .top-inner .icon{
    font-size: 35px;
    border-radius: 25px;
    background: #0066CC;
    color: #fff;
    padding: 10px;
}

.rax .top-inner .icon svg{
    width: auto;
    height: 1em;
    fill: currentColor;
}

.horizontal-timeline-tree{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -5;
    overflow: hidden;
    width: 150%;
    height: 2px;
    background: #efefef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-timeline-tree{
    height: 2px;
    background: #4FC3F7;
}

.services .slick-arrow{
    top: 80px;
    background: #4FC3F7;
    color: #fff;
    position: absolute;
    
    border-radius: 50%;
    height: 50px;
    width:50px
}

.services .slick-arrow i{
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.services .slick-arrow.slick-next{
    right: -25px;
}

s.services .slick-arrow.slick-prev{
    left: -25px;
}

.s-btn{
    margin-top: 40px;
    text-align: center;
}

.s-btn a{
    background: linear-gradient(45deg, #0066CC 0%, #4FC3F7 100%);
    padding: 13px 25px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}

.s-btn i{
    margin-right: 7px;
}

/* choose */
.choose{
    background-image: url(img/AHCS-Why-us-img01.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 72% auto;
    padding: 5rem 0;
}

.choose-box{
    background: #fff;
    border: 2px solid #0066CC;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .38);
}

.choose-box h2{
    margin-bottom: 20px;
    color: #0066CC;
    font-weight: 600;
}

.choose-box h2 span{
    color: #4FC3F7;
}
.choose-list{
    padding: 15px;
    background: #f8f9fa;
    border-radius: 25px;
}

.choose-list ul{
    padding-left: 25px;
}
.choose-list li{
    list-style: disc;
    margin-bottom: 6px;
}

.c-btn{
    margin-top: 30px;
}

.c-btn a{
    background: linear-gradient(45deg, #0066CC 0%, #4FC3F7 100%);
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 500;
}

.c-btn i{
    margin-right: 7px;
}

/* footer */
footer{
    padding: 4rem 0 15px;
    background: #f8f9fa;
    position: relative;
    border-top: 5px solid #11abeb;
}

.ba{
    margin-bottom: 30px;
}
.footer-top h3{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;

}

.footer-top ul li{
    margin-bottom: 7px;
}
.footer-top ul li a{
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 30px;
}

.footer-top ul li a i{
    color: #0066CC;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

.alfa-path{
    font-size: 81px;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.alfa-path svg{
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.alfa-img{
    width: 13rem;
    margin-bottom: 20px;
}

.f-btn{
    margin: 35px 0;
}

.f-btn a{
    padding: 10px 25px;
    background: linear-gradient(45deg, #0066CC 0%, #4FC3F7 100%);
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
}

.f-btn i{
    margin-right: 5px;
}


.footer-social i{
   width: 40px;
   height: 40px;
   color: #0066CC;
   background: #fff;
   border-radius: 5px;
   line-height: 40px;
   text-align: center;
   margin-right: 5px;
}

.footer-bottom{
    background-image: linear-gradient(45deg, #0066CC 0%, #4FC3F7 100%);
    padding: 15px 0;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    
}

.footer-bottom p{
    margin-bottom: 0;
}

.footer-bottom a{
    color: #fff;
}

/* bread */
.bread{
    min-height:700px;
}
.b-box{
    margin-top: -120px;
}
.bread-box{
    background: #fff;
    padding: 10px 50px 50px 50px;
    border-radius: 12px 250px 5px 5px;
}

.bread-box h2{
    background-clip: text;
    background-image: linear-gradient(45deg, #0066CC 0%, #4FC3F7 41%);
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bread-widget{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
}

.bread-widget a{
    padding: 16px 25px;
    border-radius: 50px 0 0 50px;
    color: #187E70;
    background: #fff;
    font-size: 14px;
    transition: all .5s ease-in-out;
}

.bread-widget a:hover{
    background: #187E70;
    color: #fff;
}

.b-cnete{
    position: relative;
}

.b-cnete i{
    background: #eaeaea;
    color: #27374c;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%,-50%);
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 800;
    text-align: center;
}

.b-right span{
    padding: 16px 25px;
    font-size: 14px;
    font-style: italic;
    color: #a7a7a7;
}

/* service-card */
.s-card{
    padding: 0 25px 25px;
    border-radius: 25px;
    border: 2px solid #133ad4;
    background: #E3E5F1;
    position: relative;
    margin: 15px;
    margin-bottom: 50px;
}

.s-img{
   height: auto;
   margin-top: -22px;
   border: 3px solid #4FC3F7;
   border-radius: 25px;
   overflow: hidden;
}

.s-img img{
    height: 100%;
    
}

.s-content h4{
    font-weight: 600;
    margin: 15px 0 10px;
    font-size: 20px;
    color: #0066CC;
}

.s-content p{
    font-size: 15px;
    line-height: 1.8;
}

.sc-btn{
    margin-top: 25px;
}

.sc-btn a{
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 50px;
    background: linear-gradient(45deg, #0066CC 0%, #4FC3F7 100%);
    color: #fff;
    font-weight: 500;
}

/* contact */
.contact{
    padding: 2rem 0;
}

.contact-details{
    margin-bottom: 45px;
}

.contact-details h3{
    font-weight: 700;
    color: #0066CC;
    font-size: 40px;
}

.contact-details h3 span{
    color: #4FC3F7;
}

.contact-details li{
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-details li a{
    color: #000;
}

.contact-details li a i{
    color: #0066CC;
    margin-right: 10px;
}

.maps{
    margin-bottom: 20px;
}

.form-header{
    text-align: center;
}

.form-header h3{
    font-size: 35px;
    color: #0066CC;
    font-weight: 700;
}

.form-header h3 span{
    color: #4FC3F7;
}

.form-header .title-divider{
    border-width: 5px;
    text-align: center;
    width: 10%;
    margin: 0 auto;
    border-color: #8d13d8;
}

.cc{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cc-form{
    padding: 23px;
    border-radius: 18px;
    border: 2px solid #8d13d8;
}

.cc-form label{
    position: relative;
    color: #7a7a7a;
    font-size: 14px;
}

.cc-form .field-box{
    margin: 0 3px;
    margin-bottom: 5px;
}

.cc-form .field-box.required label::after{
    content: '*';
    color: #ff0000;
    padding-left: 4px;
}

.cc-form .form-control, .cc-form .form-select{
    padding: 10px;
    font-size: 14px;
    color: #54595f;
    border: 1px solid #818a91;
    border-radius: 0;
    margin-bottom: 15px;
}

.cc-form button{
    padding: 10px 25px;
    font-size: 14px;
    background: #2196F3;
    color: #fff;
    font-weight: 600;
    border: none;
    text-transform: capitalize;
}

.ats{
    padding: 2rem 0;
}

.ats h2{
    color: #0066CC;
    font-weight: 700;
    font-size: 39px;
}

.ats h3 a{
    color: #4FC3F7;
}

.ats-box{
    padding: 14px;
    border-radius: 14px;
    background: #E3E5F1;
}

.ats .title-divider{
    width: 12%;
}

.ats p{
    line-height: 1.8;
    font-size: 18px;
}

.ats-img{
    height: 100%;
    background: url(img/AHCS-About-us-sec-img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.ags{
    padding-bottom:1rem ;
}



.ags p{
    font-size: 18px;
    line-height: 1.8;
}

.avs{
    padding: 3rem 0 2rem;
    background: linear-gradient(45deg, #0066CC 66%, #4FC3F7 100%);
}

.avs-inner{
    background: #fff;
    border-radius: 15px 150px 15px 15px;
    padding: 10px;
}

.avs h3{
    color: #0066CC;
    font-size: 30px;
    margin-left: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.avs h3 span{
    color: #4FC3F7;
}

.avs-inner p{
    font-size: 18px;
    line-height: 1.8;
    padding: 10px;
}

.avs-icon{
    width: 100px;
    height: 100px;
    margin: -45px auto 20px;
}

.avs-icon svg{
    width: 100%;
    height: 100%;
}

.avs ul{
    text-align: center;
}

.avs li{
    position: relative;
}

.avs li a{
   padding: 20px 12px;
   color: #0066CC;
   font-weight: 500;
   font-size: 14px;
}

.avs li a i{
    color: #0066CC;
    margin: 7px;
}

.avs li span{
    background: #4FC3F7;
    font-size: 12px;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
}

.ad{
    position: relative;
    
    padding: 10px 0;
    
    background-size: cover;
    background-repeat: no-repeat;
    
}

.ad{
    background-image: linear-gradient(110deg, #FFFFFF 61%, #E3E5F1 61%);
}

.ad.v{
    background-image: linear-gradient(110deg, #E3E5F1 36%, #fff 36%);
}

.ad-c{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
}

.av-c{
    padding: 10px;
}

.av-c h3{
    font-size: 35px;
    font-weight: 700;
    color: #0066CC;
}

.av-c .title-divider{
    width: 12%;
    border-width: 5px;
}

.av-c h3 span{
    color: #4FC3F7;
}

.av-c{
    font-size: 20px;
    line-height: 1.8;
}

.ad-c ul{
    padding-left: 20px;
}

.av-c li{
    list-style: disc;
}

/* sr-content */
.service-single{
    padding: 2rem 0;
}

.sr-content h2{
    font-weight: 700;
    margin-bottom: 30px;
}

.sr-content p{
    font-size: 18px;
    line-height: 1.8;
}

.sr-content h4{
    margin: 30px 0;
    font-weight: 700;
    font-size: 20px;
}

.sr-content ul{
    margin-left: 30px;
    margin-bottom: 15px;
}

.sr-content li{
    list-style: disc;
    font-size: 18px;
    margin-bottom: 10px;
}

/* service-form */
.service-form{
    padding: 3rem 0;
}

.service-form .span-title{
    color: #4FC3F7;
    text-transform: uppercase;
}

.service-form h3{
    color: #0066CC;
    font-weight: 700;
    font-size: 30px;
}

.service-form h3 span{
    color: #4FC3F7;
}

.service-form .title-divider{
    width: 10%;
    border-width: 5px;
}

/* sidebar */
.sidebar{
    background: #E3E5F1;
    border-radius: 10px;
    padding: 10px;
}

.sidebar h3{
    text-align: center;
    color: #0066CC;
    font-weight: 700;
    margin-top: 5px;
}

.sidebar h3 span{
    color: #4FC3F7;
}

.sidebar .title-divider{
    margin: 0 auto;
    width: 15%;
    border-width: 5px;
    margin-bottom: 30px;
}

.sidebar-menu{
    background: #fff;
    padding: 7px;
    border-radius: 11px;
}

.sidebar-menu a{
    display: flex;
    align-items: center;
}

.sidebar-menu .sd-icon{
    height: 34px;
    width: 34px;
    margin-right: 10px;
    
}

.sidebar-menu .sd-icon svg{
    height: 100%;
    fill: #4FC3F7;
}

.sidebar-menu a span{
    color: #0066CC;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu li{
    border-bottom: 1px dotted #dcdce4;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

/* covid-19 */
.covid{
    padding: 2rem 0;
    
}
.c-19{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.covid p{
    font-size: 20px;
    line-height: 1.8;
}

.covid-info{
    padding: 10px 0;
    background: #f8f9fa;
    margin-bottom: 2rem;
}

.covid-info h5{
    font-weight: 700;
    margin-bottom: 30px;
}

.covid-info ul{
    margin: 0px 0px 20px 40px;
}

.covid-info li{
    list-style: disc;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}

/* faq */
.faq{
    padding: 3rem 0;
    background: #E3E5F1;
}
.faq .rax-inner p{
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}

.faq .rax-inner ul{
    margin-left: 30px;
    margin-bottom: 20px;
}

.faq .rax-inner li{
    list-style: disc;
    font-size: 16px;
    margin-bottom: 6px;
}

.faq-info{
    padding: 3rem 0;
}

.faf .span-title{
    color: #4FC3F7;
    text-transform: uppercase;
    font-weight: 700;
}

.faf h3{
    font-weight: 700;
    color: #0066CC;
    font-size: 40px;
}

.faf h3 span{
    color: #4FC3F7;
}

.faf .title-divider{
    width: 12%;
    border-width: 5px;
    margin-bottom: 30px;
}

.faq-info{
    font-size: 18px;
    line-height: 1.8;
}

/* careers */
.career{
    padding: 4rem 0 2rem;
}

.career p{
    line-height: 1.8;
    font-size: 18px;
}

.career-img{
    width: 75%;
    border: 2px solid #4FC3F7;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .38);
    margin: 0 auto;
    margin-bottom: 20px;
}

.cr-icon{
    
    margin-bottom: 20px;
    text-align: center;
}

.cr-icon i{
    height: 80px;
    width: 80px;
    line-height: 90px;
    text-align: center;
    display: block;
    background: #0066CC;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    margin: 0 auto;
}

.career ul{
    margin-left: 40px;
    margin-bottom: 25px;
}

.career li{
    list-style: disc;
    margin-bottom: 8px;
    font-size: 18px;
}

.career-form{
    padding-bottom: 3rem;
}

.career-form .cc-form{
    background: #f8f9fa;
}

/* referral */
.referral{
    padding: 3rem 0;
}

.referral p{
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
}

/* container */
.complain{
    padding: 5rem 0;
}

.complain p{
    font-size: 18px;
    line-height: 1.8;
}

/* multistep form */
#multistepsform {
   
    padding: 23px;
    border-radius: 18px;
    border:  2px solid #4FC3F7;
    background: #E3E5F1; 
    position: relative;
  
    fieldset {
      
    
     
      position: relative;
    }
    fieldset:not(:first-of-type) {
      display: none;
    }
    label{
        color: #7a7a7a;
        font-size: 15px;
        margin-bottom: 3px;
    }
    .form-control,
    .form-select{
      padding:10px 15px;
      border: 1px solid #ccc;
      border-radius: 3px;
      margin-bottom: 20px;
      width: 100%;
      box-sizing: border-box;
      background-color: #fff;
      color: #2c3e50;
      font-size: 15px;
      &:focus {
        border-color: #679b9b;
        outline: none;
        color: #637373;
      }
    }
   
  
    .action-button {
     
      background: #0066CC;
      font-weight: 500;
      color: #fff;
      transition: 150ms;
      border: 0 none;
      border-radius: 1px;
      cursor: pointer;
      padding: 10px 25px;
      margin: 10px 5px;
      font-size: 15px;
    }
    .action-button:hover,
    .action-button:focus {
     
      color: #fff;
    }
    .previous{
        background: #61CE70;
        color: #fff;
    }
    .fs-title {
      font-size: 15px;
      text-transform: uppercase;
      color: #2c3e50;
      margin-bottom: 10px;
    }
    .fs-subtitle {
      font-weight: normal;
      font-size: 13px;
      color: #666;
      margin-bottom: 20px;
     
    }
    #progressbar {
      margin-bottom: 30px;
      overflow: hidden;
      counter-reset: step;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      li {
        list-style-type: none;
        color: #54595F;
       
        text-align: center;
        font-size: 13px;
       
        position: relative;
        &:before {
          content: counter(step);
          counter-increment: step;
          width: 40px;
          line-height: 40px;
          display: block;
          font-size: 13px;
          color: #54595F;
          background: #fff;
          border:  1px solid #54595F;
          border-radius: 5px;
          border-radius: 3px;
          margin: 0 auto;
          margin-bottom: 5px;
          /* margin: 0 auto 5px auto; */
        }
       
        &:first-child:after {
          content: none;
        }
      }
      li.active {
        color: #61CE70;
        &:before,
        &:after {
          border-color: #61CE70;
          color: #61CE70;
        }
      }
    }
  }
  
  #multistepsform #progressbar .seperator{
    content: "";
    width: 100%;
    height: 1px;
    background: #818a91;
    margin-top: 20px;
    /* z-index: -1; */
  }

  .field-btn{
    display: flex;
    align-items: flex-start;
    display: block !important;
  }


  /* accordion */
  .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
    justify-content: center;
    
  }
  
  .accordion .accordion-item {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
  }
  
  .accordion .accordion-item .accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid #d4d4d4;
    visibility: visible;
  }
  
  .accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
  }
  
  .accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    background: #001b51;
    color: #fff;
  }
  
  .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-weight: 600;
  }
  
  .accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: all 0.2s ease;
  }
  
  .accordion
    .accordion-item.open
    .accordion-item-header
    .accordion-item-header-icon {
    transform: rotate(-180deg);
  }
  
  .accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  
  .accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
  }
  
  .accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description {
    min-height: 0;
  }
  
  .accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description
    p {
    padding: 20px;
    line-height: 1.5;
  }


  .accordion .accordion-item ul{
    padding-left: 50px;
  }

  .accordion-item li{
    list-style: disc;
  }

  .sav .accordion-item-header{
    background: #4FC3F7 !important;
  }


  .faqv{
    width: 50%;
    margin: 0 auto;
  }

  .faq-data{
    padding-bottom: 3rem;
  }
@media (min-width:992px){
    .nav-item{
        padding: 10px;
    }

    .nav-link{
        font-weight: 600;
        color: #0066CC;
        font-size: 15px;
    }

    .nav-link.active{
        color: #0066CC !important;
    }
}

/* Mobile Optimizations */

/* Large Tablets and Small Desktops */
@media (max-width: 1200px) {
    .container {
        max-width: 95%;
    }
    
    .banner h1 {
        font-size: 45px;
    }
    
    .banner h3 {
        font-size: 20px;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .navbar-brand{
        display: block;
    }
    
    .choose{
        background-position: top center;
        padding-top: 12rem;
    }

    .about{
        background: #fff;
    }

    .about-img{
        display: block;
        position: relative;
        z-index: 111;
        margin-bottom: 35px;
    }

    .banner h1{
        font-size: 40px;
    }

    .services{
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-link{
        font-weight: 600;
    }

    .header-top{
        display: none;
    }
    
    /* Improve logo visibility on mobile */
    .navbar-brand img {
        max-width: 150px;
    }
    
    /* Better spacing for mobile */
    .banner {
        padding: 60px 0;
    }
    
    .banner .container {
        padding: 0 15px;
    }
}

/* Mobile Phones */
@media (max-width: 768px) {
    /* Typography adjustments */
    .banner h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .banner h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    /* Header improvements */
    .navbar-brand {
        width: 10rem;
    }
    
    .navbar-brand img {
        max-width: 120px;
    }
    
    /* Button improvements */
    .banner-button a {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .header-button a {
        padding: 8px 20px;
        font-size: 14px;
    }
    
    /* Container padding */
    .container {
        padding: 0 15px;
    }
    
    /* Service cards */
    .s-card {
        margin-bottom: 30px;
    }
    
    .s-card h4 {
        font-size: 18px;
    }
    
    .s-card p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* About section */
    .about-title h2 {
        font-size: 28px;
    }
    
    .about-box h2 {
        font-size: 24px;
    }
    
    .about-box p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* Footer improvements */
    .footer-top {
        padding: 40px 0;
    }
    
    .footer-top h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .footer-top ul li {
        margin-bottom: 10px;
    }
    
    .footer-top ul li a {
        font-size: 14px;
    }
    
    /* Form improvements */
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-control {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    /* Logo background adjustments */
    .h-img img[src*="serenitycommunitycare-logo.png"],
    .navbar-brand img[src*="serenitycommunitycare-logo.png"],
    .a-img img[src*="serenitycommunitycare-logo.png"] {
        padding: 8px;
        border-radius: 6px;
    }
}

/* Small Mobile Phones */
@media (max-width: 576px) {
    /* Even smaller typography */
    .banner h1 {
        font-size: 28px;
    }
    
    .banner h3 {
        font-size: 16px;
    }
    
    /* Header */
    .navbar-brand {
        width: 8rem;
    }
    
    .navbar-brand img {
        max-width: 100px;
    }
    
    /* Buttons */
    .banner-button a {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .header-button a {
        padding: 6px 15px;
        font-size: 13px;
    }
    
    /* Container */
    .container {
        padding: 0 10px;
    }
    
    /* Typography */
    .about-title h2 {
        font-size: 24px;
    }
    
    .about-box h2 {
        font-size: 20px;
    }
    
    .s-card h4 {
        font-size: 16px;
    }
    
    /* Footer */
    .footer-top h3 {
        font-size: 18px;
    }
    
    .footer-bottom p {
        font-size: 12px;
        text-align: center;
    }
    
    /* Logo adjustments */
    .h-img img[src*="serenitycommunitycare-logo.png"],
    .navbar-brand img[src*="serenitycommunitycare-logo.png"],
    .a-img img[src*="serenitycommunitycare-logo.png"] {
        padding: 6px;
        border-radius: 4px;
    }
}

/* Extra Small Devices */
@media (max-width: 480px) {
    .banner h1 {
        font-size: 24px;
    }
    
    .banner h3 {
        font-size: 14px;
    }
    
    .navbar-brand {
        width: 6rem;
    }
    
    .navbar-brand img {
        max-width: 80px;
    }
    
    .banner-button a {
        padding: 8px 15px;
        font-size: 12px;
    }
    
    .container {
        padding: 0 5px;
    }
    
    .about-title h2 {
        font-size: 20px;
    }
    
    .about-box h2 {
        font-size: 18px;
    }
}

/* Additional Mobile Optimizations */

/* Landscape orientation for mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .banner {
        padding: 30px 0;
    }
    
    .banner h1 {
        font-size: 28px;
    }
    
    .banner h3 {
        font-size: 16px;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .navbar-brand img,
    .h-img img,
    .a-img img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Dark mode support (if needed) */
@media (prefers-color-scheme: dark) {
    /* Add dark mode styles here if needed in the future */
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    html {
        scroll-behavior: auto;
    }
}

/* Print styles */
@media print {
    .header-top,
    .header-bottom,
    .footer {
        display: none;
    }
    
    .banner {
        background: none !important;
        color: #000 !important;
    }
    
    .container {
        max-width: 100%;
        padding: 0;
    }
}