@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --bs-primary: #1c7d3f;
    --bs-secondary: #ffc105;
    --bs-secondary: #f75b00;
    --bs-light: #f1f2f4;
    --bs-dark: #272d47;
    --bs-heading-color: #272d47;
    --bs-darker: #1a1c33;
    --bs-success: #0abb75;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #3F4254;
    background-color: #F4F4F0;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
}

img,
svg {
    max-width: 100%;
    height: revert-layer;
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
    box-shadow: none;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.btn {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0.45rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
}

.btn-sm {
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 13px;
}

.btn-xs {
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 12px;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-primary:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-check:checked+.btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:first-child:active,
:not(.btn-check)+.btn.btn-secondary:active,
.btn-secondary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-md {
    font-size: 18px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.form-control:focus {
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    border-color: #eee;
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--bs-gray-500);
    font-size: 0.85rem
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slick-arrow {
    background-color: var(--bs-white);
    color: var(--bs-dark) !important;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    left: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E7EA;
}

.owl-carousel .owl-nav button.owl-next,
.slick-arrow.slick-next {
    left: auto;
    right: -0.6rem;
}

.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: var(--bs-white) !important;
    color: var(--bs-primary) !important;
    border-color: #E1E7EA;
}

.owl-nav button svg,
.slick-arrow svg {
    height: 9px;
    width: auto;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
}

.slick-dots li {
    display: inline-flex;
}

.slick-dots button {
    font-size: 0;
    border: none;
    width: 10px;
    height: 10px;
    background-color: var(--bs-gray-300);
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: var(--bs-primary);
}

.slick-dots button:hover {
    background-color: var(--bs-gray-500);
}

.breadcrumb-item {
    font-weight: 500;
}

.breadcrumb-item.active {
    color: var(--bs-primary);
}

.pagination li>* {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    text-align: center;
    display: block;
    min-width: 2.5em;
    border: 1px solid var(--bs-primary);
    height: 2.5em;
    color: var(--bs-primary);
    margin: 0 5px;
    border-radius: 0.5rem;
}

.pagination li>*:hover,
.pagination li.active>* {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.pagination {
    justify-content: center;
}

.pagination li.disabled {
    display: none;
}

.preloader {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-white);
    position: fixed;
    inset: 0;
    z-index: 9999;
}

#content-wrapper {
    min-height: calc(100vh - 500px);
}

.truncate-text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--lines, 2);
    line-clamp: var(--lines, 2);
    min-height: calc(var(--line-height, 20px) * var(--lines, 2));
}

.scrollTop {
    position: fixed;
    right: 25px;
    bottom: 60px;
    width: 40px;
    height: 45px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    border-radius: 3px;
    color: var(--bs-white);
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 7px 5px -4px;
}

.scrollTop:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-arrow-btn {
    background-color: rgb(255 255 255 / 30%);
    border: 1px solid transparent;
    height: 66px;
    width: 32px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0 8px -2px rgba(0, 0, 0, .3);
    align-items: center;
    padding: 0 4px 0 0;
    left: 0;
    transform: translateY(-50%);
    margin-top: 0;
    color: var(--bs-white);
    transition: all 0.3s ease-in-out;
}

.swiper-arrow-btn:hover {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.swiper-button-next {
    padding: 0 0 0 2px;
    right: 0;
    left: auto;
}

.swiper-button-next svg {
    transform: rotate(180deg);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 11px;
    height: 16px;
    object-fit: contain;
    transform-origin: center;
}

.swiper-pagination-bullet-active {
    background: var(--bs-white);
}

.whatsapp-float {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 15px 5px 10px;
    height: 40px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    color: var(--bs-white);
    background-color: #25d366;
    position: fixed;
    right: 25px;
    bottom: 120px;
    border-radius: 50px;
    font-size: 16px;
    z-index: 999;
}

/* =============== Header CSS =============== */
.header {
    background-color: #1a1d2e;
    color: var(--bs-white);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header-logo {
    display: block;
    transition: all 0.2s ease-in-out;
}

.header-logo:hover {
    transform: scale(1.03);
}

.text-logo {
    font-size: 1.5rem;
    color: var(--bs-secondary);
}

.logo-slogan {
    color: var(--bs-white);
    font-size: 12px;
    display: none;
}

.navmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.nav-link {
    display: inline-block;
    color: #ccc;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.25rem;
    position: relative;
}

.nav-link::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background-color: var(--bs-secondary);
    transition: all 0.3s ease-in-out;
}

.nav-link.active::after,
.nav-link:hover::after {
    transform: scaleX(1);
}

.resume-btn,
.header-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease-in-out;
}

