 /* ===== Brand Services Section ===== */
.our-services-brand {
    padding: 100px 0;
    background: linear-gradient(135deg, #000814, #001d3d);
    color: #ffffff;
}

/* Section Title */
.services-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: var(--brand-yellow);
    letter-spacing: 1px;
    position: relative;
}

.services-title::after {
    content: "";
    width: 90px;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--brand-blue),
        var(--brand-yellow),
        var(--brand-red)
    );
    display: block;
    margin: 18px auto 0;
    border-radius: 3px;
}

/* Service Card */
.service-card-brand {
    background: #020617;
    padding: 40px 28px;
    border-radius: 22px;
    text-align: center;
    height: 100%;
    transition: all 0.45s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 204, 0, 0.15);
}

.service-card-brand:hover {
    transform: translateY(-14px);
    border-color: var(--brand-yellow);
}

/* Icons */
.service-icon {
    width: 78px;
    height: 78px;
    background: linear-gradient(
        135deg,
        var(--brand-yellow),
        var(--brand-red)
    );
    color: #000;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 25px;
    box-shadow: 0 12px 30px rgba(255, 204, 0, 0.6);
}

/* Text */
.service-card-brand h3 {
    font-size: 20px;
    color: var(--brand-yellow);
    margin-bottom: 15px;
    font-weight: 600;
}

.service-card-brand p {
    font-size: 15.5px;
    color: #d1d5db;
    line-height: 1.7;
}

/* Reveal Animation */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}


.certifications {
    padding: 60px 20px;
    background: #003a8f;
}

.cert-grid {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.cert-grid img {
    max-height: 55px;
    opacity: 0.65;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.cert-grid img:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.05);
}
.journey {
    padding: 120px 20px;
    background: #f9fbff;
    text-align: center;
}

.journey h2 {
    font-size: 38px;
    color: var(--brand-blue);
    margin-bottom: 60px;
}

.timeline {
    max-width: 800px;
    margin: auto;
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--brand-yellow);
}

.event {
    margin-bottom: 40px;
    text-align: left;
}

.event span {
    font-weight: 700;
    color: var(--brand-blue);
}

.event p {
    margin-top: 6px;
    color: var(--text-dark);
}
.founder {
    padding: 120px 20px;
    background: #003a8f;
}

.founder-card {
    max-width: 900px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.1);
}

.founder-card img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--brand-yellow);
}

.founder-text h3 {
    color: var(--brand-blue);
    margin-bottom: 12px;
}

.founder-text p {
    line-height: 1.7;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .founder-card {
        flex-direction: column;
        text-align: center;
    }
}

 

 
 /* VERIFIED BADGE – LUXURY DARK */
.verified-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #0f0f30; /* dark card */
    padding: 15px 20px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(255,204,0,0.15); /* subtle gold glow */
    color: #d1d5db; /* soft gray text */
}

.verified-badge img {
    width: 28px;
    filter: brightness(0) invert(1); /* make icons white for dark bg if needed */
}

.verified-badge span {
    font-weight: 600;
    color: var(--brand-yellow); /* gold text for luxury feel */
}

/* CLIENT INFO – LUXURY DARK */
.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.client-info img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--brand-yellow); /* gold outline for photo */
}

.client-info strong {
    color: var(--brand-yellow); /* gold client name */
    display: block;
}

.client-info span {
    font-size: 13px;
    color: #a0aec0; /* muted gray for role/position */
}

/* MOBILE */
@media (max-width: 768px) {
    .review-summary {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
}


 /* VIDEO TESTIMONIALS – LUXURY DARK */
.video-testimonials {
    max-width: 1100px;
    margin: 100px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* VIDEO CARD */
.video-card {
    background: #0f0f30; /* dark luxury card */
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.7); /* deeper shadow for luxury feel */
    color: #d1d5db; /* soft gray text */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 45px 90px rgba(255,204,0,0.15); /* subtle gold glow on hover */
}

/* VIDEO ELEMENT */
.video-card video {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5); /* subtle inner shadow */
}

/* VIDEO CAPTION */
.video-card span {
    display: block;
    margin-top: 12px;
    color: var(--brand-yellow); /* gold text for name/title */
    font-weight: 600;
    font-size: 15px;
}

