/*========================================================= 
    Design Name       : Sattva Fertility - Hospital
    Version           : V1.0
    Design Date       : 01/05/2024
    Design UI/UX By   : Aakash Singh (KadamTech Employer)
    Developed Comapny : Kadamtech Pvt. Ltd.
	Developed Comapny : https://www.kadamtech.com/
 ============================================================*/

/* Outfit Font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap');
/* Feather Icons */
@import url('../font/feather-icons/dist/feather-icons.css');



/* Start By Default Reset */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

* {
    font-family: "Poppins", sans-serif;
}

:root {}



body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--heading-3);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

hr {
    margin: 16px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.5;
    color: var(--heading-4);
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 10px;
    line-height: 1.7;
    color: #333;
    font-size: 16px;
}

img {
    width: 100%;
}

ol,
ul {
    padding-left: 34px;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 14px;
}

b {
    font-weight: 800;
}

strong {
    font-weight: 900;
}

small {
    font-size: 12px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #152A3D;
    text-decoration: none;
}


/* Container */


button {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

input,
button,
select,
optgroup,
textarea,
.form-control {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    padding: 15px 20px;
}

::-moz-selection {
    background-color: #200468;
    color: #FFF;
    text-shadow: none
}

::selection {
    background-color: var(--bluedark);
    color: var(--white);
    text-shadow: none
}

.owl-carousel {
    z-index: 0 !important;
}

.default-btn {
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bluedark);
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    column-gap: 10px;
    transition: 0.5s;
}

.default-btn:hover {
    background-color: var(--heading-1);
    color: var(--white);
}

.heading {
    margin-bottom: 30px;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.section-heading p {
    color: var(--heading-3);
    font-size: 14px;
}

.section-heading span {
    color: var(--purple);
    font-weight: 700;
    font-size: 16px;
}

.swiper-pagination-bullet {
    background-color: var(--font-color-94);
    height: 4px;
    width: 25px;
    border-radius: 50px;
    opacity: 1;
    transition: 0.5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bluedark);
    opacity: 1;
    width: 40px;
    transition: 0.5s;
}

/* End By Default Reset */


/* Start Header */
.main-header {
    box-shadow: 0px 8px 24px rgb(0 0 0 / 20%);
}

.main-header .top-navbar {
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
}

.main-header .top-navbar .logo {}

.main-header .top-navbar .logo img {
    height: 70px;
    width: auto;
}

.main-header .top-navbar .support-intro {
    display: flex;
    justify-content: flex-end;
    column-gap: 50px;
}

.main-header .top-navbar .support-intro li {
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
}

.main-header .top-navbar .support-intro li i {
    color: #444;
    font-size: 20px;
}

.main-header .top-navbar .support-intro li .supportBody h5 {
    font-size: 14px;
    color: #4A4B4A;
    line-height: 1.2;
    margin-bottom: 0;
}

.main-header .top-navbar .support-intro li .supportBody h5 a {
    color: inherit;
    display: grid;
    font-weight: 700;
}

.main-header .top-navbar .support-intro li .supportBody h5 a small {
    font-weight: 500;
    font-size: 12px;
    color: #777777;
    line-height: 1.5;
}

.main-header .nav-bar .nav-bar-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .nav-bar .nav-bar-links .navbar-nav {
    display: inline-flex;
    align-items: stretch;
    flex-direction: row;
    height: 100%;
}

.main-header .nav-bar .nav-bar-links .navbar-nav li {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
    margin: 0 40px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.sticky-inner-header .nav-bar-links .navbar-nav>li>a {
    margin: 0 0 0 30px !important;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a:hover {
    color: var(--bluedark);
}

.main-header .nav-outer .navbar-nav .menu-item-has-children>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* .menu-item-has-children>a::before {
    content: "";
} */

.menu-item-has-children>a+.sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    padding: 15px 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    border-radius: 10px;
    min-width: 250px;
    z-index: 2;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -ms-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, .2);
}

.menu-item-has-children>a+.sub-menu::before {
    position: absolute;
    left: 25px;
    top: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content: "";
}

.menu-item-has-children>a+.sub-menu .menu-item {
    position: relative;
    display: block;
    z-index: 1;
    margin: 6px 12px;
}

