:root {
    --tp-transparent: transparent !important;
    --tp-white-text: #ffffff;
    --tp-black: #1a1a1a;
    --tp-dark-gray: #1a1a1a;
    --tp-yellow: #ffd700;
    --accent-yellow: #ffd700;
    --tp-text-gray: #b0b0b0;
    --input-border: #444444;
    --navbar-offset: 118px;
    --tp-font-body: @import url('public/assets/fonts/Gotham_Book/Gotham-Book.ttf')
}

/* html,
body {
    overflow-x: hidden
} */
.mx-6 {
    /* margin-right: 2rem !important; */
    margin-left: 2.4rem !important;
}
body {
    margin: 0
}
.tp_loader{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url('../images/tp-loader.svg') no-repeat center center rgba(23, 23, 23, 1);
    top: 0;
    left: 0;
}
img,
svg,
video {
    max-width: 100%;
    height: auto
}

iframe {
    max-width: 100%
}

.export-wrapper {
    background-color: var(--tp-black);
    color: white;
    font-family: var(--tp-font-body);
    overflow-x: hidden
}

.brand-logo {
    width: 120px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px
}

.icon-xl {
    font-size: 32px;
    color: inherit
}

.icon-lg {
    font-size: 16px;
    color: inherit
}

.icon-md {
    font-size: 20px;
    color: inherit
}

.icon-sm {
    font-size: 16px;
    color: inherit
}

.muted {
    color: #666
}

.link-muted {
    color: #ccc;
    text-decoration: none
}

.no-margin {
    margin-bottom: 0
}

.invert-filter {
    filter: invert(1)
}

.icon-xs {
    font-size: 10px;
    color: inherit
}

.valign-middle {
    vertical-align: middle
}
.mx-6 {
    /* margin-right: 2rem !important; */
    margin-left: 2.4rem !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

a {
    text-decoration: none;
    color: white;
    transition: color .3s ease
}

a:hover {
    color: white;
}


/* .site-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: transparent;
    padding: 1rem 0;
    transition: background-color .3s ease, backdrop-filter .3s ease, padding .3s ease
} */

/* .site-navbar.is-compact {
    background: rgba(7, 7, 7, .92);
    backdrop-filter: blur(14px)
} */

#bg-container,
.bg-layer{
    pointer-events: none;
}

.navbar{
    z-index: 9999;
}

.site-navbar {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform .42s cubic-bezier(.22, 1, .36, 1), opacity .28s ease, background-color .3s ease, backdrop-filter .3s ease, padding .3s ease;
    will-change: transform, opacity;
}

.site-navbar.is-hidden {
    transform: translate3d(0, -110%, 0);
    opacity: 0;
    pointer-events: none;
}

body.video-modal-open .site-navbar {
    z-index: 10020;
}

body.video-modal-open .site-navbar:not(.is-hidden) {
    pointer-events: auto;
}

body.video-modal-open .video-modal iframe {
    pointer-events: none;
}

/* iOS Safari: allow tapping the embedded player so the user can enable sound
   (unmuted autoplay is blocked there). The close button sits above the player. */
@media (hover: none) and (pointer: coarse) {
    body.video-modal-open .video-modal iframe {
        pointer-events: auto;
    }
}

.modal-sound-hint {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    z-index: 3;
    max-width: 90%;
    background: rgba(20, 20, 20, .85);
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: .5px;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease;
}

@media (prefers-reduced-motion: reduce) {
    .site-navbar {
        transition: none;
    }
}

.site-navbar .container-xxl {
    align-items: center
}

.site-navbar .navbar-collapse {
    flex-grow: 0
}

.site-navbar .navbar-nav {
    align-items: center
}

.site-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, .35)
}

.site-navbar .navbar-toggler:focus {
    box-shadow: none
}

.site-navbar .navbar-collapse.show,
.site-navbar .navbar-collapse.collapsing {
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 1rem;
    background: rgba(7, 7, 7, .92)
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: .8rem;
    letter-spacing: 2px;
    font-weight: 600
}

.navbar-brand:hover {
    color: white
}

.nav-link {
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 2rem
}

.nav-link:hover {
    color: var(--tp-yellow) !important
}

