/********** Template CSS **********/
:root {
    --footer-bg: #0A192F;
    --footer-card-bg: rgba(255, 255, 255, 0.04);
    --brand-accent: #FF4500;
    --brand-accent-hover: #E03E20;
    --border-color: rgba(255, 255, 255, 0.08);
    --whatsapp-green: #25D366;
    --whatsapp-green-hover: #1EBE5D;

    --brand-navy: #0B2545;
    --brand-accent: #FF4500;
    --brand-accent-hover: #E03E20;
    --surface-light: #F8FAFC;
    --text-dark: #0F172A;
    --text-muted: #64748B;
    --card-border: #E2E8F0;
    --star-gold: #FFB800;
    --brand-blue: #0B2545;
    --brand-accent: #FF4B2B;
    --brand-accent-hover: #E03E20;
    --card-bg-light: #F8FAFC;
    --border-color-light: #E2E8F0;
  
    --brand-primary: #0B2545;       /* Deep Corporate Blue */
    --brand-accent: #FF4B2B;        /* Vibrant Orange/Red */
    --brand-accent-hover: #E03E20;  /* Hover Red */
    --text-muted-light: #D1E3F8;
    --nav-text: #1E293B;
    --brand-navy-dark: #0A192F;
    --brand-navy-light: #0B2545;
    --brand-accent: #FF4500;
    --brand-accent-hover: #E03E20;
    --border-glass: rgba(255, 255, 255, 0.12);

        

}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** page Header***/


.max-w-550 { max-width: 550px; }

/* Inner Header Outer Shell */
.luxe-inner-header {
    background: linear-gradient(135deg, var(--brand-navy-dark) 0%, var(--brand-navy-light) 100%);
    border-bottom: 1px solid var(--border-glass);
    position: relative;
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

/* Background Lighting Glow Effects */
.header-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.22;
    pointer-events: none;
}

.glow-primary {
    top: -100px;
    right: 15%;
    background: radial-gradient(circle, var(--brand-accent), transparent 70%);
}

.glow-secondary {
    bottom: -100px;
    left: -50px;
    background: radial-gradient(circle, #00D2FF, transparent 70%);
}

/* Subtle Architectural Grid Overlay */
.header-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

/* Gradient Text Highlight */
.text-gradient {
    background: linear-gradient(135deg, var(--brand-accent) 0%, #FF7043 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Top Pill Badge */
.luxe-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--brand-accent);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--brand-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--brand-accent);
}

/* Glass Pill Breadcrumbs */
.luxe-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-glass);
    padding: 8px 20px;
    border-radius: 50px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    list-style: none;
}

.luxe-breadcrumb-item {
    font-size: 0.88rem;
    font-weight: 600;
}

.luxe-breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.luxe-breadcrumb-item a:hover {
    color: var(--brand-accent);
    transform: translateX(-2px);
}

.luxe-breadcrumb-separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.7rem;
    display: flex;
    align-items: center;
}

.luxe-breadcrumb-item.active {
    color: #FFFFFF;
    font-weight: 700;
}

/* Right Side Trust Card */
.luxe-trust-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-glass);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.trust-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--brand-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 4px 14px rgba(255, 69, 0, 0.4);
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/

/* Header Container */
.custom-header-wrapper {
    transition: all 0.3s ease-in-out;
    z-index: 1030;
}

/* Top Bar Styling */
.top-bar {
    background-color: var(--brand-primary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-item, .top-bar-link {
    color: var(--text-muted-light);
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.top-bar-link:hover {
    color: #FFFFFF;
}

.text-accent {
    color: var(--brand-accent) !important;
}

/* Main Navbar */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.logo-img {
    height: 55px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.02);
}

/* Navigation Links */
.navbar-nav .nav-link {
    color: var(--nav-text);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.8rem 1.2rem !important;
    position: relative;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 5px;
    left: 50%;
    background-color: var(--brand-accent);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 2px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--brand-accent);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 60%;
}

/* Premium CTA Button */
.btn-cta {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-hover));
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.6rem 1.6rem;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 75, 43, 0.45);
    background: linear-gradient(135deg, var(--brand-accent-hover), var(--brand-accent));
}

.btn-cta i {
    transition: transform 0.3s ease;
}

