.neoskyn-all-heading {
    margin: 0 auto 15px;
}

.neoskyn-all-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #72530a;
    margin-bottom: 12px;
}

.neoskyn-all-subtitle::before,
.neoskyn-all-subtitle::after {
    content: "";
    width: 38px;
    height: 1px;
    background: rgba(114, 83, 10, 0.45);
}

.neoskyn-all-title {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    margin-bottom: 18px;
}

.neoskyn-all-heading p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #5f554b;
}

.neoskyn-all-short-heading h4 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    color: #2a1d10;
    margin: 0 0 4px;
}

.neoskyn-all-short-heading p {
    font-size: 15px;
    line-height: 1.65;
    color: #5f554b;
    margin: 0;
}


/* ==============================
   NEOSKYN BOOK APPOINTMENT SECTION
============================== */
.neoskyn-booking-overlay {
    position: absolute;
    inset: 0;
    /* background:
        linear-gradient(
            90deg,
            rgba(255, 246, 232, 0.88) 0%,
            rgba(255, 246, 232, 0.74) 42%,
            rgba(255, 246, 232, 0.42) 100%
        ),
        rgba(114, 83, 10, 0.08); */
    z-index: 1;
}

.neoskyn-booking-section .container {
    position: relative;
    z-index: 2;
}

.neoskyn-booking-wrapper {
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
    gap: 70px;
}

/* Left Content */
.neoskyn-booking-content {
    max-width: 520px;
}

.neoskyn-booking-title {
    font-size: 70px;
    /* font-family: "Cormorant Garamond", serif; */
    line-height: 1.02;
    font-weight: 400;
    color: #fff;
    margin: 0 0 34px;
}

