*{
  margin: 0;
  padding: 0;
}
.clear{
  clear: both;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  background-color:#000;
  color: #fff;
  overflow-x: hidden;
}
a{
   text-decoration: none; /* removes underline */
}

/*-----------------Header STARTS--------------------*/
.header {
  position: relative;
  background: url("images/wallpaper.jpg") center/cover no-repeat; /* your wallpaper */
  color: #fff;
  /* min-height: 100vh; full screen height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* Overlay */
.header-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 0;
}

/* Top Bar */
.top-bar {
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.top-bar .whatsapp-icon {
  width: 20px;
  margin-right: 5px;
}
.top-bar .social-icons a {
  color: #fff;
  margin-left: 15px;
  font-size: 18px;
  transition: color 0.3s;
}
.top-bar .social-icons a:hover {
  color: #f8c146;
}

/* Middle Content */
.header-content {
  position: relative;
  z-index: 2;
  padding: 1% 8% 1% 8%;
}
.main_header-content{
  position: relative;
  z-index: 2;
  padding: 1% 8% 1% 8%;
  margin: 6% 0 6% 0;
}
.sub-header-content{
  position: relative;
  z-index: 2;
  padding: 5% 8% 5% 8%;
}

.header-content .tagline {
  font-size: 18px;
  letter-spacing: 14px;
  margin-bottom: 15px;
}
.main_header-content .tagline {
  font-size: 18px;
  letter-spacing: 14px;
  margin-bottom: 15px;
}
.header-content .logo-img {
  max-width: 200px;
  height: auto;
}
.main_header-content .logo-img {
  max-width: 300px;
  height: auto;
}
/* Base Global Styles */
.navbar {
  background-color: #000;
  color: white;
  opacity: 0.8;
}

/* 📱 Mobile Responsive View (Default) */
.navbar-collapse {
  text-align: center;
}

/* Vertical spacing for stacked mobile layout links */
.nav-item {
  font-size: 0.85rem;
  padding: 6px 0; 
}
/* 🟡 Hover State (Works on both mobile and desktop) */
.category-menu .nav-link:hover {
  color: #ff0 !important; /* Turns font color yellow on hover */
}

/* 💻 Desktop View Only (Large screens and up) */
@media (min-width: 992px) {
  
  /* Expands the container canvas context */
  .category-menu .container {
    max-width: 1200px; 
    width: 100%;
  }

  /* Spreads items perfectly end-to-end across desktop space */
  .navbar-nav {
    display: flex;
    justify-content: space-between; 
    width: 100%; 
    margin: 0 auto;
  }

  .nav-item {
    /* 🛠️ Fixes the text splitting into two lines */
    white-space: nowrap; 
    /* Safe horizontal layout padding */
    padding: 0 10px; 
  }

  .nav-link {
    padding: 8px 4px;
  }

  /* 🟡 Active State (Top & Bottom Yellow Borders) */
  .category-menu .nav-link.active {
    color: #ff0 !important; /* Optional: keeps active text yellow too */
    border-top: 2px solid #ff0;
    border-bottom: 2px solid #ff0;
  }
}
/*---------------Header STOPS----------------------------*/


/***************************************************************************/
/***************************************************************************/

/*--------------Pagination STARTS-------------------------*/
nav[aria-label="breadcrumb"] {
      padding: 15px 16px;
      display: inline-block;
    }

    .breadcrumb {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      font-size: 16px;
    }

    .breadcrumb li + li::before {
      content: "/";
      color: #ffffff;
      margin: 0 8px;
    }

    .breadcrumb a {
      text-decoration: none;
      color: #ffffff;
      transition: color 0.2s ease-in-out;
    }

    .breadcrumb a:hover {
      text-decoration: underline;
      color: #0056b3;
    }

    .breadcrumb li:last-child {
      color: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: lighter;
      letter-spacing: 2px;
    }
/*--------------Pagination STOPS-------------------------*/

/***************************************************************************/
/***************************************************************************/

/*-----------------CHOOSE US STARTS----------------------------*/

.choose-us_right{
  margin: 4% 0 0 0;
}
.choose-us_left{
  margin: 4% 0 0 0;
}
.choose-section{
  position: relative;
  max-width: 700px;
  margin: auto;
}
.choose-image_l{
  float: left;
  padding: 1% 0 0 0;
}

.choose-us h2{
  font-size: 2rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  margin: 1% 0 2% 0;
  text-align: left;
}
.choose-us h3{
  font-size: 2rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  margin: 1% 0 2% 0;
  text-align: center;
}

.choose-us_left h3{
  font-size: 1.7rem;
  color: #fff;
  text-align: right;
  font-weight: bold;
}
.choose-us_left h4{
  font-size: 3rem;
  color: #fff;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}
.choose-us_left p{
  font-size: 0.8rem;
  color: #fff;
  text-align: right;
  font-weight: lighter;
}

.choose-us_right h3{
  font-size: 1.7rem;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.choose-us_right h4{
  font-size: 3rem;
  color: #fff;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
}
.choose-us_right p{
  font-size: 0.8rem;
  color: #fff;
  text-align: left;
  font-weight: lighter;
}
.choose-image{
  width: 50%;
  min-height: 100px;
  float: right;
  padding: 1% 0 0 0;
}

.why-choose-us h2 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.main-text_manufacturing{
  font-size: 0.9rem;
  color: #fff;
  text-align: left;
  font-weight: lighter;
}
.image-box {
  position: relative;
}

.image-box img {
  border-radius: 15px;
  transition: transform 0.4s ease;
}

.image-box img:hover {
  transform: scale(1.03);
}


.title {
  font-weight: 700;
  margin: 15px 0;
  font-size: 1.5rem;
}

p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive alignment for smaller screens */
@media (max-width: 768px) {
  .number {
    font-size: 1.6rem;
  }
  .title {
    font-size: 1.3rem;
  }
  .why-choose-us .row {
    text-align: center;
  }
}

/*-----------------CHOOSE US STOPS----------------------------*/
/*--------------Team Details STARTS------------------*/
.team-details{
  padding: 3% 0 3% 0;
}
.team-details .title {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  margin: 8% 0 6% 0;
}

.team-details p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #fff;
}

.team-details strong {
  color: #f8da46 /* Accent pink */
}

.team-details img {
  transition: transform 0.3s ease-in-out;
}

.team-details img:hover {
  transform: scale(1.05);
}

/*--------------Team Details STOPS------------------*/

/***************************************************************************/
/***************************************************************************/

/*----------------Timeline STARTS----------------------*/

/* Timeline Container starts */
.timeline-section {
  padding: 10px 0 20px 0;
  margin: 10px 0 0 0;
  background: url('images/timeline_bg.jpg') center/cover no-repeat;
}
h2{
  font-size: 2rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  margin: 1% 0 2% 0;
  text-align: center;
}
.crafted{
 color: white;
  font-size: 0.8rem;

}
/* Heading */
.timeline-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
}

/* Timeline wrapper */
.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

/* Divider line */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

/* Timeline container */
.timeline-container {
 position: relative;
  width: 50%;
  padding: 0px 20px;
  box-sizing: border-box;
}

.timeline-container.left {
 left: 0;
  text-align: right;
}

.timeline-container.right {
  left: 50%;
  text-align: left;
}

/* Circle markers */
.timeline-container::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 3px solid #000;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-container.left::before {
  right: -9px;
}

