@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.main-font {
     font-family: "EB Garamond", serif;
}


/* ===================================
         General
====================================== */
body {
   font-family: "EB Garamond", serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden;
}


a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

.font-weight-600 {
    font-weight: 500 !important;
}

section,
.section-padding {
    position: relative;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;

}

.fa,
.far,
.fas {
    display: inline;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

section {
    padding: 4.5rem 0;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.padding-top {
    padding-top: 120px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "EB Garamond", serif;
}

/* Transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}


/* Button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 15px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
   font-family: "Montserrat", sans-serif;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

.profile-area h3,
.profile-area p{
font-family: "Montserrat", sans-serif;
}

.text-uppercase {
    text-transform: uppercase;
}

/* button size */
.btn.btn-medium {
    font-size: 15px;
    padding: 12px 28px;
    line-height: 1.6em
}

.btn.btn-large {
    font-size: 16px;
    padding: 11px 40px;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.rounded-pill {
    border-radius: 50%;
}

.text-black {
    color: #000000 !important;
}

/* Social Icon */
.social-icons ul {
    margin-bottom: 0;
}

.social-icons ul li {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
}


/* font-weight */
.font-weight-600 {
    font-weight: 600;
}

/* background-color */
.bg-black {
    background-color: #212121;
}

.container {
    max-width: 1440px;
}

.container-fluid {

    width: 85%;
}

/* ===================================
    Header
====================================== */
header a.logo img {
    max-width: 180px;
    vertical-align: sub;
}

.header-2 {
    display: flex;
        height: 85px;
}

.header-2 .logo img{
        height: 180px;
    position: absolute;
    top: -50px;
}

.navbar-top-default {
    position: relative;
    top: 0;
    z-index: 99;
    left: 0;
    /* overflow: hidden; */
    height: 90px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;

}

.header .nav_btn {
    background-color: #f0ada8;
    font-family: "EB Garamond", serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
}

.banner-sec.banner-bg {
    /* background-image: url(../images/banner.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-sec.banner-bg a,
.routine-sec .routine-area a {
    background-color: #000;
    color: #fff;
}

.routine-sec .routine-area a {
    padding: 12px 25px;
}


/* ===================================
        Slider
   ====================================== */

.tp-bannertimer {
    background: #2d2d2d;
}

.tp-bullets {
    display: none;
}

.slider-section {
    overflow-x: hidden;
}

.slider-section .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.banner-area span {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}

.banner-area h1 {
    font-size: 56px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    font-family: "EB Garamond", serif;
}

.about a {
font-family: "Montserrat", sans-serif;
font-size: 24px;
box-shadow: 0 1px 10px rgb(58 8 5);
font-weight: 400;
background-color: #000;
color: #fff;
padding: 8px 32px;
border-radius: 6px;
margin-left: 4px;
}

.about a svg{

width: 20px;
    fill: #fff;
   position: relative;
  right: -15px;
    top: -1px;
}

.banner-area p {
    font-size: 40px;
    font-weight: 400;
    color: #000;
    padding: 25px 0 40px 0;
}

.banner-area a,
.routine-area a,
.play-area a,
.daily_routine_area-bottom a,
.card .info_detail a
{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background-color: #7a6758;
    padding: 12px 30px;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
}

.routine_product .buy_now {
font-size: 18px;
font-weight: 400;
color: #fff;
background-color: #7a6758;
padding: 10px 15px;
border-radius: 6px;
font-family: "Montserrat", sans-serif;
}

.routine_product .blue-btn {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #d8b797;
    padding: 10px 15px;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
}

.routine-content li h3 {
    font-weight: 600;
    font-size: 24px;
}

.routine_product {
    padding: 15px;
    border: 2px solid #e3e2ce;
    background-color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.routine_product p {
    color: #7a6758;
}

.routine-content li:nth-child(1) {
    margin-bottom: 15px;
}

.routine-content ul {
    margin-bottom: 0;
}

.about {
    background-color: #fff;
    position: relative;
    overflow-x: clip;
}

.border-bottom {
    border-bottom: 0px solid #c7c0bd !important;
}




.font-28 {
    font-size: 26px !important;
    color: #7d6555;
    line-height: 34px !important;
}

.profile-area {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    bottom: 20px;
}



.tab-sec .tabs {
    display: flex;
    gap: 20px;
    cursor: pointer;
    border-bottom: 2px solid #ddd;
    justify-content: space-between;
}

.tab-sec .tab {
    font-family: "Montserrat", sans-serif;
    padding: 10px 0px;
    margin-right: 25px;
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.ance_check .bg-white-backgournd {
    display: flex;
    gap: 30px;
    align-items: center;
    background-color: #fff;
    border-radius: 14px;
}

.ance_check p {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
}


.tab-sec .tab.active {
    font-weight: bold;
    border-bottom: 6px solid #e19b9b;
    font-size: 32px;
    color: #2D2B2D;
}

.tab-sec .content {
    display: none;
    margin-top: 20px;
}

.tab-sec .content.active {
    display: inline-grid;
    gap: 10px;
}

.routine_product img {
    height: 200px;
}

.tab-sec .content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -10%;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/cloud.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translateX(calc(-50vw + 50%));
}

.tab-sec .content {
    position: relative;
}

.tab-sec .item img {
    width: 100%;
    /* border-radius: 10px; */
}

.tab-sec .tab img {
    width: 50px;
    margin-right: 10px;
}

.tab-sec .card-footer {
    padding: 0;
}

.routine_step {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    border-radius: 10px;
    text-transform: uppercase;
}

.routine_step p {
    font-size: 18px;
}


.tab-sec .content .tabHeading_area h2 {}


.about .media img {
    width: 60px;
    filter: invert(1) brightness(.5);
}

.about .media {
    margin-left: 15%;
    margin-right: 15%;
}

.about .media h3 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.about .media span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #000;
    
 

}

.about .row::before {
    content: "";
    height: 1px;
    background-color: #000;
    width: 100%;
    position: absolute;
    right: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.about .row::after {
    content: "";
    height: 1px;
    background-color: #000;
    width: 100%;
    position: absolute;
    left: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}


.right-coln {
    width: 3%;
    position: absolute;
    left: 0;
    right: -25%;
    bottom: 43%;
    border: 1px solid #000;
}

.left-coln {
    width: 3%;
    position: absolute;
    left: 0;
    right: 27%;
    bottom: 44%;
    border: 1px solid #000;
}

.routine-sec h4 {
    font-weight: 500;
    font-size: 48px;
    color: #000;
}

.routine-sec p {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    line-height: 48px;
    margin-bottom: 0px;
}

.routline-list img {
    width: 30px;
    margin-right: 10px;
    filter: invert(19%) sepia(100%) saturate(7481%) hue-rotate(0deg) brightness(100%) contrast(100%);

}

.routline-list {
    display: flex;
}

.routline-list ul {
    width: 50%;
}

.routline-list i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ac8b7f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-right: 20px;
}

.routline-list li {
    font-weight: 500;
    font-size: 22px;
    color: #000;

    margin-bottom: 20px;
}

.routine-area a {
    text-align: center;
}

.routine-sec {
    background-color: #fff3f3;
}

.play-img {
    position: relative;
}

.secure-area {
    text-align: center;
}


.secure-areas p {
    font-family: "Montserrat", sans-serif;
    width: 90%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 20px;
    padding-top: 30px;
    margin: 0 auto;
}

.secure-area p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto;
}

.secure-area img {
    width: 250px;
    height:120px;
}


.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(172, 139, 127, .5);
}

.play-area a img {
    width: 30px;
    margin-top: -4px;
}

.testimonial-sec.landing {
    border-top: 1px solid rgba(172, 139, 127, .5);
    border-bottom: 1px solid rgba(172, 139, 127, .5);
}

.doc-sec {
    background-color: #f6f0f0;
}

.doc-arae h2 {
    font-weight: 500;
    font-size: 40px;
    color: #000000;
      font-family: "Montserrat", sans-serif;
}

.doc-arae p {
    font-size: 24px;
    padding: 10px 0;
    color: #000;
    font-weight: 400;
    ;
}

.testimonial .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px !important;
}

.testimonial .owl-dots .owl-dot span {
    background: #ffffff;
    border: 5px solid #e1dfcb;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Active or hover state */
.testimonial .owl-dots .owl-dot.active span,
.testimonial .owl-dots .owl-dot:hover span {
    background: #000;
    /* black center */
    border-color: #fff;
    /* white outline */
    outline: 5px solid #e1dfcb;
}


.brand-img {
    display: flex;
    gap: 20px;
}

.report-area {
    position: absolute;
    bottom: 30px;
    width: 75%;
    /* z-index: 9999; */
    left: 12%;
}

.report-area h3 {
    font-size: 20px;
}

.report-area span {
    font-size: 14px;

    font-style: italic;
}


.brand-img img {
    height: auto;
    object-fit: fill;
    width: 19%;
}

.doc-arae span {
    color: #000;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    font-style: italic;
}

.mb-border {
    border-bottom: 1px solid #7b6759;
    padding-bottom: 30px;
}

.book-area .book-area-content h3 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px;
}

.book-area .book-area-content .buy_now {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.book-area-content {
    padding-top: 30px;
    text-align: center;
}

.book-area-content p {
    font-size: 28px;
    width: 80%;
    line-height: 38px;
}

.book-area .book_img {
    width: 600px;
    height: 550px;
    padding: 30px;
    border: 2px solid #e4e3cf;
}

.book-area-content .Amazon {
    width: 200px;
}

.book-area-content .book_btn {
    display: grid;
    gap: 20px;
}

.doc-content .text {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    line-height: 34px;
    padding-top: 30px;
}

.book_content h2 {
    font-size: 48px;
    font-family: "Montserrat", sans-serif;

}

.book_content p {
    font-size: 26px;
    line-height: 30px;
}

.testimonial-area span {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ac8b80;
    line-height: 1.2;
 
}

.testimonial-area h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 44px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    
}

.user-rating {
    list-style: none;
    margin-bottom: 0;
}

.user-rating li {
    display: inline-block;
    color: #ff9207;
}


.testimonial {
    background-color: #faf6f5;
    padding: 80px 30px;
    border: 1px solid #beb8b8;
    border-radius: 30px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .4);
}


