:root{
  /* Colors */
  --clr-bg: #0b0b0f;
  --clr-surface: #0f1114;
  --clr-surface-2:#121318;
  --clr-text: #e9eef6;
  --clr-muted: #a7b0bd;
  --clr-accent: #ff8f1f;
  --clr-accent-2: #ffb84d;
  --clr-success: #1fce7a;
  --clr-danger: #ff4d5a;
  --glass: rgba(255,255,255,0.03);

  /* Spacing */
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;

  /* Radii */
  --radius-s: 8px;
  --radius-m: 12px;
  --radius-l: 18px;

  /* Shadows */
  --shadow-s: 0 6px 18px rgba(2,6,23,0.5);
  --shadow-m: 0 16px 40px rgba(2,6,23,0.6);

  /* Breakpoints */
  --bp-sm: 480px;
  --bp-md: 768px;
  --bp-lg: 1024px;
  --bp-xl: 1280px;

  /* Speed */
  --speed-fast: 300ms;
  --speed: 600ms;
  --speed-long: 20s;
}

/* Fluid type scale */
:root{
  --fs-1: clamp(1rem, 1rem + 1vw, 1.25rem);
  --fs-2: clamp(1.125rem, 1.125rem + 1vw, 1.5rem);
  --fs-3: clamp(1.5rem, 1.5rem + 1.4vw, 2.5rem);
  --fs-4: clamp(2.25rem, 2.25rem + 2.2vw, 3.8rem);
}

/* ---------- Resets & base ---------- */
/* *{box-sizing:border-box}
html,body{height:100%} */
body{
  margin:0;
  font-family:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial;
  background: #0b0b0f;
  color:var(--clr-text);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.45;
  scroll-behavior:smooth;
}

/* Utility */
.container{max-width:1200px;margin:0 auto;padding:0 1rem}
.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}

/* Link */
a{color:inherit}
a.link{color:var(--clr-accent);text-decoration:none}

/*Header 2*/

/* Offer marquee (LTR seamless) */

.offer-marquee {
  display: flex;
  background-color: #000;
  overflow: hidden;
  padding-block: 7px;
  color: #2cff02;
  border-top: 3px solid #ff0600;
  border-bottom: 1px solid #ff0600;
  position: relative;
}

.marquee-track1 {
  display: inline-flex;
  gap: 3rem; /* space between items */
  animation: marquee1 10s linear infinite;
}

.marquee-track1 span {
  font-size: 18px;
  letter-spacing: 1px;
  flex-shrink: 0;
}

/* Animation */
@keyframes marquee1 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}











/* ========== Navbar Base ========== */
.menu-bar {
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: sticky; /* stays on top */
  top: 0;
  z-index: 1000000;
  padding-inline: 40px;
  background-color: #000000;
}

.thirdheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* important for responsiveness */
  padding: 1px 20px;
  gap: 15px;
}

/* ========== Logo ========== */
.thirdheader-logo img {
  width: 150px;
}

/* ========== Navigation ========== */
.menu-nav .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  margin: 0 8px;
  transition: color 0.3s;
  font-size: 20px;
  font-weight: 500;
}

.menu-nav .nav-link:hover {
  color: #ff6600 !important;
}

