/* common css */
* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

body {
    overflow-x: hidden;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

:root {
    --darkpink: #D14548;
    --lightpink: #faecec;
    --pink-gradient: radial-gradient(circle, rgba(255, 255, 255, 1) 33%, rgb(250 236 236 / 72%) 87%);
}

@font-face {
    font-family: 'VirsaceBigiora';
    src: local('VirsaceBigiora'), url('../fonts/VirsaceBigiora/VirsaceBigiora-Regular.woff') format('woff');
}

@font-face {
    font-family: 'milcora';
    src: local('milcora'), url('../fonts/milcora/Milcora.woff') format('woff');
}

:root {
    --title-font: 'VirsaceBigiora';
    --para-font: "DM Sans", sans-serif;
    --sub-title-font: 'milcora';
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: thin dotted #333;
    outline: none;
    outline-offset: -2px;
}

button:focus {
    outline: none !important;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #d14548;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d14548;
}

/* common css end */


/* =============================================  Home Page styling ====================================== */

.main-title {
    color: var(--darkpink);
    font-family: var(--title-font);
    font-size: 72px;
    /* line-height: 87px; */
}

.main-title-after-hr {
    margin-top: 0rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid var(--darkpink);
    width: 60%;
}

.home-about-para {
    font-family: var(--para-font);
}

.sub-heading {
    color: var(--darkpink);
}


/* ---- Banner ---- */

.banner-image img {
    width: 100vw;
}

/* ---- HOME - ABOUT US ---- */

.home-about-box {
    width: 80%;
    margin: 0 auto;
    padding-top: 150px;
}

.home-about-box .row {
    justify-content: center;
    align-items: center;
}


.home-about-img {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 70px;
}

.home-about-img img {
    height: 100%;
    width: auto;
    border: 10px solid #faefeb;
    padding: 5px;
}

.pointer-box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pointer-icon-box {
    background: #ffffff;
    border-radius: 50%;
}

.pointer-icon-box img {
    height: 80px;
    padding: 9px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 2%) 0px 7px 29px 0px;
}

.pointer-text-box h6 {
    font-size: 23px;
    font-weight: bold;
    color: #555;
}

.pointer-text-box {
    font-family: var(--para-font);
}

/* ---------- Why Choose ---------- */

.why-choose-pointer-container {
    max-width: 90%;
    margin: 0 auto;
    margin-top: -90px;
}

.home-why-choose {
    background-color: var(--darkpink);
    padding: 70px 0px;
}

.why-choose-title {
    text-align: center;
    max-width: 56%;
    margin: 0 auto;
    color: #fff;
}

.why-choose-image-box {
    height: 82px;
}

.why-choose-image-box img {
    height: 100%;
}

.why-choose-title-box {
    color: #fff;
    font-size: 32px;
    /* font-weight: bold; */
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: var(--title-font);
}

.why-choose-para {
    color: #fff;
}

.why-choose-pointer-box {
    text-align: center;
    padding: 20px 30px;
    background: #d14548b0;
    backdrop-filter: blur(12px);
    height: 100%;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 30px;
}

.bottom-leaf-image {
    width: 300px;
}

.why-choose-pointer-box:hover {
    background: #D14548;
    transform: translateY(-10px);
}

/* --------- Why Choose Us  -------- */

.counter-div {
    text-align: center;
}

.counter-box {
    max-width: 79%;
    margin: 0 auto;
    margin-top: 100px;
}

.counter-img-box img {
    background: #fff;
    padding: 22px;
    border-radius: 50%;
    height: 158px;
    border-bottom: 2px solid var(--darkpink);
}

.counter-text h1 {
    font-size: 70px;
    margin-top: 6px;
    font-weight: bold;
    color: var(--darkpink);
}

.counter-text p {
    font-size: 23px;
    font-weight: 600;
}

/* -------- Treatement We Offer ------- */

.treatements-we-offer-container {
    margin-top: 100px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 100px;
}

.treatements-detail-box {
    background: #fff;
    text-align: center;
    padding: 20px;
}

.treatements-img-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.treatement-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(276px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.treatements-new-touch-offer-section {
    width: 100%;
    padding: 90px 30px;
}

.treatements-new-touch-offer-container {
    width: min(90%, 100%);
    margin: 0 auto;
}

.treatements-new-touch-offer-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.treatements-new-touch-offer-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: #d14548;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.treatements-new-touch-offer-tag::before {
    content: "";
    width: 24px;
    height: 1px;
    background: #d14548;
}

.treatements-new-touch-offer-title {
    margin: 0 0 17px;
    color: #351c1d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4.3vw, 62px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -1.5px;
}

.treatements-new-touch-offer-description {
    max-width: 600px;
    margin: 0 auto;
    color: #765b5d;
    font-size: 15px;
    line-height: 1.75;
}

.treatements-new-touch-offer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.treatements-new-touch-offer-column {
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.treatements-new-touch-offer-card {
    position: relative;
    min-width: 0;
    min-height: 118px;
    padding: 22px 24px;
    border: 1px solid #edd7d8;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    isolation: isolate;
    cursor: pointer;
    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.treatements-new-touch-offer-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--treatment-image);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.08);
    transition:
        opacity .45s ease,
        transform .65s ease;
}

.treatements-new-touch-offer-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg,
            rgba(209, 69, 72, .9),
            rgba(209, 69, 72, .55));
    opacity: 0;
    transition: opacity .35s ease;
}

.treatements-new-touch-offer-card:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: 0 18px 45px rgba(209, 69, 72, .16);
}

.treatements-new-touch-offer-card:hover::before {
    opacity: 1;
    transform: scale(1);
}

.treatements-new-touch-offer-card:hover::after {
    opacity: 1;
}

.treatements-new-touch-offer-card-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.treatements-new-touch-offer-card-inner-left {
    flex-direction: row-reverse;
}

.treatements-new-touch-offer-card-text {
    min-width: 0;
}

.treatements-new-touch-offer-card-text-left {
    text-align: right;
}

.treatements-new-touch-offer-number {
    display: block;
    margin-bottom: 10px;
    color: #c58a8c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.7px;
    transition: color .3s ease;
}

.treatements-new-touch-offer-card h3 {
    margin: 0 0 8px;
    color: var(--darkpink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    line-height: 1.15;
    font-size: 31px;
    /* font-weight: bold; */
    transition: color .3s ease;
    font-family: var(--sub-title-font);
}

.treatements-new-touch-offer-card p {
    max-width: 400px;
    margin: 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.55;
    transition: color .3s ease;
    font-family: var(--para-font);
}

.treatements-new-touch-offer-arrow {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #e8c9ca;
    border-radius: 50%;
    color: #d14548;
    font-size: 17px;
    transition:
        background .3s ease,
        border-color .3s ease,
        color .3s ease,
        transform .3s ease;
}

.treatements-new-touch-offer-card:hover h3,
.treatements-new-touch-offer-card:hover p,
.treatements-new-touch-offer-card:hover .treatements-new-touch-offer-number {
    color: #ffffff;
}

.treatements-new-touch-offer-card:hover .treatements-new-touch-offer-arrow {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .5);
    color: #ffffff;
    transform: rotate(45deg);
}

.treatements-new-touch-offer-center {
    position: relative;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: #f2d8d9;
    box-shadow: 0 22px 60px rgba(209, 69, 72, .12);
}

.treatements-new-touch-offer-center-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.treatements-new-touch-offer-center::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(209, 69, 72, 0) 40%,
            rgba(209, 69, 72, .78) 100%);
}

.treatements-new-touch-offer-center-content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    color: #ffffff;
}

.treatements-new-touch-offer-center-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.treatements-new-touch-offer-center-content h3 {
    margin: 0 0 7px;
    font-family: var(--title-font);
    font-size: 31px;
    font-weight: 400;
    line-height: 1.05;
}

.treatements-new-touch-offer-center-content p {
    max-width: 290px;
    margin: 0;
    color: rgba(255, 255, 255, .85);
    font-size: 12px;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .treatements-new-touch-offer-section {
        padding: 75px 20px;
    }

    .treatements-new-touch-offer-grid {
        grid-template-columns: minmax(0, 1fr) minmax(230px, 300px) minmax(0, 1fr);
        gap: 14px;
    }

    .treatements-new-touch-offer-card {
        min-height: 110px;
        padding: 18px;
        border-radius: 15px;
    }

    .treatements-new-touch-offer-card h3 {
        font-size: 18px;
    }

    .treatements-new-touch-offer-card p {
        font-size: 11px;
    }

    .treatements-new-touch-offer-arrow {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .treatements-new-touch-offer-center-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .treatements-new-touch-offer-center-content h3 {
        font-size: 25px;
    }
}

@media (max-width: 820px) {
    .treatements-new-touch-offer-section {
        padding: 65px 20px;
    }

    .treatements-new-touch-offer-heading {
        margin-bottom: 40px;
    }

    .treatements-new-touch-offer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .treatements-new-touch-offer-center {
        grid-column: 1 / -1;
        grid-row: 1;
        height: 430px;
        min-height: 430px;
    }

    .treatements-new-touch-offer-left {
        grid-column: 1;
        grid-row: 2;
    }

    .treatements-new-touch-offer-right {
        grid-column: 2;
        grid-row: 2;
    }

    .treatements-new-touch-offer-column {
        grid-template-rows: repeat(5, minmax(0, auto));
    }
}

@media (max-width: 620px) {
    .treatements-new-touch-offer-section {
        padding: 55px 15px;
    }

    .treatements-new-touch-offer-heading {
        margin-bottom: 16px;
    }

    .treatements-new-touch-offer-title {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .treatements-new-touch-offer-description {
        font-size: 13px;
    }

    .treatements-new-touch-offer-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .treatements-new-touch-offer-center {
        grid-column: 1;
        grid-row: 1;
        height: 390px;
        min-height: 390px;
        border-radius: 22px;
    }

    .treatements-new-touch-offer-left {
        grid-column: 1;
        grid-row: 2;
    }

    .treatements-new-touch-offer-right {
        grid-column: 1;
        grid-row: 3;
    }

    .treatements-new-touch-offer-card {
        min-height: 108px;
        padding: 18px 16px;
        border-radius: 15px;
    }

    .treatements-new-touch-offer-card h3 {
        font-size: 18px;
    }

    .treatements-new-touch-offer-card p {
        max-width: 100%;
        font-size: 11px;
    }

    .treatements-new-touch-offer-card-inner {
        gap: 12px;
    }

    .treatements-new-touch-offer-center-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .treatements-new-touch-offer-center-content h3 {
        font-size: 27px;
    }
}

@media (hover: none),
(pointer: coarse) {

    .treatements-new-touch-offer-card:active::before,
    .treatements-new-touch-offer-card:focus-within::before {
        opacity: 1;
        transform: scale(1);
    }

    .treatements-new-touch-offer-card:active::after,
    .treatements-new-touch-offer-card:focus-within::after {
        opacity: 1;
    }

    .treatements-new-touch-offer-card:active h3,
    .treatements-new-touch-offer-card:active p,
    .treatements-new-touch-offer-card:active .treatements-new-touch-offer-number,
    .treatements-new-touch-offer-card:focus-within h3,
    .treatements-new-touch-offer-card:focus-within p,
    .treatements-new-touch-offer-card:focus-within .treatements-new-touch-offer-number {
        color: #ffffff;
    }
}

/* ============= COUNTER ============ */

.nt-counter-section {
    width: 100%;
    background: var(--darkpink);
    padding: 50px 20px;
    overflow: hidden;
    margin-top: 80px;
}

.nt-counter-container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.nt-counter-item {
    min-height: 85px;
    padding: 8px 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;

    border-right: 1px solid #ffffff30;
}

.nt-counter-item:last-child {
    border-right: none;
}

.nt-counter-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.nt-counter-icon {
    width: 82px;
    height: 88px;
    flex: 0 0 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    isolation: isolate;
}

.nt-counter-icon::before {
    content: "";
    position: absolute;

    width: 115px;
    height: 100px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    background: #f4f4f4;

    clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
    z-index: -1;
}

.nt-counter-icon img {
    width: 43px;
    height: 43px;

    object-fit: contain;
    display: block;

    position: relative;
    z-index: 2;
}

.nt-counter-icon img {
    width: 70px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.nt-counter-number {
    color: #fff;
    font-family: var(--title-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 10px;
}

.nt-counter-label {
    margin-top: 6px;
    color: rgba(255, 255, 255, .9);
    font-family: var(--para-font);
    font-size: 22px;
    line-height: 1.3;
    white-space: nowrap;
}

@media (max-width: 1000px) {

    .nt-counter-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .nt-counter-item {
        padding: 15px 20px;
    }

    .nt-counter-item:nth-child(2) {
        border-right: none;
    }

    .nt-counter-item:nth-child(3),
    .nt-counter-item:nth-child(4) {
        border-top: 1px solid #ffffff30;
    }

    .nt-counter-number {
        font-size: 26px;
    }
}

@media (max-width: 600px) {

    .nt-counter-section {
        padding: 20px 12px;
    }

    .nt-counter-container {
        grid-template-columns: 1fr;
    }

    .nt-counter-item,
    .nt-counter-item:nth-child(3),
    .nt-counter-item:nth-child(4) {
        min-height: 78px;
        padding: 12px 10px;

        border-right: none;
        border-top: none;
        border-bottom: 1px solid #ffffff30;

        justify-content: flex-start;
    }

    .nt-counter-item:last-child {
        border-bottom: none;
    }

    .nt-counter-icon {
        width: 45px;
        height: 45px;
        flex-basis: 45px;
    }

    .nt-counter-icon img {
        width: 42px;
        height: 42px;
    }

    .nt-counter-number {
        font-size: 24px;
    }

    .nt-counter-label {
        font-size: 12px;
        white-space: normal;
    }
}

/* ======= new counter section ======= */

.new-touch-new-counter-box {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
}

.new-touch-counter-center-image-box img {
    height: 360px;
}

.nt-counter-number {
    color: var(--darkpink);
    font-size: 70px;
}

.new-touch-counter-left-box {
    display: grid;
    gap: 90px;
}

.new-counter-section {
    padding: 100px 0px 50px 0px;
}

/* =========== What Make us different =============== */

.what-make-different-section {
    width: 100%;
    padding: 80px 20px;
    box-sizing: border-box;
}

.what-make-different-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    min-height: 560px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 22px;
    background: #d6a294;
    display: flex;
}

.what-make-different-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.what-make-different-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg,
            rgba(209, 69, 72, 0.98) 0%,
            rgba(209, 69, 72, 0.96) 20%,
            rgba(209, 69, 72, 0.90) 32%,
            rgba(209, 69, 72, 0.75) 43%,
            rgba(209, 69, 72, 0.52) 52%,
            rgba(209, 69, 72, 0.28) 62%,
            rgba(209, 69, 72, 0.10) 72%,
            rgba(209, 69, 72, 0) 82%);
}

.what-make-different-content {
    position: relative;
    z-index: 2;
    width: 52%;
    min-height: 560px;
    padding: 60px 55px 55px 70px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.what-make-different-title-wrap {
    margin-bottom: 34px;
}

.what-make-different-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.15;
    color: #ffffff;
}

.what-make-different-title-line {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.what-make-different-title-line span {
    position: relative;
    display: block;
    width: 75px;
    height: 2px;
    background: rgba(255, 255, 255, 0.78);
}

.what-make-different-title-line span::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
    background: transparent;
}

.what-make-different-list {
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin-bottom: 34px;
}

.what-make-different-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.what-make-different-icon {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    border-radius: 50%;
    background: #ffffff;
    color: #c28f81;
    font-size: 14px;
    font-weight: 700;
}

.what-make-different-icon span {
    line-height: 1;
}

.what-make-different-text {
    min-width: 0;
}

.what-make-different-text h3 {
    margin: 0 0 4px;
    font-family: var(--para-font);
    font-size: 15px;
    line-height: 1.4;
    color: #ffffff;
}

.what-make-different-text p {
    margin: 0;
    font-family: var(--para-font);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.86);
}

