*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Outfit', sans-serif;
  background-color: white;
  color: #222;
  min-height: 100vh;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  text-align: left;
}

.container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.container img {
    width: 200px;
    height: auto;
}

.text {
    max-width: 600px;
}

.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  z-index: 1000;
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  gap:20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* BRAND */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  width: 60px;
}

.brand-title {
  font-size: 1.3rem;
  margin: 0;
  color: #003366;
}

.tagline {
  font-size: 0.8rem;
  color: #666;
}

/* NAV */
.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.nav-links a:hover {
  color: #0077cc;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;

  list-style: none;
}

.nav-links li {
  position: relative;
}

/* HERO SECTION */
.hero-section{

  position:relative;

  width:100%;
  height:90vh;

  overflow:hidden;

  display:flex;
  align-items:center;
  justify-content:center;
}

/* SLIDES CONTAINER */
.hero-slides{

  position:absolute;

  width:100%;
  height:100%;
}

/* IMAGES */
.hero-image{

  position:absolute;

  width:100%;
  height:100%;

  object-fit:contain;

  opacity:0;

  transition:
  opacity 3s ease-in-out;

  transform:scale(1.05);
}

/* ACTIVE IMAGE */
.hero-image.active{

  opacity:1;
}

/* OVERLAY */
.overlay{

  position:absolute;

  inset:0;

  background:
  rgba(0,0,0,0.45);

  z-index:1;
}

/* TEXT */
.hero-text{

  position:relative;

  z-index:2;

  text-align:center;

  color:white;

  padding:20px;
}

.hero-text h1{

  font-size:4rem;

  line-height:1.2;

  margin-bottom:20px;

  font-weight:800;
}

.hero-text p{

  font-size:1.3rem;

  margin-bottom:30px;
}

/* BUTTON */
.hero-btn{

  display:inline-flex;

  align-items:center;

  gap:10px;

  padding:18px 34px;

  border-radius:16px;

  background:
  linear-gradient(
  135deg,
  #bdeaec,
  #86d5cb
  );

  color:rgb(3, 0, 37);

  text-decoration:none;

  font-weight:700;

  transition:0.3s ease;
}

.hero-btn:hover{

  transform:
  translateY(-4px)
  scale(1.03);
}

/* MOBILE */
@media(max-width:768px){

  .hero-text h1{

    font-size:2.4rem;
  }

  .hero-text p{

    font-size:1rem;
  }

}

/* MARKETER DROPDOWN */
.marketer-dropdown{
  position:relative;
}

/* HIDE FORM INITIALLY */
.marketer-form-dropdown{

  position:absolute;

  top:130%;
  left:0;

  width:340px;

  background:#ffffff;

  padding:22px;

  border-radius:18px;

  box-shadow:
  0 20px 45px rgba(0,0,0,0.15);

  opacity:0;
  visibility:hidden;

  transform:translateY(12px);

  transition:0.3s ease;

  z-index:9999;
}

/* SHOW ON HOVER */
.marketer-dropdown:hover
.marketer-form-dropdown{

  opacity:1;
  visibility:visible;

  transform:translateY(0);
}

/* FORM TITLE */
.marketer-form-dropdown h3{

  margin-bottom:15px;

  color:#003366;

  font-size:1.15rem;
}

/* FORM LAYOUT */
.marketer-form-dropdown form{

  display:flex;
  flex-direction:column;

  gap:12px;
}

/* INPUTS */
.marketer-form-dropdown input,
.marketer-form-dropdown textarea{

  width:100%;

  padding:12px;

  border:1px solid #dbeafe;

  border-radius:10px;

  outline:none;

  font-family:'Outfit', sans-serif;
}

/* BUTTON */
.marketer-form-dropdown button{

  padding:12px;

  border:none;

  border-radius:10px;

  background:
  linear-gradient(135deg,#0077cc,#00aaff);

  color:white;

  font-weight:600;

  cursor:pointer;
}

/* MOBILE */
@media(max-width:768px){

  .marketer-form-dropdown{

    position:static;

    width:100%;

    opacity:1;
    visibility:visible;

    transform:none;

    display:none;

    margin-top:15px;
  }

  .marketer-dropdown.active
  .marketer-form-dropdown{

    display:block;
  }

}

.enlist-btn {
  display: inline-block;
  margin-top: 18px;

  padding: 12px 22px;

  background: linear-gradient(135deg, #0077cc, #00aaff);

  color: white;
  text-decoration: none;

  border-radius: 10px;

  font-weight: 600;

  transition: 0.3s ease;

  box-shadow: 0 10px 25px rgba(0,119,204,0.18);
}

.enlist-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0,119,204,0.28);
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
}

