

/* Global Container for All Sections */
.hero-section,
.specialties-section,
.features-section,
.education-section,
.consultation-section {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

/* Specialties section specific fix */
.specialties-section {
    width: 100%;  /* 100vw वरून 100% करा */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #f5f3ef;
    overflow-x: hidden;
}

/* Webflow Utility Classes */
.page-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.section {
    padding: 80px 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.margin-bottom-small {
    margin-bottom: 20px;
}

.margin-right-small {
    margin-right: 15px;
}

.margin-bottom-medium {
    margin-bottom: 30px;
}

.margin-bottom-xlarge {
    margin-bottom: 60px;
}

.w-button {
    display: inline-block;
    text-decoration: none;
}

.align-center {
    text-align: center;
}

.flex-horizontal {
    display: flex;
    align-items: center;
}

.flex-align-center {
    justify-content: center;
}

.hero-section {
    padding: 80px 60px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    position: relative;
    min-height: 500px;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-content {
    flex: 1;
    max-width: 500px;
    text-align: left;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 1.2;
    color: #1a237e;
    margin-bottom: 25px;
    font-weight: 600;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-primary {
    padding: 14px 32px;
    background-color: #ffb6c1;
    color: #333;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: #ff9fb0;
    transform: translateY(-2px);
}

.btn-secondary {
    padding: 14px 32px;
    background-color: transparent;
    color: #333;
    border: 2px solid #d4cfc7;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-secondary:hover {
    border-color: #1a237e;
    color: #1a237e;
}

.heartbeat-line {
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-250px);
    width: 200px;
    opacity: 0.4;
}

.hero-illustration {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.illustration-container {
    position: relative;
    width: 400px;
    height: 400px;
}

.circle-pink {
    position: absolute;
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, #ffc0cb 0%, #ffb6c1 100%);
    border-radius: 50%;
    top: 20px;
    left: 0;
    opacity: 0.6;
}

.circle-blue {
    position: absolute;
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 50%;
    bottom: 0;
    right: 20px;
    opacity: 0.8;
}

.stethoscope {
    position: absolute;
    top: 60px;
    left: 40px;
    width: 180px;
    height: 180px;
    z-index: 2;
}

.emoji-face {
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 140px;
    height: 140px;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(255, 105, 180, 0.3);
}

.eyes {
    display: flex;
    gap: 20px;
    margin-bottom: 8px;
}

.eye {
    width: 25px;
    height: 8px;
    background-color: #fff;
    border-radius: 10px;
}

.mask {
    width: 80px;
    height: 35px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    margin-top: 5px;
}

.mask::before,
.mask::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    top: 5px;
}

.mask::before {
    left: 20px;
}

.mask::after {
    right: 20px;
}

.specialties-section {
    padding: 80px 0px 80px;
    position: relative;
    
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
}

.specialties-wrapper {
    display: flex;
    gap: 0;
       Desktop साठी 
    width: 100%;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .specialties-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.specialties-row {
    display: flex;
    gap: 15px;
    animation: scroll 25s linear infinite;
    white-space: nowrap;
}

.specialties-row:nth-child(2) {
    animation: scroll2 25s linear infinite;
    margin-top: 15px;
}

.specialty-tag {
    display: inline-block;
    padding: 14px 28px;
    background-color: #d4e9f7;
    color: #1a237e;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-right: 15px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.row-container {
    display: flex;
    margin-bottom: 15px;
}

.features-section {
    padding: 60px 0px 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.feature-card {
    background-color: #d4e9f7;
    border-radius: 30px;
    padding: 50px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    max-width: 1400px;
    width: 100%;  /* 90% वरून 100% करा */
    margin: 0;    /* Add this */

}

.feature-card:nth-child(2) {
    background-color: #e8dff5;
}

.feature-card:nth-child(3) {
    background-color: #d5f4e6;
}

.feature-content {
    flex: 1;
    max-width: 450px;
}

.feature-content h2 {
    font-size: 38px;
    line-height: 1.3;
    color: #1a237e;
    margin-bottom: 18px;
    font-weight: 600;
}

.feature-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.feature-illustration {
    flex: 0 0 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.illustration-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.illustration-circle.peach {
    background: linear-gradient(135deg, #ffd4b8 0%, #ffccaa 100%);
}

.illustration-circle.lavender {
    background: linear-gradient(135deg, #dac4f7 0%, #c8b3e6 100%);
}

.illustration-circle.mint {
    background: linear-gradient(135deg, #b8f1d2 0%, #a3e6c4 100%);
}

.medical-device,
.doctor-icon,
.calendar-icon {
    width: 200px;
    height: 200px;
}

.education-section {
    padding: 80px 60px;
    text-align: center;
    background-color: #f5f3ef;
}

.education-header {
    max-width: 700px;
    margin: 0 auto 60px;
}

.education-header h2 {
    font-size: 72px;
    line-height: 1.2;
    color: #1a237e;
    margin-bottom: 30px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

.education-header h2::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -60px;
    width: 80px;
    height: 30px;
    border: 3px solid #a8c5e8;
    border-radius: 50%;
    transform: rotate(-30deg);
}

.education-header .subtitle {
    font-size: 72px;
    line-height: 1.2;
    color: #1a237e;
    font-weight: 400;
    margin-bottom: 30px;
}

.education-header p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.view-all-btn {
    padding: 14px 32px;
    background-color: transparent;
    color: #333;
    border: 2px solid #d4cfc7;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}

.view-all-btn:hover {
    border-color: #1a237e;
    color: #1a237e;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.article-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
}

.article-card:hover {
    transform: translateY(-5px);
}

.article-category {
    display: inline-block;
    padding: 6px 14px;
    background-color: #e8f4f8;
    color: #4a90e2;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}

.article-card h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #1a237e;
    margin-bottom: 20px;
    font-weight: 600;
}

.article-illustration {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #ffd4b8 0%, #ffccaa 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.article-card:nth-child(2) .article-illustration {
    background: linear-gradient(135deg, #dac4f7 0%, #c8b3e6 100%);
}

.article-card:nth-child(3) .article-illustration {
    background: linear-gradient(135deg, #b8f1d2 0%, #a3e6c4 100%);
}

.person-illustration {
    width: 140px;
    height: 140px;
}

.explore-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4a90e2;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: gap 0.3s;
}

.explore-link:hover {
    gap: 12px;
}

.arrow-icon {
    width: 16px;
    height: 16px;
}

.consultation-section {
    padding: 100px 60px;
    text-align: center;
    background-color: #f5f3ef;
    position: relative;
}

.clouds-illustration {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
    position: relative;
}

.dove-and-clouds {
    width: 100%;
    height: 300px;
}

.consultation-content {
    max-width: 700px;
    margin: 0 auto;
}

.consultation-content h2 {
    font-size: 56px;
    line-height: 1.3;
    color: #1a237e;
    margin-bottom: 25px;
    font-weight: 400;
}

.consultation-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 35px;
}

.consultation-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.btn-book {
    padding: 14px 32px;
    background-color: #1a237e;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-book:hover {
    background-color: #0d1642;
    transform: translateY(-2px);
}

.btn-read {
    padding: 14px 32px;
    background-color: transparent;
    color: #ff6b6b;
    border: 2px solid #ff6b6b;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-read:hover {
    background-color: #ff6b6b;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 968px) {
    .hero-section {
        flex-direction: column;
        padding: 60px 30px 40px;
        text-align: center;
        justify-content: center;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .illustration-container {
        width: 300px;
        height: 300px;
    }

    .heartbeat-line {
        left: 50%;
        transform: translateX(-50%);
    }

    .features-section {
        padding: 40px 20px;
    }

    .feature-card {
        flex-direction: column;
        padding: 40px 30px;
        text-align: center;
    }

    .feature-content h2 {
        font-size: 32px;
    }

    .feature-illustration {
        flex: 0 0 250px;
    }

    .illustration-circle {
        width: 250px;
        height: 250px;
    }

    .education-section {
        padding: 60px 30px;
    }

    .education-header h2,
    .education-header .subtitle {
        font-size: 48px;
    }

    /*.articles-grid {*/
    /*    grid-template-columns: 1fr;*/
    /*    gap: 25px;*/
    /*}*/

    /*.consultation-section {*/
    /*    padding: 80px 30px;*/
    /*}*/

    .consultation-content h2 {
        font-size: 42px;
    }

    .consultation-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-book,
    .btn-read {
        width: 100%;
    }
}
