/* ============================================================
   GARAGE DOOR TEXAS CITY TX
   Bootstrap 5.3
============================================================ */

:root {
    --blue: #0865e8;
    --blue-dark: #0553c6;
    --navy: #07174a;
    --dark: #050d26;
    --text: #283044;
    --muted: #6f7788;
    --light: #f6f8fc;
    --border: #e8ebf1;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #fff;
    overflow-x: hidden;
}

section {
    scroll-margin-top: 90px;
}

a {
    transition: all .3s ease;
}

.section-space {
    padding: 95px 0;
}


/* ============================================================
   TOP BAR
============================================================ */

.topbar {
    background: var(--blue);
    color: #fff;
    min-height: 34px;
    font-size: 12px;
}

.topbar .row {
    min-height: 34px;
}

.topbar-left {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
}

.topbar-left a,
.topbar-left span {
    color: rgba(255, 255, 255, .92);
    text-decoration: none;
}

.topbar-left i {
    margin-right: 6px;
}

.topbar-social {
    text-align: right;
}

.topbar-social a {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: #fff;
    text-decoration: none;
}


/* ============================================================
   NAVBAR
============================================================ */

.main-navbar {
    min-height: 76px;
    transition: all .3s ease;
    z-index: 1030;
}

.main-navbar.scrolled {
    box-shadow: 0 7px 30px rgba(15, 37, 75, .12);
}

.garage-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-symbol {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--blue);
    border-radius: 2px;
    font-size: 22px;
}

.logo-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-copy strong {
    color: var(--navy);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -.4px;
}

.logo-copy small {
    color: var(--blue);
    margin-top: 5px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.main-navbar .nav-link {
    color: #222b3b;
    font-size: 13px;
    font-weight: 700;
    padding: 29px 14px !important;
    position: relative;
}

.main-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 20px;
    height: 2px;
    background: var(--blue);
    transform: scaleX(0);
    transition: transform .3s ease;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
    color: var(--blue);
}

.main-navbar .nav-link.active::after,
.main-navbar .nav-link:hover::after {
    transform: scaleX(1);
}

.nav-call-btn {
    background: var(--blue);
    color: #fff;
    border-radius: 2px;
    padding: 11px 17px;
    font-size: 12px;
    font-weight: 700;
}

.nav-call-btn:hover {
    color: #fff;
    background: var(--blue-dark);
}


/* ============================================================
   HERO
============================================================ */

.hero-section {
    min-height: 645px;
    position: relative;
    color: #fff;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(8, 18, 44, .78),
            rgba(10, 16, 34, .30)
        ),
        url("../img/garage-door-texas-city-tx-banner.webp")
        center / cover no-repeat;
}
.hero-section-commercial {
        min-height: 645px;
    position: relative;
    color: #fff;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(8, 18, 44, .78),
            rgba(10, 16, 34, .30)
        ),
        url("../img/commercial-garage-door-texas-city-tx-banner.webp")
        center / cover no-repeat;
    }
    .hero-section-emergency {
        min-height: 645px;
    position: relative;
    color: #fff;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(8, 18, 44, .78),
            rgba(10, 16, 34, .30)
        ),
        url("../img/emergency-garage-door-texas-city-tx-banner.webp")
        center / cover no-repeat;
    }
    .hero-section-spring {
        min-height: 645px;
    position: relative;
    color: #fff;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(8, 18, 44, .78),
            rgba(10, 16, 34, .30)
        ),
        url("../img/garage-door-spring-texas-city-tx-banner.webp")
        center top / cover no-repeat;
    }
    .hero-section-opener {
        min-height: 645px;
    position: relative;
    color: #fff;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(8, 18, 44, .78),
            rgba(10, 16, 34, .30)
        ),
        url("../img/garage-door-opener-texas-city-tx-banner.webp")
        center top / cover no-repeat;
    }
    .hero-section-installation {
        min-height: 645px;
    position: relative;
    color: #fff;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(8, 18, 44, .78),
            rgba(10, 16, 34, .30)
        ),
        url("../img/garage-door-installation-texas-city-tx-banner.webp")
        center / cover no-repeat;
    }
    .hero-section-maintenance {
        min-height: 645px;
    position: relative;
    color: #fff;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(8, 18, 44, .78),
            rgba(10, 16, 34, .30)
        ),
        url("../img/garage-door-maintanance-texas-city-tx-banner.webp")
        center / cover no-repeat;
    }
    .hero-section-parts {
        min-height: 645px;
    position: relative;
    color: #fff;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(8, 18, 44, .78),
            rgba(10, 16, 34, .30)
        ),
        url("../img/garage-door-parts-texas-city-tx-banner.webp")
        center / cover no-repeat;
    }

.hero-dark-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(13, 22, 46, .82) 0%,
            rgba(18, 26, 43, .42) 53%,
            rgba(15, 25, 43, .12) 100%
        );
}