.menu-item-has-children>a+.sub-menu .menu-item a {
    position: relative;
    display: block;
    padding: 10px 15px;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.041vw;
    color: var(--heading-6);
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left;
    border-radius: 4px;
}

.menu-item-has-children>a+.sub-menu .menu-item a:hover {
    background-color: var(--bluedark);
    color: var(--white);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.mobile-header {
    display: none;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    border-bottom: 2px solid var(--pink) !important;
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    border-bottom: 2px solid var(--secondary-color)
}

.sticky-header .main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.sticky-header .main-box .logo img {
    max-width: 200px;
}

/* End Header */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

.top-navbar ul {
    display: flex;
    list-style: none;
}

.top-navbar .left-item ul {
    justify-content: flex-start;
}

.top-navbar .left-item ul li {
    margin-right: 20px;
}

.top-navbar .left-item ul li a {
    align-items: center;
    display: flex;
    gap: 8px;
}

.top-navbar .left-item ul li h6 {
    align-items: center;
    display: flex;
    gap: 7px;
    margin-bottom: 0;
}

.top-navbar .right-item ul {
    justify-content: flex-end;
}

.top-navbar .right-item ul li {
    margin-left: 10px;
}

.top-navbar .right-item ul li i {
    font-size: 25px;
}

a:hover {
    color: #c69a4b;
}

.top-navbar .right-item ul li i:hover {
    color: #c69a4b;
}

.top-navbar .logo img {
    width: 86px;
    position: absolute;
    left: 50%;
    top: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 11111;
}

/*==============================
Main Banner
==============================*/
.main-banner {
    padding: 140px 0 80px 0;
    position: relative;
    z-index: 1;
}

.main-banner .main-banner-image {
    justify-content: end;
    display: flex;
}

.main-banner .main-banner-image img {
    width: 85%;
}

.main-banner::before {
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    left: -320px;
    bottom: -350px;
    z-index: -1;
}

.main-banner::after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    left: -180px;
    bottom: -250px;
    z-index: -1;
}

/*==============================
Left Content
==============================*/


.main-banner .main-banner-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: 1.5px solid #c69a4b;
    border-radius: 14px;
    color: #b9852d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
}

.main-banner .main-banner-title {
    font-size: 38px;
    line-height: 1.5;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.main-banner .main-banner-title span {
    color: #c48b32;
    display: block;
}

.main-banner .main-banner-line {
    width: 105px;
    height: 6px;
    background: #c48b32;
    border-radius: 50px;
    margin-bottom: 20px;
}

.main-banner .main-banner-description {
    margin-bottom: 20px;
    max-width: 80%;
}

/*==============================
Buttons
==============================*/
.main-banner .main-banner-btns {
    margin-top: 10px;
}

.main-banner .main-banner-btn:hover {
    background-color: #000;
}

.main-banner .main-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
}

.main-banner .main-banner-btn i {
    font-size: 24px;
}

.primary-btn {
    background: #c48b32;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #c48b32;
    box-shadow: 0 10px 25px rgba(196, 139, 50, 0.22);
    font-size: 16px;
}

.primary-btn:hover {
    background: #b47d28;
    border-color: #b47d28;
    color: #fff;
    transform: translateY(-2px);
}

.main-banner .secondary-btn {
    border: 1.5px solid #c48b32;
    color: #1f1f1f;
    background: transparent;
}

.main-banner .secondary-btn:hover {
    background: #c48b32;
    color: #fff;
    transform: translateY(-2px);
}

