/* ✅ Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
*{
	margin: 0;
	padding: 0;
}
:root {
    --primary: #0f502d;
    --light: #fff;
    --dark: #000;
	--secondary: #749f44;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Plus Jakarta Sans', sans-serif;
}
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    padding: 0;
	background: #f6f4ee;
}
.container{
	max-width: 1250px;
}
/* ================================
   Desktop Navigation
================================ */
.top-bar {
    background: var(--primary);
    color: #fff;
    padding: 5px 0;
    display: none !important;
}
.top-bar i{
	color: #fff;
	font-size: 16px;
}
.top-bar a{
	text-decoration: none;
	color: #fff;
}
.top-bar-inner{
	display: flex;
	gap: 20px;
}
.top-bar-icon {
    display: flex;
    gap: 12px;
    align-items: center;
}
.top-bar-icon p{
    margin: 0 !important;
}
.top-bar-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header .main-header {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff !important;
    padding: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.site-header.sticky .main-header {
    position: fixed !important;
    top: 0;
    background: #fff !important;
    padding: 12px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); 
    animation: slideDown 0.4s ease;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.site-header .nav {
    list-style: none;
    margin: 0;
    gap: 11px !important;
    padding: 0;
}
.site-header .nav > li {
  position: relative;
}
.logo-box {
    position: relative;
    z-index: 20;
    background: #ffffff;
}
.logo-box img {
    width: 189px;
    height: 65px;
}
.wpcf7-submit {
    background: var(--primary);
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 20px 0;
    transition: all 0.3s ease;
	display: inline-block;
	border: none;
}
.wpcf7-submit:hover {
    border-radius: 0 20px;
}
.site-header .nav > li > a {
  text-decoration: none;
  padding: 5px 15px;
  font-weight: 600 !important;
  transition: all 0.3s ease;
  display: inline-block;
  color: #000 !important;
}
/* .site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
    background: var(--secondary);
    padding: 5px 15px;
	color: #fff !important;
} */
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}
.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: #333;
  display: block;
  font-weight: 400;
}
.site-header .nav li ul.sub-menu li a:hover {
  background: #f8f9fa;
  color: #0d6efd;
}
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}
.site-header .nav li ul.sub-menu li {
  position: relative;
}
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}
@media (max-width: 991px) {
  .site-header .nav {
    display: none; 
  }
}
.mobile-quote-btn {
    background: var(--primary);
    border: 1px solid #0b6b3a;
    color: #ffffff;
    padding: 10px 13px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex !important;
    align-items: center;
    gap: -2px;
    font-size: 13px;
    transition: .3s;
}

.mobile-quote-btn:hover{
    background: #09572f;
    border-color: #09572f;
    color: #fff;
}

.mobile-quote-btn i{
    font-size: 14px;
}
/* ================================
   Mobile Menu
================================ */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#mobileMenuBtn:hover{
	background: #fff;
}
#mobileMenuBtn i{
	color: var(--primary) !important;
}
#menu-primary-1 li {
    padding: 10px;
    border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
 
