@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500&family=Roboto:wght@300;400&display=swap');


*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}




h1, h2, h3, h4, h5, h6, p{
    color: var(--black);
}

h2{
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
}

p{
    font-size: 18px;
}

.main-section{
        padding: 0 10px;
}

.filter-bar{
    max-width: 1600px;
    margin: 1% auto;
    padding-bottom: 1%;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px var(--gray);
}

.filter-bar-two{
    max-width: 1600px;
    margin:  auto;
    padding-bottom: 1%;
    display: flex;
    justify-content: space-between;
}

.outline-button{
    background-color: var(--white);
    border: solid 1px gainsboro;
    color: var(--black);
}

.filter-buttons-sec{
    display: flex;
    gap: 10px;
    align-items: center;
}

button:hover{
    background-color: var(--gray);
    color: var(--black);
    border-color: var(--gray);
}

.main{
    display: flex;
    max-width: 1600px;
    flex-direction: row-reverse;
    margin: auto;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 50px;
}

.product-detail-sec{
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}

.product-detail-sec-main{
    width: 75%;
}

.addon-detail-sec-main{
    width: 25%;
}

.addon-detail-sec{
    position: sticky;
    top: 10px;
    background: var(--white);
    border-radius: 20px;
    padding: 20px;


}

.product-step-sec{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.product-step-sec p{
    font-size: 24px;
}

.product-step-sec span{
    background: var(--primary);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
}

.solar-main-box{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.solar-img-box{
    background: #fff;
/*     background: linear-gradient(137deg, rgba(255,216,3,1) 0%, rgba(237,226,134,1) 32%, rgba(222,235,241,1) 100%); */
    width: 50%;
    padding: 5%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solar-detail-box {
    width: 60%;
}

.solar-feature-box {
    margin: 20px 0;
}

.solar-feature-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.solar-feature-box i{
    color: var(--primary);
}

.solar-feature-box li {
    width: 100%;
    font-size: 18px;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 5px;
}

.solar-detail-box p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
}

.link {
    text-decoration: underline;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.699);
    cursor: pointer;
}

.info-sec {
    margin: 20px 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.699);
    line-height: 1.4;
}

.info-sec i{
    color: var(--primary);
}

.solar-count-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 3px var(--gray);
    padding: 6px 6px;
    border-radius: 50px;
    margin-top: 21px;
}

.panel-number{
    text-align: center;
}

.panel-number span{
    font-size: 20px;
}

.solar-count-box i {
    font-size: 40px;
    color: var(--primary);
    cursor: pointer;
    transition: 0.3s;
}

.solar-count-box i:hover {
    font-size: 40px;
    color: green;
    cursor: pointer;
    transition: 0.3s;
}

