.elementor-902 .elementor-element.elementor-element-2eefc79{--display:flex;}.elementor-902 .elementor-element.elementor-element-2eefc79.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-902 .elementor-element.elementor-element-2eefc79{--width:66.735%;}}/* Start custom CSS for html, class: .elementor-element-b3e2841 */:root {
    --orange: #FF5A26;
    --orange-deep: #e04818;
    --orange-soft: #FFF0EC;
    --blue: #38B6FF;
    --blue-deep: #1E90FF;
    --blue-soft: #EBF7FF;
    --ink: #1a1a1a;
    --ink-soft: #161616;
    --paper: #FFFCFA;
    --line: #EEEEEE;
    --green: #10B981;
    --yellow: #FBBF24;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--ink);
    background: var(--paper);
}


header .site-branding .container .navigation .main-navigation .nav-menu {
    display: flex;
    justify-content: start;
    gap: 60px !important;
    align-items: start;
}
.skyBlueBtn {
    background-color: #41b8ff !important;
    color: #fff !important;
}

.btn, button, input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    padding: 11px 49px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-decoration: none;
    border-radius: 999px !important;
    text-align: center;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    border: 0;
}

a {
    text-decoration: none;
}

.container-xl {
    max-width: 1240px;
}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Top Orange Promo Bar */
.top-promo-bar {
    background-color: #FF5A26;
    color: #ffffff;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
}