.btn-cta:hover i {
    transform: rotate(12deg) scale(1.1);
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
    .navbar {
        background: #FFFFFF;
    }
    
    .navbar-nav .nav-link::after {
        display: none;
    }
    
    .navbar-nav .nav-link {
        padding: 0.5rem 0 !important;
    }
}



/*** carousel ***/



/* Carousel Outer Wrapper & Height Setup */
.hero-carousel-section {
    position: relative;
    overflow: hidden;
}

.carousel-img-wrapper {
    position: relative;
    height: 85vh;
    min-height: 550px;
    max-height: 800px;
}

.hero-bg-img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Zoom effect on active slide */
.carousel-item.active .hero-bg-img {
    transform: scale(1.08);
}

/* Premium Gradient Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg, 
        rgba(11, 37, 69, 0.75) 0%, 
        rgba(11, 37, 69, 0.55) 50%, 
        rgba(11, 37, 69, 0.85) 100%
    );
}

/* Glassmorphic Badge Pill */
.badge-pill-glass {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background-color: var(--brand-accent);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px var(--brand-accent);
}

/* Typography Styles */
.hero-title {
    color: #FFFFFF;
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.8rem);
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.highlight-text {
    background: linear-gradient(135deg, #FF6B4A, var(--brand-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.15rem;
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto;
}

/* Hero CTA Buttons */
.btn-hero-primary {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-hover));
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.85rem 2rem;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 75, 43, 0.45) !important;
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.85rem 2rem;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #FFFFFF;
    transform: translateY(-3px);
}

/* Custom Circular Navigation Buttons */
.custom-nav-btn {
    width: 5%;
    opacity: 1;
}

.nav-icon-circle {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.custom-nav-btn:hover .nav-icon-circle {
    background: var(--brand-accent);
    border-color: var(--brand-accent);
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(255, 75, 43, 0.4);
}

/* Mobile Adjustments */
@media (max-width: 767.98px) {
    .carousel-img-wrapper {
        height: 70vh;
        min-height: 450px;
    }
    
    .btn-hero-primary, .btn-hero-secondary {
        padding: 0.75rem 1.4rem;
        font-size: 0.85rem;
    }
    
    .hero-btn-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    .btn-hero-primary {
        margin-right: 0 !important;
        width: 80%;
        justify-content: center;
    }
    
    .btn-hero-secondary {
        width: 80%;
        justify-content: center;
    }
}


/* Image & Glass Floating Card */
.style-image {
    min-height: 480px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.img-experience-card:hover .style-image {
    transform: scale(1.02);
}

.glass-exp-card {
    background: rgba(11, 37, 69, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.exp-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--brand-accent);
}

/* Section Tag Badge */
.badge-pill-about {
    background: rgba(255, 75, 43, 0.1);
    color: var(--brand-accent);
    border: 1px solid rgba(255, 75, 43, 0.25);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
}

/* Feature Item Cards */
.feature-item-card {
    background-color: #FFFFFF;
    border-color: var(--border-color-light) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.feature-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(255, 75, 43, 0.3) !important;
}

.badge-num {
    background: rgba(11, 37, 69, 0.06);
    color: var(--brand-blue);
    font-weight: 700;
    font-family: monospace;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
}

/* CTA Button */
.btn-about-cta {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-hover));
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.85rem 2rem;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 6px 20px rgba(255, 75, 43, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-about-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 75, 43, 0.45);
}

.btn-about-cta i {
    transition: transform 0.3s ease;
}

.btn-about-cta:hover i {
    transform: translateX(4px);
}

/* Trust Grid Container */
.trust-grid-container {
    background: linear-gradient(135deg, var(--brand-blue) 0%, #06182E 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.trust-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 75, 43, 0.4);
    transform: translateY(-3px);
}

.icon-box {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-hover));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.25rem;
    box-shadow: 0 4px 12px rgba(255, 75, 43, 0.3);
}


/*** Services ***/


.luxury-services-wrapper {
    background-color: var(--surface-bg);
}

/* Ambient Radial Glows */
.ambient-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.25;
    pointer-events: none;
}

.glow-1 {
    top: -100px;
    left: -100px;
    background: radial-gradient(circle, var(--brand-accent), transparent 70%);
}

.glow-2 {
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, var(--brand-navy), transparent 70%);
}