.navbar.fixed-top {
    z-index: 1105;
}

.navbar.fixed-top .navbar-collapse,
.navbar.fixed-top .dropdown-menu {
    z-index: 1110;
}

.dropdown-submenu>.submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem
}

.dropdown-submenu>.submenu-toggle .fa-angle-right {
    transition: transform .2s ease
}

.dropdown-submenu.show>.submenu-toggle .fa-angle-right {
    transform: rotate(90deg)
}

/*.full-screen-section {*/
    
/*    min-height: 80vh;*/
    
/*}*/

.full-screen-section.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #000
}

.full-screen-section.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
    z-index: 0;
    transition: transform .5s ease
}

.full-screen-section:hover .bg-image {
    transform: scale(1.02)
}

.content-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 4rem 0
}
.hero-scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 1.75rem;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: transform .3s ease, color .3s ease;
    animation: heroScrollPulse 1.8s ease-in-out infinite;
}

.hero-scroll-indicator:hover {
    transform: translateX(-50%) translateY(-4px);
    color: var(--tp-yellow, #ffd700);
}

.hero-scroll-caret {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.1em;
}

@keyframes heroScrollPulse {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.9;
    }
    50% {
        transform: translateX(-50%) translateY(6px);
        opacity: 1;
    }
}

.section-title {
    margin-bottom: 1rem
}

.section-desc {
    max-width: 500px;
    margin-bottom: 2rem;
    color: #e0e0e0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .8)
}

.btn-yellow {
    background-color: var(--tp-yellow);
    color: #1a1a1a;
    text-transform: uppercase;
    padding: .6rem 1.5rem;
    border: none;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    letter-spacing: 1px
}

.btn-yellow:hover {
    background-color: #fff;
    color: #1a1a1a
}

footer {
    background-color: #0d0d0d;
    padding: 4rem 0 4rem 0;
    font-size: .8rem;
    border-top: 1px solid #222
}

.footer-col h6 {
    color: white;
    margin-bottom: 1rem;
    letter-spacing: 1px
}

.footer-col p,
.footer-col ul li {
    color: #ccc;
    margin-bottom: .25rem;
    line-height: 1.6;
    overflow-wrap: anywhere
}

.footer-col ul {
    padding: 0;
    list-style: none
}

.footer-col {
    margin-bottom: 1.75rem
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem
}

.social-icons a {
    /* display: inline-flex; */
    margin-right: 0;
    color: white;
    font-size: 1.2rem;
    margin-top: 8px;
}
.social-icons a:hover{
    color: var(--tp-yellow) !important
}
.copyright {
    text-align: right
}

.copyright a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    flex-wrap: wrap;
    margin-top: 4rem;
    color: #5c5c5c;
    overflow-wrap: anywhere
}

.copyright img {
    filter: grayscale(100);
    height: 24px;
    width: auto
}

.better-logo {
    display: inline-block
}

.copyright a:hover {
    color: #ffffff !important
}

.copyright a:hover img {
    filter: grayscale(0)
}

.copyright a:hover .icon-lg {
    color: #c90000
}

.testimonial-section {
    background: #1f1f1f;
    padding: 5.75rem 0 4.75rem;
    text-align: center;
    overflow: hidden;
    height: calc(100% - 315px);
}

.testimonial-band {
    max-width: 980px;
    margin-top: 8%;
}

.testimonial-carousel {
    position: relative
}

.testimonial-shell {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    align-items: center;
    gap: 1.25rem
}

.testimonial-carousel .carousel-inner {
    overflow: hidden
}

.testimonial-slide {
    min-height: 215px;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1.5rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.testimonial-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tp-transparent);
    padding: .45rem .95rem;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 1.6rem;
    min-width: 0
}

.testimonial-img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: auto;
    object-fit: contain
}

.logo-text {
    display: none;
    font-weight: 700;
    color: var(--tp-white-text);
    letter-spacing: .08em;
    font-size: .9rem;
    line-height: 1.2
}

.logo-text.is-visible {
    display: inline-block
}

.testimonial-quote {
    color: #f2f2f2;
    max-width: 620px;
    margin: 0 auto 1.25rem;
    line-height: 1.45
}

.testimonial-quote>* {
    color: inherit
}

