/*
Theme Name: Polaris Logistics Complete
Theme URI: https://www.polarislines.com/
Author: OpenAI for Polaris Shipping Lines
Author URI: https://www.polarislines.com/
Description: A complete custom WordPress theme for Polaris Shipping Lines LLP with homepage template, services pages, menu support, SEO tags, and Connect Polaris landing page support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: polaris-logistics-complete
*/

:root{
  --navy:#041A3D;
  --blue:#0B4F9E;
  --orange:#FF5C00;
  --light:#f5f8fc;
  --text:#16324f;
  --muted:#5f7288;
  --white:#ffffff;
  --border:#dbe5ef;
  --shadow:0 18px 40px rgba(4,26,61,.08);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.65;
}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--orange)}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,92%);margin:0 auto}
.section{padding:72px 0}
.section-sm{padding:48px 0}
.section-title{
  font-size:clamp(30px,4vw,44px);
  line-height:1.15;
  margin:0 0 14px;
  color:var(--navy);
}
.section-subtitle{
  color:var(--muted);
  font-size:18px;
  max-width:780px;
  margin:0 auto 12px;
}
.text-center{text-align:center}
.btn, .wp-block-button__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 24px;
  border-radius:999px;
  background:var(--orange);
  color:#fff !important;
  border:none;
  font-weight:700;
  letter-spacing:.2px;
  box-shadow:var(--shadow);
}
.btn:hover,.wp-block-button__link:hover{transform:translateY(-1px);filter:brightness(.98)}
.btn-outline{
  background:transparent;
  color:var(--navy) !important;
  border:2px solid rgba(4,26,61,.15);
  box-shadow:none;
}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(4,26,61,.08);
}
.header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{display:flex;align-items:center;gap:14px}
.brand-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:none;
  box-shadow:none;
  width:auto;
  height:auto;
}

.brand-logo-link .custom-logo-link{
  display:flex;
  align-items:center;
  justify-content:center;
}

.brand-logo-link .custom-logo{
  max-height:56px;
  width:auto;
  display:block;
}

.brand-fallback{
  width:44px;
  height:44px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--navy),var(--blue));
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:700;
  box-shadow:var(--shadow);
}
.brand-name{
  font-size:19px;font-weight:800;color:var(--navy);line-height:1.1;
}
.brand-sub{font-size:11px;color:var(--muted);letter-spacing:1.2px;text-transform:uppercase}
.primary-nav{display:flex;align-items:center;gap:12px}
.primary-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2px}
.primary-nav li{position:relative}
.primary-nav a{
  display:block;
  padding:12px 14px;
  color:var(--navy);
  font-weight:700;
  font-size:14px;
}
.primary-nav .menu-item-has-children > a:after{
  content:"▾";
  font-size:12px;
  margin-left:8px;
}
.primary-nav .sub-menu{
  position:absolute;
  left:0;top:100%;
  min-width:280px;
  background:#fff;
  padding:12px 0;
  box-shadow:var(--shadow);
  border:1px solid rgba(4,26,61,.08);
  border-radius:16px;
  display:none;
}
.primary-nav .sub-menu li{width:100%}
.primary-nav .sub-menu a{padding:12px 18px;font-weight:600}
.primary-nav li:hover > .sub-menu{display:block}
.header-cta{display:flex;align-items:center;gap:10px}
.mobile-toggle{display:none;background:none;border:none;font-size:28px;color:var(--navy)}
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.14), transparent 25%),
    radial-gradient(circle at 90% 20%, rgba(255,255,255,.1), transparent 25%),
    linear-gradient(135deg,#03152f 0%, #08356d 55%, #0b5fb1 100%);
  color:#fff;
}
.hero:before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 30%),
    linear-gradient(0deg, rgba(0,0,0,.2), transparent 35%);
}
.hero-inner{
  position:relative;
  padding:96px 0 84px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:42px;
  align-items:center;
}
.hero h1{font-size:clamp(40px,5vw,64px);line-height:1.05;margin:0 0 18px}
.hero p{font-size:18px;color:rgba(255,255,255,.88);margin:0 0 28px;max-width:720px}
.hero-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}
.hero-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}
.hero-stat{
  background:rgba(255,255,255,.08);
  border-radius:18px;padding:16px
}
.hero-stat strong{display:block;font-size:28px;color:#fff}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.12);color:#fff;font-size:13px;
  border:1px solid rgba(255,255,255,.15)
}
.card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:26px;
  box-shadow:var(--shadow);
  height:100%;
}
.card h3{margin:0 0 10px;color:var(--navy);font-size:22px}
.card p{margin:0;color:var(--muted)}
.card .link-arrow{display:inline-block;margin-top:16px;font-weight:700}
.muted-wrap{background:var(--light)}
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.visual-box{
  min-height:420px;
  border-radius:28px;
  background:
    linear-gradient(135deg, rgba(255,92,0,.12), rgba(11,79,158,.08)),
    linear-gradient(135deg, #f7fbff, #edf4fc);
  border:1px solid var(--border);
  position:relative;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.visual-box:before, .visual-box:after{
  content:"";
  position:absolute;
  border-radius:24px;
}
.visual-box:before{
  width:220px;height:220px;right:-60px;top:-60px;background:rgba(255,92,0,.15)
}
.visual-box:after{
  width:180px;height:180px;left:-40px;bottom:-40px;background:rgba(11,79,158,.15)
}
.visual-label{
  position:absolute;left:28px;top:28px;
  padding:10px 14px;border-radius:999px;background:#fff;color:var(--navy);
  font-size:13px;font-weight:700;box-shadow:var(--shadow)
}
.visual-content{
  position:absolute;inset:auto 28px 28px 28px;background:#fff;border-radius:22px;padding:22px;box-shadow:var(--shadow)
}
.visual-content h4{margin:0 0 10px;color:var(--navy)}
.feature-list, .plain-list{
  list-style:none;padding:0;margin:20px 0 0
}
.feature-list li, .plain-list li{
  padding:12px 0 12px 30px;position:relative;border-bottom:1px solid rgba(4,26,61,.08)
}
.feature-list li:before, .plain-list li:before{
  content:"✓";position:absolute;left:0;top:12px;color:var(--orange);font-weight:800
}
.stats-band{
  background:var(--navy);color:#fff;border-radius:28px;padding:18px;
}
.stats-band-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px
}
.stats-band .stat-box{
  padding:20px;border-radius:20px;background:rgba(255,255,255,.07);text-align:center
}
.stats-band strong{display:block;font-size:32px}
.region-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px
}
.region-box{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:24px;
  box-shadow:var(--shadow);

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

.region-box:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(4,26,61,.12);
}
.region-box h4{margin:0 0 14px;color:var(--navy);font-size:22px}
.region-box p{margin:0;color:var(--muted)}

