/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
* Version	 :	2.1.0
* Updated	 :	11/22/2022
*/
/*! WRITE YOUR CUSTOM STYLE **/


.kcb-gold {
    color: #FDC700 !important;
}

.kcb-green {
    color: #80bc00 !important;
}

.kcb-blue {
    color: #003057 !important;
}

.title-xl { font-size: 4rem; }

.lead {
    font-size: 2.2rem;
    font-weight: 300;
}

.bg-theme .roadmap-line {
    background: #80bc00;
}

.roadmap-title {
    font-size: 1.6rem;
}

.roadmap p {
    color: #DBEAFE;
}

.roadmap-step {
    background: none;
    border: none;
    border-color: none;
}
.roadmap-line::before, .roadmap-line::after {
    margin-left: -1.5px;
}
/* .roadmap-line {
    margin-left: 1px;
} */

/* Leadership Section Styles */
#leadership {
    position: relative;
    background: url('../../images/leadership-Section-figma.jpg') no-repeat left top;
    background-size: cover;
    z-index: 1;
}

#leadership::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
}

#leadership .container {
    position: relative;
    z-index: 2000000;
}

#leadership .leadership-context {
    background: rgba(0, 0, 0, 0.6); /* Dark transparent background */
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 1); /* Solid white border */
    border-radius: 32px 32px 0 0; /* Optional: adds slight rounding to corners */
    padding: 40px; /* Add some padding for better spacing */
    position: relative;
    bottom: -100px; /* Adjust position as needed */
}

#leadership .feature-s5 {
    background: transparent; /* Make individual boxes transparent */
    color: #fff; /* Ensure text is white for better contrast */
}

#leadership .title {
    color: #fff; /* Ensure titles are white */
}
#leadership .leadership-header {
    padding-left: 40px;
}


#rally {
    background: linear-gradient(175deg, #003058 2.57%, #1D293D 47.96%, #101828 93.34%);
}

#rally .rally-stats {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
}

/* Rally Image Styles */
#rally .nk-block-img {
    position: relative;
    height: 60vh; /* Increased height to 90% of viewport height */
    overflow: hidden;
}

#rally .nk-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Makes image cover the full container */
    object-position: center;
}

/* Rally Quote Styles - Adjust position for taller image */
.rally-quote {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    backdrop-filter: blur(5px);
    z-index: 2;
    margin: 0 30px;
    border-radius: 16px;
}

.rally-quote blockquote p {
    font-style: italic;
    margin-bottom: 0;
}

/* Awards Section Container Styles */
.bg-shadow {
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bg-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
}

/* Override text colors for better contrast */
.bg-shadow h5 {
    color: #003057 !important; /* KCB Blue */
}

.bg-shadow p {
    color: #333333 !important;
}

/* Beyond Section Styles */
#beyond {
    position: relative;
    background: url('../../images/russo-beyond.jpg') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

#beyond::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%);
    z-index: -1;
}

#beyond .container {
    position: relative;
    z-index: 2;
}

/* Beyond Section Feature Headings */
#beyond .feature-s5 .title {
    position: relative;
    padding-top: 30px; /* Space for the line + gap */
}

#beyond .feature-s5 .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 2px;
    background-color: #ffffff;
}


/* Hero Section Feature Headings */
#hero .status-info .status-percent {
    position: relative;
    padding-top: 30px; /* Space for the line + gap */
}

#hero .status-info .status-percent::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 2px;
    background-color: #ffffff;
}

.field-label {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.btn-primary {
    background-color: #80bc00;
    border-color: #80bc00;
    color: #ffffff;
}
.btn-round {
    border-radius: 8px;
}

/* Social Links Footer Styles */
.social-links-s2 {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.social-links-s2 li {
    display: inline-block;
}
.social-links-s2 li a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}

.tc-light .social-links-s2 li a:hover {
    background: transparent;
    transform: translateY(-2px);
    transition: transform 0.3s ease;
    color: #80bc00 !important;
    font-weight: 600;
}

.social-links-s2 li a em,
.social-links-s2 li a img {
    margin: 0;
}

/* Footer Border Styles */
.nk-footer-bar .footer-top {
    border-top: 1px solid #ffffff;
    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    .banner-gfx-re-s5 {
        margin: 2rem 0;
        padding: 0 15px;
    }
    
    .banner-gfx-re-s5 img {
        max-height: 70vh;
    }
}

@media screen and (max-width: 480px) {
    .banner-gfx-re-s5 img {
        max-height: 50vh;
    }
    .title-xl {
        font-size: 2.8rem;
    }
    #contact form {
        padding-top: 50px;
    }
    #hero .lead {
        font-size: 1.5rem;
    }
    .logo img {
        height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .nk-block-text {
        text-align: left !important;
    }
    
    .text-center, 
    .text-sm-center,
    .text-lg-center {
        text-align: left !important;
    }
    
    .leadership-header,
    .section-head {
        text-align: left !important;
    }
    
    h1, h2, h3, h4, h5, h6,
    .title,
    .title-xl,
    .title-md {
        text-align: left !important;
    }
    
    p {
        text-align: left !important;
    }
    #leadership .leadership-context {
        bottom: -50px;
    }
}

.banner {
    justify-content: end !important;
}

@media screen and (min-width: 1600px) {
    #leadership .leadership-context {
        bottom: -150px;
    }
}