/************************************/
/* AUTHOR: ASHISH RANA *************/
/************************************/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html,
body {
    overflow-x: hidden !important;
}

:root {
    --main-orange: #f58422;
    --main-blue: #033b4a;
    --background-grey: #f2f3f3;
    --white: #ffffff;
    --grey1: #333;
    --grey2: #f2f2f3;
}



/* body::before {
    display: block;
    content: '';
    height: 80px;

} */

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.6rem;
    position: relative
}

p {
    color: #171718;
}

/* .overflow {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 100%;
} */

.section-top-margin {
    margin-top: 9.6rem;
}


.section-bottom-margin {
    margin-bottom: 9.6rem;
}

.section-padding {
    padding: 9.6rem 0;
}

.section-top-padding {
    padding-top: 9.6rem;
}

.section-bottom-padding {
    padding-bottom: 9.6rem;
}

/************************************/
/* GENERAL *************/
/************************************/
.button-lg,
.button-lg:link,
.button-lg:visited {
    padding: 1.4rem 2.8rem;
    background-color: var(--main-orange);
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    /* font-size: 1.6rem; */
    /* font-weight: 500; */
    transition: all 0.4s;
}

.button-lg:hover,
.button-lg:active {
    background-color: var(--main-blue);
}

.button-sm,
.button-sm:link,
.button-sm:visited {
    padding: 0.8rem 1.6rem;
    background-color: var(--main-orange);
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    /* font-size: 1.6rem; */
    /* font-weight: 500; */
    transition: all 0.4s;
}

.button-sm:hover,
.button-sm:active .button-lg:hover,
.button-lg:active {
    background-color: var(--main-blue);
}

.link-style,
.link-style:link,
.link-style:visited {
    text-decoration: none;
    color: var(--main-blue);
    transition: all 0.4s;
}

.link-style:hover,
.link-style:active {
    text-decoration: none;
    color: var(--main-orange);

}

.top-h-menu-item,
.top-h-menu-item:link,
.top-h-menu-item:visited {
    text-decoration: none;
    color: var(--white);
    transition: all 0.4s;
}

.top-h-menu-item:hover,
.top-h-menu-item:active {
    color: #555;
}



.secondary-heading,
.secondary-heading-white {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 3.2rem;
}

.secondary-heading-white {
    color: var(--white);
}

.tertiary-heading {
    /* font-size: 2.4rem; */
    text-transform: uppercase;
    color: var(--grey1);
    margin-bottom: 1rem;

}

.tertiary-heading-white {
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 1rem;
}


/************************************/
/* NAVBAR *************/
/************************************/



.ar-navbar {
    background: #ffffff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 60px;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.top-header {

    /* top: 0 !important; */
    height: 40px;
    background-color: var(--main-orange);
    align-content: center;


    /* z-index: 5000 !important; */


}

.top-header ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center !important;
}

.top-header .top-h-menu-items {
    align-items: center;
    margin-bottom: 0;
    padding: 0;


}


.bx-phone-call {
    align-items: center !important;
}



.smi-header {
    display: flex;
    gap: 2rem;

}

.sm-h-i {

    text-decoration: none;
    font-size: 2rem;
    color: var(--white);
    vertical-align: middle;

}

.ar-sticky {

    /* position: fixed !important; */
    /* top: 0; */
    left: 0;
    width: 100%;
    /* position: sticky; */
    /* top: 0px; */
    z-index: 999;
    /* height: 100px; */

}

.ar-logo img {
    max-width: 60px;

}

.ar-navbar .ar-logo {
    text-decoration: none;
    color: #122f48;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

/* nav menu button */

.menu-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 2;
}

.ar-navbar .menu-btn__lines::before,
.ar-navbar .menu-btn__lines::after {
    content: "";
    position: absolute;
}

.ar-navbar .menu-btn__lines,
.ar-navbar .menu-btn__lines::before,
.ar-navbar .menu-btn__lines::after {
    width: 1.5rem;
    height: 0.1rem;
    background: #132f48;
    transition: all 0.4s ease-in-out;
}

