@charset "UTF-8";

/* =========================================
   2. Hero Section
   ========================================= */
.km-section-hero {
    background: linear-gradient(135deg, #001a57 0%, #003399 100%);
    background-size: cover;
    background-position: center;
    color: #fff;
	min-height:640px;
    padding: 160px 0 120px;
    position: relative;
}

.km-section-hero::before {
/*    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 20, 80, 0.6);
    z-index: 0; */
}

.km-hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.km-section-hero h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.4;
}

.km-hero-list {
	max-width: 90%;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}

.km-hero-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    opacity: 0.9;
	 
}

.km-hero-list li::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 10px;
    color: #fff;
}

/* Arrow Button Styles used in Hero/Intro */
.km-btn-arrow {
    display: inline-flex;
    align-items: center;
	justify-content: space-between;
    padding: 10px 16px;
    border-radius: 40px;
	width:220px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.km-btn-arrow i { margin-left: 8px; font-size: 12px; }

.km-btn-outline-white {
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    background: rgba(255,255,255,0.05);
}
.km-btn-outline-white:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* =========================================
   3. Intro Section
   ========================================= */
.km-section-intro {
    padding: 100px 0 80px 0px;
    background: #fff;
}

.km-intro-text-col {
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.km-section-intro h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a2b50;
    margin-bottom: 30px;
    line-height: 1.4;
}

.km-section-intro p {
    color: #555;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.km-intro-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.km-intro-img img {
    width: 100%;
    height: auto;
    display: block;
}

.km-btn-gray {
    background: #f0f2f5;
    color: #333;
    font-weight: bold;
}
.km-btn-gray:hover {
    background: #e2e6ea;
    color: #000;
}

/* =========================================
   Section: About
   ========================================= */
.km-section-about {
    padding: 80px 0 160px;
    background: #fff;
}

.km-about-header {
    margin-bottom: 40px;
}

.km-about-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a2b50;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.km-about-subtitle {
    font-size: 21px;
    color: #111;
    font-weight: 400;
}

.km-about-divider {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.km-about-label {
    font-size: 16px;
    color: #555;
    letter-spacing: 1px;
    margin-right: 30px;
    white-space: nowrap;
    text-transform: uppercase;
}

.km-divider-line {
    height: 2px;
    flex-grow: 1;
    background: linear-gradient(90deg, #FFF350 0%, #70C1A2 14.9%, #0192DC 32.21%, #044CA5 100%);
}

.km-about-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 80px;
    text-align: justify;
    max-width: 90%;
}

.km-stats-container {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.km-stat-item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.km-stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    height: 60px;
    width: 1px;
    background-color: #dcdcdc;
}

.km-stat-number {
    display: block;
    font-size: 64px;
    font-weight: 500;
    color: #2b5cdf;
    line-height: 1.1;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

.km-stat-text {
    font-size: 18px;
    color: #666;
    letter-spacing: 0.5px;
}

/* =========================================
   Section: Platform
   ========================================= */
.km-section-platform {
    padding: 100px 0 130px;
    background-color: #f8fafd;
}

.km-platform-header {
    text-align: center;
    margin-bottom: 70px;
}

.km-platform-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f1c3f;
    line-height: 1.5;
    margin-bottom: 30px;
}

.km-platform-underline {
    width: 100%;
    height: 2px;
    background-color: #E9EDEF;
	position: relative;
}

.km-platform-underline::before{
	width:200px;
	position: absolute;
	height:2px;
	content:'';
	background: #2b5cdf;
	display: inline-block;
	top:0px;
	margin-left:-100px;
}

.km-card-custom {
    background-color: #eff2f6;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    height: 540px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.km-card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.km-card-img-top {
    width: calc(100% - 30px);
    height: 240px;
    object-fit: cover;
    margin: 15px 15px 0 15px;
    border-radius: 12px;
}

.km-card-body {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.km-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5a6a;
    margin-bottom: 30px;
    text-align: justify;
}

.km-card-link {
    font-size: 15px;
    font-weight: 500;
    color: #2b5cdf;
	gap:6px;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
}

.km-card-link:hover {
    color: #1a3b8e;
}

.km-card-link i {
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.2s;
}

.km-card-link:hover i {
    transform: translateX(4px);
}

/* =========================================
   Section: Club Positioning
   ========================================= */
.km-section-positioning {
    padding: 100px 0 100px;
    background: #fff;
}

.km-section-positioning .container{
	padding:0px 5%;
}

.km-pos-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.km-pos-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f1c3f;
    line-height: 1.2;
    margin: 0;
}

.km-pos-link-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 5px;
}