.marquee {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.marquee span {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
/* Navbar Custom Styles */
.custom-navbar {
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Logo Styling mimicking "Swansea Gas and Oil" logo */

.logo-container{
        display: contents;
}

.logo-img{
    width: 10%;
    height: auto;
}

/* Navigation Links */
.nav-link-custom {
    color: #4A4A4A !important;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 12px !important;
    transition: color 0.2s ease-in-out;
}

.nav-link-custom:hover {
    color: #FF5A26 !important;
}

/* Rounded Contact Button with Shadow */
.btn-contact {
    background-color: #38B6FF;
    /* Exact Sky Blue */
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    padding: 8px 24px !important;
    border: none;
    box-shadow: 0 4px 10px rgba(56, 182, 255, 0.3);
    transition: all 0.2s ease-in-out;
}

.btn-contact:hover {
    background-color: #1E90FF;
    box-shadow: 0 4px 15px rgba(30, 144, 255, 0.4);
    transform: translateY(-1px);
}

/* Phone and Whatsapp Icons styling */
.header-icon-link {
    color: #000000;
    font-size: 20px;
    transition: color 0.2s;
    text-decoration: none;
}

.header-icon-link:hover {
    color: #FF5A26;
}

.whatsapp-icon:hover {
    color: #25D366;
    /* WhatsApp Green on Hover */
}

/* Custom Hamburger (Toggler) Icon */
.navbar-toggler {
    border: none;
    outline: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon-custom {
    font-size: 24px;
    color: #FF5A26;
}

/* Alignment utility for Desktop Icons */
.action-icons-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Adjustments for Mobile and Tablet Screens */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #ffffff;
        padding: 20px 0;
        border-top: 1px solid #f0f0f0;
        margin-top: 15px;
    }

    .nav-link-custom {
        padding: 10px 0 !important;
        border-bottom: 1px solid #f8f9fa;
    }

    .action-icons-group {
        margin-top: 15px;
        justify-content: flex-start;
        gap: 20px;
    }

    .btn-contact {
        display: inline-block;
        width: auto;
        text-align: center;
    }
}

/* ================= HERO ================= */
.faq-hero {
    position: relative;
    background: url("https://www.swanseagasandoil.co.uk/wp-content/uploads/2026/08/faq-bg-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 70px 0 0 0;
    overflow: hidden;
}

.faq-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff5c2480;
    z-index: 0;
}

.faq-hero > * {
    position: relative;
    z-index: 1;
}

.hero-badge-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    border: 1px solid var(--line);
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--orange-deep);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.hero-pill i {
    color: var(--blue-deep);
}

.faq-hero h1 {
    font-size: 54px;
    font-weight: 800;
    letter-spacing: -1.2px;
    line-height: 1.1;
    margin: 0 0 18px 0;
}

.faq-hero h1 span {
    color: var(--orange);
}

.faq-hero-lead {
    font-size: 17px;
    font-weight: 500;
    color: var(--ink-soft);
    line-height: 1.75;
    max-width: 480px;
    margin: 0 0 30px 0;
}

.hero-stats-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-stat {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 20px;
    min-width: 140px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
    border-top: 3px solid var(--orange);
}

.hero-stat:nth-child(2) {
    border-top-color: var(--blue);
}

.hero-stat:nth-child(3) {
    border-top-color: var(--orange);
}

.hero-stat .num {
    font-size: 22px;
    font-weight: 800;
    color: var(--ink);
    display: block;
    line-height: 1.1;
}

.hero-stat .lbl {
    font-size: 11px;
    font-weight: 600;
    color: #9a9a9a;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Hero visual panel (right column) */
.hero-visual {
    position: relative;
    background: #FF5A26;
    border-radius: 28px;
    min-height: 380px;
    padding: 34px;
    color: #fff;
    overflow: hidden;
}

.hero-visual::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.hero-visual::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.hero-visual-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.hero-visual h3 {
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 10px 0;
    letter-spacing: -0.3px;
}

.hero-visual p {
    position: relative;
    z-index: 2;
    font-size: 13px;
    opacity: 0.92;
    line-height: 1.7;
    font-weight: 500;
    max-width: 280px;
}

.hero-visual-list {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 22px 0 0 0;
}

.hero-visual-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 12px;
}

.hero-visual-list li i {
    background: rgba(255, 255, 255, 0.22);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.hero-wave {
    margin-top: 56px;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: auto;
}

/* ================= LAYOUT: SIDEBAR + CONTENT ================= */
.faq-main-section {
    padding: 70px 0 90px 0;
}

/* Sidebar */
.faq-sidebar {
    position: sticky;
    top: 24px;
}

.sidebar-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 26px 24px;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.sidebar-card h4 {
    font-size: 12.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--orange-deep);
    margin: 0 0 18px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-card h4 i {
    color: var(--blue-deep);
}

.fact-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.fact-row:last-child {
    margin-bottom: 0;
}

.fact-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.fact-icon.o {
    background: var(--orange-soft);
    color: var(--orange-deep);
}

.fact-icon.b {
    background: var(--blue-soft);
    color: var(--blue-deep);
}

.fact-text .t {
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 2px;
}

.fact-text .d {
    font-size: 11.5px;
    font-weight: 500;
    color: #8a8a8a;
    line-height: 1.5;
}

/* trust badges card */
.badges-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.oftec-badge {
    width: 44px;
    height: 40px;
    background: var(--green);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5px;
}

.oftec-badge span {
    font-size: 7px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.2px;
}

.gas-safe-badge {
    width: 46px;
    height: 40px;
    background: var(--yellow);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 4px;
}

.gas-safe-badge span {
    font-size: 7px;
    font-weight: 900;
    color: #000;
    line-height: 1;
}

.gas-safe-badge small {
    font-size: 4.5px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.check-badge {
    font-size: 12.5px;
    font-weight: 700;
}

.check-badge .blue {
    color: var(--blue-deep);
}

.check-badge .orange {
    color: var(--orange-deep);
}

/* Call CTA card */
.sidebar-cta {
    background: linear-gradient(135deg, var(--orange), var(--orange-deep));
    border-radius: 20px;
    padding: 28px 24px;
    color: #fff;
    text-align: center;
}

.sidebar-cta i {
    font-size: 26px;
    margin-bottom: 12px;
    display: block;
}

.sidebar-cta h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #fff;
}

.sidebar-cta p {
    font-size: 12px;
    opacity: 0.9;
    margin: 0 0 18px 0;
    line-height: 1.6;
    font-weight: 500;
}

.sidebar-cta a {
    display: block;
    background: #ffffff;
    color: var(--orange-deep) !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px;
    border-radius: 12px;
}

/* ================= FAQ GROUPS ================= */
.faq-group {
    margin-bottom: 44px;
    scroll-margin-top: 90px;
}

.group-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 18px;
    padding: 20px 24px;
    margin-bottom: 22px;
    color: #fff;
}

.group-banner.orange {
    background: linear-gradient(120deg, var(--orange), var(--orange-deep));
}

.group-banner.blue {
    background: linear-gradient(120deg, var(--blue), var(--blue-deep));
}

.group-banner-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.group-banner h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.2px;
}

.group-banner p {
    font-size: 12px;
    margin: 2px 0 0 0;
    opacity: 0.9;
    font-weight: 500;
}

.group-count {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.22);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 50px;
    white-space: nowrap;
}

.accordion-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.acc-item {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow .25s ease, border-color .25s ease;
}