.ar-navbar .menu-btn__lines::before {
    transform: translateY(-0.5rem);
}

.ar-navbar .menu-btn__lines::after {
    transform: translateY(0.5rem);
}

.ar-navbar .menu-items {
    display: flex;
    align-items: center;
}

.ar-navbar ul li {
    list-style: none;
    transition: 0.3s ease;

}

.ar-navbar ul li .arrow {
    transition: all 0.3s ease-out;
}

.ar-navbar ul li a {
    text-decoration: none;
    color: var(--main-blue);
}

/* dropdown menu */

.ar-navbar .ar-dropdown {
    position: relative;
}



.expand-btn:after {
    content: " \25BE";
    opacity: 0.4;
    margin-left: 5px;
}


.ar-navbar .ar-dropdown-menu {
    min-width: 250px !important;
    row-gap: 1rem;
    line-height: 2rem;
    justify-content: space-around;
    align-items: center;
}


.ar-navbar .ar-dropdown-menu,
.menu-right {
    position: absolute;
    background: var(--white);
    min-width: 150px;
    line-height: 30px;
    /* border-radius: 0 0 5px 5px; */
    top: 65px;
    border-top: 1px solid white;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.ar-navbar .menu-right {
    top: 0;
    left: 100%;
}

.ar-navbar .ar-dropdown-menu,
.menu-left {
    left: unset;
    right: 0;
}

.ar-navbar .menu-left {
    left: -100%;
}

.mega-menu .menu-item {
    font-size: 1.4rem !important;
}



.ar-navbar .menu-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.5rem;
    font-size: 1.6rem;
}

.ar-navbar .menu-item:hover {
    color: var(--main-orange);
}

.ar-dropdown-menu .menu-item {
    font-size: 1.4rem;
}

.menu-items {
    margin-bottom: 0;
}

.menu-item.first-item {
    padding: 1.5rem 1rem;
}

.ar-navbar .ar-dropdown:hover .ar-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.ar-navbar .dropdown-right:hover .menu-right {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.ar-navbar .dropdown-right:hover .menu-left {
    left: -100%;
}

/* mega menu  */
.ar-navbar .mega-menu {
    position: absolute;
    left: 0;
    width: 100vw;
    top: auto;
    border-top: 1px solid #ffffff;
    opacity: 0;
    visibility: hidden;
    /* margin-top: 12px; */
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.hide-on-desktop {
    display: none;
}

.mega-menu .content {
    background: var(--white);
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.blog .content {
    grid-template-columns: repeat(1, 1fr);

}

.content .ar-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 3rem;
    border-left: 1px solid #d3d3d3;
}

.content .ar-col:first-child {
    border-left: none;
}

.content .ar-col .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 20vw;
    overflow: hidden;
}

.content .ar-col .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.content .ar-col img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.content .ar-col .img-wrapper:hover img {
    transform: scale(1.1);
}

.content .ar-col .menu-title {
    color: var(--main-orange);
    font-size: 1.6rem;
    line-height: 3rem;
    padding-left: 1rem;
}

.content .ar-col p {
    line-height: 1.2rem;
    margin-top: 5px;
    color: #112f48;
}



.ar-dropdown-menu {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.content .ar-col .read-more {
    font-size: 16px;
    display: flex;
    padding-top: 1rem;
    color: #03a9f4;
    transition: color 0.3s ease;
    justify-content: flex-end;
    padding-right: 10px;
}

.ar-col .mega-links li,
.ar-col .mega-links li a {
    padding: 0 0rem;
}

.menu-items li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}


.content .ar-col .read-more:hover {
    color: #ff5722;
}

/* container */
.ar-container {
    margin: 100px auto auto;
    padding: 0 15px;
    max-width: 1200px;
    text-align: center;
}

.ar-container p {
    color: #ffffff;
}

/* h1 {
    font-weight: 700;
    line-height: 10vw;
    color: #ffffff;
    text-transform: uppercase;
} */

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
    transform: translateX(1rem);
    background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
    transform: rotate(45deg) translate(-0.5rem, 0.5rem);
    background: #132f48;
}

