:root{
  --steel-950:#14181b;
  --steel-900:#191f23;
  --steel-800:#20272c;
  --steel-700:#2c353b;
  --steel-600:#414d54;
  --metal-300:#aab4ba;
  --metal-200:#c9d0d4;
  --metal-100:#e9edef;
  --off-white:#f4f5f3;
  --accent:#00afee;
  --accent-dark:#0089c4;
  --accent-light:#5cd0ff;
  --logo-navy:#2d2b2c;
}

html{scroll-behavior:smooth;}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important;}
}

@keyframes fadeUp{
  from{opacity:0;transform:translateY(18px);}
  to{opacity:1;transform:translateY(0);}
}
@keyframes shimmerSweep{
  0%{background-position:0 0, -150% 0;}
  100%{background-position:0 0, 250% 0;}
}
@keyframes glossSheen{
  0%,100%{transform:translateX(-120%) skewX(-18deg);}
  50%{transform:translateX(220%) skewX(-18deg);}
}

/* Scroll-reveal utility, toggled by script.js via IntersectionObserver */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease, transform .7s ease;}
.reveal.in-view{opacity:1;transform:translateY(0);}
.machines-flex .reveal:nth-child(2){transition-delay:.08s;}
.machines-flex .reveal:nth-child(3){transition-delay:.16s;}
.machines-flex .reveal:nth-child(4){transition-delay:.24s;}
.capability-flex .reveal:nth-child(2){transition-delay:.08s;}
.capability-flex .reveal:nth-child(3){transition-delay:.16s;}
.capability-flex .reveal:nth-child(4){transition-delay:.24s;}
.product-highlight-grid .reveal:nth-child(2){transition-delay:.08s;}
.product-highlight-grid .reveal:nth-child(3){transition-delay:.16s;}
.product-highlight-grid .reveal:nth-child(4){transition-delay:.24s;}
.product-highlight-grid .reveal:nth-child(5){transition-delay:.32s;}

body{
  font-family:'Barlow',sans-serif;
  background:var(--off-white);
  color:var(--steel-900);
  line-height:1.65;
}

h1,h2,h3,h4,.brand-word{
  font-family:'Oswald',sans-serif;
  letter-spacing:-0.01em;
  color:var(--steel-950);
  margin:0;
}

a{text-decoration:none;}

.container-flex{
  max-width:1200px;
  margin:0 auto;
  padding:0 1.5rem;
}

/* ---------- Hazard rule (single deliberate accent motif, glossy + slow-moving) ---------- */
.hazard-rule{
  height:6px;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,0) 55%),
    repeating-linear-gradient(
      -45deg,
      var(--accent) 0px, var(--accent) 14px,
      var(--steel-950) 14px, var(--steel-950) 28px
    );
  background-size:100% 100%, 200% 100%;
  animation:shimmerSweep 180s linear infinite;
}

/* ---------- Nav ---------- */
.site-nav{
  background:linear-gradient(180deg, #23292f 0%, var(--steel-950) 70%);
  border-bottom:1px solid var(--steel-700);
  box-shadow:0 1px 0 rgba(255,255,255,.04) inset;
}
.site-nav .nav-flex{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0.9rem 1.5rem;
  gap:1.5rem;
}
.logo-block{display:flex;align-items:center;gap:0.7rem;}
.logo-mark{
  width:80px;height:80px;
  background:var(--off-white);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
  position:relative;
  overflow:hidden;
  padding:3px;
  box-shadow:0 2px 6px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.4);
}
.logo-mark img{
  width:100%;height:100%;
  object-fit:contain;
  display:block;
}
.logo-text{line-height:1.1;}
.logo-text .l1{color:var(--off-white);font-family:'Oswald',sans-serif;font-weight:600;font-size:1.05rem;}
.logo-text .l2{color:var(--metal-300);font-size:0.72rem;letter-spacing:0.04em;}

.nav-links{
  display:flex;
  align-items:center;
  gap:2rem;
  list-style:none;
  margin:0;padding:0;
}
.nav-links a{
  color:var(--metal-200);
  font-weight:500;
  font-size:0.98rem;
  padding:0.3rem 0.1rem;
  border-bottom:2px solid transparent;
  transition:color .2s ease, border-color .2s ease;
}
.nav-links a:hover{color:var(--off-white);border-color:var(--accent);}
.nav-links a.active{color:var(--off-white);border-color:var(--accent);}

.btn-enquiry{
  position:relative;
  overflow:hidden;
  background:linear-gradient(155deg, var(--accent-light) 0%, var(--accent) 50%, var(--accent-dark) 100%);
  color:var(--steel-950)!important;
  font-weight:600;
  padding:0.55rem 1.3rem;
  border:none;
  white-space:nowrap;
  box-shadow:0 3px 10px rgba(0,175,238,.35), inset 0 1px 0 rgba(255,255,255,.5);
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-enquiry:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,175,238,.45), inset 0 1px 0 rgba(255,255,255,.6);}
.btn-enquiry::after{
  content:"";
  position:absolute;top:-60%;left:0;width:35%;height:220%;
  background:rgba(255,255,255,.5);
  transform:translateX(-120%) skewX(-18deg);
  transition:transform .6s ease;
}
.btn-enquiry:hover::after{transform:translateX(320%) skewX(-18deg);}

.nav-toggle{
  display:none;
  background:none;border:1px solid var(--steel-600);
  color:var(--off-white);
  padding:0.4rem 0.6rem;
}