#mobileMenu .menu-item-has-children {
    position: relative;
}
#mobileMenu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    display: none;
    z-index: 9999;
	color: var(--primary) !important;
}
#mobileMenu .menu-item-has-children.active > .sub-menu {
    display: block;
}
#mobileMenu .sub-menu li a {
    padding: 0 10px;
    display: block;
    font-size: 15px;
    color: var(--primary) !important;
}
#mobileMenu .menu-item-has-children > a {
    position: relative;
    padding-right: 40px;
}
#mobileMenu .dropdown-arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#mobileMenu .menu-item-has-children.active .dropdown-arrow i {
    transform: rotate(180deg);
}
.top-bar-icon .social-icons a i {
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.top-bar-inner-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
/* ================================
   Breadcrumb Section
=============================== */
.breadcrumb-section .container {
    display: flex;
    flex-direction: column;
    align-items: left;
    position: relative;
    top: 40%;
	z-index: 2;
}
section.breadcrumb-section {
    background: url(https://compare-renewables.co.uk/wp-content/uploads/2026/07/breadcrumb-final.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 60vh;
    position: relative;
}
section.breadcrumb-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 45%;
    height: 100%;
    background: linear-gradient(to left, rgb(183 205 222 / 2%) 0%, rgb(255 255 255 / 81%) 30%, rgb(255 255 255 / 84%) 65%, rgb(255 255 255 / 69%) 100%);
    z-index: 1;
}
section.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}
.breadcrumb-item.active {
    color: var(--secondary) !important;
}
ol.breadcrumb {
    font-size: 18px;
    font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: var(--primary) !important;
}
.breadcrumb-title h2 {
    color: var(--primary);
}
li.breadcrumb-item a {
    color: var(--primary);
    text-decoration: none;
}
/*===============================
      FOOTER SECTION CSS
================================= */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 8px rgba(195,180,186,.49);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  z-index: 99;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\f102";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 50px;
  text-align:center;
  font-size:16px;
  color: var(--primary);
  inset:0;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
}
ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}
.underline1 {
    height: 2px;
    width: 100px;
    background: var(--secondary);
    margin: auto;
    margin-top: 8px;
}
.underline2 {
    height: 4px;
    width: 30px;
    background: var(--yellow);
    margin: auto;
    margin-top: -3px;
}
.no-margin {
    margin-left: 0px;
}
footer {
    position: relative;
    background: url(https://compare-renewables.co.uk/wp-content/uploads/2026/07/footer-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    z-index: 1;
	padding-top: 30px;
}
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 6%);
    z-index: -1;
}
footer > * {
    position: relative;
    z-index: 2;
}
footer .btn-primary {
    padding: 8px 20px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid var(--secondary);
}
.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}
.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}
.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}
.footertop-cnt p a {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}
.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;   
}
footer a.footer-logo img {
    width: 220px;
    display: block;
}
.col-lg-7.contct-form h2 {
    font-size: 27px;
	margin-bottom:20px;
}
.footer_menu {
    padding: 40px 0 0 0;
}
.footer-details li {
    display: flex;
    margin-bottom: 15px;
    position: relative;
    gap: 20px;
}
ul.footer-details li i {
    height: 25px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
ul{
	padding-left: 0rem !important;
	list-style-type: none;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}
footer ul li.menu-item a {
    display: inline-block;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}
.menu, .footer-details {
    margin-top: 2px;
}
footer h3 {
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
footer p {
    margin-bottom: 6px;
    line-height: 27px;
}
footer a{
	color: var(--dark) !important;
}
footer .menu li {
    position: relative;
    padding-left: 0 !important;
    list-style-type: none;
}
footer .menu li{
	padding-left: 0 !important;
	color: #fff !important;
	  transition: transform 0.3s ease;
	line-height: 40px;
	margin-left: 35px;
}
footer .menu li::after {
  content: "\f101"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
footer .social-icons {
    display: flex;
    transition: 0.3s;
}
footer .social-icons a:hover{
	background: var(--primary);
}
footer .social-icons a {
    display: flex;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #1c714a96;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
footer ul li, footer ul li a, footer p, footer p a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 14px;
}
footer a.viewmore {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid var(--secondary);
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}
footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
#GoToTop i{
	color: #fff;
}
#GoToTop:hover {
  background: var(--primary);
  transform: scale(1.1);
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}
#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}
@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
}


/* ----------------- Home Page ----------------------*/
.hero-section{
    position: relative;
    overflow: hidden;
    min-height: 90vh;

    background: url("https://compare-renewables.co.uk/wp-content/uploads/2026/07/hero-banner.png") center center/cover no-repeat;

    display: flex;
    align-items: center;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 5;
    max-width: 100%;
    transform: translate(0%, 27%);
}

.hero-subtitle{
    display: inline-block;
    padding: 8px 18px;
    background: #edf8ef;
    color: #157347;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 13px;
}
.hero-content p {
    font-size: 18px;
    color: var(--primary);
    margin-bottom: 35px;
    font-weight: 600;
    max-width: 440px;
}

p.normal-text {
    color: #7e7e7e;
    font-size: 16px;
    margin-top: -22px;
    font-weight: 500;
}

