@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');

@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,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



a {
    pointer-events: none;
    cursor: default;
}

* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}




/* :root {
    --primary-color: #9e5723;
    --secondry-color: #d7a340;
    --third-color: #4D3C36;
    --four-color: #D2B48C;
    --five-color: #E5D3B3;
    --white-color: #fff;
    --black-color: #000;
    --black-color2: #141615;
    --black-color3: #202020;
    --black-color4: #212529;
    --lightgray-color: #e7e6e6;
    --gray-color: #F5F5F5;
    --gray-color2: #ECF0F1;
    --black-color4: #F8F8FF;
    --facebook-color: #3b5998;
    --instagram-color: #962fbf;
    --youtube-color: #c4302b;
    --background-color: #f9f6f0;
} */




:root {
    --body-font: "Poppins", sans-serif;
    --heading-font: "Cormorant Garamond", serif;
    --script-font: "Allura", cursive;
    --nav-font: "Montserrat", sans-serif;
    --secondry-color: #ff4f93;
    --primary-color: #ff77ac;
    --theme-color3: #ffb3cc;
    --theme-color4: #ffd6e5;
    --theme-color5: #fff0f5;
    --theme-color6: #ff8fba;
    --theme-color7: #ff5c9f;
    --theme-bg-light: #fff5f8;
    --theme-color-light: rgba(255, 79, 147, 0.10);
    --theme-color-light2: rgba(255, 79, 147, 0.20);
    --body-text-color: #8a6b75;
    --color-white: #ffffff;
    --color-dark: #1f1f1f;
    --color-yellow: #f8c471;
    --color-gray: #f4f4f4;
    --color-red: #ff4f6d;
    --box-shadow: 0 0 40px 5px rgb(255 79 147 / 10%);
    --box-shadow2: 0 0 20px rgb(255 79 147 / 18%);
    --box-shadow3: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(255, 79, 147, 0.15);
    --border-info-color2: rgba(255, 79, 147, 0.08);
    --border-colo--color-white: rgba(255, 255, 255, 0.15);
    --border-colo--color-white2: rgba(255, 255, 255, 0.3);
    --footer-bg: #111111;
    --footer-text-color: #ffeef5;
    --facebook-color: #ff5c9f;
    --instagram-color: #ff3f8e;
    --youtube-color: #ff4f6d;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    font-family: "Cormorant Upright", serif;

}

img {
    max-width: 100% !important;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;

}

body,
html {
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*  */

.hero_slider2 {
    display: none;
}

.hero_slider .carousel-control-prev>span {
    background-color: var(--secondry-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    font-size: 14px !important;
}


.hero_slider .carousel-control-next>span {
    background-color: var(--secondry-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    font-size: 14px !important;
}


.hero_slider2 .carousel-control-prev>span {
    background-color: var(--secondry-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    font-size: 14px !important;
}


.hero_slider2 .carousel-control-next>span {
    background-color: var(--secondry-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    font-size: 14px !important;
}

/* =========================
ABOUT US SECTION
========================= */

.about_us_section {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(255, 255, 255, 0.806), rgb(255 255 255 / 88%)), url(../images/abbg03.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* glowing background effect */

.about_us_section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    background: rgba(215, 163, 64, 0.08);
    top: -140px;
    left: -120px;
    filter: blur(60px);
}

.about_us_section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 100%;
    background: rgba(215, 163, 64, 0.06);
    bottom: -100px;
    right: -80px;
    filter: blur(50px);
}


/* =========================
ABOUT IMAGE
========================= */

.about_us_main_div_box_circle {
    position: relative;
    z-index: 2;
}

.about_center_img_box_circle>img {
    width: 100%;
    filter: drop-shadow(0px 20px 45px rgba(0, 0, 0, 0.12));
}

.about_moon_circle_image_box,
.about_moon_circle_image_box2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.about_moon_circle_image_box img {
    animation: rotateImage 90s linear infinite;
}

.about_moon_circle_image_box2 img {
    animation: rotateImage2 90s linear infinite;
}

@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateImage2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


/* =========================
TEXT AREA
========================= */

.about_text_tarot_div {
    padding-left: 35px;
    position: relative;
    z-index: 2;
}

.about_text_tarot_div>h1 {
    font-size: 40px;
    line-height: 58px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 28px;
    position: relative;
    text-transform: capitalize;
}

.about_text_tarot_div>h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100px;
    height: 4px;
    border-radius: 100px;
    background: #d7a340;
}

.about_text_tarot_div>p {
    font-size: 14px;
    line-height: 31px;
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 10px !important;
}


/* =========================
BUTTON DESIGN
========================= */

.about_us_read_btn {
    margin-top: 20px;
}

.about_us_read_btn>a {
    position: relative;
    overflow: hidden;
    background: #d7a340;
    color: #fff;
    padding: 14px 20px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s ease;
    box-shadow: 0px 12px 30px rgba(215, 163, 64, 0.28);
}

.about_us_read_btn>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.18);
    transition: 0.5s ease;
}

.about_us_read_btn>a:hover::before {
    left: 100%;
}

.about_us_read_btn>a:hover {
    transform: translateY(-4px);
    color: #fff;
    background: #c6922f;
}

.about_us_read_btn>a>span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.18);
    font-size: 12px;
}