.adverts {
  padding: 20px;
}

.adverts-container {
  overflow: hidden;
  width: 100%;
  background: rgb(7, 7, 7)
}

.adverts-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: slideAds 90s linear infinite;
}

/* PAUSE ON HOVER */
.adverts-track:hover {
  animation-play-state: paused;
}

.advert {
  min-width: 250px;
  height: 150px;
  flex-shrink: 0;
}

.advert img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Animation */
@keyframes slideAds {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.glow-heading {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  text-shadow: 
    0 0 5px rgb(248, 248, 250),      /* small inner glow */
    0 0 10px rgb(228, 239, 239),     /* cyan outer glow */
    0 0 20px rgb(68, 70, 77),
    0 0 40px rgb(144, 193, 193);
  margin-top: 50px;
}

.club-section {
  background: linear-gradient(145deg, #f0f9ff, #ffffff);
  padding: 70px 30px;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0, 170, 255, 0.08);
  max-width: 1200px;
  margin: 60px auto;
  text-align: center;
}

.club-heading {
  font-size: 2.7rem;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 700;
}

.club-intro {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.activity-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 25px 20px;
  font-size: 1.1rem;
  color: #222;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 170, 255, 0.1);
  transition: all 0.3s ease;
  border-left: 6px solid #00aaff;
  position: relative;
}

.activity-card:hover {
  background-color: #f0fbff;
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 170, 255, 0.15);
}

.activity-card strong {
  color: #0077cc;
}

.category-section {
  background: linear-gradient(145deg, #f0f9ff, #ffffff);
  padding: 70px 20px;
  border-radius: 25px;
  max-width: 1200px;
  margin: 60px auto;
  text-align: center;
}

.section-heading {
  font-size: 2.5rem;
  color: #003366;
  margin-bottom: 10px;
}

/* GRID */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

/* CARD */
.category-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 170, 255, 0.08);
  transition: 0.3s ease;
  cursor: pointer;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 170, 255, 0.15);
}

/* ICON */
.category-card .icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* TEXT */
.category-card h3 {
  font-size: 1.2rem;
  color: #003366;
  margin-bottom: 6px;
}

.category-card p {
  font-size: 0.9rem;
  color: #555;
}

.marketplace-info-section {
  background: linear-gradient(145deg, #f0f9ff, #ffffff);
  padding: 70px 30px;
  border-radius: 25px;
  max-width: 1100px;
  margin: 60px auto;
  text-align: center;
}

.section-intro {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* GRID */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

/* CARD */
.info-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 25px 20px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 170, 255, 0.08);
  transition: all 0.3s ease;
  border-left: 5px solid #00aaff;
}

.info-card:hover {
  transform: translateY(-6px);
  background-color: #f0fbff;
  box-shadow: 0 15px 30px rgba(0, 170, 255, 0.15);
}

.info-card h4 {
  font-size: 1.2rem;
  color: #003366;
  margin-bottom: 8px;
}