/* ========== Search Bar ========== */
.thirdheader-search {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.thirdheader-search input{
  padding-left: 50px !important;
}

.thirdheader-search i {
  font-size: 18px;
  color: #666;
  position: absolute;
  padding-left: 10px;
}

.thirdheader-search input {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

.thirdheader-search button {
  padding: 6px 12px;
  border: none;
  background: #ff6600;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.thirdheader-search button:hover {
  background: #e65c00;
}

/* ========== Icons ========== */
.thirdheader-icons {
  display: flex;
  gap: 15px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.thirdheader-icons i:hover {
  color: #ff6600;
}

/* ========== Login + Signup ========== */
.login {
  display: flex;
  gap: 10px;
}

.login button {
  padding: 6px 14px;
  border: 1px solid #ff6600;
  background: transparent;
  color: #ff6600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.login .thirdheader-menu button {
  background: #ff6600;
  color: #fff;
}

.login button:hover {
  background: #ff6600;
  color: #fff;
}


.all-search{
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  gap: 50px;
}


/*BANNER*/

.banner {
  position: relative;
  background-image: url(https://static.wixstatic.com/media/c837a6_977fd116499b43ae8f309afaf18cbade~mv2.jpg/v1/fill/w_1880,h_840,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/c837a6_977fd116499b43ae8f309afaf18cbade~mv2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 90vh;
  background-attachment: fixed;
}
.banner-font h1 {
  color: #000000;
  font-size: 92px;
  padding-left: 25px;
  padding-top: 50px;
}
.banner-font p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding-top: 45px;
  padding-left: 31px;
}
.banner-button button {
  font-size: 14px;
  background-color: #000000;
  color: #ffd904;
  font-weight: 600;
  border-radius: 25px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 40px;
}

.banner-button button:hover {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.banner-cart {
  position: absolute;
  height: 284px;
  width: 500px;
  background: linear-gradient(140deg, #dadada, #ffffff, #7e7c7c);
  z-index: 2;
  bottom: 15px;
  right: 100px;
  border-radius: 5px;
}

.banner-cart .cart-img {
  position: absolute;
  top: 11px;
  left: 12px;
}
.banner-cart .p1 {
  font-size: 13px;
  color: #000000;
  font-weight: 650;
  position: absolute;
  bottom: 210px;
  right: 45px;
}

.banner-cart .p2 {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  position: absolute;
  bottom: 174px;
  right: 17px;
}

/*hover img*/
.cart-img {
  position: relative;
  width: 347px;
  height: auto;
}

.cart-img img .inner img {
  width: 100%;
}

.inner {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.cart-img:hover .inner {
  display: block;
}
/*hover img*/

.banner-cart .p2::after {
  content: " $ 160.00";
  color: #888888;
  text-decoration: line-through;
}

.banner-cart button {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  right: 23px;
}

.banner-cart button {
  padding: 7px 13px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #20303c;
  background: transparent;
  border: 1px solid #272727;
}

.banner-cart button:hover {
  color: #eba810;
  background-color: #000000;
}

.banner-cart .cart-sale p {
  position: absolute;
  font-size: 13px;
  background-color: #eba810;
  z-index: 1;
  width: 50px;
  height: 20px;
  text-align: center;
  border-radius: 6px;
  top: 20px;
  left: 23px;
}

/* Trending Products (horizontal scroll-snap) */
#card{
  
}




/*banner-4*/

.bannerfour {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  padding-inline: 20px;
}
.bannerfour h1 {
  font-size: 25px;
  font-weight: 450;
  margin-left: 10px;
}
.bannerfour button {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  margin-right: 30px;
  padding: 7px 23px;
  border-radius: 35px;
  background: transparent;
  border: 1px solid #ffffff;
}

.bannerfour button:hover {
  color: #eba810;
  background-color: #000000;
}

/*banner-5*/

.bannerfiveT {
  margin-top: 30px;
  margin-bottom: 100px;
}

.bannerfive-col {
  position: relative;
}

.bannerfive .bannerfive-col .p1 {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 30px;
  background-color: #ffffff;
  font-size: 13px;
  color: #787878;
  padding: 2px 15px;
  border-radius: 5px;
}

.bannerfive-col .outter {
  width: 439.5px;
  height: 586px;
  position: relative;
  border: 2px solid #ff0000;
}

.bannerfive-col .outter img .inner img {
  width: 100%;
}

.bannerfive-col .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.bannerfive-col .outter:hover .inner {
  display: block;
}

.bannerfive .bannerfive-col h6 {
  position: absolute;
  top: 600px;
  font-size: 13px;
  font-weight: 700;
}

.bannerfive .bannerfive-col .p2 {
  position: absolute;
  top: 620px;
  font-size: 14px;
}

/*banner-6*/

.banner2 {
  position: relative;
  background-image: url(https://static.wixstatic.com/media/c837a6_85f98ee8e54f46219d6accebd1eac92a~mv2.jpg/v1/fill/w_1862,h_821,al_t,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/c837a6_85f98ee8e54f46219d6accebd1eac92a~mv2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 90vh;
  background-attachment: fixed;
}
.banner2-font h1 {
  color: #000000;
  font-size: 150px;
  padding-left: 25px;
  padding-top: 50px;
}
.banner2-font p {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  padding-top: 45px;
  padding-left: 31px;
}
.banner2-button button {
  font-size: 14px;
  background-color: #000000;
  color: #ffd904;
  font-weight: 600;
  border-radius: 25px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 40px;
}

.banner2-button button:hover {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.banner2-cart {
  position: absolute;
  height: 284px;
  width: 500px;
  background: linear-gradient(140deg, #dadada, #ffffff, #7e7c7c);
  z-index: 2;
  bottom: 15px;
  right: 100px;
  border-radius: 5px;
}

.banner2-cart .cart-img {
  position: absolute;
  top: 11px;
  left: 12px;
}
.banner-cart .p1 {
  font-size: 13px;
  color: #000000;
  font-weight: 650;
  position: absolute;
  bottom: 210px;
  right: 65px;
}

.banner-cart .p2 {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  position: absolute;
  bottom: 174px;
  right: 17px;
}

/*hover img*/
.cart-img {
  position: relative;
  width: 347px;
  height: auto;
}

.cart-img img .inner img {
  width: 100%;
}

.inner {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.cart-img:hover .inner {
  display: block;
}
/*hover img*/

.banner2-cart .p2::after {
  content: " $ 90.00";
  color: #888888;
  text-decoration: line-through;
}

.banner2-cart button {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
  right: 23px;
}

.banner2-cart button {
  padding: 7px 13px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #20303c;
  background: transparent;
  border: 1px solid #272727;
}

.banner2-cart button:hover {
  color: #eba810;
  background-color: #000000;
}

.banner2-cart .cart-sale p {
  position: absolute;
  font-size: 13px;
  background-color: #eba810;
  z-index: 1;
  width: 50px;
  height: 20px;
  text-align: center;
  border-radius: 6px;
  top: 20px;
  left: 23px;
}

/*Part-7*/

.part-7 {
  display: flex;
  background-color: #000;
  overflow: hidden;
  padding-block: 7px;
  color: #fff;
  border-top: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
  position: relative;
}

/* Track moves continuously */
.marquee-track {
  display: flex;
  gap: 3rem;                 /* space between items */
  animation: marquee 15s linear infinite;
  white-space: nowrap;
}

.part-7 h1 {
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  padding-block: 13px;
}

@keyframes marquee {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0%); } /* only half because of duplication */
}

/*Part-8*/

.part-8 h5 {
  padding-top: 70px;
  padding-bottom: 22px;
  padding-left: 15px;
}

/*Part-9*/

.part-nine {
  margin-bottom: 90px;
}

.part-nine-row .part-nine-1 {
  position: relative;
  border: 2px solid #48ff00;
}
.part-nine-1 button {
  font-size: 13px;
  font-weight: 600;
  padding: 3px 8px;
  border: 1px solid #000000;
  border-radius: 25px;
  background: transparent;
  position: absolute;
  white-space: nowrap;
  bottom: 25px;
  left: 30px;
}
.part-nine-1 button:hover {
  color: #eba810;
  background-color: #000000;
}

.part-nine-row .part-nine-2 {
  position: relative;
  border: 2px solid #48ff00;
}
.part-nine-2 button {
  font-size: 13px;
  font-weight: 600;
  padding: 3px 8px;
  border: 1px solid #000000;
  border-radius: 25px;
  background: transparent;
  position: absolute;
  white-space: nowrap;
  bottom: 25px;
  left: 30px;
}
.part-nine-2 button:hover {
  color: #eba810;
  background-color: #000000;
}

.part-nine-row .part-nine-3 {
  position: relative;
  border: 2px solid #48ff00;
}
.part-nine-3 button {
  font-size: 13px;
  font-weight: 600;
  padding: 3px 8px;
  border: 1px solid #000000;
  border-radius: 25px;
  background: transparent;
  position: absolute;
  white-space: nowrap;
  bottom: 25px;
  left: 30px;
}

.part-nine-3 button:hover {
  color: #eba810;
  background-color: #000000;
}


/* New Arrivals Grid */ 
.section--alt-1{
  display: flex;
}







/*new*/
.row-scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 items per row */
  gap: 20px;                             /* spacing between cards */
  margin: 20px;                          /* space around the grid */
}

.product-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
}

/* 🔹 Responsive rule for mobile */
@media (max-width: 992px) {
  .row-scroll {
    grid-template-columns: 1fr; /* 1 item per row */
  }
}


/*card*/
#card{
  
}


/* Product card */

.product-card
{
  background:linear-gradient(180deg, rgba(255,255,255,.02), transparent);
  padding:1rem;
  /* /* margin-left: 100px; */
  border-radius:12px;
  box-shadow:0 8px 28px rgba(1,4,10,.5);
  transition:transform .28s;
}
.product-card:hover{transform:translateY(-6px)}
.product-card__media{position:relative;border-radius:10px;overflow:hidden}
.product-card__media img{display:block;width:100%;height:260px;object-fit:cover;transition:transform .45s}
.product-card__img--hover{position:absolute;inset:0;opacity:0;transition:opacity .45s}
.product-card:hover .product-card__img--hover{opacity:1}
.badge{position:absolute;left:12px;top:12px;padding:.25rem .5rem;border-radius:999px;font-size:.8rem;background:var(--clr-accent);color:#0b0b0f}
.badge--new{background:var(--clr-accent-2)}
.badge--hot{background:#ff4d5a}
.product-card__title{font-size:1rem;margin:.5rem 0}
.product-card__price{font-weight:700;color:var(--clr-text)}
.product-card__actions{display:flex;gap:.5rem;margin-top:.6rem}



/*Part-10*/

.part-10 {
  background-image: url(https://static.wixstatic.com/media/c837a6_6b04b65869124042a744e4d732b75473~mv2.jpg/v1/fill/w_1862,h_880,al_b,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/c837a6_6b04b65869124042a744e4d732b75473~mv2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 95vh;
  position: relative;
}

.part-10 .banner-font h1 {
  padding-top: 100px;
}

.part-10 .part-10-cart {
  background-color: #000000a1;
  width: 410px;
  height: 265px;
  border-radius: 8px;
  position: absolute;
  bottom: 70px;
  right: 70px;
}

.part-10 .part-10-cart {
  padding: 20px;
}

.part-10 .part-10-cart h6 {
  color: #ffffff;
  font-size: 13px;
  padding-block: 10px;
}
.part-10 .part-10-cart p {
  font-size: 14px;
  width: 360px;
  height: 105px;
  font-weight: 600;
  color: #ffffff;
  text-align: justify;
}

.part-10 .part-10-cart button {
  font-size: 13px;
  padding: 3px 15px;
  border: 1px solid #fbfbfb;
  background: transparent;
  border-radius: 25px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 10px;
}

.part-10 .part-10-cart button:hover {
  color: #000000;
  background-color: #eba810;
  border: none;
}




/* Seasonal banner */
.seasonal-banner
{
  background:linear-gradient(90deg, rgba(250, 166, 87, 0.08), rgba(248, 174, 76, 0.03));
  padding:3rem;
  border-radius:12px;
  text-align:center
}
.seasonal-banner__inner{display:flex;flex-direction:column;align-items:center;}

.seasonal-banner button{
  color: #000000 ;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #000000;
  background-color: #e2a704;
  padding: 8px 25px;
  border-radius: 10px;
}


.seasonal-banner button:hover{
  border: 1px solid #000000;
  background-color: #f8bc09;
}


.section--alt{
  padding-inline: 20px;
  padding-block: 50px;
  background-color: aliceblue;
}

.section--alt .product-card{


  

}

.section--alt .product-card .product-card__title{
  color: #000000;
  padding-block: 2px;
}

.section--alt .product-card .product-card__rating{
  color: #ff4a03;
  font-size: 19px;
  
}

.section--alt .product-card .product-card__price{
  color: #05a005;
  
}

.section--alt .product-card .product-card__actions{
  
}

.section--alt .product-card .product-card__actions .btn--primary{
  background-color: #e7a108;
  border-radius: 10%;
}

.section--alt .product-card .product-card__actions .btn--icon{
  color: #ff0000;
}












/*inner css*//*inner css*//*inner css*//*inner css*//*inner css*//*inner css*//*inner css*//*inner css*//*inner css*//*inner css*//*inner css*//*inner css*//*inner css*//*inner css*//*inner css*/

/* Responsive tweaks */
@media (max-width: 992px){
  .navbar .btn{display:none}
}
@media (max-width: 576px){
  .hero .display-5{font-size:1.9rem}
}



/* ================================
   DARK THEME BASE
================================ */
/* Why Choose Us (Trust Icons) */

#whyChoose{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;

}
.features-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 20px;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ffffff;
}

/* Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

/* Card */
.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px 80px;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.feature-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #ff8f1f;
  box-shadow: 0 6px 25px rgba(255, 143, 31, 0.5);
}

/* Icon */
.feature-card .icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

/* Headings */
.feature-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Description */
.feature-card p {
  font-size: 0.95rem;
  color: #a7b0bd;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
  gap: 25px;
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr; /* 1 card per row on small screens */
  }
}


/* ================================
   FAQ ACCORDION (Dark Neon Style)
================================ */
.faq {
  margin-top: 10%;
}

.faq details {
  background: #121318;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(255, 143, 31, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

.faq details[open] {
  border-color: #ff8f1f;
  box-shadow: 0 0 15px rgba(255, 143, 31, 0.4);
}

.faq summary {
  font-weight: 600;
  font-size: 1rem;
  list-style: none;
  outline: none;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  color: #fff;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  color: #ffb84d;
  transition: transform 0.3s ease;
  text-shadow: 0 0 8px rgba(255, 184, 77, 0.6);
}

.faq details[open] summary::after {
  content: "–";
  transform: rotate(180deg);
}

.faq__panel {
  margin-top: 0.75rem;
  color: #a7b0bd;
  font-size: 0.95rem;
  line-height: 1.6;
  animation: fadeIn 0.3s ease;
}

/* Fade in for FAQ content */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-5px);}
  to {opacity: 1; transform: translateY(0);}
}

/* ================================
   Responsive Tweaks
================================ */
@media (max-width: 768px) {
  .section__title {
    font-size: 1.5rem;
  }

  .feature {
    padding: 1.5rem;
  }

  .feature__icon {
    font-size: 2.2rem;
  }
}





/*Custormer review*/
.section--alt-C {
  background: #0b0b0f;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.section__title-C {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.testimonial-C {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px 20px;
  margin: 10px;
  font-size: 1.1rem;
  line-height: 1.6;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
}

.testimonial-C p {
  margin-bottom: 15px;
  font-style: italic;
}

.testimonial-C cite {
  display: block;
  font-weight: 600;
  color: #ffb84d;
}




/*Footer*/
/* ===== Footer ===== */
.footer {
  background:  #1a1c22;
  color: #ddd;
  padding: 60px 8% 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  margin: auto;
}

.footer-logo {
  font-size: 28px;
  font-weight: 700;
  color: #ff6600;
  margin-bottom: 15px;
}

.footer-col h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.footer-col h3::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #ff6600;
  margin-top: 6px;
  border-radius: 2px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #aaa;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}

.footer-col ul li a:hover {
  color: #ff6600;
  padding-left: 5px;
}

/* Social Icons */
.footer-socials {
  margin-top: 15px;
}

.footer-socials a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background: #333;
  color: #fff;
  transition: all 0.3s;
}

.footer-socials a:hover {
  background: #ff6600;
  transform: translateY(-3px);
}

/* Newsletter */
.footer-newsletter {
  display: flex;
  gap: 8px;
  margin: 12px 0;
}

.footer-newsletter input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 4px;
  outline: none;
}

.footer-newsletter button {
  padding: 10px 16px;
  background: #ff6600;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.footer-newsletter button:hover {
  background: #e65c00;
  transform: scale(1.05);
}

/* Payments */
.footer-payments img {
  height: 28px;
  margin: 8px 5px 0 0;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  padding: 15px 0 5px;
  margin-top: 30px;
  border-top: 1px solid #333;
  font-size: 14px;
  color: #aaa;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-newsletter {
    flex-direction: column;
  }

  .footer-newsletter button {
    width: 100%;
  }

  .footer-socials {
    margin-bottom: 15px;
  }
}



