.map-link {
    color: #fff;
}

.map-link:hover {
    color: #B3DDED;
}

.top-si {
    width: 30px;
    height: 30px;
}

.navbar {
    background-color: #fff !important;
}
.text-align-center{
    text-align: center !important;
}
.accordion-button {
    background: #1B71A1 !important;
    color: white !important;
}

.accordion-body {
    background: white;
}
.navbar.position-sticky {
    position: sticky;
    top: 0;
    z-index: 1060;
    background-color: rgba(249, 250, 253, 0.2) !important;
}

#carouselExampleDark {
    height: 86.5vh;
    overflow: hidden;
    position: relative;
}

.carousel-inner {
    position: relative;
    height: 100%;
}

.carousel-inner .carousel-item {
    position: relative;
    height: 100%;
}

.carousel-inner .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.carousel-caption {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 10;
    text-align: center;
}

.caption-title {
    color: #fff;
    font-size: 40px;
}

.caption-description {
    color: #fff;
    font-size: 20px;
}

.text-justify-new{
    text-align: justify;
}

.custom-card {
    height: 200px;
    background-color: #fff7fb;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .custom-card .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .custom-card .icon i {
    font-size: 1.5rem;
    color: #273777;
  }
  
  .custom-card h5 {
    font-weight: bold;
    margin-top: 10px;
  }
  
  .custom-card p {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 5px;
  }

@media screen and (max-width: 1366px) {
    #carouselExampleDark {
        height: 78.5vh;
    }

    .carousel-caption {
        top: 69%;
        transform: translate(-50%, 0%);
    }

    .caption-title {
        font-size: 35px;
    }

    .caption-description {
        font-size: 16px;
    }
}


@media screen and (max-width: 1200px) {
    .top-bar {
        display: none !important;
    }

    #carouselExampleDark {
        height: 87.2vh;
    }
}