/* Start custom CSS for html, class: .elementor-element-fedbe3c *//* ===== Base &amp; Scoping ===== */
.fti-page * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.fti-page {
    font-family: 'Inter', sans-serif !important;
    color: #1e1e1e !important;
    background: #fff !important;
    line-height: 1.6 !important;
    overflow-x: hidden !important;
}

.fti-page a {
    text-decoration: none !important;
    color: inherit !important;
}

.fti-page img {
    max-width: 100% !important;
    display: block !important;
}

.fti-page .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Base Sections */
.fti-page .bg-white {
    background: #fff !important;
}

.fti-page .bg-light {
    background: #f2f9ff !important;
}

/* Buttons */
.fti-page .btn-container {
    margin-top: 20px !important;
}

.fti-page .btn-container.centered {
    text-align: center !important;
}

.fti-page .btn-container.left-align {
    text-align: left !important;
}

.fti-page .mt-30 {
    margin-top: 30px !important;
}

.fti-page .mt-40 {
    margin-top: 40px !important;
}

.fti-page .btn-outline {
    display: inline-flex !important;
    border: 1px solid #005cb0 !important;
    color: #005cb0 !important;
    padding: 10px 24px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    background: #fff !important;
    align-items: center !important;
    justify-content: center !important;
}

.fti-page .btn-outline:hover {
    background: #005cb0 !important;
    color: #fff !important;
}

.fti-page .btn-outline.small {
    padding: 6px 16px !important;
    font-size: 14px !important;
    margin-top: 20px !important;
}

/* Sections Global */
.fti-page .section-padding {
    padding: 80px 0 !important;
}

.fti-page .section-title {
    font-size: 35px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #1e1e1e !important;
    margin-bottom: 24px !important;
    line-height: 1.2 !important;
}

.fti-page .section-title.left-align {
    text-align: left !important;
}

.fti-page .section-desc {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #1e1e1e !important;
    line-height: 27px !important;
    text-align: center !important;
    max-width: 1000px !important;
    margin: 0 auto 40px !important;
}

/* ===== Navbar &amp; Hero ===== */
.fti-page .navbar {
    width: 100% !important;
}

.fti-page .hero {
    width: 100% !important;
}

/* Make sure banner images stretch completely to avoid left alignment on large screens */
.fti-page .navbar img,
.fti-page .hero img,
.fti-page .logos-section img,
.fti-page .footer img {
    width: 100% !important;
    object-fit: cover !important;
}

/* ===== Intro ===== */
.fti-page .intro {
    padding: 60px 0 !important;
    text-align: center !important;
}

.fti-page .intro .section-label {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #005cb0 !important;
    margin-bottom: 5px !important;
    text-transform: none !important;
}

.fti-page .intro .subtitle {
    font-size: 35px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
    color: #1e1e1e !important;
}

.fti-page .intro .title {
    font-size: 35px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    color: #1e1e1e !important;
}

.fti-page .intro .description {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #1e1e1e !important;
    line-height: 27px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.fti-page .intro .description p {
    margin-bottom: 0 !important;
}

.fti-page .intro .btn-container {
    margin-top: 30px !important;
}

/* ===== Content Wrapper (Left Text, Right Image &amp; Reverse) ===== */
.fti-page .content-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 50px !important;
}

.fti-page .content-wrapper.reverse {
    flex-direction: row-reverse !important;
}

.fti-page .text-content {
    flex: 1 !important;
}

.fti-page .image-content {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
}

.fti-page .image-content .rounded-img {
    border-radius: 25px !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

.fti-page .description-list p {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    margin-bottom: 15px !important;
}

.fti-page .description-list ul {
    margin-bottom: 15px !important;
    padding-left: 25px !important;
}

.fti-page .description-list li {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    margin-bottom: 5px !important;
}

/* ===== Grids ===== */
.fti-page .features-grid-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
}

.fti-page .features-grid-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
}