.hero-dot-pattern {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image:
        radial-gradient(#fff 1px, transparent 1px);
    background-size: 24px 24px;
}

.hero-container {
    position: relative;
    z-index: 2;
}

.min-vh-hero {
    min-height: 610px;
    padding-bottom: 80px;
}

.hero-content {
    max-width: 710px;
}

.hero-small-title {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    margin-bottom: 13px;
}

.hero-content h1 {
    margin: 0;
    font-size: clamp(42px, 5vw, 67px);
    line-height: 1.08;
    font-weight: 900;
}

.hero-content h1 span {
    color: #fff;
}

.hero-content p {
    max-width: 610px;
    margin: 22px 0 28px;
    color: rgba(255,255,255,.83);
    line-height: 1.8;
    font-size: 16px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.hero-primary-btn {
    padding: 15px 24px;
    border-radius: 2px;
    color: #fff;
    background: var(--blue);
    font-size: 12px;
    font-weight: 800;
}

.hero-primary-btn:hover {
    background: #fff;
    color: var(--blue);
}

.hero-text-btn {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.hero-text-btn:hover {
    color: #9cc4ff;
}

.hero-text-btn i {
    margin-left: 7px;
}

.hero-phone-card {
    width: 320px;
    margin-left: auto;
    padding: 32px;
    background: rgba(255,255,255,.94);
    color: var(--navy);
    border-top: 4px solid var(--blue);
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

.hero-phone-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    color: #fff;
    background: var(--blue);
    font-size: 25px;
}

.hero-phone-card span {
    color: var(--blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.hero-phone-card h4 {
    font-weight: 800;
    margin: 6px 0 10px;
}

.hero-phone-card a {
    color: var(--blue);
    font-size: 23px;
    font-weight: 900;
    text-decoration: none;
}

.hero-curve {
    position: absolute;
    z-index: 3;
    bottom: -65px;
    left: -5%;
    width: 110%;
    height: 150px;
    background: #fff;
    border-radius: 50% 50% 0 0 / 60% 60% 0 0;
}


/* ============================================================
   FLOATING FEATURE CARDS
============================================================ */

.feature-overlap {
    position: relative;
    z-index: 5;
    margin-top: -175px;
}

.feature-box {
    min-height: 145px;
    background: #fff;
    box-shadow: 0 7px 25px rgba(36, 51, 84, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    transition: all .3s ease;
}

.feature-box:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(17, 53, 112, .16);
}

.feature-box-icon {
    color: var(--blue);
    font-size: 30px;
    margin-bottom: 10px;
}

.feature-box h6 {
    margin: 0;
    color: #222b3d;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 800;
}


/* ============================================================
   SECTION HEADINGS
============================================================ */

.section-heading span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.section-heading h2 {
    margin: 0;
    color: #3a4050;
    font-size: clamp(31px, 4vw, 43px);
    line-height: 1.15;
    font-weight: 700;
}

.section-heading h2 strong {
    color: var(--blue);
    font-weight: 800;
}

.section-lead {
    margin-top: 24px;
    color: #5d6574;
    font-size: 16px;
    line-height: 1.8;
}

.text-muted-custom {
    color: #7c8391;
    line-height: 1.8;
    font-size: 14px;
}

.blue-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: #fff;
    padding: 13px 22px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 800;
}

.blue-btn:hover {
    background: var(--blue-dark);
    color: #fff;
}


/* ============================================================
   ABOUT
============================================================ */

.about-image-wrapper {
    min-height: 500px;
    position: relative;
}

.about-image {
    position: absolute;
    top: 0;
    right: 30px;
    width: 68%;
    height: 390px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 15px 40px rgba(27, 46, 75, .10);
    z-index: 2;
}



.about-small-image {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 53%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border: 9px solid #fff;
    box-shadow: 0 15px 35px rgba(27, 46, 75, .12);
    z-index: 3;
}



.about-blue-circle {
    position: absolute;
    left: 60px;
    bottom: -25px;
    width: 185px;
    height: 185px;
    border: 42px solid var(--blue);
    border-radius: 50%;
    z-index: 1;
}

.about-badge {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 96px;
    width: 170px;
    background: var(--blue);
    color: #fff;
    padding: 18px;
}

.about-badge i {
    display: block;
    font-size: 27px;
    margin-bottom: 8px;
}

.about-badge strong,
.about-badge span {
    display: block;
}

.about-badge strong {
    font-size: 15px;
}

.about-badge span {
    margin-top: 3px;
    color: rgba(255,255,255,.75);
    font-size: 10px;
}

.about-checks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 20px;
    margin-top: 25px;
}

.about-checks div {
    font-size: 13px;
    color: #3d4657;
    font-weight: 700;
}

.about-checks i {
    color: var(--blue);
    margin-right: 7px;
}


/* ============================================================
   SECOND ABOUT
============================================================ */

.second-about {
    background: #fff;
}

.second-photo-wrap {
    position: relative;
    min-height: 480px;
}

.second-photo {
    position: absolute;
    width: 78%;
    height: 365px;
    right: 0;
    top: 30px;
    z-index: 2;
    background:
        url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=900&q=85")
        center / cover no-repeat;
}

.second-photo-small {
    position: absolute;
    width: 52%;
    height: 235px;
    left: 0;
    bottom: 0;
    z-index: 3;
    border: 8px solid #fff;
    background:
        url("https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=800&q=85")
        center / cover no-repeat;
}

.big-blue-ring {
    position: absolute;
    left: 32px;
    bottom: -17px;
    width: 210px;
    height: 210px;
    border: 43px solid var(--blue);
    border-radius: 50%;
    z-index: 1;
}

.mini-feature {
    display: flex;
    gap: 17px;
}

.mini-feature > i {
    color: var(--blue);
    font-size: 32px;
}

.mini-feature h5 {
    font-size: 15px;
    font-weight: 800;
    color: #30384a;
}

.mini-feature p {
    color: #7d8490;
    font-size: 13px;
    line-height: 1.6;
}


/* ============================================================
   SERVICES DARK
============================================================ */

.services-dark {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    color: #fff;

    background:
        url("../img/new-garage-door-installation.webp")
        center / cover no-repeat;
}

.services-dark-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 10, 29, .80);
}

.services-title span {
    color: #74a9ff;
    font-size: 11px;
    letter-spacing: 2.5px;
    font-weight: 800;
}

.services-title h2 {
    margin-top: 8px;
    color: #fff;
    font-size: clamp(31px, 4vw, 43px);
    font-weight: 700;
}

.services-title h2 strong {
    color: #fff;
}


/* ============================================================
   SERVICES GRID
============================================================ */
.services-grid-section1 {
    padding: 80px 0 95px;
}
.services-grid-section {
    padding: 80px 0 95px;
    background: #f7f9fd;
}

.service-modern-card {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 32px 28px;
    border-bottom: 3px solid transparent;
    box-shadow: 0 6px 20px rgba(30, 50, 80, .07);
    transition: all .3s ease;
    overflow: hidden;
}

.service-modern-card:hover {
    transform: translateY(-7px);
    border-bottom-color: var(--blue);
    box-shadow: 0 18px 35px rgba(30, 50, 80, .12);
}

.service-modern-card > span {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #edf0f5;
    font-size: 37px;
    font-weight: 900;
}

.service-modern-card > i {
    display: inline-block;
    color: var(--blue);
    font-size: 34px;
    margin-bottom: 22px;
}

.service-modern-card h4 {
    color: #30384a;
    font-size: 18px;
    font-weight: 800;
}

.service-modern-card p {
    min-height: 65px;
    margin-top: 12px;
    color: #7b8390;
    font-size: 13px;
    line-height: 1.7;
}

.service-modern-card a {
    color: var(--blue);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.service-modern-card a i {
    margin-left: 6px;
}

/* brands */
.garage-real-brand-section {
    overflow: hidden;
    padding: 48px 0 55px;
    background-color: #ffffff;
}

.garage-real-brand-heading {
    margin-bottom: 30px;
    text-align: center;
}

.garage-real-brand-heading h2 {
    margin: 0;
    color: #040c1d;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
}

.garage-real-brand-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.garage-real-brand-marquee::before,
.garage-real-brand-marquee::after {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 70px;
    height: 100%;
    content: "";
    pointer-events: none;
}

.garage-real-brand-marquee::before {
    left: 0;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        transparent 100%
    );
}

.garage-real-brand-marquee::after {
    right: 0;
    background: linear-gradient(
        to left,
        #ffffff 0%,
        transparent 100%
    );
}

.garage-real-brand-track {
    display: flex;
    width: max-content;
    animation: garageRealBrandsMarquee 35s linear infinite;
    will-change: transform;
}

.garage-real-brand-group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 75px;
    padding-right: 75px;
}