/*==============================
Right Gallery
==============================*/
.main-banner .main-banner-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.main-banner .main-banner-gallery-item {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.main-banner .main-banner-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.main-banner .main-banner-gallery-item:hover img {
    transform: scale(1.05);
}



@media(max-width:1199px) {

    .main-banner {
        padding: 70px 0;
    }

    .main-banner .main-banner-title {
        font-size: 50px;
    }

    .main-banner .main-banner-description {
        font-size: 18px;
        max-width: 100%;
    }
}

@media(max-width:991px) {

    .main-banner .main-banner-content {
        padding-right: 0;
    }

    .main-banner .main-banner-title {
        font-size: 42px;
    }
}

@media(max-width:767px) {

    .main-banner {
        padding: 60px 0;
    }



    .main-banner .main-banner-title {
        font-size: 34px;
    }

    .main-banner .main-banner-description {
        font-size: 16px;
        line-height: 1.8;
    }

    .main-banner .main-banner-gallery {
        grid-template-columns: 1fr;
    }

    .main-banner .main-banner-btn {
        width: 100%;
        justify-content: center;
    }
}

header .top-navbar {
    padding: 20px 0;
}

.main-navbar {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 111;
    padding: 10px 0;
}

.main-navbar .navbar-btn {
    align-items: center;
    justify-content: end;
    display: flex;
}


.main-navbar .main-menu ul.navbar-nav {
    display: flex;
    gap: 20px;

}

.main-navbar .main-menu ul.navbar-nav .menu-item-has-children {
    position: relative;
}

.main-navbar .main-menu ul.navbar-nav .menu-item-has-children ul li:hover {
    background-color: #c69a4b;
    color: #fff;
}

.main-navbar .navbar-nav li a {
    font-weight: 600;
    font-size: 16px;
}

.booknow-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background: #000;
    color: #fff;
    transition: 0.4s ease;
}

.booknow-btn:hover {
    background-color: #c49a44;
}

.main-navbar .nav-containt h4 {
    font-style: italic;
    font-family: "Kaushan Script", cursive;
    color: #B58A1F;
}

.main-navbar .nav-containt {}

.main-navbar .nav-containt h1 {
    color: #2C3145;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
}

.nav-bar .logo {
    position: absolute;
    left: 609px;
    top: -60px;
}

.nav-bar .logo img {
    width: 200px;
}

.nav-navbar-btn .booknow-btn {
    font-weight: 700;
    padding: 12px 40px 12px 40px;
    color: #ffff;
    background: #C7882F;
    border-radius: 5px;
    font-size: 20px;
    border: none;
}

.main-navbar .nav-navbar-btn {
    padding: 70px 0;
}

.main-navbar .nav-containt p {
    line-height: 35px;
}

.main-navbar .nav-containt h1 {
    margin-top: 10px;
}

.over-view {
    padding: 70px 0;
}

.over-view .image {
    position: relative;
}

.over-view .image img {
    width: 100%;
}

.over-view .img-1 {
    width: 80%;
    border-radius: 10px;
    display: block;
}

.over-view .img-2 {
    width: 80%;
    border-radius: 10px;
    display: block;
}

.over-view .image .center-box {
    position: absolute;
    left: 29%;
    top: 44%;
    background: white;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    display: flex;
    height: 70px;
}

.over-view .center-box span {
    font-size: 25px;
    margin-right: 5px;
    color: #B58A1F;
    margin-top: 5px;
}

.over-view .center-box h3 {
    font-weight: 700;
    color: #B58A1F;
    margin-top: 5px;
}

.over-view .over-upper {}

.over-view .center-box p {
    margin-left: 5px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    color: #5E6271;
}


.over-view .over-view-containt h2 {
    font-weight: 700;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #2C3145;
}

.over-view .over-view-containt h3 {
    font-style: italic;
    font-family: "Kaushan Script", cursive;
    color: #B58A1F;
    font-size: 22px;
}

.over-view .p-div {
    position: sticky;
    top: 70px;
}

.over-view {
    padding: 70px;
}

.over-view .over-view-containt {}

.over-view .over-view-lower-containt {
    display: flex;
    margin-top: 20px;
}

.over-view .lower-containt {
    margin: auto;
}

.over-view .lower-containt h5 {
    color: #B58A1F;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 10px;
}

.over-view .lower-containt img {
    width: 43px;
}

.over-view .lower-containt {
    display: flex;
}

.over-view .over-view-item {
    line-height: 10px;
    margin-left: 10px;
}

.over-view .over-view-item p {
    margin-left: 10px;
}

.service {
    background-color: #B58A1F1A;
}

.service .service-containt {
    margin-top: 50px;
}

.service .service-containt h4 {
    font-style: italic;
    font-family: "Kaushan Script", cursive;
    color: #B58A1F;
    text-align: center;
}

.service .service-containt h1 {
    font-weight: 800;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    color: #2C3145;
    margin-top: 10px;
    text-align: center;
}

.service .service-containt .tabs {
    padding: 10px;
    border-radius: 15px;
    background: #fff;
    border: black;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: auto;
    width: fit-content;
    margin-top: 30px;
}

