/* ═══════════════════════════════════════════════════════════
   GULFLAB FOOTER
═══════════════════════════════════════════════════════════ */

.gulflab-footer {
    background-color: #121b22;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: rgba(255,255,255,0.75);
    font-size: 14px;
}

/* ── Main area ─────────────────────────────────────────── */

.gf-main {
    padding: 70px 0 50px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* ── Logo ──────────────────────────────────────────────── */

.gf-logo img {
    max-height: 52px;
    width: auto;
    filter: brightness(0) invert(1); /* force white on dark background */
}

/* ── About text ────────────────────────────────────────── */

.gf-about-text {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 22px;
}

/* ── Contact list ──────────────────────────────────────── */

.gf-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gf-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}

.gf-ci-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(var(--themeht-primary-color-rgb, 0,133,185), 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--themeht-primary-color);
    font-size: 13px;
    margin-top: 2px;
}

.gf-contact-list a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.gf-contact-list a:hover {
    color: var(--themeht-primary-color);
}

/* ── Accreditation logos ───────────────────────────────── */

.gf-accreditations {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.gf-accreditations img {
    height: 64px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
    display: block;
    background: #ffffff;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 8px 12px;
    transition: box-shadow 0.25s;
}

.gf-accreditations img:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}

/* ── Social icons ──────────────────────────────────────── */

.gf-socials {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gf-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
}

.gf-socials a:hover {
    background: var(--themeht-primary-color);
    border-color: var(--themeht-primary-color);
    color: #fff;
}

/* ── Column heading ────────────────────────────────────── */

.gf-col-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 12px;
    position: relative;
}

.gf-col-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: var(--themeht-primary-color);
    border-radius: 2px;
}

/* ── Quick links widget ────────────────────────────────── */

/* Strip all default theme widget chrome */
.gf-widget-wrap .widget,
.gf-widget-wrap .widget_nav_menu,
.gf-widget-wrap aside,
.gf-widget-wrap .menu,
.gf-widget-wrap nav {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.gf-widget-wrap .widget-title,
.gf-widget-wrap h2,
.gf-widget-wrap h3 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    padding-bottom: 12px !important;
    position: relative;
    border: none !important;
}

.gf-widget-wrap .widget-title::after,
.gf-widget-wrap h2::after,
.gf-widget-wrap h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: var(--themeht-primary-color);
    border-radius: 2px;
}

.gf-extra-links { margin-top: 0 !important; }

.gf-widget-wrap ul,
.gf-extra-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gf-widget-wrap ul li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s, gap 0.2s;
}

.gf-widget-wrap ul li a::before {
    content: '\F285';
    font-family: 'bootstrap-icons';
    font-size: 12px;
    color: var(--themeht-primary-color);
    flex-shrink: 0;
}

.gf-widget-wrap ul li a:hover {
    color: var(--themeht-primary-color);
    gap: 12px;
}

/* ── Services stat ─────────────────────────────────────── */

.gf-services-stat {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    padding: 20px 24px;
    background: rgba(var(--themeht-primary-color-rgb, 0,133,185), 0.12);
    border-left: 3px solid var(--themeht-primary-color);
    border-radius: 0 10px 10px 0;
}

.gf-stat-number {
    font-size: 38px;
    font-weight: 800;
    color: var(--themeht-primary-color);
    line-height: 1;
    margin-bottom: 4px;
}

.gf-stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;
}

.gf-services-desc {
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.gf-services-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gf-services-highlights li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,0.75);
    font-size: 13px;
}

.gf-services-highlights li i {
    color: var(--themeht-primary-color);
    font-size: 14px;
    flex-shrink: 0;
}

.gf-view-all-link {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--themeht-primary-color);
    text-decoration: none;
    transition: gap 0.2s;
    gap: 4px;
}

.gf-view-all-link:hover {
    color: var(--themeht-primary-color);
    gap: 8px;
}

/* ── Branches ──────────────────────────────────────────── */

.gf-branches {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gf-branch-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 16px 18px;
    transition: background 0.3s, border-color 0.3s;
}

.gf-branch-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(var(--themeht-primary-color-rgb, 0,133,185), 0.4);
}

.gf-branch-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.gf-branch-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--themeht-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
}

.gf-branch-name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.gf-branch-details {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gf-branch-details li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.65);
}

.gf-branch-details li i {
    color: var(--themeht-primary-color);
    font-size: 13px;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

.gf-branch-details a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
}

.gf-branch-details a:hover { color: var(--themeht-primary-color); }

.gf-branch-header {
    justify-content: space-between;
}

.gf-branch-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.gf-branch-wa-icon,
.gf-branch-map-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.25s;
}

.gf-branch-wa-icon {
    background: rgba(37,211,102,0.15);
    border: 1px solid rgba(37,211,102,0.3);
    color: #25D366;
}

.gf-branch-wa-icon:hover {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}


.gf-branch-map-icon {
    background: rgba(66,133,244,0.15);
    border: 1px solid rgba(66,133,244,0.3);
    color: #4285F4;
}

.gf-branch-map-icon:hover {
    background: #4285F4 !important;
    border-color: #4285F4 !important;
    color: #fff;
}

.gf-branch-map-icon:visited {
    color: #fff;
}

/* ── Hide WPML footer language switcher & dev banner ──── */

.wpml-ls-statics-footer,
.wpml-ls-legacy-list-horizontal,
#lang_sel_footer,
.icl_lang_sel_footer { display: none !important; }

/* ── Copyright bar ─────────────────────────────────────── */

.gf-copyright {
    padding: 18px 0;
    background: rgba(0,0,0,0.25);
}

.gf-copyright span,
.gf-copyright p {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    margin: 0;
}

.gf-copyright a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}

.gf-copyright a:hover { color: var(--themeht-primary-color); }

/* ── Responsive ────────────────────────────────────────── */

@media (max-width: 991px) {
    .gf-main { padding: 50px 0 36px; }
}

@media (max-width: 767px) {
    .gf-stat-number { font-size: 30px; }
    .gf-branch-card { padding: 14px; }
}

/* ── Language Switcher ────────────────────────────────────── */

.gf-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 14px;
}

.gf-lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.8);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.25s;
    background: transparent;
}

.gf-lang-btn:hover,
.gf-lang-btn.active {
    background: var(--themeht-primary-color);
    border-color: var(--themeht-primary-color);
    color: #fff;
    text-decoration: none;
}

/* Dark header variant */
.header-2 .gf-lang-btn,
.sticky-header .gf-lang-btn {
    border-color: rgb(0 163 8);
    color: var(--themeht-primary-color);
}

.header-2 .gf-lang-btn:hover,
.header-2 .gf-lang-btn.active,
.sticky-header .gf-lang-btn:hover,
.sticky-header .gf-lang-btn.active {
    background: var(--themeht-primary-color);
    border-color: var(--themeht-primary-color);
    color: #fff;
}
