/* 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: 'bosting';
    src: local('moglandemo'), url('../fonts/bosting/Bosting/Bosting.woff') format('woff');
}

@font-face {
    font-family: 'milcora';
    src: local('milcora'), url('../fonts/milcora/Milcora.woff') format('woff');
}

/* 
@font-face {
    font-family: 'VirsaceBigiora';
    src: local('VirsaceBigiora'), url('../fonts/VirsaceBigiora/VirsaceBigiora-Regular.woff') format('woff');
} */

:root {
    --title-font: 'VirsaceBigiora';
    --para-font: "DM Sans", sans-serif;
    --number-font: 'milcora';
}


/* 
:root {
    --title-font: 'VirsaceBigiora';
    --para-font: Arial, sans-serif;
} */


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-container {
    background: var(--pink-gradient);
} */

.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-section-container {
    background: var(--pink-gradient);
} */


.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: 'milcora';
}

.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: 30px;
    }

    .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;
    }
}


/* 
.new-touch-treatements-section {
    width: 100%;
    padding: 75px 20px;
    box-sizing: border-box;
}

.new-touch-treatements-container {
    width: 100%;
    margin: 0 auto;
}

.new-touch-treatements-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 18px;
    align-items: stretch;
}



.new-touch-treatements-card {
    position: relative;
    background: #fdf0ed;
    border-radius: 5px;
    padding: 13px 11px 11px;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.new-touch-treatements-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(84, 51, 38, 0.14);
}



.new-touch-treatements-icon {
    position: absolute;
    top: -10px;
    right: -2px;

    width: 31px;
    height: 31px;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    background: var(--darkpink);
    color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: 13px;

    border: 3px solid #f3ebe5;

    z-index: 2;
}


.new-touch-treatements-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new-touch-treatements-card h3 {
    color: var(--darkpink);
    font-size: 19px;
    line-height: 1.25;
    font-weight: 600;

    margin: 5px 5px 6px;
}

.new-touch-treatements-card p {
    color: #777;
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 1.45;

    margin: 0 5px 9px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    min-height: 43px;
}


.new-touch-treatements-image {
    width: 100%;
    height: 125px;

    overflow: hidden;
    border-radius: 4px;

    margin-bottom: 7px;

    background: #eee;
}

.new-touch-treatements-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.new-touch-treatements-card:hover .new-touch-treatements-image img {
    transform: scale(1.07);
}


.new-touch-treatements-btn {
    width: calc(100% - 8px);
    min-height: 28px;

    margin: 0 4px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;

    box-sizing: border-box;

    border: 1px solid var(--darkpink);
    border-radius: 30px;

    text-decoration: none;

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 400;

    color: var(--darkpink);
    background: transparent;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.new-touch-treatements-btn span {
    font-size: 12px;
    line-height: 1;
}

.new-touch-treatements-btn:hover {
    background: var(--darkpink);
    color: #ffffff;
    transform: translateY(-1px);
}


@media (max-width: 1100px) {

    .new-touch-treatements-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 17px;
    }

    .new-touch-treatements-image {
        height: 135px;
    }

}


@media (max-width: 800px) {

    .new-touch-treatements-section {
        padding: 60px 18px;
    }

    .new-touch-treatements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .new-touch-treatements-card h3 {
        font-size: 15px;
    }

    .new-touch-treatements-card p {
        font-size: 10px;
        min-height: 45px;
    }

    .new-touch-treatements-image {
        height: 165px;
    }

}

@media (max-width: 550px) {

    .new-touch-treatements-section {
        padding: 50px 14px;
    }

    .new-touch-treatements-heading {
        margin-bottom: 30px;
    }

    .new-touch-treatements-heading h2 {
        font-size: 28px;
    }

    .new-touch-treatements-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .new-touch-treatements-card {
        padding: 14px 13px 13px;
    }

    .new-touch-treatements-card h3 {
        font-size: 16px;
    }

    .new-touch-treatements-card p {
        font-size: 11px;
        min-height: auto;
        -webkit-line-clamp: unset;
    }

    .new-touch-treatements-image {
        height: 210px;
    }

    .new-touch-treatements-btn {
        min-height: 34px;
        font-size: 10px;
    }

}


@media (max-width: 380px) {

    .new-touch-treatements-section {
        padding: 42px 12px;
    }

    .new-touch-treatements-heading h2 {
        font-size: 25px;
    }

    .new-touch-treatements-image {
        height: 185px;
    }

} */


/* ============= 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;
    /* background: #ffffff; */
    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;
    font-weight: 600;
    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;
}

/* .what-make-different-right-image img {
    width: auto;
    height: 600px;
    z-index: 20;
    position: relative;
} */

@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;
    }

    /* .what-make-different-gradient {
        background:
            linear-gradient(90deg,
                rgba(210, 157, 143, 0.98) 0%,
                rgba(210, 157, 143, 0.95) 25%,
                rgba(210, 157, 143, 0.86) 38%,
                rgba(210, 157, 143, 0.58) 50%,
                rgba(210, 157, 143, 0.22) 63%,
                rgba(210, 157, 143, 0) 76%);
    } */
}

