@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 100;
    src: url('../font/Kanit/Kanit-Thin.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 100;
    src: url('../font/Kanit/Kanit-ThinItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 200;
    src: url('../font/Kanit/Kanit-ExtraLight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 200;
    src: url('../font/Kanit/Kanit-ExtraLightItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 300;
    src: url('../font/Kanit/Kanit-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 300;
    src: url('../font/Kanit/Kanit-LightItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    src: url('../font/Kanit/Kanit-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 400;
    src: url('../font/Kanit/Kanit-Italic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 500;
    src: url('../font/Kanit/Kanit-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 500;
    src: url('../font/Kanit/Kanit-MediumItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 600;
    src: url('../font/Kanit/Kanit-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 600;
    src: url('../font/Kanit/Kanit-SemiBoldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 700;
    src: url('../font/Kanit/Kanit-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 700;
    src: url('../font/Kanit/Kanit-BoldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 800;
    src: url('../font/Kanit/Kanit-ExtraBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 800;
    src: url('../font/Kanit/Kanit-ExtraBoldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 900;
    src: url('../font/Kanit/Kanit-Black.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    font-style: italic;
    font-weight: 900;
    src: url('../font/Kanit/Kanit-BlackItalic.ttf') format('truetype');
    font-display: swap;
}
.pb-40 {
    padding-bottom: 40px;
}
/* body Content Container Styles */
.content-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}
.content-container-full {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* hero */
/* HERO WRAPPER */
.hero {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 800px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 100px 20px;
    overflow: hidden;

    border-radius: 32px;

    background-image: url('/assets/image/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mobile-device .hero {
    height: 60vh;
    min-height: 450px;
    max-height: 650px;
}
.mt--160 {
    margin-top: -160px;
}
.ph-33 {
    padding-left: 33px;
    padding-right: 33px;
}

/* BACKGROUND LAYER (replaces messy absolute circles) */

/* CONTENT */
.hero-content {
    position: relative;
    max-width: 950px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

/* TITLE */
.hero-content h1 {
    margin-top: 20px;
    font-family: Kanit, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: #002b5b;
}

/* SUBTITLE */
.hero-subtitle {
    font-size: 28px;
    line-height: 1.6;
    color: #252d3a;

    max-width: 1000px;
}

/* BUTTON */
.btn-hero {
    padding: 16px 28px;
    border: none;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: white;

    background: linear-gradient(49deg, #1890ff, #d71f26);
    box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.25);

    cursor: pointer;
    transition: 0.2s ease;
}

.btn-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }
}
/* body */
body {
    max-width: 1920px;
    margin: 0 auto;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Inter, sans-serif;
}
/* Navbar Styles */
/* STICKY NAVBAR WRAPPER */
.ph-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.sticky-header {
    position: sticky;
    top: 10px;
    z-index: 999;
}
.navbar {
    width: 100%;
    max-width: 1280px;
    margin: 10px auto;
    margin-top: 60px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 6px 26px 6px 16px;

    background: rgba(244, 244, 244, 0.5);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.8);

    backdrop-filter: blur(41px);
}

/* LOGO */
.logo {
    width: 146px;
    height: 104px;
    object-fit: contain;
}

/* NAV LINKS */
.nav-links {
    display: flex;
    align-items: center;
    gap: 33px;
}

/* NAV ITEM */
.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
}

.nav-item a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: Inter, sans-serif;
}

/* ONLY parent nav link */
.nav-item > a {
    position: relative;
    text-decoration: none;
    color: #000;
}

/* ACTIVE PARENT ONLY */
.nav-item.active > a {
    color: #0088ff;
    font-weight: 600;
}

/* underline only parent */
.nav-item.active > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;

    width: 100%;
    height: 3px;
    background: #0088ff;
    border-radius: 8px;
}
.dropdown-menu a.sub-active {
    color: #0088ff;
}

/* DROPDOWN ICON */
.dropdown {
    flex-direction: row;
    gap: 6px;
}

.dropdown-icon {
    width: 7px;
    height: 5px;
    background: black;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    display: inline-block;
}

/* REQUIRED: make dropdown position relative */
.nav-item.dropdown {
    position: relative;
}

/* DROPDOWN MENU (hidden by default) */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -135px;
    white-space: nowrap;
    min-width: 360px;

    padding: 22px 26px;

    display: flex;
    flex-direction: column;
    gap: 16px;

    background: #f8f9fa;
    border-radius: 12px;

    box-shadow:
        0px 16px 32px -4px rgba(12, 12, 13, 0.1),
        0px 4px 4px -4px rgba(12, 12, 13, 0.05);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: 0.25s ease;

    z-index: 999;
}

/* DROPDOWN ITEMS */
.dropdown-menu a.not-active {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    font-family: Inter, sans-serif;
}

.dropdown-menu a:hover {
    color: #0088ff;
}

/* SHOW ON HOVER */
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* OPTIONAL: rotate dropdown arrow */
.nav-item.dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
    transition: 0.2s ease;
}
.nav-web-font {
    font-size: 16px !important;
}
/* BUTTON */
.btn-primary {
    padding: 13px 16px;
    background: #0088ff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.nav-toggle {
    display: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: #000;
    border-radius: 3px;
}

/* nav mobile layout */

/* button */
.gradient-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: auto;
    padding: 16px 25px;
    border: none;
    border-radius: 8px;

    background: linear-gradient(49deg, #1890ff 0%, #d71f26 100%);

    box-shadow: 6px 7px 9.9px rgba(0, 0, 0, 0.34);

    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;

    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.gradient-btn:hover {
    transform: translateY(-2px);
    box-shadow: 8px 10px 14px rgba(0, 0, 0, 0.4);
}

/* section about */
.compliance-hero {
    padding: 0px 20px;
    font-family: 'Inter', sans-serif;
}

.compliance-hero .container {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT SIDE */
.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #002b5b;
    font-family: 'Kanit', sans-serif;
}

.lead {
    font-size: 24px;
    line-height: 37px;
    color: #252d3a;
}

.rich-text {
    font-size: 24px;
    line-height: 37px;
    color: #252d3a;
}

.rich-text strong {
    font-weight: 700;
}

.muted {
    font-size: 24px;
    line-height: 37px;
    font-style: italic;
    color: #606060;
}

/* BUTTON */
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 25px;
    border-radius: 8px;
    border: 1px solid #1890ff;
    background: #dff0ff;
    color: #1890ff;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    width: fit-content;
     transition: 0.2s ease;
}

/* RIGHT SIDE VISUAL */
.visual {
    position: relative;
    width: 520px;
    height: 760px;
    flex-shrink: 0;
}

/* MAIN IMAGE */
.main-image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .visual {
        width: 100%;
        height: auto;
    }

    .btn-secondary {
        margin: 0 auto;
    }
}

.about-text {
    max-width: 708px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-title {
    color: #002b5b;
    font-family: 'Kanit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56.16px;
}

.about-description,
.about-highlight {
    color: #252d3a;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 37px;
}

.about-highlight strong {
    font-weight: 700;
}

.about-note {
    color: #606060;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 37px;
}

.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: fit-content;
    padding: 16px 25px;

    background: #dff0ff;
    border: 1px solid #1890ff;
    border-radius: 8px;

    color: #1890ff;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;

    transition: all 0.3s ease;
}

.secondary-btn:hover {
    background: #1890ff;
    color: #fff;
}

.about-image-wrapper {
    width: 520px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-circle {
    position: absolute;
    width: 496px;
    height: 496px;
    border-radius: 50%;
    background: linear-gradient(130deg, #2589f1 0%, #d0232d 100%);
    box-shadow: 4px 9px 20px rgba(0, 0, 0, 0.25);
    opacity: 0.94;
}

.about-image {
    position: relative;
    z-index: 2;
    max-width: 509px;
    height: auto;
    object-fit: contain;
}

.what-we-do {
    padding: 80px 20px;
    background: #ffffff;
}

.container {
    max-width: 1274px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #002b5b;
    margin-bottom: 10px;
}

.section-header p {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 37px;
    color: #252d3a;
    max-width: 800px;
    margin: 0 auto;
}

/* GRID — this replaces ALL absolute positioning */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* CARD SYSTEM */
.card {
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 14px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #002b5b;
    margin-bottom: 8px;
}

.card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card li {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #606060;
    margin-bottom: 6px;
}

/* SPECIAL HIGHLIGHT CARD */
.card-highlight {
    background: #f5faff !important;
    border: 1px solid #1890ff !important;
    box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.14) !important;
}

/* RESPONSIVE (non-negotiable in real design systems) */
@media (max-width: 900px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 36px;
    }
}

.cta-section {
    padding: 80px 20px;
}

.cta-container {
    max-width: 1280px;
    margin: 0 auto;

    position: relative;

    background: #ffd324;
    border-radius: 37px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 60px 40px;
}

/* background image */
.cta-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    opacity: 0.14;
    pointer-events: none;
}

.cta-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* content */
.cta-content {
    position: relative;
    max-width: 840px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.cta-content h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #252d3a;
    line-height: 56px;
    margin: 0;
}

.cta-content p {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 37px;
    color: #252d3a;
    margin: 0;
}

/* button */
.cta-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    padding: 16px 25px;
    border-radius: 8px;

    background: linear-gradient(49deg, #1890ff 0%, #d71f26 100%);
    box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.34);

    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;

    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 8px 10px 14px rgba(0, 0, 0, 0.4);
}

/* responsive */
@media (max-width: 768px) {
    .cta-content h2 {
        font-size: 32px;
    }

    .cta-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .cta-container {
        padding: 40px 20px;
    }
}

.services {
    padding: 80px 20px;
    background: #ffffff;
}

.container {
    max-width: 1279px;
    margin: 0 auto;
}

/* HEADER */
.services-header {
    text-align: center;
    margin-bottom: 50px;
}

.services-header h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #002b5b;
    margin-bottom: 16px;
}

.services-header p {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 37px;
    color: #252d3a;
    max-width: 900px;
    margin: 0 auto;
}

/* GRID SYSTEM */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* CARD BASE */
.service-card {
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.25s ease;
    cursor: pointer;
}
.service-card:hover {
    background: #f5faff;
    border: 1px solid #1890ff;
    box-shadow: 0 20px 26px rgba(0, 0, 0, 0.14);
    transition: all 0.25s ease;
}

/* HIGHLIGHTED CARD */
.service-card.highlight {
    background: #f5faff;
    border: 1px solid #1890ff;
    box-shadow: 0 20px 26px rgba(0, 0, 0, 0.14);
}

/* TYPOGRAPHY */
.service-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #002b5b;
    margin: 0;
}

.service-card p {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #606060;
    margin: 0;
}

/* LINK */
.service-card a {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    color: #252d3a;
    text-decoration: none;
    margin-top: auto;
}

.service-card a:hover {
    color: #1890ff;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-header h2 {
        font-size: 36px;
    }
}

.why-us {
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

/* BACKGROUND LAYER */
.why-us-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, #2589f1 0%, #d0232d 100%);
    opacity: 0.19;
    z-index: 0;
}

/* CONTAINER */
.container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 20px;
    z-index: 1;
}

/* HEADER */
.why-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-header h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #002b5b;
    margin-bottom: 16px;
}

.why-header p {
    font-size: 24px;
    line-height: 37px;
    color: #252d3a;
    max-width: 900px;
    margin: 0 auto;
}

/* GRID SYSTEM (fixes ALL absolute positioning) */
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

/* CARD */
.why-card {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(3px);
    border: 1px solid #fff;
    border-radius: 14px;
    padding: 16px;
}

.why-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #002b5b;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 20px;
    line-height: 32px;
    color: #252d3a;
}