/* ---------- Page banner (inner pages) ---------- */
.page-banner{
  background:
    radial-gradient(ellipse at 15% 0%, rgba(0,175,238,.16) 0%, rgba(0,175,238,0) 55%),
    linear-gradient(160deg, #1d2328 0%, var(--steel-950) 70%);
  padding:3.2rem 0;
}
.page-banner h1{animation:fadeUp .7s ease both;}
.page-banner .crumb{
  color:var(--accent);
  font-weight:500;
  font-size:0.92rem;
}
.page-banner .crumb a{color:var(--metal-300);}
.page-banner .crumb a:hover{color:var(--accent);}
.page-banner h1{
  color:var(--off-white);
  /* font-size:clamp(2rem,4vw,2.8rem); */
  margin-top:0.6rem;
  font-size: 35px;
}

/* ---------- Hero (home page) ---------- */
.hero{
  background:
    radial-gradient(ellipse at 20% -10%, rgba(0,175,238,.14) 0%, rgba(0,175,238,0) 55%),
    linear-gradient(160deg, #1d2328 0%, var(--steel-950) 60%);
  position:relative;overflow:hidden;
}
.hero-flex{display:flex;align-items:center;gap:3rem;padding:4.5rem 1.5rem 4rem;flex-wrap:wrap;}
.hero-copy{flex:1 1 420px;animation:fadeUp .8s ease both;}
.hero-copy .kicker{color:var(--accent);font-weight:600;font-size:0.95rem;margin-bottom:0.9rem;display:block;}
.hero-copy h1{color:var(--off-white);font-size:clamp(2.3rem,4.6vw,3.6rem);line-height:1.08;font-weight:600;}
.hero-copy p{color:var(--metal-200);font-size:1.1rem;max-width:36rem;margin-top:1.3rem;}
.hero-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap;}

.btn-primary-ind{
  position:relative;overflow:hidden;
  background:linear-gradient(155deg, var(--accent-light) 0%, var(--accent) 50%, var(--accent-dark) 100%);
  color:var(--steel-950);font-weight:600;padding:0.8rem 1.7rem;border:none;
  box-shadow:0 4px 14px rgba(0,175,238,.35), inset 0 1px 0 rgba(255,255,255,.5);
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-primary-ind:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,175,238,.45), inset 0 1px 0 rgba(255,255,255,.6);color:var(--steel-950);}
.btn-primary-ind::after{
  content:"";position:absolute;top:-60%;left:0;width:30%;height:220%;
  background:rgba(255,255,255,.5);transform:translateX(-120%) skewX(-18deg);transition:transform .6s ease;
}
.btn-primary-ind:hover::after{transform:translateX(340%) skewX(-18deg);}

.btn-outline-ind{background:transparent;color:var(--off-white);font-weight:600;padding:0.8rem 1.7rem;border:1px solid var(--steel-600);transition:border-color .2s ease, color .2s ease, background .2s ease;}
.btn-outline-ind:hover{border-color:var(--accent);color:var(--accent-light);background:rgba(0,175,238,.08);}
.btn-outline-dark{background:transparent;color:var(--steel-950);font-weight:600;padding:0.8rem 1.7rem;border:1px solid var(--steel-600);transition:border-color .2s ease, color .2s ease;}
.btn-outline-dark:hover{border-color:var(--accent);color:var(--accent-dark);}

.hero-figure{flex:1 1 380px;position:relative;animation:fadeUp .9s ease .1s both;}
.hero-figure .frame{border:1px solid var(--steel-600);padding:0.6rem;background:linear-gradient(155deg, rgba(255,255,255,.05), rgba(255,255,255,0));}
.hero-figure img{width:100%;height:340px;object-fit:cover;display:block;filter:grayscale(15%) contrast(1.05);transition:transform .5s ease;}
.hero-figure:hover img{transform:scale(1.03);}

/* ---------- Hero image slider ---------- */
.hero-slider{position:relative;overflow:hidden;}
.hero-slider .slider-track{display:flex;transition:transform .7s cubic-bezier(.65,0,.35,1);}
.hero-slider .slider-slide{flex:0 0 100%;width:100%;}
.hero-slider .slider-slide img{width:100%;height:340px;object-fit:cover;display:block;filter:grayscale(15%) contrast(1.05);}
.slider-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  width:38px;height:38px;flex-shrink:0;
  background:rgba(20,24,27,.55);
  border:1px solid rgba(255,255,255,.3);
  color:var(--off-white);
  display:flex;align-items:center;justify-content:center;
  font-size:0.85rem;line-height:1;
  cursor:pointer;z-index:2;
  transition:background .25s ease, border-color .25s ease, color .25s ease;
}
.slider-arrow:hover{background:var(--accent);border-color:var(--accent);color:var(--steel-950);}
.slider-arrow.prev{left:0.7rem;}
.slider-arrow.next{right:0.7rem;}
.slider-dots{position:absolute;bottom:0.9rem;left:0;right:0;display:flex;justify-content:center;gap:0.4rem;z-index:2;}
.slider-dots button{width:8px;height:8px;padding:0;border-radius:50%;background:rgba(255,255,255,.45);border:1px solid rgba(0,0,0,.2);cursor:pointer;transition:background .25s ease, width .25s ease;}
.slider-dots button.active{background:var(--accent);width:22px;border-radius:5px;}
.hero-figure .tag{
  position:absolute;bottom:-1rem;left:-1rem;
  background:linear-gradient(155deg, var(--accent-light) 0%, var(--accent) 55%, var(--accent-dark) 100%);
  color:var(--steel-950);
  font-family:'Oswald',sans-serif;font-weight:600;
  padding:0.8rem 1.1rem;font-size:0.95rem;line-height:1.3;
  box-shadow:0 4px 12px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.5);
}

