.hero-agency-section {
    position: relative;
    padding: 35px 0 40px;
    overflow: visible;
    isolation: isolate;
    z-index: 1;
}
.hero-agency-section--bivaco-bg {
    background:
        linear-gradient(
            110deg,
            #ffffff 0%,
            #ffffff 37%,
            #f8fcff 60%,
            #eef8ff 100%
        );
}
/* ===== HEADER NAM TREN CUNG NEN HERO ===== */

/* Nền chung phía sau Header + Hero */
body.agency-theme {
    background:
        linear-gradient(
            110deg,
            #ffffff 0%,
            #ffffff 37%,
            #f8fcff 60%,
            #eef8ff 100%
        ) top center / 100% 900px no-repeat !important;
}

/* Header trong suốt để vòng tròn Hero nhìn xuyên lên phía sau menu */
body.agency-theme .bvc-header-template {
    background: transparent !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
/* Không để wrapper trong header tạo lớp nền riêng */
body.agency-theme .bvc-header-template > .ctnr,
body.agency-theme .bvc-header-template .header-inner {
    background: transparent !important;
}

/* Nền tiếp tục xuống khối Giới thiệu */
.motto-agency-section.home-flow-bg {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            110deg,
            #ffffff 0%,
            #ffffff 37%,
            #f8fcff 60%,
            #eef8ff 100%
        ) !important;
}
/* Vòng tròn xanh lớn bên phải */
.hero-agency-section--bivaco-bg::before {
    display: none;
    content: none;
}
/* Các mảng xanh mềm giống mẫu */
.hero-agency-section--bivaco-bg::after {
    display: none;
    content: none;
}
.hero-agency-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Left Column Content */
.hero-agency-content {
    flex: 0 0 42%;
    max-width: 540px;
    z-index: 2;
}
.hero-agency-media {
    flex: 0 0 58%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
/* Shared Section Title Component */
.sec-brand-tag {
    font-size: 40px;
    font-weight: 700;
    color: var(--color-3);
    margin-bottom: 6px;
    /* text-transform: uppercase; */
    line-height: 1.2;
}

.sec-title {
    font-size: 23px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.35;
}

.sec-title-line {
    width: 100px;
    height: 2px;
    background: var(--color-3);
    margin-bottom: 24px;
    border-radius: 2px;
}

.hero-agency-desc {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 32px;
    text-align: justify;
}

.hero-agency-desc strong {
    font-weight: 700;
    color: #111111;
}

.hero-agency-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 0 28px;
    height: 47px;
    background: linear-gradient(135deg, #00a9ec, #44c3ec, #6ed5ec, #6ed5ec, #44c3ec, #00a9ec, #00a9ec, #44c3ec, #6ed5ec);
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
    /* box-shadow: 0 4px 14px rgba(0, 169, 236, 0.35); */
    transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
    overflow: hidden;
    position: relative;
}

.btn-hero-primary:hover {
    color: #ffffff;
    /* transform: translateY(-2px); */
    filter: brightness(1.05);
    /* box-shadow: 0 6px 20px rgba(0, 169, 236, 0.45); */
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 0 26px;
    height: 47px;
    background: linear-gradient(135deg, #dddddd, #f4f4f4, #fcfcfc, #f4f4f4, #dddddd, #dddddd, #dddddd, #f6f6f6);
    color: #222222;
    font-weight: 700;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
    /* border: 1px solid #d5d5d5; */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
    overflow: hidden;
    position: relative;
}

.btn-hero-secondary:hover {
    color: #000;
    /* transform: translateY(-2px); */
    filter: brightness(1.03);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

/* Button Text Roll Animation Effect */
.btn-roll-text {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.btn-text-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    white-space: nowrap;
    transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
}

.btn-hero-primary:hover .btn-text-item,
.btn-hero-secondary:hover .btn-text-item {
    transform: translateY(-100%);
}

/* Right Column Media */

.media-glow-bg {
    position: absolute;
    width: 540px;
    height: 540px;
    top: 41%;
    left: 56%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    opacity: .96;

    background:
        radial-gradient(
            circle at 50% 44%,
            rgba(255,255,255,.72) 0%,
            rgba(245,251,255,.66) 34%,
            rgba(221,241,252,.56) 50%,
            rgba(178,223,249,.34) 64%,
            rgba(102,191,243,.16) 76%,
            rgba(44,166,234,.06) 84%,
            transparent 90%
        );
}
.media-image-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    border-radius: 16px;
    overflow: visible;
    transition: transform 0.3s ease;
}

.media-image-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* ============================================================
   BRAND MARQUEE SECTION (RIGHT TO LEFT WITH FADE OVERLAYS)
============================================================ */
.brand-marquee-section {
    padding: 20px 0;
    background:
        linear-gradient(
            110deg,
            #ffffff 0%,
            #ffffff 37%,
            #f8fcff 60%,
            #eef8ff 100%
        ) !important;
    overflow: hidden;
}

.brand-marquee-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Fade Overlay Masks (2 bên mờ dần) */
.brand-marquee-container .marquee-fade-left,
.brand-marquee-container .marquee-fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 140px;
    z-index: 10;
    pointer-events: none;
  display: none;
}

.brand-marquee-container .marquee-fade-left {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-marquee-container .marquee-fade-right {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

/* Marquee Track 1 (Right to Left) */
.brand-marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 25s linear infinite;
}

/* Marquee Track 2 (Left to Right) */
.brand-marquee-track.marquee-reverse {
    animation: marquee-scroll-reverse 25s linear infinite;
}

/* Pause animation when hovering over the marquee track or cards */
.brand-marquee-track:hover {
    animation-play-state: paused !important;
}

.brand-marquee-group {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 20px;
}

/* Individual Brand Cards matching user screenshot */
.brand-card {
    /* width: 170px; */
    height: 84px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 18px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); */
    flex-shrink: 0;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    filter: drop-shadow(rgba(0, 0, 0, 0.18) 0px 0px 1px);
}

.brand-card:hover {
    transform: translateY(-2px);
    border-color: var(--color-3);
    box-shadow: 0 8px 10px rgba(0, 169, 236, 0.12);
}

.brand-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(10%);
    transition: filter 0.25s;
}