/* WIDE CARD */
.why-card.wide {
    grid-column: span 2;
    max-width: 350px;
    margin: auto;
}
.no-bg {
    background: none;
    border: none;
    height: 0px;
    padding: 0px;
}

/* TRUST STRIP */
.trust-strip {
    margin-top: 60px;
    text-align: center;
}

.trust-strip p {
    font-size: 20px;
    color: #252d3a;
    margin-bottom: 16px;
}

/* CTA BAR */
.cta-bar-container {
    border-top: 1px solid #cacaca;
}
.cta-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 20px;
    max-width: 1280px;
}

.cta-bar p {
    max-width: 1280px;
    font-size: 24px;
    color: #252d3a;
    max-width: 900px;
}

.cta-btn {
    padding: 16px 25px;
    background: #dff0ff;
    border: 1px solid #1890ff;
    border-radius: 8px;

    color: #1890ff;
    font-size: 24px;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s ease;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-card.wide {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card.wide {
        grid-column: auto;
    }

    .cta-bar {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}
.results-section {
    background: #1e3a8a;
    color: white;
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
}

/* container replaces 1920px fixed width */
.container {
    max-width: 1280px;
    margin: 0 auto;
}

/* TITLE */
.results-title {
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* GRID SYSTEM (fixes ALL stacking issues) */
.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* CARD */
.result-card {
    border: 1px solid #ffffff;
    border-radius: 14px;
    padding: 16px;
    background: transparent;
}

.result-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.result-card p {
    font-size: 20px;
    line-height: 32px;
    color: #dedede;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .results-grid {
        grid-template-columns: 1fr;
    }

    .results-title {
        font-size: 36px;
    }
}
.hero-partner {
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT SIDE */
.hero-visual {
    position: relative;
    width: 520px;
    height: 780px;
    flex-shrink: 0;
}

.hero-visual img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

/* RIGHT SIDE */
.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #002b5b;
    line-height: 56px;
    font-family: 'Kanit', sans-serif;
}

.hero-content p {
    font-size: 24px;
    line-height: 37px;
    color: #252d3a;
    margin: 0;
}

.hero-content .muted {
    color: #606060;
    font-style: italic;
}

.hero-content .strong {
    font-weight: 700;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 25px;
    border-radius: 8px;
    border: 1px solid #1890ff;
    background: #dff0ff;
    color: #1890ff;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    width: fit-content;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-visual {
        width: 100%;
        height: auto;
    }

    .hero-content {
        align-items: center;
    }
}

.contact {
    padding: 0px 20px;
    font-family: 'Inter', sans-serif;
    background: #fff;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

/* HEADER */
.contact-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 16px;
}

.contact-header h2 {
    font-size: 48px;
    font-family: 'Kanit', sans-serif;
    color: #002b5b;
    margin-bottom: 16px;
}

.contact-header p {
    font-size: 24px;
    line-height: 37px;
    color: #252d3a;
}

/* GRID */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

/* LEFT SIDE */
.contact-info h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #252d3a;
}

