body {
    overflow-x: hidden;
  }
  
  .navbar {
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .navbar.scrolled {
    background-color: #333333b9 !important;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  } 
  
  .navbar-brand {
    color: white !important;
    font-weight: bolder;
  }
  
  .navbar-nav .nav-link {
    color: white !important;
  }
  
  .navbar-nav .nav-link:hover {
    color: #2565ae !important;
  }
  
  .navbar-nav .nav-link.active {
    color: #3c99dc !important;
  }
  
  .social-icons {
    margin-left: auto;
  }
  
  .social-icons a i {
    color: #3c99dc;
    font-size: 18px;
  }
  
  .social-icons a i:hover {
    color: white;
  }
  
  .btn-primary {
    background-color: #2565ae;
    border-color: #2565ae;
  }
  
  .btn-primary:hover {
    background-color: #ffffff;
    border: 2px solid white;
    color: #2565ae;
  }
  
  .btn-primary:active {
      background-color: #ffffff !important;
      border: 2px solid white !important;
      color: #2565ae !important;
      box-shadow: none !important;
    }
  
  .carousel-caption {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    color: white;
    text-align: center;
  }
  
  .carousel-item {
    height: 450px; /* Adjust height as needed */
    position: relative;
  }
  
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
  }
  
  .carousel-caption h1 {
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-top: -30px;
  }
  .navbar {
    background-color: rgba(255, 255, 255, 0.5); /* Transparent white */
  }


  .faq-contact-section {
    background-color: #fdfdfd;
    padding: 50px 200px;
    z-index: 999999;
}

.contact-details ul,
.social-icons ul {
    padding: 0;
    color: #031d38;
    margin: 30px 0;
}
.contact-details h2{
    color: #031d38;
}

.contact-details li,
.social-icons li {
    list-style: none;
    margin-bottom: 10px;
    margin-right: 15px;
   
}



.bg-custom {
    background-color:#031d38;
    color: white; /* Replace with your desired background color */
}
.bg-custom:hover{
    background-color:rgb(22, 22, 22);
    color: white;
}
.faq-contact-section .container .row{
    position: relative;
    padding-bottom: 30px;
}
.up{
    position: absolute;
    top: -100%;
    right: 0%;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.form-group{
    margin-bottom: 30px;
}
.list-unstyled li a i {
    color:#031d38; /* Change to your desired color */
}

.list-unstyled li a i:hover {
  color:#2565ae; 
}


.animate__animated {
    animation-duration: 2s;
    animation-fill-mode: both;
  }
  
  .animate__fadeInLeft {
    animation-name: fadeInLeft;
  }
  
  .animate__fadeInRight {
    animation-name: fadeInRight;
  }
  /* Custom animation */
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 932px) {

    body {
      overflow-x: hidden;
  }
  
  .carousel-caption {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    color: white;
    text-align: center;
  }
  
  
  .carousel-item {
    height: 600px; /* Adjust height as needed */
    position: relative;
  }
  
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
  }
  

  
  .carousel-caption h1 {
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    margin-top: -100px;
  }
  .carousel-item #img2 {
    height: 120%; /* Maintain aspect ratio */
  }
  #h1{
    font-size: 50px;

  }
  .faq-contact-section .container {
    padding: 50px 15px; /* Adjust padding for smaller screens */
}

.faq-contact-section .row {
    flex-direction: column; /* Stack columns vertically */
    align-items: center; /* Center items horizontally */
}

.up {
    position: relative; /* Change position to relative */
    top: auto;
    right: auto;
    background-color: transparent; /* Remove background color */
    padding: 0; /* Remove padding */
    box-shadow: none; /* Remove box shadow */
    margin-top: 30px; /* Add margin between contact details and form */
    width: 100%; /* Set width to 100% */
}

.contact-details,
.social-icons {
    margin-bottom: 30px; /* Add margin between contact details and form */
    text-align: left; /* Center text */
}

.contact-form {
    padding: 0 15px; /* Adjust padding for smaller screens */
}
.faq-contact-section {
  background-color: #fdfdfd;
  padding: 10px 10px;
  z-index: 999999;
}
}
.chat-icon-container {
  position: fixed;
  bottom: 20px; /* Adjust as needed */
  right: 20px; /* Adjust as needed */
  z-index: 9999; /* Ensure it's above other content */
  background-color: #3c99dc; /* Change to your preferred color */
  color: #fff; /* Text color */
  width: 60px; /* Icon container width */
  height: 60px; /* Icon container height */
  border-radius: 50%; /* Rounded corners for circle shape */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.3s, transform 0.3s; /* Smooth transition for box shadow and transform */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.645); /* Add a shadow */
}

.chat-icon-container:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Increase shadow on hover */
  transform: translateY(-5px); /* Move icon slightly upwards on hover */
}

.chat-icon {
  font-size: 24px; /* Icon size */
}