.skin-sense-testimonial .testimonial {
    box-shadow: none;
}

.skin-sense-testimonial .testimonial .item{
    height: 360px;
}

.testimonial .img-holder {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.icon-holder .user-rating li i {
    font-size: 2rem;
}

.testimonial .blog-text {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 34px;
    margin: 30px auto;
}

.testimonial h4 {
    /* display: flex; */
    font-size: 30px;
    font-weight: 500;
    color: #000;
    align-items: center;
}


.testimonial h4 span {
    font-size: 22px;
    font-weight: 400;
}

.project-links-left {
    position: absolute;
    top: 42%;
    left: 10%;
    z-index: 1;
    cursor: pointer;
}

.secure-sec {
    background-color: #deddc9;
}

.project-links-left img,
.project-links-right img {
    width: 40px;
}

.project-links-right {
    position: absolute;
    top: 42%;
    right: 10%;
    z-index: 1111;
    cursor: pointer;
}

.footer-sec {
    padding: 30px 0;
}

.footer-area p {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.dr-img img{
height: 300px;
    width: 100%;
}

.bg-product .animeslide-slide.swiper-slide-active .animeslide-heading,
.bg-product .animeslide-heading {
    color: #000;
    max-width: 80%;
    margin: 30px auto;
    padding-top: 0;
    padding-bottom: 30px;
}

.product-sec .heading {
    font-weight: 500;
    font-size: 48px;
    color: #000;
        font-family: "Montserrat", sans-serif;
}

.bg-product .swiper-slide img {
    border: 2px solid #e4e3cf;
}

.bg-product .swiper-scrollbar-drag {
    background-color: #000000 !important;
}


.bg-product.page-2 .swiper-scrollbar-drag {
    background-color: #000 !important;
}

.bg-product .product-img img {
    width: 250px;
}

.bg-product.page-2 {

    background-color: #faf4f4;
}

.product-area h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ac8b80;
    line-height: 1.2;

    margin-bottom: 20px;
}

.product-area h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    line-height: 1.4;

}



.swiper-container {
    position: relative;
    width: 95%;
    overflow-x: hidden;
}

.bottom-line {
    position: absolute;
    bottom: 0;
    /* Position it at the bottom of the swiper */
    left: 0;
    height: 4px;
    /* Height of the line */
    background-color: black;
    /* Default color of the line */
    transition: transform 0.3s ease, background-color 0.3s ease;
    /* Transition for animation */
    width: 80%;
    /* Adjust to your desired width */
}

.swiper-slide img {
    max-width: 95%;
    width: 93%;
}

.swiper-slide {
    position: relative;
    /* Required for absolute positioning of the bottom line */
    width: calc(25% - 5px) !important;
    /* Adjust width to account for spacing */
    margin-right: 5px;
    /* Space between slides */
}


.swiper-wrapper {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    /* Use flex to ensure proper layout */
    gap: 5px;
    /* Set gap between slides */
}

.swiper-slide {
    position: relative;
    /* Required for absolute positioning of the bottom line */
}

.swiper-slide-active .bottom-line {
    transform: translateX(calc(100% * var(--swiper-slide-index))) scaleX(1);
    /* Adjust position based on active slide */
}

/* Set the slide index as a CSS variable for active slide */
.swiper-slide {
    --swiper-slide-index: calc(var(--swiper-slide-index) + 1);
}

.swiper-slide-active {
    --swiper-slide-index: 0;
    /* Reset for the active slide */
}

.swiper-container {
    width: 95%;
    /* Width of the swiper */
    margin: auto;
    /* Center the swiper */
}

.swiper-wrapper {
    display: flex;
    /* Use flex to ensure proper layout */
}

/* Equal Heights for OwlCarousel 2 */
.product-sec .owl-carousel .owl-stage {
    display: flex;
}

.product-sec .owl-carousel .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

.product-sec .owl-carousel .thumbnail .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.product-sec .owl-carousel .thumbnail .caption .flex-text {
    flex-grow: 1;
}

#owl-demo-2 .owl-stage-outer {
    position: relative;
    left: -6%;
}

#owl-demo-2 {
    position: relative;
    /* Ensure the underline is positioned correctly */
}

#underline {
    background: #000;
    /* Underline color */
    height: 2px;
    /* Underline thickness */
    position: absolute;
    bottom: 10px;
    /* Adjust this value to set distance from the items */
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    /* Initially hide it */
    transition: transform 0.3s;
    /* Animation duration */
}

.thumbnail h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    line-height: 1.2;
  
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}








.profile-pic img {
    width: 150px;
}


.skin_analysis_sec {
    background-color: #f7ebeb;
    padding: 0px 0;
}

.skin_analysis_sec h1 {
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    line-height: 1.2;

}


.daily_routine_area h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    line-height: 1.2;

}

.daily_routine_area h3 {
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
    color: #73a5a2;
    line-height: 1.2;

}

.list_daily li img {
    width: 30px;
    margin-right: 6px;
}

.list_daily li {
    font-size: 22px;
    font-weight: 600;
    color: #7a6758;
    line-height: 34px;

}

.list_daily ul {
    display: flex;
    gap: 40px;
    padding-bottom: 30px;
}

.daily_routine_area-bottom p {
    font-size: 28px;
    font-weight: 300;
    color: #7a6758;
    line-height: 38px;
  
    width: 95%;

}

.bg-mole {
    background-color: #ffe7e7;
}

.testimonial-sec.page-2 {
    background-color: #eeefe1;
}

.certified_sec h1 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;

}

.certified_sec {
    border-top: 10px solid #cac6c5;
    border-bottom: 10px solid #cac6c5;
    width: 100%;
    max-width: 95%;
    margin: 10px auto 0 auto;
}




.banner-bottom {
    position: relative;
    background-color: #efd5d4;
    border: none;
    padding: 30px 0;

}

.card {
    background: none;
    border: none;
}

.card .info .info_detail span {
    font-weight: 400;
}

.card .info .info_detail {
    gap: 30px;
}

.card .info h6 {
    font-size: 22px;
    color: #000;
    line-height: 1.2;

}

.card .info img {
    width: 50px;
}

.card-footer {
    background: none;
    border: none;
    padding-bottom: 20px;
}

.card-header {
    background: none;
    border: none;
    padding: 0;
}

.card-header h5 {
    font-weight: bold;
}

.card-body {
    display: flex;
    align-items: center;
}

.doc_border {
    border: 2px solid #7a6758;
    border-radius: 18px;
    background-color: #fff;
}

.doc_border img {
    width: 50px;
}

.bg-color {
    background-color: #7a6758;
    padding: 42px 0px;
    border-radius: 14px;

}


.bottom_color a {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    padding: 12px 30px;
    border-radius: 6px;
   font-family: "Montserrat", sans-serif;
}

.bg-color h3 {
    color: #fff;
}

.info {
    flex: 1;
}

.icon-approved_img img {
    width: 100% !important;
}

.icon-approved_img {
    position: absolute;
    right: 3%;
    top: -8rem;
}

.bottom_color {
    background-color: #efd5d4;
    width: 100%;
    padding: 30px;

}

.sury_resut {
    font-family: "Montserrat", sans-serif;
    background-color: #e1999a;
    color: #000;
    font-size: 24px !important;
    padding: 10px;
    display: inline-block;
    margin-bottom: 30px;
}

.shadow
{
    box-shadow: 0 .1rem 0.5rem rgba(0, 0, 0, .55) !important;
}

.tab-sec .card-footer h2 {
    font-size: 48px;
    text-transform: capitalize;
    font-style: italic;
    font-family: "EB Garamond", serif;
}

.card-footer h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 44px;
    text-transform: uppercase;
}

.card-footer p {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
}

.bottom_color .bottom-text {
    font-size: 32px;
    line-height: 44px;
}

.mt-30 {
    margin-top: 30px;
}

.mail-box img {
    width: 100%;
}

.mail-box .top {
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    text-align: center;
    font-size: 20px;
}

.mail-box .bottom {
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    font-size: 20px;
}

.badge {
    color: #ffe6e6;
    font-size: 1rem;
}

.btn-appointment {
    background-color: #333;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 1rem;
    text-decoration: none;
}

.icon-approved {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #3CB371;
}

.booking-sec {
    background-color: #eaebdd;
}

.booking-sec h3 {
    font-size: 70px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;

}

.appointment-form {
    padding: 50px 0 50px 0;
}

.form-row .btn-blocks {
    width: 100%;
    border-radius: 10px;
    padding: 15px 0px;
    font-size: 18px;
}

.form-control option {
    color: #000;
    /* Text color for dropdown options */
}

.appointment-form .btn-blocks {
    background-color: #7a6758;
    color: #fff;
}

.form-controls {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%237a6758' height='20' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 2rem;
    padding-right: 2rem;
}


.form-control,
.form-controls {
    border-radius: 5px;
    border: 1px solid #7a6758;
    background-color: #f2f2ea;
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.form-controls {
    padding: 17px 20px;
    width: 100%;
}

select.form-control {
    background-color: #f7d6d6;
    /* Customize as needed */
    color: #333;
    /* Text color */
    border: 1px solid #ccc;
    /* Border styling */
}

select.form-control option {
    background-color: #ffffff;
    /* Background color */
    color: #333;
    /* Text color */
}

.form-control:focus {
    border: 1px solid #fff5f5;
    background-color: #fff5f5;
    color: #000;
}

.btn-submit {
    background-color: #7a6758;
    color: #fff;
    border-radius: 50px;
    padding: 15px 30px;
    border: none;
    font-size: 24px;
}

.btn-submit:hover {
    color: #fff;
    background-color: #000;
}

.form-icon {
    font-size: 24px;
    color: #f7d6d6;
    background-color: #7a6758;
    border-radius: 8px;
}

.image-side {
    text-align: center;
}

.image-side img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    width: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
}