.resume-btn:active,
.resume-btn:focus,
.resume-btn:hover {
    transform: translateY(-2px);
}

.header-btn:active,
.header-btn:focus,
.header-btn:hover {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
    transform: translateY(-2px);
}

.resume-btn svg,
.header-btn svg {
    transform: rotate(-45deg);
}

/* =============== Header CSS =============== */

/* =============== Hero Section =============== */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #137143 0%, #1c7d3f 60%);
    background: linear-gradient(to left, #137143 50%, #1c7d3f 40%);
    color: #fff;
    position: relative;
    padding: 6rem 0;
    --hero-accent: #ffc105;
}

.hero-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 6rem 1rem;
}

.hero-badge {
    display: inline-block;
    background: rgb(255 193 5 / 10%);
    color: var(--hero-accent);
    padding: 8px 18px;
    border: 1px solid rgb(255 193 5 / 70%);
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .6px;
    margin-bottom: 1.25rem;
}

.hero-title {
    font-size: 64px;
    line-height: 1.03;
    margin: 0.4rem 0 0.6rem;
    font-weight: 800;
    color: var(--bs-white);
    letter-spacing: -0.025em;
}

.hero-role {
    font-size: 28px;
    margin: 0;
    opacity: 0.95;
}

.hero-org {
    font-size: 20px;
    color: var(--hero-accent);
    margin: .6rem 0 1rem;
    font-weight: 600;
}