.garage-real-brand-item {
    display: flex;
    flex: 0 0 165px;
    align-items: center;
    justify-content: center;
    height: 76px;
}

.garage-real-brand-item img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 65px;
    object-fit: contain;

    /* Keep the original brand colors visible. */
    opacity: 1;
    filter: none;

    transition: transform 0.3s ease;
}

.garage-real-brand-item:hover img {
    transform: scale(1.08);
}

.garage-real-brand-marquee:hover .garage-real-brand-track {
    animation-play-state: paused;
}

@keyframes garageRealBrandsMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 991.98px) {
    .garage-real-brand-group {
        gap: 50px;
        padding-right: 50px;
    }

    .garage-real-brand-item {
        flex-basis: 145px;
    }

    .garage-real-brand-heading h2 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .garage-real-brand-section {
        padding: 36px 0 42px;
    }

    .garage-real-brand-heading {
        margin-bottom: 20px;
    }

    .garage-real-brand-heading h2 {
        font-size: 28px;
    }

    .garage-real-brand-group {
        gap: 35px;
        padding-right: 35px;
    }

    .garage-real-brand-item {
        flex-basis: 125px;
        height: 62px;
    }

    .garage-real-brand-item img {
        max-height: 48px;
    }

    .garage-real-brand-marquee::before,
    .garage-real-brand-marquee::after {
        width: 35px;
    }

    .garage-real-brand-track {
        animation-duration: 27s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .garage-real-brand-track {
        animation-play-state: paused;
    }
}
/* ============================================================
   TEAM
============================================================ */

.team-section {
    position: relative;
    background: #f6f9ff;
    overflow: hidden;
}

.team-pattern {
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image:
        radial-gradient(#c6d7f6 1px, transparent 1px);
    background-size: 15px 15px;
}

.section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
}

.team-card {
    position: relative;
    background: #fff;
    box-shadow: 0 8px 20px rgba(35, 50, 78, .06);
}

.team-img {
    height: 320px;
    background-position: center;
    background-size: cover;
}

.team-one {
    background-image:
        url("https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=600&q=85");
}

.team-two {
    background-image:
        url("https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&w=600&q=85");
}

.team-three {
    background-image:
        url("https://images.unsplash.com/photo-1568602471122-7832951cc4c5?auto=format&fit=crop&w=600&q=85");
}

.team-four {
    background-image:
        url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=600&q=85");
}

.team-info {
    text-align: center;
    padding: 18px 15px 20px;
}

.team-info h5 {
    margin-bottom: 3px;
    color: #303749;
    font-size: 14px;
    font-weight: 800;
}

.team-info span {
    color: var(--blue);
    font-size: 10px;
}


/* ============================================================
   PROJECTS
============================================================ */

.projects-section {
    padding-bottom: 80px;
}

.project-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.project-image {
    height: 350px;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.project-1 {
    background-image:
        url("../img/residential-garage-door-installation-gallery.webp");
}

.project-2 {
    background-image:
        url("../img/garage-door-spring-repair-gallery.webp");
}

.project-3 {
    background-image:
        url("../img/garage-door-opener-repair-gallery.webp");
}

.project-4 {
    background-image:
        url("../img/commercial-garage-door-repair-gallery.webp");
}

.project-5 {
    background-image:
        url("../img/garage-door-cable-replacement-gallery.webp");
}

.project-6 {
    background-image:
        url("../img/overhead-head-door-gallery.webp");
}
.project-7{background-image:
        url("../img/new-modern-garage-door-installation-gallery.webp");
}
.project-8{background-image:
        url("../img/emergency-garage-door-service-gallery.webp");
}

.project-overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -100px;
    padding: 18px;
    color: #fff;
    background: var(--blue);
    transition: bottom .35s ease;
}

.project-image:hover .project-overlay {
    bottom: 20px;
}

.project-overlay h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
}