.neoskyn-booking-desc {
    max-width: 430px;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

/* Form Card */
.neoskyn-booking-form-card {
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    padding: 42px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(114, 83, 10, 0.20);
    /* box-shadow: 0 28px 70px rgba(114, 83, 10, 0.20); */
    backdrop-filter: blur(14px);
}

.neoskyn-booking-form {
    display: grid;
    gap: 20px;
}

.neoskyn-form-group {
    position: relative;
    height: 64px;
}

.neoskyn-form-icon {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #9b6908;
    width: 24px;
    height: 24px;
    z-index: 2;
}

.neoskyn-form-icon svg {
    width: 24px;
    height: 24px;
}

.neoskyn-form-group input,
.neoskyn-form-group select {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(114, 83, 10, 0.24);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
    padding: 0 22px 0 70px;
    font-size: 16px;
    font-weight: 400;
    color: #4f463d;
    outline: none;
    transition: all 0.35s ease;
}

.neoskyn-form-group select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #72530a 50%),
        linear-gradient(135deg, #72530a 50%, transparent 50%);
    background-position:
        calc(100% - 26px) 50%,
        calc(100% - 18px) 50%;
    background-size: 8px 8px;
    background-repeat: no-repeat;
}

.neoskyn-form-group input::placeholder {
    color: #8c8378;
}

.neoskyn-form-group input:focus,
.neoskyn-form-group select:focus {
    border-color: rgba(114, 83, 10, 0.55);
    background: rgba(255, 255, 255, 0.85);
    /* box-shadow: 0 0 0 4px rgba(114, 83, 10, 0.08); */
}

/* Button */
.neoskyn-booking-btn {
    width: 310px;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #b78108 0%, #72530a 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    gap: 18px;
    cursor: pointer;
    /* box-shadow: 0 18px 35px rgba(114, 83, 10, 0.28); */
    transition: all 0.35s ease;
}

.neoskyn-booking-btn span {
    font-size: 26px;
    line-height: 1;
}

.neoskyn-booking-btn:hover {
    transform: translateY(-4px);
    /* box-shadow: 0 24px 48px rgba(114, 83, 10, 0.36); */
}

/* Tablet */
@media (max-width: 1199px) {
    .neoskyn-booking-section {
        padding: 90px 0;
    }

    .neoskyn-booking-wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .neoskyn-booking-content {
        max-width: 720px;
        text-align: center;
        margin: 0 auto;
    }

    .neoskyn-booking-line {
        justify-content: center;
    }

    .neoskyn-booking-desc {
        margin: 0 auto;
    }

    .neoskyn-booking-form-card {
        margin: 0 auto;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neoskyn-booking-section {
        min-height: auto;
        padding: 30px 0;
        background-position: center;
    }

    /* .neoskyn-booking-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(255, 246, 232, 0.92) 0%,
                rgba(255, 246, 232, 0.82) 100%
            ),
            rgba(114, 83, 10, 0.10);
    } */

    .neoskyn-booking-title {
        font-size: 46px;
        line-height: 1.08;
        margin-bottom: 24px;
    }

    .neoskyn-booking-desc {
        font-size: 16px;
        line-height: 1.7;
    }

    .neoskyn-booking-form-card {
        padding: 24px;
        border-radius: 16px;
    }

    .neoskyn-booking-form {
        gap: 16px;
    }

    .neoskyn-form-group {
        height: 58px;
    }

    .neoskyn-form-icon {
        left: 18px;
    }

    .neoskyn-form-group input,
    .neoskyn-form-group select {
        font-size: 15px;
        padding-left: 58px;
    }

    .neoskyn-booking-btn {
        width: 100%;
        height: 60px;
        font-size: 14px;
        letter-spacing: 1.4px;
    }
}

/* Small Mobile */
@media (max-width: 420px) {
    .neoskyn-booking-title {
        font-size: 40px;
    }

    .neoskyn-booking-form-card {
        padding: 20px;
    }
}


/* ==============================
   MOBILE RESPONSIVE FIX ONLY
   NEOSKYN BOOK APPOINTMENT
============================== */
@media (max-width: 767px) {

    .neoskyn-booking-section {
        width: 100%;
        min-height: auto !important;
        padding: 45px 0 !important;
        background-size: cover !important;
        background-position: center center !important;
        overflow: hidden;
    }

    .neoskyn-booking-section .container {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .neoskyn-booking-wrapper {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        width: 100%;
    }

    .neoskyn-booking-content {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .neoskyn-booking-title {
        font-size: 36px !important;
        line-height: 1.08 !important;
        margin-bottom: 18px !important;
        word-break: normal;
    }

    .neoskyn-booking-desc {
        max-width: 100%;
        font-size: 14px !important;
        line-height: 1.7 !important;
        margin: 0 auto;
    }

    .neoskyn-booking-form-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto !important;
        padding: 20px 16px !important;
        border-radius: 16px !important;
        box-sizing: border-box;
    }

    .neoskyn-booking-form {
        width: 100%;
        gap: 14px !important;
    }

    .neoskyn-form-group {
        width: 100%;
        height: 54px !important;
    }

    .neoskyn-form-icon {
        left: 16px !important;
        width: 20px !important;
        height: 20px !important;
    }

    .neoskyn-form-icon svg {
        width: 20px !important;
        height: 20px !important;
    }

    .neoskyn-form-group input,
    .neoskyn-form-group select {
        width: 100%;
        height: 100%;
        font-size: 14px !important;
        padding: 0 42px 0 50px !important;
        border-radius: 9px !important;
        box-sizing: border-box;
    }

    .neoskyn-form-group select {
        background-position:
            calc(100% - 22px) 50%,
            calc(100% - 15px) 50% !important;
        background-size: 7px 7px !important;
    }

    .neoskyn-booking-btn {
        width: 100% !important;
        max-width: 100% !important;
        height: 52px !important;
        font-size: 13px !important;
        letter-spacing: 1.2px !important;
        border-radius: 9px !important;
        display: flex !important;
    }

    .neoskyn-booking-btn span {
        font-size: 22px !important;
    }
}

/* Extra small mobile */
@media (max-width: 420px) {

    .neoskyn-booking-section {
        padding: 38px 0 !important;
    }

    .neoskyn-booking-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .neoskyn-booking-title {
        font-size: 31px !important;
    }

    .neoskyn-booking-desc {
        font-size: 13.5px !important;
    }

    .neoskyn-booking-form-card {
        padding: 18px 14px !important;
    }

    .neoskyn-form-group {
        height: 52px !important;
    }

    .neoskyn-form-group input,
    .neoskyn-form-group select {
        font-size: 13.5px !important;
        padding-left: 48px !important;
    }
}



/* ==============================
   About Neoskyn Section
================================ */

.neos-about-section {
    padding: 90px 0;
    /* background: #fffaf2; */
    /* font-family: "Inter", sans-serif; */
    overflow: hidden;
}

.neoskyn-all-heading {
    margin: 0 auto 15px;
}

.neoskyn-all-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #72530a;
    margin-bottom: 12px;
}

.neoskyn-all-subtitle::before,
.neoskyn-all-subtitle::after {
    content: "";
    width: 38px;
    height: 1px;
    background: rgba(114, 83, 10, 0.45);
}

.neoskyn-all-title {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    margin-bottom: 18px;
}

.neoskyn-all-heading p {
    /* max-width: 560px; */
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #5f554b;
}

/* Main Card */
.neos-about-card {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 38px;
    /* padding: 28px; */
    /* border: 1px solid rgba(114, 83, 10, 0.18); */
    /* border-radius: 28px; */
    /* background: rgba(255, 255, 255, 0.74); */
    /* box-shadow: 0 30px 80px rgba(80, 55, 25, 0.08); */
}

/* Gallery */
.neos-about-gallery {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.neos-gallery-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.neos-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f7efe6;
}

.neos-gallery-large {
    height: 310px;
}

.neos-gallery-small {
    height: 245px;
}

.neos-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.neos-gallery-item:hover img {
    transform: scale(1.06);
}

.neos-image-label {
    position: absolute;
    left: 3px;
    bottom: 18px;
    min-height: 48px;
    padding: 10px 15px 10px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #222222;
    box-shadow: 0 12px 32px rgba(45, 30, 10, 0.12);
}

.neos-image-label span {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(114, 83, 10, 0.28);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neos-image-label i {
    font-size: 18px;
    color: #72530a;
}

/* Right Content */
.neos-about-content {
    padding: 25px 12px 10px;
}

.neos-mini-title {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #72530a;
    margin-bottom: 18px;
}

.neos-mini-title::after {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    background: #b98b3c;
    margin-top: 10px;
}

.neos-about-block p {
    font-size: 15px;
    line-height: 1.8;
    color: #3f3f3f;
    margin: 0 0 15px;
}

.neos-about-block p strong {
    color: #72530a;
    font-weight: 700;
}

.neos-content-divider {
    width: 100%;
    height: 1px;
    background: rgba(114, 83, 10, 0.16);
    margin: 28px 0;
}

/* Feature Cards */
.neos-about-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 32px;
}

.neos-about-feature-card {
    min-height: 215px;
    padding: 25px 20px;
    border-radius: 16px;
    border: 1px solid rgba(114, 83, 10, 0.15);
    background: rgba(255, 255, 255, 0.58);
    text-align: center;
    transition: all 0.35s ease;
}

.neos-about-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(80, 55, 25, 0.12);
}

.neos-feature-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    border: 1px solid rgba(114, 83, 10, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neos-feature-icon i {
    font-size: 32px;
    color: #b98b3c;
}

.neos-about-feature-card h4 {
    font-size: 13px;
    line-height: 1.4;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 700;
    margin: 0 0 12px;
}

.neos-about-feature-card p {
    font-size: 13px;
    line-height: 1.65;
    color: #655c52;
    margin: 0;
}

.neos-about-feature-card span {
    display: block;
    width: 32px;
    height: 2px;
    background: #72530a;
    margin: 18px auto 0;
}

/* ==============================
   Responsive
================================ */

@media (max-width: 1199px) {
    .neos-about-card {
        gap: 28px;
    }

    .neos-gallery-large {
        height: 290px;
    }

    .neos-gallery-small {
        height: 220px;
    }

    .neos-about-title {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .neos-about-section {
        padding: 75px 0;
    }

    .neos-about-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .neos-about-content {
        padding: 15px 5px 5px;
    }

    .neos-gallery-large {
        height: 360px;
    }

    .neos-gallery-small {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .neos-about-section {
        padding: 30px 0;
    }

    .neos-about-heading {
        margin-bottom: 30px;
    }

    /* .neos-about-subtitle {
        font-size: 11px;
        letter-spacing: 2px;
        gap: 8px;
    } */

    .neoskyn-all-subtitle {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 13px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #72530a;
        margin-bottom: 12px;
    }

    .neos-about-subtitle::before,
    .neos-about-subtitle::after {
        width: 24px;
    }

    .neos-about-title {
        font-size: 30px;
        line-height: 1.1;
    }

    .neos-about-point h5 {
        font-size: 15px !important;
        margin: 3px 0 0px !important;
    }

    .neos-about-heading p {
        font-size: 16px;
    }

    .neoskyn-all-short-heading h4 {
        /* font-family: "Cormorant Garamond", serif; */
        font-size: 18px;
        line-height: 1.1;
        font-weight: 500;
        color: #2a1d10;
        margin: 0 0 4px;
    }

    .neoskyn-all-title {
        /* font-family: "Cormorant Garamond", serif; */
        font-size: 30px;
        line-height: 1;
        font-weight: 400;
        color: #000;
        margin-bottom: 18px;
    }

    .neoskyn-all-heading p {
        /* max-width: 560px; */
        margin: 0 auto;
        font-size: 15px;
        line-height: 1.8;
        color: #5f554b;
    }

    .neos-service-card-content {
        height: 220px !important;
    }

    .neos-service-card-content h4 {
        margin: 0 0 5px !important;
    }

    .neos-about-card {
        padding: 0px;
        border-radius: 22px;
    }

    .neos-gallery-bottom {
        grid-template-columns: 1fr;
    }

    .neos-gallery-large {
        height: 270px;
    }

    .neos-gallery-small {
        height: 240px;
    }

    .neos-image-label {
        left: 12px;
        bottom: 12px;
        max-width: calc(100% - 24px);
        font-size: 10px;
        letter-spacing: 1.5px;
        padding-right: 14px;
    }

    .neos-about-block p {
        font-size: 15px;
    }

    .neos-about-features {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .neos-about-feature-card {
        min-height: auto;
        padding: 24px 18px;
    }
}

@media (max-width: 420px) {
    .neos-gallery-large {
        height: 235px;
    }

    .neos-gallery-small {
        height: 220px;
    }

    .neos-image-label {
        font-size: 9px;
    }
}



.neos-about-points {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 32px;
}

.neos-about-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.neos-point-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    border: 1px solid rgba(114, 83, 10, 0.38);
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neos-point-icon i {
    display: inline-block !important;
    font-size: 22px !important;
    color: #72530a !important;
    line-height: 1 !important;
    font-style: normal !important;
}

/* Fix if any CSS is overriding Remix icon font */
.neos-point-icon i::before {
    font-family: "remixicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
}

.neos-about-point h5 {
    font-size: 18px;
    font-weight: 400;
    color: #2d1c12;
    margin: 4px 0 0px;
}

.neos-about-point p {
    font-size: 14px;
    line-height: 1.6;
    color: #5f554b;
    margin: 0;
}

@media (max-width: 767px) {
    .neos-about-points {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .neos-point-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .neos-point-icon i {
        font-size: 20px !important;
    }
}





.neoskyn-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 220px;
    height: 56px;
    padding: 0 28px;
    border-radius: 40px;
    background: #c6934e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    /* box-shadow: 0 18px 42px rgba(114, 83, 10, 0.24); */
    transition: all 0.35s ease;
    font-family: "Poppins", sans-serif;
}

.neoskyn-primary-btn:hover {
    color: #000 !important;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #eab973;
    /* transform: translateY(-4px); */
    /* box-shadow: 0 25px 55px rgba(114, 83, 10, 0.32); */
}

.neoskyn-primary-btn span {
    font-size: 18px;
}






/* ==============================
   Neoskyn Treatment Services
================================ */

.neos-treatment-section {
    position: relative;
    padding: 90px 0 80px;
    background: #f6f2eb;
    overflow: hidden;
    /* font-family: "Inter", sans-serif; */
}

/* Soft decorative background lines */
.neos-treatment-shape {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.neos-shape-left {
    width: 420px;
    height: 420px;
    left: -250px;
    top: -80px;
    border-radius: 50%;
    border: 1px solid rgba(183, 131, 47, 0.22);
}

.neos-shape-right {
    width: 520px;
    height: 520px;
    right: -290px;
    bottom: -130px;
    border-radius: 50%;
    border: 1px solid rgba(183, 131, 47, 0.22);
}

.neos-treatment-section .container {
    position: relative;
    z-index: 2;
}

/* Heading */
.neos-treatment-heading {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.neos-heading-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 12px;
}

.neos-heading-decor span {
    width: 70px;
    height: 1px;
    background: rgba(114, 83, 10, 0.35);
}

.neos-heading-decor i {
    font-size: 22px;
    color: #72530a;
}

.neos-treatment-heading h2 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 40px;
    line-height: 1.05;
    font-weight: 400;
    color: #111111;
    margin-bottom: 14px;
}

.neos-treatment-heading h2 span {
    color: #72530a;
}

.neos-treatment-heading p {
    max-width: 690px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #5f554b;
}

/* Grid */
.neos-treatment-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* Card */
.neos-treatment-card {
    position: relative;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(114, 83, 10, 0.12);
    border-radius: 13px;
    padding: 9px 9px 26px;
    text-align: center;
    /* box-shadow: 0 18px 45px rgba(80, 55, 25, 0.08); */
    transition: all 0.4s ease;
    animation: neosServiceFadeUp 0.8s ease both;
}

.neos-treatment-card:nth-child(1) {
    animation-delay: 0.05s;
}

.neos-treatment-card:nth-child(2) {
    animation-delay: 0.12s;
}

.neos-treatment-card:nth-child(3) {
    animation-delay: 0.19s;
}

.neos-treatment-card:nth-child(4) {
    animation-delay: 0.26s;
}

.neos-treatment-card:nth-child(5) {
    animation-delay: 0.33s;
}

.neos-treatment-card:nth-child(6) {
    animation-delay: 0.40s;
}

.neos-treatment-card:nth-child(7) {
    animation-delay: 0.47s;
}

.neos-treatment-card:nth-child(8) {
    animation-delay: 0.54s;
}

.neos-treatment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 65px rgba(80, 55, 25, 0.14);
    border-color: rgba(114, 83, 10, 0.22);
}

.neos-treatment-img {
    width: 100%;
    height: 135px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3eadf;
}

.neos-treatment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.neos-treatment-card:hover .neos-treatment-img img {
    transform: scale(1.08);
}

/* Center Icon */
.neos-treatment-icon {
    width: 58px;
    height: 58px;
    margin: -29px auto 12px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(183, 131, 47, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(80, 55, 25, 0.12);
}

.neos-treatment-icon i {
    font-size: 27px;
    color: #b7832f;
    line-height: 1;
}

/* Content */
.neos-treatment-content h4 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
    color: #c6934e;
    margin: 0;
}

.neos-treatment-content span {
    display: block;
    width: 32px;
    height: 1px;
    background: #b7832f;
    margin: 9px auto 10px;
}

.neos-treatment-content p {
    max-width: 210px;
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #62584f;
}

/* Button */
.neos-treatment-btn-wrap {
    text-align: center;
    margin-top: 32px;
}

.neos-treatment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 270px;
    height: 54px;
    padding: 0 26px;
    border-radius: 6px;
    background: linear-gradient(135deg, #b98b3c, #805c0c);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(114, 83, 10, 0.22);
    transition: all 0.35s ease;
}

.neos-treatment-btn:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 25px 55px rgba(114, 83, 10, 0.3);
}

.neos-treatment-btn i {
    font-size: 18px;
}

/* Animation */
@keyframes neosServiceFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .neos-treatment-section {
        padding: 75px 0 65px;
    }

    .neos-treatment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .neos-treatment-img {
        height: 180px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neos-treatment-section {
        padding: 60px 0;
    }

    .neos-heading-decor span {
        width: 45px;
    }

    .neos-treatment-heading {
        margin-bottom: 34px;
    }

    .neos-treatment-heading h2 {
        font-size: 30px;
    }

    .neos-treatment-heading p {
        font-size: 16px;
    }

    .neos-treatment-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .neos-treatment-img {
        height: 210px;
    }

    .neos-treatment-content h4 {
        font-size: 18px;
    }

    .neos-treatment-content p {
        font-size: 15px;
        text-align: center !important;
    }
    .neos-treatment-content p {
        max-width: 100%;
    }

    .neos-treatment-btn {
        width: 100%;
        min-width: auto;
        height: 52px;
        font-size: 12px;
        letter-spacing: 1.3px;
    }
}

/* Small Mobile */
@media (max-width: 420px) {
    .neos-treatment-img {
        height: 180px;
    }

    .neos-treatment-card {
        padding-bottom: 24px;
    }
}





/* ==============================
   Neoskyn Process Section
================================ */

.neos-process-section {
    position: relative;
    padding: 90px 0;
    background: transparent;
    overflow: hidden;
    /* font-family: "Inter", sans-serif; */
}

/* Heading Row */
.neos-process-heading {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
}

.neos-process-heading span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #72530a;
    margin-bottom: 14px;
}

.neos-process-heading span::before,
.neos-process-heading span::after {
    content: "";
    width: 45px;
    height: 1px;
    background: rgba(114, 83, 10, 0.45);
}

.neos-process-heading h2 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 40px;
    line-height: 1.05;
    font-weight: 400;
    color: #111111;
    margin: 0 0 18px;
}

/* .neos-process-heading h2 em {
    color: #b98b3c;
    font-style: italic;
    font-weight: 400;
} */

.neos-process-heading p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #5f554b;
}

