/* ================= NAVBAR RESPONSIVE ================= */

/* TABLET (≤1024px) */
@media (max-width: 1024px) {

  body{
    padding-top: 0;
  }

  .navbar{
    display: none;
  }

  .logo-div{
    width: 95%;
    top: 10px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }

  .hamburger{
    display: block;
  }

  .navv-menu{
    display: none;
  }

  .navv-menu.active{
    display: flex;
    flex-direction: column;
    gap: 15px;

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;

    padding: 20px;
    border-radius: 10px;

    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    z-index: 999;
  }

  .navv-button{
    display: none;
  }

  .banner-section{
    padding-top: 120px;
  }

  .banner{
    flex-direction: column;
    text-align: center;
  }

  .landing-banner,
  .form-div{
    width: 100%;
  }

  .sand-main{
    flex-direction: column;
  }

  .sand-main-one,
  .sand-main-two{
    width: 100%;
  }

  .sand-main-two iframe{
    height: 300px;
  }

  .sand-main-two{
    height: auto;
  }

  .solution-main{
    justify-content: center;
    gap: 20px;
  }

  .choose{
    flex-direction: column;
  }

  .choose-left,
  .choose-right{
    width: 100%;
  }

  .testimonial-container,
  .testimonial-section .slider_adjust{
    width: 90%;
  }

  /* ================= FOOTER FIXED ================= */
  .footer-main{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .energy{
    width: 48%;
  }

  .quick,
  .offerr,
  .touch{
    width: 30%;
  }
}


/* MOBILE (≤768px) */
@media (max-width: 768px){

  .logo-div{
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
  }

  .banner-section{
    padding-top: 130px;
  }

  .navv-logo img{
    width: 45px;
    height: 45px;
  }

  .navv-menu a{
    font-size: 16px;
  }

  .banner{
    padding: 30px 15px;
  }

  .banner h1{
    font-size: 26px;
  }

  .banner p{
    font-size: 14px;
  }

  .form-div form{
    padding: 15px;
  }

  .govrn-main{
    width: 45%;
  }

  .solar-panel{
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .galleryy{
    flex-direction: column;
  }

  .project{
    width: 100%;
  }

  .expertise-1{
    flex-direction: column;
    text-align: center;
  }

  /* ================= FOOTER MOBILE FIX ================= */
  .footer-main{
    flex-direction: column;
    gap: 30px;
  }

  .energy,
  .quick,
  .offerr,
  .touch{
    width: 100%;
  }

  .energy h4{
    font-size: 26px;
  }

  .footer-main h5{
    font-size: 20px;
  }

  .footer-main p{
    font-size: 16px;
    line-height: 26px;
  }

  .footer-2{
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .testimonial-section .owl-carousel .owl-nav button.owl-prev{
    left: 0;
  }

  .testimonial-section .owl-carousel .owl-nav button.owl-next{
    right: 0;
  }

  .sand-main-two iframe{
    height: 250px;
  }
}


/* SMALL MOBILE (≤430px) */
@media (max-width: 430px){

  .banner-section{
    padding-top: 140px;
  }

  h2{
    font-size: 24px;
  }

  .banner h1{
    font-size: 22px;
  }

  .nowBtn{
    padding: 12px 20px;
    font-size: 14px;
  }

  .govrn-main{
    width: 100%;
  }

  .solution-card > div{
    width: 100%;
  }

  .trans-card{
    width: 100%;
  }

  .gall-img{
    height: 180px;
  }

  .sand-main-two iframe{
    height: 200px;
  }

  /* ================= FOOTER SMALL FIX ================= */
  .energy h4{
    font-size: 20px;
  }

  .footer-main p{
    font-size: 14px;
    line-height: 24px;
  }

  .footer a{
    font-size: 14px;
  }

  .footer-2{
    width: 90%;
    margin: auto;
    margin-top: 30px;
  }
}


/* EXTRA SMALL (≤320px) */
@media (max-width: 320px){

  .navv-menu a{
    font-size: 13px;
  }

  .banner-section{
    padding-top: 150px;
  }
}