@font-face {
    font-family: 'VIC Regular';
    font-style: normal;
    font-weight: normal;
    src: local('VIC Regular'), url('../fonts/VICRegular.0d446b7.woff') format('woff');
}

@font-face {
    font-family: 'VIC Medium';
    font-style: normal;
    font-weight: normal;
    src: local('VIC Medium'), url('../fonts/VICMedium.7792938.woff') format('woff');
}


@font-face {
    font-family: 'VIC SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('VIC SemiBold'), url('../fonts/VICSemiBold.0a0482a.woff') format('woff');
}


@font-face {
    font-family: 'VIC Bold';
    font-style: normal;
    font-weight: normal;
    src: local('VIC Bold'), url('../fonts/VICBold.6690f57.woff') format('woff');
}

/* FONT FAMILY */
.font-vic {
    font-family: var(--font-vic) !important;
}

.font-vic-medium {
    font-family: var(--font-vic-medium) !important;
}

.font-vic-semibold {
    font-family: var(--font-vic-semibold) !important;
}

.font-vic-bold {
    font-family: var(--font-vic-bold) !important;
}

:root {
    --font-vic: 'VIC Regular';
    --font-vic-medium: 'VIC Medium';
    --font-vic-semibold: 'VIC SemiBold';
    --font-vic-bold: 'VIC Bold';
}


/* theme color variable */
:root {
    --logo-theme-color: #2295A3;
    --blue-theme-color: #002B5B;
    --blue-theme-color-text: rgba(0, 43, 91, 0.70);
    --grey-theme-color: #c1c1c1;
    --text-color-light-grey: #b3bfce;
    --yellow-theme-color: #FFCE1B;
    --blured-yellow-theme-color: #ffeba4;
    --white-font-color: #FFFFFF;
    --white-color: #FFFFFF;
    --bg-color: #F7F8FA;

}

.f16 {
    font-size: 16px !important;
}

.fs10 {
    font-size: 10px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.text-theme-blue {
    color: var(--blue-theme-color) !important;
}

.text-theme-light-blue {
    color: var(--blue-theme-color-text);
}

.text-theme-grey {
    color: var(--grey-color-text);
}

.text-theme-yellow {
    color: var(--yellow-theme-color) !important;
}


.text-light-grey {
    color: var(--text-color-light-grey);
}

.bg-color-grey {
    background: rgba(0, 43, 91, 0.03);
}

.bg-yellow {
    background: var(--yellow-theme-color);
}

.bg-grey {
    background: var(--bg-color) !important;
}

.dark-cyan {
    color: #0E8696;
}

.green-cyan {
    color: #43BAA8;
}

.light-green {
    color: #4CB315;
}

.dark-yellow {
    color: #F7C12A;
}

.red {
    color: #DE5135;
}

.background-blue {
    background-color: var(--blue-theme-color) !important;
}

.box-border-dark-cyan {
    border-color: #0E8696 !important;
}

.box-border-green-cyan {
    border-color: #43BAA8 !important;
}

.box-border-light-green {
    border-color: #4CB315 !important;
}

.box-border-dark-yellow {
    border-color: #F7C12A !important;
}

.box-border-red {
    border-color: #DE5135 !important;
}

.home-banner .banner {
    z-index: 0;
}

body {
    color: var(--blue-theme-color);
    font-size: 18px;
    font-family: 'VIC Regular';
    font-style: normal;
    line-height: normal;
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.section-title-h1 {
    font-family: 'VIC Semibold';
    font-size: 48px;
    font-style: normal;
    line-height: 50px;
}

.inner-banner-h1 {
    font-family: 'VIC Semibold';
    text-align: center;
    font-size: 48px;
    font-style: normal;
    line-height: 45px;
}

.section-title-h4 {
    color: var(--blue-theme-color);
    font-style: normal;
    font-family: 'VIC Semibold';
    line-height: 44px;
    font-size: 36px;
}

.section-title-h3 {
    font-family: 'VIC Semibold';
    color: var(--blue-theme-color);
    font-size: 32px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: 40px;
}

.section-title-h2 {
    color: #002B5B;
    text-align: center;
    font-family: VIC;
    font-size: 40px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 30px;
    /* 75% */
}

.section-title-h5 {
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-family: 'VIC Semibold';
}

.section-title-h6 {
    font-size: 22px;
    font-style: normal;
    line-height: 24px;
    font-family: 'VIC Semibold';
}

.owl-carousel .owl-item img {
    display: unset !important;
    width: unset !important;
}

/* product review custom css */

#pr-reviews-horizontal-widget h4 {
    font-family: 'VIC Semibold' !important;
}

#pr-reviews-horizontal-widget p {
    font-family: 'VIC Medium' !important;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: unset;
}

a {
    text-decoration: none;
    color: var(--white-font-color);
}

.mt-50 {
    margin-top: 50px;
}

.px-6 {
    padding: 5px 70px !important;
}

.w-49 {
    width: 49%;
}

.fs18 {
    font-size: 18px !important;
}

.py-5px {
    padding: 5px 0 !important;
    border-bottom: none !important;
}

.custom-container {
    max-width: 1450px;
}

.custom-container-2 {
    max-width: 1640px;
}

.btn-style-one:link,
.btn-style-one:visited {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 4px;
    transition: all 0.2s;
    position: relative;
    color: var(--blue-theme-color);
    padding: 8px 16px;
    text-align: center;
    background: var(--yellow-theme-color);
    box-shadow: 1px 1px 3.8px 0px rgba(0, 0, 0, 0.20);
}

.footer-btn-style:link,
.footer-btn-style:visited {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    border-radius: 7px;
    transition: all 0.2s;
    position: relative;
    color: var(--white-color);
    padding: 8px 22px;
    text-align: center;
    background: var(--blue-theme-color);
    box-shadow: 1px 1px 3.8px 0px rgba(0, 0, 0, 0.20);
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}

.btn-style-two,
.btn-style-two:visited {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    color: var(--blue-theme-color);
    padding: 8px 16px;
    text-align: center;
    background: var(--yellow-theme-color);
    box-shadow: 1px 1px 3.8px 0px rgba(0, 0, 0, 0.20);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.btn-style-three,
.btn-style-three:visited {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    color: var(--blue-theme-color);
    padding: 8px 16px;
    text-align: center;
    background: var(--yellow-theme-color);
    box-shadow: 1px 1px 3.8px 0px rgba(0, 0, 0, 0.20);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.innner-banner-btn {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    color: var(--blue-theme-color);
    padding: 10px 30px;
    text-align: center;
    background: var(--yellow-theme-color);
    box-shadow: 1px 1px 3.8px 0px rgba(0, 0, 0, 0.20);
    border: none;

}

.btn-style-four,
.btn-style-four:visited {
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    background-color: var(--white-color);
    color: var(--blue-theme-color);
    padding: 8px 30px;
    text-align: center;
    border: 2px solid var(--yellow-theme-color);

}

.btn-style-five,
.btn-style-five:visited {
    text-decoration: none;
    font-size: 18px;
    font-family: 'VIC Medium';
    line-height: 28px;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    color: var(--blue-theme-color);
    padding: 8px 40px;
    text-align: center;
    background: var(--yellow-theme-color);
    box-shadow: 1px 1px 3.8px 0px rgba(0, 0, 0, 0.20);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.btn-style-three-lg,
.btn-style-three-lg:visited {
    text-decoration: none;
    font-family: 'VIC Semibold';
    font-size: 18px;
    line-height: 28px;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    color: var(--blue-theme-color);
    padding: 8px 40px;
    text-align: center;
    background: var(--yellow-theme-color);
    box-shadow: 1px 1px 3.8px 0px rgba(0, 0, 0, 0.20);
    border: none;
    align-items: center;
    overflow: hidden;
}


.btn-style-four-lg,
.btn-style-four:visited {
    overflow: hidden;
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    background-color: #fffdf5;
    color: var(--blue-theme-color);
    padding: 8px 30px;
    text-align: center;
    border: 2px solid var(--yellow-theme-color);
}

.btn-style-five-lg,
.btn-style-five:visited {
    text-decoration: none;
    font-family: 'VIC Medium';
    font-size: 16px;
    line-height: 28px;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    background-color: #00000000;
    color: var(--white-font-color);
    padding: 12px 60px;
    text-align: center;
    border: 1px solid #FFF;
}

.btn-style-six-lg,
.btn-style-six-lg:visited {
    text-decoration: none;
    font-family: 'VIC Semibold';
    font-size: 18px;
    line-height: 28px;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    color: var(--blue-theme-color);
    padding: 12px 40px;
    text-align: center;
    background: var(--yellow-theme-color);
    box-shadow: 1px 1px 3.8px 0px rgba(0, 0, 0, 0.20);
    border: none;
    align-items: center;
}

.sydney-section-six .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--white-font-color) !important;
    background-color: var(--blue-theme-color) !important;
    border-color: var(--bs-btn-active-border-color) !important;
}

.sydney-section-six .btn-yellow {
    background-color: var(--yellow-theme-color);
    color: var(--blue-theme-color);
    font-family: 'VIC Medium';
    border: var(--blue-theme-color);
}

.sydney-section-six .btn-yellow:hover {
    background-color: #00346f63;
    color: var(--white-color);
    border: #00346f63;
    transition: all 0.3s ease-out;
    ;
}

.background-grey {
    background-color: var(--bg-color);
}

.nav-header .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    color: var(--blue-theme-color);
    font-family: 'VIC Medium';
}

.nav-header {
    position: relative;
    width: 100%;
    background-color: var(--white-color);
    transition: top 0.3s ease, position 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--yellow-theme-color);
}