/* =========================
RESPONSIVE
========================= */

@media(max-width:991px) {

    .about_text_tarot_div {
        padding-left: 0px;
        margin-top: 40px;
    }

    .about_text_tarot_div>h1 {
        font-size: 35px;
        line-height: 46px;
    }

}

@media(max-width:576px) {

    .about_us_section {
        padding: 65px 0px;
    }

    .about_text_tarot_div>h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .about_text_tarot_div>p {
        font-size: 14px;
        line-height: 28px;
    }

    .about_us_read_btn>a {
        padding: 12px 22px;
        font-size: 14px;
    }

}

/* =========================
   PREMIUM SERVICES CSS
========================= */

.services_section {
    padding: 60px 0px 40px 0px;
    background:
        linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .94)),
        url(../images/service-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

/* luxury blur circles */

.services_section::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -180px;
    width: 420px;
    height: 420px;
    background: radial-gradient(rgba(212, 164, 74, .18), transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
}

.services_section::after {
    content: "";
    position: absolute;
    bottom: -180px;
    right: -180px;
    width: 420px;
    height: 420px;
    background: radial-gradient(rgba(212, 164, 74, .18), transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
}

/* =========================
   SECTION TITLE
========================= */

.services_title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.services_title>span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 24px;
    background: var(--white-color);
    border: 1px solid rgba(184, 134, 11, .18);
    border-radius: 100px;
    color: var(--secondry-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.services_title>span>img {
    width: 18px;
}

.services_title>h2 {
    font-size: 46px;
    font-weight: 900;
    color: var(--black-color3);
    margin-top: 15px;
}

.services_title>h2>span {
    color: var(--primary-color);
    border-bottom: 2px solid var(--secondry-color);

}

/* =========================
   CARD DESIGN
========================= */

.services_box_main_div {
    position: relative;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(18px);
    border-radius: 28px;
    overflow: hidden;
    transition: .5s ease;
    border: 1px solid rgba(255, 255, 255, .55);
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 96%;

}

/* gradient border */

.services_box_main_div::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 28px;
    background:
        linear-gradient(180deg,
            rgba(212, 164, 74, .65),
            rgba(255, 255, 255, .15),
            rgba(212, 164, 74, .20));

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    pointer-events: none;
}

/* hover */

.services_box_main_div:hover {
    /* transform: translateY(-14px); */
    box-shadow:
        0px 30px 60px rgba(0, 0, 0, .12),
        0px 10px 35px rgba(212, 164, 74, .12);
}

/* image */
.service_icon_box {
    position: relative;
    overflow: hidden;
}

.service_icon_box::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .35),
            transparent 55%);
}

.service_icon_box>img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .7s ease;
}

.services_box_main_div:hover .service_icon_box>img {
    transform: scale(1.1);
}

/* floating icon glow */

.service_icon_box::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    top: -40px;
    right: -40px;
    backdrop-filter: blur(15px);
    z-index: 1;
}

/* content */

.service_box_content {
    padding: 15px 20px;
    position: relative;
    z-index: 2;
}

.service_box_content>h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px !important;
    color: var(--primary-color);
    text-transform: capitalize;
}


.service_box_content>h3>a {
    color: var(--primary-color);
}

.service_box_content>p {
    font-size: 14px;
    line-height: 26px;
    color: var(--black-color4);
    margin-bottom: 15px !important;
    font-weight: 500;
    /* only 2 line */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* button */

.service_btn_div>a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    position: relative;
    transition: .3s ease;
}

.service_btn_div>a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background:
        linear-gradient(to right, #b8860b, #f5d67b);
    transition: .4s ease;
}

.service_btn_div>a:hover {
    color: #000;
    letter-spacing: .5px;
}

