.header-main-2 .header-mid-one-wrapper .logo-area::before
{
    background:transparent !important;
}
header.header-four .header-mid-one-wrapper .logo-area
{
padding: 0px 0px;
margin-top: -10px;
margin-bottom: 10px;
}
header.header-four .header-mid-one-wrapper .logo-area::after
{
    bottom: -12px;
    right:66px;
}
.nav-area ul
{
    gap:10px !important;
}
.nav-area ul li a
{
    font-size: 14px;
}
img {
   margin-top: 11px;
}
header.header-four .header-mid-one-wrapper .logo-area::after
{
display:none;
}
.tmp-banner-slider-area.banner-wind-energy.banner-nine .banner-five-main-wrapper::before
{
backdrop-filter: drop-shadow(2px 4px 6px black);
}

.services-section {
    background: #f8f9fa;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-img {
    position: relative;
    overflow: hidden;
}

.service-img img {
    transition: 0.5s ease;
}

.service-card:hover img {
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: 0.4s ease;
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-overlay p {
    font-size: 14px;
    line-height: 1.6;
}

.service-content {
    padding: 20px;
}

.service-content h5 {
    font-weight: 600;
    margin-bottom: 0;
}
@media (max-width: 1400px) and (min-width: 1200px) {
    .section-title-area-4 .section-title {
        font-size: 36px;
    }
}
.banner-features-wrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: -70px; /* banner ke niche overlap effect */
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
}

.banner-single-thumb {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    width: 320px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.banner-single-thumb:hover {
    transform: translateY(-8px);
}

.banner-single-thumb .icon img {
    width: 55px;
}

.banner-single-thumb .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.banner-single-thumb p {
    font-size: 14px;
    color: #666;
    margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tmp-banner-slider-area.banner-five .banner-five-main-wrapper.banner-style-default .banner-three-wrapper .title-banner {
        font-size: 47px;
    }
}
.tmp-section-gap {
    padding: 50px 0;
}
.ptb--100 {
    padding: 55px 0 !important;
}

.h2, h2 {
    font-size: 38px;
    line-height: 1.23;
}
/* Projects Section */
.projects-section {
  padding: 80px 0;
  background: #f8f9fa;
  font-family: Arial, sans-serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #222;
}

.section-title p {
  color: #666;
  font-size: 18px;
}

/* Grid Layout */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.project-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
}

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

/* Image */
.project-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Info */
.project-info {
  padding: 18px;
}

.project-info h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #111;
}

.project-info p {
  color: #666;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
}
.img-fluiding{
max-width: 100%;
    height: auto;
    padding: 82px;


}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #f5f7fa;
}