.contact-info p {
    color: #606060;
    line-height: 28px;
}

.info-item {
    margin-top: 24px;
}

.info-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #252d3a;
    margin-bottom: 6px;
}

/* FORM */
.contact-form {
    background: #f5faff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 20px 26px rgba(0, 0, 0, 0.14);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-form h3 {
    font-size: 28px;
    font-weight: 700;
    color: #002b5b;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

label {
    font-size: 18px;
    color: #252d3a;
}

input,
textarea {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.row {
    display: flex;
    gap: 12px;
}

/* BUTTON */
.btn-primary {
    background: linear-gradient(49deg, #1890ff 0%, #d71f26 100%);
    border: none;
    padding: 16px 25px;
    border-radius: 8px;
    color: white;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    width: fit-content;
    transition: 0.2s ease;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .row {
        flex-direction: column;
    }
}
.contact-info {
    background: #ffffff;
    border: 1px solid #e9eef5;
    border-radius: 16px;
    margin: auto;
    padding: 28px 26px;
    width: 100%;
    max-width: 600px;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);

    display: flex;
    flex-direction: column;
}

/* TITLE */
.contact-info h3 {
    font-size: 28px;
    font-weight: 700;
    color: #002b5b;
    margin: 0;
    font-family: Inter, sans-serif;
}

/* INTRO TEXT */
.contact-info .intro {
    font-size: 16px;
    line-height: 1.6;
    color: #606060;
    margin: 0;
}

/* EACH BLOCK */
.info-item {
    padding: 14px 16px;
    border-radius: 12px;

    background: #f7faff;
    border: 1px solid #e6efff;

    display: flex;
    flex-direction: column;
    gap: 6px;

    transition: 0.2s ease;
}

.info-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

/* HEADINGS */
.info-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #002b5b;
    margin: 0;
}

/* TEXT */
.info-item p {
    font-size: 14.5px;
    color: #4b5563;
    margin: 0;
    line-height: 1.5;
}

/* OPTIONAL: EMAIL STYLE */
.info-item:nth-child(3) p {
    word-break: break-word;
}
/* OPTIONAL: RESPONSIVE */
@media (max-width: 600px) {
    .footer-text {
        font-size: 12px;
        padding: 0 10px;
    }
}

.about-us-hero {
    position: relative;
    margin-top: -10%;
}
.about-us-hero .container {
    padding-top: 10%;
    padding-bottom: 0px;
}
.about-us-hero .why-us-bg {
    position: absolute;
    margin-top: -10%;
    inset: 0;
    background: linear-gradient(130deg, #2589f1 0%, #d0232d 100%);
    opacity: 0.19;
    z-index: 0;

    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));

    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
}
.about-us-hero .services-bg {
    position: absolute;
    margin-top: -10%;
    inset: 0;
    background: linear-gradient(0deg, #1b7cd5 0%, #1b7cd5 100%);
    opacity: 0.19;
    z-index: 0;

    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));

    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
}