/* Gradient Text Effect */
.text-gradient {
    background: linear-gradient(135deg, var(--brand-accent) 0%, #FF7043 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Pill Badge */
.luxe-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 69, 0, 0.08);
    border: 1px solid rgba(255, 69, 0, 0.25);
    color: var(--brand-accent);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.luxe-pulse {
    width: 8px;
    height: 8px;
    background-color: var(--brand-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--brand-accent);
}

/* Main Luxe Card */
.luxe-card {
    background: #FFFFFF;
    border: 1px solid var(--card-border);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.luxe-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 69, 0, 0.35);
    box-shadow: 0 16px 36px rgba(11, 37, 69, 0.09);
}

/* Media Viewport Container */
.luxe-card-media {
    position: relative;
    /* Keeps the floating badge unclipped */
}

/* Inner Frame Handling Crop & Zoom */
.image-inner {
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}

.image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.luxe-card:hover .image-inner img {
    transform: scale(1.08);
}

/* Orange Floating Icon Badge */
.luxe-icon-floating {
    position: absolute;
    bottom: -18px;
    right: 20px;
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-hover));
    color: #FFFFFF;
    border-radius: 14px;
    border: 3px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    z-index: 10;
    box-shadow: 0 6px 16px rgba(255, 69, 0, 0.35);
    transition: transform 0.3s ease;
}

.luxe-card:hover .luxe-icon-floating {
    transform: scale(1.1) rotate(4deg);
}

/* Feature Tag Chips */
.card-chip {
    background: rgba(11, 37, 69, 0.05);
    color: var(--brand-navy);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 6px;
    margin-right: 4px;
    display: inline-block;
}

/* Card Body Content */
.luxe-card-body {
    padding: 32px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.luxe-card-title {
    color: var(--text-primary);
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 6px;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.luxe-card:hover .luxe-card-title {
    color: var(--brand-accent);
}

.luxe-card-desc {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Action Link */
.luxe-card-link {
    color: var(--brand-navy);
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.luxe-card-link i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.luxe-card:hover .luxe-card-link {
    color: var(--brand-accent);
}

.luxe-card:hover .luxe-card-link i {
    transform: translateX(6px);
}


/*** Feature ***/

.why-choose-section {
    background-color: var(--surface-light);
}

/* Ambient Radial Glows */
.ambient-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.22;
    pointer-events: none;
}

.glow-top-right {
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, var(--brand-accent), transparent 70%);
}

.glow-bottom-left {
    bottom: -100px;
    left: -100px;
    background: radial-gradient(circle, var(--brand-navy), transparent 70%);
}

/* Gradient Text Effect */
.gradient-text {
    background: linear-gradient(135deg, var(--brand-accent) 0%, #FF7043 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Section Tag Pill Badge */
.badge-pill-feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 69, 0, 0.08);
    border: 1px solid rgba(255, 69, 0, 0.25);
    color: var(--brand-accent);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--brand-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--brand-accent);
}

/* Left Image Framing & Rating Badge */
.feature-img-frame {
    position: relative;
}

.feature-border-accent {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 69, 0, 0.3);
    border-radius: 20px;
    z-index: 1;
}

.img-wrapper {
    z-index: 2;
}

.feature-img {
    min-height: 480px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.img-wrapper:hover .feature-img {
    transform: scale(1.04);
}

.glass-rating-badge {
    background: rgba(11, 37, 69, 0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    z-index: 3;
}

.rating-icon-box {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* Feature Cards Grid */
.feature-card {
    background: #FFFFFF !important;
    border: 1px solid var(--card-border) !important;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 69, 0, 0.35) !important;
    box-shadow: 0 12px 28px rgba(11, 37, 69, 0.08) !important;
}

.feature-icon-box {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-hover));
    color: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    box-shadow: 0 6px 16px rgba(255, 69, 0, 0.28);
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon-box {
    transform: scale(1.08) rotate(4deg);
}

/* Call To Action Button */
.btn-feature-cta {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-hover));
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.85rem 2.2rem;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 6px 20px rgba(255, 69, 0, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-feature-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(255, 69, 0, 0.45);
}

.btn-feature-cta i {
    transition: transform 0.3s ease;
}

.btn-feature-cta:hover i {
    transform: translateX(5px);
}




/* Gallery Section */

<style>

.max-w-700 { max-width: 700px; }

.luxury-gallery-section {
    background-color: var(--surface-light);
}

/* Ambient Glow Backgrounds */
.ambient-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.22;
    pointer-events: none;
}

