/* Custom CSS */
/* Homepage Navbar */
.lg\:bg-black\/70  {
        background-color: #00e6dc;
    }	
.text-white\/60 {
    color: #000000;
}
.\[\&\.active\]\:text-white.active 
 {
    --tw-text-opacity: 1;
    color: #000000;
    font-weight: 600;
}

/* Landing Images */
.-top-0\.5 {
    width: 120px;
    height: 190px;
}

/* Vimeo Video */

.video-section {
        padding: 60px 20px;
        background-color: #ffffff;
        text-align: center;
    }

    .video-section h2 {
        font-size: 40px;
        font-weight: bold;
        color: #1f2937;
        margin-bottom: 20px;
    }

    .video-section p {
        font-size: 20px;
        color: #4b5563;
        margin-bottom: 40px;
    }

    .video-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 38%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
        border-radius: 16px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }



/* Landing Logos */
.py-28 .flex {
	flex-wrap: wrap;
	gap: 1.5rem;
}
.py-28 .flex img {
    max-width: 90px;
}

@media ( max-width: 700px ) {
    .py-28 .flex {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .py-28 .flex img {
        max-width: 30px;
    }
}
.text-transparent {
    color: #00E6DC;
    -webkit-text-stroke-color: hsl(0deg 0% 99.91% / 0%) !important;
}

/* Landing Icons */
.lqd-feature-box .w-8 {
    width: 4rem;
}


/* Registration - Login Pages */
.navbar-brand img {
    max-width: 160px !important;
    content: url(https://www.brokerbuddie.ai/upload/images/logo/Etb0-2x-brokerbuddie-logo.png);
}

/* Hide Testimonial  */
#testimonials {
    display: none;
}