.main-price-sec {
    background: #f5f6f9;
    padding: 20px;
    border-radius: 12px;
    margin-top: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.main-price-sec  h2{
    font-weight: bold;
}

.main-product-box h2 {
    font-size: 26px;
    font-weight: 600;
}

.f-calc-heading{
            justify-content: space-between;
            display: flex;
            align-items: center;
            border-top: solid 1px rgb(199, 192, 192);
            border-bottom: solid 1px rgb(199, 192, 192);
            padding: 10px 0;
}

.main-product-box p {
    font-size: 16px;
}

.single-month-price i {
    color: #2f6b77;
}

.single-month-price {
    display: flex;
    gap: 5px;
    cursor: pointer;
    border-bottom: dashed 1px;
    align-items: center;
    justify-content: center;
}

.main-product-box {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    background: #f5f6f9;
    padding: 20px;
    border-radius: 12px;
    margin-top: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.change-sec {
    display: flex;
    justify-content: space-between;
}

.side-mini-product {
    display: flex;
    text-align: left;
    gap: 20px;
    padding: 10px;
    align-items: center;
}

.panel-brand-img {
    border-radius: 10px;
    padding: 1px 10px;
}

.panel-brand-img img{
    max-width: 50px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.inverter-feature-box ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 150px;
    overflow-y: scroll;
    flex-wrap: nowrap;
}
.inverter-feature-box li {
    width: 100%;
    font-size: 16px;
    color: var(--black);
    display: flex;
    gap: 5px;
    align-items: start;
}

.battery-size-box {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 10px;
    flex-direction: column;
}

.battery-size-box .battery-price-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.additional-battery-checkbox {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.battery-addon-detail-box h4 {
    font-size: 18px;
    font-weight: bold;
}

.battery-addon-detail-box p {
    font-size: 15px;
}

.battery-added {
    background: green;
}

.battery-price-box button {
    font-size: 18px;
    padding: 8px 30px;
}

.battery-add-label:hover {
    background: green;
    color: white;
    border: solid 1px green;
}

.battery-box {
    width: 48%;
    background: #f5f6f9;
    padding: 20px;
    border-radius: 20px;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.battery-box h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

#b_more-details h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

#b_more-details li {
    font-size: 18px;
    margin-bottom: 10px;
}

.inverter-feature-box {
    display: none;
}

.battery-main-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.battery-img-box img {
    max-width: 200px;
    margin: auto;
    display: flex;
    margin-bottom: 20px;
    max-height: 180px;
    margin-top: 20px;
    object-fit: contain;
}

.battery-addon-box {
    border-top: solid 1px gainsboro;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inverter-feature-box ul li i {
    margin-top: 5px !important;
}

.inverter-feature-box ul::-webkit-scrollbar {
    width: 5px;
}

.inverter-feature-box ul::-webkit-scrollbar-track {
    background: transparent;
}

.inverter-feature-box ul::-webkit-scrollbar-thumb {
    background: #9f9f9f70;
    border-radius: 50px;
}

.active-battery-box{
    border: solid 2px var(--primary);
}

.solar-map-box{
    padding: 0;
}

.solar-map-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.name-box {
    display: flex;
    gap: 20px;
}

.solar-detail-box input, 
.solar-detail-box textarea{
    background-color: var(--background);
}
.solar-brand {
    max-width: 120px;
    margin-bottom: 10px;
}

#short-product-detail, #short-inverter-detail, #short-battery-detail{
    text-align: right;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #f5f6f9;
    padding: 5px 20px;
    border-radius: 50px;
    cursor: pointer;
}

.step-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-bar {
    background: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    box-shadow: 5px 5px 14px #808080a6;
}

.cart-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cart-box i {
    background: var(--primary);
    padding: 12px;
    border-radius: 50%;
    color: white;
}

.cart-bar h3 {
    font-size: 20px;
    font-weight: bold;
}


.cart-bar{
    display: none;
}

#cart-sec-popup .modal-w-detail {
    padding: 0;
    background: white;
}

@media only screen and (max-width: 1000px) {

    .solar-img-box img {
        max-width: 200px;
    }

    .solar-main-box{
        flex-direction: column;
    }
    .product-detail-sec-main, .addon-detail-sec-main, .solar-img-box, .solar-detail-box, .solar-feature-box li {
        width: 100%;
    }

    .addon-detail-sec-main {
        width: 58%;
    }

}

@media only screen and (max-width: 800px) {

   
.cart-bar {
    display: flex;
    left: 0;
}

.cart-bar button {
    display: none;
}

.main-cart-product-box h2 {
    font-size: 22px;
}

.main-cart-product-box {
    display: flex;
    gap: 24px;
}

.main-cart-product-box p {
    font-size: 14px;
}

         .addon-detail-sec-main {
             width: 100%;
         }

    .cart-sec .addon-detail-sec {
        display: block;
        border-radius: 0;
        padding-top: 40px;
    }

    .product-step-sec {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
        justify-content: space-between;
    }

    .filter-bar-two, .main, .solar-main-box{
        flex-wrap: wrap;
    }
    .main{
        flex-direction: column-reverse;
        gap: 0;
        padding-bottom: 80px;
    }

   

    .filter-bar-two{
        gap: 20px;
    }

    .filter-buttons-sec{
        margin-bottom: 20px;
    }

    .filter-bar {
        margin: 4% auto;
        padding-bottom: 4%;
    }

    button {
        padding: 8px 15px;
    }

    .product-detail-sec {
        padding: 30px 10px;
    }

    .product-step-sec span {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .solar-main-box {
        margin-top: 20px;
    }

    .solar-feature-box ul{
        flex-direction: column;
    }

    h2 {
        font-size: 26px;
    }

    .battery-box {
        padding: 20px;
        font-size: 14px;
    }

    .battery-size-box{
        gap: 5px;
    }

    .solar-feature-box li {
        font-size: 16px;
    }
}

#customer-buy-box .solar-img-box{
	    background: rgb(243 244 246) !important;
   
    padding: 0%;
    
}

.solar-detail-box .single-price {
    display: none;
}


/* calander */

.solar-main-box-sec .solar-main-box {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    background: #f5f6f9;
    padding: 20px;
    border-radius: 20px;
}

.solar-main-box-sec {
    display: flex;
    flex-direction: column;
}

.solar-main-box-sec .solar-detail-box, .solar-main-box-sec{
    width: 100%;
}


.solar-main-box-sec .solar-img-box img {
    max-height: 400px;
    object-fit: contain;
}


.solar-main-box-sec h2 {
    font-weight: 600;
}

.solar-main-box-sec .solar-feature-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.solar-main-box-sec .solar-detail-box p {
    font-size: 18px;
}

.solar-main-box-sec .solar-feature-box li {
    width: 100%;
    font-size: 18px;
    color: var(--black);
    display: flex;
    gap: 5px;
    align-items: start;
}

.solar-main-box-sec .solar-feature-box i {
    margin-top: 5px;
}

.solar-main-box-sec .solar-feature-box {
    margin: 20px 0;
    overflow-y: scroll;
}

.info-sec {
    margin: 20px 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.699);
    line-height: 1.4;
    display: none;
}


.solar-main-box-sec .solar-feature-box::-webkit-scrollbar {
    width: 5px; /* width of the scrollbar */
}

.solar-main-box-sec .solar-feature-box::-webkit-scrollbar-track {
    background: transparent; /* color of the track */
}

.solar-main-box-sec .solar-feature-box::-webkit-scrollbar-thumb {
    background-color: #888; /* color of the thumb */
    border-radius: 10px; /* roundness of the thumb */
}

#inverter-section img {
    max-height: 159px;
    object-fit: contain;
}
#inverter-outer-div .solar-main-box {
    flex-direction: column;
    background: #eceef3;
    padding: 20px;
    border-radius: 15px;
}

