.toggle-tabs {
    display: inline-flex;
    border: 1px solid #c5d1da;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    padding: 0;
    margin-bottom: 3rem;
}

.tab-btn {
    border: none;
    background: transparent;
    color: #555;
    font-weight: 500;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.tab-btn.active {
    background-color: #003541;
    /* Blue active color */
    color: #fff;
}

.tab {
    display: none;
    margin-top: 20px;
}

.gallery-image {
    position: relative;
    cursor: pointer;
}

.gallery-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-thumbnails .thumb-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gallery-thumbnails .thumb-img:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.main-gallery-image {
    height: 500px;
    object-fit: cover;
    overflow: hidden;
}

.tab.active {
    display: block;
}

.tab-btn:not(.active):hover {
    background-color: #f0f6fa;
}

.fancybox__container {
    z-index: 99999 !important;
}

.gallery-banner-sec {
    /* height: 600px; */
}

.gallery-thumbnails.owl-carousel .owl-nav button {
    background: #896E22 !important;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    height: 30px;
    width: 30px;
    color: #003541;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.gallery-thumbnails.owl-carousel .owl-nav .owl-prev {
    left: -25px;
}

.gallery-thumbnails.owl-carousel .owl-nav .owl-next {
    right: -25px;
}

.gallery-thumbnails.owl-carousel .item {
    cursor: pointer;
}

.gallery-banner-sec img {
    object-fit: cover;
}

.gallery-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-75%);
    left: 0;
    right: 0;
}

.accordion-category .form-check .gallery-filter-checkbox:checked {
    background: #013541 !important;
    color: #fff;
}

.btn-outline-dark,
.top-trending-btn-past-video a {
    background-color: #003541 !important;
    color: #fff !important;
    padding: 10px 40px !important;
    border-radius: 100px !important;
    text-transform: uppercase !important;
}

.filter-menu {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 8px;
    gap: 2rem;
}

.filter-column {
    min-width: 150px;
}

.form-check .form-check-input {
    padding: 10px;
    border: 1px solid #ccc !important;
}

.image-overlay {
    background: rgb(251, 251, 251);
    padding: 1rem;
    color: #828282;
}

