* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   -webkit-tap-highlight-color: transparent; /*Stops default flash*/
}

/*Stops default flash*/
/* সব elements এর tap highlight বন্ধ */
/* {-webkit-tap-highlight-color: transparent;}*/

/* button, link click flash বন্ধ */
button,
a,
input,
textarea,
select {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* active/focus state remove */
button:focus,
button:active,
a:focus,
a:active {
  outline: none;
  box-shadow: none;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #0a0a0a;
  color: #eee;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==================== HEADER ==================== */
.header {
  position: fixed; /* Desktop default */
  top: 0;
  width: 100%;
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(12px);
  z-index: 1000;
  padding: 16px 0;
  border-bottom: 1px solid #222;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Brand Link - No Underline */
.brand-link {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #ffffff;
  gap: 15px;
}

.brand-link:hover {
  text-decoration: none !important;
}

.logo img {
  height: 48px;
  display: block;
}

.brand-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

/* Icon Buttons - Plain White, No Background */
.icon-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.35rem;
  cursor: pointer;
  padding: 5px;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  position: relative;
}

.icon-btn:hover {
  opacity: 0.7;
}

.cart-count {
  position: absolute;
  top: -2px;
  right: -5px;
  background: #e11d48;
  color: white;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Search Slide Animation */
.search-wrapper {
  overflow: hidden;
  max-width: 0;
  transition: max-width 0.4s ease-in-out;
}

.search-wrapper.active {
  max-width: 250px;
}

.search-input {
  background: #1a1a1a;
  border: 1px solid #333;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  outline: none;
  margin-right: 10px;
}

/* Dropdown Menus */
.dropdown-wrapper {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #1a1a1a;
  border: 1px solid #333;
  min-width: 180px;
  display: none;
  flex-direction: column;
  z-index: 1100;
  margin-top: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.dropdown-menu.show {
  display: flex;
}

.dropdown-menu a, .empty-cart-text {
  padding: 12px 20px;
  text-decoration: none;
  color: #ddd;
  font-size: 0.9rem;
}

.dropdown-menu a:hover {
  background: #222;
  color: white;
}

.empty-cart-text {
  color: #777;
  text-align: center;
}

/* ==================== RESPONSIVE (MOBILE) ==================== */
@media (max-width: 768px) {
  .header {
     /* মোবাইলে আর স্টিকি থাকবে না */
	 position: relative;
    padding: 8px 0;
  }

  .header-content {
    flex-direction: column; /* লোগো উপরে, আইকন নিচে */
    gap: 15px;
  }

  .brand-name {
    font-size: 1.4rem;
  }

  .header-right {
	position: sticky;
    width: 100%;
    justify-content: center; /* আইকনগুলো সেন্টারে থাকবে */
    gap: 10px;
  }
  
  .search-wrapper.active {
    max-width: 200px;
  }
}


.shop-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ffffff; /* সাদা বাটন */
    color: #333333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.shop-btn:hover {
    background-color: #f0f0f0; /* হোভার ইফেক্ট */
}







/* ==================== HERO & SECTIONS ==================== */

/* Hero Section Styles */
.hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    height: 100vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    transition: background-image 0.3s ease-in-out; /* ইমেজ পরিবর্তনের সময় স্মুথ ট্রানজিশন */
}

/* ==================== MOBILE VERSION (Max-width: 768px) ==================== */
/*mobile*/
@media only screen and (max-width:600px) {
    .hero-image {
        /* মোবাইলের জন্য আলাদা ইমেজ পাথ */
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                          url('/ui-image/dessbossa-megamall-hero-img-mobile-2.jpg');
        
        /* মোবাইলে ইমেজের পজিশন চাইলে কিছুটা অ্যাডজাস্ট করতে পারেন */
        background-position: center center;
        height: 80vh; /* মোবাইলে উচ্চতা কিছুটা কমিয়ে দিলে ইউজার এক্সপেরিয়েন্স ভালো হয় */
    }
}


/*tablet*/
@media only screen and (max-width:992px) and (min-width:601px) {
.hero-image {
        /* মোবাইলের জন্য আলাদা ইমেজ পাথ */
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                      url('/ui-image/dessbossa-megamall-hero-img-tablet-1.jpg');
    }
}


/*desktop*/
@media only screen and (min-width:993px) {
.hero-image {
        /* মোবাইলের জন্য আলাদা ইমেজ পাথ */
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                      url('/ui-image/dessbossa-megamall-hero-img-desktop-1.jpg');
    }
}

.hero-content h1 {
    font-size: 3rem; /* ফন্ট সাইজ বড় করা */
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif; /* লাক্সারি লুকের জন্য */
}

.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    max-width: 600px; /* লেখা এক লাইনে অনেক লম্বা না হওয়ার জন্য */
    margin-left: auto;
    margin-right: auto;
}














.section { padding: 80px 0; }
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
/* .category-card img { width: 100%; height: 400px; object-fit: cover; }
 */

/* Section Title */
.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

/* Product Card */
.product-card {
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.product-img {
  overflow: hidden;
  border-radius: 10px;
}

.product-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.4s;
}

/* Hover Effect */
.product-card:hover img {
  transform: scale(1.08);
}

.product-card h4 {
  margin-top: 12px;
  font-size: 16px;
  color: #111;
}

.price {
  color: #777;
  margin-top: 5px;
  font-size: 14px;
}

/* Category Cards */
.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.category-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: 0.5s;
}

