@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

button {
    cursor: pointer;
}

/* Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Typography */
body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    background-color: #fff;
}

h1 {
    font-size: 48px;
    line-height: 120%;
    font-weight: normal;
}

h2 {
    font-size: 58px;
    line-height: 120%;
    font-weight: normal;
}

h3 {
    font-size: 24px;
    line-height: 120%;
    font-weight: normal;
}

p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.border-button {
    width: 360px;
    height: 70px;
    border-radius: 12px;
    font-size: 21px;
    background: #000000;
    color: #ffffff;
    border: 4px solid #CFAC74;
}

.rounded-button {
    color: #ffffff;
    background: #000000;
    height: 48px;
    width: 148px;
    border-radius: 32px;
    font-size: 18px;
    border: none;
}

.blue-button {
    background-color: #118DC6;
    color: #ffffff;
    border-radius: 12px;
    font-size: 28px;
    width: 500px;
    height: 100px;
    border: none;
    margin: 24px;
}

.padding-4 {
    padding: 32px;
}

.padding-4-nl {
    padding: 32px 32px 32px 0;
}

.padding-4-nr {
    padding: 32px 0 32px 32px;
}

.padding-l-2 {
    padding-left: 16px;
}

.padding-r-2 {
    padding-right: 16px;
}

.padding-l-4 {
    padding-left: 32px;
}

.padding-r-4 {
    padding-right: 32px;
}

.padding-y-2 {
    padding: 8px 0;
}

.padding-y-3 {
    padding: 16px 0;
}

.padding-y-4 {
    padding: 32px 0;
}

.padding-y-5 {
    padding: 64px 0;
}

.flex-hor {
    display: flex;
    flex-direction: row;
}

.flex-ver {
    display: flex;
    flex-direction: column;
}

.golden-text {
    color: #CFAC74;
}

.blue-text {
    color: #2C99CB;
}

.white-text {
    color: #ffffff;
}

.golden-bullets,
.experience-points {
    list-style-position: inside;
    text-indent: -25px;
    padding-left: 25px;
}

.golden-bullets li::marker {
    color: #CFAC74;
}

.grey-bg {
    background: #EBEBEB !important;
}

.black-bg {
    background: #000000 !important;
}

.blue-bg {
    background: #118DC6 !important;
}

.semi-bold {
    font-weight: 500;
}

.paper {
    background-color: #ffffff;
    border-radius: 12px;
    border: 2px solid #DFDFDF;
    padding: 24px;
}

.blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.golden-border-bottom-1 {
    border-bottom: 4px solid #CFAC74;
}

.golden-border-bottom-2 {
    border-bottom: 8px solid #CFAC74;
}

/* Layout Containers */
.container {
    padding: 0 140px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* Header */
.site-header {
    position: fixed;
    background-color: #121315;
    color: #fff;
    padding: 6px 0;
    width: 100%;
    z-index: 1;
    top: 0;
}

.site-header.effect {
    backdrop-filter: blur(10px);
    background-color: #121315e0;
}

.site-header .logo {
    font-size: 1.5rem;
    font-weight: bold;
    background: url('/assets/images/logo.svg');
    background-size: contain;
    width: 200px;
    height: 87px;
    background-repeat: no-repeat;
}

.site-header .nav {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.site-header .nav>a {
    cursor: pointer;
}

.site-header .nav>a.active {
    color: #fdd835;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#btn-hamburger {
    background-image: url('/assets/images/hamburger.svg');
    background-size: contain;
    width: 40px;
    height: 40px;
    cursor: pointer;
}


.glide__track {
    position: relative;
}

.glide__arrow--prev,
.glide__arrow--next {
    position: absolute;
    top: 200px;
    width: 50px;
    height: 50px;
    border: 4px solid #F2A851;
    border-radius: 100%;
    cursor: pointer;
}

.glide__arrow--prev>img,
.glide__arrow--next>img {
    width: 42px;
    height: 42px;
}

.glide__arrow--prev {
    left: 60px;
}

.glide__arrow--next {
    right: 60px;
}

/* Navigation Links */
nav a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;

    font-size: 18px;
    padding: 20px;
}

nav a:hover {
    color: #fdd835;
}

/* Banner Carousel */
.banner-section {
    position: fixed !important;
    z-index: -1;
    height: 100vh;
    top: 0;
}

.banner-image {
    min-width: 100vw;
    min-height: 100vh;
    display: block;
    background-size: cover;
    background-position: bottom right;
}

.banner-image.banner-1 {
    background-image: url('/assets/images/banner1.jpg');
}

.banner-image.banner-2 {
    background-image: url('/assets/images/banner2.jpg');
}

.banner-image.banner-3 {
    background-image: url('/assets/images/banner3.jpg');
}

#home {
    min-height: 100vh;
    padding-top: 200px;
}

.banner-text {
    color: #ffffff;
}

#banner-body1 {
    font-size: 20px;
    max-width: 40%;
    padding-top: 32px;
    padding-bottom: 16px;
}

#banner-body2 {
    font-size: 20px;
    max-width: 40%;
    font-weight: bold;
    padding-bottom: 16px;
}

.normal-section {
    background-color: #ffffff;
    padding: 60px 0;
}

