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

:root {
    --navyblue: #264796;
    --navyblue-dark: #162a56;
    --blue: #0097db;
    --blue-light: #42c0ff;
    --grey-nav: #ebecec;
    --grey-bg: #f8f8f8;
    --grey-card: #eeecec;
    --text-muted: #9fa0a3;
    --text-dark: #1e293b;
}

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

html {
    font-size: 10px;
    scroll-behavior: smooth;
    overflow-x: clip;
    scrollbar-width: thin;
    scrollbar-color: #264796 #f1f5f9;
}

/* Custom Scrollbar - Project Theme */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #162a56 0%, #264796 50%, #0097db 100%);
    border-radius: 10px;
    border: 2px solid #f1f5f9;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #264796 0%, #0097db 50%, #42c0ff 100%);
}

::-webkit-scrollbar-corner {
    background: #f1f5f9;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #475569;
    line-height: 1.6;
    background-color: #ffffff;
    overflow-x: clip;
    padding-top: 76px;
}

a, a:focus, a:hover {
    text-decoration: none;
    transition: 0.4s ease;
}

.text-navyblue { color: var(--navyblue) !important; }
.text-blue { color: var(--blue) !important; font-weight: 600; }
.text-white { color: #ffffff !important; }
.bg-navyblue { background-color: var(--navyblue) !important; color: #fff; }
.bg-grey { background-color: var(--grey-bg) !important; }
.bg-grey2 { background-color: var(--grey-card) !important; }

.ls-10 { letter-spacing: 1rem; }
.ls-05 { letter-spacing: 0.5rem; }

.heading1 {
    font-size: 4.8rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.15;
}

.heading2 {
    font-size: 3.2rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.heading3 {
    font-size: 2.4rem;
    font-weight: 700;
}

.heading4 {
    font-size: 1.9rem;
    font-weight: 600;
}

.heading5 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.site-navbar {
    background-color: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.2rem 0;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1050;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.site-navbar.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 0.9rem 0;
}

.site-navbar .nav-link {
    color: #6c757d !important;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 0.8rem 1.6rem !important;
    transition: 0.3s;
}

.site-navbar .nav-link:hover, .site-navbar .nav-link.active {
    color: #000000 !important;
}

/* Site Navbar Dropdown Menu - Readable & Luxury */
.site-navbar .dropdown-menu {
    font-size: 1.4rem;
}

.site-navbar .projects-nav-dropdown {
    min-width: 320px;
    padding: 10px 8px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(0, 0, 0, 0.04);
    margin-top: 8px;
}

.site-navbar .projects-nav-dropdown .dropdown-header {
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #94a3b8;
    padding: 8px 12px 6px;
    margin: 0;
}

.site-navbar .projects-nav-dropdown .dropdown-view-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(38, 71, 150, 0.08), rgba(245, 158, 11, 0.12));
    border: 1px solid rgba(38, 71, 150, 0.12);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--navyblue, #264796) !important;
    letter-spacing: 0.2px;
    transition: all 0.25s ease;
}

.site-navbar .projects-nav-dropdown .dropdown-view-all:hover {
    background: var(--navyblue, #264796);
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(38, 71, 150, 0.25);
}

.site-navbar .projects-nav-dropdown .dropdown-item:not(.dropdown-view-all) {
    padding: 9px 12px;
    border-radius: 8px;
    margin-bottom: 2px;
    transition: all 0.2s ease;
}

.site-navbar .projects-nav-dropdown .dropdown-item:not(.dropdown-view-all):hover {
    background: rgba(38, 71, 150, 0.06);
    transform: translateX(3px);
}

.site-navbar .projects-nav-dropdown .project-nav-name {
    font-size: 1.45rem;
    font-weight: 600;
    color: #1e293b;
    letter-spacing: 0.1px;
    transition: color 0.2s ease;
}

.site-navbar .projects-nav-dropdown .dropdown-item:hover .project-nav-name {
    color: var(--navyblue, #264796);
}

.site-navbar .projects-nav-dropdown .project-nav-city {
    font-size: 1.15rem;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

.site-navbar .projects-nav-dropdown .dropdown-item:hover .project-nav-city {
    background: var(--navyblue, #264796);
    color: #ffffff;
    border-color: var(--navyblue, #264796);
}

.top-navbar-inner {
    background-color: var(--grey-nav);
    padding: 1.4rem 0;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.top-navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.top-navbar a, .top-navbar .dropdown > span {
    color: #6c757d;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    cursor: pointer;
    transition: 0.3s;
}

.top-navbar a:hover, .top-navbar a.active, .top-navbar .dropdown:hover > span {
    color: var(--navyblue);
}

.top-navbar .dropdown {
    position: relative;
}

.dropdown .sub-menu-list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--grey-nav);
    min-width: 26rem;
    border-radius: 0.6rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    padding: 1.5rem 0;
    list-style: none;
    display: none;
    z-index: 1000;
}

.top-navbar .dropdown:hover .sub-menu-list {
    display: block;
    animation: fadeIn 0.25s ease;
}

.dropdown .sub-menu-list li a {
    display: block;
    padding: 0.8rem 2rem;
    font-size: 1.4rem;
    color: var(--text-dark);
}

.dropdown .sub-menu-list li a:hover {
    background-color: rgba(38, 71, 150, 0.08);
    color: var(--navyblue);
}

.home-showcaseSlider {
    position: relative;
    height: calc(100vh - 8.8rem);
    min-height: 60rem;
    overflow: hidden;
    background: #1e293b;
}

.showcase-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    display: flex;
    align-items: center;
}

.showcase-slide.active {
    opacity: 1;
    visibility: visible;
}

.showcase-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 23, 48, 0.35);
}

.showcase-slide .container {
    position: relative;
    z-index: 2;
}

.slide-content {
    background-color: rgba(238, 236, 236, 0.75);
    backdrop-filter: blur(8px);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 38rem;
    max-width: 42rem;
    padding: 4rem;
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.slide-content .heading1 {
    color: var(--navyblue);
    font-weight: 800;
    letter-spacing: 0.8rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
}

.slide-content .heading1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 7.8rem;
    height: 0.8rem;
    background-color: #ffffff;
}

.slide-content a.btn-knowmore {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
    color: var(--blue);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-transform: uppercase;
}

.slide-content a.btn-knowmore:hover {
    color: var(--navyblue);
    transform: translateX(4px);
}

.slider-dots {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1.2rem;
    z-index: 10;
}

.slider-dot {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: 0.3s;
}

.slider-dot.active {
    background: #ffffff;
    width: 3.5rem;
    border-radius: 1rem;
}

.counter-wrapper {
    background-color: var(--blue);
    color: var(--navyblue);
    padding: 3.5rem 0;
    position: relative;
    z-index: 4;
}

.counter-wrapper .text-center + .text-center {
    border-left: 0.2rem solid var(--navyblue);
}

.counter-wrapper .text-count {
    font-weight: 800;
    font-size: 4.6rem;
    line-height: 1;
    color: var(--navyblue);
}

.counter-wrapper .text {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: var(--navyblue);
    margin-top: 0.8rem;
}

.section-about-smarr {
    background-color: var(--navyblue);
    color: #ffffff;
    padding: 9rem 0;
    position: relative;
    overflow: hidden;
}

.about-watermark {
    position: absolute;
    left: -5rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.12;
    pointer-events: none;
    max-width: 55rem;
}

.section-about-smarr h1 {
    font-size: 3.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6rem;
    color: #ffffff;
    margin-bottom: 1.2rem;
}

.section-about-smarr h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--blue-light);
    margin-bottom: 2rem;
    line-height: 1.4;
}