.gallery-result-images {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-result-images .gallery-image {
    width: calc((100% - 60px) / 3);
    position: relative;
    margin: 0px;
    height: 500px;
}

.gallery-item {
    width: 100%;
    max-width: 300px;
}

.gallery-image img:not(.location) {
    height: 90%;
    object-fit: cover;
    width: 100%;
}

.gallery-image h4 {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    top: 2%;
    right: 2%;
    background: #00000033;
    width: max-content;
    border-radius: 40px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery-banner-wrap {
    padding-left: 0 !important;
}

#load-more-btn {
    padding: 10px 16px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

/* Small and clean dropdown */
.dropdown-toggle {
    padding: 10px 20px;
    /* Smaller padding */
    font-size: 0.875rem;
    /* Smaller font size */
    background-color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 27px 28px 0px 0px;
    transition: background-color 0.3s ease;
    color: #003541;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 7.255em;
    vertical-align: 0.255em;
    content: "";
    background-image: url('https://dev.dvio.global/websites/joy-n-crew/wp-content/themes/blankslate/images/Vector1212.png');
    /* replace with your arrow image */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.dropdown-toggle:hover {
    background-color: #e9ecef;
    color: #003541;
}

.gallery-filter-checkbox {
    font-size: 16px !important;
    width: 12% !important;
    margin: 0 4px 0 0 !important;
    height: 1rem;
}

.dropdown-menu {
    width: 100%;
    max-width: 1037px;
    height: auto;
    padding: 0.5rem 1rem;
    border-radius: 1rem 0 1rem 1rem;
    ;
    border: 1px solid #D9D9D9;
    transform: translate3d(17.6rem, 68.8px, 6px) !important;
}

.filter-column {
    background-color: #fff;
}

.filter-by {
    color: #003541;
    padding-right: 15px;
}

.form-check-label {
    font-size: 0.875rem;
}

/* Optional: Add some space between subcategories */
.form-check {
    display: flex;
    margin-bottom: 0.5rem;
    min-height: 0;
    padding-left: 0rem;
}

/* Dropdown menu box */
.filter-menu .dropdown-menu {
    width: 100%;
    /* full width */
    max-width: fit-content;
    /* control maximum width */
    border-radius: 12px 0 12px 12px;
    border: 1px solid #ccc;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

/* Category title */
.filter-category-subheading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 6px;
}

/* Checkbox list */
.form-check-label {
    font-size: 14px;
    font-weight: 400;
}

/* Columns alignment */
.filter-column .col-6 {
    padding-right: 20px;
}

.bg_past_video {
    /* background-image: url(../images/bg_past_video.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
}

.bg_past_video p {
    color: #1D1D1D;
}

.bg_past_video h2 {
    color: #333333 !important;
}

.bg_past_video .vector-icon {
    width: 24px;
    /* adjust as needed */
    height: auto;
    margin-left: 8px;
    /* space from the title */
    vertical-align: middle;
}

.bg_past_video p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    bottom: -1.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff !important;
}

.top-trending-btn-past-video a {
    display: block;
    max-width: 250px;
    padding: 0.9rem 0rem;
    font-size: 1rem;
    color: #363636;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 40px;
    margin-top: 3rem;
    font-size: 0.8rem;
    cursor: pointer;
    text-align: center;
    background-color: white;
}

.top-trending-btn-past-video a:hover {
    color: #363636;
    background-color: #ffffff;
}

.top-trending-btn-past-video {
    margin-top: 1rem;
}

.top-trending-btn-past-video a {
    max-width: 300px;
    padding: 0.8rem 0;
    font-size: 0.9rem;
    margin-top: 1rem;
    font-weight: 500;
}

.bg_past_video .video-info {
    text-align: left !important;
    color: #333333;
}

.bg_past_video .video-info span:last-child {
    font-size: 1.2rem;
    line-height: 2rem;
    padding-right: 5px;
}

.bg_past_video .video-info span:first-child {
    font-size: 0.7rem;
    line-height: 2rem;
    font-weight: 300;
    padding-left: 3px;
}

.slider-img-container {
    position: relative;
    width: 100%;
    height: 60vh;
    /* Adjust height as needed */
    overflow: hidden;
    border-radius: 8px;
}

.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-header-container h1.sub-header {
    color: #896E22;
    font-size: 0.9rem;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2rem;
}

.section-header-container h1.sub-header:after {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #333333;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 38rem;
    margin: 0 auto;
}

.gallery-video-section h2 {
    font-family: "Ubuntu", serif !important;
}

.gallery-video-section .video-box .overlay {
    background: #000000f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}

.section-header p {
    font-size: 0.9rem;
    color: #896E22;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    margin-bottom: 3rem;
}

.section-header p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    bottom: -70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #333333;
}

.section-header h2 {
    font-size: 3.75rem;
    font-weight: 300;
    color: #333;
    font-family: "Libre Franklin", sans-serif !important;
}

.filter-category-heading {
    margin-bottom: 1.5rem;
}

.filter-category-subheading {
    color: #003541;
    border-bottom: 0.1px solid #dad0d0;
    padding-bottom: 0.25rem;
}

.breadcrum-bottom-border {
    border-bottom: 1px solid #ccc;
}

.newletter-sec.section-padding {
    padding: 5rem 0rem 5rem 3rem;
    background: linear-gradient(to right, #FFFAEE 85%, #fff 15%);
}

.newletter-container {
    display: flex;
    justify-content: space-between;
}

.newletter-container .newletter-box {
    width: 40%;
}

.newletter-container .newletter-img {
    width: 50%;
}

.newletter-container .customer-form p {
    display: flex;
    margin-top: 3rem;
    justify-content: space-between;
}

.newletter-container .customer-form input[type="submit"] {
    background-color: #003541;
    color: #fff;
    border: 0;
    border-radius: 40px;
    padding: 0 2rem;
    margin-left: 1rem;
    text-transform: uppercase;
    max-width: 300px;
    margin-right: 0px;
}

.newletter-container .customer-form {
    display: flex;
    margin-top: 0rem;
}

.newletter-container .section-header p:after {
    margin: 0;
}

.newletter-container .customer-form input {
    margin-right: 2rem;
    border-radius: 40px;
    padding: 1rem;
    border: 1px solid #333333;
}

@media screen and (min-width:569px) and (max-width:786px) {
    .top-trending-btn-past-video {
        margin-top: 1rem;
    }

    .top-trending-btn-past-video a {
        max-width: 350px;
        padding: 0.8rem 0;
        font-size: 1rem;
    }

    .label {
        display: inline-block;

    }

    .gallery-video-section .video-gallery {
        margin-top: 0;
    }

    .gallery-video-section .video-gallery .video-box {
        width: 100%;
    }

    .owl-item .active {
        width: 100% !important;
    }

    .gallery-video-section .section-header h2 {
        font-size: 2.4rem;

    }

    .section-header-container h1.sub-header {
        text-align: left;
    }

    .section-header-container h1.sub-header:after {
        left: 0;
        right: auto;
    }

    .gallery-video-section .owl-theme .owl-dots .owl-dot span {
        background: #C8AB5F;
        width: 12px;
        height: 12px;
    }

    .gallery-video-section .owl-theme .owl-dots .owl-dot.active span {
        background: #C8AB5F;
        width: 12px;
        height: 12px;

    }

    .swiper-wrapper {
        margin-bottom: 3rem;
    }

    .gallery-result-images {
        gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .dropdown-menu.filter-column {
        max-height: 70vh;
        overflow-y: auto;
        width: 100vw;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        border-radius: 0;
    }

    .dropdown-menu .row {
        flex-direction: column;
        padding: 0 1rem;
    }

    .accordion-category {
        width: 100%;
    }

    .accordion-toggle {
        background: none;
        border: none;
        font-size: 1rem;
        font-weight: 600;
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.5rem 0;
    }

    .accordion-content {
        display: none;
        padding-left: 1rem;
    }

    .accordion-content.open {
        display: block;
    }

    .newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE;
    }

    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }

    .newletter-container .newletter-box,
    .newletter-container .newletter-img {
        width: 100%;
    }

    .newletter-container .newletter-box .section-header p,
    .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }

    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }

    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }

    .newletter-sec .pe-0 {
        padding-left: 0 !important;
    }

    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }

    .newletter-container .section-header p:after {
        margin: 0 auto;
    }

    .newletter-container .customer-form p {
        flex-wrap: wrap;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        margin: 1.5rem auto;
    }

    .newletter-container .customer-form input[type="submit"] {
        margin: 1.5rem auto;
        padding: 1rem 3rem;
        max-width: 200px;
    }

    .newletter-container .newletter-box {
        padding: 2rem 1rem 0;
    }

    .newletter-sec .section-header p:after {
        display: none;
    }
}

