#main-content section:not(.video-hero) {
    padding: 0;
}
p {
    font-size: 26px;
    line-height: 38px;
}

.text-white {
    color: var(--white);
}

.text-black {
    color: var(--black);
}

.text-blue {
    color: var(--blue);
}

.text-green {
    color: var(--green);
}

.text-yellow {
    color: var(--yellow);
}


.pre-title {
    font-size: 1.2rem;
    font-weight: 600;
}


/* START Hero Section */
.hero-section {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 490px;
    position: relative;
    padding: 100px 0;
    display: flex;
    align-items: center;
    top: -2px;
}

.hero-top-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}



.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
.hero-section h2 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.hero-top-content p {
    font-size: 1.2rem;
    font-weight: 500;
    background: #fff;
    padding: 0 20px;
    border-radius: 50px;
}

@media (min-width: 1200px) {
    .hero-section h1 {
        max-width: 500px;
    }
}
/* END Hero Section */

/* START Section One */
.section-one {
    padding: 80px 0!important;
    background-color: var(--white);
}



.section-one h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.section-one .section-content {
    font-size: 26px;
    line-height: 38px;
    color: #434343;
}
/* END Section One */


/* START CTA Section */
.section-cta {
    padding: 4rem 0 0 0!important;
}

.section-cta .container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 4rem;
    border-radius: 10px;
    max-width: 1300px;
}

.section-cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--black);
}

.section-cta p {
    color: var(--black);
}

.section-cta .btn-download {
    background-color: #1c1b1b;
    color: var(--white);
    padding: 14px 40px;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    border: none;
    font-weight: 500;
}

.section-cta .btn-download:hover {
    background-color: #000;
}

.section-cta .btn-download i {
    margin-right: 8px;
}


/* END CTA Section */

/* START Section Three - Multiple Rows */
.section-three {
    padding: 4rem 0 6rem 0!important;
    background-color: var(--white);
}


.section-three .row {
    display: flex;
    align-items: center;
}

.section-three .row .text-content{
    padding: 4rem;
}

.section-three h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.section-three .content {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #434343;
}


@media (min-width: 1200px) {
    .section-three .top-adjust {
        position: relative;
        top: 4rem;
    }
}

.section-three .content ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.section-three .content li {
    margin-bottom: 1rem;
    line-height: 1.15;
    font-size: 1.2rem;
    color: #313131;
    font-weight: 500;
}

.chart-container {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
}

.chart-container h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--black);
    text-align: center;
}


.chart-container h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    color: var(--black);
}

.chart-placeholder {
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    color: #6c757d;
    font-style: italic;
}

/* Contact Card Styles */
.contact-card {
    background-color: #F9F9F9;
    padding: 40px;
    border-radius: 10px;
}

.contact-image {
    max-width: 100%;
    border-radius: 10px;
}

.contact-card h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--black);
}

.contact-info {
    margin-top: 20px;
}

.contact-email,
.contact-phone {
    display: flex;
    align-items: center;
    color: var(--black);
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 5px;
    background: #fff;
    padding: .6rem;
    border-radius: 10px;
    box-shadow: 0 0 20px -14px #000;
}

.contact-email i,
.contact-phone i {
    width: 36px;
    height: 36px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBB717;
    border-radius: 6px;
}

.contact-email span,
.contact-phone span {
    color: var(--black);
    font-size: 1.1rem;
}

.click-to-call {
    color: #115611;
    font-size: 14px;
    margin-left: 39px;
    background: #DFFFDF;
    border: solid 1px #75C875;
    padding: 1px 8px;
    border-radius: 4px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-three h2 {
        font-size: 2rem;
    }
    
    .section-three .content {
        font-size: 1rem;
    }
    
    .section-three .content li {
        font-size: 1rem;
    }
}
/* END Section Three */

/* Past Experience Slider Section */
.section-past-experience {
    background: #F9F9F9;
    padding: 80px 0 100px 0!important;
}

.section-past-experience h2 {
    text-align: left;
    font-size: 44px;
    font-weight: 700;
}

.past-experience-slider {
    margin-top: 30px;
}

.past-experience-slider .splide__slide {
    padding: 15px;
}

.slide-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.splide__slide img {
    vertical-align: bottom;
    margin-bottom: 0px;
}

.slide-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.slide-content {
    text-align: center;
    color: var(--black);
    font-size: 16px;
    line-height: 1.5;
}

.slide-content p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
}

/* Splide Custom Styles */
.past-experience-slider .splide__arrow {
    background: var(--black)!important;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 0!important
}

.past-experience-slider .splide__arrow svg {
    fill: var(--white);
}

.splide__arrows  {
    position: absolute!important;
    top: -15%!important;
    right: 10%!important;
}
.past-experience-slider .splide__pagination__page {
    background: #ddd;
    margin: 4px !important;
}

.past-experience-slider .splide__pagination__page.is-active {
    background: var(--yellow) !important;
    width: 30px !important;
    transform: scale(1);
    border-radius: 40px;
}

/* Codes Section */
.section-codes {
    padding: 3rem 0 2rem 0 !important;
}

.section-codes .code-column {
    margin-bottom: 40px;
    padding: 40px;
}

.section-codes h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-codes .code-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 15px;
    min-height: 400px;
}

.section-codes .code-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 18px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section-codes .code-number {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
}

.section-codes .code-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.2;
}

/* Technologies Section */
.section-technologies {
    padding: 80px 0!important;
    background: #f9f9f9;
}

.section-technologies h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.tech-item {
    background: #fff;
    border-radius: 12px;
    padding: 50px 20px 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgb(0 0 0 / 3%);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.tech-icon {
    width: auto;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-icon img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    max-height: 120px;
}

.tech-item:hover .tech-icon img {
    filter: grayscale(0%);
}

.tech-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
}