.menu-btn.open .menu-btn__lines::after {
    transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
    background: #132f48;
}

/* Responsive style */

@media screen and (max-width: 1024px) {
    .ar-navbar {
        padding: 10px 20px;
    }

    .overflow {
        overflow: hidden;
    }

    .ar-dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .ar-overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 500;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .overlay--active {
        opacity: 1;
        visibility: visible;
    }


    .menu-btn {
        display: flex;
    }

    .ar-navbar .menu-items {
        position: fixed;
        height: 100%;
        max-height: initial;
        overflow-y: auto;
        width: 80%;
        top: 65px;
        left: 0;
        background: #fcfcfc;
        display: block;
        transform: translateX(-100vh);
        transition: 0.3s ease-out;
        padding-bottom: 100px;
        margin-top: 12px;
    }

    .menu-items.open {
        transform: translateY(0);
    }

    .menu-items li:first-child {
        margin-top: 20px;
    }

    .menu-items li a {
        padding: 10px 1rem;
        display: block;
        font-size: 18px;
    }

    .menu-items .dropdown-right .right-arrow {
        transform: rotate(90deg);
    }

    .menu-item.first-item {
        padding: 1rem 1rem;
    }

    /* DROPDOWN, MEGA MENUS */


    .menu-items .ar-dropdown-menu,
    .menu-items .menu-right,
    .menu-items .mega-menu {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible;
        margin-left: -18px;
        width: auto;
        max-height: 0;
        transform: scaleX(0);
        transform-origin: left;
        overflow: hidden;
        transition: all 0.5s ease;
        /* my edit */
        padding-left: 1rem;
    }

    .content .ar-col {
        border-left: none;
    }

    .menu-items .ar-dropdown-menu,
    .menu-items .menu-right {
        padding-left: 1rem;
        width: 102%;
        margin-left: -10px;
    }

    .menu-items .mega-menu .col {
        padding-left: 1rem;
    }

    .expand-btn.open+.sample {
        max-height: 100%;
        transform: scaleZ(1);
    }

    .expand-btn.open+.blog.sample {
        max-height: 100%;
        transform: scaleZ(1);
        max-width: fit-content;
    }

    .ar-navbar .sample {
        border-top: none;
    }

    .sample li {
        margin: 0;
    }

    .sample li:last-child {
        border-bottom: none;
    }

    .sample li a {
        font-size: 1rem;
    }

    .mega-menu .content {
        grid-template-columns: auto;
        padding: 1rem 1rem 0 1rem;
        /* my */
    }

    .mega-menu .content .ar-col {
        width: 100%;
        padding-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .ar-col .mega-links li,
    .ar-col .mega-links li a {
        padding: 0 0.5rem;
    }

    .content .ar-col .mega-links {
        border-left: 0;
        padding-left: 0.5rem;
    }

    .ar-col .mega-links li {
        margin: 0;
    }


}


/************************************/
/* LIGHTBOX *************/
/************************************/

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.gallery img {
    width: 250px;
    height: auto;
    cursor: pointer;
    transition: 0.3s;
}

.gallery img:hover {
    transform: scale(1.05);
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin-top: 80px; */
}

.lightbox.active {
    display: flex;
    animation: fadeIn 0.4s ease;
}

.lightbox img {
    /* max-width: 100%; */
    max-height: 80vh;
    box-shadow: 0 0 20px #000;

}

.controls {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.btn {
    background: #333;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.btn:hover {
    background: #555;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/************************************/
/* MAIN CAROUSEL *************/
/************************************/
/* Hero Title */

.hero-txt-container {

    height: 100vh;
    display: flex;
    align-items: center;

}

.hero-title {
    font-size: 4.8rem;
    color: var(--white);
}

.hero-txt {
    color: var(--white);
    margin-bottom: 2rem;
}


.hero-btn,
.hero-btn:link,
.hero-btn:visited {
    padding: 1.2rem 2.4rem;
    background-color: var(--main-orange);
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    /* font-size: 1.6rem; */
    /* font-weight: 500; */
    transition: all 0.4s;
    width: fit-content;
    /* display: block; */
    /* max-width: 40px; */
}

.hero-btn:hover,
.hero-btn:active {
    background-color: var(--main-blue);
}

.slider-main-txt {
    padding-bottom: 2.4rem;
}


.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    display: grid;
    place-items: center;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: var(--white) !important;
    font-size: 3.2rem !important;
    font-weight: 600 !important;
    border-radius: 50% !important;
    margin-top: -30px !important;


}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: var(--main-orange) !important;
    transition: all 0.4s ease;
}


/* ********************* ********/
/* *****About Section Home Page** */
/* ************************** */

.about-dr-saroha {
    margin: 2.4rem;
}

.a-h-p-t {
    font-size: 3.2rem;
    color: var(--main-blue);
}

.a-h-p-subtitle {
    color: var(--main-orange);
    font-weight: 500
}



/************************************/
/* TOP SECTION *************/
/************************************/


.n-margin {
    margin-top: -70px;
    z-index: 10 !important;
    background-color: #ffffff;
}

.hero-slider-wrapper {
    z-index: -10 !important;
}

.top-section-box {
    padding: 3rem;
    /* border: 0.1rem solid grey; */
    box-shadow: 0 1.6rem 2.4rem rgba(0, 0, 0, 0.060);
}


.top-section-icon {
    font-size: 4.8rem;
    color: var(--main-orange);
    margin-bottom: 2.4rem;
    transition: all 0.4s;
}

.top-section-icon:hover {
    transform: translateY(-1.1rem);
}

.top-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--main-blue);

}