/* Mobile Devices (up to 767px) */
@media (max-width: 767px) {
    .section-header-container h1.sub-header{
        font-size: 1rem !important;
    }

    /* Global Adjustments */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1,
    .h1 {
        font-size: 1.8rem !important;
    }

    h2,
    .h2 {
        /*font-size: 1.6rem !important;*/
    }

    h4,
    .h4 {
        font-size: 1.2rem !important;
    }

    .display-4 {
        font-size: 2rem !important;
    }

    .lead {
        font-size: 1rem;
    }

    /* Hero Section */
    section:first-of-type {
        height: 70vh;
    }

    section:first-of-type .container {
        height: 70vh !important;
    }

    section:first-of-type img {
        height: 70vh !important;
    }

    /* Breadcrumb */
    .navigation-list ul {
        margin-bottom: 0;
    }

    .list-inline-item {
        margin-right: 0.25rem;
    }

    /* Filter Section */
    .filter-menu {
        display: flex;
        width: 100%;
        margin-top: 1rem;
    }

    .filter-menu button {
        width: 75%;
        border-radius: 28px;
        padding: 0.75rem;
        text-align: left;
    }

    .dropdown-menu.filter-column {
        width: 100%;
        max-height: 80vh;
        overflow-y: auto;
    }

    .filter-category-heading {
        margin-bottom: 0.5rem;
    }

    .filter-by {
        align-content: center;
        margin: 0 -0.5rem 0 0.5rem !important;
    }

    .accordion-toggle {
        width: 100%;
        text-align: left;
        padding: 0.5rem 0;
        background: none;
        border: none;
        position: relative;
    }

    .accordion-toggle::after {
        content: '+';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .accordion-toggle[aria-expanded="true"]::after {
        content: '-';
    }

    .accordion-content {
        padding-left: 1rem;
    }

    .gallery-banner-text {
        top: 0;
        transform: translate(0px, 0px);
    }

    /* Gallery Swiper */
    .mobile-gallery-swiper {
        padding-bottom: 2.5rem;
    }

    .swiper-slide .gallery-image {
        margin-bottom: 1rem;
    }

    .swiper-pagination {
        transform: translate(65px, 22px) !important;
    }

    .gallery-image h4 {
        font-size: 0.6rem !important;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
    }

    .gallery-image h4 img.location {
        width: 20px;
        height: auto;
        margin-right: 0.5rem;
    }

    .gallery-img {
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 8px;
    }

    .swiper-pagination {
        bottom: 0;
    }

    /* Video Gallery */
    .gallery-video-section {
        padding: 2rem 0;
    }

    .video-gallery.owl-carousel {
        margin: 0 -10px;
    }

    .video-gallery.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .video-gallery.owl-carousel .owl-item {
        padding: 0 10px;
    }

    .video-gallery.owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        pointer-events: none;
    }

    .video-gallery.owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.8) !important;
        border-radius: 50%;
        pointer-events: auto;
    }

    .video-gallery.owl-carousel .owl-dots {
        margin-top: 20px;
        text-align: center;
    }

    .video-gallery.owl-carousel .owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
    }

    .video-gallery.owl-carousel .owl-dot.active {
        background: #000;
    }

    .video-box {
        margin-bottom: 20px;
    }

    .video-banner {
        height: auto;
        aspect-ratio: 16/9;
    }

    .play-button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .video-info {
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }

    .video-iframe {
        height: auto !important;
        max-height: 80vh;
    }

    .top-trending-btn-past-video a {
        width: 100%;
        text-align: center;
        padding: 0.75rem 1rem;
        margin-top: 1.5rem;
        font-size: small;
    }

    /* Newsletter Section */
    .newletter-sec {
        padding: 2rem 0;
    }

    .newletter-container {
        flex-direction: column;
    }

    .newletter-box {
        width: 100%;
        padding: 1.5rem;
    }

    .newletter-img {
        width: 100%;
    }

    .customer-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .customer-form input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .btn-enter {
        width: 100%;
    }

    /* Video Popup */
    .video-iframe {
        width: 90%;
        height: auto !important;
        padding-bottom: 56.25%;
        position: relative;
    }

    .video-iframe iframe,
    .video-iframe video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .close-btn {
        top: -30px;
        right: 0;
    }

}

