@font-face {
    font-family: Sarabun;
    src: url('../fonts/Sarabun-Light.woff2') format('woff2'),
        url('../fonts/Sarabun-Light.woff') format('woff'),
}
  
@font-face {
    font-family: 'Sarabun Semibold';
    src: url('../fonts/Sarabun-SemiBold.woff2') format('woff2'),
        url('../fonts/Sarabun-SemiBold.woff') format('woff'),
}

#tech-header {
    padding-bottom: 80px !important;
}

p, ol li {
    font-family: Sarabun !important;
    font-size: 18px !important;
}

.breadcrumb-wrapper ul li span {
    font-family: Sarabun !important;
    text-transform: uppercase;
}

.breadcrumb-wrapper .tech-breadcrumb {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-left: 10px;
    padding: 5px;
}

.breadcrumb-wrapper .tech-breadcrumb a {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.breadcrumb-wrapper .tech-breadcrumb img {
    margin-right: 10px;
}

.companies-logos img {
    filter: grayscale(1);
    mix-blend-mode: darken;
}

.hero-cta {
    background-color: #FED647;
    padding: 10px 25px;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block;
    font-family: "Sarabun Semibold";
    color: black;
}

.hero-image-container {
    position: relative;
}

.hero-image {
    border-radius: 50%;
}

.hero-icons {
    position: absolute;
    top: 0;
    right: -100px;
}

.hero-info-box {
    position: absolute;
    bottom: -20px;
    left: 50%;
    background-color: #F5F5F5;
    padding: 20px;
    box-shadow: 0 0 5px rgba(8, 33, 64, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateX(-50%); 
}

.hero-info-box .left {
    border-right: 1px solid #333333;
    padding-right: 15px;
}

.hero-info-box .left p {
    color: #082140;
    font-weight: 600;
}

.hero-info-box .left p.info-box-title {
    font-size: 14px !important;
    white-space: nowrap;
}

.hero-info-box .right {
    padding-left: 15px;
}

.hero-info-box .right p {
    color: #227AEA;
    font-weight: 600;
}

.hero-info-box .right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-technologies #contact-cta--inner {
    padding-top: 80px;
}

@media only screen and (min-width: 801px) {

    h1 {
        font-size: 36px !important;
    }

    .hero-image {
        width: 100%;
    }

    #tech-header .container .header-text {
        width: 55% !important;
    }

    .companies-logos ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0px 40px;
    }

    .companies-logos ul li {
        flex-grow: 1;
        flex-basis: 0;
    }

    #control .container .control-text {
        padding-left: 0px !important;
    }

    #control .container .image-holder {
        padding-left: 52px;
    }

}

@media only screen and (max-width: 800px) {

    .hero-icons {
        display: none;
    }

    .companies-logos ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0px 80px;
        justify-content: center;
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .companies-logos ul li {
        flex-basis: 30%;
        flex-grow: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px
    }

}

#companies-list {
    margin-bottom: 100px;
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}
    
#control .container .control-text ol li::before {
    display: none !important;
}

#control .container .control-text ol li {
    background-color: #f5f5f5;
    border-left: 5px solid #227AEA;
    padding: 15px;
}

#control .container .control-text ol {
    padding: 0;
}

#control .container .image-holder img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 15px;
}