.km-pos-label {
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

.km-btn-circle-arrow {
    width: 44px;
    height: 44px;
    background-color: #eff2f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.2s ease;
}

.km-btn-circle-arrow:hover {
    background-color: #dce1e8;
}

.km-btn-circle-arrow i {
    font-size: 14px;
}

.km-pos-row {
    background-color: #f5f7f9;
    border-radius: 120px;
    padding: 10px 50px 10px 10px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    min-height: 120px;
}

.km-pos-icon-wrap {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 40px;
}

.km-pos-icon-wrap i {
    font-size: 32px;
    color: #2b5cdf;
}

.km-pos-number {
    font-size: 32px;
    font-weight: 500;
    color: #0f1c3f;
    line-height: 1;
    font-family: Arial, sans-serif;
    width: 40px;
    text-align: center;
}

.km-pos-line {
    width: 50px;
    height: 1px;
    background-color: #999;
    margin: 0 40px 0 20px;
    flex-shrink: 0;
}

.km-pos-text {
    font-size: 21px;
    font-weight: 500;
    color: #0f1c3f;
    line-height: 1.6;
	max-width: 500px;
    flex-grow: 1;
}


@media (max-width: 991px) {
    .km-pos-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .km-pos-link-group { align-self: flex-end; }
    .km-pos-row {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        gap: 20px;
    }
    .km-pos-icon-wrap { margin-right: 0; margin-bottom: 10px; }
    .km-pos-line { width: 1px; height: 30px; margin: 10px 0; }
}

/* =========================================
   Section: Problem Solving
   ========================================= */
.km-section-problem {
    background-color: #062952;
    color: #fff;
    padding: 80px 0;
}

.km-problem-video-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 350px;
}

.km-problem-video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.km-play-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.km-play-icon {
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
}

.km-play-btn:hover .km-play-icon {
    background-color: #fff;
    color: #2b5cdf;
    border-color: #fff;
    transform: scale(1.1);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

.km-play-btn span {
    font-weight: 500;
    transition: opacity 0.3s, transform 0.3s;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.km-play-btn:hover span {
    opacity: 1;
    transform: translateX(5px);
}

@keyframes km-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.km-play-icon { animation: km-pulse 2s infinite; }
.km-play-btn:hover .km-play-icon { animation: none; }

.km-problem-content {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
	padding-top:20px;
}

.km-problem-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.4;
}

.km-problem-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
}

.km-problem-list-item:first-child { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.km-problem-bullet { margin-right: 15px; font-size: 10px; margin-top: 6px; }
.km-problem-text { font-size: 16px; line-height: 1.6; opacity: 0.9; }

/* Video Modal */
.km-video-modal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: relative;
}

.modal-backdrop.show {
    opacity: 0.85;
    background-color: #050f26;
}

.km-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 1056;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding: 10px;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    box-sizing: content-box;
    background-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.km-modal-close:hover {
    opacity: 1;
    transform: rotate(90deg);
    border-color: #2b5cdf;
}

@media (max-width: 991px) {
    .km-modal-close { top: -40px; right: -10px; }
}

/* =========================================
   Section: Founder
   ========================================= */
.km-section-founder {
    padding: 80px 0;
    background-color: #fff;
}

