:root {
    --burgundy: #750533;
    --magenta: #ff0080;
    --gold: #ffc022;
    --light-cream: #fdf8f2;
    --dark: #1a1a1a;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 75px;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

/* Logic Navbar Center ke Right */
@media (min-width: 992px) {
    /* Saat di posisi atas: sembunyikan brand, dorong menu ke tengah */
    .navbar:not(.scrolled) .container {
        justify-content: center;
    }

    .navbar:not(.scrolled) .navbar-brand {
        display: none;
        /* Benar-benar dihilangkan agar tidak memakan space kiri */
    }

    .navbar:not(.scrolled) .navbar-collapse {
        flex-grow: 0;
    }

    /* Saat sudah di-scroll: kembalikan ke standar bootstrap (brand kiri, menu kanan) */
    .navbar.scrolled .container {
        justify-content: 沟通;
        /* Default bootstrap */
    }
}

body {
    font-family: "Poppins", sans-serif;
    /* Regular 400 */
    background-color: var(--light-cream);
    color: var(--dark);
    font-weight: 400;
}

/* TIPOGRAFI SESUAI PERMINTAAN */
h2.section-title,
.navbar-brand,
h3 {
    font-weight: 700 !important;
}

/* NAVBAR */
.navbar {
    background-color: transparent !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 1.5rem 0;
}

/* Brand/Logo tersembunyi di awal */
.navbar-brand {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    transform: translateX(-20px);
    letter-spacing: 1px;
    font-weight: 700 !important;
}

.nav-link {
    color: white !important;
    font-weight: 400;
    transition: color 0.3s ease;
    margin-right: 20px;
    font-style: normal;
    font-size: 18px;
}

/* Keadaan Navbar saat di-scroll */
.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.98) !important;
    padding: 0.6rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

.navbar.scrolled .navbar-brand {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.navbar.scrolled .nav-link {
    color: var(--dark) !important;
}

.navbar.scrolled .nav-link:hover {
    color: var(--magenta) !important;
}

/* Hero Section */
.decorator-text {
    font-family: "Alex Brush", cursive;
    color: var(--gold);
    font-size: 96px;
    letter-spacing: 5px;
    display: block;
    margin-bottom: -60px;
    position: relative;
    z-index: 2;
}

.display-huge {
    font-family: "BBH Bogle", sans-serif;
    font-weight: 400;
    font-size: 96px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.lead-hero {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
}

.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background carousel */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-bg .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

/* Overlay biar teks kebaca */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0.6)
    );
    z-index: 2;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
}

/* Optional: smooth fade */
.carousel-fade .carousel-item {
    transition: opacity 1.2s ease-in-out;
}

/* Container tombol dengan efek blur (Gambar 2) */
.glass-button-container {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Tombol Scroll Burgundy */
.btn-burgundy-scroll {
    background-color: #750533;
    color: white;
    border: none;
    padding: 12px 0;
    font-weight: 600;
    transition: 0.3s;
}

.btn-burgundy-scroll:hover {
    background-color: #ff0080;
    /* Vivid Magenta Energy */
    color: white;
}

/* Tombol Video Putih */
.btn-white-video {
    background-color: white;
    color: #750533;
    border: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-white-video i {
    color: #750533;
}

/* Section Styling */
section {
    padding: 100px 0;
    overflow: hidden;
}

/* .section-title {
    font-size: 3rem;
    color: var(--burgundy);
    margin-bottom: 40px;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: var(--gold);
    margin: 15px auto 0;
} */

/* Our Identity Section */
/* .our-identity-section {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    background: url("../assets/bg_identity.svg") center center / cover no-repeat;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    overflow: hidden;
} */

.our-identity-section {
    position: relative;
    height: 100vh;
    background: url("../assets/bg_identity.svg") center center / cover no-repeat;
    color: #fff;
    overflow: hidden;
    display: flex;
}

/* Title */
.section-title {
    position: relative;
    z-index: 2;
    font-size: 64px;
    line-height: 1;
}

.section-title .script-text {
    font-family: "Alex Brush", cursive;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
}

.section-title .bold-text {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--gold); /* gold tone */
}

/* Description Box */
.identity-box {
    position: relative;
    z-index: 2;
    background: #7a1530; /* burgundy */
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.identity-box p {
    margin-bottom: 16px;
    line-height: 1.8;
    font-size: 15px;
    color: #ffffff;
}

/* SERVICES */
#services .row {
    display: flex;
    align-items: stretch;
}

/* .services-section {
    position: relative;
    height: 100vh;
    background: url("../assets/bg_services.svg") center center / cover no-repeat;
    color: #fff;
    overflow: hidden;
    display: flex;
} */

.services-section {
    /* position: relative;
    padding: 120px 0;
    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(246, 176, 30, 0.45),
            rgba(246, 176, 30, 0.15) 35%,
            rgba(122, 15, 58, 0.85) 70%
        ),
        linear-gradient(
            to bottom,
            #8c1238 0%,
            #7a0f3a 100%
        )
        url("../assets/gradient.svg");
    color: #fff; */

    position: relative;
    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(246, 176, 30, 0.45) 0%,
            rgba(246, 176, 30, 0.25) 20%,
            var(--burgundy) 50%
        ),
        linear-gradient(
            to bottom,
            rgba(122, 15, 58, 0) 40%,
            var(--burgundy) 75%
        ),
        linear-gradient(to bottom, var(--burgundy) 0%, var(--burgundy) 100%),
        url("../assets/gradient.svg");
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
    display: flex;
    height: 100vh;
}

