/* input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
} */
/* loading screen -START */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: radial-gradient(#b5b5ff, #00195f);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99999;
    font-family: Arial, sans-serif;
    color: white;
    opacity: 1;
}
.section-py.section-header {
    padding-top:6rem !important;
    padding-inline:0
}
.agenelite-text{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: capitalize;
}

/* .loading-text {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
    margin-top: 10px;
} */
.loading-text {
    color: #FFF;
    display: inline-block;
    position: relative;
    display: flex;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    margin-top: 10px;
}


/* Animasi fade out untuk menghilangkan loading screen */
@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
.fade-out {
    animation: fadeOut 1s ease-in-out;
};

.sub-loading-text {
    color: #FFF;
    display: inline-block;
    position: relative;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    margin-top: 10px;
    letter-spacing: 2px;
    animation: fadeText 2.5s ease infinite alternate;
}
@keyframes fadeText {
    from { opacity: 0; transform: translateY(0); }
    to { opacity: 1; transform: translateY(0); }
}

/*
.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    animation: spin 1s ease-in-out infinite;
    margin: 20px auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */
/* From Uiverse.io by Nawsome */
.typewriter {
    --blue: #5C86FF;
    --blue-dark: #275EFE;
    --key: #fff;
    --paper: #EEF0FD;
    --text: #D3D4EC;
    --tool: #FBC56C;
    --duration: 3s;
    position: relative;
    -webkit-animation: bounce05 var(--duration) linear infinite;
    animation: bounce05 var(--duration) linear infinite;
  }

  .typewriter .slide {
    width: 92px;
    height: 20px;
    border-radius: 3px;
    margin-left: 14px;
    transform: translateX(14px);
    background: linear-gradient(var(--blue), var(--blue-dark));
    -webkit-animation: slide05 var(--duration) ease infinite;
    animation: slide05 var(--duration) ease infinite;
  }

  .typewriter .slide:before, .typewriter .slide:after,
  .typewriter .slide i:before {
    content: "";
    position: absolute;
    background: var(--tool);
  }

  .typewriter .slide:before {
    width: 2px;
    height: 8px;
    top: 6px;
    left: 100%;
  }

  .typewriter .slide:after {
    left: 94px;
    top: 3px;
    height: 14px;
    width: 6px;
    border-radius: 3px;
  }

  .typewriter .slide i {
    display: block;
    position: absolute;
    right: 100%;
    width: 6px;
    height: 4px;
    top: 4px;
    background: var(--tool);
  }

  .typewriter .slide i:before {
    right: 100%;
    top: -2px;
    width: 4px;
    border-radius: 2px;
    height: 14px;
  }

  .typewriter .paper {
    position: absolute;
    left: 24px;
    top: -26px;
    width: 72px;
    height: 46px;
    border-radius: 5px;
    background: var(--paper);
    transform: translateY(46px);
    -webkit-animation: paper05 var(--duration) linear infinite;
    animation: paper05 var(--duration) linear infinite;
  }

  .typewriter .paper:before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 7px;
    border-radius: 2px;
    height: 4px;
    transform: scaleY(0.8);
    background: var(--text);
    box-shadow: 0 12px 0 var(--text), 0 24px 0 var(--text), 0 36px 0 var(--text);
  }

  .typewriter .keyboard {
    width: 120px;
    height: 56px;
    margin-top: -10px;
    z-index: 1;
    position: relative;
  }

  .typewriter .keyboard:before, .typewriter .keyboard:after {
    content: "";
    position: absolute;
  }

  .typewriter .keyboard:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    transform: perspective(10px) rotateX(2deg);
    transform-origin: 50% 100%;
  }

  .typewriter .keyboard:after {
    left: 2px;
    top: 25px;
    width: 11px;
    height: 4px;
    border-radius: 2px;
    box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    -webkit-animation: keyboard05 var(--duration) linear infinite;
    animation: keyboard05 var(--duration) linear infinite;
  }

  @keyframes bounce05 {
    85%, 92%, 100% {
      transform: translateY(0);
    }

    89% {
      transform: translateY(-4px);
    }

    95% {
      transform: translateY(2px);
    }
  }

  @keyframes slide05 {
    5% {
      transform: translateX(14px);
    }

    15%, 30% {
      transform: translateX(6px);
    }

    40%, 55% {
      transform: translateX(0);
    }

    65%, 70% {
      transform: translateX(-4px);
    }

    80%, 89% {
      transform: translateX(-12px);
    }

    100% {
      transform: translateX(14px);
    }
  }

  @keyframes paper05 {
    5% {
      transform: translateY(46px);
    }

    20%, 30% {
      transform: translateY(34px);
    }

    40%, 55% {
      transform: translateY(22px);
    }

    65%, 70% {
      transform: translateY(10px);
    }

    80%, 85% {
      transform: translateY(0);
    }

    92%, 100% {
      transform: translateY(46px);
    }
  }

  @keyframes keyboard05 {
    5%, 12%, 21%, 30%, 39%, 48%, 57%, 66%, 75%, 84% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    9% {
      box-shadow: 15px 2px 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    18% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 2px 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    27% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 12px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    36% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 12px 0 var(--key), 60px 12px 0 var(--key), 68px 12px 0 var(--key), 83px 10px 0 var(--key);
    }

    45% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 2px 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    54% {
      box-shadow: 15px 0 0 var(--key), 30px 2px 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    63% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 12px 0 var(--key);
    }

    72% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 2px 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 10px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }

    81% {
      box-shadow: 15px 0 0 var(--key), 30px 0 0 var(--key), 45px 0 0 var(--key), 60px 0 0 var(--key), 75px 0 0 var(--key), 90px 0 0 var(--key), 22px 10px 0 var(--key), 37px 12px 0 var(--key), 52px 10px 0 var(--key), 60px 10px 0 var(--key), 68px 10px 0 var(--key), 83px 10px 0 var(--key);
    }
  }