/* ---------- Materials strip ---------- */
.materials-strip{background:linear-gradient(180deg, #262e34 0%, var(--steel-800) 100%);border-top:1px solid var(--steel-700);border-bottom:1px solid var(--steel-700);}
.materials-flex{display:flex;flex-wrap:wrap;gap:0;}
.material-item{flex:1 1 130px;text-align:center;padding:1.1rem 0.6rem;color:var(--metal-200);font-family:'Oswald',sans-serif;font-weight:500;font-size:0.95rem;border-right:1px solid var(--steel-700);transition:color .25s ease, background .25s ease;}
.material-item:last-child{border-right:none;}
.material-item:hover{color:var(--accent-light);background:rgba(0,175,238,.08);}

/* ---------- Section basics ---------- */
section{padding:3rem 0;}
.section-head{max-width:44rem;margin-bottom:2.8rem;}
.section-head .label{color:var(--accent-dark);font-weight:600;font-size:0.95rem;margin-bottom:0.6rem;display:block;}
.section-head h2{font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.15;}
.section-head p{margin-top:0.9rem;color:var(--steel-700);font-size:1.05rem;}



.new-15{
    font-size: 25px;
line-height: 1.15;
font-family: 'Oswald',sans-serif;
letter-spacing: -0.01em;
color: var(--steel-950);
margin: 0;
font-weight: 500;
}



/* ---------- About ---------- */
.about-flex{display:flex;gap:3rem;align-items:flex-start;flex-wrap:wrap;}
.about-media{flex:1 1 380px;overflow:hidden;border:1px solid var(--steel-700);}
.about-media img{width:100%;height:380px;object-fit:cover;display:block;transition:transform .5s ease;}
.about-media:hover img{transform:scale(1.04);}
.about-text{flex:1 1 420px;}
.about-text p{color:var(--steel-700);margin-bottom:1rem;}
.stat-flex{display:flex;gap:0;margin-top:2rem;border-top:1px solid var(--metal-200);flex-wrap:wrap;}
.stat-item{flex:1 1 140px;padding:1.2rem 1.2rem 0 0;}
.stat-item .num{font-family:'Oswald',sans-serif;font-size:2.1rem;font-weight:600;color:var(--steel-950);}
.stat-item .desc{color:var(--steel-600);font-size:0.9rem;}

/* ---------- Panel (dark section bg) ---------- */
.bg-panel{background:var(--steel-900);}
.bg-panel .section-head h2,.bg-panel .product-block h3{color:var(--off-white);}
.bg-panel .section-head p,.bg-panel .product-block p{color:var(--metal-300);}
.bg-panel .section-head .label{color:var(--accent);}

.product-block{margin-bottom:3.5rem;}
.product-block:last-child{margin-bottom:0;}
.product-block-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--steel-700);}
.product-block h3{font-size:1.5rem;font-weight:600;}
.product-block-head p{max-width:32rem;margin:0;font-size:0.98rem;}

.gallery-flex{display:flex;gap:1rem;overflow-x:auto;padding-bottom:0.8rem;}
.gallery-flex img{flex:0 0 220px;height:160px;object-fit:cover;border:1px solid var(--steel-700);transition:transform .4s ease, filter .4s ease;}
.gallery-flex img:hover{transform:scale(1.04);filter:brightness(1.08);}
.gallery-flex::-webkit-scrollbar{height:6px;}
.gallery-flex::-webkit-scrollbar-thumb{background:var(--steel-600);}

/* ---------- Product highlight grid (OEM products, dark panel) ---------- */
.product-highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.4rem;}
.product-highlight-card{
  position:relative;overflow:hidden;
  background:var(--steel-800);
  border:1px solid var(--steel-700);
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.product-highlight-card .ph-media{aspect-ratio:4/3;overflow:hidden;background:#fff;position:relative;}
.product-highlight-card .ph-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease;}
.product-highlight-card:hover .ph-media img{transform:scale(1.09);}
.product-highlight-card:hover{transform:translateY(-6px);box-shadow:0 18px 34px rgba(0,0,0,.45);border-color:var(--accent);}
.product-highlight-card .ph-media::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(0deg, rgba(20,24,27,.55) 0%, rgba(20,24,27,0) 45%);
  opacity:0;transition:opacity .3s ease;
}
.product-highlight-card:hover .ph-media::after{opacity:1;}
.product-highlight-card .ph-caption{padding:0.95rem 1.05rem 1.1rem;border-top:1px solid var(--steel-700);}
.product-highlight-card .ph-caption span{display:block;color:var(--accent);font-size:0.76rem;font-weight:600;letter-spacing:0.02em;margin-bottom:0.25rem;}
.product-highlight-card .ph-caption h4{color:var(--off-white);font-size:1rem;font-weight:600;line-height:1.3;}