.animeslide-slide {
    color: #000;
}

.animeslide-slide {
    position: relative;
    padding: 15px 0;
    min-height: 580px;
    background-size: cover;
}

.animeslide-slide .container {
    position: relative;
}

.bg-product.page-2 .animeslide-heading {
    color: #000 !important;
}

.animeslide-heading {
    transition: all 0.3s ease;
    /* Smooth transition effect */
    opacity: 1;
    /* Make heading visible */
    transform: translate3d(0, 0, 0);
    /* Reset any transforms */
    color: #79695c;
    /* Adjust heading color as needed */
    padding-top: 30px;
    text-align: center;
    line-height: 34px;
    font-size: 28px;
    text-transform: uppercase;
}

.animeslide-slide.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}

.animeslide-slide.swiper-slide-active .animeslide-heading {
    transition-delay: 0.6s;
    color: #79695c;
}

.animeslide-slide.swiper-slide-active .animeslide-desc {
    transition-delay: 1s;
}

.animeslide-heading {
    /* margin-bottom: 25px; */
    transition-delay: 3s;
}

.animeslide-heading span {
    font-size: 16px;
    background-color: #f08723;
    padding: 6px 12px 7px;
    border-radius: 8px;
    font-weight: normal;
}

.animeslide-desc {
    padding: 15px 22px;
    border-radius: 8px;
    background-color: #000;
    max-width: 480px;
    opacity: 0.9;
}


[data-animate="bottom"] {
    transform: translate3d(0, 0, 0);
    /* Reset to original position */
    opacity: 1;
    /* Make elements fully visible */
}


.swiper-scrollbar-drag {
    background-color: #7a6758 !important;
}

.animeslide-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 8px;
    /* background-color: #202238; */
    max-width: 100%;
    z-index: 1;
    padding: 35px;

    opacity: 1;
    /* Ensure it is visible */
}

.animeslide-bottom .cell {
    position: relative;
    opacity: 1;
    z-index: 2;
    height: 40px;
    bottom: inherit;
}

.animeslide-bottom .animeslide-scrollbar {
    margin-top: 16px;
    height:6px;
}

.animeslide-bottom .animeslide-scrollbar-drag {
    height: 6px;
}

.animeslide-bottom .animeslide-pagination {
    font-size: 25px;
    bottom: inherit;
    color: #fff;
}

.animeslide-bottom .animeslide-pagination b {
    font-size: 28px;
    margin-top: -5px;
}

.animeslide-bottom .animeslide-pagination span {
    padding-left: 5px;
    padding-right: 5px;
}

.animeslide-button-next,
.animeslide-button-prev {
    outline: none;
}

.animeslide-button-next::after,
.animeslide-button-prev::after {
    font-size: 22px;
    color: #fff;
}


/* Modal base styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal inner box */
.modal-content {
    background-color: #fff3f3;
    margin: 10% auto;
    padding: 30px;
    border-radius: 8px;
    width: 80%;
    max-width: 700px;
    position: relative;
   
}

/* Close button */
.close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background-color: #f0ada8;
    color: #fff !important;
    width: 23px;
    height: 22px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    text-align: center;
    opacity: 1;

}

.close:hover {
    background-color: #000;
}

/* Modal content layout */
.modal-body {
    display: flex;
    gap: 20px;
}

.modal-body img {
    width: 100rem;
    border-radius: 10px;
    padding:0;
}

