.approach-image img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
}
.why-choose-image img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 991px) {
    .navbar img {
        width: 130px !important;
    }
}
    .about-us-item ul {
    /* border-top: 1px solid var(--divider-color); */
    list-style: none;
    margin: 10px 0 0;
    padding: 10px 0 0;
    }
    .about-us-item ul li {
        position: relative;
        line-height: 1.5em;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .about-us-item ul li::before {
        content: '\f058';
        position: absolute;
        font-family: 'Font Awesome 7 Free';
        top: 0;
        left: 0;
        font-size: 18px;
        font-weight: 900;
        color: var(--accent-color);
    }
    .founder-info{
        padding:20px 0px;
        margin-top:20px;
    }
    .founder-info h5 {
        padding-bottom: 14px;
    }
    .about-us-content h2{
       color: #374cb6; 
    }
    .blog-details-page {
         background-image: url(../images/section-bg-1.png); 
         background-repeat: no-repeat; 
         background-position: bottom center; 
         background-size: 100% auto; 
         padding: 50px 0; 
    }
.our-approach-section {
    padding: 80px 0;
    background: #ffffff;
}

.approach-main-box {
    padding: 26px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 10px 45px rgba(31, 54, 98, 0.10);
}

/* Left Image */

.approach-image-box {
    position: relative;
    height: 100%;
    min-height: 500px;
    border-radius: 22px;
    overflow: hidden;
}

.approach-main-image {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    border-radius: 22px;
}

.approach-image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 31, 84, 0.02) 30%,
        rgba(0, 31, 84, 0.65) 100%
    );
}


.approach-image-bottom {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 2;
    max-width: 280px;
    padding: 17px 22px;
    background: #0d2f6f;
    border-radius: 15px;
}

.approach-image-bottom h5 {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
}

.approach-image-bottom p {
    margin: 0;
    color: #dce6ff;
    font-size: 14px;
}

/* Right Content */

.approach-content {
    padding: 15px 0 15px 20px;
}

.section-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.approach-content h2 {
    max-width: 680px;
    margin-bottom: 18px;
    color: #3349bd;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.12;
}

.approach-description {
    max-width: 720px;
    margin-bottom: 18px;
    color: #555555;
    font-size: 16px;
    line-height: 1.75;
}

/* Cards */

.approach-card {
    position: relative;
    height: 100%;
    min-height: 50px;
    padding: 24px 20px 20px;
    background: #ffffff;
    border: 1px solid #dfe5d9;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.approach-card:hover {
    transform: translateY(-6px);
    border-color: #52a618;
    box-shadow: 0 12px 30px rgba(52, 73, 189, 0.10);
}

.approach-card-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    color: #ffffff;
    background: #52a618;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
}

.approach-card h5 {
    margin-bottom: 9px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.approach-card p {
    margin: 0;
    color: #626262;
    font-size: 13px;
    line-height: 1.6;
}

/* Buttons */

.approach-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 26px;
}

.approach-primary-btn,
.approach-outline-btn {
    min-width: 210px;
    padding: 14px 24px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
}

.approach-primary-btn {
    color: #ffffff;
    background: #52a618;
    border: 1px solid #52a618;
}

.approach-primary-btn:hover {
    color: #ffffff;
    background: #448d12;
    border-color: #448d12;
}

.approach-outline-btn {
    color: #3349bd;
    background: #ffffff;
    border: 1px solid #bfc9e4;
}

.approach-outline-btn:hover {
    color: #ffffff;
    background: #3349bd;
    border-color: #3349bd;
}



/* Responsive */

@media (max-width: 1199px) {
    .approach-content h2 {
        font-size: 38px;
    }

    .approach-card {
        min-height: 180px;
    }
}

@media (max-width: 991px) {
    .our-approach-section {
        padding: 55px 0;
    }

    .approach-content {
        padding: 15px 0 0;
    }

    .approach-image-box,
    .approach-main-image {
        min-height: 430px;
    }
}

@media (max-width: 767px) {
    .approach-main-box {
        padding: 15px;
        border-radius: 20px;
    }

    .approach-content h2 {
        font-size: 31px;
    }

    .approach-image-box,
    .approach-main-image {
        min-height: 350px;
    }

    .approach-card {
        min-height: auto;
    }

    .approach-buttons {
        flex-direction: column;
    }

    .approach-primary-btn,
    .approach-outline-btn {
        width: 100%;
    }

}

@media (max-width: 575px) {
    .approach-content h2 {
        font-size: 27px;
    }

    .approach-description {
        font-size: 15px;
    }

    .approach-image-bottom {
        left: 15px;
        right: 15px;
        bottom: 15px;
        max-width: none;
    }
}

    .about-us-item .about-icon-box {
    width: 30px !important;
    height: 30px !important;
}
.section-title .section-about-sub-title {
    background: #ffffff !important;
}
 .faq-counter-item-content h2 {
            font-size: 35px;
        }
/*-------------------solar subsidy start-----------------------*/
.solar-blog {
  background: #f7faf9;
}

