body, html {
   overflow-x:hidden;
    height: 100%;
    margin: 0;
    max-width: 100%;
    font-family: 'Helvetica Neue', sans-serif;
    scroll-behavior: smooth;
    overflow-y: scroll;

    
  }
  
  
  #offcanvasNavbar{
    width: 80%;
  }
  #dropdown{
    border: none;
  

  }

 #button{
  background-color: #C8102E;
  border-radius:  #C8102E;

 }
 .zoom-wrapper {
  overflow: hidden;
  position: relative;
}

.zoom-wrapper img {
  width: 100%;
  height: auto;
  max-height: 65vh; /* Prevents taking full height */
  object-fit: cover;
  animation: zoomInImage 6s ease-in-out forwards;
  transform-origin: center center;
}

@keyframes zoomInImage {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* Caption Style (Centered + Animated) */
.carousel-caption.custom-caption {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%) translateY(50px); /* Start lower */
  opacity: 0;
  text-align: center;
  animation: slideUpCaption 1.5s ease forwards;
  animation-delay: 0.4s;
}

@keyframes slideUpCaption {
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

.caption-heading {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  .caption-heading {
    font-size: 2rem;
    max-height: 50vh;
  }

  .carousel-caption.custom-caption {
    bottom: 10%;
  }
}

@media (max-width: 767px) {
  .caption-heading {
    font-size: 1.4rem;
    max-height: 50vh;
  }

  .carousel-caption.custom-caption {
    bottom: 8%;
    padding: 0 15px;
  }
}

/* Button Styles */
#button {
  background-color: #C8102E;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s ease;
  text-decoration: none;
  margin-top: 1rem;
}
#button:hover{
  background-color: #fff;
  color: #000;
  transform: translateY(-3px); 
  transition: all 0.4s ease-in-out;
  box-shadow: 0 12px 25px rgba(200, 16, 46, 0.35);
  cursor: pointer;
}

.btn-brand:hover {
  background-color: #a30d25;
}

/* --- Responsive Sizes --- */
@media (max-width: 991px) {
  .caption-heading {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .caption-heading {
    font-size: 1.5rem;
  }
  .btn-brand {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}


  
  #section3{
  background-color: #4B4B4B; 
    color: #fff;
    width: 100%;
    height: 40vh;


  }
  #content{
    padding: 35px  15px 20px;
  }

  #section4{
  background-image: url(./IMAGE/sunset-1550365_1280.jpg);
  background-attachment: fixed; /* creates the parallax effect */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80vh;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  color: #fff;
  overflow: hidden;
  width: 100%;
  


  }
  
  .flip-card {
    background-color: transparent;
    width: 100%;
    height: 30vh;
    perspective: 1000px;
  }

  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 30vh;
    transition: transform 0.8s ease-in-out;
    transform-style: preserve-3d;
    transform-origin: center center; /* Ensures flip at center */
  }

  .flip-card:hover .flip-card-inner {
    transform: rotatex(180deg);
  }

  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    top: 0;
    left: 0;
  }

  .flip-card-front {
    position: relative;
    background-color: #C8102E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 0;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(200, 16, 46, 0.4);
    z-index: 1;
  }

  .flip-card-back {
    background-color: #4B4B4B;
    color: white;
    transform: rotatex(180deg);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    pointer-events: auto;
  }

  .flip-card-back h4 {
    font-weight: 700;
  }

  .flip-card-back p {
    font-size: 0.95rem;
  }

  #btn {
    background-color: #C8102E;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  #btn:hover{
    background-color: #a30d25;
    color: #fff;
  }
  

  .divider {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2rem 0;
    
   
  }
  
  .divider::before,
  .divider::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #ccc;
    max-width: 300px;
  }
  
  .divider span {
    padding: 0 10px;
    color: #555;
  }
  .logo-slider {
    overflow: hidden;
    padding: 20px 0;
  }
  
  .logo-track {
    display: flex;
    width: calc(100px * 25); /* Adjust for total images */
    animation: scroll 27s linear infinite;
  }
  
  .logo-track img {
    width: 100px;
    height: auto;
    margin-right: 40px;
    object-fit: contain;
    overflow: hidden;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  #section7{
    width: 100%;
  }
  #section8{
    width: 100%;
  }
  

  #section9{
    background-image: url(./IMAGE/transmission-mast-1017149_1280.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* creates the parallax effect */
    background-position: center;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 100%;
    height: 50vh;
    
  }


#section10{
  background-color: #4B4B4B; ;
  color: #fff;
  width: 100%;
}
#section11{
  background-color: #2c2c2c  ;
  color: #8f8f8f;
  width: 100%;
}
#section12{
  width: 100%;
  height: 20vh;
  font-size: 14px ;
  padding: 27px 0 26px;
  background-color: #1A1A1A;

}

#nav ul{
  list-style-type: none;
  padding: 0;
  margin: 0;

}
#nav ul li{
  display: inline;
  justify-content: space-between;
  margin: 5px  0px;
  padding: 15px 15px;
  
  
  
} 
#nav ul li a {
  text-decoration: none;
  color: #727272;


  
}

  #map{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  
    
  }
  

