@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


body {
  margin:0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway";
  
}

.topbar {
  background-color: #f8f9fa; /* Light gray for header */
  padding: 10px;
  text-align: center;
  margin-left: 50px;
 
}

.title {
  margin:0;
  font-size: 45px;
  color:white;
  font-weight: bold;
  margin-left: 50px;
 
}

.container-fluid {
  padding: 20px;
  
}

/* Apply blue background with responsiveness */
.blue-bg {
  background-color:#242e73; /* Blue background */
  color: #fff; /* White text for contrast */
  padding: 30px; 
  font-family:"Raleway" ;
  text-align: left;
  /* font-family: 45px; */

}

/* Responsive Design */
@media (max-width: 768px) {
  .blue-bg {
      padding: 15px; /* Adjust padding for smaller screens */
  }

  .navbar-title {
    font-size: 28px; /* Even larger size for mobile */
}
}

@media (max-width: 576px) {
  .blue-bg {
      padding: 10px; /* Further adjust padding for extra small screens */
  }

  .navbar-title {
    font-size: 32px; /* Even larger size for mobile */
}
}

.navbar {
  padding: 1rem 1.5rem;
  
}

/* Navbar Link Styles */
.navbar-nav .nav-link {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  position: relative; /* For the box effect */
  text-align: center;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}

/* Hover Effect for Navbar Links */
.navbar-nav .nav-link:hover {
  color: #fff; /* Change text color on hover */
  background-color: #fdbb2d; /* Background color */
  box-shadow: 0 4px 8px rgba(255, 165, 0, 0.3); /* Adjusted box shadow color*/
  border-radius: 20px; /* Smooth edges */
  transform: scale(1.05); /* Slightly enlarge on hover */
}

/* Active State for Navbar Links */
.navbar-nav .nav-link.active {
  color: #fff !important;
  background-color: #007bff; /* Highlight active link */
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
  border-radius: 20px;
}

/* Link Box Layout */
.navbar-nav {
  display: flex;
  justify-content: center; /* Center the links */
  align-items: center;
  flex-wrap: wrap; /* Allow wrapping for small screens */
  gap: 10px; /* Space between link boxes */
}

.navbar-nav .nav-item {
  display: inline-block;
}


/* Logo Adjustment for Smaller Screens */
.navbar-brand img {
  max-width: 400px;
  height: auto;
}

/* Responsive Design */

/* For screens below 992px (Tablets and Small Laptops) */
@media (max-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 18px;
    padding: 0.4rem 0.8rem;
  }

  .navbar-brand img {
    max-width: 180px;
  }

  .dropdown-menu {
    font-size: 17px;
  }
}

/* For screens below 768px (Large Phones and Smaller Tablets) */
@media (max-width: 768px) {
  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-link {
    display: block;
    padding: 0.6rem;
  }

  .navbar-toggler {
    font-size: 18px;
  }

  .dropdown-menu {
    font-size: 17px;
  }
}

/* For screens below 576px (Small Phones) */
@media (max-width: 576px) {
  .navbar-brand img {
    max-width: 150px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
    padding: 0.5rem;
  }

  .dropdown-menu {
    text-align: left;
    font-size: 17px;
  }

  .navbar-toggler {
    font-size: 18px;
  }
}

/* For extra small screens below 400px */
@media (max-width: 400px) {
  .navbar-nav .nav-link {
    font-size: 18px;
    padding: 0.4rem;
  }

  .navbar-brand img {
    max-width: 120px;
  }
}
@media (max-width: 400px) {
  .mySlides{
    height: 400px;
  }
}

/* contact start */
/* General Styles */
/* body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
} */

h2.contact-page {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bolder;
  margin-top: 4rem;
  color:#242e73;
  animation: fadeIn 1s ease-in-out;
}

/* .contact-container {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 15px;
} */

/* .bg-light {
  background-color: gray;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
} */

/* .bg-light:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
} */

.text-center {
  text-align: center;
}



