:root {
  --ztc-bg-bg-17: linear-gradient(90deg, #f7d936 0%, #f59625 100%);
  --ztc-bg-bg-18: #f59625;
  --ztc-bg-bg-19: #265792;
  --ztc-bg-bg-20: #fafafc;
  --ztc-text-text-12: #f59625;
  --ztc-text-text-13: #265792;
}

.homepage2-body .vl-transparent-header {
  background: var(--ztc-bg-bg-1);
}

.homepage2-body .header-sticky {
  background: var(--ztc-bg-bg-1);
  box-shadow: 0 2px 3px rgb(210 210 210 / 50%);
}

.homepage2-body .vl-transparent-header::after {
  display: none;
}

.homepage2-body .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-2);
  padding: 0 10px;
}

/* p a strong {
  color: #001c47;
} */

.vl-btn2 {
  background: var(--ztc-bg-bg-17);
}

.vl-btn2:hover {
  color: var(--ztc-text-text-1);
}

.vl-btn2::after {
  background: var(--ztc-bg-bg-17);
}

.homepage2-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-12);
}

.homepage2-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-12);
}

.homepage2-body .vl-main-menu ul>li .sub-menu::after {
  background: var(--ztc-bg-bg-18);
}

.homepage2-body .vl-main-menu ul>li .sub-menu li a::after {
  background: var(--ztc-bg-bg-18);
}

.homepage2-body .vl-header-action-item button {
  color: var(--ztc-text-text-12);
}

.homepage2-body .vl-offcanvas {
  background: var(--ztc-bg-bg-19);
}

.vl-footer2-section-area {
  background: var(--ztc-bg-bg-19);
}

.vl-footer2-section-area .vl-copyright-area {
  border-color: #999999;
}

.vl-footer2-section-area .footer-logo1 img {
  width: auto;
  height: 80px;
}

.homepage2-body .vl-transparent-header .vl-logo img {
  width: auto;
  height: 80px;
}

.vl-footer2-section-area .vl-footer-widget.contact ul li a:hover,
.vl-footer2-section-area .vl-footer-widget.first-padding ul li a:hover,
.vl-footer2-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover,
.vl-footer2-section-area .vl-copyright-area ul li a:hover {
  color: var(--ztc-text-text-12);
}

.vl-footer2-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-17);
}

.heading1 h5 {
  color: var(--ztc-text-text-13);
}

.heading2 .vl-section-subtitle {
  color: var(--ztc-text-text-13);
  background: #2657920f;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid;
  border-color: #2657920f;
  display: inline-block;
  padding: 10px 12px;
}

.about2 .about-img::after {
  background: var(--ztc-bg-bg-19);
}

/**----------------------------------------
START: Theme Price CSS
----------------------------------------*/
.tj-price-section {
  padding-top: 120px;
  padding-bottom: 90px;
  background: var(--ztc-bg-bg-20);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.tj-price-section .tj-sec-heading-two {
  max-width: 670px;
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-section .tj-sec-heading-two {
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.tj-price-section .tj-sec-heading-two .desc p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2.1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-section .tj-sec-heading-two .desc p {
    font-size: 16px;
    line-height: 1.9;
  }
}

.price-top-content {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .price-top-content {
    margin-bottom: 40px;
    display: block;
  }
}

.tj-price-item {
  margin-bottom: 30px;
  border: 1px solid var(--ztc-bg-bg-19);
  background: var(--ztc-bg-bg-1);
  padding: 36px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item {
    padding: 25px;
  }
}

.tj-price-item .save {
  background: var(--ztc-bg-bg-19);
  color: var(--ztc-text-text-1);
  font-size: 14px;
  padding: 6px 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .save {
    top: 10px;
    right: 10px;
  }
}

.tj-price-item .title {
  margin-bottom: 20px;
  font-size: 24px;
}

.tj-price-item .desc {
  margin-bottom: 12px;
}

.tj-price-item .desc p {
  line-height: 1.6;
}

.tj-price-item .price-percent {
  margin-bottom: 10px;
}

.tj-price-item .price-percent .price-number {
  font-size: 50px;
  color: var(---ztc-family-font1);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  line-height: 1;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .price-percent .price-number {
    font-size: 35px;
    margin-right: 10px;
  }
}

.tj-price-item .price-percent .price-number .price-percent {
  font-size: 16px;
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-13);
}

/* .tj-price-item .price-button {
  margin-bottom: 20px;
} */

.tj-price-item .price-list ul .style-1 {
  font-size: 17px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-13);
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .price-list ul .style-1 {
    font-size: 16px;
    padding-left: 40px;
  }
}

.tj-price-item .price-list ul .style-1:last-child {
  margin-bottom: 0;
}

.tj-price-item .price-list ul .style-1 i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-19);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.tj-price-item .price-list ul .style-2 {
  font-size: 17px;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .price-list ul .style-2 {
    font-size: 16px;
    padding-left: 40px;
  }
}