.service .service-containt .tab {
    background: #fff;
    color: #0d1b2a;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 200px;
    height: 50px;
    border-radius: 10px;
    border: 0px;
}

.service .service-containt .tab-active {
    background: #2C3145;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 200px;
    height: 50px;
    border-radius: 10px;
}

.service .service-img {
    position: relative;
}

.service .service-img img {
    width: 97%;
    margin-bottom: 50px;
}

.service .service-img {
    margin-top: 30px;
    margin-bottom: 110px;
}

.service .service-img .service-img-item {
    margin-top: -152px;
    padding: 4px;
}

.service .service-img .service-img-item h4 {
    text-align: center;
    color: #ffff;
}

.service .service-img .service-img-items p {
    text-align: center;
    color: #ffff;
}

.service .service-img .service-img-items {
    margin-top: -252px;
    padding: 10px;
}

.service .service-img .service-img-items h4 {
    text-align: center;
    color: #ffff;
}

.service .service-img .s-btn {
    display: flex;
    justify-content: center;
}

.service .service-img .service-btn {
    background: #B58A1F;
    color: #fff;
    border: 1px solid;
    font-size: 10px;
    width: 100px;
    height: 25px;
    font-family: "Poppins", sans-serif;
}

.expert {
    background: linear-gradient(185deg, #FFFFFF, #D4D4D4);
    padding: 70px 0;
}

.expert .expert-containt h4 {
    font-style: italic;
    font-family: "Kaushan Script", cursive;
    color: #B58A1F;
    text-align: center;
    font-size: 22px;
}

.expert .expert-item {
    display: flex;
}

.expert .expert-item .col-lg-4 {
    padding: 10px;
}

.expert .expert-containt h1 {
    font-weight: 700;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #2C3145;
    margin-top: 10px;
    text-align: center;
}

.expert .dr-info-box {
    background: linear-gradient(185deg, #B58A1F, #000000);
    border-radius: 10px;
    height: 100%;
}

.expert .dr-info-box .dr-img {
    margin: auto;
    width: fit-content;
}

.expert .dr-info-box .dr-img img {
    border-radius: 100px;
    margin-top: 30px;
}

.expert .info-box {
    text-align: center;
    padding: 30px;
    color: #fff;
    display: block;
}

.expert .info-box p {
    color: #fff;
}

.Appointment {
    background: #FAF7EF;
    padding: 70px 0;
}

.Appointment .Appointment-left {
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.Appointment .Appointment-left h2 {
    font-weight: 700;
}

.Appointment .Appointment-left p {
    color: #333333;
}

.Appointment .Appointment-left .left-item {
    list-style: none;
    display: contents;
}

.Appointment .Appointment-left .left-item i {
    width: 30px;
    border-radius: 50%;
    background-color: #B58A1F;
    height: 30px;
    font-size: 16px;
    align-items: center;
    color: #fff;
    display: flex;
    position: absolute;
    justify-content: center;
}

.Appointment .Appointment-left .left-item li {
    margin: inherit;
}

.Appointment .Appointment-left .left-item li a {
    color: black;
    text-decoration: none;
    margin-left: 45px;
}

.Appointment .map-img img {
    width: 100%;
}

.Appointment .form-section {
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.Appointment .form-section .Appointment-form .form-row {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 15px 20px;
}

.Testimonials {
    padding: 70px 0;
}

.Testimonials .top-item h4 {
    font-style: italic;
    font-family: "Kaushan Script", cursive;
    color: #B58A1F;
    font-size: 22px;
    text-align: center;
}

.Testimonials .top-item h2 {
    font-weight: 700;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #2C3145;
}

.testimonial-card {
    background: #fff;
    padding: 17px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 10px;
    transition: 0.3s;
    height: 180px;
}

.Testimonials .owl-carousel {
    margin-top: 30px;
}

.testimonial-card h4 {
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 14px;
    color: #555;
}

.Testimonials .googlereview-btn {
    border-radius: 5px;
    height: 50px;
    align-items: start;
    background-color: #ffffff;
    border: 1px solid #ddd;
    width: 240px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.Testimonials .googlereview-btn img {
    width: 100px;
    margin-right: 10px;
}

.Testimonials .g-btn {
    display: flex;
    justify-content: end;
}

.Testimonials .google-btn {
    border-radius: 5px;
    height: 50px;
    align-items: start;
    background-color: #ffffff;
    border: 1px solid #ddd;
    width: 180px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.Testimonials .google-btn img {
    width: 30px;
    margin-right: 10px;
}

.Testimonials .review-end {
    margin-top: 50px;
    margin-bottom: 20px;
}

.blog {
    background: linear-gradient(185deg, #FFFFFF, #EAEAEA);
}

.blog .blog-containt h4 {
    font-size: 35px;
    font-family: cursive;
    margin-top: 50px;
    text-align: center;
    color: #B58A1F;
}

.blog .blog-containt h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-top: 25px;
}


/* Left Card */

.left-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.left-card iframe {
    width: 100%;
}

.title {
    font-size: 30px;
    font-weight: 600;
    color: #020842;
    font-family: "Poppins", sans-serif;
}

.desc {
    margin-bottom: 20px;
}


/* Info Row */

.info-box {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 14px;
    color: #444;
    display: -webkit-inline-box;
}

.info-box span {
    color: #020842;
    font-size: 15px;
}


/* Icon Circle */

.icon-boxx {
    width: 36px;
    height: 36px;
    background: #B58A1F;
    /* light gold */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}


/* Icon Color */

.icon-boxx i {
    color: #fff;
    font-size: 14px;
}


/* Map */

.map-container img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 12px;
}


/* Right Form */

.form-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.form-title {
    font-weight: 500;
    color: #b8891e;
    font-size: 14px;
}

.form-card h5 {
    font-weight: 600;
    font-size: 30px;
    margin-top: 10px;
    color: #333333;
    font-family: "Poppins", sans-serif;
}

.form-control {
    border-radius: 8px;
    font-size: 14px;
    padding: 10px;
}

textarea {
    resize: none;
}

.btn-custom {
    background: #B58A1F;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 6px;
    border: none;
}

.btn-custom:hover {
    background: #a87f2f;
}

.input-box {
    position: relative;
}

.input-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
}


/* Input Style */

.input-box input,
.input-box textarea {
    width: 100%;
    padding: 10px 12px 10px 38px;
    /* left space for icon */
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
}


/* Textarea icon top align */

.textarea-box i {
    top: 16px;
    transform: none;
}

.footer .footer-list {
    display: flex;
    justify-content: end;
}

.footer .footer-list ul {
    list-style: none;
    display: flex;
    margin-top: 59px;
    justify-content: end;
}

.footer .footer-list h4 {
    margin-top: 75px;
}

.footer .footer-list ul li {
    margin: 10px;
}

.bottom-line {
    border-top: 2px dashed #c89b3c;
    margin: 10px 0;
}

body {
    font-family: 'Poppins', sans-serif;
}


/* ===== TOP BLUE LINE ===== */

.top-blue {
    height: 4px;
    background: #1e88e5;
}


/* ===== HEADER AREA ===== */

.footer-top {
    background: #f3f3f3;
    padding: 20px 0;
}

.logo-box img {
    width: 150px;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.footer-top .logo-box img {
    width: 100px;
}

/* Social */

.social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.social span {
    font-size: 16px;
    color: #444;
    margin-right: 10px;
}

.social a {
    width: 34px;
    height: 34px;
    background: #3a3a3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.social a:hover {
    background-color: #c89b3c;
}


/* ===== DOTTED LINE ===== */

.dotted-line {
    height: 2px;
    background: repeating-linear-gradient(to right, #c89b3c 0px, #c89b3c 6px, transparent 6px, transparent 14px);
}


/* ===== MAIN FOOTER ===== */

.footer {
    background: #f3f3f3;
    padding: 40px 0 10px;
}


/* Headings */

.footer h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 18px;
}


/* Paragraph */

.footer p {
    font-size: 16px;
    color: #343434;
    line-height: 1.7;
}


/* Links */

.footer a {
    display: block;
    font-size: 16px;
    color: #343434;
    text-decoration: none;
}

.footer a:hover {
    color: #000;
}

.footer ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 12px;
    color: #343434;
}

/* Contact Info */

.contact-item {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 12px;
    color: #343434;
}

.contact-item i {
    color: #c89b3c;
    margin-top: 4px;
    margin-right: 8px;
}


/* ===== BOTTOM ===== */

.footer-bottom {
    margin-top: 25px;
}

.gold-bar {
    background: #b8891e;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 13px;
}

.blog-section {
    padding: 70px 0;
    text-align: center;
    background: linear-gradient(360deg, #FFFFFF, #EAEAEA);
}


/* Small Title */

.blog-subtitle h4 {
    font-style: italic;
    font-family: "Kaushan Script", cursive;
    color: #B58A1F;
    font-size: 22px;
    text-align: center;
}


/* Main Title */

.blog-title h2 {
    font-weight: 700;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #2C3145;
}


/* ===== CARD ===== */

.blog-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


/* Image */

.blog-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s;
}


/* Overlay */

.blog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.4s;
}


/* Tag */

.blog-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #c89b3c;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
}


/* Title */

.blog-text {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}


/* Meta */

.blog-meta {
    font-size: 12px;
    color: #ddd;
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
}


/* ===== HOVER EFFECT ===== */

.blog-card:hover img {
    transform: scale(1.08);
}

.blog-card:hover .blog-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.section {
    padding: 60px 80px;
    text-align: center;
    background: #B58A1F1A;
}


/* HEADING */

.heading h3 {
    font-style: italic;
    font-family: "Kaushan Script", cursive;
    color: #B58A1F;
    font-size: 22px;
}

.heading h1,
.heading h2 {
    font-weight: 700;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #2C3145;
}


/* TABS */

.tabs {
    display: inline-flex;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
}

.tab {
    padding: 7px 40px;
    border: none;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
    border: ridge;
}

.tab.active {
    border: ridge;
    margin-right: 5px;
}

.tab:hover {
    background: #2c2c3a;
    color: #fff;
}


/* CARDS */

.cards {
    display: flex;
    margin-top: 50px;
}

.card {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}


/* OVERLAY */

.content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}


/* IMPORTANT: H3 FIXED */

.content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}