.acc-item.active {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.acc-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    background: none;
    border: none;
    text-align: left;
    padding: 16px 18px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.q-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: background .3s ease, color .3s ease;
}

.orange-theme .q-icon {
    background: var(--orange-soft);
    color: var(--orange-deep);
}

.blue-theme .q-icon {
    background: var(--blue-soft);
    color: var(--blue-deep);
}

.acc-item.active.orange-theme .q-icon {
    background: var(--orange);
    color: #fff;
}

.acc-item.active.blue-theme .q-icon {
    background: var(--blue-deep);
    color: #fff;
}

.q-text {
    flex: 1;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.4;
}

.acc-toggle {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #bbb;
    transition: transform .3s ease;
}

.acc-item.active .acc-toggle {
    transform: rotate(180deg);
}

.acc-answer-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.acc-answer {
    padding: 0 18px 20px 70px;
    font-size: 13px;
    line-height: 1.75;
    color: var(--ink-soft);
    font-weight: 400;
}

/* ================= BOTTOM CTA STRIP ================= */
.faq-cta-strip {
    background: linear-gradient(120deg, var(--ink) 0%, #2b2b2b 100%);
    border-radius: 26px;
    padding: 44px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.faq-cta-strip::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: var(--orange);
    opacity: 0.18;
}

.faq-cta-strip h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 8px 0;
    position: relative;
    z-index: 2;
}

.faq-cta-strip p {
    font-size: 13.5px;
    opacity: 0.85;
    margin: 0;
    line-height: 1.7;
    max-width: 420px;
    position: relative;
    z-index: 2;
}

.cta-strip-btn {
    background: var(--orange);
    color: #fff !important;
    font-weight: 700;
    font-size: 14.5px;
    padding: 14px 30px;
    border-radius: 50px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 24px rgba(255, 90, 38, 0.35);
    position: relative;
    z-index: 2;
}

.cta-strip-btn:hover {
    background: #FFFCFA;
    color: var(--orange) !important;

}

/* ================= RESPONSIVE ================= */
@media (max-width:991.98px) {
    .faq-hero {
        padding-top: 44px;
    }

    .faq-hero h1 {
        font-size: 34px;
    }

    .hero-visual {
        margin-top: 36px;
        min-height: auto;
        padding: 28px;
    }

    .faq-sidebar {
        position: static;
        margin-bottom: 36px;
    }
}

@media (max-width:767.98px) {
    .faq-hero h1 {
        font-size: 28px;
    }

    .faq-hero-lead {
        font-size: 13.5px;
    }

    .hero-stat {
        min-width: calc(50% - 7px);
    }

    .header-call-btn span {
        display: none;
    }

    .group-banner {
        padding: 16px 18px;
    }

    .group-banner h2 {
        font-size: 17px;
    }

    .group-count {
        display: none;
    }

    .acc-answer {
        padding-left: 18px;
    }

    .faq-cta-strip {
        padding: 32px 24px;
        text-align: center;
    }

    .faq-cta-strip .row {
        justify-content: center;
    }

    .faq-cta-strip .col-lg-4 {
        margin-top: 16px;
    }
}

.wa-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
}

.wa-btn img {
  width: 70px;
  height: 70px;
  transition: transform 0.3s ease;
}

.wa-btn img:hover {
  transform: scale(1.1);
}

/* --- Footer Section Styles --- */
.main-footer {
    background-color: #ffffff;
    padding: 60px 0 50px 0;
    border-top: 1px solid #ECEFF1;
    font-family: 'Montserrat', sans-serif;
}

.footer-brand-col .tagline-text {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
}

.footer-brand-col .orange-text {
    color: #FF6B35;
}

.footer-brand-col .blue-text {
    color: #38B6FF;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.logo-title-top {
    font-size: 26px;
    font-weight: 800;
    color: #FF6B35;
    letter-spacing: 0.5px;
    line-height: 1;
}

.logo-bottom-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: -2px;
}

.logo-title-bottom {
    font-size: 19px;
    font-weight: 800;
    color: #38B6FF;
    letter-spacing: 0.5px;
    line-height: 1;
}

.logo-flame-icon {
    font-size: 18px;
}

.footer-heading {
    font-size: 15px;
    font-weight: 700;
    color: #FF6B35;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-tagline-desc {
    font-size: 12.5px;
    line-height: 1.7;
    color: #080808;
    font-weight: 500;
    margin: 0;
    max-width: 250px;
}

.orange-arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #FF6B35;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
}