.nav-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--white-color);
    animation: slideDown 0.4s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.nav-header .nav-link {
    color: white;
    transition: color 0.3s ease;
}

/* .nav-header.sticky .nav-link {
    color: black;
} */

/* .nav-header.sticky .navbar-nav .nav-item .nav-link {
    color: black;
} */

.nav-header .navbar-brand {
    color: white;
    transition: color 0.3s ease;
}

.nav-header .navbar-brand img {
    height: 55px;
}

.vertical-line-header-logo {
    background-color: #7C8596;
    position: absolute;
    top: 22px;
    height: 50px;
    width: 1px;
}

.header-acc-logo {
    margin-left: 15px;
    width: 60px;
}

/* .nav-header.sticky .web-logo svg path {
    fill: var(--blue-theme-color);
} */

/* .nav-header.sticky .vertical-line-header-logo {
    background-color: #4db8cb;
} */

.error-label {
    font-size: 12px;
    color: red;
    padding-left: 11px;
    padding-top: 5px;
}

.custom-toggler {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
}

.custom-toggler .bar {
    width: 25px;
    height: 3px;
    background-color: var(--blue-theme-color);
    margin: 4px 0;
    transition: 0.4s;
}

.nav-header.sticky .custom-toggler .bar {
    width: 25px;
    height: 3px;
    background-color: var(--blue-theme-color);
    margin: 4px 0;
    transition: 0.4s;
}

.nav-header .web-logo .navbar-brand svg {
    width: 200px;
}

.main-footer {
    background-color: #F7F8FA;
    padding: 80px 0 0;
}

.main-footer .footer-links label {
    color: var(--blue-theme-color-text);
    font-weight: 600;
}

.main-footer .footer-links:nth-child(2) {
    padding-right: 140px;
}

.main-footer .footer-logo .footer-brand img {
    height: 45px;
}

.main-footer .footer-logo .footer-brand {
    display: flex;
    width: 230px;
    align-items: center;
}


.footer-title-underline-1 {
    border-bottom: 1px solid var(--blue-theme-color);
    width: 32%;
}

.footer-title-underline-2 {
    border-bottom: 1px solid var(--blue-theme-color);
    width: 100%;
}

.footer-title-underline-3 {
    border-bottom: 1px solid var(--blue-theme-color);
    width: 32%;
}

.footer-title-underline-33 {
    border-bottom: 1px solid var(--blue-theme-color);
    width: 55%;
}

.footer-title-underline-4 {
    border-bottom: 1px solid var(--blue-theme-color);
    width: 60%;
}

.footer-title-underline-5 {
    border-bottom: 0.5px solid var(--blue-theme-color);
    width: 65%;
}

.blue-underline {
    border-bottom: 2px solid var(--blue-theme-color);
    width: 140px;
    margin-bottom: 10px;
}

.yellow-underline {
    border-bottom: 2px solid var(--yellow-theme-color);
    width: 140px;
    margin-bottom: 15px;
}

.white-underline {
    border-bottom: 2px solid var(--white-color);
    width: 140px;
    margin-bottom: 15px;
}

.yellow-underline-2 {
    border-bottom: 2px solid var(--yellow-theme-color);
    width: 10%;
    margin-bottom: 15px;
}

.form-blue-underline {
    border-bottom: 1px solid #D9DBE9;
    margin: 15px 0;
}

.f-info svg {
    width: 35px;
}

.f-info svg path {
    fill: var(--blue-theme-color-text);
}

.f-info p {
    color: white;
    text-decoration: none;
    color: var(--blue-theme-color-text);
    font-size: 18px;
    font-style: normal;
    font-family: 'VIC Semibold';
    line-height: normal;
    width: 50%;
}

.f-info p a {
    text-decoration: none;
    color: var(--blue-theme-color-text);
    font-size: 18px;
    font-style: normal;
    font-family: 'VIC Semibold';
    line-height: normal;
}

.main-footer .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--blue-theme-color);
    background-color: #ffffff00;
    width: 75%;
    border: 1px solid var(--blue-theme-color);
}

.main-footer .form-select option {
    color: #002b5b;
    font-family: 'VIC Medium';
}

.main-footer .footer-links h5 {
    color: var(--blue-theme-color);
}

.footer-links ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: var(--blue-theme-color-text);
}

.footer-links ul li a p {
    margin-bottom: 18px;
    color: var(--blue-theme-color-text);
    display: inline-block;
}

.footer-social-section .whatsapp {
    text-align: center;
    padding-bottom: 25px;
}

.footer-social-section .social-icons {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.border-top-copyright {
    border-top: 1px solid var(--blue-theme-color);
    padding: 20px 0 20px;
}

.footer-social-section {
    display: flex;
    align-items: center;
}

.footer-social-section {
    justify-content: space-between;
}

.left p {
    font-size: 16px;
    color: var(--blue-theme-color-text);
    font-weight: 500;
}

.social-icons a img {
    height: 30px;
}



.home-award {
    /* background-image: url('../images/resources/best-rated-solar-retailer-in-Australia.webp'); */
    background-image: url('../images/resources/home-battery-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    margin: 0px 0 30px;
    position: relative;
}

.home-award::after {
    /* content: url('../images/resources/home-award.png'); */
    position: absolute;
    bottom: 0;
    left: -20px;
}

.content-section p span {
    border-radius: 4px;
    background: var(--yellow-theme-color);
    padding: 4px 10px;
    margin-right: 5px;
    color: var(--blue-theme-color);
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    font-family: 'VIC Semibold';
}

.content-section p {
    color: var(--blue-theme-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 35px; */
}

.home-award .card-section .card {
    border-radius: 13.2px;
    border: unset;
    border-bottom: 6px solid #002B5B;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 43, 91, 0.10);
    padding: 10px 20px;
    height: auto;
    justify-content: space-evenly;
}

.home-award .card-section .card .card-image {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solar-solution-third-section .card-section .card .card-image {
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-award .card-section .card .card-image img {
    height: 110px;
}

.home-award .card-section .card .content p {
    color: var(--blue-theme-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
}

.home-award .card-section .card .content {
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.home-tabbing span {
    border-radius: 4px;
    background: var(--yellow-theme-color);
    padding: 4px 10px;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
}

.tab-cantent ul li p:first-child {
    color: var(--blue-theme-color);
    font-size: 22px;
}

.tab-cantent ul li p {
    padding-left: 30px;
}

.tab-cantent ul li strong {
    font-size: 20px;
}

.home-tabbing .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--blue-theme-color);
    background-color: var(--yellow-theme-color);
    font-weight: 600;
}

.home-tabbing .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    border: 2px solid var(--yellow-theme-color);
    padding: 10px 50px;
    color: var(--blue-theme-color);
    font-weight: 600;
}

:focus-visible {
    outline: unset !important;
}

.home-tabbing {
    padding: 50px 0;
}

.home-tabbing .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 206 27 / 25%);
}

.premium-solar-section {
    background-color: var(--bg-color);
    padding: 80px 0 50px;
    margin: 0 0 60px;
}

.premium-solar-section .check-icon li::before {
    content: url('../images/resources/check-circle.svg');
    position: absolute;
}

.premium-solar-section ul li p {
    padding-left: 35px;
    font-size: 17px;
}

.premium-solar-section .card-title p {
    font-family: 'VIC Medium';
    font-size: 24px !important;
    font-style: normal;
    line-height: normal;
}

.premium-solar-section .price-cancle::before {
    content: "";
    position: absolute;
    top: 15px;
    height: 2px;
    width: 95px;
    background: #8095ad;
    transform: rotate(348deg);
}

.premium-solar-section .price-cancle {
    color: #8095AD !important;
}

.premium-solar-section .nav-pills .nav-link h3 {
    color: var(--blue-theme-color);
    font-weight: 500;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    /* padding: 0.5rem 1.5rem; */
    transition: all 0.3s ease;
    font-size: 18px;
}

.premium-section-title-h1 {
    color: var(--blue-theme-color);
    font-family: 'VIC Bold';
    font-size: 50px;
    font-style: normal;
    line-height: normal;
}

.premium-solar-section .nav-pills .nav-link.active {
    color: var(--yellow-theme-color);
    font-family: 'VIC Semibold';
    border-bottom: 3px solid var(--yellow-theme-color);
    background-color: transparent;
    border-radius: 0;
}

.premium-solar-section .nav-pills {
    border-bottom: 1px solid #d5dce3;
}

.premium-solar-section .owl-carousel .owl-item img {
    display: unset;
    width: unset;
}

.premium-solar-section .tab-content .card {
    padding: 30px 20px 20px;
}

.premium-solar-section .cp-custom-accordion button img {
    height: 70px;
}

.premium-solar-section .cp-custom-accordion .accordion-button:not(.collapsed) {
    background-color: unset !important;
    box-shadow: unset !important;
}

.premium-solar-section .cp-custom-accordion .accordion-button:focus {
    box-shadow: unset !important;
}

.premium-solar-section .tab-scroll-wrapper #pills-tab {
    flex-wrap: nowrap !important;
    overflow: auto;
}

.premium-solar-section .tab-scroll-wrapper #pills-tab .nav-item {
    flex: 0 0 auto;
    width: auto;
}

.premium-solar-section .tab-premium-gap {
    width: 77%;
    display: flex;
}

.premium-solar-section .accordion-button::after {
    margin-left: 10px;
}

.premium-solar-section .accordion-item .accordion-header .accordion-button {
    justify-content: space-between;
    border-radius: 20px;
}

.premium-solar-text span:first-child {
    font-family: 'VIC Bold';
    text-align: center;
    font-size: 30px;
    font-style: normal;
    line-height: 50px;
}