.services-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.services-section .container {
    position: relative;
    z-index: 2;
}

.services-subtitle {
    max-width: 650px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
}

.service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    border-radius: 25px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    border: 1px solid rgba(117, 5, 51, 0.1);
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(117, 5, 51, 0.1) !important;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--light-cream);
    color: var(--magenta);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 25px;
    transition: 0.3s;
}

.service-card:hover .service-icon {
    background: var(--burgundy);
    color: var(--gold);
}

.service-card h4 {
    font-weight: 700;
    color: var(--burgundy);
    margin-bottom: 15px;
}

.service-featured {
    /* background: var(--burgundy) !important; */
    background: var(--light-cream) !important;
    color: var(--dark) !important;
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 15px 40px rgba(117, 5, 51, 0.4) !important;
}

.service-featured h4 {
    color: var(--gold) !important;
}

.service-featured .text-muted {
    /* color: rgba(255, 255, 255, 0.8) !important; */
}

.service-featured .service-icon {
    background: var(--gold) !important;
    color: var(--burgundy) !important;
}

/* Membuat section profil memenuhi layar */
/* #profile {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
} */

/* Mengatur ukuran teks agar sesuai dengan desain gambar */
/* #profile .section-title {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
} */

/* Garis dekorasi warna Golden Joy di bawah judul (sesuai gambar) */
/* .title-line {
    width: 80px;
    height: 4px;
    background-color: var(--gold);
    margin-bottom: 2rem;
} */

/* List profil dengan border Magenta */
/* .profile-border {
    border-left: 4px solid var(--magenta);
    padding-left: 20px;
} */

/* Profile & Portfolio */
/* .profile-border {
    border-left: 5px solid var(--magenta);
    padding-left: 25px;
} */

/* .portfolio-card {
    border-radius: 15px;
    overflow: hidden;
    border: none;
    height: 300px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card:hover {
    transform: translateY(-10px);
}

.portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, var(--burgundy));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    opacity: 0;
    transition: 0.4s;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

@media (max-width: 768px) {
    .portfolio-card {
        height: 220px;
    }

    .section-title {
        font-size: 2.2rem;
    }
} */

/* Service Card Styling */
/* #services .row {
    display: flex;
    align-items: stretch;
}

.service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    border-radius: 25px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    border: 1px solid rgba(117, 5, 51, 0.1);
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(117, 5, 51, 0.1) !important;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--light-cream);
    color: var(--magenta);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 25px;
    transition: 0.3s;
}

.service-card:hover .service-icon {
    background: var(--burgundy);
    color: var(--gold);
}

.service-card h4 {
    font-weight: 700;
    color: var(--burgundy);
    margin-bottom: 15px;
}

.service-featured {
    background: var(--burgundy) !important;
    color: white !important;
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 15px 40px rgba(117, 5, 51, 0.4) !important;
}

.service-featured h4 {
    color: var(--gold) !important;
}

.service-featured .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

.service-featured .service-icon {
    background: var(--gold) !important;
    color: var(--burgundy) !important;
}

@media (max-width: 768px) {
    .service-featured {
        transform: scale(1);
        margin: 20px 0;
    }
}

/* Badge untuk memperkuat produk unggulan */
.badge-featured {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--burgundy);
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
}

/* ===== Portfolio Section ===== */
.portfolio-section {
    height: 100vh;
    background-color: var(--burgundy);
    padding: 100px 0;
    color: #fff;
}