.what-make-different-btn {
    width: fit-content;
    min-width: 205px;
    padding: 12px 13px 12px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 8px;
    background: #ffffff;
    color: #b57e70;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.what-make-different-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(50, 20, 15, 0.15);
    background: #fffaf8;
}

.what-make-different-btn-icon {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #deb8ae;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease;
}

.what-make-different-btn:hover .what-make-different-btn-icon {
    transform: translateX(3px);
    background: #f8e8e4;
}

@media (max-width: 1200px) {
    .what-make-different-section {
        padding: 60px 20px;
    }

    .what-make-different-container {
        min-height: 520px;
    }

    .what-make-different-content {
        min-height: 520px;
        padding: 50px 45px;
    }
}

@media (max-width: 991px) {
    .what-make-different-section {
        padding: 0px 20px;
    }

    .what-make-different-section {
        width: 100%;
    }

    .what-make-different-container {
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .what-make-different-bg-image {
        position: relative;
        width: 100%;
        height: 430px;
        object-fit: cover;
        order: 2;
    }

    .what-make-different-gradient {
        position: absolute;
        top: 0;
        bottom: 430px;
        background: linear-gradient(90deg, rgba(209, 69, 72, 0.98) 0%, rgba(209, 69, 72, 0.96) 20%, rgba(209, 69, 72, 0.90) 32%, rgba(209, 69, 72, 0.75) 43%, rgb(210 95 93) 52%, rgb(210 91 90) 62%, rgb(210 94 92 / 88%) 72%, rgb(212 114 109) 82%);
    }

    .what-make-different-content {
        width: 100%;
        min-height: 430px;
        padding: 50px 45px;
        order: 1;
    }
}

@media (max-width: 767px) {
    .what-make-different-section {
        padding: 35px 15px;
    }

    .what-make-different-container {
        border-radius: 15px;
    }

    .what-make-different-content {
        min-height: auto;
        padding: 38px 25px 40px;
    }

    .what-make-different-title-wrap {
        margin-bottom: 27px;
    }

    .what-make-different-title {
        font-size: 30px;
    }

    .what-make-different-list {
        gap: 18px;
        margin-bottom: 28px;
    }

    .what-make-different-item {
        gap: 12px;
    }

    .what-make-different-icon {
        flex: 0 0 25px;
        width: 25px;
        height: 25px;
        font-size: 13px;
    }

    .what-make-different-text h3 {
        font-size: 15px;
    }

    .what-make-different-text p {
        font-size: 13px;
    }

    .what-make-different-bg-image {
        height: 310px;
    }

    .what-make-different-gradient {
        bottom: 310px;
    }

    .what-make-different-btn {
        max-width: 215px;
    }
}

@media (max-width: 480px) {
    .what-make-different-content {
        padding: 32px 20px 35px;
    }

    .what-make-different-title {
        font-size: 27px;
    }

    .what-make-different-list {
        gap: 16px;
    }

    .what-make-different-text h3 {
        font-size: 12px;
        font-weight: 500;
    }

    .what-make-different-text p {
        font-size: 12px;
    }

    .what-make-different-bg-image {
        height: 260px;
    }

    .what-make-different-gradient {
        bottom: 260px;
    }
}

/* ======== CTA SECTION =========== */

.new-touch-cta-section {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1450px;
    min-height: 330px;
    margin: 0 auto;
    padding: 55px 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #e39696 0%, #f4dada 65%, #f8e8e8 100%);
    box-sizing: border-box;
}

.new-touch-cta-content {
    position: relative;
    z-index: 2;
    width: 58%;
}

.new-touch-cta-eyebrow {
    display: block;
    margin-bottom: 16px;
    color: var(--darkpink);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.new-touch-cta-title {
    max-width: 700px;
    margin: 0 0 28px;
    color: #361c1d;
    font-family: var(--title-font);
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: -1px;
}

.new-touch-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 14px 22px 14px 25px;
    border-radius: 4px;
    background: #d14548;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(209, 69, 72, 0.18);
}

.new-touch-cta-button:hover {
    background: #b9373a;
    transform: translateY(-2px);
}

.new-touch-cta-arrow {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.new-touch-cta-button:hover .new-touch-cta-arrow {
    transform: translateX(4px);
}

.new-touch-cta-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 2;
}

.new-touch-cta-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.new-touch-cta-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    mix-blend-mode: multiply;
}

@media (max-width: 991px) {
    .new-touch-cta-section {
        width: calc(100% - 30px);
        min-height: 310px;
        padding: 45px 40px;
    }

    .new-touch-cta-content {
        width: 65%;
    }

    .new-touch-cta-title {
        font-size: clamp(30px, 5vw, 42px);
    }

    .new-touch-cta-image {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .new-touch-cta-section {
        width: calc(100% - 24px);
        min-height: auto;
        padding: 40px 28px 250px;
        border-radius: 16px;
        background: linear-gradient(135deg,
                #d14548 0%,
                #f4dada 65%,
                #f8e8e8 100%);
    }

    .new-touch-cta-content {
        width: 100%;
    }

    .new-touch-cta-eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .new-touch-cta-title {
        margin-bottom: 24px;
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.12;
        letter-spacing: -0.5px;
    }

    .new-touch-cta-button {
        padding: 13px 18px 13px 20px;
        font-size: 13px;
        gap: 14px;
    }

    .new-touch-cta-image {
        width: 100%;
        height: 220px;
        right: 0;
        bottom: 0;
        justify-content: center;
    }

    .new-touch-cta-image img {
        width: 100%;
        object-position: center top;
    }
}

@media (max-width: 480px) {
    .new-touch-cta-section {
        width: calc(100% - 16px);
        padding: 32px 20px 220px;
        margin-top: 20px;
    }

    .new-touch-cta-title {
        font-size: 27px;
    }

    .new-touch-cta-button {
        width: fit-content;
    }

    .new-touch-cta-image {
        height: 195px;
    }
}


/* ================== Testimonials Section ============== */

.new-touch-testi-section {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.new-touch-testi-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
}

.new-touch-testi-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
}

.new-touch-testi-slider {
    width: 100%;
    overflow: hidden;
}

.new-touch-testi-track {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

.new-touch-testi-card {
    flex: 0 0 calc(33.333333% - 20px);
    margin-right: 30px;
    background: #faefeb;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
    min-height: 290px;
}

.new-touch-testi-review-box {
    background: #fbe5da;
    border-radius: 10px;
    padding: 25px 24px;
    min-height: 140px;
    box-sizing: border-box;
}

.new-touch-testi-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 12px;
    color: #efa916;
    font-size: 20px;
    line-height: 1;
}

.new-touch-testi-review-box p {
    margin: 0;
    color: #6d6966;
    font-size: 15px;
    line-height: 1.8;
    font-family: var(--para-font);
}

.new-touch-testi-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}

.new-touch-testi-user {
    display: flex;
    align-items: center;
    gap: 18px;
}

.new-touch-testi-avatar {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5e7df;
}

.new-touch-testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.new-touch-testi-info h3 {
    margin: 0 0 5px;
    color: #111;
    font-size: 24px;
    font-family: var(--para-font);
    font-weight: 700;
    line-height: 1.2;
}

.new-touch-testi-info p {
    margin: 0;
    color: #77716e;
    font-size: 15px;
    font-family: var(--para-font);
}

.new-touch-testi-quote {
    color: #f4d7ca;
    font-size: 95px;
    font-weight: 700;
    line-height: 0.65;
    margin-right: 5px;
}

.new-touch-testi-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background: var(--darkpink);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
    padding: 0;
}

.new-touch-testi-arrow:hover {
    background: #e7a180;
}

.new-touch-testi-prev {
    left: -20px;
}

.new-touch-testi-next {
    right: -20px;
}

/* -------------- NEW SLIDER -------------- */

.banner-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-content-image-box img {
    height: 90vh;
}

@media (max-width: 1100px) {
    .new-touch-testi-container {
        padding: 0 55px;
    }

    .new-touch-testi-card {
        flex: 0 0 calc(50% - 15px);
        margin-right: 30px;
    }

    .new-touch-testi-prev {
        left: 5px;
    }

    .new-touch-testi-next {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .new-touch-testi-section {
        padding: 50px 0;
    }

    .new-touch-testi-container {
        padding: 0 45px;
    }

    .new-touch-testi-card {
        flex: 0 0 100%;
        margin-right: 0;
        padding: 18px;
        min-height: auto;
    }

    .new-touch-testi-review-box {
        padding: 20px;
        min-height: auto;
    }

    .new-touch-testi-review-box p {
        font-size: 14px;
        line-height: 1.7;
    }

    .new-touch-testi-stars {
        font-size: 18px;
    }

    .new-touch-testi-avatar {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

    .new-touch-testi-user {
        gap: 13px;
    }

    .new-touch-testi-info h3 {
        font-size: 20px;
    }

    .new-touch-testi-info p {
        font-size: 13px;
    }

    .new-touch-testi-quote {
        font-size: 75px;
    }

    .new-touch-testi-arrow {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .new-touch-testi-prev {
        left: 3px;
    }

    .new-touch-testi-next {
        right: 3px;
    }
}

@media (max-width: 480px) {
    .new-touch-testi-container {
        padding: 0 38px;
    }

    .new-touch-testi-card {
        padding: 15px;
    }

    .new-touch-testi-review-box {
        padding: 18px;
    }

    .new-touch-testi-bottom {
        margin-top: 18px;
    }

    .new-touch-testi-info h3 {
        font-size: 18px;
    }

    .new-touch-testi-info p {
        font-size: 12px;
    }

    .new-touch-testi-quote {
        font-size: 65px;
    }
}

/* --------- On Hover ------- */

.now-touch-procedure-section {
    width: 100%;
    overflow: hidden;
}

.now-touch-procedure-container {
    width: min(100%, 100%);
    margin: 0 auto;
}

.now-touch-procedure-heading {
    text-align: center;
    margin-bottom: 50px;
}

.now-touch-procedure-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #d14548;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.now-touch-procedure-heading h2 {
    margin: 0 0 12px;
    color: #272727;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(35px, 4vw, 55px);
    font-weight: 400;
    line-height: 1.1;
}

.now-touch-procedure-heading p {
    max-width: 560px;
    margin: 0 auto;
    color: #777;
    font-size: 14px;
    line-height: 1.8;
}

.now-touch-procedure-showcase {
    display: grid;
    grid-template-columns: 1fr 0fr;
    width: 100%;
    min-height: 650px;
    overflow: hidden;
    background: #fff;
    transition: grid-template-columns .65s cubic-bezier(.65, 0, .35, 1);
}

.now-touch-procedure-showcase.now-touch-procedure-active {
    grid-template-columns: 56% 44%;
}

.now-touch-procedure-visual {
    position: relative;
    min-width: 0;
    min-height: 650px;
    overflow: hidden;
    background:
        linear-gradient(135deg,
            #fff 0%,
            #fff8f8 100%);
}

.now-touch-procedure-person {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
    transition:
        width .7s cubic-bezier(.65, 0, .35, 1),
        opacity .45s ease,
        transform .7s ease;
}

.now-touch-procedure-female {
    left: 0;
}

.now-touch-procedure-male {
    right: 0;
}

.now-touch-procedure-person img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .7s ease;
}

.now-touch-procedure-female img {
    object-position: 70% center;
}

.now-touch-procedure-male img {
    object-position: 30% center;
}

.now-touch-procedure-person::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.now-touch-procedure-female::after {
    background: linear-gradient(90deg,
            transparent 45%,
            rgba(255, 255, 255, .78) 100%);
}

.now-touch-procedure-male::after {
    background: linear-gradient(270deg,
            transparent 45%,
            rgba(255, 255, 255, .78) 100%);
}

.now-touch-procedure-trigger {
    position: absolute;
    left: 28px;
    bottom: 30px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 110px;
    padding: 12px 15px;
    border: 1px solid rgba(209, 69, 72, .6);
    background: rgba(255, 255, 255, .95);
    color: #d14548;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.now-touch-procedure-arrow {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    transition: transform .3s ease;
}

.now-touch-procedure-trigger:hover {
    background: #d14548;
    color: #fff;
    border-color: #d14548;
}

.now-touch-procedure-trigger:hover .now-touch-procedure-arrow {
    transform: translateX(5px);
}

.now-touch-procedure-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    width: 250px;
    padding: 25px;
    text-align: center;
    transform: translate(-50%, -50%);
    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .5s ease;
}

.now-touch-procedure-center-small {
    display: block;
    margin-bottom: 10px;
    color: #d14548;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
}

.now-touch-procedure-center h3 {
    margin: 0 0 13px;
    color: #262626;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.02;
}

.now-touch-procedure-center p {
    margin: 0;
    color: #707070;
    font-size: 12px;
    line-height: 1.7;
}

.now-touch-procedure-center-line {
    display: block;
    width: 38px;
    height: 1px;
    margin: 17px auto 0;
    background: #d14548;
}

.now-touch-procedure-details {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #f1dddd;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity .4s ease,
        visibility .4s ease;
}

.now-touch-procedure-showcase.now-touch-procedure-active .now-touch-procedure-details {
    opacity: 1;
    visibility: visible;
}

.now-touch-procedure-detail {
    position: absolute;
    inset: 50px 45px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(25px);
    transition:
        opacity .4s ease,
        visibility .4s ease,
        transform .45s ease;
}

.now-touch-procedure-detail.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.now-touch-procedure-detail-top {
    display: block;
    margin-bottom: 12px;
    color: #d14548;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.now-touch-procedure-detail h3 {
    margin: 0 0 27px;
    color: #262626;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.05;
}

.now-touch-procedure-list {
    display: flex;
    flex-direction: column;
    max-height: 390px;
    overflow-y: auto;
    padding-right: 8px;
}

.now-touch-procedure-list::-webkit-scrollbar {
    width: 3px;
}

.now-touch-procedure-list::-webkit-scrollbar-track {
    background: #f8eeee;
}

.now-touch-procedure-list::-webkit-scrollbar-thumb {
    background: #d14548;
}

.now-touch-procedure-list-item {
    padding: 0 0 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f0e4e4;
}

.now-touch-procedure-list-item h4 {
    position: relative;
    margin: 0 0 6px;
    padding-left: 18px;
    color: #292929;
    font-size: 17px;
    font-weight: 500;
}

.now-touch-procedure-list-item h4::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 9px;
    height: 1px;
    background: #d14548;
}