.btn-square {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.btn-square:hover {
  background-color: #f0f0f0;
}

.cell-1 {
  font-size: 1.6rem;
  font-family: 'Arial', 'Helvetica', sans-serif;

  color: #242e73;
  margin-bottom: 1rem;
  font-weight: bolder;
}

.cell-2{
  font-size: 1.2rem;
  font-family:'Arial', 'Helvetica', sans-serif;
  font-weight: 300;
  color:#595E60;
  margin-bottom: 1rem;
  margin-right: 10px;
}

 



.contact-button {
  display: inline-block;
  background-color: #ff5e14; /* Button background color */
  color: #ffffff; /* Initial text color */
  padding: 10px 20px;
  /* border-radius: 5px; */
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease; /* Smooth hover effect */
}

.contact-button:hover {
  background-color:#ff6600; /* Darker background on hover */
  color: #000000; /* Change text color to black on hover */
}
.chat {
  color: #ff6600;
  font-size: 18px;
  text-decoration: none;
}

.chat:hover {
  color: #df4e20; /* Changes color on hover */
}

/* Map Styling */
.map iframe {
  border-radius: 10px;
  transition: box-shadow 0.3s;
}

.map iframe:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

/* Responsive Styling */
@media (max-width: 768px) {
  h2.contact-page {
      font-size: 2rem;
  }

  .col-lg-4 {
      flex: 0 0 100%;
      max-width: 100%;
  }

  .btn {
      width: 100%;
  }

  .contact-button {
      width: 100%;
  }

  iframe {
      min-height: 350px;
  }
}

/* Animation */
@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(-20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.wow {
  animation: fadeIn ease-in-out 1s;
}

.wow[data-wow-delay="0.1s"] {
  animation-delay: 0.1s;
}

.wow[data-wow-delay="0.3s"] {
  animation-delay: 0.3s;
}

.wow[data-wow-delay="0.5s"] {
  animation-delay: 0.5s;
}


/* contact end */

/* footer Reset */
/* Footer Container */

/* Footer Container */
.footer-container {
  display: flex; /* Enabled flex for layout */
  flex-wrap: wrap; /* Allows wrapping of content on smaller screens */
  justify-content: space-around;
  background-color: #000c66;
  color: #fff;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

/* Footer Content */
.footer-content {
  flex: 1;
  margin: 15px;
  min-width: 250px; /* Ensures proper spacing for smaller screens */
  text-align: left;
}

.footer-content h3 {
  color: #f4c04e;
  font-size: 20px;
  margin-bottom: 10px;
  animation: fadeInUp 2s ease-in-out infinite alternate;
}

.address{
color: #ddd;
font-size: 18px;
}

.footer-content h4,
.footer-content ul {
  margin: 5px 0;
  color: #ddd;
  font-size: 18px;
}

.footer-content ul {
  list-style: none;
  padding: 0;
}

.footer-content ul li {
  margin: 8px 0;
}

.footer-content ul li a {
  color: #ddd;
  text-decoration: none;
}

.footer-content ul li a:hover {
  color: #f4c04e;
}

/* Social Icons */
/* Contact Info Styling */
.contact-info {
  text-align: center; /* Center all content */
  color: white;
  background-color: #00124d; /* Dark blue background */
  padding: 20px;
  border-radius: 10px;
}

/* WhatsApp Button Container (Centers the Icon) */
.whatsapp-container {
  display: flex;
  justify-content: left;
  margin-top: 15px;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25D366; /* WhatsApp Green */
  color: white;
  text-decoration: none;
  font-size: 30px;
  transition: transform 0.3s ease;
}

/* WhatsApp Icon */
.whatsapp-icon {
  font-size: 32px;
}

/* Hover Effect */
.whatsapp-float:hover {
  background-color: green; /* Darker Green */
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .whatsapp-float {
      width: 50px;
      height: 50px;
  }
  .whatsapp-icon {
      font-size: 28px;
  }
}

@media (max-width: 480px) {
  .whatsapp-float {
      width: 45px;
      height: 45px;
  }
  .whatsapp-icon {
      font-size: 25px;
  }
}

/* Responsive Styles */
@media (max-width: 768px) {
.footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-content {
    margin: 15px 0;
}

.social-icons {
    justify-content: left;
}
h5 {
  color: #f4c04e !important;
  text-align: center !important;
  font-size: 20px !important;  /* Reduced font size for responsiveness */
}

}

@media (max-width: 480px) {
.footer-content h3 {
  font-size: 22px !important; /* Smaller headings for smaller screens */
}

.address{
  font-size: 20px !important;
}
.footer-content h4,
.footer-content ul {
    font-size: 20px !important; /* Reduced font size for better readability */
}

.social-icons a {
    width: 35px;
    height: 35px; /* Smaller icons */
}
}


/* Bubble Animation */
.bubble-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bubble {
  position: absolute;
  bottom: -10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: float 4s ease-in-out infinite;
}

@keyframes fadeInUp {
  0% {
      transform: translateY(10px);
      opacity: 0.7;
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes float {
  0% {
      transform: translateY(0);
      opacity: 1;
  }
  100% {
      transform: translateY(-200px);
      opacity: 0;
  }
}


/* Customize the Scrollbar */
::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
  height: 8px; /* Height of the scrollbar (for horizontal scrolling) */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the scrollbar track */
  border-radius: 50px; /* Optional: make it rounded */
}

::-webkit-scrollbar-thumb {
  background: orange; /* Color of the scrollbar thumb */
  border-radius: 50px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #e67e22; /* Darker shade on hover for interactivity */
}
.back-to-top{
  height: 2000px; /* Just to create scrollable content */
  padding: 20px;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: orange !important;
  color: white;
  border: none !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.back-to-top:hover {
  background-color: orange;
  cursor: pointer;
}

/* Show button when scrolled down */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Icons */
.fa-arrow-up {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .back-to-top {
      width: 50px;
      height: 50px;
  }

  .fa-arrow-up {
      font-size: 20px;
      color: #fff;
      margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .back-to-top {
      width: 45px;
      height: 45px;
  }

  .fa-arrow-up {
      font-size: 18px;
      color: #fff;
      margin-bottom:0;
  }
}