.section-about-smarr p {
    font-size: 1.55rem;
    color: rgba(255, 255, 255, 0.88);
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.section-about-smarr a.text-blue {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
    color: var(--blue-light) !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.section-expertise {
    padding: 8rem 0;
    background: #ffffff;
    text-align: center;
}

.expertise-box {
    margin-top: 4rem;
    text-align: center;
}

.expertise-media {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background-color: var(--grey-card);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 3.6rem;
    color: var(--blue);
    transition: 0.4s;
}

.expertise-box:hover .expertise-media {
    background-color: var(--navyblue);
    color: #ffffff;
    transform: translateY(-5px);
}

.expertise-title {
    margin-top: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    color: var(--navyblue);
}

.commercial-section-wrap {
    background-color: var(--grey-bg);
}

.commercial-section-header {
    padding: 7rem 0 4rem;
    text-align: center;
}

.commercial-section-header h2 {
    letter-spacing: 1rem;
    color: var(--navyblue);
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.commercial-section-header h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1.5rem;
}

.commercial-section-header p {
    font-size: 1.55rem;
    color: #64748b;
    max-width: 72rem;
    margin: 0 auto 2.5rem;
    text-align: justify;
}

.bg-navyblue-before {
    position: relative;
    padding-bottom: 8rem;
}

.bg-navyblue-before::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background-color: var(--navyblue);
}

.smarr-project-card {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: 0.4s;
}

.smarr-card-media {
    overflow: hidden;
    position: relative;
    height: 24rem;
    background: #000;
}

.smarr-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.smarr-project-card:hover .smarr-card-media img {
    transform: scale(1.15);
}

.smarr-card-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 2.4rem;
    padding-top: 1.8rem;
    position: relative;
    line-height: 1.3;
}

.smarr-card-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 0.5rem;
    background-color: #ffffff;
}

.smarr-card-title span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.5rem;
    text-transform: none;
}

.smarr-card-link {
    margin-top: 1.5rem;
    color: var(--blue-light);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.smarr-card-link:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.smarr-filter-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 3;
}

.smarr-tab-btn {
    background: #ffffff;
    color: var(--navyblue);
    border: 1px solid rgba(38, 71, 150, 0.2);
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    cursor: pointer;
    transition: 0.3s;
}

.smarr-tab-btn:hover, .smarr-tab-btn.active {
    background: var(--navyblue);
    color: #ffffff;
    border-color: var(--navyblue);
}

.section-hospitality-retail {
    padding: 8rem 0;
    background-color: #ffffff;
}

.hr-split-card {
    background: var(--grey-bg);
    border-left: 5px solid var(--navyblue);
    padding: 3.5rem;
    height: 100%;
}

.hr-split-card h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--navyblue);
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin-bottom: 1.5rem;
}

.hr-split-card p {
    font-size: 1.5rem;
    color: #475569;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.section-clients-smarr {
    background-color: var(--grey-card);
    padding: 8rem 0;
    text-align: center;
}

.section-clients-smarr h2 {
    letter-spacing: 1rem;
    color: var(--navyblue);
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.section-clients-smarr p {
    font-size: 1.5rem;
    color: var(--text-muted);
    max-width: 60rem;
    margin: 0 auto 4rem;
}

.client-logo-card {
    background: #ffffff;
    padding: 2rem 2.5rem;
    border-radius: 0.8rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    font-weight: 800;
    font-size: 1.7rem;
    letter-spacing: 0.15rem;
    color: var(--navyblue);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 7.5rem;
    transition: 0.3s;
}

.client-logo-card:hover {
    transform: translateY(-4px);
    background: var(--navyblue);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(38,71,150,0.2);
}

.section-connect-smarr {
    padding: 9rem 0;
    background-color: #ffffff;
}

.section-connect-smarr .heading2 {
    line-height: 1.25;
}

.smarr-form-control {
    border: none;
    border-bottom: 1px solid #9fa0a3;
    border-radius: 0;
    padding: 1.4rem 0;
    font-size: 1.5rem;
    width: 100%;
    outline: none;
    background: transparent;
    transition: 0.3s;
}

.smarr-form-control:focus {
    border-bottom-color: var(--navyblue);
}

.btn-smarr-submit {
    background: transparent;
    border: none;
    color: var(--blue);
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    cursor: pointer;
    transition: 0.3s;
    padding: 1rem 0;
}

.btn-smarr-submit:hover {
    color: var(--navyblue);
    transform: translateX(6px);
}

.footer {
    background-color: #2e4f97;
    color: #ffffff;
    padding: 6rem 0 2.5rem;
    position: relative;
    overflow: hidden;
}

.footer::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 45rem;
    height: 100%;
    background: linear-gradient(120deg, #ff0080, #00bfff);
    opacity: 0.25;
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 20% 100%);
    pointer-events: none;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer li {
    margin-bottom: 1.2rem;
}

.footer a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.45rem;
    transition: 0.3s;
}