.modal h2 {
    font-family: "EB Garamond", serif;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.modal h3 {
    font-family: "EB Garamond", serif;
    font-size: 34px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom:15px;
    
    font-weight: 500;
}

#message p{
       font-size: 18px;
    line-height:24px;
     font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.modal-body p {
    font-size: 18px;
    color: #333;
    line-height:24px;
    font-family: "EB Garamond", serif;
    font-weight: 500;
}



@media (width: 2560px) and (min-width: 2300px) {
    .right-coln {
        right: -18%;
    }

    .left-coln {
        right: 21%;
    }

    .project-links-left {
        left: 21%;
    }

    .project-links-right {
        right: 21%;
    }

    .image-side img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        width: 64%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .book-area .book_img {
        object-fit: contain;
        height:auto!important;
    }
    .dr-img img{
        height:auto!important;
    }
    .faq-answer{
            padding: 0px 15px 10px 0px!important;
    }

    section{    overflow-x: clip!important;}

    .video-sec.banner {
        margin-top: -10% !important;
    }

    .routine-img img {
        width: 100%;
    }

    .about .media h3 {
        font-size: 26px;
    }

    .about .media span {
        font-size: 28px;
    }

    .routine-sec h4 {
        font-size: 64px;
    }

    .routine-sec p {
        font-size: 46px;
        line-height: 70px;
    }

    .routline-list li {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .banner-area a,
    .routine-area a,
    .play-area a,
    .daily_routine_area-bottom a,
    .card .info_detail a,
    .routine_product .buy_now {
        font-size: 34px;
    }

    .product-area h3 {
        font-size: 34px;
    }

    .brand-img img {
        width: 384px;
    }

    .doc-arae h2 {
        font-size: 58px;
    }

    .doc-arae span {
        font-size: 42px;
    }

    .brand-img {
        padding-top: 45px;
    }

}


@media (max-width: 1850px) and (min-width: 1601px) {}


@media screen and (width: 1600px) {
    .about .row::before {
        right: 93%;
    }

    .about .row::after {
        left: 93%;
    }

    .left-coln {
        right: 33%;
    }

    .right-coln {
        right: -30%;
    }
    .book-area .book_img{
        height: auto!important;
            padding: 15px!important;
    }
}


@media (max-width: 1599px) and (min-width: 1367px) {
    .about .row::before {
        right: 93%;
    }

    .container {
        max-width: 1340px;
    }

    .video-sec.banner {
        margin-top: -17% !important;
    }

    .book_content h2 {
    font-size: 34px!important;
    }
    .early-detection-box h2 {
    font-size: 34px!important;
    }
    .early-detection-box p {
    font-size: 20px!important;
}
.ai-analyze-sec h2 {
    font-size: 34px!important;
}
.ai-analyze-sec .ai-text p {
    font-size: 20px!important;
}
.ai-text ul li {
    font-size: 20px!important;
}
.book_content p {
    font-size: 20px!important;
}
.blog-card h3 {
        font-size: 20px!important;
    font-family: "Montserrat", sans-serif;
}
.blog-card p {
    font-size: 16px!important;
        line-height: 26px!important;
}
.ai-analyze-sec a svg {
    width: 18px!important;
}
.ai-analyze-sec a{
        font-size: 18px!important;
}
.product-sec .heading{
        font-size: 34px!important;
}
.testimonial .blog-text {
    font-size: 20px;
}
.blog-card a {
    font-size: 18px!important;
}

.faq-question {
    font-size: 22px!important;
}

    .header-2 .logo img {
    height: 175px;
}
.header-2 {
    height: 75px;
}

.card-footer p{
        font-size: 28px;
    line-height: 34px;
}

.profile-pic img {
    width: 135px;
}
    .banner-area span {
        font-size: 22px;
    }

    .promo-box{
            padding: 35px;
    }

    .badge-img {
    
    max-width: 85%!important;
    }

    .promo-section {
    transform: translateY(-58%)!important;
}
.banner-sec.banner-bg{
        height: 480px;
}

    .banner-area h1 {
        font-size: 48px;
    }

    .navbar-top-default{
            height: 75px;

    }


    .tab-sec .tab,
    .tab-sec .tab.active {
        font-size: 22px;
    }

    .report-area {
        bottom: 15px;
    }

    .container-fluid {
        width: 92%;
    }

    .secure-areas p {
        width: 94%;
    }

    .book-area .book_img {
        height: 450px;
    }

    .ance_check p {
        font-size: 24px;
    }

    .animeslide-slide.swiper-slide .animeslide-heading {
        padding-top: 0;
        margin: 15px auto;
    }

    .animeslide-bottom {
        padding: 60px;
    }

    .card-footer h2 {
        font-size: 40px;
    }

    .tab-sec .card-footer h2 {
        font-size: 38px;
    }

    .routine_step {
        padding: 0;
    }

    .brand-img img {
        height: 109px;
    }

    .certified_sec h1 {
        font-size: 42px;
    }

 

    .image-side img {
        width: 100%;
    }

    .doc-arae span {
        font-size: 18px;
        line-height: 32px;
    }

    .book-area .book-area-content h3 {
        font-size: 20px;
    }

    .doc-arae h2 {
        font-size: 34px;
    }

    .book-area-content p {
        font-size: 20px;
        width: 86%;
        line-height: 34px;
    }

    .routline-list li {
        font-weight: 500;
        font-size: 24px;
    }

    .routine-sec h4 {

        font-size: 42px;
    }



    .secure-sec,
    .routine-sec,
    .product-sec,
    .certified_sec,
    .booking-sec,
    .daily_routine,
    .skin_analysis_sec,
    .ance_check,
    .banner-bottom,
    .tab-sec,
    .book-sec,
    .about,
    .doc-sec,
    .testimonial-sec {
        overflow-x: clip !important;
    }

    .routine-sec p {
        font-size: 22px;
        line-height: 40px;
    }

    .bg-color h3 {
        font-size: 22px;
    }

    .about .row::after {
        left: 93%;
    }

    .left-coln {
        right: 33%;
    }

    .right-coln {
        right: -30%;
    }

    .doc-content .text {
        font-size: 20px;
        line-height: 36px;
    }

    .testimonial {
        padding: 80px 30px;
    }

    .project-links-left {
        left: 3%;
    }

    .project-links-right {
        right: 3%;
    }


    .bottom_color .bottom-text {
        font-size: 28px;
        line-height: 38px;
    }

    .mail-box .top {
        top: 30px;
        font-size: 16px;
    }

    .mail-box .bottom {
        bottom: 30px;
        font-size: 16px;
    }


    .animeslide-heading {
        line-height: 30px;
        font-size: 24px;
    }

    .product-area h2 {
        font-size: 42px;
    }

    .animeslide-slide {
        min-height: 500px;
    }

    .bg-product.page-2 {
        height: 700px;
    }

    .booking-sec h3 {
        font-size: 52px;
    }




    .font-28 {
        font-size: 22px !important;
    }

    .tab-sec .content::before {

        left: -6%;
    }

    .routine_step p {
        font-size: 20px;
        line-height: 46px;
    }


    .routine_step {
        padding: 0;
    }

}



@media (max-width: 1450px) and (min-width: 1400px) {
    .routine-sec h4 {
        font-size: 42px;
    }

    .product-area h3 {
        font-size: 22px;
    }

    .doc-arae h2 {
        font-size: 40px;
    }

    .brand-img img {
        max-width: 320px;
    }

    .watch-link {
        font-size: 24px !important;
    }

    .card-footer h2 {
        font-size: 42px;
    }

    .tab-sec .tab {
        font-size: 26px;
    }

    .tab-sec .card-footer h2 {
        font-size: 38px;
    }

    .routine-content li h3 {
        font-size: 20px;
    }
}



@media (max-width: 1366px) and (min-width: 1281px) {
    .doc-arae h2 {
        font-size: 36px;
    }

    .tab-sec .content::before {
        left: -10%;
    }

    .banner-area h1 {
    font-size: 52px;
}

.book-area .book_img {
    height: auto;
    padding: 15px;
}

    .doc-arae span {
        font-size: 20px;
    }

    .doc-content .text {
        font-size: 20px;
        line-height: 36px;
    }

    .book-area .book-area-content h3 {
        font-size: 18px;
    }

    .book-area-content p {
        font-size: 20px;
        width: 100%;
        line-height: 34px;
    }

    .routine-sec h4 {
        font-size: 38px;
    }

    .routine-sec p {
        font-size: 20px;
        line-height: 38px;
    }

    .routline-list li {
        font-size: 22px;
    }

    .bg-product.landing {
        height: 720px;
    }

    .about .row::before {
        right: 95%;
    }

    .about .row::after {
        left: 95%;
    }

    .left-coln {
        right: 34%;
    }

    .card-footer h2 {
        font-size: 32px;
    }

    .tab-sec .tab {
        font-size: 26px;
    }

    .tab-sec .card-footer h2 {
        font-size: 38px;
    }

    .routine-content li h3 {
        font-size: 20px;
    }

    .right-coln {
        right: -34%;
    }

    .product-area h2 {
        font-size: 38px;
    }

    .animeslide-heading {
        font-size: 22px;
    }

    .animeslide-slide {
        min-height: 450px;
    }

    .bg-product {
        height: 800px
    }

    .icon-approved_img img {
        width: 80% !important;
    }

    .icon-approved_img {

        top: -9rem;
    }

    .skin_analysis_sec h1 {
        font-size: 30px;
    }


    .daily_routine_area h3 {
        font-size: 28px;
    }

    .bg-product.page-2 {
        height: 680px;
    }

    .appointment-form {
        border-radius: 8px;
        padding: 50px 0 50px 0;
    }

    .booking-sec h3 {
        font-size: 50px;
    }


    .profile-area {
        bottom: 10px;
    }

    .font-28 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .h3,
    h3 {
        font-size: 1.25rem;
    }

    .banner-area a,
    .routine-area a,
    .play-area a,
    .daily_routine_area-bottom a,
    .card .info_detail a,
    .routine_product .buy_now {
        font-size: 18px;
        padding: 10px 15px
    }

    .h2,
    h2 {
        font-size: 1.5rem;
    }

    .tab-sec .tab.active,
    .tab-sec .tab {
        font-size: 20px;
    }

    .routine_step p {
        font-size: 16px;
        line-height: 40px;
    }



    .routine_step {
        padding: 0;
    }

    .bottom_color .bottom-text {
        font-size: 28px;
        line-height: 42px;
    }

    .mail-box .top {
        top: 25px;
        font-size: 16px;
    }

    .brand-img img {
        max-width: 300px;
    }

    .mail-box .bottom {
        bottom: 25px;
        font-size: 16px;
    }

    .card-footer p {
        font-size: 17px;

    }

    .daily_routine_area-bottom p {
        font-size: 22px;
    }

    .list_daily li {
        font-size: 18px;
    }

    .product-area h3 {
        font-size: 22px;
    }

    .project-links-left {
        left: 4%;
    }

    .project-links-right {
        right: 4%;
    }

    .image-side img {
        width: 90%;
    }

    .secure-sec,
    .routine-sec,
    .product-sec,
    .certified_sec,
    .booking-sec,
    .daily_routine,
    .skin_analysis_sec,
    .ance_check,
    .banner-bottom,
    .tab-sec,
    .book-sec,
    .about,
    .doc-sec,
    .testimonial-sec {
        overflow-x: clip !important;
    }

    .about .media span {
        font-size: 24px;
    }

    .watch-link {
        font-size: 24px !important;
    }

}


@media (max-width: 1280px) and (min-width: 1201px) {
    .bottom_color .bottom-text {
        font-size: 18px;
        line-height: 30px;
    }

    .book-area-content p {
        font-size: 18px;
        width: 100%;
        line-height: 38px;
    }

    .certified_sec h1 {
        font-size: 42px;
    }

    .bottom_color a {
        font-size: 17px;
    }

    .book-area .book-area-content h3 {
        font-size: 34px;
        font-weight: 700;
    }

    .about .media span {
        font-size: 20px;
    }

    .routine-sec h4 {
        font-size: 32px;
    }

    .routine-sec p {
        font-size: 22px;
        line-height: 40px;
    }

    .routline-list li {
        font-size: 20px;
    }

    .doc-arae h2 {
        font-size: 34px;
    }

    .doc-arae span {
        font-size: 24px;
    }

    .doc-content .text {
        font-size: 22px;
        line-height: 34px;
    }

    .secure-sec,
    .certified_sec {
        overflow-x: clip;
    }

    .mail-box .top {
        top: 30px;
        font-size: 14px;
    }

    .mail-box .bottom {
        bottom: 30px;
        font-size: 14px;
    }


    .card-footer p {
        font-size: 16px;
    }

    .doc_border h3 {
        font-size: 18px;
    }

    .daily_routine_area-bottom p {
        font-size: 17px;
        line-height: 30px;
        width: 100%;
    }

    .list_daily li {
        font-size: 18px;
    }

    .banner-area a,
    .routine-area a,
    .play-area a,
    .daily_routine_area-bottom a,
    .card .info_detail a {
        font-size: 18px;
    }

    .product-area h3 {
        font-size: 18px;
    }

    .animeslide-heading {
        line-height: 26px;
        font-size: 18px;
    }

    .product-area h2 {
        font-size: 32px;
    }

    .animeslide-slide {
        min-height: 400px;
    }

    .bg-product.page-2 {
        height: 600px;
    }

    .testimonial-area h3 {
        font-size: 42px;
    }

    .testimonial .blog-text {
        font-size: 18px;
        line-height: 30px;
    }

    .project-links-left {
        left: 5%;
    }

    .project-links-right {
        right: 5%;
    }

    .testimonial h4 {

        font-size: 22px;
    }

    .booking-sec h3 {
        font-size: 32px;
    }

    .image-side img {
        width: 96%;
    }

    .skin_analysis_sec h1 {
        font-size: 28px;
    }

    .secure-area p {

        font-size: 18px;
    }

    .profile-area {
        bottom: 36px;
    }

    .secure-sec,
    .routine-sec,
    .product-sec,
    .certified_sec,
    .booking-sec,
    .daily_routine,
    .skin_analysis_sec,
    .ance_check,
    .banner-bottom,
    .tab-sec,
    .book-sec,
    .about,
    .doc-sec,
    .testimonial-sec {
        overflow-x: clip !important;
    }

    .font-28 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .h3,
    h3 {
        font-size: 1.25rem;
    }

    .banner-area a,
    .routine-area a,
    .play-area a,
    .daily_routine_area-bottom a,
    .card .info_detail a,
    .routine_product .buy_now {
        font-size: 18px;
        padding: 10px 15px
    }

    .h2,
    h2 {
        font-size: 1.5rem;
    }

    .tab-sec .tab.active,
    .tab-sec .tab {
        font-size: 24px;
    }

    .routine_step p {
        font-size: 16px;
        line-height: 40px;
    }



    .routine_step {
        padding: 0;
    }


}

@media (width: 1152px) {}


@media (max-width: 1152px) and (min-width: 1024px) {
    .about .media {
        margin-left: 14%;
        margin-right: 14%;
    }
  

    .bottom_color a {
        font-size: 14px;
        padding: 12px 12px;
    }

    .ance_check .bg-white-backgournd {
        gap: 0;
    }

    .ance_check .bg-white-backgournd img {
        width: 200px !important;
    }

    .bg-color {
        background-color: #7a6758;
        padding: 22px 0px;
    }

    .booking-sec h3 {
        font-size: 37px;
    }

    .container-fluid {
        margin: 0 auto;
    }

    .daily_routine_area-bottom p {
        font-size: 20px;
        line-height: 34px;
    }

    .list_daily li {
        font-size: 13px;
    }

    .image-side img {
        width: 100%;
    }

    .about .row::before {
        right: 95%;
    }

    .about .row::after {
        left: 95%;
    }

    .left-coln {
        right: 34%;
    }

    .right-coln {
        right: -34%;
    }

    .about .media span {
        font-size: 18px;
    }

    .routine-sec h4 {
        font-size: 28px;
    }

    .routine-sec p {

        font-size: 18px;
        line-height: 30px;
    }

    .routline-list li {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .bg-product.landing {
        height: 800px !important;
    }

    .doc-arae h2 {
        font-size: 28px;
    }

    .doc-arae p {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
    }

    .doc-arae span {
        font-size: 20px;
    }

    .brand-img img {
        width: 223px;
    }

    .doc-content .text {
        font-size: 18px;
        line-height: 30px;
    }

    .testimonial .blog-text {
        font-size: 22px;
        color: #000;
        font-weight: 400;
        line-height: 36px;
        width: 90%;
        margin: 30px auto;
    }

    .project-links-left {
        left: 2%;
    }

    .project-links-right {
        right: 2%;
    }

    .animeslide-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .product-area h2 {
        font-size: 24px;
    }

    .product-area h3 {
        font-size: 18px;
    }



    .animeslide-slide {
        min-height: 400px;
    }

    .bg-product {
        height: 710px;
    }

    .secure-sec,
    .routine-sec,
    .product-sec,
    .certified_sec,
    .booking-sec,
    .daily_routine,
    .skin_analysis_sec,
    .ance_check,
    .banner-bottom,
    .tab-sec,
    .book-sec,
    .about,
    .doc-sec,
    .testimonial-sec {
        overflow-x: clip !important;
    }

    .book-area .book-area-content h3 {
        font-size: 30px;
    }

    .book-area-content p {
        font-size: 20px;
        width: 100%;
        line-height: 34px;
    }

    .book-area .book_img {
        width: 600px;
        height: 340px;
    }

    .h3,
    h3 {
        font-size: 1.25rem;
    }

    .h2,
    h2 {
        font-size: 1.75rem;
    }

    .skin_analysis_sec h1 {
        font-size: 32px;
    }

    .profile-area {
        right: 30px;
        gap: 20px;
        bottom: 40px;
    }

    .tab-sec .tab.active,
    .tab-sec .tab {
        display: flex;
        line-height: 35px;
    }

    .routine_step p {
        font-size: 24px;
        line-height: 56px;
    }

    .routine_step {
        width: 90px;
        padding: 20px 15px;
    }

    .font-28 {
        font-size: 22px !important;
        color: #7d6555;
        line-height: 34px !important;
    }

    .certified_sec h1 {
        font-size: 36px;
    }

    .routine_product p {
        font-size: 16px;
    }



    .mail-box .top {
        position: relative;
        top: 0;
    }

    .mail-box .bottom {
        position: relative;
        bottom: 0;
    }

    .bottom_color .bottom-text {
        font-size: 26px;
        line-height: 38px;
    }


    .banner-area h1 {
        font-size: 42px;
    }

    .banner-area a,
    .routine-area a,
    .play-area a,
    .daily_routine_area-bottom a,
    .card .info_detail a,
    .routine_product .buy_now {
        font-size: 16px;
    }

    .card-footer p {
        font-size: 16px;
        line-height: 28px;
    }

}

@media screen and (width: 820px) {
    .icon-approved_img {
        width: 140px;
        top: -9rem;
    }

    .profile-pic img {
        position: relative;
        top: 0;
    }

    .daily_routine_area-bottom p {
        padding-top: 40px;
    }

    .daily_routine_area-bottom {
        padding-bottom: 40px;
    }

    .list_daily ul {
        gap: 16px;
    }

    .booking-sec h3 {
        font-size: 38px;
    }

    .appointment-form {
        padding: 20px 0;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

    .about .row::before,
    .about .row::after {
        display: none;
    }

    .card-footer h2 {
        font-size: 32px;
    }

    .tab-sec .card-footer h2 {
        font-size: 38px;
    }
       .modal-box {
                height: 700px;
                overflow: hidden;
                overflow-y: scroll;
            }

              .footer,
            .notice{
                    position: relative!important;
            }


    .skin-sense-testimonial .testimonial .item{
        height: auto;
    }

    .testimonial h4{
            font-size: 20px;
    }

    .bg-product.page-2 {
        height: 820px;
    }

    .tab-sec .tab {
        font-size: 26px;
    }

    .ance_check .bg-white-backgournd {
        margin-bottom: 20px;
    }

    .bg-color {
        background-color: #7a6758;
        padding: 20px 0px;
    }

    .doc_border {
        margin: 20px 2px
    }

    .icon-approved_img {
        top: -5rem;
    }

    .image-side img {
        position: relative;
    }

    .mail-box img {
        width: 75%;
    }

    .mail-box {
        text-align: center;
    }

    .bottom_color .bottom-text {
        font-size: 28px;
        line-height: 38px;
    }

    .list_daily li {
        font-size: 16px;
    }

    .daily_routine_area-bottom {
        margin-bottom: 40px;
    }

    .booking-sec h3 {
        font-size: 58px;
    }

    .appointment-form {
        padding-bottom: 60px;
    }

    .about .media {
        margin: 40px 0;
    }

    section {
        padding: 3.5rem 0;
    }

    .about .media span {
        font-size: 20px;
        line-height: 26px;
    }

    .routine-sec h4 {
        font-size: 36px;
    }

    .routine-sec p {
        font-size: 24px;
        line-height: 42px;
    }

    .routline-list li {
        font-size: 24px;
    }

    .right-coln,
    .left-coln {
        display: none;
    }

    .routine-area {
        margin-bottom: 60px;
    }

    .doc-content {
        margin-top: 60px;
    }

    .doc-content .text {
        font-size: 22px;
        line-height: 32px;
    }

    .book-area .book-area-content h3 {
        font-size: 26px;
    }

    .book-area-content p {
        font-size: 22px;
        width: 90%;
        line-height: 34px;
    }

    .book-area {
        margin-bottom: 15px;
    }



    .testimonial-area h3 {
        font-size: 40px;
        margin: 20px 0;
    }

    .testimonial .blog-text {
        font-size: 22px;
        line-height: 38px;
        width: 90%;
    }

    .project-links-left {
        top: 43%;
        left: 1%;
    }

    .project-links-right {
        top: 43%;
        right: 1%;

    }

    .animeslide-heading {
        font-size: 22px;
    }

    .product-area h2 {
        font-size: 36px;
    }

    .container-fluid {
        margin: 0;
        width: 100%;
    }

    .animeslide-slide {
        min-height: 400px;
    }

    .bg-product {
        height: auto;
    }


    .secure-sec,
    .routine-sec,
    .product-sec,
    .certified_sec,
    .booking-sec,
    .daily_routine,
    .skin_analysis_sec,
    .tab-sec {
        overflow-x: clip;
    }

    .swiper-slide {
        width: calc(50% - 5px) !important;
    }

    .profile-area .profile-pic img {
        width: 120px;
    }

    .h3,
    h3 {
        font-size: 1.25rem;
    }

    .h2,
    h2 {
        font-size: 1.75rem;
    }

    .skin_analysis_sec h1 {
        font-size: 28px;
        padding-top: 20px;
    }

    .profile-area {
        right: 27px;
        bottom: 95px;
    }

    .font-28 {
        font-size: 20px !important;
        line-height: 34px !important;
    }

    .tab-sec .tabs {
        display: block;

    }

    .tab-sec .tab {
        border-bottom: 1px solid;
    }

    .routine_step {
        width: 200px;
        margin-bottom: 40px;
    }

    .routine_product img {
        width: 100%;
    }

    .certified_sec .col-lg-9 {
        text-align: center;
    }

    .doc-arae .license {
        position: absolute;
        bottom: 10px;
        right: 24px;
        width: 150px !important;
    }

    .brand-img img {
        width: 170px;
    }

    .doc-arae span {
        font-size: 22px;
        line-height: 30px;
    }

    .banner-area h1 {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .book-area-content {
        padding-bottom: 30px;
        padding-top: 30;
    }

    .banner-area p {
        font-size: 28px;
    }
}


@media screen and (max-width: 767px) {

.routine_product .blue-btn,
.routine_product .buy_now{

    font-size: 14px;
    padding: 10px 10px;
}
 .blog-card a
.result_button{
gap: 4px;
}

.ai-analyze-sec a{
            font-size: 14px!important;
}

.book-area .book_img{
        height: 450px;
    padding: 15px;
}

    .secure-area{
margin-bottom:20px;
}

.profile-area.skin{
    display: none;
}

    .promo-box{

    position: relative;
    bottom: 15rem;
    }

    .video-sec.banner {
    margin-top: -60% !important;
    }

    .about a svg{
    width: 12px;
    right: -5px;
    }

    .about .row::before,
    .about .row::after {
        display: none;
    }

    .bg-color {
        padding: 15px 0px;
    }

    .modal-body img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .bottom_color a {
        padding: 12px 6px;
        font-size: 11px;
    }

    .ance_check .bg-white-backgournd img {
        width: 200px !important;
    }

    .ance_check .bg-white-backgournd {
        display: block;
        text-align: center;
        padding: 20px 0;
        margin-right: 0px;
    }

    .banner-area span {
        font-size: 28px;
    }

    .brand-img,
    .modal-body {
        display: block;
    }

    .modal h3 {
        font-size: 20px;
    }

    .modal h2 {
        font-size: 22px;
    }

    .product-img {
        text-align: center;
    }

    .product-img img {
        width: 250px;
    }

    .modal-content {
        padding: 15px;
        border-radius: 8px;
        width: 90%;
    }

    .bottom_color .bottom-text {
        font-size: 26px;
        line-height: 38px;
    }

    .testimonial .img-holder {
        height: 90px;
        width: 90px;
    }

    .testimonial h4 {

        font-size: 24px;
    }

    .testimonial h4 span {
        font-size: 18px;
    }

    .mail-box .top {
        top: 30px;
        font-size: 16px;
    }

    .watch-link,
    .badge-img {
        position: relative !important;
    }

    .badge-img {
        max-width: 40% !important;
        bottom: 0 !important;
        margin-top: 25px;
        margin-bottom: 25px;

    }

    .card-footer h2 {
        font-size: 26px;
    }

    .play-btn {
        left: 42% !important;
        top: 30% !important;
    }

    .promo-box {
        padding: 15px !important;
    }
    .navbar-top-default{
            height: 75px;
    }


    .watch-link {
        font-size: 26px !important;
        top: 0 !important;
    }

    .promo-section {
        transform: translateY(0%) !important;
    }

    .video-wrapper {
        height: auto !important;
    }

    .promo-box .about a {
        font-size: 12px;
        padding: 12px 10px;
    }

    .image-side img {
        position: relative;
    }

    .mail-box .bottom {
        font-size: 16px;
        bottom: 30px;
    }

    .doc_border {
        width: 94%;
        margin: 0 auto;
    }

    .card-footer p {
        line-height: 30px;
    }

    #owl-demo-2 .owl-stage-outer {
        position: relative;
        left: -2%;
    }

    .secure-sec,
    .routine-sec,
    .product-sec,
    .certified_sec,
    .booking-sec,
    .daily_routine,
    .skin_analysis_sec,
    .ance_check,
    .banner-bottom,
    .tab-sec,
    .book-sec,
    .about,
    .doc-sec,
    .testimonial-sec {
        overflow-x: clip !important;
    }

    .doc-arae .license {
        position: absolute;
        bottom: 10px;
        right: 24px;
        width: 150px !important;
    }

    .swiper-slide {
        width: calc(100% - 5px) !important;
    }

    .bottom_color {
        width: 97%;
    }

    .product-area h2 {
        padding-bottom: 40px;
    }

    .booking-sec h3 {
        padding-top: 40px;
    }

    .appointment-form {
        padding: 0 0 50px 0;
    }

    .certified_sec {
        margin: 20px 0;
        text-align: center;
    }

    .daily_routine_area h2,
    .product-area h2,
    .booking-sec h3,
    .certified_sec h1 {
        font-size: 32px;
    }

    .daily_routine_area-bottom p {
        font-size: 20px;
        width: 100%;
        padding-top: 50px;
    }

    .daily_routine_area h3 {
        font-size: 26px;
    }

    .about .media {
        margin: 40px 0;
    }

    .banner-area a,
    .routine-area a,
    .play-area a,
    .daily_routine_area-bottom a,
    .card .info_detail a {
        font-size: 16px;
        padding: 12px 10px;
    }

    section {
        padding: 3.5rem 0;
    }

    .header .nav_btn {
        font-size: 12px;
        padding: 8px 8px;
    }
    .secure-sec{
        padding-bottom: 30px!important;
    }

    .navbar-top-default {
        padding: 0;
    }

    .container-fluid {

        padding-right: 0;
        padding-left: 0;

    }

    .report-area {
        position: relative;
        width: 100%;
        padding-top: 35px;

    }

    .report-area h3 {
        font-size: 18px;
        margin-bottom: 0;
        color: #000;
    }

    .report-area span {
        font-size: 16px;
        line-height: normal;
        color: #000;
    }

    .about .media span {
        font-size: 26px;
        line-height: 30px;
    }

    .bg-product .product-img img {
        width: 200px;
        margin: 0 auto;
        text-align: center;
        display: flex;
        margin-bottom: 15px;
    }

    .banner-area h1 {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .banner-area p {
        font-size: 30px;
    }

    .bg-product,
    .bg-product.page-2 {
        height: auto;
    }

    .right-coln {
        width: 30%;
        position: absolute;
        left: 0;
        right: 0%;
        bottom: 34%;
    }

    .left-coln {
        width: 30%;
        position: absolute;
        left: 0;
        right: 0%;
        bottom: 61%;
    }

    .routine-sec h4,
    .product-sec .heading {
        font-size: 32px;
    }

    .routine-sec p {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .routline-list {
        display: inline-block;
    }

    .routline-list ul {
        width: auto;
    }

    .routine-area {
        margin-bottom: 60px;
    }

    .slider-section a,
    .routine-area a,
    .play-area a {
        font-size: 18px;
        padding: 12px 25px;
    }

    .doc-content {
        margin-top: 60px;
    }

    .doc-arae h2 {
        font-size: 32px;
        padding-top: 30px;
    }

    .book-area-content {
        padding-bottom: 30px;
        padding-top: 0;
    }

    .doc-arae span {
        font-size: 20px;
        line-height: 30px;
        padding-top: 30px;
    }

    .doc-arae p {
        font-size: 17px;
    }

    .brand-img {
        text-align: center;
    }

    .brand-img img {
        margin-bottom: 10px;
        width: 90%;
    }

    .doc-content .text {
        font-size: 22px;
        line-height: 34px;
    }

    .book-area {
        display: block;
    }

    .book-area .book_img {
        margin-bottom: 30px;
    }

    .book-area .book-area-content h3 {
        font-size: 32px;
    }

    .book-area-content p {
        font-size: 24px;
        width: 100%;
        line-height: 36px;
    }

    .testimonial-area h3 {
        font-size: 40px;
        margin: 20px 0;
    }

    .testimonial .blog-text {
        font-size: 22px;
        line-height: 38px;
        width: 100%;
    }

    .project-links-left,
    .project-links-right {
        display: none;
    }

    .skin_analysis_sec h1 {
        font-size: 22px;
    }

    .font-28 {
        font-size: 20px !important;
        color: #7d6555;
        line-height: 32px !important;
    }

    .card .info_detail,
    .list_daily ul {
        display: grid !important;
    }

    .profile-pic img {
        position: relative;
        top: 0;
    }

    .bottom_color {
        border-top-left-radius: 0px;
    }

    .icon-approved_img {
        position: absolute;
        right: -30%;
        top: -3rem;
    }

    .icon-approved_img img {
        width: 50% !important;
    }

    .daily_routine_area-bottom {
        padding-bottom: 50px;
    }

    .tab-sec .tabs {
        display: block;
    }

    .tab-sec .tab,
    .tab-sec .tab.active {

        margin-bottom: 15px;
        font-size: 22px;
    }

    .tab-sec .card-footer h2 {
        font-size: 28px;
    }

    .tab-sec .tab {
        border-bottom: 1px solid;
        text-align: center;
        font-size: 22px;
        margin: 0 auto;
    }

    .profile-area {
        position: relative;
        gap: 16px;
        bottom: 5px;
        display: none;
    }

    .h3,
    h3 {
        font-size: 1.25rem;
    }
        .faq-question {
        font-size: 18px!important;
    }
.blog-card h3 a {
    font-size: 24px;
}
    .h2,
    h2 {
        font-size: 1.5rem;
    }

    .routine_step {
        margin-bottom: 40px;
    }

    .routine_product {
        margin-top: 30px;
    }

    .tab-sec .card-footer {
        padding: 0;
    }
}


@media screen and (max-width: 360px) {
        .faq-question {
        font-size: 16px!important;
    }
    .blog-card h3{
            font-size: 18px!important;
    }
        .blog-card a {
        font-size: 18px!important;
        }
            .ai-analyze-sec a {
        font-size: 14px!important;
           padding: 12px 10px!important;
    }
        .ai-analyze-sec a svg {
        width: 12px!important;
    }
        .video-sec.banner {
        margin-top: -73% !important;
    }
  
}

    .result_button {
    display: flex;
    align-items: baseline;  
    gap: 10px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    }

/* ==========================================================================
   A) PURANI EXACT-WIDTH QUERIES KA RANGE VERSION
   Theme mein @media (width: 2560px) / (width: 1600px) / (width: 820px) thi.
   Exact width queries browser zoom (110% / 125%) par kabhi match nahi hoti.
   Wahi rules, wahi values - bas range-based. */

@media screen and (min-width: 2300px) {
    .right-coln {
        right: -18%;
    }

    .left-coln {
        right: 21%;
    }

    .project-links-left {
        left: 21%;
    }

    .project-links-right {
        right: 21%;
    }

    .image-side img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        width: 64%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .book-area .book_img {
        object-fit: contain;
        height:auto!important;
    }
    .dr-img img{
        height:auto!important;
    }
    .faq-answer{
            padding: 0px 15px 10px 0px!important;
    }

    section{    overflow-x: clip!important;}

    .video-sec.banner {
        margin-top: -10% !important;
    }

    .routine-img img {
        width: 100%;
    }

    .about .media h3 {
        font-size: 26px;
    }

    .about .media span {
        font-size: 28px;
    }

    .routine-sec h4 {
        font-size: 64px;
    }

    .routine-sec p {
        font-size: 46px;
        line-height: 70px;
    }

    .routline-list li {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .banner-area a,
    .routine-area a,
    .play-area a,
    .daily_routine_area-bottom a,
    .card .info_detail a,
    .routine_product .buy_now {
        font-size: 34px;
    }

    .product-area h3 {
        font-size: 34px;
    }

    .brand-img img {
        width: 384px;
    }

    .doc-arae h2 {
        font-size: 58px;
    }

    .doc-arae span {
        font-size: 42px;
    }

    .brand-img {
        padding-top: 45px;
    }

}

@media screen and (min-width: 1601px) and (max-width: 1850px) {
    .about .row::before {
        right: 93%;
    }

    .about .row::after {
        left: 93%;
    }

    .left-coln {
        right: 33%;
    }

    .right-coln {
        right: -30%;
    }
    .book-area .book_img{
        height: auto!important;
            padding: 15px!important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .about .media {
        margin-left: 14%;
        margin-right: 14%;
    }

    .bottom_color a {
        font-size: 14px;
        padding: 12px 12px;
    }

    .ance_check .bg-white-backgournd {
        gap: 0;
    }

    .ance_check .bg-white-backgournd img {
        width: 200px !important;
    }

    .bg-color {
        background-color: #7a6758;
        padding: 22px 0px;
    }

    .booking-sec h3 {
        font-size: 37px;
    }

    .container-fluid {
        margin: 0 auto;
    }

    .daily_routine_area-bottom p {
        font-size: 20px;
        line-height: 34px;
    }

    .list_daily li {
        font-size: 13px;
    }

    .image-side img {
        width: 100%;
    }

    .about .row::before {
        right: 95%;
    }

    .about .row::after {
        left: 95%;
    }

    .left-coln {
        right: 34%;
    }

    .right-coln {
        right: -34%;
    }

    .about .media span {
        font-size: 18px;
    }

    .routine-sec h4 {
        font-size: 28px;
    }

    .routine-sec p {

        font-size: 18px;
        line-height: 30px;
    }

    .routline-list li {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .bg-product.landing {
        height: 800px !important;
    }

    .doc-arae h2 {
        font-size: 28px;
    }

    .doc-arae p {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
    }

    .doc-arae span {
        font-size: 20px;
    }

    .brand-img img {
        width: 223px;
    }

    .doc-content .text {
        font-size: 18px;
        line-height: 30px;
    }

    .testimonial .blog-text {
        font-size: 22px;
        color: #000;
        font-weight: 400;
        line-height: 36px;
        width: 90%;
        margin: 30px auto;
    }

    .project-links-left {
        left: 2%;
    }

    .project-links-right {
        right: 2%;
    }

    .animeslide-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .product-area h2 {
        font-size: 24px;
    }

    .product-area h3 {
        font-size: 18px;
    }



    .animeslide-slide {
        min-height: 400px;
    }

    .bg-product {
        height: 710px;
    }

    .secure-sec,
    .routine-sec,
    .product-sec,
    .certified_sec,
    .booking-sec,
    .daily_routine,
    .skin_analysis_sec,
    .ance_check,
    .banner-bottom,
    .tab-sec,
    .book-sec,
    .about,
    .doc-sec,
    .testimonial-sec {
        overflow-x: clip !important;
    }

    .book-area .book-area-content h3 {
        font-size: 30px;
    }

    .book-area-content p {
        font-size: 20px;
        width: 100%;
        line-height: 34px;
    }

    .book-area .book_img {
        width: 600px;
        height: 340px;
    }

    .h3,
    h3 {
        font-size: 1.25rem;
    }

    .h2,
    h2 {
        font-size: 1.75rem;
    }

    .skin_analysis_sec h1 {
        font-size: 32px;
    }

    .profile-area {
        right: 30px;
        gap: 20px;
        bottom: 40px;
    }

    .tab-sec .tab.active,
    .tab-sec .tab {
        display: flex;
        line-height: 35px;
    }

    .routine_step p {
        font-size: 24px;
        line-height: 56px;
    }

    .routine_step {
        width: 90px;
        padding: 20px 15px;
    }

    .font-28 {
        font-size: 22px !important;
        color: #7d6555;
        line-height: 34px !important;
    }

    .certified_sec h1 {
        font-size: 36px;
    }

    .routine_product p {
        font-size: 16px;
    }



    .mail-box .top {
        position: relative;
        top: 0;
    }

    .mail-box .bottom {
        position: relative;
        bottom: 0;
    }

    .bottom_color .bottom-text {
        font-size: 26px;
        line-height: 38px;
    }


    .banner-area h1 {
        font-size: 42px;
    }

    .banner-area a,
    .routine-area a,
    .play-area a,
    .daily_routine_area-bottom a,
    .card .info_detail a,
    .routine_product .buy_now {
        font-size: 16px;
    }

    .card-footer p {
        font-size: 16px;
        line-height: 28px;
    }

}

@media screen and (min-width: 768px) and (max-width: 834px) {
    .icon-approved_img {
        width: 140px;
        top: -9rem;
    }

    .profile-pic img {
        position: relative;
        top: 0;
    }

    .daily_routine_area-bottom p {
        padding-top: 40px;
    }

    .daily_routine_area-bottom {
        padding-bottom: 40px;
    }

    .list_daily ul {
        gap: 16px;
    }

    .booking-sec h3 {
        font-size: 38px;
    }

    .appointment-form {
        padding: 20px 0;
    }
}


/* ==========================================================================
   FLUID RESPONSIVE LAYER  -  index.php + single.php
   --------------------------------------------------------------------------
   Purana tareeqa: alag-alag breakpoints par fixed px sizes.
   Masla: do breakpoints ke DARMIYAN ki har width (aur har browser zoom level)
          uncovered reh jati thi -> layout toot jata tha.

   Naya tareeqa: clamp(MIN, FLUID, MAX)
          Font/spacing har pixel width par smoothly scale hota hai.
          360px mobile se le kar 4K tak, aur 110% / 125% zoom par bhi,
          koi gap nahi bachta. Desktop par MAX value wahi hai jo design mein
          pehle se thi - is liye design nahi badalta.

   Ye block file ke END mein hai, is liye upar wali sab rules ko override
   karta hai. header.php aur single.php ke inline <style> document mein
   BAAD mein aate hain, is liye un selectors par !important lagaya gaya hai.
   ========================================================================== */


/* ==========================================================================
   0) GLOBAL OVERFLOW GUARDS
   ========================================================================== */
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    max-width: 100%;
}

img,
video,
iframe,
embed,
object {
    max-width: 100%;
}

*,
*::before,
*::after {
    min-width: 0;
}

/* Lambe words / URLs se horizontal scroll na aaye */
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* NOTE: container par overflow-x clip NAHI lagaya - is se .about .row::before/::after
   wali decorative lines aur absolutely positioned badge/logo kat jate hain.
   Page-level horizontal scroll body ke overflow-x: hidden se already ruk raha hai. */


/* ==========================================================================
   1) INDEX.PHP  -  FLUID TYPOGRAPHY
   Har clamp: MIN = 360px screen ki value, MAX = 1920px design ki value
   ========================================================================== */

/* ---- Header ---- */
.header .nav_btn {
    font-size: clamp(13px, 11.69px + 0.641vw, 24px);
    padding: clamp(6px, 0.4vw + 4.6px, 8px) clamp(10px, 0.5vw + 8.2px, 14px);
}

.header-2 .logo img {
    height: clamp(90px, 5.77vw + 69.2px, 180px);
    max-width: 100%;
    object-fit: contain;
}

/* ---- Banner / hero ---- */
.banner-area h1 {
    font-size: clamp(26px, 21.54px + 1.795vw, 56px);
    line-height: 1.2;
}

.banner-area span {
    font-size: clamp(16px, 15.23px + 0.769vw, 30px);
    line-height: 1.45;
}

.banner-area p {
    font-size: clamp(20px, 17.85px + 1.154vw, 40px);
    line-height: 1.35;
    padding: clamp(12px, 1.28vw + 7.4px, 25px) 0 clamp(20px, 2.05vw + 12.6px, 40px) 0;
}


.promo-box {
    padding: clamp(22px, 15.54px + 1.795vw, 50px) !important;
    border-radius: clamp(14px, 1.03vw + 10.3px, 30px) !important;
}

/* Desktop par ye absolutely positioned hi rehta hai (design wahi),
   sirf size fluid hua. Static sirf tablet/mobile par - neeche section 4/5 mein. */
.watch-link {
    font-size: clamp(16px, 13.23px + 0.769vw, 28px) !important;
}



/* ---- Sab primary buttons ---- */
.banner-area a,
.routine-area a,
.play-area a,
.daily_routine_area-bottom a,
.card .info_detail a,
.about a,
.early-detection-box .act-now-btn,
.ai-analyze-sec a {
    font-size: clamp(14px, 12.92px + 0.577vw, 24px) !important;
    padding: clamp(9px, 0.4vw + 7.6px, 12px) clamp(16px, 1.28vw + 11.4px, 32px) !important;
    display: inline-block;
    max-width: 100%;
}

.about a svg,
.ai-analyze-sec a svg,
.banner-area a svg {
    width: clamp(13px, 0.45vw + 11.4px, 20px) !important;
}

/* ---- "TARGETED / FREE / QUICK" strip ---- */

/* ---- Section headings ---- */
.book_content h2,
.product-sec .heading,
.early-detection-box h2,
.ai-analyze-sec h2 {
    /* font-size: clamp(24px, 20.92px + 1.41vw, 48px) !important; */
    line-height: 1.25;
}

.book_content p {
    font-size: clamp(16px, 14.92px + 0.577vw, 26px) !important;
    line-height: 1.45 !important;
}

.product-area h2 {
    font-size: clamp(26px, 22.46px + 1.538vw, 52px);
    line-height: 1.3;
}

.product-area h3,
.testimonial-area span {
    font-size: clamp(16px, 14.92px + 0.577vw, 26px);
}

.testimonial-area h3 {
    font-size: clamp(22px, 19.38px + 1.282vw, 44px);
}

/* ---- Body copy ---- */
.testimonial .blog-text,
.doc-content .text,
.routine-content li h3,
.early-detection-box p,
.ai-analyze-sec .ai-text p,
.ai-text ul li {
    font-size: clamp(16px, 15.38px + 0.449vw, 24px) !important;
    line-height: 1.45 !important;
}

.testimonial h4 {
    font-size: clamp(19px, 17.69px + 0.641vw, 30px);
}

.testimonial h4 span {
    font-size: clamp(15px, 14.1px + 0.449vw, 22px);
}

.testimonial {
    padding: clamp(30px, 3.2vw + 18.5px, 80px) clamp(16px, 0.9vw + 12.8px, 30px);
}

/* ---- Blog cards (home) ---- */
.blog-card {
    padding: clamp(15px, 0.96vw + 11.5px, 30px) !important;
}

.blog-card p {
    line-height: 1.55 !important;
}

.blog-card h3 {
    font-size: clamp(17px, 15.6px + 0.385vw, 23px) !important;
    line-height: 1.4;
}



/* ---- FAQ ---- */
.faq-question {
    font-size: clamp(16px, 15.69px + 0.641vw, 28px) !important;
    gap: 12px;
}

.faq-answer p {
    font-size: clamp(15px, 14.1px + 0.256vw, 20px) !important;
    line-height: 1.55;
}

/* FAQ answer ki fixed max-height chhoti screens par text kaat deti thi */
.faq-item.active .faq-answer {
    max-height: 1500px !important;
}

/* ---- Books ---- */
.book-area .book_img {
    width: 100% !important;
    height: auto !important;
    padding: clamp(10px, 0.64vw + 7.7px, 20px) !important;
    object-fit: contain;
}

.book-area .book-area-content h3 {
    padding-bottom: clamp(10px, 0.64vw + 7.7px, 20px) !important;
}

.book-area-content .Amazon {
    width: clamp(120px, 5.13vw + 101.5px, 200px) !important;
}

.book-area-content p {
    font-size: clamp(16px, 14.2px + 0.77vw, 28px) !important;
    width: 100% !important;
    line-height: 1.4 !important;
}

/* ---- Early detection CTA band ---- */
.early-detection-box {
    padding: clamp(30px, 2.56vw + 20.8px, 70px) clamp(18px, 2.7vw + 8.3px, 60px) !important;
    min-height: 0 !important;
}

.routine-sec h4 {
    font-size: clamp(26px, 20.2px + 2.44vw, 64px);
}

.routine-sec p {
    font-size: clamp(18px, 15.5px + 1.79vw, 46px);
    line-height: 1.4;
}

.routline-list li {
    font-size: clamp(16px, 14.6px + 1.28vw, 36px);
}



.secure-areas p {
    line-height: 1.6;
}

.footer-area p {
    font-size: clamp(13px, 12.1px + 0.26vw, 17px);
}




/* ==========================================================================
   2) SINGLE.PHP (BLOG DETAIL)  -  FLUID
   single.php ka inline <style> baad mein aata hai -> !important zaroori
   ========================================================================== */

.ss-hero,
.ss-body,
.ss-recent {
    overflow-x: clip;
}

/* Bade screens par design 1800px par cap - 4K par bhi wahi look rehta hai */
.ss-hero .container-fluid,
.ss-body .container-fluid,
.ss-recent .container-fluid {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.ss-hero {
    padding: clamp(28px, 1.4vw + 23px, 50px) 0 clamp(32px, 1.47vw + 26.7px, 55px) !important;
}

.ss-hero h1 {
    font-size: clamp(24px, 19.5px + 1.41vw, 48px) !important;
    line-height: 1.3 !important;
    margin: 0 0 clamp(20px, 1.28vw + 15.4px, 40px) !important;
}

.ss-body {
    padding: clamp(30px, 1.6vw + 24.2px, 55px) 0 clamp(32px, 1.79vw + 25.5px, 60px) !important;
}

.ss-content {
    font-size: clamp(16px, 15.1px + 0.256vw, 20px) !important;
}

.ss-content p {
    margin-bottom: clamp(20px, 1.6vw + 14.2px, 45px) !important;
}

.ss-content h3 {
    font-size: clamp(19px, 17.4px + 0.449vw, 26px) !important;
}

.ss-content h4 {
    font-size: clamp(17px, 15.85px + 0.321vw, 22px) !important;
}

.ss-content blockquote {
    font-size: clamp(17px, 15.4px + 0.449vw, 24px) !important;
    line-height: 1.5 !important;
    padding-left: clamp(15px, 0.64vw + 12.7px, 25px) !important;
}

.ss-content table {
    font-size: clamp(13px, 12.4px + 0.19vw, 16px) !important;
}

/* ---- Floating CTA box ---- */
.ss-cta {
    width: 32% !important;
    min-width: 280px;
    max-width: 460px;
    padding: clamp(22px, 1.47vw + 16.7px, 45px) !important;
    margin: 0 0 clamp(20px, 0.64vw + 17.7px, 30px) clamp(20px, 1.28vw + 15.4px, 40px) !important;
}

.ss-cta h2 {
  
    line-height: 1.2 !important;
    margin-bottom: clamp(12px, 0.38vw + 10.6px, 18px) !important;
}

.ss-cta p {
    line-height: 1.45 !important;
    margin-bottom: clamp(18px, 0.45vw + 16.4px, 25px) !important;
}

.ss-cta a {
    gap: clamp(10px, 0.51vw + 8.2px, 18px) !important;
    padding: clamp(10px, 0.13vw + 9.5px, 12px) clamp(14px, 0.64vw + 11.7px, 24px) !important;
    max-width: 100%;
}

.ss-cta a svg {
    width: clamp(15px, 0.32vw + 13.8px, 20px) !important;
    flex-shrink: 0;
}

/* CTA sirf tab float kare jab jagah ho - warna full width */
@media screen and (max-width: 991px) {
    .ss-cta {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 30px 0 !important;
    }
}

/* ---- Recent blogs ---- */
.ss-recent {
    padding: 0 0 clamp(35px, 1.92vw + 28px, 65px) !important;
}

.ss-recent-head {
    padding-top: clamp(28px, 1.09vw + 24.1px, 45px) !important;
    margin-bottom: clamp(22px, 0.83vw + 19px, 35px) !important;
}


/* Cards barabar height */
.ss-recent .row > [class*="col-"] {
    display: flex;
    margin-bottom: 25px;
}

.ss-card {
    width: 100%;
    padding: clamp(14px, 0.38vw + 12.6px, 20px) !important;
}

.ss-card-img img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.ss-card h3 {
    line-height: 1.45 !important;
}

.ss-card p {
    line-height: 1.55 !important;
}

.ss-card .ss-read-more {
    font-size: clamp(14px, 12.9px + 0.32vw, 20px) !important;
}

/* ---- Books section single page par ---- */
.ss-single-books {
    padding: clamp(35px, 2vw + 27.8px, 72px) 0 !important;
}


/* ==========================================================================
   3) SECTION PADDING  -  har screen par fluid
   ========================================================================== */
section,
.section-padding {
    padding-top: clamp(35px, 2.24vw + 26.9px, 72px);
    padding-bottom: clamp(35px, 2.24vw + 26.9px, 72px);
}

section.py-0,
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

section.pb-0 {
    padding-bottom: 0 !important;
}

section.pt-0 {
    padding-top: 0 !important;
}


/* ==========================================================================
   4) TABLET LAYOUT FIXES  (iPad Mini 768 / Air 820 / Pro 834 / 1024 / 1180 / 1194 / 1366)
   ========================================================================== */
@media screen and (min-width: 768px) and (max-width: 1366px) {

    /* Decorative connector lines tablets par chhupa do - ye overflow karti hain */
    .about .row::before,
    .about .row::after,
    .left-coln,
    .right-coln {
        display: none !important;
    }

  

    .brand-img img {
        width: 150px;
    }

   .badge-img{
    position: relative!important;
    bottom: -10px!important;

   }
   .video-sec.banner {
    margin-top: -35%!important;
}

    /* Absolutely positioned watch-link chhoti screens par overlap karta tha */
    .watch-link {
        position: static !important;
        display: inline-block;
        margin-top: 20px;
    }

    .early-detection-sec {
        background-position: center !important;
    }

    .early-detection-box {
        justify-content: center;
        text-align: center;
    }

    .early-detection-box p {
        margin-left: auto;
        margin-right: auto;
    }

    .project-links-left {
        left: 2% !important;
    }

    .project-links-right {
        right: 2% !important;
    }

    .dr-img img {
        height: auto !important;
    }

    .skin-sense-testimonial .testimonial .item {
        height: auto !important;
    }
}

@media (max-width: 1152px) and (min-width: 1024px) {
        .video-sec.banner {
        margin-top: -22% !important;
    }
        .watch-link {
        font-size: 19px !important;
    }
        .bg-product.landing {
        height: 650px !important;
    }
        .doc-arae span {
        font-size: 18px;
    }
        .book-area .book-area-content h3 {
        font-size: 22px;
    }
    .blog-card h3 a{
            font-size: 22px!important;
    }
    .ai-analyze-sec a{
            padding: 10px 16px !important;
    }
    .ai-analyze-sec a svg{
            right: -5px!important;
    }
    .ss-content p {
    
    line-height: 36px!important;
    font-size: 22px!important;
}
.ss-cta{
        width: 44% !important;
}
.ss-card h3{
        font-size: 18px;
}
.ss-card p{
        font-size: 16px;
}
.secure-area p{
    
    font-size: 14px;
}

}

/* Tablet portrait: books 2 per row */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .book-sec .col-lg-3.col-md-6 {
        margin-bottom: 30px;
    }
    .ss-content p{
            font-size: 24px!important;
    }
}


/* ==========================================================================
   5) MOBILE LAYOUT FIXES  (<= 767px)
   ========================================================================== */
@media screen and (max-width: 767px) {

    .about .row::before,
    .about .row::after,
    .left-coln,
    .right-coln {
        display: none !important;
    }


    .promo-section {
        transform: none !important;
    }

    /* Absolutely positioned watch-link chhoti screens par overlap karta tha */
    .watch-link {
        position: static !important;
        display: inline-block;
        margin-top: 20px;
    }

    .badge-img {
        position: static !important;
        display: block;
        margin: 25px auto 0;
    }

    .navbar-top-default {
        height: auto;
        padding: 12px 0;
    }

    .header-2 .logo img {
        position: static !important;
        height: auto !important;
        max-height: 60px;
    }

    /* Footer badges mobile par stack */
    .secure-area {
        justify-content: center;
        text-align: center;
        margin-bottom: 22px;
    }

    .book-sec .col-lg-3.col-md-6 {
        margin-bottom: 30px;
    }

    .project-links-left,
    .project-links-right {
        display: none !important;
    }
}