@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;
        /* background: #d29d8f; */
    }
}

@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;
    }
}



/* 

.what-make-different-section {
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
    box-sizing: border-box;
}

.what-make-different-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
}

.what-make-different-image {
    width: 64%;
    min-height: 560px;
    position: relative;
    overflow: hidden;
}

.what-make-different-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.what-make-different-container:hover .what-make-different-image img {
    transform: scale(1.03);
}

.what-make-different-content {
    width: 49%;
    min-height: 560px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    padding: 65px 70px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    background: #d9a99d;
}

.what-make-different-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    width: 170px;
    height: 100%;
    background: #d9a99d;
    clip-path: ellipse(55% 70% at 20% 50%);
    z-index: -1;
}

.what-make-different-title-wrap {
    margin-bottom: 35px;
}

.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: 18px;
}

.what-make-different-title-line span {
    width: 75px;
    height: 2px;
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.75);
}

.what-make-different-title-line span::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}

.what-make-different-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 34px;
}

.what-make-different-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.what-make-different-icon {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    background: #ffffff;
    color: #cf9a8d;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
}

.what-make-different-icon span {
    line-height: 1;
}

.what-make-different-text {
    min-width: 0;
}

.what-make-different-text h3 {
    margin: 0 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
}

.what-make-different-text p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

.what-make-different-btn {
    width: fit-content;
    min-width: 205px;
    padding: 13px 14px 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 9px;
    background: #ffffff;
    color: #b98376;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.what-make-different-btn:hover {
    transform: translateY(-3px);
    background: #fffaf8;
    box-shadow: 0 10px 25px rgba(70, 30, 20, 0.12);
    color: #a56f62;
}

.what-make-different-btn-icon {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcb2a8;
    font-size: 16px;
    line-height: 1;
    transition: transform 0.3s ease, background 0.3s ease;
}

.what-make-different-btn:hover .what-make-different-btn-icon {
    transform: translateX(3px);
    background: #f8e7e3;
}

@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: 55px 50px;
    }

    .what-make-different-image {
        min-height: 520px;
    }

    .what-make-different-title {
        font-size: 39px;
    }
}

@media (max-width: 991px) {
    .what-make-different-section {
        padding: 50px 20px;
    }

    .what-make-different-container {
        display: flex;
        flex-direction: column;
        min-height: auto;
        border-radius: 18px;
    }

    .what-make-different-content {
        width: 100%;
        min-height: auto;
        padding: 50px 45px;
        order: 1;
    }

    .what-make-different-content::after {
        display: none;
    }

    .what-make-different-image {
        width: 100%;
        min-height: 430px;
        order: 2;
    }

    .what-make-different-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .what-make-different-section {
        padding: 35px 15px;
    }

    .what-make-different-container {
        border-radius: 15px;
    }

    .what-make-different-content {
        padding: 38px 25px 40px;
    }

    .what-make-different-title-wrap {
        margin-bottom: 28px;
    }

    .what-make-different-title {
        font-size: 31px;
        line-height: 1.2;
    }

    .what-make-different-title-line {
        margin-top: 14px;
    }

    .what-make-different-list {
        gap: 19px;
        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;
        line-height: 1.45;
    }

    .what-make-different-btn {
        width: 100%;
        max-width: 215px;
        min-width: auto;
    }

    .what-make-different-image {
        min-height: 310px;
    }
}

@media (max-width: 480px) {
    .what-make-different-content {
        padding: 32px 20px 35px;
    }

    .what-make-different-title {
        font-size: 27px;
    }

    .what-make-different-list {
        gap: 17px;
    }

    .what-make-different-item {
        gap: 10px;
    }

    .what-make-different-text h3 {
        font-size: 14px;
    }

    .what-make-different-text p {
        font-size: 12px;
    }

    .what-make-different-image {
        min-height: 260px;
    }
} */


/* ============= Treatements section ============== */





/* =============================================  Media Query ====================================== */