.hours-text,
.address-text {
    font-size: 11.5px;
    line-height: 1.6;
    color: #000000;
    font-weight: 500;
    margin-bottom: 12px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    font-size: 11.5px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links li a:hover {
    color: #FF6B35;
}

.oftec-badge {
    width: 42px;
    height: 38px;
    background-color: #10B981;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 4px;
}

.oftec-badge .badge-inner-text {
    font-size: 7px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.2px;
}

.gas-safe-badge {
    width: 44px;
    height: 38px;
    background-color: #FBBF24;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 3px;
}

.gas-safe-badge .badge-inner-text {
    font-size: 7px;
    font-weight: 900;
    color: #000000;
    line-height: 1;
}

.gas-safe-badge .badge-sub-text {
    font-size: 4px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
}

.contact-label {
    font-size: 11px;
    color: #000000;
    margin-bottom: 2px;
    font-weight: 500;
}

.contact-value {
    font-size: 12.5px;
    font-weight: 700;
    color: #2D3748;
    text-decoration: none;
    display: inline-block;
}

.email-link {
    font-size: 11.5px;
    color: #2b6cb0;
}

.link-underline-effect:hover {
    text-decoration: underline;
}

.social-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.social-circle:hover {
    opacity: 0.9;
}

.fb-color {
    background-color: #FF6B35;
}

.yt-color {
    background-color: #FF6B35;
}

.checkatrade-logo-link {
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 700;
}

.check-text-blue {
    color: #2b6cb0;
}

.check-text-orange {
    color: #FF6B35;
}

@media (max-width: 767.98px) {
    .main-footer {
        padding: 45px 0 35px 0;
    }

    .footer-brand-col {
        margin-bottom: 10px;
    }

    .footer-heading {
        margin-bottom: 15px;
    }
}


/* =========================================================
   ADDITIONAL REQUESTED BREAKPOINTS
   1440px, 1399px, 1280px, 1199px, 1024px, 991px,
   768px, 767px, 360px, 320px
   Order: large -> small (max-width cascade)
   ========================================================= */

/* ---------- 1440px and below ---------- */
@media (max-width: 1440px) {
    .container-xl {
        max-width: 1180px;
    }
    .faq-hero h1 {
        font-size: 43px;
    }
    .hero-visual {
        min-height: 360px;
    }
    .group-banner h2 {
        font-size: 19px;
    }

     .logo-img {
    width: 22%;
    }
}

/* ---------- 1399px and below ---------- */
@media (max-width: 1399.98px) {
    .container-xl {
        max-width: 1140px;
    }
    .faq-hero h1 {
        font-size: 41px;
    }
    .faq-hero-lead {
        max-width: 440px;
    }
    .hero-stat {
        min-width: 130px;
        padding: 14px 18px;
    }
    .sidebar-card {
        padding: 22px 20px;
    }
    .q-text {
        font-size: 14px;
    }
     .logo-img {
    width: 22%;
    }

}

/* ---------- 1280px and below ---------- */
@media (max-width: 1280px) {
    .container-xl {
        max-width: 1080px;
    }
    .faq-hero h1 {
        font-size: 38px;
    }

    .logo-img {
    width: 22%;
    }
    .hero-visual {
        min-height: 340px;
        padding: 30px;
    }
    .hero-visual h3 {
        font-size: 20px;
    }
    .group-banner {
        padding: 18px 20px;
    }
    .group-banner-icon {
        width: 44px;
        height: 44px;
        font-size: 19px;
    }
    .acc-answer {
        padding-left: 64px;
    }
}

/* ---------- 1199px and below ---------- */
@media (max-width: 1199.98px) {
    .container-xl {
        max-width: 960px;
    }
    .faq-hero {
        padding-top: 50px;
    }
    .faq-hero h1 {
        font-size: 36px;
    }
    .faq-hero-lead {
        font-size: 14px;
        max-width: 420px;
    }
    .hero-stats-row {
        gap: 10px;
    }
    .hero-stat {
        min-width: 120px;
        padding: 13px 16px;
    }
    .hero-visual {
        min-height: 320px;
        padding: 26px;
    }
    .sidebar-card {
        padding: 20px 18px;
    }
    .fact-text .t {
        font-size: 12.5px;
    }
    .q-text {
        font-size: 13.5px;
    }
    .acc-answer {
        padding-left: 58px;
        font-size: 12.5px;
    }
    .faq-cta-strip {
        padding: 38px 32px;
    }
    .faq-cta-strip h3 {
        font-size: 21px;
    }
}

/* ---------- 1024px and below ---------- */
@media (max-width: 1024px) {
    .faq-hero {
        padding-top: 46px;
    }
    .faq-hero h1 {
        font-size: 32px;
    }
    .faq-hero-lead {
        max-width: 100%;
    }
    .hero-badge-row {
        margin-bottom: 18px;
    }
    .hero-visual {
        margin-top: 32px;
        min-height: auto;
        padding: 26px;
    }
    .faq-sidebar {
        position: static;
        margin-bottom: 32px;
    }
    .faq-main-section {
        padding: 55px 0 70px 0;
    }
    .group-banner h2 {
        font-size: 18px;
    }
    .acc-answer {
        padding-left: 54px;
    }
}

/* ---------- 991px and below ---------- */
@media (max-width: 991px) {
    .faq-hero {
        padding-top: 42px;
    }
    .logo-img {
    width: 30%;
    }

    .faq-hero h1 {
        font-size: 30px;
    }
    .hero-stat {
        min-width: calc(33.33% - 10px);
    }
    .hero-visual {
        margin-top: 30px;
        min-height: auto;
        padding: 26px;
    }
    .faq-sidebar {
        position: static;
        margin-bottom: 30px;
    }
    .sidebar-cta {
        padding: 24px 20px;
    }
    .group-banner {
        padding: 16px 20px;
    }
    .acc-question {
        padding: 15px 16px;
    }
    .acc-answer {
        padding-left: 50px;
    }
    .faq-cta-strip {
        padding: 34px 28px;
    }
}

/* ---------- 768px and below ---------- */
@media (max-width: 768px) {
    .faq-hero {
        padding-top: 38px;
    }
    .faq-hero h1 {
        font-size: 27px;
    }
    .faq-hero-lead {
        font-size: 13px;
    }
    .hero-pill {
        font-size: 10.5px;
        padding: 6px 14px;
    }
    .hero-stat {
        min-width: calc(50% - 7px);
        padding: 14px 16px;
    }
    .hero-stat .num {
        font-size: 20px;
    }
    .hero-visual-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
    .hero-visual h3 {
        font-size: 19px;
    }
    .sidebar-card {
        padding: 20px 18px;
        border-radius: 16px;
    }
    .group-banner {
        padding: 15px 16px;
        border-radius: 14px;
    }
    .group-banner h2 {
        font-size: 16.5px;
    }
    .group-banner-icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }
    .acc-question {
        padding: 14px 14px;
        gap: 12px;
    }
    .q-icon {
        width: 34px;
        height: 34px;
        font-size: 13.5px;
    }
    .q-text {
        font-size: 13px;
    }
    .acc-answer {
        padding: 0 14px 16px 46px;
        font-size: 12px;
    }
    .faq-cta-strip h3 {
        font-size: 19px;
    }
    .faq-cta-strip p {
        font-size: 12.5px;
    }
}

