/* =================================================
   FORCE BLACK DOTS (THEME-PROOF SOLUTION)
   ================================================= */

/* Remove theme flex side effects */
.choose-area .custom-bullet-list {
    padding-left: 0;
    margin: 0;
}

/* Each list item */
.choose-area .custom-bullet-list>li {
    position: relative;
    padding-left: 22px;
    /* space for dot */
    margin-bottom: 12px;
}

/* Draw bullet manually */
.choose-area .custom-bullet-list>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    background-color: #fff;
    /* black dot */
    border-radius: 50%;
}

/* =========================================
   TESTIMONIAL SECTION SPACING FIX
   ========================================= */

/* Main testimonial section padding */
.testimonial-area {
    padding-top: 120px;     /* top breathing space */
    padding-bottom: 140px;  /* space before next section */
    position: relative;
}

/* Inner content spacing */
.testimonial-area .section-title {
    margin-bottom: 60px;
}

/* Swiper content spacing */
.testimonial-area .testimonial-item {
    padding: 40px 35px;
}

/* Image alignment fix */
.testimonial-img-wrap {
    margin-top: 40px;
}

/* =========================================
   GAP BETWEEN TESTIMONIAL & REQUEST SECTION
   ========================================= */

/* Request section spacing */
.request-area {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 0; /* ensure no overlap */
}

/* Ensure shapes don’t visually collide */
.testimonial-shape-wrap {
    bottom: -60px; /* push shapes down */
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .testimonial-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .testimonial-img-wrap {
        margin-top: 60px;
    }

    .request-area {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

#cuslogo img {
   max-height: 75px !important;
}

.tgmenu__navbar-wrap > ul {
        margin: 0 0 0 0px !important;
}

.tgmenu__action ul {
    margin-left: 0px !important;
}
.fw-logo img{
    max-height: 65px !important;
}

.banner__bg-five{
    z-index: auto !important
}