
/* 📱 Mobile View (0px – 766px) */
@media (max-width: 766px) {
    .gvethth {
        margin-bottom: -138px !important;  /* mobile ke liye jo chahen */
    }
}

/* 💻 Desktop View (767px aur upar) */
@media (min-width: 767px) {
    .gvethth {
        margin-bottom: -168px !important;
    }
}


.jejei{
    margin-top: 110px !important;
    padding-top: 30px !important;
}

@media (min-width: 767px) {
    .jejei{
    margin-top: 48px !important;
    padding-top: 3px !important;
}

}

.sld_image {
   
    display: grid !important;
}


/* ===== Scoped only to breadcrumb section ===== */
.bc-hero{
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #fff;
}

/* Center content */
.bc-hero__content{
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 10px 16px;
}
.bc-hero__content h1{
  margin: 0 0 10px 0;
  font-size: 56px;
  font-weight: 500;
  color: #111;
  line-height: 1.05;
}
.bc-hero__content p{
  margin: 0;
  font-size: 18px;
  color: #444;
}

/* Waves wrapper */
.bc-waves{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}

/* Individual wave svg */
.bc-wave{
  position:absolute;
  left:-10%;
  width:120%;
  height:auto;
  filter: blur(10px);           /* ✅ light blur */
  opacity: .55;                 /* ✅ very soft */
  transform-origin: center;
}

/* Light pastel colors */
.bc-wave--1 path{ fill: rgba(255, 180, 190, 0.45); }
.bc-wave--2 path{ fill: rgba(255, 200, 210, 0.35); }
.bc-wave--3 path{ fill: rgba(255, 190, 200, 0.30); }

/* Positions */
.bc-wave--1{ top:-40px; }
.bc-wave--2{ top:-10px; }
.bc-wave--3{ bottom:-70px; }

/* ✅ Smooth wave motion (left-right + slight up-down) */
.bc-wave--1{ animation: bcMove1 10s linear infinite; }
.bc-wave--2{ animation: bcMove2 13s linear infinite; }
.bc-wave--3{ animation: bcMove3 16s linear infinite; }

@keyframes bcMove1{
  0%   { transform: translateX(0) translateY(0); }
  50%  { transform: translateX(-6%) translateY(8px); }
  100% { transform: translateX(0) translateY(0); }
}
@keyframes bcMove2{
  0%   { transform: translateX(-4%) translateY(0); }
  50%  { transform: translateX(4%) translateY(10px); }
  100% { transform: translateX(-4%) translateY(0); }
}
@keyframes bcMove3{
  0%   { transform: translateX(0) translateY(0); }
  50%  { transform: translateX(6%) translateY(-8px); }
  100% { transform: translateX(0) translateY(0); }
}

/* Responsive */
@media (max-width: 767px){
  .bc-hero{ height: 150px; }
  .bc-hero__content h1{ font-size: 34px; }
  .bc-hero__content p{ font-size: 14px; }
  .bc-wave{ filter: blur(8px); opacity: .50; }
}





.tf-grid-layout.tf-col-3 {
    grid-template-columns: repeat(3, 1fr) !important;
} 

@media (max-width: 767px){
    .tf-grid-layout.tf-col-3 {
    grid-template-columns: repeat(2, 1fr) !important;
} 
    
}


.box-nav-menu {
   
    gap: 20px !important;
}


 .mega-menu .menu-heading{
  font-weight: 700;
  margin-bottom: 14px;
}

.mega-menu .sub-menu_list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu .sub-menu_list li{
  line-height: 1.2;
}

.mega-menu .sub-menu_link{
  color: #444;
  font-size: 14px;
}

.mega-menu .sub-menu_link:hover{
  color: #000;
}


 

.erghtuss{
    height: 530px !important;
}


@media (max-width: 767px) {
    .erghtuss {
        height: 470px !important;
    }
}



/* ====== FOOTER SCOPE ONLY ====== */
.footer-ecomus {
  --bg: #0b0b0b;
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.65);
  --muted2: rgba(255,255,255,.50);
  --line: rgba(255,255,255,.10);
  --chip: rgba(255,255,255,.07);
  --chip2: rgba(255,255,255,.10);

  background: var(--bg);
  color: var(--text);
  position: relative;
  padding: 70px 0 0;
  font-family: inherit;
}