@media (max-width: 768px) {
    .section-codes {
        padding: 40px 0;
    }

    .section-codes h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .section-codes .code-card {
        padding: 20px;
    }

    .section-technologies {
        padding: 40px 0;
    }

    .section-technologies h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .tech-images {
        margin-top: 30px;
        min-height: 250px;
    }

    p {
        font-size: 22px;
        line-height: 30px;
    }
    .container {
        padding: 0 2rem;
    }
    .section-info-cards .info-card h3 {
        font-size: 34px;
    }

    .info-content li {
        margin-bottom: 10px;
        line-height: 26px;
        font-size: 20px;
    }

    .section-cta .container {
        padding: 30px 20px;
        width: calc(100% - 4rem);
    }

    .hero-section {
        min-height: 400px;
        padding: 60px 0!important;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .section-one {
        padding: 60px 0;
    }

    .section-one h2 {
        font-size: 2rem;
    }

    .section-cta {
        text-align: center;
        padding: 40px 0;
    }

    .section-cta .col-md-4 {
        margin-top: 20px;
        text-align: center;
    }

    .section-cta h2 {
        font-size: 1.8rem;
    }

    .section-cta .container {
        padding: 30px 20px;
        margin-bottom: 3rem;
    }

    .section-past-experience {
        padding: 40px 0;
    }

    .section-past-experience h2 {
        font-size: 2rem;
    }

    .slide-image img {
        height: 200px;
    }

    .section-info-cards {
        padding: 40px 0;
    }

    .info-card {
        padding: 30px;
        margin-bottom: 20px;
    }

    .contact-card {
        padding: 30px;
        margin-bottom: 3rem;
    }

    .contact-image {
        margin-bottom: 20px;
    }

    .contact-card h3 {
        text-align: center;
    }

    .contact-info .row > div {
        margin-bottom: 20px;
    }

    .contact-email,
    .contact-phone {
        justify-content: center;
    }

    .click-to-call {
        text-align: center;
        margin-left: 0;
    }

    .contact-card h3 {
        font-size: 26px;
    }

    .contact-email i,
    .contact-phone i {
        min-width: 36px;
        min-height: 36px;
    }
    .contact-email span,
    .contact-phone span {
        font-size: 17px;
        line-height: 20px;
        width: 100%;
    }

    .section-codes {
        padding: 60px 0 !important;
    }
    .tech-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 30px;
    }
    .tech-item {
        padding: 20px 15px;
    }
    .tech-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        padding: 10px;
    }
    .tech-title {
        font-size: 16px;
    }
    .section-technologies {
        padding: 40px 0 !important;
    }
}

@media (max-width: 576px) {
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 25px;
    }
    .tech-item {
        padding: 15px 10px;
    }
    .tech-icon {
        width: auto;
        height: 90px;
        margin-bottom: 10px;
        padding: 8px;
    }
    .tech-icon img {
        max-height: 70px;
    }
    .tech-title {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    .click-to-call {
        display: none;
    }
}

/* Download Modal Styles */
.download-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.download-modal.show {
    display: flex;
}
.download-modal-content {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    margin: auto;
    position: relative;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
.download-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}
.download-modal-title {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
}
.download-modal-field {
    margin-bottom: 1rem;
}
.download-modal-field label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 500;
}
.download-modal-field input {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
}
.download-modal-submit {
    width: 100%;
    margin-top: 1rem;
}
.download-modal-success {
    display: none;
    color: green;
    margin-top: 1rem;
    text-align: center;
    font-weight: 600;
}

/* Download Modal Bootstrap Custom Styles */
.download-modal-content {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 2rem 2rem 1.5rem 2rem !important;
    max-width: 420px;
    margin: auto;
}
.download-modal-marketing {
    color: #444;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1.5rem !important;
}
.download-modal-submit {
    font-size: 1.1rem;
    padding: 14px 0;
    border-radius: 6px;
    margin-top: 1rem !important;
}
.download-modal-success {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.5rem !important;
    border-radius: 6px;
}

input[type="text"], input[type="tel"],
input[type="email"], textarea {
    padding: 10px 8px;
    background-color: #f5f5f5;
    border: 0;
    width: 100%;
    font-weight: 300;
    border: solid 1px #d0d0d0;
}



.organization-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 4px;
}
.unit-name {
    background: var(--yellow);
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    padding: 2px 16px;
    border-radius: 50px;
    font-size: .9rem;
    margin-top: 4px;
}

.year-date {
    font-style: italic;
    font-size: .9rem;
    margin-top: 4px;
}

.modal-open .modal {
    backdrop-filter: blur(10px);
}

body.modal-open {
    padding-right: 0!important;
    overflow: auto!important;
}

body[style*="padding-right"] {
    padding-right: 0!important;
}


@media (max-width: 768px) {
    .section-three {
        padding: 0!important;
    }
    .section-three .row .text-content {
        padding: 2rem 2rem 3rem 2rem;
        order: 2;
    }
    .section-three .row .chart-container {
        order: 1;
    }
    .splide__arrows {
        display: none;
    }
    .section-codes .code-column {
        padding: 10px;
    }
    .section-codes .code-cards {
        margin-top: 10px;
    }
    .section-codes .code-cards {
        padding: 20px;
    }
    
    .chart-container {
        height: 380px;
    }
    .section-three .row .chart-container {
        padding: 30px 10px 90px 10px;
    }
}

.hero-paragraph {
    cursor: pointer;
}

.modal-header {
    margin-bottom: 2rem;
    padding: 0;
}

.modal-header img {
    max-width: 80%;
}

.modal-header {
    align-items: flex-start;
}
.modal-header .btn-close {
    position: relative;
    top: .5rem;
}