* {
    padding: 0%;
    margin: 0%;
}

body {
    background: #FFFFFF;
}

.top-bar {
    background: #313131;
    padding: 16px 0;
}

.logo img {
    width: 227px;
    height: 72px;
}

.phone-btn {
    background: #F7941D;
    color: #fff;
    padding: 5px 15px;
    border-radius: 11.67px;
    font-size: 18px;
    text-decoration: none;
}

.phone-btn img {
    width: 24px;
    height: 24px;
}



.hero-section {
    background: linear-gradient(135deg, #FDEAD2 0%, #F6F2EC 50%, #FFFFFF 100%);
    padding: 25px 0;
    position: relative;
}

.badge-custom {
    border: 1px solid #F7941D;
    color: #F7941D;
    background: #fff4e7;
    padding: 8px 18px;
    border-radius: 26843500px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.hero-title {
    font-size: 34px;
    font-weight: 800;
    line-height: 45px;
    color: #101828;
    padding-right: 135px;
}

.hero-title span {
    color: #F7941D;
}

.hero-desc {
    color: #000000;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 31px;
}

.btn-custom {
    background: #F7941D;
    color: #fff;
    padding: 14px 10px;
    border-radius: 14px;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
	 display: inline-block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-solar:hover,
.btn-battery:hover,
.btn-light:hover,
.btn-custom:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.hero-image {
    position: relative;
}
.btn-light{
	display: inline-block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-image img {
    width: 675px;
    height: 450px;
    box-shadow: 4px 4px 4px 0px #00000040;
}

.savings-card {
    position: absolute;
    bottom: -44px;
    left: -75px;
    background: #ffffff;
    padding: 16px;
    border-radius: 20px;
    box-shadow: 4px 4px 4px 0px #00000040;
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #FDEAD2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7931e;
    font-size: 20px;
}

.icon-circle img {
    width: 24px;
    height: 24px;
    box-shadow: none;
}

.savings-card h6 {
    margin: 0;
    font-size: 14px;
    color: #4A5565;
}

.savings-card h4 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: #101828;
}

.savings-card p {
    margin: 0;
    font-size: 10px;
    color: #7E757580;
}

.features {
    padding-top: 15px;
    font-size: 14px;
    color: #4A5565;
    border-top: 0.8px solid #E5E7EB
}

.features i {
    margin-right: 8px;
}


/* Solar & Battery Solutions cards */

.about-card h1 {
    font-size: 34px;
    font-weight: 800;
    margin-top: 41px;
    color: #101828;
}

.about-card p {
    font-size: 19px;
    color: #4A5565;
}

.custom-card {
    border-radius: 15.5px;
    overflow: hidden;
    box-shadow: 0px 9.69px 14.53px -2.91px #0000001A;
    /* background: #fff; */
    transition: 0.3s ease;
    width: 520px !important;
    height: 100%;
}

.custom-card .card-img-top img {
    height: 300px;
}

/* .custom-card:hover {
    transform: translateY(-5px);
} */

.card-body-custom {
    padding: 30px;
}

.card-body-custom h3 {
    font-size: 29px;
    color: #101828;
}

.card-body-custom p {
    font-size: 15px;
    color: #4A5565;
    padding-right: 45px;
    line-height: 25.18px;
}

.solar-bg {
    background: linear-gradient(135deg, #FFF7ED 0%, #FEFCE8 100%);
}

.battery-bg {
    background: linear-gradient(135deg, #EFF6FF 0%, #FAF5FF 100%);
}

.icon-box img {
    width: 54px;
    height: 54px;
}

.card-body-custom .list-unstyled {
    margin-bottom: 35px;
}

.card-body-custom .list-unstyled li {
    font-size: 15px;
    color: #364153;
}

.card-body-custom .list-unstyled li img {
    height: 19px;
    width: 19px;
    margin-right: 12px;
}


.custom-card small {
    font-size: 10px;
    color: #7E757580;
}



.custom-card .card-body-custom a {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    padding: 12px 126px;
    font-weight: 700;
    text-align: center;
    border-radius: 9.69px;
}


.btn-solar {
    background: #F7941D;
	display: inline-block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}



.btn-battery {
    background: #1D53FF;
	display: inline-block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}



.trust-section {
    background: #F2F6FF;
}

.trust-section h2 {
    font-size: 34px;
    color: #101828;
}

.trust-section p {
    font-size: 19px;
    color: #4A5565;
}

.trust-box {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 20px;
    box-shadow: 0px 1.94px 3.87px -1.94px #0000001A;
    /* max-width: 1000px; */
}

/* .trust-icon img {
    width: 46px;
    height: 46px;
    border-radius: 9.68px;
} */

.trust-box h6 {
    font-size: 17px;
    color: #101828;
}

.trust-box p {
    font-size: 13px;
    color: #4A5565 !important;
    padding-top: 7px;
    padding-right: 25px;
}



.cta-section {
    background: linear-gradient(169deg, #F7941D 0%, #FDEAD2 100%);
}

.cta-section h2 {
    font-size: 46px;
    padding: 21px 0px;
}

.cta-section p {
    font-size: 19px;
    line-height: 122%;
    padding-bottom: 25px;
}

.cta-section a {
    color: #F7941D;
    background-color: #ffffff;
    font-size: 19.37px;
    font-weight: 700;
    padding: 17px 35px;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0px 24.21px 48.43px -11.62px #00000040;
}


/* Model */

.modal-content {
    background-color: #ffffff !important;
    border-radius: 33.19px !important;
    box-shadow: 0px 51.86px 103.71px -24.89px #00000040 !important;

}

.modal-content h3 {
    font-size: 25px;
    color: #101828;
}

.modal-content h5 {
    font-size: 20px;
    color: #101828;
    margin-top: 13px;
}

.option-box {
    border: 2.7px solid #E5E7EB !important;
    border-radius: 29px !important;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 10px 25px;
    background: #fff;
}

.option-box:hover {
    background: #f6f8fc;
    border-color: #d1d5db;
    transform: translateY(-1px);
}

.option-box:active {
    transform: scale(0.98);
}

.option-box:has(input:checked) {
    background: #f2f5ff;
    /* border-color: #4f46e5 !important; */
    box-shadow: 0 0 0 3px rgb(167 169 229 / 15%);
    transform: translateY(-1px);
}

.option-box:has(input:checked):hover {
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.22);
}

.modal-content .options-details .options-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
}

.modal-content .options-details .options-text h6 {
    font-size: 20px;
    color: #101828;
}

.modal-content .options-details .options-text small {
    font-size: 18px;
    color: #4A5565;
}

.modal-content .btn-continue {
    font-size: 30px;
    background-color: #F7941D;
    color: #fff;
    border-radius: 20.74px;
    border: 0px;
}

.modal-content .btn-continue:hover {
    font-size: 30px;
    background-color: #F7941D;
    color: #fff;
    border-radius: 20.74px;
    border: 0px;
}

.modal-content .btn-back {
    padding: 6px 0px;
    font-size: 28px;
    background-color: #0d6efd;
    color: #ffffff;
    border-radius: 17.65px;
    border: 2.35px solid #D1D5DC
}

.progress {
    background-color: #e5e7eb;
    border-radius: 10px;
}

.progress-bar {
    background: linear-gradient(90deg, #1D53FF 0%, #1742CC 50%, #113299 100%);
}


/* .postcode-wrapper {
    max-width: 600px;
} */

.postcode-label {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0A0A0A;
}

.postcode-label i img {
    width: 35px;
    height: 35px;
}

.postcode-input {
    background-color: #E5E7EB !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    color: #6B7280 !important;
}

.postcode-input:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: #E5E7EB !important;
}

input,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}


.postcode-input-second {
    background-color: #F9FAFB !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    color: #6B7280 !important;
}

.postcode-input-second:focus {
    background-color: #F9FAFB !important;
}


/* .option-box:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
} */



/* Footer */

footer#footer.footer {
    padding: 41px;
    background: #313131;
    color: #fff;
}


.footer .footer-details P {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    padding: 0px 47px;
    line-height: 121%;
    opacity: 0.9;
}



/* Responsive */
@media(max-width:991px) {
    .hero-title {
        font-size: 34px;
        line-height: 45px;
    }

    .savings-card {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }

    .card-body-custom {
        padding: 25px;
    }

    .trust-box {
        padding: 25px;
    }

}

@media (max-width: 576px) {

    html,
    body {
        overflow-x: hidden;
    }

    .top-bar {
        padding: 10px 10px;
    }

    .logo img {
        width: 118px;
        height: 50px;
    }

    .phone-btn {
        padding: 4px 4px;
        font-size: 14px;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 4px;
    }

    .phone-btn img {
        width: 15px;
        height: 14px;
    }

    .hero-section {
        padding: 40px 0;
    }

    .hero-image img {
    width: 100%;
}



    .hero-title {
        font-size: 28px !important;
        line-height: 35px;
        padding-right: 0px;
    }

    .hero-desc {
        font-size: 15px;
    }

    .btn-custom {
        padding: 10px 9px;
        font-size: 17px;
        display: inline-block;
        width: 100%;
        text-align: center;
		 transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .btn-custom img {
        margin-left: 5px;
        width: 19px;
        height: 19px;
    }

    .features.d-flex.flex-wrap.gap-4.mt-5 {
        margin-top: 35px !important;
        margin-bottom: -20px;
    }

    .features.d-flex.flex-wrap.gap-4.mt-5 div {
        font-size: 9px;
    }

    .savings-card {
        display: none;
    }

    /* .icon-circle img {
        width: 24px !important;
        height: 24px !important;
        box-shadow: none;
    }

    .hero-image img {
        width: 100%;
        height: 434px;
    }

    .savings-card p br {
        display: none;
    } */

    .about-card h1 {
        font-size: 26px;
        margin-top: 10px;
    }

    .about-card p {
        font-size: 14px;
    }

    .custom-card {
        width: 100% !important;
    }

    .card-body-custom h3 {
        font-size: 25px;
    }

    .card-body-custom p {
        font-size: 14px;
        padding-right: 0px;
    }

    .card-body-custom .list-unstyled li {
        font-size: 14px;
    }

    .custom-card .card-body-custom a {
        padding: 10px 41px;
        display: flex;
        justify-content: center;
        gap: 7px;
    }

    .container.footer-details.py-5 {
        padding: 10px 0px !important;
    }

    .footer .footer-details P {
        padding: 0px;
        text-align: justify;
    }

    .modal-content h3 {
        font-size: 20px;
    }

    .modal-content h5 {
        font-size: 18px;
    }

    .d-flex.justify-content-between small {
        font-size: 12px;
    }

    .modal-content .options-details .options-icon img {
        width: 30px;
        height: 30px;
    }

    .modal-content .options-details .options-text h6 {
        font-size: 16px;
    }

    .modal-content .options-details .options-text small {
        font-size: 14px;
    }

    .modal-content .btn-continue {
        font-size: 20px;
    }

    .modal-content .btn-back {
        padding: 0px 0px;
        font-size: 19px;
    }

    .option-box {
        padding: 7px 20px;
    }

    .postcode-label i img {
        width: 27px;
        height: 27px;
    }

    .postcode-label {
        font-size: 16px;
        gap: 4px;
    }

    .submit-quote-request-btn {
        font-size: 18px !important;
        padding: 3px 0px;
    }



}