.testimonial-quote>:last-child,
.testimonial-by>:last-child {
    margin-bottom: 0
}

.testimonial-quote p {
    margin-bottom: 0
}

.testimonial-by {
    font-size: .98rem;
    color: #f7f7f7;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none
}

.testimonial-by strong,
.testimonial-by b {
    display: block;
    margin-bottom: .2rem;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: .04em
}

.testimonial-nav {
    width: 52px;
    height: 52px;
    flex: 0 0 52px
}

.custom-control {
    background: transparent;
    border: 0;
    color: #f4f4f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: .9;
    transition: color .2s ease, opacity .2s ease
}

.custom-control .fa {
    font-size: 20px
}

.custom-control:hover {
    background: transparent;
    color: #ffffff;
    border-color: transparent;
    opacity: 1;
    transform: none
}

.custom-control:focus {
    outline: none;
    box-shadow: none
}

.testimonial-section .carousel-indicators {
    display: none
}

.testimonial-section .carousel-indicators button {
    width: 12px;
    height: 12px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .32);
    opacity: 1;
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease
}

.testimonial-section .carousel-indicators .active {
    background-color: var(--tp-yellow);
    transform: scale(1.15)
}

@media(max-width:991px) {
    .testimonial-shell {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: .85rem
    }

    .testimonial-content {
        padding: 0 1rem
    }
}

@media(max-width:768px) {
    .testimonial-section {
        padding: 4rem 0 3.5rem
    }

    .testimonial-shell {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: .65rem
    }

    .testimonial-carousel .carousel-inner {
        order: 0
    }

    .testimonial-content {
        max-width: 100%;
        padding: 0
    }

    .testimonial-logo {
        margin-bottom: 1.2rem
    }

    .testimonial-nav {
        width: 40px;
        height: 40px;
        flex-basis: 40px
    }

    .testimonial-nav-prev,
    .testimonial-nav-next {
        justify-self: center;
        align-self: center
    }

    .logo-text {
        font-size: .9rem
    }

    .testimonial-quote {
        font-size: .95rem;
        padding: 0
    }

    .testimonial-by {
        font-size: .9rem
    }

    .testimonial-by strong,
    .testimonial-by b {
        font-size: 1.1rem
    }
}

@media(max-width:768px) {
    .section-title {
        font-size: 2.5rem
    }

    .nav-link {
        margin-left: 0;
        margin-bottom: 1rem
    }

    .footer-col {
        margin-bottom: 2rem
    }
}

.invert-filter {
    filter: invert(1)
}

/*.full-screen-section .video-wrap {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    overflow: hidden;*/
/*    z-index: 0;*/
/*    pointer-events: none*/
/*}*/

/*.full-screen-section .bg-video {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 100vw;*/
/*    height: 56.25vw;*/
/*    min-width: 177.78vh;*/
/*    min-height: 100vh;*/
/*    border: 0;*/
/*    filter: brightness(.65);*/
/*    display: block*/
/*}*/

.full-screen-section .content-overlay {
    position: relative;
    z-index: 2;
    bottom: -16%
}

:root {
    --background: #121212;
    --foreground: #ffffff;
    --border: #00000014;
    --input: #181818;
    --primary: #ffd700;
    --primary-foreground: #121212;
    --secondary: #1e1e1e;
    --secondary-foreground: #e6e6e6;
    --muted: #2a2a2a;
    --muted-foreground: #9a9a9a;
    --success: #2ecc71;
    --success-foreground: #ffffff;
    --accent: #ffdd57;
    --accent-foreground: #111111;
    --destructive: #e74c3c;
    --destructive-foreground: #ffffff;
    --warning: #f39c12;
    --warning-foreground: #111111;
    --card: #1b1b1b;
    --card-foreground: #f5f5f5;
    --sidebar: #171717;
    --sidebar-foreground: #dcdcdc;
    --sidebar-primary: #222222;
    --sidebar-primary-foreground: #ffffff;
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;
    --radius-xl: 12px;
    --font-family-body: Inter
}

.carousel-control-next {
    right: 10%
}

.carousel-control-prev {
    left: 10%
}

.navbar .dropdown-menu {
    display: none;
    background: #0d0d0d;
    border: 0;
    padding: 0;
    min-width: 200px
}