/* STARS INSIDE VIDEO CARD */
.video-card .stars {
    color: var(--brand-yellow);
    margin-bottom: 12px;
}

/* MOBILE */
@media (max-width: 900px) {
    .video-testimonials {
        grid-template-columns: 1fr;
    }
}


/* MOBILE */
@media (max-width: 768px) {
    .video-testimonials {
        grid-template-columns: 1fr;
    }
}




.trust-logos {
    padding: 70px 20px;
    background: #f9fbff;
    text-align: center;
}

.logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.logos-container img {
    height: 60px;
    filter: grayscale(70%);
    transition: all 0.3s ease;
    cursor: default;
}

.logos-container img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

/* CASE STUDIES – LUXURY DARK */
.case-studies {
    position: relative;
    padding: 120px 20px;
    background: linear-gradient(to bottom, #0a0a23, #001d3d);
    text-align: center;
    color: #d1d5db;
    overflow: hidden;
}

   /* Faint gold/world map overlay */
.case-studies::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../assets/images/background-vintage.png') center/cover no-repeat;
    opacity: 0.03;
    pointer-events: none;
    z-index: 0;
}
/* SECTION TITLE */
.case-studies h2 {
    font-size: 38px;
    color: var(--brand-yellow);
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

/* GRID */
.cases-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    position: relative;
    z-index: 1;
}

/* CASE CARD */
.case-card {
    position: relative;
    background: #0f0f30;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.7);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding-bottom: 20px;
}

/* HOVER EFFECT */
.case-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 45px 90px rgba(255,204,0,0.15);
}

/* BADGES */
.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--brand-yellow);
    color: #0f0f30;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

/* IMAGE */
.case-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-bottom: 3px solid var(--brand-yellow);
}

/* HEADINGS */
.case-card h3 {
    color: var(--brand-yellow);
    margin: 20px 0 10px;
    border-bottom: 2px solid var(--brand-yellow);
    padding-bottom: 8px;
}

/* PARAGRAPH */
.case-card p {
    font-size: 15px;
    color: #d1d5db;
    padding: 0 15px 20px;
    line-height: 1.7;
}

/* FADE-IN SCROLL ANIMATION */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .cases-container {
        grid-template-columns: 1fr;
    }
}


/* MOBILE */
@media (max-width: 900px) {
    .cases-container {
        grid-template-columns: 1fr;
    }
}
.booking-cta {
    position: relative;
    padding: 120px 20px;
    text-align: center;
    color: #fff;
}

.cta-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cta-background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 2;
}

.cta-content {
    position: relative;
    z-index: 3;
}

.booking-cta h2 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #fff;
}

.booking-cta p {
    font-size: 18px;
    margin-bottom: 25px;
}

.booking-cta .btn {
    padding: 15px 30px;
    font-size: 17px;
}

/* MOBILE */
@media (max-width: 768px) {
    .booking-cta h2 { font-size: 30px; }
    .booking-cta p { font-size: 16px; }
}




 
/* POWERPOINT-STYLE SECTION */
.impl-plan-slide {
    padding: 120px 20px;
    background: linear-gradient(to bottom, #00215c, #001640);
    text-align: center;
    color: #ffffff;
    position: relative;
}

/* GOLD STRIP */
.gold-strip {
    height: 8px;
    width: 100%;
    background: linear-gradient(
        to right,
        var(--brand-yellow),
        #ffe066,
        var(--brand-yellow)
    );
    position: absolute;
    top: 0;
    left: 0;
}

/* TITLE */
.impl-plan-slide h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

/* GRID */
.impl-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255,255,255,0.15);
}

/* CARD */
.impl-card {
    background: #f5f5f5;
    color: #111;
    padding: 38px 30px;
    text-align: left;
    border-right: 2px solid var(--brand-blue);
    position: relative;
}

.impl-card:last-child {
    border-right: none;
}

/* ICON */
.phase-icon {
    font-size: 34px;
    margin-bottom: 15px;
}

/* HEADINGS */
.impl-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--brand-blue);
    margin-bottom: 6px;
}

.phase-date {
    display: block;
    font-size: 14px;
    color: var(--brand-blue);
    font-weight: 600;
    margin-bottom: 18px;
}