.footer a:hover {
    color: var(--blue-light);
    padding-left: 0.4rem;
}

.footer .footer-widget-title,
.footer-widget-title {
    color: #fbbf24 !important;
}

.footer .contact-title {
    margin-top: 2rem;
    color: #42c0ff;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background: #ffffff;
    color: #2e4f97;
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 1.6rem;
    transition: 0.3s;
}

.footer-social-link:hover {
    background: var(--blue-light);
    color: #ffffff;
    transform: translateY(-3px);
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.3);
    margin: 3.5rem 0 2rem;
}

.disclaimer-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 2rem;
}

.disclaimer-modal.show {
    display: flex;
}

.disclaimer-content {
    background: #ffffff;
    padding: 3.5rem;
    max-width: 58rem;
    width: 100%;
    text-align: center;
    border-radius: 0.6rem;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

.disclaimer-content h3 {
    color: var(--navyblue);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.disclaimer-content p {
    font-size: 1.35rem;
    color: #64748b;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.disclaimer-content button {
    margin: 0.5rem;
    padding: 1.2rem 2.8rem;
    background: #264796;
    color: #ffffff;
    border: 1px solid #264796;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.disclaimer-content button:hover {
    background: #162a56;
}

@media (max-width: 991px) {
    .site-navbar .projects-nav-dropdown {
        min-width: 100%;
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
        background: #f8fafc !important;
        margin-top: 8px;
        padding: 8px;
    }
    .counter-wrapper .text-center + .text-center {
        border-left: none;
    }
    .footer::after {
        display: none;
    }
    .slide-content {
        max-width: 100%;
        min-height: auto;
    }
}

.lux-projects-section {
    background-color: #f4f6fa;
    padding: 8rem 0;
    position: relative;
}

.lux-section-header {
    text-align: center;
    margin-bottom: 5rem;
}

.lux-main-heading {
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: 1rem;
    text-transform: uppercase;
    color: var(--navyblue);
    margin-bottom: 1.5rem;
}

.lux-heading-gold-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #264796 0%, #0097db 100%);
    margin: 0 auto;
    border-radius: 2px;
}

.lux-project-card {
    background-color: #0d1a30;
    border-radius: 22px;
    border: 1px solid rgba(0, 151, 219, 0.2);
    box-shadow: 0 15px 35px rgba(22, 42, 86, 0.16);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.lux-project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 151, 219, 0.25);
    border-color: rgba(66, 192, 255, 0.5);
}

.lux-media-wrap {
    height: 215px;
    position: relative;
    overflow: hidden;
    background-color: #091322;
    display: block;
    cursor: pointer;
}

.lux-media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.lux-project-card:hover .lux-media-img {
    transform: scale(1.08);
}

.lux-media-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 26, 48, 0.02) 0%, rgba(13, 26, 48, 0.3) 45%, rgba(13, 26, 48, 0.88) 78%, #0d1a30 100%);
}

.lux-card-content {
    position: relative;
    z-index: 3;
    padding: 0 22px 20px;
    margin-top: -24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lux-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 6px;
}

.lux-card-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lux-card-title a:hover {
    color: #42c0ff;
}

.lux-gold-line {
    width: 32px;
    height: 3px;
    background: linear-gradient(90deg, #0097db 0%, #42c0ff 100%);
    border-radius: 2px;
    margin-bottom: 8px;
}

.lux-card-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
    font-size: 1.35rem;
    font-weight: 400;
    margin-bottom: 12px;
}

.lux-card-location i {
    color: #42c0ff;
    font-size: 1.4rem;
}

.lux-card-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 12px;
}

.lux-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 2px;
}

.lux-price-lbl {
    font-size: 1.15rem;
    color: #94a3b8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lux-price-val {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.0rem;
    font-weight: 700;
    color: #42c0ff;
    letter-spacing: 0.3px;
}

.lux-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 4px;
    z-index: 2;
}

.lux-footer-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}

.btn-lux-enquiry {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(90deg, #0097db 0%, #264796 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    transition: filter 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 151, 219, 0.35);
}

.btn-lux-enquiry:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66, 192, 255, 0.45);
}

.lux-view-details {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e2e8f0;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease, gap 0.3s ease;
}

.lux-view-details:hover {
    color: #42c0ff;
    gap: 9px;
}

.lux-corner-swoop {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 140px;
    height: 65px;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 1199px) {
    .lux-media-wrap {
        height: 195px;
    }
    .lux-card-content {
        padding: 0 18px 18px;
    }
    .lux-card-title {
        font-size: 2.1rem;
    }
    .lux-price-val {
        font-size: 1.85rem;
    }
    .btn-lux-enquiry {
        padding: 8px 14px;
        font-size: 1.2rem;
    }
}

@media (max-width: 575px) {
    .lux-media-wrap {
        height: 180px;
    }
    .lux-card-footer {
        flex-wrap: wrap;
        gap: 10px;
    }
}

/* ==========================================================================
   Popup Lead Form Modal Styles
   ========================================================================== */
#inquiryModal .modal-content {
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.35);
}

#inquiryModal .form-control,
#inquiryModal .form-select {
    font-size: 1.45rem;
    padding: 1rem 1.2rem;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#inquiryModal .form-control:focus,
#inquiryModal .form-select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(0, 151, 219, 0.15);
}

#inquiryModal .input-group-text {
    border-color: #cbd5e1;
    font-size: 1.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

/* ==========================================================================
   Mobile Sticky Quick Action Bar
   ========================================================================== */
.mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0f1c34;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.25);
    z-index: 1040;
    align-items: center;
    justify-content: space-around;
    padding: 8px 12px;
    gap: 8px;
}