/* ---------- Capability list (sheet metal page) ---------- */
.capability-flex{display:flex;flex-wrap:wrap;gap:1.2rem;}
.capability-item{
  flex:1 1 220px;
  border:1px solid var(--metal-200);
  background:linear-gradient(155deg, #ffffff 0%, #f2f4f5 100%);
  padding:1.4rem 1.4rem;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.capability-item:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(20,24,27,.12);border-color:var(--accent);}
.capability-item .num{font-family:'Oswald',sans-serif;color:var(--accent-dark);font-weight:600;font-size:0.9rem;}
.capability-item h4{font-size:1.1rem;margin-top:0.5rem;}
.capability-item p{color:var(--steel-700);font-size:0.92rem;margin-top:0.4rem;}

/* ---------- Infrastructure / machines ---------- */
.machines-flex{display:flex;flex-wrap:wrap;gap:1.5rem;}
.machine-card{
  /* flex:1 1 250px; */
  border:1px solid var(--metal-200);
  background:linear-gradient(155deg, #ffffff 0%, #f2f4f5 100%);
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.machine-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px rgba(20,24,27,.15);border-color:var(--accent);}
.machine-card img{width:100%;height:170px;object-fit:cover;display:block;transition:transform .5s ease;}
.machine-card:hover img{transform:scale(1.06);}
.machine-card .body{padding:1.1rem 1.2rem 1.3rem;}
.machine-card h4{font-size:1.05rem;font-weight:600;}
.machine-card .brand{color:var(--accent-dark);font-size:0.85rem;font-weight:600;margin-top:0.3rem;display:block;}

/* ---------- CTA band ---------- */
.cta-band{
  background:linear-gradient(120deg, var(--accent-light) 0%, var(--accent) 45%, var(--accent-dark) 100%);
  padding:3rem 0;
  position:relative;
  overflow:hidden;
}
.cta-flex{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap;position:relative;z-index:1;}
.cta-flex h2{color:var(--steel-950);font-size:clamp(1.5rem,3vw,2.1rem);}
.cta-flex p{color:var(--steel-800);margin-top:0.4rem;}
.btn-on-accent{
  position:relative;overflow:hidden;
  background:linear-gradient(155deg, #2b333a 0%, var(--steel-950) 100%);
  color:var(--off-white);font-weight:600;padding:0.85rem 1.9rem;border:none;flex-shrink:0;
  box-shadow:0 4px 14px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.12);
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-on-accent:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.35);color:var(--off-white);}

/* ---------- Contact ---------- */
.contact-flex{display:flex;gap:3rem;flex-wrap:wrap;}
.contact-info{flex:1 1 340px;}
.info-row{display:flex;gap:1rem;margin-bottom:1.4rem;align-items:flex-start;}
.info-row .ic{width:38px;height:38px;flex-shrink:0;background:var(--steel-950);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-family:'Oswald',sans-serif;}
.info-row .txt strong{display:block;color:var(--steel-950);font-size:0.95rem;}
.info-row .txt span{color:var(--steel-700);font-size:0.95rem;}
.map-wrap{margin-top:1.5rem;border:1px solid var(--metal-200);}
.map-wrap iframe{width:100%;height:220px;display:block;border:none;}

/* ---------- Enquiry form ---------- */
.enquiry-form{flex:1 1 380px;background:linear-gradient(160deg, #23292f 0%, var(--steel-950) 70%);padding:2.2rem;box-shadow:0 10px 30px rgba(0,0,0,.25);}
.enquiry-form h3{color:var(--off-white);font-size:1.4rem;margin-bottom:0.4rem;}
.enquiry-form p.sub{color:var(--metal-300);font-size:0.95rem;margin-bottom:1.6rem;}
.enquiry-form label{color:var(--metal-200);font-size:0.88rem;font-weight:500;margin-bottom:0.35rem;}
.enquiry-form .form-control{background:var(--steel-800);border:1px solid var(--steel-600);color:var(--off-white);padding:0.65rem 0.8rem;}
.enquiry-form .form-control:focus{background:var(--steel-800);color:var(--off-white);border-color:var(--accent);box-shadow:0 0 0 0.2rem rgba(0,175,238,.25);}
.enquiry-form .form-control::placeholder{color:var(--metal-300);opacity:0.6;}
.field{margin-bottom:1.1rem;}
.enquiry-form .btn-primary-ind{width:100%;margin-top:0.4rem;}

.enquiry-standalone{
  max-width:640px;
  margin:0 auto;
  background:linear-gradient(160deg, #23292f 0%, var(--steel-950) 70%);
  padding:2.6rem;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  animation:fadeUp .7s ease both;
}
.enquiry-standalone h3{color:var(--off-white);font-size:1.5rem;}
.enquiry-standalone p.sub{color:var(--metal-300);margin-top:0.5rem;margin-bottom:1.8rem;}
.field-row{display:flex;gap:1.1rem;flex-wrap:wrap;}
.field-row .field{flex:1 1 200px;}

/* ---------- Footer ---------- */
footer{background:var(--steel-950);padding:2.6rem 0 1.6rem;}
.footer-flex{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:1.6rem;border-top:1px solid var(--steel-700);}
footer .top-flex{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:1.6rem;}
footer .brand-col{max-width:20rem;}
footer .brand-col p{color:var(--metal-300);font-size:0.92rem;margin-top:0.8rem;}
footer .links-col h5{color:var(--off-white);font-size:0.95rem;margin-bottom:0.9rem;font-family:'Oswald',sans-serif;}
footer .links-col ul{list-style:none;padding:0;margin:0;}
footer .links-col li{margin-bottom:0.55rem; color: #a1acb3;}
footer .links-col a{color:var(--metal-300);font-size:0.9rem;}
footer .links-col a:hover{color:var(--accent);}
.footer-flex span{color:var(--metal-300);font-size:0.85rem;}

/* ---------- Responsive ---------- */
@media (max-width:860px){
  .nav-links{
    position:absolute;top:100%;left:0;right:0;
    background:var(--steel-950);
    flex-direction:column;
    align-items:flex-start;
    padding:1rem 1.5rem 1.5rem;
    gap:1rem;
    border-top:1px solid var(--steel-700);
    display:none;
  }
  .nav-links.open{display:flex;}
  .nav-toggle{display:block;}
  .site-nav .nav-flex{flex-wrap:wrap;}
  section{padding:3.2rem 0;}
}





/* 
PRODUCT SECTION STYLE */


/* ==========================================
   SHEET METAL NEW SECTION
========================================== */

.sheet-metal-new {
    padding: 55px 0 60px;
    background: #f3f7fa;
    font-family: "DM Sans", sans-serif;
    color: #122d49;
}

.sheet-metal-new .container {
    max-width: 1450px;
}


/* ==========================================
   TOP INTRO
========================================== */

.top-intro {
    position: relative;
}

.small-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;

    color: #40566f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}

.small-title span {
    width: 43px;
    height: 3px;
    background: #ff5a16;
    display: inline-block;
}

.top-intro h1 {
    max-width: 800px;
    margin: 0 0 18px;

    color: #102b48;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 700;
}

.top-intro h1 b {
    color: #f45a18;
}

.top-intro p {
    max-width: 800px;

    margin-bottom: 17px;

    color: #60758f;
    font-size: 16px;
    line-height: 1.7;
}


/* ==========================================
   MAIN IMAGE
========================================== */

.main-product-image {
    position: relative;
    padding: 20px;
}

.main-product-image::before {
    content: "";
    position: absolute;

    width: 430px;
    height: 430px;

    top: 0;
    right: 10px;

    background: #e5eef6;
    border-radius: 50%;

    z-index: 0;
}

.main-product-image img {
    position: relative;
    z-index: 1;

    width: 100%;
    height: 360px;

    object-fit: cover;

    border-radius: 20px;

    mix-blend-mode: multiply;
}


/* ==========================================
   FEATURES
========================================== */

.features-box {
    margin-top: 25px;

    background: linear-gradient(
        90deg,
        #e8f5ff,
        #dceeff
    );

    border-radius: 15px;
    overflow: hidden;
}

.feature-intro {
    height: 135px;

    padding: 20px 25px;

    background: #164a7b;

    color: #fff;

    display: flex;
    align-items: center;

    gap: 18px;
}

.feature-intro-icon {
    width: 55px;
    height: 55px;

    min-width: 55px;

    border: 2px solid #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 23px;
}

.feature-intro h3 {
    margin: 0;

    font-size: 23px;
    line-height: 1.35;
    color: #fff;
}

.feature-intro p {
    margin: 2px 0 7px;

    color: #fff;

    font-size: 15px;
}

.mini-line {
    display: block;

    width: 42px;
    height: 3px;

    background: #ff5a16;
}


.feature-item {
    height: 135px;

    padding: 15px 18px;

    display: flex;
    align-items: center;

    gap: 15px;

    border-right: 2px solid #fff;
}

.feature-round {
    width: 60px;
    height: 60px;

    min-width: 60px;

    border-radius: 50%;

    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ff5a16;

    font-size: 23px;
}

.feature-item h4 {
    margin: 0 0 3px;

    color: #103b6c;

    font-size: 16px;
    font-weight: 700;
}

.feature-item p {
    margin: 0;

    color: #163e68;

    font-size: 14px;
    line-height: 1.45;
}


/* ==========================================
   SHOP SECTION
========================================== */

.shop-section {
    margin-top: 25px;
}

.shop-card {
    height: 100%;

    padding: 8px;

    background: #fff;

    border-radius: 15px;

    box-shadow:
        0 8px 25px rgba(25, 55, 80, .08);

    overflow: hidden;
}

.shop-img {
    height: 225px;

    overflow: hidden;

    border-radius: 10px;
}

.shop-img img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: .5s ease;
}

.shop-card:hover .shop-img img {
    transform: scale(1.06);
}

.shop-content {
    padding: 20px 18px;
}

.orange-line {
    display: block;

    width: 48px;
    height: 3px;

    margin-bottom: 15px;

    background: #ff5a16;
}

.shop-content h2 {
    margin-bottom: 10px;

    color: #12355c;

    font-size: 24px;
    font-weight: 700;
}

.shop-content h2 strong {
    color: #f45a18;
}

.shop-content p {
    margin-bottom: 18px;

    color: #647890;

    font-size: 15px;
    line-height: 1.6;
}


/* ==========================================
   KNOW MORE
========================================== */

.know-more {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    color: #12345a;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;
}

.know-more span {
    width: 35px;
    height: 35px;

    border-radius: 50%;

    background: #ff5a16;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .3s ease;
}

.know-more:hover {
    color: #ff5a16;
}

.know-more:hover span {
    transform: translateX(5px);
}


/* ==========================================
   MATERIALS
========================================== */

.materials-box {
    margin-top: 25px;

    padding: 25px 30px;

    background: #fff;

    border-radius: 15px;

    box-shadow:
        0 8px 30px rgba(25, 55, 80, .06);
}

.materials-text {
    padding-right: 20px;
}

.materials-text h2 {
    margin: 0 0 7px;

    color: #12365d;

    font-size: 25px;
    line-height: 1.35;
}

.materials-text p {
    margin: 0;

    color: #6b7e95;

    font-size: 15px;
    line-height: 1.5;
}


/* MATERIAL CARDS */

.materials-list {
    row-gap: 10px;
}

.material-card {
    padding: 5px;

    background: #fff;

    border: 1px solid #e7edf3;

    border-radius: 9px;

    text-align: center;

    box-shadow:
        0 5px 15px rgba(20, 50, 80, .06);

    transition: .3s ease;
}

.material-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 12px 25px rgba(20, 50, 80, .13);
}

.material-card img {
    width: 100%;
    height: 78px;

    display: block;

    object-fit: cover;

    border-radius: 6px;
}

.material-card h5 {
    margin: 7px 0 4px;

    color: #123b68;

    font-size: 12px;
    font-weight: 700;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1199px) {

    .top-intro h1 {
        font-size: 36px;
    }

    .feature-item {
        padding: 15px 10px;
    }

    .feature-round {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }

}


@media (max-width: 991px) {

    .top-intro h1 {
        font-size: 32px;
    }

    .top-intro p {
        font-size: 15px;
    }

    .main-product-image {
        padding: 0;
    }

    .main-product-image::before {
        width: 300px;
        height: 300px;
    }

    .main-product-image img {
        height: 300px;
    }

    .feature-intro,
    .feature-item {
        height: 145px;
    }

    .feature-intro {
        padding: 15px;
    }

    .feature-item {
        gap: 8px;
    }

    .feature-item h4 {
        font-size: 14px;
    }

    .feature-item p {
        font-size: 12px;
    }

    .shop-img {
        height: 190px;
    }

    .shop-content {
        padding: 15px;
    }

    .shop-content h2 {
        font-size: 20px;
    }

    .materials-box {
        padding: 20px;
    }

}


@media (max-width: 767px) {

    .sheet-metal-new {
        padding: 40px 0;
    }

    .top-intro h1 {
        font-size: 29px;
    }

    .small-title {
        font-size: 11px;
        letter-spacing: 2px;
        gap: 12px;
    }

    .main-product-image {
        margin-top: 20px;
    }

    .main-product-image img {
        height: 260px;
    }

    .main-product-image::before {
        width: 250px;
        height: 250px;
    }

    .feature-intro,
    .feature-item {
        height: auto;
        min-height: 110px;
    }

    .feature-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.8);
    }

    .shop-section > .col-md-6 {
        margin-bottom: 20px;
    }

    .shop-img {
        height: 220px;
    }

    .materials-text {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .materials-text h2 {
        font-size: 23px;
    }

    .material-card img {
        height: 85px;
    }

}





/* ABOUT US SECTION */



/* ==========================================
   VISION MISSION CORE VALUES SECTION
========================================== */

.vmc-section {
    position: relative;
    padding: 75px 0 80px;
    background: #f5f9fc;
    font-family: "DM Sans", sans-serif;
    overflow: hidden;
}

.vmc-section .container {
    max-width: 1480px;
}


/* ==========================================
   MAIN HEADING
========================================== */

.vmc-heading {
    margin-bottom: 35px;
}

.vmc-eyebrow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;

    color: #334a64;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
}

.vmc-eyebrow span {
    display: inline-block;
    width: 42px;
    height: 3px;
    background: #ff5a16;
    border-radius: 5px;
}

.vmc-heading h2,
.core-heading h2 {
    margin: 10px 0 8px;

    color: #102f59;
    font-size: 43px;
    line-height: 1.15;
    font-weight: 700;
}

.vmc-heading p,
.core-heading p {
    max-width: 900px;
    margin: auto;

    color: #637997;
    font-size: 16px;
    line-height: 1.6;
}


/* ==========================================
   VISION / MISSION ROW
========================================== */

.vm-cards {
    margin-left: -10px;
    margin-right: -10px;
}

.vm-cards > .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}