/* Title */
.portfolio-title {
    font-size: 42px;
    margin-bottom: 16px;
}

.script-text {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
    margin-right: 6px;
}

.bold-text {
    font-weight: 800;
    color: #f6b01e;
}

.portfolio-desc {
    max-width: 820px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.95;
}

/* Grid */
.portfolio-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
}

/* Items */
.portfolio-item {
    overflow: hidden;
    border-radius: 20px;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

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

/* Specific Sizes */
.portfolio-item.large {
    grid-row: span 1;
    height: 360px;
}

.portfolio-item.tall {
    grid-row: span 2;
    height: 100%;
}

.portfolio-item.small {
    height: 220px;
}

/* Bottom Grid Adjustment */
.portfolio-grid .small:nth-child(3) {
    grid-column: 1 / span 1;
}

.portfolio-grid .small:nth-child(4),
.portfolio-grid .small:nth-child(5) {
    grid-column: span 1;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-item.large,
    .portfolio-item.tall,
    .portfolio-item.small {
        height: auto;
    }

    .portfolio-title {
        font-size: 34px;
    }
}

/* Splide Wrapper */
.portfolio-splide {
    padding: 40px 0;
}

/* Slide */
.portfolio-slide {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s ease;
    transform: scale(0.85);
    opacity: 0.6;
}

.portfolio-slide img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

/* Active (Center) */
.splide__slide.is-active .portfolio-slide {
    transform: scale(1);
    opacity: 1;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35); */
}

/* Arrows */
.splide__arrow {
    background: #f6b01e;
    opacity: 1;
}

.splide__arrow svg {
    fill: #7a0f3a;
}

/* Responsive */
@media (max-width: 768px) {
    .portfolio-slide img {
        height: 260px;
    }

    .portfolio-title {
        font-size: 32px;
    }
}

/* Contact Section */
.contact-section {
    position: relative;
    padding: 160px 0;
    background: url("../assets/bg_contact.svg") center center / cover no-repeat;
    color: #fff;
}

.contact-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.contact-section .container {
    position: relative;
    z-index: 2;
}

/* CTA Banner */
.contact-cta {
    background: linear-gradient(90deg, #7a1530, #e58c2c);
    border-radius: 24px;
    padding: 60px 60px;
    color: #fff;
    position: relative;
    /* overflow: hidden; */
    overflow: visible;
}

.model-wrapper {
    position: absolute;
    right: 40px;
    bottom: 0px;
    z-index: 3;
}

.contact-title {
    font-size: 52px;
    margin-bottom: 15px;
}

.contact-desc {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* CTA Button */
.btn-contact {
    background: var(--gold);
    color: var(--burgundy);
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 10px;
}

.btn-contact:hover {
    background: #ffcc4d;
}

/* Model Image */
.contact-model {
    /* max-height: 260px;
    object-fit: contain; */
    height: 420px; /* LEBIH TINGGI DARI CTA */
    max-width: none;
    object-fit: contain;
}

/* Office Card */
.contact-office {
    background: var(--burgundy);
    padding: 40px;
    border-radius: 20px;
    height: 100%;
}

.contact-office h4 {
    margin-bottom: 20px;
    font-weight: 700;
}

.office-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.office-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.office-list i {
    color: var(--gold);
    margin-top: 3px;
}

/* Map */
.office-map iframe {
    width: 100%;
    height: 220px;
    border-radius: 15px;
    border: none;
}

/* Contact Form */
.contact-form-box {
    background: #ffffff;
    padding: 45px;
    border-radius: 20px;
    height: 100%;
    color: #333;
}

.contact-form-box label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-form-box .form-control {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #e5e5e5;
}

.contact-form-box .form-control:focus {
    border-color: var(--gold);
    box-shadow: none;
}

/* Submit Button */
.btn-submit {
    background: var(--gold);
    color: var(--burgundy);
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 10px;
}

.btn-submit:hover {
    background: #ffcc4d;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-section {
        padding: 120px 0;
    }

    .contact-cta {
        padding: 40px;
        text-align: center;
    }

    .contact-title {
        font-size: 40px;
    }

    .contact-model {
        display: none;
    }
}

.glowy-footer {
    background: var(--burgundy);
    padding: 80px 0 40px;
    color: #fff;
}

/* Brand */
.footer-brand {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    color: var(--gold);
    margin-bottom: 16px;
}

/* Description */
.footer-desc {
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
}

/* Tagline */
.footer-tagline {
    margin-top: 16px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: var(--gold);
    font-weight: 600;
}

/* Titles */
.footer-title {
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 16px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 6px;
}

/* Social Icons */
.footer-social {
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--gold);
    color: var(--burgundy);
    border-color: var(--gold);
    transform: translateY(-4px);
}

