html,
body {
  height: 100%;
  margin: 0;
 font-family: 'Soalina', sans-serif;
 opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
  overflow-x:hidden;
}

@font-face {
  font-family: 'Soalina';
  src: url('../fonts/SOALINA.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@keyframes fadeIn {
  to { opacity: 1; }
}
.header-icons {
 width: 82px;
height: 82px;
margin-top: -15px;
cursor: pointer;
}
.header-icons-menu {
 width: 56px;
height: 31px;
margin-top: -15px;
cursor: pointer;
}
.nav-head{
    margin-left:  50px;
    margin-right:  50px;
    margin-top:  47px;
    margin-bottom:12px;
}
.logo{
margin-top: -40px;
width: 669.664px;
height: 141.195px;
}
.hero {
  padding: 10px 83px;
  position: relative;
  z-index: -1 !important;
  
}
.hero img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* Optional: rounded corners */
}
/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show overlay */
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Menu */
/* Menu */
.menu {
  position: fixed;
  top: 0;
  left: -340px;
  width: 320px;
  height: 100vh;

  /* Glass effect */
 background: rgba(255, 255, 255, 0.2);
border-right: 1px solid rgba(255, 255, 255, 0.2); /* transparent dark layer */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* for Safari */
 

  padding-top: 80px;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
  font-family: 'Poppins', sans-serif;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

body.menu-open {
  overflow: hidden;
}
/* Show menu (slide in) */
.menu.active {
  left: 0;
}

/* Menu List */
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu ul li {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease;
  transition-delay: calc(var(--i) * 0.05s); /* Delay for each item */
}

.menu.active ul li {
  opacity: 1;
  transform: translateX(0);
}

/* Menu Links */
.menu ul li a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.5px;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}
.main{
    padding: 50px 100px;
}
.vendor-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.vendor-1 h1 {
  color: #1E1E1E;
  font-size: 172.856px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.vendor-1 h4 {
  color: #000;
  font-family: 'Poppins', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 400;
line-height: 52px; 
text-transform: capitalize;
}
.vendor-2{
    margin-top:20px;
}
.vendor-2 p{
    
    color: #000;
font-family: 'Poppins', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 35px; /* 175% */
text-transform: capitalize;
}
.vendor-3{
    margin-top:40px;
}
.vendor-3 h1{
    color: #000;
    font-family: 'Poppins', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 52px; /* 148.571% */
text-transform: capitalize;
}
.vendor-3 h2{
    color: #000;
    font-family: 'Poppins', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 35px; /* 175% */
text-transform: capitalize;
 margin-top:30px;
}
.vendor-3 .para{
    margin-top:30px;
}
.vendor-3 p{
    color: #000;
    font-family: 'Poppins', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 145% */
text-transform: capitalize;
}
.vendor-4{
    margin-top:40px;
}
.vendor-4 h1{
    color: #000;
    font-family: 'Poppins', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 52px; /* 148.571% */
text-transform: capitalize;
}
.vendor-4 .para{
    margin-top:30px;
}
.vendor-4 p{
    color: #000;
    font-family: 'Poppins', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 145% */
text-transform: capitalize;
}
.vendor-5{
    margin-top:30px;
}
.vendor-5 h1{
    color: #000;
    font-family: 'Poppins', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 52px; /* 148.571% */
text-transform: capitalize;
}
.vendor-5 .para{
    margin-top:30px;
}
.vendor-5 p{
    color: #000;
    font-family: 'Poppins', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 145% */
text-transform: capitalize;
}
.pkgs{
    margin-top:50px;
}
.pkgs h1{
    color: #1E1E1E;
font-size: 81.796px;
font-style: normal;
font-weight: 400;
line-height: 81.794px; 
text-transform: capitalize;
}
.pkgs ol {
  list-style-position: outside;
  padding-left: 40px; 
margin-top:30px;
  font-family: 'Poppins', sans-serif; 
  font-size: 24px; 
  font-weight: 600; 
  color: #000; 
}
.pkgs li h2 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.pkgs li{
    margin:20px 0px;
}
.pkgs li p {
  color: #000;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0px;
}
.card-top{
    display:flex;
    justify-content:space-between;
    margin-top:84px;
}
.price-card {
    position: relative;
    width: 553.118px;
    height: 900px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #F0F0F0;
    padding: 20px; 
}

.price-card::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #AAAAAA; 
    border-radius: 50px; 
    pointer-events: none; 
}