.hero-btn {
    background: linear-gradient(45deg, #0f502d, #9fb73d);
    color: #fff;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 600;
}

.hero-btn:hover{
    background: #fff;
    color: var(--primary);
	border:1px solid var(--primary);
}
.out-line-btn {
    background: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.out-line-btn:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.out-line-btn:hover i {
    transform: translateX(3px);
    transition: transform 0.3s ease;
}
.rating-section{
    margin-top:40px;
}

.rating-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.rating-item img {
    max-height: 87px;
    width: 148px;
    display: block;
    transition: .3s;
}

.rating-item img:hover{
    transform:scale(1.05);
}

.hero-section .col-lg-6{
    position:relative;
    min-height:650px;
}

/* Common Card */

.info-card {
    position: absolute;
    right: 20px;
    width: 245px;
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

/* First Card */
.savings-card {
    top: 38px;
}
.card-label {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.savings-card h2 {
    color: #4e894f;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}

.savings-card h2 small {
    font-size: 15px;
    color: #444444a6;
}

.savings-card p {
    line-height: 17px;
    font-weight: 700;
    color: #668e36;
    margin-bottom: 11px;
    font-size: 15px;
}

/* Second Card */

.quote-card {
    top: 298px;
}

.quote-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}
.quote-type{
    color:#666;
    display:block;
    margin-bottom:9px;
}

.quote-card h2 {
    font-size: 26px;
    color: #4e894f;
    font-weight: 700;
    margin-bottom: 12px;
}
.quote-card ul{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

.quote-card ul li {
    margin-bottom: 7px;
    font-size: 14px;
}

.quote-card ul li i{
    color:#0B6B3A;
    margin-right:8px;
}

.quote-btn-card {
    width: 100%;
    background: #0B6B3A;
    color: #fff;
    padding: 9px;
    border-radius: 50px;
    font-weight: 600;
}

.quote-btn-card:hover{
    background:#08532e;
    color:#fff;
}
/*------------property   section---------------*/
.property-bar {
    padding: 40px 0;
    background: var(--primary);
}

.property-wrapper{
    align-items:center;
}

.property-card{
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px 30px;
    position:relative;
}

.border-end-card{
    border-right:1px solid #d9d9d9;
}
.property-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #f3faf536;
    display: flex;
    justify-content: center;
    align-items: center;
}
.property-icon img{
    width:38px;
    height:38px;
    object-fit:contain;
}
.property-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 1;
}

.property-content h3 span{
    font-size:22px;
}

.property-content p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

@media(max-width:991px){

    .border-end-card{
        border-right:none;
        border-bottom:1px solid #ddd;
    }

    .property-card{
        padding:25px 0;
    }
}

/* About Section  */
.about-renewables {
    background: #f8fbf8;
    padding: 90px 0;
}

.section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #0b8342;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    font-size: 45px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

.section-text{
    font-size:18px;
    color:#6b7280;
    line-height:1.8;
    margin-bottom:18px;
}

.about-image{
    position: relative;
    z-index: 1;
}

.about-image img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    position: relative;
    z-index: 2;
}

.about-image::before {
    content: "";
    position: absolute;
    top: 24%;
    right: -35px;
    transform: translateY(-50%);
    width: 168px;
    height: 220px;
    background: url("https://compare-renewables.co.uk/wp-content/uploads/2026/07/bg-image-scaled-e1782899166240.jpg") no-repeat center;
    background-size: contain;
    z-index: 1;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:10px;
}

.feature-icon{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#e8f8ee;
    color:#0c8b45;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
    font-weight:700;
}

.feature-box span {
    font-size: 12px;
    font-weight: 600;
    color: #17392d;
}

@media(max-width:991px){

    .section-title{
        font-size:38px;
    }

    .section-text{
        font-size:16px;
    }

    .feature-box{
        margin-bottom:15px;
    }

}

/*----------- Our Solution Section =-------------------  */
.our-solution{
    padding:90px 0;
    background:#fff;
}

.section-heading{
    max-width:700px;
    margin:auto;
}

.solution-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.solution-card:hover{
    transform:translateY(-8px);
}

.solution-top {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 13px;
}
.solution-image {
    width: 100px;
    height: 102px;
    flex-shrink: 0;
    background: #f3faf5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-image img {
    width: 100%;
    height: 85%;
    object-fit: contain;
}
.solution-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #16382c;
    margin-bottom: 10px;
}

.solution-content p {
    color: #666;
    margin: 0;
    font-size: 14px;
}

.solution-list{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.solution-list li{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
    color:#555;
}

.solution-list i{
    color:#16a34a;
    font-size:18px;
}

/* -------------- Why choose us -------------------- */
section.why-choose-us {
    padding: 60px 0px;
    background: #f8fbf8;
}

.why-row{
    margin-top:60px;
}

.why-card{
    position: relative;
    text-align: center;
    padding: 25px 20px;
    height: 100%;
}

/* Vertical Border */
.border-line::before{
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 180px;
    background: #E6E6E6;
}

/* Connector Image */
.border-line::after {
    content: "";
    position: absolute;
    top: -95px;
    right: -170px;
    width: 300px;
    height: 299px;
    background: url('https://compare-renewables.co.uk/wp-content/uploads/2026/07/dotted_line-removebg-preview-1.png') no-repeat center;
    background-size: contain;
    z-index: 2;
    opacity: 0.1;
}

/* Hide connector for last card */
.col-lg-3:last-child .why-card::after{
    display: none;
}

.why-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: #0f502d3d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.why-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    background: var(--primary);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
}

.why-card p {
    font-size: 15px;
    line-height: 23px;
    color: #666;
    margin: 0;
}

/* Vertical Border */

.border-line{
    position:relative;
}
/* Responsive */

@media(max-width:991px){

    .why-choose-us{
        padding:60px 0;
    }

    .section-title{
        font-size:34px;
    }

    .border-line::after{
        display:none;
    }

    .why-card{
        margin-bottom:35px;
    }

}

@media(max-width:767px){

    .section-title{
        font-size:28px;
    }

    .why-icon{
        width:75px;
        height:75px;
    }

    .why-icon img{
        width:40px;
        height:40px;
    }

    .why-card h4{
        font-size:20px;
    }

    .why-card p{
        font-size:15px;
        line-height:26px;
    }

}

/* Work Process  */
.work-process{
    padding:80px 0;
    background:#fff;
}

.work-row{
    margin-top:60px;
}

.work-card{
    position:relative;
    background:#fff;
    border:1px solid #E7E7E7;
    border-radius:18px;
    padding:30px;
    height:100%;
    transition:.3s;
}

.work-card:hover{
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.step-number{
    position:absolute;
    top:-15px;
    left:20px;
    width:36px;
    height:36px;
    border-radius:50%;
    background:#0E7A39;
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}

.work-content{
    display:flex;
    align-items:center;
    gap:20px;
}

.work-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#F4F6F5;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.work-icon img{
    width:45px;
    height:45px;
    object-fit:contain;
}

.work-text h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
    color:#183B2B;
}

.work-text p{
    margin:0;
    color:#666;
    line-height:1.7;
    font-size:15px;
}

/* Arrow Connector */

.has-arrow::after{
    content:"➜";
    position:absolute;
    top:50%;
    right:-28px;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    color:#0E7A39;
    font-size:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:10;
}