.navbar .dropdown.show>.dropdown-menu,
.dropdown-submenu.show>.dropdown-menu {
    display: block
}

.navbar .dropdown:hover>.dropdown-menu {
    display: block
}

.navbar .dropdown-menu .dropdown-item {
    color: #fff;
    padding: .6rem 1rem;
    text-transform: uppercase;
    letter-spacing: .5px
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
    background: #fff;
    color: #000
}

.navbar .dropdown:hover>.nav-link,
.navbar .nav-link:hover {
    color: var(--accent) !important
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: .1rem;
    display: none;
    background: #0d0d0d;
    border: 0;
    min-width: 180px;
    z-index: 1050
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.navbar .dropdown-menu .submenu-arrow {
    float: right;
    color: #999
}

@media (max-width:991px) {
    .site-navbar {
        padding: .75rem 0
    }

    .site-navbar .navbar-brand {
        align-items: flex-start
    }

    .site-navbar .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem 1.25rem;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 1rem;
        background: rgba(7, 7, 7, .92);
        max-height: calc(100svh - var(--navbar-offset) - 1.5rem);
        overflow-y: auto
    }

    .site-navbar .navbar-nav {
        align-items: stretch;
        gap: .15rem
    }

    .nav-link {
        margin-left: 0;
        margin-bottom: 0;
        padding: .8rem 0
    }

    .navbar .dropdown-menu,
    .navbar .dropdown-menu .dropdown-menu {
        display: none;
        position: static;
        min-width: 100%;
        margin: 0;
        padding: .2rem 0 .45rem 1rem;
        background: transparent;
        border: 0;
        box-shadow: none;
        transform: none !important
    }

    .navbar .dropdown.show>.dropdown-menu,
    .dropdown-submenu.show>.dropdown-menu {
        display: block
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: .55rem 0;
        white-space: normal
    }

    .dropdown-submenu>.dropdown-menu {
        left: 0;
        margin-left: 0;
        padding-left: 1rem
    }

    .mx-6 {
        margin-left: 0 !important
    }
}

.navbar .dropdown-toggle::after {
    display: none !important
}

.navbar .dropdown-toggle {
    padding-right: 0
}

.navbar .dropdown-menu,
.navbar .dropdown-menu .dropdown-menu {
    background: #0d0d0d;
}

.navbar .dropdown-menu .dropdown-item {
    color: #fff
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
    background: #fff;
    color: #000
}

/* .dropdown-submenu>.dropdown-item .fa-angle-right {
    opacity: 0;
    transition: opacity .2s ease
}

.dropdown-submenu:hover>.dropdown-item .fa-angle-right {
    opacity: 1
} */

.portfolio-header {
    text-align: center;
    padding: clamp(8rem, 20vh, 18rem) 0 60px;
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
}

.intro-text {
    color: #ccc;
    line-height: 1.6;
    text-align: center;
    padding: 0 20px;
    max-width: 70%;
    margin: 0 auto;
    overflow-wrap: anywhere
}

.gallery-section {
    padding-bottom: 100px
}

.gallery-item {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16/9;
    overflow: hidden !important;
    background: #000;
    cursor: pointer
}

.gallery-item-wrapper {
    min-width: 0
}

@media (min-width:768px) {
    .gallery-item-wrapper-vertical-five {
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%
    }
}

@media (max-width:767.98px) {
    .gallery-item-wrapper-vertical-five {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }

    .gallery-item-vertical {
        height: auto
    }
    .gallery-item-vertical {
    aspect-ratio: 9 / 16;
    height: clamp(320px, 54vw, 610px);
    width: 100% !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}

.gallery-item-vertical {
    aspect-ratio: 9/16;
    height: clamp(320px, 54vw, 520px);
    width: 100% !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.gallery-item-horizontal {
    aspect-ratio: 16/9
}

.gallery-item img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    z-index: 2;
    display: block !important;
    transition: opacity .35s ease, transform .5s ease
}

@media (max-width:767.98px) {
    .colorgrade-gallery .gallery-item {
        aspect-ratio: auto;
        height: 260px
    }
}

.play-overlay {
    display: none
}



.gallery-item.playing img {
    opacity: 0
}

.gallery-item iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
    pointer-events: none
}

