/* Banner Section Styles */
.banner-section {
    position: relative;
    padding: 160px 0 0px 0 !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}



.banner-bg {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

}



.banner-bg img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.banner-content {

    position: relative;

    z-index: 2;

    padding: 30px 0;

}



.banner-content .sub-heading {

    font-size: 14px;

    background: var(--secondary-color);

    margin-bottom: 15px;

    font-weight: 500;

    width: fit-content;

    color: #fff;

    padding: 12px 18px;

    border-radius: 4px;

}



.banner-content .heading {

    font-size: 40px;

    line-height: 1.2;

    margin-bottom: 20px;

    color: var(--text-matte-color);

    font-weight: 800;

}



.feature-boxes {

    margin-bottom: 40px;

}



.feature-box {

    background: rgba(255, 255, 255, 0.9);

    padding: 14px;

    border-radius: 20px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 15px;

    transition: all 0.3s ease;

    text-align: center;

    height: 100%;

    justify-content: center;

    box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.2);

}



.feature-box:hover {

    transform: translateY(-5px);

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

}



.feature-box .icon {

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.feature-box .icon img {

    max-width: 100%;

    height: auto;

}



.feature-box h3 {

    font-size: 14px;

    margin: 0;

    color: var(--secondary-color);

    font-weight: 600;

}



.banner-actions {

    display: flex;

    gap: 20px;

    flex-wrap: wrap;

}



/* .banner-actions .btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 12px 24px;

    border-radius: 8px;

    font-weight: 600;

    transition: all 0.3s ease;

} */



.btn-icon {

    width: 18px;

    height: 18px;

    object-fit: contain;

}



.banner-actions .btn-whatsapp {

    background-color: var(--secondary-color);

    color: #fff;

    border: 1px solid transparent;

}



.banner-actions .btn:hover {

    background-color: transparent;

    border: 1px solid var(--secondary-color);

    color: var(--secondary-color);

}



.banner-actions .btn:hover img {

    filter: invert(100%);

}



.banner-actions .btn-services {

    background-color: var(--tertiary-color);

    color: #fff;

}



.banner-actions .btn-services:hover {

    opacity: 0.9;

}



.btn span {

    font-size: 14px;

    font-weight: 500;

}



.section-header {
    margin-bottom: 50px;
}


.section-tag {
    color: var(--tertiary-color);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    background: rgb(33 139 189 / 10%);
    width: fit-content;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
}

.section-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
}



.section-header .section-description {
    color: var(--text-matte-light-color);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
}




/* Core Values */

.core-values {

    margin-bottom: 20px;

}



.core-values h3 {

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 14px;

    color: var(--text-matte-color);

}



.values-list {

    list-style: none;

    padding: 0;

    margin: 0;

}



.values-list li {

    display: flex;

    align-items: flex-start;

    gap: 4px;

    margin-bottom: 15px;
    color: var(--text-matte-light-color);

}



.values-list li i {

    color: #0891B2;

    font-size: 24px;

    margin-top: 2px;

}



.value-content {

    flex: 1;

}



.value-content strong {

    color: #001538;

    font-weight: 600;

}


/* Hours Badge */

.hours-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--secondary-color);
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 192px;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.hours-badge .hours {

    font-size: 48px;

    font-weight: 700;

    line-height: 1;

    display: block;

    margin-bottom: 5px;

}



.hours-badge .text {

    font-size: 18px;

    font-weight: 600;

    line-height: 1.2;

}



.hours-badge small {

    display: block;

    margin-top: 10px;

    opacity: 0.8;

    font-size: 12px;

    line-height: 1.4;

}

.ourstory .ourstory-box .ourstory-icon img {
    width: 50px;
}

.ourstory .ourstory-box {
    padding: 20px;
    border: 1px solid #DBEAFE;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ourstory .ourstory-box .ourstory-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-color);
}

/* mision vision */

.missionVision .mv-items .row .mv-outer:first-child .mv-box {
    background: var(--secondary-color);
}

.missionVision .mv-items .row .mv-outer:last-child .mv-box {
    background: var(--tertiary-color);
}

.missionVision .mv-items .mv-box .mv-icon img {
    width: 60px;
}

.missionVision .mv-items .mv-box {
    padding: 30px;
    border-radius: 20px;
}

.missionVision .coreitems .coreitem-box h4 {
    font-weight: 500;
    font-size: 20px;
    color: var(--tertiary-color);
}

.missionVision .coreitems .coreitem-box .coreitem-icon {
    width: 50px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.missionVision .coreitems .coreitem-box {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 4px 4px 20px 0 rgb(0 0 0 / 10%);
    background: #fff;
    z-index: 1;
    position: relative;
    height: 100%;
}

.missionVision::after {
    background: #218BBD;
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    display: inline-block;
    right: 100px;
    top: 0px;
    bottom: 0;
    filter: blur(80px);
    opacity: 0.2;
    margin: auto;
}

.communitysection .ourstory-box .ourstory-title {
    color: #333;
}

.communitysection .closing-line .line p {
    margin-bottom: 0;
}

.communitysection .closing-line .line {
    padding: 30px;
    border-left: 4px solid var(--heading-color);
    background: linear-gradient(145deg, rgba(244, 245, 246, 0.21) 0%, rgba(220, 228, 247, 1) 100%);
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

.communitysection .closing-line .line p:last-child {
    font-weight: 600;
    color: var(--heading-color);
}


.whychoose-section .whychoose-icon {
    width: 60px;
}

.whychoose-section .whychoose-closing-box .heading-box img {
    width: 50px;
}

.whychoose-section .whychoose-closing-box {
    background: var(--secondary-color);
    text-align: center;
    padding: 50px;
    border-radius: 30px;
    position: relative;
}


.whychoose-section .whychoose-closing-box::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(255 255 255 / 20%);
    top: -50px;
    left: -50px;
    border-radius: 100%;
}

.whychoose-section .whychoose-closing-box::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(255 255 255 / 20%);
    bottom: -50px;
    right: -50px;
    border-radius: 100%;
}


section.intocare .intocaregallery-box .image-content-box img {
    border-radius: 20px;
    height: 100%;
    display: block;
}


section.intocare .intocaregallery-box .image-content-box .icon {
    padding: 12px;
    background: rgb(255 255 255 / 10%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 70px;
    backdrop-filter: blur(10px);
}


section.intocare .intocaregallery-box .image-content-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 20px;
}

.faq-section {
    padding: 100px 0;
    background-color: #F8FAFC;
}