:root {
    --svg-stroke-color: white;
    --svg-fill: #181818;
}

/* Header logo */
.noble-header .noble-logo a {
    width: calc(var(--logo-base-size) / 2);
}

.noble-off-canvas-menu .noble-social-links svg path,
.noble-hamburger svg path {
    fill: var(--e-global-color-secondary) !important;
}

/* Footer */
.noble-footer-logo {
    width: 100%;
}

.noble-legal-menu {
    width: fit-content !important;
}

/* Highlighted texts */
.highlight-grey {
    color: var(--e-global-color-accent);
}

.highlight-green {
    color: var(--e-global-color-text);
}

.highlight-white {
    color: white;
}


.noble-big-headings-position-right .elementor-heading-title,
.noble-big-headings-position-left .elementor-heading-title {
    position: absolute;
    bottom: 0;
}

.noble-big-headings-position-right .elementor-heading-title {
    right: 0;
}

/* Might not need */
.noble-big-headings-position-left .elementor-heading-title {
    left: 0;
}


/* Home Page */
.noble-introduction .elementor-heading-title {
    display: flex;
    flex-direction: column;
}

/*.noble-work-showcase-item {*/
/*    aspect-ratio: 1250/600;*/
/*}*/

.noble-work-showcase-item a {
    display: unset;
}


/* Award Post Type */
.noble-award-grid {
    position: relative;
    overflow: visible;
}

.noble-award-grid:before {
    content: "Noble";
    color: var(--e-global-color-text);
    font-family: 'VictorSerif', serif;
    font-size: 22vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    line-height: 1.3;
    /*transform: translateX(-100%);*/

    /* Add animation */
    animation: slideAcrossScreen 50s linear infinite;
}

.noble-award-grid::after {
    content: "Noble";
    color: var(--e-global-color-text);
    font-family: 'VictorSerif', serif;
    font-size: 22vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    line-height: 1.1;
    animation: slideAcrossScreenRevert 50s linear infinite;

}

.noble-award {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
}

.noble-award-item {
    backdrop-filter: blur(20px);
    z-index: 20;
    height: 100%;
    display: flex;
    align-items: center;
}

.noble-award-image .elementor-widget-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noble-award-divider .elementor-divider-separator {
    border-image: linear-gradient(to right, #FFFFFF00, #FFFFFF, #FFFFFF00) 1;
}

.min-height-awards-text {
    min-height: 5vw;
}

/* Work Page */
.noble-work-main-heading .top {
    transform: translateX(-22%);
    line-height: 0.8;
    letter-spacing: -0.8rem;

}

.noble-work-main-heading .middle {
    transform: translateX(24%);
    line-height: 0.8;
    letter-spacing: -0.8rem;

}

.noble-work-main-heading .bottom {
    transform: translateX(-8%);
    line-height: 0.8;
    letter-spacing: -0.8rem;

}

/* Service Page */
.noble-service-main-heading .top {
    transform: translateX(-30%);
    line-height: 0.8;
    letter-spacing: -0.8rem;
}

.noble-service-main-heading .middle {
    transform: translateX(18%);
    line-height: 0.8;
    letter-spacing: -0.8rem;

}

.noble-service-main-heading .bottom {
    transform: translateX(-2%);
    line-height: 0.8;
    letter-spacing: -0.8rem;

}


/* Service Post Type */
#noble-service-innovate {
    transform: translate(-14%, 58%);
}

#noble-service-dont-imitate .elementor-heading-title {
    display: flex;
    flex-direction: column;
}

#noble-service-dont-imitate .bottom {
    position: absolute;
    top: 82%;
    left: 39%;
}

#noble-service-grid .noble-service {
    backdrop-filter: blur(10px);
    transition: all 0.8s ease;
}

/*#noble-service-grid .noble-service:hover .elementor-heading-title {*/
/*    font-family: VictorSerif, serif;*/
/*    font-weight: 300;*/
/*    font-size:3.66vw;*/
/*    line-height: 0.96em;*/
/*    text-transform: none;*/
/*}*/

#noble-service-grid .service-title-hover {
    opacity: 0;
    max-width: 80%;
}