.premium-solar-section .cp-custom-accordion .premium-accordation {
    margin-left: 24px;
}

.premium-solar-text span {
    font-family: 'VIC Medium';
    font-size: 24px;
    line-height: normal;
}

.solar-footprint {
    background-image: url('../images/resources/footprint.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 60px;
}

.solar-footprint .row {
    gap: 20px;
}

.exp-reliable {
    background-image: url('../images/resources/Trusted-solar-solutions-in-Australia-by-Zip-Solar.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 30px;
}

.payment-footprint {
    padding: 60px 0 !important;
}

.payment-footprint h3 {
    padding-bottom: 130px !important;
}

.solar-footprint .card {
    border: 3px solid #FFCE1B;
    border-radius: 20px;
    justify-content: center;
}

.solar-footprint h2 {
    padding-bottom: 130px;
    padding-top: 10px;
    color: var(--blue-theme-color);
}

.solar-footprint h3 {
    color: var(--blue-theme-color);
    text-align: center;
    font-family: 'VIC Bold';
    font-size: 28px;
    font-style: normal;
    line-height: 30px;
}

.solar-footprint p {
    font-family: 'VIC Medium' !important;
}

.solar-footprint h3,
.solar-footprint p {
    color: var(--blue-theme-color) !important;
}

.power-your-fly-section .card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.power-your-fly-section .card .card-body {
    padding: 20px;
}

.power-your-fly-section .card p {
    height: 170px;
}

.power-your-fly-section h3 {
    color: var(--blue-theme-color) !important;
}

.solar-journey-section {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%), url('../images/resources/solar-jounery.webp') lightgray 50% / cover no-repeat;
    margin: 70px 0;
}

.solar-journey-section .solar-card-hight .solar-card {
    color: white;
    transition: transform 0.3s ease;
    min-height: 300px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(25px);
    padding: 30px;
}

.solar-journey-section .solar-card-hight .solar-card:hover {
    transform: translateY(-5px);
}

.solar-journey-section .solar-card-hight {
    height: 380px;
    padding-top: 20px;
}

.solar-journey-section h2 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.solar-journey-section h3 {
    color: #FFF;
    text-align: center;
    font-family: 'VIC Medium';
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
}

.solar-journey-section p {
    color: var(--grey-theme-color);
    /* text-align: center; */

    height: 60px;
}

.solar-journey-section h3 {
    height: 65px;
}

.footer-cta .solar-cta-section {
    background-image: url('../images/resources/cta-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px;
    border-radius: 20px;
}

.footer-cta .solar-cta-section .btn {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
}

.object-fit-cover {
    object-fit: cover;
    height: 100%;
}

.section-solar-20kw {
    background-color: var(--bg-color);
    padding: 50px 0;
    margin: 0px 0 30px;
}

.section-solar-20kw h1 span {
    font-size: 18px;
}

.panel-details-section {
    padding: 50px 0;
}

.panel-details-section .left-section .card-custom {
    border-radius: 20px;
    background: #F7F8FA;
    padding: 30px;
    align-items: center;
}

.panel-details-section .left-section .card-custom .title {
    color: var(--blue-theme-color);
    font-family: 'VIC SemiBold';
    font-size: 28px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0;
}

.panel-details-section .left-section .card-custom .desc {
    color: #7c92ab;
    font-family: 'VIC Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.panel-details-section .left-section .card-custom ul li {
    color: var(--blue-theme-color);
    font-family: 'VIC Regular';
    font-size: 18px;
    font-style: normal;
    line-height: 22px;
    text-transform: capitalize;
}

.panel-details-section .left-section .card-custom ul li span {
    font-family: 'VIC Semibold';
}

.panel-details-section .left-section .card-custom ul li::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
}

.panel-details-section .left-section .card-custom ul li p {
    padding-left: 25px;
}

.panel-details-section .right-section .subtitle {
    color: #002B5B;
    font-family: 'VIC Medium';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}

.panel-details-section .right-section .form-box {
    border-radius: 20px;
    background: #002B5B;
    padding: 40px;
    gap: 20px;
}

.panel-details-section .right-section .form-box .form-title {
    color: #FFF;
    font-family: 'VIC Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.panel-details-section .right-section .form-box label {
    color: #FFF;
    font-family: 'VIC Regular';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.panel-details-section .right-section .form-box .form-control {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 1.526px 2.29px 0px rgba(19, 18, 66, 0.07);
    padding: 13px;
    border: none;
    color: white;
}

.panel-details-section .right-section form textarea {
    height: 290px;
}

.panel-details-section .right-section .form-box input::placeholder,
.panel-details-section .right-section .form-box textarea::placeholder {
    color: #768ca6;
}

.tier-one-section {
    background-image: url('../images/resources/enjoying-excellent-performance-from-Tier-1-solar-panel.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 0;
    margin-bottom: 60px;
}

.output-30kw-section {
    background-image: url('../images/resources/Happy-customer-with-30kW-solar-system-generating-high-output.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 0 340px;
    margin: 40px 0;
}

.output-50kw-section {
    background-image: url('../images/resources/Happy-customer-with-50kW-solar-system-and-excellent-output.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 0;
    margin: 30px 0;
}

.blur-bg {
    border-radius: 20px;
    background: rgba(0, 43, 91, 0.80);
    backdrop-filter: blur(20px);
}

.output-30kw-section .tier-one-text-box h5 {
    color: #FFF;
    font-family: 'VIC Semibold';
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
}

.output-30kw-section .tier-one-text-box p {
    color: white;
    font-family: 'VIC Regular';
    line-height: normal;
}

.output-50kw-section .tier-one-text-box h5 {
    color: #FFF;
    font-family: 'VIC Semibold';
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
}

.output-50kw-section .tier-one-text-box p {
    color: white;
    font-family: 'VIC Regular';
    line-height: normal;
}

.tier-one-section .tier-one-text-box p {
    color: white;
    font-family: 'VIC Regular';
    line-height: normal;
}

.stats-bar-section {
    background: linear-gradient(90deg, #002B5B 0%, #FFCE1B 171.38%);
    background-size: cover;
}

.stats-bar-section .stat-boxies .stat h6 {
    color: var(--yellow-theme-color);
    font-size: 32px;
    font-style: normal;
    line-height: 28px;
}

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


.determining-the-cost h3 {
    color: var(--blue-theme-color);
    font-family: var(--font-vic-semibold);
    font-size: 24px;
    font-style: normal;
    line-height: 30px;
}

.determining-the-cost p {
    color: #7c92ab;
}

.quality-you-trust h2 {
    color: var(--blue-theme-color);
    font-family: var(--font-vic-semibold);
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
}

.incentive-first-section {
    padding: 80px 0 30px;
}

.incentive-first-section .content p {
    color: var(--blue-theme-color);
}

.incentive-first-section .content p span {
    font-family: 'VIC Semibold';
}

.incentive-first-section .content ul li::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
}

.incentive-first-section .content ul li p {
    padding-left: 30px;
}

.incentive-second-section {
    background: #F7F8FA;
    padding: 60px 0;
    margin: 60px 0 30px;
}

.incentive-second-section .numbers-line .number-box .step-item {
    border-radius: 14px;
    border-bottom: 4px solid #FFCE1B;
    background: #FFF;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    flex: 1 0 0;
}

.incentive-second-section .numbers-line .number-box .step-item .step-title {
    color: var(--blue-theme-color);
    /* leading-trim: both;
    text-edge: cap; */
    font-family: 'VIC Semibold';
    font-size: 22px;
    font-style: normal;
    line-height: 24px;
}

.incentive-second-section .numbers-line .number-box .step-item p {
    color: var(--blue-theme-color);
}

.incentive-second-section .numbers-line .number-box .number p {
    background-color: var(--yellow-theme-color);
    height: 75px;
    display: flex;
    padding: 30px;
    align-items: center;
    border-radius: 50%;
}

.incentive-second-section .numbers-line .number-box {
    position: relative;
    z-index: 1;
}

.incentive-second-section .numbers-line::before {
    content: "";
    background-color: var(--yellow-theme-color);
    position: absolute;
    height: 800px;
    width: 4px;
    top: 10%;
    left: 50px;
    z-index: 0;
}

.incentive-third-section {
    padding: 60px 0 30px;
}

.incentive-third-section .title {
    color: var(--blue-theme-color);
    font-family: 'VIC Semibold';
    font-size: 22px;
    font-style: normal;
    line-height: 24px;
}

.incentive-third-section .title span {
    margin-left: 30px;
}

.incentive-third-section ul li div p:last-child {
    margin-bottom: 15px;
    padding-left: 30px;
}

.incentive-third-section ul li div .title::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
}

.incentive-fourth-section {
    background: #F7F8FA;
    padding: 60px 0;
    margin: 60px 0 0;
}

.incentive-fourth-section .yellow-border-bottom {
    border-bottom: 3px solid var(--yellow-theme-color);
    width: 10%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.incentive-fourth-section .card {
    border-radius: 20px;
    border: 1px solid rgba(0, 43, 91, 0.10);
    background: #FFF;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    height: 400px;
}

.incentive-fourth-section .card span {
    color: var(--blured-yellow-theme-color);
    font-family: 'VIC Bold';
    font-size: 72px;
    font-style: normal;
    line-height: normal;
}

.incentive-fourth-section .card h3 {
    color: var(--blue-theme-color);
    font-family: 'VIC Semibold';
    font-size: 22px;
    font-style: normal;
    line-height: 24px;
}

.incentive-fourth-section .card p {
    color: #8095ad;
}

.incentive-five-section {
    background-image: url('../images/resources/Reasons-to-install-a-solar-battery-with-Zip-solar.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 370px;
    margin: 0px 0 60px;
}

.incentive-five-section .content {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(20px);
    padding: 30px;
}

.margin-sideform-bottom {
    margin-bottom: 24px;
}

.footer-cta .solar-cta-section .solar-cta-content ul li::before {
    content: url('../images/icon/white-arrow.svg');
    position: absolute;
}

.footer-cta .solar-cta-section .solar-cta-content ul li p {
    padding-left: 30px;
    color: #FFF;
}

.section-cta-title-h2 {
    font-family: 'VIC Semibold';
    color: var(--white-font-color);
    font-size: 32px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: 40px;
}

.determining-the-cost {
    padding: 60px 0;
}

/* .support-main-section{
    padding: 60px 0;
} */
.support-main-section .box {
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.support-main-section .box h2 {
    color: var(--blue-theme-color);
    font-family: 'VIC Semibold';
    font-size: 24px;
    font-style: normal;
    line-height: normal;
}

.support-main-section .box .form-label {
    color: #002B5B;
    font-family: 'VIC Medium';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.support-main-section .box .form-select,
.support-main-section .box .form-control {
    border-radius: 3.816px;
    border: 0.763px solid #EFF0F6;
    background: #FFF;
    box-shadow: 0px 1.526px 2.29px 0px rgba(19, 18, 66, 0.07);
    color: #b3bfce !important;
    font-size: 14px;
    font-style: normal;
    padding: 10px 12px;
}

.support-main-section .box .form-control::placeholder {
    color: #b3bfce !important;
}

.payment-second-section .content {
    padding-left: 0 !important;
    padding: 40px;
}

.payment-second-section .content h5,
.payment-second-section .content form div {
    padding-bottom: 40px !important;
}

.payment-second-section .content h5 {
    color: #002B5B;
    text-align: center;
    font-family: 'VIC Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.payment-second-section .content input::placeholder {
    color: #b3bfce;
}

.payment-second-section .content input {
    padding: 10px 12px;
}

.payment-second-section .content {
    border-radius: 50px;
}

.payment-second-section .content .form-control {
    border-radius: 3.816px;
    border: 0.763px solid #EFF0F6;
    background: #FFF;
    box-shadow: 0px 1.526px 2.29px 0px rgba(19, 18, 66, 0.07);
}

.payment-second-section {
    padding: 80px 0;
    margin: 60px 0;
}

.payment-second-section .bg-white {
    border-radius: 20px;
}

.refer-friend-section {
    padding: 60px 0;
}

.friend-second-section {
    background-color: var(--bg-color);
    padding: 60px 0;
    margin: 60px 0 40px;
}

.yellow-circle {
    background-color: var(--yellow-theme-color);
    height: 30px;
    padding: 14px 10px;
}

.friend-second-section .custom-card .card-body {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.friend-second-section .custom-card .card-body h3 {
    color: var(--blue-theme-color);
    font-family: 'VIC Semibold';
    font-size: 24px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
}

.about-section-two .about-image1 {
    border-radius: 20px;
}

.about-section-two {
    background-color: var(--bg-color);
    padding: 60px 0;
    margin: 60px 0 30px;
}

.about-section-two h3 strong {
    font-size: 20px;
    color: var(--blue-theme-color);
}

.about-section-three {
    padding: 60px 0 30px;
}

.about-us-cta {
    background-color: var(--blue-theme-color);
    padding: 60px 0;
    margin: 60px 0;
}

.about-us-cta h5 {
    color: var(--yellow-theme-color);
}

.about-us-cta p {
    color: #ffffffdb;
}

.about-us-cta p a {
    font-family: 'VIC Bold';
    color: var(--white-font-color);
}

.about-faq-section {
    padding: 30px 0 60px;
}


.about-faq-section .accordion-button::after {
    display: none;
}

.about-faq-section .accordion-button {
    position: relative;
    padding-right: 3rem;
}

.about-faq-section .accordion-button .custom-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--yellow-theme-color);
    color: var(--blue-theme-color);
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.about-faq-section .accordion-button.collapsed .custom-icon::before {
    content: "+";
}

.about-faq-section .accordion-button:not(.collapsed) .custom-icon::before {
    content: "−";
}

.about-faq-section .accordion-button:not(.collapsed) {
    border-radius: 1rem 1rem 0 0;
    border-bottom: 1px solid black;
}

.about-faq-section .accordion-item {
    border: none;
    margin-bottom: 1rem;
    background-color: #F7F8FA;
    border-radius: 1rem;
}

.about-faq-section .accordion-button {
    background-color: #F7F8FA;
    border-radius: 1rem;
    color: var(--blue-theme-color);
    font-family: 'VIC Semibold';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    padding: 20px 0 !important;
}

.about-faq-section .accordion-button:focus {
    box-shadow: none;
}

.about-faq-section .accordion-body {
    color: #7c92ab;
}

.policy-section .section-number {
    width: 40px;
    height: 40px;
    background-color: #FFD600;
    color: #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    margin-right: 1rem;
}

.privacy-policy-section {
    padding: 60px 0;
}

.policy-section .title-content h2 {
    color: #002B5B;
    font-family: 'VIC Semibold';
    font-size: 22px;
    font-style: normal;
    line-height: 24px;
}

.policy-section .policy-content p {
    padding-left: 57px;
    color: var(--blue-theme-color);
}

.policy-section .policy-content p a,
.policy-section .policy-content ul li {
    color: var(--blue-theme-color);
}

.policy-section .policy-content ul {
    padding-left: 80px;
}

.sydney-section-one {
    position: relative;
    padding: 60px 0;
    margin: 30px 0 0;
}

.sydney-section-two {
    position: relative;
    padding: 70px 0;
    background-image: url('../images/resources/Sydney-homes-embracing-a-sustainable-future.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sydney-section-two h2 {
    padding-bottom: 130px;
    padding-top: 10px;
}

.sydney-section-three {
    position: relative;
    padding: 60px 0;
    margin: 30px 0;
}

.sydney-section-three .bullet-btn h3 {
    font-family: 'VIC Semibold';
    font-size: 22px;
    font-style: normal;
    line-height: 24px;
    padding-left: 24px;
}

.sydney-section-three .bullet-btn::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
}

.sydney-section-three .bullet-btn h4 {
    padding-left: 30px;
}

.sydney-section-four {
    position: relative;
    padding: 60px 0 90px;
}

.sydney-section-five {
    position: relative;
    padding: 60px 0;
    margin: 30px 0 80px;
}

.sydney-section-five ul li {
    list-style-type: none;
}

.sydney-section-five ul li h3 {
    font-family: 'VIC Semibold';
    font-size: 22px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 2px;
}

.sydney-section-five ul li::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute
}

.sydney-section-five ul li h3,
.sydney-section-five ul li p {
    padding-left: 30px;
}


.sydney-section-six .content {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(20px);
    padding: 30px;
}

.sydney-section-six {
    background-image: url('../images/resources/Affordable-and-efficient-solar-solutions-in-Sydney.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 360px;
    margin: 60px 0;
}

.adelaide-section-five {
    background-image: url('../images/resources/Happy-family-enjoying-solar-powered-home-in-Adelaide.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 360px;
    margin: 60px 0;
}

.brisbane-section-five {
    background-image: url('../images/resources/Happy-customer-enjoying-solar-benefits-in-Brisbane.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 360px;
    margin: 60px 0;
}

.perth-section-five {
    background-image: url('../images/resources/Sola-power-makes-perfect-sense-in-Perth.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 360px;
    margin: 60px 0;
}

.pirth-section-five {
    margin: 30px 0 40px;
}

.adelaide-section-two {
    position: relative;
    padding: 70px 0;
    background-image: url('../images/resources/Adelaide-embracing-a-sustainable-solar-future.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.brisbane-section-two {
    position: relative;
    padding: 70px 0;
    background-image: url('../images/resources/bright-future-with-solar-installation.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.brisbane-section-two h2 {
    padding-bottom: 170px;
}

.brisbane-section-three {
    padding: 60px 0;
}

.brisbane-section-three ul li {
    list-style-type: none;
}

.brisbane-section-three ul li p {
    padding-left: 30px;
}

.brisbane-section-three ul li::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
}

.adelaide-section-four,
.brisbane-section-four {
    margin: 30px 0 0;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    padding: 10px 12px;
    font-family: 'VIC Medium';
    text-transform: capitalize;
    font-size: 18px;
    outline: none;
    border: 0.763px solid #EFF0F6;
    margin-bottom: 0;
    display: block;
    border-radius: 3.816px;
    cursor: pointer;
    background: #FFF;
    box-shadow: 0px 1.526px 2.29px 0px rgba(19, 18, 66, 0.07);
}

.fileContainer [type=file] {
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    text-align: right;
    cursor: pointer;
}

.btn-attach-file {
    background: #FFF;
    box-shadow: 0px 1.526px 2.29px 0px rgba(19, 18, 66, 0.07);
    padding: 10px 12px;
}

.solar-system-6-6kw-first {
    padding: 60px 0;
    position: relative;
    margin-bottom: 60px;
}

.solar-system-6-6kw-first ul li .bullet-point-6-6 .section-6-6-first-title {
    font-size: 18px;
    font-family: 'VIC Bold';
}

.solar-system-6-6kw-first ul li .bullet-point-6-6 p,
.solar-system-6-6kw-first ul li .bullet-point-6-6 .section-6-6-first-title span,
.solar-system-6-6kw-first ul li .bullet-point-6-6 .section-6-6-first-title p {
    padding-left: 30px;
}

/* .solar-system-6-6kw-first ul li .bullet-point-6-6 h3 p {
    padding-left: 30px;
} */

.solar-system-6-6kw-first ul li .bullet-point-6-6 .section-6-6-first-title::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
}

.tab-6-6-img,
.lap-6-6-tab-img {
    display: none;
}

.solar-system-6-6kw-second {
    position: relative;
    padding: 20px 0 60px;

}

.solar-system-6-6kw-third {
    position: relative;
    padding: 60px 0;
}

.table-responsive table tr th,
.table-responsive table tbody tr td {
    text-align: center;
}

.table-responsive table tr th {
    background-color: var(--blue-theme-color);
}


.solar-system-6-6kw-third {
    background-image: url('../images/resources/6-6kw-bg-cover.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0;
}

.solar-system-6-6kw-third h3 span {
    border-radius: 4px;
    background: var(--yellow-theme-color);
    padding: 4px 10px;
    margin-right: 5px;
    color: var(--blue-theme-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.solar-system-6-6kw-third .award-card {
    height: 100%;
    background-color: white;
    padding: 30px 0;
    border-radius: 13.2px;
    border-bottom: 6px solid #002B5B;
    box-shadow: 0px 0px 40px 0px rgba(0, 43, 91, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.d-none-6-6 {
    display: none;
}

@keyframes slideDown {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}



#quoteModal .popup-glance-section 
#solar-battery-quoteModal .popup-glance-section, 
#solar-panel-quoteModal .popup-glance-section {
    position: absolute;
    bottom: 3%;
}

#quoteModal .quote-info, 
#solar-battery-quoteModal .quote-info, 
#solar-panel-quoteModal .quote-info {
    position: relative;
}

#quoteModal .quote-form, 
#solar-battery-quoteModal .quote-form, 
#solar-panel-quoteModal .quote-form {
    padding: 60px 20px 0px 40px;
}

#quoteModal .popup-glance-section .outer-box .icon-highlighted-text, 
#solar-battery-quoteModal .popup-glance-section .outer-box .icon-highlighted-text, 
#solar-panel-quoteModal .popup-glance-section .outer-box .icon-highlighted-text {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #002B5B;
    display: block;
    margin-bottom: 0;
}

#quoteModal .popup-glance-section .outer-box p, 
#solar-battery-quoteModal .popup-glance-section .outer-box p, 
#solar-panel-quoteModal .popup-glance-section .outer-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #7C8596;
}

#quoteModal .quote-form .title, 
#solar-battery-quoteModal .quote-form .title, 
#solar-panel-quoteModal .quote-form .title {
    margin-bottom: 30px;
}

#quoteModal .quote-form .title h3, 
#solar-battery-quoteModal .quote-form .title h3, 
#solar-panel-quoteModal .quote-form .title h3 {
    color: #002B5B;
    font-family: 'VIC Semibold';
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0;
    margin-bottom: 3px;
}

#quoteModal .quote-form .title p, 
#solar-battery-quoteModal .quote-form .title p, 
#solar-panel-quoteModal .quote-form .title p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: var(--blue-theme-color);
}

#quoteModal .popup-glance-section .outer-box .icon-highlighted-text, 
#solar-battery-quoteModal .popup-glance-section .outer-box .icon-highlighted-text, 
#solar-panel-quoteModal .popup-glance-section .outer-box .icon-highlighted-text {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #002B5B;
    display: block;
    margin-bottom: 0;
}

#quoteModal .popup-glance-section .outer-box p, 
#solar-battery-quoteModal .popup-glance-section .outer-box p, 
#solar-panel-quoteModal .popup-glance-section .outer-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #7C8596;
}

#quoteModal .quote-img, 
#solar-battery-quoteModal .quote-img, 
#solar-panel-quoteModal .quote-img {
    /* margin-bottom: 75px; */
    /* transform: translate(0px, -70px); */
    border: 10px solid #fff;
    border-radius: 40px;
    position: absolute;
    bottom: 0;
    box-shadow: 0px 19.148px 41.32px 0px rgba(0, 0, 0, 0.30);

}

#quoteModal .quote-img img, 
#solar-battery-quoteModal .quote-img img, 
#solar-panel-quoteModal .quote-img img {
    /* border-radius: 0 0 0.5rem 0.5rem; */
    height: 600px;
    /* height: auto; */
    border-radius: 30px;
}

#quoteModal .modal-body, 
#solar-battery-quoteModal .modal-body, 
#solar-panel-quoteModal .modal-body {
    padding: 0px 50px 50px 50px;
}

#quoteModal .quotemodal-btn-close:focus, 
#solar-battery-quoteModal .quotemodal-btn-close:focus, 
#solar-panel-quoteModal .quotemodal-btn-close:focus {
    box-shadow: unset;
}

#quoteModal .quotemodal-btn-close, 
#solar-battery-quoteModal .quotemodal-btn-close, 
#solar-panel-quoteModal .quotemodal-btn-close {
    position: absolute;
    top: 3%;
    right: 2%;
    color: #fff;
    z-index: 99999;
    background: var(--blue-theme-color);
    line-height: 0;
    opacity: 1;
    font-size: 45px;
    border-radius: 50%;
    padding: 0px;
}

#quoteModal .quote-form .free-quote-btn, 
#solar-battery-quoteModal .quote-form .free-quote-btn, 
#solar-panel-quoteModal .quote-form .free-quote-btn {
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    border-radius: 8px;
    transition: all 0.2s;
    position: relative;
    background-color: var(--yellow-theme-color);
    color: var(--blue-theme-color);
    width: 100%;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    display: block;
    border: none;
}