.gallery-item:hover img {
    transform: scale(1.05)
}

.play-icon {
    z-index: 3
}

.load-more-container {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px
}

.btn-load-more {
    background-color: var(--accent-yellow);
    color: black;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 50px;
    letter-spacing: 2px;
    border: none;
    border-radius: 0;
    transition: all .3s ease;
    display: inline-block
}

.btn-load-more:hover {
    background-color: white;
    color: black
}

.video-preview,
.video-preview iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1
}

.video-preview {
    overflow: hidden;
    background: #000
}

/* .gallery-item img {
    position: absolute;
    inset: 0;
    z-index: 2;
    transition: opacity .35s ease
} */

.gallery-item.playing img {
    opacity: 0
}

.play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #fff;
    z-index: 3;
    transition: .25s;
    display: none;
}

.gallery-item:hover .play-icon {
    opacity: 0
}

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow: auto;
    z-index: 9999
}

.video-modal.active {
    display: flex
}

.video-modal-content {
    width: 96%;
    max-width: 1100px;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    background: #000
}

.video-modal iframe {
    width: 100%;
    height: 100%;
    border: 0
}

body.video-modal-open .site-navbar {
    z-index: 10020;
}

.close-video {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    background: rgba(0, 0, 0, .55);
    border-radius: 999px;
    cursor: pointer;
    z-index: 3
}
.video-container {
    position: relative;
    height: min(500px, 60vh);
    overflow: hidden
}

.video-container iframe {
    position: absolute;
    top: -100px;
    width: 100%;
    height: calc(100% + 140px)
}
.video-modal-content {
    position: relative;
    width: min(92vw, 800px);
    max-width: 800px;
    aspect-ratio: 16/9;
    max-height: calc(100svh - 2rem);
    overflow: hidden;
    background: #000
}

#modalPlayer {
    position: absolute;
    width: 115%;
    height: 115%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}

.tvc-video-modal {
    inset: 0;
    z-index: 1200;
    padding: 0;
    align-items: stretch;
    justify-content: stretch
}

.tvc-video-modal .video-modal-content {
    position: relative;
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100svh;
    max-height: none;
    aspect-ratio: auto
}

.tvc-video-modal #modalPlayer {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    transform: none
}

.tvc-video-modal .close-video {
    position: absolute;
    top: calc(var(--navbar-offset, 118px) + 1rem);
    right: 1rem;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
    background: rgb(247 1 1 / 80%);
    z-index: 1021;
    pointer-events: auto;
    border-radius: 999px
}

.video-preview iframe {
    pointer-events: none
}

@media (max-width:768px) {
    .tvc-video-modal .close-video {
        top: calc(var(--navbar-offset, 94px) + .75rem);
        right: .75rem;
        width: 42px;
        height: 42px;
        font-size: 1.75rem
    }
}

.member-image-wrapper {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #222;
    position: relative
}

.member-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter .3s ease, transform .5s ease
}

.team-member:hover .member-image-wrapper img {
    filter: grayscale(0%);
    transform: scale(1.03)
}

.team-section {
    padding-bottom: clamp(3rem, 8vw, 5rem)
}

.team-member {
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3.75rem)
}

.member-name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: var(--text-white)
}

.member-role {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400
}

.contact-section {
    padding: clamp(8rem, 14vh, 11rem) 0 100px
}

.contact-section .portfolio-header {
    padding-top: 0;
    padding-bottom: 2.5rem
}

.page-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 1px;
    overflow-wrap: anywhere
}

.contact-intro-text {
    color: #ccc;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    overflow-wrap: anywhere
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-info-item {
    margin-bottom: 25px
}

.info-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
    color: white
}

.info-value {
    font-weight: 400;
    font-size: 13px;
    color: #ccc;
    line-height: 1.5;
    display: block;
    overflow-wrap: anywhere
}

.contact-form .form-group {
    margin-bottom: 25px
}

.contact-form label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: white
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--input-border);
    color: white;
    padding: 8px 0;
    border-radius: 0;
    outline: none;
    box-shadow: none
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-bottom-color: var(--accent-yellow);
    background: transparent;
    color: white
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    border-bottom-color: var(--accent-yellow);
    background: transparent;
    color: white
}

