/* Above-fold critical CSS for app-development-dallas
   Geometry locked so deferred main-style / page CSS cannot CLS the hero. */
:root {
    --clr-pri: #f47a1f;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/poppins/poppins-400.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/poppins/poppins-600.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/poppins/poppins-700.woff2") format("woff2");
}

html,
body {
    overflow-x: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
body {
    font-family: Poppins, sans-serif;
    margin: 0;
    color: #314252;
}
body a {
    text-decoration: none;
}

/* No breadcrumbs on this page — hero sits under fixed header via padding-top only */
.locationgcc_banner.location-dal-banner.hero-lcp {
    height: 100vh !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: none !important;
}
.locationgcc_banner.location-dal-banner.hero-lcp > .container {
    padding-top: 100px !important;
    position: relative;
    z-index: 1;
}
.locationgcc_banner .banenr_content {
    padding-right: 50px;
}
.locationgcc_banner .banenr_content h1 {
    color: #fff;
    font-family: Poppins, sans-serif !important;
    font-size: 48px;
    font-weight: 700 !important;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.locationgcc_banner .banenr_content p,
.locationgcc_banner .banenr_content .main_para {
    color: #fff;
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 24px;
}
.locationgcc_banner .banenr_content .banner-subhead,
.locationgcc_banner .banenr_content h5.banner-subhead {
    color: #f47a14;
    font-family: Poppins, sans-serif !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
}
.locationgcc_banner .banenr_content .border_btn {
    background: #f47a1f;
    color: #fff;
}

body a.border_btn {
    background: #f47a1f;
    border: 2px solid #f47a1f;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    min-width: 180px;
    padding: 0 30px;
    text-align: center;
}
body a.border_btn:hover {
    background: #fff;
    border: 2px solid #f47a1f;
    color: #f47a1f;
}

.banner_form {
    background: #fff;
    border-radius: 15px;
    box-shadow: 7px 1px 100px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    max-width: 520px;
    padding: 40px 55px;
    min-height: 420px;
    box-sizing: border-box;
}
.banner_form h2,
.banner_form .h2 {
    margin-bottom: 20px;
}
.banner_form h2 span,
.banner_form .h2 span {
    color: #f47a1f;
}
.banner_form .banner_form_inner p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
}
.banner_form .banner_form_inner .from_item {
    margin-bottom: 10px;
    position: relative;
}
.banner_form .banner_form_inner .from_item input,
.banner_form .banner_form_inner .from_item textarea {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    padding: 0;
    width: 100%;
}
.banner_form .banner_form_inner .from_item input {
    line-height: 50px;
}
.banner_form .banner_form_inner .from_item textarea {
    height: 100px;
    line-height: normal;
}
.banner_form .banner_form_inner .from_item:after {
    background: #f47a1f;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 48px;
    width: 100px;
}
.banner_form .banner_form_inner .btn_submit {
    background: #fff;
    border: 2px solid #f47a1f;
    border-radius: 50px;
    color: #f47a1f;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    width: 60%;
}
.banner_form .banner_form_inner .btn_submit:hover {
    background: #f47a1f;
    color: #fff;
}

.hero-lcp > .hero-lcp-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    pointer-events: none;
}

