.round-image {
    border-radius: 50% !important;
}


body.template-color-1 .contact-form.contact-form--4 .input-box button {
    color: #F43C87 !important;
}

body.template-color-1 .contact-form.contact-form--4 .input-box button:hover {
    background: #F43C87 !important;
    color: #FFFFFF !important;
}


body.template-color-1 .theme-color,
.theme-color {
    color: #F43C87 !important;
}

.white * {
    color: white !important;
}

body.template-color-1 .team.team__style--3 .thumb .overlay {
    background-color: #0038E3;
}

.team.team__style--3 .thumb .overlay {
    background-color: #F43C87 !important;
}

.bg_color--7 {
    background-color: #F43C87 !important;
}

.bg_color--26 {
    background-color: #D13676 !important;
}

.theme-color2,
.menu-color a {
    color: #D13676 !important;
}

.round-border {
    border-radius: 20px !important;
}


.architecture-bg-thumbnail .inner {
    background: #3b3d3f !important;
}

.black {
    color: black !important;
}

.round-image {
    border-radius: 50% !important;
}

.news-button {
    margin-top: 20px;
    text-align: right !important;
}

.bg-black {
    background: #3b3d3f;
}

.header-default.light-logo--version .manu-hamber.light-version {
    color: #000 !important;
}

/* Slick Slider left-side overlay design */
.brook-hero-nav-slider-area .hero-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 36%;
    background-color: rgba(244, 60, 135, 0.8);
    /* Pink overlay */
    border-bottom-right-radius: 80px;
    z-index: 1;
}

.brook-hero-nav-slider-area .hero-item .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .brook-hero-nav-slider-area .hero-item::before {
        width: 49%;
        border-bottom-right-radius: 60px;
    }
}

@media (max-width: 575px) {
    .brook-hero-nav-slider-area .hero-item::before {
        width: 70%;
        border-radius: 0;
    }
}

/* Adjust the sliders caption positioning */
.brook-hero-nav-slider-area .hero-content-3.left {
    position: relative;
    top: -100px;
    left: -100px;
}


.hero-content-3 h3 {
    /* font-family: "Helvetica Neue Medium", "HelveticaNeue", "Helvetica", "Arial", sans-serif; */
    font-size: 2.5rem !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.05rem !important;
    color: #fff !important;
}

.hover-white:hover li {
    color: #fff !important;
}

.bg_color--3 {
    background-color: #1F1F1F !important;
}


body.template-color-1 .service.service--1:hover::before {
    color: red !important;
    border-color: #F43C87 !important;
}

/* Tablet and small laptop optimizations */
@media (max-width: 1199px) {
    .brook-hero-nav-slider-area .hero-content-3.left {
        left: 0px !important;
    }

    .hero-content-3 h3 {
        font-size: 2.0rem !important;
        /* Slightly smaller font size */
    }
}

/* Mobile optimizations for the slider */
@media (max-width: 767px) {

    /* Hide the overlay */
    .brook-hero-nav-slider-area .hero-item::before {
        display: none !important;
    }

    /* Show captions under the fully visible background image */
    .brook-hero-nav-slider-area .hero-item {
        height: auto !important;
        min-height: unset !important;
        background-position: top center !important;
        background-size: 100% auto !important;
        background-color: #fff !important;
        box-shadow: none !important;
        align-items: flex-start !important;
        padding-top: 65vw !important;
        /* Pushes text securely below the scaled image */
        padding-bottom: 40px !important;
    }

    /* Reset caption positioning */
    .brook-hero-nav-slider-area .hero-content-3.left {
        top: 0px !important;
        left: 0px !important;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    /* Reduce font size and adjust color for white background */
    .brook-hero-nav-slider-area .hero-content-3 h3 {
        font-size: 1.5rem !important;
        line-height: 1.4 !important;
        color: #222 !important;
        margin-bottom: 15px !important;
    }

    .brook-hero-nav-slider-area .hero-content-3 .btn {
        margin-top: 10px !important;
    }

    /* Vertical stacking for Services section */
    .brook-element-carousel {
        margin-top: 40px !important;
    }

    .hidden {
        display: none !important;
    }

    .brook-element-carousel a {
        display: block;
        margin-bottom: 30px;
    }

    .brook-element-carousel .team {
        margin: 0 auto;
        /* Centers the item horizontally */
        width: 85%;
        /* Reduces the overall item size */
        max-width: 320px;
        /* Ensures it doesn't get too wide on larger phones */
    }

    .brook-element-carousel .team .thumb img {
        width: 100%;
        border-radius: 10px;
        /* Optional: adjust if needed to match design */
    }
}

/* Floating Action Button */
.custom-fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
    background-color: #F43C87;
    color: #fff;
    border-radius: 50px;
    padding: 12px 25px;
    box-shadow: 0 4px 15px rgba(244, 60, 135, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-fab:hover {
    background-color: #D13676;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(244, 60, 135, 0.6);
}

.fab-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fab-content i {
    font-size: 24px;
}

.fab-content span {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .custom-fab {
        bottom: 20px;
        right: 20px;
        padding: 10px 20px;
    }

    .fab-content span {
        display: none;
        /* Hide text on smaller screens if desired, or keep it */
    }
}

/* Contact Sidemenu */
.custom-sidemenu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.custom-sidemenu.active {
    right: 0;
}

.sidemenu-header {
    background-color: #1F1F1F;
    color: #fff;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #F43C87;
}

.sidemenu-header h4 {
    color: #fff;
    margin: 0;
    font-size: 22px;
}

.close-sidemenu {
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.close-sidemenu:hover {
    color: #F43C87;
}

.sidemenu-content {
    padding: 20px 30px;
}

.contact-section {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.contact-section.border-bottom-0 {
    border-bottom: none;
}

.contact-section h5 {
    font-size: 18px;
    color: #3b3d3f;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-section h5 i {
    color: #F43C87;
    font-size: 22px;
}

.contact-section p {
    color: #666;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.6;
}

.contact-section .contact-number a {
    font-size: 20px;
    font-weight: 600;
    color: #F43C87;
}

.contact-section .contact-number a:hover {
    color: #D13676;
}

.contact-section .btn {
    border-radius: 5px;
    font-weight: 500;
    text-transform: none;
    padding: 8px 20px;
}

/* Overlay */
.sidemenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9990;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.sidemenu-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile Responsiveness for Sidemenu */
@media (max-width: 576px) {
    .custom-sidemenu {
        width: 100%;
        right: -100%;
    }
}