/* =========================
TRUSTED AGENCY SECTION
========================= */

.trusted-agency-section {
    background: #eef4ed;
    padding: 60px 40px;
    text-align: center;
}

.container-fixed {
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================
PRE-HEADING
========================= */

.trusted-agency-section .pre-heading {
    display: block;
    text-align: center;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #003324;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.trusted-agency-section .pre-heading::before,
.trusted-agency-section .pre-heading::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #d4af37;
    margin: 0 12px;
    vertical-align: middle;
}

/* =========================
MAIN TITLE
========================= */

.trusted-title {
    font-size: clamp(26px, 5vw, 42px);
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.2;
}

/* =========================
DESCRIPTION
========================= */

.trusted-agency-section .section-description {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px auto;
    font-size: clamp(15px, 2.5vw, 18px);
    line-height: 1.9;
    color: #555;
    font-weight: 400;
    position: relative;
}

.trusted-agency-section .section-description::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #d4af37;
    margin: 20px auto 0;
}

/* =========================
LOGO GRID - DESKTOP (single row)
========================= */

.trusted-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
}

/* DEFAULT LOGOS */
.trusted-logos a img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    padding: 18px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.trusted-logos a img:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 25px 45px rgba(0,0,0,0.08);
}

/* =========================
FEATURED LOGOS (BIG ONES)
========================= */

.trusted-logos a.drukair img {
    width: 210px;
    height: 210px;
    padding: 22px;
    flex-shrink: 0;
}

.trusted-logos a.tashi img {
    width: 200px;
    height: 200px;
    padding: 20px;
    flex-shrink: 0;
}

/* =========================
RESPONSIVE DESIGN
========================= */

/* TABLET */
@media (max-width: 768px) {

    .trusted-agency-section {
        padding: 50px 20px;
    }

    .trusted-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .trusted-agency-section .pre-heading {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .trusted-agency-section .pre-heading::before,
    .trusted-agency-section .pre-heading::after {
        width: 30px;
        margin: 0 8px;
    }

    .trusted-agency-section .section-description {
        margin-bottom: 40px;
    }

    /* 3 PER ROW GRID */
    .trusted-logos {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        gap: 20px;
        overflow: visible;
    }

    .trusted-logos a img {
        width: 100px;
        height: 100px;
        padding: 12px;
    }

    .trusted-logos a.drukair img {
        width: 120px;
        height: 120px;
        padding: 14px;
    }

    .trusted-logos a.tashi img {
        width: 115px;
        height: 115px;
        padding: 14px;
    }
}

/* MOBILE */
@media (max-width: 480px) {

    .trusted-agency-section {
        padding: 40px 15px;
    }

    .trusted-title {
        font-size: 22px;
    }

    .trusted-agency-section .pre-heading {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .trusted-agency-section .pre-heading::before,
    .trusted-agency-section .pre-heading::after {
        width: 18px;
        margin: 0 6px;
    }

    .trusted-agency-section .section-description {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .trusted-logos {
        gap: 12px;
    }

    .trusted-logos a img {
        width: 75px;
        height: 75px;
        padding: 8px;
    }

    .trusted-logos a.drukair img {
        width: 90px;
        height: 90px;
        padding: 8px;
    }

    .trusted-logos a.tashi img {
        width: 88px;
        height: 88px;
        padding: 8px;
    }
}

/* VERY SMALL DEVICES */
@media (max-width: 360px) {

    .trusted-logos a img {
        width: 65px;
        height: 65px;
        padding: 8px;
    }

    .trusted-logos a.drukair img,
    .trusted-logos a.tashi img {
        width: 75px;
        height: 75px;
        padding: 8px;
    }

    .trusted-agency-section .pre-heading::before,
    .trusted-agency-section .pre-heading::after {
        display: none;
    }
}/* =========================
TRUSTED AGENCY SECTION
========================= */

.trusted-agency-section {
    background: #eef4ed;
    padding: 60px 40px;
    text-align: center;
}

.container-fixed {
    max-width: 1200px;
    margin: 0 auto;
}

/* =========================
PRE-HEADING
========================= */

.trusted-agency-section .pre-heading {
    display: block;
    text-align: center;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #003324;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.trusted-agency-section .pre-heading::before,
.trusted-agency-section .pre-heading::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #d4af37;
    margin: 0 12px;
    vertical-align: middle;
}

/* =========================
MAIN TITLE
========================= */

.trusted-title {
    font-size: clamp(26px, 5vw, 42px);
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.2;
}

/* =========================
DESCRIPTION
========================= */

.trusted-agency-section .section-description {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px auto;
    font-size: clamp(15px, 2.5vw, 18px);
    line-height: 1.9;
    color: #555;
    font-weight: 400;
    position: relative;
}

.trusted-agency-section .section-description::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #d4af37;
    margin: 20px auto 0;
}

/* =========================
LOGO GRID - DESKTOP (single row)
========================= */

.trusted-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
}

/* DEFAULT LOGOS */
.trusted-logos a img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    padding: 18px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.trusted-logos a img:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 25px 45px rgba(0,0,0,0.08);
}

/* =========================
FEATURED LOGOS (BIG ONES)
========================= */

.trusted-logos a.drukair img {
    width: 210px;
    height: 210px;
    padding: 22px;
    flex-shrink: 0;
}

.trusted-logos a.tashi img {
    width: 200px;
    height: 200px;
    padding: 20px;
    flex-shrink: 0;
}

/* =========================
RESPONSIVE DESIGN
========================= */

/* TABLET */
@media (max-width: 768px) {

    .trusted-agency-section {
        padding: 50px 20px;
    }

    .trusted-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .trusted-agency-section .pre-heading {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .trusted-agency-section .pre-heading::before,
    .trusted-agency-section .pre-heading::after {
        width: 30px;
        margin: 0 8px;
    }

    .trusted-agency-section .section-description {
        margin-bottom: 40px;
    }

    /* 3 PER ROW GRID */
    .trusted-logos {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        gap: 20px;
        overflow: visible;
    }

    .trusted-logos a img {
        width: 100px;
        height: 100px;
        padding: 12px;
    }

    .trusted-logos a.drukair img {
        width: 120px;
        height: 120px;
        padding: 14px;
    }

    .trusted-logos a.tashi img {
        width: 115px;
        height: 115px;
        padding: 14px;
    }
}

/* MOBILE */
@media (max-width: 480px) {

    .trusted-agency-section {
        padding: 40px 15px;
    }

    .trusted-title {
        font-size: 22px;
    }

    .trusted-agency-section .pre-heading {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .trusted-agency-section .pre-heading::before,
    .trusted-agency-section .pre-heading::after {
        width: 18px;
        margin: 0 6px;
    }

    .trusted-agency-section .section-description {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .trusted-logos {
        gap: 12px;
    }

    .trusted-logos a img {
        width: 75px;
        height: 75px;
        padding: 8px;
    }

    .trusted-logos a.drukair img {
        width: 90px;
        height: 90px;
        padding: 8px;
    }

    .trusted-logos a.tashi img {
        width: 88px;
        height: 88px;
        padding: 8px;
    }
}

/* VERY SMALL DEVICES */
@media (max-width: 360px) {

    .trusted-logos a img {
        width: 65px;
        height: 65px;
        padding: 8px;
    }

    .trusted-logos a.drukair img,
    .trusted-logos a.tashi img {
        width: 75px;
        height: 75px;
        padding: 8px;
    }

    .trusted-agency-section .pre-heading::before,
    .trusted-agency-section .pre-heading::after {
        display: none;
    }
}