@media(max-width:991px){

    .work-card{
        margin-bottom:30px;
    }

    .has-arrow::after{
        display:none;
    }

    .work-content{
        flex-direction:column;
        text-align:center;
    }

}

/* ------------- Testimonial------------------  */
.testimonial-section {
    padding: 60px 0;
    background: #f8fbf8;
}

.testimonialSwiper{
    padding-bottom:60px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 30px;
    height: 100% !important;
    transition: .3s;
}

.testimonial-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.quote-icon{
    color:#8b1e22;
    font-size:28px;
    margin-bottom:15px;
}

.stars {
    color: #f5b301;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
}

.review-text{
    color:#555;
    line-height:1.8;
    margin-bottom:25px;
}

.user-box{
    display:flex;
    align-items:center;
    gap:15px;
}

.user-box img{
    width:55px;
    height:55px;
    border-radius:50%;
    object-fit:cover;
}

.user-name{
    font-size:18px;
    font-weight:700;
}

.user-country{
    font-size:14px;
    color:#777;
}

.swiper-pagination-bullet-active {
    background: #0f502d;
}

/* --------------Projec6t sedtion css------------------ */
.recent-projects {
    padding: 60px 0;
    background: #fff;
}

.section-tag{
    display:block;
    color:#5c9f69;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #12362a;
    margin-bottom: 15px;
}

.view-project-btn{
    color:#0d5c39;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.view-project-btn i{
    margin-left:8px;
}

.view-project-btn:hover{
    color:#1c8a52;
}

.project-card{
    transition:.3s;
}

.project-img{
    overflow:hidden;
    border-radius:16px;
}

.project-img img{
    width:100%;
    height:230px;
    object-fit:cover;
    transition:.5s;
}

.project-card:hover img{
    transform:scale(1.08);
}

.project-content{
    padding-top:18px;
}

.project-content h4{
    font-size:18px;
    font-weight:700;
    color:#16382b;
    margin-bottom:6px;
}

.project-content p{
    color:#4f8d61;
    font-size:15px;
    margin:0;
}

/* 5 Columns */

@media(min-width:992px){

.col-lg-2-4{
    flex:0 0 20%;
    max-width:20%;
}

}

@media(max-width:991px){

.section-title{
    font-size:34px;
}

.project-img img{
    height:200px;
}

}

@media(max-width:767px){

.section-title{
    font-size:28px;
}

.project-img img{
    height:170px;
}

.project-content h4{
    font-size:16px;
}

.project-content p{
    font-size:14px;
}

}

/* ------------------- Faq Section ---------------- */
.faq-section {
    padding: 60px 0;
    background: #f7faf7;
    position: relative;
}
.accordion-item{
    border:1px solid #ececec;
    border-radius:12px!important;
    margin-bottom:15px;
    overflow:hidden;
}

.accordion-button{
    font-size:18px;
    font-weight:600;
    padding:22px;
    background:#fff;
    box-shadow:none!important;
}

.accordion-button:not(.collapsed){
    background:#fff;
    color:#14532d;
}

.accordion-body{
    color:#666;
    line-height:1.8;
}

.faq-right {
    position: sticky;
    top: 100px;
}

.faq-house {
    flex: 1;
	position:relative;
}

.faq-house img {
    width: 100%;
}

.feature-boxes {
    width: 240px;
    position: absolute;
    right: -40px;
	top:40px;
}

.feature-card{
    display:flex;
    gap:15px;
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    padding:18px;
    margin-bottom:20px;
    box-shadow:0 5px 15px rgba(0,0,0,.04);
}

.feature-card img{
    width:42px;
    height:42px;
}

.feature-card h5{
    font-size:17px;
    margin-bottom:5px;
    color:#14532d;
}

.feature-card p{
    margin:0;
    font-size:14px;
    color:#666;
}

@media(max-width:991px){

.faq-right{
flex-direction:column;
margin-top:40px;
}

.feature-boxes{
width:100%;
}

}
.accordion-button::after{
    display:none !important;
}

.faq-icon{
    margin-left:auto;
    font-size:30px;
    font-weight:400;
    color:#14532d;
}

/* contact form  */
.contct-form {
    background: #fff;
    border-radius: 17px;
    padding: 30px 30px 0px 30px;
}
p.footer-line {
    color: #fff !important;
    width: 270px;
    font-size: 15px;
    line-height: 24px;
}
.quote-form-wrapper{
    width:100%;
}

.cf7-step{
    display:none;
    animation:fade .4s ease;
}

.cf7-step.active{
    display:block;
}

@keyframes fade{

from{
opacity:0;
transform:translateX(30px);
}

to{
opacity:1;
transform:translateX(0);
}

}