/* loading screen -END */

body {
    overflow-x: hidden;
}
.footer-sosmed {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.background-ornament {
    display: none;
    z-index: -1;
    position: absolute;
    filter: blur(8px);
    width: 300px;
    height: 300px;
    background: rgb(0 123 255 / 8%);
    border-radius: 50%;
    overflow: hidden;
    animation: moveUpAndDown 4s ease-in-out infinite; /* Terapkan animasi */
    /* clip-path: inset(0 0 0 0); Memotong elemen yang keluar dari layar */
}
.ornament-1 {
    top: -6%;
    left: 4%;
}
.ornament-2 {
    bottom: 25%;
    right: -2%;
}
.ornament-3 {
    top: 89%;
    left: 2%;
    width: 200px;
    height: 200px;
    background: rgba(255, 193, 7, 0.1);
}
@keyframes moveUpAndDown {
    0%, 10%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* Sesuaikan dengan jarak yang diinginkan */
    }
    70% {
        transform: translateY(-20px);
    }
}

@media (min-width: 768px) {
    .background-ornament { display: block; }
}
.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(45deg, rgba(174,180,238,1) 0%, rgba(122,120,252,1) 25%, rgba(37,25,150,1) 52%, rgba(109,86,255,1) 84%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
.section-quote {
    text-align: center;
    font-size: 1rem;
    font-style: italic;
    color: #6c757d;
    margin-bottom: 2rem;
}
.text-title
{
    font-size: 1.5rem;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 1rem;
}
.text-detail
{
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 2rem;
}
.event-card  {
    background: rgba(253, 253, 253, 0.144);
    backdrop-filter: blur(3px);
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center !important;
    gap: 1rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.event-card.event-ended {
    background: rgba(253, 253, 253, 0.144);
    backdrop-filter: blur(3px);
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    gap: 0rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    width: 50%;
}
.event-card.show {
    opacity: 1;
    transform: translateY(0);
}
.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.event-img {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;

}
.event-img img {
    /* width: 100px;
    height: 100px; */
    border-radius: 50%;
}
.status-icon {
    font-size: 1.5rem;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}
.status-text {
    font-size: 0.8rem;
    color: #6c757d;
    text-align: center;
}
.event-content {
    flex-grow: 1;
}
.status-badge {
    align-items: center;
    display: table;
    padding: 6px 10px;
    margin-top: 8px;
    margin-bottom: 0px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    place-self: anchor-center;
}
.badge-live { background-color: #b82f2f; } /* Red for Live */
.badge-ended { background-color: #757575; } /* Gray for Ended */
.badge-soon { background-color: hsl(236, 100%, 73%); } /* Yellow for Coming Soon */
.btn-gradient {
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    border: none;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    border-radius: 25px;
    white-space: nowrap;
}
.btn-gradient:hover {
    background: linear-gradient(45deg, #2575fc, #6a11cb);
    transform: scale(1.05);
    color: rgb(8, 214, 1);

}

.blur {
    filter: grayscale(1) blur(2px);
    pointer-events: none; /* Mencegah interaksi dengan elemen yang diblur */
    transition: filter 1.5s ease;
}

/* Untuk Webkit-based browser (Chrome, Safari, Edge) */
/* input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
} */
.heading-dark {
    filter: invert(1);
}
/* Headline Page - START*/
.headline-title {
    position: relative;
    inset-block-start: 5.5rem;
    margin-block-start: -106px;
    text-align: center;
}
#landingHero{
    box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.75);
}

.footer-shadow{
    box-shadow: 0px -6px 19px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px -6px 19px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -6px 19px -4px rgba(0,0,0,0.75);
}

.container-errors{
    padding-top: 7vw;
    padding-bottom: 5vw;
}
.img-errors{
    width: -webkit-fill-available;
    max-width: 48vw;
}


/* Article Section */
#main-content{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
#main-column{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
}
#side-column{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}
#article-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-between;
    align-items: start;
}
#popular-article{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: start;
    justify-content: start;
    align-items: start;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    width: 22vw;
}
.article-card{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    /* padding: 1rem; */
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.article-img img{
    width: 18vw;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
}
.article-img-detail img{
    width: 50vw;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
}
.article-title.text-detail{
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.section-subtitle{
    text-align: center;
}

#article-detail{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.section-title-article{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    /* background: black; */
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    position: relative;
    animation: fadeIn 1s ease-in-out;
}


/* minimal default selain desktop */
@media (max-width: 768px) {
    .section-py.section-header {
        padding-block:6rem !important;
        padding-inline:0
    }
    .event-card {
        flex-direction: row;
        text-align: start;
        padding: 0px !important;
    }
    .event-card.event-ended {
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem !important;
    }
    .status-badge{
        position: absolute !important;
        top: 65% !important;
        right: 0% !important;
        left: 0% !important;
        font-size: 0.7rem !important;
    }
    .event-img img {
        margin-bottom: 0px;
        width: 24vw !important;
        height: 24vw !important;
    }
    .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .event-content{
        min-width: 0 !important;
    }
    .video-title {
        font-size: 1rem !important;
    }
    h2 {
        font-size: 1.8rem !important;
    }
    p, a {
        font-size: 0.8rem !important;
    }
    .badge{
        font-size: 0.5rem !important;
    }
    .event-content .text-title,
    .event-content .text-detail {
        font-size: 0.8rem !important;
        max-width: 100%;
    }
    .event-card .btn-gradient {
        width: 100%;
        display: none;
        margin-top: 10px;
    }
    .container-sm, .container{
        max-width: 1000vw !important;
    }
    .event-img img {
        /* width: 100px;
        height: 100px; */
        border-radius: 0% !important;
    }

    #main-content{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: start;
        justify-content: space-around;
        align-items: flex-start;
        width: 100%;
    }
    .article-card{
        overflow: hidden;
        width: calc(50% - 8.5px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 2rem;
        /* padding: 1rem; */
        border-radius: 15px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    .article-img img{
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 15px;
    }
    .article-img-detail img{
        width: 87vw;
        aspect-ratio: 16 / 9;
        border-radius: 15px;
    }
    .article-title{
        font-size: 1rem;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
    #side-column{
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
    }
    #popular-article {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: start;
        justify-content: start;
        align-items: start;
        -webkit-line-clamp: 3;
        width: 100%;
    }

}



/* RESPONSIVE LAYOUT START */

/* ========================= */
/* 🌍 GENERAL STYLES */
/* ========================= */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

/* ========================= */
/* 📱 MOBILE FIRST (DEFAULT) */
/* ========================= */
.container-errors {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 39vw;
    padding-bottom: 31vw;
}

.img-errors {
    width: 80%; /* Lebih kecil agar sesuai layar */
    max-width: 3000px;
}

/* h3 {
    font-size: 18px;
} */

p {
    font-size: 14px;
}

button {
    font-size: 14px;
    padding: 10px 20px;
}
.sosmed-btn{
    gap : 1.3rem !important;
}
.events-img-detail {
    width: 60% !important;
    align-self: center;
}
.event-img img{
    width: 150px;
    height: 150px;
}
.button-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Footer selalu di bawah */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #343a40;
    color: white;
    text-align: center;
}
/* ========================= */
/* 📲 TABLET & Foldable (min-width: 600px) */
/* ========================= */
/* different techniques for iPad screening */
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .container-errors {
        width: 80% !important;
        padding-top: 20vh;
        padding-bottom: 20vh;
    }
    .events-img-detail {
        width: 40% !important;
        align-self: center;
    }
    .img-errors {
        width: 60% !important;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }
    .event-img img {
        margin-bottom: 0px;
        width: 18vw !important;
        height: 18vw !important;
    }
    .event-content .text-title,
    .event-content .text-detail {
        font-size: 1.2rem !important;
        white-space:unset;
    }
    .event-card .btn-gradient {
        width: 100%;
        display: none;
        margin-top: 10px;
    }
    button {
        font-size: 16px;
        padding: 12px 24px;
    }
    .sosmed-btn{
        gap : 2rem !important;
    }
    .event-img img{
        width: 150px;
        height: 150px;
    }
    .button-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer {
        background-color: #343a40;
        color: white;
        text-align: center;
        /* padding: 15px 0; */
        width: 100%;
        position: fixed; /* Default */
        margin-top: 16dvh !important;

        bottom: 0;
    }
}


