/* Homepage Redesign CSS */

/* Container Width */
@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
        width: 95% !important;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1500px !important;
        width: 1500px !important;
    }
}

/* Typography */
body, p, li, a, span, div {
    font-family: 'Lexend', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lexend', sans-serif;
}

/* Reset background to white */
.body-bg {
    background-image: none !important;
    background-color: #ffffff !important;
}

body {
    background-color: #ffffff !important;
}

/* Hero Slider Section */
.hero-slider-section {
    position: relative;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
}

.hero-slider-section .carousel-inner {
    max-height: 600px;
}

.hero-slider-section .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 400px;
    max-height: 600px;
}

.hero-slider-section .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 96, 147, 0.85);
    padding: 40px 60px;
    border-radius: 12px;
    max-width: 700px;
}

.hero-slider-section .carousel-caption h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-slider-section .carousel-caption p {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
}

.btn-video-play {
    background-color: #00b5ca;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 181, 202, 0.4);
}

.btn-video-play:hover {
    background-color: #01306b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 181, 202, 0.6);
}

.btn-video-play i {
    margin-right: 10px;
}

/* Patient Info Section - 4 Icons */
.patient-info-section {
    padding: 80px 0;
    background-color: #ffffff;
}

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

.section-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-header .lead {
    font-size: 20px;
    color: #57758b;
    max-width: 800px;
    margin: 0 auto;
}

.icon-boxes {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.icon-box {
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s ease;
    border-radius: 20px;
    height: 100%;
}

.icon-box:hover {
    background-color: #e8f6f6;
    transform: translateY(-5px);
}

.icon-box i {
    font-size: 64px;
    color: #00b5ca;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.icon-box:hover i {
    color: #01306b;
    transform: scale(1.1);
}

.icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #01306b;
    margin-bottom: 15px;
}

.icon-box p {
    font-size: 16px;
    color: #57758b;
    line-height: 1.6;
}

/* Content Sections */
.content-section-alt,
.content-section {
    padding: 80px 0;
}

.content-section-alt {
    background-color: #ffffff;
}

.content-section {
    background-color: #ffffff;
}

.content-section h3,
.content-section-alt h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.content-section h4,
.content-section-alt h4 {
    font-size: 24px;
    font-weight: 600;
    color: #00b5ca;
    margin-bottom: 20px;
}

.content-section p,
.content-section-alt p {
    font-size: 18px;
    line-height: 1.8;
    color: #57758b;
    margin-bottom: 20px;
}

.content-section img,
.content-section-alt img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}
.service-box .advantage-box {
  padding-left: 0;
  padding-right: 0;
}
.services-list {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
}

.services-list li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 16px;
    color: #57758b;
    line-height: 1.6;
}

.services-list li:before {
    content: "ead1";
    font-family: 'lineicons';
    position: absolute;
    left: 0;
    color: #00b5ca;
    font-size: 18px;
}

/* Partners Section */
.partners-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.partners-section h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.partners-section .logotypes img {
    max-width: 200px;
    height: auto;
    margin: 20px;
    transition: all 0.3s ease;
    filter: grayscale(30%);
}

.partners-section .logotypes img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Video Modal */
#videoModal .modal-dialog {
    max-width: 900px;
}

#videoModal .modal-content {
    background-color: #000;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

#videoModal .modal-header {
    border-bottom: none;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

#videoModal .modal-header .close {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    font-size: 32px;
}

#videoModal .modal-body {
    padding: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-slider-section .carousel-caption {
        padding: 30px 40px;
    }

    .hero-slider-section .carousel-caption h1 {
        font-size: 36px;
    }

    .hero-slider-section .carousel-caption p {
        font-size: 18px;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .content-section,
    .content-section-alt {
        padding: 60px 0;
    }

    .content-section-alt .col-md-6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hero-slider-section .carousel-caption {
        padding: 20px 30px;
    }

    .hero-slider-section .carousel-caption h1 {
        font-size: 28px;
    }

    .hero-slider-section .carousel-caption p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .btn-video-play {
        padding: 12px 30px;
        font-size: 16px;
    }

    .patient-info-section {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .section-header .lead {
        font-size: 16px;
    }

    .icon-box {
        margin-bottom: 30px;
    }

    .content-section h3,
    .content-section-alt h3 {
        font-size: 28px;
    }

    .content-section h4,
    .content-section-alt h4 {
        font-size: 20px;
    }

    .partners-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .hero-slider-section .carousel-caption {
        padding: 15px 20px;
    }

    .hero-slider-section .carousel-caption h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .hero-slider-section .carousel-caption p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .btn-video-play {
        padding: 10px 25px;
        font-size: 14px;
    }

    .section-header h2 {
        font-size: 24px;
    }

    .icon-box i {
        font-size: 48px;
    }
}
