/* Start custom CSS for html, class: .elementor-element-c6383e3 */body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
*{box-sizing:border-box;}

/* 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);
}


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;
}

/* --- Custom Power Flush Hero Styles --- */
.pf-hero-section {
    position: relative;
    background-image: url('https://www.swanseagasandoil.co.uk/wp-content/uploads/2026/08/power-flushing-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 1000px;
    padding: 80px 0 80px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.pf-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff5c2480;
    z-index: -1;
}

.pf-hero-text-block {
    position: relative;
    z-index: 2;
}

.pf-hero-title {
    font-size: 52px;
    font-weight: 700;
    color: #ebe8e8;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.pf-hero-description {
    font-size: 14.5px;
    color: #f1f1f1;
    line-height: 1.6;
    max-width: 580px;
    font-weight: 500;
    margin-bottom: 25px;
}

/* Button Group Styles */
.pf-btn-group {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.pf-btn {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    color: #ffffff !important;
}

/* Orange Call Button */
.pf-btn-call {
    background-color: #FF5A26;
}

.pf-btn-call:hover {
    background-color: #e04818;
    transform: translateY(-2px);
}

/* Green WhatsApp Button */
.pf-btn-whatsapp {
    background-color: #25D366;
}

.pf-btn-whatsapp:hover {
    background-color: #1ebe57;
    transform: translateY(-2px);
}

.pf-bottom-accent-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #38B6FF;
    z-index: 2;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .pf-hero-section {
        padding-bottom: 90px;
    }
    .pf-hero-title {
        font-size: 34px;
    }
}

@media (max-width: 575.98px) {
    .pf-hero-title {
        font-size: 28px;
    }
    .pf-btn-group {
        flex-direction: column;
        width: 100%;
    }
    .pf-btn {
        width: 100%;
    }
}


/* --- Custom Orange Power Flush Benefits Styles --- */
.pf-orange-benefits-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #FF5A26 0%, #E04818 100%);
    color: #ffffff;
}

.pf-badge-tag {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.pf-orange-heading {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 12px;
}

.pf-orange-intro {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 500;
}

/* Benefit Card Design */
.pf-orange-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(5px);
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.pf-orange-card:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
}

.pf-check-icon {
    background: #ffffff;
    color: #FF5A26;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    flex-shrink: 0;
}