.km-founder-box {
    background-color: #F2F5F6;
    padding: 60px 60px;
    margin: 0 auto;
}

.km-founder-img-wrap {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}

.km-founder-img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.km-founder-content {
    padding-top: 10px;
    text-align: left;
}

.km-founder-name {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.km-founder-role {
    font-size: 32px;
    font-weight: 500;
    color: #0f1c3f;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.km-founder-divider {
    position: relative;
    height: 1px;
    background-color: #d0d5dd;
    width: 100%;
    margin-bottom: 30px;
}

.km-founder-divider::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 60px;
    height: 2px;
    background-color: #2b5cdf;
    margin-top: -0.5px;
}

.km-founder-list {
    list-style: none;
    padding: 0;
    margin: 0;
	max-width: 560px;
}

.km-founder-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 400;
}

.km-founder-list li::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 8px;
    color: #444;
}

@media (max-width: 991px) {
    .km-founder-box { padding: 40px 20px; }
    .km-founder-img-wrap { justify-content: center; padding-right: 0; margin-bottom: 30px; }
    .km-founder-content { text-align: left; padding-left: 10px; }
    .km-founder-name { font-size: 28px; }
    .km-founder-role { font-size: 18px; }
}

/* =========================================
   Section: Team (Swiper)
   ========================================= */
.km-section-team {
    padding: 80px 0 100px;
    background-color: #F2F5F6;
    overflow: hidden;
}

.km-team-header {
    margin-bottom: 50px;
}

.km-team-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f1c3f;
    margin-bottom: 16px;
}

.km-team-subtitle-row {
    display: flex;
    align-items: center;
}

.km-team-subtitle {
    font-size: 18px;
    color: #444;
    font-weight: 400;
	letter-spacing: 2px;
    margin-right: 20px;
    white-space: nowrap;
}

.km-team-line {
    flex-grow: 1;
   height: 1px;
   background: linear-gradient(90deg, #FFF350 0%, #70C1A2 14.9%, #0192DC 32.21%, #044CA5 100%);
}

.km-team-card {
    text-align: left;
    cursor: grab;
}

.km-team-card:active { cursor: grabbing; }

.km-team-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background-color: #ddd;
    display: block;
}

.km-team-name {
    font-size: 21px;
    font-weight: 700;
    color: #172949;
    margin-bottom: 8px;
}

.km-team-role {
    font-size: 15px;
    line-height: 1.6;
    color: #37353D;
    font-weight: 500;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.km-team-controls-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
}

.km-swiper-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #006EB4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: static;
    margin: 0;
}

.km-swiper-btn:hover { background-color: #006EB4; }
.km-swiper-btn.swiper-button-disabled {
    background-color: #006EB4;
    cursor: default;
    opacity: 0.6;
}
.km-swiper-btn i { font-size: 14px; }

.km-swiper-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    gap: 12px;
}

.km-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #006EB4;
    background-color: transparent;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.2s;
}

.km-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #006EB4;
}

@media (max-width: 768px) {
    .km-team-title { font-size: 26px; }
}

/* =========================================
   Section: Services
   ========================================= */
.km-section-services {
    padding: 80px 0 100px;
    background-color: #fff;
}

.km-service-header { margin-bottom: 20px; }
.km-service-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f1c3f;
    margin-bottom: 15px;
}

.km-service-subtitle-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.km-service-subtitle {
	font-size: 18px;
    color: #444;
    font-weight: 400;
    letter-spacing: 2px;
    margin-right: 20px;
    white-space: nowrap;
}

.km-service-line {
    flex-grow: 1;
    height: 1px;
   background: linear-gradient(90deg, #FFF350 0%, #70C1A2 14.9%, #0192DC 32.21%, #044CA5 100%);
}

.km-service-intro {
    font-size:18px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 90%;
}

.km-service-gray-panel {
    background-color: #f5f7f9;
    border-radius: 20px;
    padding: 30px 40px;
}

.km-service-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    height: 540px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: transform 0.3s ease;
}