.footer-ecomus a { color: inherit; text-decoration: none; }
.footer-ecomus a:hover { opacity: .9; }

.footer-ecomus .f-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 18px;
}

.footer-ecomus .f-grid {
  display: grid;
  grid-template-columns: 1.25fr .7fr .7fr 1.15fr;
  gap: 60px;
  align-items: start;
}

/* Headings */
.footer-ecomus .f-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 22px;
  letter-spacing: .2px;
}

/* Left block */
.footer-ecomus .f-brand {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: .5px;
  margin: 0 0 18px;
  line-height: 1;
}
.footer-ecomus .f-meta {
  color: var(--muted);
  line-height: 1.9;
  font-size: 16px;
}
.footer-ecomus .f-meta b {
  color: var(--text);
  font-weight: 600;
}
.footer-ecomus .f-linkrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--text);
  font-weight: 600;
}
.footer-ecomus .f-linkrow .arrow {
  display: inline-block;
  transform: translateY(-1px);
  opacity: .9;
}

/* Social icons */
.footer-ecomus .f-social {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}
.footer-ecomus .f-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  transition: .2s ease;
}
.footer-ecomus .f-social a:hover { border-color: rgba(255,255,255,.25); transform: translateY(-1px); }
.footer-ecomus .f-social i { font-size: 18px; }

/* Lists */
.footer-ecomus .f-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-ecomus .f-list li { margin: 12px 0; }
.footer-ecomus .f-list a { color: var(--muted); font-size: 16px; }
.footer-ecomus .f-list a:hover { color: var(--text); }

/* Newsletter */
.footer-ecomus .f-desc { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0 0 18px; }

