#nav {
    position: fixed;
    z-index: 1100;
    left: 0;
    right: 0;
    top: 0;
}


/* ----trusted by-------- */
.trusted-by {
    /* box-shadow: 0 4px 44px 0 #00000040;
    background: rgba(153, 200, 255, 0.12); */
    height: 94px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -94px;
    position: relative;
    z-index: 1;
    background: transparent !important;
    box-shadow: none !important;
}

.trusted-by .owl-carousel .owl-stage-outer {
    height: 65px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trusted-by .owl-carousel .owl-item img {
    width: 70%;
    margin: 0 auto;
}

.trusted-by .marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.trusted-by .marquee-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right, #090e10 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #0a0e10 100%);
}

.trusted-by .marquee-item img {
    max-width: 70%;
}


.hero-slider-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-slider-wrapper {
    width: 100%;
    height: 100%;
}

#heroSlider {
    width: 100%;
    height: 100%;
}

.carousel-inner,
.carousel-item {
    width: 100%;
    height: 100%;
}

.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 40 50 / 0%) 80% -11%, rgb(30 32 32) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem 3rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#heroSlider .hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    max-width: none;
}

.btn-hero {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: none;
}

.btn-hero:hover {
    transform: translateY(-2px);
    background: #e74d87;
}

.btn-pink {
    background: #e74d87;
    color: #fff;
}

.btn-pink:hover,
.btn-pink:focus {
    background: #e74d87;
    color: #fff;
}

/* Carousel Indicators */
#heroSlider .carousel-indicators {
    bottom: 100px;
    z-index: 3;
    top: auto;
}

#heroSlider .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eb81ad;
    transition: all 0.3s ease;
    opacity: 1;
}

#heroSlider .carousel-indicators button.active {
    background-color: #e74d87;
    opacity: 1;
    transform: scale(1.2);
}

#heroSlider .carousel-control-next {
    border-radius: 50px;
    right: 120px;
    background: #094045 !important;
}

#heroSlider .carousel-control-prev {
    border-radius: 50px;
    left: 120px;
    background: #094045 !important;
}



/* Animation delays for smoother transitions */
.carousel-item.active .animate__animated {
    animation-duration: 1s;
}

.carousel-item:not(.active) .animate__animated {
    animation: none;
}


.top-header-left,
.top-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-header-right {
    justify-content: flex-end;
}

.top-header-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-header-link:hover {
    color: #00b4d8;
}

.top-header-link i {
    font-size: 13px;
}

.social-link {
    color: #ffffff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background-color: #00b4d8;
    transform: translateY(-2px);
}

.social-link i {
    font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .top-header {
        padding: 8px 0;
    }

    .top-header-left,
    .top-header-right {
        justify-content: center;
        gap: 15px;
        padding: 5px 0;
    }

    .top-header-link {
        font-size: 12px;
    }

    .social-link {
        width: 28px;
        height: 28px;
    }
}

.top-header {
    background-color: #042326;
    padding: 10px 0px;
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.email-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.email-icon {}

.quote-btn {
    background-color: transparent;
    color: white;
    border-radius: 20px;
    border: 1px solid #ffffff;
    padding: 6px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.quote-btn:hover,
.quote-btn:focus {
    background-color: transparent;
}

.top-header-right {
    display: flex;
    gap: 15px;
}

.top-header .dropdown-toggle {
    background: transparent;
    box-shadow: none;
    border-style: hidden;
}

.top-header .dropdown-toggle:active {
    outline: none;
    box-shadow: none;
    border-style: hidden;
}

.top-header .dropdown-menu.show {
    right: 0;
    top: 35px;
    padding: 15px;
    white-space: nowrap;
    min-width: 180px;
}

.social-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    filter: brightness(0) invert(1);
}

.top-header .dropdown-toggle::after {
    color: #fff;
}




.btn-get-quote {
    display: none;
}

.btn-call {
    display: none;
}

.whatsapp-chat {
    display: none;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {


    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .btn-hero {
        font-size: 1rem;
        padding: 0.75rem 2rem !important;
    }

    .hero-content {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-slider-section {
        position: relative;
        width: 100%;
        height: 70vh;
        min-height: auto;
        overflow: hidden;
    }

    .carousel-item {
        max-height: unset !important;
        min-height: unset !important;
        align-items: center !important;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 2rem !important;
    }

    #heroSlider .carousel-indicators {
        bottom: 75px;
    }

    #heroSlider .carousel-indicators button {
        width: 8px;
        height: 8px;
    }

    .quote-btn {
        padding: 3px 10px;
    }

    .top-header-left {
        gap: 8px;
    }

    .top-header-right {
        gap: 8px;
    }

    .top-header {
        background-color: #042326;
        padding: 4px 0px;
    }

    #heroSlider .carousel-control-prev {
        left: 20px;
    }

    #heroSlider .carousel-control-next {
        right: 20px;
    }
}