.km-service-card:hover { transform: translateY(-5px); }

.km-service-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
    display: block;
}

.km-service-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f1c3f;
    margin-bottom: 20px;
}

.km-service-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 0;
}

.km-service-footer {
    text-align: center;
    margin-top: 50px;
}

.km-btn-detail {
    display: inline-flex;
    align-items: center;
    background-color: #0f4ba3;
    color: #fff;
    padding: 6px 30px 6px 6px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.3s;
    text-decoration: none;
}

.km-btn-detail:hover {
    background-color: #0a3b85;
    color: #fff;
}

.km-btn-icon-circle {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.km-btn-icon-circle i { font-size: 12px; }

@media (max-width: 991px) {
    .km-service-gray-panel { padding: 40px 20px; }
    .km-service-card { margin-bottom: 20px; }
}

/* =========================================
   Section: Online Course
   ========================================= */
.km-section-online-course {
    background:url(../img/index/coursebg.jpg) center center no-repeat, linear-gradient(135deg, #002b5c 0%, #001835 60%, #000f24 100%);
    background-size: cover;
	padding: 80px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}


.km-online-content {
    position: relative;
    z-index: 2;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.km-online-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.km-online-desc {
    font-size: 18px;
    line-height: 1.8; 
    margin-bottom: 50px;
    opacity: 0.95;
    font-weight: 400;
}

.km-btn-course-pill {
    display: inline-flex;
    align-items: center;
    justify-content: space-between; 
    background-color: #fff;
    color: #001c55; 
    padding: 14px 25px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 240px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.km-btn-course-pill:hover {
    background-color: #f0f2f5;
    transform: translateY(-2px);
    color: #001c55;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.km-btn-course-pill i {
    font-size: 12px;
    color: #001c55;
}

/* Image Styling */
.km-online-img-wrap {
    position: relative;
    z-index: 2;
    border-radius: 16px; /* Smooth corners */
    overflow: hidden;
    /* Deep shadow for pop effect */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4); 
}

.km-online-img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.01); /* Prevent anti-aliasing gap */
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .km-section-online-course {
        padding: 60px 0;
    }
    .km-online-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: left; /* Align left usually reads better on mobile */
    }
    .km-online-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .km-online-desc {
        font-size: 14px;
        margin-bottom: 30px;
    }
    /* Button full width on mobile or auto */
    .km-btn-course-pill {
        width: 100%; 
        min-width: auto;
    }
}

/* =========================================
   Section: News
   ========================================= */
.km-section-news {
    padding: 100px 0 120px;
    background-color: #fff;
}

.km-news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom:40px;
    padding-bottom: 10px;
}

.km-news-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f1c3f;
    line-height: 1;
    margin: 0;
}

.km-news-subtitle {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-bottom: 5px;
}

.km-news-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 20px;
    height: 410px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.km-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.km-news-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.km-news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.km-news-card:hover .km-news-img { transform: scale(1.05); }

.km-news-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding:0px 12px;
}

.km-news-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.8;
    margin-bottom: 30px;
}

.km-news-link {
    font-size: 14px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: color 0.3s;
}

.km-news-link i {
    font-size: 10px;
    transition: transform 0.3s;
}