.now-touch-procedure-list-item p {
    margin: 0;
    color: #737373;
    font-size: 11px;
    line-height: 1.65;
}

.now-touch-procedure-close {
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #efd8d8;
    border-radius: 50%;
    background: #fff;
    color: #d14548;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: all .3s ease;
}

.now-touch-procedure-close:hover {
    background: #d14548;
    color: #fff;
    border-color: #d14548;
}

.now-touch-procedure-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    padding: 12px 19px;
    border: 1px solid #d14548;
    background: #d14548;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    transition: all .3s ease;
}

.now-touch-procedure-button span {
    font-size: 16px;
    transition: transform .3s ease;
}

.now-touch-procedure-button:hover {
    background: #fff;
    color: #d14548;
}

.now-touch-procedure-button:hover span {
    transform: translateX(4px);
}

.now-touch-procedure-showcase.now-touch-procedure-female-active .now-touch-procedure-female {
    width: 100%;
}

.now-touch-procedure-showcase.now-touch-procedure-female-active .now-touch-procedure-male {
    width: 0;
    opacity: 0;
    transform: translateX(35px);
}

.now-touch-procedure-showcase.now-touch-procedure-female-active .now-touch-procedure-center {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(.9);
}

.now-touch-procedure-showcase.now-touch-procedure-male-active .now-touch-procedure-male {
    width: 100%;
}

.now-touch-procedure-showcase.now-touch-procedure-male-active .now-touch-procedure-female {
    width: 0;
    opacity: 0;
    transform: translateX(-35px);
}

.now-touch-procedure-showcase.now-touch-procedure-male-active .now-touch-procedure-center {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(.9);
}


.now-touch-procedure-showcase.now-touch-procedure-female-active .now-touch-procedure-trigger-female,

.now-touch-procedure-showcase.now-touch-procedure-male-active .now-touch-procedure-trigger-male {
    background: #d14548;
    color: #fff;
    border-color: #d14548;
}

.now-touch-procedure-showcase.now-touch-procedure-female-active .now-touch-procedure-trigger-female .now-touch-procedure-arrow,

.now-touch-procedure-showcase.now-touch-procedure-male-active .now-touch-procedure-trigger-male .now-touch-procedure-arrow {
    transform: translateX(5px);
}

@media (max-width: 1100px) {

    .now-touch-procedure-showcase {
        min-height: 580px;
    }

    .now-touch-procedure-visual {
        min-height: 580px;
    }

    .now-touch-procedure-showcase.now-touch-procedure-active {
        grid-template-columns: 55% 45%;
    }

    .now-touch-procedure-detail {
        inset: 42px 28px;
    }

    .now-touch-procedure-detail h3 {
        font-size: 34px;
    }

    .now-touch-procedure-list-item p {
        font-size: 10px;
    }
}

@media (max-width: 767px) {

    .now-touch-procedure-section {
        padding: 55px 15px;
    }

    .now-touch-procedure-heading {
        margin-bottom: 35px;
    }

    .now-touch-procedure-showcase {
        display: block;
        min-height: 440px;
    }

    .now-touch-procedure-showcase.now-touch-procedure-active {
        display: block;
    }

    .now-touch-procedure-visual {
        width: 100%;
        min-height: 440px;
    }

    .now-touch-procedure-showcase.now-touch-procedure-active .now-touch-procedure-visual {
        min-height: 390px;
    }

    .now-touch-procedure-person {
        width: 50%;
    }

    .now-touch-procedure-center {
        width: 46%;
        padding: 10px;
    }

    .now-touch-procedure-center h3 {
        font-size: 25px;
    }

    .now-touch-procedure-center p {
        font-size: 10px;
    }

    .now-touch-procedure-trigger {
        left: 12px;
        bottom: 15px;
        min-width: 100px;
        padding: 10px 11px;
        font-size: 9px;
        gap: 8px;
    }

    .now-touch-procedure-arrow {
        font-size: 16px;
    }

    .now-touch-procedure-details {
        width: 100%;
        min-height: 0;
        border-left: 0;
        border-top: 1px solid #f1dddd;
    }

    .now-touch-procedure-showcase.now-touch-procedure-active .now-touch-procedure-details {
        min-height: 620px;
    }

    .now-touch-procedure-detail {
        position: absolute;
        inset: 38px 22px;
    }

    .now-touch-procedure-detail h3 {
        font-size: 31px;
        margin-bottom: 22px;
    }

    .now-touch-procedure-list {
        max-height: 420px;
    }

    .now-touch-procedure-close {
        top: 12px;
        right: 15px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {

    .now-touch-procedure-section {
        padding: 45px 12px;
    }

    .now-touch-procedure-heading h2 {
        font-size: 32px;
    }

    .now-touch-procedure-showcase,
    .now-touch-procedure-visual {
        min-height: 390px;
    }

    .now-touch-procedure-showcase.now-touch-procedure-active .now-touch-procedure-visual {
        min-height: 340px;
    }

    .now-touch-procedure-center {
        width: 52%;
    }

    .now-touch-procedure-center h3 {
        font-size: 21px;
    }

    .now-touch-procedure-center p {
        font-size: 9px;
        line-height: 1.5;
    }

    .now-touch-procedure-trigger {
        min-width: 90px;
        padding: 8px 9px;
        font-size: 8px;
        letter-spacing: 1px;
    }

    .now-touch-procedure-detail {
        inset: 35px 18px;
    }

    .now-touch-procedure-showcase.now-touch-procedure-active .now-touch-procedure-details {
        min-height: 590px;
    }

    .now-touch-procedure-detail h3 {
        font-size: 27px;
    }

    .now-touch-procedure-list-item h4 {
        font-size: 15px;
    }

    .now-touch-procedure-list-item p {
        font-size: 10px;
    }
}

/* =========== FAQ SECTION =========== */

.faq-section {
    margin-top: 50px;
}

.new-touch-faq-section {
    padding: 100px 20px;
    overflow: hidden;
}

.new-touch-faq-container {
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 70px;
    margin-top: 50px;

}

.new-touch-faq-left {
    position: relative;
}

.new-touch-faq-image {
    position: sticky;
    top: 120px;
    overflow: hidden;
}

.new-touch-faq-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    border: 10px solid #faefeb;
    border-radius: 20px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.new-touch-faq-desc {
    max-width: 560px;
    color: #666;
    line-height: 1.9;
    font-size: 17px;
    margin-bottom: 40px;
}

.new-touch-faq-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.new-touch-faq-item {
    background: #fff;
    border: 1px solid #f7d7e4;
    border-radius: 18px;
    overflow: hidden;
    transition: .35s;
}

.new-touch-faq-item.active {
    border-color: var(--darkpink);
    box-shadow: 0 20px 45px rgba(214, 51, 132, .08);
}

.new-touch-faq-question {
    width: 100%;
    padding: 10px 28px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    text-align: left;
    font-family: var(--para-font);
}

.new-touch-faq-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #faefeb;
    color: var(--darkpink);
    display: flex;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    transition: .3s;
}

.new-touch-faq-item.active .new-touch-faq-icon {
    background: var(--darkpink);
    color: #fff;
}

.new-touch-faq-answer {
    display: none;
    padding: 0 28px 24px;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    font-family: var(--para-font);
}

.new-touch-faq-item.active .new-touch-faq-answer {
    display: block;
}

.new-touch-faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    background: #fff;
    color: var(--darkpink);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .35s;
    white-space: nowrap;
}

.new-touch-faq-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 255, 255, .3);
}

@media(max-width:1200px) {
    .new-touch-faq-container {
        grid-template-columns: 430px 1fr;
        gap: 60px;
    }

    .new-touch-faq-title {
        font-size: 48px;
    }
}

@media(max-width:991px) {
    .new-touch-faq-container {
        gap: 30px;
    }

    .new-touch-faq-left {
        max-width: 500px;
        margin: auto;
    }

    .new-touch-faq-image {
        position: relative;
        top: 0;
    }

    .new-touch-faq-title {
        font-size: 42px;
    }
}

@media(max-width:767px) {

    .new-touch-faq-section {
        padding: 70px 15px;
    }

    .new-touch-faq-title {
        font-size: 34px;
    }

    .new-touch-faq-desc {
        font-size: 15px;
    }

    .new-touch-faq-question {
        font-size: 16px;
        padding: 5px 20px;
    }

    .new-touch-faq-answer {
        padding: 0 18px 20px;
    }

    .new-touch-faq-icon {
        width: 25px;
        height: 25px;
        font-size: 16px;
        font-weight: 100;
    }

    .new-touch-faq-contact {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .new-touch-faq-btn {
        width: 100%;
    }

    .new-touch-faq-container {
        gap: 20px;
    }

    .faq-section {
        margin-top: 25px;
    }

}

/* ========== Slider ============= */

.new-touch-slider-section {
    width: 100%;
    background: #fff7f7;
    overflow: hidden;
}

.new-touch-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.new-touch-slider {
    display: flex;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
}

.new-touch-slide {
    flex: 0 0 100%;
    width: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #fff7f7;
    background: linear-gradient(155deg, rgb(209 69 72 / 64%) 0%, rgb(209 69 72 / 14%) 50%, rgb(209 69 72 / 7%) 100%);
}

.new-touch-slide-content {
    width: 45%;
    max-width: 600px;
    padding-right: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(-45px);
    transition:
        opacity 0.8s ease 0.2s,
        transform 0.8s ease 0.2s;
}

.new-touch-slide.active .new-touch-slide-content {
    opacity: 1;
    transform: translateX(0);
}

.new-touch-slide-tag {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    border-radius: 50px;
    background: #d14548;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.new-touch-slide-content h1 {
    margin: 0 0 20px;
    color: #2b2b2b;
    font-size: clamp(40px, 4vw, 68px);
    line-height: 1.08;
    font-weight: 700;
}

.new-touch-slide-content p {
    margin: 0 0 32px;
    max-width: 500px;
    color: #666666;
    font-size: 17px;
    line-height: 1.8;
}

.new-touch-slide-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    border-radius: 50px;
    background: #d14548;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.new-touch-slide-btn span {
    font-size: 21px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.new-touch-slide-btn:hover {
    background: #b7373a;
    transform: translateY(-2px);
}

.new-touch-slide-btn:hover span {
    transform: translateX(5px);
}

.new-touch-slide-image {
    width: 55%;
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    transform: translateX(50px);
    transition:
        opacity 0.9s ease 0.15s,
        transform 0.9s ease 0.15s;
}

.new-touch-slide.active .new-touch-slide-image {
    opacity: 1;
    transform: translateX(0);
}

.new-touch-slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.new-touch-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(209, 69, 72, 0.25);
    border-radius: 50%;
    background: #ffffff;
    color: #d14548;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.new-touch-slider-arrow:hover {
    background: #d14548;
    color: #ffffff;
    border-color: #d14548;
}

.new-touch-slider-prev {
    left: 25px;
}

.new-touch-slider-next {
    right: 25px;
}

.new-touch-slider-dots {
    position: absolute;
    left: 7%;
    bottom: 35px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-touch-slider-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #e4b0b2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.new-touch-slider-dot.active {
    width: 28px;
    border-radius: 20px;
    background: #d14548;
}

.banner-text-box h1 {
    font-size: 75px;
    font-family: var(--title-font);
}

.banner-text-box-right {
    margin-right: 25%;
}

.banner-text-box-left {
    margin-left: 25%;
}

@media (max-width: 1200px) {
    .new-touch-slide {
        min-height: 600px;
    }

    .new-touch-slide-content {
        padding-right: 30px;
    }

    .new-touch-slide-content h1 {
        font-size: 50px;
    }

    .new-touch-slide-image {
        height: 450px;
    }

    .new-touch-slider-dots {
        left: 6%;
    }
}