.modal-xl {
    --bs-modal-width: 1250px;
}

#quoteModal .modal-content, 
#solar-battery-quoteModal .modal-content, 
#solar-panel-quoteModal .modal-content {
    background-color: #F7F8FA !important;
    border-radius: 30px !important;
}

.quote-form .form-control {
    padding: 11px;
}

.quote-form a {
    color: var(--blue-theme-color);
    text-decoration: underline;
}

.btn-close:focus {
    box-shadow: none;
}

.navbar-nav .custom-dropdown-menu .dropdown-section ul li a {
    color: var(--blue-theme-color-text);
    font-family: 'VIC Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar-nav .dropdown-toggle::after {
    margin-left: 0.4rem;
    vertical-align: middle;
}

.main-header-zip .col-megamenu ul li a {
    color: var(--blue-theme-color);
}

.thank-you-sec {
    height: 90vh;
    align-content: space-around;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.thank-you-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 43 91 / 70%);
    z-index: 2;
}

.thank-you-sec .thank-you-content {
    position: relative;
    z-index: 9;
    color: var(--yellow-theme-color);
}

.thank-you-sec .thank-you-content a {
    color: var(--yellow-theme-color);
}

.p-card-box {
    background: var(--white-color);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    height: 310px;
}

.p-card-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
}