.service_btn_div>a:hover::after {
    width: 100%;
}

.service_btn_div>a>span {
    transition: .3s ease;
}

.service_btn_div>a:hover span {
    transform: translateX(6px);
}




/* =========================
   PREMIUM SERVICES CSS END
========================= */
/* blogs css start */
.blogs_section {
    padding: 50px 0px 40px 0px;
}

.blog_title_div {
    text-align: center;
    margin-bottom: 35px;

}

.blog_title_div>h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}


.blog_title_div>p {
    color: var(--black-color);
    letter-spacing: .2px;
    margin-bottom: 0px !important;
    font-size: 15px;
    max-width: 700px;
    margin: auto;

}

.blogs_main_div {
    margin-bottom: 20px;
    border: 1px solid var(--gray-color);
    border-radius: 4px;
}

.blogs_image_box_div {
    position: relative;
}

.blogs_image_box_div>img {
    border-radius: 4px 4px 0px 0px;
}

.blogs_content_div {
    padding: 10px 5px 4px 10px;
}

.blogs_time_date_div {
    position: absolute;
    bottom: -10px;
    right: 12px;
}

.blogs_time_date_div>p {
    background-color: var(--secondry-color);
    color: var(--white-color);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.blogs_commentdiv>a {
    margin: 0px 5px 0px 0px;
    color: var(--secondry-color);
    font-size: 13px;
    font-weight: 600;
}

.blogs_content_div>h4>a {
    text-transform: capitalize;
    color: var(--black-color2);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px !important;
}

.blogs_content_div>p {
    color: var(--black-color);
    letter-spacing: .2px;
    margin-bottom: 4px !important;
    font-size: 15px;
}


/* blog css end */

/* testimonilas css start */
.testimonials_section {
    padding: 40px 0px 80px 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--color-gray);
}

/* ================= TAGLINE BOX ================= */

.main_div_heading_testimonilas {
    margin: auto;
}

.main_div_heading_testimonilas>h4 {
    color: var(--black-color2);
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 35px;
    text-align: center;
}

.testimonials_swiper_slider .swiper-slide {
    background-color: var(--gray-color);
    border-radius: 10px;
    padding: 30px 24px;
    position: relative;
    border: 1.3px solid var(--color-gray) !important;
}