#post-video-cta {
    text-align: right;
    white-space: nowrap;
    padding: 36px 0;
}

.testimony-statement {
    height: 360px;
    overflow-y: auto;
}

.testimony-by {
    height: 85px;
}

.faq {
    background-color: #ffffff;
    margin: 24px 0;
    padding: 24px;
    border-radius: 16px;
}

.faq-q {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    padding-right: 24px;
}

.faq-q::after {
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin-top: 4px;
    content: " ";
    position: absolute;
    background-image: url('/assets/images/down-arrow.svg');
    background-size: contain;
}

.faq.open .faq-q::after {
    background-image: url('/assets/images/up-arrow.svg') !important;
}

.faq-a {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

.faq.open .faq-a {
    padding-top: 24px;
    max-height: 300px;
}

.icon-label {
    text-decoration: none;
    color: #000000;
    display: flex;
    flex-direction: row;
}

.icon-label .icon {
    display: block;
    height: 20px;
    width: 40px;
    text-align: center;
}

.icon-label .icon img {
    height: 20px;
}

.icon-label .label {
    flex-grow: 1;
    width: 90%;
}

.image-2 {
    max-width: 40vw;
}

.mob-only {
    display: none;
}

.empty-footer-bar {
    height: 64px;
}

/** Above tab size **/
@media screen and (min-width: 1081px) {
    #menu #btn-hamburger {
        display: none;
    }

    .blocker {
        display: none;
    }
}

/** Tab and mobile **/
@media screen and (max-width: 1080px) {

    body:not(.open-menu) .nav,
    body:not(.open-menu) .blocker {
        display: none !important;
    }

    #menu>.nav {
        position: fixed;
        top: 103px;
        right: 0;
        width: 200px;
        background: #121315;
        display: block;
        border-left: 4px solid #CFAC74;
        overflow-y: auto;
        height: calc(100vh - 103px);
    }

    #menu>.nav>a {
        display: block;
    }

    .banner-section,
    .banner-image {
        min-height: 0;
        height: 100vh;
        max-height: 50vw;
    }

    #banner-body1,
    #banner-body2 {
        max-width: none;
    }

    .banner-section {
        position: relative !important;
        margin-top: 103px !important
    }

    .banner-text {
        color: #000000;
    }

    #home {
        padding: 40px 0;
        min-height: 0;
        background: #EBEBEB !important;
    }

    h1,
    h2 {
        font-size: 40px;
    }

    #banner-primary-text h1 {
        color: #ffffff;
    }

    .normal-section {
        padding: 30px 0;
    }

    .border-button {
        width: 280px;
    }
}

/* Tab only */
@media screen and (max-width: 1080px) and (min-width: 701px) {
    .container {
        padding: 0 70px;
    }

    #banner-primary-text {
        position: fixed;
        top: 120px;
        z-index: -1;
    }

    .image-2 {
        max-width: 30vw;
    }
}

/* Mobile only */
@media screen and (max-width: 700px) {
    .container {
        padding: 0 40px;
    }

    #banner-primary-text h1 {
        color: #000000;
    }

    .flex-hor {
        flex-direction: column;
    }

    .mob-rev {
        flex-direction: column-reverse;
    }

    .image-2 {
        max-width: 60vw;
        margin: auto;
    }

    .padding-4-nl,
    .padding-4-nr {
        padding: 20px 0;
        display: flex;
        justify-content: center;
    }

    .padding-l-2, .padding-r-2, .padding-l-4, .padding-r-4 {
        padding-left: 0;
        padding-right: 0;
    }
    

    #post-video-cta {
        text-align: center;
    }

    .casestudies .blue-button {
        width: auto;
    }

    .desk-only {
        display: none;
    }

    .mob-only {
        display: block;
    }

    .mob-center {
        text-align: center;
    }
}



/* Form */
form .flex-ver {
    width: 100%;
}
.control-set {
    display: flex;
    flex-direction: column;
    margin: 16px 0;
}

.control-set > label {
    font-size: 16px;
    color: #00000099;
}

.control-set > input, .control-set > select, .control-set > textarea {
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    height: 56px;
    padding: 16px;
    outline: none;
}

.control-set > textarea {
    resize: none;
}

.radio-group {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

#btn-form-submit {
    background-color: #CFAC74;
    border: 0;
    height: 53px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
}



/* Transitions */
.tran.toright {
    opacity: 0;
    transform: translateX(-2000px);
    transition: transform 0.5s, opacity 0.5s ease 0.2s;
}
.tran.toright.tran-applied {
    opacity: 1;
    transform: translateX(0px);
}

.tran.toleft {
    opacity: 0;
    transform: translateX(2000px);
    transition: transform 0.5s, opacity 0.5s ease 0.2s;
}
.tran.toleft.tran-applied {
    opacity: 1;
    transform: translateX(0px);
}

.tran.alpha {
    opacity: 0;
    transition: opacity 0.5s;
}
.tran.alpha.tran-applied {
    opacity: 1;
}

.tranteam {
    transform: translate(0px, 0px);
    transition: transform 0.2s, box-shadow 0.2s;
}
.tranteam.tran-applied {
    transform: translate(-8px, -8px);
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.3);
}