/*************************************************************/
/* Blog-page */
/*************************************************************/
.blog-second-section {
    position: relative;
    padding: 40px 0 40px 0;
}

.blog-first-section .banner-content-box {
    position: absolute;
    bottom: 25%;
    left: 12%;
    z-index: 10;
}

.blog-first-section .banner-content-box .banner-title {
    font-family: 'VIC Semibold';
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 0;
}

.blog-first-section .banner-content-box .banner-btn {
    max-width: 280px;
    margin-top: 40px;
}

.blog-second-section .side-bar.sticky--top {
    position: sticky;
    top: 82px;
    z-index: 2;
}

.blog-second-section .connect-btn-box .fa-envelope {
    font-size: 20px;
}

.blog-second-section .blog-card .img-box img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 14px;
}

.blog-second-section .blog-cards {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.blog-second-section .side-bar,
.blog-second-section .blog-cards {
    padding: 20px;
    background-color: #f7f8fa;
    border-radius: 20px;
    margin-bottom: 24px;
    color: var(--blue-theme-color);
}

.blog-second-section .content-title:link,
.blog-second-section .content-title:visited {
    font-weight: 600;
    color: #002b5b;
    font-size: 24px;
}

.blog-second-section .post-info,
.blog-second-section .content-info {
    opacity: 0.5;
}

.blog-second-section .side-bar-title {
    font-family: "VIC Semibold";
    color: var(--blue-theme-color);
    font-size: 22px;
    font-style: normal;
    line-height: 34px;
    border-bottom: 2px solid #ffce1b;
    margin-bottom: 15px;
    padding-bottom: 2px;
}

.blog-second-section .side-bar .category-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.blog-second-section .side-bar .category-list .categories {
    font-size: 18px;
    font-family: "VIC Semibold";
    padding: 5px 20px;
    border-radius: 555px;
    color: var(--blue-theme-color);
    border: 1px solid #ffce1b;
}

.blog-second-section .categories:hover,
.blog-second-section .categories.active {
    background-color: #ffce1b;
}

.blog-second-section .side-bar .posts:not(:last-child) {
    margin-bottom: 15px;
}

.blog-second-section .post-list .post-info {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

.blog-second-section .post-list .post-date {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--blue-theme-color);
}

.blog-second-section .post-list .posts {
    display: flex;
    gap: 10px;
}

.blog-second-section .post-list .posts img {
    max-width: 100px;
    height: 85px;
    border-radius: 6px;
}

.blog-second-section .post-list .post-content {
    display: flex;
    flex-direction: column;
}

.blog-second-section .post-list .post-title {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--blue-theme-color);
    font-weight: 600;
}

.blog-second-section .instagram-posts a {
    display: inline-flex;
}

.blog-second-section .instagram-posts img {
    height: 115px;
    border-radius: 4px;
}