.timeline-container.right::before {
  left: -9px;
}

/* Glassmorphism Card */
.glass-card {
 background: rgba(45, 45, 45, 0.08);
  border-radius: 10px;
  padding: 15px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  max-width: 90%;
  transition: transform 0.3s ease;
}

/* Reduce the gap between cards */
.timeline-container + .timeline-container {
  margin-top: -140px; /* overlaps them slightly so left and right look side by side */
}
.glass-card:hover {
  transform: translateY(-6px);
}

/* Titles */
.glass-card h4 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
}
.glass-card h4 span {
  font-size: 1rem;
  color: white;
  font-weight: lighter;
  letter-spacing: 4px;
}

/* Images inside card */
.glass-card img {
  width: 100%;
  margin: 10px 0 15px;
  display: block;
}

/* Buttons */
.glass-card .btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.85rem;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn{
  border-radius: 0 !important;
}

.glass-card .btn:hover {
  background-color: yellow;
  color: #000;
}

/*----------------Timeline STOPS----------------------*/

/**************************************************************************/
/**************************************************************************/

/*------------------Gallery STARTS---------------------*/

.gallery_title{
  font-size: 2rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  text-align: center;
  margin: 4% 0 2% 0;
}
.gallery_content{
   color: white;
  font-size: 0.9rem;
  font-weight: lighter;
  letter-spacing: 1px;
  text-align: center;
  width: 90%;
  margin: 0 auto 0 auto;
  text-align: center;
}
/* Header */


