/* Navbar custom styles for Rangga */

/* Compact modern navbar */
.rs-navbar { background: transparent; }
.rs-nav-container { padding: 0.35rem 1rem; }
.navbar { min-height: 48px; }
.navbar-brand { display: flex; align-items: center; gap: 0.5rem; padding: 0.08rem 0; }

.rs-logo { display: inline-flex; align-items: center; gap: 0.6rem; position: relative; }
.rs-logo-img { height: 34px; width: auto; object-fit: contain; display: block; border-radius: 6px; }

.rs-brand-text { display: inline-block; vertical-align: middle; margin-left: 0.4rem; line-height: 1; }
.rs-brand-text strong { font-size: 1rem; display: block; }
.rs-brand-text small { display: block; font-size: 0.72rem; color: rgba(0,0,0,0.6); }

/* Collaborate button: lively, non-kitsch, modern glass + gradient + sheen */
.rs-nav-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.28rem 0.7rem; border-radius: 999px; font-weight: 700; position: relative; overflow: hidden; font-size: 13px; }
.rs-btn-primary {
    background: linear-gradient(90deg, rgba(2,84,200,0.95), rgba(0,150,215,0.95));
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 6px 18px rgba(2,84,200,0.12);
    transition: transform .16s cubic-bezier(.2,.9,.3,1), box-shadow .16s ease;
    backdrop-filter: blur(4px) saturate(110%);
}
.rs-btn-primary .rs-btn-icon { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; background: rgba(255,255,255,0.08); border-radius: 8px; transition: transform .16s ease; }
.rs-btn-primary .rs-btn-text { letter-spacing: 0.2px; }
.rs-btn-primary .rs-btn-arrow { transition: transform .22s cubic-bezier(.2,.9,.3,1); display: inline-flex; }

.rs-btn-primary::after {
    content: '';
    position: absolute;
    left: -60%; top: -40%;
    width: 200%; height: 140%;
    background: linear-gradient(120deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02) 40%, rgba(255,255,255,0.0));
    transform: rotate(-20deg) translateX(-100%);
    transition: transform .75s cubic-bezier(.25,.9,.3,1);
    pointer-events: none;
}
.rs-btn-primary:hover::after { transform: rotate(-20deg) translateX(0%); }
.rs-btn-primary:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 12px 28px rgba(2,84,200,0.14); }
.rs-btn-primary:active { transform: translateY(-1px) scale(.998); }
.rs-btn-primary:focus-visible { outline: 2px solid rgba(0,150,215,0.16); outline-offset: 2px; }

/* Icon micro-interaction */
.rs-nav-btn:hover .rs-btn-icon { transform: rotate(-12deg) scale(1.03); }
.rs-nav-btn:active .rs-btn-icon { transform: scale(.98) rotate(-6deg); }

/* ripple element */
.rs-nav-btn .ripple { position: absolute; border-radius: 999px; transform: scale(0); background: rgba(255,255,255,0.35); animation: ripple 700ms linear; pointer-events: none; }
@keyframes ripple { to { transform: scale(4); opacity: 0; } }

/* reduced motion respects user prefs */
@media (prefers-reduced-motion: reduce) {
    .rs-btn-primary, .rs-btn-primary::after, .rs-nav-btn .ripple { transition: none; animation: none; }
}

/* Responsive tweaks */
@media (max-width: 768px) {
        .rs-logo-img { height: 36px; }
        .rs-brand-text small { display: none; }
        .rs-nav-btn { padding: 0.34rem 0.7rem; }
}

@media (max-width: 480px) {
        .rs-logo-img { height: 32px; }
}

.rs-menu .nav-link.active { color: #0066ff; font-weight: 600; }
.rs-dropdown { min-width: 200px; }
:root {
    --color1: #07184a;
    --color2: #0d6efd;
    --color3: #6aa8ff;
    --color4: #eef6ff;
    --color5: #ffffff;
    --color6: #0b1b3d;
    --glass-bg: rgba(255, 255, 255, 0.62);
    --glass-border: rgba(255, 255, 255, 0.72);
    --shadow-soft: 0 20px 60px rgba(38, 98, 180, 0.16);
}

@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fa72/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fa72/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fa72/webfonts/fa-brands-400.woff2") format("woff2");
}