/* 
.new-touch-treatements-section {
    width: 100%;
    padding: 90px 30px;
    background: #fff9f9;
}

.new-touch-treatements-container {
    width: min(1320px, 100%);
    margin: 0 auto;
}

.new-touch-treatements-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.new-touch-treatements-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;
}

.new-touch-treatements-tag::before {
    content: "";
    width: 24px;
    height: 1px;
    background: #d14548;
}

.new-touch-treatements-title {
    margin-bottom: 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;
}

.new-touch-treatements-description {
    max-width: 600px;
    margin: 0 auto;
    color: #765b5d;
    font-size: 15px;
    line-height: 1.75;
}

.new-touch-treatements-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.new-touch-treatements-column {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    gap: 12px;
}

.new-touch-treatements-card {
    position: relative;
    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;
}

.new-touch-treatements-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;
}

.new-touch-treatements-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(209, 69, 72, .88), rgba(209, 69, 72, .48));
    opacity: 0;
    transition: opacity .35s ease;
}

.new-touch-treatements-card:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: 0 18px 45px rgba(209, 69, 72, .13);
}

.new-touch-treatements-card:hover::before {
    opacity: 1;
    transform: scale(1);
}

.new-touch-treatements-card:hover::after {
    opacity: 1;
}

.new-touch-treatements-card-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.new-touch-treatements-card-text {
    min-width: 0;
}

.new-touch-treatements-number {
    display: block;
    margin-bottom: 10px;
    color: #c58a8c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.7px;
    transition: color .3s ease;
}

.new-touch-treatements-card h3 {
    margin-bottom: 8px;
    color: #402223;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(19px, 1.65vw, 24px);
    font-weight: 400;
    line-height: 1.15;
    transition: color .3s ease;
}

.new-touch-treatements-card p {
    max-width: 310px;
    color: #80696a;
    font-size: 12px;
    line-height: 1.55;
    transition: color .3s ease;
}

.new-touch-treatements-arrow {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    margin-top: 1px;
    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;
}

.new-touch-treatements-card:hover h3,
.new-touch-treatements-card:hover p,
.new-touch-treatements-card:hover .new-touch-treatements-number {
    color: #ffffff;
}

.new-touch-treatements-card:hover .new-touch-treatements-arrow {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .5);
    color: #ffffff;
    transform: rotate(45deg);
}

.new-touch-treatements-center {
    position: relative;
    min-height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #f2d8d9;
    box-shadow: 0 22px 60px rgba(209, 69, 72, .12);
}

.new-touch-treatements-center-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.new-touch-treatements-center::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(209, 69, 72, 0) 45%, rgba(209, 69, 72, .72) 100%);
}

.new-touch-treatements-center-content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    color: #fff;
}

.new-touch-treatements-center-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(8px);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.new-touch-treatements-center-content h3 {
    margin-bottom: 7px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.05;
}

.new-touch-treatements-center-content p {
    max-width: 290px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .82);
}

@media (max-width: 1100px) {
    .new-touch-treatements-grid {
        grid-template-columns: minmax(0, 1fr) minmax(235px, 300px) minmax(0, 1fr);
        gap: 14px;
    }

    .new-touch-treatements-card {
        min-height: 108px;
        padding: 18px;
        border-radius: 15px;
    }

    .new-touch-treatements-card h3 {
        font-size: 18px;
    }

    .new-touch-treatements-card p {
        font-size: 11px;
    }

    .new-touch-treatements-arrow {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .new-touch-treatements-center-content {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

    .new-touch-treatements-center-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 820px) {
    .new-touch-treatements-section {
        padding: 70px 20px;
    }

    .new-touch-treatements-heading {
        margin-bottom: 38px;
    }

    .new-touch-treatements-grid {
        grid-template-columns: 1fr 1fr;
    }

    .new-touch-treatements-center {
        grid-column: 1 / -1;
        grid-row: 1;
        height: 430px;
        min-height: 430px;
    }

    .new-touch-treatements-left {
        grid-column: 1;
        grid-row: 2;
    }

    .new-touch-treatements-right {
        grid-column: 2;
        grid-row: 2;
    }

    .new-touch-treatements-column {
        grid-template-rows: repeat(5, minmax(0, auto));
    }
}

@media (max-width: 620px) {
    .new-touch-treatements-section {
        padding: 55px 15px;
    }

    .new-touch-treatements-title {
        font-size: 39px;
        letter-spacing: -1px;
    }

    .new-touch-treatements-description {
        font-size: 13px;
    }

    .new-touch-treatements-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .new-touch-treatements-center {
        grid-column: 1;
        height: 390px;
        min-height: 390px;
    }

    .new-touch-treatements-left,
    .new-touch-treatements-right {
        grid-column: 1;
        grid-row: auto;
    }

    .new-touch-treatements-card {
        min-height: 105px;
        padding: 18px 17px;
    }

    .new-touch-treatements-card h3 {
        font-size: 19px;
    }

    .new-touch-treatements-card p {
        max-width: 100%;
        font-size: 12px;
    }

    .new-touch-treatements-card-inner {
        gap: 12px;
    }
}

@media (hover: none), (pointer: coarse) {
    .new-touch-treatements-card:active::before,
    .new-touch-treatements-card:focus-within::before {
        opacity: 1;
        transform: scale(1);
    }

    .new-touch-treatements-card:active::after,
    .new-touch-treatements-card:focus-within::after {
        opacity: 1;
    }

    .new-touch-treatements-card:active h3,
    .new-touch-treatements-card:active p,
    .new-touch-treatements-card:active .new-touch-treatements-number,
    .new-touch-treatements-card:focus-within h3,
    .new-touch-treatements-card:focus-within p,
    .new-touch-treatements-card:focus-within .new-touch-treatements-number {
        color: #ffffff;
    }
}

                   */