/* Main layout */
.main { max-width: 1200px; margin: 1.5rem auto; padding: 0 1rem; }

/* Mason-like gallery using CSS columns */
.gallery {
  column-gap: 1rem;            /* gap between columns */
  /* default for large screens */
  column-count: 4;
  /* smooth appearing */
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}

/* Each tile should avoid being split across columns */
.tile {
 display: flex;               /* use flexbox */
  flex-direction: column;      /* stack content vertically */
  justify-content: flex-end;   /* push image/caption to bottom */
  width: 100%;
  margin: 0 0 1rem;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(17,17,17,0.06);
  transition: transform .28s cubic-bezier(.2,.9,.3,1), box-shadow .28s;
}

/* Tile hover */
.tile:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 14px 36px rgba(17,17,17,0.12);
}

/* Responsive image inside tile */
.tile img {
  display: block;
  width: 100%;
  height: auto;       /* keep natural aspect ratio */
  object-fit: contain; /* optional, ensures it scales without cropping */
  border-radius: 12px;
}

/* Optional caption */
.tile figcaption {
  padding: .5rem .75rem .75rem;
  font-size: .92rem;
  color: #333;
  background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0.95));
}

/* Make the gallery responsive: fewer columns on smaller screens */
@media (max-width: 1100px) {
  .gallery { column-count: 3; }
}
@media (max-width: 800px) {
  .gallery { column-count: 2; column-gap: .75rem; }
  .site-header h1 { font-size: 1.4rem; }
}
@media (max-width: 480px) {
  .gallery { column-count: 1; column-gap: 0; }
  .tile { border-radius: 6px; margin-bottom: .85rem; }
  .site-header { padding-top: 2rem; }
}

/* Accessibility focus */
.tile:focus-within,
.tile:focus {
  outline: 3px solid rgba(59,130,246,0.18);
  outline-offset: 3px;
}
/*------------------Gallery STOPS---------------------*/

/***************************************************************************/
/***************************************************************************/


.manufacturing_details h2{
  color: white;
  letter-spacing: 2px;
  font-size: 1.75rem;
  text-align: left;
  margin: 0 0 3% 0;
  text-align: center;
}
.manufacturing_details p {
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-align: center;
}

/****************************************************************/
/*****************************************************************/

/*--------------------Testimonial starts-----------------------*/

.testimonial-section {
  background: url('images/testimonial_bg.jpg') no-repeat center center/cover;
  margin: 1% 0 0 0;
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: lighter;
  margin: 1% 0 2% 0;
  text-align: center;
  color: white;
  font-weight: lighter;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: auto;
  border-radius: 12px;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.testimonial {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
  border-radius: 12px;
}

/* Image */
.testimonial-img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}

/* Text */
.testimonial-text {
  text-align: left;
  max-width: 500px;
}

.testimonial-text h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
  font-style: normal;
}

.testimonial-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}

.quote {
  font-size: 3rem;
  color: #fff;
  margin-right: 8px;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
}

/* Dots */
.slider-dots {
  text-align: center;
  margin-top: 15px;
}
.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active {
  background: #fff;
}

/*-------------------Testimonial ends-------------------*/

/****************************************************************/
/*****************************************************************/