.top-section-text {
    font-size: 1.6rem;
}

.top-section-link:link,
.top-section-link:visited {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--main-orange);
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.4s;
}

.top-section-link:hover,
.top-section-link:active {
    color: var(--main-blue);
}

/************************************/
/* DOC INTRO SECTION *************/
/************************************/

.doc-intro-row {
    display: flexbox;
    row-gap: 4.2rem;
    box-shadow: 0 1.6rem 2.4rem rgba(0, 0, 0, 0.060);
}

.doc-img-box {
    padding: 3.2rem 0 0 0;
    /* margin: 0 auto; */
    /* box-shadow: 0 1.6rem 2.4rem rgba(0, 0, 0, 0.060); */
}

.doc-img-box img {
    /* height: %; */
    width: 95%;
    padding: 0;
}

.doc-image {
    justify-content: center;

}

.doc-intro-box {
    padding: 3.2rem;
}

.doc-intro-title {
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--main-blue);
}

.doc-designation {
    font-size: 1.6rem;
    color: var(--main-orange);
    font-weight: 500;
}

.doc-description {
    font-size: 1.6rem;
    text-align: justify;
    margin-bottom: 3.2rem;
}



/************************************/
/* OUR SPECIALITY SECTION *************/
/************************************/
/* ---------------------------------------------------------------------------------- */
.speciality-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 400px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.speciality-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.speciality-card:hover img {
    transform: scale(1.05);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, transparent 100%);
    color: white;
}

.card-txt {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 5px;
    opacity: 0.9;
}

.card-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.card-link {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 8px 25px;
    /* border-radius: 10px; */
    font-weight: 500;
    transition: all 0.3s ease;

}

.card-link:hover {
    background: white;
    color: var(--main-blue);
}

/* ------------------------------------------------------------------------------------ */
.our-speciality {
    background-color: var(--grey2);
}



.img-box {
    overflow: hidden;
}

.speciality-img {
    width: 100%;
    display: block;
}