.about-gap {
    padding: 0;
}

.about-gap .container {
    margin: 0 auto;
    text-align: center;
}

.about-gap h2 {
    font-size: 42px;

    color: #002b5b;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-gap .intro {
    font-size: 22px;
    color: #252d3a;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about-gap .highlight {
    font-size: 24px;
    font-weight: 600;
    color: #1890ff;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 30px;
    text-align: left;
    max-width: 700px;
}

.feature-list li {
    font-size: 20px;
    color: #252d3a;
    padding: 12px 18px;
    margin-bottom: 12px;
    background: white;
    border-left: 4px solid #1890ff;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.about-gap .closing {
    font-size: 20px;
    font-style: italic;
    color: #606060;
    margin-top: 20px;
}
.about-gap h2 {
    font-size: 44px;
    color: #002b5b;
    margin-bottom: 24px;
}

.about-gap .intro {
    font-size: 22px;
    color: #252d3a;
    line-height: 1.7;
    margin: 0 auto 20px;
}

.about-gap .highlight {
    font-size: 24px;
    font-weight: 600;
    color: #1890ff;
    margin-bottom: 25px;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.card {
    background: #fff;
    padding: 26px;
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.card h3 {
    font-size: 22px;
    color: #002b5b;
    margin-bottom: 12px;
    font-family: Kanit, sans-serif;
}

.card p {
    font-size: 18px;
    color: #252d3a;
    line-height: 1.6;
}
.about-page .about-gap .container {
    padding-top: 0;
}

/* PRELOADER OVERLAY */
#preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;

    transition:
        opacity 0.5s ease,
        visibility 0.5s ease;
}

/* HIDE STATE */
#preloader.hide {
    opacity: 0;
    visibility: hidden;
}