/*-------------------Precision in Every Stitch-----------------------*/
.precision {
  padding: 2% 0 0 0;
}
.precision h2{
    font-size: 2rem;
    color: #fff;
    letter-spacing: 2px;
    font-weight: lighter;
    margin: 1% 0 3% 0;
    text-align: center;
}
.precision-section {
    position: relative;
    max-width: 700px;
    min-height: 100PX;
    margin: auto;
}
.precision-section p{
  color: #ddd;
  font-size: 0.8rem;
  line-height: 1.4;
}

.precision-section h4{
  font-size: 7.2rem;
  font-weight: 700;
  color:#f8da46; /* Bright yellow */
  line-height: 1;
}
.precision-section h5{
  font-size: 1.8rem;
  color: white; /* Bright yellow */
  line-height: 1;
}
.stitching_content{
  padding: 2% 0 0 2%;
}

.stitch_divider{
   background-color: white;
   height: 1px;
   margin: 2% 0 3% 0;
}


/*------------------Wholesale About Details STARTS---------------------*/
.wholesaler_section {
    position: relative;
    max-width: 700px;
    min-height: 100PX;
    margin: auto;
}


.wholesale_about{
  margin: 2% 0 3% 0;
}
.wholesale_about h2{
  font-size: 2rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  margin: 1% 0 2% 0;
  text-align: left;
  line-height: 3rem;
}
.wholesale_about p{
  font-size: 0.8rem;
  color: #fff;
  text-align: left;
  font-weight: lighter;
}
/*------------------Wholesale About Details STOPS---------------------*/

/************************************************************************/
/************************************************************************/

/*------------------Wholesale Choose Us STARTS---------------------*/

.wholesale_choose-us{
  background: url('images/wholesale_about-bg.jpg') no-repeat center center/cover;
  padding: 0 0 2% 0 ;
}

.choose-us_right{
  margin: 4% 0 0 0;
}
.choose-us_left{
  margin: 4% 0 0 0;
}
/* .choose-section{
  position: relative;
    max-width: 700px;
    margin: auto;
} */
.choose-image_l{
  float: left;
  padding: 1% 0 0 0;
}

.choose-us_left h3{
  font-size: 1.7rem;
  color: #fff;
  text-align: right;
  font-weight: bold;
}
.choose-us_left h4{
  font-size: 3rem;
  color: #fff;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}
.choose-us_left p{
  font-size: 0.8rem;
  color: #fff;
  text-align: right;
  font-weight: lighter;
}

.choose-us_right h3{
  font-size: 1.7rem;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.choose-us_right h4{
  font-size: 3rem;
  color: #fff;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
}
.choose-us_right p{
  font-size: 0.8rem;
  color: #fff;
  text-align: left;
  font-weight: lighter;
}
.choose-image{
  width: 50%;
  min-height: 100px;
  float: right;
  padding: 1% 0 0 0;
}

.why-choose-us h2 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

.image-box {
  position: relative;
}

.image-box img {
  border-radius: 15px;
  transition: transform 0.4s ease;
}

.image-box img:hover {
  transform: scale(1.03);
}


.title {
  font-weight: 700;
  margin: 15px 0;
  font-size: 1.5rem;
}

p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive alignment for smaller screens */
@media (max-width: 768px) {
  .number {
    font-size: 1.6rem;
  }
  .title {
    font-size: 1.3rem;
  }
  .why-choose-us .row {
    text-align: center;
  }
}
/*------------------Wholesale Choose Us STOPS---------------------*/

/**********************************************************************/
/*********************************************************************/

/*----------------Wholesale Timeline STARTS----------------------*/

/* Timeline Container starts */
.wholesale_timeline-section{
  padding: 10px 0 20px 0;
  margin: 10px 0 0 0;
}

h2{
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  margin: 1% 0 2% 0;
  text-align: center;
  text-transform: uppercase;
}
.crafted{
 color: white;
  font-size: 0.8rem;

}
/* Heading */
.timeline-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
}

/* Timeline wrapper */
.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

/* Divider line */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

/* Timeline container */
.timeline-container {
 position: relative;
  width: 50%;
  padding: 0px 20px;
  box-sizing: border-box;
}

.timeline-container.left {
 left: 0;
  text-align: right;
}

.timeline-container.right {
  left: 50%;
  text-align: left;
}

/* Circle markers */
.timeline-container::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 3px solid #000;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-container.left::before {
  right: -9px;
}