/* ===== SERVICE PAGE IMAGE & CONTENT STYLES ===== */

.service-hero-image-block{
  margin-bottom:34px;
}

.service-hero-split,
.service-middle-split{
  align-items:stretch;
}

.service-image-card{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  min-height:420px;
  box-shadow:0 24px 55px rgba(4,26,61,.14);
  background:#eaf1f9;
}

.service-image-card img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
}

.service-image-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:28px;
  background:linear-gradient(to top, rgba(4,26,61,.92), rgba(4,26,61,.18));
  color:#fff;
}

.service-image-overlay h4{
  margin:0 0 8px;
  color:#fff;
  font-size:28px;
}

.service-image-overlay p{
  margin:0;
  color:rgba(255,255,255,.88);
  line-height:1.7;
}

.highlight-box{
  background:#fff;
  border-left:4px solid var(--orange);
  padding:22px;
  border-radius:14px;
  box-shadow:var(--shadow);
  margin:24px 0;
}

.highlight-box h3{
  margin:0 0 10px;
  color:var(--navy);
}
.project-showcase-wrap{
  overflow:hidden;
  margin-top:26px;
}
.contact-cta-card{
  background:linear-gradient(135deg,#f7fbff,#eef5fd);
  border:1px solid var(--border);
  border-radius:22px;
  box-shadow:var(--shadow);
}

.contact-cta-card .entry-content{
  max-width:780px;
}

.contact-cta-card h3{
  margin-top:0;
}

.card-grid.service-why-grid .card p{
  line-height:1.8;
  word-break:break-word;
}

.project-showcase-track{
  display:flex;
  gap:22px;
  width:max-content;
  animation:projectShowcaseScroll 36s linear infinite;
}

.project-showcase-wrap:hover .project-showcase-track{
  animation-play-state:paused;
}

.project-showcase-card{
  flex:0 0 calc((1180px - 66px) / 4);
  width:calc((1180px - 66px) / 4);
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow);
  text-decoration:none;
  color:var(--text);
  transition:transform .28s ease, box-shadow .28s ease;
}

.project-showcase-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(4,26,61,.14);
}

.project-showcase-thumb{
  height:220px;
  overflow:hidden;
  background:#eef4fb;
}

.project-showcase-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.project-showcase-body{
  padding:18px;
}

.project-showcase-body h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:20px;
  line-height:1.3;
}

.project-showcase-body p{
  margin:0 0 12px;
  color:var(--muted);
  line-height:1.7;
}

.project-showcase-link{
  display:inline-block;
  font-weight:700;
  color:var(--orange);
}

@keyframes projectShowcaseScroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

@media (max-width:1100px){
  .project-showcase-card{
    flex:0 0 320px;
    width:320px;
  }
}

@media (max-width:840px){
  .project-showcase-card{
    flex:0 0 280px;
    width:280px;
  }

  .project-showcase-thumb{
    height:190px;
  }
}

.service-why-grid{
  grid-template-columns:repeat(4,1fr);
}

