body {
    padding-top: 60px;
    /*font-family: 'Roboto', sans-serif; */
    font-family: 'jost', sans-serif;
}

/* Use jost for all heading tags */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'jost', sans-serif;
}


.top-bar {
    background-color: rgb(11, 221, 3);
    /* Primary blue */
    color: #192F56 !important;
}

.top-bar i {
    color: #192F56 !important;
}

.navbar {
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar .nav-link {
    color: #fff !important;
    font-weight: 700;
    /* Makeing them bold */
}


/* When clicked (active), make text red with no background */
.navbar-nav .nav-link.active {
    color: rgb(11, 221, 3)!important;
    background-color: transparent !important;
}

.container-fluid.p-0 {
    padding: 0;
    margin: 0;
}

#header-carousel {
    margin-top: 0;
}

.compact-heading {
    letter-spacing: 0.8px; /* Reduces space between letters */
    word-spacing: 0px;   /* Reduces space between words */
    font-size: 4rem;      /* Adjust as needed */
    margin-bottom: 20px;  /* Slightly tighter spacing below */
}


.bg-dark-blue {
    background-color: #192F56 !important;
}


.text-yellow {
    color: rgb(11, 221, 3)!important;
}

.text-blue {
    color: #192F56 !important;
}

.dropdown-menu {
    background-color: #192F56 !important;
    border: none;
}

/* Dropdown items text color */
.dropdown-item {
    color: #fff !important;
    padding: 10px 20px;
}

/* Dropdown item hover effect */
.dropdown-item:hover {
    background-color: rgb(11, 221, 3)!important;
    color: #192F56 !important;
}

/* Active link style */
.navbar-nav .nav-link.active {
    color: rgb(11, 221, 3) !important;
    background-color: transparent !important;
}



/* Explore More Button */
.btn-yellow-custom {
    background-color: rgb(11, 221, 3);
    /* Yellow */
    color: #06477C;
    /* Blue */
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-yellow-custom:hover {
    background-color: #06477C;
    /* Blue */
    color: #fff;
    /* White */
}

.custom-underline {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.custom-underline::after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* space below text */
    left: 35%;
    transform: translateX(-50%);
    width: 65%;
    /* shorter than text */
    height: 5px;
    /* thicker line */
    background-color: #192F56;
    border-radius: 2px;
}


/* Contact Us Button */
.btn-outline-yellow-custom {
    color: rgb(11, 221, 3);
    /* Yellow Text */
    border: 2px solid rgb(11, 221, 3);
    /* Yellow Border */
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-yellow-custom:hover {
    background-color: #06477C;
    /* Blue Background */
    color: #fff;
    /* White Text */
    border-color: #06477C;
}

.btn-blue-custom {
    background-color: #192F56;
    color: rgb(11, 221, 3);

}
.btn-blue-custom:hover{
    background-color: rgb(11, 221, 3);
    color: #192F56;
}


.about-section {
    background-image: url('/img/carousel.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 60vh;
    position: relative;
    padding: 3rem 0;
    z-index: 1;
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.733);
    z-index: 2;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    text-align: left;
}

.about-section .container {
    position: relative;
    z-index: 3;
    max-width: 1500px;
    width: 95%;
}

.about-section .lead {
    color: black;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


/* Responsive navbar background */

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #192F56 !important;
        /* Dark blue background for collapsed menu */
    }

    .navbar-nav .nav-link {
        color: #192F56 !important;
    }

    .dropdown-menu {
        background-color: #192F56 !important;
    }

    .dropdown-item {
        color: #fff !important;
    }
}



/* === Responsive Carousel Styling === */

.carousel-caption {
  padding: 2rem;
}

.carousel-item {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .carousel-caption h3.display-1 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .carousel-caption h3.d-inline-block {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    text-align: center;
  }

  .carousel-caption .btn {
    width: 100%;
  }

  .carousel-caption h3.display-1 {
    font-size: 1.8rem;
  }

  .carousel-caption h3.d-inline-block {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .carousel-caption h3.display-1 {
    font-size: 1.4rem;
  }

  .carousel-caption h3.d-inline-block {
    font-size: 0.95rem;
  }

  .carousel-caption .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}


@media (max-width: 768px) {
    body {
        padding-top: 5px !important; /* or 0 if you want no padding at all */
    }
}

/* ======== Mobile-First Enhancements (320px and below) ======== */

/* === Responsive styles for About Section === */

@media (max-width: 768px) {
  .about-section {
    padding: 2rem 1rem;
    text-align: center;
  }

  .about-overlay {
    flex-direction: column;
    padding: 1rem;
    text-align: center;
  }

  .about-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .about-section .lead {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
  }
}

@media (max-width: 480px) {
  .about-section h3 {
    font-size: 1.3rem;
  }

  .about-section .lead {
    font-size: 0.95rem;
  }

  .about-overlay {
    padding: 1rem 0.5rem;
  }

  .about-section .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}


.whatsapp-floats {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.4s ease;
}

.custom-tooltip-wrapper {
    position: relative;
}

.custom-tooltip {
    visibility: hidden;
    opacity: 0;
    width: 140px;
    background-color: #25d368;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    transition: opacity 0.3s;
    font-size: 14px;
    white-space: nowrap;
}

.custom-tooltip-wrapper:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

.nav-link.clicked {
    background-color: #6494ec !important;
    color: #000 !important;
}