/*--------------------------------------------------------------
  Armada International — shared visual overrides (LTR + RTL)
  Loaded on both English and Arabic pages after custom.css.
  RTL-specific direction/layout rules remain in rtl.css (Arabic only).
---------------------------------------------------------------*/

/* ---------- Logo & header bar (language-neutral) ---------- */
.logo {
    padding: 4px 0;
    max-width: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    max-width: 100%;
    height: 100%;
}
body,
p {
    font-size: 16px;
    line-height: 1.7;
}

/* Slightly larger body copy in key sections */
.section__title p {
    font-size: 18px;
    line-height: 1.75;
}
.offer__details p {
    font-size: 17px;
    line-height: 1.7;
}
.single__mission p {
    font-size: 17px;
    line-height: 1.75;
}
.htc__callto__action p {
    font-size: 17px;
    line-height: 1.75;
}
.slider__inner .slider__btn {
    margin-top: 22px;
    transform: translateY(-12px);
}

.ft__details p {
    font-size: 16px;
}

.logo img {
    max-height: 156px;
    max-width: 234px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.main__menu__nav {
    text-align: center;
    max-width: 100%;
    overflow: hidden;
}
.main__menu {
    max-width: 100%;
    flex-wrap: nowrap;
}
.main__menu > li > a {
    font-size: 17px;
    font-weight: 700;
}

#sticky-header-with-topbar .container {
    position: relative;
    width: 100%;
}
#sticky-header-with-topbar .container > .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 110px;
    margin-left: 0;
    margin-right: 0;
}
#sticky-header-with-topbar .container > .row > [class*="col-"] {
    float: none;
    display: flex;
    align-items: center;
}
#sticky-header-with-topbar .main__menu__nav {
    width: 100%;
}
#sticky-header-with-topbar .logo {
    float: none;
    width: auto;
    line-height: 0;
    max-height: 100%;
    overflow: hidden;
}
#sticky-header-with-topbar .htc__header__search {
    float: none;
    margin-inline-start: 0;
    width: 100%;
}

#sticky-header-with-topbar .container > .row > .col-md-2:first-child {
    order: 1;
    justify-content: flex-start;
}
#sticky-header-with-topbar .container > .row > .col-md-8 {
    order: 2;
}
#sticky-header-with-topbar .container > .row > .col-md-2:last-child {
    order: 3;
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    .logo img {
        max-height: 110px;
        max-width: 165px;
    }
    #sticky-header-with-topbar .container > .row {
        min-height: 88px;
    }

    /* Hide header search — low value on tablet / collapsed nav */
    #sticky-header-with-topbar .container > .row > .col-md-2:last-child,
    #sticky-header-with-topbar .htc__header__search {
        display: none !important;
    }

    /* Hide working hours first; phone stays until smaller breakpoint */
    .header-top-bar__item--hours {
        display: none !important;
    }

    .sticky__header.scroll-header .logo {
        height: auto;
        line-height: 1;
    }

    .sticky__header.scroll-header .logo a img {
        max-height: 110px;
        max-width: 165px;
    }
}