@media (max-width:1100px){
  .service-why-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:840px){
  .service-why-grid{
    grid-template-columns:1fr;
  }

  .service-image-card,
  .service-image-card img{
    min-height:300px;
  }
}
.cta-band{
  background:linear-gradient(135deg,var(--orange),#ff7b2b);
  color:#fff;border-radius:28px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow)
}
.cta-band h3{margin:0 0 10px;font-size:32px}
.cta-band p{margin:0;color:rgba(255,255,255,.92)}

.page-hero{
  background:linear-gradient(135deg,#edf4fc,#f8fbff);
  border-bottom:1px solid var(--border);
}
.page-hero-inner{
  padding:68px 0 52px;
}
.page-hero h1{margin:0 0 14px;font-size:clamp(34px,4vw,52px);color:var(--navy);line-height:1.1}
.page-hero p{margin:0;color:var(--muted);font-size:18px;max-width:820px}
.content-wrap{padding:58px 0}
.content-wrap h2, .entry-content h2{
  font-size:34px;color:var(--navy);margin-top:36px;margin-bottom:14px
}
.content-wrap h3, .entry-content h3{
  font-size:24px;color:var(--navy);margin-top:28px;margin-bottom:12px
}
.content-wrap p, .entry-content p{color:var(--text)}
.entry-content ul{padding-left:18px}
.entry-content li{margin:8px 0}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{
  background:#fff;border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:var(--shadow)
}
.post-card h3{font-size:24px;margin:0 0 12px;color:var(--navy)}
.post-card .meta{font-size:13px;color:var(--muted);margin-bottom:12px}
.office-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.form-note{
  background:var(--light);border:1px dashed var(--border);padding:16px 18px;border-radius:14px;color:var(--muted)
}
.download-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.download-item{
  border:1px solid var(--border);border-radius:18px;padding:20px;box-shadow:var(--shadow);background:#fff
}
.notice-box{
  background:#fff6ee;border-left:4px solid var(--orange);padding:18px;border-radius:12px;color:var(--text)
}
.linktree-hero{
  background:linear-gradient(135deg,#03152f,#08356d 55%,#0b5fb1);
  color:#fff;
  min-height:100vh;
}
.linktree-wrap{
  width:min(760px,92%);
  margin:0 auto;
  padding:70px 0 60px;
}
.linktree-avatar{
  width:88px;height:88px;border-radius:22px;background:#fff;color:var(--navy);
  display:grid;place-items:center;font-size:34px;font-weight:900;margin:0 auto 18px
}
.linktree-card{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:18px 20px;border-radius:20px;margin:14px 0
}
.linktree-card a{color:#fff;font-weight:700;display:flex;justify-content:space-between;align-items:center}
@media (max-width: 1080px){
  .card-grid,.region-grid,.post-grid,.office-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}
  .hero-inner,.two-col{grid-template-columns:1fr}
}
@media (max-width: 840px){
  .primary-nav{
    position:fixed;inset:82px 0 auto 0;background:#fff;border-top:1px solid var(--border);
    padding:16px 4%;display:none;box-shadow:var(--shadow)
  }
  .primary-nav.open{display:block}
  .primary-nav ul{display:block}
  .primary-nav .sub-menu{position:static;display:block;box-shadow:none;border:none;padding:0 0 0 12px}
  .header-cta .btn{display:none}
  .mobile-toggle{display:block}
  .card-grid,.region-grid,.post-grid,.office-grid,.download-list,.footer-grid,.stats-band-grid{grid-template-columns:1fr}
  .cta-band{display:block}
}
.about-page-wrap{
  padding-top:20px;
}

.about-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:56px;
  align-items:stretch;
}

.about-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.section-tag{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(4,26,61,.08);
  color:var(--navy);
  font-size:13px;
  font-weight:700;
  letter-spacing:.6px;
  text-transform:uppercase;
  margin-bottom:16px;
}

.section-tag-light{
  background:rgba(255,255,255,.18);
  color:#fff;
}

.about-intro .entry-content h2{
  font-size:clamp(42px,5vw,58px);
  line-height:1.02;
  margin-bottom:22px;
  letter-spacing:-1px;
}

.about-intro .entry-content p{
  font-size:18px;
  line-height:1.8;
  color:#4e6488;
}

.lead-text{
  font-size:20px !important;
  line-height:1.85 !important;
  color:#334e72 !important;
}

.lead-text-sm{
  font-size:18px;
  line-height:1.8;
  color:#47607f;
}

.about-feature-list{
  margin-top:26px;
}

.about-feature-list li{
  font-size:16px;
  color:#27415f;
}

.about-media{
  position:relative;
}

.about-image-card{
  position:relative;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 28px 70px rgba(4,26,61,.16);
  min-height:620px;
}

.about-image-card img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
  display:block;
  transition:transform 1.2s ease, filter .8s ease;
}

.about-image-card:hover img{
  transform:scale(1.06);
  filter:saturate(1.05);
}

.about-image-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:34px;
  background:linear-gradient(to top, rgba(4,26,61,.92), rgba(4,26,61,.18));
  color:#fff;
}

.overlay-kicker{
  display:inline-block;
  margin-bottom:10px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-size:12px;
  font-weight:700;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.about-image-overlay h4{
  margin:0 0 10px;
  font-size:30px;
  color:#fff;
}

.about-image-overlay p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:16px;
  line-height:1.7;
  max-width:520px;
}