.price-card .title-1{
    margin-top:90px;
    padding: 0px 40px 0px 40px;
}
.price-card ul li{
    font-family: 'Poppins', sans-serif;
    margin-top:20px;
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 31px; /* 193.75% */
text-transform: capitalize;
}
.price-card h5{
    color: #000;
 font-family: 'Poppins', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 31px; /* 155% */
text-transform: capitalize;
margin-top:30px;
}
.price-card h6{
    color: #000;
 font-family: 'Poppins', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 31px; /* 193.75% */
text-transform: capitalize;
margin-top:30px;
}
.card-btn{
    position:absolute;
    bottom:70px;
    left: 50%;
  transform: translateX(-50%);
}
.box-btn {
  width: 309.887px;
  height: 79px;
  flex-shrink: 0;
  border-radius: 7px;
  background: #077F38;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 22.212px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.212px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out;
}

/*.box-btn::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  left: 10px;*/
/*  right: 10px;*/
/*  bottom: 10px;*/
/*  border: 1px solid #FFF;*/
/*  border-radius: 5px; */
/*  pointer-events: none;*/
/*}*/

/*.box-btn:hover {*/
/*  background-color: #006f34;*/
/*}*/
.box-btn-1 {
  width: 100%;
  height: 79px;
  flex-shrink: 0;
  border-radius: 7px;
  background: #077F38;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 22.212px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.212px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out;
}
.box-btn-1::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #FFF;
  border-radius: 5px; /* slightly smaller to match inner shape */
  pointer-events: none;
}

.box-btn-1:hover {
  background-color: #006f34;
}

.title-cards-2 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 441.998px;
  height: 107.341px;
  flex-shrink: 0;
  border-radius: 22px;
  background: #FFD900;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title-cards-2 h2 {
  font-family: 'Poppins', sans-serif;
  margin: 0; /* remove default browser spacing */
  color: #000;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 52px; /* 173.333% */
text-transform: capitalize;
}
.title-cards-1 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 441.998px;
  height: 107.341px;
  flex-shrink: 0;
  border-radius: 22px;
  background: #3CD3D3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title-cards-1 h2 {
  font-family: 'Poppins', sans-serif;
  margin: 0; /* remove default browser spacing */
  color: #000;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 52px; /* 173.333% */
text-transform: capitalize;
}
.title-cards-3 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 441.998px;
  height: 107.341px;
  flex-shrink: 0;
  border-radius: 22px;
  background: #00D1FF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title-cards-3 h2 {
  font-family: 'Poppins', sans-serif;
  margin: 0; /* remove default browser spacing */
  color: #000;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 52px; /* 173.333% */
text-transform: capitalize;
}

.vendor-form {
  margin: 0 auto;
  color: #000;
}

.vendor-form h2 {
    font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
}

.vendor-form h3 {
    font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-weight: 600;
  margin: 70px 0 50px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  
  margin-bottom: 40px;
}

