/**
Theme Name: J.E Premium Auto Spa
Author: Jair
**/

/* Modern Navbar Styles */
.navbar {
    background-color: #2c3e50;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #3498db;
}

.dropdown-menu {
    background-color: #2c3e50;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: #ecf0f1;
    transition: background-color 0.3s;
}

.dropdown-item:hover {
    background-color: #3498db;
    color: #ffffff;
}

.navbar-toggler {
    border-color: #ecf0f1;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(236, 240, 241, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Main Navbar Modern */
header.main-navbar-custom, 
.main-navbar-custom, 
header .main-navbar-custom {
    background: #222223;
    box-shadow: 0 2px 0 0 #00a9e0 !important;
    padding: 0.7rem 0;
    font-family: 'BankGothic Lt BT', Arial, sans-serif;
}
.main-navbar-custom .logo img {
    height: 90px;
    max-height: 90px;
    width: auto;
    object-fit: contain;
}
.main-navbar-custom .navbar-nav .nav-link {
    color: #FFFFFF;
    font-family: 'BankGothic Lt BT', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.08rem;
    margin: 0 12px;
    letter-spacing: 0.2px;
    transition: color 0.2s;
    position: relative;
}
.main-navbar-custom .navbar-nav .nav-link:hover,
.main-navbar-custom .navbar-nav .nav-link:focus {
    color: #00a9e0;
}
.main-navbar-custom .dropdown-menu {
    background: #222223;
    border: 1px solid #00a9e0;
    box-shadow: 0 4px 16px rgba(73,197,182,0.08);
    min-width: 180px;
}
.main-navbar-custom .dropdown-item {
    color: #fff;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    transition: background-color 0.3s;
}
.main-navbar-custom .dropdown-item:hover {
    background-color: #00a9e0;
    color: #fff;
}
.main-navbar-custom .main-action-btn {
    background: linear-gradient(135deg, #00d4ff, #0099cc) !important;
    color: #fff;
    font-weight: 700;
    padding: 0.6rem 1.5rem;
    border-radius: 4px;
    margin-left: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(73,197,182,0.08);
    transition: background 0.2s, color 0.2s;
    border: none;
    display: inline-block;
}
.main-navbar-custom .main-action-btn:hover {
    background: linear-gradient(90deg, #000 0%, #49c5b6 100%);
    color: #fff;
}
.main-navbar-custom .search-icon {
    color: #49c5b6;
    font-size: 1.3rem;
    margin-right: 10px;
    margin-left: 10px;
    transition: color 0.2s;
}
.main-navbar-custom .search-icon:hover {
    color: #000;
}

@media (max-width: 991px) {
    .main-navbar-custom .navbar-nav .nav-link {
        margin: 0 6px;
    }
    .main-navbar-custom .main-action-btn {
        padding: 0.5rem 1rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 992px) {
    .mobile-submenu {
      max-height: 0 !important;
      overflow: hidden !important;
      transition: max-height 0.3s ease-out;
    }
    .nav-item.dropdown.active > .mobile-submenu {
      max-height: 500px !important;
      overflow: visible !important;
      transition: max-height 0.5s ease-in;
    }
    .mobile-menu#mobileMenu {
      max-height: 100vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  
  @media (max-width: 992px) {
    .mobile-submenu a {
      font-size: 0.98rem !important;
      word-break: break-word !important;
      white-space: normal !important;
    }
  }
  
  @media (max-width: 992px) {
    /* Only center the dropdowns for Auto Window Tinting and Premium Car Detailing in the hamburger menu */
    .mobile-menu .mobile-submenu > .nav-item.dropdown > .mobile-submenu {
      text-align: center;
    }
    .mobile-menu .mobile-submenu > .nav-item.dropdown > .mobile-submenu li,
    .mobile-menu .mobile-submenu > .nav-item.dropdown > .mobile-submenu a {
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
    }
    .mobile-menu .mobile-submenu > .nav-item.dropdown > .mobile-submenu .coming-soon-label {
      align-self: center !important;
      text-align: center !important;
      width: 100%;
    }
  }

/* Remove any previous code that hides the default Bootstrap arrow */
.navbar .dropdown-toggle::after {
    display: inline-block !important;
}

/* Dropdown opens on hover */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Remove any custom caret styles */
.caret {
    display: none !important;
}

/* Global Styles */
/* General UI Improvements */
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    }

a:hover {
    color: #49c5b6;
}

html, body {
    overflow-x: hidden;
}

/* Font Declarations */

@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'BankGothic Lt BT';
    src: local('BankGothic Lt BT'), url('fonts/BankGothicLtBT.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Medium';
    src: local('Futura PT Medium'), url('fonts/FuturaPT-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Light.woff2') format('woff2'),
         url('fonts/FuturaPT-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Thin.woff2') format('woff2'),
         url('fonts/FuturaPT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    }

/* Global Image Styles */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Image Loading Optimization */
.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lazy-load.loaded {
    opacity: 1;
}

/* Responsive Image Container */
.image-container {
    position: relative;
        width: 100%;
    overflow: hidden;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Global Button Styles */
.btn-primary {
    background: linear-gradient(135deg, #00d4ff, #0099cc) !important;
    border-color: #00a9e0 !important;
    color: #fff !important;
    font-family: 'BankGothic Lt BT', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.2s, color 0.2s, border 0.2s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #fff !important;
    color: #ffffff !important;
/*     border: 1px solid #00a9e0 !important; */
    }

/* Top Bar Modern */
.top-bar-custom {
    background: #000;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 0.3rem 0;
}
.top-bar-custom .top-link {
    color: #fff;
    margin-left: 22px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.top-bar-custom .top-link:hover {
    opacity: 1;
    color: #49c5b6;
}
.top-bar-custom .globe-icon {
    font-size: 15px;
    vertical-align: middle;
}

/* =============================================
   FRONT PAGE STYLES
   ============================================= */

/* Front Page Base Styles */
body {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: #fff !important;
}

header, 
.site-header, 
.main-header,
#masthead,
.site-header-inner,
.header-inner {
    border-bottom: 0.5px solid #000 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

main {
    margin: 0 !important;
    padding: 0 !important;
}

/* === FRONT PAGE HERO SECTION: Clean Light Style (matches Auto Window Tinting page) === */
.main-text-section {
    background: #fff !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 48px 48px 48px !important; /* Custom padding: top right bottom left */
    box-sizing: border-box;
    display: block !important;
}

/* Remove inner padding from content sections */
.main-text-section .business-section-aggressive {
    margin: 48px 0 0 0 !important;
    max-width: 100% !important;
    padding: 0 !important; /* Reset inner padding */
}

.business-section-aggressive .main-title {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 24px;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: 1px;
    text-shadow: none;
    text-align: left;
}

.business-section-aggressive h2 {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #00b4f6;
    margin-bottom: 18px;
    line-height: 1.3;
    text-align: left;
}

.business-section-aggressive p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 18px;
    font-weight: 400;
    text-align: left;
}

.hero-buttons {
    display: flex;
        gap: 32px;
    margin-top: 32px;
}

.get-started-btn,
.learn-more-btn {
    display: inline-block;
    padding: 16px 32px;
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 6px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    background: #222;
    color: #fff;
    border: none;
    box-shadow: none;
    }

.get-started-btn:hover,
.learn-more-btn:hover {
    background: #00b4f6;
    color: #fff;
    }

@media (max-width: 991px) {
    .main-text-section {
        padding: 0 16px !important;
    }
    .main-text-section .business-section-aggressive {
        padding: 0;
    }
    .business-section-aggressive .main-title {
        font-size: 2.5rem;
    }
    .business-section-aggressive h2 {
        font-size: 1.3rem;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 16px;
    }
    .get-started-btn,
    .learn-more-btn {
    width: 100%;
        text-align: center;
        padding: 14px 0;
    }
}
@media (max-width: 574px) {
    .frontpage-hero-wrapper .front-hero-section {
      width: 100vw !important;
      min-width: 100vw !important;
      max-width: 100vw !important;
      height: 180px !important;
      min-height: 180px !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding: 0 !important;
      overflow: hidden !important;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .frontpage-hero-wrapper .front-hero-section img {
      width: 100vw !important;
      min-width: 100vw !important;
      max-width: 100vw !important;
      height: 100% !important;
      min-height: 180px !important;
      max-height: 180px !important;
      object-fit: cover !important;
      object-position: center center !important;
      display: block !important;
    }
  }
  
  .frontpage-hero-wrapper .front-hero-section img {
    object-fit: cover !important;
    display: block !important;
    width: 100%;
    height: 100%;
  }
  
@media (min-width: 749px) {
    .frontpage-intro .main-title {
        font-size: 2.8rem !important;
    }
}
@media (max-width: 748px) {
    .frontpage-intro .main-title {
        font-size: 2.2rem !important;
    }
}

@media (max-width: 350px) {
  .frontpage-intro .main-title wbr {
    display: block;
  }
}
@media (min-width: 351px) {
  .frontpage-intro .main-title wbr {
    display: inline;
  }
}


/* What is Window Tinting Section (match Our Services style) */
.what-is-tinting-section {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
    margin-top: 0;
}
.what-is-tinting-content {
    background: #f3f5f7;
    display: block;
    padding: 48px 0 48px 0;
    margin-bottom: 0;
    margin-top: 0;
    box-sizing: border-box;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.what-is-tinting-content-inner {
    margin-left: 48px;
    margin-bottom: 0;
    max-width: 700px;
}
.what-is-tinting-content-inner h2 {
    color: #111;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.01;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: left;
    font-family: 'Futura PT', Arial, sans-serif;
}
.what-is-tinting-content-inner p {
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
    max-width: 700px;
    line-height: 1.6;
}

@media (max-width: 749px) {
    .what-is-tinting-content-inner {
        padding: 32px 16px;
        font-size: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
    .what-is-tinting-content-inner h2 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }
    .what-is-tinting-content-inner p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/* Home Service Section */
.home-service-section {
    padding: 48px 0;
    background: #fff;
}

.home-service-section h2 {
    font-family: 'BankGothic Lt BT', Arial, sans-serif;
    font-size: 2.5rem;
    color: #000;
        margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-service-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 32px;
}

.home-service-section .front-hero-section {
    position: relative;
    height: 400px;
    margin-bottom: 32px;
    overflow: hidden;
}

.home-service-section .front-hero-section picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

.home-service-section .front-hero-section img {
        width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Home Service Section (scoped margin for headings except first) */
body.home .frontpage-service-item:not(:first-of-type) h2,
body.page-template-template-services .frontpage-service-item:not(:first-of-type) h2 {
    margin-top: 48px;
}

/* Service Bar */
.service-bar {
    background: #222223;
    padding: 24px;
    margin-bottom: 48px;
}

.bar-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-content-inner p {
    font-family: 'BankGothic Lt BT', Arial, sans-serif;
    font-size: 1.2rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bar-content-inner a {
    display: inline-flex;
    align-items: center;
    font-family: 'BankGothic Lt BT', Arial, sans-serif;
    font-size: 1.1rem;
    color: #00a9e0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.bar-content-inner a:hover {
    color: #fff;
}

.bar-content-inner a span {
    margin-left: 8px;
    transition: transform 0.3s ease;
    }

/* Coming Soon Overlay */
.coming-soon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'BankGothic Lt BT', Arial, sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Film Disabled Button */
.film-disabled {
    color: #222223 !important;
    background: transparent !important;
    border: 1px solid #222223 !important;
    pointer-events: none;
    cursor: not-allowed;
    display: inline-flex;
    align-items: center;
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 9px 18px 9px 16px;
    border-radius: 0;
    transition: all 0.3s ease;
    box-shadow: none;
}

.film-disabled .film-btn-text {
    color: #222223;
    text-decoration: none;
}

.film-disabled:hover .film-btn-text {
    color: #00b4f6;
}

.film-disabled:hover {
    border: 1px solid #00b4f6 !important;
}

/* Home Footer Section */
.home-footer-section {
    background: #0C121C;
    color: #fff;
    padding: 48px 48px 48px 48px;
    margin-top: 0 !important;
}
.home-footer-section h2 {
    color: #fff;
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: none;
}
.home-footer-section p,
.home-footer-section ul {
    color: #fff;
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 24px;
    font-weight: 300;
}
.home-footer-section ul {
    padding-left: 24px;
    margin-bottom: 32px;
}
.home-footer-section li {
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-family: 'Futura PT', Arial, sans-serif;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 749px) {
    .home-footer-section {
        padding: 48px 24px;
        margin: 32px 0 0 0;
    }
    .home-footer-section h2 {
        font-size: 1.3rem !important;
        margin-bottom: 18px !important;
        margin-top: 0 !important;
    }
    .home-footer-section p,
    .home-footer-section ul {
    font-size: 1rem;
    }
}

/* Why Choose Us Section */
.why-choose-us-section {
    background: #f7f7f7;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 48px;
    padding: 48px 0 40px 0;
    box-sizing: border-box;
}
.why-choose-us-section .accordion {
    margin-left: 48px;
    margin-right: 48px;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% - 96px);
}
.why-choose-us-section h2 {
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #222223;
    margin-bottom: 18px;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
    margin-left: 48px;
    margin-right: 48px;
}
.why-choose-us-section .accordion-item {
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}
.why-choose-us-section .accordion-item:last-child {
    border-bottom: none;
}
.why-choose-us-section .accordion-header {
    margin: 0;
}
.why-choose-us-section .accordion-button {
    background: none;
    border: none;
    box-shadow: none;
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #222223;
    padding: 24px 32px;
    text-align: left;
    transition: background 0.2s, color 0.2s;
    outline: none;
    border-radius: 0;
}
.why-choose-us-section .accordion-button:not(.collapsed) {
    color: #00b4f6;
    background: #f7fcff;
}
.why-choose-us-section .accordion-button:focus {
    box-shadow: none !important;
}
/* Remove hover effect */
.why-choose-us-section .accordion-button:hover {
    color: #222223;
    background: none;
}
.why-choose-us-section .accordion-body {
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 1.05rem;
    color: #222223;
    background: #fff;
    padding: 0 32px 24px 32px;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
@media (max-width: 1199px) {
    .why-choose-us-section .accordion {
        margin-left: 24px;
        margin-right: 24px;
        width: calc(100% - 48px);
    }
}
@media (max-width: 749px) {
    .why-choose-us-section {
        padding: 32px 0 24px 0;
    }
    .why-choose-us-section .accordion {
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px);
    }
    .why-choose-us-section h2 {
        font-size: 1.3rem !important;
        margin-bottom: 18px !important;
        margin-top: 0 !important;
        padding-left: 16px !important;
        text-align: left !important;
    }
    .why-choose-us-section .accordion-button {
        font-size: 0.92rem !important;
        padding: 9px 18px 9px 16px !important;
        width: 100%;
    margin-bottom: 12px;
        text-align: left !important;
        justify-content: flex-start !important;
    }
    .why-choose-us-section .accordion-body {
        font-size: 0.98rem;
        padding: 0 12px 18px 12px;
    }
}

@media (max-width: 749px) {
    .why-choose-us-section .accordion-button {
        text-align: left !important;
        justify-content: flex-start !important;
    }
}

@media (max-width: 749px) {
  .why-choose-us-section h2 {
    text-align: left !important;
    padding-left: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    font-size: 1.1rem !important;
    }
}

@media (max-width: 450px) {
  .why-choose-us-section .accordion-button {
    white-space: normal !important;
    word-break: break-word !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
  }
}

/* =============================================
   FRONT PAGE MEDIA QUERIES
   ============================================= */

@media (max-width: 750px) {
    .main-text-section {
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        min-height: auto;
        padding: 48px 0;
    }

    .main-text-section .business-section-aggressive {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        padding: 24px;
    }

    .main-text-section h1.main-title {
        font-size: 2.5rem;
    }

    .main-text-section h2 {
        font-size: 1.3rem;
    }

    .main-text-section p {
        font-size: 1rem;
    }

    .main-text-section .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .main-text-section .hero-buttons a {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
}

@media (max-width: 575px) {
    .main-text-section .hero-buttons {
    flex-direction: column;
}

    .main-text-section .hero-buttons a {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 601px) {
    .home-service-section .front-hero-section,
    .home-service-section .front-hero-section picture,
    .home-service-section .front-hero-section img {
        height: 500px;
    }
}

@media (max-width: 600px) {
    .home-service-section .front-hero-section,
    .home-service-section .front-hero-section picture,
    .home-service-section .front-hero-section img {
        height: 300px;
}
}

@media (max-width: 749px) {
    .why-choose-us-section {
        padding: 48px 24px;
}

    .why-choose-us-section h2 {
    font-size: 2rem;
    }

    .why-choose-us-section p,
    .why-choose-us-section ul {
        font-size: 1rem;
    }

    .why-choose-us-section .accordion-button {
        font-size: 1.1rem;
    }
}

/* === Front Page Main Intro Section (matches Auto Window Tinting page design) === */
.frontpage-intro {
    width: 100vw;
    margin: 0;
    padding: 48px;
    box-sizing: border-box;
    display: block !important;
    float: none !important;
    max-width: none !important;
}
.frontpage-intro .main-title {
    color: #222223;
    font-family: 'Futura PT', Arial, sans-serif !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.01 !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    text-align: left !important;
    text-shadow: none !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}
.frontpage-intro h2 {
    color: #00b4f6 !important;
    font-family: 'Futura PT', Arial, sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
    margin-top: 32px !important;
    text-align: left !important;
    line-height: 1.15 !important;
    letter-spacing: 0.5px !important;
}
.frontpage-intro p {
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 18px;
    line-height: 1.6;
}
.frontpage-intro .hero-buttons {
    display: flex !important;
    gap: 24px !important;
    align-items: left !important;
    margin-top: 24px !important;
}
.frontpage-intro .get-started-btn,
.frontpage-intro .learn-more-btn {
    display: inline-block !important;
    padding: 9px 18px 9px 16px !important;
    font-family: 'Futura PT', Arial, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    background: #222223 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
.frontpage-intro .get-started-btn:hover,
.frontpage-intro .learn-more-btn:hover {
    background: #fff !important;
    color: #222223 !important;
    border: 1px solid #222223 !important;
  }
.frontpage-intro .hero-buttons span {
    font-size: 1.1em !important;
    display: inline-block !important;
    transform: rotate(-90deg) !important;
}
@media (max-width: 1200px) {
    .frontpage-intro .main-title {
        font-size: 2.2rem !important;
    }
    .frontpage-intro h2 {
        font-size: 1.1rem !important;
    }
}
@media (max-width: 991px) {
    .frontpage-intro {
        padding: 32px 16px 0 16px;
        max-width: 100%;
    }
    .frontpage-intro .main-title {
        font-size: 1.6rem !important;
}
    .frontpage-intro h2 {
        font-size: 1rem !important;
        margin-top: 18px !important;
        margin-bottom: 12px !important;
    }
    .frontpage-intro p {
        font-size: 0.9rem !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        line-height: 1.5 !important;
    }
    .frontpage-intro .hero-buttons {
        flex-direction: column;
        gap: 16px;
    }
    .frontpage-intro .get-started-btn,
    .frontpage-intro .learn-more-btn {
        width: 100%;
        text-align: center;
        padding: 14px 0;
    }
}

.frontpage-service-item {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 48px 0 48px;
    box-sizing: border-box;
}
.frontpage-service-item:first-of-type {
    margin-top: 0;
}
.frontpage-service-item h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #222223;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.01;
    text-align: left;
    font-family: 'Futura PT', Arial, sans-serif;
    text-transform: none !important;
}
.frontpage-service-item p {
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 48px;
    margin-top: 0;
    max-width: 700px;
    line-height: 1.6;
}
.frontpage-service-bar {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #f3f5f7;
    height: 180px;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    justify-content: flex-start;
    box-sizing: border-box;
}
.frontpage-service-bar .frontpage-bar-content-inner {
    margin-left: 48px;
}
.frontpage-service-bar .frontpage-bar-content-inner p {
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.frontpage-explore-btn {
    color: #fff;
    background: #222223;
    border: 1px solid #222223;
    display: inline-flex;
    align-items: center;
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 9px 18px 9px 16px;
    text-decoration: none;
    box-shadow: none;
    transition: all 0.35s ease;
    border-radius: 0;
}
.frontpage-explore-btn:hover {
    background: transparent;
    color: #00b4f6;
    border: 1px solid #00b4f6;
    text-decoration: none;
}

.frontpage-service-image {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 48px;
    box-sizing: border-box;
}

.frontpage-service-image .front-hero-section {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.frontpage-service-image .front-hero-section picture,
.frontpage-service-image .front-hero-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    display: block;
}

@media (max-width: 574px) {
  .frontpage-service-image .front-hero-section,
  .frontpage-service-image .front-hero-section picture,
  .frontpage-service-image .front-hero-section img {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    object-fit: contain !important;
    object-position: center center !important;
    width: 100% !important;
    display: block !important;
    background: none !important;
    box-sizing: border-box !important;
    }
}

.signature-btn-group {
    display: flex;
    gap: 24px;
    margin-top: 32px;
}
.signature-btn {
    display: inline-flex;
    align-items: center;
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #00b4f6;
    background: transparent;
    border: 2px solid #00b4f6;
    padding: 9px 18px 9px 16px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.signature-btn .btn-arrow {
    font-size: 1.2em;
    margin-right: 12px;
    font-weight: 400;
    transition: color 0.3s;
}
.signature-btn:hover, .signature-btn:focus {
    background: #00b4f6;
    color: #fff;
    border-color: #00b4f6;
}
.signature-btn:hover .btn-arrow, .signature-btn:focus .btn-arrow {
    color: #fff;
}

@media (max-width: 749px) {
    .frontpage-service-item {
        width: auto !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
    }
    .frontpage-service-item h2,
    .frontpage-service-item p {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .frontpage-service-item h2 {
        font-size: 1.3rem !important;
        margin-top: 24px !important;
        margin-bottom: 12px !important;
    }
    .frontpage-service-image,
    .frontpage-service-bar {
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box;
    }
    .frontpage-service-bar .frontpage-bar-content-inner {
        margin-left: 0 !important;
    }
    .signature-btn-group {
        flex-direction: column;
        gap: 0;
    }
    .signature-btn {
        font-size: 0.92rem !important;
        padding: 9px 18px 9px 16px !important;
        width: 100%;
        margin-bottom: 12px;
        text-align: center;
        justify-content: center;
    }
    .signature-btn {
        text-align: center;
        justify-content: center;
        position: relative;
    }
    .signature-btn .btn-arrow {
        position: absolute;
        left: 18px;
        margin-right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}


/* =============================================
  SERVICE PAGE STYLES
   ============================================= */

/* Services Page Styles */
body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.front-hero-section,
.front-hero-section:first-child,
.front-hero-section:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

header + .front-hero-section,
.site-header + .front-hero-section,
.main-header + .front-hero-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

header, .site-header, .main-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.services-hero {
    background-image: url('images/services.jpg');
}
body.page-template-services {
    margin: 0 !important;
    padding: 0 !important
}

/* Main Text Section Styles - Reusing Front Page Design */
.main-text-section {
    background: #fff !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 48px 48px 48px !important; /* Custom padding: top right bottom left */
    box-sizing: border-box;
    display: block !important;
}

/* Remove inner padding from content sections */
.main-text-section .business-section-aggressive {
    margin: 48px 0 0 0 !important;
    max-width: 100% !important;
    padding: 0 !important; /* Reset inner padding */
}

.business-section-aggressive .main-title {
    font-family: 'Futura PT', Arial, sans-serif !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: #222223 !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    text-align: left !important;
    text-shadow: none !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    letter-spacing: 0.5px !important;
    line-height: 1.01 !important;
}

.business-section-aggressive h2 {
    color: #00b4f6 !important;
    font-family: 'Futura PT', Arial, sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
    margin-top: 32px !important;
    text-align: left !important;
    line-height: 1.15 !important;
    letter-spacing: 0.5px !important;
}

.business-section-aggressive p {
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 18px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex !important;
    gap: 24px !important;
    align-items: center !important;
    margin-top: 24px !important;
}

.get-started-btn,
.learn-more-btn {
    display: inline-block !important;
    padding: 9px 18px 9px 16px !important;
    font-family: 'Futura PT', Arial, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    background: #222223 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.get-started-btn:hover,
.learn-more-btn:hover {
    background: #fff !important;
    color: #222223 !important;
    border: 1px solid #222223 !important;
}

.hero-buttons span {
    font-size: 1.1em !important;
    display: inline-block !important;
    transform: rotate(-90deg) !important;
}

/* Button Hover Styles */
.hero-buttons .get-started-btn:hover,
.hero-buttons .learn-more-btn:hover,
.cta-section .get-started-btn:hover,
a[href*="window-tinting"].explore-btn:hover,
a[href*="car-detailing"].explore-btn:hover,
a[href*="paint-protection-film"].explore-btn:hover {
    background: #fff !important;
    color: #00a9e0 !important;
    border: 1px solid #00a9e0 !important;
}

/* Services Page Main Text Section */
.main-text-section {
    padding: 0 48px 48px 48px;
}

/* Add top padding to the first service section (Car Window Tinting) to match front page */
.service-item-tinting {
    padding-top: 48px;
}
/* Main content container for services page - add bottom margin for separation above CTA */
.services-main-content {
    margin-bottom: 48px;
}


/* Service Item Mobile Fix */
.service-item-mobilefix {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.service-item-mobilefix .front-hero-section {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    height: 180px;
    overflow: hidden;
    background: none;
}

.service-item-mobilefix .front-hero-section img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    box-sizing: border-box;
}

/* Bar Button Mobile Fix */
.bar-btn-mobilefix {
    display: inline-flex;
    align-items: center;
    background: #111;
    color: #fff;
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 9px 18px 9px 16px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
    transition: all 0.35s ease;
    border-radius: 4px;
}

/* CTA Section Styles */
.cta-section {
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: left;
    padding-left: 48px;
    padding-right: 48px;
}

.cta-section h2 {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.cta-section p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 32px;
}

.cta-section .get-started-btn {
    background: #111;
    color: #fff;
    font-weight: 700;
    padding: 9px 18px 9px 16px;
    text-decoration: none;
    font-size: 0.92rem;
    letter-spacing: 0.18em;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.35s ease;
    text-transform: uppercase;
    border: 1px solid transparent;
}

/* Services Page CTA Section Styles */
.home-footer-section.services-cta-section {
    padding: 48px 48px 48px 48px;
    margin-top: 48px;
    margin-bottom: 48px;
}

/* Media Queries for Services Page */
@media (max-width: 991px) {
    .main-text-section {
        padding: 0 16px !important;
    }
    .main-text-section .business-section-aggressive {
        padding: 0;
    }
    .business-section-aggressive .main-title {
        font-size: 1.6rem !important;
    }
    .business-section-aggressive h2 {
        font-size: 1rem !important;
        margin-top: 18px !important;
        margin-bottom: 12px !important;
    }
    .business-section-aggressive p {
        font-size: 0.9rem !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        line-height: 1.5 !important;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 16px;
    }
    .get-started-btn,
    .learn-more-btn {
        width: 100%;
        text-align: center;
        padding: 14px 0;
    }
    
    .front-hero-section { 
        height: auto !important; 
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    .hero-img-responsive {
        object-fit: contain !important;
        height: auto !important;
        max-height: 380px !important;
        width: 100vw !important;
        background: #000;
    }
}
@media (max-width: 574px) {
    .services-hero-wrapper {
      width: 100vw !important;
      max-width: 100vw !important;
      margin: 0 !important;
      padding: 0 !important;
      box-sizing: border-box !important;
      position: relative !important;
    }
    .services-hero-wrapper .front-hero-section {
      width: 100vw !important;
      min-width: 100vw !important;
      max-width: 100vw !important;
      height: 180px !important;
      min-height: 180px !important;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      box-sizing: border-box !important;
      position: relative !important;
      z-index: 1 !important;
    }
    .services-hero-wrapper .front-hero-section img {
      width: 100vw !important;
      min-width: 100vw !important;
      max-width: 100vw !important;
      height: 100% !important;
      min-height: 180px !important;
      max-height: 180px !important;
      object-fit: cover !important;
      object-position: center center !important;
      display: block !important;
      box-sizing: border-box !important;
    }
    .services-hero-wrapper .main-text-section {
      padding: 0 16px !important;
      display: flex !important;
      flex-direction: column !important;
      text-align: justify !important;
      width: 100vw !important;
      max-width: 100vw !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      box-sizing: border-box !important;
      background: #fff !important;
      position: relative !important;
      z-index: 2 !important;
      margin-top: 0 !important;
    }
    .services-hero-wrapper .main-text-section .business-section-aggressive {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding: 0 !important;
      margin-top: 0 !important;
    }
    .services-hero-wrapper .main-text-section .main-title {
      margin-top: 16px !important;
      margin-bottom: 24px !important;
    }
    .services-hero-wrapper .main-text-section h2 {
      margin-top: 16px !important;
      margin-bottom: 16px !important;
    }
    .services-hero-wrapper .main-text-section p {
      margin-top: 16px !important;
      margin-bottom: 16px !important;
    }
    .services-hero-wrapper .front-hero-section + .main-text-section {
      margin-top: 16px !important;
    }
}

@media (min-width: 767px) and (max-width: 990px) {
    .front-hero-section,
    .front-hero-section picture,
    .front-hero-section picture img {
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
        max-height: none !important;
    }
    
    .front-hero-section {
        display: block !important;
    }
    
    .front-hero-section picture {
        display: block !important;
    }
    
    .front-hero-section picture img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
}

@media (max-width: 575px) {
    .front-hero-section { 
        height: 180px !important; 
    }
}

@media (min-width: 768px) {
    .business-section-aggressive {
        padding: 0 !important;
    }
    
    .front-hero-section picture img {
        object-fit: cover !important;
        object-position: bottom left !important;
        width: 100% !important;
        height: 100% !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    .front-hero-section {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .main-text-section,
    div[style*='min-height: 520px'][style*='align-items: center'] {
        min-height: unset !important;
        align-items: flex-start !important;
    }
    
    .service-item-mobilefix .front-hero-section {
        height: auto !important;
    }
    
    .service-item-mobilefix .front-hero-section img {
        height: auto !important;
        object-fit: contain !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .business-section-aggressive {
        margin: 48px 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 749px) {
    body {
        overflow-x: hidden !important;
    }
    
    .services-main-content,
    .container.services-main-content {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    .service-item-mobilefix {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        position: static !important;
    }
    
    .service-item-mobilefix .front-hero-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 180px !important;
        overflow: hidden !important;
        background: none !important;
        display: block !important;
    }
    
    .service-item-mobilefix .front-hero-section img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 767px) {
    .service-item-mobilefix[style*="display: flex"],
    .service-item-mobilefix[style*="display:flex"],
    .service-item-mobilefix > div[style*="display: flex"],
    .service-item-mobilefix > div[style*="display:flex"] {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    
    .bar-btn-mobilefix {
        display: inline-flex !important;
        border-radius: 4px !important;
        text-align: left !important;
        width: auto !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .service-item-mobilefix {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }
    
    .service-item-mobilefix h2,
    .service-item-mobilefix h1,
    .service-item-mobilefix p,
    .service-item-mobilefix a {
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }
    
    .service-item-mobilefix .front-hero-section {
        width: 100% !important;
        height: 180px !important;
        overflow: hidden !important;
        background: none !important;
        margin: 16px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        display: block !important;
    }
    
    .service-item-mobilefix .front-hero-section img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
        box-sizing: border-box !important;
    }
    
    .cta-section .get-started-btn {
        border-radius: 0 !important;
    }
    
    .service-item-mobilefix[style*="background: #f3f5f7"] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    
    .service-item-mobilefix[style*="background: #f3f5f7"] > div {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    
    .service-item-mobilefix[style*="background: #f3f5f7"] p {
        text-align: left !important;
    }
    
    .service-item-mobilefix[style*="background: #f3f5f7"] .explore-btn {
        text-align: left !important;
        justify-content: flex-start !important;
    }
    
    .cta-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }
    
    .cta-section h2 {
        font-size: 1.4rem !important;
        margin-bottom: 16px !important;
        font-weight: 700 !important;
        letter-spacing: 1.5px !important;
        text-align: left !important;
    }
    
    .cta-section p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        margin-bottom: 16px !important;
        text-align: left !important;
    }
    
    .cta-section .get-started-btn {
        font-size: 0.85rem !important;
        padding: 8px 12px !important;
        border-radius: 0 !important;
        width: auto !important;
        max-width: none !important;
        display: inline-flex !important;
        justify-content: center !important;
        margin-bottom: 16px !important;
    }
}

@media (max-width: 600px) {
    .service-item-mobilefix h2,
    .service-item-mobilefix h1 {
        font-size: 1.4rem !important;
    }
    
    .service-item-mobilefix .front-hero-section {
        height: 140px !important;
    }
    
    .bar-btn-mobilefix {
        font-size: 0.82rem !important;
        padding: 7px 10px !important;
        max-width: 90vw !important;
    }
}

@media (max-width: 500px) {
    .service-item-mobilefix h2,
    .service-item-mobilefix h1 {
        font-size: 1.2rem !important;
    }
    
    .service-item-mobilefix .front-hero-section {
        height: 110px !important;
    }
    
    .bar-btn-mobilefix {
        font-size: 0.80rem !important;
        padding: 7px 8px !important;
        max-width: 98vw !important;
    }
}



/* =============================================
 Auto Window Tinting Page Styles
   ============================================= */

/* Hero Section */
body.page-template-car-window-tinting .front-hero-section {
    width: 100vw;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    height: auto;
    overflow: visible;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: none;
}
body.page-template-car-window-tinting .front-hero-section picture {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
}
body.page-template-car-window-tinting .front-hero-section img {
    width: 100vw;
    height: auto;
    object-fit: contain;
    object-position: center center;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main Text Section (matches front page) */


/* Remove inner padding from content sections */
body.page-template-car-window-tinting .main-text-section .business-section-aggressive {
    margin: 48px 0 0 0 !important;
    max-width: 1200px !important;
    padding: 0 !important; /* Reset inner padding */
    margin-left: auto !important;
    margin-right: auto !important;
}

.business-section-aggressive .main-title {
    font-family: 'Futura PT', Arial, sans-serif !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: #222223 !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    text-align: left !important;
    text-shadow: none !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

.business-section-aggressive h2 {
    color: #00b4f6 !important;
    font-family: 'Futura PT', Arial, sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
    margin-top: 32px !important;
    text-align: left !important;
    line-height: 1.15 !important;
    letter-spacing: 0.5px !important;
}

.business-section-aggressive p {
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 18px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex !important;
    gap: 24px !important;
    align-items: center !important;
    margin-top: 24px !important;
}

.get-started-btn,
.learn-more-btn {
    display: inline-block !important;
    padding: 9px 18px 9px 16px !important;
    font-family: 'Futura PT', Arial, sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    background: #222223 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.get-started-btn:hover,
.learn-more-btn:hover {
    background: #fff !important;
    color: #222223 !important;
    border: 1px solid #222223 !important;
}

.hero-buttons span {
    font-size: 1.1em !important;
    display: inline-block !important;
    transform: rotate(-90deg) !important;
}

@media (max-width: 991px) {
    body.page-template-car-window-tinting .main-text-section {
        padding: 0 16px 16px 16px !important;
    }
    body.page-template-car-window-tinting .main-text-section .business-section-aggressive {
        margin: 32px 0 0 0 !important;
        max-width: 100% !important;
    }
    body.page-template-car-window-tinting .main-text-section .main-title {
        font-size: 1.6rem !important;
    }
    body.page-template-car-window-tinting .main-text-section .business-section-aggressive h2 {
        font-size: 1rem !important;
        margin-top: 18px !important;
        margin-bottom: 12px !important;
    }
    body.page-template-car-window-tinting .main-text-section .business-section-aggressive p {
        font-size: 0.9rem !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        line-height: 1.5 !important;
    }
    body.page-template-car-window-tinting .main-text-section .hero-buttons {
        flex-direction: column;
        gap: 16px;
    }
    body.page-template-car-window-tinting .main-text-section .get-started-btn,
    body.page-template-car-window-tinting .main-text-section .learn-more-btn {
        width: 100%;
        text-align: center;
        padding: 14px 0;
    }
}

/* What is Window Tinting Section for Window Tinting Page */
body.page-template-car-window-tinting .what-is-tinting-section {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0;
    margin-top: 0;
}

body.page-template-car-window-tinting .what-is-tinting-content {
    background: #f3f5f7;
    display: block;
    padding: 48px 0 48px 0;
    margin-bottom: 0;
    margin-top: 0;
    box-sizing: border-box;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

body.page-template-car-window-tinting .what-is-tinting-content-inner {
    margin-left: 48px;
    margin-bottom: 0;
    max-width: 700px;
}

body.page-template-car-window-tinting .what-is-tinting-content-inner h2 {
    color: #111;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.01;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: left;
    font-family: 'Futura PT', Arial, sans-serif;
}

body.page-template-car-window-tinting .what-is-tinting-content-inner p {
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
    max-width: 700px;
    line-height: 1.6;
}

@media (max-width: 749px) {
    body.page-template-car-window-tinting .what-is-tinting-content-inner {
        padding: 32px 16px;
        font-size: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
    body.page-template-car-window-tinting .what-is-tinting-content-inner h2 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }
    body.page-template-car-window-tinting .what-is-tinting-content-inner p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/* Service Sections for Window Tinting Page */
body.page-template-car-window-tinting .services-main-content {
    padding: 0;
    background: #fff;
}

body.page-template-car-window-tinting .frontpage-service-item {
    width: 100%;
    max-width: 100vw;
    margin: 0 48px;
    padding: 0;
}

body.page-template-car-window-tinting .frontpage-service-item:first-child {
    padding-top: 48px;
}

body.page-template-car-window-tinting .frontpage-service-item h2 {
    color: #222223;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.01;
    margin: 0;
    text-align: left;
    font-family: 'Futura PT', Arial, sans-serif;
}

body.page-template-car-window-tinting .frontpage-service-item p {
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    max-width: 700px;
    line-height: 1.6;
}

body.page-template-car-window-tinting .frontpage-service-image {
    width: calc(100vw - 96px);
    margin: 0 48px;
    max-width: 1600px;
    padding: 48px 0 0 0;
}

body.page-template-car-window-tinting .frontpage-service-image .front-hero-section {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: none;
}

body.page-template-car-window-tinting .frontpage-service-image picture {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body.page-template-car-window-tinting .frontpage-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.page-template-car-window-tinting .frontpage-service-bar {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    background: #f3f5f7;
    height: 180px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: flex-start;
    box-sizing: border-box;
}

body.page-template-car-window-tinting .frontpage-bar-content-inner {
    margin-left: 48px;
}

body.page-template-car-window-tinting .frontpage-bar-content-inner p {
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #222223;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

body.page-template-car-window-tinting .frontpage-explore-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #222223;
    font-weight: 600;
    letter-spacing: 1px;
}

body.page-template-car-window-tinting .frontpage-explore-btn .arrow {
    font-size: 1em;
    margin-right: 10px;
    display: inline-block;
    transform: translateY(1px);
}

body.page-template-car-window-tinting .coming-soon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,34,35,0.65);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 2px;
    z-index: 3;
    pointer-events: none;
}

@media (max-width: 749px) {
    body.page-template-car-window-tinting .frontpage-service-item {
        margin: 0 16px;
        padding: 32px 0 0 0;
    }
    
    body.page-template-car-window-tinting .frontpage-service-item h2 {
        font-size: 1.3rem;
    }
    
    body.page-template-car-window-tinting .frontpage-service-image {
        margin: 0 16px;
        padding: 32px 0 0 0;
    }
    
    body.page-template-car-window-tinting .frontpage-service-bar {
        height: auto;
        padding: 24px 0;
    }
    
    body.page-template-car-window-tinting .frontpage-bar-content-inner {
        margin: 0 16px;
    }
    
    body.page-template-car-window-tinting .frontpage-bar-content-inner p {
        font-size: 1rem;
        margin-bottom: 8px;
    }
}

@media (max-width: 748px) {
  .window-tinting-main-text-section .main-title {
    font-size: 2.2rem !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.1 !important;
  }
}
@media (max-width: 350px) {
  .window-tinting-main-text-section .main-title wbr {
    display: block;
  }
}
@media (min-width: 351px) {
  .window-tinting-main-text-section .main-title wbr {
    display: inline;
  }
}

@media (max-width: 749px) {
  .window-tinting-main-text-section {
    margin-top: 32px !important;
    padding: 32px 16px 0 16px !important;
    width: 100vw !important;
    box-sizing: border-box !important;
  }
  .window-tinting-main-text-section .main-title {
    font-size: 2.6rem !important;
  }
}
@media (max-width: 574px) {
  .window-tinting-main-text-section {
    margin-top: 32px !important;
    padding: 32px 16px 0 16px !important;
    width: 100vw !important;
    box-sizing: border-box !important;
  }
  .window-tinting-main-text-section .main-title {
    font-size: 2.4rem !important;
  }
}


/* =============================================
  CAR DETALLING PAGE STYLES
   ============================================= */

.frontpage-service-item .car-detailing-service-title {
    margin-top: 48px !important; /* Over rides to Add margin to the title */
}

@media (max-width: 749px) {
    .car-detailing-premium-section,
    .car-detailing-premium-image-section {
        width: auto !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
    }
    .car-detailing-premium-section h2,
    .car-detailing-premium-section p {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .car-detailing-premium-section h2 {
        font-size: 1.3rem !important;
        margin-top: 24px !important;
        margin-bottom: 12px !important;
    }
    .car-detailing-premium-image-section,
    .car-detailing-premium-bar {
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box;
    }
    .car-detailing-premium-bar .frontpage-bar-content-inner {
        margin-left: 0 !important;
    }
}
@media (max-width: 574px) {
    .car-detailing-premium-image-section .front-hero-section,
    .car-detailing-premium-image-section .front-hero-section picture,
    .car-detailing-premium-image-section .front-hero-section img {
        height: auto !important;
        min-height: unset !important;
        max-height: unset !important;
        object-fit: contain !important;
        object-position: center center !important;
        width: 100% !important;
        display: block !important;
        background: none !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 574px) {
    .car-detailing-main-text-section {
    padding: 0 16px !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: justify !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    background: #fff !important;
    position: relative !important;
    z-index: 2 !important;
    margin-top: 0 !important;
  }
    .car-detailing-main-text-section .business-section-aggressive {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
    .car-detailing-main-text-section .main-title {
    margin-top: 16px !important;
    margin-bottom: 24px !important;
    font-size: 2rem !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
    .car-detailing-main-text-section h2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
    .car-detailing-main-text-section p {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}



/* =============================================
  FORMULA ONE PAGE STYLES
   ============================================= */

.formulaone-services-section .frontpage-service-item h2 {
    margin-top: 48px;
}

.formulaone-why-choose-section > p {
    margin-left: 48px;
    margin-right: 48px;
    margin-top: 24px;
    margin-bottom: 0;
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    font-family: 'Futura PT', Arial, sans-serif;
}



/* =============================================
  CERAMIC PAGE STYLES
   ============================================= */
   .ceramic-service-section .frontpage-service-item:nth-child(4) h2 {
    margin-top: 48px !important;
}

.formulaone-why-choose-section > p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
}

/* =============================================
  METALLIZED PAGE STYLES
   ============================================= */


/* =============================================
  DYED PAGE STYLES
   ============================================= */

.dyed-service-section .frontpage-service-item:nth-child(4) h2 {
    margin-top: 48px !important;
}

.dyed-service-section .frontpage-service-item:nth-child(4) {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 48px !important;
    box-sizing: border-box !important;
}

.dyed-service-section .frontpage-service-item:nth-child(4) p {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 991px) {
    .dyed-service-section .frontpage-service-item:nth-child(4) {
        padding: 0 16px !important;
    }
}

/* =============================================
  Standard PAGE STYLES
   ============================================= */

/* Standard Template Hero Section - Match Homepage Height */
.standard-hero-wrapper .front-hero-section {
    height: 520px !important;
    overflow: hidden !important;
}

.standard-hero-wrapper .front-hero-section picture,
.standard-hero-wrapper .front-hero-section img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Mobile responsive adjustments for standard template */
@media (max-width: 574px) {
    .standard-hero-wrapper .front-hero-section {
        height: 180px !important;
    }
}

@media (max-width: 575px) {
    .standard-hero-wrapper .front-hero-section {
        height: 180px !important;
    }
}

.standard-package-section p:first-of-type {
    margin-left: 48px !important;
}

.standard-why-choose-section p:first-of-type {
    margin-left: 48px !important;
}

@media (max-width: 991px) {
    .standard-package-section p:first-of-type {
        margin-left: 16px !important;
    }
    .standard-why-choose-section p:first-of-type {
        margin-left: 16px !important;
    }
}


/* =============================================
  PREMIUM PAGE STYLES
   ============================================= */

/* Premium Template Hero Section - Match Homepage Height */
.premium-hero-wrapper .front-hero-section {
    height: 520px !important;
    overflow: hidden !important;
}

.premium-hero-wrapper .front-hero-section picture,
.premium-hero-wrapper .front-hero-section img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Mobile responsive adjustments for premium template */
@media (max-width: 574px) {
    .premium-hero-wrapper .front-hero-section {
        height: 180px !important;
    }
}

@media (max-width: 575px) {
    .premium-hero-wrapper .front-hero-section {
        height: 180px !important;
    }
}

/* Premium Package Section - Match Standard Template Margin */
.premium-package-section p:first-of-type {
    margin-left: 48px !important;
}

@media (max-width: 991px) {
    .premium-package-section p:first-of-type {
        margin-left: 16px !important;
    }
}

/* Premium Why Choose Us Section - Match Standard Template Margin */
.premium-why-choose-section p:first-of-type {
    margin-left: 48px !important;
}

@media (max-width: 991px) {
    .premium-why-choose-section p:first-of-type {
        margin-left: 16px !important;
    }
}


/* =============================================
 EXCLUSIVE PAGE STYLES
   ============================================= */

/* Exclusive Template Hero Section - Match Homepage Height */
.exclusive-hero-wrapper .front-hero-section {
    height: 520px !important;
    overflow: hidden !important;
}

.exclusive-hero-wrapper .front-hero-section picture,
.exclusive-hero-wrapper .front-hero-section img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Mobile responsive adjustments for exclusive template */
@media (max-width: 574px) {
    .exclusive-hero-wrapper .front-hero-section {
        height: 180px !important;
    }
}

@media (max-width: 575px) {
    .exclusive-hero-wrapper .front-hero-section {
        height: 180px !important;
    }
}


/* Exclusive Package Section - Match Standard Template Margin */
.exclusive-package-section p:first-of-type {
    margin-left: 48px !important;
}

@media (max-width: 991px) {
    .exclusive-package-section p:first-of-type {
        margin-left: 16px !important;
    }
}

/* Exclusive Why Choose Us Section - Match Standard Template Margin */
.exclusive-why-choose-section p:first-of-type {
    margin-left: 48px !important;
}

@media (max-width: 991px) {
    .exclusive-why-choose-section p:first-of-type {
        margin-left: 16px !important;
    }
}

/* =============================================
 ABOUT US PAGE STYLES
   ============================================= */
/* About Us Template Hero Section - Match Homepage Height */
.aboutus-hero-wrapper .front-hero-section {
    height: 520px !important;
}

.aboutus-hero-wrapper .front-hero-section picture,
.aboutus-hero-wrapper .front-hero-section img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

@media (max-width: 574px) {
    .aboutus-hero-wrapper .front-hero-section {
        height: 180px !important;
    }
}

@media (max-width: 575px) {
    .aboutus-hero-wrapper .front-hero-section {
        height: 180px !important;
    }
}

.aboutus-hero-wrapper .get-started-btn {
  margin-bottom: 32px !important;
}

@media (max-width: 749px) {
    .aboutus-hero-wrapper .get-started-btn {
      margin-bottom: 32px !important;
    }
  }
  


/* =============================================
 CONTACT US PAGE STYLES
   ============================================= */
   body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.front-hero-section,
.front-hero-section:first-child,
.front-hero-section:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
header + .front-hero-section,
.site-header + .front-hero-section,
.main-header + .front-hero-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
header, .site-header, .main-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.business-section-aggressive h1.main-title {
  font-size: clamp(1.3rem, 4vw, 2.8rem) !important;
  font-weight: 700 !important;
  color: #111 !important;
  line-height: 1.01 !important;
  text-align: left !important;
  font-family: 'Futura PT', Arial, sans-serif !important;
  letter-spacing: 2px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  text-shadow: none !important;
  max-width: 100%;
  word-break: break-word;
}
.business-section-aggressive h2.sub-title {
    color: #00b4f6;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 24px;
    margin-top: 32px;
    text-align: left;
    line-height: 1.15;
}
.business-section-aggressive p.business-lead {
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding-top: 8px;
    padding-bottom: 8px;
}
@media (max-width: 991px) {
    .business-section-aggressive {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .front-hero-section { 
        height: auto !important; 
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
@media (min-width: 767px) and (max-width: 990px) {
    .front-hero-section,
    .front-hero-section picture,
    .front-hero-section picture img {
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
        max-height: none !important;
    }
    .front-hero-section {
        display: block !important;
    }
    .front-hero-section picture {
        display: block !important;
    }
    .front-hero-section picture img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
}
@media (max-width: 575px) {
    .front-hero-section { height: 180px !important; }
}
@media (min-width: 768px) {
    .business-section-aggressive {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .front-hero-section picture img {
        object-fit: cover !important;
        object-position: bottom left !important;
        width: 100% !important;
        height: 100% !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
.cta-section .get-started-btn:hover {
    background: #fff !important;
    color: #00a9e0 !important;
    border: 1px solid #00a9e0 !important;
}
#contact-hero-video-slider {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  height: 520px;
  border: none;
}
@media (max-width: 991px) {
  #contact-hero-video-slider { height: 380px; }
}
@media (max-width: 575px) {
  #contact-hero-video-slider { height: 180px; }
}
#contact-hero-video-slider .video-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
#contact-hero-video-slider video.hero-video-slide {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  background: #000;
}

/* MAIN INTRO SECTION (match .main-text-section/.frontpage-intro) */
.contact-main-section.main-text-section {
  background: #fff !important;
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  padding: 0 48px 48px 48px !important;
  box-sizing: border-box;
  display: block !important;
}
.contact-main-section .business-section-aggressive {
  margin: 48px 0 0 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.contact-main-section .main-title {
  font-family: 'Futura PT', Arial, sans-serif !important;
  font-size: 2.8rem !important;
  font-weight: 700 !important;
  color: #222223 !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  text-align: left !important;
  text-shadow: none !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  letter-spacing: 0.5px !important;
  line-height: 1.01 !important;
}
.contact-main-section .sub-title {
  color: #00b4f6 !important;
  font-family: 'Futura PT', Arial, sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
  margin-top: 32px !important;
  text-align: left !important;
  line-height: 1.15 !important;
  letter-spacing: 0.5px !important;
}
.contact-main-section p {
  color: #444;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 18px;
  line-height: 1.6;
}

@media (max-width: 749px) {
  .contact-main-section.main-text-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 16px 16px 32px 16px !important;
    box-sizing: border-box !important;
  }
  .contact-main-section .business-section-aggressive {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .contact-main-section .business-section-aggressive .main-title {
    font-size: 2rem !important;
    margin-top: 16px !important;
    margin-bottom: 24px !important;
  }
  .contact-main-section .business-section-aggressive .sub-title {
    font-size: 1.1rem !important;
    margin-top: 18px !important;
    margin-bottom: 16px !important;
  }
  .contact-main-section .business-section-aggressive p {
    font-size: 1rem !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

/* CONTACT INFO SECTION (new class for structure) */
.contact-info-section {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 24px;
  margin-top: 0;
  background: #f3f5f7;
  display: flex;
  align-items: flex-start;
  padding: 32px 0;
  justify-content: flex-start;
  box-sizing: border-box;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.contact-info-section .contact-info-inner {
  margin-left: 48px;
  margin-bottom: 32px;
  max-width: 700px;
}
.contact-info-section h2 {
  color: #111;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.01;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left;
  font-family: 'Futura PT', Arial, sans-serif;
}
.contact-info-section p, .contact-info-section ul {
  color: #444;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 1.6;
}
.contact-info-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 749px) {
  .contact-info-section {
    flex-direction: column;
    padding: 24px 0;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .contact-info-section .contact-info-inner {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    max-width: 100vw;
  }
  .contact-info-section h2 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    margin-top: 24px;
  }
  .contact-info-section p, .contact-info-section ul {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

/* CTA Section (already styled, but ensure mobile) */
@media (max-width: 749px) {
  .cta-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
  .cta-section h2 {
    font-size: 1.4rem !important;
    margin-bottom: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-align: left !important;
  }
  .cta-section p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
    text-align: left !important;
  }
  .cta-section .get-started-btn {
    font-size: 0.85rem !important;
    padding: 8px 12px !important;
    border-radius: 0 !important;
    width: auto !important;
    max-width: none !important;
    display: inline-flex !important;
    justify-content: center !important;
    margin-bottom: 16px !important;
  }
}

/* Contact page specific styles */
.contact-info-section a {
  color: #111;
  text-decoration: underline;
}
.contact-info-section a:hover {
  color: #00a9e0;
}
.get-started-btn span {
  font-size: 1.1em;
  display: inline-block;
  transform: rotate(-90deg);
}

/* =============================================
    FOOTER STYLES
   ============================================= */
.site-footer {
    background: #222223 !important;
    color: #fff !important;
    padding: 48px 0;
}
.footer-logo {
    max-width: 150px; /* Adjust as needed */
    height: auto;
    margin-bottom: 24px;
}
.site-footer .footer-dwell-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.site-footer .footer-dwell-logo-col,
.site-footer .footer-dwell-links-col {
    flex: 1;
    min-width: 200px;
    margin: 0 16px 32px 16px;
}
.site-footer .footer-business-info {
    font-size: 0.9rem;
    line-height: 1.6;
}
.site-footer .footer-links-title {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 1.1rem;
}
.site-footer .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-menu li {
    margin-bottom: 8px;
}
.site-footer .footer-menu li a {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.2s;
}
.site-footer .footer-menu li a:hover {
    color: #00b4f6 !important;
}
.site-footer .footer-social-icons {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.site-footer .footer-social-icon {
    font-size: 1.5rem;
    color: #fff !important;
    transition: color 0.2s;
}
.site-footer .footer-social-icon:hover {
    color: #00b4f6 !important;
}
.site-footer .footer-dwell-links-col .front-hero-btn {
    padding: 8px 20px !important;
    font-size: 0.98rem !important;
    border-radius: 0 !important;
    background: #00b4f6 !important;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    width: max-content;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    display: block;
    margin-top: 24px;
    margin-left: 0;
    text-decoration: none !important;
}
.site-footer .footer-dwell-links-col .front-hero-btn:hover {
    background: #fff !important;
    color: #222223 !important;
    border: 1px solid #222223 !important;
    text-decoration: none !important;
}
@media (max-width: 768px) {
    .site-footer .footer-dwell-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer .footer-dwell-logo-col,
    .site-footer .footer-dwell-links-col {
        min-width: 100%;
        margin: 0 0 32px 0;
    }
    .site-footer .footer-social-icons {
        justify-content: center;
    }
    .site-footer .footer-dwell-links-col .front-hero-btn {
        margin: 24px auto 0 auto;
    }
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 32px auto 0 auto;
    padding: 24px 16px 0 16px;
    border-top: 1px solid #444;
    text-align: center;
}

.footer-disclaimer p {
    font-size: 0.8rem;
    color: #a0a0a0;
    line-height: 1.5;
    margin: 0;
}

.site-footer .footer-dwell-links-col .front-hero-btn {
    margin: 24px auto 0 auto;
}

.site-footer .footer-dwell-links-col:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.site-footer .footer-dwell-links-col:last-child .footer-social-icons {
    margin-bottom: 24px;
}
.site-footer .footer-dwell-links-col:last-child .front-hero-btn {
    margin-top: 0;
    margin-left: 0;
}

/* =============================================
    STICKY NAVBAR ON SCROLL
   ============================================= */
header.main-navbar-custom nav {
    background: #222223 !important;
    min-height: 100px;
    border-bottom: 0.5px solid #000000 !important;
    transition: background-color 0.4s ease-in-out, min-height 0.4s ease-in-out;
}
header.main-navbar-custom {
    position: relative;
    z-index: 1030;
    transition: all 0.4s ease-in-out;
 background: #222223 !important;
    border-bottom: 0.5px solid #000000;
}
header.main-navbar-custom .logo {
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.4s ease;
    max-height: 100px;
    overflow: hidden;
}
header.main-navbar-custom .logo img {
    height: 100px;
    width: auto;
    object-fit: contain;
    transition: height 0.4s ease-in-out;
}
header.main-navbar-custom.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
header.main-navbar-custom.scrolled nav {
    background-color: transparent !important;
    min-height: 60px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
}
header.main-navbar-custom.scrolled .logo {
    max-height: 50px;
}
header.main-navbar-custom.scrolled .logo img {
    height: 50px;
}
header.main-navbar-custom.scrolled .nav-link {
    padding: 15px 0 !important;
}

@media (max-width: 768px) {
    .site-footer .footer-dwell-links-col:last-child {
        align-items: center !important;
    }
    .site-footer .footer-dwell-links-col:last-child .footer-social-icons {
        justify-content: center !important;
        width: 100%;
    }
    .site-footer .footer-dwell-links-col:last-child .front-hero-btn {
        margin: 24px auto 0 auto !important;
    }
}