/* Trusted strip — reserve space matching final h_city layout */
.trusted-leaders-energy {
    padding: 50px 0 !important;
    min-height: 280px;
    contain: layout style;
}
.trusted-leaders-energy h2 {
    font-family: Poppins, sans-serif !important;
    font-size: clamp(1.15rem, 2vw, 1.75rem);
    font-weight: 700 !important;
    line-height: 1.35;
    min-height: 2.7em;
    margin-bottom: 0;
}
.trusted-leaders-energy hr {
    margin: 30px 0;
    color: #898989;
    height: 1px;
}
.trusted-leaders-energy .top-img {
    /* border: 1px solid #f47a14; — same as original h_city */
    border-radius: 10px;
    padding: 6px 10px;
    text-align: center;
}
.trusted_leaders.swiper-container {
    overflow: hidden;
    max-width: 100%;
}
.trusted_leaders .swiper-wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.trusted_leaders .swiper-slide {
    flex-shrink: 0;
    width: auto;
    min-width: 120px;
}
.trusted-leaders-energy .rating-lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    min-height: 40px;
}
.trusted-leaders-energy .rating-lead .rating-item {
    position: relative;
}
.trusted-leaders-energy .rating-lead .rating-item .rating-content {
    display: flex;
    align-items: center;
}
.trusted-leaders-energy .rating-lead .rating-item .rating-content h5 {
    font-weight: 600;
    margin-bottom: 0;
}
.trusted-leaders-energy .rating-lead .rating-item .rating-content h5 strong {
    color: #898989;
    font-weight: 600;
}
.trusted-leaders-energy .rating-lead .rating-item .rating-content span {
    margin-right: 7px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .locationgcc_banner.location-dal-banner.hero-lcp > .container {
        padding-top: 89px !important;
    }
    .locationgcc_banner .banenr_content {
        padding-right: 45px;
    }
    .locationgcc_banner .banenr_content h1 {
        font-size: 40px;
    }
    .banner_form {
        max-width: 430px;
        padding: 40px;
        min-height: 400px;
    }
    .banner_form h2,
    .banner_form .h2 {
        line-height: 50px;
    }
    .banner_form .banner_form_inner .from_item input,
    .banner_form .banner_form_inner .from_item textarea {
        font-size: 13px;
        height: 45px;
        line-height: 45px;
    }
    .banner_form .banner_form_inner .from_item textarea {
        height: 100px;
    }
    .banner_form .banner_form_inner .from_item:after {
        top: 43px;
    }
    .banner_form .banner_form_inner .btn_submit {
        font-size: 15px;
        height: 45px;
        width: 170px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .locationgcc_banner.location-dal-banner.hero-lcp > .container {
        padding-top: 79px !important;
    }
    .locationgcc_banner .banenr_content h1 {
        font-size: 36px;
    }
    .trusted-leaders-energy {
        padding: 40px 0 !important;
        min-height: 260px;
    }
    .banner_form {
        max-width: 400px;
        padding: 25px;
        min-height: 380px;
    }
    .banner_form h2,
    .banner_form .h2 {
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner_form .banner_form_inner .from_item input,
    .banner_form .banner_form_inner .from_item textarea {
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }
    .banner_form .banner_form_inner .from_item textarea {
        height: 80px;
    }
    .banner_form .banner_form_inner .from_item:after {
        top: 33px;
    }
    .banner_form .banner_form_inner .btn_submit {
        font-size: 13px;
        height: 40px;
        width: 170px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .locationgcc_banner.location-dal-banner.hero-lcp {
        height: 100vh !important;
    }
    .locationgcc_banner.location-dal-banner.hero-lcp > .container {
        padding-top: 59px !important;
    }
    .locationgcc_banner .banenr_content {
        padding-right: 0;
    }
    .locationgcc_banner .banenr_content h1 {
        font-size: 32px;
    }
    .banner_form {
        max-width: 320px;
        padding: 25px 40px;
        min-height: 360px;
    }
    .banner_form .banner_form_inner .from_item input,
    .banner_form .banner_form_inner .from_item textarea {
        font-size: 12px;
        height: 45px;
        line-height: 45px;
    }
    .banner_form .banner_form_inner .from_item textarea {
        height: 80px;
    }
    .banner_form .banner_form_inner .from_item:after {
        top: 43px;
        width: 20px;
    }
    .banner_form .banner_form_inner .btn_submit {
        font-size: 14px;
        height: 45px;
        width: 180px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header {
        padding: 0 !important;
    }
    .locationgcc_banner.location-dal-banner.hero-lcp {
        height: 90vh !important;
    }
    .locationgcc_banner.location-dal-banner.hero-lcp > .container {
        padding-top: 80px !important;
    }
    .locationgcc_banner .banenr_content h1 {
        font-size: 28px;
    }
    .trusted-leaders-energy {
        padding: 35px 0 !important;
        min-height: 300px;
    }
    .banner_form {
        margin: 30px auto;
        max-width: 400px;
        padding: 30px;
        min-height: 380px;
    }
    .banner_form .banner_form_inner .btn_submit {
        width: 100%;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    header {
        padding: 0 !important;
    }
    .locationgcc_banner.location-dal-banner.hero-lcp {
        height: auto !important;
        margin-top: 0 !important;
        padding-bottom: 40px;
    }
    .locationgcc_banner.location-dal-banner.hero-lcp > .container {
        padding-top: 130px !important;
    }
    .locationgcc_banner .banenr_content {
        padding-right: 0;
        padding-top: 20px;
    }
    .locationgcc_banner .banenr_content h1 {
        font-size: 26px;
    }
    .trusted-leaders-energy {
        padding: 30px 0 !important;
        min-height: 320px;
    }
    .trusted-leaders-energy .rating-lead {
        justify-content: center;
    }
    .banner_form {
        margin: 0 auto;
        max-width: 400px;
        padding: 30px;
        min-height: 400px;
    }
}

@media (min-width: 0px) and (max-width: 500px) {
    header {
        padding: 0 !important;
    }
    .locationgcc_banner.location-dal-banner.hero-lcp {
        height: auto !important;
        margin-top: 0 !important;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .locationgcc_banner.location-dal-banner.hero-lcp > .container {
        padding-top: 110px !important;
    }
    .locationgcc_banner .banenr_content {
        padding-right: 0;
        padding-top: 10px;
    }
    .locationgcc_banner .banenr_content h1 {
        font-size: 22px;
        line-height: 1.3;
    }
    body a.border_btn {
        border-radius: 25px;
        font-size: 13px;
        height: 40px;
        line-height: 38px;
        min-width: 150px;
    }
    .trusted-leaders-energy {
        padding: 30px 0 !important;
        min-height: 340px;
    }
    .banner_form {
        margin: 20px auto;
        max-width: 100%;
        padding: 25px 20px;
        min-height: 380px;
    }
    .banner_form .banner_form_inner .btn_submit {
        width: 100%;
    }
}

/* Dallas: hide banner form on mobile only */
@media (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
    /* .locationgcc_banner .banner_form,
    .banner_form {
        display: none !important;
    } */
}