/* HIDE CONTENT */

.content p,
.content button {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
}


/* SHOW ON HOVER */

.card:hover .content p,
.card:hover .content button {
    opacity: 1;
    transform: translateY(0);
}


/* DARK OVERLAY */

.card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    opacity: 0;
    transition: 0.4s;
}

.card:hover::after {
    opacity: 1;
}


/* BUTTON CENTER */

.content button {
    display: block;
    margin: 10px auto 0;
    padding: 8px 18px;
    background: #c79a3b;
    border: none;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.transform .top-text {
    font-style: italic;
    font-family: "Kaushan Script", cursive;
    color: #B58A1F;
    text-align: center;
    font-size: 22px;
}


/* MAIN HEADING */

.main-text {
    font-weight: 700;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #2C3145;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 50px;
}


/* CARD */

.transform .card {
    width: 100%;
    border: none;
}

.compare {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}


/* IMAGES */

.img {
    width: 100%;
    display: block;
}

.after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}


/* DIVIDER LINE */

.divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #000;
    transform: translateX(-50%);
    cursor: ew-resize;
}


/* CENTER HANDLE */

.circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
}


/* LABELS */

.tag {
    position: absolute;
    background: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.before-tag {
    top: 15px;
    left: 15px;
}

.after-tag {
    bottom: 15px;
    right: 15px;
}


/* OWL */

.owl-dots {
    margin-top: 20px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: block;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #7c8b8b;
}

.transform .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transform {
    padding: 70px 0;
    background: linear-gradient(-3.14deg, #FFFFFF 12.67%, #b08a2b14 111.76%);
}

.as-services-section {
    padding: 70px 0;
}

/* Parent Class to avoid conflicts */
.as-services-section .as-nav-wrapper {
    border: 1px solid #eee;
}

.as-services-section .nav-pills .nav-link {
    color: #2c3142;
    background: transparent;
    font-weight: 600;
    transition: 0.3s;
}

.as-services-section .nav-pills .nav-link.active {
    background-color: #343a4e;
    /* Dark blue from your image */
    color: #ffffff;
}

/* Card Styling */
.as-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
}

.as-service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.as-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
    transition: 0.4s;
}