.mobile-bar-btn {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px 4px;
    border-radius: 10px;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.mobile-bar-btn i {
    font-size: 1.6rem;
    margin-bottom: 2px;
}

.mobile-bar-btn.call-btn {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-bar-btn.call-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.mobile-bar-btn.inquire-btn {
    background: linear-gradient(135deg, #0097db 0%, #264796 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 151, 219, 0.4);
    flex: 1.2;
}

.mobile-bar-btn.inquire-btn:hover {
    filter: brightness(1.1);
    color: #ffffff;
}

.mobile-bar-btn.whatsapp-btn {
    background: rgba(37, 211, 102, 0.12);
    color: #25d366;
    border: 1px solid rgba(37, 211, 102, 0.3);
}

.mobile-bar-btn.whatsapp-btn:hover {
    background: rgba(37, 211, 102, 0.25);
    color: #25d366;
}

/* ==========================================================================
   Comprehensive Responsive Overhauls for Homepage & Sitewide
   ========================================================================== */

@media (max-width: 991px) {
    body {
        padding-top: 64px;
        padding-bottom: 65px;
    }

    .site-navbar {
        padding: 0.8rem 0;
    }

    .site-navbar .navbar-collapse {
        background: #ffffff;
        padding: 1.6rem 2rem;
        border-radius: 12px;
        margin-top: 0.8rem;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        max-height: 75vh;
        overflow-y: auto;
    }

    .site-navbar .nav-link {
        padding: 1rem 0 !important;
        border-bottom: 1px solid #f1f5f9;
        font-size: 1.55rem;
    }

    .site-navbar .dropdown-menu {
        border: none;
        background: #f8fafc;
        padding: 0.8rem;
        margin-top: 0.5rem;
    }

    .home-showcaseSlider {
        position: relative;
        height: 80vh;
        min-height: 52rem;
        max-height: 66rem;
        padding: 0 !important;
        overflow: hidden;
    }

    .showcase-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
        display: flex;
        align-items: flex-end;
        padding-bottom: 4.8rem;
        background-position: center 25%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.8s ease, visibility 0.8s ease;
    }

    .showcase-slide.active {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .slide-content {
        max-width: 100%;
        width: 100%;
        min-height: auto;
        padding: 2.4rem 2.2rem;
        margin: 0;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, 0.94);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    }

    .slide-content .heading1 {
        font-size: 2.6rem;
        letter-spacing: 0.25rem;
        margin-bottom: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .slide-content .heading1::before {
        width: 5.5rem;
        height: 0.5rem;
    }

    .slider-dots {
        bottom: 1.5rem;
        z-index: 15;
    }

    .heading2 {
        font-size: 2.8rem;
        letter-spacing: 0.4rem;
    }

    .ls-10 {
        letter-spacing: 0.4rem !important;
    }

    .section-about-smarr {
        padding: 6rem 0;
    }

    .section-about-smarr h1 {
        font-size: 2.8rem;
        letter-spacing: 0.4rem;
    }

    .section-about-smarr p {
        text-align: left;
    }

    .section-expertise {
        padding: 6rem 0;
    }

    .lux-projects-section {
        padding: 6rem 0;
    }

    .section-hospitality-retail {
        padding: 6rem 0;
    }

    .hr-split-card {
        padding: 3rem 2.2rem;
    }

    .hr-split-card p {
        text-align: left;
    }

    .section-blog-smarr {
        padding: 6rem 0 !important;
    }

    .section-connect-smarr {
        padding: 6rem 0;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 9px;
    }

    .heading1 {
        font-size: 2.8rem;
        letter-spacing: 0.25rem;
    }

    .heading2 {
        font-size: 2.4rem;
        letter-spacing: 0.25rem;
    }

    .ls-10 {
        letter-spacing: 0.25rem !important;
    }

    .counter-wrapper {
        padding: 2.5rem 0;
    }

    .counter-wrapper .text-count {
        font-size: 3.2rem;
    }

    .counter-wrapper .text {
        font-size: 1.2rem;
    }

    .lux-main-heading {
        font-size: 2.4rem;
        letter-spacing: 0.3rem;
    }

    .lux-project-card {
        border-radius: 18px;
    }

    .lux-media-wrap {
        height: 200px;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 8.5px;
    }

    .site-navbar .navbar-brand img {
        width: 170px;
        height: auto;
    }

    .home-showcaseSlider {
        height: 82vh;
        min-height: 48rem;
        max-height: 62rem;
        padding: 0 !important;
    }

    .showcase-slide {
        min-height: 100%;
        padding-bottom: 4.2rem;
    }

    .slide-content {
        padding: 1.8rem 1.6rem;
        border-radius: 10px;
    }

    .slide-content .heading1 {
        font-size: 2.2rem;
        letter-spacing: 0.15rem;
        margin-bottom: 1rem;
        padding-bottom: 0.8rem;
    }

    .slide-content .heading1::before {
        width: 4.5rem;
        height: 0.4rem;
    }

    .slide-content p.text-muted {
        font-size: 1.25rem;
        margin-bottom: 1.2rem !important;
    }

    .slide-content a.btn-knowmore {
        font-size: 1.3rem;
    }

    .slider-dots {
        bottom: 1.2rem;
        gap: 0.8rem;
    }

    .counter-wrapper .col-6 {
        padding: 1rem 0.5rem;
    }

    .counter-wrapper .text-count {
        font-size: 2.6rem;
    }

    .section-about-smarr {
        padding: 4.5rem 0;
    }

    .section-about-smarr h1 {
        font-size: 2.2rem;
        letter-spacing: 0.15rem;
    }

    .section-about-smarr h2 {
        font-size: 1.8rem;
    }

    .section-expertise {
        padding: 4.5rem 0;
    }

    .expertise-box {
        margin-top: 2.5rem;
    }

    .expertise-media {
        width: 7.5rem;
        height: 7.5rem;
        font-size: 3rem;
    }

    .lux-projects-section {
        padding: 4.5rem 0;
    }

    .lux-main-heading {
        font-size: 2.1rem;
        letter-spacing: 0.15rem;
    }

    .lux-media-wrap {
        height: 180px;
    }

    .lux-card-content {
        padding: 0 16px 18px;
    }

    .lux-card-title {
        font-size: 2.0rem;
    }

    .lux-card-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .btn-lux-enquiry {
        width: 100%;
        justify-content: center;
        padding: 11px 18px;
    }

    .lux-view-details {
        justify-content: center;
        padding-top: 4px;
    }

    .section-hospitality-retail {
        padding: 4.5rem 0;
    }

    .hr-split-card {
        padding: 2.2rem 1.6rem;
    }

    .hr-split-card h3 {
        font-size: 1.8rem;
    }

    .section-blog-smarr {
        padding: 4.5rem 0 !important;
    }

    .section-connect-smarr {
        padding: 4.5rem 0;
    }

    .smarr-form-control {
        font-size: 1.45rem;
        padding: 1.2rem 0;
    }

    .footer {
        padding: 4.5rem 0 2rem;
    }

    .footer-disclaimer-box {
        font-size: 12px !important;
    }
}

/* ========================================================
   Luxury Project Detail: Cards & Sticky Sidebar Form
   ======================================================== */
.lux-spec-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.lux-spec-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px -5px rgba(9, 20, 38, 0.5) !important;
}
.lux-sidebar-form-box {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.lux-sidebar-form-box input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}
.lux-sidebar-form-box input:focus {
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.6) !important;
    outline: none !important;
}

/* ========================================================
   Sitewide Banner & Button Styles
   ======================================================== */
.page-banner {
    padding: 60px 0 50px;
    background: linear-gradient(135deg, #162a56 0%, #264796 100%);
    color: #ffffff;
    text-align: center;
}
@media (max-width: 768px) {
    .page-banner {
        padding: 30px 0 35px !important;
    }
}

.btn-vista-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #091426 !important;
    font-size: 14.5px;
    font-weight: 750;
    letter-spacing: 0.4px;
    padding: 13px 26px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    cursor: pointer;
}
.btn-vista-primary:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #091426 !important;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.55);
    transform: translateY(-2px);
}
.btn-vista-primary:active {
    transform: translateY(0);
}