@media (max-width: 991px) {
    .new-touch-slide {
        min-height: auto;
    }

    .new-touch-slide-content {
        width: 48%;
        padding-right: 20px;
    }

    .new-touch-slide-image {
        width: 52%;
        height: 400px;
    }

    .new-touch-slide-content h1 {
        font-size: 42px;
    }

    .new-touch-slide-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .new-touch-slider-arrow {
        width: 46px;
        height: 46px;
        font-size: 19px;
    }

    .new-touch-slider-prev {
        left: 12px;
    }

    .new-touch-slider-next {
        right: 12px;
    }

    .new-touch-slider-dots {
        left: 5%;
        bottom: 25px;
    }

    .banner-text-box h1 {
        font-size: 46px !important;
    }
}

@media (max-width: 767px) {
    .new-touch-slide {
        min-height: auto;
        padding: 40px 20px 75px 0px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: left;
        gap: 25px;
    }

    .new-touch-slide {
        flex-direction: column-reverse;
    }

    .new-touch-slide-content {
        width: 100%;
        max-width: 650px;
        padding-right: 0;
        text-align: center;
        transform: translateY(30px);
    }

    .new-touch-slide.active .new-touch-slide-content {
        transform: translateY(0);
    }

    .new-touch-slide-tag {
        margin-bottom: 15px;
        padding: 7px 15px;
        font-size: 11px;
    }

    .new-touch-slide-content h1 {
        margin-bottom: 15px;
        font-size: 36px;
        line-height: 1.15;
    }

    .new-touch-slide-content p {
        max-width: 600px;
        margin: 0 auto 25px;
        font-size: 15px;
        line-height: 1.7;
    }

    .new-touch-slide-btn {
        padding: 13px 21px;
        font-size: 14px;
    }

    .new-touch-slide-image {
        width: 100%;
        height: 330px;
        max-width: 600px;
        transform: translateY(40px);
    }

    .new-touch-slide.active .new-touch-slide-image {
        transform: translateY(0);
    }

    .new-touch-slide-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .new-touch-slider-arrow {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .new-touch-slider-prev {
        left: 10px;
        top: 43%;
    }

    .new-touch-slider-next {
        right: 10px;
        top: 43%;
    }

    .new-touch-slider-dots {
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .banner-content-text-box {
        width: 100%;
    }

    .banner-content-text-box {
        width: 100%;
    }

    .banner-text-box-right {
        text-align: center;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .new-touch-slide {
        padding: 30px 0px 65px;
        gap: 18px;
    }

    .new-touch-slide-content h1 {
        font-size: 30px;
    }

    .new-touch-slide-content p {
        font-size: 14px;
    }

    .new-touch-slide-image {
        height: 250px;
    }

    .new-touch-slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .new-touch-slider-prev {
        left: 7px;
    }

    .new-touch-slider-next {
        right: 7px;
    }

    .new-touch-slider-dot {
        width: 7px;
        height: 7px;
    }

    .new-touch-slider-dot.active {
        width: 22px;
    }
}

/* ========= Drag Section ========== */

.new-touch-drag-section {
    width: 100%;
    padding: 90px 20px;
    background: #fff7f7;
    overflow: hidden;
}

.new-touch-drag-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.new-touch-drag-heading {
    text-align: center;
    margin-bottom: 45px;
}

.new-touch-drag-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #d14548;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.new-touch-drag-heading h2 {
    margin: 0;
    color: #222;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
}

.new-touch-drag-heading h2 strong {
    color: #d14548;
}

.new-touch-drag-heading p {
    max-width: 600px;
    margin: 15px auto 0;
    color: #777;
    font-size: 16px;
    line-height: 1.7;
}

.new-touch-drag-comparison {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    background: #eee;
    isolation: isolate;
}

.new-touch-drag-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.new-touch-drag-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.new-touch-drag-after {
    z-index: 1;
}

.new-touch-drag-before {
    z-index: 2;
    width: 50%;
    overflow: hidden;
}

.new-touch-drag-before img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.new-touch-drag-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #fff;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.new-touch-drag-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #d14548;
    border: 4px solid #fff;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.new-touch-drag-arrow {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
}

.new-touch-drag-label {
    position: absolute;
    top: 25px;
    z-index: 6;
    padding: 9px 18px;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(5px);
    pointer-events: none;
}

.new-touch-drag-label-before {
    left: 25px;
}

.new-touch-drag-label-after {
    right: 25px;
}

.new-touch-drag-range {
    position: absolute;
    inset: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: ew-resize;
    appearance: none;
    -webkit-appearance: none;
}

.new-touch-drag-range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 60px;
    height: 60px;
    cursor: ew-resize;
}

.new-touch-drag-range::-moz-range-thumb {
    width: 60px;
    height: 60px;
    cursor: ew-resize;
    border: 0;
    background: transparent;
}

.new-touch-drag-range::-webkit-slider-runnable-track {
    background: transparent;
}

.new-touch-drag-range::-moz-range-track {
    background: transparent;
}

@media (max-width: 991px) {
    .new-touch-drag-section {
        padding: 70px 20px;
    }

    .new-touch-drag-heading h2 {
        font-size: 40px;
    }

    .new-touch-drag-comparison {
        height: 500px;
        border-radius: 20px;
    }

    .new-touch-drag-handle {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 767px) {
    .new-touch-drag-section {
        padding: 55px 15px;
    }

    .new-touch-drag-heading {
        margin-bottom: 30px;
    }

    .new-touch-drag-heading span {
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .new-touch-drag-heading h2 {
        font-size: 32px;
    }

    .new-touch-drag-heading p {
        font-size: 14px;
        line-height: 1.6;
    }

    .new-touch-drag-comparison {
        height: 420px;
        border-radius: 16px;
    }

    .new-touch-drag-label {
        top: 15px;
        padding: 7px 13px;
        font-size: 10px;
    }

    .new-touch-drag-label-before {
        left: 15px;
    }

    .new-touch-drag-label-after {
        right: 15px;
    }

    .new-touch-drag-handle {
        width: 46px;
        height: 46px;
        border-width: 3px;
        gap: 4px;
    }

    .new-touch-drag-arrow {
        font-size: 23px;
    }

    .new-touch-drag-divider {
        width: 2px;
    }
}

@media (max-width: 480px) {
    .new-touch-drag-section {
        padding: 45px 12px;
    }

    .new-touch-drag-heading h2 {
        font-size: 28px;
    }

    .new-touch-drag-comparison {
        height: 340px;
        border-radius: 14px;
    }

    .new-touch-drag-label {
        top: 12px;
        padding: 6px 10px;
        font-size: 9px;
    }

    .new-touch-drag-label-before {
        left: 12px;
    }

    .new-touch-drag-label-after {
        right: 12px;
    }

    .new-touch-drag-handle {
        width: 42px;
        height: 42px;
    }

    .new-touch-drag-arrow {
        font-size: 21px;
    }
}


/* =================== About Us Page ================== */


/* ------ About Us ------- */
.new-touch-about-us-page-section {
    padding: 90px 90px 0px 0px;
}

.new-touch-about-us-page-container {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.new-touch-about-us-page-image {
    flex: 1;
}

.new-touch-about-us-page-image-wrap {
    overflow: hidden;
}

.new-touch-about-us-page-image-wrap img {
    width: 100%;
    display: block;
    height: 700px;
    object-fit: contain;
    transition: .5s;

}

.new-touch-about-us-page-image-wrap:hover img {
    transform: scale(1.05);
}

.new-touch-about-us-page-content {
    flex: 1;
}

.new-touch-about-us-page-subtitle {
    display: inline-block;
    color: #d14548;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.new-touch-about-us-page-content h2 {
    font-size: 48px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 25px;
    font-weight: 700;
}

.new-touch-about-us-page-content h2 span {
    color: #d14548;
}

.new-touch-about-us-page-content p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.new-touch-about-us-page-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.new-touch-about-us-page-item {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.new-touch-about-us-page-item span {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #d14548;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.new-touch-about-us-page-item p {
    margin: 0;
    font-size: 16px;
    color: #444;
    line-height: 1.5;
}

@media(max-width:1200px) {

    .new-touch-about-us-page-content h2 {
        font-size: 40px;
    }

    .new-touch-about-us-page-image-wrap img {
        height: 460px;
    }

}

@media(max-width:991px) {

    .new-touch-about-us-page-container {
        flex-direction: column;
        gap: 0px;
    }

    .new-touch-about-us-page-content {
        width: 100%;
    }

    .new-touch-about-us-page-image-wrap img {
        height: 450px;
    }

}

@media(max-width:768px) {

    .new-touch-about-us-page-section {
        padding: 0px 50px;
    }

    .new-touch-about-us-page-content h2 {
        font-size: 34px;
    }

    .new-touch-about-us-page-list {
        grid-template-columns: 1fr;
    }

    .new-touch-about-us-page-image-wrap {
        border-radius: 30px;
    }

    .new-touch-about-us-page-image-wrap img {
        height: 380px;
    }

    .new-top .new-timeline-dot::after {
        display: none;
    }

    .new-bottom .new-timeline-dot::after {
        display: none;
    }

    .vm-title {
        font-size: 38px;
    }

    .home-about-para {
        font-family: var(--para-font);
        font-size: 14px;
        color: #333;
    }

}

@media(max-width:576px) {

    .new-touch-about-us-page-content h2 {
        font-size: 28px;
    }

    .new-touch-about-us-page-content p {
        font-size: 13px;
    }

    .new-touch-about-us-page-item p {
        font-size: 15px;
    }

    .new-touch-about-us-page-image-wrap img {
        height: 300px;
    }

}

/* ----------- Story Section Design ------------ */

.new-touch-story-section {
    padding: 0px 0% 80px 0%;
}

.new-touch-story-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
}

.new-touch-story-card {
    height: 380px;
    overflow: hidden;
    position: relative
}

.new-touch-story-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .6s
}

.new-touch-story-image:hover img {
    transform: scale(1.08)
}

.new-touch-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background: var(--darkpink);
    transition: .4s;
    color: #fff;
}

.new-touch-story-content:hover {
    background: #fbe5da;
    color: #000;
}

.new-touch-story-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px
}

.new-touch-story-year-small {
    margin: 10px 0;
    color: #fff
}

.new-touch-story-content h2 {
    margin: 0 0 10px;
    font-size: 40px;
    font-family: var(--title-font);
    font-weight: 900;
    font-style: italic;
}

.new-touch-story-content h3 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: bold;
    font-family: var(--title-font);
}

.new-touch-story-content p {
    line-height: 1.8
}

.new-touch-story-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .25), transparent);
    opacity: 0;
    transition: .5s;
}

.new-touch-story-content::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    right: -70px;
    top: -70px;
    transition: .6s;
}

.new-touch-story-content:hover::before {
    transform: scale(1.4);
}

@media(max-width:767px) {
    .new-touch-story-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .new-touch-story-card {
        height: 240px
    }

    .story-img-1 {
        order: 1
    }

    .story-content-1 {
        order: 2
    }

    .story-content-2 {
        order: 3
    }

    .story-img-2 {
        order: 4
    }

    .story-img-3 {
        order: 5
    }

    .story-content-3 {
        order: 6
    }

    .story-content-4 {
        order: 7
    }

    .story-img-4 {
        order: 8
    }
}

/* --------- Vision Mission ----------- */

.new-touch-vm {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
}

.new-touch-vm .nt-container {
    position: relative;
    max-width: 80%;
    width: 100%;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-touch-vm .nt-image-wrapper {
    width: 42%;
    height: 600px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.new-touch-vm .nt-image-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.new-touch-vm .nt-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.new-touch-vm .nt-card-left:hover {
    background: linear-gradient(207deg, #e39696 0%, #f4dada 65%, #f8e8e8 100%);
}

.new-touch-vm .nt-card-right:hover {
    background: linear-gradient(207deg, #e39696 0%, #f4dada 65%, #f8e8e8 100%);
}

.new-touch-vm .nt-card {
    position: absolute;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.new-touch-vm .nt-card-left {
    left: 0;
    width: 38%;
    background: #fdfdfd;
    padding: 40px 35px;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.new-touch-vm .nt-subtitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #76c7c0;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.new-touch-vm .nt-title {
    font-size: 1.8rem;
    color: #2c3e50;
    letter-spacing: 1.5px;
    margin: 0 0 15px 0;
}

.new-touch-vm .nt-desc {
    font-size: 0.9rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.new-touch-vm .nt-divider {
    width: 40px;
    height: 2px;
    background-color: #76c7c0;
    margin-bottom: 20px;
}

.new-touch-vm .nt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-touch-vm .nt-list li {
    font-size: 0.88rem;
    color: #2c3e50;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.new-touch-vm .nt-list li span {
    color: #e76f51;
    font-size: 1.2rem;
}

.new-touch-vm .nt-card-right {
    right: 0;
    width: 38%;
    background: #fdfdfd;
    padding: 40px 35px;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.vm-title {
    font-size: 49px;
    color: var(--darkpink);
    font-family: var(--title-font);
}

.new-touch-vm .nt-card-right:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(118, 199, 192, 0.4);
}

.new-touch-vm .nt-accent-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.new-touch-vm .nt-accent-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.95;
}

.new-touch-vm .nt-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 1.5px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}

.new-touch-vm .nt-btn:hover {
    background-color: #ffffff;
    color: #76c7c0;
}

.nt-card img {
    height: 50px;
    margin-bottom: 20px;
}

@keyframes ntFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {
    .new-touch-vm .nt-container {
        flex-direction: column;
        height: auto;
    }

    .new-touch-vm .nt-card-left,
    .new-touch-vm .nt-card-right,
    .new-touch-vm .nt-image-wrapper {
        position: relative;
        width: 90%;
        left: auto;
        right: auto;
        margin-bottom: 25px;
    }

    .new-touch-vm .nt-image-wrapper {
        height: 350px;
        order: 1;
    }

    .new-touch-vm .nt-card-left {
        order: 2;
    }

    .new-touch-vm .nt-card-right {
        order: 3;
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    .new-touch-vm {
        padding: 40px 15px;
    }

    .new-touch-vm .nt-card-left,
    .new-touch-vm .nt-card-right,
    .new-touch-vm .nt-image-wrapper {
        width: 100%;
    }

    .new-touch-vm .nt-image-wrapper {
        height: 250px;
    }

    .new-touch-vm .nt-card-left,
    .new-touch-vm .nt-card-right {
        padding: 25px 20px;
    }

    .new-touch-vm .nt-title,
    .new-touch-vm .nt-accent-title {
        font-size: 1.4rem;
    }
}

/* --------- Why Choose Section ---------- */
.nt-about-why-choose,
.nt-about-why-choose * {
    box-sizing: border-box;
}

.nt-about-why-choose {
    padding: 120px 20px;
    overflow: hidden;
    color: #444;
    line-height: 1.7;
}

.nt-about-why-choose img {
    width: 100%;
    display: block;
}

.nt-about-why-choose {
    padding: 120px 0px;
    overflow: hidden;
}

.nt-about-why-choose-container {
    margin: 0 0 0 50%;
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 430px 1fr;
    align-items: center;
    gap: 0;
    margin: 0 0 0 20%;
}

.nt-about-why-choose-image {
    position: relative;
    z-index: 2;
}

.nt-about-why-choose-image-shape {
    width: 360px;
    height: 480px;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 35px 60px rgba(0, 0, 0, .18);
    transition: .45s;
}

.nt-about-why-choose-image-shape:hover {
    transform: translateY(-8px);
}

.nt-about-why-choose-image-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s;
}

.nt-about-why-choose-image-shape:hover img {
    transform: scale(1.08);
}

.nt-about-why-choose-content {
    background: var(--darkpink);
    color: #fff;
    margin-left: -180px;
    padding: 70px 70px 70px 150px;
    position: relative;
}

.nt-about-why-choose-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), transparent 60%);
    pointer-events: none;
}

.nt-about-why-choose-subtitle {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ead8ae;
    margin-bottom: 14px;
    font-weight: 500;
}

.nt-about-why-choose-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 58px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 600;
    color: #fff;
}

