@charset "utf-8";
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

body {
 overflow-x: hidden;
 font-family: 'Lato', sans-serif;
 background-color: #0C49BC;
 color: #ffffff;
}

.main-header {
 background-color: #0007AA;
 height: 111px;
 width: 100%;
 max-width: 1600px;
 display: flex;
 align-items: center;
 justify-content: space-around;
 padding: 0 60px;
 box-sizing: border-box;
}

@media (max-width: 992px) {
.main-header {
 height: auto;
 flex-direction: column;
 align-items:center;
 padding: 100px;
 gap: 10px;
 }
}

.logo {
  position: absolute;
  left: 60px;
  width: 250px;
  height: 310px;
  padding-top:25px;
  z-index: 999; 
}

@media (max-width: 992px) {
.logo {
 position: static;
 align-items: center;
 margin: 0 auto;
 display: block;
  }
}

.nav-links {
 display: flex;
 gap: 30px;
}

.left-side {
 display: flex;
 align-items: center;
 flex: 1 1  auto;
 min-width: 0;
 gap: 80px;
}

.nav-links a {
 text-decoration: none;
 color:#FCEE21;
 font-weight: 800;
 font-size: 20px;
 font-family: 'Lato', sans-serif;
 position: relative;
 padding-bottom: 5px;
 transition: all 0.3s ease;
}

.nav-links a::after {
 content: "";
 position: absolute;
 width: 0;
 height: 3px;
 background-color: #D40315;
 bottom: 0;
 left: 0;
 transition: width 0.3s ease;
}

.nav-links a:hover {
 color: #D40315;
}

.nav-links a:hover::after {
 width: 100%;
}

.nav-links a.current-page:link,
.nav-links a.current-page:visited,
.nav-links a.current-page:hover,
.nav-links a.current-page:active  {
	color: #CEB300;
	text-decoration-thickness: 4px;
}

@media (max-width: 992px) {
.left-side {
 flex-direction: column;
 align-items: flex-start;
 gap: 20px;
}

.nav-links {
 flex-direction: column;
 gap: 15px;
}

.nav-links a {
 font-size: 18px;
  }
}
/* IEU TEH KUDUNA HOME LAH KEK GREETINGS*/
.hero-section {
 text-align: center;
 padding: 5px 10px;
 background-color: #0C49BC;
 min-height: 60vh;
 min-width: 100%;
}

.container {
 font-family: "Fredoka", sans-serif;
 font-size: 2rem;
 display: flex;               
 justify-content: center;     
 align-items: center;         
 height: 100vh;         
 text-align: center;
 flex-direction: column;
}