@media (max-width: 991px) {
    #sticky-header-with-topbar .container > .row {
        min-height: 64px;
    }

    .logo {
        padding: 2px 0;
    }

    .logo img {
        max-height: 72px;
        max-width: 108px;
    }

    .sticky__header.scroll-header .logo a img {
        max-height: 72px;
        max-width: 108px;
    }

    /* Meta bar: hours + phone */
    .header-top-bar__group--meta {
        display: none !important;
    }

    /* Social icons — footer / contact page cover these */
    .header-top-bar__group--actions .header__social {
        display: none !important;
    }

    .header-top-bar {
        min-height: 40px;
        padding: 8px 0;
    }

    .htc__contact__address.add-res {
        padding: 20px 0;
    }

    .contact-bar {
        flex-direction: column;
        gap: 10px 16px;
    }

    .contact-bar__divider {
        display: none !important;
    }

    .contact-bar__item--emails {
        display: none !important;
    }

    .contact-bar__text,
    .contact-bar__links a {
        font-size: 14px;
    }

    /* Hide decorative side images — keep stats / mission text */
    .htc__counterup__area.count--2 .row > .col-md-4:first-child {
        display: none !important;
    }

    .htc__counterup__area.count--2 .row > .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .htc__mission__area.bg__gray .mission__split__media {
        display: none !important;
    }

    .htc__mission__area.bg__gray .mission__split__text {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .footer__top--armada {
        padding: 36px 0;
    }

    .site-footer__grid {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .site-footer__services {
        display: none !important;
    }

    .site-footer__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mt--70 {
        margin-top: 48px !important;
    }

    .mt--50 {
        margin-top: 36px !important;
    }

    .mt--40 {
        margin-top: 28px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .main__menu > li > a {
        font-size: 14px;
        letter-spacing: 0;
    }
    .logo img {
        max-height: 130px;
        max-width: 189px;
    }
}

@media (min-width: 1400px) {
    .main__menu > li > a {
        font-size: 18px;
    }
    .logo img {
        max-height: 156px;
        max-width: 240px;
    }
}

/* ---------- Offer / About cards ---------- */
.htc__offer__area.htc__offer--2 > .container > .row,
.htc__offer__area > .container > .row.mt--40 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 36px;
}
.htc__offer__area.htc__offer--2 > .container > .row > [class*="col-"],
.htc__offer__area > .container > .row.mt--40 > [class*="col-"] {
    float: none;
    padding-inline: 28px;
}
@media (min-width: 992px) {
    .htc__offer__area.htc__offer--2 > .container > .row > [class*="col-lg-4"],
    .htc__offer__area > .container > .row.mt--40 > [class*="col-lg-4"] {
        flex: 0 0 30%;
        max-width: 30%;
        width: 30%;
    }
}
.htc__offer__area.htc__offer--2 .offer.separator::before,
.htc__offer__area > .container > .row.mt--40 .offer.separator::before {
    inset-inline-start: auto;
    inset-inline-end: -28px;
}
@media (max-width: 991px) {
    .htc__offer__area.htc__offer--2 > .container > .row > [class*="col-"],
    .htc__offer__area > .container > .row.mt--40 > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .htc__offer__area.htc__offer--2 .offer.separator::before,
    .htc__offer__area > .container > .row.mt--40 .offer.separator::before {
        display: none;
    }
}

.about__inner.about__hober__info {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform-origin: bottom center;
}

.htc__about__area.about--2 .row.mt--70 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.htc__about__area.about--2 .row.mt--70 > [class*="col-"] {
    display: flex;
    flex: 0 0 auto;
    float: none;
    padding-inline: 0;
}
@media (min-width: 992px) {
    .htc__about__area.about--2 .row.mt--70 > [class*="col-"] {
        width: 323px;
        max-width: 323px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .htc__about__area.about--2 .row.mt--70 {
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }
    .htc__about__area.about--2 .row.mt--70 > [class*="col-"] {
        width: 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .htc__about__area.about--2 .row.mt--70 {
        flex-wrap: wrap;
        width: 100%;
    }
    .htc__about__area.about--2 .row.mt--70 > [class*="col-"] {
        width: 50%;
        max-width: 50%;
    }
    .htc__about__area.about--2 .row.mt--70 > [class*="col-"]:last-child {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .htc__about__area.about--2 .row.mt--70 {
        flex-wrap: wrap;
        width: 100%;
    }
    .htc__about__area.about--2 .row.mt--70 > [class*="col-"] {
        width: 100%;
        max-width: 100%;
    }
}
.htc__about__area.about--2 .row.mt--70 .about {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-inline: 0;
    min-height: 353px;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    transition: none;
}
.htc__about__area.about--2 .row.mt--70 .about > .about__inner:not(.about__hober__info) {
    flex: 1;
    min-height: 353px;
    box-sizing: border-box;
    background: #ffffff;
}
.htc__about__area.about--2 .row.mt--70 .about__btn {
    display: none;
}

.page-home .htc__about__area.about--2:not(.about--why-armada) .row.mt--70 .about > .about__inner:not(.about__hober__info) {
    background: var(--hp-surface);
}

.htc__about__area.about--2 .row.mt--70 .about__inner.about__hober__info {
    transition: transform 0.5s ease;
}

.htc__about__area.about--2 .row.mt--70 .about__inner p {
    margin-top: 23px;
}

.htc__about__area.about--2 .row.mt--70 > div:first-child .about__icon,
.htc__about__area.about--2 .row.mt--70 > div:last-child .about__icon {
    top: 2px;
}
.htc__about__area.about--2 .row.mt--70 > div:first-child .about__inner.about__hober__info .about__icon,
.htc__about__area.about--2 .row.mt--70 > div:last-child .about__inner.about__hober__info .about__icon {
    top: 42px;
}

.text__shape {
    text-align: center;
    pointer-events: none;
}

.about--why-armada .text__shape h2 {
    font-size: 100px;
    letter-spacing: 12px;
}

.about--why-armada .row.mt--50 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.about--why-armada .row.mt--50 > [class*="col-"] {
    display: flex;
    flex: 0 0 auto;
    float: none;
    min-width: 0;
    padding-inline: 0;
}

@media (min-width: 992px) {
    .about--why-armada .row.mt--50 > [class*="col-"] {
        width: 280px;
        max-width: 280px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about--why-armada .row.mt--50 {
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }
    .about--why-armada .row.mt--50 > [class*="col-"] {
        width: 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about--why-armada .row.mt--50 {
        flex-wrap: wrap;
        width: 100%;
    }
    .about--why-armada .row.mt--50 > [class*="col-"] {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .about--why-armada .row.mt--50 {
        flex-wrap: wrap;
        width: 100%;
    }
    .about--why-armada .row.mt--50 > [class*="col-"] {
        width: 100%;
        max-width: 100%;
    }
}

.about--why-armada .about {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-inline: 0;
    transition: none;
}

.about--why-armada .about > .about__inner:not(.about__hober__info) {
    flex: 1;
}

.about--why-armada .about__inner.about__hober__info {
    transition: transform 0.5s ease;
}

.about--why-armada .about__icon i {
    color: #fcc236;
    font-size: 50px;
}

.about--why-armada .about__icon {
    top: 6px;
}

.about--why-armada .about__inner.about__hober__info .about__icon {
    top: 48px;
}

/* ---------- Services page — modern bento grid ---------- */
.service__page.bg__gray {
    background: #f4f5f7 !important;
}

.service__page .section__title {
    margin-bottom: 48px;
}

.service__page .services-grid {
    display: grid;
    gap: 22px;
    grid-auto-rows: minmax(200px, auto);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 8px;
    width: 100%;
}

.services-grid__card {
    background: #ffffff;
    border: 1px solid rgba(31, 45, 48, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(31, 45, 48, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.services-grid__card:hover {
    box-shadow: 0 16px 40px rgba(31, 45, 48, 0.12);
    transform: translateY(-4px);
}

.services-grid__card--hero {
    grid-column: span 2;
    grid-row: span 2;
}

.services-grid__card--wide {
    grid-column: span 2;
}

.services-grid__link {
    color: inherit;
    display: flex;
    flex: 1;
    flex-direction: column;
    text-decoration: none;
}

.services-grid__media {
    flex: 1 1 auto;
    min-height: 200px;
    overflow: hidden;
    position: relative;
}

.services-grid__card--hero .services-grid__media {
    min-height: 300px;
}

.services-grid__media img {
    display: block;
    height: 100%;
    inset: 0;
    min-height: 0;
    object-fit: cover;
    position: absolute;
    transition: transform 0.45s ease;
    width: 100%;
}

.services-grid__card:hover .services-grid__media img {
    transform: scale(1.06);
}

.services-grid__overlay {
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(31, 45, 48, 0) 40%, rgba(31, 45, 48, 0.82) 100%);
    display: flex;
    inset: 0;
    justify-content: flex-start;
    padding: 18px;
    position: absolute;
    transition: background 0.3s ease;
}

.services-grid__card:hover .services-grid__overlay {
    background: linear-gradient(180deg, rgba(31, 45, 48, 0.12) 0%, rgba(31, 45, 48, 0.9) 100%);
}

.services-grid__cta {
    background: #fcc236;
    border-radius: 999px;
    color: #1f2d30;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    opacity: 0;
    padding: 8px 16px;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.services-grid__card:hover .services-grid__cta {
    opacity: 1;
    transform: translateY(0);
}

.services-grid__body {
    padding: 18px 20px 20px;
}

.services-grid__body h2 {
    color: #1f2d30;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align: start;
    text-transform: none;
}

.services-grid__card--hero .services-grid__body h2 {
    font-size: 22px;
}

.services-grid__tag {
    color: #b89025;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

html[dir="rtl"] .services-grid__body h2 {
    text-align: right;
}

html[dir="rtl"] .services-grid__overlay {
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .service__page .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-grid__card--hero {
        grid-column: span 2;
        grid-row: span 1;
    }

    .services-grid__card--hero .services-grid__media {
        min-height: 240px;
    }

    .services-grid__card--wide {
        grid-column: span 2;
    }
}

@media (max-width: 575px) {
    .service__page .services-grid {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .services-grid__card--hero,
    .services-grid__card--wide {
        grid-column: span 1;
    }
}

/* ---------- Service detail pages (AR) ---------- */
.htc__blog__details__page--service {
    padding-bottom: 56px !important;
    padding-top: 48px !important;
}

.htc__blog__details__page--service .col-md-9.smt-40,
.htc__blog__details__page--service .col-md-9.xmt-40 {
    margin-top: 0 !important;
}

.htc__blog__details__page--service .htc__single__service {
    width: 100%;
}

.ht__bradcaump__area.bradcaump--service-detail .ht__bradcaump__wrap {
    min-height: 280px;
}

.service-detail-gallery {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    margin-bottom: 28px;
    width: 100%;
}

.service-detail-gallery__item {
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(31, 45, 48, 0.07);
    display: block;
    min-height: 0;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    width: 100%;
}

.service-detail-gallery__item:hover {
    box-shadow: 0 10px 24px rgba(31, 45, 48, 0.12);
    transform: translateY(-2px);
}

.service-detail-gallery__item img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    width: 100%;
}

.service-detail-gallery__item:hover img {
    transform: scale(1.04);
}

/* DOM order: banner, hero, thumb-2, thumb-3 */
.service-detail-gallery__item--banner {
    aspect-ratio: 16 / 5;
    grid-column: 1 / -1;
    grid-row: 1;
    max-height: 250px;
}

.service-detail-gallery__item--hero {
    align-self: stretch;
    grid-column: 1;
    grid-row: 2 / 4;
    min-height: 280px;
}

.service-detail-gallery__item:nth-child(3) {
    aspect-ratio: 4 / 3;
    grid-column: 2;
    grid-row: 2;
}

.service-detail-gallery__item:nth-child(4) {
    aspect-ratio: 4 / 3;
    grid-column: 2;
    grid-row: 3;
}

.service-detail-content .htc__ser__dtl {
    margin-bottom: 24px;
}

.service-detail-content .htc__ser__dtl:last-child {
    margin-bottom: 0;
}

.service-detail-content .title__line--4 {
    color: #1f2d30;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
    text-transform: none;
}

.service-detail-content .htc__ser__dtl:first-child .title__line--4 {
    font-size: 23px;
    margin-bottom: 14px;
}

.service-detail-content p {
    color: #4a5560;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.service-detail-content .ser__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-detail-content .ser__list li {
    border-bottom: 1px solid #e8ecef;
    color: #4a5560;
    font-size: 15px;
    line-height: 1.7;
    padding: 9px 0 9px 20px;
    position: relative;
}

html[dir="rtl"] .service-detail-content .ser__list li {
    padding-left: 0;
    padding-right: 20px;
}

.service-detail-content .ser__list li::before {
    background: #fcc236;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 1.15em;
    width: 6px;
}

html[dir="rtl"] .service-detail-content .ser__list li::before {
    left: auto;
    right: 0;
}

.service-detail-content .ser__list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.service-detail-content .ser__list li strong {
    color: #1f2d30;
    font-weight: 700;
}

@media (max-width: 991px) {
    .service-detail-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
    }

    .service-detail-gallery__item--banner {
        aspect-ratio: 16 / 7;
        grid-column: 1 / -1;
        grid-row: 1;
        max-height: 220px;
    }

    .service-detail-gallery__item--hero {
        grid-column: 1 / -1;
        grid-row: 2;
        min-height: 240px;
    }

    .service-detail-gallery__item:nth-child(3),
    .service-detail-gallery__item:nth-child(4) {
        aspect-ratio: 4 / 3;
        grid-row: 3;
    }

    .service-detail-gallery__item:nth-child(3) {
        grid-column: 1;
    }

    .service-detail-gallery__item:nth-child(4) {
        grid-column: 2;
    }
}

@media (max-width: 575px) {
    .htc__blog__details__page--service {
        padding-top: 36px !important;
        padding-bottom: 44px !important;
    }

    .service-detail-gallery {
        gap: 8px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .service-detail-gallery__item--banner,
    .service-detail-gallery__item--hero,
    .service-detail-gallery__item:nth-child(3),
    .service-detail-gallery__item:nth-child(4) {
        grid-column: 1;
        grid-row: auto;
        min-height: 200px;
    }

    .service-detail-content .title__line--4 {
        font-size: 18px;
    }

    .service-detail-content .htc__ser__dtl:first-child .title__line--4 {
        font-size: 20px;
    }

    .service-detail-content p,
    .service-detail-content .ser__list li {
        font-size: 14px;
    }
}

/* ---------- Latest projects showcase (homepage) ---------- */
.projects-showcase {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(200px, auto));
    width: 100%;
}

.projects-showcase__item {
    background: #1f2d30;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(31, 45, 48, 0.1);
    min-height: 220px;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.projects-showcase__item:hover {
    box-shadow: 0 14px 32px rgba(31, 45, 48, 0.16);
    transform: translateY(-3px);
}

.projects-showcase__item--featured {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    min-height: 440px;
}

.projects-showcase__item--wide {
    grid-column: span 2;
    min-height: 210px;
}

.projects-showcase__link {
    color: #fff;
    display: block;
    height: 100%;
    min-height: inherit;
    position: relative;
    text-decoration: none;
}

.projects-showcase__link img {
    display: block;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}

.projects-showcase__item:hover .projects-showcase__link img {
    transform: scale(1.06);
}

.projects-showcase__caption {
    background: linear-gradient(180deg, rgba(31, 45, 48, 0) 0%, rgba(31, 45, 48, 0.88) 68%, rgba(31, 45, 48, 0.98) 100%);
    bottom: 0;
    left: 0;
    padding: 52px 20px 18px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.projects-showcase__badge {
    background: #fcc236;
    border-radius: 999px;
    color: #1f2d30;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 4px 12px;
}

.projects-showcase__value {
    color: #fcc236;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
}

.projects-showcase__caption h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin: 8px 0 6px;
}

.projects-showcase__item--featured .projects-showcase__caption h3 {
    font-size: 24px;
}

.projects-showcase__item--wide .projects-showcase__caption h3 {
    font-size: 19px;
}

.projects-showcase__caption p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.projects-showcase__caption p .fa {
    color: #fcc236;
    margin-inline-end: 6px;
}

html[dir="rtl"] .projects-showcase__caption {
    text-align: right;
}

/* ---------- Projects listing bento grid ---------- */
.projects-bento {
    display: grid;
    gap: 20px;
    grid-auto-rows: minmax(190px, auto);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

.projects-bento__card {
    background: #1f2d30;
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(31, 45, 48, 0.09);
    min-height: 200px;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.projects-bento__card:hover {
    box-shadow: 0 16px 36px rgba(31, 45, 48, 0.16);
    transform: translateY(-4px);
}

.projects-bento__card--hero {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 440px;
}

.projects-bento__card--wide {
    grid-column: span 2;
    min-height: 220px;
}

.projects-bento__card--medium {
    min-height: 210px;
}

.projects-bento__link {
    color: #fff;
    display: block;
    height: 100%;
    min-height: inherit;
    position: relative;
    text-decoration: none;
}

.projects-bento__link img {
    display: block;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}

.projects-bento__card:hover .projects-bento__link img {
    transform: scale(1.06);
}

.projects-bento__caption {
    background: linear-gradient(180deg, rgba(31, 45, 48, 0) 0%, rgba(31, 45, 48, 0.9) 70%, rgba(31, 45, 48, 0.98) 100%);
    bottom: 0;
    left: 0;
    padding: 56px 22px 20px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.projects-bento__badge {
    background: #fcc236;
    border-radius: 999px;
    color: #1f2d30;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 4px 12px;
}

.projects-bento__value {
    color: #fcc236;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.projects-bento__card--hero .projects-bento__value {
    font-size: 16px;
}

.projects-bento__caption h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin: 8px 0 6px;
}

.projects-bento__card--hero .projects-bento__caption h3 {
    font-size: 26px;
}

.projects-bento__card--wide .projects-bento__caption h3 {
    font-size: 20px;
}

.projects-bento__caption p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.projects-bento__caption p .fa {
    color: #fcc236;
    margin-inline-end: 6px;
}

html[dir="rtl"] .projects-bento__caption {
    text-align: right;
}

.htc__latest__project__area .projects-bento {
    margin-top: 8px;
}

@media (min-width: 992px) {
    .projects-bento__card--tail-a {
        grid-column: 2 / 3;
    }

    .projects-bento__card--tail-b {
        grid-column: 3 / 4;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .projects-showcase {
        grid-template-rows: repeat(2, minmax(200px, 1fr));
        gap: 20px;
    }

    .projects-showcase__item--featured {
        min-height: 420px;
    }
}

@media (max-width: 991px) {
    .projects-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }

    .projects-showcase__item--featured,
    .projects-showcase__item--wide {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .projects-showcase__item--featured {
        min-height: 340px;
    }

    .projects-showcase__item {
        min-height: 240px;
    }

    .projects-bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .projects-bento__card--hero,
    .projects-bento__card--wide {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .projects-bento__card--hero {
        min-height: 320px;
    }

    .projects-bento__card--tail-a,
    .projects-bento__card--tail-b {
        grid-column: auto;
    }
}

@media (max-width: 575px) {
    .projects-showcase {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .projects-showcase__item,
    .projects-showcase__item--featured,
    .projects-showcase__item--wide {
        min-height: 260px;
    }

    .projects-showcase__caption h3 {
        font-size: 16px;
    }

    .projects-bento {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .projects-bento__card,
    .projects-bento__card--hero,
    .projects-bento__card--wide {
        min-height: 240px;
    }

    .projects-bento__card--hero .projects-bento__caption h3 {
        font-size: 20px;
    }
}

/* Legacy hover overrides (projects listing pages) ---------- */
.htc__latest__project__area .project__hover__info::before {
    display: none;
}
.htc__latest__project__area .project__hover__info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.htc__latest__project__area .project__action {
    position: static;
    top: auto;
    transform: none;
    width: 100%;
    padding: 12px 16px;
    text-align: center;
}
.htc__latest__project__area .project__action h2,
.htc__latest__project__area .project__action h4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.htc__latest__project__area .project__action h2 {
    line-height: 1.35;
}
.htc__latest__project__area .project__action h4 {
    margin-top: 10px;
}
.htc__latest__project__area .project__action h2 a {
    display: inline-block;
}

.htc__counterup__wrap .funfact {
    text-align: center;
}

/* ---------- Mission area — Bootstrap split (text left, image right) ---------- */
.htc__mission__area.bg__gray .mission__split {
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

html[dir="rtl"] .htc__mission__area.bg__gray .mission__split__text {
    direction: rtl;
    text-align: right;
}

.htc__mission__area.bg__gray .htc__offer__thumb {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    margin: 0;
    overflow: hidden;
}

.htc__mission__area.bg__gray .htc__offer__thumb__inner {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.htc__mission__area.bg__gray .htc__offer__thumb__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(to left, #fafafa 0%, rgba(250, 250, 250, 0.88) 8%, transparent 22%),
        linear-gradient(to bottom, #fafafa 0%, rgba(250, 250, 250, 0.9) 10%, transparent 20%),
        linear-gradient(to top, #fafafa 0%, rgba(250, 250, 250, 0.9) 10%, transparent 20%);
}

.htc__mission__area.bg__gray .htc__offer__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 992px) and (max-width: 1169px) {
    .htc__mission__area.bg__gray .htc__offer__thumb {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .htc__mission__area.bg__gray .mission__split__media {
        margin-top: 8px;
    }

    .htc__mission__area.bg__gray .htc__offer__thumb__inner {
        aspect-ratio: 16 / 9;
    }

    .htc__mission__area.bg__gray .htc__mission__container {
        padding-top: 40px;
        padding-bottom: 0;
    }
}

/* ---------- ISO / achievements testimonial ---------- */
.testimonial--achievements-full .htc__testimonial__wrap {
    width: 100%;
    max-width: 100%;
}
.testimonial--achievements-full .section__title.text-center p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial--achievements-full .testimonial__activation {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.testimonial--achievements-full .testimonial__thumb {
    float: none;
    min-width: 0;
    flex: 0 0 auto;
    width: fit-content;
    max-width: none;
    margin-inline-start: 64px;
    margin-inline-end: 0;
    line-height: 0;
}
.testimonial--achievements-full .testimonial__thumb img {
    display: block;
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    object-position: center;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.5));
    transform: translateY(-4px);
}

.testimonial--achievements-full .testimonial__thumb--pdf {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    line-height: normal;
    overflow: hidden;
    width: 272px;
}

.testimonial--achievements-full .testimonial__thumb--pdf iframe {
    background: #fff;
    border: 0;
    display: block;
    height: 360px;
    width: 272px;
}

.testimonial--achievements-full .testimonial__thumb--pdf .cert-pdf-open {
    background: #1f2d30;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 12px;
    text-align: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.testimonial--achievements-full .testimonial__thumb--pdf .cert-pdf-open:hover {
    background: #fcc236;
    color: #1f2d30;
}

.testimonial--achievements-full .testimonial__details {
    flex: 1;
    padding-inline-end: 24px;
}
.testimonial--achievements-full .tes__icon {
    float: inline-start;
    margin-bottom: 12px;
    margin-inline: 0;
    position: relative;
    transform: translateX(-14px);
}

.testimonial--achievements-full.testimonial--certifications-strip .tes__icon {
    transform: translateX(-14px);
}
.testimonial--achievements-full .htc__testimonial__wrap .slick-dots {
    right: 50%;
    left: auto;
    transform: translateX(50%);
    bottom: 0;
    width: auto;
}
@media (max-width: 767px) {
    .testimonial--achievements-full .testimonial {
        flex-direction: column;
        text-align: center;
    }
    .testimonial--achievements-full .testimonial__thumb {
        margin: 0 auto 24px;
        flex: 0 0 auto;
        width: fit-content;
        max-width: 100%;
    }
    .testimonial--achievements-full .testimonial__thumb img {
        transform: none;
        max-height: 360px;
    }
    .testimonial--achievements-full .testimonial__thumb--pdf {
        max-width: 100%;
        width: min(272px, 100%);
    }
    .testimonial--achievements-full .testimonial__thumb--pdf iframe {
        height: 320px;
        width: 100%;
    }
    .testimonial--achievements-full .testimonial__details {
        text-align: center;
    }
    .testimonial--achievements-full .tes__icon {
        display: inline-block;
        float: none;
        transform: none;
    }
}

/* ---------- Brand strip / client carousel ---------- */
.htc__brand__area--home-top {
    padding-top: 70px;
    padding-bottom: 80px;
}

.htc__brand__area--home-top .section__title p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 0;
}

.htc__brand__area--home-top .row.mt--50 {
    margin-top: 22px;
}

.brand__list {
    text-align: center;
}

.brand__carousel__wrap {
    position: relative;
    padding: 10px 52px 12px;
    overflow-x: clip;
}

.htc__brand__area--home-top .container {
    overflow-x: clip;
}

.brand__activation.owl-carousel .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 12px;
}

.brand__activation {
    position: relative;
}

.brand__activation .client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    text-align: center;
}

.brand__activation .client-logo a,
.brand__activation .client-logo__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border: 1px solid rgba(31, 45, 48, 0.08);
    border-radius: 14px;
    padding: 10px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    transform-origin: center center;
    will-change: transform;
    cursor: zoom-in;
    text-decoration: none;
}

.brand__activation .client-logo a:hover,
.brand__activation .client-logo__link:hover {
    transform: translateY(-4px);
    border-color: rgba(184, 144, 37, 0.45);
    box-shadow: 0 10px 28px rgba(31, 45, 48, 0.1);
    position: relative;
    z-index: 2;
}

.brand__activation .client-logo img,
.client__logo img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.brand__activation .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
}

.brand__activation.owl-carousel .owl-item img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.brand__activation .owl-nav div {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 1;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.brand__activation .owl-nav div.owl-prev {
    left: -8px;
}

.brand__activation .owl-nav div.owl-next {
    right: -8px;
    left: auto;
}

.brand__activation .owl-nav div i {
    color: #1f2d30;
    font-size: 44px;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.brand__activation .owl-nav div:hover i {
    color: #fcc236;
}

.brand__activation.owl-theme .owl-nav [class*="owl-"] {
    background: transparent !important;
    opacity: 1;
    padding: 0;
}

.brand__activation.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
}

.brand__activation.owl-theme .owl-nav {
    margin-top: 0;
}

/* Hero slider — arrow-only nav, golden hover */
.slider__activation__wrap .owl-nav div {
    height: auto;
    line-height: 1;
    width: auto;
}

.slider__activation__wrap .owl-nav div i {
    color: #ffffff;
    font-size: 48px;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.slider__activation__wrap.owl-theme .owl-nav [class*="owl-"] {
    background: transparent !important;
    opacity: 1;
    padding: 0;
}

.slider__activation__wrap.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
}

.slider__activation__wrap.owl-theme .owl-nav [class*="owl-"]:hover i {
    color: #fcc236;
}

.slider__activation__wrap.owl-theme .owl-nav {
    margin-top: 0;
}

.client-logo-lightbox .mfp-img {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
}

.client-logo-lightbox .mfp-figure::after {
    background: #1f2d30;
}

.client-logo-lightbox .mfp-title {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .brand__carousel__wrap {
        padding: 8px 40px 10px;
    }
    .brand__activation .owl-nav div.owl-prev {
        left: -4px;
    }
    .brand__activation .owl-nav div.owl-next {
        right: -4px;
    }
    .brand__activation .owl-nav div i {
        font-size: 36px;
    }
    .brand__activation .client-logo,
    .brand__activation .client-logo a,
    .brand__activation .client-logo__link,
    .brand__activation .client-logo img,
    .brand__activation.owl-carousel .owl-item img {
        width: 88px;
        height: 88px;
        max-width: 88px;
        max-height: 88px;
    }
    .brand__activation .owl-item {
        min-height: 104px;
    }
}

/* ---------- Vendor registration downloads ---------- */
.vendor-downloads {
    background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
    border: 1px solid #e8ecef;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(31, 45, 48, 0.06);
    overflow: hidden;
    padding: 0;
    position: relative;
}

.vendor-downloads::before {
    background: linear-gradient(90deg, #fcc236, #f0a500);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.vendor-downloads__inner {
    padding: 28px 32px 32px;
}

.vendor-downloads__title {
    color: #1f2d30;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
}

.vendor-downloads__intro {
    color: #6b7a85;
    line-height: 1.75;
    margin: 0 0 22px;
    text-align: center;
}

.vendor-downloads__list {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .vendor-downloads__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.vendor-downloads__list li {
    margin: 0;
}

.vendor-downloads__list a {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #eef1f4;
    border-radius: 10px;
    color: #1f2d30;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    height: 100%;
    line-height: 1.55;
    padding: 16px 14px;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vendor-downloads__list a:hover {
    border-color: rgba(252, 194, 54, 0.55);
    box-shadow: 0 6px 18px rgba(31, 45, 48, 0.08);
    color: #1f2d30;
    transform: translateY(-2px);
}

.vendor-downloads__list .fa {
    color: #fcc236;
    flex-shrink: 0;
    font-size: 18px;
    margin-top: 2px;
}

/* ---------- Contact page (layout & map) ---------- */
.contact-info-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .contact-info-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.contact-info-card {
    background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
    border: 1px solid #e8ecef;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(31, 45, 48, 0.06);
    padding: 28px 24px;
    position: relative;
    text-align: center;
}

.contact-info-card::before {
    background: linear-gradient(90deg, #fcc236, #f0a500);
    border-radius: 16px 16px 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.contact-info-card__icon {
    align-items: center;
    background: #fffbeb;
    border-radius: 50%;
    color: #fcc236;
    display: inline-flex;
    font-size: 28px;
    height: 64px;
    justify-content: center;
    margin: 8px 0 16px;
    width: 64px;
}

.contact-info-card__title {
    color: #1f2d30;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
}

.contact-info-card__main {
    color: #4a5560;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.contact-info-card__main a {
    color: #1f2d30;
    text-decoration: none;
}

.contact-info-card__main a:hover {
    color: #fcc236;
}

.contact-info-card__hint {
    color: #6b7a85;
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0;
}

.contact-info-card__hint a {
    color: #6b7a85;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contact-info-card__hint a:hover {
    color: #fcc236;
}

.contact-info-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: start;
}

.contact-info-card__list li {
    align-items: baseline;
    display: grid;
    gap: 4px 10px;
    grid-template-columns: minmax(72px, auto) 1fr;
    margin: 0;
    padding: 8px 0;
}

.contact-info-card__list li + li {
    border-top: 1px solid #eef1f4;
}

.contact-info-card__label {
    color: #6b7a85;
    font-size: 13px;
    font-weight: 600;
}

.contact-info-card__list a {
    color: #1f2d30;
    font-size: 14px;
    text-decoration: none;
    word-break: break-all;
}

.contact-info-card__list a:hover {
    color: #fcc236;
}

html[dir="rtl"] .contact-info-card__list {
    text-align: start;
}

.quote-form-wrap__subtitle {
    color: #fcc236;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 10px;
}

#quote-form.htc__contact__area {
    background: #f4f6f8;
}

.htc__contact__area .htc__address__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 72px 100px;
    margin-top: 50px;
}

.htc__contact__area .htc__address__container .ct__address + .ct__address {
    margin-inline-start: 0;
}

.htc__contact__area .ct__address {
    display: flex;
    align-items: center;
}

.htc__contact__area .ct__address__icon {
    margin-inline-start: 32px;
    margin-inline-end: 0;
    flex-shrink: 0;
}

.htc__contact__area .ct__details {
    text-align: center;
}

.htc__contact__area .ct__details p {
    margin: 0;
}

.htc__contact__area .ct__details p + p {
    margin-top: 8px;
}

.htc__contact__area .ct__details a.contact-phone {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
    text-align: center;
}

.htc__contact__area .map__contacts {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.htc__contact__area .contact-map-embed {
    border: 1px solid #e8ecef;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(31, 45, 48, 0.08);
    display: block;
    height: 470px;
    min-height: 470px;
    overflow: hidden;
    width: 100%;
    background: #e8e8e8;
    z-index: 1;
}

.contact-map-embed__iframe,
.contact-map-embed--fallback iframe {
    border: 0;
    display: block;
    height: 470px;
    width: 100%;
}

.htc__contact__area .map__contacts .leaflet-container {
    border-radius: 16px;
    height: 470px;
    min-height: 470px;
    width: 100%;
    font-family: inherit;
}

.contact-map-actions {
    margin: 14px 0 0;
    text-align: center;
}

.contact-map-actions a {
    color: #1f2d30;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.contact-map-actions a:hover {
    color: #fcc236;
}

.contact-map-actions .fa {
    color: #fcc236;
}

/* Contact bar above footer */
.htc__contact__address.add-res {
    padding: 28px 0;
}

.contact-bar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    justify-content: center;
}

.contact-bar__item {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-bar__icon {
    color: #fcc236;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1;
}

.contact-bar__text,
.contact-bar__links a {
    color: #fafafa;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.contact-bar__links a:hover,
.contact-bar__text:hover {
    color: #fcc236;
}

.contact-bar__links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 10px;
}

.contact-bar__sep {
    color: rgba(250, 250, 250, 0.35);
    font-size: 15px;
    user-select: none;
}

.contact-bar__divider {
    align-self: stretch;
    background: rgba(250, 250, 250, 0.22);
    flex-shrink: 0;
    width: 1px;
    min-height: 22px;
}

.contact-bar__item--emails {
    max-width: 100%;
}

.htc__contact__wrap .ht__address__inner:last-child {
    align-self: center;
    align-items: center;
}
.htc__contact__wrap .ht__address__inner:last-child .ht__address__icon {
    float: none;
}
.htc__contact__wrap .ht__address__inner:last-child .ht__address__details {
    margin-top: 0;
    display: flex;
    align-items: center;
}
.htc__contact__wrap .ht__address__inner:last-child .ht__address__details p {
    margin: 0;
}

.ht__address__details a.contact-phone {
    direction: ltr;
    unicode-bidi: embed;
    display: inline-block;
}

.copyright__inner {
    text-align: center;
}

/* ---------- Site footer ---------- */
.footer__top--armada {
    isolation: isolate;
    padding: 52px 0;
    position: relative;
}

.footer__top--armada::before {
    background: rgba(12, 20, 22, 0.86);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
}

.footer__top--armada > .container {
    position: relative;
    z-index: 1;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.15fr) auto;
    gap: 40px 48px;
    align-items: start;
}

.site-footer__about {
    min-width: 0;
}

.site-footer__services {
    min-width: 0;
}

.site-footer__title {
    color: #fcc236;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.site-footer__text {
    color: #f8f8f8;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    max-width: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.site-footer__links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__links a {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 3px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: color 0.2s ease;
    white-space: nowrap;
}

.site-footer__links a:hover {
    color: #fcc236;
}

.site-footer__follow .footer__social {
    justify-content: flex-start;
    margin-top: 4px;
}

.header__top__right {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: flex-end;
}

/* ---------- Header top bar ---------- */
.htc__header__top.bg__cat--1 {
    border-bottom: 1px solid rgba(252, 194, 54, 0.22);
}

.header-top-bar {
    align-items: center;
    display: grid;
    gap: 10px 20px;
    grid-template-columns: 1fr auto 1fr;
    min-height: 46px;
    padding: 9px 0;
}

.header-top-bar__group--meta {
    grid-column: 2;
    align-self: center;
    justify-content: center;
    justify-self: center;
}

html[lang="en"] .header-top-bar__group--meta {
    grid-column: 1;
    justify-content: flex-start;
    justify-self: start;
}

html[lang="en"] .header-top-bar__group--meta .header-top-bar__item > .header-top-bar__hours {
    direction: ltr;
}

/* ---------- English (LTR) homepage mirrors ---------- */
html[lang="en"] .slider__inner {
    direction: ltr;
    text-align: left;
}

html[lang="en"] .slider__inner h1,
html[lang="en"] .slider__inner h4 {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

html[lang="en"] .slider__inner p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    text-align: center;
}

html[lang="en"] .slider__inner .slider__btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

html[dir="rtl"] .slider__inner .slider__btn {
    display: flex;
    justify-content: flex-end;
    text-align: left;
    width: 100%;
}

html[lang="en"] .testimonial--certifications-strip .testimonial__details {
    display: block;
    margin-inline-start: 20px;
    max-width: none;
    padding-inline-end: 24px;
    text-align: left;
}

html[lang="en"] .testimonial--certifications-strip .testimonial__details > p,
html[lang="en"] .testimonial--certifications-strip .testimonial__details > h2,
html[lang="en"] .testimonial--certifications-strip .testimonial__details > h4 {
    margin-left: 0;
    margin-right: 0;
}

html[lang="en"] .testimonial--certifications-strip .testimonial__details > p {
    margin-bottom: 12px;
}

html[lang="en"] .testimonial--certifications-strip .testimonial__details > h2 {
    margin-top: 0;
    margin-bottom: 6px;
}

html[lang="en"] .htc__offer__area > .container > .row.mt--40 .offer__details h2 {
    text-transform: none;
    font-size: 26px;
    letter-spacing: 0;
}

html[lang="en"] .htc__offer__area > .container > .row.mt--40 .offer__details h2 a {
    display: inline-block;
    white-space: nowrap;
}

html[lang="en"] .htc__offer__area > .container > .row.mt--40 .offer__details h2 a .offer-stat__unit {
    font-size: 0.72em;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

html[lang="en"] .htc__offer__area > .container > .row.mt--40 .offer__details {
    overflow: visible;
}

html[lang="en"] .header-top-bar__group--meta .header-top-bar__item--hours,
html[lang="en"] .header-top-bar__group--meta .header-top-bar__item--phone {
    flex-direction: row;
}

html[lang="en"] .htc__mission__area.bg__gray .mission__split {
    flex-direction: row-reverse;
}

html[lang="en"] .htc__mission__area.bg__gray .mission__split__text {
    direction: ltr;
    text-align: left;
}

html[lang="en"] .htc__mission__area.bg__gray .htc__offer__thumb__inner::before {
    background:
        linear-gradient(to right, #fafafa 0%, rgba(250, 250, 250, 0.88) 8%, transparent 22%),
        linear-gradient(to bottom, #fafafa 0%, rgba(250, 250, 250, 0.9) 10%, transparent 20%),
        linear-gradient(to top, #fafafa 0%, rgba(250, 250, 250, 0.9) 10%, transparent 20%);
}

html[lang="en"] .testimonial--certifications-strip .tes__icon i.fa-quote-right::before {
    content: "\f10d";
}

html[dir="rtl"] .testimonial--certifications-strip .testimonial__details {
    display: block;
    padding-inline-end: 8px;
    text-align: right;
}

html[dir="rtl"] .testimonial--certifications-strip .testimonial__details > p,
html[dir="rtl"] .testimonial--certifications-strip .testimonial__details > h2,
html[dir="rtl"] .testimonial--certifications-strip .testimonial__details > h4 {
    margin-left: 0;
    margin-right: 0;
}

html[dir="rtl"] .testimonial--certifications-strip .testimonial__details > p {
    margin-bottom: 12px;
}

html[dir="rtl"] .testimonial--certifications-strip .testimonial__details > h2 {
    margin-top: 0;
    margin-bottom: 6px;
}

.testimonial--certifications-strip .tes__icon {
    display: none;
}

.header-top-bar__group--actions {
    grid-column: 3;
    align-items: center;
    align-self: center;
    justify-content: flex-end;
    justify-self: end;
}

.header-top-bar__group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.header-top-bar__group--actions .header__social,
.header-top-bar__group--actions .header-lang-switch,
.header-top-bar__group--actions .header-top-auth,
.header-top-bar__group--actions .header-top-bar__divider {
    align-self: center;
}

.header-top-bar__item {
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    gap: 8px;
    line-height: 1.35;
    white-space: nowrap;
}

.header-top-bar__item--hours {
    direction: ltr !important;
    flex-direction: row;
    unicode-bidi: isolate;
}

.header-top-bar__group--meta .header-top-bar__item {
    gap: 8px;
}

.header-top-bar__group--meta .header-top-bar__item > .header-top-bar__hours {
    border-collapse: separate;
    border-spacing: 0.35em 0;
    direction: rtl;
    display: inline-table !important;
    line-height: 1;
    margin: 0;
    transform: translateY(1px);
    unicode-bidi: isolate;
    vertical-align: middle;
}

.header-top-bar__hours td {
    border: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    padding: 0;
    text-align: start;
    vertical-align: baseline;
    white-space: nowrap;
}

.header-top-bar__hours-sep {
    text-align: center;
}

html[dir="rtl"] .header-top-bar__item--hours {
    direction: ltr !important;
}

html[dir="rtl"] .header-top-bar__hours {
    direction: rtl !important;
}

.header-top-bar__group--meta .header-top-bar__item > span {
    align-items: center;
    display: inline-flex;
    line-height: 1;
    transform: translateY(1px);
}

.header-top-bar__item--phone span[dir="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

.header-top-bar__item--phone {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.header-top-bar__item--phone:hover {
    color: #fcc236;
}

.header-top-bar__icon {
    align-items: center;
    color: #fcc236;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 13px;
    height: 1em;
    justify-content: center;
    line-height: 1;
}

.header-top-bar__divider {
    align-self: center;
    background: rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
    height: 18px;
    width: 1px;
}

.header-lang-switch--pill {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    box-sizing: border-box;
    display: inline-flex;
    height: 28px;
    line-height: 1;
    padding: 0 12px;
}

.header-top-auth {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    gap: 8px;
    height: 28px;
    line-height: 1;
    transform: translateY(1px);
}

.header-top-auth a {
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    display: inline-flex;
    height: 100%;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.header-top-auth a:hover {
    color: #fcc236;
}

.header-top-auth__sep {
    align-self: center;
    color: rgba(255, 255, 255, 0.35);
    font-size: 14px;
    line-height: 1;
    transform: translateY(4px);
    user-select: none;
}

.header__social {
    align-items: center;
    align-self: center;
    display: inline-flex;
    gap: 10px;
    height: 28px;
}

.header__social a {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    height: 30px;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    width: 30px;
}

.header__social a:hover {
    background: #fcc236;
    border-color: #fcc236;
    color: #1f2d30;
}

@media (max-width: 991px) {
    .header-top-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0;
    }

    .header-top-bar__group--meta,
    .header-top-bar__group--actions {
        grid-column: auto;
        justify-content: center;
        justify-self: center;
        width: 100%;
    }

    html[lang="en"] .header-top-bar {
        justify-content: space-between;
    }

    html[lang="en"] .header-top-bar__group--meta,
    html[lang="en"] .header-top-bar__group--actions {
        justify-content: flex-start;
        justify-self: start;
        width: auto;
    }

    html[lang="en"] .header-top-bar__group--actions {
        justify-content: flex-end;
        justify-self: end;
        margin-inline-start: auto;
    }

    .header-top-bar__divider {
        display: none;
    }
}

@media (max-width: 575px) {
    .header-top-bar__group--actions {
        gap: 10px 12px;
    }

    .header-top-bar__item,
    .header-top-auth {
        font-size: 12px;
    }

    .header-lang-switch--pill {
        padding: 4px 10px;
    }

    html[lang="en"] .header-top-bar {
        align-items: center;
        flex-direction: column;
        gap: 8px;
    }

    html[lang="en"] .header-top-bar__group--meta,
    html[lang="en"] .header-top-bar__group--actions {
        justify-content: center;
        margin-inline-start: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ht__bradcaump__wrap {
        height: 260px;
        padding-inline: 15px;
    }

    .bradcaump__inner h2.bradcaump-title {
        font-size: 30px;
        hyphens: auto;
        line-height: 1.25;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .bradcaump-inner,
    .bradcaump-inner a,
    .bradcaump-inner span {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .ht__bradcaump__wrap {
        height: 220px;
    }

    .bradcaump__inner h2.bradcaump-title {
        font-size: 24px;
        letter-spacing: 0.02em;
    }
}

.copyright {
    padding: 0;
}

.copyright__bar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: space-between;
    min-height: 64px;
    padding: 0;
}

.copyright__bar .copyright__text,
.copyright__bar .footer__secondary {
    align-self: center;
    margin: 0;
}

.footer__secondary {
    align-items: center;
    display: flex;
}

.footer__secondary-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__secondary-links li {
    align-items: center;
    display: flex;
}

.copyright__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.footer__secondary-links a {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    opacity: 0.92;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.footer__secondary-links a:hover {
    color: #1f2d30;
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.testimonial--certifications-strip {
    isolation: isolate;
    padding-top: 64px;
    padding-bottom: 64px;
}

.testimonial--certifications-strip[data--gray__overlay]::before {
    background: rgba(20, 30, 32, 0.92);
    opacity: 1;
}

.testimonial--certifications-strip .container {
    position: relative;
    z-index: 2;
}

.testimonial--certifications-strip .certifications-strip__head {
    margin: 0 auto 36px;
    max-width: 720px;
}

.testimonial--certifications-strip .certifications-strip__head .title__line {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.testimonial--certifications-strip .certifications-strip__head .title__line .text--theme {
    color: #fcc236;
}

.testimonial--certifications-strip .certifications-strip__head p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.75;
    margin: 14px auto 0;
    max-width: 640px;
    width: 100%;
}

.testimonial--certifications-strip .certifications-strip__head::after {
    background: #fcc236;
    border-radius: 2px;
    content: "";
    display: block;
    height: 3px;
    margin: 18px auto 0;
    width: 56px;
}

.testimonial--certifications-strip .certifications-strip {
    margin: 0 auto;
    max-width: 1000px;
}

.testimonial--certifications-strip .testimonial__activation {
    padding-bottom: 44px;
}

.testimonial--certifications-strip .testimonial__details p {
    color: rgba(255, 255, 255, 0.9);
}

.testimonial--certifications-strip .testimonial__details h2,
.testimonial--certifications-strip .testimonial__details h2 a {
    color: #ffffff;
}

.testimonial--certifications-strip .testimonial__details h2 a:hover {
    color: #fcc236;
}

.testimonial--certifications-strip .testimonial__details h4 {
    color: rgba(255, 255, 255, 0.72);
}

.testimonial--certifications-strip .tes__icon i {
    color: #fcc236;
}

.testimonial--certifications-strip .htc__testimonial__wrap .slick-dots li button::before {
    color: rgba(255, 255, 255, 0.45);
}

.testimonial--certifications-strip .htc__testimonial__wrap .slick-dots li.slick-active button::before {
    color: #fcc236;
}

/* ---------- Homepage quote strip ---------- */
.home-quote-strip {
    position: relative;
}

.home-quote-strip--theme {
    background: linear-gradient(135deg, #1f2d30 0%, #152023 55%, #1a2830 100%);
    overflow: hidden;
}

.home-quote-strip--theme::before {
    background: radial-gradient(circle at 20% 20%, rgba(252, 194, 54, 0.14) 0%, transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(252, 194, 54, 0.08) 0%, transparent 40%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.home-quote-strip--theme > .container {
    position: relative;
    z-index: 1;
}

.home-quote-strip__grid {
    align-items: stretch;
    display: grid;
    gap: 36px 48px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.home-quote-strip__title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 14px;
}

.home-quote-strip__title .text--theme {
    color: #fcc236;
}

.home-quote-strip__intro p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.75;
    margin: 0 0 12px;
}

.home-quote-strip__hint {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 15px !important;
}

.home-quote-strip__hint a {
    color: #fcc236;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-quote-strip__hint a:hover {
    color: #fff;
}

.home-quote-strip__form {
    background: #ffffff;
    border: 1px solid rgba(252, 194, 54, 0.35);
    border-radius: 8px;
    border-top: 4px solid #fcc236;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
    padding: 28px 28px 22px;
}

.home-quote-strip__form .single__cl__form input,
.home-quote-strip__form .single__cl__message textarea {
    background: #f8f9fa;
    border: 1px solid #d8dde0;
    color: #1f2d30;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-quote-strip__form .single__cl__form input:focus,
.home-quote-strip__form .single__cl__message textarea:focus {
    background: #fff;
    border-color: #fcc236;
    box-shadow: 0 0 0 3px rgba(252, 194, 54, 0.2);
    outline: none;
}

.home-quote-strip__form .single__cl__form--full input {
    width: calc(100% - 30px);
}

.home-quote-strip__form .clint__submit__btn {
    margin-top: 8px;
    text-align: left;
}

.home-quote-strip__form .htc__btn {
    min-width: 140px;
}

.home-quote-strip__form .form-messege {
    color: #1f2d30;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .home-quote-strip__grid {
        grid-template-columns: 1fr;
    }
    .home-quote-strip__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .testimonial--certifications-strip {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .testimonial--certifications-strip .certifications-strip__head .title__line {
        font-size: 28px;
    }
}

/* ---------- Scroll to top ---------- */
#scrollUp {
    align-items: center;
    background: #1f2d30;
    border: 2px solid #fcc236;
    border-radius: 50%;
    bottom: 28px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    right: 28px;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    width: 48px;
    z-index: 9998;
}

#scrollUp:hover {
    background: #fcc236;
    transform: translateY(-2px);
}

#scrollUp i {
    color: #fcc236;
    font-size: 22px;
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    left: auto;
}

#scrollUp:hover i {
    animation: none;
    color: #1f2d30;
    position: static;
}

.footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 14px;
}

.footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 17px;
    transition: background 0.25s ease, color 0.25s ease;
}

.footer__social a:hover {
    background: #fcc236;
    color: #1f2d30;
}

.copyright__links {
    margin-top: 8px;
}

.copyright__links a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.copyright__links a:hover {
    color: #fcc236;
}

/* ---------- WhatsApp floating button ---------- */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #fff;
    transform: scale(1.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

@media (max-width: 767px) {
    .whatsapp-float {
        bottom: 16px;
        left: 16px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* ---------- Slider headline ----------
   Theme uses fixed px line-height (55px on 66px text) which creates uneven
   gaps when the title wraps. Use a unitless ratio on all breakpoints. */
.slider__inner h1 {
    line-height: 1.15;
}

/* ---------- Progressive collapse (header + sections) ---------- */
@media (max-width: 767px) {
    #sticky-header-with-topbar .container > .row {
        min-height: 52px;
    }

    .logo img {
        max-height: 56px;
        max-width: 84px;
    }

    .sticky__header.scroll-header .logo a img {
        max-height: 56px;
        max-width: 84px;
    }

    /* Login / register links — available in footer on small screens */
    .header-top-bar__group--actions .header-top-auth {
        display: none !important;
    }

    .header-top-bar {
        min-height: 36px;
        padding: 6px 0;
    }

    .text__shape {
        display: none;
    }

    .htc__contact__address.add-res {
        padding: 16px 0;
    }

    .contact-bar {
        flex-direction: column;
        gap: 12px;
        padding-inline: 8px;
    }

    .contact-bar__divider {
        display: none;
    }

    .contact-bar__item {
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .contact-bar__item--emails .contact-bar__links {
        align-items: center;
        flex-direction: column;
        gap: 6px;
    }

    .contact-bar__sep {
        display: none;
    }

    .contact-bar__text,
    .contact-bar__links a {
        font-size: 13px;
        line-height: 1.45;
    }

    .contact-bar__icon {
        font-size: 16px;
    }

    .footer__top--armada {
        padding: 28px 0;
    }

    .footer__top--armada > .container {
        padding-inline: 16px;
    }

    .site-footer__grid {
        gap: 22px;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .site-footer__title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .site-footer__text {
        font-size: 14px;
        line-height: 1.65;
    }

    .site-footer__links {
        gap: 8px 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: center;
    }

    .site-footer__links a {
        font-size: 14px;
        white-space: normal;
    }

    .site-footer__follow .footer__social {
        justify-content: center;
    }

    .mt--70 {
        margin-top: 36px !important;
    }

    .mt--50 {
        margin-top: 28px !important;
    }

    .mt--40 {
        margin-top: 22px !important;
    }

    .career-steps {
        margin-top: 36px;
        gap: 20px;
    }

    .career-step {
        padding: 28px 18px;
    }

    .career-step__icon {
        font-size: 44px;
    }

    .htc__about__area.about--2 .row.mt--70 .about,
    .htc__about__area.about--2 .row.mt--70 .about > .about__inner:not(.about__hober__info) {
        min-height: 280px;
    }
}

@media (max-width: 575px) {
    #sticky-header-with-topbar .container > .row {
        min-height: 48px;
    }

    .logo img {
        max-height: 48px;
        max-width: 72px;
    }

    .sticky__header.scroll-header .logo a img {
        max-height: 48px;
        max-width: 72px;
    }

    .htc__header__top.bg__cat--1 {
        padding: 0;
    }

    .header-top-bar {
        justify-content: center;
        min-height: 32px;
        padding: 5px 0;
    }

    .header-top-bar__group--actions {
        gap: 8px;
        justify-content: center;
        width: 100%;
    }

    .htc__contact__address.add-res {
        padding: 14px 0;
    }

    .contact-bar {
        gap: 10px;
    }

    .contact-bar__text,
    .contact-bar__links a {
        font-size: 12px;
    }

    .footer__top--armada {
        padding: 22px 0;
    }

    .site-footer__grid {
        gap: 18px;
    }

    .site-footer__title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .site-footer__text {
        font-size: 13px;
        line-height: 1.6;
    }

    .site-footer__links {
        gap: 6px 10px;
    }

    .site-footer__links a {
        font-size: 13px;
    }

    .mt--70 {
        margin-top: 28px !important;
    }

    .mt--50 {
        margin-top: 22px !important;
    }

    .mt--40 {
        margin-top: 16px !important;
    }

    .slide__align--center {
        padding: 44px 0;
    }

    .ptb--150 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .ptb--130 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ptb--110,
    .ptb--90 {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .pb--90 {
        padding-bottom: 32px;
    }

    .htc__brand__area--home-top {
        padding-top: 48px;
        padding-bottom: 52px;
    }

    .career-step {
        padding: 22px 16px;
    }

    .career-step__title {
        font-size: 17px;
        margin: 14px 0 8px;
    }

    .about--why-armada .row.mt--50 > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Mobile nav: flat submenus (no +/- expand buttons) */
@media (max-width: 1199px) {
    #sticky-header-with-topbar .mean-expand {
        display: none !important;
    }

    #sticky-header-with-topbar .mean-nav ul ul {
        display: block;
    }

    #sticky-header-with-topbar .mean-nav ul ul li a {
        font-size: 14px;
        opacity: 0.95;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    #sticky-header-with-topbar .mean-nav ul ul ul li a {
        font-size: 13px;
        padding-inline-start: 24px;
    }
}

/* ---------- Responsive layout (shared) ---------- */
html {
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: clip;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .section__title p {
        width: 78%;
    }
    .slider__inner p {
        width: 85%;
    }
    .main__menu > li > a {
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 991px) {
    .ptb--150 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .ptb--130 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .ptb--110,
    .ptb--90 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .section__title p {
        width: 90%;
    }
    .htc__about__area.about--2 .row.mt--70 {
        flex-wrap: wrap;
        width: 100%;
    }
    .about--why-armada .row.mt--50 {
        flex-wrap: wrap;
        width: 100%;
    }
    .htc__footer__wrap--two-col {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .section__title h2.title__line {
        font-size: 28px;
        line-height: 1.3;
    }
    .section__title p {
        width: 100% !important;
        max-width: none;
        margin-top: 14px;
    }

    .slider__inner h1 {
        font-size: 34px;
        line-height: 1.15;
    }
    .slider__inner p {
        width: 100%;
        font-size: 15px;
        line-height: 26px;
    }
    .slide__align--center {
        padding: 60px 0;
    }

    .ptb--150 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ptb--130 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ptb--110,
    .ptb--90 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .htc__offer__area.htc__offer--2 > .container > .row > [class*="col-"],
    .htc__offer__area > .container > .row.mt--40 > [class*="col-"] {
        padding-inline: 15px;
    }

    .htc__about__area.about--2 .row.mt--70 > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .about--why-armada .row.mt--50 {
        width: 100%;
    }
    .about--why-armada .row.mt--50 > [class*="col-"] {
        width: 50% !important;
        max-width: 50% !important;
    }

    .htc__latest__project__area .project__itm {
        margin-top: 16px;
    }
    .htc__latest__project__area .project__action h2 {
        font-size: 16px;
    }
    .htc__latest__project__area .project__action h4 {
        font-size: 14px;
        margin-top: 8px;
    }

    .brand__carousel__wrap {
        padding: 0 36px;
    }

    .htc__contact__area .contact-info-cards {
        gap: 16px;
    }

    .contact-info-card {
        padding: 22px 18px;
    }

    .contact-info-card__list li {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .htc__contact__area .htc__address__container {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }

    .htc__contact__area .ct__address {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .htc__contact__wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }
    .htc__contact__wrap .ht__address__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-top: 0;
    }
    .htc__contact__wrap .ht__address__icon {
        float: none;
        margin: 0 0 10px;
    }
    .htc__contact__wrap .ht__address__details {
        text-align: center;
        overflow: visible;
        margin-top: 0;
    }

    .htc__footer__wrap--two-col {
        flex-direction: column;
        gap: 36px;
    }
    .copyright__bar {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .footer__secondary-links {
        justify-content: center;
    }
    #scrollUp {
        bottom: 88px;
        height: 44px;
        right: 20px;
        width: 44px;
    }
    body {
        width: 100%;
        max-width: 100%;
    }
    .htc__footer__wrap--two-col .ft__details {
        max-width: none;
    }
    .footer__link--services {
        flex-direction: column;
        gap: 4px;
    }
    .footer__link--services .ft__menu {
        min-width: 0;
        width: 100%;
    }

    .testimonial--achievements-full .testimonial__thumb {
        margin: 0 auto 24px;
    }
    .testimonial--achievements-full .section__title.text-center p {
        max-width: none;
    }

    .htc__brand__area {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .htc__slider__fornt__img {
        display: none;
    }

    .htc__counterup__wrap {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 16px;
        text-align: center;
    }
    .htc__counterup__wrap .funfact + .funfact {
        margin-top: 0;
    }
    .htc__counterup__wrap .fact__title h2 {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    .about--why-armada .row.mt--50 > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .section__title h2.title__line {
        font-size: 24px;
    }
    .slider__inner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .brand__activation .client-logo,
    .brand__activation .client-logo a,
    .brand__activation .client-logo__link,
    .brand__activation .client-logo img,
    .brand__activation.owl-carousel .owl-item img {
        width: 80px;
        height: 80px;
        max-width: 80px;
        max-height: 80px;
    }
    .brand__activation .owl-item {
        min-height: 96px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1170px;
    }
    .section__title p {
        max-width: 720px;
    }
}

/* ---------- Footer secondary links (legacy inline menu) ---------- */
.copyright__inner .footer__secondary {
    margin-bottom: 12px;
}
.ft__menu--inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft__menu--inline a {
    color: inherit;
    opacity: 0.9;
}
.ft__menu--inline a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* ---------- Lazy-loaded images (use loading="lazy" in HTML) ---------- */
img[loading="lazy"] {
    background-color: #f5f5f5;
}

.brand__activation .client-logo img,
.brand__activation .client-logo img[loading="lazy"] {
    background-color: transparent;
}

/* ---------- Homepage section flow & color rhythm ---------- */
.page-home {
    --hp-surface: #f4f5f7;
    --hp-surface-alt: #eef0f2;
    --hp-white: #ffffff;
    --hp-dark: #1f2d30;
    --hp-accent: #fcc236;
    --hp-section-y: 88px;
}

.page-home .wrapper > section {
    padding-bottom: var(--hp-section-y) !important;
    padding-top: var(--hp-section-y) !important;
}

.page-home .wrapper > section.htc__counterup__area.ptb--50:not(.count--2) {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.page-home .htc__offer__area.htc__offer--2.bg__gray,
.page-home .htc__mission__area.bg__gray,
.page-home .htc__counterup__area.count--2.bg__gray {
    background: var(--hp-surface) !important;
}

.page-home .h1__countdown .htc__callto__action {
    padding-bottom: 48px;
    padding-top: 48px;
}

.page-home .htc__brand__area--home-top.bg__white,
.page-home .htc__about__area.bg__white,
.page-home .htc__offer__area.bg__white,
.page-home .htc__latest__project__area.bg__white {
    background: var(--hp-white) !important;
}

.page-home .htc__about__area.about--2:not(.about--why-armada) {
    background: var(--hp-surface) !important;
}

.page-home .htc__best__construction {
    background: var(--hp-white);
}

.page-home .htc__mission__area.bg__white:has(.ceo__message) {
    background: var(--hp-surface-alt) !important;
}

.page-home .htc__brand__area--home-top {
    background: #ffffff !important;
    box-shadow: none;
}

.page-home .htc__mission__area {
    padding-bottom: var(--hp-section-y);
    padding-top: var(--hp-section-y);
}

.page-home .testimonial--certifications-strip {
    padding-bottom: calc(var(--hp-section-y) + 20px) !important;
    padding-top: var(--hp-section-y) !important;
    position: relative;
}

.page-home .testimonial--certifications-strip::after {
    background: linear-gradient(to bottom, rgba(20, 30, 32, 0) 0%, var(--hp-surface) 100%);
    bottom: -1px;
    content: "";
    height: 80px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 2;
}

.page-home .htc__about__area.about--2:not(.about--why-armada) {
    margin-top: -20px;
    padding-top: calc(var(--hp-section-y) + 20px) !important;
}

.page-home .ceo__message {
    background: var(--hp-white);
    border-inline-end: 4px solid var(--hp-accent);
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(31, 45, 48, 0.07);
    line-height: 2;
    padding: 40px;
}

.page-home .ceo__message p {
    font-size: 17px;
    margin: 0;
}

.page-home .ceo__message__sign {
    color: var(--hp-accent);
    font-weight: 700;
    margin-top: 20px;
}

.page-home .home-quote-strip--theme {
    padding-bottom: calc(var(--hp-section-y) - 16px) !important;
}

.page-home .htc__contact__address.add-res.bg__cat--1 {
    border-top: 1px solid rgba(252, 194, 54, 0.18);
    padding-top: 24px;
}

.page-home .wrapper > section + section.bg__white,
.page-home .wrapper > section + section.htc__best__construction {
    position: relative;
}

.page-home .htc__latest__project__area::before,
.page-home .htc__about__area.about--why-armada::before {
    background: linear-gradient(90deg, transparent, rgba(252, 194, 54, 0.45), transparent);
    content: "";
    height: 1px;
    left: 50%;
    max-width: 160px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 22%;
}

@media (max-width: 767px) {
    .page-home {
        --hp-section-y: 72px;
    }

    .page-home .testimonial--certifications-strip::after {
        height: 56px;
    }

    .page-home .htc__about__area.about--2:not(.about--why-armada) {
        margin-top: -12px;
        padding-top: calc(var(--hp-section-y) + 12px) !important;
    }

    .page-home .ceo__message {
        padding: 28px 24px;
    }
}

/* ── Project detail pages ─────────────────────────────────────────────── */

.ht__bradcaump__area.bradcaump--project-detail .ht__bradcaump__wrap {
    min-height: 320px;
}

.htc__project__details__page--modern .htc__single__service--modern {
    margin-bottom: 0;
}

.project-detail-gallery {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    margin-bottom: 0;
    width: 100%;
}

.project-detail-gallery__item {
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(31, 45, 48, 0.07);
    display: block;
    min-height: 0;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    width: 100%;
}

.project-detail-gallery__item:hover {
    box-shadow: 0 10px 24px rgba(31, 45, 48, 0.12);
    transform: translateY(-2px);
}

.project-detail-gallery__item img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    width: 100%;
}

.project-detail-gallery__item:hover img {
    transform: scale(1.04);
}

.project-detail-gallery--n1 {
    grid-template-columns: 1fr;
}

.project-detail-gallery__item--solo {
    aspect-ratio: 16 / 9;
    max-height: 480px;
}

.project-detail-gallery--n2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.project-detail-gallery--n2 .project-detail-gallery__item {
    aspect-ratio: 4 / 3;
}

.project-detail-gallery__item--banner {
    aspect-ratio: 16 / 5;
    grid-column: 1 / -1;
    grid-row: 1;
    max-height: 280px;
}

.project-detail-gallery__item--hero {
    align-self: stretch;
    grid-column: 1;
    grid-row: 2 / 4;
    min-height: 300px;
}

.project-detail-gallery--n3 .project-detail-gallery__item:nth-child(3),
.project-detail-gallery--n4 .project-detail-gallery__item:nth-child(3) {
    aspect-ratio: 4 / 3;
    grid-column: 2;
    grid-row: 2;
}

.project-detail-gallery--n4 .project-detail-gallery__item:nth-child(4) {
    aspect-ratio: 4 / 3;
    grid-column: 2;
    grid-row: 3;
}

.project-detail-sidebar {
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(31, 45, 48, 0.06);
    padding: 28px 24px;
}

.project-detail-sidebar > h2 {
    border-bottom: 2px solid #fcc236;
    color: #1f2d30;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 12px;
}

.project-detail-facts {
    margin: 0;
}

.project-detail-facts__row {
    align-items: baseline;
    border-bottom: 1px solid #e8ecef;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 0;
}

.project-detail-facts__row:last-child {
    border-bottom: none;
}

.project-detail-facts dt {
    color: #1f2d30;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.project-detail-facts dd {
    color: #4a5560;
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    text-align: end;
}

.project-detail-content {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 56px;
}

.project-detail-card {
    background: #f7f9fa;
    border: 1px solid #e8ecef;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 24px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.project-detail-card:hover {
    box-shadow: 0 8px 22px rgba(31, 45, 48, 0.08);
    transform: translateY(-2px);
}

.project-detail-card h3 {
    color: #1f2d30;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 14px;
}

.project-detail-card--intro h3 {
    font-size: 21px;
}

.project-detail-card p {
    color: #4a5560;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.project-detail-facts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-detail-facts-list li {
    border-bottom: 1px solid #e8ecef;
    color: #4a5560;
    font-size: 15px;
    line-height: 1.7;
    padding: 10px 0 10px 20px;
    position: relative;
}

html[dir="rtl"] .project-detail-facts-list li {
    padding-left: 0;
    padding-right: 20px;
}

.project-detail-facts-list li::before {
    background: #fcc236;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 4px;
    position: absolute;
    top: 18px;
    width: 7px;
}

html[dir="rtl"] .project-detail-facts-list li::before {
    left: auto;
    right: 4px;
}

.project-detail-facts-list li:last-child {
    border-bottom: none;
}

.project-related-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

.project-related-card {
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(31, 45, 48, 0.06);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.project-related-card:hover {
    box-shadow: 0 10px 24px rgba(31, 45, 48, 0.12);
    transform: translateY(-3px);
}

.project-related-card__link {
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.project-related-card__link img {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.project-related-card__caption {
    background: #fff;
    flex: 1 1 auto;
    min-height: 88px;
    padding: 16px 18px;
}

.project-related-card__caption h3 {
    color: #1f2d30;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 6px;
}

.project-related-card__caption p {
    color: #6b7a85;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .project-detail-content {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .project-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-detail-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
    }

    .project-detail-gallery__item--banner {
        aspect-ratio: 16 / 7;
        grid-column: 1 / -1;
        grid-row: 1;
        max-height: none;
    }

    .project-detail-gallery__item--hero {
        grid-column: 1 / -1;
        grid-row: 2;
        min-height: 240px;
    }

    .project-detail-gallery--n3 .project-detail-gallery__item:nth-child(3),
    .project-detail-gallery--n4 .project-detail-gallery__item:nth-child(3),
    .project-detail-gallery--n4 .project-detail-gallery__item:nth-child(4) {
        aspect-ratio: 4 / 3;
        grid-row: 3;
    }

    .project-detail-gallery--n3 .project-detail-gallery__item:nth-child(3) {
        grid-column: 1 / -1;
    }

    .project-detail-gallery--n4 .project-detail-gallery__item:nth-child(3) {
        grid-column: 1;
    }

    .project-detail-gallery--n4 .project-detail-gallery__item:nth-child(4) {
        grid-column: 2;
    }
}

@media (max-width: 575px) {
    .project-related-grid {
        grid-template-columns: 1fr;
    }

    .project-detail-gallery,
    .project-detail-gallery--n2 {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .project-detail-gallery__item--banner,
    .project-detail-gallery__item--hero,
    .project-detail-gallery--n3 .project-detail-gallery__item:nth-child(3),
    .project-detail-gallery--n4 .project-detail-gallery__item:nth-child(3),
    .project-detail-gallery--n4 .project-detail-gallery__item:nth-child(4) {
        grid-column: 1;
        grid-row: auto;
    }
}

/* ── Media center ─────────────────────────────────────────────────────── */

#media-items-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#media-items-grid > [class*="col-"] {
    box-sizing: border-box;
    float: none;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    #media-items-grid > .col-md-6 {
        width: 50%;
    }
}

.media-card {
    background: #fafafa;
    border: 1px solid #e8ecef;
    border-inline-start: 4px solid #fcc236;
    border-radius: 8px;
    height: 100%;
    margin-bottom: 0;
    padding: 28px 24px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.media-card:hover {
    box-shadow: 0 8px 22px rgba(31, 45, 48, 0.08);
    transform: translateY(-2px);
}

.media-card__meta {
    color: #999;
    font-size: 14px;
    margin: 0 0 8px;
}

.media-card__badge {
    background: #1f2d30;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
}

.media-card__title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 12px;
}

.media-card__title a {
    color: #1f2d30;
    text-decoration: none;
}

.media-card__title a:hover {
    color: #fcc236;
}

.media-card__summary {
    color: #666;
    line-height: 1.9;
    margin: 0;
}

.media-items-message {
    color: #6b7a85;
    font-size: 16px;
    padding: 2rem 0;
    text-align: center;
}

.media-items-message--error {
    color: #c0392b;
}

/* ── Careers page ─────────────────────────────────────────────────────── */

.career-steps {
    direction: ltr;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 60px;
}

html[dir="rtl"] .career-steps {
    direction: rtl;
}

@media (min-width: 992px) {
    .career-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.career-step {
    background: #fafafa;
    border-top: 4px solid #fcc236;
    height: 100%;
    padding: 40px 25px;
    text-align: center;
}

.career-step__icon {
    color: #fcc236;
    display: block;
    font-size: 60px;
    line-height: 1;
}

.career-step__title {
    font-size: 20px;
    margin: 20px 0 12px;
}

.career-step__text {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.career-form-wrap {
    background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
    border: 1px solid #e8ecef;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(31, 45, 48, 0.08);
    overflow: hidden;
    padding: 0;
    position: relative;
}

.career-form-wrap::before {
    background: linear-gradient(90deg, #fcc236, #f0a500);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.career-form-wrap__head {
    padding: 36px 36px 8px;
    text-align: center;
}

.career-form-wrap__title {
    margin: 0 0 10px;
}

.career-form-wrap__intro,
.career-form-wrap__note {
    color: #6b7a85;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.career-form {
    padding: 8px 36px 36px;
}

.career-form__panel {
    background: #fff;
    border: 1px solid #eef1f4;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 22px 22px 6px;
}

.career-form__panel:last-of-type {
    margin-bottom: 0;
}

.career-form__section {
    align-items: center;
    color: #1f2d30;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
}

.career-form__section::before {
    background: #fcc236;
    border-radius: 2px;
    content: "";
    flex: 0 0 4px;
    height: 22px;
}

.career-form__grid {
    display: grid;
    gap: 14px 16px;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
}

.career-form__grid--2 {
    grid-template-columns: 1fr;
}

.career-form__grid--3 {
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .career-form__grid--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .career-form__grid--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.career-form__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.career-form__field--full {
    grid-column: 1 / -1;
}

.career-form__label {
    color: #4a5560;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.career-form__input,
.career-form__textarea,
.career-form__file {
    background: #f9fafb;
    border: 1px solid #dde3e8;
    border-radius: 8px;
    box-sizing: border-box;
    color: #1f2d30;
    font-family: inherit;
    font-size: 15px;
    margin: 0;
    padding: 12px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    width: 100%;
}

.career-form__input:focus,
.career-form__textarea:focus,
.career-form__file:focus {
    background: #fff;
    border-color: #fcc236;
    box-shadow: 0 0 0 3px rgba(252, 194, 54, 0.18);
    outline: none;
}

.career-form__textarea {
    margin-bottom: 16px;
    min-height: 120px;
    resize: vertical;
}

.career-form__file {
    cursor: pointer;
    padding: 10px 12px;
}

.career-form__other-wrap[hidden] {
    display: none !important;
}

.career-form__other-wrap:not([hidden]) {
    grid-column: 1 / -1;
}

.career-form__certify {
    background: #fffbeb;
    border: 1px solid rgba(252, 194, 54, 0.35);
    border-radius: 10px;
    color: #4a5560;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    padding: 16px 18px;
}

.career-form__certify label {
    cursor: pointer;
    display: block;
    margin: 0;
}

.career-form__certify input {
    accent-color: #1f2d30;
    margin-inline-end: 8px;
    vertical-align: middle;
}

.career-form__submit-wrap {
    margin-top: 24px;
    text-align: center;
}

.career-form__submit {
    min-width: 220px;
}

.career-form-wrap__note {
    border-top: 1px solid #eef1f4;
    margin: 0;
    padding: 20px 36px 28px;
    text-align: center;
}

.career-form__hp {
    height: 0 !important;
    left: -9999px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    top: -9999px !important;
    width: 0 !important;
}

.career-form .row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 767px) {
    .career-form-wrap__head,
    .career-form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .career-form__panel {
        padding: 18px 16px 4px;
    }

    .career-form-wrap__note {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ── Vendor registration dynamic form ───────────────────────────────── */

.vendor-type-picker {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .vendor-type-picker {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.vendor-type-card {
    cursor: pointer;
    display: block;
    margin: 0;
}

.vendor-type-card input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.vendor-type-card__body {
    background: #fff;
    border: 2px solid #e8ecef;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    padding: 22px 20px;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vendor-type-card:hover .vendor-type-card__body {
    border-color: #fcc236;
    box-shadow: 0 8px 24px rgba(31, 45, 48, 0.08);
}

.vendor-type-card.is-selected .vendor-type-card__body,
.vendor-type-card input:checked + .vendor-type-card__body {
    background: linear-gradient(180deg, #fffdf5 0%, #fff 100%);
    border-color: #fcc236;
    box-shadow: 0 10px 28px rgba(252, 194, 54, 0.18);
}

.vendor-type-card__icon {
    color: #fcc236;
    font-size: 34px;
    line-height: 1;
}

.vendor-type-card__title {
    color: #1f2d30;
    font-size: 20px;
    font-weight: 700;
}

.vendor-type-card__desc {
    color: #6b7a85;
    font-size: 14px;
    line-height: 1.6;
}

.vendor-type-panel[hidden] {
    display: none !important;
}

.vendor-panel-hint {
    color: #6b7a85;
    font-size: 14px;
    line-height: 1.7;
    margin: -6px 0 14px;
}

.vendor-repeat-table-wrap {
    margin-bottom: 12px;
    overflow-x: auto;
}

.vendor-repeat-table {
    border-collapse: collapse;
    margin-bottom: 10px;
    min-width: 560px;
    width: 100%;
}

.vendor-repeat-table th,
.vendor-repeat-table td {
    border-bottom: 1px solid #eef1f4;
    padding: 8px 6px;
    text-align: start;
    vertical-align: middle;
}

.vendor-repeat-table th {
    color: #4a5560;
    font-size: 13px;
    font-weight: 600;
}

.vendor-repeat-table .career-form__input {
    min-width: 120px;
}

.vendor-repeat-add {
    background: #fff;
    border: 1px dashed #c5ced6;
    border-radius: 8px;
    color: #1f2d30;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.vendor-repeat-add:hover {
    background: #fffdf5;
    border-color: #fcc236;
}

.vendor-repeat-remove {
    background: transparent;
    border: 0;
    color: #9aa5b1;
    cursor: pointer;
    font-size: 16px;
    padding: 6px;
}

.vendor-repeat-remove:hover {
    color: #c0392b;
}

.vendor-scope-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .vendor-scope-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.vendor-scope-item {
    align-items: center;
    background: #f9fafb;
    border: 1px solid #eef1f4;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 72px;
    margin: 0;
    padding: 10px 12px;
}

.vendor-scope-item span {
    color: #4a5560;
    font-size: 14px;
    font-weight: 600;
}

.vendor-scope-item input {
    background: #fff;
    border: 1px solid #dde3e8;
    border-radius: 6px;
    font-size: 14px;
    padding: 8px 10px;
    text-align: center;
    width: 100%;
}

.vendor-form-wrap .career-form__panel + .career-form__panel {
    margin-top: 0;
}

/* ── Portal login / account request ─────────────────────────────────── */

.ht__bradcaump__area.bradcaump--portal {
    background: rgba(0, 0, 0, 0) url(../images/bg/contact.jpg) no-repeat scroll center center / cover !important;
}

.ht__bradcaump__area.bradcaump--portal .ht__bradcaump__wrap {
    min-height: 240px;
}

.portal-account-panel {
    margin: 0 36px 28px;
}

.portal-account-panel__lead,
.portal-account-panel__contact {
    color: #4a5560;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

.portal-account-panel__contact {
    margin-top: 16px;
}

.portal-account-panel a {
    color: #1f2d30;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.portal-account-panel a:hover,
.portal-account-panel a:focus {
    color: #c8951a;
}

/* ── Privacy policy content ─────────────────────────────────────────── */

.privacy-content {
    color: #444;
    line-height: 1.9;
}

.privacy-content__heading {
    color: #1f2d30;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 30px 0 12px;
}

@media (max-width: 767px) {
    .portal-account-panel {
        margin-left: 20px;
        margin-right: 20px;
    }

    .privacy-content__heading {
        font-size: 20px;
    }
}
