 html,
    body {
      position: relative;
      height: 100%;
      overflow-x: hidden;
    }
.project-hero {
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.hero-overlay {
    position: absolute;
    top: 40vh;
    left: 7vw;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 30px;
    color: #fff;
    max-width: 90%;
    border-radius: 8px;  
    z-index: 2000;
}
.hero-overlay h1{
    font-weight: 600;
    text-transform: uppercase;
    font-family: sans-serif;
    color: #d4af37;
}
.hero-overlay p{
    font-weight: 600;
    text-transform: uppercase;
    font-family: sans-serif;
}

.project-gallery img {
    width: 70%;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.project-gallery img:hover {
    transform: scale(1.03);
}

/* ===========================
   Decorative Carousel Lines
   =========================== */
.project-lines::before {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}
.project-lines .project-line-left,
.project-lines .project-line-right {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.50);
}
.project-lines .project-line-top,
.project-lines .project-line-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.50);
}
.project-lines .project-line-left {
    left: 19%;
}
.project-lines .project-line-right {
    right: 19%;
}
.project-lines .project-line-top {
    top: 15vh;
}
.project-lines .project-line-bottom {
    bottom: 15vh;
}

/* ===========================
   Top Right Menu (Hamburger)
   =========================== */
.top-right-icons {
    position: absolute;
    top: 3vh;
    right: 0.3vw;
    z-index: 2001;
    border-radius: 8px;
    padding: 6px 10px;
    color: rgba(255, 255, 255, 0.20);
}
.top-right-icons button {
    color: #fff;
    border: none;
    background: transparent;
}
@media (max-width: 576px) {
    .top-right-icons {
        top: 10px;
        right: 10px;
        padding: 4px 8px;
    }
}
/* ===========================
   Transparent Offcanvas Menu
   =========================== */
#offcanvasMenu {
    height: 70vh;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    width: 20vw;
    z-index: 2001;
}
#offcanvasMenuLabel {
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
}
#offcanvasMenu.text-bg-dark {
    background-color: transparent !important;
}
#offcanvasMenu .nav-link:hover {
    color: #f0f0f0;
    text-decoration: underline;
}
#offcanvasMenu .offcanvas-header img {
    position: absolute;
    top: 2vh;
    width: 30   px;
    transform: translateX(15vw);
    cursor: pointer;
    filter: brightness(0) invert(1);
}

.about_project h2{
    font-weight: 600;
    font-family: sans-serif;
    color: #d4af37;
}
.about_project p{
    font-family: sans-serif;
    max-width: 65%;
}
.client-info h5{
    font-weight: 600;
    font-family: sans-serif;
    color: #d4af37;
}
.client-info ul li strong{
    font-family: sans-serif;
}

.sec_about_section h2{
    position: relative;
    font-family: sans-serif;
    text-align: center;
    margin-top: 10vh;
    font-size: 4rem;
    font-weight: 600;
    color: #d4af37;
}

.sec_about_section hr{
    position: relative;
    top: 1vh;
    width: 50%;
    left: 25%;
}

.sec_about_section p{
    position: relative;
    top: 2vh;
    text-align: center;

}

    
    .swiper {
      width: 100%;
      height: 100%;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 60%;
      height: 80%;
      object-fit: cover;
      transition: transform 0.3s ease;
      border: 2px solid #ccc;
    }

    .swiper-slide img:hover {
     transform: scale(1.03);
    }

    .swiper-slide {
      width: 80%;
    }

.swiper .swiper-pagination{
    position: absolute;
    bottom:5vh;
    display: flex !important;
    justify-content: center; /* center-align the bullets */
    align-items: center;
    gap: 10px;
}
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #d4af37;
  box-shadow: 0 0 0 8px rgba(212, 175, 55, 0.3); /* glowing gold ring */
}

.let_work{
    height: 65vh;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.let_work h2{
    position: relative;
    top: 15vh;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 4rem;
    color: #d4af37;
}

.testimonial-section {
position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
  height: 60%;
}

.testimonial-header {
  max-width: 40%;
}

.small-heading {
  position: relative;
  color: #d4af37;
  letter-spacing: 2px;
  font-weight: bold;
  left: 35vh;
  font-family: sans-serif;
  font-size: 1.5rem;
}

.testimonial-header h2 {
    position: relative;
  font-size: 3rem;
  color: #111;
  margin: 10px 0;
  left: 35vh;
  font-family: sans-serif;
  font-weight: 600;
}

.testimonial-pagination {
    position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #d4af37;
  top: 3vh;
  left: 35vh;
}

.arrow {
  cursor: pointer;
  font-size: 18px;
}

.testimonial-card {
    position: relative;
  background-color: #d4af37;
  padding: 30px;
  border-radius: 20px;
  max-width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
  right: 10vw;
}

.testimonial-img {
  width: 150px;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}

.testimonial-text {
  max-width: 400px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}

.testimonial-text .quote {
  font-size: 30px;
  margin: 0;
  color: #ffffff;
}

.testimonial-text strong {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #ffffff;
}

/* Line on the left */
.r_1 {
    position: absolute;
    width: 15%;       /* Width of the circle */
    height: 50%;      /* Height of the circle */
    border : 1.5px solid #ccc;
    border-radius: 50%;      /* Makes it a perfect circle */
    right: -8vw;
    z-index: 1;
    top: 0;
}

/* Line on the right */
.r_2 {
     position: absolute;
    width: 15%;       /* Width of the circle */
    height: 50%;      /* Height of the circle */
    border : 1.5px solid #ccc;
    border-radius: 50%;      /* Makes it a perfect circle */
    left: -8vw;
    bottom: 0px;
    z-index: 1;
}