* {
    box-sizing: border-box;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--color6);
    background: #ffffff;
    overflow-x: hidden;
}

.select2-container {
    width: 100% !important;
    max-width: 100%;
    font-family: inherit;
}

.select2-container--default .select2-selection--single {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    color: var(--color1);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(13, 110, 253, 0.1);
    transition: 0.25s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding-left: 14px;
    padding-right: 42px;
    color: var(--color1);
    line-height: 1.3;
    font-size: 14px;
    font-weight: 750;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #64748b;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 12px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: auto;
    margin-right: 12px;
    color: #64748b;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(13, 110, 253, 0.34);
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.08);
}

.select2-dropdown {
    overflow: hidden;
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 44px rgba(31, 88, 160, 0.14);
    z-index: 2055;
}

.select2-search--dropdown {
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 12px;
    border: 1px solid rgba(13, 110, 253, 0.12);
    outline: 0;
    color: var(--color1);
}

.select2-results__option {
    padding: 10px 12px;
    color: #334155;
    font-size: 13px;
    font-weight: 750;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff;
    background: linear-gradient(135deg, var(--color1), var(--color2));
}

.select2-container--default .select2-results__option--selected {
    color: var(--color2);
    background: rgba(13, 110, 253, 0.08);
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 240px;
}

.rs-swal-popup {
    width: min(430px, calc(100vw - 32px));
    padding: 30px 28px 26px;
    border-radius: 24px;
    color: var(--color1);
    background:
        radial-gradient(circle at 12% 0%, rgba(13, 110, 253, 0.14), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96));
    border: 1px solid rgba(13, 110, 253, 0.12);
    box-shadow: 0 28px 80px rgba(7, 24, 74, 0.2);
}

.rs-swal-title {
    color: var(--color1);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
}

.rs-swal-content,
.swal2-html-container.rs-swal-content,
.swal2-content.rs-swal-content {
    color: #52627b;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 650;
}

.rs-swal-content ul {
    margin: 0;
    padding-left: 18px;
    text-align: left;
}

.rs-swal-confirm,
.rs-swal-cancel {
    min-width: 112px;
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    padding: 11px 18px;
    font-size: 13px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rs-swal-confirm {
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0058df);
    box-shadow: 0 14px 30px rgba(13, 110, 253, 0.24);
}

.rs-swal-confirm-save {
    background: linear-gradient(135deg, #0d6efd, #0058df);
}

.rs-swal-confirm-danger {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    box-shadow: 0 14px 30px rgba(239, 68, 68, 0.24);
}

.rs-swal-cancel {
    color: #475569;
    background: #e8eef6;
    box-shadow: none;
}

.rs-swal-confirm:hover,
.rs-swal-cancel:hover {
    transform: translateY(-2px);
}

.rs-swal-confirm:focus,
.rs-swal-cancel:focus {
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12) !important;
}

.rs-form-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