/* ---------- 767px and below ---------- */
@media (max-width: 767px) {
    .faq-hero {
        padding-top: 34px;
    }
    .faq-hero h1 {
        font-size: 25px;
        line-height: 1.2;
    }
    .faq-hero-lead {
        font-size: 12.5px;
    }
    .hero-badge-row {
        gap: 8px;
    }
    .hero-pill {
        font-size: 10px;
        padding: 6px 12px;
    }
    .hero-stat {
        min-width: calc(50% - 6px);
        padding: 12px 14px;
        border-radius: 12px;
    }
    .hero-stat .num {
        font-size: 18px;
    }
    .hero-stat .lbl {
        font-size: 10px;
    }
    .hero-visual {
        padding: 22px;
        border-radius: 20px;
    }
    .hero-visual-list li {
        font-size: 11.5px;
    }
    .hero-wave {
        margin-top: 40px;
    }
    .faq-main-section {
        padding: 40px 0 55px 0;
    }
    .sidebar-card {
        padding: 18px 16px;
        margin-bottom: 16px;
    }
    .fact-row {
        gap: 10px;
        margin-bottom: 14px;
    }
    .fact-icon {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    .badges-row {
        gap: 10px;
    }
    .sidebar-cta {
        padding: 22px 18px;
    }
    .faq-group {
        margin-bottom: 34px;
    }
    .group-banner {
        padding: 14px 14px;
        gap: 12px;
    }
    .group-banner h2 {
        font-size: 15.5px;
    }
    .group-banner p {
        font-size: 11px;
    }
    .group-count {
        display: none;
    }
    .acc-answer {
        padding-left: 16px;
        padding-right: 16px;
    }
    .faq-cta-strip {
        padding: 28px 20px;
        text-align: center;
        border-radius: 20px;
    }
    .faq-cta-strip h3 {
        font-size: 17px;
    }
    .cta-strip-btn {
        font-size: 13px;
        padding: 12px 24px;
    }
    .main-footer {
        padding: 35px 0 25px 0;
    }
}

/* ---------- 360px and below ---------- */
@media (max-width: 360px) {
    .faq-hero h1 {
        font-size: 21px;
    }
    .faq-hero-lead {
        font-size: 11.5px;
    }
    .hero-pill {
        font-size: 9px;
        padding: 5px 10px;
    }
    .hero-stat {
        min-width: 100%;
    }
    .hero-visual {
        padding: 18px;
        border-radius: 16px;
    }
    .hero-visual-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 16px;
    }
    .hero-visual h3 {
        font-size: 16.5px;
    }
    .hero-visual p {
        font-size: 11.5px;
    }
    .sidebar-card {
        padding: 16px 14px;
    }
    .sidebar-card h4 {
        font-size: 11px;
    }
    .fact-text .t {
        font-size: 11.5px;
    }
    .fact-text .d {
        font-size: 10.5px;
    }
    .oftec-badge, .gas-safe-badge {
        width: 38px;
        height: 34px;
    }
    .sidebar-cta h4 {
        font-size: 14px;
    }
    .sidebar-cta p {
        font-size: 11px;
    }
    .group-banner-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
    .group-banner h2 {
        font-size: 14px;
    }
    .q-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .q-text {
        font-size: 12px;
    }
    .acc-answer {
        font-size: 11px;
    }
    .faq-cta-strip h3 {
        font-size: 15.5px;
    }
    .faq-cta-strip p {
        font-size: 11px;
    }
    .cta-strip-btn {
        font-size: 12px;
        padding: 11px 20px;
    }
    .footer-brand-col .tagline-text {
        font-size: 16px;
    }
    .footer-heading {
        font-size: 13px;
    }
}