/* ======== 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(90deg, #f8e8e8 0%, #f5dddd 48%, #d14548 100%); */
    background: linear-gradient(135deg, #e39696 0%, #f4dada 65%, #f8e8e8 100%);
    /* background: linear-gradient(
            135deg,
            #d14548 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;
    /* background: linear-gradient(
        90deg,
        rgba(245, 221, 221, 0) 0%,
        rgba(245, 221, 221, 0.1) 35%,
        rgba(209, 69, 72, 0.2) 100%
    ); */
    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,
            #f8e8e8 0%,
            #f4dada 65%,
            #d14548 100%
        ); */
        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;
    }

    .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%;
    padding: 90px 20px;
    background: #fff;
    overflow: hidden;
}

.now-touch-procedure-container {
    width: min(1400px, 100%);
    margin: 0 auto;
}

.now-touch-procedure-heading {
    text-align: center;
    margin-bottom: 55px;
}

.now-touch-procedure-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #d14548;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.now-touch-procedure-heading h2 {
    margin: 0 0 12px;
    color: #252525;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.1;
}

.now-touch-procedure-heading p {
    max-width: 560px;
    margin: 0 auto;
    color: #777;
    font-size: 15px;
    line-height: 1.8;
}

.now-touch-procedure-showcase {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 0fr;
    width: 100%;
    min-height: 650px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f1dede;
    box-shadow: 0 25px 60px rgba(209, 69, 72, .08);
    transition: grid-template-columns .7s cubic-bezier(.65, 0, .35, 1);
}

.now-touch-procedure-visual {
    position: relative;
    min-width: 0;
    min-height: 650px;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(209, 69, 72, .08), transparent 42%),
        linear-gradient(135deg, #fff 0%, #fff7f7 100%);
    transition: all .7s cubic-bezier(.65, 0, .35, 1);
}

.now-touch-procedure-details {
    position: relative;
    min-width: 0;
    min-height: 650px;
    overflow: hidden;
    padding: 0;
    background: #fff;
    border-left: 0 solid #f3dddd;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity .5s ease,
        padding .7s ease,
        border-width .7s ease;
}

.now-touch-procedure-person {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
    z-index: 1;
    transition:
        width .8s cubic-bezier(.65, 0, .35, 1),
        opacity .55s ease,
        transform .8s 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 .8s ease;
}

.now-touch-procedure-female img {
    object-position: right top;
}

.now-touch-procedure-male img {
    object-position: left top;
}

.now-touch-procedure-person::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.now-touch-procedure-female::after {
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 45%,
        rgba(255,255,255,.8) 100%
    );
}

.now-touch-procedure-male::after {
    background: linear-gradient(
        270deg,
        rgba(255,255,255,0) 45%,
        rgba(255,255,255,.8) 100%
    );
}

.now-touch-procedure-person-label {
    position: absolute;
    left: 28px;
    bottom: 35px;
    z-index: 3;
}

.now-touch-procedure-person-label span {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid rgba(209, 69, 72, .5);
    background: rgba(255,255,255,.94);
    color: #d14548;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s ease;
}

.now-touch-procedure-person:hover img {
    transform: scale(1.04);
}

.now-touch-procedure-person:hover
.now-touch-procedure-person-label span {
    background: #d14548;
    color: #fff;
}

.now-touch-procedure-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: min(280px, 38%);
    padding: 30px 22px;
    text-align: center;
    transform: translate(-50%, -50%);
    transition:
        opacity .45s ease,
        visibility .45s ease,
        transform .6s ease;
}

.now-touch-procedure-center-small {
    display: block;
    margin-bottom: 12px;
    color: #d14548;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
}

.now-touch-procedure-center h3 {
    margin: 0 0 14px;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.05;
}

.now-touch-procedure-center p {
    margin: 0;
    color: #707070;
    font-size: 13px;
    line-height: 1.7;
}

.now-touch-procedure-center-line {
    display: block;
    width: 45px;
    height: 1px;
    margin: 18px auto 0;
    background: #d14548;
}

.now-touch-procedure-detail {
    position: absolute;
    inset: 55px 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(25px);
    transition:
        opacity .5s ease,
        visibility .5s ease,
        transform .6s ease;
}

.now-touch-procedure-detail-default {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.now-touch-procedure-detail-default p {
    max-width: 420px;
    margin: 0;
    color: #727272;
    font-size: 15px;
    line-height: 1.85;
}

.now-touch-procedure-detail-default::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin-top: 25px;
    background: #d14548;
}

.now-touch-procedure-detail-top {
    display: inline-block;
    margin-bottom: 14px;
    color: #d14548;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.now-touch-procedure-detail h3 {
    margin: 0 0 28px;
    color: #292929;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3.2vw, 50px);
    font-weight: 400;
    line-height: 1.08;
}


.now-touch-procedure-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-height: 430px;
    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-bottom: 18px;
    border-bottom: 1px solid #f1e4e4;
}

.now-touch-procedure-list-item:last-child {
    border-bottom: 0;
}

.now-touch-procedure-list-item h4 {
    position: relative;
    margin: 0 0 7px;
    padding-left: 20px;
    color: #292929;
    font-size: 18px;
    font-weight: 500;
}