.btn-hero-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 22px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn-hero-call i {
    color: #fbbf24;
}
.btn-hero-call:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* ========================================================
   Project Hero Banner & Mobile Design Refinements
   ======================================================== */
.project-hero-banner {
    position: relative;
    background: #08111f;
    padding: 42px 0 54px;
    overflow: hidden;
}

/* Full-bleed Desktop Background Image & Overlay */
.project-hero-bg-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.project-hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    display: block;
    transform: scale(1.03);
    filter: brightness(0.92);
}

.project-hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(8, 17, 31, 0.97) 0%, rgba(8, 17, 31, 0.90) 48%, rgba(8, 17, 31, 0.42) 78%, rgba(8, 17, 31, 0.65) 100%),
                linear-gradient(to bottom, rgba(8, 17, 31, 0.45) 0%, transparent 25%, rgba(8, 17, 31, 0.8) 100%);
}

@media (min-width: 992px) {
    .project-hero-banner {
        min-height: 540px;
        display: flex;
        align-items: center;
        padding: 55px 0 65px;
    }
}

.project-mobile-hero-image {
    margin-bottom: 20px;
}
.project-mobile-hero-image .project-hero-image-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}
.project-mobile-hero-image .project-hero-image-wrap img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.project-hero-breadcrumb {
    font-size: 13px;
}
.project-hero-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}
.project-hero-breadcrumb .breadcrumb-item a:hover {
    color: #fbbf24;
}
.project-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

.project-hero-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.project-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    white-space: nowrap;
}
.project-badge.badge-developer {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #091426;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.35);
}
.project-badge.badge-category {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
}
.project-badge.badge-rera {
    background: rgba(0, 151, 219, 0.18);
    border: 1px solid rgba(0, 151, 219, 0.4);
    color: #38bdf8;
}

.project-hero-title {
    font-size: clamp(2.3rem, 4.5vw, 3.8rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 0.8rem;
}

.project-hero-tagline {
    font-size: 1.55rem;
    color: rgba(255, 255, 255, 0.78) !important;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 680px;
}

/* Luxury Meta Box (Location + Price) */
.project-hero-meta-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(11, 21, 40, 0.75);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 12px;
    padding: 14px 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    max-width: 580px;
}
.project-hero-meta-box .meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}
.project-hero-meta-box .meta-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.project-hero-meta-box .meta-icon.icon-loc {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.35);
    color: #f87171;
}
.project-hero-meta-box .meta-icon.icon-price {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: #fbbf24;
}
.project-hero-meta-box .meta-content {
    line-height: 1.35;
}
.project-hero-meta-box .meta-label {
    display: block;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.55);
}
.project-hero-meta-box .meta-value {
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 700;
}
.project-hero-meta-box .meta-value.price-val {
    color: #fbbf24;
    font-size: 16px;
}
.project-hero-meta-box .meta-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
}

/* Showcase Image Wrap */
.project-hero-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.project-hero-image-wrap img {
    object-fit: cover;
    max-height: 380px;
    display: block;
    width: 100%;
}
.project-hero-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: linear-gradient(to top, rgba(9, 20, 38, 0.95) 0%, rgba(9, 20, 38, 0.6) 60%, transparent 100%);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Mobile Media Queries for Project Hero */
@media (max-width: 768px) {
    .project-hero-banner {
        padding: 18px 0 26px !important;
    }
    .project-hero-breadcrumb {
        font-size: 11.5px;
        margin-bottom: 8px;
    }
    .project-badge {
        font-size: 10.5px;
        padding: 4px 10px;
    }
    .project-hero-title {
        font-size: 2.3rem;
        line-height: 1.25;
        margin-bottom: 0.6rem;
    }
    .project-hero-tagline {
        font-size: 1.35rem;
        margin-bottom: 1.2rem;
        line-height: 1.5;
    }
    .project-hero-meta-box {
        flex-direction: row;
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 1.2rem !important;
    }
    .project-hero-meta-box .meta-item {
        gap: 8px;
    }
    .project-hero-meta-box .meta-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .project-hero-meta-box .meta-label {
        font-size: 9px;
    }
    .project-hero-meta-box .meta-value {
        font-size: 12.5px;
    }
    .project-hero-meta-box .meta-value.price-val {
        font-size: 14px;
    }
    .project-hero-actions {
        flex-direction: column;
        align-items: stretch !important;
        gap: 10px;
    }
    .project-hero-actions .btn-vista-primary,
    .project-hero-actions .btn-hero-call {
        width: 100%;
        padding: 12px 18px;
        font-size: 14px;
    }
    .project-hero-image-wrap {
        margin-top: 14px;
    }
    .project-hero-image-wrap img {
        max-height: 220px;
    }
}

