.lang-switcher {
    display: flex;
    align-items: center;
    gap: 12px; 
    margin-right: 5px;
}

.lang-switcher a {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
    line-height: 1; 
}

.lang-switcher a:hover {
    transform: scale(1.15);
}

.lang-switcher img {
    width: 26px; 
    height: auto;
    border-radius: 4px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

@media (max-width: 1199.98px) {
    .header-right {
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .lang-switcher {
        gap: 8px; 
        margin-right: 10px;
    }

    .lang-switcher img {
        width: 25px;    
    }

    .header-right .social-icons,
    .header-right .themeht-btn {
        display: none !important; 
    }
}

.service-details-wrapper {
    font-family: 'Roboto', sans-serif;
    color: #4b4b4b;
    line-height: 1.8;
}

.service-main-title {
    color: #104e3b; 
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 32px;
}

.service-sub-title {
    color: #a67c52; 
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

.service-lead-text {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    border-left: 4px solid #a67c52;
    padding-left: 15px;
    margin-bottom: 30px;
}

.service-info-box {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
}

.service-custom-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.service-custom-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.service-custom-list li:hover {
    border-left-color: #104e3b;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.service-custom-list li i {
    color: #104e3b;
    font-size: 22px;
    margin-right: 15px;
    margin-top: 2px;
}

.service-custom-list li strong {
    color: #104e3b;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}

.service-highlight-banner {
    background-color: #104e3b;
    padding: 40px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, rgba(16,78,59,1) 0%, rgba(22,107,81,1) 100%);
}

.service-highlight-banner .text-white {
    color: #ffffff !important;
}
.section-custom-0{
    padding: 0px 0px 15px;
}
.section-custom-30{
    padding: 30px 0px 30px;
}
.featured-title h4{
    font-size:22px;
}
.featured-desc p{
    font-size:14px;
    text-align: justify;
}
.custom-service-card {
    padding: 20px !important; 
}
.service-title h4{
    font-size: 18px;
}
.mt-20px{
    margin-top: 20px;
}
#header-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

#header-wrap.fixed-header {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); 
}
.header:has(.fixed-header) {
    padding-bottom: 90px; 
}
.active{
    color: var(--themeht-primary-color) !important;
}
@media (max-width: 991.98px) {
    
    .banner-slider .swiper-slide {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
    }

    .banner-slider .slider-img {
        height: 420px !important; 
        width: 100% !important;
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    .banner-slider .slider-img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65) !important; 
        z-index: 2;
    }

    .banner-slider .banner-content {
        position: relative !important;
        z-index: 3;
        height: 360px !important; 
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 40px 20px !important;
        background: transparent !important; 
        margin: 0 !important;
    }

    .banner-slider .banner-text {
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .banner-slider .banner-text h1,
    .banner-slider .banner-text h1 span,
    .banner-slider .banner-text h6,
    .banner-slider .banner-text p {
        color: #ffffff !important;
    }

    .banner-slider .banner-text h6 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .banner-slider .banner-text h1 {
        font-size: 26px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }

    .banner-slider .banner-text p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 0 !important;
    }

    .banner-slider .btn-box {
        margin-top: 25px !important;
        display: flex;
        justify-content: center;
        gap: 10px; 
    }
    
    .banner-slider .btn-box .themeht-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
        margin: 0 !important;
    }
}



.whatsapp-fixed-btn {
    position: fixed;
    bottom: 120px; 
    right: 10px; 
    width: 55px;
    height: 55px;
    background-color: #25d366; 
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 9998;
    transition: all 0.3s ease-in-out;
    
    animation: waPulse 2s infinite;
}

.whatsapp-fixed-btn:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
    .whatsapp-fixed-btn {
        width: 50px;
        height: 50px;
        font-size: 26px;
        bottom: 120px;
        right: 15px;
    }
}

@keyframes waPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}