/* ==========================================
   VISION / MISSION CARD
========================================== */

.vm-card {
    position: relative;

    min-height: 320px;

    background:
        linear-gradient(
            110deg,
            #ffffff 0%,
            #f8fbfe 55%,
            #e7f2fb 100%
        );

    border: 1px solid #e0ebf4;
    border-radius: 14px;

    overflow: hidden;

    box-shadow:
        0 8px 28px rgba(25, 60, 90, .07);
}


/* ==========================================
   VM CONTENT
========================================== */

.vm-content {
    padding: 28px 12px 28px 38px;
}

.vm-top {
    display: flex;
    align-items: center;
    gap: 18px;
}


/* ORANGE ROUND ICON */

.vm-icon {
    width: 72px;
    height: 72px;

    min-width: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ff5a16;

    color: #fff;

    font-size: 29px;

    box-shadow:
        0 8px 18px rgba(255, 90, 22, .20);
}


/* TITLE */

.vm-title span {
    display: block;

    color: #304966;

    font-size: 18px;
    line-height: 1;

    letter-spacing: 4px;
}

.vm-title h3 {
    margin: 5px 0 0;

    color: #102f59;

    font-size: 30px;
    line-height: 1;

    font-weight: 700;
}


/* ORANGE LINE */

.vm-line {
    width: 45px;
    height: 3px;

    margin: 15px 0 20px;

    background: #ff5a16;
}