#inverter-outer-div h2{
	    font-size: 22px;
    font-weight: 600;
}

#inverter-outer-div  .solar-feature-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#inverter-outer-div .solar-feature-box li {
    width: 100%;
    font-size: 16px;
    color: var(--black);
    display: flex;
    gap: 5px;
    align-items: start;
}

#inverter-outer-div .solar-img-box, #inverter-outer-div .solar-detail-box{
	width: 100%;
}

@media only screen and (max-width: 1400px) {

    .solar-main-box-sec{
        flex-wrap: wrap;
    }



}

@media only screen and (max-width: 1190px) {
        .battery-box {
                width: 100%;
            }
                        .main-product-box p {
                            font-size: 14px;
                        }
}

@media only screen and (max-width: 1000px) {

        .battery-box {
                width: 100%;
            }
    .solar-main-box-sec{
        flex-wrap: wrap;
    }

    .solar-main-box-sec .solar-main-box {
        width: 100%;
    }

    .solar-main-box-sec .solar-feature-box {
        height: auto;
    }
}

div#inverter-section .link {
    display: none;
}


#Large-Battery, #Medium-Battery, #Small-Battery h4{
	display: none;
}


/* calculator css */


  .f-calc-heading {
      font-size: 30px;
      margin-top: 0px;
      font-weight: 600;
      margin-bottom: 20px;
  }

  .f-calc-para {
      margin-bottom: 10px;
      margin-top: 0;
  }

  .f-calc-m-price-box {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 30px;
  }

  .f-calc-m-price-box label {
      background-color: white;
      padding: 12px;
      border-radius: 10px;
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
  }

  .f-calc-m-price {
      display: flex;
      gap: 10px;
      align-items: center;
      font-size: 18px;
  }

  .f-calc-m-price-box input {
      width: 24px;
      height: 24px;
      color: #2d3d4d;
      background-color: #2d3d4d;
      margin: 0;
  }

  .f-calc-deposit {
      display: flex;
      width: 100%;
      justify-content: space-between;
      font-size: 16px;
      margin-bottom: 15px;
  }

.f-calc-slider input[type="range"] {
    height: 10px;
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
}

  .f-calc-price-box {
      list-style: none;
      padding: 0;
  }

  .f-calc-price-box li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      border-top: solid 1px rgb(199, 192, 192);
  }

  .apr-box {
      background: #2f6b7745;
      color: #2d3d4d;
      padding: 8px 10px;
      font-size: 15px !important;
      border-radius: 5px;
      text-wrap: nowrap;
  }

.added-btn-bgcolor{
    background: green;
}

  @media only screen and (max-width: 420px) {



      .f-calc-m-price {
          font-size: 16px;
      }

      .f-calc-m-price-box input {
          width: 20px;
          height: 20px;
      }
  }


.modal-w-detail a {
    font-size: 20px;
}
.modal-w-detail li {
    font-size: 18px;
    margin-bottom: 12px;
}
.modal-w-detail h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}