.cf7-progress {
    height: 8px;
    background: #ececec;
    border-radius: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.cf7-progress-bar{
    height:100%;
    width:25%;
    background:#0f6d39;
    transition:.35s;
}

.step-buttons{
    display:flex;
    gap:15px;
    margin-top:25px;
}

.next-btn, .prev-btn, .wpcf7-submit {
    height: 48px;
    padding: 0 35px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    margin-bottom: 20px;
    margin-top: -10px;
}
button.prev-btn-lst {
    background: #c7c4c4;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 34%;
    border-radius: 7px;
    margin-right: 20px;
    height: 50px;
    border: 1px solid #c7c4c4;
    margin-top: -7px;
    font-size: 16px;
    font-weight: 600;
}
.step-buttons p {
    display: flex;
    justify-content: space-between !important;
    width: 100%;
}
.next-btn{
    background:#0f6d39;
    color:#fff;
}
.next-btn:hover{
background:#0a582d;
}
.prev-btn:hover{
background:#ddd;
}
.wpcf7-submit{
background:#0f6d39 !important;
color:#fff !important;
width:100%;

}
.step-error {
    display: block;
    color: #dc3232;
    font-size: 13px;
    margin-top: -12px;
    margin-bottom: 12px;
    font-weight: 500;
}

.wpcf7-not-valid {
    border-color: #dc3232 !important;
}
.wpcf7-submit:hover{

background:#0a582d !important;

}

.wpcf7{
width:100%;
}

.wpcf7 label {
    display: block;
    margin-bottom: -3px;
    font-weight: 600;
    color: #000;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{

width:100%;
height:54px;
padding:0 18px;
border-radius:10px;
border:1px solid #ddd;

}

.wpcf7 textarea{

height:140px;
padding:15px;
resize:none;

}

.wpcf7-not-valid{

border-color:red !important;

}
hr.separator {
    margin-top: 32px;
    /* margin-bottom: 10px; */
    color: #fff;
}
section.page-content h2 {
    color: var(--primary);
    font-size: 26px;
    margin: 20px 0px;
}
/* Parent List */
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list > li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.list > li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary);
}

/* Nested Number List */
.nested-list {
    list-style: decimal;
    padding-left: 30px;
    margin: 15px 0 0;
}

.nested-list li {
    list-style: decimal;
    display: list-item;
    padding-left: 0;
    position: static;
    margin-bottom: 10px;
    line-height: 1.8;
}

/* Remove Font Awesome icon from nested list */
.nested-list li::before {
    content: none;
}

.nested-list li::marker {
    font-weight: 700;
    color: var(--primary);
}
/* ------------- Neasted form------------  */
.form-step h3{
    font-size:28px;
    margin-bottom:25px;
    color:#222;
    font-weight:700;
}
.form-step label{
    display:block;
    margin-bottom:10px;
    font-weight:600;
    color:#333;
}

/*==================================
TEXT INPUT
==================================*/

.form-step input[type=text],
.form-step input[type=email],
.form-step input[type=tel],
.form-step textarea{

    width:100%;
    border:1px solid #ddd;
    border-radius:8px;
    padding:15px 18px;
    margin-bottom:25px;
    font-size:16px;
    transition:.3s;
}

.form-step textarea{
    min-height:140px;
    resize:none;
}

.form-step input:focus,
.form-step textarea:focus{

    outline:none;
    border-color:#28a745;
    box-shadow:0 0 8px rgba(40,167,69,.2);

}

/*==================================
RADIO & CHECKBOX
==================================*/

.wpcf7-list-item {
    display: block;
    margin: -6px 0 15px;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    font-weight: 500;
}
.wpcf7-list-item label:hover{
    background:#f7f7f7;
    border-color:#28a745;
}

.wpcf7-list-item input{
    accent-color:#28a745;
    width:18px;
    height:18px;
}

span.wpcf7-form-control.wpcf7-radio {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 9px !important;
}

/* Blog Page  */
/* Blog Card */
.blog-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #ddd;
    transition:0.4s;
    position:relative;
    height:100%;
}
.blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}
.blog-image{
    position:relative;
    overflow:hidden;
}
.blog-image img{
    width:100%;
    height:350px;
    object-fit:cover;
    transition:0.5s;
    display:block;
}
.blog-image .service-image {
    height: 320px !important;
	width:100%;
    object-fit:cover;
    transition:0.5s;
    display:block;
}
.blog-card:hover .blog-image img{
    transform:scale(1.05);
}
.date-box{
    position:absolute;
    top:20px;
    right:20px;
    background:#fff;
    width:85px;
    border-radius:18px;
    text-align:center;
    padding:12px 10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    z-index:2;
}
.date-box span{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#666;
    margin-bottom:10px;
    text-transform:uppercase;
}
.date-circle{
    width:55px;
    height:55px;
    border:1px solid #ddd;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:24px;
    font-weight:600;
    color:#333;
}
.blog-content{
    padding:20px;
}
.blog-category{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    color:#666;
    position:relative;
    padding-bottom:14px;
    margin-bottom:20px;
}
.blog-category::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:160px;
    height:1px;
    background:#ddd;
}
.blog-title{
    font-size:22px;
    line-height:1.4;
    font-weight:600;
    margin-bottom:25px;
}
.blog-title a{
    color:#222;
    text-decoration:none;
    transition:0.3s;
}
.blog-title a:hover{
    color:#000;
}
.blog-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:15px;
}
.read-more{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:18px;
    font-weight:600;
    color:#222;
    text-decoration:none;
    transition:0.3s;
}
.read-more:hover{
    gap:14px;
    color:#000;
}
.blog-meta{
    display:flex;
    align-items:center;
    gap:18px;
    font-size:15px;
    color:#777;
}
.blog-meta i{
    margin-right:6px;
}
.blog-page {
    padding: 60px 0px;
}

