.elementor-945 .elementor-element.elementor-element-d88a71e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7137c15 */.elementor-945 .elementor-element.elementor-element-d88a71e {
    --display: unset !important;
}

.custom-brand-accordion .accordion-collapse {
    display: none;
}

.custom-brand-accordion .accordion-collapse.show {
    display: block;
}

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;
}



body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* 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 Section Base Styles with White Overlay
   ========================================================================== */
.custom-hero-section {
    position: relative;
    height: 80vh;
    min-height: 550px;
    background: url('https://www.swanseagasandoil.co.uk/wp-content/uploads/2026/08/cp12-bg.webp') no-repeat center center;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}

.custom-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff5c2480;
    z-index: -1;
}

/* ==========================================================================
   Layout & Typography
   ========================================================================== */
.hero-container {
    height: 100%;
}

.hero-row {
    height: 100%;
    align-items: center;
}

.hero-content-col {
    color: #212529;
}

.hero-main-heading {
    font-size: 2.8rem;
    color: #fff5f2;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.hero-sub-heading {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 35px;
    color: #fafafa;
}

/* ==========================================================================
   Buttons Flexbox & Individual Button Styling
   ========================================================================== */
.hero-action-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    /* Buttons ke darmiyan space */
}

/* Base button structure */
.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* 1. Book an Engineer (Primary CTA) */
.hero-cta-btn {
    background-color: #0056b3;
    color: #ffffff;
    border: 2px solid #0056b3;
}

.hero-cta-btn:hover {
    background-color: #004085;
    border-color: #004085;
    color: #ffffff;
}

/* 2. Call Button (Dark/Professional Outline or Solid) */
.hero-call-btn {
    background-color: #0056b3;
    color: #ffffff;
    border: 2px solid #0056b3;
}

.hero-call-btn:hover {
    background-color: #004085;
    border-color: #004085;
    color: #ffffff;
}

/* 3. WhatsApp Button (Brand Green) */
.hero-whatsapp-btn {
    background-color: rgb(37, 202, 4);
    color: #ffffff;
    border: 2px solid rgb(37, 202, 4);
}

.hero-whatsapp-btn:hover {
    background-color: rgb(0, 255, 13);
    border-color: rgb(0, 255, 13);
    color: #ffffff;
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */
@media (max-width: 991.98px) {
    .hero-main-heading {
        font-size: 2.3rem;
    }

    .hero-sub-heading {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .hero-main-heading {
        font-size: 1.8rem;
    }

    /* Mobile par buttons full width ho jayein ge block style mein */
    .hero-action-wrapper {
        flex-direction: column;
    }

    .hero-btn {
        width: 100%;
    }

    .custom-hero-section {
        height: auto;
        padding: 80px 0;
    }
}

.cp12-split-section {
    padding: 40px 0;
    background-color: #fdfefe;
}

/* ==========================================================================
   Left Side Typography & Text Layout
   ========================================================================== */
.cp12-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.cp12-intro-lead {
    font-size: 1.2rem;
    line-height: 1.65;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
}

.cp12-legal-body {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 24px;
}

/* Premium Alert/Warning Box Style */
.cp12-alert-box {
    display: flex;
    gap: 16px;
    background-color: #fff5h5;
    background: linear-gradient(135deg, #fff5f5 0%, #fff0f0 100%);
    border-left: 5px solid #dc3545;
    border-radius: 4px 12px 12px 4px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.03);
}

.alert-icon-wrapper {
    font-size: 1.5rem;
    color: #dc3545;
    line-height: 1;
}

.cp12-warning-body {
    font-size: 1rem;
    line-height: 1.55;
    color: #991b1b;
    font-weight: 600;
    margin-bottom: 0;
}

.cp12-agency-body {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 0;
}

/* ==========================================================================
   Right Side Image Styling with Visual Accents
   ========================================================================== */
.image-wrapper-card {
    position: relative;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.cp12-side-img {
    border-radius: 14px;
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* Decorative background visual effect under image */
.image-wrapper-card::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(13, 110, 253, 0.05);
    top: 20px;
    left: 20px;
    border-radius: 20px;
    z-index: -1;
}

/* ==========================================================================
   Perfect 3D Infographic Box Custom Styling
   ========================================================================== */
.infographic-row-wrapper {
    margin-top: 80px;
    text-align: center;
}

.feature-infographic-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Subtle background glow effect behind cards on hover */
.feature-infographic-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.08) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: transform 0.5s ease;
}

/* Unique Card Hover Mechanics */
.feature-infographic-card:hover {
    transform: translateY(-10px);
    border-color: #cbd5e1;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.08);
}

.feature-infographic-card:hover::before {
    transform: translate(-50%, -50%) scale(1.5);
}

/* 3D Image Icon Container */
.infographic-3d-icon-box {
    width: 85px;
    height: 85px;
    margin: 0 auto 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: 50%;
    padding: 10px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.03), 0 8px 20px rgba(0, 0, 0, 0.02);
    transition: transform 0.4s ease;
}

.img-3d-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Clean floating animation for 3D graphics */
    animation: smoothFloat 4s ease-in-out infinite;
}

/* 3D Floating Keyframes */
@keyframes smoothFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Hover rotation on the icon wrapper */
.feature-infographic-card:hover .infographic-3d-icon-box {
    transform: scale(1.08) rotate(3deg);
}

