body{
  background-color:#152238;
}
.navbar-custom {
    background: linear-gradient(90deg, #2d2d2d, #000);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  }

  .navbar-custom .nav-link {
    color: #f1f1f1 !important;
    position: relative;
    font-size: 20px;
   
  }

  .navbar-custom .nav-link:hover {
    color: #ffc107 !important;
  }
  .fontSize{
    font-size:3.5cqmax;
  }

  .navbar-custom .nav-link::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #ffc107;
    transition: width 0.4s;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .navbar-toggler {
    border-color: #f1ead5;
  }

.banner-text {
    top: 15%;
    /* background: rgba(0, 0, 0, 0.6); semi-transparent black */
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    animation: fadeIn 4s ease-in-out;
    border-radius: 10px;
    font-family: cursive;
}
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
  }
.custom-section {
  border: 1px solid aliceblue;
  box-shadow: 1px 1px 1px 1px aliceblue;
  padding: 40px 20px;
  border-radius: 10px;
}
.img-fluid {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.text-col {
    background-color:bisque;
    padding: 20px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
}
.name{
  margin-top: 5%;
}
.gallery-container {
  background-color: #0b0f1a;
  padding: 40px 20px;
  border-radius: 20px;
  position: relative;
}
#gallery img {
  transition: transform 0.3s ease;
}

#gallery img:hover {
  transform: scale(1.05);
  opacity: 0.8;
  
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  z-index: 1050; /* Ensures it's above everything */
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #ccc;
  text-decoration: none;
}
 .contact-section {
    min-height: 500px;
  }

  .contact-box {
    height: 100%;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 25px;
  }

  .map-box iframe {
    height: 100%;
    width: 100%;
    border: 0;
    border-radius: 10px;
  }

  @media (max-width: 767px) {
    .contact-section {
      min-height: auto;
    }

    .contact-box,
    .map-box {
      height: auto;
    }

    .map-box iframe {
      height: 300px;
    }
  }
.social-icons {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icon {
  color: white;
  font-size: 24px;
  background-color: #222;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease;
}

.icon:hover {
  background-color: #444;
}

.icon.whatsapp {
  background-color: #25D366;
}

.icon.instagram {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
}
.effect-img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 12px;
}
.img-fluid {
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.gallery-card:hover .effect-img {
  transform: scale(1.05); 
  box-shadow: 0 15px 25px rgba(255, 255, 255, 0.2); 
}
.gallery-card {
  position: relative;
  overflow: hidden;
}

.gallery-card::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card:hover::after {
  opacity: 1;
}
a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.bg-light {
  background-color: #f8f9fa !important;
}
.social-icons {
  position: fixed;
  top: 75%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.social-icons a {
  background-color: #25d366; /* Default green for WhatsApp */
  color: white;
  padding: 12px;
  border-radius: 35px;
  text-align: center;
  font-size: 25px;
  transition: all 0.3s ease;
  
}

.social-icons a.instagram {
  background-color: #e1306c; /* Instagram pink */
}

.social-icons a:hover {
  transform: scale(1.1);
}
.hover1 a {
      color: #d5d820; /* Light text color */
      text-decoration: none;
      transition: color 0.3s, border-bottom 0.3s;
      padding-bottom: 2px;

    }
    .hover1 a:hover {
      color: #ffc107; /* Golden-yellow on hover */
      border-bottom: 2px solid #ffc107;
      text-decoration: none;
    }

    
#count{
        text-align: center;
        font-size: 60px;
        margin-top: 0px;
        color: white;
      }

    @media (max-width:576px){
    .fontSize{
      font-size: 0.8rem;
      width:275px
    }
    .img1{
      width: 40%;
      height: auto;
    }
    #count{
      font-size: 30px;
    }
    }

    @media (max-width:368px){
    .fontSize{
      font-size: 0.7rem;
      width:275px
    }
    .img1{
      width: 30%;
      height: auto;
    }
    #count{
      font-size: 20px;
    }
    }


.gallery-img {
  cursor: pointer;
  transition: 0.3s ease;
}
.gallery-img:hover {
  opacity: 0.7;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); 
  

}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 55px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.hover1 a.text-light:hover {
  color: #ffc107 !important;
}
.hover1 a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.hover1 a:hover {
  color: #ffc107; /* Bootstrap's yellow color */
}


.hover1 a:hover::after {
  width: 100%;
}


@media (max-width: 768px) {
  .modal-content {
    max-width: 95%;
  }

  .close {
    font-size: 30px;
    right: 20px;
  }
}
.scroll{
  color: red;
  font-weight: bold;
  
}


/* Overlay background */
    #testModeOverlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    /* Popup box */
    #testModePopup {
      background: white;
      padding: 20px 30px;
      border-radius: 8px;
      max-width: 400px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    #testModePopup h2 {
      margin-top: 0;
      color: #c0392b;
    }

    #testModePopup button {
      margin-top: 20px;
      padding: 10px 20px;
      background-color: #c0392b;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    #testModePopup button:hover {
      background-color: #e74c3c;
    }
/* pop end */

    