.blog-second-section .blog-pages {
    display: flex;
    gap: 10px;
    list-style: none;
    justify-content: center;
    padding-left: 0;
}

.blog-second-section .blog-pages .blog-page-no.active {
    background-color: #002b5b !important;
    transform: translate();
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

.blog-second-section .blog-pages .blog-page-no.active a {
    color: #fff;
    border: #002b5b;
    background-color: #002b5b !important;
    transform: translateX(0);
    transition: transfo rm 0.3s ease-in-out;
}

.blog-second-section .blog-pages .blog-page-no.disabled {
    opacity: 0.2;
}

.blog-second-section .blog-pages .blog-page-no .page-link:focus {
    box-shadow: unset;
}

.blog-second-section .blog-pages .blog-page-no {
    border-radius: 4px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--blue-theme-color);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-second-section .blog-pages .blog-page-no a {
    color: var(--blue-theme-color);
    border-radius: 5px;
}

.solar-system-6-6kw-third {
    margin: 30px 0;
}

/*************************************************************/
.bullet-point-6-6 p span {
    font-family: "VIC Bold";
}

/*************************************************************/
/*************************************************************/
/* 6-6kw-fourth-section */
/*************************************************************/

.solar-system-6-6kw-fourth {
    padding: 40px 0;
    position: relative;
}

.solar-system-6-6kw-fourth .yellow-underline {
    width: 35%;
}

.solar-system-6-6kw-fourth .package-card {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 35px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #0000001a;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    height: 460px;
}

.solar-system-6-6kw-fourth ul li .bullet-point-6-6 p,
.solar-system-6-6kw-fourth ul li .bullet-point-6-6 h6 {
    font-size: 20px;
    line-height: 26px;
}

.solar-system-6-6kw-fourth ul li .bullet-point-6-6 p,
.solar-system-6-6kw-fourth ul li .bullet-point-6-6 h6 {
    padding-left: 30px;
}

.solar-system-6-6kw-fourth ul li .bullet-point-6-6 h6 span {
    font-family: "VIC Bold";
}

.solar-system-6-6kw-fourth ul li .bullet-point-6-6 {
    position: relative;
}

.solar-system-6-6kw-fourth ul li .bullet-point-6-6 p::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
    left: 0;
}

/*************************************************************/
/* 6-6kw-fifth-section */
/*************************************************************/
.solar-system-6-6kw-fifth {
    padding: 60px 0;
    /* margin: 60px 0; */
    background-color: #f7f8fa;
    position: relative;
}

.text-size-75 {
    width: 75%;
}

.solar-system-6-6kw-fifth .quote-card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #ffce1b;
    overflow: hidden;
    margin-bottom: 20px;
}

.solar-system-6-6kw-fifth .quote-card .quote-title {
    background-color: #ffce1b;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-family: "VIC Semibold";
    text-align: center;
}

.solar-system-6-6kw-fifth .quote-card ul li {
    padding-left: 32px;
    position: relative;
}

.solar-system-6-6kw-fifth .quote-card ul li span::before {
    content: url('../images/resources/check-circle.svg');
    position: absolute;
    left: 0;
}

.solar-system-6-6kw-fifth .card-content {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
}

.solar-system-6-6kw-fifth .quote-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*************************************************************/
/* 6-6kw-sixth-section */
/*************************************************************/
.solar-system-6-6kw-sixth {
    padding: 60px 0;
    /* margin: 60px 0; */
    background-color: #f7f8fa;
    position: relative;
}

.solar-system-6-6kw-sixth .rebate-card {
    background-image: linear-gradient(270deg, #002b5b66, #002b5b),
        url('../images/resources/6-6kw-bg-rebate.webp');

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    height: 320px;
}

.solar-system-6-6kw-sixth .yellow-underline {
    width: 143px;
}

.solar-system-6-6kw-sixth .card-content ul li {
    padding-left: 32px;
    position: relative;
}

.solar-system-6-6kw-sixth .card-content ul li span::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
    left: 0;
}

.solar-system-6-6kw-sixth .card-content ul li span {
    font-family: "VIC Semibold";
}

/*************************************************************/
/* 6-6-second-section (for 13kw-page)*/
/*************************************************************/
.solar-system-6-6kw-second .city {
    position: relative;
    padding: 6px 15px;
}

.solar-system-6-6kw-second .color-cyan {
    color: #0e8696;
}

.solar-system-6-6kw-second .city.bg-cyan {
    border-color: #0e8696;
}

.solar-system-6-6kw-second .color-light-cyan {
    color: #43baa8;
}

.solar-system-6-6kw-second .city.bg-light-cyan {
    border-color: #43baa8;
}

.solar-system-6-6kw-second .color-yellow {
    color: #f7c12a;
}

.solar-system-6-6kw-second .city.bg-yelloww {
    border-color: #f7c12a;
}

.solar-system-6-6kw-second .color-red {
    color: #de5135;
}

.solar-system-6-6kw-second .city.bg-red {
    border-color: #de5135;
}

.solar-system-6-6kw-second .color-green {
    color: #4cb315;
}

.solar-system-6-6kw-second .city.bg-green {
    border-left-color: #4cb315;
}

.solar-system-6-6kw-second .city {
    border-left: 3px solid;
    border-radius: 3px;
}

.solar-system-6-6kw-second .city .kilowatts {
    font-size: 20px;
    line-height: 100%;
}

.solar-system-6-6kw-second .city .city-name {
    color: #0d0d0d;
    margin-bottom: 0;
}

/*************************************************************/
/* solar-solution-first-section */
/*************************************************************/
.solar-solution-first-section {
    background-color: #002b5b08;
    padding: 40px 0;
}

.radius_20 {
    border-radius: 20px;
}

.color-dark-green {
    color: #78a315;
    font-weight: 600;
    font-style: italic;
}

.text-red {
    color: #ff0000;
}

/*************************************************************/
/* solar-solution-second-section */
/*************************************************************/
.yellow-tag {
    border-radius: 4px;
    background: #ffce1b;
    padding: 4px 10px;
    color: #002b5b;
    font-style: normal;
    font-family: 'VIC Bold';
    line-height: normal;
    display: inline-block;
    margin-bottom: 5px;
}

.solar-solution-second-section .section-title-h6 {
    font-size: 20px;
}

.solar-solution-second-section .tab-scroll-wrapper #pills-tab .nav-item {
    width: 50%;
}

.solar-solution-second-section .nav-pills .nav-link {
    width: 100% !important;
}

/*************************************************************/
/* solar-solution-third-section */
/*************************************************************/

.solar-solution-third-section {
    padding: 60px 0;
    margin: 10px 0 0px;
    background-image: url('../images/resources/home-battery-bg.png');
}

.text-small {
    font-size: 20px;
}

.solar-solution-third-section .percentage-img {
    border-radius: 14px;
}

/*************************************************************/
/* solar-solution-fourth-section */
/*************************************************************/

.solar-solution-fourth-section {
    padding: 60px 0;
    margin-top: -25px;
}

ul.vector li {
    padding-left: 32px;
    position: relative;
}

ul.vector li::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
    left: 0;
}

ul.vector.green-vector li::before {
    content: url('../images/icon/gree.png');
}

ul.vector.green-vector li {
    padding-left: 25px;
}

/*************************************************************/
/* solar-solution-fifth-section */
/*************************************************************/
.solar-solution-fifth-section {
    padding: 50px 0;
    background-image: url('../images/resources/battery-sol-bg-img-1.webp');

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

/*************************************************************/
/* solar-solution-sixth-section */
/*************************************************************/
.solar-solution-sixth-section {
    padding: 60px 0 20px 0;
}

.bg-gray {
    background-color: #f7f8fa;
}

/*************************************************************/
/* blog-details-page */
/*************************************************************/
.blog-details-second-section .about-faq-section .accordion-item {
    background-color: #fff;
}

.blog-details-second-section .about-faq-section .accordion-button {
    background-color: #fff;
}

.blog-details-second-section .about-faq-section .accordion-button .custom-icon {
    right: 0;
}

.blog-details-second-section .blog-content p {
    font-size: 18px;
    color: #7c8596;
}

.blog-details-second-section .blog-content h3 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #7c8596;
}

.blog-details-second-section .blog-content h2 {
    color: #002b5b;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* margin-bottom: 16px; */
}

.blog-details-second-section .blog-content h4 {
    color: #002b5b;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* margin-bottom: 16px; */
}

.blog-details-second-section .blog-content img {
    margin: 8px 0 24px 0;
    display: flex;
}

.blog-details-second-section .blog-content ul {
    list-style-type: none !important;
    /* list-style: none ; */
    padding-left: 0;
    margin: 10px 0 15px;
    position: relative;
}

.blog-details-second-section .blog-content ol li {
    color: #7c8596;
}

.blog-details-second-section .blog-content ul li {
    color: #7c8596;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.blog-details-second-section .blog-content ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    background: #7c8596;
    top: 10px;
    left: 0;
    border-radius: 50%;
}

.blog-details-second-section .blog-content .table-responsive {
    margin: 24px 0 8px 0;
}

.blog-details-second-section .text-gray .number-list {
    padding-left: 18px;
}

.blog-details-second-section .blog-content a {
    color: #002b5b;
}

.blog-details-second-section .text-gray h3 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #7c8596;
}

.blog-details-second-section .table> :not(caption)>*>* {
    background-color: transparent;
    color: #002a5b80;
}


/* DD<---->css */
.width100 {
    width: 100%;

}

.lets-cntact-fixed a {
    position: fixed;
    bottom: 50px;
    z-index: 9;
}


