/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

}

/* ==================================================
   EXECUTIVE SPACES GLOBAL BLACK & GOLD THEME
   For contact.html and facilities.html
   ================================================== */

:root {
    --es-black: #000000;
    --es-dark: #111111;
    --es-gold: #C79A5A;
    --es-gold-hover: #B58745;
    --es-white: #ffffff;
    --es-light-text: #d9d9d9;
    --es-border: rgba(199, 154, 90, 0.35);
}

body {
    background: var(--es-black) !important;
    color: var(--es-white) !important;
}

/* Header */
.ltn__header-top-area,
.ltn__header-middle-area,
.ltn__sticky-bg-white {
    background: var(--es-black) !important;
}

.ltn__top-bar-menu ul li a,
.ltn__main-menu ul li a {
    color: var(--es-white) !important;
}

.ltn__main-menu ul li a:hover,
.ltn__top-bar-menu ul li a:hover,
.ltn__secondary-color {
    color: var(--es-gold) !important;
}

/* Buttons */
.header-top-btn a,
.theme-btn-1,
.btn.theme-btn-1 {
    background: var(--es-gold) !important;
    border-color: var(--es-gold) !important;
    color: var(--es-white) !important;
}

.header-top-btn a:hover,
.theme-btn-1:hover,
.btn.theme-btn-1:hover {
    background: var(--es-gold-hover) !important;
    border-color: var(--es-gold-hover) !important;
    color: var(--es-white) !important;
}

/* Hero/Breadcrumb Areas */
.contact-hero-banner,
.facilities-hero-banner {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    padding-top: 160px;
    padding-bottom: 140px;
}

.facilities-hero-overlay,
.contact-banner-overlay,
.facilities-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.68);
    z-index: 1;
}

.contact-hero-content,
.facilities-hero-content,
.contact-banner-content,
.facilities-banner-content {
    position: relative;
    z-index: 2;
}

.page-title,
.section-title,
.contact-banner-content h2,
.facilities-banner-content h2 {
    color: var(--es-white) !important;
}

.contact-hero-subtitle,
.facilities-hero-subtitle,
.section-title-area p,
.contact-banner-content p,
.facilities-banner-content p {
    color: var(--es-light-text) !important;
}

/* Contact Cards */
.contact-cards-section,
.contact-form-section,
.facilities-section {
    background: var(--es-black) !important;
}

.contact-card,
.contact-form-custom,
.facility-card-dark {
    background: var(--es-dark) !important;
    border: 1px solid var(--es-border);
    box-shadow: none !important;
}

.contact-card h3,
.contact-form-custom h4,
.facility-card-dark h3,
.facility-card-dark h3 a {
    color: var(--es-white) !important;
}

.contact-card p,
.contact-card a,
.contact-form-custom label,
.facility-card-dark p {
    color: var(--es-light-text) !important;
}

.contact-card a:hover,
.facility-card-dark .ltn__service-btn:hover {
    color: var(--es-gold) !important;
}

/* Forms */
.contact-form-custom input,
.contact-form-custom textarea,
.contact-form-custom select,
.nice-select {
    background: #000000 !important;
    border: 1px solid var(--es-border) !important;
    color: var(--es-white) !important;
}

.contact-form-custom input::placeholder,
.contact-form-custom textarea::placeholder {
    color: #bfbfbf !important;
}

.nice-select .current,
.nice-select .list li {
    color: var(--es-white) !important;
}

.nice-select .list {
    background: var(--es-dark) !important;
    border: 1px solid var(--es-border);
}

/* Facilities Cards */
.facility-card-dark {
    padding: 40px 25px;
    min-height: 360px;
    transition: all 0.3s ease;
}

.facility-card-dark:hover {
    border-color: var(--es-gold);
    transform: translateY(-5px);
}

.featured-facility-card {
    border-color: var(--es-gold) !important;
}

.facility-card-dark .ltn__service-btn {
    color: var(--es-gold) !important;
}

/* Banners and CTA */
.contact-banner-section,
.facilities-banner-section,
.facilities-cta-dark,
.call-to-action-inner-6 {
    background: var(--es-black) !important;
    position: relative;
}

.call-to-action-inner-6 h1 {
    color: var(--es-white) !important;
}

.call-to-action-inner-6 p {
    color: var(--es-light-text) !important;
}

/* Footer */
.ltn__footer-area,
.footer-top-area {
    background: var(--es-black) !important;
}

.ltn__copyright-area {
    background: var(--es-dark) !important;
}

.footer-title {
    color: var(--es-gold) !important;
    text-transform: uppercase;
}

.footer-widget p,
.footer-menu ul li a,
.footer-address-info p,
.footer-address-info a,
.ltn__copyright-design p,
.ltn__copyright-menu ul li a {
    color: var(--es-light-text) !important;
}

.footer-menu ul li a:hover,
.footer-address-info a:hover,
.ltn__copyright-menu ul li a:hover {
    color: var(--es-gold) !important;
}

.footer-address-icon i {
    color: var(--es-gold) !important;
}

.ltn__border-top-2 {
    border-top: 1px solid rgba(199, 154, 90, 0.3) !important;
}

/* Mobile Menu */
.ltn__utilize-mobile-menu {
    background: var(--es-black) !important;
}

.ltn__utilize-menu ul li a {
    color: var(--es-white) !important;
}

.ltn__utilize-menu ul li a:hover {
    color: var(--es-gold) !important;
}

/* Preloader */
.preloader {
    background: var(--es-black) !important;
}

.dot1,
.dot2,
.spinner > div {
    background: var(--es-gold) !important;
}