@media (max-width: 480px) {
    .project-hero-meta-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .project-hero-meta-box .meta-divider {
        display: none;
    }
}

/* ========================================================
   Desktop Sticky Sidebar Form
   ======================================================== */
.sticky-sidebar-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 92px;
    z-index: 100;
}

/* ========================================================
   Configuration & Pricing Section (Luxury Project Page & Right Form Theme)
   ======================================================== */
.config-pricing-section {
    background: linear-gradient(145deg, #091322 0%, #10213d 50%, #152d54 100%) !important;
    border: 1px solid rgba(245, 158, 11, 0.4) !important;
    box-shadow: 0 20px 45px -10px rgba(9, 20, 38, 0.6) !important;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.config-pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24, #0097db, #f59e0b);
    z-index: 2;
}

.config-pricing-subtitle {
    display: inline-block;
    color: #fbbf24;
    font-size: 12px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.config-pricing-line {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    margin: 6px auto 14px;
    border-radius: 2px;
}

.config-pricing-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 0;
    letter-spacing: -0.5px;
}

.config-price-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    padding: 35px 22px 28px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.config-price-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.55);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.35);
}

.config-price-card.is-popular {
    background: linear-gradient(160deg, rgba(245, 158, 11, 0.12) 0%, rgba(11, 21, 40, 0.75) 100%);
    border: 2px solid #f59e0b !important;
    box-shadow: 0 15px 35px rgba(245, 158, 11, 0.25), 0 6px 20px rgba(0, 0, 0, 0.4);
}

.config-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #091426;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.5);
    white-space: nowrap;
}

.config-card-heading {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1.25;
}

.config-card-row {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.config-card-label {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}

.config-card-price {
    color: #fbbf24;
    font-weight: 800;
    font-size: 17px;
    text-shadow: 0 0 10px rgba(251, 191, 36, 0.25);
}

.config-card-size {
    color: #ffffff;
    font-weight: 700;
}

.btn-config-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #091426 !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 12px 18px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.35);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-config-download:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #091426 !important;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.55);
    transform: translateY(-2px);
}

.btn-config-download:active {
    transform: translateY(0);
}

@media (max-width: 991px) {
    .config-pricing-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .config-pricing-title {
        font-size: 23px;
    }
    .config-price-card {
        padding: 30px 18px 24px;
        margin-top: 10px;
    }
    .config-card-heading {
        font-size: 20px;
    }
}

/* Custom FAQ Accordion Styles */
.custom-faq-accordion .accordion-item {
    border-radius: 12px !important;
    margin-bottom: 14px;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: all 0.25s ease;
}

.custom-faq-accordion .accordion-item:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.07);
}

.custom-faq-accordion .accordion-button {
    font-size: 1.55rem;
    font-weight: 700;
    color: #1e293b;
    padding: 16px 20px;
    background-color: #ffffff;
    transition: all 0.25s ease;
}

.custom-faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--navyblue, #264796);
    background-color: rgba(38, 71, 150, 0.04);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.custom-faq-accordion .accordion-button::after {
    background-size: 14px;
    transition: transform 0.25s ease;
}

.custom-faq-accordion .accordion-body {
    font-size: 1.45rem;
    color: #475569;
    line-height: 1.75;
    padding: 18px 22px;
    background-color: #ffffff;
}

.custom-faq-accordion .faq-num-badge {
    background: rgba(38, 71, 150, 0.08);
    color: var(--navyblue, #264796);
    font-size: 1.15rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    margin-right: 12px;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.custom-faq-accordion .accordion-button:not(.collapsed) .faq-num-badge {
    background: var(--navyblue, #264796);
    color: #ffffff;
}

@media (max-width: 768px) {
    .custom-faq-accordion .accordion-button {
        font-size: 1.45rem;
        padding: 14px 16px;
    }
    .custom-faq-accordion .accordion-body {
        font-size: 1.35rem;
        padding: 14px 16px;
    }
}

/* ========================================================
   About Us Page Redesign Styles
   ======================================================== */
.about-hero-section {
    position: relative;
    background: linear-gradient(135deg, #071120 0%, #102142 55%, #1a3675 100%);
    color: #ffffff;
    padding: 7rem 0 6rem;
    overflow: hidden;
}

.about-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(40, 167, 229, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: #fbbf24;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.about-hero-title {
    font-size: 4.4rem;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin-bottom: 2rem;
}

.about-hero-subtitle {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 820px;
    margin: 0 auto 3.5rem;
}

.about-trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4rem;
}

.about-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1.35rem;
    font-weight: 600;
    color: #f1f5f9;
}

.about-trust-chip i {
    color: #38bdf8;
    font-size: 1.5rem;
}

/* Stat Grid */
.about-stat-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 2.4rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.about-stat-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(38, 71, 150, 0.12);
    border-color: #cbd5e1;
}

.about-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(38, 71, 150, 0.08);
    color: var(--navyblue, #264796);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
}

.about-stat-val {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--navyblue, #264796);
    line-height: 1.1;
    margin-bottom: 0.4rem;
}

.about-stat-label {
    font-size: 1.35rem;
    color: #64748b;
    font-weight: 600;
    margin: 0;
}

/* Image Frame with Floating Tag */
.about-showcase-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(12, 23, 48, 0.22);
}

.about-showcase-frame img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.about-showcase-frame:hover img {
    transform: scale(1.03);
}

.about-showcase-badge {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    background: rgba(12, 23, 48, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.4rem 2rem;
    border-radius: 12px;
    color: #ffffff;
}

/* Pillar Card */
.about-pillar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 3.2rem 2.8rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

.about-pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #264796, #28a7e5);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.about-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(38, 71, 150, 0.12);
    border-color: #cbd5e1;
}

.about-pillar-card:hover::before {
    opacity: 1;
}