.mission-vision-wrap{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

.stat-card{
  min-height:280px;
  padding:34px 30px;
}

.premium-card{
  position:relative;
  border-radius:24px;
  border:1px solid rgba(4,26,61,.08);
  box-shadow:0 18px 40px rgba(4,26,61,.08);
  transition:transform .45s ease, box-shadow .45s ease, border-color .45s ease;
  overflow:hidden;
}

.premium-card:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 60px rgba(4,26,61,.14);
  border-color:rgba(255,92,0,.24);
}

.card-kicker{
  display:inline-block;
  margin-bottom:14px;
  color:var(--orange);
  font-size:13px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.about-hubs-wrap{
  align-items:center;
}

.premium-visual-box{
  min-height:420px;
  border-radius:30px;
  background:
    linear-gradient(135deg, rgba(255,92,0,.12), rgba(11,79,158,.07)),
    linear-gradient(135deg, #f7fbff, #eef5fd);
  border:1px solid var(--border);
  position:relative;
  overflow:hidden;
  box-shadow:0 24px 55px rgba(4,26,61,.12);
}

.premium-visual-box .visual-content{
  border-radius:20px;
  background:rgba(255,255,255,.96);
}

.about-heading-center{
  margin-bottom:24px;
}

.about-card-grid{
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.card-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(255,92,0,.12);
  color:var(--orange);
  font-weight:800;
  font-size:15px;
  margin-bottom:18px;
}

.hover-rise{
  min-height:250px;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.hover-rise:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(4,26,61,.14);
}

.hover-rise:active{
  transform:translateY(-2px);
}

.about-banner{
  display:grid;
  grid-template-columns:1.2fr .5fr;
  gap:30px;
  align-items:center;
  padding:52px;
  border-radius:34px;
  color:#fff;
  box-shadow:0 28px 70px rgba(4,26,61,.18);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.10), transparent 24%),
    linear-gradient(135deg, #041a3d 0%, #0a2a59 55%, #0d4481 100%);
}

.about-banner h2{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(34px,4vw,52px);
  line-height:1.02;
}

.about-banner p{
  color:rgba(255,255,255,.88);
  font-size:18px;
  line-height:1.85;
  margin:0;
}

.about-banner-action{
  text-align:right;
}

.about-banner-action .btn{
  background:#ff6a00;
  color:#fff !important;
  min-width:190px;
  justify-content:center;
  font-size:16px;
}

.about-animate{
  opacity:0;
  transform:translateY(45px);
  transition:opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1);
  will-change:opacity, transform;
}

.about-animate.about-in-view{
  opacity:1;
  transform:translateY(0);
}

.delay-1{transition-delay:.08s;}
.delay-2{transition-delay:.18s;}
.delay-3{transition-delay:.28s;}
.delay-4{transition-delay:.38s;}
.delay-5{transition-delay:.48s;}

@media (max-width:1100px){
  .about-card-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:980px){
  .about-grid,
  .about-banner,
  .two-col,
  .mission-vision-wrap{
    grid-template-columns:1fr;
  }

  .about-intro .entry-content h2{
    font-size:36px;
  }

  .about-image-card,
  .about-image-card img{
    min-height:380px;
  }

  .about-banner{
    padding:34px;
  }

  .about-banner h2{
    font-size:34px;
  }

  .about-banner-action{
    text-align:left;
  }
}

@media (max-width:640px){
  .about-card-grid{
    grid-template-columns:1fr;
  }

  .lead-text{
    font-size:18px !important;
  }

  .about-intro .entry-content h2{
    font-size:30px;
  }
}
/* ===== FOOTER FINAL OVERRIDE ===== */
.site-footer.site-footer-modern{
  background:linear-gradient(180deg,#031833 0%, #041a3d 100%) !important;
  color:#dbe8f8 !important;
  margin-top:50px !important;
}

.site-footer-modern .section{
  padding:64px 0 42px !important;
}

.site-footer-modern a{
  color:#dbe8f8 !important;
  text-decoration:none !important;
}

.site-footer-modern a:hover{
  color:#ffffff !important;
}

.site-footer-modern .footer-main-grid{
  display:grid !important;
  grid-template-columns:1.2fr 1.1fr .8fr .8fr !important;
  gap:28px !important;
  align-items:start !important;
}

.site-footer-modern .footer-brand-block h3{
  margin:0 0 14px !important;
  color:#fff !important;
  font-size:30px !important;
  line-height:1.1 !important;
}

.site-footer-modern .footer-brand-block p{
  margin:0 !important;
  color:#dbe8f8 !important;
  font-size:16px !important;
  line-height:1.8 !important;
  max-width:560px !important;
}

.site-footer-modern .footer-mini-actions{
  margin-top:20px !important;
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}

.site-footer-modern .footer-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:11px 18px !important;
  border-radius:999px !important;
  background:var(--orange) !important;
  color:#fff !important;
  font-weight:700 !important;
  font-size:14px !important;
}