.lets-cntact-fixed .gif-icon {
    width: 35px;
    height: 35px;
    mix-blend-mode: multiply;
    filter: brightness(1) contrast(1.2) saturate(1.5);
    transition: filter 0.3s ease;
}

.lets-cntact-fixed a span {
    font-size: 18px;
}

.inner-page-banner-section {
    position: relative;
    z-index: 0;
}

.bg-layer::before {
    content: "";
    background: linear-gradient(274deg, rgba(86, 214, 236, 0.00) 3.06%, #002b5c 89.6%);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.inner-page-banner-section .layer {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.5) 50%) #0000002b 50% !important;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.inner-page-banner-section .banner {
    /* background-image: url('../images/banners/blog-banner-1.png'); */
    padding: 158px 0;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.inner-page-banner-section .banner .banner-content-box .banner-title {
    color: var(--white-font-color);

}

.header-top .announcement-bar {
    background-color: #002b5c;
    padding: 10px 0;
    font-size: 14px;
    flex-wrap: wrap;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.header-top .announcement-bar .social-icons a img {
    height: 20px;
}

.header-top .announcement-bar .social-icons a:hover {
    color: var(--yellow-theme-color);
}

.header-top .announcement-bar .announcement-text .highlight {
    color: var(--yellow-theme-color);
    font-weight: bold;
}

.header-top .announcement-bar .contact-info span {
    color: var(--yellow-theme-color);
    font-family: 'VIC Semibold';
}

.header-top .announcement-bar .announcement-text a {
    /* padding: 4px 8px; */
    /* background-color: var(--yellow-theme-color); */
    color: var(--yellow-theme-color);
    border-radius: 3px;
    font-size: 16px;
    font-family: 'VIC Semibold';
}


.main-header-zip .navbar .nav-item .custom-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 47%;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 12px 18px;
    line-height: 0;
    border-top-color: transparent;
    border-bottom-color: #ffce1b;
    z-index: 111;
}

.main-header-zip .navbar .nav-item .custom-dropdown-menu-2::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 65%;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 12px 18px;
    line-height: 0;
    border-top-color: transparent;
    border-bottom-color: #ffce1b;
    z-index: 111;
}

.main-header-zip .navbar .nav-item.megamenu .custom-dropdown-menu {
    width: 400px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
}

.main-header-zip .navbar .custom-dropdown-menu-5 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
}

.main-header-zip .navbar .nav-item.megamenu .custom-dropdown-menu-2 {
    width: 500px;
}

.main-header-zip .navbar-expand-lg .navbar-nav .custom-dropdown-menu-2 {
    left: -150px !important;
    top: 50px;
}

.breadcum-banner-section {
    position: relative;
}

.breadcum-banner-section .banner {
    height: 45vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.call-gif a {
    position: relative;
}

.call-gif a video {
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 100px;
    z-index: 9;
    right: 15px;
}

.cta-section-width {
    width: 50%;
}

.footer-cta .solar-cta-section .row .col-lg-6::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
}

.footer-cta .solar-cta-section .row .col-lg-6 p {
    padding-left: 30px;
}

.footer-cta-2 h2 {
    color: var(--yellow-theme-color);
}

.solar-solution-third-section .card-section .card {
    height: auto !important;
}

.solar-solution-third-section .card-section .card .card-image img {
    height: 110px;
}

.home-page-second-section {
    padding: 60px 0;
}

.home-page-second-section .section-title-h3 {
    line-height: 45px;
}

.small-text-22 {
    color: var(--blue-theme-color);
    font-size: 22px;
    /* line-height: 100%; */
}

.nav-tabs {
    gap: 0;
    border-bottom-color: transparent;
}

.nav-tabs .nav-item .nav-link {
    width: 100%;
    border: transparent;
    font-family: 'VIC Semibold';
}

.nav-tabs .nav-item .nav-link.active {
    color: #ffce1b;
    border-bottom: 4px solid #ffce1b;
    opacity: 1;
    font-size: 22px;
}

.nav-tabs .nav-link:not(.active) {
    color: #002b5b;
    border-bottom: 1px solid #002a5b79;
    opacity: 0.5;
    font-size: 22px;
}

.nav-tabs .nav-item {
    width: 50%;
    justify-items: center;
}

.home-page-second-section .quaternary-heading {
    color: var(--blue-theme-color);
    font-size: 22px;
    line-height: 100%;
}

.home-page-second-section .arrow-list li {
    list-style: none;
    /* position: relative; */
    margin-bottom: 15px;
    color: var(--blue-theme-color);
}

.color-blue {
    color: var(--blue-theme-color);
}

.home-page-second-section .tab-content .tab-cantent .arrow-list li::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
}


.solar-guides-section {
    background-image: url("../images/resources/solar-guides-bg-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    margin: 60px 0;
}

.solar-guides-section .custom-list {
    list-style-type: none;
}

.solar-guides-section .custom-list li::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
}

.solar-guides-section .custom-list li p {
    padding-left: 30px;
}

.recent-installations-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.recent-installations-section .installation-card-wrapper {
    border-radius: 16px;
    /* overflow: hidden; */
    background-color: #ffffff;
    position: relative;
}

.recent-installations-section .installation-img img {
    border-radius: 16px;
    object-fit: cover;
    height: 230px;
    width: -webkit-fill-available !important;
}

.recent-installations-section .installation-info-box {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    /* margin: auto; */
    transform: translateY(60%);
    padding: 10px 18px;
    width: calc(100% - 45px);
    border-radius: 6.588px;
    background: #FFF;
    box-shadow: 0px 4.392px 4.392px 0px rgba(0, 0, 0, 0.25);
}

.recent-installations-section .installation-info-box p:first-child {
    color: var(--blue-theme-color);
    text-align: center;
    font-family: 'VIC Semibold';
    font-size: 18px;
    font-style: normal;
    line-height: 14px;
}

.recent-installations-section .installation-info-box p {
    font-size: 14px;
}

.recent-installations-section .owl-carousel .owl-item {
    padding-bottom: 30px !important;
}

.contact-expert-section {
    padding: 60px 0;
}

.contact-form-box {
    padding: 40px 50px;
}

.contact-expert-section .form-check-input:checked {
    background-color: var(--blue-theme-color);
    border-color: var(--blue-theme-color);
}

.contact-expert-section .form-check-input:focus {
    box-shadow: unset;
}

.contact-expert-section .contact-details .icon-wrapper img {
    height: 45px;
}

.home-form .form-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.home-form .form-field {
    flex: 1 1 190px;
    min-width: 180px;
}

.home-form label {
    color: var(--blue-theme-color);
    font-family: 'VIC Semibold';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.home-form .form-control {
    padding: 10px 12px;
    border-radius: 3.816px;
    border: 0.763px solid #EFF0F6;
    background: #FFF;
    box-shadow: 0px 1.526px 2.29px 0px rgba(19, 18, 66, 0.07);
}

.home-form input::placeholder {
    font-size: 15px;
    color: var(--text-color-light-grey);
}

.home-form form {
    padding: 50px 0;
}

.home-form .pop-up-lable {
    color: var(--blue-theme-color);
    font-size: 16px;
    font-family: 'VIC Regular';
    font-style: normal;
    line-height: normal;
    font-weight: unset;
}

/* newcss */
.your-award-row {
    justify-content: space-evenly;
}

.home-yellow-tag {
    border-radius: 4px;
    background: var(--yellow-theme-color);
    padding: 4px 10px;
    margin-right: 5px;
    color: var(--blue-theme-color);
    font-style: normal;
    line-height: normal;
}

.premium-disclamer-content a {
    font-family: "VIC Semibold";
    color: var(--blue-theme-color);
}

.kw-testimonial-section .testimonial-featured span {
    font-family: 'VIC Semibold';
}

.kw-testimonial-section {
    padding: 60px 0;
    margin: 60px 0;
}

.kw-testimonial-section .testimonial-featured {
    background-color: #f7f8fa;
    background-color: #f7f8fa;
    box-shadow: 1px 1px 8px 2px #eeeeee;
    border-radius: 10px;
    /* border: 1px solid #eee; */
}

.kw-testimonial-section .pr-do-not-use-dfbf-a-msdkuz {
    flex-basis: 50% !important;
    max-width: 50% !important;
}

.eQMHnD {
    border-radius: 3px !important;
}

.google-review-bgShadow {
    background: #ffffff;
    box-shadow: 2px 2px 8px 4px #eee;
    border-radius: 10px;
    margin: 25px 0 0 0;
    padding: 20px;
}

.italic-style {
    font-style: italic;
}

.residential-section-three {
    padding: 10px 0 50px;
}

.residential-section-four {
    padding: 60px 0 !important;
}

.incentive-banner {
    background: url(../images/banners/NSW-solar-battery-incentive-scheme-offering-rebates-for-home-battery-installation.webp) no-repeat center center;
    background-size: cover;
    padding: 155px 0;
    position: relative;
}

/* .incentive-banner h1 {
    font-size: 2.2rem;
}
*/

.incentive-banner p {
    font-size: 20px;
    color: var(--white-font-color);
}

.incentive-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.20);
    z-index: 0;
}

.incentive-banner .container {
    position: relative;
    z-index: 2;
}

.bed-request-sec .thank-you-content a {
    color: var(--blue-theme-color) !important;
}

.payment-form-padding {
    padding: 30px 40px;
}

.make-paymnet-section {
    padding: 70px 0;
}

.panel-details-section .form-box.sticky--top {
    position: sticky;
    top: 82px;
    z-index: 2;
}

.premium-solar-btn-height {
    height: 40px;
}

.premium-solar-btn-height-2 {
    height: 40px;
}