section {
    background:
        radial-gradient(circle at 10% 16%, rgba(13, 110, 253, 0.12), transparent 30%),
        radial-gradient(circle at 88% 22%, rgba(106, 168, 255, 0.18), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #edf6ff 48%, #f9fcff 100%);
}

.rs-about-work,
.rs-projects,
.rs-pub-blog,
.rs-shop,
.rs-activities-cta,
.rs-about-profile-summary,
.rs-about-timeline,
.rs-about-certifications,
.rs-about-interest {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.rs-about-quote {
    padding-top: 0 !important;
    padding-bottom: 56px !important;
}

@media (max-width: 991.98px) {
    .rs-about-work,
    .rs-projects,
    .rs-pub-blog,
    .rs-shop,
    .rs-activities-cta,
    .rs-about-profile-summary,
    .rs-about-timeline,
    .rs-about-certifications,
    .rs-about-interest {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    .rs-about-quote {
        padding-bottom: 46px !important;
    }
}

@media (max-width: 575.98px) {
    .rs-about-work,
    .rs-projects,
    .rs-pub-blog,
    .rs-shop,
    .rs-activities-cta,
    .rs-about-profile-summary,
    .rs-about-timeline,
    .rs-about-certifications,
    .rs-about-interest {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .rs-about-quote {
        padding-bottom: 38px !important;
    }
}

a {
    text-decoration: none;
}

.rs-navbar {
    width: 100%;
    padding: 8px 0; /* reduced vertical padding to make navbar compact */
    background: rgba(238, 247, 255, 0.78);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    transition: 0.25s ease;
    z-index: 999;
}

.rs-nav-container {
    max-width: 1400px;
}

.rs-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rs-logo {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    color: var(--color2);
}

.rs-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.rs-brand-text strong {
    font-size: 17px;
    font-weight: 800;
    color: var(--color1);
}

.rs-brand-text small {
    font-size: 11px;
    font-weight: 700;
    color: #30405f;
}

.rs-menu {
    gap: 24px;
}

.rs-menu .nav-link {
    position: relative;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 800;
    color: var(--color1);
    transition: 0.3s ease;
}

.rs-menu .nav-link:hover,
.rs-menu .nav-link.active {
    color: var(--color2);
}

.rs-menu .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: var(--color2);
}

.rs-dropdown {
    padding: 12px;
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
}

.rs-dropdown .dropdown-item {
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
}

.rs-dropdown .dropdown-item:hover {
    background: #edf6ff;
    color: var(--color2);
}

.rs-toggler {
    border: 0;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.13);
}

.rs-toggler:focus {
    box-shadow: none;
}

.rs-btn-primary,
.rs-btn-glass {
    min-height: 40px;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.25s ease;
}

.rs-btn-primary {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #0b74e6, #0077cc);
    box-shadow: 0 10px 24px rgba(11, 116, 230, 0.14);
}

.rs-btn-primary:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(11, 116, 230, 0.16);
}

.rs-btn-glass {
    color: var(--color2);
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 26px rgba(31, 88, 160, 0.08);
}

.rs-btn-glass:hover {
    color: var(--color1);
    transform: translateY(-3px);
    background: #fff;
}

.rs-nav-btn {
    min-height: 40px;
    padding-inline: 16px;
}

.rs-nav-btn.rs-btn-primary {
    position: relative;
    min-height: 44px;
    padding: 8px 14px 8px 10px;
    gap: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 999px;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.38), transparent 28%),
        radial-gradient(circle at 88% 24%, rgba(255, 183, 3, 0.42), transparent 34%),
        linear-gradient(135deg, #06194f 0%, #0d6efd 55%, #48b8ff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        0 16px 36px rgba(7, 24, 74, 0.18),
        0 0 0 4px rgba(13, 110, 253, 0.08);
    isolation: isolate;
    backdrop-filter: blur(14px) saturate(125%);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.rs-nav-btn.rs-btn-primary::before {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: inherit;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.32), transparent 42%),
        radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.18), transparent 42%);
    opacity: 0.72;
    pointer-events: none;
}

.rs-nav-btn.rs-btn-primary::after {
    content: "";
    position: absolute;
    top: -70%;
    left: -48%;
    width: 34%;
    height: 230%;
    z-index: 1;
    background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    transform: rotate(18deg) translateX(-160%);
    transition: transform 0.65s ease;
    pointer-events: none;
}

.rs-nav-btn .rs-btn-icon,
.rs-nav-btn .rs-btn-text,
.rs-nav-btn .rs-btn-arrow {
    position: relative;
    z-index: 2;
}

.rs-nav-btn .rs-btn-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 8px 18px rgba(7, 24, 74, 0.16);
    transition: transform 0.32s ease, background 0.32s ease, box-shadow 0.32s ease;
}

.rs-nav-btn .rs-btn-text {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
}

.rs-nav-btn .rs-btn-arrow {
    display: inline-flex;
    font-size: 12px;
    transition: transform 0.32s ease, opacity 0.32s ease;
}

