/* Fonts */

@font-face {
    font-family: 'inter-variable';
    url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

/* Global */

body {
    font-family: 'inter-variable', sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #F1F6FC;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}

.visible {
    opacity: 1;
}

.mr-small {
    margin-right:05px;
}

.mr-1 {
    margin-right:10px;
}

.mr-2 {
    margin-right:20px;
}

.align-center {
    display: flex;
    align-items: center;
}

.margin-top {
    margin-top:80px;
    display: block;
}

.margin-bottom {
    margin-bottom:80px;
    display: block;
}

@media (max-width: 991px) {
    .margin-top {
        margin-top:60px;
        display: block;
    }

    .margin-bottom {
        margin-bottom:60px;
        display: block;
    }
}

.image-outer {
    border-radius:25px;
    overflow: hidden;
}

ul.breadcrumb a {
    color: black;
    text-decoration: none;
    font-weight: 700;
}

ul.breadcrumb a:hover {
    color: #DEE33D;
    text-decoration: none;
    font-weight: 700;
}

.divider {
    margin-left: 3px;
    margin-right: 7px;
    color: darkgray;
}

a {
    color: black;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.3s;
}

a:hover {
    color: black;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.3s;
}

/* Nav */

.nav-item a {
    color: black;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s;
}

.nav-item a:hover {
    color: #DEE33D;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s;
}

.offcanvas {
    max-width: 75%;
}

@media (max-width: 1400px) {
    .offcanvas {
        background-image: url('/images/grid-graphic.svg');
        background-position: bottom;
        background-repeat: no-repeat;
    }
}

.nav-outer {
    padding:0 25px;
    border-bottom: 0px solid #D9D9D9;
    background: white;
    border-top: 4px solid #DEE33D;
}

.nav-link {
    font-size: 18px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (max-width: 1400px) {
    .nav-link {
        font-size: 16px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 991px) {
    .nav-link {
        font-size: 16px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 425px) {
    .nav-outer {
        padding:0 15px;
    }
}

.navbar-brand {
    width: 230px;
}

@media (max-width: 991px) {
    .navbar-brand {
        width: 200px;
    }
}

.navbar-toggler {
    padding: 0;
    border: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
}

.nav-alignment {
    justify-content: center;
}

@media (max-width: 991px) {
    .nav-alignment {
        justify-content: flex-start;
    }
}

.nav-w-100 {
    width: auto;
}

@media (max-width: 1400px) {
    .nav-w-100 {
        width: 100%;
    }
}

.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%); /* Center the dropdown menu */
    text-align: center; /* Center the text inside dropdown items */
    min-width: 280px; /* Optional: Make the dropdown's width match the parent */
    padding: 0px;
    box-shadow: 0px 4px 0px 0px #D9D9D9;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
}

.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
    transition: all 0.3s;
}

.nav-link:focus, .nav-link:hover {
    color: #ec7d25;
}

ul li:nth-last-child(1) .dropdown-item {
    border-bottom: 0px solid #D9D9D9;
}

@media (max-width: 1400px) {
    .offcanvas .nav-item.dropdown .dropdown-menu {
        position: relative !important;
        left: 0 !important;
        transform: none;
        text-align: left;
        min-width: auto;
        top: 0;
    }
    .dropdown-menu {
        min-width: 100%; /* Optional: Make the dropdown's width match the parent */
    }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ec7d25;
}


/* Buttons */

.btn-master {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #000;
    padding:15px 18px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    color:black;
    font-weight: bold;
}

.btn-master:hover, .btn-master.active {
    background: #DEE33D;
}

.btn-master-sm {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 11px 16px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
}

.btn-master-sm:hover {
    background: #DEE33D;
}

.btn-orange-tint {
    background: #f4d9c0;
}

.btn-white-tint {
    background: #ffffff;
}

.btn-portal {
    background-image: linear-gradient(90deg, #DEE33D 00%, rgb(19, 30, 59) 100%);
    color: white;
    transition: all 0.3s !important;
}

.btn-portal:hover {
    background: #DEE33D;
}

/* Hero Area */

.hero-outer {
    height: calc(100vh - 270px);
    background: white;
    display: flex;
    align-items: center;
    margin-top: 145px;
    overflow:hidden;
}

.hero-outer-no-image {
    height: 100%;
    background: white;
    margin-top: 145px;
    padding-top:50px;
    padding-bottom:50px;
}

.statistics-area {
    position: relative;
    width: 100%;
    bottom: 0;
    background: #ec7d25;
    height:130px;
}

h1.hero {
    font-family: 'poppinsextrabold', sans-serif; 
    position:relative;
    z-index: 1;
}

h2.subheading {
    font-size: 24px;
    line-height: 30px;
    position:relative;
    z-index: 1;
}

.hero-text-area {
    padding-right:15%;
}

.background-grid {
    background-image: url(/images/grid-graphic.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.background-grid-small {
    background-image: url(/images/grid-graphic.svg);
    background-position: 0 50px;
    background-repeat: no-repeat;
}

@media (max-width: 1350px) {
    .hero-text-area {
        padding-right:0;
    }
}

@media (max-width: 1200px) {
    .hero-text-area {
        padding-right:0;
    }
}

@media (max-width: 991px) {
    .hero-outer {
        height: 100%;
        display: flex;
        align-items: center;
        margin-top: 125px;
        padding-top:50px;
        padding-bottom:50px;
    }
    .hero-outer-no-image {
        height: 100%;
        margin-top: 125px;
        padding-top:50px;
        padding-bottom:50px;
    }
    .statistics-area {
        position: relative;
        width: 100%;
        bottom: 0;
        background: #ec7d25;
        height:auto;
        padding-top:30px;
        padding-bottom:30px;
    }
    .hero-text-area {
        padding-right:0;
    }
    .background-grid {
        background-image: url(/images/grid-graphic.svg);
        background-position: bottom;
        background-repeat: no-repeat;
    }
}

@media (max-width: 768px) {
    .hero-outer {
        padding: 50px 10px;
    }
    .hero-outer-no-image {
        padding: 50px 10px;
    }
    h1.hero {
        font-size: 40px;
    }
    h2.subheading {
        font-size: 20px;
        line-height: 29px;
    }
    .background-grid {
        background-image: url(/images/grid-graphic.svg);
        background-position: bottom;
        background-repeat: no-repeat;
    }
    
}

@media (max-width: 425px) {
    h1.hero {
        font-size: 30px;
    }
    .background-grid {
        background-size: 373%;

    }
}

@media (max-height: 600px) {
    h1.hero {
        font-size: 30px;
    }
}

.hero-circle {
    border-radius: 100%;
}

.hero-circles {
    position: absolute;
    width: 226px;
    height: auto;
    top: -45px;
    right: -145px;
}

.hero-circles-blue {
    position: absolute;
    width: 200px;
    height: auto;
    bottom: -42px;
    left: -114px;
}

@media (max-width: 1200px) {
    .hero-circles-blue {
        position: absolute;
        width: 156px;
        height: auto;
        bottom: -61px;
        left: -75px;
    }
}

@media (max-width: 991px) {
    .hero-circles {
        position: absolute;
        width: 226px;
        height: auto;
        top: -45px;
        right: -34px;
    }
    .hero-circles-blue {
        position: absolute;
        width: 178px;
        height: auto;
        bottom: -35px;
        left: -75px;
    }
}

@media (max-width: 768px) {
    .hero-circles {
        position: absolute;
        width: 154px;
        height: auto;
        top: -94px;
        right: -24px;
    }
}

@media (max-width: 425px) {
    .hero-circles {
        position: absolute;
        width: 154px;
        height: auto;
        top: -67px;
        right: -11px;
    }
    .hero-circles-blue {
        position: absolute;
        width: 144px;
        height: auto;
        bottom: -46px;
        left: -17px;
    }
}

.underline {
    position: relative; /* Allow absolute positioning */
    display: inline-block; /* Keeps it inline */
}

.underline::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -19px;
    width: 100%;
    height: 31px;
    background-image: url(/images/underline.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.stat-number {
    font-size: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-family: 'poppinsextrabold', sans-serif;
    color: #fff;
}

.stat-text {
    font-size: 18px;
    line-height: 23px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.vertical-rule-white {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0px;
    left: 0;
}

@media (max-width: 768px) {
    .vertical-rule-white {
        width: 100%;
        height: 1px;
        top: -15px;
        left: 0;
        background: rgba(255, 255, 255, 0.4);
    }
}

/* section */

.section {
    top: 145px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
}
.section-clear {
    top: 145px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 200px;
}

@media (max-width: 991px) {
    .section-clear {
        top: 20px;
    }
}

.section-white {
    top: 145px;
    background: white;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .section {
        top: 80px;
        position: relative;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 500px) {
    .section {
        overflow: hidden;
    }
}

span.section-title {
    font-family: 'poppinsextrabold', sans-serif;
    position: relative;
    z-index: 1;
    font-size: 35px;
    text-align: center;
    display: block;
    line-height: 43px;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    span.section-title {
        margin-bottom: 50px;
    }
}

.circles-left {
    position: absolute;
    top: 10px;
    z-index: -1;
    left: -74px;
}

.circles-right{
    position: absolute;
    right: 100px;
    bottom: 0px;
}

@media (max-width: 1500px) {
    .circles-right{
        position: absolute;
        right: -32px;
        bottom: 20px;
    }
}

.block-outer {
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
    line-height: 28px;
    height: 100%;
    overflow: hidden;
    font-weight: normal;
}

.benefit-icon {
    background: #73c0b0;
    display: flex;
    width: 50px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.row > .col-lg-3:nth-child(4n+2) .benefit-icon {
    background: #f0d557;
}

.row > .col-lg-3:nth-child(4n+3) .benefit-icon {
    background: #9f90bf;
}

.row > .col-lg-3:nth-child(4n+4) .benefit-icon {
    background: #e2809d;
}

.benefit-title {
    font-family: 'poppinsextrabold', sans-serif;
    font-size: 25px;
    display: block;
    line-height: 30px;
    margin-bottom: 8px;
}

.video-outer {
    height: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

@media (max-width: 991px) {
    .video-outer {
        height: 550px;
    }
}

@media (max-width: 768px) {
    .video-outer {
        height: 450px;
    }
}

.btn-master:hover img {
    filter: brightness(0) saturate(100%);
}

/* Events */

.event-title {
    font-family: 'poppinsbold', sans-serif;
    font-size: 21px;
    display: block;
    line-height: 29px;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: normal;
}

.event-type {
    display: inline-block;
    background: #ec7d25;
    color: white;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
    margin-top:15px;
}

span.cta-title {
    font-family: 'poppinsextrabold', sans-serif;
    position: relative;
    z-index: 1;
    font-size: 35px;
    text-align: left;
    display: block;
    line-height: 43px;
    margin-bottom: 20px;
    color:#ED7E23;
}

.flex-area {
    display: flex; align-items: center; justify-content: center;
}

@media (max-width: 991px) {
    .flex-area {
        display: flex; align-items: flex-start; justify-content: flex-start;
    }
}

span.cta-text {
    font-size: 24px;
}

/* Footer */

footer {
    top: 125px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    
}

@media (max-width: 991px) {
    footer {
        top: 0;
        

    }
}

footer p {
    color: darkgray;
    font-size: 14px;
}

.footer-logo {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .footer-logo {
        display: flex;
        justify-content: flex-start;
    }
}

/* Download */

.accordion-button {
    font-size: 20px;
    padding: 24px;
    
}

.accordion {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);

}

.accordion-item {
    background: rgba(255, 255, 255, 0.3);
}
.accordion-button {
    background: rgba(255, 255, 255, 0.3);
}

.accordion-header {
    background: rgba(255, 255, 255, 0.3);
}

.accordion-item {
    background: rgba(255, 255, 255, 0.3);
}

.accordion-body {
    font-size: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.accordion-button:not(.collapsed) {
    background-color: #f0d557;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.file {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0d557;
}

.file:nth-child(1)  {
        padding-top: 0;
        padding-bottom: 18px;
        border-bottom: 1px solid #f0d557;
}

.file:nth-last-child(1)  {
    padding-top: 15px;
    padding-bottom: 0;
    border-bottom: none;
}

.file-inner {
    font-weight: 700;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .file {
        display: block;
    }
    .file-inner {
        margin-bottom:10px;
    }
}

.file-type {
    font-size: 12px;
    background: orange;
    margin-left: 6px;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 900;
    color: white;
    position: relative;
    top: -3px;
}

/* Content Area */

.content-area p {
    font-size: 18px;
    line-height: 30px;
}
.content-area .intro-paragraph {
    font-size: 30px;
    font-family: 'poppinsextrabold', sans-serif;
    line-height: 37px;
}
@media (max-width: 768px) {
    .content-area .intro-paragraph {
        font-size: 24px;
        font-family: 'poppinsextrabold', sans-serif;
        line-height: 34px;
    }
}
.content-area img {
    border-radius:25px;
}
.content-area .image-caption {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 15px 18px;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 14px;
    width: 60%;
    position: relative;
    bottom: 34px;
    left: 0;
}

@media (max-width: 991px) {
    .content-area .image-caption {
        width: 86%;
    }
}

.content-area .icon-list {
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
    line-height: 28px;
    height: auto;
    overflow: hidden;
}

.content-area .icon-list .icon-list-title {
    font-size: 26px;
    font-family: 'poppinsextrabold', sans-serif;
    line-height: 32px;
    margin-bottom: 12px;
    display: block;
}

@media (max-width: 768px) {
    .content-area .icon-list img {
        width: 100px;
    }
}

.content-area .icon-list ul {
    list-style: none;
    padding-left: 0;
}

.content-area .icon-list ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.content-area .icon-list ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #DEE33D;
}

.event-date {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    color: white;
    background: black;
    padding: 8px 20px;
    border-radius: 30px;
}
body.modal-open .tox-tinymce {
    z-index: 1040 !important;
}

.team-section-header {
    font-size: 36px;
    font-family: 'poppinsextrabold', sans-serif;
    line-height: 46px;
    color: #DEE33D;
    display: block;
    margin-bottom: 30px;
}

.team-section-intro {
    font-size: 22px;
    line-height: 30px;
}

.ysl-button {
    
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    border:0;
    text-align: left;
    width:100%;
    height: 100%;
    background-color: #F9FBFC;
}

.team-image {
        width: 170px;
        margin-bottom: 20px;
        height:auto;
         border-radius:17px !important;
}

@media (max-width: 1200px) {
    .team-image {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .team-image {
        width: 170px;
        margin-bottom: 20px;
    }
}

.team-name {
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    font-family: 'poppinsbold', sans-serif;
}
.team-role {
    display: block;
    line-height: 19px;
    font-size: 14px;
    color: #666666;
}
.team-profile {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Forms */

.form-control {
    box-shadow: 0px 4px 0px 0px #D9D9D9;
    border: 1px solid #D9D9D9;
    padding: 10px 15px;
    margin-bottom: 15px;
    appearance: auto;
    padding-top: 13px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

label {
    margin-bottom: 10px;
    font-weight:bold;
}

.form-check-input {
    /*--bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;*/
    border: 3px solid #dee2e6;
}

.radiobuttonlist {
    border: none;
    padding: 0px;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}

.form-check-input:checked {
    background-color: #DEE33D;
    border-color: #DEE33D;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.form-check-input:focus {
    border: 3px solid #DEE33D;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,.01);
}

.form-select {
    border: 3px solid #dee2e6;
    padding: 10px 15px;
    margin-bottom: 15px;
    appearance: none;
    padding-top: 13px;
}

.field-validation-error {
    display: block;
    color: red;
}

/* Dashboard */

.event-block-title {
    font-size: 26px;
    font-family: 'poppinsextrabold', sans-serif;
    line-height: 32px;
    margin-bottom: 30px;
    display: block;
}

.event-date-outer {
    display: flex;
    justify-content: flex-end
}

/*@media (max-width: 768px) {
    .event-date-outer {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
} */

.event-button {
    font-size: 16px;
}

.event-date-outer .event-button:nth-of-type(2) {
    margin-left:10px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .event-date-outer .event-button:nth-of-type(2) {
        margin-left:0px;
        margin-right: 0px;
    }
    .event-button {
        font-size: 16px;
        width: 100%;
        margin-bottom:10px;
    }
    .event-date-outer {
        display: block;
        width:100%;
        
    }
}

img.portal-icon {
    position: relative; 
    top: -1px; 
    height: 23px; 
    width: auto; 
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

.certificate-icon {
    width: 200px; 
    height: auto; 
    border-radius: 0; 
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .certificate-icon {
        width: 150px;
        height: auto;
        border-radius: 0;
        margin-bottom: 20px;
    }
    
}

@media (max-width: 991px) {
    .certificate-icon {
        width: 250px;
        height: auto;
        border-radius: 0;
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {
    .certificate-icon {
        width: 200px !important;
        height: auto;
        border-radius: 0;
        margin-bottom: 20px;
    }

}

@media (max-width: 425px) {
    .certificate-icon {
        width: 200px !important;
        height: auto;
        border-radius: 0;
        margin-bottom: 20px;
    }

}


.content-area .partner-logo {
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
    line-height: 28px;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-area .partner-logo img {
    border-radius:0px;
}

.mobile-align-left {
    text-align: center;
}

@media (max-width: 991px) {
    .mobile-align-left {
        text-align: left;
    }
}

.icon-list .dropdown-menu.show {
    display: block;
    transform: inherit !important;
    left: 0 !important;
    top: 50px !important;
}

.icon-list .dropdown-item {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #D9D9D9;
    transition: all 0.3s;
    padding-left: 10px;
    font-size: 14px;
}

.icon-list .dropdown-item:hover {
    color: black;
    font-weight: normal;
    text-decoration: none;
    transition: 0.3s;
}

.pop-up-text {
    font-size: 24px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

.pop-up-title {
    font-family: 'poppinsextrabold', sans-serif;
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 10px;
    display: block;
}

#delayedModal .modal-body {
    padding-top: 20px;
    padding-bottom: 50px;
}

.modal-content {
    border:2px solid white;
}

.modal-header {
    border-bottom: none;
}

/* Custom white-tint backdrop with blur */
.modal-backdrop.show {
    background-color: rgba(255, 255, 255, 0.7); /* lighter white tint */
    backdrop-filter: blur(10px); /* stronger blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    opacity: 1;
}

#pills-tab li {
    margin-right:10px;
}

#pills-tab li:last-child {
    margin-right: 0;
}

.background-texture {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #DEE33D; 
    overflow: hidden;
    display: flex;
    align-items: center;
}

.background-texture::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/images/sparkhaus/background-ascii-art.webp) no-repeat;
    background-size: cover;
    background-position: center 200px;
    opacity: 0.5; 
    mix-blend-mode: multiply; 
    pointer-events: none; 
}

@media (max-width: 425px) {
    .background-texture::before {
        background-position: right 200px;
        opacity: 0.3;
    }
}

.navbar {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pixel-font {
    display: block;
    font-size: 120px;
    line-height: 0.9;
    font-family: "Silkscreen", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 767px) {
    .pixel-font {
        font-size: 100px;
    }
}

@media (max-width: 649px) {
    .pixel-font {
        font-size: 70px;
    }
}

@media (max-width: 425px) {
    .pixel-font {
        font-size: 60px;
    }
}

.rounded-block {
    background: black;
    color:white;
    padding: 30px 25px;
    border-radius: 30px;
    height:100%;
}

@media (max-width: 575px) {
    .rounded-block {
        background: white;
        color:black;
        height:auto;
    }
}

.intro-text-area {
    background: #DEE33D;
    border-radius: 0;
    padding: 30px;
    color: black;
    border: 1px solid black;
}

.intro-title {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 0; 
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .intro-title {
        font-size: 16px;
        line-height: 28px;
    }
}

.block-title {
    font-size: 50px;
    font-weight: 800;
    color:#DEE33D;
}
ul.skills-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    border-top: 1px solid #DEE33D;
}

ul.skills-list li {
    position: relative;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #DEE33D;
}

ul.skills-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;  
    height: 18px;
    background-image: url('/images/sparkhaus/arrow-right.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
}