.about-pillar-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(38, 71, 150, 0.1) 0%, rgba(40, 167, 229, 0.15) 100%);
    color: var(--navyblue, #264796);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    margin-bottom: 2rem;
}

.about-pillar-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.2rem;
}

.about-pillar-desc {
    font-size: 1.45rem;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* Timeline */
.about-timeline {
    position: relative;
    padding: 2rem 0;
}

.about-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #e2e8f0;
    transform: translateX(-50%);
}

.about-timeline-item {
    position: relative;
    margin-bottom: 4rem;
}

.about-timeline-item:last-child {
    margin-bottom: 0;
}

.about-timeline-dot {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid var(--navyblue, #264796);
    z-index: 2;
    box-shadow: 0 0 0 4px rgba(38, 71, 150, 0.2);
}

.about-timeline-content {
    width: 45%;
    background: #ffffff;
    border-radius: 12px;
    padding: 2.4rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: transform 0.3s ease;
}

.about-timeline-content:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(38, 71, 150, 0.08);
}

.about-timeline-item:nth-child(odd) .about-timeline-content {
    margin-left: auto;
}

.about-timeline-year {
    display: inline-block;
    background: var(--navyblue, #264796);
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.about-timeline-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.8rem;
}

.about-timeline-desc {
    font-size: 1.4rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .about-timeline::before {
        left: 20px;
        transform: none;
    }
    .about-timeline-dot {
        left: 20px;
        transform: translateX(-50%);
    }
    .about-timeline-content {
        width: calc(100% - 50px);
        margin-left: 50px !important;
    }
}

/* Leadership Card */
.about-leader-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.about-leader-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(38, 71, 150, 0.15);
}

.about-leader-img-wrap {
    height: 340px;
    overflow: hidden;
    position: relative;
    background: #0f172a;
}

.about-leader-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.6s ease;
}

.about-leader-card:hover .about-leader-img-wrap img {
    transform: scale(1.05);
}