.timeline-container.right::before {
  left: -9px;
}


/*----------------Wholesale Timeline STOPS----------------------*/

/**********************************************************************/
/**********************************************************************/

/*-----------------Retailer About STARTS-------------------------*/

.retailer_section {
    position: relative;
    max-width: 700px;
    min-height: 100PX;
    margin: auto;
}

.retailer_section h2 {
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 2px;
    font-weight: lighter;
    margin: 20% 0 3% 0;
    text-align: left;
    line-height: 1.2;
}
.retailer_section p{
  color: #ddd;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 45% 0 3% 0;
}

/*-----------------Retailer About STOPS-------------------------*/

/**********************************************************************/
/**********************************************************************/

/*----------------Retailer Timeline STARTS----------------------*/

/* Timeline Container starts */
.retailer_timeline-section{
  padding: 10px 0 20px 0;
  margin: 10px 0 0 0;
  background: url('images/retailer_bg.jpg') no-repeat center center/cover;
}

h2{
  font-size: 2rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  margin: 1% 0 2% 0;
  text-align: center;
}
.crafted{
 color: white;
  font-size: 0.8rem;

}
/* Heading */
.timeline-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
}

/* Timeline wrapper */
.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

/* Divider line */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

/* Timeline container */
.timeline-container {
 position: relative;
  width: 50%;
  padding: 0px 20px;
  box-sizing: border-box;
}

.timeline-container.left {
 left: 0;
  text-align: right;
}

.timeline-container.right {
  left: 50%;
  text-align: left;
}

/* Circle markers */
.timeline-container::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 3px solid #000;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-container.left::before {
  right: -9px;
}

.timeline-container.right::before {
  left: -9px;
}


/*----------------Retailer Timeline STOPS----------------------*/

/*----------------LOVED SECTION START-----------------------------------*/


/* ---------- SECTION ---------- */
.loved-tees {
  max-width: 800px;
  margin: 2% auto;
  text-align: center;
}

/* ---------- TITLE ---------- */
.section-title {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 2%;
}

/* ---------- CONTAINER ---------- */
.tees-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  justify-items: center;
}

/* ---------- CARD ---------- */
.tee-card {
  background: #111;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 1% 0 1%;
}
.favourite_tshirt{
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.tee-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
}

.loved_image{
  margin: 5% 0 5% 0 ;
}

.tee-card h3{
  margin: 7% 0 5% 0 !important;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 1% 0 2% 0;
  text-align: left;
}
.tee-card h3 span{
  font-weight: lighter;
}
.tee-card p{
  font-size: 0.8rem;
  color: #fff;
  text-align: left;
  font-weight: lighter;
}

.btn {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #fff;
  color: #111;
}
/*--------------------------KIDDO CLOSET PAGE STARTS--------------------------*/
.kiddo_closet_main{
  margin: 6% 0 0 0;
}
.romper_heading{
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  margin: 1% 0 1% 0;
  text-align: center;
  text-transform: uppercase;
}
.kiddo_closet{
   margin: 6% 0 0 0;
}
.kiddo_closet-right{
  margin: 6% 0 0 0;
}
.kiddo_closet h2{
  font-size: 2rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: lighter;
  margin: 3% 0 3% 0;
  text-align: left;
  text-transform: uppercase;
}

.kiddo_closet_main h3{
  padding: 11% 0 0 0;
  font-size: 1.7rem;
  color: #fff;
  text-align: right;
  font-weight: lighter;
}
.kiddo_closet_main p{
  font-size: 0.9rem;
  color: #fff;
  text-align: left;
  font-weight: lighter;
}