.testimonials_swiper_slider .swiper-slide-active {
    background-image: linear-gradient(rgba(255, 255, 255, 0.418), rgba(255, 255, 255, 0.683)), url('../images/footerbg01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials_contnet_main_div>h4 {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 10px;
}

.rataing_div {
    margin-bottom: 10px;
}

.rataing_div>i {
    color: var(--rating-color);
    font-size: 15px;
    margin: 0px 2px 0px 0px;
}

.testimonials_contnet_main_div>p {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px !important;
}

.quote_div {
    position: absolute;
    top: 20px;
    right: 20px;
}

.quote_div>i {
    font-size: 30px;
    color: var(--gray-color);
}


.pagination_div_main_div {
    position: relative;
    top: 110%;
    left: 0px;
}


.pagination_div_main_div>.swiper-pagination {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.pagination_div_main_div>.swiper-pagination>.swiper-pagination-bullet {
    background: none !important;
    width: 100%;
    height: 150px;
    opacity: 1;
    margin: 0 !important;

}

.pagination_div_main_div>.swiper-pagination>.swiper-pagination-bullet>img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: 0.3s;
    object-position: top;
    filter: grayscale(100%);
    border: 5px solid var(--color-white);
}

.swiper-pagination-bullet-active>img {
    filter: grayscale(0%) !important;
    border: 2px solid var(--theme-color) !important;
    padding: 5px;
}


/* testimonilas css en */

/* pagetitle css */
.page_title_mkp_section {
    position: relative;
    background-position: center center;
    background-size: cover;
}

.page_ti_overly_mkp_div {
    background-color: var(--gray-color);
    padding-top: 5px;
    padding-bottom: 5px;
}


.page_title_tax_mkp_div {
    text-align: center;
    display: inline-block;
    padding: 1px 5px 1px 0px;
}

.page_title_tax_mkp_div>ul {
    list-style: none;
    padding: 4px 20px;
    border-radius: 100px;
    margin-bottom: 0px !important;
}

.page_title_tax_mkp_div>ul>li>a {
    color: var(--color-dark);
    font-weight: 600;
}

.page_title_tax_mkp_div span {
    margin: 0px 5px 0px 5px;
    font-size: 13px;
    color: var(--color-dark);

}

.page_title_tax_mkp_div>ul>li {
    display: inline-block;
    color: var(--theme-color6);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}


/* page titile css end */

/* contact pg css */
.contactus_page_address_section {
    background-color: var(--color-gray);
    padding: 40px 0px 20px 0px;
}

.contact_page_address_box_main {
    /* background-color: var(--color-white); */
    padding: 20px 20px 10px 20px;
}

.contactus_number_div {
    margin-bottom: 20px;
}

.contactus_number_div>.d-flex>.flex-shrink-0>i {
    background-color: var(--theme-color4);
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    color: var(--color-white);
    font-size: 25px;
    transition: 0.4s ease-in-out;
}

.contactus_number_div:hover>.d-flex>.flex-shrink-0>i {
    background-color: var(--theme-color);
    transition: 0.4s ease-in-out;
}

.contactus_num_content_div>h2 {
    color: var(--color-dark);
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px !important;
}

.contactus_num_content_div>a {
    display: block;
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 500;
}

.contactus_num_content_div>a:hover {
    color: var(--theme-color);
}

.contactus_num_content_div>p {
    margin-bottom: 0px !important;
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 500;
}

.contact_us_map_form_section {
    padding: 50px 0px 30px 0px;
}

.contact_us_map_div>h3 {
    color: var(--color-dark);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 13px;
    font-family: var(--heading-font2);
}

.contact_us_map_div>p>iframe {
    height: 500px;
    border-radius: 5px;
}

.contact_us_right_side_main_div {
    background-color: var(--color-white);
    padding: 10px;
    border-radius: 8px;
}

.contact_us_right_side_main_div>span {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact_us_right_side_main_div>h2 {
    color: var(--primary-color);
    font-size: 30px;
    margin-bottom: 20px !important;
    text-transform: capitalize;
    font-weight: 900;
}

.contact_us_right_side_main_div>p {
    font-size: 14px;
    line-height: 26px;
    color: rgb(75, 85, 99);
    font-weight: 500;
    margin-bottom: 20px !important;
}

.conatct_us_input_div {
    margin-bottom: 20px;
    position: relative;
}

.conatct_us_input_div>label {
    margin-bottom: 7px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--secondry-color);
}

.conatct_us_input_div>input {
    border-radius: 5px !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 20px;
    background-color: #f4f4f4 !important;
}

.conatct_us_input_div>select {
    border-radius: 2px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    color: var(--color-dark);
    font-weight: 500;
    padding: 13px 20px;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 35px;
    text-transform: capitalize;
    color: var(--color-dark) !important;
    background-color: #f4f4f4 !important;
    position: relative;
}

.conatct_us_input_div select+i.fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 70%;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--color-dark) !important;
    font-size: 14px;
}

.conatct_us_input_div select option {
    color: var(--color-dark) !important;
    font-weight: 500;
}

.conatct_us_input_div>textarea {
    border-radius: 5px !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 15px;
    font-weight: 500;
    background-color: #f4f4f4 !important;
}

.conatct_us_input_div> ::placeholder {
    font-size: 14px;
    font-weight: 500;
}

.conatct_us_btn_div {
    margin-top: 20px;
}

.conatct_us_btn_div>button {
    background-color: var(--secondry-color) !important;
    color: var(--white-color) !important;
    border: none !important;
    border-radius: 100px !important;
    outline: none !important;
    padding: 12px 20px !important;
    font-size: 14px;
    font-weight: 500;
}

.conatct_us_btn_div2 {
    margin-top: 0px;
}

.conatct_us_btn_div2>button {
    background-color: var(--theme-color) !important;
    color: var(--color-white) !important;
    border: none !important;
    border-radius: 100px !important;
    outline: none !important;
    padding: 8px 20px !important;
    font-size: 14px;
    font-weight: 500;
}

.conatct_us_btn_div2>button:hover {
    background-color: var(--theme-color3) !important;
}

.enquiry_form_main_div .modal-header>h5 {
    color: var(--color-dark);
    font-family: var(--heading-font2);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 25px;
}

.enquiry_form_main_div .modal-header>button {
    background-color: var(--third-color) !important;
    border: none !important;
    outline: none !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: var(--color-white);
    border-radius: 3px;
}

.privacy-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 2px;
}