.site-footer-modern .footer-btn-outline{
  background:transparent !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#fff !important;
}

.site-footer-modern .footer-presence-block h4,
.site-footer-modern .footer-links-block h4,
.site-footer-modern .footer-contact-block h4{
  margin:0 0 16px !important;
  color:#fff !important;
  font-size:22px !important;
}

.site-footer-modern .footer-office-list{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
}

.site-footer-modern .footer-office-item{
  display:block !important;
  padding:16px 18px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.05) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  color:#dbe8f8 !important;
  text-decoration:none !important;
  transition:transform .3s ease, border-color .3s ease, background .3s ease !important;
}

.site-footer-modern .footer-office-item:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(255,92,0,.35) !important;
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
}

.site-footer-modern .office-country{
  display:block !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.6px !important;
  text-transform:uppercase !important;
  color:#ffb280 !important;
  margin-bottom:6px !important;
}

.site-footer-modern .footer-office-item strong{
  display:block !important;
  font-size:17px !important;
  color:#fff !important;
  margin-bottom:4px !important;
  line-height:1.4 !important;
}

.site-footer-modern .footer-office-item small{
  display:block !important;
  font-size:14px !important;
  color:#dbe8f8 !important;
  line-height:1.5 !important;
}

.site-footer-modern .footer-menu-modern{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  gap:10px !important;
}

.site-footer-modern .footer-menu-modern li{
  margin:0 !important;
  padding:0 !important;
}

.site-footer-modern .footer-menu-modern a{
  color:#dbe8f8 !important;
  text-decoration:none !important;
  font-size:15px !important;
  display:block !important;
}

.site-footer-modern .footer-menu-modern a:hover{
  color:#fff !important;
}

.site-footer-modern .footer-contact-block p{
  margin:0 0 10px !important;
  color:#dbe8f8 !important;
  font-size:15px !important;
  line-height:1.7 !important;
}

.site-footer-modern .footer-contact-block strong{
  color:#fff !important;
  display:block !important;
  margin-bottom:4px !important;
}

.site-footer-modern .footer-bottom{
  border-top:1px solid rgba(255,255,255,.08) !important;
  padding:16px 0 !important;
  margin-top:34px !important;
  color:#c5d8ee !important;
  font-size:14px !important;
}

.site-footer-modern .footer-bottom-inner{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
}

.site-footer-modern .footer-bottom-links{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:16px !important;
}

.site-footer-modern .footer-bottom-links a{
  color:#c5d8ee !important;
}

.site-footer-modern .footer-bottom-links a:hover{
  color:#fff !important;
}

@media (max-width:1100px){
  .site-footer-modern .footer-main-grid{
    grid-template-columns:1fr 1fr !important;
  }
}

@media (max-width:700px){
  .site-footer-modern .footer-main-grid{
    grid-template-columns:1fr !important;
  }

  .site-footer-modern .footer-bottom-inner{
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .site-footer-modern .footer-brand-block h3{
    font-size:26px !important;
  }
}
.reveal-animate{
  opacity:0;
  transform:translateY(45px);
  transition:opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1);
  will-change:opacity, transform;
}

.reveal-animate.in-view{
  opacity:1;
  transform:translateY(0);
}

.delay-1{transition-delay:.08s;}
.delay-2{transition-delay:.18s;}
.delay-3{transition-delay:.28s;}
.delay-4{transition-delay:.38s;}
.delay-5{transition-delay:.48s;}

/* ===== CONTACT PAGE FINAL OVERRIDE ===== */
.contact-page-wrap{
  padding-top:20px;
}

.contact-page-intro{
  max-width:860px;
  margin:0 auto;
}

.contact-page-wrap .contact-office-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:28px !important;
  width:100% !important;
  align-items:stretch !important;
}

.contact-page-wrap .contact-office-card{
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  height:100% !important;
  min-height:100% !important;
  padding:26px !important;
}

.contact-page-wrap .contact-office-card h3{
  margin:0 0 18px !important;
  font-size:24px !important;
  line-height:1.3 !important;
}

.contact-page-wrap .contact-office-card p{
  margin:0 0 14px !important;
  line-height:1.85 !important;
  word-break:break-word !important;
}

.contact-page-wrap .contact-department-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:24px !important;
  width:100% !important;
  margin-top:22px !important;
}

.contact-page-wrap .contact-department-card{
  text-align:left !important;
  padding:24px !important;
  min-height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
}

.contact-page-wrap .contact-department-card h3{
  margin:0 0 14px !important;
  font-size:21px !important;
  line-height:1.35 !important;
}

.contact-page-wrap .contact-department-card p{
  margin:0 !important;
  line-height:1.85 !important;
  word-break:break-word !important;
}

.contact-page-wrap .contact-department-card .dept-title{
  font-size:14px !important;
  font-weight:700 !important;
  color:#e53935 !important;
  margin-top:16px !important;
  margin-bottom:4px !important;
  letter-spacing:.3px !important;
}

.contact-page-wrap .contact-department-card .dept-mail{
  font-size:15px !important;
  font-weight:600 !important;
  color:var(--blue) !important;
  margin-bottom:6px !important;
}