.fti-page .feature-card {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.fti-page .feature-card .circle-img {
    width: 223px !important;
    height: 223px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    margin-bottom: 25px !important;
}

.fti-page .feature-title {
    font-size: 25px !important;
    font-weight: 500 !important;
    color: #005cb0 !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}

.fti-page .feature-text {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    color: #1e1e1e !important;
}

/* Global Exposure Desktop Styling */
.fti-page .global-card .global-card-inner {
    display: block !important;
}

.fti-page .global-card .img-container {
    position: relative !important;
    width: auto !important;
}

.fti-page .global-card .desktop-only-title {
    display: block !important;
}

.fti-page .global-card .mobile-banner {
    display: none !important;
}

.fti-page .global-card .feature-text {
    display: block !important;
}

.fti-page .global-card .btn-outline {
    display: inline-flex !important;
}

/* Logos &amp; Footer */
.fti-page .logos-section {
    padding: 0 !important;
}

.fti-page .footer {
    width: 100% !important;
}

/* ===== Responsive Design ===== */

@media (max-width: 1024px) {
    .fti-page .features-grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px !important;
    }

    .fti-page .features-grid-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .fti-page .content-wrapper {
        gap: 30px !important;
    }
}

@media (max-width: 768px) {
    .fti-page .section-padding {
        padding: 50px 0 !important;
    }

    .fti-page .section-title {
        font-size: 20px !important;
    }

    .fti-page .learning-environment .section-title {
        color: #005cb0 !important;
    }

    .fti-page .intro .section-label {
        font-size: 15px !important;
    }

    .fti-page .intro .subtitle {
        font-size: 16px !important;
        margin-bottom: 2px !important;
    }

    .fti-page .intro .title {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    .fti-page .feature-title {
        font-size: 15px !important;
        margin-bottom: 8px !important;
    }

    .fti-page .intro .description,
    .fti-page .intro .description p,
    .fti-page .section-desc {
        font-size: 13px !important;
        line-height: 22px !important;
        font-weight: 500 !important;
    }

    .fti-page .description-list p,
    .fti-page .description-list li {
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
    }

    .fti-page .content-wrapper,
    .fti-page .content-wrapper.reverse {
        flex-direction: column-reverse !important;
        text-align: center !important;
    }

    .fti-page .section-title.left-align {
        text-align: center !important;
    }

    .fti-page .btn-container.left-align {
        text-align: center !important;
    }

    .fti-page .description-list ul {
        text-align: left !important;
        display: inline-block !important;
    }

    /* Features Grid for Mobile (Image Left, Text Right) */
    .fti-page .features-grid-4 {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .fti-page .features-grid-3 {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        padding: 0 20px !important;
        /* Inset cards to match text width */
    }

    .fti-page .feature-card {
        display: flex !important;
        flex-direction: row !important;
        text-align: left !important;
        align-items: center !important;
        gap: 20px !important;
    }

    .fti-page .feature-card .circle-img {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
        border-radius: 28px !important;
        /* Made shape oval/squircle to match Figma */
    }

    .fti-page .features-grid-4 .feature-title {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #000 !important;
        margin-bottom: 0 !important;
        line-height: 1.3 !important;
    }

    /* Hide text and buttons on mobile for general feature cards based on design screenshot */
    .fti-page .features-grid-4 .feature-text {
        display: none !important;
    }

    .fti-page .features-grid-4 .btn-outline {
        display: none !important;
    }

    /* Global Card Mobile Styling */
    .fti-page .feature-card.global-card {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        /* removed gap */
    }

    .fti-page .global-card .global-card-inner {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        height: 70px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        margin-bottom: 0 !important;
        background: #005cb0 !important;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
        align-items: stretch !important;
    }

    .fti-page .feature-card.global-card .img-container {
        width: 96px !important;
        min-width: 96px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
    }

    .fti-page .feature-card.global-card .img-container .circle-img {
        width: 100% !important;
        height: 100% !important;
        /* make image fill height */
        object-fit: cover !important;
        border-radius: 0 !important;
        margin: 0 !important;
        transform: scale(1.45) !important;
    }

    .fti-page .global-card .desktop-only-title {
        display: none !important;
    }

    .fti-page .global-card .mobile-banner {
        display: flex !important;
        flex: 1 !important;
        padding: 0 16px !important;
        justify-content: space-between !important;
        align-items: center !important;
        background: #005cb0 !important;
        text-decoration: none !important;
        /* ensure the anchor tag has no underline */
    }

    .fti-page .global-card .banner-title {
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #fff !important;
        margin: 0 !important;
        line-height: 1.3 !important;
        text-align: left !important;
        padding-right: 12px !important;
    }

    .fti-page .global-card .arrow-icon {
        flex-shrink: 0 !important;
        width: 18px !important;
        height: 18px !important;
    }

    /* Hide text and buttons on mobile for global cards based on design screenshot */
    .fti-page .global-card .feature-text {
        display: none !important;
    }

    .fti-page .global-card .btn-outline {
        display: none !important;
    }

    .fti-page .feature-title {
        font-size: 15px !important;
        margin-bottom: 8px !important;
    }

    .fti-page .feature-text {
        font-size: 13px !important;
        line-height: 22px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2a7e5e *//* ===================================
   CLEAN PARTNER WRAPPER (RESPONSIVE)
=================================== */

/* Optional Scope to prevent global overrides */
.fti-partner-scope * {
    box-sizing: border-box !important;
}

.partner-wrapper {
    max-width: 1200px !important;
    margin: 70px auto !important;
    /* Center horizontally + vertical spacing */
    padding: 45px 40px !important;

    background: #ffffff !important;
    border-radius: 22px !important;

    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07) !important;
    width: 100% !important;
}

/* 
   Center content - Adding true responsive flex grid support 
   for the Elementor container.
*/
.partner-wrapper .elementor-container {
    display: flex !important;
    flex-wrap: wrap !important;
    /* CRITICAL: Allows items to break to the next line on small screens */
    align-items: center !important;
    justify-content: center !important;
    /* Centers the whole block of logos */
    gap: 40px !important;
    /* Consistent spacing between logos without relying on margins */
    width: 100% !important;
}

/* Control column behavior so they don't break the container */
.partner-wrapper .elementor-column {
    text-align: center !important;
    flex: 0 0 auto !important;
    /* Stop logos from stretching out of proportion */
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
    /* Remove default Elementor column padding to rely strictly on gap */
}

/* Ensure logos stay reasonably sized and maintain aspect ratio */
.partner-wrapper img {
    max-height: 70px !important;
    max-width: 100% !important;
    /* Ensures a logo won't overflow its container on tiny phones */
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}

/* ===================================
   TABLET RESPONSIVE (&lt; 1024px)
=================================== */
@media (max-width: 1024px) {
    .partner-wrapper {
        padding: 40px 30px !important;
        margin: 50px 20px !important;
    }

    .partner-wrapper .elementor-container {
        gap: 30px !important;
    }

    .partner-wrapper img {
        max-height: 60px !important;
    }
}

/* ===================================
   MOBILE RESPONSIVE (&lt; 767px)
=================================== */
@media (max-width: 767px) {
    .partner-wrapper {
        padding: 20px 10px !important;
        /* Smaller padding to maximize horizontal space */
        margin: 30px 10px !important;
        border-radius: 12px !important;
        width: calc(100% - 20px) !important;
        /* Take up as much screen as possible */
    }

    .partner-wrapper .elementor-container {
        flex-wrap: nowrap !important;
        /* Force 1 strictly straight row */
        gap: 8px !important;
        /* Tiny gap so 6 logos fit side-by-side */
        justify-content: space-between !important;
        width: 100% !important;
    }

    /* Force columns to shrink down aggressively to fit */
    .partner-wrapper .elementor-column {
        width: auto !important;
        min-width: 0 !important;
        /* Crucial to allow shrinking below element&#039;s natural width */
        flex: 1 1 0 !important;
        /* Let all 6 columns distribute space equally */
        padding: 0 !important;
    }

    /* Keep images fully responsive to the tiny columns */
    .partner-wrapper img {
        max-width: 100% !important;
        height: auto !important;
        max-height: 35px !important;
        /* Cap vertical height to avoid weird stretching */
        object-fit: contain !important;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-94c7a8b *//* =========================================================
   1. GLOBAL RESET &amp; BASE TYPOGRAPHY (MENGUNCI FONT)
========================================================= */
.iup-wrapper {
    width: 100% !important;
    overflow-x: hidden !important;
    font-family: 'Inter', sans-serif !important;
    color: #1E1E1E !important;
    background: #ffffff !important;
}

.iup-wrapper * {
    box-sizing: border-box !important;
    font-family: 'Inter', sans-serif !important;
}

/* Base Paragraph - Normal Style, Line Height pas untuk baca */
.iup-wrapper p {
    font-style: normal !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    color: #1E1E1E !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* Backgrounds &amp; Text Utilities */
.bg-white { background-color: #ffffff !important; }
.bg-blue-light { background-color: #F2F9FF !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mb-30 { margin-bottom: 30px !important; }

/* Containers */
.container-narrow { max-width: 900px !important; margin: 0 auto !important; }
.container-wide { max-width: 1200px !important; margin: 0 auto !important; }

/* =========================================================
   2. MOBILE EXACT MATCH (Desain Prioritas)
========================================================= */

/* Edge-to-Edge Image (Gambar sentuh pinggir) */
.img-edge {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* Padding Khusus Teks Mobile */
.p-mobile {
    padding: 45px 20px !important;
}

/* Titles */
.label-blue {
    color: #005CB0 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.main-title {
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    color: #1E1E1E !important;
}

.main-title strong { font-weight: 700 !important; }

.iup-wrapper h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    color: #1E1E1E !important;
}

.text-intro { margin-bottom: 35px !important; }

/* Dash List (-) */
.iup-wrapper ul.dash-list {
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-bottom: 20px !important;
}

.iup-wrapper ul.dash-list li {
    position: relative !important;
    padding-left: 18px !important;
    margin-bottom: 12px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.iup-wrapper ul.dash-list li::before {
    content: "-" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #1E1E1E !important;
}

/* Layout Lingkaran (Gambar Kiri, Teks Kanan - Rapat) */
.circle-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
}

.circle-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 15px !important;
    text-align: left !important;
}

.circle-item img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    object-fit: cover !important;
    margin-top: 2px !important;
}

.circle-content h4 {
    color: #005CB0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.3 !important;
}

.circle-content p {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* Pill Button (Melengkung) */
.btn-pill {
    display: inline-block !important;
    padding: 10px 28px !important;
    border: 1.5px solid #005CB0 !important;
    border-radius: 50px !important;
    color: #005CB0 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
}

.btn-pill:hover { background: #005CB0 !important; color: #fff !important; }
.hide-mobile { display: none !important; }

/* =========================================================
   3. TABLET (768px - 1024px)
========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {
    .p-mobile { padding: 60px 40px !important; }
    .iup-wrapper p, .iup-wrapper ul.dash-list li { font-size: 15px !important; }
    .main-title { font-size: 28px !important; }
    .iup-wrapper h3 { font-size: 26px !important; }
    
    /* Gambar tidak merusak layar terlalu lebar */
    .img-edge { max-height: 400px !important; }
    
    /* Grid Lingkaran jadi 2 Kolom */
    .circle-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 30px !important; }
    .circle-item { flex-direction: column !important; text-align: center !important; align-items: center !important; }
    .circle-item img { width: 110px !important; height: 110px !important; margin-bottom: 10px !important; }
    .circle-content h4 { font-size: 16px !important; margin-bottom: 10px !important; }
    .circle-content { text-align: center !important; }
}

/* =========================================================
   4. DESKTOP (&gt; 1024px) - Mengikuti Desain Website
========================================================= */
@media (min-width: 1025px) {
    .p-mobile { padding: 80px 20px !important; }
    .iup-wrapper p, .iup-wrapper ul.dash-list li { font-size: 16px !important; line-height: 1.8 !important; }
    .label-blue { font-size: 18px !important; }
    .main-title { font-size: 36px !important; margin-bottom: 30px !important; }
    .iup-wrapper h3 { font-size: 30px !important; margin-bottom: 25px !important; }
    
    /* Desktop Split Section (Kiri Gambar, Kanan Teks) */
    .split-desktop { 
        display: flex !important; 
        flex-direction: row !important; 
        align-items: center !important; 
        max-width: 1200px !important; 
        margin: 0 auto !important; 
        padding: 80px 20px !important;
        background: transparent !important;
    }
    
    /* Membungkus section agar background penuh ke samping tapi konten di tengah */
    .bg-white.split-desktop, .bg-blue-light.split-desktop {
        padding: 0 !important;
        max-width: 100% !important;
    }
    .split-desktop &gt; .desktop-img { 
        width: 45% !important; 
        border-radius: 20px !important; 
        max-height: 500px !important; 
        margin-left: max(20px, calc((100% - 1200px) / 2)) !important;
    }
    .split-desktop &gt; .desktop-content { 
        width: 55% !important; 
        padding: 80px 40px !important; 
        max-width: 700px !important;
    }
    
    .desktop-left { text-align: left !important; }
    
    /* Lingkaran (4 Kolom &amp; 3 Kolom) */
    .circle-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 30px !important; }
    .exp-grid { grid-template-columns: repeat(3, 1fr) !important; max-width: 1100px !important; margin: 0 auto !important; }
    
    .circle-item { flex-direction: column !important; text-align: center !important; align-items: center !important; }
    .circle-item img { width: 140px !important; height: 140px !important; margin-bottom: 15px !important; }
    .circle-content { text-align: center !important; }
    .circle-content h4 { font-size: 17px !important; margin-bottom: 15px !important; }
    .circle-content p { font-size: 15px !important; }
    
    .btn-sm { font-size: 13px !important; padding: 10px 20px !important; margin-top: 15px !important; }
    .hide-mobile { display: inline-block !important; }
}/* End custom CSS */