*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

#wrapper{
	    background: #fff;
}
.brand-color{
    color: #ffffff !important;
}
.our_promise .box {
	padding: .75rem 1.25rem 1.25rem !important;
}
.dropdown-menu{
    padding: 0;
    border-radius: 10px;
}

.bg-color {
    min-height: 80vh;
}

.im_styl{
    color: #e38518;
}

.drop-item a {
	font-family: sans-serif;
	font-size: 16px;
	color: #40ce42;
	font-weight: 500;
}

.box p{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}
button#seacrchBtn {
    background: #3e3316;
}
button#seacrchBtn:hover {
    background:rgb(17,30,24);
}

.selected img{
    border: 0px solid #ff8400 !important;
}
.select-Other img{
    border: 0px solid #ff8400 !important;
}

.selected{
    border: 3px solid #ff8400 !important;
	background: linear-gradient(135deg, #ff8400 0%, #e67300 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 132, 0, 0.4) !important;
}
.selectedInterested {
	border: 3px solid #ff8400 !important;
	background: linear-gradient(135deg, #ff8400 0%, #e67300 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 132, 0, 0.4) !important;
}
.select-Other .all-option{
    border: 3px solid #ff8400 !important;
	background: linear-gradient(135deg, #ff8400 0%, #e67300 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 132, 0, 0.4) !important;
}


.pro_bar{
    width: 20% !important;
    margin: 0 auto;
    height: 5px !important;
    background-color: #8196a2;
}
.all-box-columns.is-multiline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.all-box-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.backButtonBox {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* .control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
    padding: 0px 88px;
} */
/********Header section closed here**********/

.width_700{
    width: 700px !important;
    margin: auto !important;
}
.width_500{
    width: 500px !important;
    margin: auto !important;
}
.all-option{
    background: #2a2a2a;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    transition: all 0.3s ease;
    width: 207px;
    border: 2px solid #404040;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.all-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 132, 0, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.all-option:hover::before {
    opacity: 1;
}

.all-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: #ff8400;
}
.mg-sz1 img {
	width: 125px !important;
}
.mg-sz2 img {
	width: 100px !important;
}
.all-option img{
    width: 150px;
    margin: 10px auto;
    background: #3e3316;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #e38518;
}

.req-popup{
    position: relative;
    padding: 5% !important;
    background: #111e18;
    border-radius: 20px;
    border: 2px solid #e38518;
}
div#checkbox-message {
    color: red;
}

.all-option2{
    cursor: pointer;
    border-radius: 50% !important;
    background: #3e3316;
    border: solid;
    border: 2px solid #e38518;
    height: 130px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}


.all-option2:hover{
    scale: 1.08;
}


.all-option2 .radio{
    width: 100% !important;
}
.all-option2 input{
    float: left;
}
.all-option2 p{
    color: #ffffff;
}
.your-pcode{
    width: 500px !important;
    margin: 0 auto !important;
	padding: 30px !important;
}
.your-pcode .input{
    width: 400px !important;
}
.your-pcode .button{
    width: 150px !important;
}



#section-form .brand-color {
    color: #ffffff !important;
}

#section-form .bgcol-lgreen {
    background: white !important;
}

#section-form .pro_bar {
    width: 20% !important;
    margin: 0 auto;
    height: 5px !important;
    background-color: #afd805;
}
 .hide{
    display: none;
}
#section-form .header {
    display: none;
    text-align: left;
    color: red;
    margin-left: 6px;
   font-size: 13px;
}
.backbtn{
    padding: 7px 19px;
    margin-top: 20px;
    background: #212223;
    border: solid 2px #ff8400;
}
.backbtn:hover{
    background: #ff8400;
    border: solid 2px #212223;
}

#section-form input[type="radio"] {
    accent-color: #000;
}

#section-form .ans_box {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px !important;
    transition: 0.2s;
    padding-left: 10px;
    min-height: 218px;
}

#section-form .ans_box img {
    width: 120px;
    margin: 0 auto 10px;
}

