/* =========================
   GOOGLE TRANSLATE STYLING
========================= */

/* ---------- DESKTOP (Normal in Header) ---------- */

.gtranslate_wrapper {
    position: relative !important;
    z-index: 1 !important;
}

.gtranslate_wrapper .gt_float_switcher {
    position: relative !important;
    box-shadow: none !important;
    background: #fff !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected {
    border: 2px solid #ddd !important;
    border-radius: 6px !important;
    padding: 3px 5px !important;
    background: #fff !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
}


/* ---------- MOBILE (Fixed Left Side Floating) ---------- */

@media (max-width: 767px) {

    .gtranslate_wrapper {
        position: fixed !important;
        left: 10px !important;
        top: 60% !important;
        transform: translateY(-50%) !important;
        z-index: 99999 !important;
    }

    .gtranslate_wrapper .gt_float_switcher {
        box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
        border-radius: 8px !important;
        background: #fff !important;
    }

    .gtranslate_wrapper .gt_float_switcher .gt-selected {
        padding: 8px 12px !important;
        font-size: 13px !important;
    }

}
/* =========================
   HERO BANNER
========================= */
.hero-banner {
    position: relative;
    background: url("../images/main-slides/home-banner.jpeg") center/cover no-repeat;
    padding: 70px 30px 110px 60px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

/* VIDEO BACKGROUND */
.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DARK OVERLAY */
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.35); */
    z-index: 1;
}

/* CONTENT ABOVE VIDEO */
.hero-banner .auto-container {
    position: relative;
    z-index: 2;
}

/* =========================
   LEFT SIDE
========================= */
.hero-title {
    font-size: 55px;
    color:#FFF;
    font-weight: 400;
    font-family: 'Source Serif Pro';
    line-height: 1.2;
}

.hero-subtitle {
    color: #FFF;
    font-size: 27px;
    line-height: 37px;
    margin: 10px 0;
    font-family: "Source Serif Pro", serif;
}

.hero-desc {
    font-size: 20px;
    font-family: "Karla", sans-serif;
    margin-bottom: 30px;
    font-weight: 300;
    color: #FFF;
    line-height: 30px;
    word-spacing: 3px;
}

