*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body{
  background-color: #331300;
}
/* NAVBAR */
.navbar {
  width: 100%;
  display: flex; 
  justify-content: space-evenly;
  align-items:center ;
  padding-left: 30px;
  padding-top: 20px;
  background: #331300;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
  
}


/* Logo container */
.logo {
  font-family: 'Cinzel', serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #f5e6b8, #d4af37, #b8962e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.logo:hover {
  background: #4a2a18;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Logo image container */
.logo-img-container {
  position: relative;
  width: fit-content;
  background: none;
  -webkit-text-fill-color: initial;
}

/* Logo image */
.logo img {
  width: 100%;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #d4af37;
  display: block;
}

/* Trademark on logo image (corner without circle) 
.trademark-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  color: #f5e6b8;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 2px #3b2416;
}*/
.trademark-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 22px;
  color: #f5e6b8;
  font-weight: 700;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-family: 'Cinzel', serif;
}

/* Trademark on MODASOU text */
.logo sup {
  font-size: 0.35em;
  vertical-align: super;
  margin-left: 3px;
  font-weight: 400;
  background: linear-gradient(90deg, #f5e6b8, #d4af37, #b8962e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.logo:hover sup {
  background: #4a2a18;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


nav a {
  margin: 0 18px;
  text-decoration: none;
  font-weight: 500;
   
   
}

nav a:hover {
  color: #f5e6b8;
}

.nav-icons span {
  margin-left: 18px;
  font-size: 18px;
  cursor: pointer;
}
 i{
     margin-left: 18px;
  font-size: 24px;
  color: #d4af37;
  cursor: pointer;
}

/* Hamburger Menu (Hidden on Desktop) */
.hamburger-menu {
  display: none;
  cursor: pointer;
}



/* NAVBAR DROPDOWN */
.menu {
  display: flex;
  gap: 25px;
}

.menu-item {
  position: relative;
}

.menu-item a {
  text-decoration: none;
  font-weight: 500;
  color: #f5e6b8;
  padding: 10px 5px;
  display: block;
}

.menu-item > a:hover {
  color: #b8962e;
}

/* Dropdown box */
.dropdown {
  position: absolute;
  top: 45px;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  border-radius: 6px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 999;
}

/* Show on hover */
.menu-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown links */
.dropdown a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 14px;
  color: #331300;
}

.dropdown a:hover {
  background: #ffedf2;
  color: #4d2d18;
}
.has-submenu{
  position: relative;
}
.sub-dropdown{
position: absolute;
top: 0;
left: 100%;
background-color: #f5e6b8;
min-width:260px ;
display: none;
} 
.has-submenu:hover .sub-dropdown{
  display: block;
}
.dropdown a:hover ,
.sub-dropdown a:hover {
  background: rgba(255, 255, 255, 0.4);
}

/* ---------- HERO ---------- */

.hero {
  height: 90vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  background-image: url("cloth.jpg");
  background-size: cover;
background-position: center;
background-attachment: fixed;
  /*background-color: #331300;*/
  color: #e4b85c ;
  
}

.hero ::before{
  content: " ";
  position: absolute;
  inset: 0;
  /*background-image: url("cloth.jpg");
  background-size: cover;*/
  background: rgba(0,0,0,0.25);
  z-index: -2;
  
}


.slider{
  width:100vw;
  height:90vh;
  display: flex;
  position:relative;
  z-index: 2;

}

.slider-track{
  display:flex;
  width:100vw;
  transition:transform 1s ease-in;
    animation: slider-5-banners 25s infinite ease-in-out; 
  
}
  



@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}




.banner{
  width:100vw;
  height:90vh;
  
  /*background-size: cover;
  background-position: center;*/
  flex-shrink: 0;
  padding-left:30px;
  padding-top: 40px;
  display:flex;
  
  flex-direction:column;
  justify-content:center;
  color:#fff8ef;
  position:relative;
  z-index: 2;
  
}
.banner::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;

}



