.color-primary-meganta{color: #C33A88 !important;}
.bg-color-meganta{background-color: #C33A88 !important;}
.color-primary-green-2{color: #a3c236 !important;}
.appointment-section {
    background-color: #1c5f09;
    padding: 60px 40px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.actionRow-section-1 {
    background-color: #1c5f09;
}
.actionRow-section-2 {
    background-color: #c12e78;
}
.faq-section {
    background-color: #c12e78;
    padding: 60px 40px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment-content,
.faq-content {
    display: flex;
    align-items: center;
    gap: 30px;
    text-align: left;
}

.appointment-icon i,
.faq-icon i {
    font-size: 64px;
    color: #FFFFFF;
}

.appointment-text h3,
.faq-text h3 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-family: var(--title-font);
}

.appointment-text p,
.faq-text p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    font-family: var(--body-font);
    line-height: 1.6;
}

.swiper-inner {
    position: relative;
}

.sliderIcon
{
    position: absolute;
    z-index: 9999999;
    right: 10px;
    top: 30%;
    display: none;
}

.swiper-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

@media (max-width: 1024px) {
    .swiper-bg-image {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .appointment-content,
    .faq-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .appointment-section,
    .faq-section {
        padding: 40px 20px;
    }
    
    .appointment-text h3,
    .faq-text h3 {
        font-size: 24px;
    }
    
    .appointment-icon i,
    .faq-icon i {
        font-size: 48px;
    }
    
    .swiper-inner {
        background-size: cover !important;
        background-position: center center !important;
        width: 100% !important;
        background-color: rgb(225 223 221) !important;
    }
    .swiper-inner img{ display: none !important; }
    header.header-mobile #mainmenu{ margin: 35px 0; }
    header.header-mobile #mainmenu a.menu-item{ color: #000 !important; }

    #menu-btn:before{ content: "☰" !important; font-size: 30px !important; }
    .sliderIcon{ display: block; }

}

.swiper-bg-image{ width: 100% !important; display: block !important; }