.hero-btn {
    padding: 14px 32px;
    background: #1F69F5;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}

.hero-btn:hover {
    background: #B88059;
    color: #F0DACA;
}

/* =========================
   RIGHT SIDE
========================= */
.hero-right {
    position: relative;
    text-align: right;
}

.hero-banner-google-rating img {
    width: 160px;
    position: relative;
    top: -90px;
    right: 1px;
}

/* SMART CARD */
.smart-card {
    margin: -50px 30px 0px 80px;
    background: linear-gradient(to bottom right, #B88059, #3867BE);
    padding: 10px 15px;
    border-radius: 12px;
    width: 280px;
    text-align: left;
}

.smart-card img {
    width: 100%;
    margin-bottom: 12px;
}


.smart-card h3 {
    color: #FFF;
    word-spacing: 2px;
    font-size: 19px;
    padding-left: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.smart-card p {
    color: #FFF;
    font-size: 18px;
    font-family: 'Karla', sans-serif;
    font-weight: 300;
    line-height: 23px;
    padding-left: 16px;
    margin-bottom: 3px;
}


/* WHATSAPP BUTTON */
.whatsapp-book-btn {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: 0;
    bottom: -133px;
    background: #F7E2D5;
    padding: 8px;
    width: 150px;
    border-radius: 5px;
    text-decoration: none;
}

.whatsapp-book-btn img {
    width: 35px;
}
.whatsapp-book-btn span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Karla", sans-serif;
    color: #000;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
    .hero-banner {
        padding: 90px 20px;
        text-align: center;
    }

    .hero-right {
        margin-top: 40px;
        text-align: center;
    }

    .smart-card {
        margin: auto;
    }

    .hero-banner-google-rating img {
        position: static;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {

    /* Mobile me video band */
    .hero-video-bg {
        display: none;
    }

    .hero-banner {
        background: url("../images/main-slides/dr-samiksha-tyagibanner-1.jpg") center/cover no-repeat;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .whatsapp-book-btn {
        display: none;
    }
}

/* =========================
   PAGE HERO BANNER
========================= */
.page-hero-banner {
    position: relative;
    padding: 100px 50px;
    color: #fff;
    overflow: hidden;
    font-family: 'Inter', sans-serif;

    /* LEFT GRADIENT + IMAGE */
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size:cover;
}

/* Left Blue Gradient Layer */
/* .page-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(70,130,170,0.95) 0%,
        rgba(90,150,185,0.85) 40%,
        rgba(90,150,185,0.4) 60%,
        transparent 75%
    );
    z-index: 1;
} */

/* Content above gradient */
.page-hero-banner .auto-container {
    position: relative;
    z-index: 2;
}

/* =========================
   LEFT SIDE
========================= */
.hero-title {
    font-size: 55px;
    color:#FFF;
    font-weight: 400;
    font-family: 'Source Serif Pro';
    line-height: 1.2;
}

.hero-subtitle {
    color: #FFF;
    font-size: 27px;
    line-height: 37px;
    margin: 10px 0;
    font-family: "Source Serif Pro", serif;
}

.hero-desc {
    font-size: 20px;
    font-family: "Karla", sans-serif;
    margin-bottom: 30px;
    font-weight: 300;
    color: #FFF;
    line-height: 30px;
    word-spacing: 3px;
}

.hero-btn {
    padding: 14px 32px;
    background: #1F69F5;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}

.hero-btn:hover {
    background: #B88059;
    color: #F0DACA;
}

/* =========================
   RIGHT SIDE
========================= */
.hero-right {
    position: relative;
    text-align: right;
}

.page-hero-banner-google-rating img {
    width: 160px;
    position: relative;
    top: -90px;
    right: 1px;
}

/* WHATSAPP BUTTON */
.whatsapp-book-btn {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: 0;
    bottom: -133px;
    background: #F7E2D5;
    padding: 8px;
    width: 150px;
    border-radius: 5px;
    text-decoration: none;
}

.whatsapp-book-btn img {
    width: 35px;
}
.whatsapp-book-btn span {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Karla", sans-serif;
    color: #000;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
    .page-hero-banner {
        padding: 90px 20px;
        text-align: center;
    }

    .hero-right {
        margin-top: 40px;
        text-align: center;
    }

    .hero-banner-google-rating img {
        position: static;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {

    .page-hero-banner {
        background: url("../images/main-slides/dr-samiksha-tyagibanner-1.jpg") center/cover no-repeat;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .whatsapp-book-btn {
        display: none;
    }
}

.logo-box {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 20px;
    WIDTH: 215px;}

/* STAT BOX */
.stats-area{
    background-color: #B88059;
    margin-top: -70px;
    z-index: 1;
    position: relative;
    padding: 8px 10px;
}
.stat-box {
    border-radius: 8px;
    padding: 15px 12px;
    background: white;
    font-family: 'Karla', sans-serif;
    line-height: 23px;
    height: 100%;
}
.stat-box h3{
    font-size: 20px; 
    color: #424242;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
}
.stat-box span {
    font-size: 20px; 
    color: #3867BE;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
}
/* 📱 Mobile Responsive */
@media (max-width: 767px) {

    .stats-area{
        margin-top: 0;   /* overlap remove */
        padding: 15px 5px;
    }

    .stat-box{
        padding: 12px 8px;
    }

    .stat-box h3{
        font-size: 14px;
        line-height: 20px;
    }

    .stat-box span{
        font-size: 16px;
    }
}

/* 📲 Extra Small Devices */
@media (max-width: 480px){

    .stat-box h3{
        font-size: 13px;
    }

    .stat-box span{
        font-size: 15px;
    }
}

.expertise-tabs h2 {
    font-size: 40px;
    font-family: "Source Serif Pro", serif;
    font-weight: 500;
    color: #4A342A;
}


.exp-tab {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.exp-img-wrap {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 7px; 
    background-color:#FFF;
    border: 2px solid #C48B63;
    position: relative;
    top: 35px;
    z-index: 2;
}

.exp-img-wrap img {
    width: 100%;
    height: 100%;
    border-radius:50%;
    object-fit: cover;
}

.exp-box {
    padding: 60px 20px 25px;
    border-radius: 10px;
    min-height: 160px;
    transition: 0.3s;
}
.exp-box h4{
    font-size: 20px;
    font-weight: 500;
}
.exp-box p{
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #424242;
    text-transform: capitalize;
    font-family: 'Karla', sans-serif;
}

.brown-bg {
    background: #D6A585;
}

.cream-bg {
    background: #edcebd;
}

.exp-tab.active .exp-box {
    background: #C48B63 !important;
    color: #fff;
}
.exp-tab.active .exp-box h4{
    color: #fff;
}
.exp-tab.active .exp-box p{
    color:#F2F7F6;
}

.exp-tab:hover .exp-box {
    transform: translateY(-5px);
}
/* 📱 Tablet */
@media (max-width: 991px) {

    .expertise-tabs h2 {
        font-size: 32px;
    }

    .exp-img-wrap {
        width: 90px;
        height: 90px;
        top: 30px;
    }

    .exp-box {
        padding: 50px 15px 20px;
        min-height: 150px;
    }

    .exp-box h4{
        font-size: 18px;
    }

    .exp-box p{
        font-size: 15px;
        line-height: 20px;
    }
}

/* 📲 Mobile */
@media (max-width: 767px) {

    .expertise-tabs {
        padding: 20px 10px;
    }

    .expertise-tabs h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .exp-img-wrap {
        width: 75px !important;
        height: 75px !important;
        top: 25px;
        padding: 5px;
    }

    .exp-box {
        padding: 45px 12px 18px;
        min-height: auto;
    }

    .exp-box h4{
        font-size: 16px;
    }

    .exp-box p{
        font-size: 14px;
        line-height: 18px;
    }
}

/* 📱 Extra Small Devices */
@media (max-width: 480px){

    .expertise-tabs h2 {
        font-size: 22px;
    }

    .exp-img-wrap {
        width: 65px;
        height: 65px;
        top: 20px;
    }

    .exp-box {
        padding: 40px 10px 15px;
    }

    .exp-box h4{
        font-size: 15px;
    }

    .exp-box p{
        font-size: 13px;
    }
}
.treat-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}

.treat-card img {
    width: 100%;
    border-radius: 8px;
}

.treat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* TAB BUTTONS */
.tab-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.exp-blue-btn {
    background: #203BBF;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    transition: 0.3s;
    border: 2px solid #203BBF;
}

.exp-blue-btn:hover {
    background: #C48B63;
    border-color: #C48B63;
    color: #fff;
}

.exp-blue-btn.outline {
    background: transparent;
    color: #203BBF;
}

.exp-blue-btn.outline:hover {
    background: #C48B63;
    color: #fff;
    border-color: #C48B63;
}

/* MAIN CARD DESIGN */
.treat-card {
    text-align: center;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s ease;
    border: 2px solid transparent;
}

/* HOVER EFFECT */
.treat-card:hover {
    border-color: #33A393; /* your theme color */
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-6px);
}

/* IMAGE */
.treat-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.4s ease;
}

/* IMAGE ZOOM ON HOVER */
.treat-card:hover img {
    transform: scale(1.07);
}

/* TEXT STYLE */
.treat-card p {
    font-size: 15px;
    color: #424242;
    text-transform: capitalize;
    font-family: 'Karla', sans-serif;
    margin-top: 8px;
    line-height: 16px;
    font-weight: 500;
}
.owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #C48B63 !important;
    color: #fff !important;
    width: 40px;
    font-size: 18px;
    height: 40px;
    border-radius: 50% !important;
}

.owl-nav .owl-prev { left: -45px; }
.owl-nav .owl-next { right: -45px; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .treat-card img {
        height: 200px;
    }
    .treat-card p {
        font-size: 12px;
    }
.owl-nav .owl-prev { left: 1px; }
.owl-nav .owl-next { right: 1px; }
}

@media (max-width: 480px) {
    .treat-card img {
        height: 200px;
    }
        .owl-nav .owl-prev { left: 1px; }
.owl-nav .owl-next { right: 1px; }
}

/* MAIN SECTION */
.doctor-section {
    background: #3867BE;
    padding: 50px 0;
}

/* LEFT IMAGE */
.doc-image-box img {
    width: 95%;
    height: 430px;
}

/* TEXT */
.doc-title {
    color: #FFF;
    font-size: 35px;
    font-family: "Source Serif Pro", serif;
    font-weight: 600;
}

.doc-sub {
    color: #FFF;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    line-height:20px;
    font-weight: 500;
    margin: 12px 0px;
}
.doc-text {
    color:#FFF;
    font-weight:300;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    line-height: 22px;
    margin: 10px 0px;
}
.doc-member{
    color:#FFF;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    line-height: 19px;
    font-weight: 500;
}

.member-img {
    width: 75px;
    height: 75px;
    border-radius: 6px;
    object-fit: cover;
    padding: 5px;
}

/* BUTTONS */
.btn-area {
    text-align: center;
    padding: 20px;
}
.custom-btn {
    background-color: #3867BE;
    color: #FFF;
    padding: 10px 20px;
    font-weight: 600;
    font-size:14px;
    font-family: 'Karla', sans-serif;
    border-radius: 7px;
    word-spacing: 2px;
}
.custom-btn:hover{
    background-color: #C48B63; 
    border-color: #C48B63;
    color: #FFF;
}
.custom-btn-2 {
    color: #523928;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    word-spacing: 2px;
    border-radius: 7px;
    border-color: #222;
}
.custom-btn-2:hover{
    background-color: #3867BE;
    color: #FFF;
    border-color: #3867BE;
}
/* ACHIEVEMENT CARDS */
.ach-card {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.ach-card:hover {
    border-color: #33A393;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.ach-card img {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    object-fit: cover;
}

.ach-card p {
    margin: 0;
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    color:#415de5;
    font-weight: 600;
    line-height: 22px;
}

.ach-card p span {
    display: block;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #424242;
}
/* 📱 Tablet */
@media (max-width: 991px) {

    .doc-image-box img {
        width: 100%;
        height: auto;
    }

    .doc-title {
        font-size: 28px;
    }

    .doc-sub {
        font-size: 15px;
    }

    .doc-text {
        font-size: 15px;
        line-height: 21px;
    }

    .member-img {
        width: 60px;
        height: 60px;
    }
}

/* 📲 Mobile */
@media (max-width: 767px) {

    .doctor-section {
        padding: 30px 10px;
        text-align: center;
    }

    /* image center */
    .doc-image-box {
        text-align: center;
        margin-bottom: 20px;
    }

    .doc-image-box img {
        width: 90%;
        height: auto;
        border-radius: 10px;
    }

    /* text */
    .doc-title {
        font-size: 24px;
        line-height: 30px;
    }

    .doc-sub {
        font-size: 14px;
        line-height: 18px;
    }

    .doc-text {
        font-size: 14px;
        line-height: 20px;
    }

    /* proud member section */
    .doc-member {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .member-img {
        text-align: center;
        width: 80px;
        height: 80px;
    }
}

/* 📱 Extra Small */
@media (max-width: 480px){

    .doc-title {
        font-size: 22px;
    }

    .doc-text {
        font-size: 13px;
    }

    .member-img {
        text-align: center;
        width: 80px;
        height: 80px;
    }
    
    /* proud member section */
    .doc-member {
        font-size: 14px;
        padding-bottom: 20px;
    }
}

.before-after-section {
    background: #F0DACA;
    padding: 40px 0;
    position: relative;
}

/* Title */
.ba-title-area {
    text-align: center;
    margin-bottom: 25px;
}

.ba-title-area h2 {
    font-size: 42px;
    font-weight: 500;
    color: #424242;
    font-family: 'Source Serif Pro';
}

.ba-title-area p {
    font-size: 16px;
    color: #424242;
    font-family: 'Karla',sans-serif;
    font-weight: 500;
    margin-top: 8px;
}

/* Equal Height Box */
.ba-box {
    /* background: #f9cab4; */
    border-radius: 1px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    margin: 10px 12px;
    min-height: 230px; /* Equal height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ba-heading {
    font-size: 22px !important;
    font-weight: 700;
    font-family:'Karla',sans-serif;
    margin-bottom: 20px;
}

/* Before After row */
.before-after-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.before-after-row .item {
    position: relative;
    width: 50%;
}

.before-after-row img {
    width: 100%;
    height:210px;
    border-radius: 10px;
}

.before-after-row .tag {
    position: absolute;
    bottom: -15px;
    left: 50px;
    padding: 5px 22px;
    background: #FFF;
    color: #B88059;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Karla', sans-serif;
    border-radius: 4px;
}

.tag.after {
    background: #FFF;
}

/* Hide dots */
.before-after-slider .owl-dots {
    display: none !important;
}

/* Arrows */
.ba-prev, .ba-next {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    background: #12483F;
    color: #fff;
    font-size: 22px;
    padding: 1px 12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999 !important;
}

.ba-prev { left: 40px; }
.ba-next { right: 40px; }

.ba-prev:hover, .ba-next:hover {
    background: #3867BE;
    color:#FFF;
}

/* Button */
.ba-view-btn {
    background: #3867BE;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-family: 'Karla', sans-serif;
    display: inline-block;
    margin-top: 25px;
}

/* Mobile */
@media (max-width: 768px) {
    .before-after-row { flex-direction: column; }
    .before-after-row .item { width: 100%; }
    .ba-prev { left: 5px; }
    .ba-next { right: 5px; }
    .ba-title-area h2 {
        font-size: 30px;
    }
}
/* 📱 Extra Small */
@media (max-width: 480px){
    .ba-title-area h2 { font-size: 30px;}

}

.treatment-journey-section {
    background: #fff;
    padding:50px 50px;
}

.journey-title {
    font-size: 42px;
    font-weight: 500;
    text-align: left;
    font-family: 'Source Serif Pro',sans-serif;
    padding-top: 20px;
    color: #424242;
}

.journey-wrapper {
    position: relative;
}

.journey-step {
    position: relative;
    padding-left: 90px;
    margin-bottom: 70px;
}

.journey-step:last-child {
    margin-bottom: 0;
}

/* CIRCLE IMAGE */
.step-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TEXT AREA */
.step-text h4 {
    font-size: 20px;
    color: #424242;
    font-weight: 700;
    font-family: 'Karla',sans-serif;
    letter-spacing: -1px;
    margin-bottom: 1px;
}
.step-text p {
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    font-family: 'Karla',sans-serif;
    color: #424242;
    font-size: 16px;
}

/* STEP BADGE */
.step-badge {
    background: #4461E2;
    color: #fff;
    font-family: 'Karla',sans-serif;
    font-size: 11px;
    padding: 3px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}

/* =========================
   DIAGONAL ARROW (EXACT)
========================= */
.diagonal-arrow {
    position: absolute;
    width: 32px;
    height: 32px;
}

.diagonal-arrow.right {
    right: -34px;
    top: 44px;
    transform: rotate(45deg);
}

.diagonal-arrow.left {
    left: -26px;
    top: 25px;
    transform: rotate(130deg);
}

.diagonal-arrow::before {
    content: "";
    position: absolute;
    width: 115px;
    height: 8px;
    background: #F0DACA;
    top: 22px;
    left: 0;
}

.diagonal-arrow::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    /* border-right: 2px solid #B88059;
    border-top: 2px solid #B88059; */
    right: -77px;
    top: 0px;
    transform: rotate(45deg);
}

/* RIGHT SLIDER */
.story-section{
    background-color: #C48B63;
    padding: 15px;
}
.story-title{
    color:#FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    padding: 30px 0px 20px 0px;
} 
.story-slider .item img {
    width: 100%;
    height: 380px;
}
.story-slider .owl-theme .owl-nav{
    display: none;
}
.story-slider .owl-theme .owl-dots{
    padding-top: 25px;
}

/* 📱 Tablet */
@media (max-width: 991px){

    .treatment-journey-section{
        padding: 40px 20px;
    }

    .journey-title,
    .story-title{
        font-size: 32px;
        text-align: center;
    }

    .story-slider .item img{
        height: 300px;
    }
}

/* 📲 Mobile */
@media (max-width: 767px){

    .treatment-journey-section{
        padding: 30px 15px;
    }

    .journey-title,
    .story-title{
        font-size: 26px;
        text-align: center;
    }

    /* remove zigzag layout */
    .journey-step{
        padding-left: 70px;
        margin-bottom: 40px;
    }

    .step-img{
        width: 55px;
        height: 55px;
    }

    .step-text h4{
        font-size: 16px;
        letter-spacing: 0;
    }

    .step-text p{
        font-size: 14px;
        line-height: 18px;
    }

/* pura wrapper vertical */
    .journey-wrapper .row{
        display: flex;
        flex-direction: column;
    }

    /* sab steps ko ek flow me lao */
    .journey-step{
        order: unset;
    }

    /* ab manually order set karo */
    .journey-step:nth-child(1){ order: 1; } /* Step 1 */
    .journey-step:nth-child(2){ order: 3; } /* Step 3 */
    .journey-step:nth-child(3){ order: 5; } /* Step 5 */

    /* right column steps */
    .col-md-6 .journey-step:nth-child(1){ order: 2; } /* Step 2 */
    .col-md-6 .journey-step:nth-child(2){ order: 4; } /* Step 4 */

    /* arrows remove */
    .diagonal-arrow{
        display: none;
    }
    /* make all steps same alignment */
    .col-md-5,
    .col-md-6,
    .col-md-1{
        width: 100%;
    }

    .row.align-items-center{
        flex-direction: column;
    }

    /* slider */
    .story-section{
        margin-top: 30px;
        padding: 15px 10px;
    }

    .story-slider .item img{
        height: 250px;
        border-radius: 10px;
    }
}

/* 📱 Extra Small */
@media (max-width: 480px){

    .journey-title,
    .story-title{
        font-size: 22px;
    }

    .step-img{
        width: 50px;
        height: 50px;
    }

    .story-slider .item img{
        height: 250px;
    }
    /* pura wrapper vertical */
    .journey-wrapper .row{
        display: flex;
        flex-direction: column;
    }

    /* sab steps ko ek flow me lao */
    .journey-step{
        order: unset;
    }

    /* ab manually order set karo */
    .journey-step:nth-child(1){ order: 1; } /* Step 1 */
    .journey-step:nth-child(2){ order: 3; } /* Step 3 */
    .journey-step:nth-child(3){ order: 5; } /* Step 5 */

    /* right column steps */
    .col-md-6 .journey-step:nth-child(1){ order: 2; } /* Step 2 */
    .col-md-6 .journey-step:nth-child(2){ order: 4; } /* Step 4 */

    /* arrows remove */
    .diagonal-arrow{
        display: none;
    }
}

.review-section {
    padding: 60px 0;
    background: #f1f1f1;
    position: relative;
}

/* Heading */
.review-title-area {
    text-align: center;
    margin-bottom: 40px;
}

.review-title-area h2 {
    font-size: 40px;
    font-family: 'Source Serif Pro';
    word-spacing: 3px;
    font-weight: 400;
    color: #424242;
}

.review-title-area .sub-line {
   font-size: 18px;
    font-weight: 500;
    line-height: 5px;
    color: #523928;
}

/* Google Rating */
.google-rating {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
}

.google-rating img {
    width: 120px;
    margin-right: 8px;
}

.google-rating .rating-number {
   font-size: 40px;
    font-weight: 400;
    font-family: 'Source Serif Pro';
    color: #523928;
}

/* Review Card */
.review-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.10);
    min-height: 275px;
}

/* Top user row */
.review-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-user {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    margin-right: 12px;
}

.review-top h4 {
    font-size: 16px;
    color: #000;
    font-family: 'Karla';
    font-weight: 700;
    margin-bottom: 2px;
}

.review-top span {
    font-family:'Karla';
    font-size: 15px;
    color: #000;
}
.review-stars {
    font-size: 16px;
    color: #f4b400; /* Golden yellow */
    margin: -18px 0 12px 57px; /* perfectly aligned under name */
    letter-spacing: 2px;
    font-weight: 700;
}
/* Review text */
.review-text {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: 'Karla';
    line-height: 21px
}

/* Hide default dots */
.review-slider .owl-dots {
    display: none !important;
}

/* Custom Navigation */
.review-prev,
.review-next {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    background: #12483F;
    color: #fff;
    padding: 3px 12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 50;
    font-size: 18px;
}

.review-prev { left: 60px; }
.review-next { right: 60px; }

.review-prev:hover,
.review-next:hover {
    background: #0f3d35;
}
/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {

    .review-section {
        padding: 40px 15px;
    }

    /* Heading */
    .review-title-area h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .review-title-area .sub-line {
        font-size: 14px;
        line-height: 20px;
    }

    /* Google Rating */
    .google-rating {
        flex-direction: column;
        gap: 5px;
    }

    .google-rating img {
        width: 90px;
        margin: 0;
    }

    .google-rating .rating-number {
        font-size: 22px;
    }

    /* Review Box */
    .review-box {
        padding: 18px;
        min-height: auto;
    }

    /* User section */
    .review-top {
        align-items: center;
    }

    .review-user {
        width: 40px !important;
        height: 40px !important;
    }

    .review-top h4 {
        font-size: 14px;
    }

    .review-top span {
        font-size: 13px;
    }

    /* Stars */
    .review-stars {
        margin: 5px 0 10px 52px;
        font-size: 14px;
    }

    /* Text */
    .review-text {
        font-size: 14px;
        line-height: 20px;
    }

    /* Arrows Hide on Mobile */
   .review-prev { left: 1px; }
.review-next { right: 1px; }
}
@media (max-width: 480px) {

    .review-section {
        padding: 30px 12px;
    }

    .review-title-area {
        margin-bottom: 25px;
    }

    .review-title-area h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .review-title-area .sub-line {
        font-size: 13px;
        line-height: 18px;
    }

    .google-rating img {
        width: 80px;
    }

    .google-rating .rating-number {
        font-size: 18px;
    }

    .review-box {
        padding: 15px;
        border-radius: 12px;
    }

    .review-user {
        width: 36px !important;
        height: 36px !important;
        margin-right: 10px;
    }

    .review-top h4 {
        font-size: 13px;
    }

    .review-top span {
        font-size: 12px;
    }

    .review-stars {
        margin: 4px 0 8px 46px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .review-text {
        font-size: 13px;
        line-height: 19px;
    }
}


.patient-success-section {
    padding: 20px 20px;
    background-color: #edcebd;
}

.patient-success-section .sec-title h2{
    padding: 20px;
    font-size: 42px;
    word-spacing: 5px;
    font-family: 'Source', sans-serif;
    font-weight: 500;
}
.patient-success-video-iframe {
    width: 100%;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.patient-success-video-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.video-box {
    list-style: none;
    background: #fff;
    padding: 20px 18px 25px 18px;
    border-radius: 15px;
    text-align: center;
    margin: 10px 15px;
}

.video-title {
    color:#424242;
    margin-top: 10px;
    font-family: 'Karla',sans-serif;
    font-size: 17px;
    text-align: left;
    line-height: 22px;
    font-weight: 400;
}

.video-name {
    padding-top: 10px;
    font-size: 16px;
    color: #000;
    text-align: left;
    font-weight: 700;
}
.video-designation{
    font-size: 14px;
    text-align: left;
    line-height: 2px;
    color: #000;
    font-weight: 600;
}

.youtube-lazy {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}
.youtube-lazy iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Play Button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 45px;
    background:#ff1a1a;
    border-radius: 10px;
}

.play-btn::before {
    content: '';
    position: absolute;
    left: 26px;
    top: 13px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
}

/* Custom Left–Right Arrows */
.custom-owl-prev, .custom-owl-next {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    background: #12483F;
    color: #fff;
    padding: 3px 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 100;
}

.custom-owl-prev { left: -10px; }
.custom-owl-next { right: -10px; }

.custom-owl-prev:hover,
.custom-owl-next:hover {
    background: #0f3d35;
}

@media(max-width:768px) {
    .patient-success-section .sec-title h2{
    padding: 20px;
    font-size: 25px;
}
    .patient-success-video-iframe { height: 200px; }

    .custom-owl-prev { left: -5px; }
    .custom-owl-next { right: -5px; }
}
@media (max-width: 480px) {
    .patient-success-section .sec-title h2{
    padding: 20px;
    font-size: 25px;
    }

}
.intro-section {
    background: #FFF;
    padding: 30px 0;
}
/* VIDEO WRAPPER */
.intro-video {
    position: relative;
    width: 100%;
    padding-bottom: 65.25%; /* 16:9 Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 1px;
}

.intro-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1px;
}

/* CONTENT */
.intro-content {
    padding-right: 50px;
}

.intro-content h2 {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #424242;
}

.intro-content p {
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Karla', sans-serif;
    color:#424242;
    margin-bottom: 15px;
}

/* BUTTON */
.read-more-btn {
    padding: 10px 22px;
    background: #203BBF;
    border-radius: 6px;
    font-family: 'Karla', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.read-more-btn:hover {
    background-color: #C48B63;
    color: #FFF;
}

/* RESPONSIVE */
@media(max-width: 768px){
    .intro-section {
        text-align: center;
    }

    .intro-content {
        padding-right: 0;
        margin-top: 25px;
    }
.intro-content h2{
    padding: 10px;
    font-size: 25px;

}
    .intro-content p {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .intro-content h2{
    padding: 10px;
    font-size: 25px;
    }

}

.intl-section {
    background: #f5ebe5;
    padding: 40px 0px;
}

.intl-title {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #424242;
}

.intl-subtitle {
    text-align: center;
    font-size: 17px;
    margin-bottom:15px;
    font-weight: 500;
    color: #624646;
    font-family: 'Archivo';
}

/* TOP REVIEW CARD */
.intl-top-card {
    display: flex;
    gap: 30px;
    background: #fff;
    margin-bottom: 50px;
    width: 68%;
    margin-left: 150px;
}
.intl-img-box{
    max-width: 400px;
}
.intl-img-box img {
    height: auto;
}
.intl-review-box{
    max-width: 280px;
}
.intl-review-box h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Archivo", sans-serif;
    margin: 15px 0px 5px 0px;
}
.stars {
    font-size: 23px;
    line-height: 3px;
    padding-bottom: 20px;
    color: #ffb400;
}
.intl-review-text{
    font-size: 16px;
    font-weight: 500;
    color: #424242;
    font-family: 'Karla';
    line-height: 21px;
}

/* ICON ROW */
.intl-icon-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 35px;
    margin-bottom: 40px;
}

.intl-icon-box img {
    width: 85px;
    height:80px;
    margin-bottom: 10px;
}

.intl-icon-box p {
    color: #523928;
    font-size: 18px;
    text-align: left;
    font-family: 'Karla';
    font-weight: 600;
    line-height: 22px;
    padding-top: 20px;
}

/* BUTTON */
.intl-btn-wrap {
    text-align: center;
    margin-top: 20px;
}

.book-btn {
    background: #203BBF;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 17px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.book-btn:hover {
    color: #FFF;
    background: #C48B63;
}
/* ================== TABLET & MOBILE ================== */
@media (max-width: 768px) {

    .intl-section {
        padding: 50px 15px;
    }

    .intl-title {
        font-size: 28px;
        line-height: 36px;
    }

    .intl-subtitle {
        font-size: 15px;
        line-height: 22px;
    }

    /* Top Card Fix */
    .intl-top-card {
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 15px;
        border-radius: 12px;
    }

    .intl-img-box {
        max-width: 100%;
    }

    .intl-img-box img {
        width: 100%;
        border-radius: 10px;
    }

    .intl-review-box {
        max-width: 100%;
    }

    /* Icon Grid */
    .intl-icon-row {
        padding-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .intl-icon-box {
        text-align: center;
    }

    .intl-icon-box img {
        width: 60px;
        height: 60px;
    }

    .intl-icon-box p {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
    }

    .book-btn {
        font-size: 15px;
        padding: 10px 20px;
    }
}
@media (max-width: 480px) {

    .intl-section {
        padding: 40px 12px;
    }

    .intl-title {
        font-size: 22px;
        line-height: 30px;
    }

    .intl-subtitle {
        font-size: 13px;
    }

    .intl-top-card {
        padding: 12px;
    }

    .intl-review-box h4 {
        font-size: 14px;
    }

    .stars {
        font-size: 18px;
    }

    .intl-review-text {
        font-size: 13px;
        line-height: 19px;
    }

    /* 1 column icons */
    .intl-icon-row {
        padding-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .intl-icon-box img {
        width: 55px;
        height: 55px;
    }

    .intl-icon-box p {
        font-size: 13px;
    }

    .book-btn {
        font-size: 14px;
        padding: 9px 18px;
    }
}

/* Client Section */
.clients-section {
    padding: 20px 20px;
    background-color: #fff; /* As requested */
}

.client-title {
    font-size: 42px;
    color:#424242;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 3px;
}

.client-sub-title {
    font-weight: 400;
    font-family: 'Archivo';
    color: #624646;
    font-size: 18px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

/* Video Box Card */
.clients-section .video-box {
    background: #F6F6F6;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    list-style: none;
    margin: 10px 15px;
}

/* Video iframe box (16:9 responsive) */
.clients-section .video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.5%;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.clients-section .video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Video Text Below */
.clients-section .video-title {
    margin-top: 12px;
    color: #624646;
    font-family: 'Archivo';
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

/* Owl Slider – Hide default nav */
.youtube-slider .owl-nav {
    display: none !important;
}

.youtube-slider .owl-dots {
    display: none !important;
}

/* Custom Left–Right Arrows */
.custom-owl-prev, .custom-owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #12483F;
    color: #fff;
    padding: 3px 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    z-index: 50;
    transition: 0.3s;
}

.custom-owl-prev { left: -12px; }
.custom-owl-next { right: -12px; }

.custom-owl-prev:hover,
.custom-owl-next:hover {
    background: #0f3d35;
}


/* Mobile Responsive */
@media(max-width: 768px) {

    .clients-section .video-frame {
        padding-top: 65%; /* Taller for mobile */
    }

    .custom-owl-prev { left: -5px; }
    .custom-owl-next { right: -5px; }
}
/* RESPONSIVE */
@media(max-width: 768px){
   
.client-title{
    padding: 10px;
    font-size: 30px;
}
.client-sub-title{
    font-size: 30px;
}
}
@media (max-width: 480px) {
   .client-title{
    padding: 10px;
    font-size: 25px;
}
.client-sub-title{
    font-size: 15px;
}

}

/* FAQ Area CSS */
@media (max-width: 992px) {

    .faq-area {
        padding: 0 20px;
    }

    .faq-area .row {
        flex-direction: column;
    }

    .faq-area .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .faq-form-box {
        margin-top: 30px;
        padding: 25px;
    }

    .form-sub-heading {
        font-size: 30px;
        line-height: 38px;
    }
}
@media (max-width: 768px) {

    .faq-area {
        padding: 0 15px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    /* Accordion */
    .faq-accordion .accordion .accordion-title {
        font-size: 14px;
        padding: 12px 40px 12px 15px;
    }

    .faq-accordion .accordion .accordion-content p {
        font-size: 14px;
        line-height: 20px;
    }

    /* Form */
    .faq-form-box {
        padding: 20px;
    }

    .form-heading {
        font-size: 16px;
    }

    .form-sub-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .form-desc {
        font-size: 14px;
    }

    /* Inputs */
    .faq-form-box form input,
    .faq-form-box form textarea,
    .faq-form-box select {
        font-size: 14px;
        padding: 10px 12px;
    }

    /* Age + Concern row */
    .faq-form-box .row {
        flex-direction: column;
    }

    .faq-form-box .row .col-6 {
        width: 100%;
    }

    .upload-photo {
        font-size: 14px;
    }

    .form-btn {
        font-size: 15px;
        padding: 12px;
    }
}
@media (max-width: 480px) {

    .section-title h2 {
        font-size: 22px;
    }

    .faq-accordion .accordion .accordion-title {
        font-size: 13px;
    }

    .faq-accordion .accordion .accordion-content p {
        font-size: 13px;
    }

    .faq-form-box {
        padding: 15px;
    }

    .form-heading {
        font-size: 14px;
    }

    .form-sub-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .form-desc {
        font-size: 13px;
    }

    .faq-form-box form input,
    .faq-form-box form textarea,
    .faq-form-box select {
        font-size: 13px;
        padding: 9px 10px;
    }

    .upload-photo {
        font-size: 13px;
        gap: 8px;
    }

    .upload-photo i {
        font-size: 22px;
        padding: 8px;
    }

    .form-btn {
        font-size: 14px;
        padding: 10px;
    }
}

.new-footer {
    background: #C48B63;
    padding: 40px 60px 0px 60px;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

/* ------- TOP CONTACT BAR -------- */
.footer-topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}

.left-contact {
    display: flex;
    align-items: center;
}

.call-btn {
    background: #1FA84F;
    padding: 16px 18px;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 700;
    border-radius: 6px;
}
.icon-set{
    
    padding: 10px 0px;
    background-color: #1FA84F;
}
.icon-set i {
    background: #fff;
    color: #3159B9;
    font-size: 18px;
    padding: 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.num-box {
    background: #1FA84F;
    color: #FFF;
    padding: 14px 10px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}
.num-box:hover{color:#F2F7F6;}
.email-box {
    background: #3159B9;
    padding: 10px 22px;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-left: 15px;
    border-radius: 5px;
    text-decoration: none;
}
.email-box:hover{color:#F2F7F6;}
.email-box i { 
    background: #fff;
    color: #3159B9;
    font-size: 18px;
    padding: 6px;
    border-radius: 50%;
    margin-right: 6px;
}

/* ---------- MAIN GRID -------- */
.footer-main-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 2fr 2fr 4fr 4fr;
    gap: 40px;
}

.footer-col h4 {
    font-size: 17px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #FFF;
    font-family: 'Poppins';
}

.footer-col ul {
    padding: 0;
    list-style: none;
}
.footer-col ul li a {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Poppins';
    opacity: .95;
}
.footer-col ul li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.dual, .triple {display: grid; gap: 20px;}
.dual {grid-template-columns: repeat(2, 1fr);}
.triple {grid-template-columns: repeat(3, 1fr);}

/* -------- WHITE BOX -------- */
.footer-white-box {
    background: #E9D8C7;
    padding: 25px;
    margin: 25px 0;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.footer-white-box h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.footer-white-box p {
    color: #333;
    font-size: 14px;
}
.footer-white-box a {
    padding-top: 5px;
    font-size: 14px;
}
.icon-round {
    background: #3159B9;
    padding: 4px 4px 2px 4px;
    border-radius: 50%;
    margin-right: 6px;
}
.icon-round i {
    color: #fff;
    font-size: 15px;
}

.social i {
    font-size: 17px;
    background: #3159B9;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

/* -------- COPYRIGHT -------- */
.copy {
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    font-size: 13px;
}


/* ---------- RESPONSIVE ----------- */

@media (max-width: 992px) {

    .new-footer {
        padding: 30px 25px 0;
    }

    .footer-main-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .footer-white-box {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .footer-topbar {
        flex-wrap: wrap;
        gap: 10px;
    }

    .email-box {
        margin-left: 0;
    }
}
@media (max-width: 768px) {

    .new-footer {
        padding: 25px 15px 0;
    }

    /* Topbar Fix */
    .footer-topbar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .left-contact {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }

    .call-btn {
        font-size: 11px;
        padding: 8px 10px;
        white-space: nowrap;
    }

    .icon-set {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 5px 6px;
    }

    .icon-set i {
        font-size: 14px;
        padding: 5px;
    }

    .num-box {
        font-size: 12px;
        padding: 8px 8px;
        white-space: nowrap;
    }

    .email-box {
        font-size: 13px;
        padding: 10px 15px;
    }

    /* Main Grid */
 .footer-main-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }

    /* Each column ka menu 2 part me divide */
    .footer-col ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 12px;
    }

    .footer-col ul li a {
        font-size: 13px;
        line-height: 20px;
    }

    /* Dual & Triple fix */
    .dual,
    .triple {
        grid-template-columns: 1fr;
    }
    .footer-col h4 {
        font-size: 15px;
    }


    /* White Box */
    .footer-white-box {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 20px;
    }

    .footer-white-box h4 {
        font-size: 15px;
    }

    .footer-white-box p,
    .footer-white-box a {
        font-size: 13px;
    }

    .social {
        margin-top: 10px;
    }

    .copy {
        text-align: center;
        font-size: 12px;
    }
}
@media (max-width: 480px) {

    .call-btn {
        font-size: 11px;
        padding: 8px 10px;
    }

    .icon-set i {
        font-size: 14px;
        padding: 5px;
    }

    .num-box {
        font-size: 12px;
        padding: 8px;
    }

    .email-box {
        font-size: 12px;
        padding: 8px 12px;
    }

    .footer-col h4 {
        font-size: 14px;
    }

    .footer-col ul li a {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-white-box {
        padding: 15px;
    }

    .footer-white-box p,
    .footer-white-box a {
        font-size: 12px;
    }

    .social i {
        font-size: 14px;
        margin-right: 6px;
    }
}
/* @media (max-width: 992px) {
    .footer-main-grid {grid-template-columns: 1fr 1fr;}
    .footer-white-box {grid-template-columns: 1fr 1fr;}
}

@media (max-width: 576px) {

    .footer-topbar {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .left-contact {
        flex-direction: column;
    }

    .footer-main-grid {grid-template-columns: 1fr;}
    .footer-white-box {grid-template-columns: 1fr;}
    .dual, .triple {grid-template-columns: 1fr;}
    .copy {text-align: center;}
} */

/* Floating Buttons Container */
.floating-buttons {
  position: fixed;
  left: 12px;
  bottom: 85px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
}

/* Common Button Style */
.float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
}

/* Image Styling */
.float-btn img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Hover Effect */
.float-btn:hover img {
  transform: scale(1.1);
}
.float-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

/* Individual Button Accent (optional subtle glow) */
.whatsapp {
  border: 2px solid #25D366;
}
.call {
  border: 2px solid #12483F;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .floating-buttons {
    right: 16px;
    bottom: 100px;
    gap: 10px;
  }
  .float-btn {
    width: 48px;
    height: 48px;
  }
}
.float-btn {
  animation: bounceIn 0.9s ease;
}

@keyframes bounceIn {
  0% { transform: scale(0.3); opacity: 0; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}

/* ===== Fixed Enquire Button (Desktop - Vertical) ===== */
.fixed-enquire-btn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  transform: translateY(-50%);
}

.fixed-enquire-btn button {
    background-color: #B88059;
    color: #fff;
    border: none;
    padding: 1px 4px;
    font-weight: 400;
    font-size: 14px;
    word-spacing: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    height: 200px;
    width: 42px;
}

.fixed-enquire-btn button i {
  font-size: 15px;
  transform: rotate(180deg);
  margin-bottom: 5px;
}

.fixed-enquire-btn button:hover {
  background-color: #3867BE;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

/* ===== Modal Styling ===== */
.enquiry-modal-content {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  max-width: 600px;
  margin: auto;
}

.enquiry-modal-content .modal-header {
  background-color: #B88059;
}
.modal-title{
    color:#FFF;
}
.enquiry-modal-content .btn-close {
  filter: brightness(0) invert(1);
}

.enquiry-title {
  font-size: 26px;
  font-weight: 700;
  color: #12483F;
  margin-bottom: 8px;
}

.enquiry-subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 25px;
}

.enquiry-modal-content .form-control {
  border-radius: 4px;
  border: 1px solid #B88059;
  box-shadow: none;
  font-size: 14px;
}

.enquiry-modal-content .form-control:focus {
  border-color: #12483F;
  box-shadow: 0 0 5px rgba(18, 72, 63, 0.3);
}

.enquiry-modal-content .btn-primary {
  background-color: #3867BE;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.enquiry-modal-content .btn-primary:hover {
  background-color: #B88059;
}

/* ===== Mobile Bottom Buttons ===== */
.mobile-bottom-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid #ccc;
}

.mobile-bottom-buttons a,
.mobile-bottom-buttons button {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.call-now-btn {
  background-color: #1FA84F;
  text-decoration: none;
}

.enquire-now-btn {
  background-color: #B88059;
}

.mobile-bottom-buttons i {
  font-size: 18px;
}

/* ===== Hide Desktop Button on Mobile ===== */
@media (max-width: 768px) {
  .fixed-enquire-btn {
    display: none !important;
  }
}