.kiddo_closet p{
  font-size: 0.9rem;
  color: #fff;
  text-align: right;
  font-weight: lighter;
}
.kiddo_closet-right p{
  font-size: 0.9rem;
  color: #fff;
  text-align: left;
  font-weight: lighter;
}
.kiddo_closet h3{
  padding: 11% 0 0 0;
  font-size: 1.7rem;
  color: #fff;
  text-align: right;
  font-weight: lighter;
}
.kiddo_closet-right h3{
  padding: 11% 0 0 0;
  font-size: 1.7rem;
  color: #fff;
  text-align: left;
  font-weight: lighter;
}
.kiddo_button{
  font-size: 0.8rem;
  padding: 2% 4% 2% 4%;
  border: 1px solid yellow;
  background-color: transparent;
  text-transform: uppercase;
  text-align:left;
  margin: 0 0 0 44%;
}
.kiddo_button a{
color: yellow;
text-decoration: none;
}
.kiddo_button-right{
   font-size: 0.8rem;
  color: yellow;
  padding: 2% 4% 2% 4%;
  border: 1px solid yellow;
  background-color: transparent;
  text-transform: uppercase;
  text-align:left;
  margin: 0 44% 0 0;
}
.kiddo_button-right a{
color: yellow;
text-decoration: none;
}
/*--------------------------KIDDO CLOSET PAGE STOP--------------------------*/
/****************************************************************************/
/****************************************************************************/

/*--------------------------KIDDO ROMPERS STARTS--------------------------------*/
.kiddo_romper{
  margin: 2% 0 0 0;
  min-height: 400px;
}
.rompers_section{
   margin: 2% 0 0 0;
}

/* --- Product Grid Styles --- */
.product-grid {
    display: grid;
    /* Creates a 3-column grid that stacks on smaller screens */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.product-card {
    background-color: var(--color-bg-card);
    padding: 25px;
    border-radius: 20px;
    text-align: left;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image-placeholder {
    height: 250px;
    background-color: var(--color-accent);
    margin-bottom: 20px;
    width: 100%;
}

.product-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 9px;
    letter-spacing: 0.5px;
}

.product-desc {
    color: var(--color-text-secondary);
    font-size: 0.8rem;
    margin-bottom: 9px;
    line-height: 1.4;
}

.product-price {
    font-size: 2.00rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--color-text-primary);
}

.btn-explore {
    background: transparent;
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    padding: 6px 16px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-explore:hover {
    background-color: var(--color-accent);
    color: var(--color-bg-main);
}

/*--------------------------KIDDO ROMPERS STOPS--------------------------------*/


/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .loved-tees {
    padding: 1rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .tee-content {
    padding: 1.5rem;
  }

  .tee-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .section-title::before,
  .section-title::after {
    display: none;
  }

  .tee-card {
    max-width: 100%;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}


/*----------------LOVED SECTION STOPS-----------------------------------*/

/*----------------------------------PRODUCT PAGE STARTS-------------------------------------------*/
.product_card{
  background: #111;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(31, 31, 31, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 5% 1% 5% 1%;
  padding: 0 0 3% 0;
}
.product_image{
  width: 87%;
  margin: 0 auto 0 auto;
  padding: 7% 0 0 0;
}
/* 🔥 Hover effect on card */
.product_card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.15);
}

.product-body h4{
  margin: 2% 0 2% 0 !important;
  font-size: 1rem;
  color: yellow;
  letter-spacing: 1px;
  font-weight:lighter;
  margin: 4% 0 4% 0 !important;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5; /* 1.5 times the font size */
}

.product-body p{
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight:bold;
  margin: 0% 0 3% 0 !important;
  text-align: center;
  line-height: 1.5; /* 1.5 times the font size */
}

.product_button{
  background-color: transparent;
  margin: 1% 2% 3% 2%;
  border: 1px solid yellow;
  font-size: 0.8rem;
  padding: 2% 4% 2% 4%;
  font-weight: lighter;
  text-align: center;
  color: yellow;
  text-decoration: none;
}
.product_button:hover {
  background-color: yellow;
  color: #111;
  transform: scale(1.08);
}
/*----------------------------------PRODUCT PAGE STARTS-------------------------------------------*/

/**********************************************************************/
/**********************************************************************/
/*---------------------------------ONE PRODUCT DETAILS STARTS---------------------------------------------*/

.product-section {
  margin: 2% 0 4% 0;
}