/* Overlay */
.category-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.category-card h3 {
  color: #fff;
  font-size: 20px;
}

/* Hover */
.category-card:hover img {
  transform: scale(1.1);
}



/*our story*/
.story-title{
	border-bottom:2px solid #fff;
	margin-bottom:6px;
	margin-bottom:16px;
	
}

.story-content p {
  text-align: justify;
}

.brand-story-box{
	border:1px solid #fff;
  border-radius:12px;
  padding-top: 20px;
  padding-bottom: 20px;
	
}
  


/*Terms & Conditions*/
.terms-section {
  padding: 60px 5%;
  background: #ffffff;
}

.terms-content {
  max-width: 900px;
  margin: auto;
}

.terms-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #111;
}

.terms-content h4 {
  margin-top: 25px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #222;
}

.terms-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  text-align: justify;
}

.terms-note {
  margin-top: 25px;
  font-weight: 500;
  color: #000;
}








/*general*/
/* Section Container */
.info-sections {
  display: flex;
  gap: 30px;
  padding: 60px 5%;
  background: #f9f9f9;
  flex-wrap: wrap;
}

/* Individual Card */
.info-card {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

/* Hover Effect */
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Titles */
.info-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #111;
}

/* Paragraph */
.info-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* List */
.info-card ul {
  padding-left: 18px;
}

.info-card ul li {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
  line-height: 1.5;
}





/* ==================== FOOTER ==================== */
.footer { background: #050505; padding: 60px 0 30px; border-top: 1px solid #111; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 40px; }
.footer-grid a { display: block; color: #888; text-decoration: none; margin-bottom: 10px; }

.shop-links span {
  display: block;
  cursor: pointer;
  color: #888;
  margin-bottom: 8px;
  transition: 0.3s;
}
.shop-links span:hover {
  color: #fff;
}

.support-links span {
  display: block;
  cursor: pointer;
  color: #888;
  margin-bottom: 8px;
  transition: 0.3s;
}

.support-links span:hover {
  color: #fff;
}

.footer-bottom{margin-top: 20px;}

.payment-info h4 {
  margin-bottom: 10px;
}

.payment-info p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 10px;
}


.social-links {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.social-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.85;
  transition: 0.3s ease;
}

.social-links a:hover {
  opacity: 1;
  transform: translateX(4px);
}

.social-links i {
  font-size: 16px;
}

/* Optional brand hint (still white base) */
.social.facebook i {
  color: #ffffff;
}

.social.youtube i {
  color: #ffffff;
}
