 


#mainmenu .dropdown-menu {
    background: #fff!important;
    border-radius: 8px!important;
    /* padding: 10px 0!important; */
    min-width: 230px!important;
}

#mainmenu .dropdown-item {
    color: #333!important;
    padding: 8px 20px!important;
    transition: background 0.3s!important;
}

#mainmenu .dropdown-item:hover {
    background: #ec1c24!important;
    color: #fff!important;
}

#mainmenu .dropdown-header {
    font-size: 12px!important;
    color: #888!important;
    padding: 6px 20px!important;
    text-transform: uppercase!important;
}

#mainmenu .dropdown-divider {
    margin: 6px 0!important;
}

.dropdown-item{
    padding-left: 60px !important;
} 














.service-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.btn-outline-red {
    background: transparent !important;
    color: #0f0f0f !important;
    border: 1px solid #ec1c24 !important;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease;
    margin-left: 41px;
}

.btn-outline-red:hover {
    background: #ec1c24 !important;
    color: #fff !important;
}

.btn-group-custom {

    gap: 10px;
    flex-wrap: wrap;
}

.btn-group-custom .btn-main {
    flex: 1;
    text-align: center;
}






.process-step {
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    transition: transform 0.3s;
    height: 250px;
    /* set your fixed height here */
}

.process-step:hover {
    transform: translateY(-5px);
}

.process-number {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #ec1c24;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}



.choose-us-list li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}

.choose-us-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}




.booking-form {
    background: #fff;
    /* white background for shadow */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    /* subtle shadow */
}

.contact-info {
    padding: 30px;

    border-radius: 10px;
}


.rotate-icon {
    transform: rotate(90deg);
    display: inline-block;
}







/* Container safety */
#testimonialCarousel {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

/* Keep each carousel item padded and boxed */
#testimonialCarousel .carousel-item {
    padding: 12px 10px;
    box-sizing: border-box;
}



/* Text inside card */
.testimonial-text {
    font-style: italic;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0 auto 14px auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* Make sure name/location scale nicely */
.testimonial-box h5 {
    font-size: 18px;
    margin-bottom: 4px;
}

.testimonial-box small {
    font-size: 13px;
    color: #6c757d;
}

/* Custom control icons (Font Awesome 6) */
.control-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

/* Apply Font Awesome glyphs */
.prev-icon::before,
.next-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* solid */
    font-size: 18px;
    color: #ec1c24;
}

/* left / right glyphs */
.prev-icon::before {
    content: "\f104";
}

/* left */
.next-icon::before {
    content: "\f105";
}

/* right */

/* Position controls INSIDE container so they don't overflow */
.carousel-control-prev,
.carousel-control-next {
    height: 10px !important;
    top: 50% !important;

    border: none;
    opacity: 1;
    z-index: 5;
    background: transparent;
}

/* Left and right placement */
.carousel-control-prev {
    left: 12px;
}

.carousel-control-next {
    right: 12px;
}

/* Hide default bootstrap icon background if present */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .testimonial-box {
        padding: 16px !important;
        border-radius: 10px !important;
        margin: 0 8px !important;
        /* small horizontal breathing room */
    }

    .testimonial-text {
        font-size: 15px;
        padding: 0 !important;
    }

    .control-icon {
        width: 36px;
        height: 36px;
    }

    .prev-icon::before,
    .next-icon::before {
        font-size: 16px;
    }

    .carousel-control-prev {
        left: 8px;
    }

    .carousel-control-next {
        right: 8px;
    }
}

/* Extra safety: prevent any child from forcing wider layout */
#testimonialCarousel,
#testimonialCarousel .container,
#testimonialCarousel .carousel-inner,
#testimonialCarousel .carousel-item {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}












.carousel-item {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}




.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
    /* remove default Bootstrap background */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* solid style */
    font-size: 32px;
    color: #ec1c24;
    /* red arrows */
}

.carousel-control-prev-icon::before {
    content: "\f104";
    /* left arrow */
}

.carousel-control-next-icon::before {
    content: "\f105";
    /* right arrow */
}










@media (max-width: 768px) {
    .btn-outline-red {

        margin-left: 0px;
    }

    .about-title {
        font-size: 35px;
    }









    #mainmenu {
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.7) 0%,
                rgba(0, 0, 0, 0.7) 100%) !important;
        color: #fff !important;
        /* white text */

    }

    /* Menu links */
    #mainmenu li a {
        color: #fff !important;

    }

    .header-col-mid #mainmenu {

        top: 109px !important;
    }




}