.hero-desc {
    max-width: 720px;
    margin: 1.2rem auto 1.8rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.btn-hero {
    border-radius: 40px;
    padding: 14px 30px;
    font-size: 16px;
    background: var(--hero-accent);
    border-color: var(--hero-accent);
    color: #111;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
    font-weight: 700;
}

.btn-hero:active,
.btn-hero:focus,
.btn-hero:hover {
    background-color: var(--bs-secondary) !important;
}

.hero-scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.scroll-down {
    display: inline-block;
    width: 34px;
    height: 54px;
    border-radius: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 6px;
}

.scroll-down span {
    width: 8px;
    height: 8px;
    background: var(--hero-accent);
    border-radius: 50%;
    display: block;
    animation: scrollDot 1.6s infinite;
    margin-top: 4px;
}

@keyframes scrollDot {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(14px);
        opacity: .6
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

/* =============== About Section =============== */
.section-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-pretitle {
    position: relative;
    display: inline-flex;
    align-items: center;
    /* font-size: 1.5rem; */
    font-weight: 700;
    color: #0f5732;
}

.section-pretitle::before {
    content: '';
    width: 48px;
    height: 4px;
    background: var(--bs-secondary);
    border-radius: 999px;
    background: #f5c518;
    margin-right: 0.75rem;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

.about-image-card {
    position: relative;
    margin: 0 auto;
}

.about-image-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: rgb(28 125 63 / 10%);
    z-index: 0;
    border: 1px solid rgb(28 125 63 / 20%);
    transform: translate(16px, 16px);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-image-card:hover::before {
    transform: translate(24px, 24px);
}

.about-image-card img {
    width: 100%;
    display: block;
    border-radius: 32px;
    box-shadow: 0 30px 80px rgba(8, 52, 24, 0.12);
    position: relative;
    z-index: 1;
}

.about-card {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-left: 5px solid var(--bs-primary);
    border-radius: 25px;
    padding: 2.5rem 2.5rem 1rem;
    box-shadow: 0 24px 60px rgba(7, 47, 21, 0.08);
    font-weight: 500;
}

.about-card h2 {
    margin-bottom: 1rem;
    color: #193b24;
}

.about-card p {
    color: #4f5d50;
    line-height: 1.9;
    margin-bottom: 1.25rem;
}

.about-card strong {
    color: var(--bs-primary);
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.about-highlight {
    background: var(--bs-white);
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    box-shadow: 0 18px 50px rgba(10, 48, 20, 0.06);
    transition: all 0.2s ease-in-out;
}

.about-highlight:hover {
    border-color: var(--bs-primary);
}

.highlight-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(19, 125, 67, 0.1);
    color: #0f5732;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
}

.about-highlight:hover .highlight-icon {
    background: rgb(28 125 63 / 20%);
    font-size: 1.7rem;
}

.about-highlight:hover .highlight-icon {}

.about-highlight h3 {
    font-size: 1.15rem;
    margin-bottom: 0.4rem;
    color: #173926;
}

.about-highlight p {
    margin: 0;
    color: #6f7d6f;
}

@media (max-width: 768px) {
    .section-header {
        justify-content: center;
    }

    .about-card {
        padding: 1.5rem;
    }

    .about-highlights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 40px;
    }

    .hero-inner {
        padding: 3rem 1rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .btn-hero {
        padding: 10px 20px;
        font-size: 14px;
    }
}



/* ── SECTION WRAPPER ─────────────────────────────── */
.academic-section {
    padding: 80px 0 100px;
}

/* ── HEADING ────────────────────────────────────── */
.section-title {
    /* font-size: clamp(2.2rem, 5vw, 3.2rem); */
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.section-sub {
    color: #666;
    font-weight: 500;
    letter-spacing: 0.01em;
}

/* ── TIMELINE WRAPPER ───────────────────────────── */
.timeline-wrapper {
    position: relative;
    padding-left: 60px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

/* Vertical line */
.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: #d9d9d9;
}

/* ── TIMELINE ITEM ──────────────────────────────── */
.timeline-item {
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(-18px);
    animation: slideIn 0.55s ease forwards;
}

.timeline-item:nth-child(1) {
    animation-delay: 0.10s;
}

.timeline-item:nth-child(2) {
    animation-delay: 0.26s;
}

.timeline-item:nth-child(3) {
    animation-delay: 0.42s;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Dot on the line */
.timeline-dot {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--bs-primary);
    background-color: #f1f2f4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
    z-index: 2;
}

.experience-section {
    background-color: rgb(255 255 255 / 0.5);
}

.experience-section .timeline-dot {
    background-color: #f5c518;
    color: var(--bs-white);
    border-color: var(--bs-white);
}

.timeline-dot svg {
    width: 16px;
    height: 16px;
    stroke: var(--bs-primary);
    fill: none;
    stroke-width: 2;
    transition: stroke 0.25s;
}

.experience-section .timeline-dot svg {
    stroke: var(--bs-white);
}

/* ── CARD ───────────────────────────────────────── */
.edu-card {
    background: var(--bs-white);
    border: 1px solid #d9d9d9;
    border-radius: 14px;
    border-left: 5px solid var(--bs-primary);
    padding: 26px 30px;
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s, border-left-color 0.3s;
    cursor: default;
}

.edu-card:hover {
    box-shadow: 0 10px 36px rgba(46, 125, 79, 0.12);
    transform: translateY(-3px);
}

.edu-card:hover~.timeline-dot,
.timeline-item:hover .timeline-dot {
    transform: translateY(-50%) scale(1.12);
}

/* Card header row */
.card-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    /* flex-wrap: wrap; */
}

.degree-title {
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.3;
    color: #2b2b2b;
    margin: 0;
}

.year-badge {
    background: #d4edda;
    color: #1a5c2e;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 5px 14px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    border: 1px solid #b2d8be;
    transition: background 0.25s, color 0.25s;
}

.edu-card:hover .year-badge {
    background: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
}

.institution {
    font-size: 0.95rem;
    color: var(--bs-secondary);
    font-weight: 500;
    margin: 0 0 8px;
}

.edu-desc {
    font-size: 0.88rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
}

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 576px) {
    .timeline-wrapper {
        padding-left: 46px;
    }

    .timeline-wrapper::before {
        left: 14px;
    }

    .timeline-dot {
        left: -43px;
        width: 24px;
        height: 24px;
    }

    .edu-card {
        padding: 20px 18px;
    }

    .degree-title {
        font-size: 1.05rem;
    }
}

/* ── CARD SHELL ─────────────────────────────────── */
.role-card {
    max-width: 780px;
    width: 100%;
    border-radius: 14px;
    border: 1px solid #e2e0da;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    background: var(--card-bg);
    transition: box-shadow 0.3s, transform 0.3s;
}

.role-card:hover {
    box-shadow: 0 10px 40px rgba(46, 125, 79, 0.15);
    transform: translateY(-3px);
}

/* ── GREEN HEADER ───────────────────────────────── */
.card-header-block {
    background: linear-gradient(135deg, #2a6e3f 0%, #3a9e60 100%);
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    /* flex-wrap: wrap; */
}

.header-left {}

.role-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px;
    letter-spacing: 0.01em;
}

.role-org {
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

/* Yellow pill badge */
.year-badge {
    background: #f5c518;
    color: #1a1a1a;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 4px 14px;
    border-radius: 30px;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-color: #f5c518;
}

/* ── BODY ───────────────────────────────────────── */
.card-body-block {
    padding: 24px 28px 26px;
}

.responsibilities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.responsibilities li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0ede8;
    font-size: 0.9rem;
    color: hsl(0 0% 40% / 1);
    font-weight: 400;
    line-height: 1.5;
}

.responsibilities li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Triangle bullet */
.responsibilities li::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #f5c518;
    margin-top: 5px;
    flex-shrink: 0;
}

@media (max-width: 500px) {
    .card-header-block {
        padding: 18px 20px;
    }

    .card-body-block {
        padding: 18px 20px;
    }

    .role-title {
        font-size: 1.1rem;
    }
}


/* ── CARD ─────────────────────────────────────── */
.paper-card {
    background: #ffffff;
    border: 1px solid hsl(0 0% 85% / 1);
    border-radius: 16px;
    padding: 24px 24px 20px;
    width: 100%;
}

.paper-card:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* ── TOP ROW: icon + badge ─────────────────────── */
.card-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.icon-box {
    width: 44px;
    height: 44px;
    background: rgb(28 125 63 / 10%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.paper-card:hover .icon-box {
    background-color: rgb(28 125 63 / 20%);
}

.icon-box svg {
    width: 22px;
    height: 22px;
    stroke: var(--bs-primary);
    fill: none;
    stroke-width: 1.6;
}

.top-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.badge-tag {
    display: inline-block;
    background: #2e7d4f;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 30px;
    margin-bottom: 6px;
}

.paper-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.45;
    margin: 0;
}

/* ── JOURNAL BLOCK ─────────────────────────────── */
.journal-block {
    border-left: 3px solid hsl(45 100% 51% / 1);
    background: hsl(45deg 100% 51% / 5%);
    padding: 8px 12px;
    border-radius: 0 6px 6px 0;
    margin-bottom: 14px;
    font-weight: 500;
}

.journal-name {
    font-size: 0.85rem;
    color: #444;
    margin: 0;
}

/* ── DESCRIPTION ───────────────────────────────── */
.paper-desc {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.6;
    margin: 0 0 20px;
    font-weight: 500;
}

/* ── FOOTER ────────────────────────────────────── */
.paper-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid hsl(0deg 0% 85% / 50%);
    padding-top: 0.5rem;
}

.pub-year {
    font-size: 0.9rem;
    font-weight: 600;
    color: hsl(0 0% 40% / 1);
}

.read-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2e7d4f;
    text-decoration: none;
}

