.newsletter-image-part {
    min-height: 432px;
}

.social-share-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    font-size: 16px;
    transition: background-color 0.3s;
}

.social-button.facebook {
    background-color: #3b5998 !important;
}

.social-button.twitter {
    background-color: #1da1f2;
}

.social-button.linkedin {
    background-color: #0077b5;
}

.social-button.whatsapp {
    background-color: #25d366;
}

.social-button:hover {
    opacity: 0.8;
}

.ratting i {
    color: white;
}

.destination-item .image img {
    height: 100%;
}
.count-text.k-plus:after {
    content: '+';
}
.count-text.m-plus:after {
    content: '+';
}

@media only screen and (min-width: 992px) {
    .main-header.header-one .main-menu .navbar-collapse .navigation > li:hover {
        background: #3397D2;
    }
}
.destination-active .destination-item.style-two .image img {
    height: 170px;
}
.page-banner-area{
    min-height: 250px;
}
.groups-links .image{
    height: 210px;
}

.main-menu .navbar-collapse li a:hover{
    text-decoration: none;
}
.main-hero-image {
    height: 550px;
}