.fig-caption {
    background-color: var(--white);
    /* width: 100%; */
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    padding: 1.2rem 0;
    text-decoration: none;
}



/* New */

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.image-container:hover img {
    transform: scale(1.05);
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 59, 74, 0.6);

    opacity: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 3.2rem;
    font-weight: bold;
    transition: opacity 0.3s ease;

}


.overlay a {
    text-decoration: none;
    color: white;
}

.image-container:hover .overlay {
    opacity: 1;
}

/************************************/
/* WHY CHOOSE US *************/
/************************************/

.why-choose-us {
    background: linear-gradient(0deg, rgba(3, 59, 74, 0.9), rgba(3, 59, 74, 0.9)), url(images/plastic-surgery.webp);
    background-size: cover;
    padding: 9.6rem 0;
}



.why-choose-us h2,
.why-choose-us h3,
.why-choose-us p {
    color: var(--white);
}

.why-choose-us h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.why-choose-us h2 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.why-choose-us p {
    font-size: 1.6rem;
    margin-bottom: 4.8rem;
    text-align: justify;
}

.why-choose-us a,
.why-choose-us a:link,
.why-choose-us a:visited {
    font-weight: 500;
    padding: 1.4rem 2.8rem;
    background-color: var(--main-orange);
    color: var(--white);
    text-decoration: none;
    transition: all 0.4s ease;
}

.why-choose-us a:hover,
.why-choose-us a:active {
    background-color: var(--white);
    color: var(--main-blue);
}

/************************************/
/* FAQ *************/
/************************************/
.faq {
    padding: 9.6rem 0;
}


.accordion {
    font-family: Arial, sans-serif;
    /* max-width: 600px; */
    margin: 20px auto;
}

.accordion-item {
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    background-color: white;
    color: #033b4a;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background-color: #f5f5f5;
}

.accordion-header.active {
    background-color: #f58422;
    color: #ffffff;
}

.accordion-header i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.accordion-header.active i {
    transform: rotate(180deg);
}

.accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    background-color: white;
    transition: max-height 0.3s ease-out;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.accordion-content-inner {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

/************************************/
/* OUR RESULTS *************/
/************************************/

.our-results {
    background-color: var(--grey2);
}

/* Swiper container */
.before-after-swiper {
    width: 100%;
    padding: 20px 0 40px;
}

/* Each slide */
.swiper-slide {
    text-align: center;
    padding: 0 15px;
}

/* Before/After image container */
/* Swiper container */
.before-after-swiper {
    width: 100%;
    padding: 20px 0 40px;
}

/* Combined image styling */
.combined-image {
    /* width: 50%; */
    max-width: 300px;
    /* Adjust based on your image aspect ratio */
    height: auto;
    display: block;
    margin: 0 auto;
    /* border-radius: 8px; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Slide text */
.swiper-slide h3 {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
}

/* Navigation arrows (customize colors) */
.swiper-button-next,
.swiper-button-prev {
    color: var(--main-blue);
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 50%;
}


/************************************/
/* OUR VIDEOS *************/
/************************************/

.video-card-title {
    font-size: 2.4rem;
    color: var(--main-blue);
}


/************************************/
/* TESTIMONIALS *************/
/************************************/

.user-img {
    width: 9.6rem;
    height: auto;
    border-radius: 50%;
    margin-bottom: 1rem;
}



.testimonial-text {
    color: var(--grey2);
    font-style: italic;

}

.user-name {
    font-size: 2rem;
    color: var(--main-orange);
    font-weight: 500;
}


/************************************/
/* CONTACT US *************/
/************************************/
.contact-section {
    background-color: var(--grey2)
}



.contact-form-box {
    background-color: var(--white);
    padding: 5rem 7rem;
}

.contact-doctor-img {
    width: 100%;
}

.contact-us-header-txt {
    font-size: 3.2rem;
    color: var(--main-blue);

}

.contact-title {
    margin-bottom: 3.2rem;
}

form input,
form textarea,
form select {
    width: 100%;
    padding: 1.2rem;
    border: none;
    outline: none;
    background-color: #f9fafa;
    font-size: 1.4rem;
    padding: 1.6rem;
    margin-bottom: 2.4rem;
}

form textarea {
    resize: none;
}

.note {
    font-size: 1.2rem;
    font-style: italic;
}

.submit-btn {
    padding: 1.6rem 0;
    border: none;
    background-color: var(--main-orange);
    color: var(--white);
    font-weight: 500;
    transition: all 0.4s ease;
    border-radius: 0 !important;
    font-size: 1.6rem !important;
}

.submit-btn:hover {
    background-color: var(--main-blue);
}



/* -------------------------------------------------------------------------------- */
/************************************/
/* ABOUT US PAGE *************/
/************************************/

.about-subheader {
    background: linear-gradient(0deg, rgba(3, 59, 74, 0.8), rgba(3, 59, 74, 0.8)), url(../images/about/about.webp);
}



.rhino-subheader {
    background: linear-gradient(0deg, rgba(3, 59, 74, 0.8), rgba(3, 59, 74, 0.8)), url(../images/treatment/rhinoheader.webp);
}

.about-subheader,
.gyne-subheader,
.lipo-subheader,
.success-subheader,
.rhino-subheader {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 275px;

}


.subheader-title {
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0;
    padding: 0 0 1rem 0;
}

.subheader-text {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 0;
}

.d-i-s img {
    width: 100%;
}



.doc-name {
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--main-blue);
}

.doc-txt {
    font-size: 2rem;
    font-weight: 400;
    color: var(--main-orange) !important;
}

.d-t-b {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 4.8rem;
}

.c-border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.c-bottom-margin {
    margin-bottom: 1.6rem;
}

.c-top-margin {
    margin-top: 1.6rem;
}

.c-padding-top {
    padding-top: 3.2rem;
}

.c-padding-bottom {
    padding-bottom: 3.2rem;
}

.a-title {
    font-size: 3.2rem;
    padding-bottom: 1.6rem;
}

.a-content {
    display: flex;
    align-items: start;
}

.a-content-icon {
    font-size: 3.2rem;
    color: var(--main-orange);
    padding-right: 1.2rem;
}

.a-content-icon i {
    border: 1px solid var(--main-orange);
    border-radius: 50%;
    padding: 0.8rem;
}

.a-content-title {
    font-size: 2rem;
    color: var(--main-blue);
}


.contact-us {
    background-color: var(--background-grey);
}


.a-title {
    font-size: 2.4rem;
    color: var(--main-blue);
    margin-bottom: 1rem;

}

.a-list {
    display: flex;
    flex-direction: column;
    /* font-size: 1.6rem; */
    margin-bottom: 1.6rem;

}


.a-list i {
    font-size: 2rem;
    color: var(--main-orange);
    vertical-align: middle;
}


.paper-presentation {
    background-color: #d3d3d3;
}

/************************************/
/* TREATMENT PAGE *************/
/************************************/

.treatment-section {
    padding: 9.6rem 2rem;
}

.treatment-title {
    font-size: 3.2rem;
    color: var(--main-blue);
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--grey2);

}

.treatment-txt {
    text-align: justify;
    /* padding: 1.6rem 0; */
    margin: 0 0 1.6rem;
}

.t-content {
    display: flex;
    /* vertical-align: middle; */
    padding-bottom: 0.7rem;

}

.t-content-icon {
    font-size: 2rem;
    color: var(--main-orange);
    padding-right: 1rem;
    vertical-align: middle;
}

.t-content-icon i {
    /* border: 1px solid var(--main-orange); */
    border-radius: 50%;

}

.t-content-title {
    font-size: 2rem;
    color: var(--main-blue);
}

.t-content-desc {
    text-align: justify;
}


.b-a-t-p {
    background-color: var(--background-grey);
}

.b-a-img {
    width: 100%;
}


