:root {
    --hero-offset-desktop: 64px !important;
    --hero-offset-mobile: 52px !important;
}

.category-carousel-section.hero-video-wrap {
    margin: 0;
    padding: 0 !important;
}

.hero-video-wrap {
    width: 100%;
    height: calc(100vh - var(--hero-offset-desktop));
    height: calc(100dvh - var(--hero-offset-desktop));
    max-height: calc(100vh - var(--hero-offset-desktop));
    max-height: calc(100dvh - var(--hero-offset-desktop));
    overflow: hidden;
    position: relative;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    z-index: 2;
    padding: 0 0 22px 0;
    pointer-events: none;
}

.hero-caption-box {
    color: #fff;
    padding: 14px 16px;
    border-radius: 12px;
    pointer-events: auto;
    text-align: left;
}

.hero-caption-box h5 {
    margin: 0 0 8px 0;
    font-weight: 700;
}

.hero-caption-box p {
    margin: 0;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .hero-video-wrap {
        height: calc((var(--vh, 1vh) * 100) - var(--hero-offset-mobile));
        max-height: calc((var(--vh, 1vh) * 100) - var(--hero-offset-mobile));
        height: calc(100dvh - var(--hero-offset-mobile));
        max-height: calc(100dvh - var(--hero-offset-mobile));
        margin-top: -20px!important;
    }

    .hero-caption {
        padding: 0 0 12px 0;
    }

    .hero-caption-box {
        border-radius: 14px;
    }

    .promo-card-1-helper {
        margin-bottom: 15px !important;
    }
}

.dai-box-margin {
    margin-top: 60px;
}

.dai-box-margin-bottom {
    margin-bottom: 60px;
}

.promo-title {
    text-align: center;
    margin: 10px 0 25px 0;
}

.promo-title h2 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1f2d3d;
}

.promo-card,
.promo-banner {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background: #000;
}

.promo-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.35s ease;
}

.promo-banner img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.35s ease;
}

.promo-overlay {
    position: absolute;
    inset: 0;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    color: #fff;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.25) 45%,
        rgba(0, 0, 0, 0.05) 100%
    );
}

.promo-overlay--center {
    justify-content: center;
    text-align: center;
    padding: 24px;
}

.promo-head {
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
}

.promo-sub {
    font-size: 16px !important;
    opacity: 1;
    font-weight: 300;
    max-width: 520px;
    margin-bottom: 20px;
}

.promo-btn {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.65);
    padding: 10px 18px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: fit-content;
    color: #fff;
}

.promo-btn:hover {
    background: #fff;
    color: #000;
}

@media (min-width: 992px) {
    .promo-card:hover img,
    .promo-banner:hover img {
        transform: scale(1.03);
    }
}

@media (max-width: 767px) {
    .promo-title h2 {
        font-size: 18px;
    }

    .promo-card img {
        height: 280px;
    }

    .promo-banner img {
        height: 320px;
    }

    .promo-overlay--center .promo-sub {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .sliderhfix {
        height: calc(80vh - var(--header-height));
    }

    .dbrides {
        margin-top: 30px;
    }

    .menu-block .navbar .nav li.dropdown > a:before {
        display: none;
    }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
    .sliderhfix {
        height: calc((var(--vh, 1vh) * 80) - var(--header-height));
    }
}

.category-carousel-section {
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}

.category-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-item {
    text-align: center;
}

.category-image {
    width: 90px;
    height: 90px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-name {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #b1a599 !important;
}

.category-carousel {
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
}

.category-carousel .owl-prev,
.category-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.category-carousel .owl-prev {
    left: 0;
}

.category-carousel .owl-next {
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 35px;
    height: 35px;
}

.carousel-inner > .item {
    cursor: pointer;
}

.ctc-eq-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.ctc-eq-left {
    display: flex;
}

.ctc-eq-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .ctc-eq-row {
        display: block;
    }
}