.project-overlay span {
    font-size: 10px;
    opacity: .8;
}

.project-indicators {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.project-indicators button {
    width: 39px;
    height: 39px;
    border: 0;
    border-radius: 50%;
    color: var(--blue);
    background: #edf4ff;
}

.project-indicators button:hover {
    background: var(--blue);
    color: #fff;
}


/* ============================================================
   PROCESS
============================================================ */

.process-section {
    padding-top: 30px;
}

.process-row {
    position: relative;
}

.process-row::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 16%;
    width: 68%;
    border-top: 2px dotted #c9d7ee;
}

.process-box {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 10px 30px;
}

.process-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 25px;
    position: relative;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--blue);
    border: 9px solid #edf4ff;
    border-radius: 50%;
    font-size: 23px;
}

.process-icon span {
    position: absolute;
    right: -12px;
    top: -9px;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--blue);
    border-radius: 50%;
    font-size: 9px;
    font-weight: 800;
}

.process-box h5 {
    color: #333b4d;
    font-size: 15px;
    font-weight: 800;
}

.process-box p {
    max-width: 290px;
    margin: 10px auto 0;
    color: #7c8491;
    font-size: 12px;
    line-height: 1.7;
}


/* ============================================================
   VIDEO CTA
============================================================ */

.video-cta-section {
    min-height: 360px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--blue);
}