#section-form .ans_box:hover {
    border-bottom: 5px solid #afd805 !important;
}

#section-form .ans_box2 {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px !important;
    background: #afd805;
}

#section-form .ans_box2 .radio {
    width: 100% !important;
}

#section-form .ans_box2 input {
    float: left;
}

#section-form .ans_box2 p {
    color: #000;
}

.title.is-2{
    color: #ffffff;
}

#section-form .fan-sec {
    width: 600px !important;
    margin: auto !important;
    border-radius: 20px;
    background: #3e3316;
    border: 2px solid #e38518;
}

.field {
    padding: 7px 0;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}
.field input:focus {
    box-shadow: none !important;
}

#section-form .input {
    border-color: white !important;
    color: #000000 !important;
    background-color: #ffffff !important;
}

#section-form .input:hover {
    border-color: white !important;
}

#section-form .fnl-svy p a {
    color: #e38518 !important;
}

#section-form .fnl-svy p a:hover {
	color: #ffffff !important;
}

#section-form .btn-color, .form_postcode_search input[type="button"] {
    background: linear-gradient(135deg, #ff8400 0%, #ffd73d 100%) !important;
    transition: all 0.3s ease;
    border: 2px solid #ff8400;
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 132, 0, 0.3);
}

#section-form .btn-color:hover, .form_postcode_search input[type="button"]:hover {
    background: linear-gradient(135deg, #e67300 0%, #e6c200 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 132, 0, 0.4);
}

.backbtn {
    padding: 12px 24px;
    margin-top: 20px;
    background: #ffffff;
    border: 2px solid #ff8400;
    color: #ff8400;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.backbtn:hover {
    background: #ff8400;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 132, 0, 0.3);
}
.fnl-svy p {
	text-align: left;
    color: #ffffff !important;
}
.has-text-link-dark{
    color: #e38518 !important;
}


span.title-span {
	font-size: 25px;
	text-transform: initial;
}

.postcodeForm{
display:flex;
justify-content: center;	
}
.postcodeForm-popup {
    background: white;
    padding: 30px;
    border-radius: 10px;
    /* position: relative; */
    max-width: 600px;
}

.postcodeForm-popup p {
    font-size: 18px;
}

.postcodeForm-popup .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: black;
}

.postcodeForm-popup h2 {
    font-size: 30px;
}
#dropdown {
	max-width: 400px !important;
	width: 400px;
	padding: 8px;
    margin-bottom: 0;
/*         height: 45px; */
}
.field.box.your-pcode {
    margin: auto;
/*     padding-left: 50px; */
    /* justify-content: center; */
}
input[type="button"] {
    margin-top: 20px;
}

/*-----------Media--Screen----------*/

@media only screen and (min-width: 1216px) {

    #section-form .width_800 {
        width: 800px;
        margin: auto !important;
    }
    #section-form  .width_600 {
        width: 600px;
        margin: auto !important;
    }
    #section-form .width_700 {
        width: 700px;
        margin: auto !important;
    }
}

@media only screen and (max-width: 1280px) {


}


@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 962px) {

    .all-option {
        height: 225px;
        width: 194px;
 
    }
    .all-box-columns {

        gap: 14px;
    }
    /* .all-option {
        height: 225px;
        width: 176px;
    } */
    .all-option img {
        width: 90px;
    }
   
}

.modal-close{
    position: absolute;
    background: #e38518;
}

@media only screen and (min-width: 768px) {
    
    .all-option:hover{
        scale: 1.08;
    }

    
.modal-card, .modal-content{
    width: 750px !important;
}
   
    
}

