/* Start custom CSS for html, class: .elementor-element-c6383e3 */:root{
  --orange: #FF5A26;
  --orange-dark: #D9430F;
  --blue: #38B6FF;
  --blue-dark: #1E6FA8;
  --navy: #0E2A3D;
  --dark: #17324A;
  --cream: #FFF6F1;
  --gray-text: #6b6b6b;
}

header .site-branding .container .navigation .main-navigation .nav-menu {
    display: flex;
    justify-content: start;
    gap: 60px !important;
    align-items: start;
}


.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;
}

.skyBlueBtn {
    background-color: #41b8ff !important;
    color: #fff !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
*{box-sizing:border-box;}


/* 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%);
    }
}


/* Logo Styling mimicking "Swansea Gas and Oil" logo */

.logo-container{
        display: contents;
}

.logo-img{
    width: 10%;
    height: auto;
}


/* 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 */
}


/* 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 ===== */
.hero-section{
  position: relative;
  overflow: hidden;
  padding: 130px 0 150px;
  isolation: isolate;
  z-index: 1;
}
.hero-bg-image{
  position:absolute;
  inset:0;
  background-image: url('https://www.swanseagasandoil.co.uk/wp-content/uploads/2026/08/repairs-bg-1.jpg');
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background: #ff5c2480;
  z-index: -1;
}
.hero-content{
  position: relative;
  z-index: 1;
}

.pf-bottom-accent-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #38B6FF;
    z-index: 2;
}
/* .hero-section::after{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width:420px;
  height:420px;
  background: rgba(56,182,255,0.3);
  border-radius:50%;
  z-index: -1;
} */
.badge-eyebrow{
  display:inline-block;
  background: rgb(243, 117, 0);
  color:#f3f3f3;
  padding:6px 16px;
  border-radius:20px;
  font-size:0.8rem;
  font-weight:600;
  letter-spacing:0.5px;
  margin-bottom:18px;
}
.hero-title{
  color:#fffdfd;
  font-weight:800;
  font-size:3rem;
  line-height:1.15;
  margin-bottom:20px;
}
.text-white-highlight{
  color: #fdfdfd;
}
.hero-sub{
  color: rgba(255, 253, 253, 0.9);
  font-size:1.1rem;
  max-width:600px;
  margin-bottom:30px;
}
.btn-hero-cta{
  background:#fff !important;
  color: var(--orange-dark) !important;
  font-weight:700 !important;
  padding:14px 34px !important;
  border-radius:30px !important;
  display:inline-block !important;
  text-decoration:none !important;
  transition:0.25s;
}
.btn-hero-cta:hover{
  background: var(--dark) !important;
  color:#fff !important;
}

/* ===== SERVICES SECTION ===== */
.services-section{
  background: var(--cream);
  padding: 60px 0;
}
.section-eyebrow{
  color: var(--orange);
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  font-size:0.85rem;
}
.section-title{
  font-weight:700;
  font-size:2.2rem;
  margin-top:10px;
}

.fault-card{
  background:#fff;
  border-radius:14px;
  padding:32px 28px;
  height:100%;
  border-top: 4px solid var(--orange);
  box-shadow: 0 10px 25px rgba(25,21,18,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.fault-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(255,90,38,0.18);
}
.fault-icon{
  color: var(--blue);
  font-weight:800;
  font-size:1.6rem;
  margin-bottom:10px;
}
.fault-card h3{
  font-size:1.25rem;
  font-weight:700;
  margin-bottom:14px;
  color: var(--dark);
}
.fault-card p{
  color: var(--gray-text);
  font-size:0.94rem;
  line-height:1.6;
  margin-bottom:10px;
}

.fault-code-panel{
  background: #ff5a26cc;
  color:#fff;
  border-radius:16px;
  padding:44px;
  border-left: 6px solid var(--orange);
}
.fault-code-panel h3{
  color:#fff;
  font-weight:700;
  font-size:1.5rem;
  margin-bottom:16px;
}
.fault-code-panel p{
  color: rgba(255,255,255,0.85);
  line-height:1.7;
}
.brand-pill{
  display:inline-block;
  background: rgba(255, 116, 3, 0.15);
  color: #ffffff;
  border:1px solid rgba(242, 243, 243, 0.808);
  padding:6px 16px;
  border-radius:20px;
  font-size:0.85rem;
  margin:4px;
}

/* ===== WHY US ===== */
.why-us-section{
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 55%, var(--navy) 100%);
  padding:100px 0;
  position: relative;
  overflow: hidden;
}
/* .why-us-section::before{
  content:"";
  position:absolute;
  left:-100px;
  bottom:-140px;
  width:340px;
  height:340px;
  background: rgba(255,90,38,0.28);
  border-radius:50%;
  z-index:0;
}
.why-us-section::after{
  content:"";
  position:absolute;
  right:-80px;
  top:-100px;
  width:260px;
  height:260px;
  background: rgba(255,255,255,0.12);
  border-radius:50%;
  z-index:0;
} */
.why-us-section .container{
  position: relative;
  z-index: 1;
}
.section-eyebrow-light{
  display:inline-block;
  background: rgba(255,90,38,0.2);
  color:#fff;
  border:1px solid rgba(255,90,38,0.5);
  padding:6px 16px;
  border-radius:20px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  font-size:0.8rem;
}
.why-us-title{
  color:#fff;
  font-weight:800;
  font-size:2.2rem;
  margin:16px 0 18px;
}
.why-us-sub{
  color: rgba(255,255,255,0.9);
  line-height:1.75;
  font-size:1.02rem;
}
.why-item{
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  border:1px solid rgba(255,255,255,0.25);
  color:#fff;
  padding:18px 20px;
  border-radius:12px;
  font-size:0.95rem;
  height:100%;
  display:flex;
  align-items:center;
  transition: transform 0.25s, background 0.25s;
}
.why-item:hover{
  background: rgba(255,90,38,0.25);
  border-color: rgba(255,90,38,0.55);
  transform: translateY(-4px);
}
.why-check{
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--orange);
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  margin-right:12px;
  font-size:0.9rem;
}