/* ---------- 320px and below ---------- */
@media (max-width: 320px) {
    .faq-hero h1 {
        font-size: 18px;
    }
    .faq-hero-lead {
        font-size: 11px;
    }
    .hero-badge-row {
        gap: 6px;
    }
    .hero-pill {
        font-size: 8.5px;
        padding: 5px 9px;
    }
    .hero-stat {
        padding: 11px 12px;
    }
    .hero-stat .num {
        font-size: 16px;
    }
    .hero-stat .lbl {
        font-size: 9px;
    }
    .hero-visual {
        padding: 15px;
    }
    .hero-visual-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    .hero-visual h3 {
        font-size: 15px;
    }
    .hero-visual p {
        font-size: 11px;
    }
    .hero-visual-list li {
        font-size: 10.5px;
    }
    .sidebar-card {
        padding: 14px 12px;
    }
    .fact-icon {
        width: 28px;
        height: 28px;
        font-size: 11.5px;
    }
    .fact-text .t {
        font-size: 11px;
    }
    .fact-text .d {
        font-size: 10px;
    }
    .oftec-badge, .gas-safe-badge {
        width: 34px;
        height: 30px;
    }
    .sidebar-cta {
        padding: 18px 14px;
    }
    .sidebar-cta i {
        font-size: 22px;
    }
    .sidebar-cta a {
        font-size: 12.5px;
        padding: 10px;
    }
    .group-banner {
        padding: 12px 12px;
        gap: 10px;
    }
    .group-banner-icon {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    .group-banner h2 {
        font-size: 12.5px;
    }
    .group-banner p {
        font-size: 10px;
    }
    .acc-question {
        padding: 12px 12px;
        gap: 10px;
    }
    .q-icon {
        width: 27px;
        height: 27px;
        font-size: 11px;
    }
    .q-text {
        font-size: 11px;
    }
    .acc-answer {
        font-size: 10.5px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .faq-cta-strip {
        padding: 22px 16px;
    }
    .faq-cta-strip h3 {
        font-size: 14px;
    }
    .faq-cta-strip p {
        font-size: 10.5px;
    }
    .cta-strip-btn {
        font-size: 11.5px;
        padding: 10px 18px;
    }
    .footer-brand-col .tagline-text {
        font-size: 14px;
    }
    .footer-heading {
        font-size: 12px;
    }
    .footer-tagline-desc {
        font-size: 10.5px;
    }
}/* End custom CSS */