.rs-nav-btn.rs-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.76);
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.44), transparent 30%),
        radial-gradient(circle at 88% 24%, rgba(255, 183, 3, 0.52), transparent 34%),
        linear-gradient(135deg, #04143f 0%, #0a63ea 48%, #56c2ff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 22px 50px rgba(7, 24, 74, 0.24),
        0 0 0 5px rgba(13, 110, 253, 0.1);
}

.rs-nav-btn.rs-btn-primary:hover::after {
    transform: rotate(18deg) translateX(520%);
}

.rs-nav-btn.rs-btn-primary:hover .rs-btn-icon {
    background: rgba(255, 255, 255, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 10px 22px rgba(255, 255, 255, 0.16);
    transform: rotate(-8deg) scale(1.08);
}

.rs-nav-btn.rs-btn-primary:hover .rs-btn-arrow {
    transform: translateX(4px);
}

.rs-nav-btn.rs-btn-primary:active {
    transform: translateY(-1px) scale(0.99);
}

.rs-nav-btn.rs-btn-primary:focus-visible {
    outline: 3px solid rgba(13, 110, 253, 0.18);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .rs-navbar {
        padding: 12px 0;
    }

    .rs-logo {
        font-size: 38px;
    }

    .rs-brand-text strong {
        font-size: 15px;
    }

    .rs-brand-text small {
        font-size: 10px;
    }

    .navbar-collapse {
        margin-top: 16px;
        padding: 18px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(255, 255, 255, 0.8);
        box-shadow: var(--shadow-soft);
        backdrop-filter: blur(20px);
    }

    .rs-menu {
        gap: 4px;
    }

    .rs-menu .nav-link {
        padding: 13px 14px;
        border-radius: 14px;
    }

    .rs-menu .nav-link.active::after {
        display: none;
    }

    .rs-menu .nav-link:hover,
    .rs-menu .nav-link.active {
        background: #eef6ff;
    }

    .rs-nav-btn {
        width: 100%;
        margin-top: 12px;
    }
}

@media (max-width: 575.98px) {
    .rs-brand-text small {
        display: none;
    }

    .rs-logo {
        font-size: 34px;
    }
}

/* FOOTER */
.rs-footer {
    position: relative;
    width: 100%;
    padding: 32px 0 16px;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.92), transparent 30%),
        radial-gradient(circle at 86% 8%, rgba(96, 170, 255, 0.2), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #edf6ff 48%, #f7fbff 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 -20px 70px rgba(31, 88, 160, 0.08);
}

.rs-footer .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
}

.rs-footer-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr 0.8fr 0.8fr 1.25fr 54px;
    gap: 34px;
    align-items: center;
}

.rs-footer-profile {
    display: flex;
    align-items: center;
    gap: 22px;
}

.rs-footer-avatar {
    width: 92px;
    height: 92px;
    flex: 0 0 92px;
    overflow: hidden;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 44px rgba(31, 88, 160, 0.14);
    backdrop-filter: blur(16px);
}

.rs-footer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rs-footer-profile h3,
.rs-footer-links h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 900;
    color: var(--color1);
}

.rs-footer-profile p {
    max-width: 310px;
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 700;
    color: #314467;
}

.rs-footer-links {
    min-height: 118px;
    padding-left: 34px;
    border-left: 1px solid rgba(13, 110, 253, 0.1);
}

.rs-footer-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 800;
    color: #263657;
    transition: 0.3s ease;
}

.rs-footer-links a i {
    width: 18px;
    color: var(--color2);
    text-align: center;
}

.rs-footer-links a:hover {
    color: var(--color2);
    transform: translateX(5px);
}

.rs-footer-subscribe {
    min-height: 118px;
    padding: 18px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 6%, rgba(255, 183, 3, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(237, 247, 255, 0.58));
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 18px 44px rgba(31, 88, 160, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.rs-footer-subscribe h4 {
    margin: 0 0 8px;
    color: var(--color1);
    font-size: 18px;
    font-weight: 900;
}

.rs-footer-subscribe p {
    margin: 0 0 14px;
    color: #52627b;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 700;
}

.rs-footer-subscribe-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 6px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(13, 110, 253, 0.1);
}

.rs-footer-subscribe-form input {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 0;
    outline: 0;
    border-radius: 12px;
    color: var(--color1);
    background: transparent;
    font-size: 13px;
    font-weight: 300;
}

.rs-footer-subscribe-form input::placeholder {
    color: #8b98ad;
}

.rs-footer-subscribe-form button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--color2) 0%, #48b8ff 100%);
    box-shadow: none;
    font-size: 12px;
    font-weight: 950;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.rs-footer-subscribe-form button:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.rs-scroll-top {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    color: var(--color2);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 44px rgba(13, 110, 253, 0.18);
    backdrop-filter: blur(18px);
    transition: 0.35s ease;
}

