
	


:root {
    --brand-indigo: #330099; /* Your Official Business Color */
    --navy-dark: #050a18;
    --light-bg: #f8f9fc;    /* The Professional Light Background */
    --gold: #ffd700;
    --white: #ffffff;
    --text-dark: #1a1a1a;
}

        /*body { background: var(--off-white); color: var(--slate-900); font-family: 'Inter', sans-serif; margin: 0; }*/

.blp-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* HERO - Indigo Gradient */
.blp-about-hero { 
    background: linear-gradient(135deg, var(--brand-indigo) 0%, var(--navy-dark) 100%);
    padding: 120px 0 80px;
    text-align: center;
}
.blp-tag { color: var(--gold); letter-spacing: 2px; font-weight: 700; font-size: 11px; text-transform: uppercase; }
.blp-title { font-size: 48px; color: #fff; margin: 20px 0; font-weight: 800; }
.blp-accent { color: var(--gold); }
.blp-lead { color: rgba(255,255,255,0.8); max-width: 800px; margin: 0 auto; line-height: 1.8; font-size: 18px; }

/* DARK PHILOSOPHY SECTION */
.blp-philosophy { background: var(--navy-dark); padding: 80px 0; }
.blp-split-card { display: flex; background: #0a1122; border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); }
.blp-card-text { flex: 1; padding: 50px; }
.blp-card-text h3 { color: #fff; margin-bottom: 20px; }
.blp-checklist { list-style: none; padding: 0; color: #fff; }
.blp-checklist li { margin-bottom: 12px; font-size: 16px; }
.blp-checklist li:before { content: '✓'; color: var(--gold); margin-right: 12px; }
.blp-card-image { flex: 1; }
.blp-card-image img { width: 100%; height: 100%; object-fit: cover; }

/* OFFICIAL LIGHT SECTION */
.blp-official-light { background: var(--light-bg); padding: 80px 0; }
.dark-text { color: var(--text-dark); text-align: center; margin-bottom: 40px; font-weight: 800; }
.row-flex { display: flex; gap: 30px; }
.blp-col { flex: 1; }

.blp-support-card { background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.support-step { padding: 15px 0; border-bottom: 1px solid #eee; color: var(--text-dark); }
.support-step:last-child { border: none; }
.support-step span { 
    background: var(--brand-indigo); color: #fff; width: 25px; height: 25px; 
    display: inline-flex; align-items: center; justify-content: center; 
    border-radius: 50%; font-size: 12px; margin-right: 15px; 
}

.blp-ideal-card { background: var(--brand-indigo); color: #fff; padding: 30px; border-radius: 15px; }
.blp-ideal-card h4 { color: var(--gold); margin-bottom: 20px; }
.blp-light-list { list-style: square; padding-left: 20px; line-height: 2; }

/* VALUES BAR */
.blp-values-bar { background: var(--brand-indigo); padding: 40px 0; }
.blp-values-inner { display: flex; justify-content: space-between; gap: 20px; }
.val-item { color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }

/* COMPLIANCE FOOTER */
.blp-trust-card { 
    max-width: 800px; margin: 0 auto; padding: 50px; 
    background: rgba(255,255,255,0.02); border-radius: 20px; border: 1px solid var(--brand-indigo);
}
.blp-trust-card h3 { color: #fff; margin-bottom: 20px; }
.blp-trust-card p { color: rgba(255,255,255,0.6); }
.blp-badges { display: flex; justify-content: center; gap: 15px; margin: 30px 0; }
.badge { border: 1px solid var(--gold); color: var(--gold); padding: 8px 20px; border-radius: 50px; font-size: 12px; font-weight: 700; }

@media (max-width: 768px) {
    .row-flex, .blp-split-card, .blp-values-inner { flex-direction: column;  }
    .blp-title { font-size: 32px; }
    .blp-values-inner { gap: 10px; }
}

	

/* Scope: BL Authority & Payments Dark */
.bl-authority-section.dark-mode {
    padding: 30px 0;
    /* Deep gradient from your Indigo to a darker Navy */
    background: linear-gradient(180deg, #1a004d 0%, #0d0026 100%); 
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}

.bl-auth-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

 

/* Responsive */
@media (max-width: 850px) {
    .bl-brand-row { flex-direction: column; gap: 40px; }
    .bl-auth-divider { display: none; }
    .bl-protection-tags { flex-direction: column; align-items: center; }
    .bl-payment-icons { gap: 20px; font-size: 35px; }
}










:root {
    --brand-blue: #0066ff;
    --brand-cyan: #00d4ff;
    --brand-green: #00b67a;
    --dark-bg: #030712;
}

.adv-trust-section {
    padding: 30px 0;
    background: var(--dark-bg);
    position: relative;
    overflow: hidden;
}

/* Subtle background glow effect */
.adv-trust-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.15) 0%, transparent 70%);
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
}

.adv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.adv-bento-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 15px;
}

/* Base Card Styling with Glassmorphism */
.adv-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.adv-card:hover {
    border-color: var(--brand-blue);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}

/* Rating Item Specifics */
.adv-rating-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.rating-item img { width: 65px; margin-bottom: 5px; filter: brightness(0) invert(1); }
.tp-brand { color: #fff; font-weight: 800; font-size: 14px; display: block; margin-bottom: 5px; }
.stars { color: var(--brand-cyan); font-size: 10px; letter-spacing: 2px; }
.tp-stars { color: var(--brand-green); }
.rating-item span:last-child { color: rgba(255,255,255,0.5); font-size: 11px; font-weight: 600; }
.v-line { width: 1px; height: 50px; background: rgba(255,255,255,0.1); }

/* Protection Card Specifics */
.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 212, 255, 0.1);
    color: var(--brand-cyan);
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 50px;
    width: fit-content;
    margin-bottom: 10px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background: var(--brand-cyan);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.protection-card h3 { color: #fff; font-size: 16px; margin: 0 0 5px 0; }
.protection-card p { color: rgba(255,255,255,0.5); font-size: 12px; margin: 0; white-space: nowrap; }

/* Payment Card Specifics */
.pay-icons {
    display: flex;
    gap: 15px;
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
    justify-content: center;
}

.legal-mini { color: rgba(255,255,255,0.4); font-size: 11px; text-align: center; margin: 0; }

@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(0, 212, 255, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 212, 255, 0); }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .adv-bento-grid { grid-template-columns: 1fr; }
    .adv-card { padding: 25px; }
}



:root {
    --brand-indigo: #330099;
    --accent-orange: #ff4500;
}

/* HERO WRAPPER */
.blp-hero-wrapper {
    position: relative;
    width: 100%;
    height: 650px; /* Professional height */
    background: #000;
    overflow: hidden;
   
}

.main-hero-slider {
    width: 100%;
    height: 100%;
}

/* SLIDE BACKGROUND */
.slide-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* VERTICAL CENTERING */
.hero-slide-item {
    display: flex !important;
    align-items: center; /* This keeps the card in the middle vertically */
    justify-content: flex-start;
    height: 100%;
}

.slide-overlay-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* THE FLOATING CARD */
.slide-content-card {
    background: rgba(0, 0, 0, 0.55); 
    /*backdrop-filter: blur(10px);*/
    /*-webkit-backdrop-filter: blur(10px);*/
    padding: 40px;
    max-width: 540px;
    border-radius: 4px;
    color: #fff;
    margin: 20px 0; /* Prevents sticking to top/bottom */
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.slide-title { font-size: 34px; line-height: 1.2; margin-bottom: 15px; font-weight: 700; }
.slide-subtitle { font-size: 16px; margin-bottom: 25px; opacity: 0.9; }

/* ORANGE ARROW BUTTON */
.btn-discover {
    display: inline-flex;
    align-items: center;
    background: #2d2d2d;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}
.btn-discover span { padding: 12px 20px; font-weight: 600; }
.btn-arrow { background: var(--accent-orange); padding: 12px 18px; font-weight: bold; }

/* NAVIGATION BUTTONS */
.nav-container {
    position: absolute;
    bottom: 30px;
    right: 40px;
    display: flex;
    gap: 15px;
    z-index: 20;
}

.custom-nav {
    position: static !important;
    width: 45px !important;
    height: 45px !important;
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 50%;
    color: #fff !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.custom-nav:hover {
    background: var(--brand-indigo) !important;
    border-color: var(--brand-indigo) !important;
}

.custom-nav::after { font-size: 16px !important; font-weight: bold; }

/* TOP RIGHT RATING BADGE */
.top-right-rating {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #00b67a;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    z-index: 20;
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    .blp-hero-wrapper { height: auto; }
    .hero-slide-item { flex-direction: column; align-items: stretch; }
    .slide-bg-image { position: relative; height: 300px; width: 100%; }
    .slide-overlay-container { padding: 0; }
    .slide-content-card {
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        background: #2d2d2d;
        padding: 30px 20px;
        backdrop-filter: none;
    }
    .nav-container { top: 240px; right: 20px; bottom: auto; }
    .custom-nav { width: 38px !important; height: 38px !important; }
}

/* Responsive Typography for the Slider */
@media (max-width: 991px) {
    .slide-title {
        font-size: 28px; /* Slightly smaller for tablets */
    }
}

@media (max-width: 768px) {
    .slide-title {
        font-size: 24px; /* Perfectly sized for mobile phones */
        margin-bottom: 10px;
    }
    
    .slide-subtitle {
        font-size: 14px; /* Keeps the description readable but compact */
        margin-bottom: 20px;
    }

    .btn-discover span {
        padding: 10px 15px; /* Smaller button for mobile touch targets */
        font-size: 14px;
    }
}


/* Responsive Scaling */
@media (max-width: 1024px) {
    .mt-full-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .mt-full-grid {
        grid-template-columns: 1fr;
    }
    .mt-card {
        height: 250px; /* Even shorter on mobile */
    }
}




.prime-bespoke-section {
    padding: 100px 0;
    background: #ffffff; /* Keeping white for that clean Scott Dunn gallery look */
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.prime-bespoke-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

/* Left Content Area */
.prime-bespoke-content {
    flex: 1;
    min-width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prime-bespoke-tag {
    color: #4f46e5;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.prime-bespoke-content h2 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    color: #0a0a0b;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
}

.prime-bespoke-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 35px;
    max-width: 480px;
}

.prime-bespoke-btn {
    display: inline-block;
    width: fit-content;
    padding: 16px 35px;
    border: 2px solid #111;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
}

.prime-bespoke-btn:hover {
    background: #111;
    color: #fff;
}

/* Right Grid Area */
.prime-bespoke-grid {
    flex: 1.8;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.prime-grid-item {
    position: relative;
    height: 350px; /* Increased height for premium feel */
    overflow: hidden;
    border-radius: 4px;
}

.prime-grid-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.prime-grid-item:hover .prime-grid-img {
    transform: scale(1.1);
}

.prime-grid-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    transition: 0.3s;
}

.prime-grid-overlay h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Responsive Scaling */
@media (max-width: 1200px) {
    .prime-bespoke-container { flex-direction: column; }
    .prime-bespoke-content { min-width: 100%; text-align: center; align-items: center; margin-bottom: 40px; }
}

@media (max-width: 768px) {
    .prime-bespoke-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 images side-by-side on mobile */
        gap: 10px;
    }
    .prime-grid-item { height: 280px; }
    .prime-bespoke-content h2 { font-size: 34px; }
}


/* 1. SECTION & LAYOUT */
.bs-journey-section { 
    padding: 60px 0; 
    background-color: #fcfcfc; 
}

.bs-container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

.bs-combined-layout { 
    display: flex; 
    gap: 40px; 
    align-items: center; 
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    border: 1px solid #eee;
}

.bs-main-content { flex: 2; }

.bs-contact-sidebar { 
    flex: 1; 
    border-left: 1px solid #eee; 
    padding-left: 40px; 
}

/* 2. HEADER STYLING */
.bs-tag { 
    font-size: 11px; 
    font-weight: 800; 
    color: #330099; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
}

.bs-title { 
    font-size: 28px; 
    font-weight: 800; 
    color: #111; 
    margin: 5px 0 30px; 
}

.bs-highlight { color: #330099; }

/* 3. CENTERED STEPS ROW */
.bs-steps-row { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px; 
    text-align: center; 
}

.bs-h-step { 
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: flex-start;
}

.bs-h-node { 
    width: 50px; 
    height: 50px; 
    border-radius: 14px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: #fff; 
    font-size: 20px; 
    margin-bottom: 20px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Step Colors */
.color-1 { background: linear-gradient(135deg, #0066ff, #00c6ff); }
.color-2 { background: linear-gradient(135deg, #330099, #6633ff); }
.color-3 { background: linear-gradient(135deg, #ff4500, #ff8c00); }

.bs-h-content {
    max-width: 250px; 
    margin: 0 auto;
}

.bs-h-content h4 { 
    font-size: 17px; 
    font-weight: 700; 
    margin-bottom: 10px; 
    color: #111; 
}

.bs-h-content p { 
    font-size: 13px; 
    color: #666; 
    line-height: 1.5; 
    margin: 0; 
}

/* 4. CONTACT SIDEBAR STYLING */
.bs-mini-label { 
    font-size: 10px; 
    font-weight: 700; 
    color: #ff4500; 
    text-transform: uppercase; 
    display: block; 
    margin-bottom: 8px; 
}

.bs-contact-card h3 { 
    font-size: 20px; 
    font-weight: 800; 
    margin: 0 0 10px; 
    color: #111; 
}

.bs-contact-card p { 
    font-size: 14px; 
    color: #555; 
    line-height: 1.5; 
    margin-bottom: 20px; 
}

.bs-phone-link { 
    display: inline-flex; 
    align-items: center; 
    gap: 10px; 
    font-size: 22px; 
    font-weight: 800; 
    color: #111; 
    text-decoration: none; 
    transition: 0.3s; 
}

.bs-phone-link i { color: #0066ff; font-size: 18px; }

.bs-phone-link:hover { color: #0066ff; }

.bs-hours { 
    font-size: 13px; 
    color: #999; 
    margin-top: 10px; 
    font-weight: 600; 
}

/* 5. RESPONSIVE QUERIES */
@media (max-width: 1024px) {
    .bs-combined-layout { 
        flex-direction: column; 
        padding: 30px; 
    }
    .bs-contact-sidebar { 
        border-left: none; 
        border-top: 1px solid #eee; 
        padding-left: 0; 
        padding-top: 30px; 
        width: 100%; 
        text-align: center; /* Center contact info on tablet/mobile */
    }
    .bs-phone-link { justify-content: center; }
}

@media (max-width: 768px) {
    .bs-steps-row { 
        grid-template-columns: 1fr; 
        gap: 40px; 
    }
    .bs-title { font-size: 24px; }
}













.bl-prime-why { padding: 40px 0; background: #fff; overflow: hidden; }

.bl-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.bl-carousel-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }

.vivid-tag { color: #330099; font-weight: 800; font-size: 11px; text-transform: uppercase; }

.bl-carousel-header h2 { font-size: 26px; font-weight: 800; margin: 0; }

.bl-carousel-nav { display: flex; gap: 8px; }

.nav-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #ddd; background: #fff; cursor: pointer; transition: 0.3s; }

.nav-btn:hover { background: #0066ff; color: #fff; border-color: #0066ff; }

.bl-carousel-viewport { overflow: hidden; }

.bl-carousel-inner {
    display: flex;
    gap: 20px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); /* Essential for auto-play look */
}

.bl-horizontal-item {
    min-width: calc(25% - 15px); /* (100% / 4) minus shared gap */
    display: flex;
    align-items: center; /* Keeps icon and text on the same line */
    gap: 15px;
    padding: 15px;
    background: #fcfcfc;
    border-radius: 12px;
}

.bl-icon-wrap {
    flex-shrink: 0; /* Prevents icon from squishing */
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.icon-blue { background: linear-gradient(135deg, #0066ff, #00d4ff); }
.icon-purple { background: linear-gradient(135deg, #6633ff, #9900ff); }
.icon-orange { background: linear-gradient(135deg, #ff4d00, #ff9900); }
.icon-green { background: linear-gradient(135deg, #00b67a, #00d084); }

.bl-text-content h4 { font-size: 15px; font-weight: 700; margin: 0 0 2px 0; color: #111; }
.bl-text-content p { font-size: 14px; color: #666; margin: 0; line-height: 1.3; }


/* Mobile: Exactly 2 Items */
@media (max-width: 768px) {
    .bl-horizontal-item {
    min-width: calc(70% - 10px); /* (100% / 2) minus shared gap */
    }
    
}






.blv-visa-section { padding: 80px 0; background: #f5f6fa; color: #fff; overflow: hidden; }

.blv-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

.blv-header-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 35px; }

.blv-mini-title {    color: #4f46e5;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;}

.blv-main-title { font-size: 45px;
    line-height: 1.1;
    font-weight: 800;
    color: #0a0a0b;
    margin-bottom: 25px;
    letter-spacing: -1.5px; }

.blv-controls-top { display: flex; gap: 12px; }

.blv-top-btn {
    width: 48px; 
    height: 48px; 
    border-radius: 50%; 
    border: 1px solid #f5f6fa; /* Using your requested color */
    background: rgba(245, 246, 250, 0.05); /* Subtle tint of your color */
    color: #f5f6fa; /* Using your requested color */
    cursor: pointer; 
    transition: all 0.3s ease;
    display: flex; 
    align-items: center; 
    justify-content: center;
    font-size: 18px;
    outline: none;
}

.blv-top-btn:hover { 
    background: #f5f6fa; /* Inverts on hover */
    color: #050a18; /* Dark background color for contrast */
    border-color: #f5f6fa; 
    transform: translateY(-2px); 
    box-shadow: 0 4px 12px rgba(245, 246, 250, 0.2);
}

/* Ensure the icons inside use the color if you use font-awesome */
.blv-top-btn i {
    color: inherit; 
}

.blv-viewport { overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding-bottom: 20px; }
.blv-viewport::-webkit-scrollbar { display: none; }
.blv-list { display: flex; gap: 25px; width: max-content; }

/* Increased Card Width */
.blv-item { width: 320px; flex-shrink: 0; }
.blv-card { 
    position: relative; 
    height: 350px; /* Taller cinematic height */
    border-radius: 0px; 
    overflow: hidden; 
    background: #0a1122;
    transition: transform 0.4s ease;
}

.blv-card:hover { transform: scale(1.02); }

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

.blv-card:hover img { transform: scale(1.1); }

/* Improved Gradient and Description Text */
.blv-info { 
    position: absolute; 
    inset: 0; 
    background: linear-gradient(to top, rgba(5,10,24,0.7) 0%, rgba(5,10,24,0.4) 40%, transparent 100%); 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-end; 
    padding: 25px; 
}

.blv-info h4 { 
    font-size: 22px; 
    margin: 0 0 8px 0; 
    color: #fff; 
    font-weight: 700; 
}

.blv-info p { 
    font-size: 14px; 
    color: rgba(255,255,255,0.8); 
    margin: 0; 
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 767px) {
    .blv-item { width: 260px; } /* Mobile cards still large enough to be clear */
  
    .blv-main-title { font-size: 30px; }
    .blv-header-row { align-items: center; }
}


/* === MOBILE LAYOUT FIX === */
@media (max-width: 767px) {
    /* Ensure the container holds items side-by-side */
    .nav-toggler {
        display: flex !important;
        flex-direction: row !important; /* Force side-by-side */
        align-items: center !important;
        justify-content: flex-end !important;
        float: none !important; /* Kill theme floats */
    }

    /* Request Callback Button Styling */
    .mobile-callback {
        display: block !important;
        background: #330099; 
        color: #fff !important;
        padding: 8px 12px;
        border-radius: 50px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        margin-right: 15px !important; /* Space between button and Menu */
        white-space: nowrap; /* Prevent text wrapping */
    }

    /* Vertical Menu Text + Icon */
    .hidden-bar-opener {
        display: flex !important;
        flex-direction: column !important; /* Stack "MENU" over Bars */
        align-items: center !important;
        background: none !important;
        border: none !important;
        padding: 0 !important;
    }

    .mob-menu-label {
        font-size: 9px;
        font-weight: 800;
        color: #111;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 2px;
    }

    .nav-toggler .icon img, 
    .nav-toggler .icon i {
        display: block !important;
        width: 22px;
        height: auto;
        font-size: 20px;
    }
}


.callback {color: #330099 !important; }

/* Desktop Protection */
@media (min-width: 768px) {
    .mobile-callback, .mob-menu-label {
        display: none !important;
    }
}

.ins-grid-section {
    padding: 80px 0;
    background-color: #fcfcfc;
   
}

.ins-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ins-header {
    text-align: center;
    margin-bottom: 50px;
}

.ins-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.ins-subtitle {
    color: #666;
    font-size: 16px;
}

/* Grid Layout */
.ins-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 20px;
}

.ins-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

/* Item Sizing */
.ins-large {
    grid-column: span 2;
    grid-row: span 2;
}

.ins-tall {
    grid-row: span 2;
}

.ins-card {
    width: 100%;
    height: 100%;
    position: relative;
}

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

/* Hover Effects */
.ins-item:hover img {
    transform: scale(1.1);
}

.ins-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
    transition: all 0.3s ease;
}

.ins-tag {
    background: #330099;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.ins-overlay h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.ins-overlay p {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 15px;
}

.ins-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid #e63946;
}

/* Responsive */
@media (max-width: 992px) {
    .ins-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ins-grid {
        display: flex;
        flex-direction: column;
    }
    .ins-item {
        height: 300px;
    }
    .ins-title {
        font-size: 28px;
    }
}

.prime-profile-section {
    /* Fluid padding: less on mobile (50px), more on desktop (90px) */
    padding: clamp(50px, 10vw, 90px) 0;
    background-color: #f4f7f9;
}

.profile-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.profile-row {
    display: flex;
    align-items: center;
    gap: 40px; /* Reduced gap for better flow */
}

/* Content Side */
.profile-content {
    flex: 1.2;
}

.profile-mini-logo {
    height: 35px; /* Slightly smaller logo for mobile */
    margin-bottom: 20px;
}

.profile-title {
    /* Responsive font: 26px on small mobile, 40px on desktop */
    font-size: clamp(26px, 6vw, 40px);
    line-height: 1.2;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.profile-title span {
    color: #330099;
}

.profile-lead {
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.profile-text {
    font-size: clamp(14px, 3.5vw, 16px);
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.vetted-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #28a745;
}

.vetted-badge span {
    font-weight: 700;
    font-size: 12px;
}

/* Services Side */
.profile-services-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.service-box {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #eee;
}

.service-inner i {
    font-size: 28px;
    color: #330099;
    margin-top: 20px;
}

.service-inner h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.service-inner p {
    font-size: 12px;
    color: #888;
}

/* === MOBILE VIEW FIXES (Max 992px) === */
@media (max-width: 992px) {
    .profile-row {
        flex-direction: column; /* Stacks text on top of boxes */
        text-align: center;    /* Centers all text for a clean look */
    }

    .profile-content {
        order: 1; /* Text comes first */
        margin-bottom: 30px;
    }

    .profile-services-grid {
        order: 2; /* Boxes come second */
        width: 100%;
        gap: 10px; /* Tighter gap on mobile */
    }

    .vetted-badge {
        justify-content: center; /* Centers the checkmark badge */
    }

    .profile-mini-logo {
        margin-left: auto;
        margin-right: auto;
    }
}

/* === SMALL MOBILE FIXES (Max 480px) === */
@media (max-width: 480px) {
    .profile-services-grid {
        /* Keeps it 2 columns so the section isn't too tall */
        grid-template-columns: repeat(2, 1fr); 
    }
    
    .service-box {
        padding: 15px 10px; /* Compact padding */
    }

    .service-inner i {
        font-size: 24px;
    }

    .service-inner h4 {
        font-size: 13px;
    }
}


/* COMPACT TRUST & FOOTER COMBO - ENHANCED SIZES */
.footer-compact {
    background: #050a18;
    color: #fff;
    padding: 70px 0 40px;
    font-family: 'Inter', sans-serif;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 30px;
    align-items: start;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 50px;
}

/* Review Links Styling */
.review-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.review-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.05);
    padding: 16px 20px; /* Larger padding */
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    font-size: 15px; /* Increased font size */
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.1);
}
.review-btn:hover { 
    background: rgba(255,255,255,0.1); 
    border-color: #ff4500; 
    transform: translateY(-2px);
}
.review-btn img { height: 22px; } /* Larger Google Logo */
.review-btn i { color: #00b67a; font-size: 22px; } /* Larger TP Star */

/* Protection Card */
.protection-box {
    background: rgba(255,255,255,0.03);
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid #ff4500;
}
.protection-box h4 { font-size: 18px; margin: 0 0 10px 0; color: #fff; font-weight: 700; }
.protection-box p { font-size: 14px; opacity: 0.8; margin: 0; line-height: 1.6; }

/* Payment Icons - Significantly Bigger */
.pay-icons {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    opacity: 0.7;
}
.pay-icons i {
    font-size: 38px; /* High visibility size */
    transition: 0.3s;
}
.pay-icons i:hover {
    opacity: 1;
    color: #fff;
}

.footer-bottom {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px; /* Increased bottom font */
    opacity: 0.7;
}

.footer-contact-info { list-style: none; padding: 0; margin: 25px 0; }
.footer-contact-info li { font-size: 16px; margin-bottom: 12px; display: flex; align-items: center; gap: 12px; }
.footer-contact-info a { color: #fff; text-decoration: none; transition: 0.3s; }
.footer-contact-info a:hover { color: #ff4500; }

@media (max-width: 991px) {
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 20px; }
}


/* --- BL PRIME COMPONENT WRAPPER --- */
/* We use a specific section class so the background gradient doesn't override your whole website */
.bl-prime-discovery-section {
    position: relative;
    background-color: #070708;
    /* Professional Radial Mixing */
    background-image: radial-gradient(circle at top, #16153a 0%, #070708 60%);
    padding-bottom: 80px;
    overflow: hidden;
}

/* --- CATEGORY BOXES (Professional Glassmorphism) --- */
.bl-cat-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.bl-cat-box {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.bl-cat-box:hover {
    border-color: #4f46e5;
    background: rgba(79, 70, 229, 0.05); /* Mixes primary color on hover */
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(79, 70, 229, 0.15);
}

.bl-cat-tag {
    color: #4f46e5;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}

.bl-cat-box h2 {
    font-size: 34px;
    margin: 0 0 15px 0;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff;
}

.bl-cat-box p {
    color: #94a3b8;
    font-size: 15px;
    margin-bottom: 25px;
    min-height: 60px;
    line-height: 1.6;
}

.bl-cat-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 25px;
}

.bl-cat-links span {
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}

.bl-cat-links span:hover { color: #4f46e5; }

.bl-explore-btn {
    background: #fff;
    color: #000;
    border: none;
    padding: 14px 0;
    width: 100%;
    border-radius: 50px;
    font-weight: 800;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- SMALLER DESTINATION CARDS --- */
.bl-expansion-grid {
    display: none; 
    padding: 20px 20px 80px;
}

.bl-grid-inner {
    display: grid;
    /* Grid set to 220px to make items smaller and more numerous per row */
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px; 
    max-width: 1200px;
    margin: 0 auto;
}

.bl-dest-card {
    background: #111113;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.bl-dest-card:hover { 
    border-color: #4f46e5;
    transform: scale(1.03);
}

.bl-card-img { 
    width: 100%; 
    height: 220px; /* Reduced height for smaller boxes */
    object-fit: cover; 
}

.bl-card-body { 
    padding: 12px; 
    text-align: center; 
}

.bl-card-body h4 { 
    margin: 0; 
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
}

/* --- CHOICE MODAL --- */
.blp-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.blp-choice-card {
    background: #0f0f11;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    width: 90%;
    max-width: 380px;
}

/* --- RESPONSIVE FIXES --- */
@media (max-width: 992px) {
    .bl-cat-container { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 600px) {
    .bl-grid-inner { 
        grid-template-columns: repeat(2, 1fr); /* 2 items side-by-side on mobile */
        gap: 10px; 
    }
    .bl-card-img { height: 160px; } /* Smaller images for mobile grid */
    .bl-cat-box h2 { font-size: 28px; }
}