.tj-price-item .price-list ul .style-2:last-child {
  margin-bottom: 0;
}

.tj-price-item .price-list ul .style-2 i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.price-switcher {
  border-radius: 10px;
  border: 1px solid var(--ztc-bg-bg-19);
  background: #2657920f;
  padding: 10px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .price-switcher {
    max-width: 250px;
    gap: 10px;
  }
}

.price-switcher span {
  cursor: pointer;
}

.price-switcher .switcher-btn {
  color: var(--ztc-text-text-13);
  background: transparent;
  font-size: 17px;
  font-weight: var(--ztc-weight-medium);
  border-radius: 4px;
  padding: 9px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .price-switcher .switcher-btn {
    padding: 9px 10px;
    font-size: 16px;
  }
}

.price-switcher .switcher-btn.active {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-19);
}

/* !END: Theme Price CSS */
.faq-inner .faq-main-section .accordion-item {
  background: var(--ztc-bg-bg-19);
}

p {
  font-size: var(--ztc-font-size-font-s18);
}

.contact1 .widget-contactbox::after {
  background: var(--ztc-bg-bg-19);
}

.home-banner {
  margin-top: 110px;
  margin-bottom: 75px;
}

.arrow-ul {
  list-style: none;
  padding-left: 30px;
}

.arrow-ul li {
  position: relative;
  margin-bottom: 5px;
}

.arrow-ul li::before {
  content: url(../images/icons/circle-chevron-right.svg);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
}

.payment-box {
  border: 1px solid var(--ztc-bg-bg-19);
  background: var(--ztc-bg-bg-4);
  padding: 35px;
  text-align: center;
  height: 500px;
}

.payment-box .section-title-five {
  margin: 20px 0;
}

.p-gap p {
  margin-bottom: 15px;
}

.contact1 .contact1-boxarea .input-area {
  margin-top: 15px;
}

.contact2 .contact2-boxarea .input-area input {
  margin-top: 0px;
  padding: 16px;
}

.contact2 .contact1-boxarea .outer-box {
  background-color: #265792;
  border-radius: 10px;
}

.error {
  color: red;
  font-size: 14px;
  margin: 0px;
}

.error1 {
  color: white;
  font-size: 14px;
  margin: 0px;
}

.quotemodal-btn-close {
  position: absolute;
  top: 2%;
  right: 1%;
  color: #fff;
  z-index: 99999;
  background: #002b5b;
  line-height: 0;
  opacity: 1;
  font-size: 45px;
  border-radius: 50%;
  padding: 0px;
}

.quote-img {
  /* transform: translate(0px, -80px); */
  border: 10px solid #fff;
  border-radius: 20px;
}

.quote-img img {
  border-radius: 10px;
}

#quoteModal .modal-body {
  background: #e3e3e3;
}

.quotemodal-btn-close span {
  position: absolute;
  top: 40%;
  right: 32%;
  color: #fff;
  z-index: 99999;
  background: var(--blue-theme-color);
  line-height: 0;
  opacity: 1;
  font-size: 35px;
  border-radius: 50%;
  padding: 0px;
}

.skils2 .skills-boxarea:hover h3 {
  background: var(--ztc-bg-bg-18);
}

.skils2 .skills-boxarea .content-area a:hover {
  color: var(--ztc-text-text-12);
}

.skils2 .skills-boxarea .content-area p {
  font-size: var(--ztc-font-size-font-s18);
}

.quote-content .title {
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
  font-size: 1.75rem;
}

.contact1 .widget-contactbox {
  height: 120px;
}

.faq-inner .faq-main-section .accordion-item button::before {
  width: 3px;
}

.faq-inner .faq-main-section .accordion-item button::after {
  position: absolute;
  right: 24px;
  top: 27px;
  width: 3px;
}

.faq-inner .faq-main-section .accordion-item button {
  padding: 25px 35px 25px 25px;
}

.call-us {
  padding: 10px;
  color: var(--bs-heading-color);
  font-weight: 500;
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.call-us:hover {
  color: var(--ztc-text-text-13);
}

.call-us svg {
  background-color: var(--ztc-bg-bg-19);
  padding: 6px;
  border-radius: 20px;
}

.mobile-footer-navigation {
  position: fixed;
  width: 75%;
  bottom: 5px;
  z-index: 99;
  background: var(--ztc-bg-bg-19);
  padding: 10px;
  border-radius: 50px;
  left: 50px;
  right: 0;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(255 255 255);
}

.mobile-footer-navigation img {
  height: 35px;
}

.mobile-footer-navigation span {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
}

.brand-section {
  background: var(--ztc-bg-bg-4);
  padding: 60px 0;
}

.brand-slider {
  margin-top: 0px;
  /* background: var(--ztc-bg-bg-20); */
}

.brand-logo img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  display: block;
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}

.brand-logo img:hover {
  filter: grayscale(1000%);
}

.service2 .service1-boxarea::after {
  background: var(--ztc-bg-bg-17);
}