.glow-1 {
    top: -100px;
    left: -100px;
    background: radial-gradient(circle, var(--brand-accent), transparent 70%);
}

.glow-2 {
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, var(--brand-navy), transparent 70%);
}

.text-gradient {
    background: linear-gradient(135deg, var(--brand-accent) 0%, #FF7043 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Section Tag Pill Badge */
.luxe-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 69, 0, 0.08);
    border: 1px solid rgba(255, 69, 0, 0.25);
    color: var(--brand-accent);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--brand-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--brand-accent);
}

/* Filter Tab Buttons */
.gallery-filter-btn {
    background: #FFFFFF;
    border: 1px solid var(--card-border);
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.88rem;
    padding: 8px 22px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active {
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-hover));
    color: #FFFFFF;
    border-color: var(--brand-accent);
    box-shadow: 0 6px 18px rgba(255, 69, 0, 0.3);
}

/* Gallery Card Frame */
.luxe-gallery-card {
    border-radius: 20px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid var(--card-border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.luxe-gallery-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 69, 0, 0.35);
    box-shadow: 0 16px 36px rgba(11, 37, 69, 0.1);
}

.gallery-media-frame {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.landscape-card .gallery-media-frame {
    height: 320px;
}

.gallery-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.luxe-gallery-card:hover .gallery-media-frame img {
    transform: scale(1.08);
}

/* Top Right Category Pill */
.gallery-category-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(11, 37, 69, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 50px;
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Glass Overlay on Hover */
.luxe-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 37, 69, 0.2) 0%, rgba(11, 37, 69, 0.9) 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 4;
}

.luxe-gallery-card:hover .luxe-gallery-overlay {
    opacity: 1;
}

.overlay-content {
    transform: translateY(15px);
    transition: transform 0.4s ease;
}

.luxe-gallery-card:hover .overlay-content {
    transform: translateY(0);
}

/* Zoom Icon Button */
.gallery-zoom-btn {
    width: 44px;
    height: 44px;
    background: var(--brand-accent);
    color: #FFFFFF !important;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 12px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(255, 69, 0, 0.4);
    transition: transform 0.3s ease;
}

.gallery-zoom-btn:hover {
    transform: scale(1.1);
}

.overlay-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 4px;
}

.overlay-sub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    margin-bottom: 0;
}



/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

/* FAQ Section */


.luxury-faq-section {
    background-color: var(--surface-light);
}

/* Ambient Radial Glows */
.ambient-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.22;
    pointer-events: none;
}

.glow-1 {
    top: -100px;
    left: -100px;
    background: radial-gradient(circle, var(--brand-accent), transparent 70%);
}

.glow-2 {
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, var(--brand-navy), transparent 70%);
}

.text-gradient {
    background: linear-gradient(135deg, var(--brand-accent) 0%, #FF7043 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Section Tag Pill Badge */
.luxe-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 69, 0, 0.08);
    border: 1px solid rgba(255, 69, 0, 0.25);
    color: var(--brand-accent);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--brand-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--brand-accent);
}

/* Left Image Frame */
.faq-image-frame {
    position: relative;
}

.faq-border-accent {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 69, 0, 0.3);
    border-radius: 20px;
    z-index: 1;
}

.img-wrapper {
    z-index: 2;
}

.faq-img {
    min-height: 520px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.img-wrapper:hover .faq-img {
    transform: scale(1.03);
}

.glass-support-badge {
    background: rgba(11, 37, 69, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    max-width: 300px;
    z-index: 3;
}

.support-icon-box {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--brand-accent), var(--brand-accent-hover));
    color: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    box-shadow: 0 6px 16px rgba(255, 69, 0, 0.3);
}

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

/* Custom Accordion Styling */
.custom-faq-accordion .faq-card {
    background: #FFFFFF;
    border: 1px solid var(--card-border) !important;
    border-radius: 16px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
}

.custom-faq-accordion .faq-card:hover {
    border-color: rgba(255, 69, 0, 0.35) !important;
    box-shadow: 0 8px 24px rgba(11, 37, 69, 0.06);
}

.custom-faq-accordion .accordion-button {
    background-color: transparent;
    color: var(--text-dark);
    font-size: 1.05rem;
    padding: 20px 24px;
    box-shadow: none !important;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--brand-accent);
    background-color: transparent;
}