/* TEXT */

.vm-content p {
    margin: 0;

    color: #607795;

    font-size: 15px;
    line-height: 1.55;
}


/* ==========================================
   IMAGE AREA
========================================== */

.vm-image {
    position: relative;

    height: 320px;

    overflow: hidden;

    border-radius: 100% 0 0 100%;
}


/* LIGHT CIRCULAR OVERLAY */

.vm-image::before {
    content: "";

    position: absolute;

    z-index: 2;

    left: -80px;
    top: -30px;

    width: 280px;
    height: 380px;

    border: 16px solid rgba(255, 255, 255, .60);

    border-radius: 50%;
}


/* IMAGE */

.vm-image img {
    position: absolute;

    width: 100%;
    height: 100%;

    object-fit: cover;

    right: 0;
    top: 0;

    transition: transform .6s ease;
}

.vm-card:hover .vm-image img {
    transform: scale(1.06);
}


/* IMAGE CAPTION */

.image-caption {
    position: absolute;

    z-index: 5;

    top: 20px;
    right: 25px;

    color: #38516e;

    font-size: 11px;
    line-height: 1.8;

    letter-spacing: 4px;

    text-align: center;

    font-weight: 600;
}


/* ==========================================
   CORE VALUES HEADING
========================================== */

.core-heading {
    margin-top: 50px;
    margin-bottom: 28px;
}

.core-heading h2 {
    font-size: 37px;
}


/* ==========================================
   CORE VALUE CARDS
========================================== */

.core-values {
    row-gap: 18px;
}

.core-values > .col-md-3 {
    display: flex;
}

.value-card {
    width: 100%;

    min-height: 350px;

    padding: 20px 15px;

    background: #fff;

    border: 1px solid #e1ebf3;

    border-radius: 12px;

    text-align: center;

    box-shadow:
        0 6px 20px rgba(22, 55, 85, .05);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.value-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 14px 32px rgba(22, 55, 85, .12);
}


/* ==========================================
   VALUE ICON
========================================== */

.value-icon {
    width: 70px;
    height: 70px;

    margin: 0 auto 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #edf5fc;

    color: #123d6c;

    font-size: 28px;

    transition: .3s ease;
}

.value-icon.orange-icon {
    color: #ff5a16;
}

.value-card:hover .value-icon {
    background: #ff5a16;
    color: #fff;
}


/* ==========================================
   VALUE TITLE
========================================== */

.value-card h4 {
    min-height: 45px;

    margin: 0;

    color: #12355f;

    font-size: 16px;
    line-height: 1.25;

    font-weight: 700;
}


/* ==========================================
   VALUE LINE
========================================== */

.value-line {
    width: 44px;
    height: 3px;

    margin: 10px auto 15px;

    background: #ff5a16;

    border-radius: 5px;
}


/* ==========================================
   VALUE TEXT
========================================== */