.solar-blog h1,
.solar-blog h2,
.solar-blog h4 {
  color: #0b2b45;
}

.card,
.sidebar-box {
  border-radius: 18px;
  background: #fff;
}

.check-list,
.doc-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.check-list li,
.doc-list li {
  padding: 9px 0 9px 28px;
  position: relative;
  color: #445;
}

.check-list li::before,
.doc-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background: #53a318;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-box {
  background: #eefaf2;
  border-left: 4px solid #53a318;
  padding: 15px;
  border-radius: 12px;
  font-weight: 500;
  color: #0b2b45;
  height: 100%;
}

.timeline {
  position: relative;
}

.timeline-item {
  position: relative;
  padding-left: 55px;
  margin-bottom: 28px;
}

.timeline-item span {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background: #53a318;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-item h5 {
  color: #0b2b45;
  margin-bottom: 6px;
}

.timeline-item p {
  color: #666;
  margin-bottom: 0;
}

.cta-box {
      background: linear-gradient(135deg, #374cb6, #171718);
  border-radius: 20px;
  color: #fff;
  position: sticky;
  top: 90px;
}

.cta-box h4,
.cta-box p {
  color: #fff;
}

.accordion-button {
  font-weight: 600;
  color: #0b2b45;
}

.accordion-button:not(.collapsed) {
  background: #eefaf2;
  color: #0b2b45;
}

@media (max-width: 767px) {
  .solar-blog h1 {
    font-size: 30px;
  }

  .card,
  .sidebar-box {
    padding: 22px !important;
  }

  .cta-box {
    position: static;
  }
}
/*--------------------------solar subsidy end---------------------------------------*/


    .solar-calculator{
        max-width:720px;
        /*margin:30px auto;*/
        padding:35px;
        border-radius:20px;
        background:linear-gradient(135deg,#fff7ed,#f0fff4);
        box-shadow:0 15px 40px rgba(0,0,0,0.08);
        font-family:Arial, sans-serif;
    }

    .solar-calculator h2{
        margin-bottom:8px;
        color:#1f2937;
        font-size:32px;
        font-weight:700;
    }

    .solar-subtitle{
        margin-bottom:25px;
        color:#6b7280;
    }

    .solar-form{
        display:grid;
        grid-template-columns:1fr 1fr auto;
        gap:15px;
        align-items:end;
    }

    .form-group label{
        display:block;
        margin-bottom:8px;
        color:#374151;
        font-weight:600;
        font-size:14px;
    }

    .form-group input{
        width:100%;
        height:48px;
        padding:0 14px;
        border:1px solid #d1d5db;
        border-radius:10px;
        font-size:15px;
        outline:none;
    }

    .form-group input:focus{
        border-color:#ff8a00;
        box-shadow:0 0 0 3px rgba(255,138,0,0.15);
    }

    .result-box{
        margin-top:28px;
        padding:25px;
        border-radius:16px;
        background:#ffffff;
        border:1px solid #e5e7eb;
    }

    .result-box h3{
        margin-bottom:18px;
        color:#111827;
    }

    .result-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .result-item{
    padding:20px;
    border-radius:14px;
    background:#f8fafc;
    border-left:5px solid #ff8a00;
    transition:.3s;
}
.result-item:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.result-item h5{
    margin:0 0 12px;
    color:#1f2937;
    font-size:18px;
    font-weight:600;
}

.result-value{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #53a318;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.result-value span{
    color:#53a318;
    font-size:30px;
    font-weight:700;
}

.result-item.full{
    grid-column:span 2;
}

@media(max-width:768px){

    .result-value{
        font-size:24px;
    }

    .result-value span{
        font-size:24px;
    }

    .result-item.full{
        grid-column:span 1;
    }
}
    .result-item span{
            display: block;
    color: #53a318;
    font-size: 20px;
    }
    .head {
            font-size:20px !important;
        }
    .result-item b{
        color:#111827;
        font-size:18px;
    }

    .result-item.full{
        grid-column:span 2;
    }
    .error{
        display:block;
        color:#dc2626;
        font-size:13px;
        margin-top:5px;
    }

    .input-error{
        border-color:#dc2626 !important;
    }

    @media(max-width:768px){
        .solar-calculator{
            padding:24px;
        }

        .solar-form{
            grid-template-columns:1fr;
        }

        .result-grid{
            grid-template-columns:1fr;
        }

        .result-item.full{
            grid-column:span 1;
        }

        .solar-calculator h2{
            font-size:26px;
        }
    }
                    
                        .subsidy-section{
      padding:50px 0;
    }

    .main-card{
      background:#fff;
      border-radius:22px;
      padding:18px;
      box-shadow:0 10px 35px rgba(0,0,0,0.08);
    }

    .solar-img-box{
      position:relative;
      border-radius:18px;
      overflow:hidden;
      height:100%;
      min-height:360px;
    }

    .solar-img-box img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .gov-badge{
      position:absolute;
      top:20px;
      left:20px;
      background:#fff;
      padding:12px 20px;
      border-radius:10px;
      font-size:13px;
      font-weight:700;
      color:#374cb6;
      box-shadow:0 5px 15px rgba(0,0,0,0.12);
    }

    .saving-box{
      position:absolute;
      left:16px;
      bottom:40px;
      background:#0b2b5c;
      color:#fff;
      padding:15px 22px;
      border-radius:12px;
      font-size:15px;
    }

    .saving-box span{
      color:#8bd234;
      font-size:20px;
      font-weight:800;
    }

    .small-title{
      color:#53a318;
      font-size:13px;
      font-weight:700;
      text-transform:uppercase;
    }

    .hero-title{
      font-size:42px;
      font-weight:800;
      color:#374cb6;
      line-height:1.1;
    }

    .hero-desc{
      color:#555;
      font-size:15px;
      max-width:560px;
    }

    .benefit-card{
      border:1px solid #e8eee2;
      border-radius:14px;
      padding:18px 12px;
      text-align:center;
      height:100%;
      transition:0.3s;
    }

    .benefit-card:hover{
      transform:translateY(-5px);
      box-shadow:0 8px 20px rgba(0,0,0,0.08);
    }

    .benefit-card i{
      font-size:30px;
      color:#63b32e;
      margin-bottom:10px;
    }

    .benefit-card h6{
      font-size:13px;
      font-weight:700;
      color:#374cb6;
      margin-bottom:3px;
    }

    .benefit-card p{
          font-size: 12px;
          color: #363232;
          margin: 0;
    }

    .btn-green{
      background:#55a51f;
      color:#fff;
      border-radius:6px;
      padding:12px 28px;
      font-weight:700;
    }

    .btn-green:hover{
      background:#438718;
      color:#fff;
    }

    .btn-outline-custom{
      border:1px solid #ccd6e2;
      color:#374cb6;
      border-radius:6px;
      padding:12px 28px;
      font-weight:700;
    }

    .bottom-strip{
      background:#eef7e8;
      border-radius:18px;
      padding:20px;
      margin-top:16px;
    }

    .strip-item{
      display:flex;
      align-items:center;
      gap:12px;
      border-right:1px solid #d3dfc9;
    }

    .strip-item:last-child{
      border-right:0;
    }

    .strip-item i{
      font-size:28px;
      color:#55a51f;
    }

    .strip-item h6{
      font-size:13px;
      font-weight:800;
      margin:0;
      color:#374cb6;
    }

    .strip-item p{
          font-size: 12px;
    color: #363232;
    margin: 0;
    }

    @media(max-width:991px){
      .hero-title{
        font-size:32px;
      }

      .solar-img-box{
        min-height:213px;
      }

      .strip-item{
        border-right:0;
        margin-bottom:15px;
      }
      .saving-box {
    position: absolute;
    left: 136px;
    bottom: 20px;
    background: #0b2b5c;
    color: #fff;
    padding: 10px 13px;
    border-radius: 12px;
    font-size: 13px;
}
    }

.about-page .solution-card{
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    height: 100%;
    border: 1px solid #eef2f7;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);

    /* Center Content */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    transition: all 0.3s ease;
}

.about-page .solution-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.about-page .service-content{
    width: 100%;
    text-align: center;
}

.about-page .service-content h4{
    font-size: 22px;
    font-weight: 700;
    color: #374cb6;
    margin-bottom: 10px;
}

.about-page .service-content p{
    font-size: 16px;
    color: #438718;
    font-weight:600;
    margin: 0;
    line-height: 1.6;
}
.my-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.my-list li {

    padding-bottom:10px;
    font-size: 16px;
    color: #438718;
    font-weight:600;
}
.service-icon{
    width: 61px;
    height: 61px;
    min-width: 61px;
    border-radius:20px;
    background:#53a318;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
    transition:.35s;
    box-shadow:0 10px 25px rgba(255,122,0,.25);
}

.service-icon i{
    font-size:34px;
    color:#fff;
}

.solution-card:hover .service-icon{
    transform:rotate(-8deg) scale(1.08);
    background:#374cb6;
}

.solution-card{
    padding:25px;
    background:#fff;
    border-radius:20px;
    border:1px solid #ececec;
    transition:.35s;
}

.solution-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}
.service-item {
    background: #fff;
    border-radius: 14px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 20px;

    /* Shadow */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    /* Smooth animation */
    transition: all 0.3s ease;
}

/* Hover Effect */
.service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}                
.about-us-item .about-icon-box {
    width: 20px !important;
    height: 20px !important;
}
.section-title .section-about-sub-title {
    background: #ffffff !important;
}
.solution-card{
    background:#fff;
    border-radius:18px;
    padding: 15px 15px;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.solution-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.service-img{
    width:80px;
    height:80px;
    object-fit:contain;
    margin-bottom:20px;
}
.service-content h4
{
    font-size:20px;
}
.service-content P
{
    font-size:14px;
}
.solution-card .service-image{
    width:80%;
    padding: 0px 20px;
}