/* Typography Label Style */
.infographic-card-label {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

/* ==========================================================================
   Responsive Control Adjustments
   ========================================================================== */
@media (max-width: 767.98px) {
    .infographic-row-wrapper {
        margin-top: 50px;
    }

    .feature-infographic-card {
        padding: 25px 20px;
    }

    .infographic-3d-icon-box {
        width: 75px;
        height: 75px;
        margin-bottom: 15px;
    }

    .infographic-card-label {
        font-size: 1.05rem;
    }
}

/* ==========================================================================
   Responsive Architecture Viewport Rules
   ========================================================================== */
@media (max-width: 991.98px) {
    .cp12-split-section {
        padding: 60px 0;
    }

    .cp12-section-title {
        font-size: 2.1rem;
    }

    .cp12-side-img {
        height: 320px;
    }

    .infographic-row-wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .cp12-section-title {
        font-size: 1.8rem;
    }

    .cp12-alert-box {
        flex-direction: column;
        gap: 10px;
    }

    .infographic-card-label {
        font-size: 0.85rem;
    }

    .infographic-icon-circle {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .feature-infographic-card {
        padding: 20px 10px;
    }
}

/* ==========================================================================
   SECTION 3: UPGRADED SOFT PASTEL ORANGE THEME
   ========================================================================== */
.unique-inspection-section.upgraded-orange-theme {
    padding: 40px 0;
    /* Soft Pastel Orange / Peach background gradient */
    background: #ff5c24;
    position: relative;
}

/* Custom Orange Badge */
.perfect-badge.badge-orange {
    background: rgba(249, 115, 22, 0.12);
    color: #ea580c;
}

.text-dark-navy {
    color: #0f172a;
}

.text-muted-dark {
    color: #475569;
}

/* Premium Checklist Cards */
.perfect-checklist-item.orange-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #fed7aa;
    /* Very light orange border */
    padding: 22px 25px;
    border-radius: 16px;
    margin-bottom: 18px;
    box-shadow: 0 4px 15px rgba(234, 88, 12, 0.02);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover Animation Effect */
.perfect-checklist-item.orange-card:hover {
    transform: translateX(6px);
    border-color: #f97316;
    box-shadow: 0 10px 25px rgba(234, 88, 12, 0.07);
}

/* Solid & Sharp Tick Box */
.perfect-tick-box.orange-tick {
    width: 36px;
    height: 36px;
    background: #ffedd5;
    /* Warm light orange fill */
    color: #ea580c;
    /* Deep safety orange icon color */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 800;
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* Tick bounce icon on hover */
.perfect-checklist-item.orange-card:hover .perfect-tick-box.orange-tick {
    background: #ea580c;
    color: #ffffff;
    transform: scale(1.05);
}

.perfect-checklist-text {
    font-size: 1.05rem;
    color: #334155;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Elegant Warm Closing Notice Banner */
.premium-closing-banner.orange-banner {
    position: relative;
    background: #fffaf5;
    border: 1px solid #ffedd5;
    border-radius: 16px;
    padding: 35px 40px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(234, 88, 12, 0.03);
}

.banner-accent-line.orange-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #ea580c, #f97316);
}

.text-dark-slate {
    color: #1e293b;
    font-weight: 600;
}

.premium-closing-text {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive Overrides */
@media (max-width: 991.98px) {
    .unique-inspection-section.upgraded-orange-theme {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .perfect-checklist-item.orange-card {
        padding: 18px;
    }

    .perfect-tick-box.orange-tick {
        width: 32px;
        height: 32px;
        font-size: 1rem;
        margin-right: 15px;
    }

    .premium-closing-banner.orange-banner {
        padding: 25px;
    }

    .premium-closing-text {
        font-size: 1.05rem;
    }
}


/* --- SECTION 4 UNIQUE STYLES --- */
.legal-responsibilities-section.brand-legal-bg {
    padding: 40px 0;
    background-color: #ffffff;
}

.legal-intro-lead {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #334155;
    font-weight: 600;
    margin-bottom: 30px;
}

.legal-requirements-list {
    margin-bottom: 25px;
}

.requirement-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

/* Requirements List with Brand Blue (#1E90FF) Tints */
.requirement-icon.brand-blue-icon {
    font-size: 1.1rem;
    color: #1E90FF;
    background: #e8f4ff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.requirement-text {
    font-size: 1.05rem;
    line-height: 1.55;
    color: #475569;
    font-weight: 500;
    margin-bottom: 0;
}

.legal-property-types.brand-left-border {
    font-size: 1rem;
    font-style: italic;
    color: #64748b;
    margin-bottom: 35px;
    padding-left: 5px;
    border-left: 3px solid #1E90FF;
    /* Injected Brand Blue */
}

/* Call Action Banner Box Layout */
.legal-action-box.brand-action-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f9ff;
    /* Blue tint background */
    border: 1px solid #d6ebff;
    padding: 24px 30px;
    border-radius: 14px;
    gap: 20px;
}

.action-box-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.action-box-desc {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 0;
    font-weight: 500;
}

/* Primary Button utilizing Brand Orange (#FF5A26) */
.legal-call-now-btn.brand-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FF5A26;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(255, 90, 38, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.legal-call-now-btn.brand-primary-btn:hover {
    background-color: #e04413;
    /* Darker tone for crisp feedback */
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 90, 38, 0.4);
}

/* Image Frame Framing Architecture */
.legal-image-wrapper.brand-image-border {
    position: relative;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}

.legal-side-img {
    border-radius: 14px;
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.legal-image-badge.brand-blue-badge {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #1E90FF;
    /* Solid Dodger Blue Badge */
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 20px rgba(30, 144, 255, 0.3);
}


/* ==========================================================================
   SECTION 5: LANDLORD BOILER CARE PLANS PRICING ARCHITECTURE
   ========================================================================== */
.care-plans-pricing-section {
    padding: 40px 0;
    background:   #fe5933;
}

.text-brand-orange {
    color: #FF5A26 !important;
}

.text-brand-blue {
    color: #1E90FF !important;
}

/* Pricing Base Component Cards */
.pricing-matrix-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 35px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.015);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pricing-matrix-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    border-color: #cbd5e1;
}

/* Plan Title Color Extensions */
.plan-header-block {
    text-align: center;
    margin-bottom: 25px;
}

.plan-title {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.bronze-text {
    color: #b45309;
}

.silver-text {
    color: #64748b;
}

.gold-text {
    color: #b45309;
}

/* Dynamic CP12 Indicator Badge */
.cp12-included-badge {
    display: inline-flex;
    align-items: center;
    background: #f0fdf4;
    color: #16a34a;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    border: 1px solid #bbf7d0;
    letter-spacing: 0.5px;
}

/* Split Column Pricing Matrix Grid */
.dual-price-row {
    display: flex;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 15px 0;
    margin-bottom: 30px;
    text-align: center;
}

.price-split-box {
    flex: 1;
}

.border-left-split {
    border-left: 1px solid #e2e8f0;
}

.fuel-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 2px;
}

.fuel-price {
    font-size: 1.9rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0;
}

.per-month {
    font-size: 0.9rem;
    font-weight: 500;
    color: #64748b;
}

/* Benefits Container Rules */
.plan-benefits-body {
    flex-grow: 1;
    margin-bottom: 35px;
}

.benefits-heading {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.benefits-features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.benefits-features-list li {
    font-size: 1rem;
    color: #475569;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.benefits-features-list li i {
    margin-top: 4px;
    font-size: 0.95rem;
}

.benefit-highlight-blue {
    font-weight: 700 !important;
    color: #1e293b !important;
}

.benefit-highlight-orange {
    font-weight: 700 !important;
    color: #1e293b !important;
}

/* Buttons & Triggers Logic */
.plan-action-footer .plan-select-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.outline-brand-btn {
    background: transparent;
    border: 2px solid #1E90FF;
    color: #1E90FF;
}

.outline-brand-btn:hover {
    background: #1E90FF;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(30, 144, 255, 0.25);
}

/* HIGHLY FEATURED GOLD CARD TARGETING EXTRA OVERRIDES */
.gold-featured-card {
    border: 2px solid #FF5A26;
    box-shadow: 0 20px 40px rgba(255, 90, 38, 0.05);
}

.gold-featured-card:hover {
    border-color: #FF5A26;
    box-shadow: 0 25px 50px rgba(255, 90, 38, 0.12);
}

.gold-ribbon-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF5A26;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 6px 18px;
    border-radius: 30px;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(255, 90, 38, 0.3);
}

.cp12-included-badge.gold-badge-fill {
    background: #FF5A26;
    color: #ffffff;
    border-color: #FF5A26;
}

.dual-price-row.gold-price-bg {
    background: #FF5A26;
    border-color: #FF5A26;
}

.border-left-split-gold {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.solid-brand-orange-btn {
    background: #FF5A26;
    border: 2px solid #FF5A26;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(255, 90, 38, 0.2);
}

.solid-brand-orange-btn:hover {
    background: #e04413;
    border-color: #e04413;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 90, 38, 0.35);
}

/* Footer Bottom Fineprint Architecture */
.pricing-policy-disclaimer {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px 35px;
}

.disclaimer-text {
    font-size: 0.98rem;
    color: #475569;
    margin-bottom: 0;
    line-height: 1.6;
}

.disclaimer-call-link {
    color: #FF5A26;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.25s ease;
}

.disclaimer-call-link:hover {
    color: #e04413;
    text-decoration: underline;
}

/* ==========================================================================
   RESPONSIVE LAYOUT BREAKPOINTS
   ========================================================================== */
@media (max-width: 991.98px) {
    .care-plans-pricing-section {
        padding: 60px 0;
    }

    .pricing-matrix-card {
        padding: 30px 22px;
    }
}

@media (max-width: 576px) {
    .dual-price-row {
        padding: 12px 0;
    }

    .fuel-price {
        font-size: 1.6rem;
    }

    .pricing-policy-disclaimer {
        padding: 20px;
    }
}


/* ==========================================================================
   SECTION 6: PORTFOLIO LANDLORDS & BULK DISCOUNTS ARCHITECTURE
   ========================================================================== */
.portfolio-discounts-section {
    padding: 40px 0;
    background: #ffffff;
}

.portfolio-intro-lead {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #334155;
    font-weight: 600;
    margin-bottom: 35px;
}

/* Portfolio Timeline/Milestone Tiers layout */
.portfolio-tiers-wrapper {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tier-single-item {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 16px 20px;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.tier-single-item:hover {
    transform: translateX(4px);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

/* Highlighted Tier Card for 3-5 properties conversion tracking */
.tier-single-item.tier-highlighted-orange {
    background: #fff8f5;
    border-color: #ffd0c2;
}

.tier-number-node {
    width: 50px;
    height: 50px;
    background: #0f172a;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 20px;
    flex-shrink: 0;
}

.tier-number-node.node-orange {
    background: #FF5A26;
}

.tier-number-node.node-blue {
    background: #1E90FF;
}

.tier-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.tier-desc {
    font-size: 0.98rem;
    color: #475569;
    margin-bottom: 0;
}

.text-brand-orange-dark {
    color: #cc3f14;
}

.text-brand-blue-dark {
    color: #006cd9;
}

/* Subtext details layout */
.portfolio-tenant-liaison {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
}

.portfolio-coverage-text {
    font-size: 0.95rem;
    color: #64748b;
    font-style: italic;
    margin-bottom: 0;
}

/* RIGHT SIDE DYNAMIC CALLOUT STICKY CARD COMPONENT */
.portfolio-sticky-callout-card {
    background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
    border-radius: 28px;
    padding: 40px 35px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.15);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Ambient light circle pattern inside box background */
.portfolio-sticky-callout-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(30, 144, 255, 0.15);
    border-radius: 50%;
    filter: blur(30px);
}

.callout-icon-top {
    width: 70px;
    height: 70px;
    background: rgba(255, 90, 38, 0.12);
    color: #FF5A26;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    border-radius: 20px;
    border: 1px solid rgba(255, 90, 38, 0.2);
}

.callout-main-title {
    color: #ffffff;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.callout-main-desc {
    color: #cbd5e1;
    font-size: 1.02rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Callout Action Trigger Stack */
.callout-actions-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.callout-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    font-size: 0.98rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-call-orange {
    background: #FF5A26;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 90, 38, 0.3);
}

.btn-call-orange:hover {
    background: #e04413;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 90, 38, 0.45);
}

.btn-whatsapp-blue {
    background: transparent;
    border: 2px solid rgb(37, 202, 4);
    color: rgb(37, 202, 4);
}

.btn-whatsapp-blue:hover {
    background: rgb(0, 255, 13);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 255, 13, 0.705);
}

.callout-footer-badge {
    display: inline-block;
    color: #94a3b8;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   RESPONSIVE LOGIC MEDIA QUERIES
   ========================================================================== */
@media (max-width: 991.98px) {
    .portfolio-discounts-section {
        padding: 60px 0;
    }

    .portfolio-sticky-callout-card {
        padding: 35px 25px;
        margin-top: 20px;
    }

    .callout-main-title {
        font-size: 1.45rem;
    }
}

@media (max-width: 576px) {
    .tier-single-item {
        padding: 12px 15px;
    }

    .tier-number-node {
        width: 42px;
        height: 42px;
        font-size: 0.95rem;
        margin-right: 15px;
    }

    .tier-title {
        font-size: 0.98rem;
    }

    .tier-desc {
        font-size: 0.9rem;
    }
}


/* ==========================================================================
   SECTION 7: WHY CHOOSE US (6-ITEM PREMIUM ICON GRID ARCHITECTURE)
   ========================================================================== */
.why-choose-us-section.brand-grid-bg {
    padding: 40px 0;
    background: #ff5c24;
}

.premium-section-title{
    color: white;
}

/* Individual Grid Item Card Structure */
.trust-grid-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.01);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.trust-grid-card:hover {
    transform: translateY(-6px);
    border-color: #cbd5e1;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
}

/* Vector FontAwesome Core Branding Circles */
.trust-icon-box {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.65rem;
    margin: 0 auto 22px auto;
    transition: all 0.3s ease;
}

.trust-icon-box.box-orange {
    background: #fff0ec;
    color: #FF5A26;
}

.trust-icon-box.box-blue {
    background: #e8f4ff;
    color: #1E90FF;
}

/* Hover Dynamic State Trigger Transformations */
.trust-grid-card:hover .trust-icon-box.box-orange {
    background: #FF5A26;
    color: #ffffff;
    transform: scale(1.05) rotate(-2deg);
}

.trust-grid-card:hover .trust-icon-box.box-blue {
    background: #1E90FF;
    color: #ffffff;
    transform: scale(1.05) rotate(2deg);
}

/* Typography elements */
.trust-card-title {
    font-size: 1.18rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
    line-height: 1.4;
}

.trust-card-desc {
    font-size: 0.96rem;
    line-height: 1.6;
    color: #475569;
    font-weight: 500;
    margin-bottom: 0;
}

/* ==========================================================================
   RESPONSIVE DESIGN ADAPTATION VIEWPORTS
   ========================================================================== */
@media (max-width: 991.98px) {
    .why-choose-us-section.brand-grid-bg {
        padding: 60px 0;
    }

    .trust-grid-card {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .trust-card-title {
        font-size: 1.1rem;
    }

    .trust-card-desc {
        font-size: 0.92rem;
    }

    .trust-icon-box {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
        margin-bottom: 18px;
    }
}


/* ==========================================================================
   SECTION 8: FAQ ACCORDION
   ========================================================================== */

.faq-accordion-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #fffcf9 0%, #fff3e8 100%);
}

.custom-brand-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-brand-accordion .accordion-item {
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    transform: translateY(0);
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.custom-brand-accordion .accordion-item:hover {
    border-color: #cbd5e1 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04) !important;
}

.custom-brand-accordion .accordion-item.is-open {
    border-color: #1E90FF !important;
    box-shadow: 0 12px 30px rgba(30, 144, 255, 0.09) !important;
}

.custom-brand-accordion .accordion-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;

    padding: 20px 24px !important;

    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;

    cursor: pointer;
    text-align: left;

    transition:
        color 0.25s ease,
        background-color 0.25s ease;
}

.custom-brand-accordion .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.custom-brand-accordion .accordion-button:not(.collapsed) {
    color: #1E90FF !important;
    background: #f8fafc !important;
}

.custom-brand-accordion .accordion-button::after {
    content: "";
    width: 10px;
    height: 10px;

    flex-shrink: 0;

    margin-left: 20px;

    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;

    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.custom-brand-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}

.custom-brand-accordion .accordion-collapse {
    display: grid;
    grid-template-rows: 0fr;

    transition: grid-template-rows 0.35s ease;
}


/* FAQ CONTENT - SMOOTH FULL HEIGHT */
.custom-brand-accordion .accordion-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.custom-brand-accordion .accordion-collapse.show {
    max-height: 1000px;
}

.custom-brand-accordion .accordion-body {
    padding: 22px 24px !important;
    font-size: 0.98rem !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    font-weight: 500 !important;
    background: #ffffff !important;
    border-top: 1px solid #e2e8f0;
}

.custom-brand-accordion .accordion-collapse > .accordion-body {
    min-height: 0;
    overflow: hidden;
}

.custom-brand-accordion .accordion-collapse.show {
    grid-template-rows: 1fr;
}

.custom-brand-accordion .accordion-body {
    padding: 22px 24px !important;

    font-size: 0.98rem !important;
    line-height: 1.6 !important;

    color: #475569 !important;
    font-weight: 500 !important;

    background: #ffffff !important;

    border-top: 1px solid #e2e8f0;
}

.compliance-rich-body p {
    margin-bottom: 12px;
}

.compliance-rich-body p:last-child {
    margin-bottom: 0;
}

.regulatory-note-box {
    background: #fff5f2 !important;
    border-left: 4px solid #FF5A26 !important;

    padding: 14px 18px !important;

    border-radius: 0 10px 10px 0;

    font-size: 0.92rem;
    font-weight: 600;
    color: #1e293b;

    margin: 15px 0;
}

/* ==========================================================================
   RESPONSIVE LAYOUT RESPONSIVENESS
   ========================================================================== */
@media (max-width: 991.98px) {
    .faq-accordion-section {
        padding: 60px 0;
    }

    .custom-brand-accordion {
        gap: 14px;
    }
}

@media (max-width: 576px) {
    .custom-brand-accordion .accordion-button {
        padding: 16px 18px;
        font-size: 0.98rem;
    }

    .custom-brand-accordion .accordion-body {
        padding: 16px 18px;
        font-size: 0.92rem;
    }
}

/* ==========================================================================
   SECTION 9: BOTTOM CTA COMPLIANCE BANNER ARCHITECTURE
   ========================================================================== */
.bottom-cta-banner-section {
    padding: 60px 0 100px 0;
    background: #ffffff;
}

/* Master full-width container styling with modern fluid gradients */
.cta-banner-card-wrapper {
    background: linear-gradient(135deg, #FF5A26 0%, #e04413 100%);
    border-radius: 24px;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(255, 90, 38, 0.15);
}

/* Structural abstract design overlay pattern */
.cta-banner-card-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

/* Typography elements */
.cta-banner-heading {
    font-size: 2.3rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.8px;
    margin-bottom: 14px;
}

.cta-banner-subtext {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin-bottom: 0;
    max-width: 640px;
}

/* Trust Badge Elements Layout */
.cta-compliance-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(4px);
}

.cta-compliance-badge .badge-accent-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.cta-compliance-badge .badge-accent-dot.orange-dot {
    background: #ffffff;
}

.cta-compliance-badge .badge-accent-dot.blue-dot {
    background: #1E90FF;
}

.cta-compliance-badge .badge-title-text {
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* BUTTONS MATRIX ACTIONS */
.cta-action-btn {
    padding: 16px 28px !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

/* White Phone Dial Action Button */
.btn-phone-white {
    background: #ffffff !important;
    color: #FF5A26 !important;
    border: 2px solid #ffffff !important;
}

.btn-phone-white:hover {
    background: #ffedd5 !important;
    color: #070707 !important;
    /* border: 2px solid #020202; */
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Dark Accent Brand Blue WhatsApp Action Button */
.btn-whatsapp-dark {
    background: rgb(0, 255, 13) !important;
    color: #ffffff !important;
    border: 2px solid rgb(0, 255, 13) !important;
}

.btn-whatsapp-dark:hover {
    background: rgb(37, 202, 4) !important;
    border-color: rgb(37, 202, 4) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15) !important;
}

/* ==========================================================================
   RESPONSIVE LAYOUT BREAKPOINTS VIEWPORTS
   ========================================================================== */
@media (max-width: 1199.98px) {
    .cta-banner-card-wrapper {
        padding: 45px 35px;
    }

    .cta-banner-heading {
        font-size: 1.95rem;
    }

    .cta-banner-subtext {
        font-size: 1.02rem;
    }
}

@media (max-width: 576px) {
    .bottom-cta-banner-section {
        padding: 40px 0 60px 0;
    }

    .cta-banner-card-wrapper {
        padding: 35px 20px;
        border-radius: 20px;
    }

    .cta-banner-heading {
        font-size: 1.6rem;
        letter-spacing: -0.5px;
    }

    .cta-banner-subtext {
        font-size: 0.95rem;
    }

    .cta-action-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 0.98rem;
    }

    .cta-trust-badge-row {
        flex-direction: column;
        gap: 10px;
        align-items: stretch !important;
    }

    .cta-compliance-badge {
        justify-content: center;
    }
}

.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) {
    .hero-main-heading {
        font-size: 2.6rem;
    }

    .cp12-section-title {
        font-size: 2.35rem;
    }

    .cta-banner-heading {
        font-size: 2.15rem;
    }

    .callout-main-title {
        font-size: 1.55rem;
    }

     .logo-img {
    width: 22%;
    }
}

/* ---------- 1399px and below ---------- */
@media (max-width: 1399.98px) {
    .hero-main-heading {
        font-size: 2.5rem;
    }

    .hero-sub-heading {
        font-size: 1.18rem;
    }

    .cp12-section-title {
        font-size: 2.25rem;
    }

    .cp12-side-img {
        height: 390px;
    }

    .legal-side-img {
        height: 420px;
    }

    .pricing-matrix-card {
        padding: 32px 26px;
    }

    .fuel-price {
        font-size: 1.8rem;
    }

    .trust-grid-card {
        padding: 32px 22px;
    }

    .cta-banner-heading {
        font-size: 2.05rem;
    }
     .logo-img {
    width: 22%;
    }
}

/* ---------- 1280px and below ---------- */
@media (max-width: 1280px) {
    .hero-main-heading {
        font-size: 2.3rem;
    }

     .logo-img {
    width: 22%;
    }

    .hero-sub-heading {
        font-size: 1.12rem;
    }

    .cp12-section-title {
        font-size: 2.1rem;
    }

    .cp12-intro-lead {
        font-size: 1.12rem;
    }

    .cp12-side-img {
        height: 360px;
    }

    .infographic-row-wrapper {
        margin-top: 65px;
    }

    .legal-side-img {
        height: 400px;
    }

    .legal-action-box.brand-action-bg {
        padding: 20px 24px;
    }

    .pricing-matrix-card {
        padding: 30px 22px;
    }

    .plan-title {
        font-size: 1.45rem;
    }

    .fuel-price {
        font-size: 1.7rem;
    }

    .portfolio-sticky-callout-card {
        padding: 36px 28px;
    }

    .callout-main-title {
        font-size: 1.5rem;
    }

    .trust-grid-card {
        padding: 28px 20px;
    }

    .trust-icon-box {
        width: 58px;
        height: 58px;
        font-size: 1.5rem;
    }

    .cta-banner-card-wrapper {
        padding: 50px 40px;
    }

    .cta-banner-heading {
        font-size: 1.95rem;
    }
}

/* ---------- 1199px and below ---------- */
@media (max-width: 1199.98px) {
    .hero-main-heading {
        font-size: 2.1rem;
    }

    .hero-sub-heading {
        font-size: 1.08rem;
        margin-bottom: 28px;
    }

    .cp12-section-title {
        font-size: 1.95rem;
    }

    .cp12-intro-lead {
        font-size: 1.08rem;
    }

    .cp12-legal-body {
        font-size: 1rem;
    }

    .cp12-side-img {
        height: 340px;
    }

    .infographic-3d-icon-box {
        width: 78px;
        height: 78px;
    }

    .legal-intro-lead {
        font-size: 1.08rem;
    }

    .requirement-text {
        font-size: 1rem;
    }

    .legal-side-img {
        height: 380px;
    }

    .legal-action-box.brand-action-bg {
        flex-direction: column;
        align-items: flex-start;
    }

    .legal-call-now-btn.brand-primary-btn {
        width: 100%;
    }

    .pricing-matrix-card {
        padding: 28px 20px;
    }

    .fuel-price {
        font-size: 1.65rem;
    }

    .benefits-features-list li {
        font-size: 0.95rem;
    }

    .portfolio-sticky-callout-card {
        padding: 32px 24px;
    }

    .callout-main-title {
        font-size: 1.4rem;
    }

    .callout-main-desc {
        font-size: 0.98rem;
    }

    .trust-card-title {
        font-size: 1.12rem;
    }

    .trust-card-desc {
        font-size: 0.92rem;
    }

    /* .cta-banner-card-wrapper already handled at this bp in original rules */
}

/* ---------- 1024px and below ---------- */
@media (max-width: 1024px) {
    .custom-hero-section {
        min-height: 500px;
    }

    .hero-main-heading {
        font-size: 1.95rem;
    }

    .hero-sub-heading {
        font-size: 1.02rem;
    }

    .cp12-split-section {
        padding: 55px 0;
    }

    .cp12-section-title {
        font-size: 1.85rem;
    }

    .cp12-side-img {
        height: 310px;
    }

    .infographic-row-wrapper {
        margin-top: 45px;
    }

    .feature-infographic-card {
        padding: 28px 18px;
    }

    .legal-side-img {
        height: 340px;
    }

    .care-plans-pricing-section {
        padding: 55px 0;
    }

    .pricing-matrix-card {
        padding: 26px 18px;
    }

    .plan-title {
        font-size: 1.35rem;
    }

    .fuel-price {
        font-size: 1.55rem;
    }

    .portfolio-discounts-section {
        padding: 55px 0;
    }

    .tier-single-item {
        padding: 14px 18px;
    }

    .why-choose-us-section.brand-grid-bg {
        padding: 55px 0;
    }

    .trust-grid-card {
        padding: 26px 18px;
    }

    .faq-accordion-section {
        padding: 55px 0;
    }

    .custom-brand-accordion .accordion-button {
        font-size: 15px;
        padding: 18px 20px;
    }

    .cta-banner-heading {
        font-size: 1.85rem;
    }

    .cta-banner-subtext {
        font-size: 1rem;
    }
}

/* ---------- 991px and below ---------- */
@media (max-width: 991px) {
    .custom-hero-section {
        min-height: 480px;
    }

    .logo-img {
    width: 30%;
    }

    .hero-main-heading {
        font-size: 1.85rem;
    }

    .hero-sub-heading {
        font-size: 1rem;
        margin-bottom: 26px;
    }

    .cp12-section-title {
        font-size: 1.75rem;
    }

    .cp12-side-img {
        height: 300px;
        margin-top: 24px;
    }

    .legal-side-img {
        height: 320px;
        margin-top: 24px;
    }

    .legal-image-badge.brand-blue-badge {
        font-size: 0.8rem;
        padding: 8px 14px;
    }

    .pricing-matrix-card {
        margin-bottom: 20px;
    }

    .portfolio-sticky-callout-card {
        margin-top: 24px;
    }

    .cta-banner-card-wrapper {
        padding: 40px 28px;
    }
}

/* ---------- 768px and below ---------- */
@media (max-width: 768px) {
    .custom-hero-section {
        padding: 60px 0;
        height: auto;
    }

    .hero-main-heading {
        font-size: 1.7rem;
    }

    .hero-sub-heading {
        font-size: 0.98rem;
        margin-bottom: 24px;
    }

    .hero-btn {
        font-size: 0.92rem;
        padding: 11px 20px;
    }

    .cp12-split-section {
        padding: 45px 0;
    }

    .cp12-section-title {
        font-size: 1.6rem;
    }

    .cp12-intro-lead {
        font-size: 1.02rem;
    }

    .cp12-legal-body {
        font-size: 0.95rem;
    }

    .cp12-side-img {
        height: 270px;
    }

    .infographic-card-label {
        font-size: 1rem;
    }

    .legal-intro-lead {
        font-size: 1.02rem;
    }

    .requirement-text {
        font-size: 0.95rem;
    }

    .legal-side-img {
        height: 280px;
    }

    .action-box-title {
        font-size: 1.02rem;
    }

    .action-box-desc {
        font-size: 0.9rem;
    }

    .care-plans-pricing-section {
        padding: 45px 0;
    }

    .plan-title {
        font-size: 1.25rem;
    }

    .fuel-price {
        font-size: 1.45rem;
    }

    .benefits-heading {
        font-size: 0.9rem;
    }

    .portfolio-intro-lead {
        font-size: 1.02rem;
    }

    .tier-title {
        font-size: 1rem;
    }

    .tier-desc {
        font-size: 0.92rem;
    }

    .callout-main-title {
        font-size: 1.3rem;
    }

    .why-choose-us-section.brand-grid-bg {
        padding: 45px 0;
    }

    .trust-card-title {
        font-size: 1.05rem;
    }

    .faq-accordion-section {
        padding: 45px 0;
    }

    .cta-banner-heading {
        font-size: 1.7rem;
    }

    .cta-banner-subtext {
        font-size: 0.96rem;
    }
}

/* ---------- 767px and below ---------- */
@media (max-width: 767px) {
    .hero-main-heading {
        font-size: 1.55rem;
    }

    .hero-sub-heading {
        font-size: 0.94rem;
    }

    .cp12-alert-box {
        padding: 16px;
    }

    .cp12-warning-body {
        font-size: 0.94rem;
    }

    .cp12-agency-body {
        font-size: 0.96rem;
    }

    .infographic-3d-icon-box {
        width: 68px;
        height: 68px;
    }

    .legal-action-box.brand-action-bg {
        padding: 20px;
    }

    .legal-property-types.brand-left-border {
        font-size: 0.94rem;
    }

    .pricing-matrix-card {
        padding: 22px 16px;
    }

    .dual-price-row {
        flex-wrap: wrap;
    }

    .benefits-features-list li {
        font-size: 0.92rem;
    }

    .plan-action-footer .plan-select-btn {
        font-size: 0.94rem;
        padding: 12px;
    }

    .portfolio-tenant-liaison {
        font-size: 0.98rem;
    }

    .portfolio-coverage-text {
        font-size: 0.9rem;
    }

    .portfolio-sticky-callout-card {
        padding: 30px 20px;
    }

    .trust-icon-box {
        width: 52px;
        height: 52px;
        font-size: 1.3rem;
    }

    .custom-brand-accordion .accordion-button {
        font-size: 14.5px;
        padding: 15px 16px;
    }

    .custom-brand-accordion .accordion-body {
        font-size: 0.9rem;
        padding: 15px 16px;
    }

    .regulatory-note-box {
        font-size: 0.86rem;
        padding: 12px 14px;
    }

    .cta-banner-heading {
        font-size: 1.5rem;
    }

    .cta-action-btn {
        font-size: 0.94rem;
        padding: 13px 18px;
    }
}

/* ---------- 360px and below ---------- */
@media (max-width: 360px) {
    .hero-main-heading {
        font-size: 1.35rem;
    }

    .hero-sub-heading {
        font-size: 0.86rem;
        margin-bottom: 20px;
    }

    .hero-btn {
        font-size: 0.85rem;
        padding: 10px 16px;
    }

    .cp12-section-title {
        font-size: 1.35rem;
    }

    .cp12-intro-lead {
        font-size: 0.94rem;
    }

    .cp12-legal-body {
        font-size: 0.88rem;
    }

    .cp12-side-img {
        height: 220px;
    }

    .infographic-card-label {
        font-size: 0.8rem;
    }

    .perfect-checklist-text {
        font-size: 0.92rem;
    }

    .perfect-tick-box.orange-tick {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
        margin-right: 12px;
    }

    .premium-closing-text {
        font-size: 0.92rem;
    }

    .legal-intro-lead {
        font-size: 0.94rem;
    }

    .requirement-text {
        font-size: 0.88rem;
    }

    .legal-side-img {
        height: 220px;
    }

    .legal-call-now-btn.brand-primary-btn {
        font-size: 0.86rem;
        padding: 12px 18px;
    }

    .plan-title {
        font-size: 1.1rem;
    }

    .fuel-price {
        font-size: 1.3rem;
    }

    .fuel-label {
        font-size: 0.68rem;
    }

    .cp12-included-badge {
        font-size: 0.7rem;
        padding: 5px 10px;
    }

    .tier-number-node {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
        margin-right: 12px;
    }

    .tier-title {
        font-size: 0.92rem;
    }

    .callout-icon-top {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }

    .callout-main-title {
        font-size: 1.1rem;
    }

    .callout-main-desc {
        font-size: 0.88rem;
    }

    .callout-action-btn {
        font-size: 0.86rem;
        padding: 12px;
    }

    .trust-icon-box {
        width: 46px;
        height: 46px;
        font-size: 1.15rem;
    }

    .trust-card-title {
        font-size: 0.96rem;
    }

    .trust-card-desc {
        font-size: 0.84rem;
    }

    .custom-brand-accordion .accordion-button {
        font-size: 13px;
        padding: 13px 14px;
    }

    .custom-brand-accordion .accordion-body {
        font-size: 0.84rem;
        padding: 13px 14px;
    }

    .cta-banner-heading {
        font-size: 1.25rem;
    }

    .cta-banner-subtext {
        font-size: 0.84rem;
    }

    .cta-action-btn {
        font-size: 0.84rem;
        padding: 11px 14px;
    }

    .footer-brand-col .tagline-text {
        font-size: 15px;
    }

    .footer-heading {
        font-size: 12.5px;
    }
}

/* ---------- 320px and below ---------- */
@media (max-width: 320px) {
    .hero-main-heading {
        font-size: 1.2rem;
    }

    .hero-sub-heading {
        font-size: 0.8rem;
    }

    .hero-btn {
        font-size: 0.8rem;
        padding: 9px 14px;
    }

    .cp12-section-title {
        font-size: 1.2rem;
    }

    .cp12-intro-lead {
        font-size: 0.88rem;
    }

    .cp12-legal-body {
        font-size: 0.84rem;
    }

    .cp12-side-img {
        height: 190px;
    }

    .infographic-3d-icon-box {
        width: 58px;
        height: 58px;
    }

    .infographic-card-label {
        font-size: 0.75rem;
    }

    .perfect-checklist-item.orange-card {
        padding: 14px;
    }

    .perfect-checklist-text {
        font-size: 0.86rem;
    }

    .premium-closing-banner.orange-banner {
        padding: 18px;
    }

    .premium-closing-text {
        font-size: 0.86rem;
    }

    .requirement-icon.brand-blue-icon {
        width: 28px;
        height: 28px;
        font-size: 0.94rem;
        margin-right: 12px;
    }

    .requirement-text {
        font-size: 0.84rem;
    }

    .legal-side-img {
        height: 190px;
    }

    .action-box-title {
        font-size: 0.94rem;
    }

    .action-box-desc {
        font-size: 0.84rem;
    }

    .pricing-matrix-card {
        padding: 18px 14px;
    }

    .plan-title {
        font-size: 1rem;
    }

    .fuel-price {
        font-size: 1.15rem;
    }

    .per-month {
        font-size: 0.8rem;
    }

    .benefits-features-list li {
        font-size: 0.85rem;
    }

    .plan-action-footer .plan-select-btn {
        font-size: 0.86rem;
        padding: 11px;
    }

    .tier-single-item {
        padding: 10px 12px;
    }

    .tier-number-node {
        width: 34px;
        height: 34px;
        font-size: 0.78rem;
        margin-right: 10px;
    }

    .tier-title {
        font-size: 0.86rem;
    }

    .tier-desc {
        font-size: 0.8rem;
    }

    .portfolio-sticky-callout-card {
        padding: 24px 16px;
    }

    .callout-icon-top {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
        margin-bottom: 18px;
    }

    .callout-main-title {
        font-size: 1rem;
    }

    .callout-main-desc {
        font-size: 0.82rem;
    }

    .trust-grid-card {
        padding: 22px 14px;
    }

    .trust-icon-box {
        width: 42px;
        height: 42px;
        font-size: 1.05rem;
        margin-bottom: 16px;
    }

    .trust-card-title {
        font-size: 0.9rem;
    }

    .trust-card-desc {
        font-size: 0.8rem;
    }

    .custom-brand-accordion .accordion-button {
        font-size: 12px;
        padding: 12px;
    }

    .custom-brand-accordion .accordion-body {
        font-size: 0.8rem;
        padding: 12px;
    }

    .regulatory-note-box {
        font-size: 0.78rem;
        padding: 10px 12px;
    }

    .cta-banner-card-wrapper {
        padding: 28px 16px;
    }

    .cta-banner-heading {
        font-size: 1.1rem;
    }

    .cta-banner-subtext {
        font-size: 0.78rem;
    }

    .cta-compliance-badge {
        padding: 6px 12px;
    }

    .cta-compliance-badge .badge-title-text {
        font-size: 0.78rem;
    }

    .cta-action-btn {
        font-size: 0.78rem;
        padding: 10px 12px;
    }

    .footer-brand-col .tagline-text {
        font-size: 14px;
    }

    .footer-heading {
        font-size: 12px;
    }

    .footer-tagline-desc {
        font-size: 10.5px;
    }
}


.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color) !important;
    background-color: var(--bs-accordion-active-bg) !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}/* End custom CSS */