.nt-about-why-choose-description {
    font-size: 18px;
    margin-bottom: 40px;
    font-family: var(--para-font);
}

.nt-about-why-choose-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.nt-about-why-choose-item {
    display: flex;
    gap: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    transition: .35s;
}

.nt-about-why-choose-item:last-child {
    border: none;
    padding-bottom: 0;
}

.nt-about-why-choose-item:hover {
    transform: translateX(8px);
}

.nt-about-why-choose-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    transition: .35s;
}

.nt-about-why-choose-item:hover .nt-about-why-choose-icon {
    background: #fff;
    color: var(--darkpink);
}

.nt-about-why-choose-text h4 {
    font-size: 22px;
    font-family: var(--para-font);
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.nt-about-why-choose-text p {
    color: #fff;
    font-size: 16px;
}

@media (max-width:1200px) {
    .nt-about-why-choose-container {
        grid-template-columns: 360px 1fr;
    }

    .nt-about-why-choose-image-shape {
        width: 320px;
        height: 440px;
    }

    .nt-about-why-choose-content {
        margin-left: -60px;
        padding: 60px 50px 60px 120px;
    }

    .nt-about-why-choose-title {
        font-size: 50px;
    }

    .nt-about-why-choose-container {
        margin: 0 0 0 5%;
    }

    .nt-about-why-choose-content {
        padding: 60px 50px 60px 65px;
    }

    .nt-about-why-choose {
        padding: 0px 0px 50px 0px;
    }

}


@media (max-width:992px) {
    .nt-about-why-choose {
        padding: 90px 20px;
    }

    .nt-about-why-choose-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nt-about-why-choose-image {
        display: flex;
        justify-content: center;
    }

    .nt-about-why-choose-image-shape {
        width: 420px;
        height: 520px;
    }

    .nt-about-why-choose-content {
        margin-left: 0;
        border-radius: 20px;
        padding: 55px 40px;
    }

    .nt-about-why-choose-container {
        margin: 0 0 0 0%;
    }

    .new-touch-vm {
        padding: 80px 20px 0px;
    }

    .nt-about-why-choose-text h4 {
        font-size: 19px;
    }

    .nt-about-why-choose-text p {
        color: #fff;
        font-size: 14px;
    }

    .nt-about-why-choose-item {
        padding-bottom: 0px;
    }
}


@media (max-width:768px) {
    .nt-about-why-choose {
        padding: 80px 18px;
    }

    .nt-about-why-choose-title {
        font-size: 42px;
    }

    .nt-about-why-choose-description {
        font-size: 15px;
    }

    .nt-about-why-choose-image-shape {
        width: 100%;
        max-width: 420px;
        height: 480px;
    }

    .nt-about-why-choose-content {
        padding: 45px 30px;
    }

    .nt-about-why-choose-item {
        gap: 18px;
        padding-bottom: 0px;
    }

    .nt-about-why-choose-text h4 {
        font-size: 20px;
    }

}


@media (max-width:576px) {

    .nt-about-why-choose {
        padding: 70px 15px;
    }

    .nt-about-why-choose-title {
        font-size: 34px;
        line-height: 1.1;
    }

    .nt-about-why-choose-subtitle {
        letter-spacing: 2px;
        font-size: 12px;
    }

    .nt-about-why-choose-content {
        padding: 35px 22px;
        border-radius: 16px;
    }

    .nt-about-why-choose-image-shape {
        height: 380px;
        border-radius: 24px;
    }

    .nt-about-why-choose-item {
        flex-direction: column;
        gap: 15px;
    }

    .nt-about-why-choose-icon {
        width: 42px;
        height: 42px;
    }

    .nt-about-why-choose-text h4 {
        font-size: 22px;
    }

    .nt-about-why-choose-text p {
        font-size: 14px;
    }

}

@media (max-width:400px) {

    .nt-about-why-choose {
        padding: 60px 12px;
    }

    .nt-about-why-choose-title {
        font-size: 30px;
    }

    .nt-about-why-choose-content {
        padding: 30px 18px;
    }

    .nt-about-why-choose-image-shape {
        height: 330px;
    }

    .nt-about-why-choose-text h4 {
        font-size: 20px;
    }

}

/* =========== Story Timeline Section ========== */

.nt-story-section {
    padding: 100px 20px;
    overflow: hidden;
}

.nt-story-container {
    max-width: 90%;
    margin: auto;
}

.nt-story-heading {
    text-align: center;
    margin-bottom: 90px;
}

.nt-story-heading span {
    color: #d14548;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

.nt-story-heading h2 {
    color: #ffffff;
    font-size: 48px;
    margin: 15px 0;
}

.nt-story-heading p {
    color: #aaa;
    font-size: 16px;
    max-width: 650px;
    margin: auto;
    line-height: 1.8;
}

.nt-story-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    padding-top: 20px;
}

.nt-story-line {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d14548, #d14548, transparent);
    z-index: 1;
}

.nt-story-card {
    width: 33.33%;
    position: relative;
    text-align: center;
    z-index: 2;
}

.nt-story-image-box {
    width: 100%;
    height: 127px;
    border-radius: 20px;
    overflow: hidden;
    transition: .5s ease;
    padding: 0 127px;
}

.nt-story-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nt-story-card:hover .nt-story-image-box {
    transform: translateY(-15px);
    box-shadow: 0 0 55px rgba(209, 69, 72, .7);

}

.nt-story-dot {
    width: 20px;
    height: 20px;
    background: #d14548;
    border-radius: 50%;
    margin: 35px auto 45px;
    position: relative;
    box-shadow: 0 0 20px #d14548;
    z-index: 3;

}

.nt-story-content-box {
    background: var(--darkpink);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 25px;
    padding: 35px 30px;
    width: 90%;
    margin: auto;
    min-height: 260px;
    transition: .4s ease;
}

.nt-story-content-box:hover {
    transform: translateY(-12px);
    border-color: #d14548;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .6);
}

.nt-story-year {
    display: inline-block;
    background: #d14548;
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 18px;
    font-style: italic;
    margin-top: -72%;
}

.nt-story-content-box h3 {
    color: #fff;
    font-size: 37px;
    margin-bottom: 15px;
}

.nt-story-content-box p {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

.new-touch-journey-section {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.new-touch-journey-timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 260px;
    margin-bottom: 260px;
    gap: 15px;
}

.new-touch-journey-item {
    position: relative;
    flex: 1;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
}

.new-touch-journey-year {
    background-color: var(--darkpink);
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
    font-style: italic;
}

.new-touch-journey-pin {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border: 3px solid var(--darkpink);
    background-color: #fde8f0;
    border-radius: 50%;
    z-index: 5;
    box-sizing: border-box;
}

.new-touch-journey-pin::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: var(--darkpink);
}

.new-touch-journey-item.top .new-touch-journey-pin {
    top: -12px;
}

.new-touch-journey-item.top .new-touch-journey-pin::before {
    bottom: 100%;
    height: 48px;
}

.new-touch-journey-item.bottom .new-touch-journey-pin {
    bottom: -12px;
}

.new-touch-journey-item.bottom .new-touch-journey-pin::before {
    top: 100%;
    height: 48px;
}


.new-touch-journey-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 367px;
    height: 307px;
    z-index: 4;
    box-sizing: border-box;
    background-image: var(--card-bg-img);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 90px 28px 25px 72px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.new-touch-journey-item.top .new-touch-journey-box {
    bottom: 75px;
}

.new-touch-journey-item.bottom .new-touch-journey-box {
    top: 75px;
}

.new-touch-journey-icon-wrap {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #fde2e7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.new-touch-journey-icon-wrap svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--darkpink);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.new-touch-journey-content {
    width: 100%;
}

.new-touch-journey-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--darkpink);
    margin: 0 0 6px 0;
    line-height: 1.2;
    font-family: var(--title-font);
}

.new-touch-journey-divider {
    width: 38px;
    height: 2px;
    background-color: var(--darkpink);
    margin-bottom: 10px;
    border-radius: 2px;
}

.new-touch-journey-desc {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #4a5568;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 902px) {
    .new-touch-journey-timeline {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        padding-left: 30px;
        gap: 0;
    }

    .new-touch-journey-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        width: 4px;
        background-color: var(--darkpink);
        border-radius: 2px;
    }

    .new-touch-journey-item {
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
        padding-left: 30px;
    }

    .new-touch-journey-year {
        clip-path: none;
        background: transparent;
        color: var(--darkpink);
        font-size: 1.5rem;
        height: auto;
        line-height: 1;
        padding: 0;
        justify-content: flex-start;
        margin-bottom: 14px;
    }

    .new-touch-journey-pin {
        left: 20px !important;
        top: 6px !important;
        bottom: auto !important;
        transform: translateX(-50%) !important;
    }

    .new-touch-journey-pin::before {
        display: none;
    }

    .new-touch-journey-box {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        transform: none !important;
        width: 100% !important;
        max-width: 300px;
    }
}

/* ========= List of Procedures ======== */

.for-both img {
    height: 900px;
    width: 100vw;
    object-fit: contain;
}

/* ============ Story-section final ============= */

.new-timeline-section {
    padding: 70px 0 0;
    overflow: hidden;
}

.new-timeline-container {
    max-width: 1500px;
    margin: auto;
    position: relative;
    height: 600px;
}

.new-timeline-wave {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 160px;
    z-index: 1;
}

.new-timeline-item {
    position: absolute;
    width: 33.333%;
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-top {
    bottom: 50%;
    margin-bottom: -9px;
}

.new-bottom {
    top: 50%;
    margin-top: -60px;
}

.new-right {
    margin-bottom: -60px;
}

.new-timeline-year {
    font-size: 72px;
    font-family: var(--title-font);
    color: var(--darkpink);
    line-height: 1;
    margin-bottom: 10px;
}

.new-timeline-content {
    max-width: 500px;
    margin: 0 auto;
}

.new-timeline-content h3 {
    color: var(--darkpink);
    font-size: 50px;
    font-family: var(--title-font);
    margin-bottom: 12px;
    font-weight: 500;
}

.new-timeline-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    font-family: var(--para-font);
}

.new-top .new-timeline-content {
    margin-bottom: 40px;
}

.new-bottom .new-timeline-content {
    margin-top: 20px;
}

.new-bottom .new-timeline-year {
    margin-top: 40px;
    margin-bottom: 5px;
}

.new-timeline-dot {
    width: 18px;
    height: 18px;
    background: var(--darkpink);
    border-radius: 50%;
    display: block;
    position: relative;
}