.rs-scroll-top:hover {
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0058df);
    transform: translateY(-6px);
    box-shadow: 0 24px 58px rgba(13, 110, 253, 0.28);
}

.rs-footer-bottom {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(13, 110, 253, 0.08);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #52627b;
}


/* =====================================================
   COFFEE CARD
===================================================== */

.rs-coffee-card {
    padding: 28px;
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 183, 3, 0.24), transparent 34%),
        radial-gradient(circle at 100% 18%, rgba(13, 110, 253, 0.12), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 251, 235, 0.7));
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 48px rgba(31, 88, 160, 0.1);
}

.rs-coffee-kicker {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 10px 16px;
    border-radius: 999px;
    color: #9a5b00;
    font-size: 14px;
    font-weight: 900;
    background: rgba(255, 247, 237, 0.82);
    border: 1px solid rgba(245, 158, 11, 0.18);
    box-shadow: 0 14px 34px rgba(146, 64, 14, 0.08);
}

.rs-coffee-card h2 {
    margin: 0 0 12px;
    color: var(--color1);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: -0.6px;
}

.rs-coffee-card p {
    margin: 0 0 24px;
    color: #52627b;
    font-size: 14px;
    line-height: 1.8;
}

.rs-coffee-qr {
    padding: 18px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72)),
        rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(245, 158, 11, 0.16);
    box-shadow: 0 18px 46px rgba(146, 64, 14, 0.1);
}

.rs-coffee-qr img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 18px;
    background: #fff;
}

.rs-coffee-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    padding: 14px;
    border-radius: 18px;
    color: #7c4a03;
    background: rgba(254, 249, 195, 0.7);
    border: 1px solid rgba(245, 158, 11, 0.2);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 850;
}

.rs-coffee-note i {
    margin-top: 4px;
}

.rs-coffee-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
}

.rs-coffee-modal .modal-body {
    padding: 0;
}

.rs-coffee-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #7c4a03;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 26px rgba(146, 64, 14, 0.12);
    transition: 0.25s ease;
}

.rs-coffee-modal-close:hover {
    color: #fff;
    background: #d97706;
    transform: rotate(8deg);
}

@media (max-width: 767.98px) {
    .rs-coffee-card {
        padding: 22px;
        border-radius: 22px;
    }
}

.rs-share-buttons {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.rs-share-buttons span {
    color: #52627b;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.rs-share-buttons a,
.rs-share-buttons button {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 28px rgba(31, 88, 160, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.rs-share-buttons a i,
.rs-share-buttons button i {
    color: currentColor;
}

.rs-share-buttons a:hover,
.rs-share-buttons button:hover,
.rs-share-buttons button.is-copied {
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0058df);
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(13, 110, 253, 0.22);
}

.rs-share-buttons a:hover i,
.rs-share-buttons button:hover i,
.rs-share-buttons button.is-copied i {
    color: #fff;
}

.rs-related-content {
    margin-top: 28px;
    padding: 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 8% 0%, rgba(13, 110, 253, 0.1), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(244, 250, 255, 0.66)),
        rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 48px rgba(31, 88, 160, 0.1);
}

.rs-related-content-head {
    max-width: 760px;
    margin-bottom: 18px;
}

.rs-related-content-head span,
.rs-related-content-type {
    display: inline-flex;
    width: max-content;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--color2);
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.1);
    font-size: 11px;
    font-weight: 950;
}

.rs-related-content-head h3 {
    margin: 12px 0 8px;
    color: var(--color1);
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -0.6px;
}

