.header-navbar {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header-navbar .logo {
    width: 180px;
    height: inherit;
    display: flex;
    align-items: center;
}

.header-mainnav {
    display: flex;
    justify-content: end;
}

.mainmenu-nav .mainmenu li.has-droupdown>a::after {
    right: 0;
}

.features-area-2::before,
.features-area-2::after {
    height: 5px;
    width: 100%;
    content: " ";
    display: block;
    background: -webkit-linear-gradient(right, #31b978 0%, #1ab69d 100%);
    background: linear-gradient(-90deg, #31b978 0%, #1ab69d 100%);
}


/* Topper's slider */

/* .toppers-show {
    margin-top: 2rem;
    overflow: hidden;
}

.slider-container {
    width: 80%;
    margin: 0 auto;
}

.slick-slide {
    transform: scale(0.8); 
    transition: all 0.3s ease;
    opacity: 0.6;
}

.slick-center {
    transform: scale(1); 
    opacity: 1;
}

.slick-slide img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */

/* Make the slider responsive and centered */
.slider-container {
    width: 80%;
    margin: auto;
    padding: 40px 0;
}

/* Slick Slide Styling */
.slick-slide {
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
    transform: scale(0.85); /* Slightly smaller inactive slides */
}

/* Center Slide (Highlight Effect) */
.slick-center {
    opacity: 1;
    transform: scale(1);
}

/* Image Styling */
.slick-slide .topper img {
    width: 100%;
    max-width: 600px; /* Increased image size */
    height: auto;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Arrows Styling */
.slick-prev::before, .slick-next::before {
    content: none;
}
.slick-prev, .slick-next {
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s ease-in-out;
    position: absolute;
}

.slick-prev:hover, .slick-next:hover {
    background: rgba(0, 0, 0, 0.9);
}

/* Position arrows */
.slick-prev {
    left: -55px;
}

.slick-next {
    right: -55px;
}

/* Custom Dots Styling */
.slick-dots {
    bottom: -35px;
}

.slick-dots li {
    margin: 0 4px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: var(--color-primary);
    opacity: 0.7;
    content: '\2807';
}

.slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
    font-size: 14px;
}


.social-links, .social-links a {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-secondary) !important;
}

.section-padding {
    padding: 60px 0;
}

.highlight {
    font-size: 20px;
    color: #d9534f;
}

.whatsapp-btn {
    font-size: 24px !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;

    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    background-color: #198754 !important;
    text-align: center !important;
}

.whatsapp-btn .fa-whatsapp {
    font-size: 30px !important;
    font-weight: 600 !important;
}

.social-links a {
    font-size: 18px;
    color: #0056b3;
    text-decoration: none;
}

.social-links a:hover {
    text-decoration: underline;
}

.contact-box {
    width: 100%;
    display: flex;
    margin: 30px auto;
    min-height: 90px;
    align-items: center;
    flex-direction: column;
    gap: 15px;

    font-weight: 600;
}

.contact-box .address-icon {
    background-image: linear-gradient(275deg, #ffffff 0%, #fcfcff 100%);
    min-width: 48px;
    height: 48px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin-right: 23px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box .address-icon i {
    font-size: 20px;
    line-height: 20px;
    color: var(--color-primary);
    margin: 0;
}

.social-share {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
}

.social-share i {
    font-size: 24px;
    font-weight: 600;
}

.social-share i.fa-whatsapp {
    color: #198754;
}