/*V 1.9 Depurado y Ordenado*/
/* Reset and Base Styles */
* {margin:0; padding:0; box-sizing:border-box; font-family:"Montserrat", Arial, sans-serif;}
body {background-color:#ffffff; color:#333333; line-height:1.6; overflow-x:hidden;}
a {text-decoration:none; color:inherit; transition:all 0.3s ease;}
ul {list-style:none;}
.container {width:100%; max-width:1200px; margin:0 auto; padding:0 20px;}
img {max-width:100%; height:auto;}

/* Color Variables */
:root {--primary-green:#24e550; --accent-green:#00c853; --brand-red:#E60012; --brand-blue:#004C97; --primary-black:#000000; --primary-white:#ffffff; --light-gray:#f8f9fa; --dark-gray:#343a40; --border-color:#e0e0e0;}

/* Section Styles */
section {padding:60px 0; width:100%;}
.section-header {text-align:center; margin-bottom:40px;}
.section-header h2 {font-size:clamp(24px, 4vw, 32px); font-weight:700; margin-bottom:15px; color:#ffffff; text-transform:uppercase; line-height:1.2;}
.section-header p {font-size:clamp(14px, 2.5vw, 18px); color:#ffffff; max-width:700px; margin:0 auto; line-height:1.6;}

/* Ajuste de color para secciones con fondo claro */
.iframe-section .section-header h2,
.iframe-section .section-header p {color:var(--primary-black) !important;}

/* Header Styles */
.main-header {position:sticky; top:0; z-index:1000; box-shadow:0 2px 10px rgba(0, 0, 0, 0.1); width:100%;}
.top-header {display:flex; align-items:center; justify-content:space-between; padding:0; background-color:var(--primary-black); min-height:60px;}
.logo-container {padding:10px 15px; background-color:var(--primary-black); display:flex; justify-content:flex-start; align-items:center; flex-shrink:0;}
.logo {max-width:clamp(100px, 15vw, 200px); height:auto;}
.header-right {display:flex; align-items:center; gap:15px; padding:0 15px; flex-shrink:0; margin-left:0; justify-content:flex-end;}
.find-us {display:flex; align-items:center; gap:8px;}
.map-icon {background-color:#4285f4; color:white; width:35px; height:35px; border-radius:6px; display:flex; align-items:center; justify-content:center; font-size:16px;}
.rating-badge {background-color:#209b41; color:white; padding:6px 10px; border-radius:4px; font-weight:bold; font-size:12px;}
.google-reviews {display:flex; align-items:center; gap:8px; color:var(--primary-white);}
.google-reviews i {font-size:20px; color:#4285f4;}
.review-info {display:flex; flex-direction:column; align-items:flex-start;}
.rating {font-size:12px; font-weight:600; color:#ffc107;}
.phone-button {background:transparent; border:2px solid var(--primary-green); color:var(--primary-white); padding:8px 16px; border-radius:20px; font-size:14px; font-weight:600; cursor:pointer; transition:all 0.3s ease; text-transform:uppercase; white-space:nowrap;}
.phone-button:hover {background-color:var(--primary-green); color:var(--primary-white);}

/* Funcion para cambio de pagina a Lake Havasu*/
.location-switcher {flex-grow: 1; flex-shrink: 1; display: flex; justify-content: center; align-items: center; padding: 0 20px; overflow: hidden;  display: none;}
.location-switcher a {display: flex; align-items: center; font-family: "Montserrat", Arial, sans-serif; color: var(--primary-white); font-size: 18px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: all 0.3s ease;}
.location-switcher a:hover {color: var(--primary-green);  transform: scale(1.05); }
.location-switcher i {color: var(--primary-green); font-size: 18px; margin-right: 10px; animation: spin-3d 3s linear infinite; }
.location-switcher .loc-highlight {color: var(--primary-green); margin: 0 4px; display: inline-block; transition: all 0.3s ease;}
.location-switcher a:hover .loc-highlight {color: var(--primary-white); }

/*  Animación de Giro 3D */
@keyframes spin-3d {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

/* Mobile Menu Button */
.mobile-menu-phone-container {display:none; align-items:center; gap:10px; margin-left:auto; padding:0 15px;}
.mobile-menu-btn {display:none; font-size:24px !important; cursor:pointer; padding:15px; color:var(--primary-white); z-index:1001;}
.mobile-phone-button {background:transparent; border:2px solid var(--primary-green); color:var(--primary-white); padding:6px 12px; border-radius:15px; font-size:12px; font-weight:600; cursor:pointer; transition:all 0.3s ease; text-transform:uppercase; white-space:nowrap; text-decoration:none;}
.mobile-phone-button:hover {background-color:var(--primary-green); color:var(--primary-white);}

/* Bottom Navigation */
.bottom-nav {background-color:var(--primary-white); border-bottom:1px solid var(--border-color); padding:0;}
.desktop-nav {background-color:var(--primary-white); display:flex; justify-content:center; width:100%;}
.desktop-nav ul {display:flex; justify-content:center; align-items:center; padding:0; margin:0; gap:clamp(15px, 3vw, 40px); max-width:1200px; width:100%; flex-wrap:wrap;}
.desktop-nav li {padding:0;}
.desktop-nav a {color:var(--primary-black); font-weight:600; font-size:clamp(12px, 1.5vw, 13px); transition:color 0.3s; position:relative; text-transform:uppercase; padding:15px 0; display:block; white-space:nowrap;}
.desktop-nav a:hover,
.desktop-nav a.active {color:#209b41;}
.desktop-nav a:after {content:""; position:absolute; width:0; height:3px; bottom:0; left:0; background-color:var(--primary-green); transition:width 0.3s;}
.desktop-nav a:hover:after,
.desktop-nav a.active:after {width:100%;}

/* Mobile Navigation */
.mobile-nav-container {display:none; position:fixed; top:0; right:-100%; width:100%; height:100%; background-color:var(--primary-black); z-index:1000; transition:right 0.3s ease; overflow-y:auto;}
.mobile-nav-container.active {right:0;}
.close-menu-btn {position:absolute; top:15px; right:15px; font-size:24px; color:var(--primary-white); cursor:pointer; z-index:1002;}
.mobile-nav {background-color:var(--primary-black); height:calc(100% - 50px); overflow-y:auto;}
.mobile-nav ul {display:flex; flex-direction:column; padding:0;}
.mobile-nav li {border-bottom:1px solid rgba(255, 255, 255, 0.1);}
.mobile-nav a {color:var(--primary-white); font-weight:600; display:block; padding:15px 20px; font-size:16px;}
.mobile-nav a:hover,
.mobile-nav a.active {color:var(--primary-green); background-color:rgba(255, 255, 255, 0.05);}

/* Brand Logo */
.brand-logo-container {text-align:center; margin-bottom:clamp(20px, 4vw, 30px);}
.brand-energy-logo {max-width:clamp(200px, 25vw, 300px);height:auto;filter:brightness(1); border-radius: 10px;padding: 5px;}

/* Hero Section */
.hero {background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/public/img/ac-services-yuma/mitsubishi-air-conditioning/mitsubishi-electric-banner.webp") no-repeat center center; background-size:cover; color:var(--primary-white); text-align:center; padding:clamp(40px, 6vw, 60px) 20px; position:relative; width:100%; min-height:35vh; display:flex; align-items:center; justify-content:center;}
.hero-content {max-width:800px; margin:0 auto; width:100%;}
.hero h1 {font-size:clamp(24px, 6vw, 48px); font-weight:700; margin-bottom:20px; text-shadow:2px 2px 4px rgba(0, 0, 0, 0.5); line-height:1.2;}
.hero p {font-size:clamp(16px, 3vw, 20px); margin-bottom:30px; text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5); line-height:1.4;}
.cta-button {background:transparent; border:2px solid var(--brand-red); color:var(--primary-white); padding:clamp(12px, 2vw, 15px) clamp(20px, 4vw, 30px); font-size:clamp(14px, 2vw, 16px); font-weight:600; cursor:pointer; border-radius:50px; transition:all 0.3s ease; text-transform:uppercase; box-shadow:0 4px 15px rgba(230, 0, 18, 0.3); min-height:44px; display:inline-block;}
.cta-button:hover {background:var(--brand-red);color:var(--primary-white);transform:translateY(-3px);box-shadow: 0 6px 20px rgb(251 0 20 / 50%);}

/* Hover y Scroll animado para todo la pagina */
.animated-item {opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out, box-shadow 0.3s ease-in-out;}
.animated-item.scrolled {opacity: 1; transform: translateY(0);}
.animated-item.scrolled:hover {transform: translateY(-5px); box-shadow: 0 0 13px 10px rgba(0, 0, 0, 0.15); border-radius: 10px;  position: relative; transition: opacity 0.6s ease-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;}
.animated-item.animate-child-icon:hover .icon-to-animate {transform: scale(1.05); box-shadow: 0 8px 25px rgba(40, 167, 69, 0.5); transition: transform 0.3s ease, box-shadow 0.3s ease;}

/* Services / Solutions Section */
.services-brand {background-color:#000000; padding:clamp(60px, 10vw, 100px) 0; width:100%;}
p.text-our {color:#ffffff; font-size:clamp(14px, 2.5vw, 16px); line-height:1.6; max-width:950px; margin:0 auto clamp(40px, 8vw, 60px) auto; text-align:center;}
.services-brand .section-header h2 {color:#ffffff; text-align:center; font-size:clamp(28px, 5vw, 40px); font-weight:700; margin-bottom:clamp(40px, 8vw, 60px); text-transform:uppercase; letter-spacing:2px;}
.brand-solutions-grid {display:grid; grid-template-columns:repeat(auto-fit, minmax(280px, 1fr)); gap:clamp(20px, 4vw, 30px); max-width:1400px; margin:0 auto; padding:0 20px;}
.brand-solution-card {background-color:transparent; text-align:center; transition:transform 0.3s ease;}
.brand-solution-card:hover {transform:translateY(-10px);}
.solution-image {width:100%; height:clamp(180px, 25vw, 220px); margin-bottom:clamp(20px, 4vw, 30px); border-radius:8px; overflow:hidden; box-shadow:0 5px 20px rgba(255, 255, 255, 0.1);}
.solution-image img {width:100%; height:100%; object-fit:cover; transition:transform 0.3s ease;}
.brand-solution-card:hover .solution-image img {transform:scale(1.05);}
.brand-solution-card {background-color:transparent; text-align:center; transition:transform 0.3s ease;}
.brand-solution-card:hover {transform:translateY(-10px);}
.solution-image {width:100%; height:clamp(180px, 25vw, 220px); margin-bottom:clamp(20px, 4vw, 30px); border-radius:8px; overflow:hidden; box-shadow:0 5px 20px rgba(255, 255, 255, 0.1);}
.solution-image img {width:100%; height:100%; object-fit:cover; transition:transform 0.3s ease;}
.solution-image.multi-zone {background-color: antiquewhite;}
.brand-solution-card:hover .solution-image img {transform:scale(1.05);}

/* Cards Titles Mitsubishi */
.brand-solution-card h3 {color: #f80000;font-size:clamp(16px, 3vw, 20px);font-weight:700;margin-bottom:clamp(15px, 3vw, 20px);text-transform:uppercase;letter-spacing:1px;line-height:1.3;}
.brand-solution-card p {color:#ffffff; font-size:clamp(13px, 2.5vw, 15px); line-height:1.6; text-align:center;}

/* Iframe 1 (Indoor Section) */
.indoor-section {background-color:#000000; padding:60px 0; width:100%; position:relative; border-top:1px solid #222;}
.indoor-container {width:100%; max-width:1500px; margin:0 auto; padding:0 20px;}
.indoor-header {text-align:center; margin-bottom:40px;}
.indoor-header h2 {font-size:clamp(24px, 4vw, 32px); font-weight:700; color:#ffffff; margin-bottom:15px; text-transform:uppercase; letter-spacing:1px;}
.indoor-header p {font-size:clamp(14px, 2.5vw, 16px); color:#ffffff; line-height:1.6; max-width:700px; margin:0 auto;}
.iframe-integration-box {width:98vw; max-width:2500px; position:relative; left:50%; right:50%; margin-left:-49vw; margin-right:-49vw; background-color:#ffffff; border-radius:20px; overflow:hidden; box-shadow:0 0 40px rgba(255, 255, 255, 0.1); border:1px solid #333; min-height:800px;}
.iframe-integration-box iframe {width:100% !important; height:100% !important; min-height:800px !important; display:block; border:none;}

/* Family First Section --- */
.family-first {background-color:#000000; padding:clamp(20px, 4vw, 40px) 0 clamp(40px, 8vw, 80px) 0; width:100%;}
.family-first .section-header p {text-align:center; max-width:900px; margin:0 auto; font-size:clamp(14px, 2.5vw, 16px); line-height:1.8; padding:0 20px;}
.benefits-grid {display:grid; grid-template-columns:repeat(auto-fit, minmax(280px, 1fr)); gap:clamp(15px, 3vw, 20px); margin-top:clamp(30px, 6vw, 40px); padding:0 20px; max-width:1200px; margin-left:auto; margin-right:auto;}
.benefit-item {padding:clamp(15px, 3vw, 20px); border-radius:8px; background-color:#000000; box-shadow:0 3px 10px rgba(0, 0, 0, 0.05); transition:transform 0.3s ease; display:flex; align-items:flex-start; gap:clamp(10px, 2vw, 15px);}
.benefit-item:hover {transform:translateY(-5px); box-shadow:0 8px 20px rgba(0, 0, 0, 0.1);}
.benefit-icon {flex-shrink:0; width:clamp(25px, 4vw, 30px); height:clamp(25px, 4vw, 30px); display:flex; align-items:center; justify-content:center;}
.benefit-icon i {font-size:clamp(20px, 3vw, 24px);color: #f80000;}
.benefit-content {flex:1;}
.benefit-content h3 {font-size:clamp(13px, 2.5vw, 16px); margin-bottom:10px; color:#ffffff; font-weight:700; line-height:1.3;}
.benefit-content p {color:#e9e9e9; font-size:clamp(12px, 2vw, 14px); line-height:1.6;}

/* Iframe 2 (Intelliheat Section) */
.intelliheat-section {background-color: #000000; padding: 60px 0 0 0;  width: 100%; position: relative;  border-top: 1px solid #222;}
.intelliheat-header {text-align: center; margin-bottom: 40px;padding: 0 20px;}
.intelliheat-header h2 {font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: #ffffff; margin-bottom: 15px; text-transform: uppercase;  letter-spacing: 1px;}
.intelliheat-header p {font-size: clamp(14px, 2.5vw, 16px); color: #ffffff; line-height: 1.6; max-width: 700px; margin: 0 auto;}
.intelliheat-integration-box {width: 100vw; max-width: none;position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background-color: #ffffff; border-radius: 0; overflow: hidden; border-top: 1px solid #333; border-bottom: 1px solid #333; min-height: 800px;}
.intelliheat-integration-box iframe {width: 100% !important; height: 100% !important; min-height: 800px !important; display: block; border: none;}

/* Gallery Section */
.brand-gallery {background-color:#000000; padding:clamp(60px, 10vw, 100px) 0; width:100%;}
.brand-gallery .section-header h2 {color:#ffffff; text-align:center; font-size:clamp(28px, 5vw, 40px); font-weight:700; margin-bottom:clamp(20px, 4vw, 30px); text-transform:uppercase; letter-spacing:2px;}
.brand-gallery .section-header p {color:#ffffff; text-align:center; font-size:clamp(14px, 2.5vw, 16px); line-height:1.6; max-width:900px; margin:0 auto clamp(10px, 2vw, 15px) auto;}
.brand-gallery .section-header p:last-of-type {margin-bottom:clamp(40px, 8vw, 60px);}

/* Carousel Controls */
.gallery-carousel {max-width:1400px; margin:0 auto; position:relative;}
.carousel-container {position:relative; overflow:hidden; border-radius:12px;}
.carousel-track {display:flex; transition:transform 0.5s ease-in-out; height:clamp(250px, 35vw, 400px);}
.carousel-slide {min-width:100%; position:relative;}
.image-group {display:flex; gap:clamp(15px, 2vw, 20px); height:100%; padding:0 clamp(10px, 2vw, 20px);}
.gallery-image {flex:1; border-radius:8px; overflow:hidden; box-shadow:0 5px 20px rgba(0, 0, 0, 0.3); transition:transform 0.3s ease;}
.gallery-image:hover {transform:translateY(-5px);}
.gallery-image img {width:100%; height:100%; object-fit:cover; display:block;}
.carousel-btn {position:absolute; top:50%; transform:translateY(-50%); background:rgba(0, 0, 0, 0.7); color:#ffffff; border:none; width:clamp(40px, 6vw, 50px); height:clamp(40px, 6vw, 50px); border-radius:50%; cursor:pointer; font-size:clamp(16px, 2.5vw, 20px); display:flex; align-items:center; justify-content:center; transition:all 0.3s ease; z-index:10;}
.carousel-btn:hover {background: #f80000;transform:translateY(-50%) scale(1.1);}
.prev-btn {left:clamp(10px, 2vw, 20px);}
.next-btn {right:clamp(10px, 2vw, 20px);}
.carousel-indicators {display:flex; justify-content:center; gap:15px; margin-top:clamp(20px, 4vw, 30px);}
.indicator {width:24px; height:24px; border-radius:50%; border:2px solid rgba(255, 255, 255, 0.5); background:transparent; cursor:pointer; transition:all 0.3s ease; padding:12px; background-clip:content-box;}
.indicator.active,
.indicator:hover {background-color: #f80000;border-color: #f80000;}

/* Contact Form Section (Iframe) */
.contact-form-section {background-color:var(--primary-black); color:var(--brand-red); padding:clamp(20px, 3vw, 30px) 0; overflow:hidden;}
.form-grid-container {display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:clamp(30px, 6vw, 60px); max-width:1200px; margin:0 auto; padding:0;}
.form-text-content .form-logo {max-width:100%; height:auto; margin-bottom:30px;}
.form-text-content h2 {font-size:clamp(28px, 5vw, 42px); line-height:1.2; margin-bottom:20px; text-transform:uppercase; color: #38ed24;}
.form-text-content p {font-size:clamp(14px, 2vw, 16px); color:white; line-height:1.7;}
.form-wrapper {border-radius:8px; overflow:hidden; min-height:900px; background-color:#fff; width:100%; box-shadow:0 8px 25px rgba(0, 0, 0, 0.1); position:relative;}
.form-wrapper iframe {width:100% !important; height:100% !important; min-height:900px; border:none !important; border-radius:3px; display:block;}
.form-wrapper .loader {display:flex; align-items:center; justify-content:center; height:200px; color:var(--primary-black); font-size:18px; font-weight:600; background-color:#fff; border-radius:8px; width:100%;}

/* Service Areas Section */
.service-areas-with-map {background-color:var(--primary-black); padding:clamp(40px, 8vw, 80px) 0; width:100%;}
.service-areas-content {display:grid; grid-template-columns:1fr 1.5fr; gap:clamp(30px, 6vw, 50px); align-items:flex-start; max-width:1200px; margin:0 auto; padding:0 20px;}
.service-areas-left h2 {color: #38ed24; font-size:clamp(20px, 4vw, 32px); font-weight:700; text-transform:uppercase; margin-bottom:clamp(20px, 4vw, 30px);}
.areas-horizontal-list {display:flex; flex-wrap:wrap; gap:clamp(15px, 3vw, 25px); margin-bottom:20px; align-items:center;}
.area-item {color:var(--primary-white); font-size:clamp(12px, 2vw, 16px); font-weight:600; display:flex; align-items:center; gap:8px; white-space:nowrap;}
.area-item i {color: #38ed24;font-size:clamp(12px, 2vw, 16px);}
.areas-description {color:#ccc; font-size:clamp(12px, 2vw, 14px); line-height:1.6;}
.map-container-large {background-color:var(--light-gray); border-radius:8px; overflow:hidden; width:100%; height:clamp(300px, 40vw, 500px); box-shadow:0 5px 15px rgba(0, 0, 0, 0.1);}
.map-container-large iframe {width:100%; height:100%; border:0;}

/* FAQ Section */
.faq {background-color:#000000; padding:clamp(40px, 8vw, 80px) 0; width:100%;}
.faq-container {max-width:800px; margin:0 auto; width:100%; padding:0 20px;}
.faq-item {margin-bottom:15px; border-radius:8px; overflow:hidden; background-color:var(--light-gray); box-shadow:0 3px 10px rgba(0, 0, 0, 0.05); width:100%;}
.faq-question {padding:clamp(15px, 3vw, 20px); cursor:pointer; display:flex; align-items:center; transition:background-color 0.3s ease; min-height:60px;}
.faq-question:hover {background-color:rgba(0, 0, 0, 0.02);}
.faq-arrow {margin-right:clamp(10px, 2vw, 15px);font-size:clamp(14px, 2.5vw, 16px);color: #f80000;transition:transform 0.3s ease;flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;}
.faq-item.active .faq-arrow i {transform:rotate(45deg);}
.faq-question h3 {font-size:clamp(14px, 2.5vw, 18px); font-weight:600; color:var(--primary-black); line-height:1.3; flex:1;}
.faq-answer {padding:0 clamp(15px, 3vw, 20px) clamp(15px, 3vw, 20px) clamp(45px, 8vw, 55px); background-color:var(--light-gray); color:#666; line-height:1.6; display:none; font-size:clamp(13px, 2vw, 15px);}
.faq-item.active .faq-answer {display:block;}

/* Footer */
footer {background-color:var(--primary-black); color:var(--primary-white); padding:clamp(40px, 8vw, 60px) 0 20px; width:100%; margin-bottom: -5px;}
.footer-logo-section {text-align:center; margin-bottom:clamp(30px, 6vw, 40px); padding:0 20px;}
.footer-logo {max-width:clamp(150px, 20vw, 250px); height:auto;}
.footer-content {display:grid; grid-template-columns:repeat(auto-fit, minmax(250px, 1fr)); gap:clamp(20px, 4vw, 40px); max-width:1200px; margin:0 auto; padding:0 20px; width:100%;}
.map-container {height:clamp(150px, 25vw, 200px); border-radius:8px; overflow:hidden; margin-bottom:20px; margin-top:20px;}
.map-container iframe {width:100%; height:100%; border:0;}
.footer-section h3 {font-size:clamp(16px, 2.5vw, 18px); margin-bottom:20px; color:var(--primary-white); font-weight:700;}
.footer-section ul li {margin-bottom:8px;}
.footer-section.column ul li {width:100%; margin:0 0 8px;}
.footer-section.column ul {display:grid; grid-template-columns:repeat(2, 1fr); gap:8px;}
.footer-section.column ul li {width:100%; margin:0;}
.column ul li {float:left; margin:0px 1%; width:48%;}
.footer-section a {color:#ccc; transition:color 0.3s ease; font-size:clamp(12px, 2vw, 14px); line-height:1.5;}
.footer-section a:hover {color:var(--primary-green);}
.licenses {margin-bottom:20px;}
.license-row {display:flex; flex-wrap:wrap; gap:15px; margin-bottom:10px;}
.license-row span {font-size:clamp(12px, 2vw, 14px); color:#ccc;}
.social-media {display:flex; gap:10px; margin-top:15px; margin-bottom:30px; flex-wrap:wrap;}
.social-icon {display:flex; justify-content:center; align-items:center; width:clamp(35px, 6vw, 40px); height:clamp(35px, 6vw, 40px); background-color:rgba(255, 255, 255, 0.1); border-radius:50%; transition:all 0.3s ease; font-size:clamp(14px, 2.5vw, 16px);}
.social-icon:hover {background-color:var(--primary-green); transform:translateY(-3px);}
.visually-hidden {position:absolute; width:1px; height:1px; padding:0; margin:-1px; clip:rect(0, 0, 0, 0); white-space:nowrap; border:0;}

/* --- Responsive y Breakpoints--- */
@media (min-width:1201px) and (max-width:1330px) {.location-switcher a, .location-switcher i {font-size:16px;}}
@media (min-width:1200px) {.brand-solutions-grid {grid-template-columns:repeat(4, 1fr);}}
@media (max-width:1200px) {.header-right {gap:10px;}
 .find-us, .google-reviews, .review-button {display:none;}
 .phone-button {padding:6px 12px; font-size:13px;}
}
@media (min-width:1151px) {.location-switcher {display:flex;}}
@media (max-width:1150px) {.bottom-nav {display:none;}
 .header-right {display:none;}
 .mobile-menu-phone-container {display:flex;}
 .mobile-menu-btn {display:block;}
 .mobile-nav-container {display:block;}
 .form-grid-container {grid-template-columns:1fr;}
 .form-text-content {text-align:center; margin-bottom:40px;}
 .form-text-content .form-logo {margin:0 auto;}
 .form-wrapper {max-width:600px; margin:0 auto;}
}
@media (min-width:992px) and (max-width:1200px) {.location-switcher a, .location-switcher i {font-size:14px;}}
@media (max-width:992px) {.service-areas-content {grid-template-columns:1fr; gap:30px;}
 .bottom-nav {display:none;}
 .header-right {display:none;}
 .mobile-menu-phone-container {display:flex;}
 .mobile-menu-btn {display:block;}
 .mobile-nav-container {display:block;}
}
@media (min-width:992px) and (max-width:1150px) {.location-switcher {display:flex;}}
@media (max-width:991px) {.top-header {flex-wrap:wrap; min-height:0;}
 .location-switcher {display:flex; flex-basis:100%; order:3; justify-content:center; background-color:var(--primary-black); padding:8px 15px; border-top:1px solid #111;}
}
@media (min-width:768px) {.service-areas-content {display:grid; grid-template-columns:1fr 1fr; gap:clamp(30px, 5vw, 50px); align-items:start;}}
@media (max-width:768px) {.brand-energy-logo {max-width:clamp(150px, 20vw, 200px);}
 .brand-solutions-grid {grid-template-columns:repeat(2, 1fr);}
 .brand-solutions-grid {grid-template-columns:1fr; gap:30px;}
 .solution-image {height:clamp(160px, 20vw, 180px);}
 .iframe-integration-box {width:100%;left:auto; right:auto; margin-left:0; margin-right:0; border-radius:12px; min-height:600px;}
 .intelliheat-integration-box { width: 100vw; margin-left: -50vw; min-height: 600px;}
 .intelliheat-section {overflow-x: hidden;}
 .carousel-track {height:clamp(200px, 30vw, 300px);}
 .image-group {gap:clamp(10px, 1.5vw, 15px); padding:0 clamp(5px, 1vw, 10px);}
 .carousel-btn {width:clamp(35px, 5vw, 40px); height:clamp(35px, 5vw, 40px); font-size:clamp(14px, 2vw, 16px);}
 .areas-horizontal-list {flex-direction:column; align-items:flex-start; gap:10px;}
 .map-container-large {height:clamp(250px, 35vw, 350px);}
 .container {padding:0 15px;}
 .mobile-phone-button {font-size:11px; padding:5px 10px;}
 .mobile-menu-btn {font-size:18px; padding:8px;}
 .mobile-menu-phone-container {gap:6px; padding:0 8px;}
 .form-wrapper, .form-wrapper iframe {min-height:960px;}
}
@media (max-width:576px) {.brand-gallery {padding:clamp(40px, 8vw, 60px) 0;}
 .carousel-track {height:clamp(180px, 25vw, 250px);}
 .image-group {flex-direction:column; gap:clamp(8px, 1vw, 12px); padding:0 clamp(5px, 1vw, 10px);}
 .gallery-image {height:clamp(50px, 8vw, 70px);}
 .carousel-btn {width:30px; height:30px; font-size:12px;}
 .indicator {width:20px; height:20px; padding:14px;}
 .container {padding:0 10px;}
 .mobile-phone-button {font-size:10px; padding:4px 8px;}
 .mobile-menu-btn {font-size:16px; padding:6px;}
 .mobile-menu-phone-container {gap:4px; padding:0 6px;}
 .form-wrapper, .form-wrapper iframe {min-height:1050px;}
 .location-switcher a, .location-switcher i {font-size:16px;}
}
@media (max-width:480px) {.image-group {flex-direction:column; height:auto;}
 .gallery-image {height:clamp(60px, 10vw, 80px); margin-bottom:8px;}
 .carousel-track {height:auto; min-height:clamp(200px, 35vw, 280px);}
 .benefits-grid {grid-template-columns:1fr;}
 .benefit-item {flex-direction:column; align-items:center; text-align:center; gap:10px;}
 .location-switcher a, .location-switcher i {font-size:13px;}
}
@media (max-width:360px) {.cta-button {font-size:13px;}
 .mobile-phone-button {font-size:9px; padding:3px 6px;}
 .mobile-menu-btn {font-size:14px; padding:8px;}
 .mobile-menu-phone-container {gap:3px; padding:0 5px;}
 .location-switcher {padding:6px 10px;}
 .location-switcher a, .location-switcher i {font-size:12px; margin-right:6px;}
}
@media (max-width:320px) {.request {font-size:12px;}}
@media (max-width:300px) {.container {padding:0 5px !important;}
 .logo-container {padding:5px !important;}
 .logo {max-width:110px !important;}
 .mobile-menu-phone-container {padding:0 2px !important; gap:5px !important;}
 .mobile-phone-button {font-size:9px !important; padding:4px 6px !important;}
 .mobile-menu-btn {padding:5px !important; font-size:20px !important;}
 h1, h2, h3, h4, p, a, span {word-wrap:break-word; overflow-wrap:break-word; hyphens:auto;}
 .hero h1 {font-size:20px !important;}
 .location-switcher {padding:5px !important;}
 .location-switcher a {font-size:10px !important; display:block; text-align:center;}
 .footer-logo {max-width:180px;}
 .map-container, .map-container iframe {height:180px; width:100% !important;}
}