.fake-recaptcha {
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    width: 180px;
    height: 60px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    margin-top: 30px
}

.captcha-check {
    width: 24px;
    height: 24px;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
    margin-right: 12px;
    background: white
}

.captcha-text {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400
}

.captcha-logo {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.btn-send {
    background-color: var(--accent-yellow);
    color: black;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 50px;
    letter-spacing: 2px;
    border: none;
    border-radius: 0;
    margin-top: 0;
    float: right;
    transition: all .3s ease
}

.btn-send:hover {
    background-color: white;
    color: black
}

.form-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px
}

.map-section {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative
}

.map-section img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.video-title{
position:absolute;
left:0;
right:0;
bottom:0;
z-index:3;
padding:18px 16px 14px;
background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,0));
color:var(--text-white);
opacity:0;
transform:translateY(14px);
transition:opacity .35s ease,transform .35s ease;
pointer-events:none;
white-space:normal;
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical
}
.gallery-item-wrapper:hover .video-title{
opacity:0;
transform:translateY(14px)
}
.gallery-item:hover .video-title{
opacity:1;
transform:translateY(0)
}
@media (min-width:992px) {

    .site-navbar .navbar-collapse.show,
    .site-navbar .navbar-collapse.collapsing {
        margin-top: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent
    }
}

@media (max-width:991px) {
    :root {
        --navbar-offset: 94px
    }

    .site-navbar {
        padding: .75rem 0;
        background: transparent
    }

    .site-navbar .navbar-nav {
        gap: .5rem
    }

    .portfolio-header {
        padding: calc(var(--navbar-offset) + 1rem) 0 2.75rem 0
    }

    .contact-section {
        padding: calc(var(--navbar-offset) + 1rem) 0 80px
    }

    .contact-section .portfolio-header {
        padding: 0 0 2rem 0
    }
}

@media (max-width:767.98px) {
    .container-xxl {
        max-width: 100% !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .container-xxl {
        max-width: 90% !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .container-xxl {
        max-width: 90% !important
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .container-xxl {
        max-width: 90% !important
    }
}

@media (min-width:1400px) {
    .container-xxl {
        max-width: 90% !important
    }
}

@media (hover:none) {
    .video-title,
    .gallery-item-wrapper:hover .video-title,
    .gallery-item:hover .video-title {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:991px) {
    .copyright {
        text-align: center
    }

    .copyright a {
        justify-content: center;
        margin-top: 2rem
    }

    .btn-send {
        float: none;
        width: min(100%, 320px)
    }
}

@media (max-width:767.98px) {
    .brand-logo {
        width: 96px
    }

    .full-screen-section .content-overlay {
        bottom: 0;
        padding-top: calc(var(--navbar-offset) + 1.5rem);
        padding-bottom: 3rem
    }

    .section-title {
        font-size: clamp(2rem, 10vw, 3rem)
    }

    .portfolio-header {
        padding: calc(var(--navbar-offset) + 1.25rem) 0 2.25rem
    }

    .page-title {
        margin-bottom: 2.25rem
    }

    .gallery-section {
        padding-bottom: 72px
    }

    .load-more-container {
        margin-top: 2.5rem;
        margin-bottom: 3rem
    }

    .btn-load-more {
        width: min(100%, 320px);
        padding-inline: 1.5rem
    }

    .team-section {
        padding-bottom: 3.5rem
    }

    .team-member {
        margin-bottom: 2.5rem
    }

    .contact-intro-text {
        max-width: none;
        text-align: left
    }

    .form-footer-row {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem
    }

    .fake-recaptcha {
        width: 100%;
        max-width: 100%;
        margin-top: 0
    }

    .btn-send {
        width: 100%
    }

    .map-section {
        height: min(58vw, 320px);
        min-height: 220px
    }

    .video-modal {
        padding: .75rem
    }

    .video-modal-content {
        width: 100%
    }

    .close-video {
        top: .5rem;
        right: .5rem
    }

    .video-title {
        padding: 14px 12px 12px;
        font-size: .9rem;
        -webkit-line-clamp: 3
    }
}
