@media (max-width: 1024px) {
  .card-content{
    height: 300px;
  }
  .footer {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content: space-between;
    padding: 40px 40px 40px 90px;
    background: #1d473d;
  }
}
@media (max-width:968px) {
  .nav1 .contact-us{
    margin-right: 0%;
  }
/* === Header Section Starts === */


header nav{
  height: 50px;
}
header nav .logo img{
  height: 30px;
  
}
/* header nav ul{
  background: #2a1b16;
  position: absolute;
  top: 50px;
  height: auto;
  width: 100%;
  z-index: 2;
} */

header nav ul{
  
  /* background: #3f322d; */
  background: #112b25;
  position: absolute;
  left: -100%;
  top: 80px;
  height: auto;
  width: 30%;
  flex-direction: column;
  align-items: center;
  transition: all .4s ease;
  gap: 0;
  z-index: 1;
}
nav ul.active{
  top: 80px;
  left: 0;
}
 header nav ul li{
 margin-bottom: 10px;
 height: 20px;
 width: 70%;
 text-align: center;
}
header nav ul li:nth-child(1){
  margin-bottom: 10px;
  margin-top: 5px;
  height: 20px;
  width: 70%;
 }
header nav ul li:hover{
  background: #392a2a;
}
/* === Dropdown mobile view code ==== */

header nav .our-services{
  position: relative;
  height: auto;
}
header nav .our-services .our-services-list{
  position: relative;
  width: 100%;
  background: #112b25;
  
}
header nav .our-services .our-services-list li{
 background: #112b25;
  width: 100%;
  display: grid;
  place-items: center;
  padding: 5px 0;
  margin: 0;
  transform: none;
 }
 /* === Dropdown mobile view code end ==== */

/* header menu-bar code */
nav .menu-btn{
  display: flex;
  height: 25px;
  width: 25px;
  z-index: 5;
}
nav .menu-btn.active{
  height: 25px;
  width: 25px;
}
nav .menu-btn.active .menu-line{
  width: 100%;
  height: 3px;
}
nav .menu-btn.active .menu-line:nth-child(1){
  transform: rotate(45deg) translate(0, 10px);
  width: 30px;
}
nav .menu-btn.active .menu-line:nth-child(2){
 background: transparent;
}
nav .menu-btn.active .menu-line:nth-child(3){
  transform: rotate(-40deg) translate(0, -10px);
  width: 30px;
}
nav .whatsapp{
  display: none;
}
nav .whatsappicon{
  display: block;
 
}
/* === Header Section Ends === */ 

/* === Baneer Section Starts === */
.banner{
  flex-direction: column;
  padding: 0 20px;
  background-position: rigth;
  z-index: 0;
}

.banner .banner-content{
  position: relative;
  top: 15%;
  height: 30%;
  width: auto;
 }
 /* .banner .banner-content{
  position: relative;
  height: 220px;
  width: auto;
 } */
 .banner .banner-content h3{
  font-size: 110%;
  padding-top: 15px;
  margin-left: 0;
  margin-top: 50px;
  text-align: center;
 }
 .banner .banner-content h1{
  font-size: 35px;
  line-height: 40px;
 }
 .banner .banner-content h1 span{
  font-size: 60px;
 }
 .banner .banner-content #content-button{
  width: 130px;
  margin: 20px 0 0 0;
  padding: 10px;
  z-index: 10;
 }
 .banner .banner-image{
  height: 340px;
  width: auto;
  justify-content: flex-end;
 }
 .banner .banner-image img{
  height: 280px;
  width: auto;
 } 

 .mit li a{
  font-size: 14px;
 }
 
 /* .banner .banner-image{
  height: 240px;
  width: auto;
  justify-content: flex-end;
 }
 .banner .banner-image img{
  height: 220px;
  width: auto;
 }  */
/* === Baneer Section Ends === */ 

/* === About Section Starts === */

.about-section{
  background-position: left;
  background-repeat: no-repeat;
  height: auto;
  flex-direction: column-reverse;
  padding: 0 20px;
}
.about-image{
  background: green;
  height: 290px;
  width: auto;
  justify-content: center;
  padding-bottom: 60px;
}
.about-image img{
  height: 290px;
  width: auto;
  padding-top: 20px;
}
.about-content{
  height: auto;
  width: auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}.about-content h2{
  font-size: 38px;
}
/* === About Section Ends === */



.card-content{
  height: 400px;
}

.footer {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  justify-content: space-between;
  padding: 40px 40px 40px 80px;
  background: #1d473d;
}

.footer .footer-containers{
  flex-basis: 40%;
}
.footer .box:nth-child(2) ul li a, .box:nth-child(3) ul li a{
  font-size: 15px;
 }
/* Testimonial Section Starts */
.slider2-section{
 width: 85vw;
}
.slider2-section .slider .slide{
  height: 210px;
  width: 320px;
}
/* Testimonial Section Ends */
}