.footer-ecomus .f-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  background: var(--chip);
  border: 1px solid var(--line);
  padding: 10px;
  border-radius: 8px;
  max-width: 520px;
}
.footer-ecomus .f-form input {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 16px;
  padding: 14px 14px;
}
.footer-ecomus .f-form input::placeholder { color: rgba(255,255,255,.55); }
.footer-ecomus .f-form button {
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 14px 18px;
  border-radius: 6px;
  background: #ffffff;
  color: #111;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.footer-ecomus .f-form button:hover { filter: brightness(.96); }

.footer-ecomus .f-minirow {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  color: var(--muted);
}
.footer-ecomus .f-minirow .mini {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-weight: 600;
}
.footer-ecomus .f-minirow select {
  background: transparent;
  color: var(--text);
  border: 0;
  outline: 0;
  font-weight: 700;
  cursor: pointer;
}
.footer-ecomus .f-minirow option { color: #111; }

/* Divider + bottom bar */
.footer-ecomus .f-divider {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.footer-ecomus .f-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 28px;
}
.footer-ecomus .f-copy { color: var(--muted2); font-size: 15px; }

.footer-ecomus .f-pay {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-ecomus .f-pay img {
  height: 26px;
  width: auto;
  background: #fff;
  border-radius: 6px;
  padding: 6px 10px;
}

/* Back-to-top */
.footer-ecomus .f-top {
  position: absolute;
  right: 26px;
  bottom: 96px;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid var(--line);
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.footer-ecomus .f-top:hover { filter: brightness(.96); }

/* Responsive */
@media (max-width: 1100px) {
  .footer-ecomus .f-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .footer-ecomus { padding-top: 50px; }
  .footer-ecomus .f-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-ecomus .f-brand { font-size: 40px; }
  .footer-ecomus .f-bottom { flex-direction: column; align-items: flex-start; }
  .footer-ecomus .f-top { right: 16px; bottom: 120px; }
}



 .dhvb1{
        height: auto;
    }
    
    @media (max-width: 767px) { 
        
        .dhvb1{
        height: 120px !important;
    }
    }
    
    
    
        .flat-spacing {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
   
}

.fgrtfgh{
    height: 384px !important;
}


@media (max-width: 767px) {
    .fgrtfgh {
        height: 340px !important;
    }
}


     .cvbcbnvbn{
         height: 300px;
     }
     
      @media (max-width: 767px) {
          
           .cvbcbnvbn{
         height: 220px;
     }
     
      }
     
     @media (max-width: 767px) {
    .box-image_v02 .box-image_img img {
        min-height: 220px !important;
    }
}



/* LEFT banner full height fill - NO bottom gap */
.col-lg-4.d-none.d-lg-block{
  display:flex;
}
.banner-image-text.type-abs.style-6{
  height:100%;
  width:100%;
}
.banner-image-text.type-abs.style-6 .bn-image.img-style{
  display:block;
  height:100%;
  width:100%;
}
.banner-image-text.type-abs.style-6 .bn-image.img-style img{
  width:100%;
  height:100%;
  object-fit:cover !important;   /* gap nahi, full fill */
  object-position:center;
  display:block;
}


    .yoyoyuiy {
        
        height: 208px !important;
    }
    
    
    .testimonial-v01 .tes_author {
 
     margin-bottom: 0px !important; 
}


@media (min-width: 1200px) {
    .testimonial-v01.style-2 .tes_author, .testimonial-v01.style-2 .tes_text {
         margin-bottom: 0px !important; 
    }
}






/* =========================
   SECTION ONLY CSS
========================= */

.perfume-section{
    width:100%;
    background:#f4f4f4;
    padding:35px 60px 20px;
    font-family:'Oswald', sans-serif;
}

.perfume-section *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* HEADING */

.perfume-heading{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    margin-bottom:30px;
}

.perfume-heading h2{
    font-size:30px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:.5px;
    cursor:pointer;
    transition:.3s;
}

.perfume-heading .active{
    color:#d4001a;
}

.perfume-heading .divider{
    font-size:28px;
    font-weight:300;
    color:#000;
}

/* TABS */

.tab-content{
    display:none;
}

.tab-content.active{
    display:grid;
}

/* GRID */

.perfume-grid{
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

/* CARD */

.perfume-card{
    width:100%;
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
}

/* IMAGE BOX */

.perfume-image{
    position:relative;
    background:#ebe8e5;
    overflow:hidden;
}

.perfume-image img{
    width:100%;
    display:block;
    object-fit:cover;
}

/* TOP TAG */

.best-tag{
    position:absolute;
    top:12px;
    left:12px;
    background:#fff;
    color:#000;
    font-size:12px;
    font-weight:500;
    text-transform:uppercase;
    padding:4px 10px;
    z-index:10;
}

/* RATING */

.rating-box{
    position:absolute;
    left:10px;
    bottom:10px;
    background:#fff;
    padding:7px 12px;
    display:flex;
    align-items:center;
    gap:6px;
    font-size:14px;
    font-weight:500;
}

.rating-box span{
    color:#d4001a;
    font-size:15px;
}

/* CONTENT */

.perfume-content{
    padding-top:16px;
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

/* CATEGORY */

.product-category{
    font-size:14px;
    color:#666;
    text-transform:uppercase;
    font-weight:400;
    line-height:1.2;
}

/* TITLE */

.product-title{
    font-size:20px;
    line-height:1.25;
    font-weight:500;
    text-transform:uppercase;
    color:#111;
    margin-top:3px;
}

/* PRICE */

.price-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-top:8px;
}

.new-price{
    font-size:22px;
    font-weight:600;
    color:#111;
}

.old-price{
    font-size:16px;
    color:#8c8c8c;
    text-decoration:line-through;
    font-weight:300;
}

.discount{
    color:#e0001b;
    font-size:16px;
    font-weight:300;
}

/* TAGS */

.product-tags{
    margin-top:15px;
    flex-grow:1;
}

.product-tags span{
    background:#eceaea;
    padding:10px 14px;
    font-size:13px;
    color:#222;
    font-weight:300;
}

/* BUTTON */
.cart-btn{
    width:100%;
    height:52px;
    border:none;
    background:#e1001a;
    color:#fff;
    font-family:'Oswald', sans-serif;
    font-size:18px;
    text-transform:uppercase;
    font-weight:500;
    margin-top:auto; /* IMPORTANT */
    cursor:pointer;
    transition:.3s;
}

.cart-btn:hover{
    background:#c50017;
}

/* RESPONSIVE */

@media(max-width:1200px){

    .perfume-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .perfume-section{
        padding:25px 15px;
    }

    .perfume-grid{
        grid-template-columns:1fr;
    }

    .perfume-heading h2{
        font-size:24px;
    }

}