.now-touch-procedure-list-item h4::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #d14548;
}

.now-touch-procedure-list-item p {
    margin: 0;
    color: #727272;
    font-size: 12px;
    line-height: 1.65;
}

.now-touch-procedure-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding: 13px 21px;
    border: 1px solid #d14548;
    background: #d14548;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
}

.now-touch-procedure-button span {
    font-size: 18px;
    line-height: 1;
}

.now-touch-procedure-button:hover {
    background: #fff;
    color: #d14548;
}


.now-touch-procedure-showcase:has(.now-touch-procedure-female:hover) {
    grid-template-columns: 55% 45%;
}

.now-touch-procedure-showcase:has(.now-touch-procedure-female:hover)
.now-touch-procedure-details {
    padding: 55px 50px;
    border-left-width: 1px;
    opacity: 1;
    visibility: visible;
}

.now-touch-procedure-showcase:has(.now-touch-procedure-female:hover)
.now-touch-procedure-female {
    width: 100%;
}

.now-touch-procedure-showcase:has(.now-touch-procedure-female:hover)
.now-touch-procedure-male {
    width: 0;
    opacity: 0;
    transform: translateX(40px);
}

.now-touch-procedure-showcase:has(.now-touch-procedure-female:hover)
.now-touch-procedure-center {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(.9);
}

.now-touch-procedure-showcase:has(.now-touch-procedure-female:hover)
.now-touch-procedure-detail-default {
    opacity: 0;
    visibility: hidden;
}

.now-touch-procedure-showcase:has(.now-touch-procedure-female:hover)
.now-touch-procedure-detail-female {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.now-touch-procedure-showcase:has(.now-touch-procedure-male:hover) {
    grid-template-columns: 55% 45%;
}

.now-touch-procedure-showcase:has(.now-touch-procedure-male:hover)
.now-touch-procedure-details {
    padding: 55px 50px;
    border-left-width: 1px;
    opacity: 1;
    visibility: visible;
}

.now-touch-procedure-showcase:has(.now-touch-procedure-male:hover)
.now-touch-procedure-male {
    width: 100%;
}

.now-touch-procedure-showcase:has(.now-touch-procedure-male:hover)
.now-touch-procedure-female {
    width: 0;
    opacity: 0;
    transform: translateX(-40px);
}

.now-touch-procedure-showcase:has(.now-touch-procedure-male:hover)
.now-touch-procedure-center {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(.9);
}

.now-touch-procedure-showcase:has(.now-touch-procedure-male:hover)
.now-touch-procedure-detail-default {
    opacity: 0;
    visibility: hidden;
}

.now-touch-procedure-showcase:has(.now-touch-procedure-male:hover)
.now-touch-procedure-detail-male {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


.now-touch-procedure-female img,
.now-touch-procedure-male img {
    object-fit: cover;
}

.now-touch-procedure-female img {
    object-position: 70% center;
}

.now-touch-procedure-male img {
    object-position: 30% center;
}


@media (max-width: 1100px) {

    .now-touch-procedure-section {
        padding: 70px 18px;
    }

    .now-touch-procedure-showcase {
        min-height: 580px;
    }

    .now-touch-procedure-visual {
        min-height: 580px;
    }

    .now-touch-procedure-details {
        min-height: 580px;
    }

    .now-touch-procedure-showcase:has(.now-touch-procedure-female:hover),
    .now-touch-procedure-showcase:has(.now-touch-procedure-male:hover) {
        grid-template-columns: 55% 45%;
    }

    .now-touch-procedure-showcase:has(.now-touch-procedure-female:hover)
    .now-touch-procedure-details,

    .now-touch-procedure-showcase:has(.now-touch-procedure-male:hover)
    .now-touch-procedure-details {
        padding: 40px 30px;
    }

    .now-touch-procedure-detail {
        inset: 40px 30px;
    }

    .now-touch-procedure-detail h3 {
        font-size: 36px;
    }

    .now-touch-procedure-list-item h4 {
        font-size: 16px;
    }

    .now-touch-procedure-list-item p {
        font-size: 11px;
    }
}

@media (max-width: 767px) {

    .now-touch-procedure-section {
        padding: 60px 15px;
    }

    .now-touch-procedure-heading {
        margin-bottom: 35px;
    }

    .now-touch-procedure-heading h2 {
        font-size: 38px;
    }

    .now-touch-procedure-heading p {
        font-size: 13px;
    }

    .now-touch-procedure-showcase {
        display: block;
        min-height: auto;
    }

    .now-touch-procedure-visual {
        width: 100%;
        min-height: 480px;
    }

    .now-touch-procedure-details {
        width: 100%;
        min-height: 0;
        padding: 0;
        border: 0;
    }

    .now-touch-procedure-showcase:has(.now-touch-procedure-female:hover)
    .now-touch-procedure-details,

    .now-touch-procedure-showcase:has(.now-touch-procedure-male:hover)
    .now-touch-procedure-details {
        min-height: 620px;
        padding: 35px 22px;
        border-top: 1px solid #f3dddd;
    }

    .now-touch-procedure-showcase:has(.now-touch-procedure-female:hover)
    .now-touch-procedure-visual,

    .now-touch-procedure-showcase:has(.now-touch-procedure-male:hover)
    .now-touch-procedure-visual {
        min-height: 430px;
    }

    .now-touch-procedure-detail {
        inset: 35px 22px;
    }

    .now-touch-procedure-person-label {
        left: 15px;
        bottom: 18px;
    }

    .now-touch-procedure-person-label span {
        padding: 8px 12px;
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .now-touch-procedure-center {
        width: 48%;
        padding: 15px 8px;
    }

    .now-touch-procedure-center-small {
        font-size: 7px;
        letter-spacing: 1.5px;
    }

    .now-touch-procedure-center h3 {
        font-size: 25px;
    }

    .now-touch-procedure-center p {
        font-size: 10px;
        line-height: 1.55;
    }

    .now-touch-procedure-detail h3 {
        font-size: 32px;
        margin-bottom: 22px;
    }

    .now-touch-procedure-list {
        max-height: 430px;
    }

    .now-touch-procedure-list-item {
        padding-bottom: 15px;
    }

    .now-touch-procedure-list-item h4 {
        font-size: 16px;
    }

    .now-touch-procedure-list-item p {
        font-size: 11px;
    }

    .now-touch-procedure-button {
        margin-top: 20px;
        padding: 11px 15px;
        font-size: 9px;
    }
}


@media (max-width: 480px) {

    .now-touch-procedure-section {
        padding: 50px 12px;
    }

    .now-touch-procedure-heading h2 {
        font-size: 32px;
    }

    .now-touch-procedure-visual {
        min-height: 400px;
    }

    .now-touch-procedure-showcase:has(.now-touch-procedure-female:hover)
    .now-touch-procedure-visual,

    .now-touch-procedure-showcase:has(.now-touch-procedure-male:hover)
    .now-touch-procedure-visual {
        min-height: 360px;
    }

    .now-touch-procedure-person-label {
        left: 8px;
        bottom: 12px;
    }

    .now-touch-procedure-person-label span {
        padding: 7px 10px;
        font-size: 8px;
        letter-spacing: 1px;
    }

    .now-touch-procedure-center {
        width: 52%;
        padding: 10px 5px;
    }

    .now-touch-procedure-center h3 {
        font-size: 21px;
    }

    .now-touch-procedure-center p {
        font-size: 9px;
        line-height: 1.5;
    }

    .now-touch-procedure-center-small {
        font-size: 6px;
        letter-spacing: 1.2px;
    }

    .now-touch-procedure-detail h3 {
        font-size: 28px;
    }

    .now-touch-procedure-list {
        max-height: 400px;
    }
}

@media (hover: none) and (pointer: coarse) {

    .now-touch-procedure-showcase {
        display: block;
    }

    .now-touch-procedure-details {
        display: none;
    }

    .now-touch-procedure-visual {
        min-height: 480px;
    }

    .now-touch-procedure-person {
        width: 50%;
        opacity: 1;
    }

    .now-touch-procedure-center {
        opacity: 1;
        visibility: visible;
    }

    .now-touch-procedure-female:active,
    .now-touch-procedure-male:active {
        width: 100%;
    }
} */

.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;
    /* border: 1px solid #f1dddd;
    box-shadow: 0 20px 55px rgba(209, 69, 72, .08); */
    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%);
}

/* TRIGGER BUTTON */

.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);
}