.contact-page-wrap .contact-enquiry-layout{
  display:grid !important;
  grid-template-columns:1.1fr .9fr !important;
  gap:28px !important;
  align-items:stretch !important;
}

.contact-page-wrap .contact-form-card,
.contact-page-wrap .contact-map-card{
  height:100%;
}

.contact-page-wrap .map-embed-wrap{
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
}

.polaris-enquiry-form{
  margin-top:18px;
}

.polaris-enquiry-form .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-bottom:16px;
}

.polaris-enquiry-form .form-row.single{
  grid-template-columns:1fr;
}

.polaris-enquiry-form input,
.polaris-enquiry-form textarea{
  width:100%;
  padding:14px 16px;
  border:1px solid var(--border);
  border-radius:14px;
  font-size:15px;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  box-sizing:border-box;
}

.polaris-enquiry-form input:focus,
.polaris-enquiry-form textarea:focus{
  outline:none;
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(11,79,158,.10);
}

.contact-page-wrap .contact-cta-card{
  background:linear-gradient(135deg,#f7fbff,#eef5fd);
  border:1px solid var(--border);
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:8px;
}

@media (max-width:1100px){
  .contact-page-wrap .contact-office-grid,
  .contact-page-wrap .contact-department-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }

  .contact-page-wrap .contact-enquiry-layout{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:768px){
  .contact-page-wrap .contact-office-grid,
  .contact-page-wrap .contact-department-grid{
    grid-template-columns:1fr !important;
  }

  .polaris-enquiry-form .form-row{
    grid-template-columns:1fr;
  }
}

/* ===== DEPARTMENT HIGHLIGHT UPGRADE ===== */
/* CLEAN PROFESSIONAL VERSION */

.contact-department-card{
  border-left:3px solid #e53935;
}
/* ===== CTA ALIGNMENT FIX ===== */

.contact-cta-card{
  padding:40px 20px !important;
}

.contact-cta-card .entry-content{
  max-width:650px; /* controls width */
  margin:0 auto;   /* centers content */
  text-align:center;
}

.contact-cta-card h3{
  font-size:26px;
  margin-bottom:14px;
}

.contact-cta-card p{
  font-size:16px;
  line-height:1.7;
  margin-bottom:24px;
  color:#44566c;
}

.contact-cta-card .btn{
  display:inline-block;
  padding:14px 28px;
  font-size:16px;
  border-radius:30px;
}

.contact-cta-card{
  background:linear-gradient(135deg,#f4f7fb,#e9eff6);
  border-radius:28px;
}

<?php get_header(); ?>

<section class="page-hero reveal-animate">
  <div class="container page-hero-inner">
    <h1 class="reveal-left delay-1">Project Cases</h1>
    <p class="reveal-right delay-2">
      Real project cargo, OOG, and heavy lift movements executed across India, Singapore, and Malaysia.
    </p>
  </div>
</section>

<div class="container content-wrap">
  <?php if (have_posts()) : ?>
    <div class="post-grid">
      <?php while (have_posts()) : the_post(); ?>
        <article class="post-card hover-rise">

          <?php if (has_post_thumbnail()) : ?>
            <div class="project-thumb">
              <a href="<?php the_permalink(); ?>">
                <?php the_post_thumbnail('medium_large'); ?>
              </a>
            </div>
          <?php else : ?>
            <div class="project-thumb">
              <a href="<?php the_permalink(); ?>">
                <img src="<?php echo esc_url(get_template_directory_uri() . '/assets/images/project-placeholder.jpg'); ?>" alt="Project cargo case">
              </a>
            </div>
          <?php endif; ?>

          <div class="meta"><?php echo esc_html(get_the_date()); ?></div>

          <h3>
            <a href="<?php the_permalink(); ?>">
              <?php the_title(); ?>
            </a>
          </h3>

          <p><?php echo esc_html(get_the_excerpt()); ?></p>

          <a class="link-arrow" href="<?php the_permalink(); ?>">View Project →</a>
        </article>
      <?php endwhile; ?>
    </div>

    <div style="margin-top:24px">
      <?php the_posts_pagination(); ?>
    </div>
  <?php else : ?>
    <p>No project cases found.</p>
  <?php endif; ?>
</div>

<section class="section text-center">
  <div class="container">
    <h2>Have a Similar Cargo Requirement?</h2>
    <p>Connect with our team for project cargo, OOG shipments, and special equipment movements.</p>
    <a class="btn" href="<?php echo esc_url(home_url('/contact/')); ?>">Request a Quote</a>
  </div>
</section>

<?php get_footer(); ?>
.carrier-marquee{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 100px;
  padding: 8px 0 20px;
}

.carrier-marquee-track{
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  padding: 0 18px;
  animation: carrierScroll 38s linear infinite;
  will-change: transform;
}

.carrier-logo-item{
  min-width: 180px;
  height: 96px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  flex-shrink: 0;
  transition: transform .25s ease, box-shadow .25s ease;
}

.industry-grid{
  margin-top: 30px;
}

.carrier-logo-item:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 36px rgba(4,26,61,.12);
}

.carrier-logo-item img{
  max-width:100%;
  max-height:42px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
  filter:grayscale(100%);
  opacity:.9;
  transition:filter .25s ease, opacity .25s ease, transform .25s ease;
}

.carrier-logo-item:hover img{
  filter:grayscale(0%);
  opacity:1;
  transform:scale(1.04);
}

@keyframes carrierScroll{
  0%{
    transform:translate3d(0,0,0);
  }
  100%{
    transform:translate3d(-50%,0,0);
  }
}

@media (max-width:768px){
  .carrier-logo-item{
    min-width:150px;
    height:82px;
    padding:14px 18px;
  }

  .carrier-logo-item img{
    max-height:34px;
  }

  .carrier-marquee-track{
    animation-duration:28s;
  }
}

/* stop horizontal page scroll */
body{
  overflow-x:hidden;
}
.industry-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
  margin-top:30px;
}