/* Cards Row */
.neos-process-cards {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    align-items: start;
}

/* Gold line behind cards */
.neos-process-cards::before {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    top: 54%;
    height: 2px;
    background: linear-gradient(90deg,
            transparent,
            rgba(185, 139, 60, 0.55),
            rgba(114, 83, 10, 0.65),
            rgba(185, 139, 60, 0.55),
            transparent);
    z-index: 0;
}

/* Card Structure */
.neos-process-card {
    position: relative;
    z-index: 2;
    min-height: 300px;
    padding: 70px 20px 30px;
    text-align: center;
    background: linear-gradient(145deg, #ffffff, #fffaf2);
    border: 1px solid rgba(185, 139, 60, 0.35);
    border-radius: 34px 34px 16px 16px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    transition: all 0.35s ease;
}

/* 1 and 3 little up, 2 and 4 little down */
.neos-process-card:nth-child(1),
.neos-process-card:nth-child(3) {
    margin-top: -28px;
}

.neos-process-card:nth-child(2),
.neos-process-card:nth-child(4) {
    margin-top: 34px;
}

/* Premium border shine */
.neos-process-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 34px 34px 16px 16px;
    padding: 1px;
    background: linear-gradient(135deg,
            rgba(185, 139, 60, 0.95),
            transparent 38%,
            rgba(185, 139, 60, 0.7));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Bottom gold glow line */
.neos-process-card::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: -1px;
    height: 4px;
    border-radius: 20px;
    background: linear-gradient(90deg, transparent, #b98b3c, transparent);
}

/* Number Top Tab */
.neos-process-number {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 74px;
    height: 56px;
    background: linear-gradient(135deg, #c79a4d, #805c0c);
    border-radius: 0 0 22px 22px;
    color: #ffffff;
     /* font-family: "Cormorant Garamond", serif; */ 
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 14px 30px rgba(114, 83, 10, 0.22); */
}

.neos-process-number::before,
.neos-process-number::after {
    content: "";
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    background: transparent;
}

.neos-process-number::before {
    left: -18px;
    border-top-right-radius: 18px;
    box-shadow: 8px -8px 0 #c79a4d;
}

.neos-process-number::after {
    right: -18px;
    border-top-left-radius: 18px;
    box-shadow: -8px -8px 0 #8f6516;
}

/* Icon */
.neos-process-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    border-radius: 50%;
    border: 1px solid rgba(185, 139, 60, 0.35);
    background: rgba(255, 250, 242, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: inset 0 0 18px rgba(185, 139, 60, 0.08); */
}

.neos-process-icon i {
    font-size: 34px;
    color: #b98b3c;
    line-height: 1;
}

.neos-process-card h4 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    color: #9b6b18;
    /* text-transform: uppercase; */
    margin: 0 0 10px;
}

.neos-process-card>span {
    display: block;
    width: 38px;
    height: 1px;
    background: #b98b3c;
    margin: 0 auto 15px;
}

.neos-process-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #4f4a43;
    margin: 0;
}

.neos-process-card:hover {
    transform: translateY(-8px);
    /* box-shadow: */
    /* inset 0 0 0 1px rgba(255, 255, 255, 0.85), */
    /* 0 32px 75px rgba(80, 55, 25, 0.16); */
}

/* ==============================
   Responsive
================================ */

@media (max-width: 1199px) {
    .neos-process-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 28px;
    }

    .neos-process-cards::before {
        display: none;
    }

    .neos-process-card:nth-child(1),
    .neos-process-card:nth-child(2),
    .neos-process-card:nth-child(3),
    .neos-process-card:nth-child(4) {
        margin-top: 0;
    }

    .neos-process-card {
        min-height: 280px;
    }
}

@media (max-width: 991px) {
    .neos-process-section {
        padding: 75px 0;
    }

    .neos-process-heading {
        margin-bottom: 55px;
    }

    .neos-process-heading h2 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .neos-process-section {
        padding: 60px 0;
    }

    .neos-process-heading {
        margin-bottom: 50px;
    }

    .neos-process-heading span {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .neos-process-heading span::before,
    .neos-process-heading span::after {
        width: 28px;
    }

    .neos-process-heading h2 {
        font-size: 32px;
    }

    .neos-process-heading p {
        font-size: 15px;
    }

    .neos-process-cards {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .neos-process-card {
        min-height: auto;
        padding: 66px 22px 28px;
        border-radius: 28px 28px 16px 16px;
    }

    .neos-process-card::before {
        border-radius: 28px 28px 16px 16px;
    }

    .neos-process-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 18px;
    }

    .neos-process-icon i {
        font-size: 30px;
    }

    .neos-process-card h4 {
        font-size: 18px !important;
        font-weight: 500;
    }

    .neos-process-card p {
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .neos-process-heading h2 {
        font-size: 30px;
    }

    .neos-process-number {
        width: 66px;
        height: 52px;
        font-size: 28px;
    }
}

/* SVG Icon Fix */
.neos-process-icon svg {
    width: 34px;
    height: 34px;
    display: block;
    color: #b98b3c;
}

.neos-process-icon svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Remove dependency on icon font */
.neos-process-icon i {
    display: none !important;
}






/* ==============================
   Neoskyn Why Choose Us Section
================================ */

.neos-why-section {
    position: relative;
    padding: 90px 0;
    background: transparent;
    overflow: hidden;
    /* font-family: "Inter", sans-serif; */
}

/* Heading */
.neos-why-heading {
    text-align: center;
    margin-bottom: 50px;
}

.neos-why-heading span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b98b3c;
    margin-bottom: 14px;
}

.neos-why-heading span::before,
.neos-why-heading span::after {
    content: "";
    width: 45px;
    height: 1px;
    background: rgba(185, 139, 60, 0.5);
}

.neos-why-heading h2 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #111111;
    margin: 0;
}

.neos-why-decor {
    width: 78px;
    height: 1px;
    background: rgba(185, 139, 60, 0.55);
    margin: 22px auto 0;
    position: relative;
}

.neos-why-decor::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #b98b3c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Top Features */
.neos-why-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-bottom: 58px;
}

.neos-why-feature {
    text-align: center;
    padding: 0 12px;
    position: relative;
}

.neos-why-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 1px;
    height: 118px;
    background: rgba(185, 139, 60, 0.18);
}

.neos-why-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 1px solid rgba(185, 139, 60, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.neos-why-icon svg {
    width: 34px;
    height: 34px;
    color: #b98b3c;
}

.neos-why-icon svg path,
.neos-stat-icon svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.neos-why-feature h4 {
    /* font-family: "Cormorant Garamond", serif; */ 
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #171717;
    margin: 0 0 8px;
}

.neos-why-feature p {
    font-size: 13px;
    line-height: 1.55;
    color: #4f4a43;
    margin: 0;
}

/* Bottom Layout */
.neos-why-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: stretch;
}

.neos-why-image {
    min-height: 350px;
    border-radius: 22px;
    overflow: hidden;
}

.neos-why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right Stats Card */
.neos-why-stats-card {
    min-height: 350px;
    border-radius: 22px;
    background: rgba(255, 250, 242, 0.72);
    border: 1px solid rgba(185, 139, 60, 0.14);
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    align-items: center;
    padding: 44px 40px;
}

.neos-why-stat {
    text-align: center;
    padding: 0 22px;
}

.neos-stat-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 1px solid rgba(185, 139, 60, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
}

.neos-stat-icon svg {
    width: 32px;
    height: 32px;
    color: #b98b3c;
}

.neos-why-stat h3 {
    /* font-family: "Cormorant Garamond", serif; */ 
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #b98b3c;
    margin: 0 0 8px;
}

.neos-why-stat h4 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #171717;
    margin: 0;
}

.neos-why-stat span {
    display: block;
    width: 36px;
    height: 1px;
    background: #b98b3c;
    margin: 16px auto;
}

.neos-why-stat p {
    font-size: 13px;
    line-height: 1.6;
    color: #4f4a43;
    margin: 0;
}

.neos-stat-divider {
    width: 1px;
    height: 150px;
    background: rgba(185, 139, 60, 0.18);
}

/* Responsive */
@media (max-width: 1199px) {
    .neos-why-features {
        grid-template-columns: repeat(3, 1fr);
        gap: 36px 0;
    }

    .neos-why-feature:nth-child(3)::after,
    .neos-why-feature:nth-child(6)::after {
        display: none;
    }

    .neos-why-bottom {
        grid-template-columns: 1fr;
    }

    .neos-why-image,
    .neos-why-stats-card {
        min-height: 330px;
    }
}

