:root{
  --bg:#070707;
  --surface:#111111;
  --surface-2:#191919;
  --gold:#d8ad42;
  --gold-2:#f3d77f;
  --text:#f7f7f7;
  --muted:#b8b8b8;
  --line:rgba(216,173,66,.22);
  --shadow:0 18px 50px rgba(0,0,0,.28);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Manrope",sans-serif;background:#fff;color:#171717;line-height:1.7;overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:#030303;color:#ddd;font-size:13px;border-bottom:1px solid var(--line)}
.topbar-inner{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar i{color:var(--gold);margin-right:7px}.topbar a{margin-left:20px}
.header{background:rgba(7,7,7,.96);position:sticky;top:0;z-index:1000;backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07)}
.nav-wrap{min-height:86px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:180px;height:62px;object-fit:contain}
.nav{display:flex;align-items:center;gap:30px;color:#fff;font-weight:700;font-size:14px}
.nav a{position:relative}.nav a:not(.nav-cta):after{content:"";position:absolute;height:2px;background:var(--gold);left:0;right:100%;bottom:-8px;transition:.3s}.nav a:hover:after{right:0}
.nav-cta{background:var(--gold);color:#080808;padding:12px 20px;border-radius:8px}
.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:24px}
.hero-slider{height:min(720px,78vh);min-height:590px;position:relative;overflow:hidden;background:#050505}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;visibility:hidden;transform:scale(1.03);transition:opacity .75s,transform 1.2s,visibility .75s}
.hero-slide.active{opacity:1;visibility:visible;transform:scale(1)}
.hero-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;padding-top:20px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:1.7px;font-size:13px}
.hero h1,.hero h2{font-family:"Orbitron",sans-serif;font-size:clamp(38px,5.2vw,72px);line-height:1.1;max-width:930px;margin:20px 0 22px;letter-spacing:-1px}
.hero p{max-width:760px;font-size:18px;color:#ddd}
.hero-actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;padding:14px 23px;font-weight:800;border:1px solid transparent;transition:.3s}
.btn-primary{background:var(--gold);color:#080808}.btn-primary:hover{background:var(--gold-2);transform:translateY(-2px)}
.btn-outline{border-color:rgba(255,255,255,.45);color:#fff}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.2);background:rgba(0,0,0,.4);color:#fff;border-radius:50%;z-index:5}
.hero-arrow:hover{background:var(--gold);color:#000}.hero-arrow.prev{left:24px}.hero-arrow.next{right:24px}
.hero-dots{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;gap:9px;z-index:6}
.hero-dots button{width:10px;height:10px;border-radius:20px;border:0;background:#fff;opacity:.45}.hero-dots button.active{width:30px;background:var(--gold);opacity:1}
.stats{background:var(--gold)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stats-grid div{padding:27px 20px;text-align:center;border-right:1px solid rgba(0,0,0,.16)}
.stats-grid div:last-child{border:0}.stats strong{display:block;font:700 25px "Orbitron";color:#080808}.stats span{font-weight:700;font-size:13px}
.section{padding:100px 0}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.about-visual{min-height:520px;border-radius:24px;background:linear-gradient(150deg,#080808,#28200d);position:relative;display:grid;place-items:center;overflow:hidden}
.about-visual:before,.about-visual:after{content:"";position:absolute;border:1px solid rgba(216,173,66,.25);border-radius:50%}
.about-visual:before{width:390px;height:390px}.about-visual:after{width:280px;height:280px}
.visual-card{position:relative;z-index:2;text-align:center;color:#fff;padding:20px}.visual-card i{font-size:90px;color:var(--gold);margin-bottom:25px}.visual-card strong{display:block;font:700 25px "Orbitron";margin-bottom:8px}.visual-card span{color:#bbb}
.experience-badge{position:absolute;z-index:3;right:20px;bottom:20px;background:#fff;padding:18px 22px;border-radius:14px;box-shadow:var(--shadow)}.experience-badge b{display:block;font:700 32px "Orbitron";color:#9a7418}.experience-badge span{font-size:12px;font-weight:800}
.section-copy h2,.section-heading h2,.center-heading h2,.faq-wrap h2,.contact-copy h2{font-size:clamp(30px,4vw,48px);line-height:1.18;margin:13px 0 22px;letter-spacing:-1.2px}
.section-copy p{color:#666;margin-bottom:16px}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px;font-weight:800}.check-grid i{color:#b78b20;margin-right:8px}
.products-section,.why-section{background:#0a0a0a;color:#fff}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:40px}
.slider-buttons{display:flex;gap:10px}.slider-buttons button,.testimonial-controls button{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:#171717;color:var(--gold)}
.product-slider{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px 2px 25px}.product-slider::-webkit-scrollbar{display:none}
.product-card{flex:0 0 calc((100% - 48px)/3);min-width:0;background:#151515;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:30px;scroll-snap-align:start;transition:.35s;position:relative;overflow:hidden}
.product-card:before{content:"";position:absolute;inset:auto -40px -70px auto;width:170px;height:170px;border-radius:50%;background:rgba(216,173,66,.08)}
.product-card:hover{transform:translateY(-8px);border-color:var(--gold);box-shadow:0 20px 50px rgba(0,0,0,.35)}
.product-icon{height:150px;border-radius:14px;background:linear-gradient(145deg,#201a0b,#0e0e0e);display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:24px}.product-icon i{font-size:52px;color:var(--gold)}.product-icon span{position:absolute;bottom:12px;right:14px;font:700 13px "Orbitron";color:#fff}
.product-card h3{font-size:21px;line-height:1.35;margin-bottom:12px}.product-card p{color:#aaa;font-size:14px;min-height:94px}.product-card a{display:inline-flex;gap:8px;align-items:center;color:var(--gold);font-weight:800;margin-top:12px}
.center-heading{text-align:center;max-width:760px;margin:0 auto 45px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.feature-grid article{background:#151515;padding:30px;border:1px solid rgba(255,255,255,.07);border-radius:16px}.feature-grid i{font-size:31px;color:var(--gold);margin-bottom:20px}.feature-grid h3{font-size:19px;margin-bottom:8px}.feature-grid p{font-size:14px;color:#aaa}
.industries{background:#f6f4ef}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.industry-grid div{background:#fff;padding:28px 18px;border-radius:14px;display:flex;flex-direction:column;gap:15px;box-shadow:0 10px 30px rgba(0,0,0,.05);font-weight:800;transition:.3s}.industry-grid i{font-size:29px;color:#a57b18}.industry-grid div:hover{transform:translateY(-5px)}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.process-grid article{padding:35px;border:1px solid #e7e1d4;border-radius:18px;position:relative}.process-grid article>span{position:absolute;right:22px;top:16px;font:700 55px "Orbitron";color:#f0eadb}.process-grid i{font-size:35px;color:#aa7f1a;margin:12px 0 24px}.process-grid h3{margin-bottom:10px}.process-grid p{color:#666}
.mission-section{background:linear-gradient(120deg,#0b0b0b,#221b09);color:#fff}.mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.mission-grid article{padding:36px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}.mission-grid i{font-size:35px;color:var(--gold);margin-bottom:22px}.mission-grid h3{font:700 22px "Orbitron";margin-bottom:14px}.mission-grid p{color:#bdbdbd}
.testimonials{background:#f7f7f7}.testimonial-slider{max-width:820px;margin:auto;position:relative;min-height:230px}.testimonial{display:none;text-align:center;background:#fff;padding:42px;border-radius:20px;box-shadow:0 15px 45px rgba(0,0,0,.06)}.testimonial.active{display:block;animation:fade .45s}.stars{color:#d09d22;letter-spacing:4px;margin-bottom:18px}.testimonial p{font-size:19px;color:#4b4b4b;margin-bottom:18px}.testimonial strong{font-size:14px}
.testimonial-controls{display:flex;justify-content:center;gap:10px;margin-top:24px}
.faq-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.faq-wrap>div:first-child p{color:#666;margin:0 0 25px}.faq-wrap .btn{color:#080808}
.faq{border-bottom:1px solid #ddd}.faq button{width:100%;background:none;border:0;padding:21px 0;display:flex;justify-content:space-between;text-align:left;font-weight:800;font-size:16px}.faq button i{transition:.3s}.faq>div{max-height:0;overflow:hidden;transition:.35s}.faq>div p{padding:0 0 22px;color:#666}.faq.active>div{max-height:170px}.faq.active button{color:#9e7518}.faq.active button i{transform:rotate(45deg)}
.contact-section{background:#0a0a0a;color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact-copy p{color:#bbb}.contact-items{display:grid;gap:14px;margin-top:30px}.contact-items>a,.contact-items>div{display:flex;gap:15px;align-items:flex-start}.contact-items i{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(216,173,66,.12);color:var(--gold);flex:0 0 auto}.contact-items small{display:block;color:#888;font-weight:700}
.quote-form{background:#fff;color:#171717;padding:35px;border-radius:20px}.quote-form h3{font-size:25px;margin-bottom:22px}.quote-form label{display:block;margin-bottom:15px}.quote-form label span{font-size:13px;font-weight:800;display:block;margin-bottom:7px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #ddd;border-radius:8px;padding:12px 13px;outline:0}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:#b88920}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.footer{background:#050505;color:#bbb}.footer-grid{padding:65px 0;display:grid;grid-template-columns:1.5fr .8fr 1fr 1fr;gap:45px}.footer-brand img{width:200px;margin-bottom:18px}.footer h4{color:#fff;margin-bottom:16px}.footer a{display:block;margin:8px 0}.footer a:hover{color:var(--gold)}.footer p{font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;text-align:center;font-size:13px}
.whatsapp,.back-top{position:fixed;right:22px;width:49px;height:49px;border-radius:50%;display:grid;place-items:center;color:#fff;z-index:100;border:0}.whatsapp{bottom:84px;background:#20b75a;font-size:24px}.back-top{bottom:25px;background:#a77d1c;opacity:0;visibility:hidden;transition:.3s}.back-top.show{opacity:1;visibility:visible}
@keyframes fade{from{opacity:.35;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:980px){
  .topbar{display:none}.nav-toggle{display:block}.nav{position:absolute;left:0;right:0;top:86px;background:#0b0b0b;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 25px;transform:translateY(-120%);opacity:0;visibility:hidden;transition:.35s;border-top:1px solid #222}.nav.open{transform:none;opacity:1;visibility:visible}.nav a{padding:13px 0;border-bottom:1px solid #202020}.nav-cta{text-align:center;margin-top:10px}
  .split,.faq-wrap,.contact-grid{grid-template-columns:1fr}.split{gap:45px}.about-visual{min-height:420px}.feature-grid{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(2,1fr)}.product-card{flex-basis:calc((100% - 24px)/2)}.footer-grid{grid-template-columns:repeat(2,1fr)}.faq-wrap{gap:35px}
}
@media(max-width:680px){
  .container{width:min(100% - 28px,1180px)}.header .brand img{width:145px;height:54px}.nav-wrap{min-height:72px}.nav{top:72px}
  .hero-slider{min-height:640px;height:82vh}.hero-content{padding-top:0}.hero h1,.hero h2{font-size:36px}.hero p{font-size:16px}.hero-arrow{display:none}.hero-actions{width:100%}.hero-actions .btn{flex:1;padding:13px 12px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid div:nth-child(2){border-right:0}.stats-grid div:nth-child(-n+2){border-bottom:1px solid rgba(0,0,0,.16)}
  .section{padding:72px 0}.section-copy h2,.section-heading h2,.center-heading h2,.faq-wrap h2,.contact-copy h2{font-size:32px}.section-heading{align-items:center}.section-heading .slider-buttons{display:none}
  .product-card{flex-basis:88%;padding:22px}.product-icon{height:135px}.product-card p{min-height:auto}
  .feature-grid,.industry-grid,.process-grid,.mission-grid{grid-template-columns:1fr}.check-grid{grid-template-columns:1fr}.about-visual{min-height:350px}.visual-card i{font-size:70px}.visual-card strong{font-size:20px}.experience-badge{right:12px;bottom:12px}
  .testimonial{padding:30px 20px}.testimonial p{font-size:16px}.form-row{grid-template-columns:1fr}.quote-form{padding:25px 19px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-grid{padding:45px 0}
}


/* ===== HI POWER SPORTS V2 LAYOUT ===== */
:root{
  --logo-black:#050505;
  --logo-black-2:#111111;
  --logo-gold:#c89a2b;
  --logo-gold-light:#f0d57a;
  --logo-bronze:#8f6513;
}

body{
  font-family:'Poppins',sans-serif;
  background:#fff;
}

h1,h2,h3,h4,h5,h6{
  font-family:'Poppins',sans-serif;
  font-weight:700;
}

.header{
  background:linear-gradient(90deg,#050505 0%,#111111 55%,#251a05 100%);
}

.nav-cta,
.btn-primary{
  background:linear-gradient(135deg,var(--logo-gold-light),var(--logo-gold),var(--logo-bronze));
  box-shadow:0 10px 25px rgba(200,154,43,.22);
}

.hero-slider{
  background:#050505;
}

.hero-slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.78) 38%,rgba(0,0,0,.20) 75%),
    radial-gradient(circle at 82% 30%,rgba(240,213,122,.18),transparent 34%);
  pointer-events:none;
}

.hero-content{
  position:relative;
  z-index:2;
  justify-content:center;
}

.hero-panel{
  width:min(760px,100%);
  padding:42px 44px;
  border:1px solid rgba(240,213,122,.28);
  border-left:5px solid var(--logo-gold);
  border-radius:0 24px 24px 0;
  background:linear-gradient(135deg,rgba(6,6,6,.88),rgba(27,22,10,.72));
  backdrop-filter:blur(10px);
  box-shadow:0 24px 70px rgba(0,0,0,.35);
}

.hero h1,.hero h2{
  font-family:'Poppins',sans-serif;
  font-weight:800;
  letter-spacing:-2px;
}

.stats{
  background:linear-gradient(90deg,#8f6513,#c89a2b,#f0d57a,#c89a2b,#8f6513);
}

.about-visual{
  background:
    radial-gradient(circle at 50% 20%,rgba(240,213,122,.20),transparent 34%),
    linear-gradient(145deg,#050505,#1b1609 65%,#3b2b08);
  border:1px solid rgba(240,213,122,.25);
}

.products-section{
  background:
    radial-gradient(circle at 15% 15%,rgba(200,154,43,.12),transparent 26%),
    linear-gradient(135deg,#050505 0%,#111111 55%,#241904 100%);
}

.product-slider{
  padding-top:12px;
}

.product-card{
  border-radius:22px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015)),
    linear-gradient(145deg,#151515,#0c0c0c);
  border:1px solid rgba(240,213,122,.14);
  padding:0 0 28px;
}

.product-card:hover{
  border-color:var(--logo-gold);
  box-shadow:0 22px 60px rgba(200,154,43,.12);
}

.product-badge{
  display:inline-flex;
  margin:18px 18px 0;
  padding:7px 12px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(240,213,122,.18),rgba(200,154,43,.08));
  border:1px solid rgba(240,213,122,.25);
  color:var(--logo-gold-light);
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.9px;
}

.product-icon{
  margin:18px 18px 22px;
  height:175px;
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 40%,rgba(240,213,122,.18),transparent 38%),
    linear-gradient(145deg,#211a0a,#090909);
  border:1px solid rgba(240,213,122,.13);
}

.product-icon i{
  font-size:58px;
  color:var(--logo-gold-light);
  filter:drop-shadow(0 7px 18px rgba(200,154,43,.20));
}

.product-card h3,
.product-card p,
.product-card a{
  margin-left:24px;
  margin-right:24px;
}

.product-card h3{
  min-height:58px;
}

.why-section{
  background:#0b0b0b;
}

.feature-grid article{
  background:linear-gradient(145deg,#151515,#0d0d0d);
  border:1px solid rgba(240,213,122,.11);
}

.feature-grid article:hover{
  border-color:rgba(240,213,122,.4);
  transform:translateY(-6px);
}

.industry-grid div{
  border-left:4px solid var(--logo-gold);
}

.process-grid article{
  background:linear-gradient(180deg,#fff,#faf7ef);
}

.mission-section,
.contact-section{
  background:
    radial-gradient(circle at 90% 10%,rgba(240,213,122,.12),transparent 28%),
    linear-gradient(135deg,#050505,#15120a 60%,#2a1e05);
}

.quote-form{
  border:1px solid rgba(200,154,43,.25);
  box-shadow:0 25px 70px rgba(0,0,0,.30);
}

.footer{
  background:linear-gradient(135deg,#030303,#0e0e0e 55%,#1f1605);
}

@media(max-width:680px){
  .hero-panel{
    padding:28px 22px;
    border-left-width:4px;
    border-radius:0 18px 18px 0;
  }
  .hero h1,.hero h2{
    font-size:33px;
    letter-spacing:-1px;
  }
  .product-card{
    flex-basis:90%;
  }
  .product-icon{
    height:150px;
  }
}

/* HERO BANNER FINAL FIX */

.hero-slider {
  min-height: 620px !important;
  height: auto !important;
}

.hero-slide {
  min-height: 620px !important;
}

.hero-content {
  min-height: 620px !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  display: flex !important;
  align-items: center !important;
}

.hero-panel {
  width: 100% !important;
  max-width: 760px !important;
  padding: 35px 40px !important;
}

.hero h1,
.hero h2 {
  font-size: 52px !important;
  line-height: 1.18 !important;
  margin-top: 15px !important;
  margin-bottom: 20px !important;
  word-break: normal !important;
}

.hero p {
  font-size: 17px !important;
  line-height: 1.8 !important;
  max-width: 700px !important;
}

/* LAPTOP SCREEN */
@media (max-width: 1366px) {
  .hero-slider,
  .hero-slide,
  .hero-content {
    min-height: 570px !important;
  }

  .hero h1,
  .hero h2 {
    font-size: 44px !important;
  }

  .hero-panel {
    max-width: 700px !important;
    padding: 30px 35px !important;
  }
}

/* TABLET */
@media (max-width: 991px) {
  .hero-slider,
  .hero-slide,
  .hero-content {
    min-height: 600px !important;
  }

  .hero h1,
  .hero h2 {
    font-size: 38px !important;
  }

  .hero-panel {
    max-width: 650px !important;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .hero-slider,
  .hero-slide,
  .hero-content {
    min-height: 650px !important;
  }

  .hero-content {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .hero-panel {
    padding: 25px 20px !important;
    border-radius: 0 16px 16px 0 !important;
  }

  .hero h1,
  .hero h2 {
    font-size: 31px !important;
    line-height: 1.25 !important;
  }

  .hero p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .hero-actions {
    flex-direction: column !important;
    width: 100% !important;
  }

  .hero-actions .btn {
    width: 100% !important;
  }
}

.product-content {
  padding: 0 24px 22px;
}

.product-card h3 {
  margin: 0 0 10px !important;
  min-height: auto !important;
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.product-card p {
  margin: 0 0 14px !important;
  min-height: 68px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card a {
  margin: 0 !important;
}

.product-img {
  height: 260px;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8px;
}

@media (max-width: 576px) {
  .product-content {
    padding: 0 18px 20px;
  }

  .product-img {
    height: 220px;
  }

  .product-card p {
    min-height: auto !important;
  }
}

/* PRODUCT CARD SIZE FINAL FIX */

.product-card {
  padding: 16px !important;
  min-height: auto !important;
  height: auto !important;
  border-radius: 20px !important;
}

/* Badge hide */
.product-badge {
  display: none !important;
}

/* Image box */
.product-img {
  width: 100% !important;
  height: 240px !important;
  margin: 0 0 18px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  position: relative !important;
}

/* Product image */
.product-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 12px !important;
  display: block !important;
}

/* Voltage label */
.product-img span {
  position: absolute !important;
  right: 12px !important;
  bottom: 12px !important;
  background: #111111 !important;
  color: #e2b83f !important;
  padding: 5px 11px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* Text section */
.product-content {
  padding: 0 6px 8px !important;
}

.product-card h3 {
  margin: 0 0 10px !important;
  min-height: auto !important;
  font-size: 19px !important;
  line-height: 1.4 !important;
  color: #ffffff !important;
}

.product-card p {
  margin: 0 0 14px !important;
  min-height: auto !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #bdbdbd !important;
}

.product-card a {
  margin: 0 !important;
  font-size: 14px !important;
}

/* Mobile */
@media (max-width: 576px) {
  .product-card {
    padding: 12px !important;
  }

  .product-img {
    height: 210px !important;
  }

  .product-card h3 {
    font-size: 18px !important;
  }
}

/* FOOTER CONTACT DETAILS */

.footer-contact h4 {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-contact-item {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px !important;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 1.6;
}

.footer-contact-item i {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(216, 173, 66, 0.12);
  color: #d8ad42;
  margin-top: 2px;
}

.footer-contact-item span {
  display: block;
}

.footer-contact-item small {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
}

.footer-contact a:hover {
  color: #d8ad42;
}