.video-map-pattern {
    position: absolute;
    inset: 0;
    opacity: .18;
    background:
        radial-gradient(circle at 20% 45%, transparent 0 28%, #fff 29% 30%, transparent 31%),
        radial-gradient(circle at 60% 55%, transparent 0 28%, #fff 29% 30%, transparent 31%);
}

.cta-small-title {
    color: #b9d2ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.video-cta-section h2 {
    margin: 10px 0 24px;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 800;
    line-height: 1.2;
}

.white-btn {
    background: #fff;
    color: var(--blue);
    border-radius: 2px;
    padding: 13px 22px;
    font-size: 12px;
    font-weight: 800;
}

.white-btn:hover {
    background: var(--navy);
    color: #fff;
}

.video-play-wrap {
    display: flex;
    justify-content: center;
}

.video-play-btn {
    width: 76px;
    height: 76px;
    border: 0;
    border-radius: 50%;
    color: var(--blue);
    background: #fff;
    font-size: 30px;
    box-shadow: 0 0 0 14px rgba(255,255,255,.12);
    animation: pulseVideo 2s infinite;
}

@keyframes pulseVideo {

    0% {
        box-shadow:
            0 0 0 0 rgba(255,255,255,.22),
            0 0 0 14px rgba(255,255,255,.10);
    }

    70% {
        box-shadow:
            0 0 0 28px rgba(255,255,255,0),
            0 0 0 14px rgba(255,255,255,.10);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(255,255,255,0),
            0 0 0 14px rgba(255,255,255,.10);
    }
}


/* ============================================================
   STATS
============================================================ */

.stats-wrapper {
    margin-top: -48px;
    position: relative;
    z-index: 5;
}

.stats-card {
    background: #fff;
    min-height: 120px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0 10px 32px rgba(25, 47, 80, .12);
}

.stat-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    height: 55px;
    border-right: 1px solid #dde3ed;
}

.stat-item strong {
    color: #333a4c;
    font-size: 26px;
    font-weight: 900;
}

.stat-item strong::after {
    content: "+";
}

.stat-item:last-child strong::after {
    content: "";
}

.stat-item span {
    margin-top: 3px;
    color: #89909d;
    font-size: 10px;
}


/* ============================================================
   TESTIMONIALS
============================================================ */

.testimonial-section {
    padding-top: 110px;
}

.testimonial-card {
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #eef0f4;
    box-shadow: 0 6px 20px rgba(30, 48, 74, .04);
}

.testimonial-quote {
    color: var(--blue);
    font-size: 33px;
}

.testimonial-card > p {
    color: #717987;
    font-size: 13px;
    line-height: 1.8;
}

.testimonial-user {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 25px;
}

.testimonial-avatar {
    width: 42px;
    height: 42px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.avatar-1 {
    background-image:
        url("https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=200&q=85");
}

.avatar-2 {
    background-image:
        url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=200&q=85");
}

.avatar-3 {
    background-image:
        url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=200&q=85");
}

.testimonial-user h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
}

.testimonial-user span {
    color: var(--blue);
    font-size: 9px;
}


/* ============================================================
   CONSULTATION
============================================================ */

.consultation-section {
    position: relative;
    padding: 85px 0 95px;
    overflow: hidden;
    background: var(--blue);
}

.consult-shape-one {
    position: absolute;
    right: 55px;
    top: -45px;
    width: 140px;
    height: 140px;
    border: 30px solid rgba(0, 31, 135, .25);
    border-radius: 50%;
}

.consult-shape-two {
    position: absolute;
    left: 45%;
    bottom: -70px;
    width: 120px;
    height: 120px;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,.15),
        transparent
    );
    border-radius: 50%;
}

.consultation-heading span {
    color: #a9c8ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.consultation-heading h2 {
    margin: 10px 0 35px;
    color: #fff;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
}

.consultation-form {
    max-width: 860px;
    margin: auto;
}

.consultation-form .form-control,
.consultation-form .form-select {
    min-height: 52px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: rgba(255,255,255,.17);
    font-size: 12px;
}

.consultation-form textarea.form-control {
    min-height: 120px;
}

.consultation-form .form-control::placeholder {
    color: rgba(255,255,255,.78);
}

.consultation-form .form-select {
    color: rgba(255,255,255,.88);
}

.consultation-form .form-select option {
    color: #222;
}

.consultation-form .form-control:focus,
.consultation-form .form-select:focus {
    box-shadow: none;
    background: rgba(255,255,255,.22);
}

.white-submit-btn {
    padding: 12px 25px;
    border-radius: 2px;
    color: var(--blue);
    background: #fff;
    font-size: 12px;
    font-weight: 800;
}