.service2 .service1-boxarea .icons {
  background: none;
}

.service2 .service1-boxarea .icons img {
  height: 60px;
}

.service2 .service1-boxarea:hover .icons img {
  filter: unset;
}

.service2 .service1-boxarea:hover .icons {
  background: none;
}

.service2 .service1-boxarea .content-area p {
  font-weight: var(--ztc-weight-semibold);
}

.service2 .service1-boxarea .content-area .title {
  height: 50px;
}

.pac-container {
  z-index: 999999999 !important;
}

.bg-none {
  background: none;
}

.bg-l-shadow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.heading2 .vll-section-title {
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s36) !important;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 46px;
  display: inline-block;
  transition: all 0.4s;
}

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

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

.solar-table {
  border-radius: 8px;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
  /* ensures horizontal scrolling on small screens */
}

.solar-table thead {
  background-color: #1f4e8c;
  color: #fff;
}

.solar-table th,
.solar-table td {
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #000;
  /* black borders */
}

.solar-table th {
  font-weight: 600;
}

.table-bordered {
  border: 1px solid #000;
  /* black outer border */
  border-radius: 8px;
}

/* Smooth overlay scroll on mobile */
.solar-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* iOS smooth scroll */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

/* Custom scrollbar styling for WebKit browsers */
.solar-scroll::-webkit-scrollbar {
  height: 8px;
}

.solar-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.solar-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.solar-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.solar-package-section {
  padding: 60px 0;
}

.text-blue {
  color: var(--ztc-text-text-13);
}

.why-choose-suncraft {
  background: url("../images/locations/nsw/location-nsw-bg1.webp") no-repeat center center/cover;
  color: #fff;
}

.why-choose-suncraft .choose-card {
  background: #fff;
  color: #2c3e50;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.why-choose-suncraft .choose-card:hover {
  transform: translateY(-5px);
}

.why-choose-suncraft .number-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--ztc-text-text-13);
  /* Bootstrap primary color */
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}

.solar-package-section2 .quality-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.solar-package-section2 .quality-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.solar-package-section2 .quality-card h6 {
  font-size: 1rem;
  color: #555;
  margin-left: 20px;
  margin-bottom: 10px;
  /* Bootstrap primary */
}

.solar-package-section2 .quality-card p {
  font-size: 0.9rem;
  color: #555;
}

.solar-package-section2 .quality-card .btn1::before {
  content: url(../images/icons/circle-chevron-right.svg);
  position: absolute;
  margin-bottom: 5px;
  left: -30px;
  height: 25px;
  width: 25px;
}

.battery-package {
  background: url("../images/locations/location-nsw-bg2.webp") no-repeat center center/cover;
  color: #fff;
}

.battery-package-2 {
  background: url("../images/locations/location-nsw-bg3.webp") no-repeat center center/cover !important;
}


.battery-package .gradient-text {
  font-size: 2.7rem;
  /* adjust as needed */
  font-weight: 700;
  background: linear-gradient(90deg, #f7d936 0%, #f59625 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
  text-fill-color: transparent;
}

.service21 {
  background: unset !important;
}

.border-top-review {
  padding: 16px 0 0 0;
  border-top: 1px solid var(--ztc-border-border-1);
}

.prduct-review-carosul .testimonial-dots-main5 .testimonial-main-slider .images {
  padding: 0;
  border-top: none !important;
}

.testimonial5 .testimonial-dots-main5 .testimonial-main-slider .images .text p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.prduct-review-carosul .testimonial-dots-main5 .testimonial-main-slider .pera {
  height: 250px;
}

.testimonial5 .testimonial-dots-main5 .testimonial-main-slider ul li i {
  color: #fbad1a !important;
}

.location-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #001c47;
}

.testimonial-main-slider .border-top-review a .product-review-logo {
  height: 22px;
}

.prduct-review-carosul .testimonial-dots-main5 .testimonial-main-slider .pera {
  color: #6e777d;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: left;
  min-height: 230px;
  max-height: 230px;
  overflow-y: auto;
  padding-right: 5px;
}

/* Chrome / Edge / Safari */
.pera::-webkit-scrollbar {
  width: 6px;
}

.pera::-webkit-scrollbar-track {
  background: #f0f0f0b1;
  border-radius: 10px;
}

.pera::-webkit-scrollbar-thumb {
  background: #9bb5d0;
  border-radius: 10px;
}

.pera::-webkit-scrollbar-thumb:hover {
  background: #6d8fb0;
}

.footer-offercard {
  position: fixed;
  bottom: 0;
  background: var(--ztc-bg-bg-17);
  width: 100%;
  box-shadow: 1px 16px 20px 10px #3a3a3a;
  z-index: 100;
}

.footer-offercard .offercard-img {
  width: 550px;
  position: relative;
  height: 111px;
  overflow: hidden;
}

.footer-offercard .offercard-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right center;
  right: 0;
}

.footer-offercard .offercard-title {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}

