.service-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.service-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 20px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.08);
}

.service-content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-content .title a {
    color: #222;
    text-decoration: none;
    transition: 0.3s;
}

.service-content .title a:hover {
    color: #1d43fe;
}

.service-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #1d43fe;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.read-more span {
    transition: 0.3s;
}

.read-more:hover span {
    transform: translateX(4px);
}

.read-more:hover {
    color: #e85a00;
}

/* PARTNERS */
.partner__card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.partner__card:hover {
    transform: translateY(-8px);
}

.partner__logo {
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.partner__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner__card .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.partner__card .note {
    font-size: 13px;
    color: #888;
}

.injectable {
    filter: brightness(0) invert(1);
}

/*  */
/* =========================
   CERTIFICATE MODERN CLEAN UI
========================= */

.certificate-modern {
    position: relative;
    text-align: center;
    padding-top: 60px;
    transition: 0.3s ease;
}

/* FLOATING AVATAR */
.certificate-avatar {
    width: 105px;
    height: 105px;
    margin: 0 auto;

    border-radius: 50%;
    overflow: hidden;

    background: #fff;
    border: 3px solid #f1f5f9;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 2;

    transition: 0.3s ease;
}

/* IMAGE */
.certificate-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ICON BASE */
.certificate-avatar i {
    font-size: 42px;
}

/* REAL PDF COLOR */
.pdf-icon {
    color: #e11d48; /* PDF red (modern Adobe-like red) */
}

/* FILE ICON */
.file-icon {
    color: #64748b;
}

/* HOVER FLOAT */
.certificate-modern:hover .certificate-avatar {
    transform: translateY(-6px) scale(1.06);
}

/* CARD */
.certificate-box {
    background: #ffffff;
    margin-top: -45px;

    padding: 75px 22px 26px;

    border-radius: 20px;

    border: 1px solid #f1f5f9;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);

    transition: 0.3s ease;
}

/* hover feel */
.certificate-modern:hover .certificate-box {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);
}

/* NAME */
.certificate-box .name {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

/* FROM */
.certificate-box .role {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 18px;
}

/* ACTIONS */
.certificate-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.view-btn {
    padding: 9px 14px;
    border-radius: 12px;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;

    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);

    transition: 0.25s ease;
}

.view-btn:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.25);
}

.official-btn {
    padding: 9px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    background: #f8fafc !important;
    color: #1d4ed8 !important;

    border: 1px solid #e2e8f0;

    transition: 0.25s ease;
}

.official-btn:hover {
    background: #1d4ed8 !important;
    color: #fff !important;
    transform: translateY(-3px);
}

.title,
.footer__widget-title {
    font-family: "Kantumruy Pro";
}
.center-div {
    /* margin-top: 200px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: all 0.25s ease;
    height: 110px;
}

.brand-item img {
    max-height: 60px;
    width: auto;
    object-fit: contain;

    /* IMPORTANT: keep real colors */
    filter: none;
    opacity: 1;

    transition: transform 0.25s ease;
}

.brand-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(15, 23, 42, 0.08);
    border-color: rgba(59, 130, 246, 0.2);
}

.brand-item:hover img {
    transform: scale(1.05);
}

/* FIRST section */

.breadcrumb--premium {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-top: 90px; /* clears fixed header */
    padding-bottom: 0;
}

/* ── Background image ── */
.breadcrumb__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.06);
    filter: saturate(1.1);
    z-index: 0;
}

/* ── Overlays ── */
.breadcrumb__layers .layer {
    position: absolute;
    inset: 0;
}

.layer-1 {
    background: linear-gradient(
        120deg,
        rgba(11, 22, 51, 0.97) 0%,
        rgba(29, 67, 200, 0.6) 50%,
        rgba(11, 22, 51, 0.94) 100%
    );
    z-index: 1;
}

.layer-2 {
    background: radial-gradient(
        circle at 18% 60%,
        rgba(80, 110, 255, 0.18) 0%,
        transparent 60%
    );
    z-index: 2;
}

/* ── Dot grid (decorative, top-right) ── */
.layer-dots {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    inset: auto !important;
    top: 28px !important;
    right: 48px !important;
    left: auto !important;
    bottom: auto !important;
    width: 110px;
    opacity: 0.13;
    z-index: 3;
}

.layer-dots span {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    display: block;
}