/* LIPOSUCTION */

/************************************/
/* FOOTER *************/
/************************************/

.footer-top {
    background-color: var(--main-orange);
    padding: 40px 0 28px;
}


.fti {
    vertical-align: middle;
    font-size: 3.2rem;
    color: var(--white);
    border: 1px solid white;
    margin-right: 20px;
    padding: 10px;
}

.text-wrapper {
    display: inline-block;
}

.footer-top-title {
    margin-bottom: 0;
    font-size: 2rem;
    color: var(--white);
    font-weight: 500;
}


.footer-top-text {
    font-size: 1.6rem;
    color: var(--white);
    margin-bottom: 0;
}

.footer-top-email {
    font-size: 1.6rem;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 0;
}

/* Main Footer */
.main-footer {
    background-color: var(--main-blue);
    padding: 4.8rem 0 0 0;
}

.footer-logo {
    width: 30%;
    margin-bottom: 1.6rem;

}

.main-footer p {
    color: var(--white);
    margin-bottom: 1.6rem;
}


/* Main Footer Column */
.m-f-col {
    margin-bottom: 1.6rem;
    /* padding-right: 3.2rem; */
}

.smi-footer {
    display: flex;
    gap: 1.6rem;
}

.smi {
    color: var(--main-orange);
    border: 1px solid var(--main-orange);
    border-radius: 50%;
    padding: 0.7rem;
    transition: all 0.4s ease;
}

.smi:hover {
    color: var(--white);
    border: 1px solid var(--white);
}

.m-f-title {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 2.4rem;
    text-decoration: underline;
    text-underline-offset: 1.4rem;
}



.f-links-ul {
    list-style: none;
    margin-bottom: 2.4rem;
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 0;
}

.f-links-ul li {
    padding-bottom: 1.2rem;
    color: var(--white);
    font-size: 1.4rem;
}

.f-links-ul li i {
    font-size: 2rem;
    color: var(--main-orange);
    vertical-align: middle;
}

.f-links-ul li a:link,
.f-links-ul li a:visited {
    text-decoration: none;
    color: var(--white);
    transition: all 0.4s ease;
    vertical-align: middle;
}

.f-links-ul li a:hover,
.f-links-ul li a:active {
    color: var(--main-orange);
}

.footer-base {
    background-color: var(--main-blue);
    padding-bottom: 1.6rem;
}

.footer-base p {

    font-size: 1.6rem;
    font-weight: 200;
    color: #fefefe;
    margin: 0;
}

.mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

/* CTA Button styles */
.cta-btn {
    flex: 1;
    margin: 0 5px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-btn i {
    margin-right: 8px;
    font-size: 20px;
}

.whatsapp-btn {
    background-color: var(--main-orange)
        /* #25D366; */
}

.call-btn {
    background-color: var(--main-blue);
    /* #0d6efd */
}


/* ********************************** */
/* RESULTS PAGE********************** */
/* ********************************* */

.result-col-img {
    width: 40%;
}

.gallery-card-title {
    font-size: 2.4rem;
    color: var(--main-blue);
    font-weight: 700;
}

.card {
    border-radius: 0 !important;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.4);
}

.g-c-b {
    width: 50%;

    justify-content: center;

}


/* ********************************** */
/* PATIENTS GALLERY PAGE********************** */
/* ********************************* */

.g-tab-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;

}

.g-tab-header {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;

}

.g-tab-btn {
    padding: 10px 20px;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #555;
    transition: all 0.3s ease;
}

.g-tab-btn:hover {
    background: #e0e0e0;
    color: #333;
}

.g-tab-btn.active {
    background: var(--main-orange);
    color: white;
}

.g-tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.g-tab-content.active {
    display: block;
}

.g-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.g-gallery-item {
    position: relative;
    overflow: hidden;
    /* border-radius: 8px; */
    aspect-ratio: 1/1;
}

.g-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.g-gallery-item:hover img {
    transform: scale(1.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}