/* Strategy Page */

#noble-strategies-wrapper .noble-strategy,
#noble-strategies-wrapper .noble-strategy .elementor-heading-title,
#noble-strategies-wrapper .noble-strategy p,
#noble-strategies-wrapper .noble-strategy svg * {
    transition: all 0.6s ease;
}

/* Text Color Change */
/*#noble-strategies-wrapper .noble-strategy:hover .elementor-heading-title,*/
/*#noble-strategies-wrapper .noble-strategy:hover p {*/
/*    color: var(--e-global-color-primary);*/
/*}*/

/* SVG Stroke Change */
/*#noble-strategies-wrapper .noble-strategy svg path,*/
/*#noble-strategies-wrapper .noble-strategy svg circle {*/
/*    --svg-stroke-color: white;*/
/*}*/


/*#noble-strategies-wrapper .noble-strategy:hover svg path,*/
/*#noble-strategies-wrapper .noble-strategy:hover svg rect,*/
/*#noble-strategies-wrapper .noble-strategy:hover svg ellipse,*/
/*#noble-strategies-wrapper .noble-strategy:hover svg line,*/
/*#noble-strategies-wrapper .noble-strategy:hover svg path,*/
/*#noble-strategies-wrapper .noble-strategy:hover svg circle {*/
/*    --svg-stroke-color: var(--e-global-color-text);*/
/*    stroke: var(--e-global-color-text);*/
/*}*/

.test-svg svg .st0 {
    fill: #181818 !important;
}

/* Work Single */
.noble-video-height-600 .elementor-wrapper {
    max-height: 600px;
    aspect-ratio: unset;
}

.noble-image-height-800 {
    /*aspect-ratio: 600/800;*/
    /*width: 100%;*/
    height: 100%;
}

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

.noble-image-height-800 .elementor-wrapper {
    aspect-ratio: 600/800;
}


@keyframes slideAcrossScreen {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100vw);
    }
}

@keyframes slideAcrossScreenRevert {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100vw);
    }
}


@media (max-width: 1024px) {
    #noble-service-grid .noble-service:hover .elementor-heading-title {
        font-size: 28px;
    }

    .min-height-awards-text {
        min-height: 8vw;
    }
}

@media (max-width: 767px) {

    .noble-award-item {
        backdrop-filter: blur(10px);
    }

    .noble-header .noble-logo a {
        width: 70px;
    }

    .noble-off-canvas-menu .noble-logo a {
        width: calc(var(--mobile-logo-base-size) * 0.6);
    }

    .noble-award {
        aspect-ratio: auto;
        min-height: 270px !important;
    }

    .noble-award-grid:before,
    .noble-award-grid:after {
        font-size: 170px;
    }

    .noble-award-grid:before {
        top: 28px;
        line-height: unset;
    }

    .noble-award-grid::after {
        bottom: 50px !important;
    }

    /* Service and Work Main Headings */
    .noble-service-main-heading .top,
    .noble-service-main-heading .middle,
    .noble-service-main-heading .bottom,
    .noble-work-main-heading .top,
    .noble-work-main-heading .middle,
    .noble-work-main-heading .bottom {
        letter-spacing: -2px;
    }

    .noble-service-main-heading .top {
        transform: translateX(-20%);
    }

    .noble-service-main-heading .middle {
        transform: translateX(28%);
    }

    #noble-service-dont-imitate .bottom {
        position: unset !important;
    }

    #noble-service-dont-imitate .elementor-heading-title {
        flex-direction: row;
        flex-wrap: wrap;
        line-height: 0.7;
        gap: 12px;
    }

    #noble-service-dont-imitate .elementor-heading-title .bottom {
        margin-left: auto;
    }

    #noble-service-grid .noble-service {
        aspect-ratio: auto;
        min-height: 270px;
    }

    #noble-service-grid .noble-service:hover .elementor-heading-title {
        font-size: 28px;
    }

    .noble-text-rotate-slow {
        max-width: unset !important;
    }

}


@media (min-width: 2000px) {
    .noble-service .elementor-heading-title {
        font-size: 54px !important;
    }
}