.hero {
 background-color: #0048d9;
 height: 100vh;
 min-width: 100%;
 text-align: center;
 padding-top: 100px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.hero img {
 width: 100%;
 height: 100%;
 display: block;
}

.title {
 font-size: 5rem;
 font-family: 'fredoka', sans-serif;
 color: #C50000;
 margin-bottom: 20px;
 position: absolute;
 text-align: center;
 width: 100%; 
 top: 300px;
}

.btn-view-menu {
 display: inline-block;
 background-color: #004586;
 color: #94E1FF;
 font-size: 24px;
 font-family: 'Fredoka', sans-serif;
 font-weight: 700;
 padding: 16px 24px;
 border-radius: 30px;
 outline: 4px solid #0C49BC;
 text-decoration: none;
 transition: background-color 0.3s ease;
 position: absolute;
 top: 90%;           
 left: 50%;
 transform: translate(-50%, -50%);
 z-index: 2;
 width: 250px; 
 height: 65px;
 box-shadow: 4px 4px 8px #00000040;
}

.btn-view-menu:hover {
 background-color:#FBFFB5;
 color: #484BE3;
}

@media (max-width: 992px) {
  .hero-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .btn-view-menu {        
   width: 200px;
   padding: 10px 18px;
   font-size: 1rem;
   margin-top: 200px;
  }
}


@media (max-width: 992px) {
  .title {
    font-size: 3.5rem;
    top: 1150px; 
  }

.btn-view-menu {
 font-size: 16px;
 width: 180px;
 height: auto;
 padding: 12px 18px;
 top: 1200px; 
}

.hero {
 padding-top: 80px; 
}

.hero img {
 max-height: 50vh;
  }
}
/*BACA IEU TEH ABOUT US OK?*/
body {
overflow-x: hidden;
margin: 0;
font-family: 'Fredoka', sans-serif;
background-color: #fff;
}

.about-us-section {
 display: flex;
 text-align: left;
 padding: 5px 10px;
 background-color:#FEAF2B;
 min-height: 700px;
}

.hero-about {
 max-width: 50%;
}

.title-about {
 font-size: 3rem;
 font-family: bungee;
 color:#FF2235;
 margin-top: 90px;
 margin-right: 100px;
 margin-bottom: 15px;
 font-weight: 800;
 text-align: left;
 }

.hero-image {
 max-width: 100%;
 flex: 1;
 align-items: center;
 justify-content: center;
 display: flex;
 }

.hero-image img {
 width: 50%;
 height: auto;
 border-radius: 30px;
}

.description-about {
 color:#FFFFFF;
 font-size: 1.2rem;
 margin-bottom: 30px;
 margin-right: 100px;
 line-height: 1.6;
 text-align: justify;
 font-weight: bold;
}

.btn-about {
 display: inline-block;
 outline: 4px solid #FF2235;
 background-color: #FF2235;
 color:#FFF4CF;
 font-size: 1.3rem;
 font-family: 'Fredoka', sans-serif;
 font-weight: 600;
 padding: 12px 30px;
 border-radius: 50px;
 text-decoration: none;
 transition: all 0.3s ease;
 margin: 0 auto;
}

.btn-about:hover {
 color: #FF2235;
 background-color:#FBFFB5;
 transform: translateY(-3px);
 box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

@media (max-width: 992px) {
.about-us-section {
 flex-direction: column;
 align-items: center;
 text-align: center;
 padding: 30px 20px;
 min-height: auto;
}

.hero-image {
 order: 1;
 margin-bottom: 20px;
}

.hero-image img {
 width: 70%;
 border-radius: 24px;
}

.hero-about {
 order: 2;
 max-width: 90%;
}

.title-about {
 font-size: 2.4rem;
 margin: 20px auto 10px;
 text-align: center;
 margin-right: 0;
 margin-top: 0;
}

.description-about {
 font-size: 1rem;
 line-height: 1.5;
 margin: 0 auto 20px;
 text-align: justify;
 margin-right: 0;
}

.btn-about {
 font-size: 1rem;
 padding: 10px 24px;
 }
}
/* Ini CONTACT OKAY????*/
body {
font-family: 'Inter', sans-serif;
background-color: #3E7937; 
color: #333;
line-height: 1.6;
margin: 0;
padding: 0;
overflow-x: hidden; 
}

.main-container {
 background-color: #0C49BC;
 font-family: bungee;
 max-width: inherit; 
 margin: 0 auto;
 padding: 20px;
 min-width: inherit;
 height: 1050px;
}

.page-title {
 font-size: 3.5rem;
 font-weight: 700;
 color: #FEAF2B; 
 text-align: left; 
 padding: 40px 20px 0px 20px; 
 margin-bottom: 20px;
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.message {
 font-size: 22px;
 font-family: lato;
 bottom:30%;
 font-weight: 700;
 color: #FEAF2B; 
 text-align: left; 
 padding: 0px 20px 20px 20px; 
 margin-bottom: 10px;
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-main-wrapper {
 display: flex; 
 flex-direction: row;
 flex-wrap: wrap; 
 gap: 30px; 
 justify-content: center; 
 align-items: flex-start; 
 padding: 20px;
 min-width: 1000px;
}

.contact-form-card,
.contact-info-card {
 background-color: #f5f5f5;
 padding: 40px; 
 border-radius: 20px;
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); 
 flex: 1;
 min-width: 10px;
}

.contact-form-card {
 max-width: 1950px;
 min-width: 500px;
}

.contact-info-card {
 max-width: 550px; 
}

.contact-form-card h3,
.contact-info-card h3 {
 font-family: fredoka;
 font-size: 2rem; 
 color: #333; 
 margin-bottom: 10px;
 font-weight: 700;
 text-align: left; 
}

.contact-form-card p {
 font-family: lato;
 font-size: 1.1rem;
 color: #000000;
 margin-bottom: 30px; 
 text-align:left; 
}

.form-grid {
 display: grid;
 grid-template-columns: 370px 370px; 
 gap: 20px; 
 margin-bottom: 20px; 
}

.form-grid div {
 text-align: left; 
 max-width: 330px;
}

.form-full-width {
 text-align: left; 
}

.contact-form-card label {
 font-family: lato;
 display: block;
 margin-bottom: 8px; 
 font-weight: 600;
 color: #444;
 font-size: 1rem;
}

.contact-form-card input[type="text"],
.contact-form-card input[type="email"],
.contact-form-card textarea {
   font-family: lato;
   width: 100%;
   padding: 12px; 
   border: 1px solid #ddd;
   border-radius: 8px;
   font-size: 1rem;
   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
   transition: border-color 0.3s ease, box-shadow 0.3s ease;
 }

.contact-form-card input[type="text"]:focus,
.contact-form-card input[type="email"]:focus,
.contact-form-card textarea:focus {
   font-family: lato;
   border-color: #FF172B; 
   box-shadow: 0 0 0 3px rgba(102, 187, 106, 0.2);
   outline: none;
}

.send-btn {
 width: 150px;
 height: 50px;
 border-radius: 30px;
 background-color: #FF172B;
 color: #fff;
 font-size: 1rem;
 font-weight: bold;
 border: none;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: background-color 0.3s ease, transform 0.2s ease;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Hover effect */
.send-btn:hover {
 background-color: #5cb85c;
 transform: scale(1.05);
}

.contact-btn,
.call-btn {
    display: inline-block;
    font-family: fredoka;
    background-color: #FF172B;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-top: 30px;
    border: none;
}

.contact-btn:hover,
.call-btn:hover {
    background-color: #5cb85c;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.contact-info-card table {
 width: 100%;
 border-collapse: collapse;
 margin-top: 20px;
}

.contact-info-card table tr {
 border-bottom: 1px solid #eee;
}

.contact-info-card table tr:last-child {
 border-bottom: none;
}

.contact-info-card table td {
 font-family: lato;
 padding: 12px 0;
 vertical-align: top;
 font-size: 1.1rem;
 color: #555;
}

.contact-info-card table td:first-child {
 font-weight: 700;
 color: #333;
 width: 30%; 
}

@media (max-width: 992px) {
.form-grid {
 display: block; 
}

 .form-grid div {
  width: 100%;
  margin-bottom: 20px;
}

 .contact-main-wrapper {
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  padding: 20px;
}

 .contact-form-card,
 .contact-info-card {
    width: 90%;
    max-width: 100%;
    padding: 30px;
  }

 .contact-form-card {
   min-width: auto;
  }

 .main-container {
   height: auto;
  }
}

@media (max-width: 992px) {
.page-title {
 font-size: 2.3rem;
 text-align: center;
 padding: 8px;
}

.message {
 font-size: 1rem;
 text-align: center;
 padding: 8px 16px;
}

.contact-form-card h3,
.contact-info-card h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 4px; 
}

.contact-form-card p {
  font-size: 0.95rem;
  text-align: center;
  margin-top: 0; 
}

.contact-form-card label {
 font-size: 0.9rem;
}

.send-btn,
.contact-btn,
.call-btn {
    width: 100%;
    max-width: 200px;
    font-size: 0.9rem;
    padding: 8px 14px;
    margin: 16px auto 0; 
    display: block;
  }

.contact-info-card table td {
 font-size: 0.9rem;
}
.contact-info-card table td:first-child {
 width: 40%;
  }
}

/* IEU CAROUSEL TI PAGE HOME NYA BUAT PRODUCT*/
body {
overflow-x: hidden;
font-family: 'Inter', sans-serif;
background-color: #f3f4f6;
color: #4b5563;
margin: 0;
padding: 0;
min-height: 100%;
min-width: 100%;
}

.products-section {
 background-color: #0147DA;
 padding: 4rem 1rem;
 color: #fff;
 text-align: center;
 height: 110vh;
 width: 1600vh;
}

.products-title {
 font-family: 'Bungee', sans-serif;
 font-size: 3rem;
 margin-bottom: 2rem;
 color: #FEAF2B;
 margin-right:30px;
}

.carousel-container-products {
 position: relative;
 overflow: hidden; 
 max-width: 1024px;
 margin: 0 auto;
 border-radius: 1rem;
 background-color: #003ea1;
 padding: 1rem;
 background-image: url('images/products-01-01.jpg');
 background-size: 1000px;
}

.carousel-track-products {
 display: flex;
 transition: transform 0.6s ease-in-out;
}

.carousel-slide-products {
 min-width: 100%;
 flex-shrink: 0;
 box-sizing: border-box;
 padding: 2rem;
 text-align: center;
 display: flex;
 flex-direction: column;
 align-items: center;
}

.carousel-slide-products img {
 width: 100%;
 max-width: 470px;
 max-height: 400px;
 height: auto;
 object-fit: contain;
 border-radius: 0.75rem;
 margin-bottom: 1rem;
 margin-right:30px;
}

.carousel-slide-products h3 {
 font-family: 'Fredoka', sans-serif;
 font-size: 1.75rem;
 margin-bottom: 1rem;
 color: #FFF4CF;
 margin-right:30px;
}

.carousel-track-products {
 display: flex;
 transition: transform 0.6s ease-in-out;
}

.carousel-slide-products {
 min-width: 100%;
 flex-shrink: 0;
 padding: 2rem;
 box-sizing: border-box;
 text-align: center;
}

.carousel-slide-products-button {
 display: inline-block;
 text-align: center;
 text-decoration: none;
 background-color: #ffffff;
 color: #0147DA;
 padding: 0.6rem 1.5rem;
 font-size: 1rem;
 font-weight: 600;
 font-family: fredoka;
 border: 2px solid #0147DA;
 border-radius: 9999px;
 cursor: pointer;
 transition: all 0.3s ease;
 margin-top: 1rem;
 margin-right: 1rem;
 box-sizing: border-box;
}

.carousel-slide-products-button:hover {
 background-color: #E62023;
 color: #FFF4CF;
 border-color: #E62023;
 transform: scale(1.05);
}

.carousel-nav-btn-products {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 background-color:#FCF4D8;
 color: #0B0073;
 border: none;
 padding: 1rem;
 cursor: pointer;
 border-radius: 50%;
 z-index: 10;
 transition: background 0.3s ease;
}

.carousel-nav-btn-products:hover {
 background-color: #D40315;
}

#prevBtn {
 left: 1rem;
}

#nextBtn {
 right: 1rem;
}

@media (max-width: 992px) {
.products-section {
 padding: 2rem 1rem;
 height: auto;
 width: 100%;
}

.products-title {
 font-size: 2.5rem;
 margin-bottom: 1.5rem;
 margin-right: 0;
}

.carousel-container-products {
 padding: 0.8rem;
 background-size: cover; 
 background-position: center; 
 border-radius: 1rem;
}

.carousel-slide-products {
 padding: 1rem;
}

.carousel-slide-products img {
 width: 100%;
 max-width: 280px;
 max-height: 250px;
 margin-bottom: 1rem;
 margin-right: 0;
}

.carousel-slide-products h3 {
 font-size: 1.3rem;
 margin-bottom: 0.8rem;
 margin-right: 0;
}

.carousel-slide-products-button {
 font-size: 0.9rem;
 padding: 0.5rem 1.2rem;
 margin-top: 0.8rem;
 margin-right: 0;
 top: 50%;
}

.carousel-nav-btn-products {
 padding: 0.6rem;
 transform: translateY(-50%);
 margin-bottom: 200px;
}

  #prevBtn {
    left: 0.5rem;
  }

  #nextBtn {
    right: 0.5rem;
  }
}