.value-card p {
    margin: 0;

    color: #657a96;

    font-size: 13.5px;
    line-height: 1.55;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1199px) {

    .vmc-heading h2 {
        font-size: 38px;
    }

    .vm-content {
        padding-left: 25px;
    }

    .vm-content p {
        font-size: 14px;
    }

    .vm-icon {
        width: 62px;
        height: 62px;
        min-width: 62px;
        font-size: 25px;
    }

    .vm-title span {
        font-size: 16px;
    }

    .vm-title h3 {
        font-size: 27px;
    }

    .value-card {
        min-height: 365px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .vmc-section {
        padding: 50px 0 55px;
    }


    /* MAIN HEADING */

    .vmc-heading {
        margin-bottom: 25px;
    }

    .vmc-eyebrow {
        font-size: 10px;
        letter-spacing: 2px;
        gap: 8px;
    }

    .vmc-eyebrow span {
        width: 28px;
        height: 2px;
    }

    .vmc-heading h2,
    .core-heading h2 {
        font-size: 29px;
    }

    .vmc-heading p,
    .core-heading p {
        font-size: 14px;
    }


    /* VM CARDS */

    .vm-cards > .col-md-6 {
        margin-bottom: 20px;
    }

    .vm-card {
        min-height: auto;
    }

    .vm-card .row {
        display: flex;
        flex-direction: column;
    }

    .vm-card .col-md-7,
    .vm-card .col-md-5 {
        width: 100%;
    }


    /* CONTENT */

    .vm-content {
        padding: 25px 22px 20px;
    }

    .vm-icon {
        width: 62px;
        height: 62px;
        min-width: 62px;

        font-size: 25px;
    }

    .vm-title span {
        font-size: 15px;
    }

    .vm-title h3 {
        font-size: 27px;
    }

    .vm-content p {
        font-size: 14px;
    }


    /* IMAGE */

    .vm-image {
        height: 230px;

        border-radius: 0 0 14px 14px;
    }

    .vm-image::before {
        left: -80px;
        top: -60px;

        width: 240px;
        height: 280px;
    }

    .image-caption {
        top: 15px;
        right: 18px;

        font-size: 9px;
        letter-spacing: 3px;
    }


    /* CORE */

    .core-heading {
        margin-top: 30px;
        margin-bottom: 22px;
    }

    .core-values {
        row-gap: 15px;
    }

    .value-card {
        min-height: 350px;

        padding: 18px 11px;
    }

    .value-icon {
        width: 58px;
        height: 58px;

        font-size: 23px;
    }

    .value-card h4 {
        font-size: 14px;
    }

    .value-card p {
        font-size: 12.5px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .vmc-heading h2,
    .core-heading h2 {
        font-size: 26px;
    }

    .vm-top {
        gap: 14px;
    }

    .vm-content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .value-card {
        min-height: 365px;
    }

}


    /* Contact Page css */



    :root {
    --merasha-navy: #102b48;
    --merasha-dark: #0c2239;
    --merasha-orange: #ff5a16;
    --merasha-light: #f5f8fa;
    --merasha-text: #17314b;
}


/* ================= MAIN SECTION ================= */

.merasha-contact {
    background: #f7f9fa;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--merasha-text);
}

.contact-main {
    min-height: 500px;
}


/* ================= LEFT ================= */

.contact-left {
    background: #f7f9fa;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.contact-left-inner {
    padding: 80px 60px 35px 7%;
    position: relative;
    z-index: 5;
    max-width: 720px;
}


/* KICKER */

.contact-kicker {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 17px;
    letter-spacing: 3px;
    font-weight: 500;
    color: var(--merasha-navy);
    margin-bottom: 25px;
}

.contact-kicker span {
    display: inline-block;
    width: 43px;
    height: 4px;
    background: var(--merasha-orange);
}


/* HEADING */

.contact-left h2 {
    font-size: clamp(48px, 4vw, 70px);
    line-height: .98;
    letter-spacing: -2px;
    font-weight: 800;
    color: #081c31;
    margin: 0;
}

.contact-left h2 strong {
    display: block;
    color: var(--merasha-orange);
    font-weight: 800;
}


/* INTRO */

.contact-intro {
    max-width: 500px;
    font-size: 17px;
    line-height: 1.65;
    color: #29445e;
    margin: 25px 0 28px;
}


/* ================= CONTACT DETAILS ================= */

.contact-detail {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 19px;
}

.detail-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    background: var(--merasha-navy);
    color: var(--merasha-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: .3s ease;
}

.contact-detail:hover .detail-icon {
    background: var(--merasha-orange);
    color: #fff;
    transform: translateY(-3px);
}

.detail-content h5 {
    margin: 0 0 5px;
    color: #122b43;
    font-size: 17px;
    font-weight: 700;
}

.detail-content p {
    margin: 0;
    color: #29445e;
    font-size: 15px;
    line-height: 1.6;
}


/* ================= BUTTON ================= */

.direction-btn {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    min-width: 245px;
    padding: 15px 25px;
    background: var(--merasha-orange);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: .3s ease;
}

.direction-btn i {
    font-size: 18px;
    transition: .3s ease;
}

.direction-btn:hover {
    background: var(--merasha-navy);
    color: #fff;
}

.direction-btn:hover i {
    transform: translateX(6px);
}


/* ================= PRODUCT IMAGE ================= */

.contact-product-image {
    position: absolute;
    right: -5%;
    bottom: 0;
    width: 58%;
    height: 57%;
    overflow: hidden;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}

.contact-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* IMAGE GRADIENT */

.product-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(247,249,250,1) 0%,
            rgba(247,249,250,.55) 15%,
            rgba(247,249,250,0) 38%
        );
}


/* IMAGE TEXT */

.product-text {
    position: absolute;
    top: 25%;
    left: 27%;
    color: #102b48;
    z-index: 2;
    font-size: 29px;
    line-height: 1.1;
    font-style: italic;
}

.product-text span {
    display: block;
}

.product-text strong {
    color: #102b48;
}


/* ================= RIGHT MAP ================= */

.contact-right {
    position: relative;
    min-height: 500px;
    background: var(--merasha-navy);
    overflow: hidden;
}


/* TOP MAP HEADING */

.map-heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 185px;
    display: flex;
    z-index: 10;
}


/* NAVY HEADING */

.map-heading-content {
    flex: 1;
    padding: 43px 40px 25px 70px;
    background: var(--merasha-navy);
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}


/* KICKER */

.map-kicker {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.map-kicker span {
    width: 36px;
    height: 3px;
    background: var(--merasha-orange);
}


.map-heading h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}


/* LOCATION ORANGE BOX */

.location-badge {
    width: 300px;
    background: var(--merasha-orange);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 25px;
}