.industry-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--shadow);
  transition:all .25s ease;
}

.industry-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 40px rgba(4,26,61,.12);
}

.industry-card h4{
  margin-bottom:10px;
  color:var(--navy);
}

.industry-card p{
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

@media(max-width:1000px){
  .industry-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .industry-grid{
    grid-template-columns:1fr;
  }
}
.client-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
  margin-top:30px;
}

.client-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:22px;
  text-align:center;
  font-weight:700;
  color:var(--navy);
  box-shadow:var(--shadow);
  transition:all .25s ease;
}

.client-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(4,26,61,.12);
}

@media(max-width:900px){
  .client-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .client-grid{
    grid-template-columns:1fr;
  }
}

.client-marquee{
  position:relative;
  overflow:hidden;
  width:100%;
  margin-top:32px;
}

.client-marquee-track{
  display:flex;
  align-items:center;
  gap:22px;
  width:max-content;
  animation: clientScroll 28s linear infinite;
}

.client-card{
  min-width:280px;
  height:78px;
  padding:0 24px;
  border:1px solid var(--border);
  border-radius:18px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:700;
  color:var(--navy);
  box-shadow:0 10px 24px rgba(4,26,61,.06);
  white-space:nowrap;
  flex-shrink:0;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.client-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(4,26,61,.12);
  border-color:#c8d8ea;
}

@keyframes clientScroll{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

.client-marquee:hover .client-marquee-track{
  animation-play-state:paused;
}

@media (max-width: 767px){
  .client-card{
    min-width:220px;
    height:70px;
    font-size:15px;
    padding:0 18px;
  }

  .client-marquee-track{
    gap:16px;
    animation-duration:22s;
  }
}

.stats-strip{
  padding: 60px 0;
  background: linear-gradient(135deg,#041a3d,#0b4f9e);
  color:#fff;
}

.stats-strip-inner{
  display:flex;
  justify-content:space-between;
  gap:24px;
  text-align:center;
}
.stats-strip-box{
  flex:1;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  padding:30px;
  backdrop-filter:blur(6px);
}

.stats-strip-box strong{
  font-size:42px;
  display:inline-block;
  color:#fff;
}

.stats-strip-box span{
  font-size:28px;
  margin-left:4px;
}

.stats-strip-box p{
  margin-top:10px;
  font-size:15px;
  color:rgba(255,255,255,.85);
}

/* ===== FOOTER SIZE FIX (FINAL) ===== */

.site-footer-modern .footer-main-grid{
  grid-template-columns: 1fr 1fr .7fr .7fr !important;
  gap:20px !important;
}

.site-footer-modern .footer-brand-block h3{
  font-size:24px !important;
  line-height:1.15 !important;
  max-width:260px !important;
}

.site-footer-modern .footer-brand-block p{
  font-size:14px !important;
  line-height:1.7 !important;
  max-width:300px !important;
}

.site-footer-modern .footer-presence-block h4,
.site-footer-modern .footer-links-block h4,
.site-footer-modern .footer-contact-block h4{
  font-size:18px !important;
  margin-bottom:12px !important;
}

/* GLOBAL PRESENCE SMALL */
.site-footer-modern .footer-office-item{
  padding:10px 12px !important;
  border-radius:12px !important;
}

.site-footer-modern .footer-office-item strong{
  font-size:14px !important;
}

.site-footer-modern .footer-office-item small{
  font-size:12px !important;
}

/* BUTTONS SMALL */
.site-footer-modern .footer-btn{
  padding:9px 14px !important;
  font-size:13px !important;
}

/* LINKS SMALL */
.site-footer-modern .footer-menu-modern a{
  font-size:14px !important;
}

.site-footer-modern .footer-contact-block p{
  font-size:14px !important;
}

/* FOOTER BOTTOM TIGHT */
.site-footer-modern .footer-bottom{
  margin-top:20px !important;
  padding:12px 0 !important;
}
/* ===== FOOTER PLAIN LIST FIX ===== */

.site-footer-modern .footer-office-list-plain{
  display:grid !important;
  gap:12px !important;
}

.site-footer-modern .footer-office-plain{
  display:block !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  text-decoration:none !important;
}

.site-footer-modern .footer-office-plain:hover{
  transform:none !important;
  background:transparent !important;
  border:none !important;
}

.site-footer-modern .footer-office-plain .office-country{
  display:block !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.6px !important;
  text-transform:uppercase !important;
  color:#ffb280 !important;
  margin-bottom:4px !important;
}

.site-footer-modern .footer-office-plain strong{
  display:block !important;
  font-size:14px !important;
  line-height:1.35 !important;
  color:#fff !important;
  margin-bottom:2px !important;
  white-space:nowrap !important;
}

.site-footer-modern .footer-office-plain small{
  display:block !important;
  font-size:12px !important;
  line-height:1.45 !important;
  color:#dbe8f8 !important;
}

.site-footer-modern .footer-brand-block h3{
  font-size:20px !important;
  line-height:1.15 !important;
  max-width:none !important;
}

/* ===== CALCULATOR PAGES ===== */

.calculator-single-wrap{
  max-width: 860px;
  margin: 0 auto;
}

.calculator-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
}

.calculator-card h2{
  margin:0 0 12px;
  color:var(--navy);
  font-size:34px;
}

.calculator-card p{
  margin:0 0 22px;
  color:var(--muted);
  line-height:1.7;
}

.calculator-form .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-bottom:16px;
}