/* CENTER */

.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;
}

/* DETAILS */

.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;
}

/* LIST */

.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;
}

/* CLOSE */

.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;
}

/* BOTTOM BUTTON */

.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);
}

/* FEMALE ACTIVE */

.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);
}

/* MALE ACTIVE */

.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);
}

/* ACTIVE BUTTON */

.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);
}

/* TABLET */

@media (max-width: 1100px) {

    /* .now-touch-procedure-section {
        padding: 70px 18px;
    } */

    .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;
    }
}

/* MOBILE */

@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;
    }
}

/* SMALL MOBILE */

@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;
    margin-bottom: 120px;
}

.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;
    /* border-radius: 280px 280px 0 0; */
    overflow: hidden;
    /* background: #ffe5ef; */
}

.new-touch-faq-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    /* animation: float 5s ease-in-out infinite; */
    border: 10px solid #faefeb;
    border-radius: 20px;
    /* padding: 5px; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    /* Shifts 10px up */
}

.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: 22px 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: #fde8f0;
    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 {
        /* grid-template-columns: 1fr; */
        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;
    }

    .faq-section {
        margin-bottom: 70px;
    }

}

@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: 18px;
    }

    .new-touch-faq-answer {
        padding: 0 18px 20px;
    }

    .new-touch-faq-icon {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .new-touch-faq-contact {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .new-touch-faq-btn {
        width: 100%;
    }

    /* .new-touch-faq-image {
        border-radius: 180px 180px 0 0;
    } */

    .new-touch-faq-container {
        /* grid-template-columns: 1fr; */
        gap: 20px;
    }

}



/* ========== Slider ============= */

.new-touch-slider-section {
    width: 100%;
    background: #fff7f7;
    overflow: hidden;
}

.new-touch-slider-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 1600px; */
    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;
    /* padding: 70px 7%; */
    box-sizing: border-box;
    background: #fff7f7;
    /* justify-content: space-between; */
    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-weight: bold; */
    font-family: var(--title-font);
    /* line-height: 87px; */
}

