*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.65;color:#000;background:#fff}
img{max-width:100%;height:auto;display:block}
a{color:#0B4F91;text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{line-height:1.3;color:#02264E}
h1{font-size:clamp(22px,4vw,32px);font-weight:800}
h2{font-size:clamp(18px,3vw,24px);font-weight:700;margin:0 0 12px}
h3{font-size:clamp(16px,2.5vw,20px);font-weight:700;margin:0 0 8px}
h4{font-size:16px;font-weight:700}
p{margin:0 0 12px}
ul,ol{padding-left:18px;margin:0 0 12px}
li{margin-bottom:5px}

/* LAYOUT */
.wrap{width:100%;max-width:1140px;margin:0 auto;padding:0 16px}
.section{padding:40px 16px}
.section-alt{background:#F3F3F3}
.section-warm{background:#EAF2F9}
.section-dark{background:#00264E;color:#fff}
.section-dark h2,.section-dark h3,.section-dark p{color:#fff}
.text-center{text-align:center}
.grid-2{display:grid;grid-template-columns:1fr;gap:20px}
.grid-3{display:grid;grid-template-columns:1fr;gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}

/* HEADER */
.top-bar{background:#00264E;padding:6px 16px;font-size:13px}
.top-bar .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}
.top-bar a{color:#F4C400;font-weight:600}
.top-bar .social{display:flex;gap:10px;align-items:center}
.top-bar .social img{width:18px;height:18px;filter:brightness(10)}

.site-header{background:#fff;padding:12px 16px;border-bottom:2px solid #EAF2F9;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(2,38,78,.08)}
.site-header .wrap{display:flex;justify-content:space-between;align-items:center}
.logo img{height:48px;width:auto}
.nav-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.nav-toggle span{width:24px;height:2px;background:#02264E;display:block;transition:all .3s}
.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:2px solid #0B4F91;box-shadow:0 4px 12px rgba(2,38,78,.1)}
.main-nav.open{display:block}
.main-nav ul{list-style:none;padding:0;margin:0}
.main-nav li a{display:block;padding:12px 20px;color:#02264E;font-size:14px;font-weight:600;border-bottom:1px solid #EAF2F9}
.main-nav li a:hover{background:#0B4F91;color:#fff;text-decoration:none}
.nav-cta{background:#0B4F91 !important;color:#fff !important}
.header-cta{display:none}

/* HERO */
.hero{
background-image:
linear-gradient(rgba(0,38,78,.78),rgba(2,38,78,.82)),
url("/images/urban-packers-movers-india.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
padding:48px 16px 40px;
text-align:center;
color:#fff;
}
.hero h1{color:#fff;margin:0 0 14px}
.hero-sub{font-size:clamp(15px,2.2vw,18px);color:#EAF2F9;margin:0 0 10px;line-height:1.6}
.hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:16px 0 24px}
.trust-badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);border-radius:20px;padding:5px 14px;font-size:13px;color:#fff;font-weight:600}
.hero-btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:16px}
.btn-primary{display:inline-block;background:#0B4F91;color:#fff;font-weight:700;font-size:15px;padding:13px 28px;border-radius:6px;text-decoration:none;border:none;cursor:pointer}
.btn-primary:hover{background:#02264E;text-decoration:none;color:#fff}
.btn-secondary{display:inline-block;background:#fff;color:#02264E;font-weight:700;font-size:15px;padding:13px 28px;border-radius:6px;text-decoration:none}
.btn-secondary:hover{background:#EAF2F9;text-decoration:none}
.hero-rating{font-size:13px;color:#EAF2F9}

/* QUOTE FORM */
/* QUOTE FORM */
.quote-form-wrap{
  background:#fff;
  border-radius:12px;
  padding:24px;
  box-shadow:0 8px 32px rgba(2,38,78,.15);
  width:100%;
  max-width:1140px;
  margin:32px auto 0;
}

.quote-form-wrap h2{
  color:#02264E;
  font-size:20px;
  text-align:center;
  margin-bottom:6px;
}

.quote-form-wrap p{
  font-size:13px;
  color:#666;
  text-align:center;
  margin-bottom:20px;
}

.form-row{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
  width:100%;
  align-items:stretch;
}

.form-row input,
.form-row select{
  border:1px solid #D9E0E7;
  border-radius:6px;
  padding:11px 12px;
  font-size:14px;
  width:100%;
  min-width:0;
  height:46px;
  color:#000;
  background:#fff;
}

.form-row input:focus,
.form-row select:focus{
  outline:none;
  border-color:#0B4F91;
  box-shadow:0 0 0 2px rgba(11,79,145,.08);
}

.form-row button{
  background:#0B4F91;
  color:#fff;
  font-weight:700;
  font-size:14px;
  padding:11px 14px;
  border:none;
  border-radius:6px;
  cursor:pointer;
  width:100%;
  min-width:0;
  height:46px;
  white-space:nowrap;
}
.sr-only{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
}

.form-row button:hover{
  background:#02264E;
}

/* TABLET / SMALL DESKTOP */
@media(max-width:1000px){
  .form-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* MOBILE */
@media(max-width:600px){
  .quote-form-wrap{
    padding:22px 16px;
  }

  .form-row{
    grid-template-columns:1fr;
    gap:10px;
  }

  .form-row input,
  .form-row select,
  .form-row button{
    width:100%;
    height:46px;
  }

  .form-row button{
    white-space:normal;
  }
}

/* STATS BAR */
.stats-bar{background:#0B4F91;padding:20px 16px}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;text-align:center}
.stat-item .val{font-size:clamp(22px,4vw,32px);font-weight:800;color:#fff}
.stat-item .lbl{font-size:12px;color:rgba(255,255,255,.88);margin-top:2px}

/* TRUST CERTIFICATES */
.cert-section{padding:36px 16px;background:#fff}
.cert-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}
.cert-card{background:#EAF2F9;border-radius:10px;padding:16px;text-align:center;border:1px solid #D9E0E7}
.cert-icon{font-size:28px;margin-bottom:8px}
.cert-name{font-size:13px;font-weight:700;color:#02264E}
.cert-reg{font-size:11px;color:#666;margin-top:3px}
.cert-proof{display:inline-block;margin-top:8px;font-size:11px;background:#16A34A;color:#fff;padding:3px 10px;border-radius:12px}

/* OFFICES */
.office-card{background:#fff;border-radius:12px;padding:22px;border:2px solid #D9E0E7;box-shadow:0 2px 12px rgba(2,38,78,.06)}
.office-badge{display:inline-block;background:#02264E;color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:12px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.office-card h3{color:#02264E;font-size:17px;margin-bottom:8px}
.office-card p{font-size:13px;color:#000;margin-bottom:4px}
.office-card a{color:#0B4F91;font-weight:600;font-size:13px}
.office-card .warehouse-tag{background:#EAF2F9;color:#16A34A;font-size:11px;font-weight:700;padding:3px 10px;border-radius:12px;display:inline-block;margin-top:8px}

/* SERVICES */
.service-card{background:#fff;border-radius:12px;padding:22px 18px;border-top:4px solid #0B4F91;box-shadow:0 2px 10px rgba(2,38,78,.07);text-align:center}
.service-icon{font-size:36px;margin-bottom:12px}
.service-card h3{font-size:15px;color:#02264E;margin-bottom:8px}
.service-card p{font-size:13px;color:#000;margin:0}
.service-card a{display:inline-block;margin-top:12px;font-size:13px;color:#0B4F91;font-weight:600}

/* CHARGES TABLE */
.table-wrap{overflow-x:auto;margin:16px 0 8px;border-radius:8px;box-shadow:0 2px 8px rgba(2,38,78,.08)}
table{width:100%;border-collapse:collapse;font-size:14px;min-width:400px}
thead th{background:#00264E;color:#fff;padding:11px 14px;text-align:left;font-weight:600;font-size:13px}
td{padding:10px 14px;border-bottom:1px solid #EAF2F9;font-size:13px}
tr:nth-child(even) td{background:#F3F3F3}
.price{color:#0B4F91;font-weight:700}
.note{font-size:12px;color:#666;font-style:italic;margin:4px 0 20px}

/* HOW IT WORKS */
.step-card{background:#fff;border-radius:12px;padding:20px 16px;text-align:center;box-shadow:0 2px 10px rgba(2,38,78,.07)}
.step-num{width:44px;height:44px;background:#02264E;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;margin:0 auto 12px}
.step-card h3{font-size:14px;color:#02264E;margin-bottom:6px}
.step-card p{font-size:13px;color:#000;margin:0}

/* TEAM */
.team-card{background:#fff;border-radius:12px;padding:20px;text-align:center;border:1px solid #D9E0E7}
.team-avatar{width:64px;height:64px;background:#EAF2F9;border-radius:50%;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-size:24px}
.team-card h4{font-size:15px;color:#02264E;margin-bottom:4px}
.team-card p{font-size:12px;color:#666;margin:0}
.team-icon{font-size:35px;color:#0B4F91}

/* REVIEWS */
.review-card{background:#fff;border-radius:12px;padding:20px;border-top:4px solid #0B4F91;box-shadow:0 2px 8px rgba(2,38,78,.06)}
.review-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.review-name{font-weight:700;color:#02264E;font-size:14px}
.review-stars{color:#F4C400;font-weight:700;font-size:13px}
.review blockquote{font-size:13px;color:#000;line-height:1.6;font-style:italic;margin:0}
.review-meta{font-size:11px;color:#666;margin-top:8px}

/* FAQ */
details{border:1px solid #D9E0E7;border-radius:8px;margin-bottom:8px;background:#fff;overflow:hidden}
summary{padding:14px 18px;font-size:14px;font-weight:600;color:#02264E;cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";color:#0B4F91;font-size:20px;flex-shrink:0;margin-left:10px}
details[open] summary::after{content:"-"}
.faq-body{padding:0 18px 14px;font-size:14px;color:#000;line-height:1.65;border-top:1px solid #EAF2F9;padding-top:10px}

/* CITY LINKS */
.city-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.city-link{background:#fff;border:1px solid #D9E0E7;color:#02264E;padding:7px 14px;border-radius:20px;font-size:13px;font-weight:600;text-decoration:none}
.city-link:hover{background:#02264E;color:#fff;text-decoration:none}

/* TIPS CHECKLIST */
.tip-item{border-left:4px solid #0B4F91;padding:10px 16px;margin-bottom:10px;background:#EAF2F9;border-radius:0 8px 8px 0;font-size:14px;color:#000;line-height:1.6}
.tip-item strong{color:#02264E}

/* INTERNAL PARTNER HIGHLIGHT BOX */
.partner-box{background:#EAF2F9;border-left:5px solid #0B4F91;padding:14px 18px;margin:20px 0;font-size:14px;color:#000;line-height:1.6;border-radius:0 8px 8px 0}
.partner-box a{color:#0B4F91;font-weight:700}

/* FOOTER */
footer{background:#00264E;color:#EAF2F9;padding:36px 0 0}
.footer-grid{display:grid;grid-template-columns:1fr;gap:28px;padding-bottom:28px}
.footer-col h4{color:#F4C400;font-size:14px;font-weight:700;margin:0 0 12px;padding-bottom:6px;border-bottom:1px solid #0B4F91}
.footer-col p{font-size:13px;line-height:1.6;margin-bottom:8px}
.footer-col ul{list-style:none;padding:0}
.footer-col ul li{margin-bottom:6px}
.footer-col ul a{color:#EAF2F9;font-size:13px}
.footer-col ul a:hover{color:#fff;text-decoration:none}
.footer-bottom{border-top:1px solid #0B4F91;padding:14px 16px;text-align:center;font-size:12px;color:#B8C9DC}
.footer-cert-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.footer-cert{background:#02264E;color:#EAF2F9;font-size:11px;padding:4px 10px;border-radius:12px;font-weight:600}

/* FLOATING BUTTONS */
.floating-btns{position:fixed;bottom:20px;right:16px;display:flex;flex-direction:column;gap:10px;z-index:1000}
.float-btn{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;border:solid 3px #0B4F91;justify-content:center;font-size:32px;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.25)}
.float-call{background:#fff;color:#02264E}
.float-wa{background:#fff;color:#16A34A}
.float-btn:hover{text-decoration:none;transform:scale(1.1)}

/* RESPONSIVE */
@media(min-width:600px){
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(2,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.stats-grid{grid-template-columns:repeat(4,1fr)}
.cert-grid{grid-template-columns:repeat(3,1fr)}
.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:900px){
.grid-3{grid-template-columns:repeat(3,1fr)}
.footer-grid{grid-template-columns:repeat(4,1fr)}
.nav-toggle{display:none}
.main-nav{display:block;position:static;border:none;box-shadow:none;background:transparent}
.main-nav ul{display:flex;gap:4px}
.main-nav li a{padding:8px 12px;border:none;font-size:13px;border-radius:4px}
.header-cta{display:inline-block}
.cert-grid{grid-template-columns:repeat(4,1fr)}
.team-grid{grid-template-columns:repeat(4,1fr)}
}
/* ABOUT PAGE ADDONS */
.team-photo{width:100%;max-width:300px;aspect-ratio:1/1;object-fit:cover;border-radius:10px;margin:0 auto 14px;display:block}
.about-highlight{background:#EAF2F9;border:1px solid #D9E6F2;border-radius:12px;padding:26px;box-shadow:0 2px 10px rgba(2,38,78,.06)}
.about-highlight-icon{width:52px;height:52px;border-radius:12px;background:#02264E;color:#F4C400;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:14px}
.about-highlight h3{color:#02264E;margin-bottom:8px}
.about-highlight p{font-size:14px;color:#555}
.about-highlight-list{display:grid;gap:8px;margin-top:16px}
.about-highlight-list span{font-size:13px;color:#02264E;font-weight:600}
.timeline{max-width:850px;margin:0 auto;position:relative}
.timeline-item{display:grid;grid-template-columns:110px 1fr;gap:20px;position:relative;padding-bottom:22px}
.timeline-item:not(:last-child):after{content:"";position:absolute;left:54px;top:36px;bottom:0;width:2px;background:#D9E6F2}
.timeline-year{position:relative;z-index:1;background:#02264E;color:#F4C400;border-radius:20px;padding:7px 10px;text-align:center;font-size:12px;font-weight:800;height:max-content}
.timeline-content{background:#fff;border:1px solid #E3EAF2;border-radius:10px;padding:18px;box-shadow:0 2px 8px rgba(2,38,78,.05)}
.timeline-content h3{color:#02264E;font-size:16px;margin-bottom:6px}
.timeline-content p{font-size:13px;color:#555;margin:0;line-height:1.65}
.company-table-wrap{overflow-x:auto;border:1px solid #D9E0E7;border-radius:10px;box-shadow:0 2px 10px rgba(2,38,78,.06)}
.company-table{width:100%;min-width:620px;border-collapse:collapse;font-size:14px;background:#fff}
.company-table th{width:32%;background:#EAF2F9;color:#02264E;padding:13px 16px;text-align:left;font-weight:700;border-bottom:1px solid #D9E0E7}
.company-table td{padding:13px 16px;color:#444;border-bottom:1px solid #E9EEF3}
.company-table tr:last-child th,.company-table tr:last-child td{border-bottom:0}
.company-table tr:nth-child(even) td{background:#FAFCFE}
@media(max-width:600px){
.timeline-item{grid-template-columns:78px 1fr;gap:12px}
.timeline-item:not(:last-child):after{left:38px}
.timeline-year{font-size:11px;padding:6px 7px}
.company-table{min-width:560px}
.about-highlight{padding:20px}
}