/* ---------- IMAGE GALLERY ---------- */
.image-gallery {
  display: flex;
  align-items: center;
  gap: 20px;
}

.thumbnail-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  margin: 0 3% 0 0;
}

.thumb {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
  object-fit: cover;
  margin-bottom: 9%;
}

.thumb.active, .thumb:hover {
  opacity: 1;
  border: 2px solid yellow;
}

.main-image-container {
  text-align: center;
}

.main-img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  cursor: pointer;
  /* transition: transform 0.3s ease; */
}

/* .main-img:hover {
  transform: scale(1.05);
} */

/* ---------- PRODUCT INFO ---------- */
.product-info {
  background: #181818;
  padding: 3% 4% 3% 4%;
  border-radius: 25px;
  width: 100%;
  height: 485px;
  overflow-y: auto;
  scrollbar-color: grey black;
  scrollbar-width: thin;
}

.product-info h2 {
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-align: left;
}
.tshirt_variety{
  font-size: 1rem;
  letter-spacing: 1px;
  color: #c2c2c2;
}
.type {
  color: #aaa;
  margin: 5px 0;
}
.tshirt_details{
  color: #fff;
  font-size: 0.8rem;
}
.tshirt_price{
  color: #fff;
  font-size: 1.1rem;
  font-weight: lighter;
}
.main_price{
  color: yellow;
  font-size: 1.3rem;
}
h3 {
  color: yellow;
  margin: 2% 0 2% 0;
}

.options label {
  display: block;
  margin-top: 10px;
}

.sizes span, .colors span {
  display: inline-block;
  border: 1px solid white;
  margin: 6px 5px;
  padding: 4px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.sizes span.active, .colors span.active {
  background: yellow;
  color: #000;
}

#orderForm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 3%;
}

#orderForm input {
  padding: 1% 1% 1% 2%;
  border: 1px solid #333;
  background: #111;
  color: #fff;
}

.whatsapp-btn {
  color: white;
  border: 1px solid white;
  padding: 1% 1% 1% 1%;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.3s;
}

.whatsapp-btn:hover {
  border-color: yellow;
  color: yellow;
}

/* ---------- ZOOM MODAL ---------- */
.image-zoom-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.image-zoom-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.image-zoom-modal.active {
  display: flex;
}



/*---------------------------------ONE PRODUCT DETAI ENDS---------------------------------------------*/

/**********************************************************************/
/**********************************************************************/

/*------------------Footer STARTS---------------------*/