.privacy-checkbox input[type="checkbox"] {
    margin-top: 4px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.privacy-checkbox label {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px !important;
}

.privacy-checkbox label a {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: underline !important;
}

.privacy-checkbox label a:hover {
    text-decoration: underline !important;
}

/* contact pg css end */

/* service details css start */
.service_details_section {
    padding: 70px 0px 50px 0px;
}

.service_detail_image_div {
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(18px);
    border-radius: 28px;
    overflow: hidden;
    transition: .5s ease;
    border: 1px solid var(--five-color);
    margin-bottom: 30px;
}

.service_detail_content_div>span {
    color: var(--black-color4);
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service_detail_content_div>h1 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 15px !important;
    color: var(--primary-color);
}

.service_detail_content_div>p {
    font-size: 14px;
    line-height: 27px;
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.service_detail_content_div>ul {
    padding: 0px 10px !important;
    list-style: square !important;
}

.service_detail_content_div>ul>li {
    font-size: 14px;
    line-height: 28px;
    color: #4b5563;
    font-weight: 500;
}

.service_detail_btn_div>a {
    display: inline-block !important;
    color: var(--white-color);
    font-weight: 600;
    background-color: var(--primary-color);
    padding: 10px 20px 10px 20px;
    border-radius: 100px;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    font-size: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.service_detail_btn_div>a:hover {
    background-color: var(--secondry-color);
}

/* service details css end */


/*  */
.sitemap_section {
    padding: 50px 0px;
}

.sitemap_list_main_div {
    margin-bottom: 30px;
}

.sitemap_list_main_div>h1 {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--color-dark);
    text-transform: capitalize;
}

.sitemap_list_main_div>h2 {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--theme-color);
    text-transform: capitalize;
    font-weight: 700;
}

.sitemap_list_main_div>ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto !important;
}

/* width */
.sitemap_list_main_div>ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sitemap_list_main_div>ul::-webkit-scrollbar-track {
    background: var(--gray-color2);
    border-radius: 100px;
}

/* Handle */
.sitemap_list_main_div>ul::-webkit-scrollbar-thumb {
    /* background: #0a58c4; */
    background-color: var(--gray-color);
    border-radius: 100px;
}

.sitemap_list_main_div>ul>li {
    background-color: var(--color-gray);
    margin-bottom: 20px;
    border: 1px solid var(--gray-color);
    padding: 12px 20px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sitemap_list_main_div>ul>li>a {
    color: var(--color-dark);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 20px;
    /* space for arrow */
    font-weight: 500;
}

.sitemap_list_main_div>ul>li:hover {
    background-color: var(--theme-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.sitemap_list_main_div>ul>li:hover>a {
    color: var(--color-white);
}

.sitemap_list_main_div>ul>li:hover>a::after {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.title_sitemap>h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
}

/*  */

.privacy_section {
    position: relative;
    padding: 40px 0px 50px 0px;
}

.privacy_content_main_div>h1 {
    color: var(--color-dark);
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>p {
    font-size: 14px;
    line-height: 31px;
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.privacy_content_main_div>p>a {
    color: var(--primary-color);
    font-weight: 600;
}

.privacy_content_main_div>ul {
    padding-left: 18px;
    list-style: square !important;
}

.privacy_content_main_div>ul>li {
    font-size: 14px;
    line-height: 31px;
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 3px !important;
}

.privacy_content_main_div>ul>li>p {
    margin-bottom: 0px !important;
}

.privacy_content_main_div p .policy-link {
    font-weight: 700;
    text-decoration: underline;
    color: var(--primary-color);
}


.privacy_content_main_div>h2 {
    color: var(--color-dark2);
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>h3 {
    color: var(--color-dark2);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.privacy_content_main_div>h4 {
    color: var(--color-dark2);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}


/* footer css */

.footer {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 0.418), rgba(255, 255, 255, 0.683)), url('../images/footerbg01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@keyframes rotateImage2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


.footer_overlay {
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer_about_div {
    margin-bottom: 20px;
}

.footer_logo_div {
    margin-bottom: 10px;
    height: 80px;
    object-fit: contain;
}

.footer_logo_div img {
    height: 75px;
    object-fit: contain;
}

.footer_about_div p {
    line-height: 27px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
    text-align: justify;

}


.footer_about_div p a {
    color: var(--primary-color);
    text-decoration: underline !important;
    display: inline-block;
}

.footer_headti {
    margin-bottom: 20px;
    position: relative;
}

.footer_headti h5 {
    position: relative;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: var(--primary-color);
}


.footer_headti h6 {
    position: relative;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 25px;
    padding-bottom: 0px;
    padding-top: 1px;
    color: var(--primary-color);
}



.footer_headti ul {
    list-style: none;
    padding: 0px 12px;
}

.footer_headti li {

    font-size: 15px;
    border-bottom: 1px dashed var(--gray-color);
    padding: 13px 0px;


}

.footer_headti li a {
    color: var(--black-color4);
    transition: .4s ease-in-out;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
}


.footer_headti li a:hover {
    color: var(--secondry-color);
    transition: .4s ease-in-out;
    margin-left: 4px;
}

.footer_headti .d-flex {
    margin-bottom: 25px;
}

.footer_headti .flex-shrink-0 .bx {
    font-size: 20px;
    color: var(--white-color);
    background-color: var(--secondry-color);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;

}

.footer_headti .footer_num_div p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: var(--black-color4);
    margin-bottom: 0px !important;
    white-space: normal;
    word-break: break-word;
}

.footer_headti .footer_num_div a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    color: var(--black-color4);
    white-space: normal;
    word-break: break-word;
}


.footer_icon_div a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
    border-radius: 10px;

}

.footer_icon_div .bxl-instagram {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 14px;
    border-radius: 10px;
}

.footer_icon_div b {
    font-weight: 700;
    margin-right: 10px;
    font-size: 17px;
    color: var(--primary-color);
    display: block;
    margin-bottom: 20px;

}

/* footer css end */

/* ======================copyright section start============*/


.copyright_section p {
    text-align: center;
    padding: 15px 0px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color4);
    margin-bottom: 0px !important;
}

.copyright_section p a {
    color: var(--primary-color);
    font-weight: 800;
}

/* ======================copyright section end============ */


/* bottom to top css start */
.scroll-to-top {
    position: fixed;
    right: -140px;
    bottom: 350px;
    transform: rotate(90deg);
    transform-origin: left center;
    z-index: 9999;
}

.scroll-top-inner {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    cursor: pointer;
    padding: 6px 10px;
    background: transparent;
    border-radius: 6px;

}

.scroll-top-inner.visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.04);
}

.scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--third-color);
    opacity: .15;
}

.bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--third-color);
    transition: width 150ms linear;
}

.scroll-bar-text {
    font-size: 15px;
    font-weight: 700;
    color: var(--third-color);
    user-select: none;
}

.scroll-top-inner.on-footer {

    background: transparent;
}


.scroll-top-inner.on-footer .scroll-bar:before {
    background-color: rgba(255, 255, 255, 0.18);
}

.scroll-top-inner.on-footer .bar-inner {
    background-color: var(--third-color);
}

.scroll-top-inner.on-footer .scroll-bar-text {
    color: var(--third-color);
}

/* bottom to top css end */




/* counter css */
.counter_state_section {
    padding: 50px 0px 40px 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: linear-gradient(rgba(14, 14, 14, 0.76), rgba(0, 0, 0, 0.724)), url(../images/counterbg01.jpg);
    margin-bottom: 80px;
}

.counter_title_div {
    text-align: center;
    margin-bottom: 10px;
}

.counter_title_div>h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px !important;
    padding: 30px;
    font-size: xx-large;

}

.counter_title_div>p {
    font-size: 15px;
    font-weight: 400;
    max-width: 900px;
    margin: auto;
    color: var(--white-color);
}

.counter_main_box {
    background-color: var(--gray-color3);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    padding: 20px 10px;
    border-bottom: 2px solid var(--secondry-color);
    margin-bottom: 20px;
}

.counter_main_div {
    text-align: center;
    border-radius: 3px;
    border-radius: 10px;
}

.counter_icon_div {
    background-color: var(--secondry-color);
    display: inline-block;
    border-radius: 100px 10px 100px 100px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    flex-shrink: 0;
    animation: blob 3s infinite ease-in-out;
}

@keyframes blob {
    0% {
        border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    }

    50% {
        border-radius: 30% 70% 40% 60% / 65% 35% 65% 35%;
    }

    100% {
        border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    }
}



.counter_icon_div>img {
    width: 50px;
    height: 85px;
    object-fit: contain;
    margin: auto;
    display: block;
    filter: brightness(0%) invert(1);
}

.counter_number_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter_number_div>h3 {
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 1px !important;
    color: var(--primary-color);

}

.counter_number_div>span {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0px 0px 0px 8px;
}

.counter_number_name_div {
    text-align: center;
    margin: auto;
}

.counter_number_name_div>h4 {
    font-size: larger;
    text-transform: capitalize;
    font-weight: 900;
    color: var(--secondry-color);
    margin-bottom: 0px !important;
    text-align: center !important;


}

.number_count_section {
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
}


/* counter css end */