.km-news-card:hover .km-news-link { color: #0f4ba3; }
.km-news-card:hover .km-news-link i { transform: translateX(4px); }

.km-news-footer {
    text-align: center;
    margin-top: 60px;
}

.km-btn-news-main {
    display: inline-flex;
    align-items: center;
    background-color: #0f4ba3;
    color: #fff;
    padding: 5px 30px 5px 5px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.3s;
}

.km-btn-news-main:hover {
    background-color: #0a3b85;
    color: #fff;
}

.km-btn-icon-circle {
    width: 38px;
    height: 38px;
    background-color: #6a91c9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #fff;
}

.km-btn-icon-circle i { font-size: 12px; }

@media (max-width: 768px) {
    .km-news-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


@charset "UTF-8";


/* =========================================
   Mobile Responsiveness 
   ========================================= */
@media (max-width: 991px) {
    
    .km-section-title, 
    .km-pos-title, 
    .km-platform-title,
    .km-about-title,
    .km-section-intro h2,
    .km-section-hero h1 {
        font-size: 24px !important; 
        line-height: 1.4 !important;
    }

    /* --- Section 1: Hero --- */
    .km-section-hero {
        padding: 80px 0 60px;
        text-align: center; 
    }
    .km-hero-content {
        margin: 0 auto;
    }
    .km-hero-list {
        text-align: left;
        display: inline-block;
    }
    .km-section-hero h1 {
        font-size: 26px !important;
        margin-bottom: 30px;
    }

    /* --- Section 2: Intro --- */
    .km-section-intro {
        padding: 60px 0;
    }
    .km-intro-text-col {
        padding-right: 0;
        margin-bottom: 40px; 
    }

    /* --- Section 3: About --- */
    .km-section-about {
        padding: 60px 0;
    }
    .km-about-desc {
        margin-bottom: 50px;
        text-align: left;
    }
    .km-stats-container {
        flex-direction: column;
        gap: 30px;
    }
    .km-stat-item {
        padding: 0;
        border-bottom: 1px solid #eee; 
        padding-bottom: 20px;
    }
    .km-stat-item:last-child { border-bottom: none; }
    .km-stat-item::after { display: none; } 
    .km-stat-number { font-size: 42px; }

    /* --- Section 4: Platform --- */
    .km-section-platform {
        padding: 60px 0 30px;
    }
    .km-card-custom {
        margin-bottom: 20px; 
    }

    /* --- Section 5: Positioning --- */
    .km-section-positioning {
        padding: 60px 0;
    }
    .km-pos-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 30px;
    }
    .km-pos-link-group { align-self: flex-start; }

    .km-pos-row {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        height: auto;
    }
    .km-pos-icon-wrap {
        margin-right: 0;
        margin-bottom: 15px;
        width: 60px; height: 60px; 
    }
    .km-pos-icon-wrap i { font-size: 24px; }
    
    .km-pos-line {
        width: 2px;
        height: 30px; 
        margin: 15px 0;
    }
    .km-pos-text {
        text-align: center;
        width: 100%;
    }

    /* --- Section 6: Problem --- */
    .km-section-problem {
        padding: 60px 0;
    }
    .km-problem-video-wrap {
        min-height: 250px; 
        margin-bottom: 40px; 
    }
    .km-problem-content {
        padding-left: 0;
    }

    /* --- Section 7: Founder --- */
    .km-section-founder {
        padding: 60px 0;
    }
    .km-founder-box {
        padding: 30px 20px;
    }
    .km-founder-img-wrap {
        justify-content: center;
        padding-right: 0;
        margin-bottom: 30px; 
    }
    .km-founder-content {
        padding-left: 0;
    }
    .km-founder-name { font-size: 28px; text-align: center; }
    .km-founder-role { font-size: 16px; text-align: center; }
    .km-founder-divider { margin: 20px auto; } 

    /* --- Section 8: Team --- */
    .km-section-team {
        padding: 60px 0;
    }
    .km-team-controls-wrapper {
        margin-top: 30px;
    }
    
    /* --- Section 9: Services --- */
    .km-section-services {
        padding: 60px 0;
    }
    .km-service-intro {
        margin-bottom: 30px;
        text-align: left;
    }
    .km-service-gray-panel {
        padding: 30px 15px;
    }
    .km-service-card {
        margin-bottom: 0; 
    }

    
    .km-section-news {
        padding: 60px 0 80px;
    }
    .km-news-header {
        margin-bottom: 30px;
    }
    .km-news-card {
        max-width: 380px; 
        margin: 0 auto;
    }
}