/* Hover Effect Logic */
.as-card-content p,
.as-card-content .as-btn-gold {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
    height: 0;
    margin: 0;
    overflow: hidden;
}

.as-service-card:hover .as-card-overlay {
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
}

.as-service-card:hover .as-card-content p,
.as-service-card:hover .as-card-content .as-btn-gold {
    opacity: 1;
    transform: translateY(0);
    height: auto;
    margin-top: 10px;
    margin-bottom: 8px;
}

.as-service-card:hover img {
    transform: scale(1.1);
}

/* Button & Typography */
.as-btn-gold {
    background-color: #c49a44;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 25px;
    border: 1px solid #fff;
}

.as-btn-gold:hover {
    background-color: #b38933;
    color: #fff;
}

.as-title {
    font-size: 32px;
    margin-top: 5px;
}

.transform .owl-dots {
    margin: auto;
    justify-content: center;
    display: flex;
    margin-top: 30px;

}

.as-services-section .as-card-content h4 {
    font-size: 18px;
    font-weight: 600;
}


.cta-strip {
    padding: 3rem 0;
    margin-top: 50px;
}

.cta-strip-inner {
    position: relative;
    border-radius: var(--r-xl);
    padding: 2rem;
    background: linear-gradient(110deg, #c49a44 0%, #c49a44 40%, #000000 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 10px;
}



.btn-wa {
    background: #22C55E;
    color: #fff;
}

.btn-accent {
    background: #ffff;
    color: #000000;
    box-shadow: 0 8px 20px -10px rgba(46, 107, 230, .5);
}

.cta-strip .eyebrow {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.cta-strip .eyebrow::before {
    background: var(--brand);
}

.cta-strip h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 700;
}

.cta-strip p {
    margin-bottom: 14px;
}

.cta-strip-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    z-index: 1;
    position: absolute;
    right: 110px;
    bottom: 20px;
    width: 280px;
}