.custom-faq-accordion .accordion-button::after {
    filter: grayscale(1) opacity(0.6);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: none;
}

.custom-faq-accordion .accordion-body {
    padding: 0 24px 20px 24px;
    line-height: 1.65;
    font-size: 0.95rem;
}



/*** Testimonial ***/

.max-w-700 { max-width: 700px; }

.luxury-testimonial-section {
    background-color: var(--surface-light);
}

/* Background Radial Glow Effects */
.ambient-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.2;
    pointer-events: none;
}

.glow-1 {
    top: -80px;
    left: -80px;
    background: radial-gradient(circle, var(--brand-accent), transparent 70%);
}

.glow-2 {
    bottom: -80px;
    right: -80px;
    background: radial-gradient(circle, var(--brand-navy), transparent 70%);
}

.text-gradient {
    background: linear-gradient(135deg, var(--brand-accent) 0%, #FF7043 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Badge Styling */
.luxe-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 69, 0, 0.08);
    border: 1px solid rgba(255, 69, 0, 0.25);
    color: var(--brand-accent);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--brand-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--brand-accent);
}

/* Testimonial Card Styling */
.luxe-testimonial-card {
    background: #FFFFFF;
    border: 1px solid var(--card-border);
    border-radius: 20px;
    padding: 30px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    position: relative;
}

.luxe-testimonial-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 69, 0, 0.35);
    box-shadow: 0 12px 30px rgba(11, 37, 69, 0.08);
}

/* Rating Stars */
.star-rating {
    color: var(--star-gold);
    font-size: 0.95rem;
    display: flex;
    gap: 3px;
}

/* Quote Icon Box */
.quote-badge {
    width: 38px;
    height: 38px;
    background: rgba(255, 69, 0, 0.08);
    color: var(--brand-accent);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.luxe-testimonial-card:hover .quote-badge {
    background: var(--brand-accent);
    color: #FFFFFF;
}

/* Review Paragraph Text */
.testimonial-review-text {
    color: var(--text-dark);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

/* Card Divider */
.card-divider {
    border-top: 1px solid var(--card-border);
    opacity: 0.7;
    margin: 16px 0;
}

/* Author Profiling Layout */
.author-avatar-frame {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--brand-accent);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.author-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    min-width: 0; /* Prevents text overflow */
}

.author-name {
    color: var(--text-dark);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
}

.author-role {
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Owl Carousel Equal Heights Fix */
.testimonial-carousel .owl-stage {
    display: flex;
}

.testimonial-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}


/*** Contact ***/
.tracking-widest{
    letter-spacing: 2px;
}

.fw-black{
    font-weight: 800;
}

.transition-all{
    transition: all .4s ease;
}

.form-control,
.form-select{
    height: 58px;
    border-radius: 14px;
    box-shadow: none !important;
}

textarea.form-control{
    height: auto !important;
}

.form-control:focus,
.form-select:focus{
    border: 1px solid #1565C0;
    background: #fff !important;
}

.btn-primary{
    background: #1565C0;
    border-color: #1565C0;
}

.btn-primary:hover{
    color: #1565C0;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

/*** Footer ***/


.text-accent { color: var(--brand-accent) !important; }
.btn-accent { background-color: var(--brand-accent); color: #FFF; }
.btn-accent:hover { background-color: var(--brand-accent-hover); color: #FFF; }

.luxury-footer {
    background-color: var(--footer-bg);
    border-top: 1px solid var(--border-color);
}

/* Ambient Radial Glows */
.footer-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
    pointer-events: none;
}

.glow-left {
    top: -50px;
    left: -50px;
    background: radial-gradient(circle, var(--brand-accent), transparent 70%);
}

.glow-right {
    bottom: -50px;
    right: -50px;
    background: radial-gradient(circle, #0B2545, transparent 70%);
}

/* Column Headings */
.footer-title {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: var(--brand-accent);
    border-radius: 2px;
}

/* Contact Item Pills */
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--footer-card-bg);
    border: 1px solid var(--border-color);
    padding: 10px 14px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.footer-contact-item:hover {
    border-color: rgba(255, 69, 0, 0.4);
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(4px);
}

.contact-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 69, 0, 0.12);
    color: var(--brand-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* Social Icon Buttons */
.social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--footer-card-bg);
    border: 1px solid var(--border-color);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: var(--brand-accent);
    color: #FFFFFF;
    border-color: var(--brand-accent);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 69, 0, 0.3);
}