@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .container-errors {
        width: 80% !important;
        padding-top: 15vw;
        padding-bottom: 8vh;

    }
    .col-lg-8 {
        width: 100% !important;
    }

    .img-errors {
        width: 60% !important;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    button {
        font-size: 16px;
        padding: 12px 24px;
    }
    .sosmed-btn{
        gap : 2.5rem !important;
    }
    .event-img img{
        width: 150px;
        height: 150px;
    }
    .events-img-detail {
        width: 40% !important;
        align-self: center;
    }
    .event-card .btn-gradient {
        width: 100%;
        display: none;
        margin-top: 10px;
    }
    .button-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer {
        background-color: #343a40;
        color: white;
        text-align: center;
        /* padding: 15px 0; */
        width: 100%;
        position: fixed; /* Default */
        margin-top: 16dvh !important;

        bottom: 0;
    }
}

/* ========================= */
/* 💻 LAPTOP (min-width: 1024px) */
/* ========================= */
@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .container-errors {
        /* width: 60%; */
        padding-top: 20vh;
        padding-bottom: 12vh;
    }

    .img-errors {
        width: 70%;
    }
    .events-img-detail {
        width: 40% !important;
        align-self: center;
    }

    /* h3 {
        font-size: 22px;
    }

    p {
        font-size: 18px;
    } */
    .event-content .text-title,
    .event-content .text-detail {
        font-size: 1.5rem !important;
        white-space:unset;
    }
    button {
        font-size: 18px;
        padding: 14px 28px;
    }
    .sosmed-btn{
        gap : 2.5rem !important;
    }
    .event-img img{
        width: 125px;
        height: 125px;
    }
    footer {
        background-color: #343a40;
        color: white;
        text-align: center;
        /* padding: 15px 0; */
        width: 100%;
        position: fixed; /* Default */
        margin-top: 10dvh !important;
        bottom: 0;
    }
}