.about-leader-body {
    padding: 2.4rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.about-leader-name {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.4rem;
}

.about-leader-role {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--blue, #28a7e5);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 1.4rem;
}

.about-leader-bio {
    font-size: 1.4rem;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* Callout Feature Box */
.about-feature-box {
    background: linear-gradient(135deg, #091326 0%, #162a56 100%);
    border-radius: 16px;
    padding: 4.5rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-feature-box::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(40, 167, 229, 0.15);
    pointer-events: none;
}

@media (max-width: 768px) {
    .about-hero-section {
        padding: 4rem 0 3.2rem;
    }
    .about-hero-badge {
        font-size: 1.2rem;
        padding: 5px 14px;
        letter-spacing: 0.8px;
        margin-bottom: 1.4rem;
    }
    .about-hero-title {
        font-size: 2.6rem;
        line-height: 1.25;
        margin-bottom: 1.4rem;
    }
    .about-hero-subtitle {
        font-size: 1.45rem;
        line-height: 1.6;
        margin-bottom: 2.2rem;
    }
    .about-trust-strip {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 480px;
        margin: 0 auto;
    }
    .about-trust-chip {
        width: 100%;
        justify-content: center;
        padding: 9px 10px;
        font-size: 1.2rem;
        border-radius: 12px;
        gap: 8px;
        text-align: center;
    }
    .about-trust-chip i {
        font-size: 1.4rem;
    }
    .about-feature-box {
        padding: 2.5rem 1.8rem;
    }
    .about-leader-img-wrap {
        height: 280px;
    }
}

@media (max-width: 480px) {
    .about-hero-section {
        padding: 3.5rem 0 2.5rem;
    }
    .about-hero-badge {
        font-size: 1.1rem;
        padding: 4px 12px;
        letter-spacing: 0.5px;
        margin-bottom: 1.2rem;
    }
    .about-hero-title {
        font-size: 2.2rem;
        line-height: 1.25;
        margin-bottom: 1.2rem;
    }
    .about-hero-subtitle {
        font-size: 1.3rem;
        line-height: 1.55;
        margin-bottom: 2rem;
    }
    .about-trust-strip {
        gap: 8px;
    }
    .about-trust-chip {
        padding: 8px 6px;
        font-size: 1.15rem;
        gap: 6px;
    }
    .about-trust-chip i {
        font-size: 1.3rem;
    }
}

.modal-custom-dialog {
    max-width: 440px;
    margin: 1.75rem auto;
    width: 100%;
}

.modal-custom-card {
    background: #FFFFFF;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px 28px 24px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: visible;
}

.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    opacity: 0.6;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #1e293b;
}

.modal-close-btn:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.modal-custom-header {
    text-align: center;
    margin-bottom: 20px;
}

.modal-logo-img {
    height: 42px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto 10px;
    display: block;
}

.modal-custom-header h4 {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
}

.modal-custom-header p {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 0;
}

.modal-input-field {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    color: #0f172a;
    background: #FFFFFF;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.modal-input-field:focus {
    border-color: #0097db;
    box-shadow: 0 0 0 3px rgba(0, 151, 219, 0.15);
}

select.modal-input-field {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding-right: 36px;
}

.modal-input-field.is-invalid {
    border-color: #ef4444 !important;
}

.input-error-msg {
    color: #ef4444;
    font-size: 11px;
    margin-top: 4px;
    display: none;
    font-weight: 500;
}

.input-error-msg.active {
    display: block;
}

.phone-with-country-group {
    display: flex;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.phone-with-country-group .modal-input-field,
.phone-with-country-group input {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
}

.country-selector-wrap {
    position: relative;
    flex-shrink: 0;
}

.country-active-box {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #FFFFFF;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    padding: 12px 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
}

.country-active-box img {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}

.country-options-menu {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    width: 210px;
    max-height: 200px;
    overflow-y: auto;
    background: #FFFFFF;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1100;
    list-style: none;
    padding: 4px 0;
    display: none;
}

.country-options-menu.show {
    display: block;
}

.country-options-menu li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 12px;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s ease;
}

.country-options-menu li:hover {
    background: #f1f5f9;
    color: #0097db;
}

.country-options-menu li img {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}

.modal-consent-row {
    margin: 14px 0 12px;
}

.modal-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 11px;
    line-height: 1.45;
    color: #64748b;
    cursor: pointer;
    margin: 0;
}

.modal-consent-checkbox {
    margin-top: 2px;
    accent-color: #0097db;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.modal-consent-label a {
    color: #0097db;
    text-decoration: underline;
}

.modal-submit-pill-btn {
    background: linear-gradient(135deg, #162a56 0%, #264796 100%);
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 12px 48px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 14px rgba(22, 42, 86, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.modal-submit-pill-btn:hover {
    background: linear-gradient(135deg, #264796 0%, #0097db 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 151, 219, 0.35);
    color: #FFFFFF;
}

.fixed-right-enquire-btn {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right bottom;
    z-index: 998;
    background: linear-gradient(135deg, #162a56 0%, #264796 100%);
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 12px 22px;
    border: 1px solid #0097db;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    box-shadow: -4px 0 15px rgba(22, 42, 86, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.fixed-right-enquire-btn:hover {
    background: linear-gradient(135deg, #264796 0%, #0097db 100%);
    color: #FFFFFF;
    padding-bottom: 24px;
}

.floating-whatsapp-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25D366;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.floating-whatsapp-btn::before,
.floating-whatsapp-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.4);
    z-index: -1;
    animation: whatsappPulseRing 2s cubic-bezier(0.25, 0, 0, 1) infinite;
}

.floating-whatsapp-btn::after {
    animation-delay: 0.6s;
}

@keyframes whatsappPulseRing {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.8;
    }
    100% {
        width: 170%;
        height: 170%;
        opacity: 0;
    }
}

.floating-whatsapp-btn:hover {
    transform: scale(1.1);
    color: #FFFFFF !important;
}

@media (max-width: 991px) {
    .fixed-right-enquire-btn {
        display: none !important;
    }
    .floating-whatsapp-btn {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .modal-custom-dialog {
        margin: 16px auto;
        max-width: calc(100% - 24px);
    }
    .modal-custom-card {
        padding: 22px 16px 18px;
    }
}

.hr-pillar-card {
    background: #ffffff;
    border-radius: 1.6rem;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(22, 42, 86, 0.06);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hr-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(22, 42, 86, 0.12);
    border-color: rgba(0, 151, 219, 0.3);
}

.hr-pillar-media {
    position: relative;
    height: 28rem;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.hr-pillar-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hr-pillar-card:hover .hr-pillar-media img {
    transform: scale(1.06);
}

.hr-pillar-badge {
    position: absolute;
    top: 1.8rem;
    left: 1.8rem;
    background: rgba(9, 20, 38, 0.88);
    backdrop-filter: blur(8px);
    color: #fbbf24;
    padding: 0.6rem 1.4rem;
    border-radius: 5rem;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border: 1px solid rgba(251, 191, 36, 0.4);
    z-index: 2;
}

.hr-pillar-body {
    padding: 3.2rem 3rem 3rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hr-pillar-body h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--navyblue);
    margin-bottom: 1.4rem;
    line-height: 1.3;
}

.hr-pillar-body p {
    font-size: 1.5rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hr-pillar-points {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem;
}

.hr-pillar-points li {
    font-size: 1.45rem;
    color: #334155;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.hr-pillar-points li i {
    color: #0097db;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.hr-destination-card {
    background: #ffffff;
    border-radius: 1.4rem;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(22, 42, 86, 0.05);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hr-destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(22, 42, 86, 0.12);
    border-color: rgba(0, 151, 219, 0.35);
}

.hr-destination-media {
    position: relative;
    height: 22rem;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.hr-destination-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hr-destination-card:hover .hr-destination-media img {
    transform: scale(1.05);
}

.hr-destination-badge {
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    background: rgba(9, 20, 38, 0.85);
    backdrop-filter: blur(6px);
    color: #38bdf8;
    padding: 0.4rem 1.2rem;
    border-radius: 5rem;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    z-index: 2;
}

.hr-destination-body {
    padding: 2.2rem 2.4rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hr-destination-body h4 {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--navyblue);
    margin-bottom: 0.6rem;
}

.hr-destination-loc {
    font-size: 1.3rem;
    color: #64748b;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.hr-destination-loc i {
    color: #0097db;
}

.hr-destination-desc {
    font-size: 1.35rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 1.6rem;
    flex-grow: 1;
}

.hr-destination-metric {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 0.8rem;
    padding: 0.8rem 1.2rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.6rem;
}

.hr-destination-metric i {
    color: #f59e0b;
}

.hr-destination-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.4rem;
    border-top: 1px solid #f1f5f9;
}

.hr-destination-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--navyblue);
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    transition: color 0.25s ease;
}

.hr-destination-link:hover {
    color: #0097db;
}

.hr-advantage-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.4rem;
    padding: 3rem 2.4rem;
    height: 100%;
    transition: all 0.35s ease;
    box-shadow: 0 4px 15px rgba(22, 42, 86, 0.04);
}

.hr-advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(22, 42, 86, 0.1);
    border-color: rgba(0, 151, 219, 0.4);
}

.hr-advantage-icon {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 1.2rem;
    background: linear-gradient(135deg, rgba(38, 71, 150, 0.1) 0%, rgba(0, 151, 219, 0.15) 100%);
    color: #264796;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.hr-advantage-card:hover .hr-advantage-icon {
    background: linear-gradient(135deg, #162a56 0%, #264796 100%);
    color: #ffffff;
    transform: scale(1.05);
}

.hr-advantage-card h4 {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--navyblue);
    margin-bottom: 1rem;
}

.hr-advantage-card p {
    font-size: 1.4rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 0;
}

.hr-cta-card {
    background: linear-gradient(135deg, #071120 0%, #102142 55%, #1a3675 100%);
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: 2rem;
    padding: 5rem 4.5rem;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(7, 17, 32, 0.3);
    position: relative;
    overflow: hidden;
}

.hr-cta-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 151, 219, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

@media (max-width: 991px) {
    .hr-pillar-media {
        height: 22rem;
    }
    .hr-cta-card {
        padding: 3.5rem 2.5rem;
    }
}