.brand-card:hover img {
    filter: grayscale(0%);
}

/* Marquee Animation 1 (Right to Left) */
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Marquee Animation 2 (Left to Right) */
@keyframes marquee-scroll-reverse {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* ============================================================
   MOTTO / ABOUT SECTION (PHƯƠNG CHÂM)
============================================================ */
.motto-agency-section {
    position: relative;
    padding: 25px 0 60px;
    /* background: linear-gradient(135deg, #f4f8fe 0%, #ffffff 50%, #e8f3ff 100%); */
    overflow: hidden;
}

.motto-agency-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* Left Column Media Box */
.motto-agency-media {
    flex: 1;
    max-width: 500px;
    display: flex;
    justify-content: center;
}

.motto-image-box {
    position: relative;
    width: 100%;
    max-width: 460px;
}

.motto-image-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Phone Button Badge Overlay */
.motto-phone-btn {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 32px;
    background: linear-gradient(110deg, #51d6f7 0%, #03a9ec 35%, #0092e0 70%, #3bc6f0 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(0, 169, 236, 0.35);
    transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
    z-index: 5;
}

.motto-phone-btn:hover {
    color: #ffffff;
    transform: translateX(-50%) translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 12px 28px rgba(0, 169, 236, 0.45);
}

.motto-phone-btn svg {
    flex-shrink: 0;
}

/* Right Column Content */
.motto-agency-content {
    flex: 1;
    max-width: 650px;
}



.motto-agency-desc {
    font-size: 18px;
    color: #444444;
    line-height: 1.75;
    margin-bottom: 30px;
    text-align: justify;
}

.motto-agency-desc p {
    margin-bottom: 14px;
}

.motto-agency-desc p:last-child {
    margin-bottom: 0;
}

/* Stats Counter Card */
.motto-stats-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.motto-stats-card::before {
    content: '';
    position: absolute;
    bottom: 115px;
    right: 10px;
    width: 115px;
    height: 115px;
    background-image: radial-gradient(#00a9ec 2.5px, transparent 2.5px);
    background-size: 20px 20px;
    opacity: 0.18;
    pointer-events: none;
    z-index: 1;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-3);
    margin-bottom: 4px;
    line-height: 1.1;
}

.stat-label {
    font-size: 16px;
    color: #555555;
    font-weight: 500;
}

.stat-divider {
    width: 1px;
    height: 45px;
    background: #e8e8e8;
}

/* Responsive Media Queries */
@media (max-width: 991.98px) {
    .hero-agency-section {
        padding: 40px 0 60px 0;
    }

    .hero-agency-wrapper {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .hero-agency-content {
        max-width: 100%;
    }

    .sec-title-line {
        margin: 0 auto 20px auto;
    }

    .hero-agency-btns {
        justify-content: center;
    }

    .sec-brand-tag {
        font-size: 28px;
    }

    .sec-title {
        font-size: 20px;
    }

    .hero-agency-desc {
        font-size: 15px;
    }

    .media-glow-bg {
        width: 320px;
        height: 320px;
    }

    .motto-agency-section {
        padding: 50px 0 60px 0;
    }

    .motto-agency-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .motto-agency-media,
    .motto-agency-content {
        max-width: 100%;
    }

    .motto-agency-content {
        text-align: center;
    }

    .motto-agency-desc {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .sec-brand-tag {
        font-size: 24px;
    }
  
    .sec-title {
        font-size: 19px;
    }

    .hero-agency-btns {
        flex-direction: column;
        width: 100%;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
    }

    .motto-stats-card {
        flex-direction: column;
        gap: 20px;
    }

    .stat-divider {
        width: 60px;
        height: 1px;
    }

    .motto-phone-btn {
        width: 90%;
        padding: 10px 20px;
        font-size: 16px;
    }

    .stat-number {
        font-size: 28px;
    }
}

/* ============================================================
   SHARED CENTERED TITLE BOX
============================================================ */
.sec-title-box.text-center {
    text-align: center;
}

.sec-title-box.text-center .sec-title-line {
    margin-left: auto;
    margin-right: auto;
}

/* ============================================================
   SERVICES AGENCY SECTION (DỊCH VỤ CUNG CẤP)
============================================================ */
.services-agency-section {
    position: relative;
    padding: 70px 0 80px 0;
    background:
        linear-gradient(
            110deg,
            #eef8ff 0%,
            #f8fcff 40%,
            #ffffff 63%,
            #ffffff 100%
        ) !important;
    overflow: hidden;
}
.services-dots-bg {
    position: absolute;
    top: 60px;
    left: -15px;
    width: 115px;
    height: 115px;
    background-image: radial-gradient(#00a9ec 2.5px, transparent 2.5px);
    background-size: 20px 20px;
    opacity: 0.18;
    pointer-events: none;
    z-index: 1;
}

.services-agency-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.services-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 410px;
}

.service-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    border: 1px solid #eaf0f8;
    border-radius: 12px;
    padding: 20px 22px;
    box-shadow: 0 4px 18px rgba(0, 50, 120, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 169, 236, 0.35);
    box-shadow: 0 10px 28px rgba(0, 169, 236, 0.12);
}

/* Staggered offsets ("thò thụt") for desktop screens */
@media (min-width: 1200px) {

    .services-left .service-card:nth-child(1),
    .services-left .service-card:nth-child(3) {
        margin-left: 60px;
    }

    .services-left .service-card:nth-child(2) {
        margin-right: 60px;
    }

    .services-right .service-card:nth-child(1),
    .services-right .service-card:nth-child(3) {
        margin-right: 60px;
    }

    .services-right .service-card:nth-child(2) {
        margin-left: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .services-left .service-card:nth-child(1),
    .services-left .service-card:nth-child(3) {
        margin-left: 35px;
    }

    .services-left .service-card:nth-child(2) {
        margin-right: 35px;
    }

    .services-right .service-card:nth-child(1),
    .services-right .service-card:nth-child(3) {
        margin-right: 35px;
    }

    .services-right .service-card:nth-child(2) {
        margin-left: 35px;
    }
}

.service-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-info {
    flex: 1;
}

.service-name {
    font-size: 21px;
    font-weight: 700;
    color: var(--color-3);
    margin-bottom: 4px;
    line-height: 1.3;
}

.service-desc {
    font-size: 16px;
    color: #555555;
    line-height: 1.45;
    margin: 0;
}

.services-center-media {
    flex: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    padding: 10px;
}

.services-center-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 15px 30px rgba(0, 100, 200, 0.08));
    transition: transform 0.4s ease;
}

.services-center-media:hover img {
    transform: scale(1.03);
}

/* Responsive Media Queries for Services */
@media (max-width: 1199.98px) {
    .services-agency-wrapper {
        gap: 20px;
    }

    .service-card {
        padding: 16px 18px;
        gap: 14px;
    }

    .service-name {
        font-size: 18px;
    }

    .service-desc {
        font-size: 13px;
    }

    .service-icon {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991.98px) {
    .services-agency-section {
        padding: 50px 0 60px 0;
    }

    .services-agency-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .services-center-media {
        order: -1;
        max-width: 380px;
        width: 100%;
    }

    .services-column {
        max-width: 100%;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .services-left .service-card,
    .services-right .service-card {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .services-column {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-card {
        padding: 16px;
    }

    .services-center-media {
        max-width: 290px;
    }
}

/* ============================================================
   FEATURED PROJECT SECTION (DỰ ÁN TIÊU BIỂU)
============================================================ */
.featured-project-section {
    position: relative;
    padding: 90px 0 80px 0;
    background:
        linear-gradient(to left, transparent 0%, rgba(255, 255, 255, 0.75) 35%, #ffffff 45%, #ffffff 100%),
        linear-gradient(to bottom, #ffffff 0%, rgba(224, 242, 254, 0.65) 0%, #cedefd 100%);
    overflow: hidden;
}

.featured-project-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Left Column Media Box (50% Equal Width) */
.featured-project-media {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-media-glow {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 169, 236, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.featured-media-box {
    position: relative;
    z-index: 2;
    width: 100%;
}

.featured-media-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 15px 35px rgba(0, 80, 180, 0.12));
}

/* Right Column Content (50% Equal Width) */
.featured-project-content {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    position: relative;
}

.featured-project-content::before {
    content: '';
    position: absolute;
    top: -40px;
    right: 80px;
    width: 100px;
    height: 100px;
    background: radial-gradient(#00a9ec 2.5px, transparent 2.5px);
    background-size: 16px 16px;
    opacity: 0.18;
    pointer-events: none;
    z-index: 1;
}

.featured-badge-pill {
    display: inline-flex;
    align-items: center;
    background: #dbe5fc;
    border-radius: 30px;
    padding-right: 22px;
    margin-bottom: 30px;
}

.featured-badge-pill .badge-num {
    background: linear-gradient(110deg, #38c8f5 0%, #00a9ec 60%, #0091e0 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 30px;
    margin-right: 14px;
    box-shadow: 0 2px 8px rgba(0, 169, 236, 0.25);
}

.featured-badge-pill .badge-text {
    color: #111111;
    font-size: 17px;
    font-weight: 700;
}

.featured-project-title {
    font-size: 34px;
    font-weight: 800;
    color: var(--color-3);
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.featured-project-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
    line-height: 1.4;
}

.featured-project-desc {
    font-size: 16px;
    /* color: #555555; */
    line-height: 1.65;
    margin-bottom: 28px;
}

/* 2x2 Info Grid */
.featured-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    margin-bottom: 32px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.info-icon {
    width: 48px;
    height: 48px;
    /* background: #f0f7ff; */
    border: 1px solid #d8ebfb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon img {
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
}

.info-label {
    font-size: 16px;
    margin-bottom: 2px;
}

.info-val {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
}

/* Action Buttons */
.featured-project-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-featured-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 26px;
    /* background: linear-gradient(110deg, #51d6f7 0%, #03a9ec 40%, #0092e0 100%); */
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 169, 236, 0.35);
    transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
}

.btn-featured-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    filter: brightness(1.05);
    /* box-shadow: 0 8px 24px rgba(0, 169, 236, 0.45); */
}

.btn-featured-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 26px;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #d5e5f5;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.btn-featured-secondary:hover {
    color: #000000;
    transform: translateY(-2px);
    border-color: var(--color-3);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* ============================================================
   PROJECTS SLICK CAROUSEL SLIDER (BÊN DƯỚI)
============================================================ */
.projects-slider-container {
    margin-top: 50px;
    background: rgb(240 240 240);
    border: 1px solid #e1effa;
    border-radius: 16px;
    padding: 4px 10px;
    box-shadow: 0 8px 24px rgba(0, 80, 180, 0.05);
}

.projects-slider-track.projects-slider-static {
    display: grid;
    grid-template-columns: repeat(var(--project-columns, 6), minmax(0, 1fr));
    gap: 8px;
}

.projects-slider-track.projects-slider-carousel:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

.projects-slider-track.projects-slider-carousel:not(.slick-initialized) .project-slide-item {
    flex: 0 0 calc(100% / 6);
}

.project-slide-item {
    display: block;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.info-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #0ea5e9;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.projects-slider-track .slick-slide {
    margin: 4px;
}

.projects-slider-track .slick-list {
    margin: 0 -4px;
}

.project-slide-card {
    background: #ffffff;
    border: 1px solid #eaf2fa;
    border-radius: 10px;
    padding: 8px;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    cursor: pointer;
}

.project-slide-card.active,
.project-slide-card:hover {
    border-color: var(--color-3);
    box-shadow: 0 6px 18px rgba(0, 169, 236, 0.15);
    transform: translateY(-2px);
}

.project-slide-card.active {
    border-color: #00a9ec;
    border-width: 1.5px;
}

.slide-img-box {
    width: 100%;
    height: 115px;
    border-radius: 8px;
    overflow: hidden;
}

.slide-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide-card-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 4px 4px 4px;
}

.slide-num {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #dbe5fc;
    color: #555555;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-slide-card.active .slide-num {
    background: #00a9ec;
    color: #ffffff;
}

.slide-title {
    font-size: 13px;
    font-weight: 800;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Responsive Media Queries for Featured Project */
@media (max-width: 991.98px) {
    .projects-slider-track.projects-slider-static { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .featured-project-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .featured-project-media,
    .featured-project-content {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .featured-project-title {
        font-size: 28px;
    }

    .featured-media-glow {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 575.98px) {
    .projects-slider-track.projects-slider-static { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .featured-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .featured-project-title {
        font-size: 24px;
    }

    .featured-project-btns {
        flex-direction: column;
        width: 100%;
    }

    .btn-featured-primary,
    .btn-featured-secondary {
        width: 100%;
    }
}

/* ============================================================
   TEAM / CORE PERSONNEL SECTION (NHÂN SỰ CỐT LÕI)
============================================================ */
.team-agency-section {
    position: relative;
    padding: 70px 0 80px 0;
    overflow: hidden;
    background: #ffffff;
}

.team-dots-bg {
    display: none;
    position: absolute;
    top: 80px;
    left: 20px;
    width: 140px;
    height: 140px;
    background-image: radial-gradient(#74d7ff 2.5px, transparent 2.5px);
    background-size: 22px 22px;
    opacity: 0.18;
    pointer-events: none;
    z-index: 1;
}

.team-dots-bg.bot {
    top: unset;
    bottom: 10px;
    left: 80px;
    background-image: radial-gradient(#00a9ec 2.5px, transparent 2.5px);
}

.team-agency-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 90px 24px;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.team-member-card {
    flex: 0 0 calc(25% - 18px);
    max-width: calc(25% - 18px);
    width: calc(25% - 18px);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.team-member-card:hover {
    transform: translateY(-5px);
}

/* Avatar Wrapper with Ring BG and Member Photo */
.member-avatar-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-ring-bg {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 230px;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.4s ease;
}

.team-member-card:hover .member-ring-bg {
    transform: translate(-50%, -50%) rotate(15deg);
}

.member-photo {
    position: relative;
    z-index: 2;
    max-height: 290px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 50, 100, 0.1));
}

/* Info Box (White Card overlapping member photo) */
.member-info-box {
    position: relative;
    z-index: 3;
    width: 85%;
    /* margin-top: -25px; */
    background: #ffffff;
    border: 1px solid #eaf0f8;
    border-radius: 10px;
    padding: 14px 10px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0, 50, 120, 0.05);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.team-member-card:hover .member-info-box {
    border-color: rgba(0, 169, 236, 0.35);
    box-shadow: 0 8px 25px rgba(0, 169, 236, 0.12);
}

.member-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-3);
    margin-bottom: 2px;
    line-height: 1.3;
}

.member-role {
    font-size: 15px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Social Circles Row */
.member-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.social-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.social-circle:hover {
    transform: scale(1.15);
    filter: brightness(1.1);
}

.social-circle.font-icon {
    background: #0088cc;
}

.social-circle.insta {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-circle.web {
    background: #00a9ec;
}

.social-circle.tg {
    background: #2abee8;
}

.social-circle.msg {
    background: #0084ff;
}

.social-circle.mail {
    background: #111111;
}

/* Responsive Rules for Team Grid */
@media (max-width: 991.98px) {
    .team-agency-grid {
        gap: 35px 20px;
    }

    .team-member-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

@media (max-width: 575.98px) {
    .team-agency-grid {
        gap: 30px;
    }

    .team-member-card {
        flex: 0 0 100%;
        max-width: 290px;
        width: 100%;
    }
}

/* ============================================================
   NEWS & INSIGHTS SECTION (CẬP NHẬT MỚI TỪ BIVACO)
============================================================ */
.bivaco-news-section {
    position: relative;
    padding: 80px 0 60px 0;
    /* background: linear-gradient(135deg, #eef5ff 0%, #e6f0fa 50%, #dbe9f9 100%); */
    overflow: hidden;
    background: linear-gradient(to left, transparent 0%, rgba(255, 255, 255, 0.75) 35%, #ffffff 45%, #ffffff 100%), linear-gradient(to bottom, #ffffff 0%, rgba(224, 242, 254, 0.65) 0%, #cedefd 100%);
}

.news-dots-bg {
    position: absolute;
    top: -20px;
    right: 80px;
    width: 115px;
    height: 115px;
    background-image: radial-gradient(#00a9ec 2.5px, transparent 2.5px);
    background-size: 20px 20px;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}

/* Outer Main Card with border-radius & shadow */
.news-main-card {
    position: relative;
    z-index: 2;
    background: #ffffff;
    /* box-shadow: 0 12px 40px rgba(0, 50, 120, 0.07);
    border: 1px solid #e2ecf8; */
    padding: 24px 24px 70px 24px;
    margin-top: 45px;
}

/* Bottom Bar: Insight Mới Floating Card (Nằm 1 nửa ở khối trên) */
.news-bottom-bar {
    position: relative;
    z-index: 5;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 24px;
    box-shadow: 0 12px 35px rgba(0, 50, 120, 0.09);
    border: 1px solid #e2ecf8;
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 20px;
    align-items: center;
    transform: translateY(-50%);
    max-width: calc(100% - 20px);
    margin: 0 auto;

}

/* Top 2 Columns Grid */
.news-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

/* Left Featured Card */
.news-featured-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 24px;
    background: #0d1b2a;
}

.news-featured-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-featured-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.news-featured-card:hover .news-featured-bg img {
    transform: scale(1.05);
}

.news-featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(13, 27, 42, 0.1) 0%, rgba(13, 27, 42, 0.85) 70%, rgba(13, 27, 42, 0.95) 100%);
    z-index: 2;
}

.news-featured-content {
    position: relative;
    z-index: 3;
    color: #ffffff;
}

.news-badge-pill {
    display: inline-block;
    background: #00a9ec;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 5px 14px;
    border-radius: 0 20px 20px 0;
    margin-bottom: 14px;
}

.news-featured-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
    margin-bottom: 10px;
}

.news-featured-excerpt {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    margin-bottom: 20px;
}

.news-featured-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.news-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.btn-arrow-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
}

.news-read-btn:hover .btn-arrow-circle {
    background: #00a9ec;
    transform: translateX(3px);
}

.news-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

/* Right Column: 3 Items */
.news-list-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.news-item-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 12px;
    border-bottom: 1px solid #f0f5fc;
    transition: background 0.3s ease, border-radius 0.3s ease;
}

.news-item-card:last-child {
    border-bottom: none;
}

.news-item-card:hover {
    background: #f8fbff;
    border-radius: 12px;
}

.news-item-num {
    font-size: 50px;
    font-weight: 600;
    color: #00a9ec;
    font-family: inherit;
    min-width: 38px;
    line-height: 1;
    letter-spacing: -2px;
}

.news-item-thumb {
    width: 150px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item-card:hover .news-item-thumb img {
    transform: scale(1.08);
}

.news-item-body {
    flex: 1;
}

.news-item-tag {
    display: inline-block;
    /* background: #eef6ff; */
    color: var(--color-3);
    border: 1px solid var(--color-3);
    font-size: 10px;
    font-weight: 700;
    /* letter-spacing: 0.5px; */
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 8px;
}

.news-item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
}

.news-item-title a {
    color: #111111;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-item-title a:hover {
    color: #00a9ec;
}

.news-item-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #888888;
}

.news-item-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #dce8f8;
    color: #00a9ec;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.news-item-arrow svg {
    width: 20px;
    height: 20px;
}

.news-item-card:hover .news-item-arrow {
    background: #00a9ec;
    border-color: #00a9ec;
    color: #ffffff;
}

/* Bottom Bar: Insight Mới */
.insight-label-box {
    position: relative;
    padding-right: 15px;
    border-right: 1px solid #edf4fc;
}

.insight-title {
    font-size: 16px;
    font-weight: 800;
    color: #00a9ec;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.insight-desc {
    font-size: 12px;
    color: #666666;
    line-height: 1.4;
    margin-bottom: 8px;
}

.insight-title-line {
    width: 35px;
    height: 2px;
    background: #00a9ec;
    border-radius: 2px;
}

.insight-cards-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.insight-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 20px;
    border-right: 1px solid #e2ecf8;
    transition: border-color 0.3s ease, opacity 0.3s ease;
}

.insight-card:last-of-type {
    border-right: none;
    padding-right: 0;
}


.insight-thumb {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.insight-info {
    flex: 1;
}

.insight-card-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.insight-card-title a {
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.insight-card-title a:hover {
    color: #00a9ec;
}

.insight-card-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #888888;
}

.insight-action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00a9ec;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 169, 236, 0.3);
    transition: transform 0.3s ease, background 0.3s ease;
}

.insight-action-btn:hover {
    background: #0092cd;
    transform: scale(1.03);
}

/* Responsive Rules for News Section */
@media (max-width: 991.98px) {
    .news-top-grid {
        grid-template-columns: 1fr;
    }

    .news-bottom-bar {
        grid-template-columns: 1fr;
        margin-top: 25px;
    }

    .insight-cards-row {
        flex-wrap: wrap;
    }

    .insight-card {
        flex: 0 0 calc(50% - 10px);
        border-right: none;
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    .insight-card {
        flex: 0 0 100%;
    }

    .news-featured-title {
        font-size: 18px;
    }

    .news-item-card {
        flex-wrap: wrap;
    }
}

/* ============================================================
   TESTIMONIALS SECTION (CẢM NHẬN KHÁCH HÀNG)
============================================================ */
.testimonials-agency-section {
    position: relative;
    padding: 80px 0 90px 0;
    background: #f6f8fd;
    overflow: hidden;
}

.testimonials-slider-wrapper {
    margin-top: 50px;
}

.testimonial-slide-item {
    margin: 10px 20px;
}

.testimonials-slider-track .slick-list {
    margin: 0 -20px;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px 30px 25px;
    /* box-shadow: 0 10px 30px rgba(0, 50, 120, 0.05); */
    border: 1px solid #eef5fc;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 14px 35px rgba(0, 169, 236, 0.1); */
}

.testimonial-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px auto;
    border: 3px solid #eef5ff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

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

.client-name {
    font-size: 20px;
    font-weight: 700;
    color: #00a9ec;
    margin-bottom: 3px;
}

.client-role {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    margin-bottom: 12px;
}

.quote-icon {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
}

.quote-icon img {
    width: 30px;
    height: auto;
    display: block;
    transform: rotate(180deg);
}

.testimonial-quote {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* Slick Dots Customization for Testimonials */
.testimonials-slider-track .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.testimonials-slider-track .slick-dots li button:before {
    display: none;
}


.testimonials-slider-track .slick-dots li.slick-active {
    background-color: var(--color-3);
}

.testimonials-slider-track .slick-dots li,
.testimonials-slider-track .slick-dots li button {
    width: 15px;
    height: 15px;
    background-color: #dbe5fc;
}


/* ============================================================
   CONSULTATION & CONTACT SECTION (ĐĂNG KÝ TƯ VẤN)
============================================================ */
.consultation-section {
    position: relative;
    padding: 90px 0 90px 0;
    overflow: hidden;
    background: radial-gradient(circle at 85% 20%, rgba(27, 119, 255, .11), transparent 26%), radial-gradient(circle at 12% 88%, rgba(86, 165, 255, .10), transparent 25%);
}

.consultation-section::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -130px;
    top: 30px;
    border: 1px solid rgba(30, 111, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(30, 111, 255, .03), 0 0 0 90px rgba(30, 111, 255, .02);
}

.consult-bg-glow {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 169, 236, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.consult-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Left Column Styling */
.consult-left-info {
    padding-right: 10px;
}

.sec-brand-tag-line {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00a9ec;
    font-size: 15px;
    font-weight: 800;
    /* letter-spacing: 1px; */
    margin-bottom: 12px;
}

.consult-main-title {
    font-size: 46px;
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.25;
    margin-bottom: 16px;
}

.consult-main-title .highlight-blue {
    color: #00a9ec;
}

.consult-main-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Feature List */
.consult-feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
}

.consult-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.feature-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 169, 236, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #e2ecf8;
}

.feature-text {
    flex: 1;
}

.feature-title {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 4px;
}

.feature-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.45;
    margin: 0;
}

/* Hotline & Working Hours Card */
.consult-contact-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 24px;
    box-shadow: 0 8px 25px rgba(0, 50, 120, 0.05);
    border: 1px solid #eaf2fc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-box-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-icon-bg {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #00a9ec;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 169, 236, 0.25);
}

/* 
.contact-icon-bg.clock-bg {
    background: #0077ff;
} */

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 13px;
    color: #555;
    margin-bottom: 4px;
}

.contact-val {
    font-size: 16px;
    font-weight: 700;
    color: #0d1b2a;
}

.contact-val.phone-val {
    font-size: 18px;
    color: #00a9ec;
    text-decoration: none;
}

.contact-box-divider {
    width: 1px;
    height: 36px;
    background: #edf4fc;
}

/* Right Column Form Styling */
.consult-right-form {
    position: relative;
    z-index: 2;
}

.form-card-container {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 15px 45px rgba(0, 60, 150, 0.08);
    border: 1px solid #e4effc;
}

.form-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.form-header-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eef6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.form-title {
    font-size: 24px;
    font-weight: 800;
    color: #0d1b2a;
    margin-bottom: 2px;
}

.form-subtitle {
    font-size: 13px;
    color: #777777;
    margin: 0;
}

/* Form Inputs */
.consult-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 16px;
    display: flex;
    align-items: center;
    pointer-events: none;
    z-index: 2;
}

.form-control-custom {
    width: 100%;
    height: 48px;
    padding: 10px 16px 10px 46px;
    background: #ffffff;
    border: 1px solid #e1ebf7;
    border-radius: 12px;
    font-size: 16px;
    color: #222222;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control-custom:focus {
    border-color: #00a9ec;
    box-shadow: 0 0 0 3px rgba(0, 169, 236, 0.12);
}

.form-select-custom {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer;
}

.form-input-group.textarea-group {
    align-items: flex-start;
}

.textarea-icon {
    top: 14px;
}

.form-textarea-custom {
    height: auto;
    min-height: 90px;
    padding-top: 14px;
    resize: vertical;
}

.form-privacy-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #777777;
    margin-top: 2px;
    margin-bottom: 6px;
}

.btn-submit-consult {
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #00a9ec 0%, #0084ff 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 84, 255, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.btn-submit-consult:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 84, 255, 0.38);
    background: linear-gradient(90deg, #0045e0 0%, #0073e6 100%);
}

/* Bottom Trust Badges Bar */
.consult-trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 28px;
    box-shadow: 0 10px 30px rgba(0, 50, 120, 0.05);
    border: 1px solid #eef5fc;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.trust-badge-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-right: 15px;
    border-right: 1px solid #edf4fc;
}

.trust-badge-item:last-child {
    border-right: none;
    padding-right: 0;
}

.trust-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eef6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-info {
    flex: 1;
}

.trust-title {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 3px;
}

.trust-desc {
    font-size: 13px;
    color: #666666;
    line-height: 1.4;
    margin: 0;
}

/* Responsive Rules for Consultation Section */
@media (max-width: 991.98px) {
    .consult-top-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .consult-trust-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .trust-badge-item {
        border-right: none;
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    .consult-main-title {
        font-size: 28px;
    }

    .consult-contact-card {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .contact-box-divider {
        width: 100%;
        height: 1px;
    }

    .consult-trust-bar {
        grid-template-columns: 1fr;
    }
}

/* V35 - TEAM: remove decorative circular background, keep only clean inner outline */
.team-agency-section{background:#fff!important;}
.team-agency-section .team-dots-bg{display:none!important;}
.team-agency-section .member-ring-bg{display:none!important;}
.team-agency-section .member-avatar-wrapper{background:transparent!important;}
.team-agency-section .member-avatar-wrapper::before{background:none!important;background-image:none!important;box-shadow:none!important;}
.team-agency-section .member-avatar-wrapper::before{display:none!important;content:none!important;background:none!important;background-image:none!important;border:0!important;box-shadow:none!important;}
.team-agency-section .member-avatar-wrapper::after{display:none!important;content:none!important;background:none!important;}