.premium-solar-section .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.premium-solar-section .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.premium-solar-section .accordion-item:last-of-type {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.navbar-toggler-icon {
    color: #002B5B !important;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.section-one-solar-battery-6kw,
.section-two-solar-battery-6kw,
.section-three-solar-battery-6kw,
.section-four-solar-battery-6kw {
    padding: 60px 0;
}

.section-one-solar-battery-6kw .custom-list li::before,
.section-two-solar-battery-6kw .custom-list li::before,
.section-six-solar-battery-6kw .custom-list li::before,
.section-three-solar-battery-6kw .package-details .package-list li::before {
    content: url('../images/resources/bullet-vector.svg');
    position: absolute;
}

.section-one-solar-battery-6kw .custom-list li h3,

.section-one-solar-battery-6kw .custom-list li p,
.section-two-solar-battery-6kw .custom-list li p,
.section-one-solar-battery-6kw .custom-list li p,
.section-six-solar-battery-6kw .custom-list li p,
.section-three-solar-battery-6kw .package-details .package-list li p {
    padding-left: 25px;
}

.section-three-solar-battery-6kw .package-box {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.section-four-solar-battery-6kw .savings-card {
    border-radius: 14px;
    border: 2px solid;
    padding: 20px;
    height: 100%;
}

.section-four-solar-battery-6kw .state-title {
    font-family: 'VIC Semibold';
    font-size: 24px;
    font-style: normal;
    line-height: normal;
}

.section-four-solar-battery-6kw .savings-amount {
    color: #002B5B;
    font-family: 'VIC Semibold';
    font-size: 30px;
    font-style: normal;
    line-height: 32px;
}

.border-dark-cyan {
    background-color: #0E8696;
    height: 100%;
    width: 7px;
    position: absolute;
    border-radius: 10px;
    left: 5px;
}

.border-green-cyan {
    background-color: #43BAA8;
    height: 100%;
    width: 7px;
    position: absolute;
    border-radius: 10px;
    left: 5px;
}

.border-light-green {
    background-color: #4CB315;
    height: 100%;
    width: 7px;
    position: absolute;
    border-radius: 10px;
    left: 5px;
}

.border-dark-yellow {
    background-color: #F7C12A;
    height: 100%;
    width: 7px;
    position: absolute;
    border-radius: 10px;
    left: 5px;
}

.border-red {
    background-color: #DE5135;
    height: 100%;
    width: 7px;
    position: absolute;
    border-radius: 10px;
    left: 5px;
}

.section-five-solar-battery-6kw .right-side img {
    height: 300px !important;
}

.section-six-solar-battery-6kw {
    padding: 60px 0;
}

.section-seven-solar-battery-6kw {
    padding: 60px 0 !important;
}

.navbar-nav .custom-dropdown-menu .dropdown-section .dropdown-menu {
    width: 320px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    border: 0;
}

.navbar-nav .custom-dropdown-menu .dropdown-section .header-package-btn {
    background-color: unset !important;
    border: unset;
}

.main-header-zip .navbar .nav-item.megamenu .custom-dropdown-menu-2 .dropdown-section button {
    background: unset;
    border: unset;
    color: var(--blue-theme-color);
    cursor: unset;
}

/* Entire dropdown background and structure */
.custom-dropdown-menu-5 {
    background-color: var(--yellow-theme-color);
    padding: 12px 0;
    border-radius: 10px;
    min-width: 300px;
}

.custom-dropdown-menu-6 {
    background-color: var(--yellow-theme-color);
    padding: 12px 0;
    border-radius: 10px;
    min-width: 200px;
}

.main-header-zip .navbar .nav-item .custom-dropdown-menu-6::before {
    top: -18px;
    left: 45%;
}

.main-header-zip .navbar-expand-lg .navbar-nav .custom-dropdown-menu-6 {
    left: -45px !important;
}

/* Section headers like "Battery Only Deals" */
.custom-dropdown-menu-5 .dropdown-heading {
    padding: 8px;
    font-family: 'VIC Medium';
    color: var(--blue-theme-color);
    font-size: 18px;
    background-color: var(--yellow-theme-color);
    border-bottom: 1px solid #f0c000;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

/* Regular links */
.custom-dropdown-menu-5 .dropdown-link {
    text-align: center;
    display: block;
    padding: 8px 12px;
    font-size: 18px;
    color: var(--blue-theme-color-text);
    text-decoration: none;
    background-color: #ffffff;
    font-family: 'VIC Medium';
    line-height: normal;

}

/* Hover effect */
.custom-dropdown-menu-5 .dropdown-link:hover {
    background-color: #fff5d1;
    cursor: pointer;
}

.border-button {
    background-color: #f0f0f0;
    color: #333;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.border-button:hover {
    border: 2px solid #333;
}

.shadow-button {
    background-color: #f39c12;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: box-shadow 0.3s ease;
}

.shadow-button:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }

}


.pulse-button {
    background-color: #e74c3c;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.pulse-button:hover {
    animation: pulse 1s infinite;
}

.hardware-accelerated-button {
    background-color: #9b59b6;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hardware-accelerated-button:hover {
    transform: translateY(-5px);
    opacity: 0.8;
}








.btn-light {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
    color: var(--blue-theme-color);
    padding: 8px 16px;
    text-align: center;
    background: var(--white-font-color);
    box-shadow: 1px 1px 3.8px 0px rgba(0, 0, 0, 0.20);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#quoteModal .quote-form .free-quote-btn,
#solar-panel-quoteModal .quote-form .free-quote-btn,
#solar-battery-quoteModal .quote-form .free-quote-btn {
    position: relative;
    overflow: hidden;
}

#quoteModal .quote-form .free-quote-btn:before,
#solar-panel-quoteModal .quote-form .free-quote-btn:before,
#solar-battery-quoteModal .quote-form .free-quote-btn:before,
.footer-btn-style:before,
.btn-style-five:before,
.btn-style-two:before,
.btn-style-three-lg:before,
.btn-style-three:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 50px;
    background: #f1eded;
    right: -40px;
    top: -40px;
    transform: rotate(37deg);
    transition: all .3s;
    opacity: 0.3;
}

#quoteModal .quote-form .free-quote-btn:hover,
#solar-panel-quoteModal .quote-form .free-quote-btn:hover,
#solar-battery-quoteModal .quote-form .free-quote-btn:hover,
.footer-btn-style:hover,
.btn-style-five:hover,
.btn-style-two:hover,
.btn-light:hover,
.btn-style-three-lg:hover,
.btn-style-three:hover {
    transform: scale(1.05);
}

#quoteModal .quote-form .free-quote-btn:hover:before,
#solar-panel-quoteModal .quote-form .free-quote-btn:hover:before,
#solar-battery-quoteModal .quote-form .free-quote-btn:hover:before,
.footer-btn-style:hover:before,
.btn-style-five:hover:before,
.btn-style-two:hover:before,
.btn-light:hover:before,
.btn-style-three-lg:hover:before,
.btn-style-three:hover:before {
    right: 105%;

}

.btn-style-four {
    overflow: hidden;
    transform: scale(1)
}

.btn-light:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 50px;
    background: #c8e2ff;
    right: -40px;
    top: -40px;
    transform: rotate(37deg);
    transition: all .3s;
    opacity: 0.3;
}

.btn-style-four:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 50px;
    background: #ffefb3;
    right: -40px;
    top: -40px;
    transform: rotate(37deg);
    transition: all .3s;
    opacity: 0.3;
}

.btn-style-four:hover {
    transform: scale(1.05);
}

.btn-style-four:hover:before {
    right: 105%;

}

.count-text {
    display: inline-block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.count-text.updating {
    transform: scale(1.2);
    opacity: 0.8;
}

.solar-feed-in-adelaide-six {
    padding: 60px 0;
}

.solar-feed-in-adelaide-six .package-box {
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.solar-feed-in-adelaide-six .package-box .content {
    width: 60%;
}

.solar-feed-in-adelaide-six .package-box .package-image-wrapper {
    width: 40%;
}

.solar-feed-in-adelaide-six .package-box .content .table-responsive .solar-table thead tr th:nth-child(1) {
    background-color: var(--yellow-theme-color);
    border-radius: 6px 0 0;
}

.solar-feed-in-adelaide-six .package-box .content .table-responsive .solar-table thead tr th:nth-child(2) {
    background-color: #43BAA8;
    color: var(--white-font-color);
}

.solar-feed-in-adelaide-six .package-box .content .table-responsive .solar-table thead tr th:nth-child(3) {
    background-color: #0E8696;
    color: var(--white-font-color);
}

.solar-feed-in-adelaide-six .package-box .content .table-responsive .solar-table thead tr th:nth-child(4) {
    background-color: #4CB315;
    color: var(--white-font-color);
}

.solar-feed-in-adelaide-six .package-box .content .table-responsive .solar-table thead tr th:nth-child(5) {
    background-color: #DE5135;
    color: var(--white-font-color);
}

.solar-feed-in-adelaide-six .package-box .content .table-responsive .solar-table thead tr th:nth-child(6) {
    background-color: #F7C12A;
    color: var(--white-font-color);
    border-radius: 0 6px 0 0;
}

.solar-feed-in-adelaide-six .package-box .content .table-responsive .solar-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--blue-theme-color);
    border-radius: 6px;
    overflow: hidden;
}

.solar-feed-in-adelaide-six .package-box .content .table-responsive .solar-table th,
.solar-feed-in-adelaide-six .package-box .content .table-responsive .solar-table td {
    border: 1px solid var(--blue-theme-color);

}

.border-radius-bottom-right {
    border-radius: 0 0 6px 0;
}

.home-banner .banner img {
    width: 100%;
}