/* =========================
   LUXURY CTA SECTION
========================= */

.luxury-call-section {
    position: relative;
    padding: 120px 20px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    overflow: hidden;
}

.luxury-call-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.08);
    top: -180px;
    right: -150px;
}

.luxury-call-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.05);
    bottom: -150px;
    left: -120px;
}

.luxury-call-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.luxury-badge {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.luxury-call-content h2 {
    color: #ffffff;
    font-size: 58px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
}

.luxury-call-content h2 span {
    color: var(--primary-color) !important;
    display: block;
}

.luxury-call-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 19px;
    line-height: 1.9;
    max-width: 720px;
    margin: 0 auto 40px;
}

.luxury-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 45px;
    border-radius: 60px;
    background: var(--white-color) !important;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.25);
}

.luxury-btn:hover {
    transform: translateY(-5px);
    color: #111;
    box-shadow: 0 20px 45px rgba(212, 175, 55, 0.35);
}

@media (max-width: 991px) {
    .luxury-call-content h2 {
        font-size: 42px;
    }

    .luxury-call-content p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .luxury-call-section {
        padding: 80px 20px;
    }

    .luxury-call-content h2 {
        font-size: 32px;
    }

    .luxury-call-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .luxury-btn {
        width: 100%;
        max-width: 300px;
    }
}

/* ==========================
   ABOUT ERANCII SECTION
   COMPACT VERSION
========================== */

.about-erancii-section {
    padding: 70px 0;
    background: var(--white-color);
    position: relative;
    overflow: hidden;
}

.about-erancii-section::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.08);
    top: -120px;
    right: -100px;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.section-tag {
    display: inline-block;
    padding: 6px 16px;
    background: white;
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    margin-bottom: 15px;
}

.about-content h2 span {
    color: var(--secondry-color);
    display: block;
}

.about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 12px;
}

/* Highlights */

.about-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    margin: 5px;
}

.highlight-item span {
    font-size: 18px;
}

.highlight-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

/* Stats */

.about-stats {
    display: flex;
    gap: 12px;
    margin: 25px 0;
}

.stat-box {
    flex: 1;
    background: #fff;
    text-align: center;
    padding: 15px 10px;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

.stat-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #b8860b;
    margin-bottom: 2px;
    line-height: 1.2;
}

.stat-box p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}

/* Button */

.about-btn {
    display: inline-block;
    padding: 14px 32px;
    background: var(--secondry-color);
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.4s ease;
}

.about-btn:hover {
    transform: translateY(-3px);
    color: #111;
    box-shadow: 0 12px 25px rgba(212, 175, 55, 0.25);
}

/* Responsive */

@media (max-width: 991px) {

    .about-erancii-section {
        padding: 60px 0;
    }

    .about-image {
        margin-bottom: 25px;
    }

    .about-content h2 {
        font-size: 34px;
    }

    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .about-erancii-section {
        padding: 50px 0;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .about-content p {
        font-size: 15px;
    }

    .about-highlights {
        grid-template-columns: 1fr;
    }

    .about-stats {
        flex-direction: column;
        gap: 10px;
    }

    .stat-box {
        padding: 12px;
    }

    .about-btn {
        width: 100%;
        text-align: center;
    }
}






@media (max-width: 991px) {
    .why-image {
        margin-top: 30px;
    }
}



.why-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 100px;
}

.why-image img {
    width: 100%;
    max-width: 380px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

@media (max-width: 991px) {
    .why-image {
        margin-bottom: 30px;
    }
}



/* ==========================
   GALLERY SECTION
========================== */


.gallery_section {
    padding: 20px 0 60px;
    background: #fffdf8;
}


.gallery_section_inner {
    background: #fff;
    padding: 40px 0;
}

.gallery_title_div {
    text-align: center;
    margin-bottom: 35px;
}


.gallery_title_div>h5 {
    font-family: "Cormorant Upright", serif;
    color: #222;
    font-weight: 900;
    font-size: xx-large;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: var(--heading-font2);
    position: relative;
}

.gallery_title_div>h3::after,
.gallery_title_div>h5::after {
    content: "";
    width: 80px;
    height: 3px;
    background: var(--secondry-color);
    display: block;
    margin: 15px auto 0;
    border-radius: 10px;
}

/* Gallery Card */

.gallery_mian_div {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all .4s ease;
}

.gallery_mian_div:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.gallery_image_div {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.gallery_image_div>img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position:left;
    transition: transform .8s ease;
}

.gallery_mian_div:hover .gallery_image_div>img {
    transform: scale(1.12);
}

/* Elegant Overlay */

.gallery_image_div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.15),
            transparent);
    opacity: 0;
    transition: .4s ease;
    z-index: 1;
}