.cta-strip .pitch-btn {
    gap: 10px;

}

.cta-strip .pitch-btn a {
    display: flex;
    align-items: center;
    width: max-content;

}

.cta-strip .pitch-btn i {
    font-size: 18px;
    margin-right: 6px;
}

.wellness-journey-section {
    background: #e6e6e6;
    position: relative;
    overflow: hidden;
}

.section-heading .sub-title {
    display: inline-block;
    padding: 8px 18px;
    background: #e8f5f0;
    color: #0d7c66;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-heading h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.2;
}

.section-heading p {
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}

.journey-intro {
    text-align: center;
}

.journey-intro p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 0;
}

.journey-card {
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #ececec;
    overflow: hidden;
}

.journey-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.step-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #000000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.journey-icon {
    width: 85px;
    height: 85px;
    background: #b58a2b1f;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.journey-icon i {
    font-size: 42px;
    color: #B58A1F;
}

.journey-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.4;
}


@media(max-width:991px) {

    .section-heading h2 {
        font-size: 38px;
    }

    .journey-card {
        padding: 35px 25px;
    }

    .journey-content h4 {
        font-size: 24px;
    }

}

@media(max-width:767px) {

    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 16px;
    }

    .journey-intro p {
        font-size: 15px;
    }

    .journey-card {
        padding: 30px 22px;
    }

    .journey-icon {
        width: 75px;
        height: 75px;
    }

    .journey-icon i {
        font-size: 34px;
    }

    .journey-content h4 {
        font-size: 22px;
    }

}

.faq-section {
    background-size: contain !important;
    background: #cbaf6017;
    padding: 70px 0;
}

.faq-section .accordion {
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, .2);
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff
}

.faq-section .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.faq-section .accordion .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 500;
    color: #333
}

.faq-section .accordion .accordion-item:last-child,
.m-footer .col:last-child {
    border: 0
}

.faq-section .accordion-button:not(.collapsed) {
    color: var(--secoundary-color) !important;
    background: 0
}

.faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(31%) sepia(26%) saturate(3029%) hue-rotate(297deg) brightness(95%) contrast(93%)
}

.faq-section .accordion-body {
    padding-right: 40px;
    line-height: 1.8;
    color: #555;
    font-size: 16px
}

.faq-section .accordion-body ul li {
    position: relative;
    padding-left: 20px
}

.faq-section .accordion-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
    font-family: boxicons !important;
    font-weight: 600;
    font-size: 14px;
    height: 100%;
    color: var(--secoundary-color)
}

/* .............................about us.......................... */
.banner-section {
    width: 100%;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding: 80px 0 60px;
    min-height: 450px;
    display: flex;
    align-items: center;
}