@media (max-width: 767px) {
    .neos-why-section {
        padding: 60px 0;
    }

    .neos-why-heading {
        margin-bottom: 36px;
    }

    .neos-why-heading span {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .neos-why-heading span::before,
    .neos-why-heading span::after {
        width: 28px;
    }

    .neos-why-heading h2 {
        font-size: 30px;
    }

    .neos-why-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0;
        margin-bottom: 40px;
    }

    .neos-why-feature {
        padding: 0 12px;
    }

    .neos-why-feature::after {
        display: none;
    }

    .neos-why-icon {
        width: 64px;
        height: 64px;
    }

    .neos-why-icon svg {
        width: 28px;
        height: 28px;
    }

    .neos-why-feature h4 {
        font-size: 18px;
    }

    .neos-why-feature p {
        font-size: 12px;
    }

    .neos-why-image {
        min-height: 260px;
        border-radius: 18px;
    }

    .neos-why-stats-card {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 32px 22px;
        border-radius: 18px;
    }

    .neos-stat-divider {
        width: 100%;
        height: 1px;
    }

    .neos-why-stat {
        padding: 0;
    }

    .neos-why-stat h3 {
        font-size: 42px;
    }
}

@media (max-width: 420px) {
    .neos-why-features {
        grid-template-columns: 1fr;
    }

    .neos-why-feature p {
        max-width: 240px;
        margin: 0 auto;
    }
}





/* ==============================
   Neoskyn Why Choose Premium
================================ */

.neoskyn-why-premium-section {
    position: relative;
    padding: 90px 0;
    background: transparent;
    overflow: hidden;
    /* font-family: "Inter", sans-serif; */
}

.neoskyn-why-premium-layout {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    gap: 45px;
}

/* Left Arch Image */
.neoskyn-why-premium-left {
    position: relative;
}

.neoskyn-left-arch-image {
    position: relative;
    width: 100%;
    max-width: 430px;
    height: 620px;
    border: 1.5px solid rgba(114, 83, 10, 0.45);
    border-radius: 230px 230px 0 0;
    padding: 10px;
    background: #ffffff;
    overflow: hidden;
    margin: 0 auto;
}

.neoskyn-left-arch-image::before,
.neoskyn-left-arch-image::after {
    content: "";
    position: absolute;
    top: 28%;
    width: 10px;
    height: 10px;
    background: #a87608;
    border-radius: 50%;
    z-index: 5;
}

.neoskyn-left-arch-image::before {
    left: -5px;
}

.neoskyn-left-arch-image::after {
    right: -5px;
}

.neoskyn-left-arch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 215px 215px 0 0;
}

.neoskyn-left-glass-layer {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 210px;
    border-radius: 0 0 4px 4px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.65), rgba(255, 250, 242, 0.35)),
        radial-gradient(circle at left bottom, rgba(185, 139, 60, 0.20), transparent 55%);
    backdrop-filter: blur(3px);
    z-index: 2;
    pointer-events: none;
}

.neoskyn-left-glass-layer::before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -70px;
    height: 150px;
    border-radius: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    transform: rotate(-8deg);
}

.neoskyn-left-round-badge {
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: #9b6908;
    border: 6px solid #ffffff;
    outline: 1.5px solid rgba(114, 83, 10, 0.45);
    transform: translateX(-50%);
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 20px 42px rgba(114, 83, 10, 0.22);
}

.neoskyn-left-round-badge span {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 7px;
}

.neoskyn-left-round-badge p {
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #ffffff;
}

/* Right Area */
.neoskyn-why-premium-right {
    position: relative;
    padding-top: 10px;
}

.neoskyn-why-premium-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 20px;
}

.neoskyn-why-premium-heading span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #9b6908;
    margin-bottom: 18px;
}

.neoskyn-why-premium-heading span::before,
.neoskyn-why-premium-heading span::after {
    content: "";
    width: 42px;
    height: 1px;
    background: rgba(155, 105, 8, 0.45);
}

.neoskyn-why-premium-heading h2 {
     /* font-family: "Cormorant Garamond", serif; */ 
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #3b2608;
    margin-bottom: 15px;
}

/* .neoskyn-why-heading-line {
    width: 180px;
    height: 1px;
    background: rgba(155, 105, 8, 0.25);
    margin: 24px auto 18px;
    position: relative;
}

.neoskyn-why-heading-line::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #a87608;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
} */

.neoskyn-why-premium-heading p {
    max-width: 520px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    color: #6a6259;
}

/* Bottom Content Row */
.neoskyn-why-premium-content-row {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    gap: 28px;
}

/* Points */
.neoskyn-why-points-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.neoskyn-why-point-item {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    min-height: 60px;
    padding-right: 10px;
}

/* .neoskyn-why-point-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 72px;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(155, 105, 8, 0.45), rgba(155, 105, 8, 0.18), transparent);
} */

/* .neoskyn-why-point-item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 7px;
    height: 7px;
    background: #a87608;
    border-radius: 50%;
} */

.neoskyn-why-point-icon {
    width: 42px;
    height: 42px;
    color: #a87608;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neoskyn-why-point-icon svg {
    width: 32px;
    height: 32px;
}

.neoskyn-why-point-icon svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.neoskyn-why-point-item h4 {
    /* font-family: "Cormorant Garamond", serif; */ 
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    color: #2a1d10;
    margin: 0;
}

/* Right Small Image */
.neoskyn-why-side-image-wrap {
    position: relative;
    padding: 10px;
}

.neoskyn-why-side-image {
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(155, 105, 8, 0.18);
}

.neoskyn-why-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mini Badge */
.neoskyn-side-mini-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 230px;
    min-height: 72px;
    padding: 14px 20px 14px 68px;
    border-radius: 14px 0 14px 14px;
    background: #ffffff;
    border: 1px solid rgba(155, 105, 8, 0.32);
    box-shadow: 0 18px 42px rgba(80, 55, 25, 0.12);
}

.neoskyn-side-mini-badge div {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #a87608;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.neoskyn-side-mini-badge span {
    color: #ffffff;
    font-size: 18px;
}

.neoskyn-side-mini-badge p {
    font-size: 13px;
    line-height: 1.45;
    color: #4f4a43;
    margin: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .neoskyn-why-premium-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .neoskyn-why-premium-heading h2 {
        font-size: 56px;
    }

    .neoskyn-left-arch-image {
        max-width: 390px;
        height: 560px;
    }
}

@media (max-width: 991px) {
    .neoskyn-why-premium-content-row {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .neoskyn-why-points-list {
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }

    .neoskyn-why-side-image-wrap {
        max-width: 580px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .neoskyn-why-premium-section {
        padding: 60px 0;
    }

    .neoskyn-left-arch-image {
        max-width: 320px;
        height: 470px;
        border-radius: 180px 180px 0 0;
    }

    .neoskyn-left-arch-image img {
        border-radius: 170px 170px 0 0;
    }

    .neoskyn-left-glass-layer {
        height: 155px;
    }

    .neoskyn-left-round-badge {
        width: 105px;
        height: 105px;
        border-width: 5px;
    }

    .neoskyn-left-round-badge span {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .neoskyn-left-round-badge p {
        font-size: 8px;
        letter-spacing: 1.3px;
    }

    .neoskyn-why-premium-heading {
        margin-bottom: 34px;
    }

    .neoskyn-why-premium-heading span {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .neoskyn-why-premium-heading span::before,
    .neoskyn-why-premium-heading span::after {
        width: 25px;
    }

    .neoskyn-why-premium-heading h2 {
        font-size: 36px;
    }

    .neoskyn-why-premium-heading p {
        font-size: 14px;
    }

    .neoskyn-why-point-item {
        grid-template-columns: 48px 1fr;
        min-height: 68px;
    }

    .neoskyn-why-point-item:not(:last-child)::after {
        left: 60px;
    }

    .neoskyn-why-point-icon {
        width: 38px;
        height: 38px;
    }

    .neoskyn-why-point-icon svg {
        width: 28px;
        height: 28px;
    }

    .neoskyn-why-point-item h4 {
        font-size: 23px;
    }

    .neoskyn-why-side-image {
        height: 240px;
    }

    .neoskyn-side-mini-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -18px auto 0;
        width: calc(100% - 22px);
        min-width: auto;
    }
}

@media (max-width: 420px) {
    .neoskyn-left-arch-image {
        max-width: 295px;
        height: 430px;
    }

    .neoskyn-why-premium-heading h2 {
        font-size: 32px;
    }

    .neoskyn-why-point-item h4 {
        font-size: 21px;
    }
}





/* Treatment SVG Icon Fix */
.neos-treatment-icon svg {
    width: 30px;
    height: 30px;
    display: block;
    color: #72530a;
}

.neos-treatment-icon svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Hide old Remix icon if any remains */
.neos-treatment-icon i {
    display: none !important;
}

.neos-service-slider-section {
    padding: 60px 0;
    background: #f2f2f2;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}

/* Left Content */
.neos-service-left {
    position: relative;
}

.neos-service-subtitle {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C4904B;
    margin-bottom: 16px;
}

.neos-service-subtitle::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #C4904B;
    margin-top: 10px;
}

.neos-service-title {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 40px;
    line-height: 1.05;
    font-weight: 400;
    color: #2B2A2A;
    margin: 0 0 22px;
}

.neos-service-left p {
    font-size: 15px;
    line-height: 1.8;
    color: #5f554b;
    margin: 0 0 30px;
}

.neos-service-controls {
    display: flex;
    gap: 12px;
}

.neos-service-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(196, 144, 75, 0.45);
    background: transparent;
    color: #C4904B;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.neos-service-btn:hover {
    background: #C4904B;
    color: #ffffff;
}

/* Slider */
.neos-service-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.neos-service-slider {
    display: flex;
    transition: transform 0.7s ease;
    will-change: transform;

}

.neos-service-slide {
    flex: 0 0 33.3333%;
    padding: 0 12px;

}

/* Service Card */
.neos-service-card {
    height: 100%;
    border: 1px solid rgba(196, 144, 75, 0.16);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.neos-service-card:hover {
    transform: translateY(-8px);
}

.neos-service-img {
    height: 210px;
    overflow: hidden;
}

.neos-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.neos-service-card:hover .neos-service-img img {
    transform: scale(1.08);
}

.neos-service-card-content {
    position: relative;
    padding: 15px 15px 15px;
    background-color: #fff;
    height: 200px;
}

.neos-service-card-content span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #FFF9F1;
    border: 1px solid rgba(196, 144, 75, 0.28);
    color: #C4904B;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.neos-service-card-content h4 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
    color: #2B2A2A;
    margin: 0 0 12px;
}

.neos-service-card-content p {
    font-size: 15px;
    line-height: 1.65;
    color: #5f554b;
    margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .neos-service-slider-section {
        padding: 70px 0;
    }

    .neos-service-left {
        text-align: center;
        max-width: 650px;
        margin: 0 auto 35px;
    }

    .neos-service-subtitle::after {
        margin-left: auto;
        margin-right: auto;
    }

    .neos-service-controls {
        justify-content: center;
    }

    .neos-service-title {
        font-size: 38px;
    }

    .neos-service-slide {
        flex: 0 0 50%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neos-service-slider-section {
        padding: 60px 0;
    }

    .neos-service-title {
        font-size: 32px;
    }

    .neos-service-left p {
        font-size: 15px;
    }

    .neos-service-slide {
        flex: 0 0 100%;
        padding: 0 8px;
    }

    .neos-service-img {
        height: 230px;
    }

    .neos-service-card-content h4 {
        font-size: 18px !important;
    }
}

.neos-service-slider {
    display: flex;
    transition: transform 0.7s ease;
    will-change: transform;
}

.neos-service-slide {
    flex-shrink: 0;
}

/* Cursor drag option */
.neos-service-slider-wrapper {
    cursor: grab;
}

.neos-service-slider-wrapper:active,
.neos-service-slider.is-dragging {
    cursor: grabbing;
}

.neos-service-slider,
.neos-service-slide,
.neos-service-card,
.neos-service-img img {
    user-select: none;
}

.neos-service-img img {
    pointer-events: none;
}




/* ==============================
   Neoskyn Certifications Section
================================ */

.neos-cert-section {
    position: relative;
    padding: 50px 0px 90px 0px;
    background: transparent;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}

.neos-cert-heading {
    max-width: 760px;
    margin: 0 auto 60px;
}

.neos-cert-heading h2 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
    color: #162437;
    margin: 0px 0px 10px 0px;
}

.neos-cert-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 20px 0 24px;
}

.neos-cert-divider span {
    width: 95px;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(196, 144, 75, 0.65),
            transparent);
}