@media (max-width: 992px) {
.carousel-nav-btn-products {
 top: auto;
 bottom: 1rem;
 transform: none;
  }
}
/* EVENT DI HOME PAGE*/
body {
overflow-x: hidden;
font-family: 'Inter', sans-serif; 
background-color: #f3f4f6;
color: #4b5563; 
display: flex;
flex-direction: column; 
justify-content: flex-start; 
align-items: center;
min-height: 100vh;
}

.event-title {
 font-family: 'Bungee', cursive;
 font-size: 3rem;
 margin-bottom: 3rem;
 margin-top: 3rem;
}


.event-section {
 background-color: #FEAF2B; 
 width: 100%; 
 min-height: 100vh;
 display: flex; 
 flex-direction: column; 
 justify-content: center; 
 align-items: center; 
 padding: 3rem 1rem; 
 box-sizing: border-box;
 overflow: hidden;
 position: relative; 
}


.event-header {
 margin-bottom: 3rem; 
 text-align: center;
}

.event-title {
 font-family: 'Bungee', cursive; 
 font-size: 3.5rem;
 font-weight: 700;
 color: #ffffff; 
 text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
 letter-spacing: 1px;
}

.event-cards-container {
 display: flex; 
 flex-wrap: wrap; 
 justify-content: center; 
 gap: 2rem; 
 max-width: 1200px; 
 width: 100%; 
 margin-bottom: 3rem; 
}