.white-submit-btn:hover {
    background: var(--navy);
    color: #fff;
}
/* contact css */
form.CUS input.subject { display: none; }
.CUS input, .CUS textarea{ background-color: #ffffff;
margin: 10px;border-radius: 8px;height: 50px;width: 45%;padding-left: 1%; color:#999999;border: 1px solid #ccc;}
.CUS select{background-color: #ffffff;border-radius: 8px;height: 50px;margin: 10px; width: 45%;color:#999999;display:inline;border: 1px solid #ccc;}

/* faq */

.texas-city-faq-page {
    margin: 0;
    overflow-x: hidden;
    background-color: #d7d7de;
    color: #181818;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.texas-city-faq-page *,
.texas-city-faq-page *::before,
.texas-city-faq-page *::after {
    box-sizing: border-box;
}

.texas-city-faq-container {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}

/* ===================== HERO COMPOSITION ===================== */

.texas-city-faq-hero {
    padding-top: 47px;
}

.texas-city-faq-layout {
    position: relative;
    min-height: 842px;
}

.texas-city-faq-yellow-block {
    position: absolute;
    top: 111px;
    left: 175px;
    z-index: 1;
    width: 580px;
    height: 731px;
    background-color: #0865e8;
}

.texas-city-faq-portrait {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 674px;
    height: 759px;
    margin: 0;
    overflow: hidden;
    background-color: #fafafc;
}

.texas-city-faq-portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.texas-city-faq-card {
    position: absolute;
    top: 190px;
    right: 0;
    z-index: 3;
    width: 585px;
    min-height: 452px;
    padding: 47px 31px 43px;
    background-color: #ffffff;
}

.texas-city-faq-card h1,
.texas-city-faq-heading h2 {
    margin: 0;
    color: #121212;
    font-family: Impact, "Arial Narrow", "Franklin Gothic Medium", sans-serif;
    font-stretch: condensed;
    font-weight: 400;
    line-height: 1.08;
}

.texas-city-faq-card h1 {
    font-size: 72px;
}

.texas-city-faq-card-description {
    max-width: 500px;
    margin: 23px 0 0;
    color: #292929;
    font-size: 18px;
    line-height: 1.75;
}

.texas-city-faq-card-credit {
    margin: 26px 0 0;
    color: #292929;
    font-size: 18px;
}

.texas-city-faq-card-credit a,
.texas-city-faq-answer a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.texas-city-faq-learn-more {
    display: inline-flex;
    min-width: 279px;
    min-height: 69px;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    padding: 13px 26px;
    background-color: #143472;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease;
}

.texas-city-faq-learn-more:hover,
.texas-city-faq-learn-more:focus-visible {
    background-color: #040c1d;
    color: #ffffff;
}

/* ===================== FAQ SECTION ===================== */

.texas-city-faq-questions {
    padding: 177px 0 119px;
    scroll-margin-top: 28px;
}

.texas-city-faq-heading {
    margin-bottom: 30px;
}

.texas-city-faq-heading h2 {
    font-size: 69px;
}

.texas-city-faq-heading p {
    max-width: 735px;
    margin: 12px auto 0;
    color: #656565;
    font-size: 17px;
    font-style: italic;
    line-height: 1.7;
}

.texas-city-faq-accordion {
    width: 100%;
}

.texas-city-faq-item {
    margin: 0;
    border: 0;
    background-color: transparent;
}

.texas-city-faq-question {
    position: relative;
    display: flex;
    min-height: 75px;
    align-items: center;
    padding: 19px 79px 19px 29px;
    color: #747474;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    list-style: none;
    transition: background-color 180ms ease, color 180ms ease;
}

.texas-city-faq-question::-webkit-details-marker {
    display: none;
}

.texas-city-faq-question::marker {
    content: "";
}

.texas-city-faq-question::after {
    position: absolute;
    top: 50%;
    right: 29px;
    color: #737373;
    content: "+";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-53%);
}

.texas-city-faq-item[open] > .texas-city-faq-question {
    background-color: #ffffff;
    color: #59616c;
}

.texas-city-faq-item[open] > .texas-city-faq-question::after {
    color: #143472;
}

.texas-city-faq-question:hover {
    color: #143472;
}

.texas-city-faq-question:focus-visible {
    outline: 2px solid #143472;
    outline-offset: -3px;
}

.texas-city-faq-answer {
    padding: 33px 29px 49px;
    color: #262626;
    font-size: 17px;
    line-height: 1.55;
}

/* ===================== RESPONSIVE LAYOUT ===================== */

@media (max-width: 1199.98px) {
    .texas-city-faq-container {
        max-width: 990px;
    }

    .texas-city-faq-layout {
        min-height: 742px;
    }

    .texas-city-faq-yellow-block {
        top: 100px;
        left: 144px;
        width: 531px;
        height: 642px;
    }

    .texas-city-faq-portrait {
        width: 598px;
        height: 675px;
    }

    .texas-city-faq-card {
        top: 160px;
        width: 530px;
        min-height: 435px;
    }

    .texas-city-faq-card-description {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .texas-city-faq-container {
        max-width: 750px;
    }

    .texas-city-faq-layout {
        min-height: 660px;
    }

    .texas-city-faq-yellow-block {
        top: 85px;
        left: 104px;
        width: 420px;
        height: 559px;
    }

    .texas-city-faq-portrait {
        width: 465px;
        height: 588px;
    }

    .texas-city-faq-card {
        top: 135px;
        width: 424px;
        min-height: 400px;
        padding: 38px 28px 35px;
    }

    .texas-city-faq-card h1 {
        font-size: 64px;
    }

    .texas-city-faq-card-description,
    .texas-city-faq-card-credit {
        font-size: 16px;
    }

    .texas-city-faq-learn-more {
        min-width: 225px;
        min-height: 61px;
        margin-top: 28px;
        font-size: 17px;
    }

    .texas-city-faq-questions {
        padding-top: 130px;
    }

    .texas-city-faq-heading h2 {
        font-size: 61px;
    }
}

@media (max-width: 767.98px) {
    .texas-city-faq-container {
        max-width: 570px;
        padding-right: 19px;
        padding-left: 19px;
    }

    .texas-city-faq-hero {
        padding-top: 34px;
    }

    .texas-city-faq-layout {
        min-height: auto;
        padding-bottom: 28px;
    }

    .texas-city-faq-yellow-block {
        top: 53px;
        right: 0;
        left: auto;
        width: 79%;
        height: 435px;
    }

    .texas-city-faq-portrait {
        position: relative;
        width: 88%;
        height: 483px;
    }

    .texas-city-faq-card {
        position: relative;
        top: auto;
        right: auto;
        width: 89%;
        min-height: auto;
        margin: -80px 0 0 auto;
        padding: 32px 28px 35px;
    }

    .texas-city-faq-card h1 {
        font-size: 58px;
    }

    .texas-city-faq-card-description {
        margin-top: 16px;
    }

    .texas-city-faq-card-credit {
        margin-top: 20px;
    }

    .texas-city-faq-questions {
        padding: 84px 0 82px;
    }

    .texas-city-faq-heading {
        margin-bottom: 27px;
    }

    .texas-city-faq-heading h2 {
        font-size: 53px;
    }

    .texas-city-faq-heading p {
        font-size: 15px;
    }

    .texas-city-faq-question {
        min-height: 70px;
        padding: 17px 59px 17px 19px;
        font-size: 15px;
    }

    .texas-city-faq-question::after {
        right: 20px;
    }

    .texas-city-faq-answer {
        padding: 24px 19px 37px;
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .texas-city-faq-container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .texas-city-faq-portrait {
        width: 91%;
        height: 420px;
    }

    .texas-city-faq-yellow-block {
        top: 43px;
        width: 80%;
        height: 385px;
    }

    .texas-city-faq-card {
        width: 94%;
        margin-top: -65px;
        padding: 28px 22px 31px;
    }

    .texas-city-faq-card h1 {
        font-size: 53px;
    }

    .texas-city-faq-card-description,
    .texas-city-faq-card-credit {
        font-size: 15px;
    }

    .texas-city-faq-learn-more {
        min-width: 205px;
        min-height: 57px;
        margin-top: 25px;
        font-size: 15px;
    }

    .texas-city-faq-questions {
        padding-top: 71px;
    }

    .texas-city-faq-heading h2 {
        font-size: 45px;
    }

    .texas-city-faq-heading p {
        font-size: 14px;
    }
}

@media (max-width: 374.98px) {
    .texas-city-faq-portrait {
        height: 368px;
    }

    .texas-city-faq-yellow-block {
        height: 340px;
    }

    .texas-city-faq-card {
        width: 97%;
        padding-right: 18px;
        padding-left: 18px;
    }

    .texas-city-faq-heading h2 {
        font-size: 39px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .texas-city-faq-page *,
    .texas-city-faq-page *::before,
    .texas-city-faq-page *::after {
        transition-duration: 0.01ms;
    }
}
/* ============================================================
   BLOG
============================================================ */
.blog-section{background: #f3f5f9;}
.blog-card {
    height: 100%;
    background: #f3f5f9;
    border: 1px solid #eef0f3;
}

.blog-image {
    position: relative;
    height: 230px;
    background-size: cover;
    background-position: center;
}

.blog-image span {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 10px;
    color: #fff;
    background: var(--blue);
    font-size: 9px;
    font-weight: 700;
}

.blog-body {
    padding: 25px;
}

.blog-body small {
    color: var(--blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.blog-body h4 {
    margin: 10px 0 12px;
    color: #30384a;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
}

.blog-body p {
    color: #7a8290;
    font-size: 12px;
    line-height: 1.7;
}

.blog-body a {
    color: var(--blue);
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
}


/* ============================================================
   NEWSLETTER
============================================================ */

.newsletter-section {
    padding: 30px 0;
    color: #fff;
    background: var(--blue);
    min-height: 150px;
}

.newsletter-section h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}

.newsletter-form {
    display: flex;
    max-width: 600px;
    margin-left: auto;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
}

.newsletter-form input {
    flex: 1;
    border: 0;
    outline: 0;
    padding: 12px 18px;
    font-size: 11px;
}

.newsletter-form button {
    border: 0;
    padding: 0 24px;
    color: #fff;
    background: var(--blue-dark);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.blue-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--blue-dark);
    color: #fff;
    padding: 13px 22px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 800;
}

.blue-btn1:hover {
    background: var(--light);
    color: #000;
}
/* ============================================================
   FOOTER
============================================================ */

.footer {
    color: #a9b0c5;
    background: #050d3c;
}

.footer-main {
    padding: 70px 0 55px;
}

.footer-logo .logo-symbol {
    background: var(--blue);
}

.footer-logo .logo-copy strong {
    color: #fff;
}

.footer-description {
    max-width: 310px;
    margin-top: 22px;
    font-size: 12px;
    line-height: 1.8;
}

.footer-socials {
    display: flex;
    gap: 6px;
}

.footer-socials a {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #0d2c82;
    font-size: 11px;
    text-decoration: none;
}

.footer h5 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer li {
    margin-bottom: 9px;
}

.footer li a {
    color: #a9b0c5;
    font-size: 11px;
    text-decoration: none;
}

.footer li a:hover {
    color: #fff;
}

.footer-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 17px;
}

.footer-contact-item > i {
    color: var(--blue);
    font-size: 17px;
}

.footer-contact-item span,
.footer-contact-item strong,
.footer-contact-item a {
    display: block;
}

.footer-contact-item span {
    color: #6f7896;
    font-size: 9px;
}

.footer-contact-item strong,
.footer-contact-item a {
    color: #fff;
    margin-top: 2px;
    font-size: 11px;
    text-decoration: none;
}

.footer-bottom {
    min-height: 65px;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 9px;
}


/* ============================================================
   BACK TO TOP
============================================================ */

.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 25px;
    z-index: 1020;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--blue);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* ============================================================
   MOBILE PHONE BAR
============================================================ */

.mobile-phone-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: flex;
    justify-content: center;
    gap: 9px;
    align-items: center;
    height: 50px;
    color: #fff;
    background: var(--blue);
    text-decoration: none;
    font-weight: 800;
}


/* ============================================================
   VIDEO PLACEHOLDER
============================================================ */

.video-placeholder {
    color: #fff;
    background:
        linear-gradient(rgba(4,14,43,.85),rgba(4,14,43,.85)),
        url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?auto=format&fit=crop&w=1200&q=85")
        center / cover no-repeat;
}

.video-placeholder > div {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-placeholder i {
    color: var(--blue);
    font-size: 55px;
}

.video-placeholder h3 {
    margin: 15px 0 20px;
}


/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 1199.98px) {

    .team-img {
        height: 285px;
    }

}


@media (max-width: 991.98px) {

    body {
        padding-bottom: 50px;
    }

    .section-space {
        padding: 75px 0;
    }

    .main-navbar .nav-link {
        padding: 10px 0 !important;
    }

    .main-navbar .nav-link::after {
        display: none;
    }

    .navbar-collapse {
        padding: 15px 0 20px;
    }

    .hero-section {
        min-height: 620px;
    }
    .hero-section-commercial {
        min-height: 620px;
    }
    .hero-section-emergency {
        min-height: 620px;
    }
    .hero-section-spring {
        min-height: 620px;
    }
    .hero-section-opener {
        min-height: 620px;
    }
    .hero-section-installation {
        min-height: 620px;
    }
    .hero-section-maintenance {
        min-height: 620px;
    }
    .hero-section-parts {
        min-height: 620px;
    }

    .min-vh-hero {
        min-height: 590px;
    }

    .feature-overlap {
        margin-top: -75px;
    }

    .about-image-wrapper,
    .second-photo-wrap {
        max-width: 650px;
        margin: auto;
    }

    .project-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-row::before {
        display: none;
    }

    .video-play-wrap {
        margin-top: 50px;
    }

    .stats-card {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item {
        min-height: 110px;
    }

    .newsletter-section h4 {
        text-align: center;
        margin-bottom: 18px;
    }

    .newsletter-form {
        margin: auto;
    }

    .back-to-top {
        bottom: 70px;
    }

}


@media (max-width: 767.98px) {

    .topbar-left {
        justify-content: center;
        gap: 15px;
    }

    .hero-content h1 {
        font-size: 44px;
    }

    .feature-overlap {
        margin-top: -55px;
    }

    .feature-box {
        min-height: 125px;
    }

    .about-image-wrapper {
        min-height: 430px;
    }

    .about-image {
        width: 76%;
        height: 320px;
    }

    .about-small-image {
        height: 205px;
    }

    .about-badge {
        width: 145px;
    }

    .about-checks {
        grid-template-columns: 1fr;
    }

    .second-photo-wrap {
        min-height: 430px;
    }

    .project-row {
        grid-template-columns: 1fr;
    }

    .project-image:nth-child(n+3) {
        display: none;
    }

    .project-image {
        height: 340px;
    }

    .stats-card {
        grid-template-columns: 1fr 1fr;
    }

    .stat-item:nth-child(2)::after {
        display: none;
    }

    .section-header-row {
        align-items: start;
    }

    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 18px 0;
    }

}


@media (max-width: 575.98px) {

    .garage-logo .logo-symbol {
        width: 37px;
        height: 37px;
        font-size: 19px;
    }

    .logo-copy strong {
        font-size: 14px;
    }

    .hero-section {
        min-height: 580px;
    }

    .hero-section-commercial {
        min-height: 580px;
    }
    .hero-section-emergency {
        min-height: 580px;
    }
    .hero-section-spring {
        min-height: 580px;
    }
    .hero-section-opener {
        min-height: 580px;
    }
    .hero-section-installation {
        min-height: 580px;
    }
    .hero-section-maintenance {
        min-height: 580px;
    }
    .hero-section-parts {
        min-height: 580px;
    }
    .min-vh-hero {
        min-height: 550px;
    }

    .hero-content h1 {
        font-size: 37px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-buttons {
        gap: 10px;
    }

    .feature-box {
        padding: 15px;
    }

    .feature-box-icon {
        font-size: 25px;
    }

    .feature-box h6 {
        font-size: 11px;
    }

    .about-image-wrapper {
        min-height: 380px;
    }

    .about-image {
        right: 0;
        width: 83%;
        height: 280px;
    }

    .about-small-image {
        width: 58%;
        height: 180px;
        left: 0;
    }

    .about-blue-circle {
        width: 150px;
        height: 150px;
        border-width: 32px;
        left: 30px;
    }

    .about-badge {
        right: 0;
        bottom: 18px;
        width: 130px;
        padding: 15px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .services-grid-section {
        padding: 60px 0;
    }

    .team-img {
        height: 330px;
    }

    .video-cta-section {
        text-align: center;
    }

    .stats-wrapper {
        margin-top: -30px;
    }

    .stats-card {
        grid-template-columns: 1fr;
    }

    .stat-item:not(:last-child)::after {
        right: 15%;
        left: 15%;
        bottom: 0;
        height: 1px;
        border-right: 0;
        border-bottom: 1px solid #e3e6ec;
    }

    .newsletter-form button {
        padding: 0 15px;
    }

}