.footer-offercard .offercard-title span {
  color: var(--ztc-bg-bg-19);
}

.footer-offercard .offercard-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.footer-offercard .btn-style-one {
  background-color: var(--ztc-bg-bg-19);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s;
}

.specialOfferQuote_no_border {
  border: 0;
}

/* .footer-offercard .w-fit-content span {
  color: var(--ztc-bg-bg-19);
  margin-bottom: 8px;
} */

#XmaxWebcountdown {
  text-align: center;
  margin: auto;
  /* padding: 0 0 40px 0;
  position: absolute; */
  top: 15px;
  left: 0;
  right: 0;
}

#XmaxWebcountdown .labels li {
  width: 56px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 9px;
  color: var(--ztc-bg-bg-19);
  margin-top: 5px;
}

#XmaxWebcountdown #tiles>span,
#XmaxWebcountdown #mobtiles>span {
  border-radius: 10px;
  min-width: 46px;
  font-size: 22px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  background-color: var(--ztc-bg-bg-19);
  margin: 0 7px;
  display: inline-block;
  position: relative;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#XmaxWebcountdown .labels {
  width: 100%;
  height: 22px;
  text-align: center;
  /* position: absolute;
  bottom: 44px; */
}

#XmaxBlogcountdown .titles {
  width: 100%;
  height: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin: 0px;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

.chrismas-header-title {
  background-color: #e22a30 !important;
  padding: 10px 0 !important;
}

.custom-br-tag {
  display: none;
}

@media (min-width: 0px) and (max-width: 576px) {
  .footer-offercard .offercard-title {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    text-align: center;
  }

  .footer-offercard .offercard-desc,
  .footer-offercard .offercard-img {
    display: none;
  }

  #XmaxWebcountdown {
    text-align: center;
    margin: auto;
    top: 69px;
    left: 0;
    right: 0;
  }

  #XmaxWebcountdown .labels li {
    width: 52px;
    font-size: 9px;
  }

  #XmaxWebcountdown #tiles>span {
    background-color: #3d6da8;
    border-radius: 10px;
    min-width: 42px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
  }

  .footer-offercard .btn-style-one {
    font-size: 16px;
  }

  #XmaxWebcountdown .labels {
    width: 100%;
    height: 30px;
  }

  #XmaxWebcountdown .titles {
    width: 100%;
    height: 18px;
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
    bottom: 6px;
  }

  .chrismas-header-title p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }

  .footer-offercard .btn-style-one {
    padding: 5px 10px;
  }

  .location-card img {
    min-width: 290px;
  }

  .pb70 {
    padding-bottom: 70px !important;
  }

  .quotemodal-btn-close span {
    font-size: 25px;
  }

  .quotemodal-btn-close {
    top: 2%;
    right: 1%;
    font-size: 35px;
  }
}

/*mobile css*/
@media (min-width: 576px) and (max-width: 767px) {
  #XmaxWebcountdown {
    text-align: center;
    /* border: 1px solid #111; */
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
  }

  #XmaxWebcountdown #tiles>span {
    width: 34px;
    max-width: 34px;
    font-size: 20px;
    line-height: 20px;
    margin: 0px 1px;
    padding: 4px 0 4px 0;
  }

  #XmaxWebcountdown .labels {
    width: 100%;
    height: 26px;
  }

  #XmaxWebcountdown .titles {
    width: 100%;
    height: 15px;
    font-size: 9px;
    line-height: 9px;
    margin: 0px;
    bottom: 10px;
    text-align: center;
    /* margin: auto; */
  }

  .footer-offercard .btn-style-one {
    padding: 5px 10px;
  }

  .footer-offercard .offercard-img {
    display: none;
  }

  .footer-offercard .offercard-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .footer-offercard .offercard-desc {
    font-size: 12px;
    line-height: 14px;
  }

  #XmaxWebcountdown .labels li {
    width: 40px;
    font-size: 9px;
  }

  .footer-offercard .w-fit-content h6 {
    font-size: 12px;
  }

  .quotemodal-btn-close span {
    font-size: 25px;
  }

  .quotemodal-btn-close {
    top: 2%;
    right: 1%;
    font-size: 35px;
  }

  .custom-br-tag {
    display: block;
  }
}

/*tab css*/
@media (min-width: 768px) and (max-width: 991px) {
  .footer-offercard .btn-style-one {
    font-size: 14px;
  }

  .footer-offercard .btn-style-one {
    padding: 5px 10px;
  }

  #XmaxWebcountdown {
    text-align: center;
    /* border: 1px solid #111; */
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
  }

  #XmaxWebcountdown .labels li {
    width: 50px;
    font-size: 10px;
  }

  #XmaxWebcountdown #tiles>span {
    min-width: 36px;
    font-size: 18px;
    line-height: 36px;
  }

  #XmaxWebcountdown .labels {
    width: 100%;
    height: 22px;
  }

  #XmaxWebcountdown .titles {
    width: 100%;
    height: 16px;
    font-size: 12px;
    line-height: 12px;
    margin: 0px;
    bottom: 10px;
  }

  .footer-offercard .offercard-img {
    display: none;
  }

  .footer-offercard .offercard-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .footer-offercard .offercard-desc {
    font-size: 12px;
    line-height: 14px;
  }

  #XmaxWebcountdown .labels li {
    width: 45px;
    font-size: 9px;
  }

  .footer-offercard .w-fit-content h6 {
    font-size: 12px;
  }

  .quotemodal-btn-close span {
    font-size: 25px;
  }

  .quotemodal-btn-close {
    top: 2%;
    right: 1%;
    font-size: 35px;
  }
}