@media only screen and (max-width: 768px) {
.all-option2:hover {
	scale: none;
}

    .all-option2{
        border-radius: 10px !important;
        height: 78px;
        width: 100%;
        justify-content: left;
        padding: 30px !important;
    }


    .selected{
        background: #e38518 !important;
    }
    
    .selectedInterested{
        background: #e38518 !important;
    }
    .select-Other .all-option{
        background: #e38518 !important;
    }
   
 /*-----------Main Page CSS----------*/
 .all-option {
    display: flex !important;
    align-items: center;
    padding: 0 10px !important;
    min-height: auto;
    box-shadow: none !important;
    height: 78px;
    width: 100%;
    border: solid 2px #e38518;
    background: #3e3316;
    flex-direction: row;
}
.bg-color {
	display: block;
}
.all-box-columns {
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 500px;
    margin: 0 auto;
}
.mg-sz1 img {
	width: 73px;
}
.mg-sz2 img {
	width: 73px;
}	
.all-option img{
    width: 73px !important;
    margin: 0 !important;
    padding: 0px;
    border: none !important;
}
.all-option p{
    padding: 0 15px !important;
    font-size: 16px !important;
    text-align: left;
    font-weight: 500;
    color: #ffffff !important;
}
.width_700{
    width: 100% !important;
    margin: auto !important;
}
.width_500{
    width: 100% !important;
    margin: auto !important;
}
.section .box-column{
    padding: 0.25rem !important;
} 
.your-pcode{
    width: 100% !important;
    margin: 0 auto !important;
	max-width: 500px;
}
#section-form .mob_box {
    display: flex !important;
    align-items: center;
    padding: 0.5rem !important;
    min-height: auto;
}
#section-form .mob_box img {
    height: 50px !important;
    margin: 0 20px 0 10px !important;
    width: 50px !important;
}
#section-form .mob_box p {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
}
#section-form  .mob_box2 {
    display: flex !important;
    align-items: center;
    padding: 0.5rem !important;
}
#section-form  .width_800 .box-column {
    padding: 0.25rem !important;
}
#section-form   .ctn-width .box-column {
    padding: 0.25rem !important;
}
#section-form  .width_700 .box-column {
    padding: 0.25rem !important;
}
#section-form  .ans_box:hover {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#section-form  .width_700 {
    width: 450px !important;
    margin: auto !important;
}
#section-form  .fan-sec {
    width: 100% !important;
}
#section-form .h22 {
    padding: 0 !important;
}


}
#dropdown {
        width: 90%;
/*         height: 40px; */
        border-radius: 5px;
        margin-top: 20px !important;
    }

@media only screen and (max-width: 767px) {
.form_postcode_search {
	max-width: 370px !important;
	width: 500px !important;
}
#dropdown {
	max-width: 100% !important;
}	

}

@media only screen and (max-width: 736px) {


}

@media only screen and (max-width: 480px) {
.form_postcode_search {
	max-width: 100% !important;
	width: 100% !important;
} 
.your-pcode .input {
	width: 100% !important;
}	
    #section-form  .width_700 {
        width: 100% !important;
        margin: auto !important;
    }
    #section-form  .our_promise {
        padding: 20px 10px;
    }
    #section-form  .our_promise ul li {
        font-size: 15px;
        line-height: 1.7rem;
    }
}

@media only screen and (max-width: 384px) {


}

@media only screen and (max-width: 375px) {


}

@media only screen and (max-width: 360px) {


}

@media only screen and (max-width: 320px) {


}