.banner-text-box-right {
    margin-right: 25%;
    /* width: 1000px; */
}

.banner-text-box-left {
    margin-left: 25%;
    /* width: 1000px; */
}

@media (max-width: 1200px) {
    .new-touch-slide {
        min-height: 600px;
        /* padding: 60px 6%; */
    }

    .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;
        /* padding: 50px 5%; */
    }

    .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;
        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%);
    }
}

@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 ----------- */

/* General Setup */
.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;
}

/* Main Container Grid Layout */
.new-touch-vm .nt-container {
    position: relative;
    max-width: 80%;
    width: 100%;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Center Image Container */
.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%);
}


/* Generic Card Base */
.new-touch-vm .nt-card {
    position: absolute;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* transition: all 0.4s ease-in-out;
    animation: ntFadeInUp 1s ease-out forwards; */
}

/* Left White Card */
.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;
}

/* Right Teal Accent Card */
.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;
}



/* Animations */
@keyframes ntFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================
   MEDIA QUERIES FOR ALL SCREEN SIZES 
   ========================================== */

/* Tablets / Small Laptops (<= 992px) */
@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;
    }
}

/* Mobile Screens (<= 576px) */
@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;
    }
}

/* ----------- Founder Section ------------ */

.new-touch-timeline-story-section {
    padding: 100px 5%;
    background: #fff;
    overflow: hidden;
}

.new-touch-timeline-story-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px;
}

.new-touch-timeline-story-heading span {
    display: inline-block;
    padding: 8px 20px;
    background: #f8e7e8;
    color: #d14548;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.new-touch-timeline-story-heading h2 {
    margin: 20px 0;
    font-size: 46px;
    color: #222;
    font-weight: 700;
}

.new-touch-timeline-story-heading p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.new-touch-timeline-story-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 100%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 40px;
}

.new-touch-timeline-story-item {
    position: relative;
    flex: 1;
    display: flex;
    align-items: flex-start;
    z-index: 2;

}

.new-touch-timeline-story-item.middle {
    margin-top: 120px;
}

.new-touch-timeline-story-card {
    width: 100%;
    background: var(--darkpink);
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
    transition: .4s;
}

.new-touch-timeline-story-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .15);
}

.new-touch-timeline-story-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.new-touch-timeline-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .6s;
}

.new-touch-timeline-story-card:hover img {
    transform: scale(1.08);
}

.new-touch-timeline-story-content {
    padding: 25px;
}

.new-touch-timeline-story-content h3 {
    font-size: 24px;
    color: #222;
    margin-bottom: 15px;
}

.new-touch-timeline-story-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.new-touch-timeline-story-year {
    width: 70px;
    min-width: 70px;
    height: 180px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-touch-timeline-story-year span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: var(--darkpink);
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 2px;
    font-style: italic;
}

.new-touch-timeline-story-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 320px;
    pointer-events: none;
    z-index: 1;
}

.new-touch-timeline-story-line path {
    fill: none;
    stroke: #c8d2cb;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 8 8;
}

.new-touch-timeline-story-line::before,
.new-touch-timeline-story-line::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #0f7457;
    border-radius: 50%;
}

.new-touch-founder-section {
    width: 100%;
    padding: 120px 20px 90px;
    background: #ffffff;
    overflow: hidden;
}

.new-touch-founder-container {
    position: relative;
    max-width: 85%;
    margin: auto;
    min-height: 520px;
    border-radius: 35px;
    overflow: visible;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 70px;

    background: linear-gradient(135deg,
            #e39696 0%,
            #f4dada 65%,
            #f8e8e8 100%);

    box-shadow: 0 30px 80px rgba(209, 69, 72, .18);
}


.new-touch-founder-content {
    width: 48%;
    position: relative;
    z-index: 2;
}

.new-touch-founder-subtitle {
    position: relative;
    overflow: visible;
    min-height: 580px;
    padding: 70px 70px 0;
}

.new-touch-founder-content h2 {
    font-weight: 900;
    font-size: 52px;
    color: #000000;
    font-weight: 900;
    font-family: Georgia, serif;
    margin-bottom: 28px;
    margin-top: 46px;
}

.new-touch-founder-content p {
    max-width: 540px;
    color: #6d5b60;
    font-size: 18px;
    line-height: 1.9;
}

.new-touch-founder-image {
    width: 45%;
    position: absolute;
    right: 20px;
    bottom: -2px;
    height: 680px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.new-touch-founder-image::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
    right: 20px;
    bottom: 20px;
}

.new-touch-founder-image::after {
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, .35);
    right: -5px;
    bottom: -5px;
}