/* LIST */
.impl-card ul {
    padding-left: 18px;
}

.impl-card ul li {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.6;
}

/* SUBTLE HOVER */
.impl-card:hover {
    background: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .impl-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .impl-card {
        border-right: none;
        border-bottom: 2px solid var(--brand-blue);
    }
}

@media (max-width: 600px) {
    .impl-grid {
        grid-template-columns: 1fr;
    }
}


/* BASE REVEAL */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* DELAYS */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.5s; }
.delay-4 { transition-delay: 0.7s; }

/* PROGRESS BAR */
.progress-bar-wrapper {
    max-width: 1100px;
    margin: 0 auto 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-step {
    text-align: center;
    position: relative;
}

.progress-step span {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--brand-blue);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: auto;
    border: 3px solid var(--brand-yellow);
}

.progress-step p {
    margin-top: 10px;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.progress-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(
        to right,
        var(--brand-yellow),
        rgba(255,255,255,0.4)
    );
    margin: 0 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .progress-bar-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .progress-line {
        width: 2px;
        height: 40px;
        margin: 0;
    }
}
.phase-icon svg {
    width: 36px;
    height: 36px;
    fill: var(--brand-blue);
    margin-bottom: 16px;
}




.financial-section {
    padding: 120px 20px;
    background: linear-gradient(135deg, #021b5c, #03123a);
    color: #ffffff;
}

.financial-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.financial-section .subtitle {
    text-align: center;
    color: #d4af37;
    margin-bottom: 70px;
    font-weight: 500;
}

/* GRID */
.finance-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

/* BUDGET CARD */
.budget-card {
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}

.budget-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 22px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.budget-row span {
    font-size: 15px;
}

.budget-row strong {
    color: #ffffff;
}

.budget-total {
    display: flex;
    justify-content: space-between;
    padding: 20px 22px;
    background: #d4af37;
    color: #021b5c;
    font-weight: 700;
    font-size: 17px;
}

/* GROWTH GRAPH */
.growth-card {
    position: relative;
    height: 280px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.bars span {
    width: 38px;
    background: #ffffff;
    border-radius: 6px 6px 0 0;
}

.bars span:nth-child(1) { height: 60px; opacity: 0.4; }
.bars span:nth-child(2) { height: 100px; opacity: 0.6; }
.bars span:nth-child(3) { height: 140px; opacity: 0.75; }
.bars span:nth-child(4) { height: 190px; opacity: 0.9; }
.bars span:nth-child(5) { height: 240px; }

 
 /* REVENUE MODEL – LUXURY BOX */
.revenue-model {
    max-width: 900px;
    margin: 90px auto 0;
    padding: 45px 50px;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.06),
        rgba(255,255,255,0.02)
    );
    border-radius: 22px;
    box-shadow: 0 35px 90px rgba(0,0,0,0.35);
    position: relative;
    overflow: hidden;
}

/* Gold top accent strip */
.revenue-model::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(
        to right,
        #d4af37,
        #f1d27a,
        #d4af37
    );
}

/* Subtle diagonal shine */
.revenue-model::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -40%;
    width: 80%;
    height: 80%;
    background: radial-gradient(
        circle,
        rgba(255,255,255,0.08),
        transparent 60%
    );
    pointer-events: none;
}

/* Title */
.revenue-model h3 {
    color: #f1d27a;
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* List */
.revenue-model ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.revenue-model li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    font-size: 15.5px;
    line-height: 1.7;
    color: #ffffff;
}

/* Gold bullet */
.revenue-model li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #d4af37;
    font-size: 18px;
    top: 1px;
}

/* Highlighted amounts */
.revenue-model strong {
    color: #f1d27a;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
    .revenue-model {
        padding: 35px 28px;
    }

    .revenue-model h3 {
        font-size: 22px;
    }
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .finance-grid {
        grid-template-columns: 1fr;
    }

    .growth-card {
        height: 220px;
    }
}



.financial-section {
    padding: 120px 20px;
    background: #021b5c;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.financial-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 80px;
}

/* WATERMARK */
.watermark {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 180px;
    opacity: 0.05;
    pointer-events: none;
}

/* GRID */
.financial-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
}