/* Hero Section Styles */
.hero-section {
    background: linear-gradient(135deg, #2c2410 0%, #1a1a1a 100%) !important;
    padding: 100px 20px !important;
    color: white !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.hero-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 60% !important;
    background-image: url('https://renewableheatingwales.co.uk/wp-content/uploads/2024/05/wpl-a-image-1.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 0 !important;
    mask: linear-gradient(to bottom, black 0%, black 80%, transparent 100%) !important;
    -webkit-mask: linear-gradient(to bottom, black 0%, black 80%, transparent 100%) !important;
}

.hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 60% !important;
    background: linear-gradient(135deg, rgba(44, 36, 16, 0.85) 0%, rgba(26, 26, 26, 0.9) 30%, rgba(44, 36, 16, 0.6) 50%, rgba(26, 26, 26, 0.7) 70%, rgba(26, 26, 26, 0.9) 90%, rgba(26, 26, 26, 1) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 132, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section .hero-content {
    position: relative;
    z-index: 3;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-title {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-title .highlight {
    color: #ff8400;
    display: block;
    font-size: 4rem;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 400;
}

/* Finance Callout in Hero */
.finance-callout {
    margin: 30px auto;
    max-width: 700px;
}

.finance-callout-content {
    background: linear-gradient(135deg, rgba(255, 132, 0, 0.2) 0%, rgba(230, 115, 0, 0.2) 100%);
    padding: 20px 30px;
    border-radius: 12px;
    border: 2px solid rgba(255, 132, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(255, 132, 0, 0.3);
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.finance-callout-content i {
    font-size: 1.5rem;
    color: #ff8400;
}

.grant-highlight {
    background: rgba(255, 132, 0, 0.15);
    padding: 25px 35px;
    border-radius: 15px;
    border: 2px solid #ff8400;
    margin: 40px auto 50px;
    max-width: 600px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(255, 132, 0, 0.2);
}

.grant-text {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    line-height: 1.4;
}

.grant-text strong {
    color: #ffd73d;
}

.grant-amount {
    color: #ffd73d;
    font-weight: 800;
    font-size: 1.3rem;
}

.quick-quote-btn {
    background: linear-gradient(135deg, #ff8400 0%, #ffd73d 100%);
    color: #ffffff;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(255, 132, 0, 0.4);
    margin: 30px auto 40px;
    display: block;
    text-decoration: none;
    max-width: 280px;
}

.quick-quote-btn:hover {
    background: linear-gradient(135deg, #e67300 0%, #e6c200 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 132, 0, 0.5);
    color: #ffffff;
    text-decoration: none;
}

.quick-quote-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255, 132, 0, 0.4);
}

.hero-trust-indicators {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.trust-badge {
    background: rgba(255,255,255,0.1);
    padding: 15px 25px;
    border-radius: 10px;
    border: 2px solid #e38518;
    text-align: center;
    min-width: 120px;
}

.trust-number {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #e38518;
    margin-bottom: 5px;
}

.trust-text {
    font-size: 0.9rem;
    color: #ffffff;
}

.hero-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 50px 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-item {
    background: rgba(255,255,255,0.08);
    padding: 35px;
    border-radius: 20px;
    border: 2px solid #ff8400;
    display: flex;
    align-items: center;
    gap: 25px;
    text-align: left;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(255, 132, 0, 0.2);
    border-color: #ffd73d;
}

.benefit-icon {
    background: linear-gradient(135deg, #ff8400 0%, #ffd73d 100%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 132, 0, 0.3);
}

.benefit-content h3 {
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.benefit-content p {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.9;
}

.hero-urgency {
    background: rgba(255,132,0,0.2);
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #e38518;
    margin-top: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.urgency-text {
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0;
}

/* Red Glowing Banner */
.red-banner {
    background: linear-gradient(135deg, #3281d5 0%, rgb(32, 89, 181) 100%);
    padding: 15px 25px;
    border-radius: 10px;
    margin: 30px auto 20px;
    max-width: 800px;
    border: 2px solid #64b1ec;
    box-shadow: 0 0 20px rgba(38, 99, 220, 0.6), 0 0 40px rgba(34, 132, 207, 0.4);
    animation: redPulse 2s ease-in-out infinite alternate;
    position: relative;
    overflow: hidden;
}

.red-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 3s infinite;
}

@keyframes redPulse {
    0% {
        box-shadow: 0 0 20px rgba(38, 208, 220, 0.6), 0 0 40px rgba(21, 178, 199, 0.4);
    }
    100% {
        box-shadow: 0 0 30px rgba(23, 129, 222, 0.8), 0 0 60px rgba(29, 154, 179, 0.6);
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.banner-content i {
    font-size: 1.5rem;
    color: #ffffff;
    animation: bounce 1s ease-in-out infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-3px);
    }
}

.banner-text {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

/* Additional CTA Buttons */
.benefits-cta, .comparison-cta, .about-cta {
    text-align: center;
    margin: 40px 0;
}

.benefits-cta .quick-quote-btn, 
.comparison-cta .quick-quote-btn, 
.about-cta .quick-quote-btn {
    margin: 0 auto;
}

/* About Us Section */
.about-section {
    background: rgba(255,255,255,0.05);
    padding: 60px;
    border-radius: 20px;
    border: 2px solid #ff8400;
    margin: 40px 0;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-text p {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    opacity: 0.9;
}

.about-text p:last-of-type {
    margin-bottom: 40px;
}

.about-image {
    text-align: center;
}

.about-img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.about-img:hover {
    transform: scale(1.02);
}

/* Trust Badges Container */
.trust-badges-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 40px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Octopus Energy Partnership */
.octopus-partnership {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #e38518;
    margin: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(227, 133, 24, 0.2);
}

.partnership-content {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.octopus-badge {
    max-width: 120px;
    height: auto;
    flex-shrink: 0;
}

.partnership-text {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

/* Additional Trust Badge */
.additional-badge {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #e38518;
    text-align: center;
    transition: all 0.3s ease;
}

.additional-badge:hover {
    background: rgba(255,255,255,0.15);
    border-color: #ff8400;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 132, 0, 0.2);
}

.trust-badge-img {
    max-width: 150px;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.trust-badge-img:hover {
    transform: scale(1.05);
}

.service-cta {
    background: rgba(255,132,0,0.1);
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #e38518;
    margin: 30px 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-text {
    color: #3e3316;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

/* PPC Content Section Styles */
.ppc-content-section {
    background: linear-gradient(135deg, #2c2410 0%, #1a1a1a 100%) !important;
    padding: 100px 20px !important;
    position: relative;
}

.ppc-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255, 132, 0, 0.15) 0%, transparent 50%) !important;
    pointer-events: none;
}

.ppc-content-section .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.content-block {
    margin-bottom: 80px;
}

.content-block h2 {
    text-align: center !important;
    color: #ffffff !important;
    font-size: 2.8rem !important;
    margin-bottom: 50px !important;
    font-weight: 800 !important;
    position: relative !important;
    padding-bottom: 20px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.content-block h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #ff8400 0%, #ffd73d 100%) !important;
    border-radius: 2px;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.comparison-item {
    background: linear-gradient(135deg, #3e3316 0%, #2c2410 100%) !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 40px rgba(255, 132, 0, 0.3), 0 0 20px rgba(255, 132, 0, 0.2) !important;
    border: 2px solid #ff8400 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.comparison-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 132, 0, 0.1) 0%, transparent 50%) !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.comparison-item:hover::before {
    opacity: 1;
}

.comparison-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(255, 132, 0, 0.4), 0 0 30px rgba(255, 132, 0, 0.3) !important;
    border-color: #ffd73d !important;
}

.comparison-item h3 {
    color: #ffffff !important;
    font-size: 1.6rem !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    position: relative !important;
    z-index: 1 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.comparison-item ul {
    list-style: none !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

.comparison-item li {
    margin: 15px 0 !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    opacity: 0.9 !important;
}

.comparison-item li i {
    color: #ff8400 !important;
    margin-right: 12px !important;
    font-size: 1.1rem !important;
    text-shadow: 0 0 5px rgba(255, 132, 0, 0.5) !important;
}

.heat-pump-comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin: 40px 0;
}

.heat-pump-type {
    background: linear-gradient(135deg, #3e3316 0%, #2c2410 100%) !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 40px rgba(255, 132, 0, 0.3), 0 0 20px rgba(255, 132, 0, 0.2) !important;
    border: 2px solid #ff8400 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.heat-pump-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 132, 0, 0.1) 0%, transparent 50%) !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.heat-pump-type:hover::before {
    opacity: 1;
}

.heat-pump-type:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(255, 132, 0, 0.4), 0 0 30px rgba(255, 132, 0, 0.3) !important;
    border-color: #ffd73d !important;
}

.heat-pump-type h3 {
    color: #ffffff !important;
    font-size: 2rem !important;
    margin-bottom: 20px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
    z-index: 1 !important;
}

.heat-pump-type ul {
    list-style: none !important;
    padding: 0 !important;
    text-align: left !important;
    position: relative !important;
    z-index: 1 !important;
}

.heat-pump-type li {
    margin: 15px 0 !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
}

.heat-pump-type li i {
    color: #ff8400 !important;
    margin-right: 10px !important;
    text-shadow: 0 0 5px rgba(255, 132, 0, 0.5) !important;
}

/* Finance Options Section */
.finance-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.finance-option-card {
    background: linear-gradient(135deg, #3e3316 0%, #2c2410 100%) !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 40px rgba(255, 132, 0, 0.3), 0 0 20px rgba(255, 132, 0, 0.2) !important;
    border: 2px solid #ff8400 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.finance-option-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 132, 0, 0.1) 0%, transparent 50%) !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.finance-option-card:hover::before {
    opacity: 1;
}

.finance-option-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(255, 132, 0, 0.4), 0 0 30px rgba(255, 132, 0, 0.3) !important;
    border-color: #ffd73d !important;
}

.finance-option-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.finance-option-header i {
    font-size: 2.5rem;
    color: #ff8400;
    text-shadow: 0 0 10px rgba(255, 132, 0, 0.5);
}

.finance-option-card h3 {
    color: #ffffff !important;
    font-size: 1.8rem !important;
    margin: 0 !important;
    font-weight: 700 !important;
    position: relative !important;
    z-index: 1 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.finance-option-description {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    opacity: 0.9 !important;
    position: relative !important;
    z-index: 1 !important;
    margin: 0 !important;
}

.finance-benefits {
    margin: 50px 0;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 2px solid rgba(255, 132, 0, 0.3);
}

.finance-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.finance-benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff !important;
    font-size: 1.1rem !important;
    padding: 15px;
    background: rgba(255, 132, 0, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 132, 0, 0.3);
}

.finance-benefit-item i {
    color: #ff8400 !important;
    font-size: 1.5rem !important;
    text-shadow: 0 0 5px rgba(255, 132, 0, 0.5);
}

.popular-badge {
    background: linear-gradient(135deg, #ff8400 0%, #ffd73d 100%) !important;
    color: white !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
    font-weight: bold !important;
    box-shadow: 0 4px 15px rgba(255, 132, 0, 0.4) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
    z-index: 1 !important;
}

.efficiency-badge {
    background: linear-gradient(135deg, #3e3316 0%, #2c2410 100%) !important;
    color: white !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
    font-weight: bold !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
    border: 2px solid #ff8400 !important;
    position: relative !important;
    z-index: 1 !important;
}

.grants-section {
    background: linear-gradient(135deg, #3e3316 0%, #212223 100%);
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    color: white;
}

.grants-section h2 {
    color: #e38518;
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.grant-item h3 {
    color: #e38518;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.grant-item .grant-amount {
    font-size: 2rem;
    font-weight: bold;
    color: #e38518;
    margin-bottom: 10px;
}

.grant-item p {
    font-size: 0.9rem;
}

.grants-note {
    font-size: 1.1rem;
    margin-top: 30px;
    color: #e38518;
    font-weight: bold;
}

.step-number {
    background: #e38518;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 20px;
}

.step h3 {
    color: #3e3316;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.step p {
    color: #666;
}

.trust-icon {
    background: #e38518;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
}

.trust-item h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.trust-item p {
    color: #ffffff;
}

.cta-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-stat {
    background: rgba(27, 21, 21, 0.514);
    padding: 20px;
    border-radius: 15px;
    min-width: 200px;
}

.cta-stat .stat-number {
    font-size: 2rem;
    font-weight: bold;
}

.grants-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.grant-item {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #e38518;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.step {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
}

.trust-indicators {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.trust-item {
    text-align: center;
}

.final-cta {
    background: linear-gradient(135deg, #e38518 0%, #ffd73d 100%);
    padding: 60px;
    border-radius: 20px;
    text-align: center;
    color: white;
}

.final-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.final-cta p {
    font-size: 1.3rem;
    margin-bottom: 30px;
}

/* Contact Form Section Styles */
.contact-form-section {
    background: linear-gradient(135deg, #2c2410 0%, #1a1a1a 100%);
    padding: 80px 20px;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
}

.form-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 30px;
}

.form-title-section {
    flex: 1;
    text-align: left;
}

.form-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.form-subtitle {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 0;
    text-align: left;
    opacity: 0.9;
}

.form-badge {
    flex-shrink: 0;
    margin-top: 10px;
}

.form-wrapper {
    background: #6D7A84 !important;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 2px solid #ff8400;
}

/* Pop-up Modal Styles */
.popup-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.popup-content {
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    animation: popupSlideIn 0.3s ease-out;
    margin: 20px auto;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-50px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.popup-header {
    background: linear-gradient(135deg, #ff8400 0%, #ffd73d 100%);
    color: white;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.popup-close {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.popup-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.popup-body {
    padding: 20px;
    background: #6D7A84 !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(90vh - 120px);
}

/* Desktop specific styles */
@media only screen and (min-width: 1024px) {
    .hero-section {
        padding: 100px 40px;
    }
    
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.4rem;
    }
    
    .grant-highlight {
        padding: 30px 40px;
        margin: 50px auto 60px;
    }
    
    .grant-text {
        font-size: 1.3rem;
    }
    
    .grant-amount {
        font-size: 1.4rem;
    }
    
    .quick-quote-btn {
        padding: 10px 20px;
        font-size: 1.3rem;
        max-width: 320px;
    }
    
    .hero-benefits {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    
    .octopus-partnership {
        padding: 40px;

    }
    
    .partnership-content {
        gap: 30px;
    }
    
    .octopus-badge {
        max-width: 140px;
    }
    
    .partnership-text {
        font-size: 1.2rem;
    }
    
    .ppc-content-section {
        padding: 100px 40px !important;
    }
    
    .content-block h2 {
        font-size: 3rem !important;
    }
    
    .comparison-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    
    .heat-pump-comparison {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }
    
    .process-steps {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }
    
    .trust-indicators {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }
    
    .grants-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    
    .contact-form-section {
        padding: 100px 40px;
    }
    
    .form-title {
        font-size: 3rem;
    }
    
    .form-subtitle {
        font-size: 1.3rem;
    }
    
    .form-wrapper {
        padding: 40px;
    }
    
    .form-header {
        gap: 40px;
    }
    
    .trust-badge-img {
        max-width: 180px;
    }
    
    .popup-content {
        max-width: 800px;
    }
    
    .red-banner {
        padding: 20px 30px;
        margin: 40px auto 30px;
    }
    
    .banner-text {
        font-size: 1.3rem;
    }
    
    .about-section {
        padding: 80px;
    }
    
    .about-content {
        gap: 60px;
    }
    
    .about-text p {
        font-size: 1.2rem;
    }
}

/* Tablet styles */
@media only screen and (max-width: 1023px) and (min-width: 769px) {
    .ppc-content-section {
        padding: 60px 30px;
    }
    
    .content-block h2 {
        font-size: 2.2rem;
    }
    
    .comparison-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .heat-pump-comparison {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .trust-indicators {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .grants-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Mobile styles */
@media only screen and (max-width: 768px) {
    .hero-section {
        padding: 40px 15px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .grant-highlight {
        padding: 20px 25px;
        margin: 30px auto 40px;
    }
    
    .grant-text {
        font-size: 1.1rem;
    }
    
    .grant-amount {
        font-size: 1.2rem;
    }
    
    .finance-callout {
        margin: 20px auto;
        max-width: 100%;
    }
    
    .finance-callout-content {
        padding: 15px 20px;
        font-size: 0.95rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .finance-callout-content i {
        font-size: 1.3rem;
    }
    
    .quick-quote-btn {
        padding: 16px 35px;
        font-size: 1.1rem;
        max-width: 260px;
        margin: 25px auto 35px;
    }
    
    .hero-trust-indicators {
        gap: 15px;
    }
    
    .trust-badge {
        min-width: 100px;
        padding: 12px 20px;
    }
    
    .trust-number {
        font-size: 1.2rem;
    }
    
    .hero-benefits {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .benefit-item {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .benefit-content h3 {
        font-size: 1.1rem;
    }
    
    .benefit-content p {
        font-size: 0.9rem;
    }
    
    .octopus-partnership {
        padding: 20px;
        margin: 30px 0;
    }
    
    .partnership-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .octopus-badge {
        max-width: 100px;
    }
    
    .partnership-text {
        font-size: 1rem;
    }
    
    .hero-urgency {
        padding: 15px;
    }
    
    .urgency-text {
        font-size: 1rem;
    }
    
    .service-cta {
        padding: 15px;
    }
    
    .cta-text {
        font-size: 1rem;
    }
    
    .ppc-content-section {
        padding: 40px 15px !important;
    }
    
    .content-block h2 {
        font-size: 1.8rem !important;
    }
    
    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .heat-pump-comparison {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .heat-pump-type {
        padding: 25px;
    }
    
    .heat-pump-type h3 {
        font-size: 1.5rem;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .trust-indicators {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .grants-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .finance-options-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0;
    }
    
    .finance-option-card {
        padding: 25px !important;
    }
    
    .finance-option-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .finance-option-header i {
        font-size: 2rem;
    }
    
    .finance-option-card h3 {
        font-size: 1.4rem !important;
    }
    
    .finance-option-description {
        font-size: 1rem !important;
    }
    
    .finance-benefits {
        padding: 25px;
        margin: 30px 0;
    }
    
    .finance-benefits h3 {
        font-size: 1.2rem !important;
    }
    
    .finance-benefits-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .finance-benefit-item {
        font-size: 1rem !important;
        padding: 12px;
    }
    
    .finance-benefit-item i {
        font-size: 1.3rem !important;
    }
    
    .finance-disclaimer {
        padding: 15px !important;
        font-size: 0.85rem !important;
    }
    
    .final-cta {
        padding: 40px 20px;
    }
    
    .final-cta h2 {
        font-size: 1.8rem;
    }
    
    .final-cta p {
        font-size: 1.1rem;
    }
    
    .contact-form-section {
        padding: 40px 15px;
    }
    
    .form-title {
        font-size: 1.8rem;
    }
    
    .form-subtitle {
        font-size: 1rem;
    }
    
    .form-wrapper {
        padding: 20px;
    }
    
    .form-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .form-title-section {
        text-align: center;
    }
    
    .form-title {
        text-align: center;
    }
    
    .form-subtitle {
        text-align: center;
    }
    
    .trust-badge-img {
        max-width: 120px;
    }
    
    .red-banner {
        padding: 12px 20px;
        margin: 25px auto 20px;
    }
    
    .banner-content {
        flex-direction: column;
        gap: 10px;
    }
    
    .banner-text {
        font-size: 1rem;
        line-height: 1.3;
    }
    
    .about-section {
        padding: 30px;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .about-text p {
        font-size: 1rem;
        text-align: left;
    }
    
    .about-image {
        order: -1;
    }
    
    .popup-content {
        width: 95%;
        max-height: 95vh;
        margin: 10px auto;
    }
    
    .popup-header {
        padding: 15px 20px;
    }
    
    .popup-header h3 {
        font-size: 1.2rem;
    }
    
    .popup-body {
        padding: 15px;
        max-height: calc(95vh - 100px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Self Build Section Mobile */
    .content-block > div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
    
    /* Prevent body scroll when modal is open */
    body.modal-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}