.footer {
  background: url('images/footer_bg.jpg') no-repeat center center/cover;
  padding: 30px 20px 30px;
  position: relative;
  z-index: 1;
  margin: 3% 0 0 0;
}
.social-row{
  border-top: 1px solid white;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.container {
  max-width: 1200px;
  margin: 0 auto 0 auto
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col {
  flex: 1;
  min-width: 280px;
  margin: 10px;
}
/*-----------------Left Column----------------*/
.left h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.left h2 span {
  color: #fff;
}

.sub-text {
  margin: 15px 0;
  font-size: 0.9rem;
  font-weight: lighter;
  color: white;
}

.contact-info p {
  margin: 8px 0;
  font-size: 0.8rem;
  color: white;
  letter-spacing: 1px;
  text-align: left;
  font-weight: lighter;
}

.contact-info i {
  color: #FFD700;
  margin-right: 8px;
}
/*-------Right Column--------*/
.right {
  text-align: right;
}
.footer_right{
  color: white;
}
.right p {
  margin: 5% 0 5% 0;
  font-size: 0.9rem;
}

.crafted {
  font-size: 0.85rem;
  font-weight: lighter;
}

.heart {
  color: red;
}

/*-----------Divider---------------*/
hr {
  border: 0.5px solid #fff;
  margin: 20px 0;
  opacity: 0.4;
}


/*----------Social Icons-------------*/
.social-icons {
  text-align: center;
}

.social-icons a {
  color: #fff;
  margin: 0 12px;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #FFD700;
}
/*------------------Footer STOPS---------------------*/
/* Video */

.video-section{
    display:flex;
    justify-content:center;
    align-items:center;
}

.video-container{
    width:100%;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.18);
}

.video-container video{
    width:100%;
    display:block;
    object-fit:cover;
    border-radius:20px;
}

/* Extra small devices (phones, 0px – 575px) */
@media (max-width: 575.98px) {
  body {  
  }
  .header-content {
    padding: 7% 8% 7% 8%;
}
  .header-content .logo-img {
    max-width: 180px;
  }
  .header-content .tagline {
    font-size: 13px;
    letter-spacing: 9px;
  }
  .category-menu {
    font-size: 12px;
    padding: 8px;
  }
  .top-bar {
    flex-direction: column;
    text-align: center;
    font-size: 12px;
  }
  .top-bar .social-icons {
    margin-top: 5px;
  }
.team-details .title{
    font-size: 1.8rem;
    margin: 6% 0 4% 0;
    text-align: center;
}

.team-details p {
  font-size: 0.7rem;
  text-align: center;
}
.glass-card h4 {
  font-size: 1.3rem;
}
.glass-card h4 span {
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.timline_content{
  font-size: 0.7rem;
}
.left h2 {
    font-size: 1.5rem;
    text-align: center;
}
.sub-text {
    margin: 10px 0;
    font-size: 0.8rem;
    text-align: center;
}
.contact-info p{
    font-size: 0.7rem;
    text-align: center;
}
.footer_right{
  text-align: center;
}
.crafted{
  text-align: center;
}
.right p {
  margin: 1% 0 1% 0;
}
.gallery_title {
    margin: 6% 0 3% 0;
    font-size: 1.8rem;
}
.gallery_content{
  font-size: 0.7rem;
}
.precision-section h5{
  font-size: 1.5rem;
}
.product-info{
  margin: 4% 0 0 0;
}
}
/* Small devices (landscape phones, 576px – 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  body {
  }
  .header-content {
    padding: 7% 8% 7% 8%;
}
  .timeline::after {
    left: 20px;
  }
  .timeline-container {
    width: 100%;
    padding-left: 50px;
    text-align: left !important;
  }
  .timeline-container.right {
    left: 0;
  }
  .timeline-container::before {
    left: 10px;
  }
  .glass-card {
    max-width: 100%;
  }
  .team-details .title{
    font-size: 1.8rem;
    margin: 6% 0 4% 0;
    text-align: center;
}
  .team-details p {
  font-size: 0.8rem;
}
.glass-card h4 {
  font-size: 1.3rem;
}
.glass-card h4 span {
  font-size: 0.8rem;
  letter-spacing: 3px;
}
.timline_content{
  font-size: 0.7rem;
}
.left h2 {
    font-size: 1.5rem;
    text-align: center;
}
.sub-text {
    margin: 10px 0;
    font-size: 0.8rem;
    text-align: center;
}
.contact-info p{
    font-size: 0.7rem;
    text-align: center;
}
.gallery_title {
    margin: 6% 0 3% 0;
    font-size: 1.8rem;
}
.gallery_content{
  font-size: 0.7rem;
}
.precision-section h5{
  font-size: 1.5rem;
}
}

/* Medium devices (tablets, 768px – 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  
 
 .team-details p {
  font-size: 0.8rem;
}
}

/* Large devices (desktops, 992px – 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  
}

/* Extra large devices (1200px and up) */
@media (min-width: 1200px) {
  
}



/* Glass Card */
.glass-card {
    width: 100%;
    min-height: 200px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    margin: 0 0 2% 0;
}

/* Hover Effect */
.glass-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

/* Icon */
.icon {
    font-size: 50px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.glass-card:hover .icon {
    transform: scale(1.2) rotate(8deg);
}

/* Text */
.glass-card h5 {font-size: 1.1rem;
    color: yellow;
    letter-spacing: 1px;
    font-weight: lighter;
    margin: 4% 0 4% 0 !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
}

/* Mobile Optimization */
@media (max-width: 576px) {
    .glass-card {
        padding: 20px;
        min-height: 150px;
    }

    .icon {
        font-size: 35px;
    }

    h5 {
        font-size: 16px;
    }
}