.neos-cert-divider i {
    font-style: normal;
    color: #C4904B;
    font-size: 21px;
    line-height: 1;
}

.neos-cert-heading p {
    font-size: 17px;
    line-height: 1.7;
    color: #4d5662;
    margin: 0;
}

/* Certificate Row */
.neos-cert-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
    gap: 0;
}

.neos-cert-item {
    position: relative;
    text-align: center;
    padding: 0 28px;
}

.neos-cert-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 28px;
    width: 1px;
    height: 125px;
    background: linear-gradient(180deg,
            transparent,
            rgba(196, 144, 75, 0.35),
            transparent);
}

.neos-cert-img {
    width: 145px;
    height: 145px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neos-cert-img img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    display: block;
    /* filter: drop-shadow(0 18px 22px rgba(55, 37, 15, 0.18)); */
    transition: all 0.35s ease;
}

.neos-cert-item:hover .neos-cert-img img {
    transform: translateY(-8px) scale(1.04);
    /* filter: drop-shadow(0 24px 28px rgba(55, 37, 15, 0.24)); */
}

.neos-cert-item h4 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #162437;
    margin: 0 0 16px;
}

.neos-cert-small-line {
    position: relative;
    width: 72px;
    height: 1px;
    margin: 0 auto;
    background: rgba(196, 144, 75, 0.55);
}

.neos-cert-small-line::before,
.neos-cert-small-line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #C4904B;
    border-radius: 50%;
    transform: translateY(-50%);
}

.neos-cert-small-line::before {
    left: 50%;
    transform: translate(-50%, -50%);
}

.neos-cert-small-line::after {
    display: none;
}

/* Responsive */
@media (max-width: 1199px) {
    .neos-cert-item {
        padding: 0 18px;
    }

    .neos-cert-heading h2 {
        font-size: 46px;
    }

    .neos-cert-img {
        width: 125px;
        height: 125px;
    }

    .neos-cert-img img {
        width: 115px;
        height: 115px;
    }

    .neos-cert-item h4 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .neos-cert-section {
        padding: 75px 0;
    }

    .neos-cert-row {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 45px;
    }

    .neos-cert-item:not(:last-child)::after {
        display: none;
    }

    .neos-cert-heading {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .neos-cert-section {
        padding: 0px 0px 30px 0px;  
    }

    .neos-cert-heading h2 {
        font-size: 34px;
    }

    .neos-cert-heading p {
        font-size: 15px;
    }

    .neos-cert-heading p br {
        display: none;
    }

    .neos-cert-divider span {
        width: 55px;
    }

    .neos-cert-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 20px;
    }

    .neos-cert-img {
        width: 115px;
        height: 115px;
        margin-bottom: 0px;
    }

    .neos-cert-img img {
        width: 105px;
        height: 105px;
    }

    .neos-cert-item {
        padding: 0 8px;
    }

    .neos-cert-item h4 {
        font-size: 18px !important;
        font-weight: 500;
    }
}

@media (max-width: 420px) {
    .neos-cert-row {
        grid-template-columns: 1fr;
    }

    .neos-cert-img {
        width: 125px;
        height: 125px;
    }

    .neos-cert-img img {
        width: 115px;
        height: 115px;
    }
}





/* ================================
   NEOSKYN WHY CHOOSE US SECTION
================================ */

.neoskyn-why-section,
.neoskyn-why-section * {
    box-sizing: border-box;
}

.neoskyn-why-section {
    padding: 50px 18px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

.neoskyn-why-wrapper {
    position: relative;
    max-width: 1780px;
    margin: 0 auto;
    padding: 58px 70px;

    background: radial-gradient(circle at 10% 10%,
            rgba(177, 126, 37, 0.06),
            transparent 28%),
        radial-gradient(circle at 85% 20%,
            rgba(177, 126, 37, 0.04),
            transparent 28%),
        linear-gradient(135deg, #fffdf9 0%, #fffaf3 45%, #ffffff 100%);
    overflow: hidden;
}

/* Layout */
.neoskyn-why-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 35% 55%;
    align-items: center;
    gap: 70px;
}

/* Left Image */
.neoskyn-why-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.neoskyn-why-image-frame {
    width: 100%;
    max-width: 610px;
    height: 780px;
    padding: 9px;
    border: 2px solid rgba(177, 126, 37, 0.48);
    border-radius: 310px 310px 0 0;
    background: #ffffff;
    box-shadow: 0 24px 55px rgba(76, 51, 20, 0.08);
    overflow: hidden;
}

.neoskyn-why-image-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 295px 295px 0 0;
}

/* Right Content */
.neoskyn-why-right {
    max-width: 820px;
}

.neoskyn-section-label {
    display: inline-block;
    margin-bottom: 22px;
    color: #b17e25;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.neoskyn-why-heading {
    margin: 0 0 24px;
    font-family: "Playfair Display", serif;
    font-size: 64px;
    line-height: 1.04;
    font-weight: 600;
    color: #111111;
}

.neoskyn-why-text {
    max-width: 730px;
    margin: 0 0 34px;
    color: #4c4c4c;
    font-size: 18px;
    line-height: 1.7;
}

/* Feature Grid */
.neoskyn-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

/* Feature Card */
.neoskyn-why-card {
    display: grid;
    grid-template-columns: 84px 1fr;
    align-items: center;
    gap: 6px;
    min-height: 128px;
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(177, 126, 37, 0.18);
    border-radius: 8px;
    box-shadow: 0 10px 32px rgba(80, 56, 25, 0.055);
    transition: 0.35s ease;
}

.neoskyn-why-card:hover {
    transform: translateY(-5px);
    border-color: rgba(177, 126, 37, 0.42);
    box-shadow: 0 18px 45px rgba(80, 56, 25, 0.12);
}

.neoskyn-why-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    border: 2px solid rgba(177, 126, 37, 0.25);
    background: #fffdf8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neoskyn-why-icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: #b17e25;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.neoskyn-why-card h4 {
    margin: 0 0 8px;
    /* font-family: "Cormorant Garamond", serif; */
    color: #c6934e;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
}

.neoskyn-why-card p {
    margin: 0;
    color: #565656;
    font-size: 15px;
    line-height: 23px;
}

/* Button */
.neoskyn-why-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    min-width: 340px;
    margin-top: 36px;
    padding: 19px 42px;
    border-radius: 5px;
    background: linear-gradient(135deg, #b17e25 0%, #c89436 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    box-shadow: 0 15px 35px rgba(177, 126, 37, 0.24);
    transition: 0.35s ease;
}

.neoskyn-why-btn span {
    font-size: 28px;
    line-height: 1;
}

.neoskyn-why-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(177, 126, 37, 0.34);
}

/* Decorative Elements */
.neoskyn-star {
    position: absolute;
    z-index: 1;
    color: #b17e25;
    font-size: 34px;
    line-height: 1;
}

.neoskyn-star-left {
    left: 56px;
    top: 113px;
}

.neoskyn-star-right {
    right: 86px;
    top: 275px;
}

.neoskyn-arc-shape {
    position: absolute;
    right: -130px;
    bottom: 85px;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(177, 126, 37, 0.22);
    border-radius: 50%;
}

.neoskyn-arc-shape::before,
.neoskyn-arc-shape::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(177, 126, 37, 0.16);
    border-radius: 50%;
}