.new-touch-founder-image img {
    position: absolute;
    bottom: -12px;
    right: 0;
    width: auto;
    height: 700px;
    max-width: none;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 25px 45px rgba(0, 0, 0, .18));
    z-index: 5;
    transition: .4s ease;
}

.new-touch-founder-image img:hover {
    transform: translateY(-10px) scale(1.03);
}

@keyframes new-touch-founder-float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }

}

/* 
.new-touch-founder-image img {
    animation: new-touch-founder-float 5s ease-in-out infinite;
} */

@media(max-width:1200px) {

    .new-touch-founder-container {
        padding: 60px 50px;
        min-height: 470px;
    }

    .new-touch-founder-content h2 {
        font-size: 50px;
    }

    .new-touch-founder-content p {
        font-size: 17px;
    }

    .new-touch-founder-image img {
        max-width: 430px;
        bottom: -55px;
    }

    .new-touch-founder-image::before {
        width: 360px;
        height: 360px;
    }

    .new-touch-founder-image::after {
        width: 400px;
        height: 400px;
    }

}

@media(max-width:991px) {

    .new-touch-founder-container {
        min-height: auto;
        padding: 60px 35px 320px;
    }

    .new-touch-founder-content {
        width: 100%;
    }

    .new-touch-founder-content p {
        margin: auto;
    }

    .new-touch-founder-image {
        width: 100%;
        height: 340px;
        right: 0;
        left: 0;
        bottom: 0;

    }

    .new-touch-founder-image img {
        height: 420px;
        right: 50%;
        transform: translateX(50%);
        bottom: -20px;
    }

    .new-touch-founder-image::before {
        right: 50%;
        transform: translateX(50%);
        width: 300px;
        height: 300px;
    }

    .new-touch-founder-image::after {
        right: 50%;
        transform: translateX(50%);
        width: 340px;
        height: 340px;
    }

    .new-touch-founder-content h2 {
        font-size: 42px;
    }

}

@media(max-width:768px) {

    .new-touch-founder-section {
        padding: 80px 15px;
    }

    .new-touch-founder-container {
        padding: 45px 25px 220px;
        border-radius: 25px;
    }

    .new-touch-founder-content h2 {
        font-size: 34px;
    }

    .new-touch-founder-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .new-touch-founder-image img {
        max-width: 290px;
    }

    .new-touch-founder-image::before {
        width: 240px;
        height: 240px;
    }

    .new-touch-founder-image::after {
        width: 280px;
        height: 280px;
    }

}

@media(max-width:480px) {

    .new-touch-founder-container {
        padding: 40px 20px 230px;
    }

    .new-touch-founder-content h2 {
        font-size: 28px;
    }

    .new-touch-founder-content p {
        font-size: 15px;
    }

    .new-touch-founder-subtitle {
        font-size: 12px;
        padding: 8px 18px;
    }

    .new-touch-founder-image {
        height: 240px;
    }

    .new-touch-founder-image img {
        height: 300px;
        bottom: -10px;
    }

    .new-touch-founder-image::before {
        width: 190px;
        height: 190px;
    }

    .new-touch-founder-image::after {
        width: 225px;
        height: 225px;
    }

}


/* --------- 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 {
    /* max-width: 720px; */
    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: #9b6a1d;
}

.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;
}

/* make this type of timeline section but instade of stright line add wavy line and remove icon from line
and give whole updated rresponsive code..give class name new-timeline-...
take this content 

1. Establishment
Since 2007, our clinic has been dedicated to providing top-notch skin and hair care services.

2.Marked 10 Years
Celebrating a decade of exceptional skin and hair care treatments, we continue to innovate and excel.

3.Opened a Branch
Expanding our reach, we opened a new branch in Nikol, offering the same high-quality skin and hair care services.

give code in html css and js if required
*/


@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;
    }

}


@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;
}

/* Ribbon year banner */
.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;
}

/* Connecting pin on ribbon */
.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;
}

/* =========================================================
     IMAGE-BASED CARD CONTAINER
     ========================================================= */

.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;
}

/* Circular Icon Container */
.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%;
}

/* Card Title */
.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);
}

/* Underline */
.new-touch-journey-divider {
    width: 38px;
    height: 2px;
    background-color: var(--darkpink);
    margin-bottom: 10px;
    border-radius: 2px;
}

/* Card Description */
.new-touch-journey-desc {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #4a5568;
    margin: 0;
    font-weight: 400;
}

/* --- Mobile Responsive Layout --- */
@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: 10px 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%;
    }
}

@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: 300px;
    }

    .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: 26px;
    }

    .treatements-new-touch-offer-card p {
        font-size: 12px;
    }

    .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: 91%;
        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;
    }
}

@media(max-width:800px) {
    .new-touch-faq-container {
        grid-template-columns: 1fr;
    }

    .new-touch-faq-image img {
        width: 76%;
        margin: 0 auto;
    }
}

@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;
    }

    .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;
    }
}

