/*--------Header---- Ext Css--------*/
 .logo-img-vna {
        margin-top: -0px;
        padding: 8px;
        width: 190px;
    }

    @media screen and (max-width: 600px) {
        .media-footer-text {
            text-align: left;
        }
    }

    ul li a {
        letter-spacing: 1px;
        font-weight: 200 !important;
    }

    .btn-offer {
        background: #cfb162 !important;
        color: white !important;
        border-radius: 2px;
    }

    .btn-offer:hover {
        color: white !important;
    }
    /* Initial transparent header */
/* Initial state: transparent background */
/* Modal Overlay */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal Content Box */
.modal-content {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

/* Close Button */
.close-button {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Form Styling */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.btn-submit {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.btn-submit:hover {
  background-color: #0056b3;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
.nav-link:focus, .nav-link:hover
 {
    color: #3b3f27!important;
}
.nav-link:focus, .nav-link
{
    color:black!important;
}
#hover-any:hover
{
    color:black!important;
}
/* Initial state: transparent background */
.header-scrolled {
    background-color: #5b6337 !important;
   
/*    border:5px solid #a0b157!important;*/
    color: white!important;;
}


.header-navbar {
    background-color: transparent !important;
  
}
.error-message {
  color: red;
  font-size: 0.85em;
  margin-top: 4px;
  display: none;
}
input.error, textarea.error {
  border-color: red;
}

@media (max-width: 600px) {
  .navbar-nav .nav-link {
    color: black !important;
  }
  .offcanvas-header .btn-close
  {
      margin-top:-150px;
  }
}
/* Show dropdown on hover for desktop */
@media (min-width: 992px) {
  .dropdown-hover:hover .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .dropdown-hover .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1000;
  }
}
/*----Close-button  ------*/
.close-button {
  position: absolute;
  top: 15px;
  right: 40px;
  font-size: 50px; /* Make it larger */
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

.close-button:hover {
  color: #ff4d4d;
  transform: scale(1.2); /* Slight zoom on hover */
}
/*------End------*/
@media (max-width: 768px) {
  .dropdown-menu.megamenu {
    position: static !important;
    width: 100% !important;
    border: none;
    box-shadow: none;
  }
}
/*--------End Css ------*/
/*----- Index - css -----*/
    .section-wrapper {
      border: 2px solid #dedede;
      border-radius: 12px;
      padding: 40px 25px;
      background-color: #ffffff;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    }

    .section-title {
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      color: #2c3e50;
      margin-bottom: 40px;
    }

    .why-choose h2 {
      font-size: 24px;
      text-align: center;
      margin-bottom: 25px;
      color: #34495e;
    }

    .why-choose ul {
      list-style: none;
      padding-left: 0;
    }

    .why-choose li {
      margin-bottom: 20px;
      padding-left: 28px;
      position: relative;
    }

    .why-choose li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #27ae60;
      font-weight: bold;
    }

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

    .equal-height {
      display: flex;
      flex-wrap: wrap;
    }

    .equal-height > div {
      display: flex;
      flex-direction: column;
    }

    @media (max-width: 767px) {
      .equal-height {
        flex-direction: column;
      }
      .why-choose,
      .map-responsive {
        height: auto !important;
        margin-bottom: 20px;
      }
    }

    .why-choose,
    .map-responsive {
      min-height: 100%;
    }
    @media screen and (max-width: 480px) {
  .responsive-section {
    padding: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .responsive-section {
    padding: 40px;
    font-size: 16px;
  }
}
.responsive-section {
  padding: 60px;
  font-size: 18px;
  background-color: #f2f2f2;
  text-align: center;
}
@media only screen and (max-width: 600px) {
    #news {
                 padding-top: 0px; 
        position: relative;
         bottom: 0px; 
    
    }
    
    }
.social-icons-right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.icon {
  width: 50px;
  height: 50px;
  background: #222;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  border-radius: 8px 0 0 8px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  perspective: 800px;
}

.icon:hover {
  transform: rotateY(-20deg) scale(1.1);
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}

/* Optional: Brand-specific colors */
.facebook { background-color: #3b5998; }
.twitter { background-color: #00acee; }
.instagram { background: radial-gradient(circle at 30% 30%, #fdf497, #fd5949, #d6249f, #285AEB); }
/*------ End Index css -----*/