@import url("https://fonts.googleapis.com/css2?family=Bungee+Inline&family=Bungee+Shade&display=swap");
/* 
Banner
*/
header.mobile-header {
    display: none;
}

.banner {
    position: relative;
    justify-content: center;
    display: flex;
    height: 90vh;
    color: #fafafa;
}
.banner-red {
    background-color: #da251c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    color: #fff;
    font-size: 30px;
}
.banner-red a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}
.vector {
    position: absolute;
    height: 90vh;
    right: 0;
    top: 0;
}
.vector img {
    width: 100%;
    height: 100%;
}
.variasi-banner {
    position: absolute;
}
.variasi-banner.satu {
    background-image: url(/assets/img/satu.png);
    background-position: center;
    background-size: cover;
    width: 150px;
    height: 150px;
    left: 0;
    top: 0;
}
.variasi-banner.dua {
    background-image: url(/assets/img/dua.png);
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 100px;
    left: 20px;
    bottom: 150px;
    background-repeat: no-repeat;
}
.variasi-banner.tiga {
    background-image: url(/assets/img/tiga.png);
    background-position: center;
    background-size: contain;
    width: 80px;
    height: 100px;
    bottom: 40px;
    left: 700px;
    background-repeat: no-repeat;
}
.variasi-banner.empat {
    background-image: url(/assets/img/empat.png);
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 150px;
    top: 0;
    left: 600px;
    background-repeat: no-repeat;
}
.variasi-banner.lima {
    background-image: url(/assets/img/lima.png);
    background-position: center;
    background-size: contain;
    width: 80px;
    height: 30px;
    bottom: 40px;
    left: 300px;
    background-repeat: no-repeat;
}
.banner .img {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .text {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
}
.banner .text .title {
    color: #da251c;
    font-size: 40px;
    font-weight: bold;
}
header.style2 .banner .text .title,
header.style2 .banner .text p {
    color: #fff;
}
header.style2 .banner .text {
    width: 70%;
}
/* header.style2 .banner .text p {
  margin-top: -40px;
} */
header.style2 .banner .text .join-banner {
    margin-top: 50px;
}
header.style2 .banner .text .title {
    margin-bottom: 50px;
    font-size: 45px;
}
.banner .text p {
    color: #000;
    text-align: justify;
    width: 450px;
}
header.style2 .banner .text .join-banner {
    background-color: #fff;
    color: #da251c;
    font-weight: bold;
}
.banner .text .join-banner {
    background-color: #da251c;
    width: 300px;
    padding: 10px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
}
.banner .img-banner {
    position: absolute;
    right: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    /* border: 1px solid black; */
    display: flex;
    border: 4px solid white;
    overflow: hidden;
}
.banner .img-banner .img-banner2 {
    width: 400px;
    height: 400px;
    margin-top: -5px;
    /* margin-left: 10px; */
    /* width: 100%;
  height: 100%; */
    border-radius: 50%;
    background-position: right center;
    background-size: cover;
    transition: 0.5s all;
}

.banner .img-banner:hover .img-banner2,
.banner .img-banner:focus .img-banner2 {
    transform: scale(1.1);
}

/* 
Rekanan
 */
.rekanan {
    width: 100%;
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
}

.rekanan .box {
    background-color: #fff;
    border: 3px solid #000;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 0px 40px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
    transform: translateY(-120px);
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.rekanan .box .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 12px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    right: -20px;
    bottom: 0;
}

.rekanan .box img {
    width: 150px;
}

/* 
Tentang Kami
*/
.about {
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-top: 100px;
    gap: 20px;
}

.about .g-text {
    width: 50%;
    position: relative;
    padding-top: 60px;
    text-align: left;
}

.about .g-text p {
    z-index: 1;
}

.about .g-text .icon-star {
    display: flex;
    background-image: url(../img/star.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    top: 0;
    animation: rotate 10s infinite alternate ease-in-out;
}

.about .g-text .icon-star2 {
    display: flex;
    background-image: url(../img/star2.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 80px;
}

.about .g-text .icon-star2.animasi {
    animation: star 10s infinite alternate;
}

.about .g-text .icon-star3.animasi {
    animation: star2 10s infinite alternate;
}

.about .g-text .icon-star3 {
    display: flex;
    background-image: url(../img/star2.png);
    width: 30px;
    height: 30px;
    background-size: cover;
    position: absolute;
    top: 50px;
    left: 80px;
}

.about .g-text .icon-panah2 {
    display: flex;
    background-image: url(../img/panah2.png);
    width: 100px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 200px;
}

@keyframes star {
    0% {
        transform: translateY(300px);
        opacity: 0.2;
    }

    50% {
        transform: translateX(-500px);
        width: 15px;
        height: 15px;
    }

    100% {
        transform: translateY(0px);
        width: 10px;
        height: 10px;
    }
}

@keyframes star2 {
    0% {
        transform: translateY(300px);
        opacity: 0.2;
    }

    50% {
        transform: translateX(500px);
        width: 15px;
        height: 15px;
    }

    100% {
        transform: translateY(0px);
        width: 10px;
        height: 10px;
    }
}

.about .g-text p {
    margin: 20px 0px;
}

.about .g-text .data {
    margin: 20px 0px;
    display: flex;
    justify-content: left;
}

.about .g-text .data .group {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.about .g-text .data i.icon-product {
    display: flex;
    background-image: url(../img/product.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-right: 5px;
}

.about .g-text .data i.icon-sp {
    display: flex;
    background-image: url(../img/sp.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-right: 5px;
}

.about .g-img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.about .g-img .image {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .g-img figure {
    width: 400px;
    height: 400px;
    overflow: hidden;
    border: 4px double black;
    border-radius: 50%;
}
.about .g-img figure img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}
.about .g-img figure img:hover {
    transform: scale(1.4);
}

.about i.icon-variasi.animasi {
    animation: rotate infinite 5s alternate;
}

.about i.icon-variasi {
    display: flex;
    background-image: url(../img/variasi.png);
    width: 100px;
    height: 100px;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 120px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about i.icon-variasi .dot {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid white;
}

.about i.icon-variasi2.animasi {
    animation: rotate infinite 5s alternate;
}

.about i.icon-variasi2 {
    display: flex;
    background-image: url(../img/variasi2.png);
    width: 100px;
    height: 100px;
    background-size: cover;
    position: absolute;
    /* bottom: 0; */
    top: 0;
    right: 120px;
}

@keyframes rotate {
    to {
        rotate: 360deg;
    }
}

/* 
Keunggulan Kami
*/
.unggul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #da251c;
    color: #fff;
}
.unggul .boxContainer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-items: center;
    align-content: center;
    gap: 20px;
    margin: 40px 0px;
}
.unggul .boxContainer .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 250px;
    padding: 20px;
    border: 4px double white;
    border-radius: 10px;
    text-align: center;
}
.unggul .boxContainer .box i.icon-sp-2 {
    width: 100px;
    height: 100px;
    background-image: url(../img/sp2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.unggul .boxContainer .box i.icon-sales {
    width: 100px;
    height: 100px;
    background-image: url(../img/sales.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.unggul .boxContainer .box i.icon-sales-2 {
    width: 100px;
    height: 100px;
    background-image: url(../img/sales2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* 
Testimonial
*/
.testi {
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testi .boxContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testi .boxContainer .box {
    display: flex;
    background-color: #da251c;
    border-radius: 20px;
    max-height: 400px;
    color: #fff;
    text-align: center;
}
.testi .boxContainer .box .g-text {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testi .boxContainer .box .g-text h4 {
    font-size: 14px;
}
.testi .boxContainer .box .g-text p {
    font-size: 10px;
}
.testi .boxContainer .box .g-img {
    width: 50%;
}
.testi .boxContainer .box .g-img img {
    width: 100%;
    max-height: 400px;
    border-radius: 0pc 20px 20px 0px;
}
.testi .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}
.testi .owl-dots .owl-dot {
    border: 4px double black;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    margin-right: 5px;
}
.testi .owl-dots .owl-dot.active {
    background-color: #da251c;
}

/* 
Produk
*/
.produk {
    background-color: #da251c;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.produk .boxContainer {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-items: center;
    align-content: center;
    margin-top: 20px;
}
.produk .boxContainer .box {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 450px;
    border-radius: 20px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.produk .boxContainer .box .content img.bg-produk {
    width: 250px;
    height: 350px;
    border-radius: 20px;
    border: 2px solid #fff;
}
.produk .boxContainer .box .content img.produk-img {
    width: 130px;
    height: 180px;
    border-radius: 20px;
    position: absolute;
    object-fit: contain;
}
.produk .boxContainer .box .content h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #fff;
}
.produk .boxContainer .box .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 65px;
    top: 35px;
}
.produk .boxContainer .box img.blur {
    opacity: 0.75;
    filter: blur(1px);
    width: 280px;
    height: 380px;
    border-radius: 20px;
}
.produk .boxContainer .box .detail {
    position: absolute;
    top: 50px;
    left: 50px;
}
.produk .boxContainer .box .detail img {
    width: 60px;
}

.produk-all .cat {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    justify-items: center;
    align-content: center;
    padding: 20px;
}
.produk-all .cat .box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    width: 200px;
    height: 100px;
    text-decoration: none;
    border-radius: 20px 0px;
    background-color: #fff;
}
.produk-all .cat .box:hover {
    cursor: pointer;
}
.produk-all .cat .box h1 {
    font-size: 20px;
    color: #000;
    text-align: center;
}
.produk-all .boxContainer {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-items: center;
    align-content: center;
    margin-top: 20px;
    margin-left: 20px;
}
.produk-all .boxContainer .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-decoration: none;
}
.produk-all .boxContainer .box img.produk-img {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    object-fit: contain;
    z-index: 5;
}
.produk-all .boxContainer .box img.produk-shadow {
    position: absolute;
    object-fit: contain;
    bottom: 20px;
    z-index: 1;
    /* width: 200px; */
    height: 40px;
}
.produk-all .boxContainer .box h4 {
    width: 200px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.produk-all .boxContainer .box .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.produk-all .boxContainer .box img.blur {
    opacity: 0.75;
    filter: blur(1px);
    width: 250px;
    height: 350px;
    border-radius: 20px;
}
.produk-all .boxContainer .box .detail {
    position: absolute;
    top: 50px;
    left: 50px;
}
.produk-all .boxContainer .box .detail img {
    width: 60px;
}

.produk-all .heading {
    text-align: center;
}

.produk-all {
    display: flex;
    flex-direction: column;
}

.produk-all .contentContainer {
    display: flex;
    width: 100%;
}

.produk-all .side {
    display: flex;
    flex-direction: column;
    border: 4px double #da251c;
    border-radius: 20px;
    width: 30%;
    padding: 20px;
    height: max-content;
}

.produk-all .side .search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.produk-all .side .search input {
    width: 200px;
    padding: 8px;
    border-radius: 20px 0px 0px 20px;
    font-weight: bold;
    padding-left: 20px;
}

.produk-all .side .search button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 0px 20px 20px 0px;
    padding: 5px;
}

.produk-all .side .search button:hover {
    cursor: pointer;
}

.produk-all .side .search i.icon_search {
    display: flex;
    background-image: url(../img/search.png);
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
}

/* Search Icon Enhanced Visibility */
.search-button .search-icon {
    color: #fff;
}

.search-button .search-icon::before {
    border-color: #fff;
    opacity: 1;
}

.search-button .search-icon::after {
    background: #fff;
    opacity: 1;
}

.search-button:hover .search-icon {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.search-button:active .search-icon {
    transform: scale(0.95);
}

.produk-all .side .group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.produk-all .side .group .inputGroup {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    width: 100%;
    justify-items: center;
    align-content: center;
    padding: 20px;
    gap: 10px;
}

.produk-all .side .group .inputGroup .gr-inp {
    width: 100px;
}

.produk-all .content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* 
Info
*/

.info {
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.info img {
    width: 35%;
    margin-right: 50px;
}

.info p {
    font-size: 20px;
}

/*
 Page About 
*/
.about-page {
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-page p {
    text-align: justify;
    margin: 30px 0px;
}

.about-page img {
    margin: 20px 0px;
}
.about-page .g-about {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-page .g-about .image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-page .g-about .image img {
    width: 60%;
}
.about-page .g-about .text {
    width: 50%;
    text-align: justify;
}

/* 
Page SP
*/
.sp-page {
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sp-page .boxContainer {
    width: 100%;
    display: flex;
    margin-top: 60px;
}

.sp-page .hero-img img {
    width: 80%;
}
.sp-page .hero-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.sp-page .text {
    width: 50%;
}

.sp-page .text p {
    width: 500px;
}
.sp-page .box-sp-all {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px;
    margin-top: 20px;
}
.sp-page .box-sp-all .box-sp {
    padding: 5px;
    width: 250px;
    height: 80px;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
  align-items: center; */
    /* border: 4px double black; */
}
.sp-page .box-sp-all .box-sp small {
    font-weight: 200;
    font-size: 10px;
    /* text-align: center; */
}

@keyframes slide {
    0% {
        right: 0;
        top: 0;
    }

    100% {
        right: -40px;
        top: -30px;
    }
}

.sp-page .hero-img .box-variasi {
    position: relative;
    width: 300px;
    height: 370px;
    border-radius: 0px 195px 0px 0px;
    background-color: #da251c;
}

.maps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* 
Page Rekanan
*/

.rekanan-page {
    background-image: url(../img/bg.png);
    background-position: center;
    /* background-size: cover; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rekanan-page .boxContainer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    justify-items: center;
    align-content: center;
    margin-top: 20px;
}
.rekanan-page .boxContainer .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 120px;
    border: 1px solid black;
    position: relative;
}
.rekanan-page .boxContainer .box img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}
.partner .boxContainer .box .tooltiptext,
.rekanan-page .boxContainer .box .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 12px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    right: -20px;
    bottom: 0;
}

.partner .boxContainer .box:hover .tooltiptext,
.rekanan-page .boxContainer .box:hover .tooltiptext {
    visibility: visible;
}

/* 
Karir
*/

.karir-page {
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.karir-page .boxContainer {
    border: 4px double #000;
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0px;
}

.karir-page .boxContainer .box.header {
    background-color: #da251c;
    color: #fff;
}

.karir-page .boxContainer .box.content:hover {
    box-shadow: 3px 6px 4px rgba(0, 0, 0, 0.25),
        inset -5px -3px 3px rgba(0, 0, 0, 0.25),
        inset 5px 3px 3px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.karir-page .boxContainer .box {
    display: flex;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 8px;
    margin-bottom: 20px;
    box-shadow: 2px 4px 2px rgb(0, 0, 0, 0.25);
    background-color: #fff;
}

.karir-page .boxContainer .box li {
    list-style: none;
    width: 300px;
    display: flex;
    justify-content: center;
}

.karir-page .boxContainer .desc.hide {
    display: none;
}

.karir-page .boxContainer .desc {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 20px 8px;
    margin-bottom: 20px;
    box-shadow: 2px 4px 2px rgb(0, 0, 0, 0.25);
    background-color: #fff;
    animation: 1s up forwards;
}
/* Partner */
.partner {
    background-image: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partner .boxContainer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    justify-items: center;
    align-content: center;
    margin-top: 20px;
}
.partner .boxContainer .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 120px;
    border: 1px solid black;
    position: relative;
}
.partner .boxContainer .box img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

/* .group-stamp {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}
.group-stamp.big .stamp {
  width: 250px;
  height: 100px;
}
.group-stamp.big .border {
  width: 260px;
  height: 110px;
}
.stamp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #cc0001;
  position: relative;
  animation: text 2s forwards;
}
.border {
  display: flex;
  border: 4px double #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  position: absolute;
  animation: text 2s forwards;
}
.stamp h1 {
  font-family: "Bungee Shade", sans-serif;
  font-size: 30px;
  color: #cc0001;
  letter-spacing: 2px;
  animation: font 0.8s alternate infinite;
}
.stand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  position: absolute;
  height: 60px;
  animation: stand 2s forwards ease-in-out;
}
.stand img {
  width: 100%;
  height: 140px;
}
@keyframes font {
  0% {
    font-family: "Bungee Inline", sans-serif;
  }
  100% {
    font-family: "Bungee Shade", sans-serif;
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stand {
  0% {
    transform: translate(100px, 100px);
  }
  50% {
    transform: translate(0);
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  80% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    transform: translate(300px, 300px);
    opacity: 0;
  }
} */

#group-stamp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-content: center;
}
.group {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.group .join {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    opacity: 0;
    width: 120px;
    height: 120px;
    /* background-color: #fff; */
    /* box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25); */
    /* border-radius: 50%; */
}
.group .join img {
    width: 100%;
}
.group .stand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    position: absolute;
    opacity: 0;
}
.group .join.animation {
    opacity: 1;
    animation: fade2 1s forwards;
}
.group .stand.animation {
    opacity: 1;
    animation: fade 1s forwards;
}
.group .stand img {
    width: 100%;
}
@keyframes fade {
    0% {
        transform: translate(100px, 200px);
    }
    25% {
        transform: translate(2px, 4px);
    }
    85% {
        opacity: 1;
        transform: translate(-90px, 180px);
        transform: rotate(-30deg);
    }
    100% {
        opacity: 0;
        transform: translate(-100px, 200px);
    }
}
@keyframes fade2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* modal */
.modal.d-none {
    display: none;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .g-modal {
    background-color: #fff;
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    animation: animation-top 1s forwards;
}
@keyframes animation-top {
    from {
        /* transform: translateY(-300px); */
        opacity: 0;
    }
    to {
        /* transform: translateY(0); */
        opacity: 1;
    }
}
.modal .g-modal .modal-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 4px double black;
    margin-bottom: 10px;
}
.close-modal {
    cursor: pointer;
}

.modal .g-modal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal .g-modal .modal-body embed {
    margin-bottom: 20px;
}

/* ================================================
   PRODUCT CATALOG PAGE STYLES
   ================================================ */

/* General Layout */
.product-catalog-section {
    padding: 2rem 7% 4rem;
    min-height: 100vh;
}

.catalog-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

/* Mobile Filter Toggle */
.mobile-filter-toggle {
    display: none;
    align-items: center;
    gap: 0.75rem;
    background: #da251c;
    color: #fff;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(218, 37, 28, 0.2);
}

.mobile-filter-toggle:hover {
    background: #c01e17;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(218, 37, 28, 0.3);
}

.filter-icon {
    width: 18px;
    height: 18px;
    position: relative;
}

.filter-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}

/* ================================================
   SIDEBAR FILTER STYLES
   ================================================ */

.product-filters {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 2rem;
    height: fit-content;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
}

.filters-content {
    padding: 1.5rem;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f8f9fa;
}

.filter-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0.5px;
}

.mobile-filter-close {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0.5rem;
    line-height: 1;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.mobile-filter-close:hover {
    color: #da251c;
    background: rgba(218, 37, 28, 0.1);
}

/* Filter Groups */
.filter-group {
    margin-bottom: 2rem;
}

.filter-group:last-child {
    margin-bottom: 0;
}

.filter-group-title {
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.875rem;
}

/* Search Form */
.search-form {
    width: 100%;
}

.search-input-group {
    display: flex;
    position: relative;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.search-input-group:focus-within {
    border-color: #da251c;
    box-shadow: 0 0 0 3px rgba(218, 37, 28, 0.1);
}

.search-input {
    flex: 1;
    padding-left: 0.3rem;
    border: none;
    background: transparent;
    font-size: 0.9rem;
    color: #333;
    outline: none;
}

.search-input::placeholder {
    color: #6c757d;
}

.search-button {
    background: #da251c;
    border: none;
    padding: 0.875rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-width: 50px;
}

.search-button:hover {
    background: #c01e17;
    /* transform: translateY(-1px); */
    box-shadow: 0 4px 12px rgba(218, 37, 28, 0.3);
}

.search-icon {
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    color: #fff;
}

.search-icon::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.search-icon::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 6px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 1px;
}

/* Category Navigation */
.category-nav {
    width: 100%;
}

.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-item {
    margin-bottom: 0.5rem;
}

.category-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.75rem 1rem;
    color: #495057;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
}

.category-link .category-icon {
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.category-link .category-text {
    flex: 1;
    text-align: left;
}

.category-link .product-count {
    margin-left: auto;
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 400;
}

.category-link:hover {
    background: #f8f9fa;
    color: #da251c;
    transform: translateX(4px);
}

.category-link.active {
    background: linear-gradient(135deg, #da251c, #c01e17);
    color: #fff;
    box-shadow: 0 2px 8px rgba(218, 37, 28, 0.3);
}

.category-link.active .product-count {
    color: rgba(255, 255, 255, 0.9);
}

.category-icon {
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ================================================
   PRODUCT LIST SECTION STYLES
   ================================================ */

.product-list-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* Product List Header */
.product-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid #e9ecef;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-content {
    flex: 1;
}

.section-title {
    font-size: 2rem;
    color: #333;
    margin: 0 0 0.5rem 0;
    letter-spacing: 1px;
}

.product-count-display {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.current-count,
.total-count {
    font-weight: 600;
    color: #da251c;
}

/* Sort Options */
.sort-options {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sort-label {
    font-size: 0.9rem;
    color: #495057;
    font-weight: 500;
}

.sort-select {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #fff;
    color: #495057;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.sort-select:focus {
    outline: none;
    border-color: #da251c;
    box-shadow: 0 0 0 2px rgba(218, 37, 28, 0.1);
}

/* ================================================
   PRODUCT GRID STYLES
   ================================================ */

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    padding: 2rem;
}

.product-item {
    text-decoration: none;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f8f9fa;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-item:hover .product-image {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: #fff;
    padding: 1.5rem 1rem 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.product-item:hover .product-overlay {
    transform: translateY(0);
}

.view-product {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    display: block;
}

.view-product::before {
    content: "👁️";
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

/* ================================================
   LOAD MORE SECTION
   ================================================ */

.load-more-section {
    text-align: center;
    padding: 2rem;
    border-top: 1px solid #e9ecef;
}

.load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #da251c, #c01e17);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(218, 37, 28, 0.3);
}

.load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 37, 28, 0.4);
}

.btn-icon {
    width: 20px;
    height: 20px;
    position: relative;
}

.btn-icon::before,
.btn-icon::after {
    content: "";
    position: absolute;
    background: currentColor;
}

.btn-icon::before {
    top: 9px;
    left: 8px;
    width: 4px;
    height: 2px;
}

.btn-icon::after {
    top: 7px;
    left: 6px;
    width: 8px;
    height: 6px;
    border: 2px solid currentColor;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

/* ================================================
   MOBILE RESPONSIVE STYLES
   ================================================ */

@media (max-width: 1024px) {
    .catalog-container {
        grid-template-columns: 260px 1fr;
        gap: 2rem;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    .product-catalog-section {
        padding: 1.5rem 5% 3rem;
    }

    .mobile-filter-toggle {
        display: flex;
    }

    .catalog-container {
        display: block;
    }

    /* Mobile Filter Sidebar */
    .product-filters {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        z-index: 1001;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: transform;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .product-filters.active {
        transform: translateX(0);
    }

    .product-filters::before {
        content: none;
    }

    .mobile-filter-close {
        display: block;
        position: relative;
        z-index: 1001;
        pointer-events: auto;
        touch-action: manipulation;
    }

    .filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .filter-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .product-list-header {
        padding: 1.5rem 1.5rem 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .sort-options {
        align-self: stretch;
        justify-content: space-between;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        padding: 1.5rem;
        gap: 1rem;
    }

    .load-more-section {
        padding: 1.5rem;
    }

    .load-more-btn {
        padding: 0.875rem 1.75rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .product-catalog-section {
        padding: 1rem 3% 2rem;
    }

    .product-filters {
        width: 280px;
    }

    .filters-content {
        padding: 1rem;
    }

    .product-list-header {
        padding: 1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        padding: 1rem;
        gap: 0.875rem;
    }

    .sort-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mobile-filter-toggle {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* ================================================
   ENHANCED INTERACTIVE ANIMATIONS & EFFECTS
   ================================================ */

/* Ripple Animation */
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Search Active State */
.search-input.search-active {
    border-color: #da251c;
    box-shadow: 0 0 0 3px rgba(218, 37, 28, 0.2);
    background: linear-gradient(90deg, #fff 0%, #fff9f9 100%);
}

/* Loading Spinner */
.loading-spinner,
.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Button Loading State */
.load-more-btn.loading {
    pointer-events: none;
    opacity: 0.8;
}

.load-more-btn.loading .btn-text {
    margin-right: 0.5rem;
}

/* Product Item Visibility Animation */
.product-item {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Enhanced Hover Effects */
.product-item:hover .product-image {
    transform: scale(1.08) rotate(1deg);
}

.product-item:focus {
    outline: 3px solid #da251c;
    outline-offset: 4px;
    box-shadow: 0 0 0 6px rgba(218, 37, 28, 0.1);
}

/* Category Link Active Animation */
.category-link {
    position: relative;
    overflow: hidden;
}

.category-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(218, 37, 28, 0.1),
        transparent
    );
    transition: left 0.6s ease;
}

.category-link:hover::before {
    left: 100%;
}

.category-link.active {
    transform: scale(1.02);
}

/* Filter Group Animation */
.filter-group {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s ease;
}

/* Product Grid Animations */
.product-grid {
    transition: opacity 0.3s ease;
}

/* No Results Message */
.no-results-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.no-results-content {
    max-width: 400px;
    margin: 0 auto;
}

.no-results-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.no-results-content h3 {
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.no-results-content p {
    color: #6c757d;
    font-size: 1rem;
}

/* Scroll Animation Classes */
.animate-in {
    animation: slideInUp 0.6s ease forwards;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced Mobile Filter Animation */
@media (max-width: 768px) {
    .product-filters {
        position: fixed !important;
        transform: translateX(-100%) !important;
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        will-change: transform !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: 300px !important;
        height: 100vh !important;
        z-index: 1000 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .product-filters.active {
        transform: translateX(0) !important;
    }

    .product-filters::before {
        content: none !important;
    }
}

/* Pulse Animation for Search */
.search-button:active {
    animation: pulse 0.3s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

/* Floating Animation for Mobile Toggle */
.mobile-filter-toggle {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
}

/* Product Card Glow Effect */
.product-item:hover {
    position: relative;
}

.product-item:hover::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #da251c, #c01e17, #da251c);
    border-radius: 14px;
    z-index: -1;
    opacity: 0.7;
    filter: blur(8px);
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        opacity: 0.7;
        filter: blur(8px);
    }
    to {
        opacity: 0.9;
        filter: blur(12px);
    }
}

/* Sort Select Animation */
.sort-select:focus {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-2px);
    }
    75% {
        transform: translateX(2px);
    }
}

/* Count Update Animation */
.current-count,
.total-count {
    transition: all 0.3s ease;
}

/* Loading States for Images */
.product-image[loading="lazy"] {
    opacity: 0;
    animation: imageLoad 0.5s ease forwards;
}

@keyframes imageLoad {
    to {
        opacity: 1;
    }
}

/* Enhanced Focus Indicators */
.search-input:focus,
.sort-select:focus {
    transform: scale(1.02);
    box-shadow: 0 0 0 3px rgba(218, 37, 28, 0.2);
}

/* Micro Interactions */
.filter-icon,
.search-icon,
.btn-icon {
    transition: transform 0.2s ease;
}

.mobile-filter-toggle:hover .filter-icon {
    transform: rotate(180deg);
}

.search-button:hover .search-icon {
    transform: scale(1.1);
}

.load-more-btn:hover .btn-icon {
    transform: translateY(-2px);
}

/* Parallax Effect for Sticky Elements - Desktop Only */
.product-filters {
    will-change: transform;
}

@media (max-width: 768px) {
    /* .product-filters {
    will-change: auto;
    transform: none !important;
    position: fixed !important;
  } */

    .product-filters.active {
        transform: translateX(0) !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 1000 !important;
    }
}

/* Smooth scrolling enhancement */
html {
    scroll-behavior: smooth;
}

/* Enhanced transitions for all interactive elements */
.category-link,
.search-input,
.search-button,
.sort-select,
.load-more-btn,
.mobile-filter-toggle {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Performance optimization */
.product-item,
.product-image {
    will-change: transform;
    backface-visibility: hidden;
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
    .no-results-content h3 {
        color: #e9ecef;
    }

    .no-results-content p {
        color: #adb5bd;
    }
}

/* ================================================
   LIGHTBOX MODAL STYLES
   ================================================ */

/* Lightbox Modal */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.lightbox-container {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.lightbox-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.lightbox-close:hover {
    background: #da251c;
    transform: scale(1.1);
}

.lightbox-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
    max-height: 80vh;
}

.lightbox-image-container {
    position: relative;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lightbox-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
}

.lightbox-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #6c757d;
}

.lightbox-info {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.lightbox-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 0.5rem 0;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 1px;
}

.lightbox-category {
    display: inline-block;
    background: linear-gradient(135deg, #da251c, #c01e17);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    width: fit-content;
}

.lightbox-description {
    flex: 1;
    margin-bottom: 2rem;
}

.lightbox-description p {
    color: #6c757d;
    line-height: 1.6;
    font-size: 1rem;
}

.lightbox-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, #da251c, #c01e17);
    color: #fff;
    box-shadow: 0 4px 15px rgba(218, 37, 28, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 37, 28, 0.4);
}

.btn-secondary {
    background: #f8f9fa;
    color: #495057;
    border: 2px solid #e9ecef;
}

.btn-secondary:hover {
    background: #e9ecef;
    border-color: #da251c;
    color: #da251c;
}

.btn-icon {
    font-size: 1rem;
}

/* Navigation Buttons */
.lightbox-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 20px;
}

.nav-btn {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: #da251c;
    transform: scale(1.1);
}

.nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .lightbox-container {
        max-width: 95vw;
        max-height: 95vh;
        margin: 20px;
    }

    .lightbox-content {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
    }

    .lightbox-image-container {
        min-height: 300px;
    }

    .lightbox-info {
        padding: 1.5rem;
    }

    .lightbox-title {
        font-size: 1.5rem;
    }

    .lightbox-actions {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        justify-content: center;
        width: 100%;
    }

    .lightbox-navigation {
        padding: 0 10px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .lightbox-container {
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
        border-radius: 0;
    }

    .lightbox-close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .lightbox-info {
        padding: 1rem;
    }

    .lightbox-image-container {
        min-height: 250px;
    }
}

/* Animation Classes */
@keyframes lightboxFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lightboxSlideIn {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.lightbox-modal.active .lightbox-container {
    animation: lightboxFadeIn 0.4s ease forwards;
}

.lightbox-modal.active .lightbox-info {
    animation: lightboxSlideIn 0.5s ease 0.2s both;
}

/* Enhanced hover effects for modal buttons */
.lightbox-close,
.nav-btn {
    /* position: relative; */
    overflow: hidden;
}

.lightbox-close::before,
.nav-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.lightbox-close:hover::before,
.nav-btn:hover::before {
    width: 100px;
    height: 100px;
}

/* Image zoom effect on hover */
.lightbox-image:hover {
    transform: scale(1.05);
    cursor: zoom-in;
}

/* Scrollbar styling for modal content */
.lightbox-info::-webkit-scrollbar {
    width: 6px;
}

.lightbox-info::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.lightbox-info::-webkit-scrollbar-thumb {
    background: #da251c;
    border-radius: 3px;
}

.lightbox-info::-webkit-scrollbar-thumb:hover {
    background: #c01e17;
}

/* ================================================
   END LIGHTBOX MODAL STYLES
   ================================================ */