.banner-section .banner-content {
    text-align: center;
}

.banner-section .banner-content h6 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #F54991;
    font-family: 'Kaushan Script', cursive;
}

.banner-section .banner-content h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #2C3145;
    /* margin-bottom: 10px; */
}

.banner-section .banner-content p {
    font-weight: 400;
    color: #5E6271;
}

.about-grid .grid-image {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.about-grid .grid-image .image-first {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    gap: 10px;
}

.about-grid .grid-image .image-first img {
    max-width: 70%;
    height: 220px;
    object-fit: cover;
}

.about-grid .grid-image .experience-card {
    background: #F54991;
    box-shadow: 0px 8px 24px 0px #959DA533;
    padding: 25px 15px;
    border-radius: 10px;
    width: calc(100% - 70%);
}

.about-grid .grid-image .experience-card i {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.about-grid .grid-image .experience-card h6 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.about-grid .grid-image .experience-card p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0;
}

.about-grid .grid-image .image-sec {
    max-width: 70%;
    height: 220px;
    object-fit: cover;
    margin-left: auto;
}

.content-grid .inner-content ul {
    padding-top: 30px;
}

.content-grid .inner-content ul li {
    margin-bottom: 20px;
}


.content-grid .content-body .list-item li {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-right: 0;
    gap: 10px;
    margin-bottom: 20px;
}

.content-grid .content-body .list-item li .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.content-grid .content-body .list-item li h4 {
    margin: 0;
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}

.content-grid .content-body .list-item li p {
    margin: 0;
}

/* condition page */
.condition-grid {
    padding: 60px 0;
}

.condition-grid .grid-list {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #F1F1F1;
    border-radius: 5px;
    padding: 8px 15px;
    gap: 10px;
    overflow-x: auto;
    margin-bottom: 15px;
    width: 70%;

}

.condition-grid .grid-list .item-condition {
    box-shadow: 0px 8px 24px 0px #959DA533;
    background-color: #185BA2;
    padding: 10px 27px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.condition-content {
    padding-top: 50px;
}

.condition-content h6 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #F54991;
    font-family: 'Kaushan Script', cursive;
    position: relative;
}

.condition-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #2C3145;
    margin-bottom: 15px;
}

.condition-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
}

.condition-content ul {
    /* column-count: 2; */
    padding: 15px 0;
}

.condition-content ul li {
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    display: block;
    line-height: 30px;
}

.condition-content ul li::before {
    content: "\ea68";
    font-family: remixicon !important;
    font-style: normal;
    position: absolute;
    left: 0;
    color: #F54991;
    font-size: 18px;
    line-height: 2;
}

.card-ourdoctor {
    background-color: #185BA2;
    border-radius: 20px;
    margin-top: -70px;
    position: sticky;
    top: 25%;
    max-width: 320px;
    margin-left: auto;
}

.about-vission {
    padding: 70px 0;
}

.gallery .galleryCard {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 14px rgb(0 0 0/.05);
    overflow: hidden;
    height: 240px;
    position: relative
}

.gallery .galleryCard .galleryName {
    display: block;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9
}

.gallery .galleryCard .overlayer {
    width: 100%;
    height: 100%;
    background-color: #00000042;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    padding: 15px;
    transform: scale(.5);
    transition: all .4s ease-in-out
}

.gallery .galleryCard .overlayer i {
    font-size: 50px;
    color: #fff;
    rotate: 45deg;
    margin-bottom: 10px
}

.gallery .galleryCard .overlayer .content {
    background: #222;
    padding: 12px;
    border-radius: 5px;
    display: none
}

.gallery .galleryCard .overlayer .content h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px
}

.gallery .galleryCard .overlayer .content p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5
}

.gallery .galleryCard:hover .overlayer {
    opacity: 1;
    transform: scale(1)
}

.gallery-section .galleryCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   Sticky Animated Navbar
========================= */

header {
    position: relative;
    z-index: 999;
}

/* Main Navbar Default */
.main-navbar {
    width: 100%;
    transition: all 0.4s ease;
}

/* Sticky Class */
.main-navbar.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.5s ease forwards;
    z-index: 9999;
}

/* Smooth Animation */
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Optional spacing */
.main-navbar .nav {
    align-items: center;
}