/*laptop css*/
@media (min-width: 992px) and (max-width: 1199px) {
  #XmaxWebcountdown {
    text-align: center;
    /* border: 1px solid #111; */
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
  }

  #XmaxWebcountdown .labels li {
    width: 45px;
    font-size: 9px;
  }

  .footer-offercard .w-fit-content h6 {
    font-size: 12px;
  }

  #XmaxWebcountdown #tiles>span {
    background-color: #3d6da8;
    border-radius: 10px;
    min-width: 36px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
  }

  #XmaxWebcountdown .labels {
    width: 100%;
    height: 22px;
    bottom: 36px;
  }

  #XmaxWebcountdown .titles {
    width: 100%;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
    bottom: 10px;
  }

  .footer-offercard .offercard-img {
    display: none;
  }

  .footer-offercard .offercard-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .footer-offercard .offercard-desc {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .footer-offercard .offercard-img {
    width: 420px !important;
    height: 110px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* .footer-offercard .offercard-img {
    width: 380px;
    height: 110px;
  } */

  .footer-offercard .offercard-title {
    margin-top: 10px;
    font-size: 18px;
  }

  .footer-offercard .offercard-desc {
    font-size: 12px;
    line-height: 14px;
  }

  .custom-br-tag {
    display: block;
  }
}

/*pc css*/
@media (min-width: 1200px) and (max-width: 1439px) {
  /* .footer-offercard .offercard-img {
    width: 380px;
    height: 110px;
  } */

  #XmaxWebcountdown {
    text-align: center;
    /* border: 1px solid #111; */
    margin: auto;
    /* padding: 0 0 40px 0;
    position: absolute; */
    top: 5px;
    left: 0;
    right: 0;
  }

  #XmaxWebcountdown .labels li {
    width: 52px;
    font-size: 9px;
  }

  #XmaxWebcountdown #tiles>span {
    background-color: #3d6da8;
    border-radius: 10px;
    min-width: 42px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
  }

  .footer-offercard h6 {
    font-size: 14px;
  }

  #XmaxWebcountdown .labels {
    width: 100%;
    height: 22px;
  }

  #XmaxWebcountdown .titles {
    width: 100%;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
    bottom: 10px;
  }
}

@media (min-width: 1500px) and (max-width: 1700px) {
  /* .footer-offercard .offercard-img {
    width: 400px;
    height: 110px;
  } */

  .footer-offercard .offercard-title {
    font-size: 20px;
  }

  .footer-offercard .offercard-desc {
    font-size: 19px;
  }
}

/* KUNJ----------------------------------------->> */

