/*.img-responsive {*/
/*    width: 100%;*/
/*    max-width: 400px;*/
/*    height: auto;*/
/*}*/
.header_cover{

}
.img-responsive {
    width: 100%;
    height: 500px;
    max-height: 540px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.img-responsive img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.emaillink{
    color: #fff;
    text-decoration: none;
}
.emaillink :hover {
    color: #fff;
}
.socialicons{
    width:70px;
    text-align: center;
}
.about-text{
    padding-top: 37px;
    padding-bottom: 40px;
    color: #fff;
    font-size: 23px;
    text-align: justify;
}
/*custom pagination */
.custom-pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 6px;
}
.custom-pagination li {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #007bff;
    cursor: pointer;
    transition: background 0.2s ease;
}
.custom-pagination li a {
    text-decoration: none;
    color: inherit;
}
.custom-pagination li:hover {
    background-color: #f0f0f0;
}
.custom-pagination li.active {
    background-color: #001b30;
    color: white;
    font-weight: bold;
    pointer-events: none;
}
.custom-pagination li.disabled {
    color: #ccc;
    pointer-events: none;
    border-color: #eee;
}
/*slider*/
/*.slider {*/
/*    position: relative;*/
/*    width: 100vw;*/
/*    height: 1080px;*/
/*    overflow: hidden;*/
/*}*/

/*.slider-container {*/
/*    display: flex;*/
/*    height: 100%;*/
/*    transition: transform 0.6s ease;*/
/*}*/

/*.slide {*/
/*    min-width: 1920px;*/
/*    width: 1920px;*/
/*    height: 1080px;*/
/*    position: relative;*/
/*    flex-shrink: 0;*/
/*}*/

/*.slide img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*}*/

/*!* Navigation *!*/
/*.slider-nav {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 0 20px;*/
/*    transform: translateY(-50%);*/
/*    z-index: 10;*/
/*}*/

/*.slider-button {*/
/*    background: rgba(0,0,0,0.5);*/
/*    color: white;*/
/*    border: none;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    border-radius: 50%;*/
/*    font-size: 24px;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.slider-button:hover {*/
/*    background: rgba(0,0,0,0.8);*/
/*}*/

/*!* Dots *!*/
/*.slider-dots {*/
/*    position: absolute;*/
/*    bottom: 30px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 15px;*/
/*    z-index: 10;*/
/*}*/

/*.dot {*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    border-radius: 50%;*/
/*    background: rgba(255,255,255,0.5);*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.dot.active {*/
/*    background: white;*/
/*    transform: scale(1.2);*/
/*}*/

/*!* Responsive adjustments *!*/
/*@media (max-width: 1920px) {*/
/*    .slide {*/
/*        min-width: 100vw;*/
/*        width: 100vw;*/
/*    }*/
/*}*/

.slideshow-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

/* Navigation dots */
.dots-container {
    display: none;
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*text-align: center;*/
    /*z-index: 3;*/
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: rgba(255, 255, 255, 0.9);
}

/* Navigation arrows */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .prev, .next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .prev, .next {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }
}