.banner h1{
  font-family:'Cinzel', serif;
  font-size:42px;
  line-height:1.2;
  margin-bottom:18px;
  background:linear-gradient(90deg,#f5e6b8,#d4af37);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  
  
}

.banner p{
  font-family:'Montserrat', sans-serif;
  font-size:16px;
  line-height:1.6;
  color:#f3e7c3;
  max-width:600px;
  margin-bottom:30px;
  
}

.cta{
  display:inline-block;
  width:max-content;
  padding:14px 32px;
  border-radius:30px;
  background:linear-gradient(135deg,#d4af37,#f5e6b8);
  color:#3b2416;
  font-weight:600;
  text-decoration:none;
}
/* Navigation Arrows 
.nav-arrow{
  position:absolute;
  top:90%;
  transform:translateY(-50%);
  background:rgba(0,0,0,0.5);
  border:1px solid #d4af37;
  color:#f5e6b8;
  font-size:28px;
  width:40px;
  height:48px;
  border-radius:50%;
  cursor:pointer;
  z-index:10;
  transition:0.3s ease;
}

.nav-arrow:hover{
  background:#d4af37;
  color:#3b2416;
}

.nav-arrow.left{
  left:40%;
}

.nav-arrow.right{
  right:40%;
}*/


/* Colors */
.b1{background:linear-gradient(135deg,#3b2416,#6b3e2e);}
.b1::before{background-image: url("cloth.jpg");
  background-size: cover;
  background-position: center;
}
.b2{background:linear-gradient(135deg,#4e2e1f,#8a5a3c);}
.b2::before{background-image: url("/b2.png");
background-size: cover;
background-position:center ;}
.b3{background:linear-gradient(135deg,#2b1a12,#5c3a28);}
.b3::before{background-image: url("/b3.png");
background-size: cover;
background-position:center ;}
.b4{background:linear-gradient(135deg,#5a341f,#9b6a3f);}
.b4::before{background-image: url("/b4.png");
background-size: cover;
background-position:center ;}
.b5{background:linear-gradient(135deg,#2a1c14,#7a4b2a);}
.b5::before{background-image: url("/b5.png");
background-size: cover;
background-position: center;
}


/* -------------------- BRAND STRIP -------------------- */
.brands {
  
    background-color: #4a2a18; /* Chocolate */
    color: #ebc575; /* Golden */
    padding: 1.5rem 0;
    overflow-x: auto;
    white-space: nowrap;
}

.brand-track span {
    display: inline-block;
    margin: 0 2rem;
    font-weight: 500;
    font-size: 1.2rem;
}

/* -------------------- CATEGORY SECTION -------------------- */
.categories {
  background: linear-gradient(to bottom, #fff6d5, #d4af37);

    text-align: center;
    padding: 4rem 1rem 2rem 1rem;
    
    
}

.categories h2{
  font-size: 4cqi;
  font-family: 'Cinzel', serif;
  color: #2b1a12;
  margin-bottom: 30px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.category-card {
  background: #331300;
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  color: #f5e6b8;
  height: 100%;
  transition: 0.3s ease;
}

/* IMAGE BOX – THIS IS THE KEY */
.category-card img {
  width: 100%;
  height: 240px;               /* SAME HEIGHT FOR ALL */
  object-fit: cover;           /* CROPS IMAGE CLEANLY */
  border-radius: 14px;
  margin-bottom: 12px;
  background: #331300;
}

/* NAME */
.category-card span {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}



















/* -------------------- PRODUCT GRID -------------------- */
.products {
    text-align: center;
    padding: 4rem 1rem 2rem 1rem;
    background: linear-gradient(to bottom, #fff6d5, #d4af37);
    border-top: #331300 20px solid;
}
.products h2{
   font-size: 4cqi;
  font-family: 'Cinzel', serif;
  color: #4a2a18;
  margin-bottom: 30px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.product-card {
    background-color: #4a2a18; /* Chocolate */
    color: #2b1a12; /* Golden */
    padding: 1rem;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.product-card .product-img {
    height: 30px;
    background-color: #fff; /* Dark Brown */
    margin-bottom: 1rem;
    border-radius: 10px;
}
/*brand strip*/
.brands {
  background: #4a2a18;
  padding: 20px;
  overflow: hidden;
}

.brand-track {
  display: flex;
  gap: 40px;
  font-weight: 600;
  color: white;
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* -------------------- CONTACT FORM -------------------- */
.contact {
    background-color: #d4af37;
    padding: 4rem 1rem;
    text-align: center;
}
.contact h2{
  font-family: 'cinzel', serif;
  margin-bottom: 20px;
  font-size: 30px;
}
.contact form {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: auto;
    gap: 1rem;
}

.contact input,
.contact textarea {
    padding: 0.8rem 1rem;
    border: 2px solid #331300;
    border-radius: 10px;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.contact button {
    padding: 1rem;
    background-color: #331300; /* Dark Brown */
    color: #f5e6b8; /* Golden */
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition:  0.3s;
}

.contact button:hover {
    background-color: #f5e6b8;
    color: #111; /* Chocolate */
}

 
/* -------------------- FOOTER -------------------- */
footer {
    text-align: center;
    padding: 2rem 1rem;
    background-color: #331300; /* Dark Brown */
    color: #f5e6b8; /* Golden */
    font-size: 0.9rem;
    
}

/* Footer links styling */
.footer-links {
  text-align: center;
  margin: 20px 0;
}

.footer-link {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  font-weight: 600;
  color: #d4af37;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #f5e6b8;
  text-decoration: underline;
  transform: scale(1.05);
}

#p{
font-family: 'CINZEL', serif;
}


/* Introduction Video Section */
.modasou-video-section {
  background: linear-gradient(to bottom, #fff6d5, #d4af37);
  padding: 60px 20px;
  text-align: center;
}

.modasou-video-section .video-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.modasou-video-section h2 {
  color: #4a2c2a;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.modasou-video-section .video-frame {
  background: #331300;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modasou-video-section .video-frame video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  background-color: #000;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .modasou-video-section {
    padding: 40px 15px;
  }
  
  .modasou-video-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .modasou-video-section .video-frame {
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    border-radius: 15px;
  }
}

/* =========================================
   MEDIA QUERIES FOR RESPONSIVENESS
   ========================================= */

/* --- Mobile & Tablet Optimization (Max Width 768px) --- */
@media screen and (max-width: 768px) {
  /* Navbar Layout: Logo left, Hamburger right */
  .navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    flex-wrap: wrap; /* Allow menu to appear below */
    gap: 0;
  }
  
  /* Logo: Restore size */
  /* Logo: Restore size with trademark */
.logo {
  font-size: 24px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.logo img {
  width: 50px;
  height: 50px;
}

/* Trademark on logo image */
.trademark-icon {
  position: absolute;
  top: -5px;
  right: -8px;
  font-size: 11px;
  color: #d4af37;
  font-weight: 700;
  background: #3b2416;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Trademark on text */
.logo sup {
  font-size: 0.4em;
  vertical-align: super;
  margin-left: 2px;
  font-weight: 400;
  color: #d4af37;
}
/* Hamburger Icon: Show on mobile */
.hamburger-menu {
  display: block;
}
.hamburger-menu i {
  font-size: 28px;
  color: #d4af37;
}

/* Menu: Hide by default, style for vertical layout */
.menu {
  position: relative;
  left: 10%;
  display: none; /* Hide the menu */
  flex-direction: column;
  width: 80%; /* Take full width */
  background: #3b2416;
  margin-top: 10px; /* Space from the navbar */
  border-top: 1px solid #d4af37;
  padding: 10px 0;
  gap: 0;
}

/* Active Menu: Show it */
.menu.active {
  display: flex;
}

/* Menu Items: Style for vertical list */
.menu-item {
  background-color: #9b6a3f;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(245, 230, 184, 0.2);
}

.menu-item a {
  font-size: 16px;
  padding: 12px 20px;
  white-space: normal;
  display: block;
  font-weight: 600;
  color: #f5e6b8;
}

/* Add arrow indicator for items with dropdowns */
.menu-item.has-dropdown > a::after {
  content: " ▼";
  font-size: 12px;
  margin-left: 8px;
}

/* Icons: Move to the bottom of the vertical menu */
.menu > div:last-child {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 15px 0;
  background-color: #2a1810;
  border-top: 1px solid #d4af37;
}

.navbar i {
  font-size: 22px;
  margin-left: 0;
}

/* Dropdowns: Clear visual hierarchy */
.dropdown {
  position: static;
  display: none;
  width: 100%;
  box-shadow: none;
  background-color: #7a4b2a; /* Darker than parent */
  min-width: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  border-left: 3px solid #d4af37; /* Visual indicator */
}

/* Sub-dropdowns: Even more distinct */
.sub-dropdown {
  position: static;
  display: none;
  width: 100%;
  box-shadow: none;
  min-width: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  background-color: #5a3520; /* Darkest level */
  border-left: 3px solid #f5e6b8; /* Different color indicator */
}

/* Show dropdowns on hover/click */
.menu-item:hover .dropdown, 
.has-submenu:hover .sub-dropdown {
  display: block;
}

/* Dropdown links: Clear indentation and styling */
.dropdown a {
  color: #f5e6b8;
  padding: 10px 20px 10px 40px; /* Left indent */
  font-size: 15px;
  font-weight: 500;
  background-color: #7a4b2a;
  border-bottom: 1px solid rgba(245, 230, 184, 0.1);
  display: block;
}

.dropdown a:hover {
  background-color: #8b5a3a;
}

/* Sub-dropdown links: More indentation */
.sub-dropdown a {
  color: #f5e6b8;
  padding: 10px 20px 10px 60px; /* More indent */
  font-size: 14px;
  font-weight: 400;
  background-color: #5a3520;
  border-bottom: 1px solid rgba(245, 230, 184, 0.1);
  display: block;
}

.sub-dropdown a:hover {
  background-color: #6a4530;
}

/* Add arrow indicator for sub-menu items */
.has-submenu > a::after {
  content: " ▶";
  font-size: 11px;
  margin-left: 8px;
}
  
  /* Hero Section: Reduced Height & Text */
  .hero, .slider, .banner {
    height: 50vh; /* Takes half screen on mobile */
    min-height: 300px;
  }

  .banner {
    padding: 15px;
    justify-content: center;
  }

  .banner h1 {
    font-size: 20px; /* Small heading */
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .banner p {
    font-size: 11px; /* Small paragraph */
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .cta {
    padding: 8px 20px;
    font-size: 12px;
  }

  /* Grids: 2 Columns (E-commerce Standard) */
  .category-grid, .product-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 items per row */
    gap: 10px; /* Small gap */
    padding: 10px;
  }

  .category-card, .product-card {
    padding: 8px;
  }

  /* Images: Small & Uniform */
  .category-card img {
    height: 120px; /* Force small height */
    margin-bottom: 8px;
  }

  .category-card span, .product-card h3 {
    font-size: 11px; /* Small label */
    font-weight: 600;
  }

  /* Section Titles */
  .categories h2, .products h2, .contact h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  /* Brand Strip */
  .brand-track span {
    font-size: 12px;
    margin: 0 10px;
  }

}
.product-grid{
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card{
  width: 60%;
}

/* ...existing code... */
/* Introduction Video Section 
.modasou-video-section {
  background: linear-gradient(
    to bottom,
    #ffe6a7,
    #bb9457
  );
  padding: 50px 15px;
  display: flex;
  justify-content: center;
}

.video-wrapper {
  max-width: 900px;
  width: 100%;
  text-align: center;
}

.video-wrapper h2 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #6f1d1b;
  letter-spacing: 1.5px;
}

/* Video Frame 
.video-frame {
  background: #fff8e1;
  padding: 18px;
  border-radius: 20px;
  border: 2px solid #99582a;
  box-shadow: 0 18px 45px rgba(67, 40, 24, 0.3);
}

/* Video Element 
.video-frame video {
  width: 100%;
  height: auto;
  border-radius: 14px;
  outline: none;
  background: #432818;
}

/* Mobile Adjustments*
@media (max-width: 600px) {
  .video-wrapper h2 {
    font-size: 26px;
  }

  .modasou-video-section {
    padding: 50px 15px;
  }
}*/