:root {
  --ztc-bg-bg-17: linear-gradient(90deg, #f7d936 0%, #f59625 100%);
  --ztc-bg-bg-18: #f59625;
  --ztc-bg-bg-19: #265792;
  --ztc-bg-bg-20: #fafafc;
  --ztc-text-text-1: #fff;
  --ztc-text-text-12: #f59625;
  --ztc-text-text-13: #265792;
  --yellow-theme-color: #ffce1b;
}

.font-gray {
  color: var(--ztc-text-text-3);
  font-size: 18px;
}

.heading2 .table-wrapper table tbody td {
  font-weight: 500;
}

.heading2 .table-wrapper .fw-normal table tbody td {
  font-weight: 400;
}

.tj-price-item {
  /* margin-bottom: 30px; */
  border: 1px solid var(--ztc-bg-bg-19);
  background: var(--ztc-bg-bg-1);
  padding: 36px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /* margin-bottom: 15px;*/
}

.bg-cc,
.bg-nc,
.bg-qld,
.bg-gc,
.bg-tsv,
.bg-sc,
.bg-wa,
.bg-perth,
.bg-wl,
.bg-nsw-1,
.bg-residential-1,
.bg-residential-2,
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-nsw-1 {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/locations/nsw/bg-img.webp");
}

.bg-cc {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/locations/nsw/location-cc-bg-1.webp");
}

.bg-nc {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/locations/nsw/location-nc-bg-1.webp");
}

.bg-wl {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/locations/nsw/location-wl-bg-1.webp");
}

.bg-qld {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/locations/qld/location-qld-bg-1.webp");
}

.bg-gc {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/locations/qld/location-qld-gc-bg.webp");
}

.bg-sc {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/locations/qld/location-qld-sc-bg.webp");
}

.bg-tsv {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/locations/qld/location-qld-tsv-bg.webp");
}

.bg-wa {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/locations/wa/location-wa-bg.webp");
}

.bg-perth {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/locations/wa/location-wa-perth-bg.webp");
}

.bg-residential-1 {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/residential/bg-1.webp");
}

.bg-residential-2 {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/residential/bg-2.webp");
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  /* can be placed in line 179 */
  .price-top-content {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.solar-package-section .nav-pills .nav-link-custom {
  color: #265792;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  border: transparent;
  background-color: transparent;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
  opacity: 0.5;
  text-wrap-mode: nowrap;
  padding: 16px 40px;
  width: 100%;
  border-radius: 30px;
}

.solar-package-section .nav-pills .nav-link-custom.active {
  color: #fff;
  gap: 10px;
  opacity: 1;
  border-bottom-width: 4px;
  background-image: var(--ztc-bg-bg-17);
}

.solar-package-section .nav-pills {
  border: 1px solid #d5dce3;
  padding: 10px;
  border-radius: 999px;
}

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

.solar-package-section .tab-content .card {
  padding: 70px 30px 30px;
  position: relative;
}

.solar-package-section .tab-scroll-wrapper #pills-tab .nav-item {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

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

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

.solar-package-section .tab-pane .card-header {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--ztc-bg-bg-19);
  color: #fff;
  border-radius: 20px;
  padding: 14px 0;
  width: 70%;
  text-align: center;
  line-height: 100%;
}

.solar-package-section .tab-pane .price-number {
  font-size: 48px;
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  line-height: 1;
}

.solar-package-section .tab-pane .card-header p {
  font-size: 20px;
}

.solar-package-section .tab-pane .card .arrow-ul li {
  font-size: 18px;
  color: var(--ztc-bg-bg-19);
  font-weight: 500;
}

.btn-style-four,
.btn-style-four:visited {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  border-radius: 6px;
  position: relative;
  background-color: #fff;
  color: var(--ztc-bg-bg-color);
  padding: 8px 30px;
  text-align: center;
  border: 2px solid var(--yellow-theme-color);
  transition: all 0.4s;
}

.btn-style-four:active,
.btn-style-four:hover {
  color: #fff;
  background: var(--ztc-bg-bg-17);
  transform: translateY(-5px);
}

.btn-style-four:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}

.btn-style-four::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.solar-package-section .tab-pane .item {
  margin-top: 60px;
  margin-bottom: 20px;
}

.popular-tag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  padding: 8px 16px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  font-weight: 700;
  color: #fff;
  background-image: var(--ztc-bg-bg-17);
}

.section-padding {
  padding: 80px 0;
}

.custom-header-container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.6rem;
}

.installation-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.battery-carousel .item {
  margin: 18px 0;
}

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

.grey-bg-color {
  background-color: #fafafc !important;
}

.fw-medium td {
  font-weight: 500;
}

.battery-package .text-white {
  font-size: 20px;
}

.battery-package .gradient-text {
  line-height: normal;
  /* line-height: 100%; */
}