.read-link svg {
    width: 14px;
    height: 14px;
    stroke: #2e7d4f;
    fill: none;
    stroke-width: 2;
}

.read-link:hover {
    color: #1a5c2e;
    text-decoration: underline;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border: 1px solid hsl(0 0% 85% / 1);
    z-index: 1;
}

.gallery-card::after {
    content: '';
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    inset: 0;
    background-color: rgb(28 125 63 / 10%);
    z-index: 1;
    background: linear-gradient(to top, rgb(0 0 0 / 70%), rgb(0 0 0 / 0.2));
    opacity: 0;
}

.gallery-card:hover::after {
    opacity: 1;
}

.gallery-card-img img {
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-card:hover img {
    transform: scale(1.15);
}

.gallery-card-expand {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    color: var(--bs-white);
}

.gallery-card:hover .gallery-card-expand {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.gallery-card-caption {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 100%;
    padding-left: 0.75rem;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--bs-white);
    border-left: 2px solid hsl(45 100% 51% / 1);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

.gallery-card:hover .gallery-card-caption {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.gallery-popup {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
}

.blog-card {
    background-color: var(--bs-white);
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid hsl(0 0% 85% / 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.blog-card-header {
    background-color: rgb(28 125 63);
    padding: 1.5rem;
    border: 1px solid #d9d9d9;
    margin: -1px;
}

.blog-card-category {
    display: inline-block;
    color: var(--bs-dark);
    background-color: hsl(45 100% 51% / 1);
    padding: 5px 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.blog-card-title {
    color: var(--bs-white);
    margin-bottom: 0;
    font-weight: 600;
}

.blog-card-body {
    padding: 1.5rem;
}

.blog-card-text {
    font-weight: 500;
}

.blog-card-footer {
    margin: 1rem;
    margin-top: 0;
    border-top: 1px solid hsl(0deg 0% 85% / 50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
}

.blog-card-date {
    color: #666666;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
    font-weight: 500;
}

.blog-card-date svg {
    color: var(--bs-primary);
}

.blog-card-link {
    display: inline-flex;
    align-items: center;
    background-color: #ffc005;
    color: hsl(0 0% 17% / 1);
    padding: 7px 16px;
    border-radius: 50px;
    font-weight: 600;
    gap: 3px;
}

.blog-card-link svg {
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card-link:hover svg {
    transform: translateX(3px);
}


.contact-section {
    padding: 60px 0;
    background-color: rgb(255 255 255 / 50%);
}

.contact-card {
    background: var(--bs-white);
    border-radius: 1rem;
    padding: 30px;
    border: 1px solid hsl(0 0% 85% / 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-card:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transform: translateY(-0.25rem);
}

.contact-card-header {
    display: flex;
    align-items: center;
}

.form-control {
    background: hsl(0 0% 90% / 1);
    border: none;
    border-radius: 10px;
    padding: 12px 15px;
    border-color: hsl(0deg 0% 85% / 60%);
    color: #2b2b2b;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #198754;
    box-shadow: 0 0 0 1px hsl(142 64% 30% / 1);
}

.btn-send {
    background: #fbbc04;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.btn-send:hover {
    background: #e0a800;
}

.contact-right {
    padding-left: 30px;
}

.contact-border {
    border-left: 4px solid #198754;
    padding-left: 20px;
    margin-bottom: 25px;
}

.icon-box {
    width: 48px;
    height: 48px;
    background: rgb(28 125 63 / 10%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
    font-size: 20px;
}

.office-box {
    background: hsl(142deg 64% 30% / 5%);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid hsl(142deg 64% 30% / 10%);
    font-size: 16px;
    font-weight: 500;
}

.dotted-title {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dotted-title::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ffc005;
    border-radius: 50%;
}

.contact-card label {
    color: var(--bs-primary);
    font-weight: 600;
}

@media(max-width: 991px) {
    .contact-right {
        padding-left: 0;
        margin-top: 30px;
    }
}



.footer {
    background: hsl(60 14% 95% / 1);
    padding: 60px 0 20px;
    color: hsl(0 0% 40% / 1);
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 50%;
    background: linear-gradient(to right, transparent, hsl(142deg 64% 30% / 30%), transparent);
    height: 3px;
}

.footer-title {
    font-weight: 700;
    color: #198754;
    font-size: 22px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 15px;
    font-weight: 500;
}

.footer-heading {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    padding-left: 18px;
}

.footer-heading::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffc107;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.footer-links a {
    display: block;
    text-decoration: none;
    color: hsl(0 0% 40% / 1);
    margin-bottom: 10px;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    padding-left: 8px;
}

.footer-links a svg {
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    width: 12px;
    height: 12px;
    transform: translateX(-10px);
    visibility: hidden;
    opacity: 0;
}

.footer-links a:hover svg {
    visibility: visible;
    opacity: 1;
    transform: translateX(-5px);
}

.footer-links a:hover {
    color: #198754;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.contact-item i {
    color: #198754;
    margin-right: 10px;
    font-size: 16px;
}

.social-icons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: var(--bs-white);
    border: 1px solid #ddd;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: hsl(0 0% 40% / 1);
    transition: 0.3s;
}

.social-icons a:hover {
    background: #198754;
    color: #fff;
    border-color: #198754;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 15px;
    font-size: 14px;
}

.footer-bottom a {
    text-decoration: none;
    color: #555;
}

.footer-bottom a:hover {
    color: #198754;
}

.news-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border: 1px solid hsl(0 0% 85% / 1);
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.news-body {
    padding: 20px;
}

.news-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.btn-read {
    font-size: 13px;
    border-radius: 6px;
    padding: 6px 14px;
    background: var(--bs-primary);
    color: #fff;
    border: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.btn-read svg {
    transform: rotate(-45deg);
}

.btn-read:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.org-card {
    text-align: center;
    padding: 10px;
    background-color: var(--bs-white);
}

.mean-container {
    display: flex;
    align-items: center;
}

.mean-nav .navmenu {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.mean-nav .navmenu li {
    display: block;
    width: 100%;
}

.mean-nav .navmenu .nav-link {
    padding: 0.5rem 1rem;
    display: block;
    color: var(--bs-dark);
}

.scrollToTop {
    height: 45px;
    width: 45px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: #d5d59b;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 99999;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
}

.scrollToTop.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.scrollToTop .arrowUp {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.arrowUp span {
    font-size: 18px;
}

.scrollToTop .arrowUp i {
    font-size: 19px;
}

.scrollToTop .water {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    background-color: var(--bs-primary);
    transition: all .3s;
}

.scrollToTop .water_wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}

.scrollToTop .water_wave_back {
    right: 0;
    fill: var(--bs-primary);
    animation: wave-back 1.4s linear infinite;
}

.scrollToTop .water_wave_front {
    left: 0;
    fill: var(--bs-primary);
    margin-bottom: -1px;
    animation: wave-front .7s linear infinite;
}

@keyframes wave-front {
    to {
        transform: translateX(-50%)
    }
}

@keyframes wave-back {
    to {
        transform: translateX(50%)
    }
}