/* SPINNER */
.spinner {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #e6e6e6;
    border-top: 5px solid #0088ff;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.oasis-header {
    padding: 80px 20px;
    /* background: #f8f9fa; */
}

/* container alignment (uses your system) */
.oasis-header .container {
    max-width: 1279px;
    margin: 0 auto;
}

/* content wrapper replaces Figma inline-flex */
.oasis-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 0 auto;
    text-align: center;
}

/* TITLE (replace fixed width + absolute font) */
.oasis-header h1 {
    max-width: 1100px;

    font-family: Kanit, sans-serif;
    font-size: 62px;
    font-weight: 700;
    line-height: 1.2;

    color: #002b5b;
    margin: 0;
}

/* DESCRIPTION */
.oasis-header p {
    max-width: 1000px;

    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 46px;

    color: #252d3a;
    margin: 0;
}

/* RESPONSIVE (critical fix) */
@media (max-width: 1024px) {
    .oasis-header h1 {
        font-size: 42px;
    }

    .oasis-header p {
        font-size: 22px;
        line-height: 34px;
    }
}

@media (max-width: 600px) {
    .oasis-header h1 {
        font-size: 32px;
    }

    .oasis-header p {
        font-size: 18px;
        line-height: 28px;
    }
}
.oasis-section {
    padding: 80px 20px;
    /* background: #ffffff; */
}

/* CONTAINER (use your system already) */
.oasis-section .container {
    max-width: 1280px;
    padding-top: 0;
    margin: 0 auto;
}

/* HEADER */
.oasis-header-block {
    margin-bottom: 36px;
}

.oasis-header-block h2 {
    font-family: Kanit, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #002b5b;
    margin-bottom: 16px;
}

.oasis-header-block p {
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 37px;
    color: #252d3a;
    max-width: 1100px;
}

/* MAIN CARD */
.oasis-card {
    background: #e9f1fa;
    border-radius: 23px;
    padding: 24px 22px;

    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* CARD TITLE */
.oasis-card h3 {
    font-family: Kanit, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #002b5b;
}

/* LIST */
.oasis-list {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* LIST ITEM */
.oasis-list li {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #252d3a;

    display: flex;
    align-items: center;
    gap: 14px;
}

/* GREEN CHECK ICON (CSS DOT STYLE) */
.oasis-list li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #68ac3c;
    border-radius: 50%;
    flex-shrink: 0;
}

/* FOOTER TEXT */
.oasis-footer-text {
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 37px;
    color: #252d3a;
}

.oasis-footer-text strong {
    font-weight: 700;
}
.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.read-more {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    color: #252d3a;
    text-decoration: none;
    margin-top: auto;
}



.footer {
    width: 100%;
    background: #1e3a8a;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
}

.footer-inner {
    /* max-width: 1200px; */
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}



/* TEXT */
.footer-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    /* max-width: 900px; */
    opacity: 0.9;
    font-family: Inter, sans-serif;
}

.footer-logo{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.footer-logo img{
    width: 138px;
    height: auto;
}