/* ── Bottom shimmer line ── */
.layer-line {
    top: auto !important;
    height: 2px !important;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(100, 160, 255, 0.45) 35%,
        rgba(140, 210, 255, 0.3) 65%,
        transparent 100%
    );
    z-index: 4;
}

/* ── Content ── */
.breadcrumb__content {
    position: relative;
    z-index: 5;
    padding: 44px 0 36px;
}

/* ── Tag pill ── */
.breadcrumb__tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(180, 205, 255, 0.9);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    padding: 5px 14px;
    margin-bottom: 14px;
    backdrop-filter: blur(8px);
}

.breadcrumb__tag-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(140, 185, 255, 0.85);
    display: block;
    flex-shrink: 0;
}

/* ── Title ── */
.breadcrumb__content .title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.15;
    margin: 0 0 14px;
}

/* ── Breadcrumb nav ── */
.breadcrumb__nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
}

.breadcrumb__nav a {
    color: rgba(180, 205, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb__nav a:hover {
    color: #fff;
}

.breadcrumb__sep {
    color: rgba(255, 255, 255, 0.25);
    font-size: 12px;
}

.breadcrumb__nav .current {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
}
 
body:not(.home-page) #sticky-header.tg-header__area {
    background: #ffffff !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

body:not(.home-page) #sticky-header .tgmenu__nav .navigation > li > a {
    color: #1a1a2e !important;
}

body:not(.home-page) #sticky-header .tgmenu__nav .navigation > li.active > a {
    color: #1d43fe !important;
}

body:not(.home-page) #sticky-header .tgmenu__nav .navigation > li > a:hover {
    color: #1a2b7c !important;
}

body:not(.home-page) #sticky-header .tgmenu__nav .navigation > li.active > a::before,
body:not(.home-page) #sticky-header .tgmenu__nav .navigation > li.active > a::after {
    background-color: #1d43fe !important;
}

body:not(.home-page) #sticky-header .tgmenu__nav .navigation > li > a i,
body:not(.home-page) #sticky-header .tgmenu__nav .navigation > li .dropdown-btn {
    color: #1a1a2e !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body:not(.home-page) #sticky-header .tgmenu__nav .navigation > li.active > a i,
body:not(.home-page) #sticky-header .tgmenu__nav .navigation > li.active .dropdown-btn {
    color: #1d43fe !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
}

body:not(.home-page) #sticky-header .tg-btn {
    background: #1d43fe !important;
    color: #ffffff !important;
    border-color: #1d43fe !important;
}

body:not(.home-page) #sticky-header .logo img {
    filter: none !important;
}

/* ============================================================
   Mobile header — fix on ALL inner pages
   The sticky header on mobile must also be white
   ============================================================ */

body:not(.home-page) .tg-header__area {
    background: #ffffff !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

/* ── Mobile nav toggler icon — remove blue background ── */
body:not(.home-page) .mobile-nav-toggler,
html body:not(.home-page) .mobile-nav-toggler {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #1a1a2e !important;
}

body:not(.home-page) .mobile-nav-toggler i,
body:not(.home-page) .mobile-nav-toggler svg,
body:not(.home-page) .mobile-nav-toggler span {
    background: transparent !important;
    background-color: transparent !important;
    color: #1a1a2e !important;
    fill: #1a1a2e !important;
}

/* ── Also fix on home page mobile (always transparent toggler) ── */
.mobile-nav-toggler {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* ============================================================
   Mobile menu drawer
   ============================================================ */

html body .tgmobile__menu .navigation li a {
    color: #1a1a2e !important;
}

html body .tgmobile__menu .navigation li.active > a {
    color: #1d43fe !important;
}

html body .tgmobile__menu .navigation li .dropdown-btn,
html body .tgmobile__menu .navigation li .menu-expand {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(26, 43, 124, 0.25) !important;
    border-radius: 6px !important;
    color: #1a1a2e !important;
}

html body .tgmobile__menu .navigation li.active .dropdown-btn,
html body .tgmobile__menu .navigation li.active .menu-expand,
html body .tgmobile__menu .navigation li.open .dropdown-btn,
html body .tgmobile__menu .navigation li.open .menu-expand {
    border-color: #1d43fe !important;
    color: #1d43fe !important;
    background: transparent !important;
}

html body .tgmobile__menu .navigation li .dropdown-btn *,
html body .tgmobile__menu .navigation li .menu-expand * {
    background: transparent !important;
    color: inherit !important;
}
EOF
