body {
    background-color: #E5E3DC!important;
}
 

/* How We Work Section */
.how-we-work {
  text-align: center;
  padding: 60px;
 padding-top: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers vertically */
  align-items: center; /* Centers horizontally */
} 
.howwework {
  text-align: center;
 
 padding-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers vertically */
  align-items: center; /* Centers horizontally */
} 
.how-we-work h2 {
  font-size: 2em;
  color: #000000;
}
.marconi {
  max-width: 600px;
  width: 100%;
  margin-bottom: 40px;
}
.marconiteam {
  
   width: 100vw;
}
.how-we-work p {
  font-size: 1.2em;
  margin-top: 20px;
  color: #868484;
}
@media screen and (max-width: 1150px) { 
  .how-we-work {
    padding: 100px 80px;
    margin: 120px 0px 80px;
    text-align: center;
  }
}  
.container {
  max-width: 1200px;
}

@media (max-width: 768px) {
 
  .text-center-p::before {
    content: " ";
  }
 
}

@media (min-width: 769px) {
  .text-center-p::before {
    content: "";
  }
 
} 
 
.intro-section {
  display: flex;
  flex-direction: row;
  justify-self: center;
     max-width: 1120px;
  justify-content: space-between;
  align-items: flex-end;
   margin: 60px 40px 20px 40px;
   gap: 30px;
}
.intro-section img {
  max-width: 150px;
   
}
 
.company-section {
   padding: 0px 40px 120px ;
 
  justify-self: center;
  max-width: 1320px;
}

.company-title {
  text-align: center;
  padding: 20px 40px;
  margin-bottom: 26px;
}
.company-section {

   
}
 

.company-info-container {
  display: flex;  padding: 40px;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
 
  border-radius: 20px;
  background-color: #cfcbbf;
}

.company-media {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-wrapper img,
.map-wrapper iframe {
  width: 90%;
  border-radius: 10px;
}

.map-wrapper iframe {
  height: 250px;
  
}

.caption {
  text-align: center;
   
}

.company-description {
  flex: 1 1 55%;
} 

.our-project {
             
            padding: 60px 0;
        }

        .carousel-container {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
            background: white;
            padding: 15px;
        }

        .carousel-inner {
            border-radius: 15px;
            overflow: hidden;
        }

        .clipped-img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .carousel-item:hover .clipped-img {
            transform: scale(1.02);
        }

        .carousel-control-prev,
        .carousel-control-next {
          position: absolute;
            width: 3rem!important;
            height: 3rem!important;
            background: rgba(44, 62, 80, 0.8);
            border-radius: 50%;
            top: 50%!important;
            transform: translateY(-50%);
            transition: all 0.3s ease;
            background-color: #000000!important;
        }

        .carousel-control-prev {
            left: 15px;
        }

        .carousel-control-next {
            right: 15px;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            background: rgba(44, 62, 80, 1);
            transform: translateY(-50%) scale(1.1);
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 20px;
            height: 20px;
            filter: brightness(0) invert(1);
        }

        .carousel-indicators {
            bottom: -50px;
            margin-bottom: 0;
        }

        .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 2px solid #2c3e50;
            background-color: transparent;
            margin: 0 6px;
            transition: all 0.3s ease;
        }
 

        @media (max-width: 768px) {
            .clipped-img {
                height: 300px;
            }
            
            .carousel-control-prev,
            .carousel-control-next {
                width: 40px;
                height: 40px;
            }
            
            .carousel-control-prev {
                left: 10px;
            }
            
            .carousel-control-next {
                right: 10px;
            }
        }

@media (max-width: 768px) {
   
 .company-info-container {
  flex-direction: column;
  display: flex;  padding: 12px;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
 
  border-radius: 20px;
  background-color: #cfcbbf;
}
 .image-wrapper img , .map-wrapper iframe { 
  width: 100%;
 }
} 


.heroz {
   height: 100vh;
   color: #0A0A0A;
   background-color: #DBD8CC;
   padding-top: 4rem;
   display: flex;
   justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-button {
  display: inline-flex;
  border-radius: 12px;
   background-color: #ffffff; /* Classic blue */
  color: rgb(0, 0, 0); /* Text stands out */
 border: 2px solid #0A0A0A;
 padding: 0.25em 0.5em;
 font-weight: 500;
 text-decoration: none;
 
}
.hero-title {
  
}
 
.hero-content {
  position: relative;
  z-index: 2;
} 
 