.rs-related-content-head p {
    margin: 0;
    color: #52627b;
    font-size: 14px;
    line-height: 1.75;
}

.rs-related-content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.rs-related-content-card {
    position: relative;
    min-height: 100%;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 18px;
    overflow: hidden;
    border-radius: 20px;
    color: #40536f;
    text-decoration: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58)),
        rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(13, 110, 253, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.rs-related-content-card:hover {
    color: #40536f;
    transform: translateY(-4px);
    border-color: rgba(13, 110, 253, 0.2);
    box-shadow: 0 22px 48px rgba(31, 88, 160, 0.14);
}

.rs-related-content-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--color2), #64b1ff);
    box-shadow: 0 14px 28px rgba(13, 110, 253, 0.18);
}

.rs-related-content-card strong {
    color: var(--color1);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 950;
    letter-spacing: -0.35px;
}

.rs-related-content-card small {
    color: #52627b;
    font-size: 13px;
    line-height: 1.7;
}

.rs-related-content-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    color: var(--color2);
    font-size: 12px;
    font-weight: 950;
}

@media (max-width: 991.98px) {
    .rs-related-content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .rs-related-content {
        padding: 20px;
        border-radius: 22px;
    }

    .rs-related-content-grid {
        grid-template-columns: 1fr;
    }
}

.rs-breadcrumbs {
    margin-bottom: 24px;
}

.rs-breadcrumbs ol {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rs-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #5a6b86;
    font-size: 13px;
    font-weight: 850;
}

.rs-breadcrumbs li:not(:last-child)::after {
    content: "\f105";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: rgba(13, 110, 253, 0.46);
    font-size: 11px;
}

.rs-breadcrumbs a,
.rs-breadcrumbs span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
}

.rs-breadcrumbs a {
    color: var(--color2);
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.76);
    transition: 0.3s ease;
}

.rs-breadcrumbs a:hover {
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0058df);
    transform: translateY(-2px);
}

.rs-breadcrumbs span {
    max-width: min(100%, 520px);
    color: #43536e;
    background: rgba(13, 110, 253, 0.08);
}

.rs-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.rs-pagination a,
.rs-pagination span {
    min-width: 48px;
    height: 48px;
    padding: 0 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    font-size: 14px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 34px rgba(31, 88, 160, 0.08);
    transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.rs-pagination a {
    gap: 10px;
}

.rs-pagination a:hover,
.rs-pagination a.active {
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #0058df);
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(13, 110, 253, 0.2);
}

.rs-pagination a.disabled {
    pointer-events: none;
    opacity: 0.48;
    transform: none;
}

.rs-pagination span {
    color: #52627b;
}

.rs-pagination-next {
    width: auto;
}

@media (max-width: 767.98px) {
    .rs-pagination {
        gap: 10px;
    }
}

@media (max-width: 991.98px) {
    .rs-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .rs-footer-profile {
        grid-column: 1 / 3;
    }

    .rs-footer-subscribe {
        grid-column: 1 / 3;
    }

    .rs-scroll-top {
        position: absolute;
        right: 0;
        bottom: -4px;
    }
}

@media (max-width: 767.98px) {
    .rs-footer {
        padding: 30px 0 18px;
    }

    .rs-footer-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .rs-footer-profile {
        grid-column: auto;
        align-items: flex-start;
    }

    .rs-footer-subscribe {
        grid-column: auto;
    }

    .rs-footer-links {
        min-height: auto;
        padding-left: 0;
        border-left: 0;
    }

    .rs-footer-links a {
        width: 100%;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.46);
        border: 1px solid rgba(255, 255, 255, 0.72);
    }

    .rs-scroll-top {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        border-radius: 14px;
    }
}

@media (max-width: 575.98px) {
    .rs-footer-profile {
        flex-direction: column;
    }

    .rs-footer-avatar {
        width: 82px;
        height: 82px;
        flex-basis: 82px;
    }

    .rs-footer-profile p {
        max-width: 100%;
    }

    .rs-footer-subscribe-form {
        grid-template-columns: 1fr;
    }

    .rs-footer-subscribe-form button {
        width: 100%;
    }
}