.neoskyn-arc-shape::before {
    inset: 25px;
}

.neoskyn-arc-shape::after {
    inset: 50px;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1500px) {
    .neoskyn-why-wrapper {
        padding: 52px 48px;
    }

    .neoskyn-why-container {
        gap: 52px;
    }

    .neoskyn-why-image-frame {
        height: 640px;
    }

    .neoskyn-why-heading {
        font-size: 56px;
    }

    .neoskyn-why-card {
        grid-template-columns: 56px 1fr;
        padding: 20px 2px 20px 12px;
    }

    .neoskyn-why-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .neoskyn-why-icon svg {
        width: 32px;
        height: 32px;
    }

    .neoskyn-why-card h4 {
        font-size: 26px;
    }

    .neoskyn-why-card p {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .neoskyn-why-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .neoskyn-why-right {
        max-width: 100%;
        text-align: center;
    }

    .neoskyn-why-text {
        margin-left: auto;
        margin-right: auto;
    }

    .neoskyn-why-grid {
        max-width: 850px;
        margin: 0 auto;
    }

    .neoskyn-why-card {
        text-align: left;
    }

    .neoskyn-why-image-frame {
        max-width: 560px;
        height: 650px;
    }
}

@media (max-width: 767px) {
    .neoskyn-why-section {
        padding: 35px 10px;
    }

    .neoskyn-why-wrapper {
        padding: 32px 16px;
        border-radius: 18px;
    }

    .neoskyn-why-image-frame {
        max-width: 100%;
        height: 470px;
        border-radius: 230px 230px 0 0;
    }

    .neoskyn-why-image-frame img {
        border-radius: 220px 220px 0 0;
    }

    .neoskyn-section-label {
        font-size: 12px;
        letter-spacing: 5px;
        margin-bottom: 16px;
    }

    .neoskyn-why-heading {
        font-size: 34px;
        line-height: 1.12;
    }

    .neoskyn-why-text {
        font-size: 15.5px;
        line-height: 1.6;
    }

    .neoskyn-why-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .neoskyn-why-card {
        grid-template-columns: 60px 1fr;
        min-height: auto;
        padding: 17px;
        gap: 15px;
    }

    .neoskyn-why-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }

    .neoskyn-why-icon svg {
        width: 28px;
        height: 28px;
    }

    .neoskyn-why-card h4 {
        font-size: 18px !important;
        font-weight: 500;
    }

    .neoskyn-why-card p {
        font-size: 15px;
    }

    .neoskyn-why-btn {
        width: 100%;
        min-width: unset;
        padding: 16px 20px;
        gap: 18px;
        font-size: 13px;
    }

    .neoskyn-star,
    .neoskyn-arc-shape {
        display: none;
    }
}

@media (max-width: 420px) {
    .neoskyn-why-image-frame {
        height: 390px;
    }

    .neoskyn-why-heading {
        font-size: 31px;
    }
}





.neoskyn-hero-bg-section .container {
    position: relative;
    z-index: 2;
}

.neoskyn-hero-content-wrap {
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Content */
.neoskyn-hero-content {
    max-width: 650px;
    margin-top: 200px;
}

.neoskyn-hero-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #9b6908;
    margin-bottom: 24px;
}

.neoskyn-hero-subtitle::before {
    content: "";
    width: 42px;
    height: 2px;
    background: #9b6908;
}

.neoskyn-hero-content h1 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 55px;
    line-height: 1.2;
    font-weight: 400;
    color: #2a1d10;
    margin: 0 0 28px;
}

.neoskyn-hero-content h1 span {
    color: #b98b3c;
    /* font-style: italic; */
    font-weight: 400;
}

.neoskyn-hero-content p {
    max-width: 560px;
    font-size: 17px;
    line-height: 1.85;
    color: #3f3f3f;
    margin: 0 0 35px;
}

.neoskyn-hero-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}



.neoskyn-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 26px;
    border-radius: 40px;
    border: #c6934e;
    color: #c6934e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(8px);
    transition: all 0.35s ease;
    font-family: "Poppins", sans-serif;
}

.neoskyn-secondary-btn:hover {
    color: #ffffff !important;
    background: #c6934e;
}

/* Attached Service Row */
.neoskyn-hero-service-row {
    position: relative;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(185, 139, 60, 0.16);
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    /* box-shadow: 0 -18px 55px rgba(80, 55, 25, 0.10); */
}

.neoskyn-hero-service-card {
    min-height: 150px;
    padding: 34px 34px;
    display: grid;
    grid-template-columns: 62px 1fr;
    align-items: center;
    gap: 20px;
    border-right: 1px solid rgba(185, 139, 60, 0.16);
    transition: all 0.35s ease;
}

.neoskyn-hero-service-card:last-child {
    border-right: none;
}

.neoskyn-hero-service-card:hover {
    background: rgba(255, 250, 242, 0.85);
}

.neoskyn-service-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(255, 250, 242, 0.95);
    border: 1px solid rgba(185, 139, 60, 0.28);
    color: #b98b3c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neoskyn-service-icon svg {
    width: 33px;
    height: 33px;
}

.neoskyn-service-icon svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* .neoskyn-hero-service-card h4 {
        font-family: "Cormorant Garamond", serif;
        font-size: 26px;
        line-height: 1.1;
        font-weight: 600;
        color: #2a1d10;
        margin: 0 0 8px;
      } */

/* .neoskyn-hero-service-card p {
        font-size: 14px;
        line-height: 1.65;
        color: #5f554b;
        margin: 0;
      } */

/* Responsive */
@media (max-width: 1199px) {
    .neoskyn-hero-bg-section {
        min-height: 800px;
        background-position: center right;
    }

    .neoskyn-hero-content h1 {
        font-size: 58px;
    }

}

@media (max-width: 991px) {
    .neoskyn-hero-bg-section {
        min-height: auto;
        padding: 38px 0 0;
        background-position: center;
    }

    .neoskyn-hero-overlay {
        background: rgba(255, 255, 255, 0.82);
    }

    .neoskyn-hero-content-wrap {
        min-height: auto;
        padding-bottom: 120px;
    }

    .neoskyn-hero-content {
        max-width: 680px;
    }

    .neoskyn-hero-service-row {
        margin-top: -70px;
        grid-template-columns: 1fr;
        border-radius: 22px 22px 0 0;
    }

    .neoskyn-hero-service-card {
        border-right: none;
        border-bottom: 1px solid rgba(185, 139, 60, 0.16);
    }

    .neoskyn-hero-service-card:last-child {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .neoskyn-hero-bg-section {
        padding: 30px 0 0;
        background-position: 65% center;
    }

    .neoskyn-hero-overlay {
        background: rgba(255, 255, 255, 0.88);
    }

    .neoskyn-hero-content-wrap {
        padding-bottom: 100px;
    }

    .neoskyn-hero-subtitle {
        font-size: 11px;
        letter-spacing: 1.5px;
        gap: 8px;
    }

    .neoskyn-hero-subtitle::before {
        width: 26px;
    }

    .neoskyn-hero-content h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .neoskyn-hero-content p {
        font-size: 15px;
    }

    .neoskyn-hero-buttons {
        gap: 12px;
    }

    .neoskyn-primary-btn,
    .neoskyn-secondary-btn {
        /* width: 100%; */
        height: 52px;
        font-size: 12px;
    }

    .neoskyn-hero-service-card {
        grid-template-columns: 52px 1fr;
        gap: 16px;
        padding: 26px 20px;
        min-height: auto;
    }

    .neoskyn-service-icon {
        width: 52px;
        height: 52px;
    }

    .neoskyn-service-icon svg {
        width: 28px;
        height: 28px;
    }

    /* .neoskyn-hero-service-card h4 {
          font-size: 23px;
        } */

    .neoskyn-hero-service-card p {
        font-size: 14px;
    }
}





/* Gallery image label SVG icons */
.neos-image-label span {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.neos-image-label span svg {
    width: 15px;
    height: 15px;
    display: block;
    color: currentColor;
}

.neos-image-label span svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Hide old Remix icons if still present */
.neos-image-label i {
    display: none !important;
}




.neos-story-split-section {
    padding: 90px 0px 50px 0px;
    background: transparent;
    overflow: hidden;
}

.neos-story-left-image {
    height: 520px;
    border-radius: 34px;
    overflow: hidden;
}

.neos-story-left-image img,
.neos-story-bottom-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.65s ease;
}

.neos-story-left-image:hover img,
.neos-story-bottom-image:hover img {
    transform: scale(1.06);
}

.neos-story-right-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.neos-story-top-row {
    padding: 10px 0 35px;
}

.neos-story-subtitle {
    display: inline-block;
    color: #c6934e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.neos-story-main-title {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 40px;
    line-height: 1.05;
    font-weight: 400;
    color: #1d1d1d;
    margin: 0;
}

.neos-story-main-desc {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
    margin: 0;
}

.neos-story-bottom-row {
    padding-top: 20px;
}

.neos-story-bottom-image {
    height: 330px;
    border-radius: 28px;
    overflow: hidden;
}

.neos-story-points-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.neos-story-point-item {
    min-height: 135px;
    border: 1px solid rgba(198, 147, 78, 0.28);
    border-radius: 22px;
    padding: 24px 22px;
    background: rgba(255, 255, 255, 0.72);
    transition: all 0.35s ease;
}

.neos-story-point-item:hover {
    transform: translateY(-6px);
    border-color: #c6934e;
}

.neos-story-point-item span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #c6934e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.neos-story-point-item svg {
    width: 22px;
    height: 22px;
}

.neos-story-point-item svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.neos-story-point-item h4 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1d;
    margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .neos-story-split-section {
        padding: 70px 0;
    }

    .neos-story-left-image {
        height: 430px;
    }

    .neos-story-main-title {
        font-size: 42px;
    }

    .neos-story-top-row {
        text-align: center;
        padding-bottom: 25px;
    }

    .neos-story-main-desc {
        margin-top: 10px;
    }

    .neos-story-bottom-image {
        height: 320px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neos-story-split-section {
        padding: 180px 0 40px;
    }

    .neos-story-left-image,
    .neos-story-bottom-image {
        height: 300px;
        border-radius: 22px;
    }

    .neos-story-main-title {
        font-size: 34px;
    }

    .neos-story-main-desc {
        font-size: 15px;
    }

    .neos-story-points-box {
        grid-template-columns: 1fr;
    }

    .neos-story-point-item {
        min-height: auto;
        padding: 22px;
    }
}