.section {
  padding: 80px 0;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* HERO */
.hero {
  position: relative;
  height: 550px;
  background: url("assets/images/solar-hero.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 30px;
}

/* BUTTONS */
.btn-primary {
  background: #00c853;
  color: #fff;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  margin-right: 10px;
}

.btn-outline {
  border: 2px solid #fff;
  padding: 12px 28px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

/* GRID */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.feature, .type-card, .step {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.feature img, .type-card img {
  width: 310px;
  margin-bottom: 15px;
}

/* PROCESS */
.process {
  background: #eef3f8;
}

/* COST */
.cost {
  background:#87ab42;
  color: #fff;
}

/* CONTACT SECTION */
.contact-section {
  padding: 100px 0;
  background: #f4f8fb;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.contact-info h2 {
  font-size: 31px;
  margin-bottom: 15px;
}

.contact-info p {
  margin-bottom: 20px;
  color: #555;
}

.info-box p {
  margin: 8px 0;
  font-size: 15px;
}

.trust-line {
  margin-top: 20px;
  font-size: 18px;
  color: #00a651;
}

/* FORM BOX */
.contact-form-box {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.form-group {
  margin-bottom: 18px;
}

.solar-form input,
.solar-form textarea,
.solar-form select {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: 0.3s ease;
}

.solar-form input:focus,
.solar-form textarea:focus,
.solar-form select:focus {
  border-color: #00c853;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,200,83,0.1);
}

textarea {
  min-height: 100px;
  resize: none;
}

/* SUBMIT BUTTON */
.cta-submit {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #00c853, #009624);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.cta-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,200,83,0.4);
}

.privacy-note {
  margin-top: 12px;
  font-size: 12px;
  text-align: center;
  color: #888;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: 0.3s ease;
}

.whatsapp-btn:hover {
  transform: translateY(-4px);
}

/* RESPONSIVE */
@media(max-width:992px){
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* RESPONSIVE */
@media(max-width:992px){
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
}

@media(max-width:600px){
  .grid-4, .grid-3 { grid-template-columns: 1fr; }
  .hero h1 { font-size: 32px; }
}
/* ===== Solar Section ===== */
.solar-section {
  padding: 0px 0;
  background: #f8f9fa;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.col {
  width: 50%; /* 6 + 6 column */
  padding: 20px;
  box-sizing: border-box;
}

/* Image Styling */
.col-image img {
  width: 100%;
  border-radius: 12px;
 
  padding: 80px;
}

/* Content Styling */
.col-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #222;
}

.col-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

/* Button */
.btn {
  display: inline-block;
  padding: 14px 28px;
  background: #28a745;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s;
}

.btn:hover {
  background: #218838;
}

/* ===== Responsive (Mobile) ===== */
@media (max-width: 768px) {
  .col {
    width: 100%;
    text-align: center;
  }

  .col-content h2 {
           font-size: 23px;
        margin-top: -93px;
  }
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Hero */
.hero {
  background: url("assets/images/design-banner.jpg") center/cover no-repeat;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 25px;
}

/* Button */
.btn {
  background: #ffb400;
  color: #000;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
}

.btn:hover {
  background: #ffd24d;
}

/* Layout */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section {
  padding: 80px 0;
  text-align: center;
}

.section h2 {
  font-size: 36px;
  margin-bottom: 50px;
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Cards */
.card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

/* Hover Effect */
.card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* CTA */
.cta {
  background: #87ab42;
  color: #fff;
  text-align: center;
  padding: 25px 20px;
}

.cta h2 {
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .grid { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 32px; }
}
.card-title {
  font-size: 21px;     
  font-weight: 600;    
  color: #222;         
  margin-bottom: 10px; 
  line-height: 1.3;    
}
.title-img {
  width: 220px;
  height: 210px;
  object-fit: cover;
  border-radius: 8px; 
}
body{
  margin:0;
  font-family: Arial, sans-serif;
  background:#f7f9fb;
  color:#333;
}

.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

.section{
  padding:70px 0;
  text-align:center;
}

/* HERO */

.hero{
  background:url('https://images.unsplash.com/photo-1509395176047-4a66953fd231') center/cover no-repeat;
  height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  position:relative;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
}

.hero-content{
  position:relative;
  max-width:700px;
}

.hero h1{
  font-size:42px;
  margin-bottom:15px;
}

.hero p{
  font-size:18px;
  margin-bottom:25px;
}

.btn{
  background:#16a34a;
  color:#fff;
  padding:14px 30px;
  border-radius:6px;
  text-decoration:none;
  font-weight:bold;
}

/* GRID */

.grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
  margin-top:40px;
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:40px;
}

/* CARDS */

.card{
  background:#fff;
  padding:20px;
  border-radius:10px;
  box-shadow:0 5px 18px rgba(0,0,0,0.08);
}

.card img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:8px;
}

.service-card{
  background:#fff;
  padding:25px;
  border-radius:10px;
  box-shadow:0 5px 18px rgba(0,0,0,0.08);
}

/* SERVICES BG */

.services{
  background:#eef6f0;
}

/* STEPS */

.steps{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:15px;
  margin-top:30px;
}

.steps div{
  background:#87ab42;
  color:#fff;
  padding:15px 22px;
  border-radius:30px;
  font-weight:bold;
}

/* CTA */

.cta{
  background:#87ab42;
  color:#fff;
  padding:23px 0;
  text-align:center;
}

.cta .btn{
  background:#fff;
  color:#16a34a;
  margin-top:15px;
  display:inline-block;
}

/* RESPONSIVE */

@media(max-width:992px){
  .grid-4{grid-template-columns:repeat(2,1fr);}
  .grid-3{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:600px){
  .grid-4,
  .grid-3{grid-template-columns:1fr;}

  .hero h1{font-size:28px;}
}
.harit-auto-services{
  background:#eef6f0;
  padding:70px 0;
  text-align:center;
  overflow:hidden;
  font-family:Arial,sans-serif;
}

.harit-auto-title{
  font-size:34px;
  margin-bottom:45px;
}

.harit-auto-slider{
  width:100%;
  overflow:hidden;
}

.harit-auto-track{
  display:flex;
  width:calc(300px * 12);
  animation:haritScroll 30s linear infinite;
}

.harit-auto-card{
  width:280px;
  margin:0 15px;
  background:#fff;
  border-radius:14px;
  box-shadow:0 6px 22px rgba(0,0,0,0.12);
  overflow:hidden;
  text-align:left;
}

.harit-auto-card img{
  width:100%;
  height:170px;
  object-fit:cover;
}

.harit-auto-card h3 {
    padding: 1px 38px 0px;
    font-size: 18px;
    color: #111827;
}

.harit-auto-card p{
  padding:0 33px 18px;
  font-size:14px;
  color:#555;
  line-height:1.5;
}

/* Animation */

@keyframes haritScroll{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

/* Pause on hover */

.harit-auto-track:hover{
  animation-play-state:paused;
}

/* Responsive */
/* Common Container */
.solar-container{
    width:90%;
    max-width:1200px;
    margin:auto;
    padding:80px 0;
}

/* Hero Section */
.solar-hero-section{
    
    color:#000;
}

.solar-flex{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}

.solar-left{
    flex:1;
    padding:20px;
}

.solar-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.solar-desc{
    font-size:18px;
    margin-bottom:25px;
    opacity:0.9;
}

.solar-benefits{
    list-style:none;
    padding:0;
    margin-bottom:30px;
}

.solar-benefits li{
    margin-bottom:12px;
    position:relative;
    padding-left:25px;
}

.solar-benefits li::before{
    content:"✔";
    position:absolute;
    left:0;
    color:#ffcc00;
}

.solar-btn{
    display:inline-block;
    padding:14px 35px;
    background:#ffcc00;
    color:#000;
    font-weight:600;
    border-radius:30px;
    text-decoration:none;
    transition:0.3s;
}

.solar-btn:hover{
    background:#fff;
    transform:translateY(-3px);
}

.solar-right{
    flex:1;
    text-align:center;
}

.solar-img{
    max-width:100%;
    border-radius:15px;
    
}

/* Subsidy Section */
.solar-subsidy-section{
    background:#f8f9fa;
}

.solar-section-title{
    text-align:center;
    font-size:34px;
    margin-bottom:40px;
    font-weight:700;
}

.solar-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    border-radius:10px;
    overflow:hidden;
}

.solar-table th{
    background:#2c5364;
    color:#fff;
    padding:15px;
}

.solar-table td{
    padding:15px;
    text-align:center;
}

.solar-table tr:nth-child(even){
    background:#f2f2f2;
}

/* Process Section */
.solar-process-section{
    background:#fff;
}

.solar-process-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.solar-step{
    background:#f8f9fa;
    padding:30px;
    text-align:center;
    border-radius:15px;
    transition:0.3s;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.solar-step:hover{
    transform:translateY(-10px);
    background:#2c5364;
    color:#fff;
}

.solar-step h3{
    font-size:32px;
    margin-bottom:15px;
}

/* CTA Section */
.solar-cta-section{
    background:linear-gradient(135deg,#ffcc00,#ff9900);
    text-align:center;
}

.solar-cta-section h2{
    font-size:36px;
    margin-bottom:15px;
}

.solar-btn-light{
    background:#000;
    color:#fff;
}

.solar-btn-light:hover{
    background:#fff;
    color:#000;
}

/* Responsive */
@media(max-width:768px){
    .solar-title{
        font-size:30px;
    }
    .solar-container{
        padding:50px 0;
    }
}

/* Overlay */
.solar-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.75);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

/* Popup Box */
.solar-popup-box{
    position:relative;
    width:100%;
    max-width:500px;   /* Normal size */
  
    border-radius:12px;
    padding:10px;
    
}

/* Image Size Normal */
.solar-popup-img{
    width:100%;
    height:auto;
    max-height:70vh;   /* Screen se bahar nahi jayega */
    object-fit:contain;
    border-radius:8px;
    display:block;
}

/* Close Button Proper Position */
.solar-popup-close{
    position:absolute;
    top:8px;     /* Box ke andar */
    right:8px;
    background:#ff0000;
    color:#fff;
    font-size:18px;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:50%;
    cursor:pointer;
    font-weight:bold;
}

/* Mobile Adjust */
@media(max-width:480px){
    .solar-popup-box{
        max-width:95%;
        padding:8px;
    }
}

/* Mobile Top Header */
.mobile-topbar{
    display:none;
    background:#064e3b; /* Dark Green */
    padding:8px 10px;
}

.mobile-topbar-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:13px;
}

.topbar-item{
    color:#fff;
    text-decoration:none;
    font-weight:500;
}

.topbar-item i{
    margin-right:5px;
}

/* Show Only on Mobile */
@media(max-width:768px){
    .mobile-topbar{
        display:block;
    }
}
@media(max-width:600px){

   .solar-flex{
        flex-direction:column-reverse; /* image upar aayegi */
        text-align:center;
    }

    .solar-left{
        width:100%;
    }

    .solar-title{
        font-size:30px;
    }

    .solar-desc{
        font-size:16px;
    }

    .solar-btn{
        display:block;
        width:100%;
        max-width:300px;
        margin:20px auto 0;
    }

    .solar-img{
        max-width:100%;
        margin-bottom:30px;
    }

  .harit-auto-card{
    width:240px;
  }
}