/* Footer Link Navigation */
.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links a i {
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgba(255, 255, 255, 0.3);
}

.footer-links a:hover {
    color: #FFFFFF;
    transform: translateX(5px);
}

.footer-links a:hover i {
    color: var(--brand-accent);
    transform: translateX(2px);
}

/* Integrated Newsletter Box */
.newsletter-box {
    position: relative;
    background: var(--footer-card-bg);
    border: 1px solid var(--border-color);
    padding: 6px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    transition: border-color 0.3s ease;
}

.newsletter-box:focus-within {
    border-color: var(--brand-accent);
}

.newsletter-input {
    background: transparent !important;
    border: none !important;
    color: #FFFFFF !important;
    padding-left: 18px !important;
    font-size: 0.88rem;
    box-shadow: none !important;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-btn {
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    white-space: nowrap;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 69, 0, 0.3);
}

.fs-xs {
    font-size: 0.78rem;
}

/* Bottom Bar Divider */
.footer-bottom {
    border-top: 1px solid var(--border-color);
    background: rgba(0, 0, 0, 0.2);
}

/* Modernized Back to Top Floating Button */
.luxe-back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 44px;
    height: 44px;
    background: var(--brand-accent);
    color: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(255, 69, 0, 0.35);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 999;
}

.luxe-back-to-top:hover {
    background: var(--brand-accent-hover);
    color: #FFFFFF;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(255, 69, 0, 0.5);
}

/* WhatsApp Floating Action Button */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 52px;
    height: 52px;
    background-color: var(--whatsapp-green);
    color: #FFFFFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: pulse-green 2s infinite;
}

.whatsapp-float:hover {
    background-color: var(--whatsapp-green-hover);
    color: #FFFFFF;
    transform: scale(1.1);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.6);
}

/* WhatsApp Hover Tooltip Tag */
.whatsapp-tooltip {
    position: absolute;
    left: 65px;
    background: rgba(11, 37, 69, 0.9);
    color: #FFFFFF;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    transform: translateX(0);
}

/* Pulsing Outer Glow Effect for WhatsApp */
@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/*blog */
.max-w-700 { max-width: 700px; }
.text-accent { color: var(--brand-accent) !important; }

.luxury-blog-section {
    background-color: var(--surface-light);
}

/* Ambient Glow Background Effects */
.ambient-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.18;
    pointer-events: none;
}

.glow-1 {
    top: -100px;
    left: -100px;
    background: radial-gradient(circle, var(--brand-accent), transparent 70%);
}

.glow-2 {
    bottom: -100px;
    right: -100px;
    background: radial-gradient(circle, var(--brand-navy), transparent 70%);
}

.text-gradient {
    background: linear-gradient(135deg, var(--brand-accent) 0%, #FF7043 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Section Tag Pill Badge */
.luxe-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 69, 0, 0.08);
    border: 1px solid rgba(255, 69, 0, 0.25);
    color: var(--brand-accent);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--brand-accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--brand-accent);
}

/* Blog Card Container */
.luxe-blog-card {
    background: #FFFFFF;
    border: 1px solid var(--card-border);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
}

.luxe-blog-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 69, 0, 0.35);
    box-shadow: 0 16px 36px rgba(11, 37, 69, 0.08);
}

/* Image Viewport Frame */
.blog-img-frame {
    height: 220px;
    background-color: #E2E8F0;
}

.blog-img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.luxe-blog-card:hover .blog-img {
    transform: scale(1.06);
}

/* Floating Category Pill */
.blog-category-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(11, 37, 69, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Article Title & Body */
.blog-title a {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: var(--brand-accent) !important;
}

.blog-excerpt {
    font-size: 0.92rem;
    line-height: 1.6;
}

.card-divider {
    border-top: 1px solid var(--card-border);
    opacity: 0.6;
    margin-bottom: 12px;
}

.author-avatar-sm {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--brand-accent);
}

/* Read More Button */
.read-more-btn {
    color: var(--brand-accent);
    transition: all 0.3s ease;
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.luxe-blog-card:hover .read-more-btn {
    color: var(--brand-navy);
}

.luxe-blog-card:hover .read-more-btn i {
    transform: translateX(4px);
}