.form-group {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.form-group label {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-group input {
  padding: 10px 14px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  background: #f8f8f8;
}

.form-group input:focus {
  border-color: #333;
}
.checkbox-label {
  font-size: 21px;
  color: #1E1E1E;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 31px;
  display: flex;
  align-items: center;
      text-decoration: underline;
  gap: 8px; /* space between text and checkbox */
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #1E1E1E; /* checkbox color */
}

.upload .upload-box {
  background: #000;
  color: #B2B2B2;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.upload .upload-box:hover {
  background: #222;
}

.upload .upload-box i {
  font-size: 18px;
}

.agreement {
  margin: 30px 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
}

.agreement input {
  margin-right: 8px;
  font-family: 'Poppins', sans-serif;
}
.form-group-3 {
  
}

.form-group-3 label {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-group-3 input {
  padding: 10px 14px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  background: #f8f8f8;
}

.form-group-3 input:focus {
  border-color: #333;
}
.form-group-3 {
  margin-bottom: 20px;
}

/* Label styling */
.form-group-3 label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.6;
  color: #000;
}

/* Input styling */
.form-group-3 input[type="text"],
.form-group-3 input[type="date"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f8f8f8;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-group-3 input:focus {
  border-color: #000;
}

/* Agreement styling */
.agreement label {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.agreement input[type="checkbox"] {
  margin-top: 3px;
}


 footer {
    padding: 10px 100px;
    font-family: 'Poppins', sans-serif;
    background-image: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;         /* fills full width */
    background-position: center;    /* keeps image centered */
}

    .footer img{
margin-bottom: 45px;
    }
    .footer p{
         font-size: 26px;
         font-weight: bold;
         color: white;
    }
   .quick{
            display: flex;
    align-items: center;
     position: relative;
     margin-top:10px;
    }
  .line-1 {
    position: absolute;
    top: 0%; 
    left: 150px;
    width: 1px;
    height: 80%; 
    background-color: #000; 
    z-index: 99;
    opacity: 20%;
}
 .line-2 {
    position: absolute;
    top: 0%; 
     right: -30px;
    width: 1px;
    height: 80%; 
    background-color: #000;
    z-index: 99;
    opacity: 20%;
}
    
    .quick-h5{
        display:flex;
        align-items:center;
        justify-content:center;
        font-size: 30px;
        font-weight: bolder;
        color: white;
            margin-top: 40px;
    }
.quick ul li a {
  font-size: 25px !important;
  font-weight: bold;
  color: white !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

.quick ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: white; /* underline matches text color */
  transition: width 0.3s ease;
}

.quick ul li a:hover {
  color: #fff !important; /* subtle gray on hover */
}

.quick ul li a:hover::after {
  width: 80%; /* smooth underline grows in */
}
.quick ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;        /* important */
  padding: 0;
  margin: 0;
  gap: 40px;          /* optional spacing */
}

.quick ul li {
  list-style: none;
}

.logo-section {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 16px;
    background: transparent;
  }

  .logo-heading {
    font-size: 85px;
    font-style: italic;
    letter-spacing:4px; 
    font-weight:600;
    margin-bottom: 40px;
    color: #fff;
    white-space: nowrap; /* keep it on one line */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
.img-fluid{
    max-width: 100%;
    height: auto;
    width: 100%;
}
  
.logo-section p{
    font-size:21px;
    color:white;
    font-weight:400;
    margin:0 auto;
    width:75%;
    margin-top:30px;
     font-family: 'Poppins', sans-serif;
    padding:0px 80px;
}
  .footer-btn {
    margin-top: 5px;
  background-color: #077F38; 
  color: white; 
  font-weight: bold;
  width: 70%;
  padding: 14px 0;
  border: 4px solid #fff; 
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-size: 22px;
  font-weight: 600;
}
.text-left{
    color: #fff !important;
    
}

.text-left a {
  color: #fff !important;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.text-left a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: white;
  transition: width 0.3s ease;
}

.text-left a:hover {
  color: #000; /* subtle light gray on hover */
}

.text-left a:hover::after {
  width: 100%; /* smooth underline appears */
}
.blog-card{
    width: 24%; background: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s;padding: 20px;
}
.music-card {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 24%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 20px;
  transition: transform 0.3s;
}


/*.footer-btn::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 8px; */
/*  left: 8px;*/
/*  right: 8px;*/
/*  bottom: 8px;*/
/*  border: 2px solid white; */
/*  border-radius: 3px; */
/*  pointer-events: none;*/
/*}*/

/*.footer-btn:hover {*/
/*  background-color: #006f34;*/
/*}*/
.footer-icon-div{
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-top: 10px;
    margin-bottom:20px;
    gap:30px;
}
.footer-icon,
.footer-icon-x {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-icon-x i{
    font-size: 32px;
}
/* Different padding for X icon */
.footer-icon-x {
  padding: 17px 17px;
}

/* ðŸ”¥ Hover: White BG + brand color */
.footer-icon:hover,
.footer-icon-x:hover {
  background: #fff;
  color: inherit;    /* let icon use its own color */
  transform: translateY(-3px);
}

/* ðŸŽ¨ Brand colors */
.footer-icon i.bi-facebook { color: #fff; }
.footer-icon:hover i.bi-facebook { color: #1877F2; }

.footer-icon i.bi-instagram { color: #fff; }
.footer-icon:hover i.bi-instagram { color: #E4405F; }

.footer-icon-x i { color: #fff; }
.footer-icon-x:hover i { color: #000; }

.footer-icon i.bi-youtube { color: #fff; }
.footer-icon:hover i.bi-youtube { color: #FF0000; }

.footer-icon i.bi-tiktok { color: #fff; }
.footer-icon:hover i.bi-tiktok { color: #000; }

/* Hover Effects - Brand Colors + Slight Scale */
.footer-icon-x:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}
.footer-icon-x:hover{
    color: black;
    background: #fff;
}
.footer-icon i{
    font-size: 32px;
}
.footer-icon-x {
    padding: 17px 11px;
}
/* Hover Effects - Brand Colors + Slight Scale */
.footer-icon:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}
.footer-icon:hover{
    color: black;
    background: #fff;
}
.footer-img{
    text-align: right;
}
.footer-img img {
    width: 70%;
    height: 350px;
    object-fit: cover;
    border-radius: 30px;
}
.vendor-bg{
    padding:100px 50px;
    background:#2C2C2C;
    margin-top:-3px;
    position:relative;
}
.hover-box {
    position: relative;
    display: inline-block;
     cursor: pointer;
}

.main-img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.popup-box {
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translateY(-50%);
    width: 280px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 10;
}

.popup-logo {
    width: 220px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
    object-fit: cover;
}

.popup-text {
    font-size: 14px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    text-align:center;
    margin-bottom:0px;
}

.popup-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 12px;
    background: #077F38;
    color: #fff;
    border-radius: 6px;
  text-decoration: none;
    width: 100%;
    text-align: center;
     font-family: 'Poppins', sans-serif;
}
.popup-btn:hover{
    background: #065125;
    color:white;
}
.hover-box:hover .popup-box {
    opacity: 1;
    pointer-events: auto;
    
}
.row-gap{
  display:flex;
  flex-direction:column;
  gap:50px;
}
.row-line{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 in a row desktop */
  gap: 20px;
     padding: 50px 50px;
}
.shop-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;     
    justify-content: flex-start;
    text-align: center;  
    margin-bottom:30px;
}

.shop-box img {
    width: 404px;
    height: 404px;
    object-position: 50% 50%;
    object-fit: cover;
    border: 2px solid black;
    border-radius: 25px;
    transition: transform 0.3s ease;   /* smooth zoom */
    cursor:pointer;
}

.shop-box img:hover {
    transform: scale(0.9);   /* zoom effect */
}


.shop-box h1 {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight:500;
    margin: 10px 0;
}

.shop-box .product-btn {
  margin-top: 8px;
  padding: 20px 0;
  background-color: #077F38;
  color: #fff;
  width: 80%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 35px;
 border: 4px solid #fff;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: inline-block; /* IMPORTANT for <a> */
  transition: background-color 0.25s ease, color 0.25s ease;
}


/* Hover effect */
.shop-box .product-btn:hover {
  background-color: #fff;
  color: #077F38;
  border: 4px solid #077F38;
}

.shop-box .product-btn:hover::before {
  border-color: #077F38;
}
.shop-box .product-btn {
  text-align: center;
}

/* Default: same line (desktop) */
.shop-box .product-btn .break {
  display: inline;
}


.no-footer-bg footer {
  background-image: none !important;
  background-color: transparent; /* or #fff */
}
.folder-card {
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.folder-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#folderTitle{
     font-family: 'Poppins', sans-serif;
}
#folderContent{
    font-family: 'Poppins', sans-serif;
}
#folderDetail{
    font-family: 'Poppins', sans-serif;
}
.box{
   padding: 10px 10px; 
   font-family: 'Poppins', sans-serif;  
}


.box-btn {
    margin-top: 10px;
  background-color: #077F38; 
  color: white; 
  font-weight: bold;
  width: 100%;
  padding:20px 0;
  border: none; 
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  font-size: 40px;
 font-weight: 800;
line-height: 35px
}

/*.box-btn::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 8px; */
/*  left: 8px;*/
/*  right: 8px;*/
/*  bottom: 8px;*/
/*  border: 2px solid white; */
/*  border-radius: 3px; */
/*  pointer-events: none;*/
/*}*/

/*.box-btn:hover {*/
/*  background-color: #006f34;*/
/*}*/
a{
     text-decoration: none;
}
.card a{
     text-decoration: none;
}

/* Featured Article */
   .featured-slider-v2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.featured-content h1{
    font-size: 25px;
    font-weight: 600;
}
.featured-track-v2 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.featured-slider-v2 .featured-news {
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: poppins;
}

.featured-slider-v2 img {
  width: 45%;
  border-radius: 10px;
}

.featured-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 22px;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 5;
}

.featured-prev { left: 10px; }
.featured-next { right: 10px; }

@media (max-width: 768px) {
  .featured-slider-v2 .featured-news {
    flex-direction: column;
  }

  .featured-slider-v2 img {
    width: 100%;
  }
}


    /* Latest News */
    .latest-news {
      margin-top: 40px;
      font-family:poppins;
    }

    .latest-news-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
          font-family: 'Poppins';
    }

    .latest-news-header h2 {
      font-size: 1.5rem;
      font-weight: 600;
    }

    .latest-news-header a {
      text-decoration: none;
      color: #e50914;
      font-weight: 500;
    }
.news-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.news-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

/* 👇 3 cards visible */
.news-card {
  flex: 0 0 calc((100% - 40px) / 3);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* IMAGE */
.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* CONTENT */
.news-card-content {
  padding: 15px;
}
.news-card-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-content span {
  font-size: 0.75rem;
  color: #e50914;
  font-weight: 600;
  text-transform: uppercase;
}
.news-card-content p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* BUTTONS */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: black;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }

.slider-btn:hover {
  background: #e50914;
  color:white;
}

/* MOBILE: 1 CARD */
@media (max-width: 768px) {
  .news-card {
    flex: 0 0 100%;
  }
}


    
    
    
.container-inner {
  color: #333;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

li span {
  display: block;
  font-size: 4.5rem;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}
    
    .disclaimer{
    text-align:center;
    padding:50px;
}
.disclaimer h3{
    color:#fff;
    font-size:35px;
        font-family: 'Poppins', sans-serif;
        font-weight:700;
}
.disclaimer p{
   color:#fff;
    font-size:18px;
        font-family: 'Poppins', sans-serif;
        font-weight:500; 
}
.filter-dropdown{
    margin-left:80px;
    font-family: 'Poppins', sans-serif;
    margin-bottom:30px;
    display:flex;
    gap:20px;
    align-items:center;
}
.filter-dropdown h2{
    color:#fff;
    font-size:25px;
}

.filter-dropdown select{
        padding: 10px 15px;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid white;
    background: #077F38;
    color: white;
    border-radius: 10px;
}