/* ========================= */
/* 🖥️ DESKTOP (min-width: 1440px) */
/* ========================= */
@media screen and (min-width: 1440px) {
    .container-errors {
        width: 50%;
        padding-top: 20vh;
        padding-bottom: 12vh;
    }

    .img-errors {
        width: 70%;
    }

    /* h3 {
        font-size: 24px;
    }

    p {
        font-size: 20px;
    } */
    .events-img-detail {
        width: 40% !important;
        align-self: center;
    }
    .event-content .text-title,
    .event-content .text-detail {
        font-size: 1.5rem !important;
        white-space:unset;
    }
    button {
        font-size: 20px;
        padding: 16px 32px;
    }
    .sosmed-btn{
        gap : 2.5rem !important;
    }
    .event-img img{
        width: 125px;
        height: 125px;
    }
    footer {
        background-color: #343a40;
        color: white;
        text-align: center;
        /* padding: 15px 0; */
        width: 100%;
        position: fixed; /* Default */
        margin-top: 10dvh !important;
        bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .navbar-menu-desktop {
        border-radius: .375rem .375rem 0rem 0rem !important;
    }
    .navbar-menu-mobile {
        border-radius: 0rem 0rem .375rem .375rem !important;
        margin-block-start: 0rem !important;
        padding-block: 0rem !important;
        display: block !important;
    }
    .navbar-menu-mobile ul{
        overflow: scroll;
        min-width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: auto;

    }
    .navbar-menu-mobile ul li {
        white-space: nowrap !important;
    }
}
@media screen and (min-width: 992px) {
    .navbar-menu-mobile{
        display: none !important;
    }
}
/* RESPONSIVE LAYOUT END */

/* Set Default Starting Content without Ribbon */
.without-hero{
    padding-top: 12vh !important;
}


.btn-submit {
    min-height: 50px; /* Sesuaikan dengan lebar yang diinginkan */
    min-width: 180px; /* Sesuaikan dengan lebar yang diinginkan */
    position: relative;
    display: flex;
}
.spinner-border {
    color: #ffffff;
    font-size: 1.5rem;
}
.icon-btn{
    font-size: 1.5rem;
    vertical-align: bottom;
}
