*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
}

/* Header */
.nav-item a {
  font-weight: 600 !important;
  font-size: 14px !important;
}

.nav-item a:hover {
  color: #F05209;
}

.nav-item .nav-link.active {
  color: #F05209 !important;
}

.logos img{
  margin: 10px;
  width: 300px;
}

.navbar-nav li a {
  color: black;
  font-size: small;
  font-weight: bold;
}

@media (max-width: 768px) {

  /* .logos img{
    width: 100px;
    margin: 5px;
  } */

  .logos img{
    width: 50%;
  }

  .logos button{
    width: 15%;
  }

  .logos{
    display: flex;
    justify-content: space-between;
  }

}

/* ****************************************** Index css ************************************************************ */
/* Let Us Help */
.main-data{
    background: linear-gradient( rgba(0, 0, 0, 0.8)), url('Images/ACOUSTICAL\ SOLUTIONS-img1.jpg');
    background-size: cover;
    background-position: center center;    
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.content{
  width: 50%;
}

.content h1{
  font-weight: 600;
  font-size: 35px;
}

.content p{
    padding: 20px 0;
    font-weight: 400;
    font-size: 17px;
}

.content .help-underline{
    width: 400px;
    height: 2px;
    background: #F05209;
    margin-left: 120px;
  }

.right{
  width: 50%;
  display: flex;
  justify-content: center;
}

.form-box{
  background: white;
  padding: 25px;
  border-radius: 15px;
  width: 100%;
  max-width: 400px;
  box-shadow: 10px 10px 0 #ff5a00;
}

form input,
form textarea{
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

textarea{
  height: 100px;
  resize: none;
}

button{
  background: #ff5a00;
  color: white;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
}

button:hover{
  background: #e04d00;
}

@media (max-width: 768px) {
  /* STACK LAYOUT */
  .flex-container {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .content {
    width: 100%;
  }

  .content h1 {
    font-size: 22px;
    line-height: 1.4;
  }

  .content p {
    font-size: 14px;
    padding: 10px 0;
  }

  .content .help-underline {
    margin: 10px auto;
    width: 120px;
  }

  .right {
    width: 100%;
    padding: 0 15px;
  }

  .form-box {
    max-width: 100%;
    padding: 20px;
  }

  form input,
  form textarea {
    font-size: 13px;
    padding: 10px;
  }

  button {
    font-size: 14px;
    padding: 10px;
  }

  .main-data {
      height: 110vh !important;
  }
  .container-fluid{
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

}

/* Our Services */
.services{
    padding: 1px 20px;
    text-align: center;
    margin: 40px;
}

.services h3{
    color: #F05209;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
    font-size: 29px;
    padding-left: 50px;
    margin-left: 100px;
}

.subtitle{
    max-width: 700px;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    padding-left: 50px;
    margin-left: 100px;

}

.services-data{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
}

.service-card{
    text-align: center;
}

.service-card img{
    width: 230px;
    height: 160px;
    padding: 10px;
    border-radius: 25px;
    object-fit: cover;
}

.service-card h4{
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #F05209;
    font-weight: 600;
    font-size: 20px;
}

@media (max-width: 768px){
    .services-data{
    justify-content: center;
  }

    .services h3 {
    font-size: 26px;
    margin-top: 20px;
    margin-left: auto;
  }

  .services p{
    margin-left: 40px;
  }

  .subtitle{
    margin-left: 0;
    padding: 0;
  }

  .service-card img{
    width: 150%;
    margin-left: -40px;
  }
}

/* Trusted */
.trusted-section{
  background-color: black;
  padding: 60px 10px;
  color: white;
}

.container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-trusted{
  width: 50%;
}

.left-trusted h2{
  font-weight: 700;
  font-size: 29px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

.right-trusted{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.card-trusted{
  background: white;
  color: black;
  width: 250px;
  height: 120px;
  border-radius: 30px !important;
  text-align: center;
  padding: 20px;
}

.card-trusted h1{
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 5px;
}

.card-trusted p{
  font-weight: 600;
  font-size: 20px;
  font-size: 16px;
}

.card-trusted.center-card{
  margin-top: 10px;
}

@media (max-width: 768px){
  .container{
    flex-direction: column;
    text-align: center;
  }

  .left-trusted, .right.trusted{
    width: 100%;
  }

  .right.trusted{
    justify-content: center;
  }

  .card.trusted{
    width: 50%;
    max-width: 300px;
  }

  .left-trusted h2{
    padding-bottom: 30px;
  }
}

@media (max-width: 425px){
    .card.trusted{
      width: 100% !important;
      padding: 20px !important;
    }

    .card-trusted h1{
      font-size: 20px;
    }
}

/* Service Finder */
.service-finder{
  padding: 80px 20px;
  text-align: center;
  position: relative;
}
 
.finder-title{
  color: #f45100;
  font-weight: 700;
  font-size: 29px;
  margin-bottom: 60px;
}
 
.timeline{
  display: flex;
  justify-content: space-between;
  position: relative;
}
 
.timeline::before{
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f7a37a;
}
 
.step{
  width: 30%;
  position: relative;
}
 
.finder-icon{
  width: 100px;
  height: 100px;
  background: #f45100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
 
.finder-icon i{
  color: white;
}
 
.step h4{
  color: #f45100;
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}
 
.step p{
  font-weight: 400;
  font-size: 15px;
  margin-top: 5px;
  color: #333;
}
 
@media (max-width: 768px){
  .timeline{
    flex-direction: column;
    gap: 40px;
  }
 
  .timeline::before{
    display: none;
  }
 
  .step{
    width: 100%;
  }
}

/* Our Brand Partners */
.section {
  padding: 60px 20px;
  background-color: black;
}

.section h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

/* Slider Container */
.brand-slider {
  overflow: hidden;
  width: 100%;
}

/* Track */
.brand-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 30s linear infinite;
}

/* Card */
.brand-card {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-card img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.brand-track:hover {
  animation-play-state: paused;
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}

@media (max-width: 768px) {
  .brand-card {
    min-width: 120px;
    padding: 15px;
  }

  .brand-card img {
    max-height: 60px;
  }
}

  /* Why Choose Us */

.left-choose{
  margin-left: 80px;
  padding-bottom: 70px;
}

.left-choose h1{
  font-size: 29px;
  margin-bottom: 20px;
  color: rgb(240, 82, 9);
  font-weight: 700 !important; 
  margin-top: 60px;
}

.item{
  display: flex;
  align-items: flex-start;
}

.item i{
  padding: 8px 10px;
  margin-right: 20px;
  font-size: 30px;
}

.item h3{
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 5px;
  color: rgb(240, 82, 9);
}

.item p{
  font-size: 15px;
  font-weight: 400;
  text-align: start;
}

.right-choose img{
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

@media(max-width: 768px){
  .container{
    flex-direction: column;
    padding: 20px;
  }

  .left-choose h1{
    text-align: center;
    margin-top: 20px;
  }

  .left-choose{
    margin: 10px;
  }
}

/* Our Projects */
.our-project{
  background-color: black;
  text-align: center;
  padding: 20px 20px 80px;
}

.our-project h1{
  color: white;
  font-weight: 700;
  font-size: 29px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.project-container{
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.project-card{
  width: 300px;
  border-radius: 10px;
  overflow: hidden;

  position: relative;
  cursor: pointer;
}

.project-card img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: 0.4s;

}

.hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #F05209;
  color: white;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  opacity: 0;
  transition: 0.5s;
  text-align: center;
}

/* HOVER EFFECT */
.project-card:hover img {
  transform: scale(1.1);
}

.project-card:hover .hover {
  opacity: 0.5;
}

@media(max-width: 768px){
  .our-project h1{
    font-size: 26px;
  }

  .project-card{
    width: 90%;
  }

  .project-card img{
    height: 220px;
  }

  .hover p {
    font-size: 14px;
  }
}

/* Call Us Today */
.call-us-container{
  margin: 40px;
  display: flex;
  align-items: center;
  padding: 60px 100px 60px 100px;
}

.left-call-us img{
  width: 550px;
  height: 350px;
  margin-right: 50px;
  border-radius: 15px;
}

.right-call-us h1{
  font-weight: 700;
  font-size: 29px;
  color: rgb(240, 82, 9);
}

.right-call-us p{
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
}

.right-call-us button{
  background-color: #F05209;
  color: white;
}

.right-call-us button:hover{
  background-color: #F05209;
  color: white;
}

.custom-btn{
  width: 300px;
  height: 40px;
}

@media(max-width: 992px){
  .call-us-container{
    flex-direction: column;
  }
  .left-call-us img{
    width: 300px;
    height: 200px;
    margin: 20px;
  }
}

/* *************************************** About us CSS *********************************************** */
/* Main */
/* About-Us */
.about-us{
    background: linear-gradient( rgba(0, 0, 0, 0.8)), url('Images/about-us-page.png');
    background-position: center center;
    background-size: cover;
    height: 350px;
}

.about-us h1{
    font-weight: 600;
    font-size: 40px;
    color: white;
    text-align: center;
    padding-top: 10%;
}

.about-us p{
    font-weight: 400;
    font-size: 17px;
    color: white;
    text-align: center;
}

@media (max-width: 768px){
    .container {
        flex-direction: column;
    }

    .about-us h1{
    padding-top: 40%;
    }
}

/* data */
.container-data{
  display: flex;
  gap: 30px;
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
}

/* LEFT */
.left-data{
  width: 50%;
}

.left-data h3{
  font-weight: 700;
  font-size: 29px;
  color: #F05209;
  margin-bottom: 10px;
}

.left-data p{
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 26px;
  color: black;
}

/* RIGHT */
.right-data{
  width: 50%;
  text-align: center;
}

/* CIRCLES */
.circle-row{
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 10px 0;
}

.circle{
  width: 120px;
  height: 120px;
  background: #ff5a00;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}

.circle:hover{
  background: #e14a00;
}

/* CENTER BOX */
.center-box{
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 50%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

/* MOBILE */
@media (max-width: 768px){

  .container-data{
    flex-direction: column;
    padding: 20px;
  }

  .left-data, .right-data{
    width: 100%;
  }

  .data h3{
    padding-left: 2%;
    padding-right: 10%;
    padding-bottom: 10px;
  }

  .data p{
    padding-left: 10%;
    padding-bottom: 10px;
    text-align: start;
  }

  .vertical-line{
    height: 50px;
  }

  .left-data{
    text-align: center;
  }

  .circle-row{
    flex-wrap: wrap;
  }

  .circle{
    width: 90px;
    height: 90px;
    font-size: 12px;
  }

  .center-box{
    width: 150px;
    height: 150px;
    font-size: 12px;
  }
}

/* Mission */
.mission h1{
    font-family: 700 !important;
    font-size: 20px !important;
    color: #F05209;
    padding-left: 8%;
    padding-right: 10%;
    padding-bottom: 10px;
}

.container-mission h1{
    font-family: 700;
    font-size: 20px;
}

.mission p{
    font-family: 400;
    font-size: 15px;
    line-height: 26px;
    padding-left: 10%;
    padding-right: 10%;
    color: black;
}

.mission{
  margin-bottom: 40px;
}

.vertical-line {
  position: absolute;
  left: 8%;
  top: 50;
  height: 38%;
  width: 2px;
  background-color: #F05209;
}

.vertical-line1 {
  position: absolute;
  left: 8%;
  top: 50;
  height: 61%;
  width: 2px;
  background-color: #F05209;
}

@media (max-width: 768px){
    .container {
        flex-direction: column;
    }
    .vertical-line{     
        position: absolute;
        left: 8%;
        top: 50;
        height: 70%;
        width: 2px;
        background-color: #F05209;
    }

    .vertical-line1{
      position: absolute;
      left: 8%;
      top: 50;
      height: 178%;
      width: 2px;
    }
}

/* MVV section */
.mvv-section {
  background: linear-gradient( rgba(0, 0, 0, 0.8)), url('Images/About_Us.jpg');
  background-position: center center;
  background-size: cover;
  padding: 60px 20px;
  margin-bottom: 40px;
}

.container-mvv {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;  
}

/* CARD STYLE */
.card {
  width: 32%;
  text-align: center;
  padding: 20px;
  background: transparent !important;
}

/* ICON */
.icon {
  font-size: 40px;
  color: #F05209;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}

.card h2 {
  margin-bottom: 15px;
  color: white;
  text-align: start;
}

.card p {
  font-size: 15px;
  color: white;
  text-align: start;
}

/* VERTICAL LINE */
.middle {
  border-left: 2px solid #ff5a00 !important;
  border-right: 2px solid #ff5a00 !important;
  padding-left: 30px;
  padding-right: 30px;
  padding: 0 30px;

}

/* RESPONSIVE */
@media (max-width: 768px) {
  .container-mvv {
    flex-direction: column;
    margin-left: 40px;
  }

  .card {
    width: 100%;
  }

  .middle {
    border: none;
  }
}

/* Gallery */
.about-us-gallery{
    padding-bottom: 40px;
}

.about-us-gallery h1{
    color: #F05209;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
}

.about-us-gallery-images{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.about-us-gallery-images img{
    width: 300px;
    height: 280px;
    border-radius: 15px;
}

/* Tablet View */
@media (max-width: 768px) {
  .about-us-gallery-images {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-us-gallery-images img {
    width: 45%;
    height: auto;
  }
}

/* Mobile View */
@media (max-width: 480px) {
  .about-us-gallery-images {
    flex-direction: column;
    align-items: center;
  }

  .about-us-gallery-images img {
    width: 90%;
    height: auto;
  }
}

/* *********************************************************** Gallery CSS ********************************************** */
/* Main */
/* About-Us */
.gallery{
    background: linear-gradient( rgba(0, 0, 0, 0.8)), url('Images/gallery_page.jpg');
    background-position: center center;
    background-size: cover;
    height: 350px;
}

.gallery h1{
    font-weight: 600;
    font-size: 40px;
    color: white;
    text-align: center;
    padding-top: 10%;
}

.gallery p{
    font-weight: 400;
    font-size: 17px;
    color: white;
    text-align: center;
}

@media (max-width: 768px){
    .container-gallery {
        flex-direction: column;
    }

    .gallery h1{
    padding-top: 40%;
    }
}

/* multiple images */

.container-gallery-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 images in row */
    gap: 20px;
    padding: 40px 20px;

    margin: 0px 80px;
}

/* Images */
.container-gallery-images img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    transition: 0.4s;
}

/* Hover Zoom */
.container-images img:hover {
    transform: scale(1.05);
}

/* ✅ Tablet */
@media (max-width: 768px) {
    .container-gallery-images {
        grid-template-columns: repeat(1, 1fr); /* 2 per row */
        margin: 0px 20px;
    }
}

/* ✅ Mobile */
@media (max-width: 425px) {
    .container-gallery-images {
        grid-template-columns: 1fr; /* 1 per row */
    }

    .container-gallery-images img {
        height: auto;
    }
}

/* **************************************************** CONTACT US *************************************************** */

/* Main */
/* Contact US SECTION */

.contact-section {
  padding: 40px 60px;
}

/* CONTAINER */
.contact-container {
  display: flex;
  width: 100%;
  /* max-width: 1400px; */
  max-width: 1200px;
  margin: auto;
  height: 520px;
}

.contact-left {
  width: 50%;
  background-color: #F05209;
  color: white;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-left h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.info-block {
  margin-bottom: 10px;
}

.info-block h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
}

.info-block p {
    font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  gap: 18px;
  margin-top: 10px;
}

.social-icons span {
  width: 36px;
  height: 36px;
  background-color: #ffffff20;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.social-icons span:hover {
  background-color: #ffffff;
  color: #f24a06;
}

/* RIGHT PANEL */
.contact-right {
  width: 50%;
}

.contact-right iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ---------------- RESPONSIVE ---------------- */

/* TABLET */
@media (max-width: 992px) {
  .contact-container {
    flex-direction: column;
    height: auto;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

  .contact-left {
    padding: 40px 30px;
  }

  .contact-left h1 {
    font-size: 32px;
  }

  .contact-right {
    height: 400px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .contact-section {
    padding: 20px;
  }

  .contact-left {
    padding: 30px 20px;
  }

  .contact-left h1 {
    font-size: 26px;
  }

  .info-block h3 {
    font-size: 18px;
  }

  .info-block p {
    font-size: 14px;
    line-height: 22px;
  }

  .social-icons span {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

/* ************************************************ ACOUSTICAL SOLUTIONS *********************************************** */

.acoustical{
    background: linear-gradient( rgba(0, 0, 0, 0.8)), url('Images/gallery_page.jpg');
    background-position: center center;
    background-size: cover;
    height: 350px;
}

.acoustical h1{
    font-weight: 700;
    font-size: 29px;
    color: white;
    text-align: center !important;
    padding-top: 10%;
    /* margin-left: 30%; */
}

.acoustical p{
    font-weight: 400;
    font-size: 17px;
    color: white;
    text-align: center !important;
}

@media (max-width: 768px){
    .container-acoustical {
        flex-direction: column;
    }

    .acoustical h1{
    padding-top: 40%;
    }
}

/* acoustic-section */
.acoustic-section {
  padding: 60px 40px;
}

.container-acoustic-section {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.content-acoustic {
  flex: 1;
}

.title-acoustic {
  font-size: 29px;
  font-weight: 700;
  color: #F05209;
}

.divider-acoustic {
  width: 70px;
  height: 1.5px;
  background: black;
  margin: 15px 0 25px;
}

.subtitle-acoustic {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: black;
}

.heading-acoustic {
  font-size: 16px;
  font-weight: 700;
  color: black;
}

.text-acoustic {
    font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

/* RIGHT IMAGES */
.images-acoustic {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.acoustic-image-card {
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}

.acoustic-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

.acoustic-image-card.large {
  height: 280px;
}

/* overly for large image */
.acoustic-image-card.large{
     overflow: hidden;
    border-radius: 10px;
}
.acoustic-image-card.large img{
    width: 100%;
    transition: transform 0.4s ease;
}
.acoustic-image-card.large:hover img {
  transform: scale(1.15);
}

/* overly for smaller image */
.acoustic-image-card.small{
     overflow: hidden;
    border-radius: 10px;
}
.acoustic-image-card.small img{
    width: 100%;
    transition: transform 0.4s ease;
}
.acoustic-image-card.small:hover img {
  transform: scale(1.15);
}

.acoustic-image-card.small {
  height: 240px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container-acoustic-section {
    flex-direction: column;
  }

  .acoustic-images {
    width: 100%;
  }

  .acoustic-image-card.large {
    height: 300px;
  }

  .acoustic-image-card.small {
    height: 220px;
  }
}

@media (max-width: 600px) {
  .title-acoustic {
    font-size: 32px;
  }

  .subtitle-acoustic {
    font-size: 18px;
  }

  .heading-acoustic {
    font-size: 16px;
  }

  .text-acoustic {
    font-size: 15px;
  }

  .acoustic-section {
    padding: 40px 20px;
  }
}

/* Our Process */
.container-our-process{
    max-width: 1300px;
    margin: 0 auto;
}

.heading1{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: rgb(49, 60, 77);
    margin-bottom: 20px;
}

.sub-heading{
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: rgb(49, 60, 77);
    padding: 10px 0 10px 0;
}

.sub-heading p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgb(49, 60, 77);
}

.Our-Process{
    margin-top: -80px;
    margin-bottom: 40px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container-our-process {
    flex-direction: column;
  }

  .Our-Process{
    padding-top: 40px;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .container-our-process {
    padding: 40px 40px;
  }
}

/* ****************************************************** AUDIO & VIDEO SYSTEMS **************************************** */

/* Main */
/* About-Us */
.audio{
    background: linear-gradient( rgba(0, 0, 0, 0.8)), url('Images/gallery_page.jpg');
    background-position: center center;
    background-size: cover;
    height: 350px;
}

.audio h1{
    font-weight: 600;
    font-size: 40px;
    color: white;
    text-align: center;
    padding-top: 10%;
}

.audio p{
    font-weight: 400;
    font-size: 17px;
    color: white;
    text-align: center;
}

@media (max-width: 768px){
    .container-audio {
        flex-direction: column;
    }

    .audio h1{
    padding-top: 25%;
    }
}

/* audio-video-section */
.audio-video-section {
  padding: 60px 40px;
  margin-left: 120px;
}

.container-audio-video {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.content-audio-video {
  flex: 1;
}

.title-audio-video {
  font-size: 29px;
  font-weight: 700;
  color: #F05209;
}

.divider-audio-video {
  width: 70px;
  height: 1.5px;
  background: black;
  /* margin: 15px 0 25px; */
  margin: 20px 0;
}

.text-audio-video {
    font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.audio-text{
    font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
    line-height: 1.1px;
    padding: 5px 0 10px 40px;
}

.audio-video-heading{
  font-weight: 700;
  font-size: 18px;
}


/* RIGHT IMAGES */
.images-audio-video {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.audio-video-image-card {
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}

.audio-video-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

.audio-video-image-card-large {
  height: 280px;
}

.audio-video-image-card-small {
  height: 280px;
}


/* overly for large image */
.audio-video-image-card-large{
     overflow: hidden;
    border-radius: 10px;
}
.audio-video-image-card-large img{
    width: 468px;
    height: 221px;
    transition: transform 0.4s ease;
}
.audio-video-image-card-large:hover img {
  transform: scale(1.15);
}

/* overly for smaller image */
.audio-video-image-card-small{
     overflow: hidden;
    border-radius: 10px;
}
.audio-video-image-card-small img{
    /* width: 78%; */
    width: 468px;
    height: 221px;
    transition: transform 0.4s ease;
}
.audio-video-image-card-small:hover img {
  transform: scale(1.15);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container-audio-video {
    flex-direction: column;
  }

  .images-audio-video {
    width: 100%;
}

  .audio-video-image-card-large {
    height: 300px;
  }

  .audio-video-image-card-small {
    height: 220px;
  }
}

@media (max-width: 600px) {
  .title-audio-video {
    font-size: 32px;
  }

  .content-audio-video {
    margin-bottom: -20px;
  }

  .text-audio-video {
    font-size: 15px;
  }

  .audio-video-section {
    /* padding: 40px 20px; */
    padding: 10px;
    margin: 20px;
  }
}

/* Design & Engineering */
.container-design{
    max-width: 1300px;
    /* margin: 0 auto; */
    margin: 0 11%;
    padding-bottom: 5%;
}

.audio-video-heading{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: rgb(49, 60, 77);
    margin-bottom: 30px;
    margin-top: 50px;
}

.heading1-design{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: rgb(49, 60, 77);
    margin-bottom: 20px;
}

.sub-heading-design{
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: rgb(49, 60, 77);
    padding: 10px 0 10px 0;
}

.text-design{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgb(49, 60, 77);
}

/* RESPONSIVE */
/* Mobile View (max-width: 425px) */
@media screen and (max-width: 425px){

    .design{
        margin-top: 0;   
        margin-bottom: 20px;
    }

    .sub-heading-design{
        font-size: 16px;
        line-height: 24px;
        padding: 8px 0;
    }

    .audio-text-design{
        font-size: 14px;
        line-height: 22px;
    }

    .text-design{
        font-size: 14px;
        line-height: 22px;
    }

}

/* ******************************************** STAGE LIGHTING AND DRAPERY ********************************************* */

/* Main */
/* About-Us */
.stage{
    background: linear-gradient( rgba(0, 0, 0, 0.8)), url('Images/gallery_page.jpg');
    background-position: center center;
    background-size: cover;
    height: 350px;
}

.stage h1{
    font-weight: 600;
    font-size: 40px;
    color: white;
    text-align: center;
    padding-top: 10%;
}

.stage p{
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: white;
    text-align: center;
    padding-top: 20px;
}

@media (max-width: 768px){
    .container-stage-main {
        flex-direction: column;
    }

    .stage h1{
    padding-top: 30%;
    align-items: center;
  }
}

/* acoustic-section */
.stage-section {
  padding: 40px 40px 20px;
  margin-left: 8%;
}

.container-stage {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.content-stage {
  flex: 1;
}

.title-stage {
  font-size: 29px;
  font-weight: 700;
  color: #F05209;
}

.divider-stage {
  width: 70px;
  height: 1.5px;
  background: black;
  margin: 15px 0 25px;
}

.text-stage {
    font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

/* RIGHT IMAGES */
.images-stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.stage-image-card {
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}

.stage-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

.stage-image-card.large {
  /* height: 280px; */
  height: 50%;
  width: 80%;
  margin-top: 10%;
}

.stage-image-card.large h2{
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    margin-bottom: 20px;
}

/* overly for large image */
.stage-image-card.large{
     overflow: hidden;
    border-radius: 10px;
}
.stage-image-card.large img{
    width: 100%;
    transition: transform 0.4s ease;
}
.stage-image-card.large:hover img {
  transform: scale(1.15);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container-stage {
    flex-direction: column;
  }

  .images-stage {
    width: 100%;
  }

  .stage-image-card.large {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .title-stage {
    font-size: 32px;
  }

  .text-stage {
    font-size: 15px;
  }

  .stage-section {
    padding: 10px ;
    margin-left: 10px;
  }

  .stage-image-card.large{
    margin-top: 10px;
    height: 100%;
    width: 100%;
  }
}

/* preparation */
.container-preparation{
    max-width: 1300px;
    margin: 0 auto;
    margin-left: 11%;
    margin-right: 11%

    /* margin-top: auto; */
}

.heading1-preparation{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: rgb(49, 60, 77);
    margin-bottom: 20px;
}

.sub-heading-preparation{
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: rgb(49, 60, 77);
    padding: 10px 0 10px 0;
}

.sub-heading-preparation p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgb(49, 60, 77);
}

.preparation{
    /* margin-top: -80px; */
    margin-top: auto;
    margin-bottom: 40px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container-preparation {
    flex-direction: column;
    /* padding: 40px 20px; */
    margin-left: 30px;
    margin-right: 30px;
  }

  .preparation{
    padding-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  /* .container-our-process {
    padding: 40px 10px 40px 20px;
  } */

  .images-preparation{
    padding-top: 10px;
  }
}

/* ************************************************** EVENT BROADCASTING ********************************************** */

/* Main */
/* EVENT BROADCASTING image */
.event{
    background: linear-gradient( rgba(0, 0, 0, 0.8)), url('Images/gallery_page.jpg');
    background-position: center center;
    background-size: cover;
    height: 350px;
}

.event h1{
    font-weight: 600;
    font-size: 40px;
    color: white;
    text-align: center;
    padding-top: 10%;
}

.event p{
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: white;
    text-align: center;
    padding-top: 20px;
}

@media (max-width: 768px){
    .container-event {
        flex-direction: column;
    }

    .event h1{
    padding-top: 30%;
    align-items: center;
  }
}

/* EVENT BROADCASTING */
.event-broad-section {
  padding: 40px 40px 20px;
  margin-left: 8%;
}

.container-event-broad {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.content-event-broad {
  flex: 1;
}

.title-event-broad {
  font-size: 29px;
  font-weight: 700;
  color: #F05209;
}

.divider-event-broad {
  width: 70px;
  height: 1.5px;
  background: black;
  margin: 15px 0 25px;
}

.text-event-broad {
    font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

/* RIGHT IMAGES */
.images-event-broad {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.event-broad-image-card {
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}

.event-broad-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

.event-broad-image-card.large {
  /* height: 280px; */
  height: 50%;
  width: 80%;
  margin-top: 10%;
}

.event-broad-image-card.large h2{
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    margin-bottom: 20px;
}

/* overly for large image */
.event-broad-image-card.large{
     overflow: hidden;
    border-radius: 10px;
}
.event-broad-image-card.large img{
    width: 100%;
    transition: transform 0.4s ease;
}
.event-broad-image-card.large:hover img {
  transform: scale(1.15);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container-event-broad {
    flex-direction: column;
  }

  .images-event-broad {
    width: 100%;
  }

  .event-broad-image-card.large {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .title-event-broad {
    font-size: 32px;
  }

  .text-event-broad {
    font-size: 15px;
  }

  .event-broad-section {
    padding: 10px ;
    margin-left: 10px;
  }

  .event-broad-image-card.large{
    margin-top: 10px;
    height: 100%;
    width: 100%;
  }
}

/* capture */
.container-capture{
    max-width: 1300px;
    margin: 0 auto;
    margin-left: 11%;
    margin-right: 11%

    /* margin-top: auto; */
}

.capture{
    /* margin-top: -80px; */
    margin-top: auto;
    margin-bottom: 40px;
}

.chapter-capture{
    margin-left: 40px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container-capture {
    flex-direction: column;
    /* padding: 40px 20px; */
    margin-left: 30px;
    margin-right: 30px;
  }

  .capture{
    padding-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  /* .container-our-process {
    padding: 40px 10px 40px 20px;
  } */

  .images-capture{
    padding-top: 10px;
  }

}


/* ******************************************************** CCTV ******************************************************* */

/* Main */
/* CCTV Image */
.cctv{
    background: linear-gradient( rgba(0, 0, 0, 0.8)), url('Images/gallery_page.jpg');
    background-position: center center;
    background-size: cover;
    height: 350px;
}

.cctv h1{
    font-weight: 600;
    font-size: 40px;
    color: white;
    text-align: center;
    padding-top: 10%;
}

.cctv p{
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: white;
    text-align: center;
    padding-top: 20px;
}

@media (max-width: 768px){
    .container-cctv- {
        flex-direction: column;
    }

    .cctv h1{
    padding-top: 30%;
    align-items: center;
}

}

/* CCTV-section */
.cctv-section {
  padding: 40px 40px 20px;
  margin-left: 8%;
}

.container-cctv {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.cctv-content {
  flex: 1;
}

.cctv-title {
  font-size: 29px;
  font-weight: 700;
  color: #F05209;
}

.cctv-divider {
  width: 70px;
  height: 1.5px;
  background: black;
  margin: 15px 0 25px;
}

.cctv-text {
    font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

/* RIGHT IMAGES */
.cctv-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cctv-image-card {
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}

.cctv-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

.cctv-image-card.large {
  /* height: 280px; */
  height: 50%;
  width: 80%;
  margin-top: 10%;
}

.cctv-image-card.large h2{
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    margin-bottom: 20px;
}

/* overly for large image */
.cctv-image-card.large{
     overflow: hidden;
    border-radius: 10px;
}
.cctv-image-card.large img{
    width: 100%;
    transition: transform 0.4s ease;
}
.cctv-image-card.large:hover img {
  transform: scale(1.15);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container-cctv {
    flex-direction: column;
  }

  .cctv-images {
    width: 100%;
  }

  .cctv-image-card.large {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .cctv-title {
    font-size: 32px;
  }

  .cctv-text {
    font-size: 15px;
  }

  .cctv-section {
    padding: 10px ;
    margin-left: 10px;
  }

  .cctv-image-card.large{
    margin-top: 10px;
    height: 100%;
    width: 100%;
}

}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container-cctv {
    flex-direction: column;
    /* padding: 40px 20px; */
    margin-left: 30px;
    margin-right: 30px;
  }

  .cctv{
    padding-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .cctv-images{
    padding-top: 10px;
  }

}

/* SERVICES */
/* 1. ACOUSTICAL SOLUTIONS */


/* Footer */
.footer{
  background: 
  linear-gradient(rgba(11, 11, 11, 0.9), rgba(11, 11, 11, 0.9)),
  url('Images/footer-background.png');
  background-position: center;
  background-size: cover;
  opacity: 1;
  width: 100%;
  color: white;
  padding: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.footer-container{
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-col{
  flex: 1;
  min-width: 280px;
}

.footer h3{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-col .underline{
    width: 50px;
    height: 3px;
    background: #F05209;
    margin-bottom: 20px;
}
 
.footer-col .underline1{
    width: 100%;
    height: 3px;
    background: #F05209;
    margin-bottom: 20px;
}

.footer p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: white;
    margin-bottom: 12px;
}
 
.footer i{
    color: #F05209;
    margin-right: 10px;
}
 
.follow{
    margin-top: 20px;
    margin-bottom: 10px;
}
 
.social-icons a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: black;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    color: white;
}
 
.social-icons a:hover {
    background: #F05209;
}

.with-icon{
  display: flex;
}

.with-icon p{
  font-weight: 500;
  font-size: 17px;
}

.copyright-container{
  padding: 10px;
  background-color: #F05209;
  text-align: center;
}

.copyright-container p{
  color: white;
  font-weight: 500;
  font-size: 16px;
}

.copyright-container p a{
  text-decoration: none;
  color: white;
  margin-right: 50px;
}

.copyright-container span{
  margin-left: 50px;
}
 
@media(max-width: 425px){
    .footer-container{
        flex-direction: column;
    }

    .footer-col iframe{
      margin-right: 50px !important;
    }
}