.info-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* PRODUCT SECTION */
.product-section {
  background: linear-gradient(145deg, #0d0d0d, #1f1f1f);

  padding: 80px 25px;

  width: 100%;

  margin: 60px auto;

  text-align: center;
}

/* INTRO */
.product-intro {
  font-size: 1.1rem;
  color: #dbeafe;

  margin-bottom: 50px;

  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* GRID */
.product-grid {

  display:grid;

  grid-template-columns:
  repeat(auto-fit,minmax(220px,1fr));

  gap:30px;

  max-width:1500px;

  margin:auto;
}

/* CARD */
.product-card {
  background: white;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow:
  0 15px 35px rgba(0,0,0,0.15);
}

.product-card:hover {
  transform: translateY(-8px);
}

/* IMAGE */
.product-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

/* CONTENT */
.product-content {
  padding: 25px;
  text-align: left;
}

/* TITLE */
.product-content h3 {
  font-size: 1.3rem;
  color: #003366;

  margin-bottom: 10px;

  font-family: 'Rubik', sans-serif;
}

/* TEXT */
.product-content p {
  font-size: 0.95rem;
  color: #555;

  line-height: 1.6;

  margin-bottom: 18px;
}

/* PRICE */
.product-price {
  font-size: 1.3rem;
  font-weight: 700;

  color: #0077cc;

  margin-bottom: 20px;
}

/* BUTTON */
.order-btn {
  display: inline-block;

  padding: 12px 20px;

  background:
  linear-gradient(135deg,#0077cc,#00aaff);

  color: white;

  text-decoration: none;

  border-radius: 10px;

  font-weight: 600;

  transition: 0.3s ease;
}

.order-btn:hover {
  transform: translateY(-3px);

  box-shadow:
  0 10px 25px rgba(0,119,204,0.25);
}

.site-footer {
  background: linear-gradient(to right, #e8a56f, #f8cb04);
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: 80px;
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
}

.footer-cta-btn {
  display: inline-block;
  background-color: #00aaff;
  color: white;
  padding: 14px 30px;
  font-size: 1.1rem;
  border-radius: 30px;
  text-decoration: none;
  margin-bottom: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.footer-cta-btn:hover {
  background-color: #008ecc;
  transform: translateY(-3px);
}

.footer-info p,
.footer-credit p {
  margin: 8px 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-info a {
  color: #aee2ff;
  text-decoration: underline;
}

.footer-info a:hover {
  color: #ffffff;
}

.footer-credit {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #ddd;
}

.footer-social {
  margin-top: 20px;
}

.footer-social a {
  color: #aee2ff;
  text-decoration: none;
  font-size: 1rem;
  display: inline-flex;
  align-items:stretch;
  gap: 8px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #ffffff;
}

#about h5 {
  text-align: center;
  font-size: 2rem;
  color: #fcfcfd;
  margin-bottom: 1rem;
}

/* Section Heading */
#about h2 {
  text-align: left;
  font-size: 1.8rem;
  color: #080224;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}

/* List Styling */
.service-list {
  list-style-type: none;
  padding-left: 30px;
}

.service-list li {
  background-color: #ffffff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 6px solid #00aaff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 120, 180, 0.1);
  position: relative;
  transition: transform 0.2s ease;
  line-height: 1.6;
  font-size: 1.1rem;
}

.service-list li:hover {
  transform: translateY(-4px);
  background-color: #f8fdff;
}

/* Spin animation */
@keyframes spinY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.section-container h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.image-container img {
  width: 300px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.text-container h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #0077cc;
}


/* Slide Wrapper for better layout control */
.slide-wrapper {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

/* Sliding Image */
.slide-in-img {
  width: 100%;
  max-width: 600px;
  border-radius: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(-400px);
  
}

/* Quote Styling */
.slide-in-quote {
  font-size: 1.5rem;
  font-style: italic;
  color: #fcfdfd;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
}

.slide-in-quote span {
  display: block;
  margin-top: 0.8rem;
  font-size: 1rem;
  color: #eaeae9e0;
  font-weight: 500;
}

/* Visible class when in view */
.visible {
  opacity: 1 !important;
  
}

  
.image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1); /* Normal size */
  color: white;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Segoe UI', 'Poppins', 'Helvetica Neue', sans-serif;
  text-shadow: 2px 2px 6px rgba(7, 7, 7, 0.944);
  text-align: center;
  pointer-events: none; /* Optional: so it doesn't block hover if needed */
}

.image-container:hover .image-text {
  transform: translate(-50%, -50%) scale(0.8); /* Zoom out on hover */
}

.dashboard-section {
  position: relative;
  padding: 10px 20px;
  background: linear-gradient(135deg, #eef6ff, #ffffff);
  border-radius: 24px;
  overflow: hidden;
  margin: 80px auto;
  max-width: 1000px;
  box-shadow:
    0 15px 40px rgba(216, 215, 215, 0.08),
    0 5px 15px rgba(0, 119, 204, 0.08);
}

/* heading */
.glow-heading {
  text-align: center;
  font-size: 2.5rem;
  color: #050241;
  margin-bottom: 20px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  position: relative;
}

.glow-heading::after {
  content: "";
  width: 90px;
  height: 5px;
  background: linear-gradient(to right, #9fc4de, #00c6ff);
  display: block;
  margin: 15px auto 0;
  border-radius: 10px;
}

/* description */
.section-description {
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
  color: #555;
  font-size: 1.05rem;
  line-height: 1.8;
}

/* grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 2;
}

/* cards */
.feature-box {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 22px;
  padding: 35px 25px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

/* top accent */
.feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #0077cc, #00c6ff);
}

/* hover */
.feature-box:hover {
  transform: translateY(-12px);
  box-shadow:
    0 20px 40px rgba(0,0,0,0.12),
    0 10px 20px rgba(0,119,204,0.12);
}

/* icon circle */
.feature-box i {
  width: 50px;
  height: 65px;
  background: linear-gradient(135deg, #0077cc, #00c6ff);
  color: white;
  font-size: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

/* title */
.feature-box h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #003366;
  font-family: 'Outfit', sans-serif;
}

/* paragraph */
.feature-box p {
  color: #555;
  line-height: 1.7;
  font-size: 0.98rem;
}

/* CTA button */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  padding: 16px 28px;
  background: linear-gradient(135deg, #25D366, #1ebc59);
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 12px 25px rgba(37,211,102,0.25);
}

/* center button */
.dashboard-section .cta-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* button hover */
.cta-btn:hover {
  transform: translateX(-50%) translateY(-4px);
  box-shadow: 0 18px 35px rgba(37,211,102,0.35);
}

.slide-in-quote {
  font-size: 1.1rem;
  color: #333;
  margin-top: 10px;
  font-style: italic;
}

.slide-in-quote span {
  display: block;
  margin-top: 8px;
  font-weight: 600;
  color: #005b99;
}


/* Optional improvement if you have a wrapper for the video and text */
.image-container {
  position: relative;
  width: 100%;
  height: auto;         /* or use a fixed value like 400px */
  max-height: 600px;
  overflow: hidden;
}

.listing-section {
  background: linear-gradient(to right, #e6f4ff, #f9fbff);
  padding: 60px 20px;
  border-radius: 0px;
  margin: 50px 0;
}

.listing-section h2 {
  text-align: center;
  font-size: 2.3rem;
  color: #003366;
  margin-bottom: 40px;
  font-family: 'Nunito', sans-serif;
}

/* GRID LAYOUT */
.business-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

/* CARD DESIGN */
.business-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.business-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.business-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* INFO */
.business-info {
  padding: 15px;
}

.business-info h3 {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 6px;
}

.business-info p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 8px;
}

.business-info span {
  display: block;
  font-size: 0.85rem;
  color: #0077cc;
  margin-bottom: 12px;
}

/* BUTTON */
.view-btn {
  display: inline-block;
  padding: 8px 14px;
  background: #0077cc;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.view-btn:hover {
  background: #005fa3;
}

/* TEXT */
.business-info {
  padding: 15px;
}

.business-info h3 {
  margin: 0;
  color: #003366;
  font-size: 1.2rem;
}

.business-info p {
  margin: 5px 0;
  color: #555;
  font-size: 0.95rem;
}

.business-info span {
  font-size: 0.9rem;
  color: #0077cc;
}

/* MAIN FOOTER */
.footer {
  background: #0f172a; /* deep blue/black */
  color: #e2e8f0;
  padding: 60px 20px 30px;
  font-family: 'Nunito', sans-serif;
}

/* GRID */
.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

/* COLUMN */
.footer-col h3,
.footer-col h4 {
  margin-bottom: 12px;
  color: #ffffff;
}

.footer-col p {
  font-size: 0.9rem;
  color: #cbd5e1;
  line-height: 1.6;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #38bdf8;
}

/* NEWSLETTER */
.newsletter {
  display: flex;
  margin-top: 10px;
}

.newsletter input {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 6px 0 0 6px;
  outline: none;
}

.newsletter button {
  padding: 8px 12px;
  border: none;
  background: #38bdf8;
  color: #0f172a;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

.newsletter button:hover {
  background: #0ea5e9;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #1e293b;
  padding-top: 15px;
  font-size: 0.85rem;
  color: #94a3b8;
}

.news-section {
  background: #eaf6fc;
  padding: 20px 20px;
}

.news-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #003366;
  margin-bottom: 40px;
  font-family: 'Nunito', sans-serif;
}

/* GRID */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

/* CARD */
.news-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* IMAGE */
.news-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

/* CONTENT */
.news-content {
  padding: 15px;
}

.news-content .date {
  font-size: 0.85rem;
  color: #0077cc;
  font-weight: bold;
}

.news-content h3 {
  margin: 10px 0;
  color: #003366;
  font-size: 1.2rem;
}

.news-content p {
  font-size: 0.95rem;
  color: #555;
}

.news-content a {
  display: inline-block;
  margin-top: 10px;
  color: #0077cc;
  text-decoration: none;
  font-weight: bold;
}

.news-content a:hover {
  text-decoration: underline;
}

.news-card:first-child {
  grid-column: span 2;
}

/* SEARCH CONTAINER */
.search-container {
  display: flex;
  margin-left:20px;
  align-items: center;
  position: relative;
}

/* SEARCH ICON */
.search-icon {
  font-size: 1.1rem;
  cursor: pointer;
  color: #003366;
  z-index: 2;
}

/* INPUT */
#searchInput {
  width: 0;
  opacity: 0;

  padding: 10px 0;
  margin-left: 0;

  border: none;
  outline: none;

  border-radius: 30px;
  background: #f0f7ff;

  transition:
    width 0.35s ease,
    opacity 0.25s ease,
    padding 0.35s ease,
    margin-left 0.35s ease;

  overflow: hidden;
}

/* ACTIVE STATE */
.search-container.active #searchInput {

  width: 220px;
  opacity: 1;

  padding: 10px 15px;
  margin-left: 12px;

  border: 1px solid #cfe8ff;
}

#searchInput:focus {
  box-shadow: 0 0 0 4px rgba(0,119,204,0.12);
}

/* =========================================
   MOBILE RESPONSIVE BLOCK
========================================= */

@media (max-width: 768px) {

  /* GLOBAL */
  body {
    overflow-x: hidden;
  }

  section,
  .listing-section,
  .news-section,
  .category-section,
  .product-section,
  .marketplace-info-section,
  .dashboard-section,
  .club-section {

    padding: 50px 15px !important;

    margin: 30px auto !important;

    border-radius: 18px;
  }

  /* HEADER */
  .main-header {

    padding: 10px 0;
  }

  .header-content {

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    gap: 10px;

    padding: 10px 15px;

    position: relative;
  }

  .brand {

    gap: 8px;
  }

  .logo {

    width: 45px;
  }

  .brand-title {

    font-size: 1rem;
  }

  .tagline {

    font-size: 0.7rem;
  }

  /* MOBILE NAVIGATION */
  .menu-toggle {

    display: block;

    font-size: 1.8rem;

    color: #003366;

    cursor: pointer;

    z-index: 1001;
  }

  .nav-menu {

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    background: white;

    display: none;

    flex-direction: column;

    padding: 15px 20px;

    box-shadow: 0 10px 25px rgba(0,0,0,0.08);

    border-radius: 0 0 18px 18px;
  }

  .nav-menu.open {

    display: flex;
  }

  .nav-links {

    flex-direction: column;

    width: 100%;

    gap: 0;
  }

  .nav-links li {

    width: 100%;
  }

  .nav-links a {

    display: block;

    padding: 14px 0;

    border-bottom: 1px solid #eee;

    font-size: 1rem;
  }

  /* SEARCH */
  .search-container {

    width: 100%;

    margin-top: 10px;
  }

  #searchInput {

    width: 100%;
  }

  .search-container.active #searchInput {

    width: 100%;
  }

  /* HERO */
  .hero-section {

    height: 75vh;

    margin-top: 80px;
  }

  .hero-image {

    object-fit: contain;

    background: #000;
  }

  .hero-text {

    width: 90%;
  }

  .hero-text h1 {

    font-size: 2rem;

    line-height: 1.3;
  }

  .hero-text p {

    font-size: 1rem;
  }

  .hero-btn {

    padding: 12px 18px;

    font-size: 0.95rem;
  }

  /* HEADINGS */
  .glow-heading,
  .section-heading,
  .news-section h2,
  .listing-section h2 {

    font-size: 1.7rem !important;

    line-height: 1.3;
  }

  .section-intro,
  .product-intro {

    font-size: 0.95rem;

    margin-bottom: 30px;
  }

  /* GRID FIXES */
  .business-grid,
  .category-grid,
  .product-grid,
  .info-grid,
  .features-grid,
  .news-grid {

    grid-template-columns: 1fr !important;

    gap: 20px;
  }

  /* BUSINESS CARD */
  .business-card {

    overflow: hidden;

    border-radius: 18px;
  }

  .business-card img {

    width: 100%;

    height: 220px;

    object-fit: cover;
  }

  .business-info h3 {

    font-size: 1.1rem;
  }

  /* CATEGORY CARD */
  .category-card {

    padding: 22px 18px;
  }

  /* PRODUCT CARD */
  .product-card {

    padding: 20px 16px;

    border-radius: 18px;

    overflow: hidden;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;
  }

  .product-card img {

    width: 100%;

    height: 260px;

    object-fit: contain;

    background: white;

    border-radius: 14px;

    margin-bottom: 15px;

    display: block;
  }

  /* NEWS CARD */
  .news-card:first-child {

    grid-column: span 1;
  }

  .news-card {

    overflow: hidden;

    border-radius: 18px;
  }

  .news-card img {

    width: 100%;

    height: 220px;

    object-fit: cover;
  }

  /* ADVERTS */
  .advert {

    min-width: 180px;

    height: 120px;

    border-radius: 14px;
  }

  /* GALLERY */
  .gallery-grid {

    grid-template-columns: 1fr;
  }

  /* FOOTER */
  .footer {

    padding: 50px 20px 30px;
  }

  .footer-container {

    grid-template-columns: 1fr;

    gap: 35px;
  }

  .newsletter {

    flex-direction: column;

    gap: 10px;
  }

  .newsletter input,
  .newsletter button {

    width: 100%;

    border-radius: 8px;
  }

}