.intro-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.intro-wrapper-2 {
    height: 100%;
}

.swiper-intro {
    height: 100%;
}

.intro-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.intro-thumb {
    width: 100%;
    height: 100vh;
    position: relative;
}

.intro-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.intro-content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -45%);
    text-align: center;
    z-index: 2;
    width: 100%;
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intro-content .logo-banner {
    width: 110%;
    height: auto;
    min-width: 700px;
    margin-bottom: 20px;
}

.intro-content h3 {
    color: var(--white);
    font-family: var(--font-chap);
    font-size: 28px;
    font-weight: 600;
    margin: 15px 0 30px;
    letter-spacing: 1.5px;
    width: 100%;
    white-space: nowrap;
    line-height: 1.4;
}

.intro-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.overlay {
    background: rgba(0, 0, 0, 0.3);
}

/* Hide swiper navigation arrows */
.swiper-button-next,
.swiper-button-prev {
    display: none;
}

/* Custom swiper pagination */
.swiper-pagination {
    position: absolute;
    bottom: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    margin: 0 5px !important;
    position: relative;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/* Dynamic number indicators */
.swiper-pagination-bullet::before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: -25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active::before {
    opacity: 1;
    transform: translateY(0);
}

/* WHY OWNSKIN Section Styles */
.why-ownskin-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.why-ownskin-wrapper {
    height: 100%;
    position: relative;
}

.why-ownskin-thumb {
    width: 100%;
    height: 100vh;
    position: relative;
}

.why-ownskin-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.why-ownskin-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-ownskin-left {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.container-text-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.why-ownskin-left h2 {
    color: var(--white);
    font-family: var(--font-chap);
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.why-ownskin-left p {
    color: var(--white);
    font-family: var(--font-chap);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 500px;
}

.why-ownskin-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    width: 400px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-icon {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
}

.feature-icon img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.feature-text {
    color: var(--white);
    font-family: var(--font-chap);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* OUR STORY Section Styles */
.our-story-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.our-story-wrapper {
    height: 100%;
    position: relative;
}

.our-story-thumb {
    width: 100%;
    height: 100vh;
    position: relative;
}

.our-story-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.our-story-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.our-story-left {
    position: relative;
    left: 0;
    transform: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    max-width: 600px;
}

.our-story-container-text-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.our-story-left h1 {
    color: var(--main-color);
    font-family: var(--font-chap);
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.our-story-left h2 {
    color: var(--white);
    font-family: var(--font-chap);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.our-story-left p {
    /* color: var(--white); */
    font-family: var(--font-chap);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 500px;
}

/* DERMA CLEAR HR Section Styles */
.derma-clear-section {
    width: 100%;
}

.derma-clear-wrapper {
    width: 100%;
}

.derma-clear-thumb {
    width: 100%;
}

.derma-clear-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* PRODUCT Section Styles */
.product-section {
    padding: 10px 0;
    background: var(--white);
}

.product-slider-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 80px;
}

.product-slider {
    overflow: hidden;
}

.product-slider .swiper-wrapper {
    display: flex;
}

.product-slider .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.product-nav-prev,
.product-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #333;
}

.product-nav-prev:hover,
.product-nav-next:hover {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
}

.product-nav-prev {
    left: 20px;
}

.product-nav-next {
    right: 20px;
}

.product-card {
    background: transparent;
    border-radius: 0;
    padding: 20px;
    transition: transform 0.3s ease;
    position: relative;
}

.product-card:hover {
    transform: translateY(-5px);
}
.product-image-container {
    position: relative !important;
}

.product-image {
    width: 100%;
    height: 250px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 10px;
}
.blurred {
    filter: blur(5px);
}
.coming-soon {
    position: absolute !important;
    top: 50%;
    color: #000;
    transform: translateY(-50%);
    font-family: var(--font-chap);
    text-align: center;
    width: 100%;
    font-size: 22px;
}
.product-brand {
    font-family: var(--font-chap);
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.product-category {
    font-family: var(--font-chap);
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.product-name {
    font-family: var(--font-chap);
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.product-description {
    font-family: var(--font-chap);
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.price-current {
    /* font-family: var(--font-chap); */
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.price-original {
    /* font-family: var(--font-chap); */
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.love-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.love-icon:hover {
    border-color: var(--main-color);
    background: var(--main-color);
    color: white;
}

.add-to-cart-btn {
    /* background: var(--main-color); */
    color: #000;
    border: solid 1px;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: var(--font-chap);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    border: solid 1px var(--secondary-color);
    color: white;
}
.add-to-cart-btn.disabled:hover {
    color: #000;
    background: #fff;
    border: solid 1px;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: var(--font-chap);
    font-size: 14px;
    font-weight: 600;
    cursor: not-allowed;
}

/* Test Skin Section Styling */
.test-skin-section {
    padding: 0;
    background: var(--white);
    min-height: 500px;
}

.test-skin-wrapper {
    background: var(--main-color);
    display: flex;
    align-items: center;
    min-height: 500px;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.test-skin-image-col {
    flex: 0 0 50%;
    height: 500px;
    overflow: hidden;
}

.test-skin-image {
    width: 100%;
    height: 100%;
}

.test-skin-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.test-skin-content-col {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 80px;
}

.test-skin-content {
    max-width: 500px;
    width: 100%;
}

.test-skin-content h3 {
    font-family: var(--font-chap);
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 30px;
}

.test-skin-button {
    margin-top: 30px;
}

.test-skin-button .theme-btn {
    background: var(--main-color);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-family: var(--font-chap);
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
}

.test-skin-button .theme-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

/* Dark Button Styling */
.theme-dark-btn {
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-family: var(--font-chap);
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.theme-dark-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    transition: all 0.3s ease;
    z-index: -1;
}

.theme-dark-btn:hover {
    color: white;
    border-color: var(--main-color);
    transform: translateY(-2px);
}

.theme-dark-btn:hover::before {
    left: 0;
}

/* Doctor Explain Section Styling */
.doctor-explain-section {
    padding: 0;
    background: var(--white);
}

.doctor-explain-wrapper {
    display: flex;
    align-items: stretch;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.doctor-explain-text-col {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 60px 5%;
    background: var(--white);
}

.doctor-explain-text-content {
    max-width: 500px;
    width: 100%;
}

.doctor-explain-text-content h3 {
    font-family: var(--font-chap);
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
}

.doctor-explain-image-col {
    flex: 0 0 50%;
    position: relative;
}

.doctor-name-text {
    text-align: right;
    margin-top: 20px;
}

.doctor-name-text h4 {
    font-family: var(--font-chap);
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.2;
}

.doctor-name-text p {
    font-family: var(--font-chap);
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 0;
}

.doctor-explain-thumb {
    width: 100%;
    height: auto;
    position: relative;
}

.doctor-explain-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   FOR YOUR INFO SECTION STYLING START
======================================== */

/* Main section container - sets background and spacing */
.for-your-info-section {
    padding: 80px 0;
    background: var(--white);
    margin: 0px 0 50px 0;
}

/* Content wrapper - centers content and sets max width */
.for-your-info-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header section - title and subtitle styling */
.for-your-info-header {
    text-align: center;
    margin-bottom: 50px;
}

/* Main title "FOR YOUR INFO" */
.for-your-info-header h2 {
    font-family: var(--font-chap);
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* Subtitle "#ownyourskin" */
.for-your-info-header p {
    font-family: var(--font-chap);
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin-bottom: 0;
}

/* Cards container - grid layout for 3 cards */
.fyi-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

/* Individual card styling - clean white background */
.fyi-card {
    background: white;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* Card hover effect - slight lift animation */
.fyi-card:hover {
    transform: translateY(-5px);
}

/* Card image container - fixed height for consistency */
.fyi-card-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

/* Card image - responsive with object-fit cover */
.fyi-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Card content area - padding for text content */
.fyi-card-content {
    padding: 25px;
}

/* Meta information container - tag and timestamp */
.fyi-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* Article tag styling - "#ownyourskin" */
.fyi-tag {
    font-family: var(--font-chap);
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}

/* Timestamp styling - "X DAYS AGO" */
.fyi-timestamp {
    font-family: var(--font-chap);
    font-size: 12px;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
}

/* Article title styling - main heading */
.fyi-card-title {
    font-family: var(--font-chap);
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 15px;
}

/* Article description - preview text */
.fyi-card-description {
    font-family: var(--font-chap);
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Read more link - "Continue Reading" */
.fyi-read-more {
    font-family: var(--font-chap);
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

/* Read more link hover effect */
.fyi-read-more:hover {
    border-bottom-color: var(--main-color);
}

/* ========================================
   FOR YOUR INFO SECTION STYLING END
======================================== */

/* Responsive adjustments */
@media (max-width: 1400px) {
    .intro-content .logo-banner {
        width: 105%;
        min-width: 600px;
    }

    .why-ownskin-content {
        padding: 0 50px;
    }

    .our-story-left h2 {
        font-size: 60px;
    }

    .our-story-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
        padding: 0 50px;
        width: 100%;
        max-width: none;
        justify-content: center;
    }

    .our-story-left {
        position: relative;
        left: auto;
        transform: none;
        margin-bottom: 50px;
        width: 100%;
        text-align: center;
        align-items: center;
        max-width: none;
    }
}

@media (max-width: 1200px) {
    .intro-content .logo-banner {
        width: 100%;
        min-width: 500px;
    }

    .intro-content h3 {
        font-size: 28px;
        width: 100%;
    }

    .why-ownskin-left h2 {
        font-size: 60px;
    }

    .why-ownskin-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        flex-direction: column;
        padding: 0 50px;
        width: 100%;
        max-width: none;
    }

    .why-ownskin-left {
        position: relative;
        left: auto;
        transform: none;
        margin-bottom: 50px;
        width: 100%;
    }

    .why-ownskin-right {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .intro-content .logo-banner {
        width: 90%;
        min-width: 350px;
    }

    .intro-content h3 {
        font-size: 18px;
        width: 100%;
    }

    .why-ownskin-thumb img {
        object-position: 20%;
    }

    .why-ownskin-left h2 {
        font-size: 48px;
    }

    .our-story-left h2 {
        font-size: 48px;
    }

    .why-ownskin-content {
        padding: 0 30px;
    }

    .container-text-left {
        text-align: center;
        align-items: center;
    }

    .our-story-content {
        padding: 0 30px;
    }

    .our-story-container-text-left {
        text-align: center;
        align-items: center;
    }

    .feature-item {
        gap: 15px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }

    .feature-icon img {
        width: 60px;
        height: 60px;
    }

    .product-slider-container {
        padding: 0 60px;
    }

    .product-nav-prev,
    .product-nav-next {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .test-skin-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .test-skin-image-col {
        flex: none;
        height: 300px;
        width: 100%;
    }

    .test-skin-content-col {
        flex: none;
        width: 100%;
        padding: 40px 20px;
    }

    .test-skin-content h3 {
        font-size: 36px;
        text-align: center;
    }

    .doctor-explain-wrapper {
        flex-direction: column;
    }

    .doctor-explain-text-col {
        flex: none;
        width: 100%;
        padding: 40px 20px;
        order: 2;
    }

    .doctor-explain-text-content h3 {
        font-size: 20px;
        text-align: center;
    }

    .doctor-explain-image-col {
        flex: none;
        width: 100%;
        order: 1;
    }

    .doctor-name-text {
        text-align: center;
        margin-top: 15px;
    }

    .doctor-name-text h4 {
        font-size: 24px;
    }

    .doctor-name-text p {
        font-size: 14px;
    }

    /* FYI Section - Tablet responsive adjustments */
    .for-your-info-header h2 {
        font-size: 36px; /* Smaller title for tablet */
    }

    .fyi-cards-container {
        grid-template-columns: repeat(
            auto-fit,
            minmax(300px, 1fr)
        ); /* Smaller min width */
        gap: 25px; /* Reduced gap between cards */
    }

    .fyi-card-content {
        padding: 20px; /* Reduced padding for tablet */
    }

    .product-card {
        padding: 15px;
    }

    .product-image {
        height: 200px;
    }
}

@media (max-width: 490px) {
    .mobile-user-info {
        text-align: left !important;
    }
    .blog-hero {
        height: 35vh !important;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        font-weight: normal;
        margin: 0;
        font-size: 12px;
        padding-right: 4px;
    }

    .mini-nav-prev {
        margin-left: 0 !important;
    }

    .mini-nav-next {
        margin-top: 100px !important;
    }

    .mini-images-swiper-container {
        height: 250px !important;
    }

    .description-text {
        text-align: justify;
    }
    
    .breadcrumb-item + .breadcrumb-item {
        padding-left: 4px;
    }

    .parallax-bg {
        height: 35vh;
    }

    .parallax-hero {
        height: 35vh;
    }

    .breadcrumb-section > div {
        padding-inline: 2% !important;
    }

    .motion-item:nth-child(2) {
        top: 4vh !important;
        right: 8% !important;
    }

    .motion-item:nth-child(3) {
        top: 27vh !important;
        left: 0% !important;
    }

    .motion-item:nth-child(4) {
        top: 30vh !important;
        right: 4% !important;
    }

    .motion-item:nth-child(5) {
        top: 34vh !important;
        right: 32% !important;
    }

    .test-skin-section {
        min-height: unset;
    }

    .t-card {
        margin-bottom: 50px;
    }

    .icon-motions {
        display: block;
    }
    
    .whatsapp-float {
        width: 55px !important;
        height: 55px !important;
        bottom: 30px !important;
    }

    .intro-content .logo-banner {
        width: 80%;
        min-width: 310px;
    }

    .why-right-col {
        display: block;
        order: 2;
    }

    .intro-thumb img {
        object-position: 60%;
    }

    .our-story-thumb img {
        object-position: 50%;
        height: 55vh;
    }

    .derma-clear-thumb img {
        height: 70px !important;
    }

    .intro-content h3 {
        font-size: 16px;
        width: 100%;
    }

    .feature-text {
        font-size: 12px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .why-ownskin-left h2 {
        font-size: 32px;
    }

    .why-ownskin-left p {
        font-size: 14px;
    }

    .why-ownskin-content {
        padding: 0 20px;
    }

    .product-slider-container {
        padding: 0 50px;
    }

    .product-nav-prev,
    .product-nav-next {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .product-nav-prev {
        left: 10px;
    }

    .product-nav-next {
        right: 10px;
    }

    .test-skin-image-col {
        display: none;
    }

    .test-skin-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .test-skin-content-col {
        flex: none;
        width: 100%;
        padding: 40px 15px;
        text-align: center;
    }

    .test-skin-content {
        text-align: center;
    }

    .test-skin-content h3 {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    .test-skin-button {
        margin-top: 20px;
    }

    .doctor-explain-wrapper {
        flex-direction: column;
    }

    .doctor-explain-text-col {
        flex: none;
        width: 100%;
        padding: 30px 15px;
        order: 2;
    }

    .doctor-explain-text-content h3 {
        font-size: 18px;
        text-align: center;
        line-height: 1.5;
    }

    .doctor-explain-image-col {
        flex: none;
        width: 100%;
        order: 1;
    }

    .doctor-name-text {
        text-align: center;
        margin-top: 15px;
    }

    .doctor-name-text h4 {
        font-size: 20px;
    }

    .doctor-name-text p {
        font-size: 12px;
    }

    /* Our Story - mobile required adjustments */
    .our-story-section {
        height: 50vh;
    }
    .our-story-thumb {
        height: 55vh;
    }
    .our-story-left {
        margin-bottom: 10vh;
    }
    .our-story-left h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .our-story-left h1 {
        font-size: 24px;
    }
    .our-story-left p {
        font-size: 12px;
    }
    .our-story-section .intro-button {
        margin-top: 1rem !important;
    }

    /* FYI Section - Mobile responsive adjustments */
    .for-your-info-section {
        padding: 50px 0; /* Reduced padding for mobile */
        margin: 0px 0 100px 0; /* Proportional margin for mobile */
    }

    .for-your-info-wrapper {
        padding: 0 15px; /* Tighter side padding for mobile */
    }

    .for-your-info-header h2 {
        font-size: 28px; /* Smaller title for mobile */
    }

    .for-your-info-header p {
        font-size: 16px; /* Smaller subtitle for mobile */
    }

    .fyi-cards-container {
        grid-template-columns: 1fr; /* Single column layout for mobile */
        gap: 20px; /* Smaller gap for mobile */
        margin-top: 30px; /* Reduced top margin */
    }

    .for-your-info-section .fyi-card-content {
        height: auto;
    }

    .fyi-card-content {
        padding: 15px; /* Compact padding for mobile */
    }

    .fyi-card-title {
        font-size: 18px; /* Smaller title for mobile readability */
    }

    .fyi-card-description {
        font-size: 13px; /* Smaller description for mobile */
    }
}

/* Mobile-first art-direction rules for banner slider */
@media (max-width: 430px) {
    .intro-section {
        height: auto;
    }
    .intro-wrapper-2 {
        height: auto;
    }
    .swiper-intro {
        height: auto;
    }
    .intro-slide {
        height: auto;
    }
    .intro-thumb {
        height: auto;
    }
    .intro-thumb picture,
    .intro-thumb img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
        display: block;
    }
    /* Hide overlayed content on mobile so image composition stays intact */
    .intro-content {
        display: none;
    }
    /* Place pagination below the image in a safe area */
    .swiper-pagination {
        position: static;
        margin: 10px auto 16px;
        bottom: auto !important;
    }
}