.location-badge-icon {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #fff;
    color: var(--merasha-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.location-badge strong {
    display: block;
    font-size: 19px;
    line-height: 1.3;
}


/* ================= MAP ================= */

.map-wrapper {
    position: absolute;
    top: 185px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(.85);
}


/* ORANGE DIAGONAL */

.map-wrapper::before {
    content: "";
    position: absolute;
    top: -5%;
    left: -2px;
    width: 8px;
    height: 110%;
    background: var(--merasha-orange);
    transform: skewX(-8deg);
    z-index: 5;
}


/* MAP PIN */

.map-company-pin {
    position: absolute;
    left: 52%;
    top: 52%;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pin-icon {
    width: 45px;
    height: 45px;
    background: #e93625;
    color: #fff;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
}

.pin-icon i {
    transform: rotate(45deg);
}

.map-company-pin span {
    background: #fff;
    padding: 9px 13px;
    border-radius: 5px;
    color: #e93625;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
}


/* VIEW MAP BUTTON */

.larger-map-btn {
    position: absolute;
    right: 35px;
    bottom: 35px;
    z-index: 20;
    background: #fff;
    color: #17314b;
    padding: 14px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,.12);
}

.larger-map-btn i {
    margin-left: 8px;
}

.larger-map-btn:hover {
    color: var(--merasha-orange);
}


/* =========================================================
   BOTTOM FEATURES
========================================================= */

.contact-features {
    background: rgba(255,255,255,.96);
    border-radius: 18px;
    margin-top: -1px;
    position: relative;
    z-index: 20;
    box-shadow: 0 -2px 20px rgba(0,0,0,.05);
}


.feature-box {
    min-height: 135px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 38px;
    border-right: 1px solid #d7e0e7;
}

.contact-features > div:last-child .feature-box {
    border-right: 0;
}


/* FEATURE ICON */

.feature-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    background: #fff0e9;
    color: var(--merasha-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}


/* FEATURE CONTENT */

.feature-content h5 {
    margin: 0 0 8px;
    color: #102b48;
    font-size: 17px;
    font-weight: 700;
}

.feature-content p {
    margin: 0;
    color: #415b72;
    font-size: 14px;
    line-height: 1.5;
}


/* ================= BOTTOM LINE ================= */

.contact-bottom-line {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 35px 50px 20px;
    color: #73879a;
    font-size: 13px;
    letter-spacing: 2px;
}

.contact-bottom-line > span {
    width: 350px;
    height: 1px;
    background: #cbd4db;
}

.contact-bottom-line b {
    display: inline-block;
    width: 38px;
    height: 3px;
    background: var(--merasha-orange);
    margin-right: 15px;
    vertical-align: middle;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .contact-left-inner {
        padding-left: 45px;
        padding-right: 35px;
    }

    .contact-left h2 {
        font-size: 52px;
    }

    .contact-product-image {
        width: 60%;
    }

    .map-heading-content {
        padding-left: 45px;
    }

    .location-badge {
        width: 245px;
    }

    .feature-box {
        padding: 22px 20px;
    }

}


/* TABLET */

@media (max-width: 991px) {

    .contact-main {
        min-height: auto;
    }

    .contact-left {
        min-height: 500px;
    }

    .contact-right {
        min-height: 500px;
    }

    .contact-left-inner {
        padding: 65px 50px 35px;
        max-width: 500px;
    }

    .contact-left h2 {
        font-size: 55px;
    }

    .contact-product-image {
        width: 60%;
        height: 43%;
    }

    .map-heading {
        height: 160px;
    }

    .map-heading-content {
        padding: 35px 30px 20px 45px;
    }

    .map-heading h3 {
        font-size: 17px;
    }

    .location-badge {
        width: 240px;
    }

    .map-wrapper {
        top: 160px;
    }

    .feature-box {
        border-bottom: 1px solid #d7e0e7;
    }

    .contact-features > div:nth-child(2) .feature-box {
        border-right: 0;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .contact-left {
        min-height: auto;
        padding-bottom: 0;
    }

    .contact-left-inner {
        padding: 50px 25px 35px;
    }

    .contact-kicker {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .contact-kicker span {
        width: 32px;
        height: 3px;
    }

    .contact-left h2 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .contact-intro {
        font-size: 15px;
        margin-top: 20px;
    }

    .contact-detail {
        align-items: flex-start;
        gap: 13px;
        margin-bottom: 18px;
    }

    .detail-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 18px;
    }

    .detail-content h5 {
        font-size: 15px;
    }

    .detail-content p {
        font-size: 13px;
    }

    .direction-btn {
        min-width: 210px;
        padding: 13px 20px;
    }


    /* IMAGE */
    .contact-product-image {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 300px;
        clip-path: none;
    }

    .product-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(247,249,250,0) 0%,
                rgba(247,249,250,.05) 35%,
                rgba(247,249,250,.9) 100%
            );
    }

    .product-text {
        top: auto;
        bottom: 25px;
        left: 30px;
        font-size: 24px;
    }


    /* MAP */
    .contact-right {
        min-height: 600px;
    }

    .map-heading {
        position: relative;
        height: auto;
        display: block;
    }

    .map-heading-content {
        padding: 35px 25px;
        clip-path: none;
    }

    .map-heading h3 {
        font-size: 16px;
    }

    .desktop-break {
        display: none;
    }

    .location-badge {
        width: 100%;
        min-height: 90px;
        justify-content: flex-start;
        padding: 20px 25px;
    }

    .map-wrapper {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: 400px;
    }

    .map-company-pin {
        left: 35%;
        top: 48%;
    }

    .map-company-pin span {
        font-size: 11px;
    }

    .larger-map-btn {
        right: 15px;
        bottom: 15px;
        padding: 11px 14px;
        font-size: 12px;
    }


    /* FEATURES */
    .contact-features {
        border-radius: 0;
    }

    .feature-box {
        min-height: 105px;
        padding: 20px;
        border-right: 0 !important;
        border-bottom: 1px solid #d7e0e7;
    }

    .feature-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        font-size: 22px;
    }

    .feature-content h5 {
        font-size: 15px;
    }

    .feature-content p {
        font-size: 12px;
    }

    .contact-bottom-line {
        justify-content: center;
        padding: 25px 15px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .contact-bottom-line > span {
        display: none;
    }

}


/* SMALL MOBILE */

@media (max-width: 400px) {

    .contact-left-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .contact-left h2 {
        font-size: 36px;
    }

    .contact-intro {
        font-size: 14px;
    }

    .detail-content p {
        font-size: 12px;
    }

    .product-text {
        font-size: 21px;
    }

}





.new-box{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin:20px;
    padding:20px;
    border-radius: 10px;
}