.neos-story-tick-point {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.35s ease;
    margin-top: 30px;
}

.neos-story-tick-point span {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: #c6934e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neos-story-tick-point span svg {
    width: 14px;
    height: 14px;
}

.neos-story-tick-point span svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.neos-story-tick-point h4 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #1d1d1d;
    margin: 0;
}

.neos-story-tick-point:hover {
    transform: translateX(8px);
}

.neos-story-tick-point:hover h4 {
    color: #c6934e;
}

/* Mobile */
@media (max-width: 767px) {
    .neos-story-points-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .neos-story-tick-point h4 {
        font-size: 16px !important;
    }
    .neos-story-tick-point span {
        width: 22px;
        height: 22px;
        min-width: 22px;
    }
    .neos-story-tick-point span svg {
        width: 12px;
        height: 12px;
    }
}




.neos-vmv-simple-section {
    padding: 60px 0;
    background: radial-gradient(circle at 10% 10%, rgba(177, 126, 37, 0.06), transparent 28%), radial-gradient(circle at 85% 20%, rgba(177, 126, 37, 0.04), transparent 28%), linear-gradient(135deg, #fffdf9 0%, #fffaf3 45%, #ffffff 100%);
    overflow: hidden;
}

.neos-vmv-heading {
    text-align: center;
    margin-bottom: 50px;
}

.neos-vmv-heading h2 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1f1a2d;
    margin: 0 0 18px;
}

.neos-vmv-heading p {
    font-size: 15px;
    line-height: 1.7;
    color: #77727f;
    letter-spacing: 2px;
    margin: 0;
}

.neos-vmv-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

.neos-vmv-card {
    text-align: center;
    position: relative;
    padding: 35px 25px 30px;
    overflow: hidden;
    transition: all 0.45s ease;
}

.neos-vmv-icon {
    width: 100px;
    height: 100px;
    border: 1px solid #c6934e;
    border-radius: 50%;
    color: #9b6f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: transparent;
    transition: all 0.45s ease;
}

.neos-vmv-icon svg {
    width: 40px;
    height: 40px;
}

.neos-vmv-icon svg path,
.neos-vmv-icon svg rect {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.neos-vmv-card h3 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: #9b6f2f;
    margin: 0 0 12px;
}

.neos-vmv-card p {
    max-width: 360px;
    margin: 0 auto;
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
    color: #3f3a3a;
}

/* Hover Effect */
.neos-vmv-card:hover .neos-vmv-icon {
    background: #c6934e;
    color: #ffffff;
    transform: translateY(-8px);
    /* box-shadow: 0 18px 35px rgba(198, 147, 78, 0.28); */
}

.neos-vmv-card:hover h3 {
    color: #c6934e;
}

/* Tablet */
@media (max-width: 991px) {
    .neos-vmv-heading h2 {
        font-size: 42px;
    }

    .neos-vmv-row {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .neos-vmv-card p {
        max-width: 520px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neos-vmv-simple-section {
        padding: 60px 0 20px;
    }

    .neos-vmv-heading {
        margin-bottom: 38px;
    }

    .neos-vmv-heading h2 {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .neos-vmv-heading p {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .neos-vmv-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .neos-vmv-icon svg {
        width: 24px;
        height: 24px;
    }

    .neos-vmv-card h3 {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .neos-vmv-card p {
        font-size: 15px;
        line-height: 1.55;
    }
    .neos-vmv-card {
        position: relative;
        padding: 25px 15px 25px;
        height: 290px !important;
    }
}

.neos-vmv-card {
    position: relative;
    padding: 25px 15px 25px;
    overflow: hidden;
    transition: all 0.45s ease;
    background-color: #fff;
    height: 320px;
}

/* Top & Bottom border animation */
.neos-vmv-card::before,
.neos-vmv-card::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0.8px;
    background: #c6934e;
    transition: all 0.45s ease;
}

.neos-vmv-card::before {
    top: 0;
}

.neos-vmv-card::after {
    bottom: 0;
}

/* Left & Right border animation */
.neos-vmv-card h3::before,
.neos-vmv-card h3::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 0;
    background: #c6934e;
    transition: all 0.45s ease;
}

.neos-vmv-card h3::before {
    left: 0;
}

.neos-vmv-card h3::after {
    right: 0;
}

/* Hover: expand full border */
.neos-vmv-card:hover::before,
.neos-vmv-card:hover::after {
    left: 0;
    width: 100%;
}

.neos-vmv-card:hover h3::before,
.neos-vmv-card:hover h3::after {
    top: 0;
    height: 100%;
}

/* Keep h3 clean */
.neos-vmv-card h3 {
    position: static;
}




.neos-counter-section {
    padding: 60px 0;
    background: transparent;
    overflow: hidden;
}

.neos-counter-heading {
    text-align: center;
    /* max-width: 760px; */
    margin: 0 auto 30px;
}



.neos-counter-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(198, 147, 78, 0.25);
    border-bottom: 1px solid rgba(198, 147, 78, 0.25);
}

.neos-counter-item {
    position: relative;
    text-align: center;
    padding: 45px 25px;
}

.neos-counter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 24%;
    width: 1px;
    height: 52%;
    background: rgba(198, 147, 78, 0.25);
}

.neos-counter-item h3 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #c6934e;
    margin: 0 0 14px;
}

.neos-counter-item h3 sup {
    font-size: 28px;
    top: -0.6em;
    margin-left: 3px;
}

.neos-counter-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #2f2f2f;
    font-weight: 500;
    margin: 0;
}

/* Hover */
.neos-counter-item {
    transition: all 0.35s ease;
}

.neos-counter-item:hover {
    transform: translateY(-8px);
}

.neos-counter-item:hover h3 {
    color: #72530a;
}

/* Tablet */
@media (max-width: 991px) {
    .neos-counter-heading h2 {
        font-size: 40px;
    }

    .neos-counter-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .neos-counter-item:nth-child(2)::after {
        display: none;
    }

    .neos-counter-item:nth-child(1),
    .neos-counter-item:nth-child(2) {
        border-bottom: 1px solid rgba(198, 147, 78, 0.25);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neos-counter-section {
        padding: 30px 0;
    }

    .neos-counter-heading {
        margin-bottom: 38px;
    }

    .neos-counter-heading h2 {
        font-size: 30px;
    }

    .neos-counter-heading p {
        font-size: 15px;
    }

    .neos-counter-row {
        grid-template-columns: 1fr;
    }

    .neos-counter-item {
        padding: 20px 18px;
        border-bottom: 1px solid rgba(198, 147, 78, 0.22);
    }

    .neos-counter-item:last-child {
        border-bottom: 0;
    }

    .neos-counter-item::after {
        display: none !important;
    }

    .neos-counter-item h3 {
        font-size: 35px;
    }

    .neos-counter-item h3 sup {
        font-size: 22px;
    }

    .neos-counter-item p {
        font-size: 15px;
    }
}


.neos-faq-section {
  padding: 90px 0;
  background: transparent;
  overflow: hidden;
}

.neos-faq-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 55px;
}

.neos-faq-heading span {
  position: relative;
  display: inline-block;
  color: #c6934e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.neos-faq-heading span::before,
.neos-faq-heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 75px;
  height: 1px;
  background: #c6934e;
}

.neos-faq-heading span::before {
  right: calc(100% + 18px);
}

.neos-faq-heading span::after {
  left: calc(100% + 18px);
}

.neos-faq-heading h2 {
  /* font-family: "Cormorant Garamond", serif; */
  font-size: 40px;
  line-height: 1.05;
  font-weight: 400;
  color: #111827;
  margin: 0 0 20px;
}

/* .neos-faq-heading h2::after {
  content: "✦";
  display: block;
  font-size: 18px;
  color: #c6934e;
  margin: 18px auto 0;
} */

.neos-faq-heading p {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}

/* Updated Layout Without Center Line */
.neos-faq-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  align-items: start;
}

.neos-faq-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* FAQ Card */
.neos-faq-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  /* box-shadow: 0 14px 34px rgba(38, 28, 18, 0.08); */
  overflow: hidden;
  transition: all 0.35s ease;
}

.neos-faq-item:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 20px 45px rgba(38, 28, 18, 0.12); */
}

.neos-faq-question {
    width: 100%;
    min-height: 75px;
    padding: 22px 20px;
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 60px 1fr 34px;
    align-items: center;
    gap: 0px;
    text-align: left;
    cursor: pointer;
}

.neos-faq-number {
  width: 40px;
  height: 40px;
  border: 1px solid #c6934e;
  border-radius: 50%;
  color: #c6934e;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-family: "Cormorant Garamond", serif; */
  font-size: 18px;
  font-weight: 600;
}

.neos-faq-question strong {
  /* font-family: "Cormorant Garamond", serif; */
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #111827;
}

.neos-faq-plus {
  color: #c6934e;
  font-size: 38px;
  line-height: 1;
  font-weight: 300;
  transition: transform 0.35s ease;
}

.neos-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.neos-faq-answer p {
  padding: 0 28px 26px 28px;
  font-size: 15px;
  line-height: 1.75;
  color: #5f5f5f;
  margin: 0;
}

/* Active FAQ */
.neos-faq-item.active {
  border-color: rgba(198, 147, 78, 0.45);
}

.neos-faq-item.active .neos-faq-plus {
  transform: rotate(45deg);
}

.neos-faq-item.active .neos-faq-answer {
  max-height: 220px;
}