.gallery_mian_div:hover .gallery_image_div::before {
    opacity: 1;
}

/* Title */

.overlay_gallery_name {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease;
}

.gallery_mian_div:hover .overlay_gallery_name {
    opacity: 1;
    transform: translateY(0);
}

.overlay_gallery_name p {
    margin: 0;
    background: rgba(212, 175, 55, 0.95);
    color: #111;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    letter-spacing: .5px;
    text-transform: capitalize;
}

/* Gold Border Effect */

.gallery_mian_div::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 12px;
    opacity: 0;
    transition: .4s ease;
    pointer-events: none;
}

.gallery_mian_div:hover::after {
    opacity: 1;
}

/* Responsive */

@media (max-width: 991px) {

    .gallery_title_div>h3,
    .gallery_title_div>h5 {
        font-size: 34px;
    }

    .gallery_image_div>img {
        height: 280px;
    }
}

@media (max-width: 767px) {

    .gallery_section {
        padding: 15px 0 40px;
    }

    .gallery_title_div {
        margin-bottom: 25px;
    }

    .gallery_title_div>h3,
    .gallery_title_div>h5 {
        font-size: 28px;
    }

    .gallery_image_div>img {
        height: 240px;
    }
}




/* ==========================
   WHY CHOOSE US SECTION
========================== */

.why-choose-section {
    padding: 90px 0;
    background: var(--white-color);
    position: relative;
    overflow: hidden;
}

.why-choose-section::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.08);
    top: -120px;
    left: -120px;
}

.why-choose-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
}

.why-choose-heading .section-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: var(--white-color);
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-choose-heading h2 {
    font-size: 48px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.why-choose-heading h2 span {
    color:var(--secondry-color)
}

.why-choose-heading p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

/* Cards */

.why-card {
    height: 100%;
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid rgba(212, 175, 55, 0.12);
    transition: all .4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    border-color: rgba(212, 175, 55, 0.35);
}

.why-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg,
            rgba(212, 175, 55, .15),
            rgba(212, 175, 55, .05));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.why-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.why-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* Responsive */

@media (max-width: 991px) {

    .why-choose-section {
        padding: 70px 0;
    }

    .why-choose-heading h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {

    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-heading {
        margin-bottom: 35px;
    }

    .why-choose-heading h2 {
        font-size: 30px;
    }

    .why-choose-heading p {
        font-size: 15px;
    }

    .why-card {
        padding: 25px;
    }
}





.footer_logo_div h1 {
    color: black;
    font-size: 38px;
}


.footer_logo_div h1 span {
    color: var(--secondry-color);
}



/* ==========================
   ONE CALL CAN CHANGE EVERYTHING
========================== */

.luxury-call-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    position: relative;
    overflow: hidden;
}

.luxury-call-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.08);
    top: -180px;
    right: -150px;
}

.luxury-call-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.05);
    bottom: -150px;
    left: -120px;
}

.luxury-call-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    position: relative;
    z-index: 2;
}

.luxury-call-content {
    flex: 1;
}

.luxury-badge {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid var(--white-color);
    color: var(--secondry-color);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.luxury-call-content h2 {
    font-size: 58px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.luxury-call-content h2 span {
    color: #d4af37;
    display: block;
}

.luxury-call-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 40px;
    max-width: 650px;
}

.luxury-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 42px;
    border-radius: 60px;
    text-decoration: none;
    background: var(--secondry-color) !important;
    color: white;
    font-weight: 700;
    transition: 0.4s ease;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.25);
}

.luxury-btn:hover {
    color: #111;
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(212, 175, 55, 0.35);
}

/* Image */

.luxury-call-image {
    flex: 0 0 420px;
    text-align: center;
}

.luxury-call-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    border: 4px solid rgba(212, 175, 55, 0.15);
}

/* Responsive */

@media (max-width: 991px) {

    .luxury-call-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .luxury-call-content h2 {
        font-size: 42px;
    }

    .luxury-call-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .luxury-call-image {
        flex: unset;
    }

    .luxury-call-image img {
        max-width: 320px;
    }
}

@media (max-width: 767px) {

    .luxury-call-section {
        padding: 70px 0;
    }

    .luxury-call-content h2 {
        font-size: 32px;
    }

    .luxury-call-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .luxury-btn {
        width: 100%;
        max-width: 300px;
    }
}