/* BUDGET TABLE */
.budget-card {
    background: rgba(255,255,255,0.05);
    border-radius: 18px;
    padding: 40px;
}

.budget-card h3 {
    margin-bottom: 30px;
}

.budget-list {
    list-style: none;
    padding: 0;
}

.budget-list li {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.budget-list li.total {
    border: none;
    padding-top: 20px;
    background: #d4af37;
    display: flex;
    justify-content: space-between;
    padding: 20px 22px;
    background: #d4af37;
    color: #021b5c;
    font-weight: 700;
    font-size: 17px;
}

 

.budget-list strong {
    color: #f1d27a;
}

/* GROWTH */
.growth-card {
    text-align: center;
}

.bars {
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 30px;
}

.bars span {
    width: 38px;
    background: #ffffff;
    border-radius: 6px 6px 0 0;
    height: 0;
    transition: height 1.2s ease;
}

.arrow {
    width: 140px;
    height: 6px;
    background: #fff;
    position: relative;
    margin: auto;
}

.arrow::after {
    content: '';
    position: absolute;
    right: -18px;
    top: -8px;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* ROI */
.roi-highlight {
    max-width: 1000px;
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.roi-card {
    background: rgba(255,255,255,0.05);
    border-radius: 18px;
    padding: 30px;
    text-align: center;
}

.roi-card h4 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.roi-card strong {
    font-size: 26px;
}

.roi-card.gold {
    background: linear-gradient(135deg, #d4af37, #f1d27a);
    color: #021b5c;
}

/* REVENUE MODEL */
.revenue-model {
    max-width: 900px;
    margin: 80px auto 0;
    text-align: center;
}

.revenue-model ul {
    list-style: none;
    padding: 0;
}

.revenue-model li {
    padding: 10px 0;
}

/* MOBILE */
@media (max-width: 900px) {
    .financial-grid {
        grid-template-columns: 1fr;
    }

    .roi-highlight {
        grid-template-columns: 1fr;
    }
}



/* GLOBAL BRANCH DIRECTORY */
.branch-directory {
    padding: 120px 20px;
    background: linear-gradient(135deg, #0a0f2c, #020617);
    color: #ffffff;
    position: relative;
}

.branch-directory h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 70px;
    color: #f1d27a;
    letter-spacing: 1px;
}

/* LAYOUT */
.branch-layout {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

/* LIST */
.branch-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.branch-item {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: center;
    gap: 20px;
    border-left: 5px solid #d4af37;
}

.branch-item p {
    font-size: 14px;
    opacity: 0.9;
}

.branch-item strong {
    font-size: 14px;
    color: #f1d27a;
}

/* COUNTRY LABEL */
.country {
    background: #003a8f;
    color: #fff;
    padding: 10px 14px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 13px;
}

/* COLOR VARIANTS */
.ghana .country,
.sa .country,
.uk .country,
.china .country,
.nigeria .country {
    background: #c8102e;
}

.usa .country,
.bahamas .country,
.canada .country {
    background: #002f72;
}

/* VISUAL SIDE */
.branch-visual {
    height: 420px;
    border-radius: 20px;
    background:
        linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
        url('../../assets/images/global-travel.webp') center/contain no-repeat;
    box-shadow: 0 40px 100px rgba(0,0,0,0.5);
    position: relative;
}

/* SUBTLE GLOBE OVERLAY */
.globe-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 65%);
}

/* FOOTNOTE */
.branch-note {
    max-width: 900px;
    margin: 60px auto 0;
    font-size: 14px;
    text-align: center;
    opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .branch-layout {
        grid-template-columns: 1fr;
    }

    .branch-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .branch-visual {
        height: 300px;
    }
}
.branch-note-box {
    max-width: 900px;
    margin: 70px auto 0;
    padding: 28px 34px;
    background: rgba(255,255,255,0.06);
    border-radius: 16px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.35);
    text-align: center;
    position: relative;
    border-left: 5px solid #d4af37;
}

.branch-note-box p {
    font-size: 14.5px;
    opacity: 0.9;
}

.seal-icon {
    position: absolute;
    top: -14px;
    left: 30px;
    background: #d4af37;
    color: #0a0f2c;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 50%;
    font-weight: bold;
}
.country {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