/* Tablet */
@media (max-width: 991px) {
  .neos-faq-section {
    padding: 75px 0;
  }

  .neos-faq-heading h2 {
    font-size: 42px;
  }

  .neos-faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .neos-faq-section {
    padding: 60px 0;
  }

  .neos-faq-heading {
    margin-bottom: 38px;
  }

  .neos-faq-heading h2 {
    font-size: 35px;
  }

  .neos-faq-heading p {
    font-size: 15px;
  }

  .neos-faq-heading span::before,
  .neos-faq-heading span::after {
    width: 38px;
  }

  .neos-faq-question {
    min-height: auto;
    padding: 20px;
    grid-template-columns: 56px 1fr 24px;
    gap: 0px;
  }

  .neos-faq-number {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .neos-faq-question strong {
    font-size: 16px;
  }

  .neos-faq-plus {
    font-size: 30px;
  }

  .neos-faq-answer p {
    padding: 0 20px 22px 20px;
    font-size: 15px;
  }
}



.neos-gallery-style-section {
  padding: 80px 0;
  background: transparent;
}

.neos-gallery-style-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.75fr;
  gap: 10px;
  align-items: stretch;
}

/* Left big image */
.neos-gallery-left-big {
  height: 510px;
  overflow: hidden;
  border-radius: 4px;
}

.neos-gallery-left-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right side */
.neos-gallery-right-wrap {
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
}

/* Top row 3 images */
.neos-gallery-top-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* Bottom row 2 images */
.neos-gallery-bottom-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.neos-gallery-box {
  overflow: hidden;
  border-radius: 4px;
  height: 250px;
}

.neos-gallery-bottom-box {
  height: 250px;
}

.neos-gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.neos-gallery-left-big img {
  transition: transform 0.5s ease;
}

.neos-gallery-left-big:hover img,
.neos-gallery-box:hover img {
  transform: scale(1.05);
}

/* Tablet */
@media (max-width: 991px) {
  .neos-gallery-style-grid {
    grid-template-columns: 1fr;
  }

  .neos-gallery-left-big {
    height: 420px;
  }

  .neos-gallery-top-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .neos-gallery-bottom-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .neos-gallery-box,
  .neos-gallery-bottom-box {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .neos-gallery-style-section {
    padding: 60px 0;
  }

  .neos-gallery-style-grid {
    gap: 12px;
  }

  .neos-gallery-left-big {
    height: 340px;
  }

  .neos-gallery-right-wrap {
    gap: 12px;
  }

  .neos-gallery-top-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .neos-gallery-bottom-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .neos-gallery-box,
  .neos-gallery-bottom-box {
    height: 250px;
  }
}

/* ==============================
   BEFORE AFTER COMPARISON SLIDER
============================== */

.neos-before-after-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.neos-ba-card {
  background: #ffffff;
  border: 1px solid rgba(198, 147, 78, 0.18);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.neos-ba-card:hover {
  transform: translateY(-6px);
  border-color: rgba(198, 147, 78, 0.45);
}

/* Main comparison area */
.neos-ba-compare {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  border-radius: 10px 10px 0 0;
  background: #f5f5f5;
}

/* Both images fixed full size */
.neos-ba-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Before image */
.neos-ba-before-img {
  z-index: 1;
}

/* After image clipping wrapper */
.neos-ba-after-wrap {
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

/* Important: after image should not shrink */
.neos-ba-after-img {
  position: absolute;
  inset: 0;
  width: var(--neos-ba-card-width, 100%);
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* Labels */
.neos-ba-label {
  position: absolute;
  top: 18px;
  z-index: 8;
  padding: 7px 14px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.52);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  pointer-events: none;
}

.neos-ba-label-before {
  left: 18px;
}

.neos-ba-label-after {
  right: 18px;
}

/* Center divider line */
.neos-ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9;
  transform: translateX(-50%);
  pointer-events: none;
}

/* Top and bottom divider support lines */
.neos-ba-handle::before,
.neos-ba-handle::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: calc(50% - 34px);
  background: rgba(255, 255, 255, 0.85);
  transform: translateX(-50%);
}

.neos-ba-handle::before {
  top: 0;
}

.neos-ba-handle::after {
  bottom: 0;
}

/* Center drag button */
.neos-ba-handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  background: #c6934e;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 3px solid #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

/* Invisible range controller */
.neos-ba-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 12;
  cursor: ew-resize;
}

/* Card Content */
.neos-ba-content {
  padding: 24px 24px 28px;
  text-align: center;
}

.neos-ba-content h3 {
  /* font-family: "Cormorant Garamond", serif; */
  font-size: 25px;
  line-height: 1.1;
  font-weight: 500;
  color: #1f1a2d;
  margin: 0;
}

.neos-ba-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #5f5f5f;
  margin: 10px auto 0;
  max-width: 520px;
}

/* ==============================
   TABLET RESPONSIVE
============================== */

@media (max-width: 991px) {
  .neos-before-after-wrapper {
    gap: 18px;
  }

  .neos-ba-compare {
    height: 320px;
  }

  .neos-ba-content {
    padding: 22px 18px 24px;
  }

  .neos-ba-content h3 {
    font-size: 30px;
  }

  .neos-ba-content p {
    font-size: 14px;
  }
}

/* ==============================
   MOBILE RESPONSIVE
============================== */

@media (max-width: 767px) {
  .neos-before-after-wrapper {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 28px;
  }

  .neos-ba-card:hover {
    transform: none;
  }

  .neos-ba-compare {
    height: 280px;
  }

  .neos-ba-content {
    padding: 22px 18px 24px;
  }

  .neos-ba-content h3 {
    font-size: 28px;
  }

  .neos-ba-content p {
    font-size: 14px;
  }

  .neos-ba-handle span {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}

/* ==============================
   SMALL MOBILE
============================== */

@media (max-width: 420px) {
  .neos-ba-compare {
    height: 240px;
  }

  .neos-ba-label {
    top: 12px;
    font-size: 10px;
    padding: 6px 11px;
  }

  .neos-ba-label-before {
    left: 12px;
  }

  .neos-ba-label-after {
    right: 12px;
  }

  .neos-ba-handle span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-width: 2px;
  }

  .neos-ba-content h3 {
    font-size: 25px;
  }
}



.neoskyn-contact-clean-section {
  padding: 90px 0;
  background: #ffffff;
  overflow: hidden;
}

.neoskyn-contact-clean-row {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr;
  gap: 70px;
  align-items: center;
}

/* Left Side */
.neoskyn-contact-clean-left {
  position: relative;
}

.neoskyn-contact-mini-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c6934e;
  margin-bottom: 20px;
}

.neoskyn-contact-mini-title::after {
  content: "";
  width: 48px;
  height: 1px;
  background: #c6934e;
  display: inline-block;
}

.neoskyn-contact-clean-title {
  /* font-family: "Cormorant Garamond", serif; */
  font-size: 40px;
  line-height: 0.95;
  font-weight: 400;
  color: #141414;
  margin: 0 0 22px;
}

.neoskyn-contact-clean-title em {
  font-style: normal;
  color: #c6934e;
}

.neoskyn-contact-clean-desc {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.75;
  color: #5f5f5f;
  margin: 0 0 34px;
}

.neoskyn-contact-clean-image {
  width: 100%;
  max-width: 100%;
  height: 400px;
  border-radius: 22px;
  overflow: hidden;
}

.neoskyn-contact-clean-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Side */
.neoskyn-contact-clean-right {
  position: relative;
}

.neoskyn-contact-info-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 28px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(198, 147, 78, 0.24);
  transition: all 0.35s ease;
}

.neoskyn-contact-info-item:first-child {
  border-top: 1px solid rgba(198, 147, 78, 0.24);
}

.neoskyn-contact-info-item:hover {
  transform: translateX(8px);
}

.neoskyn-contact-info-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(198, 147, 78, 0.7);
  border-radius: 50%;
  color: #c6934e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.neoskyn-contact-info-icon::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 48px;
  background: rgba(198, 147, 78, 0.22);
}

.neoskyn-contact-info-icon svg {
  width: 26px;
  height: 26px;
}

.neoskyn-contact-info-icon svg path,
.neoskyn-contact-info-icon svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.neoskyn-contact-info-content {
  padding-left: 8px;
}

.neoskyn-contact-info-content h4 {
    /* font-family: "Cormorant Garamond", serif; */
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    color: #151515;
    margin: 0 0 8px;
}

.neoskyn-contact-info-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 4px;
}

.neoskyn-contact-info-content p:last-child {
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .neoskyn-contact-clean-section {
    padding: 75px 0;
  }

  .neoskyn-contact-clean-row {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .neoskyn-contact-clean-left {
    text-align: center;
  }

  .neoskyn-contact-clean-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .neoskyn-contact-clean-image {
    margin-left: auto;
    margin-right: auto;
  }

  .neoskyn-contact-info-item:hover {
    transform: translateX(0);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .neoskyn-contact-clean-section {
    padding: 60px 0;
  }

  .neoskyn-contact-clean-row {
    gap: 35px;
  }

  .neoskyn-contact-mini-title {
    font-size: 11px;
    letter-spacing: 3px;
    justify-content: center;
  }

  .neoskyn-contact-clean-title {
    font-size: 42px;
  }

  .neoskyn-contact-clean-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .neoskyn-contact-clean-image {
    height: 230px;
    border-radius: 18px;
  }

  .neoskyn-contact-info-item {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
    padding: 24px 0;
  }

  .neoskyn-contact-info-icon {
    margin: 0 auto;
  }

  .neoskyn-contact-info-icon::after {
    display: none;
  }

  .neoskyn-contact-info-content {
    padding-left: 0;
  }

  .neoskyn-contact-info-content h4 {
    font-size: 18px;
  }

  .neoskyn-contact-info-content p {
    font-size: 14px;
  }
}


/* Contact item hover icon effect */
.neoskyn-contact-info-item:hover .neoskyn-contact-info-icon {
  background: #c6934e;
  border-color: #c6934e;
  color: #ffffff;
  transform: scale(1.05);
}

.neoskyn-contact-info-icon {
  transition: all 0.35s ease;
}

.neoskyn-contact-info-icon svg {
  transition: all 0.35s ease;
}

.fs-15px {
    font-size: 15px;
}