  body {
      font-family: 'Segoe UI', sans-serif;
    }
.navbar {
      background-color: #fff;
    }
    .carousel-item img {
      height: 575px;
      object-fit: cover;
    }
    section {
      padding: 60px 0;
    }
    .footer {
      background-color: #f8f9fa;
      text-align: center;
      padding: 20px 0;
    }
    .card img {
      height: 220px;
      object-fit: cover;
    }
    .contact-info i {
      color: #dc3545;
      margin-right: 10px;
    }
    .carousel-caption {
  background: rgba(0, 0, 0, 0.5); /* dark transparent background */
  border-radius: 10px;
  padding: 20px;
}
.nav-link {
    color: #000;
    padding: 0 20px;
    margin: 0 15px;
}
.navbar-brand {
    width: 115px;
}
.navbar-brand img {
    width: 100%;
    height: auto;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 50%;
    bottom: 0;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    height: auto;
    background: transparent !important;
}
a.nav-link {
    padding: 7px 10px !important;
    position: relative;
}
a.nav-link.sltd {
    color: #2690bf;
    /* background: #2690bf; */
    padding: 7px 10px !important;
    border-radius: 30px;
    font-weight: 500;
}
.nav-link:focus, .nav-link:hover {
    color: #2690bf;
}
.carousel-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000060;
}
a.nav-link.sltd::before {
  position: absolute;
  content: '';
}
.carousel h2
 {
    font-size: 50px;
    font-weight: bold;
}
a.nav-link.sltd::before {
    position: absolute;
    content: '';
    background: #188ccf;
    width: -webkit-fill-available;
    height: 2px;
    left: 0;
    bottom: 0;
}
.footer {
    background-color: #2f5a6e;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}
footer.footer p {
    margin-bottom: 0;
}
.hero-section {
      background: url('../images/about-banner.png') center/cover no-repeat;
      color: #fff;
      padding: 100px 0;
      text-align: center;
    }
    .hero-section h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .hero-section p {
      font-size: 1.25rem;
      max-width: 600px;
      margin: auto;
    }
    .section-title {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .values-icon {
      font-size: 2rem;
      margin-bottom: 10px;
    }
    #destinations .card-body {
        text-align: center;
    }
    .header-new {
    background-color: rgb(23 24 24) !important;
    color: #fff;
   }
   .header-new span a {
    color: #fff;
    }



    button.navbar-toggler {
    background: #1d6080;
}

    @media (max-width: 768px) { 
.container.d-flex.justify-content-between.small.nav-header {
    display: grid !important;
    grid-template-columns: 1fr;
    text-align: right;
    gap: 2px;
}
.carousel-item img {
    height: 300px;
    object-fit: cover;
}
.carousel-caption p {
    font-size: 14px;
}
.carousel h2 {
    font-size: 24px;
    font-weight: bold;
}
.carousel-caption {
    top: 50%;
    bottom: auto;
    margin-top: -95px;
}
.carousel-caption a {
    background: #129bd7;
    border: 1px solid #129bd7;
}
.header-new {
    background-color: rgb(18 155 215) !important;
    color: #fff;
}
.header-new .text-danger {
    --bs-text-opacity: 1;
    color: rgb(251, 251, 251) !important;
}
button.navbar-toggler {
    background: #129bd7;
    padding: 2px 5px !important;
}
.navbar-brand {
    width: 95px;
}
    .hero-section::before {
        position: absolute;
        content: '';
        background: #00000033;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .hero-section {
    position: relative;
}
.hero-section.bg-primary.text-white.py-5 .container {
    position: relative;
}
.hero-section h1 {
    font-size
: 22px;
    font-weight: bold;
}
.hero-section p {
    font-size: 14px;
    max-width: 600px;
    margin: auto;
}
    }