.new-top .new-timeline-dot::after {
    content: "";
    width: 2px;
    height: 35px;
    background: var(--darkpink);
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.new-bottom .new-timeline-dot::after {
    content: "";
    width: 2px;
    height: 35px;
    background: var(--darkpink);
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.new-timeline-item {
    opacity: 0;
    transform: translateY(80px);
    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.2, .65, .2, 1);

}

.new-timeline-item.show {
    opacity: 1;
    transform: translateY(0);
}

.new-top {
    transform: translateY(-80px);
}

.new-bottom {
    transform: translateY(80px);
}

.new-top.show,
.new-bottom.show {
    transform: translateY(0);
}

.new-timeline-item:nth-child(1) {
    transition-delay: .1s;
}

.new-timeline-item:nth-child(2) {
    transition-delay: .25s;
}

.new-timeline-item:nth-child(3) {
    transition-delay: .4s;
}

.new-timeline-item:nth-child(4) {
    transition-delay: .55s;
}

.new-timeline-item:nth-child(5) {
    transition-delay: .7s;
}

.new-timeline-item:nth-child(6) {
    transition-delay: .85s;
}

.clinic-video-box {
    width: 80%;
    margin: 0 auto;
    height: 600px;
}

.clinic-video-box iframe {
    margin-top: 4%;
}

@media(max-width:1400px) {
    .new-timeline-container {
        max-width: 1100px;
    }

    .new-timeline-year {
        font-size: 45px;
    }

    .new-timeline-content h3 {
        font-size: 32px;
    }
}

@media (max-width:1200px) {
    .new-timeline-container {
        height: 550px;
    }

    .new-timeline-year {
        font-size: 60px;
    }

    .new-timeline-content {
        max-width: 350px;
    }

    .new-timeline-content h3 {
        font-size: 28px;
    }

    .clinic-video-box {
        height: 400px;
        width: 90%;
    }

    .new-timeline-section {
        padding: 75px 0px 0px 0px;
    }
}

@media (max-width:992px) {
    .new-timeline-container {
        height: 500px;
    }

    .new-timeline-item {
        width: 33.33%;
    }

    .new-timeline-content {
        max-width: 260px;
    }

    .new-timeline-year {
        font-size: 48px;
    }

    .new-timeline-content h3 {
        font-size: 24px;
    }

    .new-timeline-content p {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width:768px) {
    .new-timeline-container {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
    }

    .new-timeline-wave {
        display: none;
    }

    .new-timeline-item {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: auto !important;
        bottom: auto !important;
        margin: 0;
        padding-left: 45px;
        align-items: flex-start;
        text-align: left;
    }

    .new-top,
    .new-bottom,
    .new-right {
        margin: 0;
    }

    .new-timeline-dot {
        position: absolute;
        left: 0;
        top: 8px;
    }

    .new-timeline-dot::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 60px;
        background: var(--darkpink);
        left: 50%;
        top: 18px;
        transform: translateX(-50%);
    }

    .new-timeline-item:last-child .new-timeline-dot::after {
        display: none;
    }

    .new-timeline-year {
        font-size: 33px;
        margin: 0 0 10px;
    }

    .new-bottom .new-timeline-year {
        margin-top: 0;
    }

    .new-top .new-timeline-content,
    .new-bottom .new-timeline-content {
        margin: 0;
    }

    .new-timeline-content {
        max-width: 100%;
    }

    .new-timeline-content h3 {
        font-size: 24px;
    }

    .new-timeline-section {
        padding: 50px 0 0 0;
        overflow: hidden;
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width:480px) {
    .new-timeline-section {
        padding: 20px 0;
    }

    .new-timeline-year {
        font-size: 34px;
    }

    .new-timeline-content h3 {
        font-size: 20px;
    }

    .new-timeline-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .new-timeline-item {
        padding-left: 35px;
    }

    .new-timeline-dot {
        width: 14px;
        height: 14px;
    }

    .new-timeline-dot::after {
        top: 14px;
    }
}

@media(max-width:1600px) {
    .home-about-img {
        margin: 0px;
    }

    .home-about-img img {
        height: 100%;
        width: 100%;
    }

    .new-touch-counter-center-image-box img {
        height: 250px;
    }

    .new-touch-new-counter-box {
        gap: 50px;
    }

    .treatements-new-touch-offer-container {
        width: 100%;
    }

    .treatements-new-touch-offer-card {
        padding: 20px;
    }

    .treatements-new-touch-offer-card-inner {
        gap: 0px;
    }

    .treatements-new-touch-offer-card h3 {
        font-size: 20px;
    }

    .treatements-new-touch-offer-card p {
        font-size: 10px;
    }

    .new-touch-testi-info h3 {
        font-size: 20px;
    }

    .why-choose-pointer-box {
        padding: 10px;
        gap: 10px;
    }

    .why-choose-title-box {
        font-size: 19px;
    }

    .why-choose-image-box {
        height: 60px;
    }

    .banner-text-box h1 {
        font-size: 54px;
    }
}


@media(max-width:1300px) {
    .home-about-box {
        width: 90%;
    }

    .main-title {
        font-size: 53px;
    }

    .why-choose-pointer-container {
        margin-top: -49px;
    }

    .home-about-box {
        padding-top: 50px;
    }
}

@media(max-width:1000px) {
    .banner-content-image-box img {
        height: 70vh;
    }

    .new-touch-testi-section {
        padding: 40px 0;
    }

    .for-both img {
        height: auto;
        width: 100vw;
        object-fit: contain;
    }

}

@media screen and (max-width: 991px) {
    .home-about-box {
        width: 90%;
        padding-top: 80px;
    }

    .home-about-img {
        margin: 30px 0;
    }

    .pointer-text-box h6 {
        font-size: 20px;
    }

    .new-touch-faq-container {
        max-width: 95%;
        margin-bottom: 0px;
    }

    .new-touch-new-counter-box {
        gap: 0px;
    }

    .banner-content-image-box img {
        height: 50vh;
    }

    .banner-text-box h1 {
        font-size: 38px !important;
        text-align: center;
    }

    .banner-text-box p {
        font-size: 10px;
        text-align: center;
    }

    .why-choose-pointer-container {
        max-width: 97%;
    }

    .main-title {
        font-size: 30px;
    }

    .main-title-after-hr {
        border-top: 1px solid var(--darkpink);
        width: 39%;
    }

    .banner-text-box-right {
        text-align: center;
    }

    .new-touch-faq-answer {
        padding: 0 28px 24px;
        line-height: 1.5;
        font-size: 10px;
    }

    .new-touch-faq-question {
        font-size: 14px;
    }

    .new-touch-faq-item {
        border-radius: 10px;
    }
}

@media(max-width:800px) {
    .new-touch-faq-container {
        grid-template-columns: 1fr;
    }

    .new-touch-faq-image img {
        width: 76%;
        margin: 0 auto;
    }

    .new-touch-counter-center-image-box img {
        height: 150px;
    }

    .nt-counter-number {
        font-size: 48px;
    }

    .nt-counter-label {
        font-size: 17px;
    }

    .new-touch-new-counter-box {
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 576px) {
    .home-about-box {
        width: 95%;
        padding-top: 50px;
    }

    .home-about-img {
        margin: 20px 0;
    }

    .home-about-img img {
        max-width: 100%;
        height: auto;
        border-width: 5px;
    }

    .pointer-box {
        gap: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .pointer-icon-box img {
        height: 60px;
    }

    .pointer-text-box h6 {
        font-size: 18px;
    }

    .banner-text-box-left {
        margin-left: 0%;
    }

    .banner-text-box-right {
        margin-right: 0%;
    }

    .home-about-para {
        font-size: 13px;
        text-align: justify;
    }

    .pointer-text-box p {
        font-size: 13px;
    }

    .new-touch-new-counter-box {
        flex-direction: column;
    }

    .new-counter-section {
        padding: 0px 0px 0px 0px;
    }

    .new-touch-counter-left-box {
        display: flex;
        gap: 50px;
    }

    .new-touch-counter-center-image-box img {
        height: 130px;
    }

    .nt-counter-number {
        color: var(--darkpink);
        font-size: 40px;
    }

    .new-touch-new-counter-box {
        flex-direction: column;
        gap: 40px;
    }

    .nt-counter-number {
        text-align: center;
    }

    .new-touch-faq-answer {
        font-size: 11px;
    }

    .new-touch-faq-question {
        font-size: 13px;
    }

    .new-touch-faq-container {
        margin-top: 0px;
    }

    .new-touch-faq-image img {
        border: 5px solid #faefeb;
    }

    .new-touch-testi-section {
        padding: 0px 0;
    }

    .now-touch-procedure-section {
        padding: 0px;
    }

    .treatements-new-touch-offer-card h3 {
        font-size: 19px;
    }

    .treatements-new-touch-offer-card p {
        font-size: 10px;
    }

    .new-touch-about-us-page-section {
        padding: 0px 20px;
    }

    .new-touch-about-us-page-content p {
        margin-bottom: 14px;
    }

    .new-touch-vm {
        padding: 0px 20px 0px;
    }

    .new-touch-vm .nt-container {
        max-width: 100%;
    }

    .vm-title {
        font-size: 33px;
    }

    .nt-about-why-choose {
        padding: 20px 12px;
    }

    .nt-counter-label {
        font-size: 13px;
    }
}


/* ============================ TREATEMENTS PAGE ============================ */

.treatements-box {
    padding: 3% 0% 0%;
}

.treatements-details-box {
    max-width: 79%;
    gap: 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.treatements-container {
    display: flex;
    background: #000;
    justify-content: left;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    transition: 0.5s ease-in-out;
    border: 1px solid #d145483d;
    gap: 20px;
    text-align: center;
}

.treatements-text-box {
    padding-bottom: 20px;
    text-align: left;
}

.treatements-image-box img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--darkpink);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.treatements-text-box h3 {
    line-height: 1.15;
    font-size: 30px;
    transition: color .3s ease;
    font-family: var(--sub-title-font);
    color: var(--darkpink);
}

.treatements-text-box p {
    font-size: 14px;
    font-family: var(--para-font);
    color: #333;
}

.treatements-text-box a {
    font-size: 22px;
    color: var(--darkpink);
}

.treatements-text-box a i {
    color: var(--darkpink);
}

.treatements-container:hover {
    background: linear-gradient(-66deg, #e39696 0%, #f4dada 65%, #f8e8e8 100%);
    transition: 0.5s ease-out;
    transform: translateY(-20px);
}

.treatements-container:hover .treatements-text-box {
    color: #000;
}


.treatement-display {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    width: 100%;
    margin: 0 auto;
    align-items: center;
    max-width: 88%;
    margin-top: 4%;
}

.treatement-right-box {
    height: 750px;
    width: 100%;
}

.treatement-right-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 10px solid #faefeb;
    border-radius: 25px;
}

.treatement-display-bottom {
    margin-top: 6%;
    margin-bottom: 6%;
}

@media(max-width:1500px) {
    .treatements-details-box {
        max-width: 97%;
    }
}

@media(max-width:900px) {
    .treatements-image-box img {
        width: 150px;
        height: 150px;
    }

    .treatements-container {
        flex-direction: column;
    }

    .treatements-text-box h3 {
        font-size: 16px;
    }

    .treatements-text-box p {
        font-size: 10px;
    }

    .treatements-container {
        padding: 8px;
    }

    .treatements-details-box {
        gap: 7px;
    }

    .treatement-display {
        max-width: 98%;
    }

    .treatements-text-box {
        text-align: center;
    }
}


@media(max-width:500px) {
    .treatements-text-box p {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .treatements-text-box {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 5px;
    }

    .treatements-text-box a {
        text-align: left;
    }

    .treatements-text-box {
        padding: 0px 10px;
    }
}

/* ============== TREATEMENT INNER PAGE ================ */

.service-innder-container {
    padding: 6% 6% 0%;
}

.treatament-about {
    margin-top: 4%;
}

.treatament-about-title {
    color: var(--darkpink);
    font-family: var(--sub-title-font);
    font-size: 50px;
    padding-bottom: 10px;
}

.treatament-about-img-box img {
    height: 500px;
    width: 90%;
    border: 10px solid #faefeb;
    padding: 5px;
    object-fit: cover;
}

.treatament-points-box {
    text-align: center;
    max-width: 400px;
}

.treatament-img-box img {
    height: 150px;
    margin-bottom: 20px;
}

.treatement-points {
    display: flex;
    gap: 45px;
    width: 100%;
    margin: 8% auto;
}

.treatament-text-box h3 {
    color: var(--darkpink);
    font-family: var(--sub-title-font);
    font-size: 30px;
}

.treatament-text-box p {
    color: #333;
    font-family: var(--para-font);
    font-size: 15px;
}

.why-choose-icon-box img {
    height: 83px;
    margin-bottom: 18px;
}

.why-choose-coloured-box {
    text-align: center;
    background: #faefeb;
    padding: 20px;
    transition: 0.5s ease-in-out;
    border-radius: 20px;
    box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px 0px;
}

.treatement-why-choose {
    margin: 7% 0%;
}

.why-choose-coloured-box:hover {
    background: linear-gradient(135deg, #e39696 0%, #f4dada 65%, #f8e8e8 100%);
}

.treatement-why-choose-title {
    text-align: center;
}

.treatement-why-choose-bottom-part {
    margin-top: 50px;
}

.why-choose-text-box h3 {
    color: var(--darkpink);
    font-family: var(--sub-title-font);
    font-size: 30px;
}

.why-choose-text-box p {
    color: #333;
    font-family: var(--para-font);
    font-size: 15px;
}

.treatement-why-choose-title h3 {
    color: #361c1d;
    font-family: var(--title-font);
    font-size: 59px;
}

.treatements-faq-container {
    max-width: 78%;
    margin: 0 auto;
}

.treatement-new-touch-faq-item {
    margin-bottom: 20px;
}

.slider-container {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.slider-track {
    display: flex;
    width: calc(200%);
    animation: continuousScroll 20s linear infinite;
}

.slide {
    width: auto;
    height: 100%;
    padding: 10px;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}

.hair-removal-slide img {
    width: auto;
    height: 400px;
    object-fit: cover;
}

.after-treametemt-result-slider {
    margin-bottom: 6%;
}

@keyframes continuousScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


@media (min-width: 1440px) {
    .service-innder-container {
        padding: 5% 7% 0;
    }

    .treatament-about-title {
        font-size: 54px;
    }

    .treatament-about-img-box img {
        height: 520px;
        width: 90%;
    }

    .treatement-points {
        gap: 50px;
        justify-content: center;
    }

    .treatement-why-choose-title h3 {
        font-size: 60px;
    }

    .slide {
        width: auto;
    }

    .why-choose-text-box h3 {
        font-size: 24px;
    }

    .why-choose-text-box p {
        font-size: 14px;
    }
}

@media (max-width: 1439px) {
    .service-innder-container {
        padding: 6% 5% 0;
    }

    .treatament-about-title {
        font-size: 46px;
    }

    .treatament-about-img-box img {
        height: 460px;
        width: 95%;
    }

    .treatement-points {
        gap: 30px;
    }

    .treatament-text-box h3 {
        font-size: 28px;
    }

    .why-choose-text-box h3 {
        font-size: 27px;
    }

    .treatement-why-choose-title h3 {
        font-size: 52px;
    }

    .treatements-faq-container {
        max-width: 85%;
    }

    .slide {
        width: 600px;
    }

    .why-choose-coloured-box {
        padding: 15px;
    }
}


@media (max-width: 1199px) {
    .service-innder-container {
        padding: 7% 4% 0;
    }

    .treatament-about {
        margin-top: 5%;
    }

    .treatament-about-title {
        font-size: 42px;
    }

    .treatament-about-img-box img {
        width: 100%;
        height: 420px;
    }

    .treatement-points {
        gap: 25px;
        margin: 7% auto;
        justify-content: center;
        flex-wrap: wrap;
    }

    .treatament-points-box {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }

    .treatament-img-box img,
    .why-choose-icon-box img {
        height: 85px;
    }

    .treatament-text-box h3 {
        font-size: 27px;
    }

    .why-choose-text-box h3 {
        font-size: 24px;
    }

    .treatement-why-choose-title h3 {
        font-size: 46px;
    }

    .treatement-why-choose-bottom-part {
        margin-top: 40px;
    }

    .treatements-faq-container {
        max-width: 90%;
    }

    .slide {
        width: 520px;
    }

    .why-choose-text-box p {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .service-innder-container {
        padding: 8% 4% 0;
    }

    .treatament-about {
        margin-top: 6%;
    }

    .treatament-about-title {
        font-size: 38px;
    }

    .treatament-about-img-box img {
        width: 100%;
        height: 380px;
        border-width: 8px;
    }

    .treatement-points {
        gap: 30px;
        margin: 8% auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .treatament-points-box {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .treatament-img-box img,
    .why-choose-icon-box img {
        height: 66px;
        margin-bottom: 15px;
    }

    .treatament-text-box h3 {
        font-size: 25px;
    }

    .treatament-text-box p,
    .why-choose-text-box p {
        font-size: 11px;
    }

    .treatement-why-choose {
        margin: 9% 0;
    }

    .why-choose-coloured-box {
        padding: 20px 15px;
        border-radius: 16px;
    }

    .why-choose-text-box h3 {
        font-size: 22px;
    }

    .treatement-why-choose-title h3 {
        font-size: 42px;
    }

    .treatements-faq-container {
        max-width: 94%;
    }

    .slide {
        width: 450px;
        padding: 8px;
    }

    .slider-track {
        animation-duration: 18s;
    }
}

@media (max-width: 767px) {
    .service-innder-container {
        padding: 10% 20px 0;
    }

    .treatament-about {
        margin-top: 8%;
    }

    .treatament-about-title {
        font-size: 34px;
        padding-bottom: 8px;
    }

    .treatament-about-img-box img {
        width: 100%;
        height: 340px;
        border-width: 7px;
        padding: 4px;
    }

    .treatement-points {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
        margin: 12% auto;
    }

    .treatament-points-box {
        max-width: 100%;
        width: 100%;
    }

    .treatament-img-box img,
    .why-choose-icon-box img {
        height: 105px;
        margin-bottom: 12px;
    }

    .treatament-text-box h3 {
        font-size: 23px;
    }

    .treatament-text-box p {
        font-size: 14px;
    }

    .treatement-why-choose {
        margin: 12% 0;
    }

    .treatement-why-choose-title h3 {
        font-size: 36px;
        line-height: 1.15;
    }

    .why-choose-coloured-box {
        padding: 18px 12px;
        border-radius: 14px;
        margin-bottom: 15px;
    }

    .why-choose-text-box h3 {
        font-size: 25px;
    }

    .why-choose-text-box p {
        font-size: 14px;
    }

    .treatements-faq-container {
        max-width: 100%;
        padding: 0 5px;
    }

    .treatement-new-touch-faq-item {
        margin-bottom: 15px;
        border-radius: 11px;
    }

    .slide {
        width: 360px;
        padding: 6px;
    }

    .slider-track {
        animation-duration: 16s;
    }

    .after-treametemt-result-slider {
        margin-bottom: 10%;
    }

    .treatement-why-choose-bottom-part {
        margin-top: 0px;
    }

    .treatament-about-img-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .service-innder-container {
        padding: 12% 15px 0;
    }

    .treatament-about {
        margin-top: 10%;
    }

    .treatament-about-title {
        font-size: 30px;
        line-height: 1.15;
    }

    .treatament-about-img-box img {
        width: 100%;
        height: 300px;
        border-width: 6px;
        padding: 3px;
    }

    .treatement-points {
        grid-template-columns: 1fr;
        gap: 35px;
        margin: 15% auto;
    }

    .treatament-points-box {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .treatament-img-box img,
    .why-choose-icon-box img {
        height: 100px;
        margin-bottom: 12px;
    }

    .treatament-text-box h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    .treatament-text-box p {
        font-size: 14px;
        line-height: 1.6;
    }

    .treatement-why-choose {
        margin: 15% 0;
    }

    .treatement-why-choose-title h3 {
        font-size: 32px;
        line-height: 1.15;
    }

    .why-choose-coloured-box {
        padding: 10px 7px;
        border-radius: 15px;
        margin-bottom: 13px;
    }

    .why-choose-text-box h3 {
        font-size: 25px;
    }

    .why-choose-text-box p {
        font-size: 13px;
        line-height: 1.6;
    }

    .treatements-faq-container {
        max-width: 100%;
        padding: 0;
    }

    .slide {
        width: 300px;
        padding: 5px;
    }

    .slider-track {
        animation-duration: 14s;
    }

    .after-treametemt-result-slider {
        margin-bottom: 12%;
    }

}


@media (max-width: 400px) {
    .service-innder-container {
        padding: 12% 12px 0;
    }

    .treatament-about-title {
        font-size: 27px;
    }

    .treatament-about-img-box img {
        height: 260px;
    }

    .treatament-img-box img,
    .why-choose-icon-box img {
        height: 70px;
    }

    .treatament-text-box h3 {
        font-size: 22px;
    }

    .treatement-why-choose-title h3 {
        font-size: 28px;
    }

    .why-choose-text-box h3 {
        font-size: 23px;
    }

    .slide {
        width: 270px;
    }
}

/* ----------- Tabs -------------- */
.custom-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 70px 0 40px;
    justify-content: center;
}

.custom-tabs li {
    margin-right: 10px;
}

.custom-tabs li a {
    display: block;
    padding: 2px 16px;
    text-decoration: none;
    color: #444;
    border-radius: 8px;
    transition: .3s;
    font-size: 25px;
    font-family: var(--sub-title-font);
    background: #f7d2d2;
}

.custom-tabs li.active a {
    background: #d14548;
    color: #fff;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}


@media(max-width:900px) {
    .custom-tabs li a {
        font-size: 15px;
    }

    .custom-tabs {
        margin: 20px 0 17px;
    }
}

/* ================= OFFERS PAGE DESIGN ===================== */

.pricing-section {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 60px;
}

.pricing-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
}

.pricing-card {
    background: linear-gradient(135deg, #f7e5e505 0%, #f4dada82 65%, #f8e8e80d 100%);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px #fbe8e8;
    display: flex;
    padding: 25px;
    gap: 25px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px #91919112;
    border: 1px solid #d145482b;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px #fbe8e8;
    background: #fbe8e8;
}

.card-image-box {
    position: relative;
    width: 45%;
    min-width: 180px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 4px 10px #fbe8e8;
    text-align: center;
    line-height: 1;
}

.price-badge .currency {
    font-size: 25px;
    color: var(--darkpink);
    font-family: var(--title-font);
}

.price-badge .amount {
    font-size: 45px;
    font-weight: 700;
    color: var(--darkpink);
    font-family: var(--title-font);
}

.price-badge .type {
    display: block;
    font-size: 11px;
    color: #000000;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.plan-title {
    font-size: 35px;
    color: #000;
    margin-bottom: 15px;
    font-family: var(--sub-title-font);
}

.features-list {
    list-style: none;
    margin-bottom: 25px;
}

.features-list li {
    font-size: 14px;
    color: #000;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--para-font);
}

.features-list li i {
    color: var(--darkpink);
    font-size: 16px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--darkpink);
    color: #ffffff;
    padding: 5px 14px;
    border-radius: 5px;
    font-size: 22px;
    width: max-content;
    transition: background-color 0.2s ease;
    font-family: var(--sub-title-font);
    font-weight: 100;
}

.cta-btn:hover {
    background-color: #fbe8e8;
    color: var(--darkpink);
}

.cta-btn i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.cta-btn:hover i {
    transform: translateX(4px);
}

@media(max-width:1500px) {
    .pricing-section {
        max-width: 95%;
    }

    .pricing-container {
        gap: 15px;
    }

    .plan-title {
        font-size: 27px;
    }

    .price-badge .amount {
        font-size: 40px;
    }

    .cta-btn {
        font-size: 18px;
    }

    .price-badge .amount {
        font-size: 33px;
    }
}

@media(max-width:1200px) {
    .pricing-card {
        padding: 11px;
    }

    .card-image-box {
        height: 320px;
    }

    .plan-title {
        font-size: 27px;
    }

    .price-badge .amount {
        font-size: 30px;
    }

    .price-badge .currency {
        font-size: 21px;
    }

    .cta-btn {
        padding: 2px 12px;
        font-size: 15px;
    }

    .features-list li {
        font-size: 12px;
    }

    .for-both img {
        height: 100%;
    }

    .treatements-new-touch-offer-heading {
        margin: 0 auto 23px;
    }
}

@media(max-width:1000px) {
    .card-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: left;
        height: 100%;
        align-items: baseline;
        width: 92%;
    }

    .card-image-box {
        position: relative;
        width: 45%;
        min-width: 100%;
        height: 400px;
        border-radius: 8px;
        overflow: hidden;
    }

    .pricing-card {
        flex-direction: column;
    }
}


@media (max-width: 992px) {
    .pricing-container {
        gap: 20px;
    }

    .pricing-card {
        padding: 15px;
        gap: 15px;
    }

    .card-image-box {
        width: 100%;
        min-width: 140px;
    }

    .card-image-box {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .pricing-container {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }

    .pricing-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-image-box {
        width: 100%;
        height: 200px;
    }

    .cta-btn {
        width: 100%;
    }

    .plan-title {
        font-size: 23px;
        margin-bottom: 0px;
    }

    .price-badge .amount {
        font-size: 27px;
    }

    .price-badge .currency {
        font-size: 14px;
    }

    .features-list {
        list-style: none;
        margin-bottom: 7px;
    }

    .price-badge {
        padding: 5px 10px;
    }

    .pricing-section {
        margin-top: 30px;
    }

    .card-content {
        width: 100%;
    }

}

@media(max-width:767px) {
    .hair-removal-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

/* ============================== Schedule an Appointment ======================= */

.appointment-conainer {
    text-align: center;
    margin: 50px 0px 0px 0px
}


.treatment-form-label {
    text-align: left;
}

.treatment-form-wrapper {
    width: 100%;
    max-width: 63%;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    box-sizing: border-box;
    margin-top: 30px;
    box-shadow: rgb(181 189 197 / 93%) 0px 8px 24px;
    border: 10px solid #faefeb;
}

.treatment-form-subtitle {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
}

.treatment-form {
    width: 100%;
}

.treatment-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.treatment-form-group {
    margin-bottom: 18px;
}

.treatment-form-group.full-width {
    grid-column: 1 / -1;
}

.treatment-form-label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    font-family: var(--para-font);
}

.treatment-form-label span {
    color: var(--darkpink);
}

.treatment-form-input,
.treatment-form-select,
.treatment-form-textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
    color: #333333;
    font-family: var(--para-font);
    font-size: 15px;
    outline: none;
    transition: all 0.25s ease;
}

.treatment-form-input:focus,
.treatment-form-select:focus,
.treatment-form-textarea:focus {
    border-color: var(--darkpink);
    box-shadow: 0 0 0 3px rgba(16, 152, 164, 0.10);
}

.treatment-form-input::placeholder,
.treatment-form-textarea::placeholder {
    color: #999999;
}

.treatment-form-select {
    cursor: pointer;
    appearance: auto;
}

.treatment-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.other-treatment-box {
    display: none;
    margin-top: 10px;
}

.other-treatment-box.active {
    display: block;
}

.location-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.location-option {
    position: relative;
    flex: 1;
}

.location-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.location-option label {
    display: block;
    padding: 13px 15px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: var(--para-font);
}

.location-option label:hover {
    border-color: var(--darkpink);
}

.location-option input:checked+label {
    background: var(--darkpink);
    border-color: var(--darkpink);
    color: #ffffff;
}

.treatment-submit-btn {
    width: 100%;
    padding: 7px 20px;
    border: none;
    border-radius: 8px;
    background: var(--darkpink);
    color: #ffffff;
    font-family: inherit;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: var(--para-font);
    font-weight: 600;
    border: 1px solid var(--darkpink);
}

.treatment-submit-btn:hover {
    background: var(--darkpink);
    background: #ffffff;
    color: var(--darkpink);
    border: 1px solid var(--darkpink);
}

.treatment-submit-btn:active {
    transform: translateY(0);
}

.treatment-form-note {
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
    color: #888888;
}

.form-error {
    display: none;
    margin-top: 6px;
    color: var(--darkpink);
    font-size: 12px;
}

.treatment-form-group.has-error .treatment-form-input,
.treatment-form-group.has-error .treatment-form-select {
    border-color: var(--darkpink);
}

.treatment-form-group.has-error .form-error {
    display: block;
}

.consultancy-checkbox strong {
    color: #d14548;
    font-weight: 900;
}

.consultancy-checkbox {
    font-family: var(--para-font);
    font-size: 20px;
}

.appointment-datetime-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.datetime-field {
    position: relative;
}

.datetime-field .treatment-form-input {
    width: 100%;
    min-height: 52px;
    padding-right: 48px;
    cursor: pointer;
}

.datetime-icon {
    position: absolute;
    right: 16px;
    bottom: 16px;
    pointer-events: none;
    font-size: 17px;
    color: var(--darkpink);
}

input[type="date"],
input[type="time"] {
    appearance: none;
    -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.datetime-help {
    margin-top: 7px;
    font-size: 12px;
    color: #777;
}

.time-status {
    margin-top: 7px;
    min-height: 18px;
    font-size: 12px;
    color: #777;
}

.time-status.available {
    color: #2f8a52;
    display: none;
}

.time-status.warning {
    color: #b56b00;
}

.treatment-form-group.has-error .datetime-help,
.treatment-form-group.has-error .time-status {
    color: var(--darkpink);
}


@media(max-width:1500px) {
    .treatment-form-wrapper {
        max-width: 80%;
    }
}

@media(max-width:1300px) {
    .treatment-form-wrapper {
        max-width: 90%;
    }
}

@media (max-width: 767px) {

    .treatment-form-wrapper {
        padding: 13px 9px;
        border: 4px solid #faefeb;
        margin-top: 12px;
    }

    .treatment-form-title {
        font-size: 24px;
    }

    .treatment-form-subtitle {
        font-size: 14px;
    }

    .treatment-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .treatment-form-group.full-width {
        grid-column: auto;
    }

    .location-options {
        flex-direction: column;
        gap: 0px;
    }

    .location-option {
        width: 100%;
    }

    .treatment-form-wrapper {
        max-width: 95%;
    }

    .location-option label {
        padding: 6px 15px;
    }

    .treatment-form-input,
    .treatment-form-select,
    .treatment-form-textarea {
        padding: 7px 15px;
        font-size: 12px;
    }

    .treatment-submit-btn {
        padding: 5px 20px;
        font-size: 15px;
    }

    .appointment-conainer {
        margin: 31px 0px 0px 0px;
    }

    .appointment-datetime-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .consultancy-checkbox {
        font-size: 11px;
    }
}

/* =============== FOOTER ================== */

.footer-top-wave img {
    width: 100%;
    margin-top: 80px;
    margin-bottom: -2px;
}

.new-touch-footer {
    background: var(--darkpink);
    color: #ffffff;
    padding: 50px 20px 5px;
    font-family: var(--title-font);
}

.new-touch-footer .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 70%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 40px;
}

.new-touch-footer .footer-left {
    flex: 1;
    min-width: 220px;
}

.new-touch-footer .footer-logo {
    max-width: 250px;
    margin-bottom: 30px;
    filter: brightness(0) invert(1);
}

.new-touch-footer .footer-socials {
    display: flex;
    gap: 15px;
}

.copyright-text {
    margin-top: 30px;
}

.footer-socials img:hover {
    background: #e8aaaa00;
    filter: brightness(0) invert(1);
    transform: translateY(-5px);
}

.new-touch-footer .footer-socials a {
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.new-touch-footer .footer-socials a:hover {
    background-color: var(--darkpink);
}

.footer-socials img {
    height: 36px;
    width: 36px;
    object-fit: contain;
    width: 100%;
    background: #ffffff;
    padding: 8px;
    border-radius: 4px;
    transition: 0.3s ease-in;
}

.new-touch-footer .footer-center {
    flex: 1;
    min-width: 300px;
}

.footer-center-center {
    max-width: 332px;
}

.new-touch-footer .footer-center h3,
.new-touch-footer .footer-right h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #ffffff;
    border-bottom: 2px solid var(--darkpink);
    display: inline-block;
    padding-bottom: 5px;
    font-family: var(--sub-title-font);
}

.new-touch-footer .footer-center ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-touch-footer .footer-center ul li {
    margin-bottom: 10px;
}

.new-touch-footer .footer-center ul li a {
    color: #fff;
    font-family: var(--para-font);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s ease-in;
}

.new-touch-footer .footer-center ul li img {
    height: 14px;
}

.new-touch-footer .footer-center ul li a:hover {
    color: #ffffff94;
    transform: translatex(10px);
}

.new-touch-footer .footer-right {
    flex: 1;
    min-width: 250px;
}

.new-touch-footer .footer-right p {
    color: #fff;
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--para-font);
}

.new-touch-footer .footer-right i {
    color: var(--darkpink);
}

.new-touch-footer {
    position: relative;
}

.bottom-left-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 310px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.1;
}

@media(max-width:1500px) {
    .new-touch-footer .footer-container {
        max-width: 100%;
    }
}

@media(max-width:1100px) {
    .new-touch-footer .footer-center ul li a {
        font-size: 13px;
    }

    .new-touch-footer .footer-logo {
        max-width: 230px;
    }

    .footer-socials img {
        height: 30px;
        padding: 6px;
    }

    .new-touch-footer .footer-container {
        gap: 0px;
    }

    .copyright-text {
        font-size: 12px;
    }
}

@media(max-width:1000px) {
    .new-touch-footer .footer-logo {
        max-width: 189px;
    }

    .new-touch-footer .footer-center h3,
    .new-touch-footer .footer-right h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .new-touch-footer .footer-container {
        max-width: 82%;
    }
}

@media (max-width: 768px) {
    .new-touch-footer .footer-container {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .new-touch-footer .footer-socials {
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .new-touch-footer .footer-right p {
        justify-content: center;
    }

    .new-touch-footer .footer-center h3,
    .new-touch-footer .footer-right h3 {
        display: block;
    }

    .new-touch-footer {
        padding: 27px 15px 10px 15px;
    }

    .new-touch-footer .footer-center ul li {
        margin-bottom: 5px;
    }

    .new-touch-footer .footer-center ul li img {
        height: 10px;
    }

    .new-touch-footer .footer-center ul li a {
        gap: 5px;
    }

    .footer-socials img {
        height: 22px;
        padding: 4px;
    }

    .new-touch-footer .footer-logo {
        margin-bottom: 20px;
    }

    .bottom-left-img {
        display: none;
    }

    .new-touch-footer .footer-container {
        max-width: 100%;
    }

    .copyright-text {
        margin-top: 14px;
        font-size: 7px;
    }
}

/* ================== Results Page ================= */

.treatment-results {
    width: 90%;
    margin: 60px auto 0px;
}

.treatment-result-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.treatment-result-img-box img {
    width: 100%;
}

.treatment-result-box {
    padding: 20px;
    border: 1px solid #d145482b;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 4px 15px #91919112;
}

.treatment-result-info-box h3 {
    color: var(--darkpink);
    padding-top: 20px;
    font-family: var(--sub-title-font);
    font-size: 32px;
}

.treatment-result-info-box p {
    font-family: var(--para-font);
}

@media(max-width:1600px) {
    .treatment-result-info-box h3 {
        font-size: 25px;
    }

    .treatment-results {
        width: 97%;
    }
}

@media(max-width:1300px) {
    .footer-center-center {
        min-width: 100px !important;
    }

    .footer-left {
        min-width: 100px;
    }

    .new-touch-footer .footer-logo {
        max-width: 200px;
    }

    .footer-socials img {
        height: 25px;
        padding: 4px;
    }

    .new-touch-footer .footer-container {
        gap: 0px;
    }

    .new-touch-footer .footer-center ul li a {
        font-size: 15px;
    }
}

@media(max-width:1000px) {
    .new-touch-footer .footer-container {
        max-width: 100%;
    }

    .new-touch-footer .footer-logo {
        max-width: 150px;
    }

    .new-touch-footer .footer-logo {
        margin-bottom: 22px;
    }

    .new-touch-footer .footer-left {
        min-width: 150px;
    }
}

@media(max-width:1200px) {
    .treatment-result-info-box h3 {
        font-size: 19px;
    }

    .treatment-result-box {
        padding: 10px;
    }

    .treatment-result-info-box h3 {
        padding-top: 14px;
        margin-bottom: 0px;
    }

    .slider-arrow {
        font-size: 12px;
    }

    .treatment-result-container {
        gap: 13px;
    }

    .treatment-result-container {
        margin-top: 17px;
    }
}

@media(max-width:900px) {
    .treatment-result-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .footer-top-wave img {
        margin-top: 40px;
    }

    .new-touch-footer .footer-center ul li a {
        font-size: 12px;
    }

    .new-touch-footer .footer-center h3,
    .new-touch-footer .footer-right h3 {
        margin-top: 20px;
    }
}

@media(max-width:500px) {
    .treatment-result-info-box h3 {
        font-size: 14px;
    }

    .treatment-result-container {
        gap: 4px;
    }

    .treatment-result-info-box h3 {
        font-size: 15px;
    }

    .treatment-result-info-box h3 {
        padding-top: 7px;
    }

    .treatment-result-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ============== Contact Us Page Design Ideas =========== */

.contact-container {
    padding: 90px 0 0px;
    background: #ffffff;
}

.contact-box {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #f7e5e505 0%, #f4dada42 65%, #f8e8e80d 100%);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #d1454833;
}

.contact-container .morinfo {
    color: #000;
    background: var(--lightpink);
    margin-bottom: 20px;
    max-width: 90%;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid var(--lightpink);
}

.contact-container .morinfo h6 {
    color: var(--darkpink);
    font-family: var(--sub-title-font);
    font-weight: 400;
    font-size: 27px;
}

.contact-container .underline {
    display: inline-block;
    margin-top: 8px;
    color: #333;
    font-size: 18px;
    font-family: var(--para-font);
}

.contact-container .underline:hover {
    color: var(--darkpink);
}

.social-icon-circle {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin: 0 auto;
}

.social-icon-circle a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--lightpink);
    border: 1px solid var(--darkpink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
    padding: 9px;
    font-size: 30px;
    color: var(--darkpink);
}

.social-icon-circle a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.social-icon-circle a:hover {
    transform: translateY(-3px);
    background: var(--darkpink);
    color: var(--lightpink);
}

.social-icon-circle a:hover img {
    filter: brightness(0) invert(1);
}

.form2 {
    background: #fff;
    border: 1px solid var(--darkpink);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.06);
}

.form2 .messages {
    min-height: 20px;
}

.form2 .form-group {
    width: 100%;
}

.form2 input,
.form2 select,
.form2 textarea {
    width: 100%;
    height: 52px;
    border-radius: 10px;
    border: 1px solid #d1454829;
    background: #fff;
    padding: 0 16px;
    font-family: var(--para-font);
    color: #222;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-size: 15px;
}

.form2 textarea {
    height: auto;
    padding: 14px 16px;
}

.form2 input:focus,
.form2 select:focus,
.form2 textarea:focus {
    outline: none;
    border-color: var(--maroon);
    box-shadow: 0 0 0 4px rgba(128, 0, 0, 0.08);
}

.form2 select {
    appearance: none;
    background-image: linear-gradient(180deg,
            rgba(209, 69, 72, 0) 40%,
            rgba(209, 69, 72, .78) 100%),
        linear-gradient(180deg,
            rgba(209, 69, 72, 0) 40%,
            rgba(209, 69, 72, .78) 100%);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.butn {
    border: 1px solid var(--darkpink) !important;
    background: var(--darkpink) !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 5px 26px !important;
    font-family: var(--sub-title-font);
    font-size: 25px;
    transition: 0.25s ease;
    width: 100%;
}

.butn:hover {
    background: #fff !important;
    color: var(--darkpink) !important;
    transform: translateY(-2px);
}

.contact-title {
    margin: 0;
    color: var(--darkpink);
    font-size: 65px;
    font-family: var(--title-font);
    margin-bottom: 20px;
}

.contact-form-message {
    margin-top: 20px;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    border: 1px solid;
}

.contact-form-message.success {
    color: #0d6efd;
}

.contact-form-message.error {
    color: #dc3545;
}

.morinfo span {
    font-weight: 100;
    font-family: auto;
    font-size: 26px;
    color: #3333339c;
}

@media(max-width:1600px) {
    .contact-box {
        max-width: 90%;
    }
}

@media(max-width:1400px) {
    .contact-box {
        max-width: 98%;
        padding: 20px;
    }

    .contact-container .underline {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .contact-container {
        padding: 10px 0 0px;
    }

    .form2 {
        padding: 18px;
        margin-top: 5%;
    }

    .contact-container .underline {
        font-size: 15px;
    }

    .contact-title {
        font-size: 45px;
    }

    .contact-container .morinfo h6 {
        margin-bottom: 0px;
    }

    .social-icon-circle a {
        width: 37px;
        height: 37px;
        padding: 8px;
    }
}

@media(max-width:900px) {
    .contact-box {
        max-width: 96%;
        padding: 50px 20px;
    }

    .contact-title {
        font-family: var(--title-font);
        padding-bottom: 0px;
        font-size: 40px;
        margin-top: 0px;
    }

    .contact-container .morinfo {
        max-width: 100%;
    }

    .contact-container .morinfo {
        padding: 12px;
    }
}

@media(max-width:767px) {
    .contact-title {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {

    .form2 input,
    .form2 select,
    .form2 textarea {
        height: 48px;
    }

    .contact-box {
        max-width: 100%;
        border: none;
        padding: 15px 12px;
        background: #00000000;
    }

    .contact-title {
        font-size: 34px;
        padding-bottom: 0px;
    }

    .contact-container .underline {
        font-size: 9px;
    }

    .form2 {
        padding: 11px;
        margin-top: 5%;
        border: 1px solid #d1454829;
    }

    .morinfo span {
        font-size: 14px;
    }

    .butn {
        border-radius: 13px !important;
        padding: 0px 26px !important;
        font-size: 22px;
    }
}

/* 
https://spalabele.wpenginepowered.com/
https://jacqueline.themerex.net/laser-dermatology/
https://preview.themeforest.net/item/glowria-beauty-salon-spa-elementor-template-kit/full_screen_preview/64338199
https://amiy.wpenginepowered.com/amiy-home-6/
https://thememxpro.com/demo/reluxe/index3.php
https://thememxpro.com/demo/reluxe/?storefront=envato-elements
*/

/* https://wdtmakehub.wpenginepowered.com/home-2/ */
/* https://wdtlilacdemo.wpenginepowered.com/home-iii/
https://dribbble.com/shots/26162382-Lumi-re-Skincare-Landing-Page-Website
https://i.pinimg.com/1200x/72/40/d2/7240d2416111d409791b07596eacf0cc.jpg
http://i.pinimg.com/736x/20/96/f9/2096f9b4bf6d9d09bf45b863e05ca756.jpg
http://cdn.dribbble.com/userupload/48152164/file/af7b8ad1a361d16326bb08e98c0e2bb6.jpg?resize=752x&vertical=center
https://cdn.dribbble.com/userupload/4087346/file/original-baf173315ec4bab314588d1a7477ee1a.png?resize=752x&vertical=center
https://beauty.nicdark.com/beauty-center-wordpress-theme/
http://beauty.nicdark.com/beauty-center-wordpress-theme/home-2/
https://i.pinimg.com/736x/53/cc/c6/53ccc6ed6ac5c21136b6168ca5039365.jpg */
/* https://wdtlilacdemo.wpenginepowered.com/home-iii/
https://in.pinterest.com/pin/48273027252491400/ 
https://i.pinimg.com/736x/fd/30/1c/fd301c5bbc751bdbe64c89bb76aece7d.jpg */

/* Competitor  */

/* https://muskclinic.com/ */