.calculator-form .form-row.single{
  grid-template-columns:1fr;
}

.calculator-form input{
  width:100%;
  padding:14px 16px;
  border:1px solid var(--border);
  border-radius:14px;
  font-size:15px;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  box-sizing:border-box;
}

.calculator-form input:focus{
  outline:none;
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(11,79,158,.10);
}

.calc-result-box{
  margin-top:14px;
  padding:18px;
  border-radius:16px;
  background:linear-gradient(135deg,#f7fbff,#eef5fd);
  border:1px solid var(--border);
  color:var(--navy);
  line-height:1.75;
}

@media (max-width:640px){
  .calculator-form .form-row{
    grid-template-columns:1fr;
  }

  .calculator-card{
    padding:24px;
  }
}
.calculator-card-premium{
  background:linear-gradient(180deg,#ffffff 0%, #fbfdff 100%);
  border:1px solid var(--border);
  border-radius:28px;
  padding:34px;
  box-shadow:0 20px 50px rgba(4,26,61,.10);
}

.calculator-head{
  margin-bottom:22px;
}

.calculator-head h2{
  margin:0 0 8px;
  font-size:40px;
  color:var(--navy);
}

.calculator-head p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}

.calculator-form label{
  display:block;
  margin:0 0 8px;
  font-size:14px;
  font-weight:700;
  color:var(--navy);
}

.calculator-form input,
.calculator-form select{
  width:100%;
  padding:15px 16px;
  border:1px solid var(--border);
  border-radius:14px;
  font-size:15px;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  transition:border-color .2s ease, box-shadow .2s ease;
}

.calculator-form input:focus,
.calculator-form select:focus{
  outline:none;
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(11,79,158,.10);
}

.calculator-action-row{
  display:flex;
  gap:14px;
  margin-top:10px;
  flex-wrap:wrap;
}

.calc-result-box{
  margin-top:18px;
  padding:20px;
  border-radius:18px;
  background:linear-gradient(135deg,#f7fbff,#edf5fd);
  border:1px solid var(--border);
  min-height:70px;
}

.calc-result-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
}

.calc-result-item{
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:16px;
  box-shadow:0 8px 20px rgba(4,26,61,.05);
}

.calc-result-item span{
  display:block;
  font-size:13px;
  color:var(--muted);
  margin-bottom:6px;
}

.calc-result-item strong{
  display:block;
  font-size:22px;
  color:var(--navy);
  line-height:1.3;
}

@media (max-width:768px){
  .calc-result-grid{
    grid-template-columns:1fr;
  }

  .calculator-card-premium{
    padding:24px;
  }

  .calculator-head h2{
    font-size:32px;
  }
}

.shipment-form-wrap{
  max-width: 1100px;
  margin: 0 auto;
}

.shipment-form-card{
  padding: 32px;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  background: #fff;
}

.polaris-service-form{
  margin-top: 24px;
}

.polaris-service-form .form-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.polaris-service-form .form-row.single{
  grid-template-columns: 1fr;
}

.polaris-service-form input,
.polaris-service-form select,
.polaris-service-form textarea{
  width: 100%;
  border: 1px solid #d7deea;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  background: #fff;
  color: #102548;
}

.polaris-service-form input:focus,
.polaris-service-form select:focus,
.polaris-service-form textarea:focus{
  outline: none;
  border-color: #ff6a00;
  box-shadow: 0 0 0 4px rgba(255,106,0,0.12);
}

.polaris-service-form textarea{
  min-height: 150px;
  resize: vertical;
}

@media (max-width: 768px){
  .polaris-service-form .form-row{
    grid-template-columns: 1fr;
  }

  .shipment-form-card{
    padding: 22px;
  }
}