/* iPad Mini (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 95%;
    }

    .gallery-image {
        margin: 10px;
    }

    .gallery-result-images {
        gap: 40px;
    }

    .filter-menu {
        width: auto;
        margin-top: 0;
    }

    .filter-menu button {
        width: 200px;
        margin-top: 0;
    }

    .dropdown-menu.filter-column {
        width: 600px;
        right: 0;
        left: auto;
    }

    .dropdown-toggle::after {
        margin-left: 5.2rem;
    }

    .video-gallery.owl-carousel {
        margin: 0 -15px;
    }

    .video-gallery.owl-carousel .owl-stage-outer {
        padding: 15px 0;
    }

    .video-gallery.owl-carousel .owl-item {
        padding: 0 15px;
    }

    .video-gallery.owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

    .video-gallery.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.9) !important;
        border-radius: 50%;
    }

    .gallery-video-section .video-gallery {
        display: flex;
    }

    .newletter-sec.section-padding {
        padding: 0 !important;
        background: #FFFAEE;
    }

    .newletter-container {
        flex-wrap: wrap;
        text-align: center;
    }
    .gallery-tab-button{
      margin-top: 2rem;
    }

    .newletter-container .newletter-box,
    .newletter-container .newletter-img {
        width: 100%;
    }

    .newletter-container .newletter-box .section-header p,
    .newletter-container .newletter-box .section-header h2 {
        text-align: center;
    }

    .newletter-container .customer-form input {
        margin-right: 0.5rem;
        border-radius: 40px;
        padding: 0.5rem;
    }

    .newletter-container .customer-form p {
        width: 100%;
        margin: 1.5rem auto;
    }

    .newletter-sec .pe-0 {
        padding-left: 0 !important;
    }

    .newletter-container .customer-form {
        display: flex;
        margin-top: 0rem;
        justify-content: center;
    }

    .newletter-container .newletter-box {
        padding: 2rem;
    }

    .newletter-container .section-header p:after {
        margin: 0 auto;
    }

    .section-header-container h1.sub-header {
        margin-bottom: 0;
    }
    .gallery-image{
      width: 100% !important;
      height: auto !important;
    }
}

/* iPad Air and iPad Pro 11" (1024px - 1194px) */
@media (min-width: 1024px) and (max-width: 1194px) {
    .container {
        max-width: 90%;
    }

    .gallery-image {
        margin: 10px;
    }

    .filter-menu {
        display: inline-flex;
        align-items: center;
    }

    .dropdown-menu.filter-column {
        width: 700px;
        right: 0;
        left: auto;
    }

    .video-gallery.owl-carousel {
        margin: 0 -20px;
    }

    .video-gallery.owl-carousel .owl-stage-outer {
        padding: 20px 0;
    }

    .video-gallery.owl-carousel .owl-item {
        padding: 0 20px;
    }

    .video-gallery.owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: calc(100% + 60px);
        left: -30px;
        transform: translateY(-50%);
    }

    .video-gallery.owl-carousel .owl-nav button {
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.9) !important;
        border-radius: 50%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .customer-form {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .customer-form input {
        width: 70%;
        margin-bottom: 0;
    }

    .btn-enter {
        width: 30%;
    }

    .newletter-container .newletter-box {
        width: 45%;
    }

    .newletter-container .newletter-img {
        align-self: center;
    }

    .newletter-container .section-header h2 {
        font-size: 3rem;
    }

    .section-header-container h2.section-header {
        font-size: 3rem !important;
    }

    .newletter-container .customer-form input[type="submit"] {
        width: 150px;
    }

    .newletter-container .customer-form input.wpcf7-email {
        width: 250px;
    }
}

/* iPad Pro 12.9" (1195px - 1366px) */
@media (min-width: 1195px) and (max-width: 1366px) {
    .container {
        max-width: 85%;
    }

    .gallery-image {
        margin: 12px;
    }

    .filter-menu {
        display: inline-flex;
        align-items: center;
        gap: 15px;
    }

    .dropdown-menu.filter-column {
        width: 600px;
        right: 0;
        left: auto;
    }

    .video-gallery.owl-carousel {
        margin: 0 -24px;
    }

    .video-gallery.owl-carousel .owl-stage-outer {
        padding: 24px 0;
    }

    .video-gallery.owl-carousel .owl-item {
        padding: 0 24px;
    }

    .video-gallery.owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: calc(100% + 80px);
        left: -40px;
        transform: translateY(-50%);
    }

    .video-gallery.owl-carousel .owl-nav button {
        width: 70px;
        height: 70px;
        background: rgba(255, 255, 255, 0.95) !important;
        border-radius: 50%;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .video-gallery.owl-carousel .owl-nav button:hover {
        background: rgba(255, 255, 255, 1) !important;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    }

    .newletter-container .newletter-img {
        align-self: center;
    }

    .newletter-container .section-header h2 {
        font-size: 3.5rem;
    }
}