/* Service PAge */
.content-image-section {
    padding: 60px 0 0px;
    position: relative;
    overflow: hidden;
}

.content-box p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0px;
    margin-top: 10px;
}

.content-box ul {
    list-style: none;
    margin: 0px 0;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.content-box ul::-webkit-scrollbar {
    width: 3px;
}

.content-box ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.content-box ul::-webkit-scrollbar-thumb {
    background: #2EBB4E;
    border-radius: 10px;
}

.content-box ul::-webkit-scrollbar-thumb:hover {
    background: #24963d;
}

/* Firefox */
.content-box ul {
    scrollbar-width: thin;
    scrollbar-color: #2EBB4E #f1f1f1;
}
.content-box ul li {
    position: relative;
    padding: 10px 0 10px 42px;
    margin-bottom: -7px;
    line-height: 1.8;
    color: #555;
}

.content-box ul li::before{
    content: "\f058"; /* Font Awesome check-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 11px;
    color: #2EBB4E;
    font-size: 18px;
}

.image-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
    height: 400px;
}

.image-box img{
    width:100%;
    display:block;
    border-radius:20px;
    transition:.5s;
	 height: inherit;
}

.image-box:hover img{
    transform:scale(1.05);
}

@media(max-width:991px){
    .content-image-section{
        padding:60px 0;
    }

    .content-box{
        margin-bottom:40px;
    }

   
}
h2 {
    font-size: 38px;
    font-weight: 700;
    color: #12362a;
    margin: 0;
}
/* Benefits */
.benefits-section {
    padding: 60px 0;
    background: #f8fafc;
}

/* .section-title{
    max-width:750px;
    margin:0 auto 60px;
} */

.section-title h2{
    font-size:44px;
    font-weight:700;
    color:#0c3b4b;
    margin-bottom:20px;
}

.benefit-box{
    display:flex;
    align-items:flex-start;
    gap:20px;
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.benefit-box:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 45px rgba(0,0,0,.12);
}

.benefit-icon{
    width:75px;
    height:75px;
    min-width:75px;
    border-radius:50%;
    background:#eef7ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.benefit-icon img{
    width:42px;
    height:42px;
    object-fit:contain;
}

.benefit-content h4{
    font-size:22px;
    font-weight:700;
    color:#173b4f;
    margin-bottom:12px;
}

.benefit-content p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:767px){

.benefit-box{
    flex-direction:column;
    text-align:center;
}

.benefit-icon{
    margin:auto;
}

.section-title h2{
    font-size:34px;
}

}

.zigzag-section{
    padding:60px 0;
    background:#f8fbfc;
}

.section-heading{
    max-width:800px;
    margin:auto;
}

.section-heading h2{
    font-size:46px;
    font-weight:700;
    color:#143f52;
    margin-bottom:20px;
}

.zigzag-row{
    margin-bottom:80px;
}

.zigzag-image{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.zigzag-image img{
    width:100%;
    display:block;
    transition:.5s;
}

.zigzag-image:hover img{
    transform:scale(1.05);
}

.zigzag-content{
    padding:30px 50px;
}

.zigzag-content h3{
    font-size:34px;
    margin-bottom:20px;
    color:#0e3b4f;
    position:relative;
}

.zigzag-content h3::after{
    content:"";
    width:70px;
    height:4px;
    background:#34b44a;
    display:block;
    margin-top:12px;
    border-radius:10px;
}

.zigzag-content p {
    color: #666;
    line-height: 23px;
    font-size: 15px;
}


@media(max-width:991px){

.zigzag-content{
    padding:30px 15px;
}

.zigzag-row{
    margin-bottom:60px;
}

.section-heading h2{
    font-size:34px;
}

	
}
.zigzag-content ul {
    list-style: none;
    padding: 0;
    margin: 8px 0;
    max-height: 107px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.zigzag-content ul::-webkit-scrollbar {
    width: 6px;
}

.zigzag-content ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.zigzag-content ul::-webkit-scrollbar-thumb {
    background: #2EBB4E;
    border-radius: 10px;
}

.zigzag-content ul::-webkit-scrollbar-thumb:hover {
    background: #23913c;
}
/* .zigzag-content ul{
    list-style:none;
    padding:0;
    margin:20px 0;
} */

.zigzag-content ul li {
    position: relative;
    padding: 12px 0 12px 45px;
    margin-bottom: -15px;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.zigzag-content ul li::before{
    content:"☞";
    position:absolute;
    left:0;
    top:10px;
    font-size:22px;
    color:#2EBB4E;
    font-weight:700;
}
.table-responsive {
    margin-top: -38px !important;
}
table{
    width:100%;
    border-collapse:collapse;
    margin:30px 0;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

table thead {
    background: #28734c;
    color: #fff;
}

table th,
table td{
    padding:16px 20px;
    text-align:left;
    border:1px solid #e8e8e8;
}

table th{
    font-size:17px;
    font-weight:600;
}

table tbody tr:nth-child(even){
    background:#f8fbf8;
}

table tbody tr:hover{
    background:#eef9f0;
    transition:.3s;
}

table td{
    color:#555;
}

@media(max-width:767px){

table{
    font-size:14px;
}

table th,
table td{
    padding:12px;
}

}
p.Para1 {
    margin-top: 0px;
	 font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0px;
/*     margin-top: 10px; */
}
table td ul{
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
    padding: 0;
    margin: 0;
}
td li {
    font-size: 12px;
    line-height: 1.7;
    color: #555;
    margin-bottom: -14px !important;
}
table td ul li::before{
    display: none;
    content: none;
}

table td ul li{
    padding-left: 0;
}
.battery-tabs .nav {
    gap: 7px;
}
.battery-tabs {
    margin-top: -39px;
    margin-bottom: 72px;
}
.battery-tabs .nav-link{
    border:none;
    border-radius:50px;
    background:#f5f5f5;
    color:#333;
    padding:8px 18px;
    font-weight:600;
    transition:.3s;
}

.battery-tabs .nav-link.active{
    background:#2EBB4E;
    color:#fff;
    box-shadow:0 10px 25px rgba(46,187,78,.25);
}

.battery-tabs .tab-content {
    background: #ffffff59;
    border-radius: 20px;
    padding: 18px;
    margin-top: -15px;
}
.battery-tabs ul{
    margin:0;
    padding-left:20px;
}

.battery-tabs li{
    margin-bottom:12px;
    line-height:1.8;
}

html {
    overflow-x: hidden !important;
}

/* only for mobile */
section.box_sec {
    padding: 40px 0px;
    position: relative;
}
section.box_sec .info-card {
    width: 100% !important;
    height: 300px !important;
    right: 0px !important;
}
.box_sec .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 20px !important;
}
.box_sec .quote-card {
    top: 0 !important;
    position: relative !important;
}
.box_sec .savings-card {
    top: 0px !important;
}

.box_sec .col-lg-6 {
    flex: 1 1 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
}

.info-card {
    height: 100% !important;
}

@media (max-width: 991px) {
    .box_sec .col-lg-6 {
        flex: 1 1 100%;
        max-width: 100% ;
    }
}
section.box_sec {
    padding: 60px 0px;
    position: relative;
    display: none !important;
}
section.hero-section .info-card {
    height: auto !important;
}

/*-------------- Conact Page----------------------  */
.contact-inner-section {
    padding: 60px 0 40px;
    background: #f8f6f2;
}

.contact-left-box{
    background:linear-gradient(135deg,#234227,#345d38);
    color:#fff;
    border-radius:25px;
    padding:60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
    overflow:hidden;
}

.contact-left-box::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-80px;
    right:-80px;
}

.sub-title{
    color:#d8b36b;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    margin-bottom:15px;
}

.contact-left-box .main-heading {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}

.contact-text {
    color: rgba(255,255,255,.8);
    line-height: 1.8;
    margin-bottom: 35px;
    font-size: 14px;
}

.contact-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.theme-btn {
    background: #b2be38;
    color: #fff;
    padding: 8px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: .4s;
    font-weight: 600;
}

.theme-btn:hover{
    background:#fff;
    color:#234227;
}

.outline-btn{
    background:transparent;
    border:2px solid rgba(255,255,255,.4);
}

.outline-btn:hover{
    background:#fff;
    color:#234227;
}

.opening-hours{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:auto;
}

.opening-hours i {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #b2be38;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.contact-page-box .main-heading {
    margin-bottom: 26px;
    font-size: 34px;
    font-weight: 700;
    color: var(--primary);
}
.opening-hours h5{
    color:#fff;
    margin-bottom:5px;
}

.opening-hours span{
    color:#d8b36b;
    display:block;
}

.contact-page-box{
    background:#fff;
    border-radius:25px;
    padding:50px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.info-cards {
    display: flex;
    gap: 20px;
    padding: 26px;
    margin-bottom: 20px;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: .4s;
}

.info-cards:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.info-cards i{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#234227;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.info-cards h6{
    margin-bottom:8px;
    font-weight:700;
}

.info-cards a,
.info-cards span{
    display:block;
    color:#666;
    text-decoration:none;
}

.map-section img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 20px;
}

/* ===========================
 * Responsive
 * =========================== */
@media(max-width:1024px){
	.site-header .nav > li > a {
    padding: 5px 12px;
    font-size: 15px;
}
	.site-header .nav {
    gap: 0px !important;
}
	.feature-boxes {
    width: 209px;
    position: absolute;
    right: 0px;
    top: 40px;
}
	.feature-card p {
    font-size: 11px !important;
}
	.feature-card h5 {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    color: #14532d;
}
	.about-image::before {
    right: 0px;
}
	.about-renewables {
    overflow-x: hidden !important;
}
	.faq-house img {
    width: 612px;
    margin-left: -27%;
}
	.battery-tabs .nav {
    gap: 0 !important;
}
}

@media(max-width:991px){
	.hero-content {
    transform: translate(0%, 106%);
}
	.hero-section {
    height: 93vh;
}
	.hero-content h1 {
    font-size: 40px;
}
section.hero-section .info-card {
    display: none !important;
}
	section.box_sec {
    display: block !important;
}
	.border-end-card {
    border-right: none;
    border-bottom: none;
}
	.our-solution {
    padding: 60px 0 !important;
}
	section.our-solution .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	.work-row {
    margin-top: 50px;
    gap: 25px;
    padding: 0px 40px;
}
	.faq-house img {
    width: 670px !important;
    margin-left: 23% !important;
}
	.faq-section {
    padding: 40px 0;
}
	.contct-form {
    background: #fff;
    border-radius: 17px;
    padding: 30px 30px 0px 30px;
    margin: 20px auto 0px;
}
	.content-box {
    margin-bottom: 0px !important;
}
	.zigzag-section {
    padding: 60px 0 0px !important;
    background: #f8fbfc;
}
	.content-image-section {
    padding: 50px 0 0px !important;
}
	.battery-tabs {
    margin-top: -16px !important;
    margin-bottom: 9px !important;
}
	.services-section {
    padding: 60px 0 0px !important;
    background: #f8f9fa;
}
}
@media(max-width:767px){
	.property-wrapper {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: center !important;
    margin: 0 30% !important;
}
	.faq-house img {
    width: 767px !important;
    margin-left: -4% !important;
}
	h2 {
    font-size: 30px !important;
}
	.zigzag-content h3 {
    font-size: 26px !important;
}
	.zigzag-row {
    margin-bottom: 9px !important;
}
}
@media(max-width:667px){
	.hero-section {
    height: 72vh !important;
}
	.hero-content {
    transform: translate(0%, 130%) !important;
}
	.rating-section {
    margin-top: 22px;
}
	section.our-solution .row {
    display: grid;
    grid-template-columns: 1fr;
}
	.faq-house img {
    width: 767px !important;
    margin-left: -20% !important;
}
	.logo-box img {
    width: 146px !important
    height: 45px !important
}
	.hero-content h1 {
    font-size: 30px !important;
}
	.hero-content p {
    font-size: 15px !important;
    margin-bottom: 36px !important;
    max-width: 427px !important
}
	p.normal-text {
    font-size: 13px !important;
}
	h2 {
    font-size: 26px !important;
}
}
@media(max-width:568px){
/* 	.hero-section {
    min-height: 68vh !important;
} */
	.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    background: url("https://compare-renewables.co.uk/wp-content/uploads/2026/07/mobile-banner.png") center center/cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgb(255 255 255 / 95%) 35%, rgba(255, 255, 255, 0.25) 70%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.hero-section > * {
    position: relative;
    z-index: 2;
}
	.hero-content h1 {
    font-size: 24px !important;
}
	.hero-content p {
    font-size: 13px !important;
    margin-bottom: 36px !important;
    max-width: 285px !important;
}
	.faq-house img {
    width: 602px !important;
    margin-left: -20% !important;
}
	h2 {
    font-size: 22px !important;
}
	.zigzag-content h3 {
    font-size: 20px !important;
}
	.property-wrapper {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: center !important;
    margin: 0 17% !important;
}
}
@media(max-width:479px){
	.faq-house img {
    width: 535px !important;
    margin-left: -20% !important;
}
	.accordion-button {
    font-size: 14px !important
}
	.accordion-body {
    font-size: 15px !important
}
	.testimonial-section {
    padding: 40px 0;
}
	.recent-projects {
    padding: 40px 0;
}
	.work-process {
    padding: 40px 0;
}
	.why-card {
    margin-bottom: 8px;
}
	section.box_sec {
    padding: 40px 0px;
}
/* 	.hero-section {
    min-height: 82vh !important;
} */
	.hero-content {
    transform: translate(0%, 103%) !important;
}
	.benefit-content p {
    font-size: 14px !important; 
}
}
@media(max-width:414px){
	.faq-house img {
    width: 400px !important;
}
	.rating-item img {
    width: 135px !important;
}
		.hero-section {
    min-height:62vh !important;
}
	.rating-wrapper {
    gap: 0px !important;
}
	.rating-section {
    margin-top: 10px !important;
}.hero-content p {
    font-size: 14x !important;
    margin-bottom: 24px !important;
    max-width: 285px !important;
}
	.hero-content {
    transform: translate(0%, 117%) !important;
}
	.hero-btn {
    font-size: 11px !important;
}
	.out-line-btn {
    font-size: 12px !important;
}
	.box_sec .col-lg-6 {
    flex: 1 1 100% !important;
    max-width: 100% !important
}
	.property-wrapper {
    margin: 0px 0% !important;
}
	h2 {
    font-size: 20px !important;
}
	.content-box p {
    font-size: 15px;
}
	.zigzag-content ul li {
    font-size: 15px;
}
	p.Para1 {
    font-size: 15px;
}
	.content-box ul li {
    font-size: 15px;
}
	.battery-tabs li {
    font-size: 14px;
}
	.section-text {
    font-size: 15px;
}
	.blog-title {
    font-size: 20px;
}
	span.wpcf7-form-control.wpcf7-radio {
    display: grid !important;
    grid-template-columns: 1fr !important;
    column-gap: 9px !important;
}
}
@media(max-width:379px){
	
}
@media(max-width:360px){
	
}