* {
    box-sizing: border-box;
}

i[data-tabler] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

i[data-tabler] svg {
    width: 100%;
    height: 100%;
    fill: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family);
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1320px !important;
    padding: 0 16px;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 32px;
    }
}

@media (min-width: 1280px) {
    .container {
        padding: 0 40px;
    }
}

@media (min-width: 1536px) {
    .container {
        padding: 0 15px;
    }
}


.btn {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 24px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    border: none;
    width: 100%;
    min-width: 120px;
    height: 48px;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hero */
.hero-swiper .swiper-slide {
    height: 100%;
}

.hero-swiper .swiper-slide h1 {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.hero-nav {
    border: none;
    cursor: pointer;
}

.hero-bottom {
    min-height: 120px;
}

.hero-swiper {
    padding-bottom: 0;
}

.hero .swiper-slide > .relative {
    padding-bottom: 180px;
}

@media (min-width: 1024px) {
    .hero-bottom {
        min-height: 152px;
    }

    .hero .swiper-slide > .relative {
        padding-bottom: 168px;
    }
}

/* About */
.about-heading-rule {
    position: relative;
    width: 102px;
    height: 12px;
}

.about-heading-rule::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: calc(100% - 10px);
    height: 2px;
    background: #000713;
    transform: translateY(-50%);
}

.about-heading-rule::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #000713;
    transform: translateY(-50%) rotate(45deg);
}

.about-section {
    overflow-x: clip;
}

.about-media {
    position: relative;
    left: 0;
    margin-left: calc(-1 * max(15px, (100vw - 1320px) / 2 + 15px));
    width: calc(100% + max(15px, (100vw - 1320px) / 2 + 15px));
    max-width: none;
    padding-left: 0;
}

.about-media-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.about-features li:last-child {
    border-bottom-color: #ececec;
}

/* Industries */
.industries-section {
    background-color: #000;
}

.industries-bg {
    inset: 0;
    z-index: 0;
}

.industries-bg img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.industries-slider {
    padding-left: 0;
    margin-left: 0;
}

.industries-swiper {
    overflow: visible;
    padding-right: 15px;
}

.industries-swiper .swiper-slide {
    width: 280px;
    height: auto;
    margin-left: 0;
}

.industries-swiper .swiper-slide:first-child,
.industries-swiper .swiper-slide-active {
    margin-left: 0;
}

@media (min-width: 640px) {
    .industries-swiper .swiper-slide {
        width: 320px;
    }
}

@media (min-width: 1024px) {
    .industries-swiper .swiper-slide {
        width: 344px;
    }
}

.industry-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.industry-serve-card {
    background: #121621;
}

.industry-serve-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 45%, transparent 100%);
}

/* Footer */
.site-footer a:focus-visible {
    outline: 2px solid #40c1ff;
    outline-offset: 2px;
}

/* Page banner */
.page-banner h1 {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

/* Tech cards */
.tech-card::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #ecf9ff;
    pointer-events: none;
    z-index: 0;
}

.tech-card > * {
    position: relative;
    z-index: 1;
}

/* Why hiring */
.why-hiring-section {
    background: linear-gradient(90deg, #db2535 0%, #0059c1 100%);
}

.candidate-enquiry-section {
    background: linear-gradient(90deg, #db2535 0%, #0059c1 100%);
}

.benefits-section {
    background-color: #0a3261;
    background-image: url("../images/benefits-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.enquiry-input,
.enquiry-textarea,
.enquiry-phone {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: inherit;
}

.enquiry-input,
.enquiry-select {
    height: 48px;
    padding: 10px 16px;
}

.enquiry-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.enquiry-textarea {
    min-height: 120px;
    padding: 10px 16px;
    resize: vertical;
}

.enquiry-input::placeholder,
.enquiry-textarea::placeholder,
.enquiry-phone-input::placeholder {
    color: #b4b2b2;
}

.enquiry-input:focus,
.enquiry-textarea:focus,
.enquiry-phone:focus-within {
    outline: none;
    border-color: #0059c1;
    box-shadow: 0 0 0 3px rgba(0, 89, 193, 0.12);
}

.enquiry-phone {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    gap: 10px;
}

.enquiry-phone-code {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
    flex-shrink: 0;
}

.enquiry-phone-input {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 14px;
    font-family: inherit;
    color: #333;
}

.enquiry-tab {
    cursor: pointer;
    border: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.enquiry-tab.is-active {
    background: #db2535;
    border-color: #db2535;
}

.enquiry-tab.is-active .enquiry-tab-label,
.enquiry-tab.is-active i {
    color: #fff;
}

.enquiry-tab:not(.is-active) {
    background: #fff;
    border: 1px solid #ececec;
}

.enquiry-tab:not(.is-active) .enquiry-tab-label,
.enquiry-tab:not(.is-active) i {
    color: #333;
}

.enquiry-panel[hidden] {
    display: none !important;
}

.enquiry-file {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.enquiry-file:focus-within {
    border-color: #0059c1;
    box-shadow: 0 0 0 3px rgba(0, 89, 193, 0.12);
}

.enquiry-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.enquiry-file-name.has-file {
    color: #333;
}

.enquiry-file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.contact-flag {
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
}

.why-hiring-num {
    color: transparent;
    -webkit-text-stroke: 1.5px #ffffff;
    text-stroke: 1.5px #ffffff;
}