/* ===== CTA ===== */
.cta-section{
  background: #FF5A26;
  padding:90px 0;
}
.cta-title{
  color:#fff;
  font-weight:800;
  font-size:2.3rem;
  margin-bottom:18px;
}
.cta-sub{
  color: rgba(255,255,255,0.9);
  margin-bottom:30px;
  line-height:1.7;
}

.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;
    }
}

/* =========================================================
   RESPONSIVE ADDITIONS — append after existing CSS
   Breakpoints used: 991.98px (tablet), 767.98px (mobile),
   575.98px (small mobile)
   ========================================================= */

/* ---------- LOGO ---------- */
@media (max-width: 767.98px){
  .logo-img{
    width: 40%;
  }
}
@media (max-width: 575.98px){
  .logo-img{
    width: 55%;
  }
}

/* ---------- TOP PROMO BAR ---------- */
@media (max-width: 575.98px){
  .marquee span{
    font-size: 11px;
  }
}

/* ---------- HERO SECTION ---------- */
@media (max-width: 991.98px){
  .hero-section{
    padding: 90px 0 110px;
  }
  .hero-title{
    font-size: 2.3rem;
  }
  .hero-sub{
    font-size: 1rem;
    max-width: 100%;
  }
}
@media (max-width: 767.98px){
  .hero-section{
    padding: 70px 0 90px;
    text-align: center;
  }
  .hero-title{
    font-size: 1.8rem;
  }
  .badge-eyebrow{
    font-size: 0.72rem;
    padding: 5px 12px;
  }
  .btn-hero-cta{
    padding: 12px 26px !important;
    font-size: 0.95rem;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px){
  .hero-title{
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .hero-sub{
    font-size: 0.92rem;
  }
}

/* ---------- SERVICES SECTION ---------- */
@media (max-width: 991.98px){
  .section-title{
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px){
  .services-section{
    padding: 40px 0;
  }
  .section-title{
    font-size: 1.5rem;
  }
  .fault-card{
    padding: 26px 20px;
    margin-bottom: 20px;
  }
  .fault-code-panel{
    padding: 28px;
    margin-top: 10px;
  }
  .fault-code-panel h3{
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px){
  .section-title{
    font-size: 1.3rem;
  }
  .fault-icon{
    font-size: 1.3rem;
  }
  .fault-card h3{
    font-size: 1.1rem;
  }
  .brand-pill{
    font-size: 0.75rem;
    padding: 5px 12px;
  }
}

/* ---------- WHY US SECTION ---------- */
@media (max-width: 991.98px){
  .why-us-section{
    padding: 70px 0;
  }
  .why-us-title{
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px){
  .why-us-section{
    padding: 50px 0;
    text-align: center;
  }
  .why-us-title{
    font-size: 1.5rem;
  }
  .why-us-sub{
    font-size: 0.95rem;
  }
  .why-item{
    font-size: 0.9rem;
    padding: 14px 16px;
    margin-bottom: 14px;
    text-align: left;
  }
}
@media (max-width: 575.98px){
  .why-us-title{
    font-size: 1.3rem;
  }
  .section-eyebrow-light{
    font-size: 0.7rem;
    padding: 5px 12px;
  }
}

/* ---------- CTA SECTION ---------- */
@media (max-width: 991.98px){
  .cta-section{
    padding: 60px 0;
  }
  .cta-title{
    font-size: 1.9rem;
  }
}
@media (max-width: 767.98px){
  .cta-section{
    padding: 45px 0;
    text-align: center;
  }
  .cta-title{
    font-size: 1.5rem;
  }
  .cta-sub{
    font-size: 0.95rem;
  }
}
@media (max-width: 575.98px){
  .cta-title{
    font-size: 1.3rem;
  }
}

/* ---------- WHATSAPP FLOATING BUTTON ---------- */
@media (max-width: 767.98px){
  .wa-btn{
    bottom: 15px;
    left: 15px;
  }
  .wa-btn img{
    width: 55px;
    height: 55px;
  }
}

/* ---------- FOOTER (extra, beyond existing 767.98px block) ---------- */
@media (max-width: 575.98px){
  .footer-brand-col .tagline-text{
    font-size: 16px;
  }
  .logo-title-top{
    font-size: 22px;
  }
  .logo-title-bottom{
    font-size: 16px;
  }
  .footer-tagline-desc{
    max-width: 100%;
  }
  .oftec-badge,
  .gas-safe-badge{
    width: 36px;
    height: 32px;
  }
}

/* ---------- GENERIC CONTAINER SAFETY (prevents horizontal scroll) ---------- */
@media (max-width: 575.98px){
  .container{
    padding-left: 16px;
    padding-right: 16px;
  }
  img{
    max-width: 100%;
    height: auto;
  }
}/* End custom CSS */