@media (min-width: 0px) and (max-width: 576px) {
  .section-padding {
    padding: 30px 0;
  }

  .price-number {
    font-size: 30px;
  }

  .solar-package-section .col-lg-4:not(:last-child) {
    margin-bottom: 70px;
  }

  .solar-package-section .tab-scroll-wrapper #pills-tab .nav-item {
    width: 100%;
    max-width: unset;
  }

  .solar-package-section .tab-pane .card.most-popular,
  .solar-package-section .tab-content .card {
    padding: 50px 10px 10px;
  }

  .popular-tag {
    font-size: 12px;
    padding: 5px 10px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .solar-package-section .tab-pane .card-header {
    padding: 10px 0;
    top: -7%;

    & p {
      font-size: 16px;
    }

    & h3 {
      font-size: 32px;
    }
  }

  .tab-pane .card .vl-btn2 {
    font-size: 18px;
  }

  .custom-header-container {
    padding-inline: 1rem;
  }

  .solar-package-section .nav-pills .nav-link-custom {
    font-size: 18px;
    padding: 12px 24px;
  }

  .solar-package-section .nav-pills {
    border: 2px solid #d5dce3;
    padding: 10px;
    border-radius: 5px;
  }

  .battery-package .fs-4 {
    font-size: 16px !important;
  }

  .battery-package .gradient-text {
    font-size: 28px;
  }

  .battery-package .text-white {
    font-size: 16px;
  }

  .installation-card .card-body {
    width: 96% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }

  .price-number {
    font-size: 30px;
  }

  .solar-package-section .col-lg-4:not(:last-child) {
    margin-bottom: 70px;
  }

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

  .custom-header-container {
    max-width: 720px;
    padding-inline: 1rem;
  }

  .solar-package-section .nav-pills {
    padding: 5px;
  }

  .solar-package-section .nav-pills .nav-link-custom {
    font-size: 18px;
    padding: 12px 24px;
  }

  .battery-package .gradient-text {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }

  .price-number {
    font-size: 30px;
  }

  .popular-tag {
    font-size: 12px;
    padding: 5px 10px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .solar-package-section .nav-pills {
    padding: 5px;
  }

  .solar-package-section .nav-pills .nav-link-custom {
    font-size: 18px;
    padding: 12px 24px;
  }

  .solar-package-section .tab-pane .card.most-popular,
  .solar-package-section .tab-content .card {
    padding: 50px 15px 15px;
  }

  .solar-package-section .tab-pane .card-header {
    padding: 15px 0;
    top: -9%;

    & p {
      font-size: 16px;
    }

    & h3 {
      font-size: 32px;
    }
  }

  .solar-package-section .col-lg-4:not(:last-child) {
    margin-bottom: 70px;
  }

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

  .custom-header-container {
    max-width: 930px;
  }

  .battery-package .gradient-text {
    font-size: 32px;
  }

  .battery-package .text-white {
    font-size: 16px;
  }

  .battery-package .gradient-text {
    font-size: 34px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .popular-tag {
    font-size: 12px;
    padding: 5px 10px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .solar-package-section .tab-pane .card-header {
    padding: 8px 0;
    top: -7%;

    & p {
      font-size: 14px;
    }

    & h3 {
      font-size: 30px;
    }
  }

  .solar-package-section .tab-content .card {
    padding: 50px 15px 15px;

    & .arrow-ul li {
      font-size: 15px;
    }
  }

  .solar-package-section .tab-pane .card.most-popular {
    margin-top: 40px;

    /* & .arrow-ul li {
      font-size: 16px;
      margin-bottom: 15px;
    } */
  }

  .solar-package-section .tab-content .btn-style-four,
  .solar-package-section .tab-content .vl-btn2 {
    font-size: 16px;
    padding: 8px 16px;
    line-height: 1.5;
  }

  .solar-package-section .nav-pills {
    padding: 5px;
  }

  .solar-package-section .nav-pills .nav-link-custom {
    font-size: 20px;
    padding: 12px 36px;
  }

  .custom-header-container {
    max-width: 1080px;
  }

  .vl-header-area .hero-btn1 .vl-btn2 {
    padding: 16px 20px;
  }

  .homepage2-body .vl-transparent-header {
    padding: 10px 0;
  }

  .home-banner {
    margin-top: 100px;
  }

  .solar-package-section .tab-pane .owl-stage {
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .battery-package .gradient-text {
    font-size: 34px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .solar-package-section .tab-pane .price-number {
    font-size: 36px;
  }

  .popular-tag {
    font-size: 12px;
    padding: 5px 10px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .solar-package-section .tab-content .card {
    padding: 50px 20px 20px;
  }

  .solar-package-section .tab-pane .card-header {
    padding: 8px 0px 14px 0;

    & p {
      font-size: 16px;
    }

    & h3 {
      font-size: 42px;
    }
  }

  .solar-package-section .tab-pane .card.most-popular {
    margin-top: 90px;

    /* & ul li {
      margin-bottom: 20px;
    } */
  }

  .custom-header-container .row .col-lg-8 {
    padding: 0;
  }

  .custom-header-container {
    max-width: 1360px;
  }

  .custom-header-container .vl-btn2 {
    padding: 14px;
  }

  .solar-package-section .tab-pane .owl-stage {
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .battery-package .gradient-text {
    font-size: 36px;
  }
}

@media (min-width: 1441px) {
  .solar-package-section .tab-pane .owl-stage {
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .solar-package-section .tab-pane .card {
    margin-top: 80px;

    & .arrow-ul li {
      font-size: 18px;
      margin-bottom: 10px;
    }

    & .card-header {
      padding: 10px 0px 20px 0;
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);

      & p {
        font-size: 20px;
      }

      & h3 {
        font-size: 48px;
      }
    }
  }

  /* .solar-package-section .tab-pane .card.most-popular {
    & ul {
      margin-top: 20px;
      margin-bottom: 50px;
    }
  } */

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

.faq-inner .faq-main-section .accordion-item .accordion-button:not(.collapsed)::before {
  background-color: #265792;
}

.faq-inner .faq-main-section .accordion-item .accordion-button:not(.collapsed) {
  color: #265792;
}

.faq-inner .faq-main-section .accordion-item .accordion-body {
  border-top: 1px solid #265792;
  margin: 10px 10px 0 10px;
}

.faq-inner .faq-main-section .accordion-item .accordion-body {
  color: var(--ztc-text-text-2);
  padding: 0px 25px 10px 0px;
}

.faq-inner .faq-main-section .accordion-item .accordion-body p {
  color: var(--ztc-text-text-2);
  padding: 25px 25px 10px 25px;
}

.faq-inner .faq-main-section .accordion-item .accordion-body ul {
  color: var(--ztc-text-text-2);
  padding: 0px 25px 10px 40px;
}

.faq-inner .faq-main-section .accordion-item,
.faq-inner .faq-main-section .accordion-item button {
  background-color: #fff;
}

.faq-section .arrow-ul {
  margin-left: 20px;
  padding-bottom: 20px;
}

.most-popular-bg::before {
  content: url("../images/most-popular.png");
  position: absolute;
  right: 0;
}

.installation-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 8px;
  background: linear-gradient(180deg, #fff 0%, #f8ba14 100%);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.installation-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.installation-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(245, 196, 0, 0.35);
}

.installation-card .card-body {
  position: absolute;
  bottom: 8px;
  margin: auto;
  left: 0;
  right: 0;
  width: 93%;
  border-radius: 10px;
  padding: 12px 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  color: #ffffff;
}

.installation-card h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}

.item-description {
  font-size: 13px;
}

.battery-carousel .item {
  padding: 10px;
}

.battery-carousel .owl-dots {
  margin-top: 25px;
}

.battery-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
}

.battery-carousel .owl-dot.active span {
  background: #f5c400;
}

/* new style */

.arrow-ul li::before {
  content: url(../images/icons/circle-chevron-right.svg);
  position: absolute;
  margin: 0;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
}

.custom-shadow {
  box-shadow: 0px 0px 4px 0px #00000040;
}

.table.solar-table thead tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

.table.solar-table thead tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

.table.solar-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.table.solar-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.mw-unset {
  min-width: unset;
}

.faq-gray .faq-inner .faq-main-section .accordion-item,
.faq-gray .faq-inner .faq-main-section .accordion-item button {
  background-color: var(--ztc-bg-bg-20);
}

.gray-form .contact1 .contact1-boxarea .input-area input,
.gray-form .contact1 .contact1-boxarea .input-area .nice-select {
  background-color: var(--ztc-text-text-1);
}

.price-package-white-bg .grey-bg {
  background-color: var(--ztc-text-text-1);
}

.battery-package .gradient-text {
  line-height: normal;
}

.bg-commercial-1 {
  background-image:
    linear-gradient(to bottom, #265792b2), url("../images/commercial/bg-1.webp");
}

.bg-battery-panels {
  background-image:
    linear-gradient(to bottom, #265792b2), url("../images/solar-panel-packages/bg-battery-panels.webp");
}

.bg-battery-panels2 {
  background-image:
    linear-gradient(to bottom, #265792b2), url("../images/solar-panel-packages/bg-battery-panels2.webp");
}

.bg-20kw {
  background-image:
    linear-gradient(to bottom, #265792b2), url("../images/20kw/bg-1.webp");
}

.bg-30kw {
  background-image:
    linear-gradient(to bottom, #265792b2), url("../images/30kw/bg-1.webp");
}

.bg-50kw {
  background-image:
    linear-gradient(to bottom, #265792b2), url("../images/50kw/bg-1.webp");
}

.bg-50kw21 {
  background-image:
    linear-gradient(to bottom, #265792b2), url("../images/50kw/bg-2.webp");
}

.bg-about1 {
  background-image:
    linear-gradient(to bottom, #265792b2), url("../images/about/bg-1.webp");
}

.bg-about2 {
  background-image:
    linear-gradient(to bottom, #265792b2), url("../images/about/bg-2.webp");
}

.bg-sbs-1 {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/solar-battery-system/bg-1.webp");
}

.bg-sbs-2 {
  background-image:
    linear-gradient(to bottom, #265792b2),
    url("../images/solar-battery-system/bg-2.webp");
}

.blog-v3-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover,
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .readmore:hover,
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content h4 a:hover {
  color: var(--ztc-text-text-13);
}

.blog-details-section .blog-main-details .tags-social .social ul li a:hover,
.pagination-area ul li a.active,
.pagination-area ul li a:hover {
  background-color: var(--ztc-text-text-13);
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 {
    position: unset;
  }

  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts {
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
  }

  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content {
    padding-left: 15px;
  }
}

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

.blog-details-section .blog-main-details ul {
  padding-left: 30px;
}

.blog-details-section .blog-main-details ul li {
  list-style: unset;
  color: var(--ztc-text-text-3);
}

.blog-details-section .blog-main-details .faq-gray .faq-inner .faq-main-section .accordion-item,
.blog-details-section .blog-main-details .faq-gray .faq-inner .faq-main-section .accordion-item button {
  background-color: #ffffff;
}

.blog-details-section .blog-main-details h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: normal;
  display: inline-block;
  transition: all 0.4s;
}


.blog-details-section .blog-main-details table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

.blog-details-section .blog-main-details table,
th,
td {
  border: 1px solid #000;
}

.blog-details-section .blog-main-details table td,
th {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.blog-details-section .blog-main-details table p {
  margin: 0;
}

.inner-header-section-blog h1 {
  font-size: var(--ztc-font-size-font-s38) !important;
  line-height: 53px !important;
}

.home-banner .owl-nav {
  display: none !important;
}