.event-card {
 background-color: #ffffff; 
 border-radius: 1rem; 
 box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); 
 overflow: hidden; 
 width: 100%; 
 max-width: 450px; 
 display: flex;
 flex-direction: column; 
 align-items: center;
 text-align: center;
 transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.event-card:hover {
 transform: translateY(-10px);
 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.event-card img {
 width: 100%; 
 height: 250px; 
 object-fit: cover; 
 border-bottom: 1px solid #eee;
}

.event-card-content {
 padding: 1.5rem;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 flex-grow: 1; 
}

.event-card-content h3 {
 font-family: 'Fredoka', sans-serif; 
 font-size: 2.0rem;
 font-weight: 700;
 color: #1a202c; 
 margin-bottom: 0.75rem;
}

.event-card-content p {
 font-family: 'Lato', sans-serif; 
 font-size: 1rem;
 color: #4b5563;
 line-height: 1.5;
 margin-bottom: 1.5rem;
 font-weight: bold;
}

.event-button {
 display: inline-block; 
 background-color: #2563eb;
 font-family: fredoka;
 color: #ffffff;
 font-weight: 600;
 padding: 0.75rem 2rem;
 border-radius: 9999px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
 border: none;
 cursor: pointer;
 text-decoration: none;
}

.event-button:hover {
 background-color: #FF2235;
 transform: scale(1.05);
}

@media (min-width: 992px) {
.event-cards-container {
 flex-direction: row; 
}
.event-card {
 width: calc(50% - 1rem); 
}
.event-card-content h3 {
 font-size: 2rem;
}
.event-card-content p {
 font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .event-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .event-section {
    padding: 2rem 0.5rem;
  }

  .event-card {
    max-width: 90%;
  }

  .event-card-content h3 {
    font-size: 1.6rem;
  }

  .event-card-content p {
    font-size: 0.9rem;
  }

  .event-button {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}

.mie-footer {
 background-color: #fef6d9;
 padding: 3rem 2rem;
 font-family: 'Inter', sans-serif;
}

.footer-container {
 justify-content: center;
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 width: 1500px;  
 height: 300px;
 max-width: 100%;          
 gap: 2rem;
}

.footer-left {
 flex: 1;
}

.footer-links {
 display: flex;
 gap: 4rem;
}

.footer-column h4 {
 font-family:fredoka;
 font-size: 20px;
 color: #d60000;
 font-weight: 700;
 margin-bottom: 1rem;
}

.footer-column a {
 font-family:fredoka;
 display: block;
 color: #032c79;
 margin-bottom: 0.5rem;
 text-decoration: none;
 font-weight: 600;  
}

.footer-column a:hover {
 text-decoration: underline;
}

.footer-right {
 flex: 1;
 text-align: center;
}

.footer-right h2 {
 font-family:fredoka;
 color: #ff1a1a;
 font-weight: 900;
 font-size: 2rem;
 margin-bottom: 1rem;
 margin-bottom: 1.5rem;
 max-width: 400px;
 margin-left: auto;
 margin-right: auto;
}

.footer-right p {
 font-family:fredoka;
 color: #003399;
 font-weight: 600;
 font-size: 1rem;
 margin-bottom: 1.5rem;
 max-width: 400px;
 margin-left: auto;
 margin-right: auto;
 text-align: right;
}

.footer-left {
 align-items: center;
 display: flex;
 flex-direction: column;
}

.footer-links {
 justify-content: center;
}

.footer-buttons {
 display: flex;
 justify-content: center;
 gap: 1rem;
 margin-bottom: 1.5rem;
 flex-wrap: wrap;
}

.contact-btn, .call-btn {
 background-color: #003399;
 color: white;
 padding: 0.75rem 1.5rem;
 border: none;
 border-radius: 50px;
 font-weight: 700;
 cursor: pointer;
 font-size: 1rem;
}

.contact-btn:hover, .call-btn:hover {
 background-color: #001f66;
}

.footer-socials {
 display: flex;
 justify-content: center;
 gap: 1rem;
}

.footer-socials i {
 font-size: 1.5rem;
 color: #00b7ff;
 transition: transform 0.3s ease;
}

.footer-socials i:hover {
 transform: scale(1.2);
}

@media (max-width: 992px) {
.footer-container {
 width: 100%;
 flex-direction: column;
 height: auto;
 padding: 2rem 1rem;
}

.footer-left,
.footer-right {
 flex: 1 1 100%;
 text-align: center;
}

.footer-right p {
 text-align: center;
}

.footer-links {
 flex-direction: column;
 align-items: center;
 gap: 1rem;
}

.footer-buttons {
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.footer-buttons button {
 font-size: 0.9rem;
 width: 100%;
 max-width: 220px;
  }
}

/* ABOUT PAGE YAH INI*/
.about-page-section {
 background-color:#FEAF2B;
 width: 1600px;
 height: 800px;
 color: white;
 padding: 60px 0; 
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center; 
 position: relative; 
 overflow: hidden; 
}

.about-page-section::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 150px;
 height: 50px;
 border-bottom-right-radius: 20px;
 z-index: 1;
}

.about-page-inner-container {
 max-width: 1500px;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 40px; 
 padding: 0 40px; 
 box-sizing: border-box;
}

.about-page-image-container {
 flex: 1;
 min-width: 350px; 
 max-width: 600px; 
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
 z-index: 2; 
}

.about-page-image-container img {
 max-width: 100%;
 height: auto;
 border-radius: 10px; 
}

.about-page-text-content {
 flex: 2;
 min-width: 400px; 
 max-width: 700px;
 text-align: left;
 padding-left: 20px; 
 box-sizing: border-box;
}

.about-page-text-content h3 {
 font-family:bungee;
 font-size: 3.5rem; 
 font-weight: 700;
 color: #004586; 
 margin-bottom: 25px;
}

.about-page-text-content p {
 font-size: 1.15rem; 
 color:#FFf ; 
 line-height: 1.8;
 margin-bottom: 20px;
 text-align: justify;
 font-weight: bold;	
}

@media (max-width: 992px) {
.about-page-section {
 width: 100%; 
 height: auto; 
 padding: 20px 0; 
 display: block;
}

.about-page-section::before {
 display: none; 
}

.about-page-inner-container {
 flex-direction: column; 
 align-items: center; 
 padding: 0 20px;
 max-width: 100%; 
 gap: 20px; 
}

.about-page-image-container {
 order: -1; 
 width: 100%; 
 min-width: unset; 
 max-width: 400px; 
 margin-bottom: 10px; 
}

.about-page-image-container img {
 width: 100%; 
 border-radius: 15px; 
}

.about-page-text-content {
 width: 100%; 
 min-width: unset; 
 max-width: 100%; 
 padding-left: 0; 
 padding: 0 10px; 
 text-align: justify;
}

.about-page-text-content h3 {
 font-size: 2.5rem; 
 text-align: center; 
 color: #ff3333;
 margin-bottom: 15px; 
}

.about-page-text-content p {
 font-size: 1rem; 
 line-height: 1.5; 
 text-align: justify;
 margin-bottom: 10px; 
 padding: 0;
  }
}

@media (max-width: 992px) {
.about-page-image-container {
 max-width: 300px; 
}
.about-page-text-content h3 {
 font-size: 2.5rem;
}
.about-page-text-content p {
 font-size: 1rem;
  }
}


/* HISTORY INI TEH */
.history-section {
 padding: 40px;
 background-color:#D60003;
 color: white;
 font-family: sans-serif;
}

.history-container {
 display: flex;
 align-items: center;
 gap: 40px;
}

.history-text {
 flex: 1;
}

.history-text h2 {
 font-size: 3.5rem;
 font-weight: bold;
 margin-bottom: 20px;
 font-family: 'Bungee', sans-serif; 
 color: #FFF4CF;
 padding-left: 40px;
}

.history-text p {
 font-size: 1.15rem;
 color:#FFFFFF ;
 line-height: 1.8;
 margin-bottom: 20px;
 text-align: justify;
 padding-left: 40px;
 font-weight: bold;
}

.history-image {
 flex: 1;
 text-align: right;
}

.history-image img {
 max-width: 100%;
 height: auto;
 border-radius: 10px;
}

@media (max-width: 992px) {
.history-section {
 padding: 30px 15px;
}
            
.history-container {
 flex-direction: column;
 text-align: center;
 gap: 30px;
}
            
.history-text {
 order: 2;
}
            
.history-image {
 order: 1;
 text-align: center;
}
            
.history-text h2 {
 font-size: 2.5rem;
 text-align: center;
 padding-left: 0;
 margin-bottom: 25px;
}
            
.history-text p {
 font-size: 1rem;
 text-align: justify;
 padding-left: 0;
 max-width: 90%;
 margin: 0 auto 20px auto;
  }
}

@media (max-width: 992px) {
.history-section {
 padding: 30px 15px;
}
            
.history-container {
 flex-direction: column;
 text-align: center;
 gap: 30px;
}
            
.history-text {
 order: 2;
}
            
.history-image {
 order: 1;
 text-align: center;
}
            
.history-image img {
 max-width: 70%;
 height: auto;
}
            
.history-text h2 {
 font-size: 2.5rem;
 text-align: center;
 padding-left: 0;
 margin-bottom: 25px;
}
            
.history-text p {
 font-size: 1rem;
 text-align: justify;
 padding-left: 0;
 max-width: 90%;
 margin: 0 auto 20px auto;
  }
}

@media (max-width: 992px) {
.history-section {
 padding: 25px 10px;
}
            
.history-text h2 {
 font-size: 2rem;
 margin-bottom: 20px;
}
            
.history-text p {
 font-size: 1rem;
 text-align: justify;
 line-height: 1.6;
  }
}

@media (min-width: 992px) {
.history-text h2 {
 font-size: 3rem;
 padding-left: 20px;
}
            
.history-text p {
 font-size: 1.1rem;
 padding-left: 20px;
}
            
.history-container {
 gap: 30px;
  }
   }

body {
font-family: 'Inter', sans-serif; 
background-color: #f3f4f6;
color: #4b5563; 
display: flex;
flex-direction: column; 
justify-content: flex-start; 
align-items: center;
min-height: 100vh;
}

.misi-visi-title {
 font-family: 'Bungee', cursive;
 font-size: 3rem;
 margin-bottom: 100px;
 margin-top: -100px;
 top: 1000px;
}

.misi-visi-section {
 background: linear-gradient(to bottom, #004586  0%, #1D81EB 100%);
 width: 100%; 
 min-height: 100vh;
 display: flex; 
 flex-direction: column; 
 justify-content: center; 
 align-items: center; 
 padding: 3rem 1rem; 
 box-sizing: border-box;
 overflow: hidden;
 position: relative; 
}

.misi-visi-header {
 margin-bottom: 3rem; 
 text-align: center;
}

.misi-visi-title {
 font-family: 'Bungee', cursive; 
 font-size: 3.5rem;
 font-weight: 700;
 color: #FEAF2B; 
 text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
 letter-spacing: 1px;
}

.misi-visi-cards-container {
 display: flex; 
 flex-wrap: wrap; 
 justify-content: center; 
 gap: 2rem; 
 max-width: 1200px; 
 width: 100%; 
 margin-bottom: 3rem; 
}

.misi-visi-card {
 background-color: #ffffff; 
 border-radius: 1rem; 
 box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); 
 overflow: hidden; 
 width: 100%; 
 max-width: 450px;
 height: 300px;
 display: flex;
 flex-direction: column; 
 align-items: center;
 text-align: center;
 transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.misi-visi-card:hover {
 transform: translateY(-10px);
 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.misi-visi-card-content {
 padding: 1.5rem;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 flex-grow: 1; 
}

.misi-visi-card-content h3 {
 font-family: 'Fredoka', sans-serif; 
 font-size: 2.0rem;
 font-weight: 700;
 color: #FF2235; 
 margin-bottom: 0.75rem;
}

.misi-visi-card-content p {
 font-family: 'Lato', sans-serif; 
 font-size: 1rem;
 color: #4b5563;
 line-height: 1.5;
 margin-bottom: 1.5rem;
 font-weight: bold;
 text-align: justify;
}


@media (min-width: 992px) {
.misi-visi-cards-container {
 flex-direction: row; 
}
.misi-visi-card {
 width: calc(50% - 1rem); 
}
.misi-visi-card-content h3 {
 font-size: 2rem;
}
.event-card-content p {
 font-size: 1.1rem;
}
.misi-visi-title {
 font-size: 3rem; 
 text-align: center;
 margin-bottom: 2.5rem;
  }
}

@media (max-width: 992px) {
.misi-visi-title {
 font-size: 2.5rem;
 text-align: center; 
 margin-bottom: 3rem;
 padding-top: 100px; 
}
.misi-visi-section {
 padding: 2.5rem 0.5rem; 
}
.misi-visi-card {
 max-width: 90%; 
}
.misi-visi-card-content h3 {
 font-size: 1.6rem;
}
.misi-visi-card-content p {
 font-size: 0.9rem;
  }
}

.achievement-section {
 padding: 60px 30px;
 background-color: #F4E696;
 text-align: center;
 width: 1600px;
 height: 650px;
}

.achievement-title {
 font-size: 2.5rem;
 font-family: bungee;
 margin-bottom: 40px;
 color: #D30003;
 font-weight: 800;
}

.achievement-cards-container {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 30px;
}

.achievement-card {
 background-color: #ffffff;
 border-radius: 20px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 overflow: hidden;
 max-width: 320px;
 text-align: left;
 transition: transform 0.3s ease;
}

.achievement-card:hover {
 transform: translateY(-8px);
}

.achievement-card img {
 width: 100%;
 height: auto;
 object-fit: cover;
}

.achievement-card-content {
 padding: 20px;
}

.achievement-card-content h3 {
 font-size: 1.3rem;
 margin-bottom: 10px;
 font-family: fredoka;
 text-align: center;
 color: #002BFF;
}

.achievement-card-content p {
 font-size: 1rem;
 color: #333;
 line-height: 1.5;
 font-weight: bold;
}

@media (min-width: 992px) {
.achievement-section {
 width: 100%;
 max-width: 1600px;
 height: auto;
 padding: 4rem 2rem;
}

.achievement-title {
 font-size: 3rem;
 text-align: center;
 margin-bottom: 3rem;
}

.achievement-card {
 width: 300px;
}

.achievement-card-content h3 {
 font-size: 1.5rem;
}

.achievement-card-content p {
 font-size: 1rem;
  }
}

@media (max-width: 992px) {
.achievement-section {
 width: 100%;
 padding: 3rem 1rem;
 height: auto;
}

.achievement-title {
 font-size: 2.5rem;
 text-align: center;
 margin-bottom: 2rem;
}

.achievement-cards-container {
 flex-direction: column;
 align-items: center;
}

.achievement-card {
 width: 90%;
 max-width: 100%;
}

.achievement-card-content h3 {
 font-size: 1.3rem;
}

.achievement-card-content p {
 font-size: 0.9rem;
  }
}
/* BUAT EVENT PAGE*/
.event-carousel {
 position: relative;
 width: 100%;
 max-width: 1600px;
 height: 635px;
 margin: auto;
 overflow: hidden;
 background-image: url('images/Untitled-1-01-01.jpg'); 
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

.event-slide {
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: 0;
 transition: opacity 0.8s ease-in-out;
}

.event-slide.active {
 opacity: 1;
 position: relative;
 z-index: 1;
}

.event-content {
 position: absolute;
 bottom: 15%;
 left: 400px;
 padding: 30px;
 border-radius: 30px;
 max-width: 700px;
 height: 350px;
 transition: opacity 1s ease-in-out;
 color: #222;
 background: rgba(255, 255, 255, 0.75);
 backdrop-filter: blur(8px);
}

.event-content h2 {
 font-family: bungee;
 font-size: 32px;
 margin-bottom: 12px;
 color: #0C49BC;
}

.event-content p {
 font-size: 16px;
 line-height: 1.5;
 margin-bottom: 12px;
 text-align: justify;
 color: #C40000;
 font-weight: 700;
}

.event-dots {
 text-align: center;
 position: absolute;
 bottom: 20px;
 left: 0;
 width: 100%;
 z-index: 1000;
}

.event-dot {
 display: inline-block;
 width: 16px;
 height: 16px;
 margin: 0 6px;
 background-color: #ddd;
 border-radius: 50%;
 cursor: pointer;
 transition: background-color 0.3s ease;
}

.event-dot.active {
 background-color: #FEAF2B;
}

.event-btn {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 font-size: 40px;
 color: #004586;
 background-color:#93CBFF;
 border: none;
 cursor: pointer;
 padding: 7px 18px;
 border-radius: 50%;
 z-index: 3;
 transition: background-color 0.3s;
}

.event-btn.prev {
 left: 20px;
 border-radius: 30px; 
}

.event-btn.next {
 right: 20px;
 border-radius: 30px; 
}

.event-btn:hover {
 background-color: #FFF4CF;
}

@media (max-width: 992px) {
.event-content {
 left: 50%;
 bottom: 10%;
 transform: translateX(-50%);
 width: 70%;
 max-width: 70%;
 padding: 20px;
 height: auto;
 text-align: center;
}

.event-content h2 {
 font-size: 1.6rem;
 margin-bottom: 10px;
}

.event-content p {
 font-size: 1rem;
 line-height: 1.4;
 text-align: center;
 text-align: justify;
 color: #C40000;
 font-weight: 600;
}

.event-btn {
 font-size: 28px;
 padding: 5px 14px;
 top: 380px;
}

.event-btn.prev {
 left: 10px;
}

.event-btn.next {
 right: 10px;
  }
}

@media (max-width: 992px) {
.event-content {
 padding: 15px;
 bottom: 8%;
}

.event-content h2 {
 font-size: 1.4rem;
}

.event-content p {
 font-size: 0.95rem;
 text-align: justify;
}

.event-btn {
 font-size: 22px;
 padding: 10px 12px;
  }
}

/* ===== Come and See Mie Styles ===== */
.event-gallery-section-csm {
 padding: 60px 30px;
 background-color: #ffeecf;
 text-align: center;
 width: 1600px;
}

.event-gallery-title-csm {
 font-size: 2.5rem;
 font-weight: 800;
 color: #004586;
 margin-bottom: 40px;
 font-family: bungee;
}

.gallery-wrapper-csm {
 display: flex;
 flex-direction: column;
 gap: 24px;
 align-items: center;
}

.gallery-row-csm {
 display: flex;
 justify-content: center;
 gap: 24px;
 flex-wrap: wrap;
}

.gallery-card-csm {
 background-color: #fff;
 border-radius: 20px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 overflow: hidden;
 width: 300px;
 transition: transform 0.3s ease;
}

.gallery-card-csm:hover {
 transform: translateY(-5px);
}

.gallery-card-csm img {
 width: 100%;
 height: 200px;
 object-fit: cover;
}

.gallery-card-csm p {
 padding: 15px;
 font-size: 1rem;
 font-weight: 500;
 color: #333;
 text-align: left;
}

@media (max-width: 992px) {
.event-gallery-section-csm {
 width: 100%;
 padding: 40px 20px;
}

.event-gallery-title-csm {
 font-size: 2.2rem;
 margin-bottom: 30px;
}

.gallery-row-csm {
 gap: 16px;
}

.gallery-card-csm {
 width: 100%; /* 2 cards per row */
}

.gallery-card-csm p {
 font-size: 0.95rem;
  }
}

@media (max-width: 992px) {
.event-gallery-title-csm {
 font-size: 2rem;
}

.gallery-row-csm {
 flex-direction: column;
 align-items: center;
 gap: 16px;
}

.gallery-card-csm {
 width: 80%;
}

.gallery-card-csm p {
 font-size: 0.9rem;
 text-align: center;
  }
}

/* ===== Soundrenaline Styles ===== */
.event-gallery-section-sr {
 padding: 60px 30px;
 background-color: #FEAF2B;
 text-align: center;
 width: 1600px;
}

.event-gallery-title-sr {
 font-size: 2.5rem;
 font-weight: 800;
 color: #FFF4CF;
 margin-bottom: 40px;
 font-family: bungee;
}

.gallery-wrapper-sr {
 display: flex;
 flex-direction: column;
 gap: 24px;
 align-items: center;
}

.gallery-row-sr {
 display: flex;
 justify-content: center;
 gap: 24px;
 flex-wrap: wrap;
}

.gallery-card-sr {
 background-color: #fff;
 border-radius: 20px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 overflow: hidden;
 width: 300px;
 transition: transform 0.3s ease;
}

.gallery-card-sr:hover {
 transform: translateY(-5px);
}

.gallery-card-sr img {
 width: 100%;
 height: 200px;
 object-fit: cover;
}

.gallery-card-sr p {
 padding: 15px;
 font-size: 1rem;
 font-weight: 500;
 color: #333;
 text-align: left;
}
@media (max-width: 992px) {
.event-gallery-section-sr {
 width: 100%;
 padding: 40px 20px;
}

.event-gallery-title-sr {
 font-size: 2.2rem;
 margin-bottom: 30px;
}

.gallery-row-sr {
 gap: 16px;
}

.gallery-card-sr {
 width: 45%; /* 2 cards per row */
}

.gallery-card-sr p {
 font-size: 0.95rem;
  }
}

@media (max-width: 992px) {
.event-gallery-title-sr {
 font-size: 2rem;
}

.gallery-row-sr {
 flex-direction: column;
 align-items: center;
 gap: 16px;
}

.gallery-card-sr {
 width: 90%;
}

.gallery-card-sr p {
 font-size: 0.9rem;
 text-align: center;
  }
}

/*PRODUK PAGE*/
 body {
 margin: 0;
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 Background :linear-gradient(to bottom, #1563A0 0%, #0389D0 100%);
 color: #333;
}

.container {
 font-family: "Fredoka", sans-serif;
 font-size: 2em;
 display: flex;               
 justify-content: center;     
 align-items: center;         
 height: 100vh;         
 text-align: center;
 flex-direction: column;
}

 .page {
  background-color: #0048d9;
  min-width: 100%;
  height: 650px;
  text-align: center;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

 .page img {
  width: 100%;
  height: 650px;
  display: block;
  margin-top: -100px;
 }

 .title-product-page {
  font-size: 4rem;
  font-family: bungee;
  color: #FFF4CF;
  margin-bottom: 20px;
  position: absolute;
  text-align: center;
  width: 100%; 
  top: 300px;
 }

 .product-page-container {
  padding: 0rem;
 }

.dropdown-top-right {
 position: absolute;
 top: 40px;
 right: 50px;
 z-index: 3;
}

.category-dropdown {
 font-size: 1rem;
 font-family: fredoka;
 padding: 0.6rem 1.3rem;
 border-radius: 30px;
 border: none;
 background-color: #D00000;
 color: #FCFFD4;
 font-weight: bold;
}

.intro {
 text-align: center;
 margin-bottom: 3rem;
}

.intro-image {
 width: 100%;
 max-height: 400px;
 border-radius: 20px;
 background-size: cover;
 background-position: center;
 height: 300px;
}

.intro-title {
 margin-top: 1.5rem;
 font-size: 2.5rem;
}

.section1 {
 background: linear-gradient(to bottom, #ffe371 0%, #fff3b2 100%);
 width: 1600px;
}

.section2 {
 background: linear-gradient(to bottom, #8ed7ff 0%, #cdedff 100%);
 width: 1600px;
}

.section3 {
 background: linear-gradient(to bottom, #Faedcc 0%, #ffeecf 100%);
 width: 1600px;
}

.section {
 margin-bottom: 5rem;
 padding: 2rem;
}

.carousel.product-page {
 position: relative;
 overflow: hidden;
}

.carousel-title.product-page {
 font-size: 3rem;
 font-weight: bold;
 text-align: center;
 font-family: fredoka;
 color: #EF3024;
}

.carousel-description.product-page {
 text-align: center;
 margin-bottom: 2rem;
 font-family: Bungee;
 color: #004586;
}

.carousel-track {
 display: flex;
 transition: transform 0.6s ease-in-out;
}

.slide {
 min-width: 100%;
 box-sizing: border-box;
 padding: 3rem;
 text-align: center;
}

.slide img {
 background-size: cover;
 background-position: center;
 margin-left: auto;
 height: 350px;
 width: 500px;
}

.slide-desc {
 margin-top: 1rem;
 font-size: 1rem;
 font-family: lato;
 color: #004586;
 font-weight: bold;
}

.nav-btn {
 width: 60px;
 height: 60px;
 background-color: #FCF4D8;
 border: 3px ;
 margin-left: 150px;
 margin-right: 80px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 cursor: pointer;
 z-index: 2;
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
 transition: background-color 0.3s ease;
}

.nav-btn:hover {
  background-color: #cc0000;
}

.nav-btn.prev {
  left: 10px;
}

.nav-btn.next {
  right: 50px;
}

.arrow-icon {
  width: 28px;
  height: 28px;
}

.pagination {
 text-align: center;
 margin-top: 1rem;
}

.dot {
 display: inline-block;
 height: 12px;
 width: 12px;
 background-color: #bbb;
 border-radius: 50%;
 margin: 0 5px;
 cursor: pointer;
}

.dot.active {
 background-color:	#4ec3ff;
}

.back-to-top {
 position: fixed;
 bottom: 30px;
 right: 50px;
 width: 63px;
 background-color: #FF172B;
 color: white;
 font-size: 1.5rem;
 text-align: center;
 padding: 12px 16px;
 border-radius: 100%;
 text-decoration: none;
 box-shadow: 0 4px 10px rgba(0,0,0,0.2);
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease;
 z-index: 1000;
}

.back-to-top:hover {
 background-color: #FEAF2B;
 color: black;
}

@media (max-width: 992px) {
  .container {
	width: 430px;
    font-size: 1.2em;
    padding: 0 1rem;
  }

	.page img{
	 width: 420px;
    height: 500px;
   display: block;
	}
	
	.page {
	 width: 390px;
    height: 500px;
   display: block;
	}
	
	.section{
		width: 420px;
	}

  .title-product-page {
    font-size: 2.2rem;
    top: 1000px;
  }

  .carousel-title.product-page {
    font-size: 1.8rem;
  }

  .carousel-description.product-page {
    font-size: 1.2rem;
	text-align: center;
  }
	
	.slide-desc {
 font-size: 1rem;
  text-align: center;
  word-break: keep-all;       
  overflow-wrap: break-word; 
	}

  .intro-title {
    font-size: 1.5rem;
  }

  .intro-image {
    height: 10px;
  }

  .slide img {
    width: 250px;
    height: auto;
  }

.nav-btn {
 width: 45px;
 height: 45px;
}
  
.nav-btn.prev {
 left:-150px;
 top: 150px; 
}
  
.nav-btn.next {
 right: -75px;
 top: 150px;
}

  .arrow-icon {
    width: 18px;
    height: 18px;
  }

  .carousel {
    position: relative;
    overflow: visible;
  }
}