.pf-orange-card p {
    font-size: 14.5px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* Callout Note Box */
.pf-orange-callout {
    margin-top: 25px;
    background: #ffffff;
    color: #1a1a1a;
    padding: 18px 22px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.pf-callout-icon {
    font-size: 20px;
    background: rgba(255, 90, 38, 0.15);
    color: #FF5A26;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pf-orange-callout p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #222222;
}

/* Image Section Styling */
.pf-orange-image-wrapper {
    position: relative;
}

.pf-orange-img {
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    width: 100%;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.pf-orange-badge {
    position: absolute;
    bottom: -15px;
    left: 20px;
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.pf-orange-badge-num {
    font-size: 24px;
    font-weight: 800;
    color: #FF5A26;
    line-height: 1;
}

.pf-orange-badge-text {
    font-size: 11px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    margin-top: 3px;
}

/* Responsive Rules */
@media (max-width: 991.98px) {
    .pf-orange-benefits-section {
        padding: 60px 0;
    }
    .pf-orange-heading {
        font-size: 30px;
    }
    .pf-orange-image-wrapper {
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .pf-orange-heading {
        font-size: 26px;
    }
    .pf-orange-callout {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


/* --- Custom Risks / Warnings Section Styles --- */
.pf-risks-section {
    padding: 80px 0;
    background-color: #ffffff;
}

/* Image & Warning Badge Wrapper */
.pf-risks-image-wrapper {
    position: relative;
}

.pf-risks-img {
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    object-fit: cover;
    min-height: 380px;
}

.pf-warning-badge {
    position: absolute;
    bottom: -15px;
    right: 20px;
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-left: 4px solid #FF5A26;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pf-badge-warning-icon {
    font-size: 18px;
}

.pf-badge-warning-text {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
}

/* Content Styles */
.pf-risks-subtitle {
    color: #FF5A26;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    margin-bottom: 8px;
}

.pf-risks-heading {
    font-size: 34px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 15px;
}

.pf-risks-description {
    font-size: 15.5px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 500;
}

/* Risk Items */
.pf-risk-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fcfcfc;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    transition: border-color 0.2s ease, transform 0.2s ease;
    height: 100%;
}

.pf-risk-item:hover {
    border-color: #FF5A26;
    transform: translateY(-2px);
}

.pf-risk-cross {
    background-color: rgba(255, 90, 38, 0.1);
    color: #FF5A26;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
}

.pf-risk-item p {
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

/* Alert Box */
.pf-risks-alert-box {
    margin-top: 25px;
    background-color: #fff4f0;
    border-left: 4px solid #FF5A26;
    padding: 16px 20px;
    border-radius: 0 10px 10px 0;
}

.pf-risks-alert-box p {
    margin: 0;
    font-size: 14.5px;
    color: #222222;
    font-weight: 700;
    line-height: 1.5;
}

/* Responsive Media Queries */
@media (max-width: 991.98px) {
    .pf-risks-section {
        padding: 60px 0;
    }
    .pf-risks-heading {
        font-size: 28px;
    }
    .pf-risks-image-wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .pf-risks-heading {
        font-size: 24px;
    }
    .pf-warning-badge {
        right: auto;
        left: 15px;
        bottom: 15px;
    }
}

/* --- Custom When To Consider Power Flush Styles --- */
.pf-when-section {
    padding: 80px 0;
    background-color: #f4f7f9;
}

.pf-when-subtitle {
    color: #FF5A26;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    margin-bottom: 8px;
}

.pf-when-heading {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.25;
    margin-bottom: 12px;
}

.pf-when-intro {
    font-size: 16px;
    color: #555555;
    line-weight: 1.6;
    font-weight: 500;
}

/* Feature Card Styling */
.pf-when-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
    transition: all 0.25s ease-in-out;
    position: relative;
    overflow: hidden;
}

.pf-when-card:hover {
    transform: translateY(-4px);
    border-color: #FF5A26;
    box-shadow: 0 10px 25px rgba(255, 90, 38, 0.12);
}

.pf-when-number {
    font-size: 18px;
    font-weight: 800;
    color: #FF5A26;
    background: rgba(255, 90, 38, 0.1);
    min-width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pf-when-card-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.pf-when-card-content p {
    font-size: 14px;
    color: #555555;
    margin: 0;
    line-height: 1.5;
}

.pf-when-card-featured {
    background: linear-gradient(135deg, #ffffff 0%, #fff7f4 100%);
    border-left: 4px solid #FF5A26;
}

/* Warranty Banner Styling */
.pf-warranty-banner {
    background: #1a2332;
    color: #ffffff;
    padding: 25px 30px;
    border-radius: 16px;
    display: flex;
    align-items: flex-center;
    gap: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.pf-warranty-icon {
    font-size: 32px;
    background: rgba(255, 255, 255, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pf-warranty-text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #FF5A26;
    margin-bottom: 6px;
}

.pf-warranty-text p {
    font-size: 14.5px;
    color: #d1d5db;
    margin: 0;
    line-height: 1.5;
}

.pf-warranty-text strong {
    color: #ffffff;
}

/* Responsive Rules */
@media (max-width: 991.98px) {
    .pf-when-section {
        padding: 60px 0;
    }
    .pf-when-heading {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {
    .pf-when-heading {
        font-size: 26px;
    }
    .pf-warranty-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* --- Custom Why Choose Swansea Gas & Oil Styles --- */
.pf-why-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #FF5A26 0%, #E04818 100%);
    color: #ffffff;
}

.pf-why-tag {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.pf-why-heading {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 20px;
}

.pf-why-main-text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    font-weight: 500;
    max-width: 850px;
    margin: 0 auto 20px auto;
}

/* Internal Cards */
.pf-why-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    padding: 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
    transition: all 0.25s ease;
}

.pf-why-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.pf-why-card-icon {
    font-size: 24px;
    background: #ffffff;
    color: #FF5A26;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pf-why-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.pf-why-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    line-height: 1.5;
}

/* Callout Box */
.pf-why-callout {
    background: #ffffff;
    color: #1a1a1a;
    padding: 22px 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
}

.pf-why-callout p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #222222;
}

/* Responsive Media Queries */
@media (max-width: 991.98px) {
    .pf-why-section {
        padding: 60px 0;
    }
    .pf-why-heading {
        font-size: 30px;
    }
}

@media (max-width: 575.98px) {
    .pf-why-heading {
        font-size: 26px;
    }
    .pf-why-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .pf-why-callout {
        padding: 18px 20px;
    }
    .pf-why-callout p {
        font-size: 14.5px;
    }
}


.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;
    }
}/* End custom CSS */