/* Logo */
.footer-logo {
    max-height: 70px;
    margin-top: 10px;
}

/* Divider */
.footer-divider {
    margin: 40px 0 20px;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}

/* Copyright */
.footer-copy {
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1440px) {
    .services-section {
        height: auto !important;
    }

    .portfolio-section {
        height: auto !important;
    }
}

@media (max-width: 1024px) {
    .display-huge {
        font-size: 72px;
        letter-spacing: 3px;
    }

    .decorator-text {
        font-size: 72px;
        margin-bottom: -40px;
    }

    .lead-hero {
        font-size: 24px;
    }

    .hero {
        /* height: 85vh; */
        text-align: center;
    }

    .hero-content {
        margin-top: 4rem !important;
    }

    .section-title {
        font-size: 48px;
    }

    .identity-box {
        padding: 30px;
    }

    .identity-box p {
        font-size: 13px !important;
    }

    .services-section {
        height: auto;
        padding: 120px 0;
    }

    .services-subtitle {
        font-size: 16px !important;
    }

    .portfolio-desc {
        font-size: 16px !important;
    }

    .contact-title {
        font-size: 42px;
    }

    .contact-model {
        height: 320px;
    }
}

/* =====================================================
   2. MEDIUM TABLET (768px - 991px)
   (Versi Tab seperti iPad atau Tablet Android)
===================================================== */
@media (max-width: 991px) {

    section {
        padding: 80px 0;
    }

    .navbar {
        background: rgba(0,0,0,0.6) !important;
        backdrop-filter: blur(10px);
    }

    .nav-link {
        font-size: 16px;
        margin-right: 0;
        padding: 10px 0;
    }

    .display-huge {
        font-size: 60px;
        letter-spacing: 2px;
    }

    .decorator-text {
        font-size: 56px;
        margin-bottom: -30px;
    }

    .lead-hero {
        font-size: 22px;
    }

    .our-identity-section {
        height: auto;
        padding: 120px 0;
    }

    .services-section {
        height: auto;
    }

    .service-featured {
        transform: scale(1);
    }

    .portfolio-title {
        font-size: 32px;
    }

    .contact-cta {
        padding: 40px;
    }

    .contact-model {
        display: none;
    }
}

/* =====================================================
   3. MOBILE VERSION (Di bawah 768px)
   (Penyesuaian khusus untuk Handphone)
===================================================== */
@media (max-width: 768px) {

    .display-huge {
        font-size: 42px;
        letter-spacing: 1px;
    }

    .decorator-text {
        font-size: 42px;
        margin-bottom: -20px;
    }

    .lead-hero {
        font-size: 18px;
    }

    .hero {
        /* height: 85vh; */
        text-align: center;
    }

    .hero-content {
        margin-top: 6rem !important;
    }

    .section-title {
        font-size: 36px;
        text-align: center;
    }

    .identity-box {
        padding: 25px;
    }

    .service-icon {
        width: 48px !important;
        height: 48px !important;
    }

    .service-card h4 {
        font-size: 16px !important;
    }

    .service-card , p .text-muted {
        font-size: 14px !important;
    }

    .service-card {
        padding: 30px 20px;
    }

    .services-subtitle {
        font-size: 14px !important;
    }

    .portfolio-desc {
        font-size: 14px !important;
    }

    .portfolio-slide img {
        height: 240px;
    }

    .contact-title {
        font-size: 32px;
    }

    .contact-desc {
        font-size: 14px;
    }

    .contact-form-box {
        padding: 30px;
    }

    .footer-brand {
        font-size: 1.4rem;
    }
}

@media (max-width: 425px) {

    .display-huge {
        font-size: 32px;
    }

    .decorator-text {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .lead-hero {
        font-size: 16px;
    }

    .section-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .identity-box {
        padding: 20px;
    }

    .service-icon {
        width: 55px;
        height: 55px;
        font-size: 1.5rem;
    }

    .contact-title {
        font-size: 26px;
    }

    .btn-contact,
    .btn-submit {
        width: 100%;
    }

    .footer-desc {
        font-size: 0.8rem;
    }
}
