/* =========================================================
   HAWA SINGH CRANE SERVICE - TOWING SERVICE PAGE ONLY
   Global header/footer/buttons remain controlled by style.css
   ========================================================= */

.towing-page { overflow: hidden; }
.towing-space { padding: 76px 0; }

/* Thin breadcrumb */
.towing-breadcrumb {
  background: #f7f8f9;
  border-bottom: 1px solid #e7eaed;
}
.towing-breadcrumb-inner {
  min-height: 138px;
  display: flex;
  align-items: center;
  padding: 22px 0;
}
.towing-breadcrumb h1 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.towing-breadcrumb .breadcrumb {
  --bs-breadcrumb-divider: '›';
  font-size: 14px;
}
.towing-breadcrumb .breadcrumb-item a { color: #5f6971; }
.towing-breadcrumb .breadcrumb-item a:hover { color: var(--red); }
.towing-breadcrumb .breadcrumb-item.active { color: var(--red); font-weight: 600; }

/* Intro */
.towing-intro { background: #fff; }
.towing-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}
.towing-intro-copy h2 { max-width: 650px; margin-bottom: 22px; }
.towing-intro-copy > p {
  color: #465159;
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 17px;
}
.towing-intro-copy .towing-lead {
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
}
.towing-intro-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.towing-intro-actions .action-button { min-height: 62px; padding: 12px 20px; }
.towing-intro-actions .action-button > i { font-size: 28px; }

.towing-intro-media {
  position: relative;
  width: min(100%, 540px);
  justify-self: end;
}
.towing-intro-media > img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
  border-radius: 9px;
  box-shadow: 0 18px 42px rgba(7,18,26,.16);
}
.towing-open-card {
  position: absolute;
  left: -35px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 250px;
  padding: 16px 19px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 12px 28px rgba(213,0,8,.26);
}
.towing-open-card i { font-size: 37px; }
.towing-open-card strong, .towing-open-card span { display: block; }
.towing-open-card strong { font-family: var(--condensed); font-size: 27px; line-height: 1; }
.towing-open-card span { margin-top: 4px; font-size: 12px; }

/* Shared heading */
.service-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 38px;
}
.service-heading > div { max-width: 720px; }
.service-heading h2 { margin-bottom: 0; }
.service-heading > p {
  width: min(420px, 39%);
  margin: 0 0 5px;
  color: #5e6870;
  font-size: 15px;
  line-height: 1.6;
}
.centered-heading { display: block; max-width: 800px; margin: 0 auto 42px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p { width: auto; max-width: 650px; margin: 12px auto 0; }

/* Situations */
.need-towing-section {
  background: #f7f8f9;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
}
.need-towing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 20px;
}
.need-card {
  min-height: 278px;
  padding: 30px 24px;
  background: #fff;
  border: 1px solid #e6e9eb;
  border-radius: 9px;
  box-shadow: 0 8px 24px rgba(7,18,26,.045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.need-card:hover { transform: translateY(-5px); border-color: #ffd0d1; box-shadow: 0 14px 34px rgba(7,18,26,.09); }
.need-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 23px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 27px;
}
.need-card h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.02em; }
.need-card p { margin: 0; color: #5a656d; font-size: 14px; line-height: 1.65; }

/* Handling */
.handling-section { background: #06131c; color: #fff; }
.handling-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 68px;
  align-items: center;
}
.handling-media { position: relative; }
.handling-media::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -14px;
  width: 58%;
  height: 58%;
  border-left: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
  border-radius: 0 0 0 8px;
}
.handling-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 475px;
  object-fit: cover;
  border-radius: 8px;
}
.handling-copy h2 { color: #fff; }
.handling-copy h2 span { color: var(--red); }
.handling-copy > p:not(.eyebrow) { color: #cbd3d7; font-size: 16px; line-height: 1.65; margin-bottom: 27px; }
.handling-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 17px; }
.handling-list li { display: flex; align-items: flex-start; gap: 14px; }
.handling-list i { color: var(--red); font-size: 22px; margin-top: 2px; flex: none; }
.handling-list strong, .handling-list small { display: block; }
.handling-list strong { margin-bottom: 3px; color: #fff; font-size: 15px; }
.handling-list small { color: #aeb9c0; font-size: 13px; line-height: 1.5; }

/* Benefits */
.towing-benefits { background: #fff; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.benefit-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 26px;
  border: 1px solid #e7eaec;
  border-radius: 9px;
  background: linear-gradient(180deg,#fff,#fafbfb);
}
.benefit-card > i {
  width: 58px;
  height: 58px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 26px;
}
.benefit-card h3 { margin: 3px 0 7px; font-size: 20px; letter-spacing: -.02em; }
.benefit-card p { margin: 0; color: #626d74; font-size: 14px; line-height: 1.6; }

/* Booking process */
.booking-process { background: #f7f8f9; border-top: 1px solid #eceff1; }
.booking-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
}
.booking-grid li {
  position: relative;
  min-height: 235px;
  padding: 32px 23px 25px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid #e7eaec;
  box-shadow: 0 7px 22px rgba(7,18,26,.04);
}
.booking-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #edf0f2;
  font-family: var(--condensed);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}
.booking-grid li > i { position: relative; z-index: 1; display: block; color: var(--red); font-size: 38px; margin-bottom: 29px; }
.booking-grid h3 { position: relative; z-index: 1; margin: 0 0 8px; font-size: 20px; }
.booking-grid p { margin: 0; color: #657078; font-size: 14px; line-height: 1.55; }

/* Area */
.towing-area { background: #fff; }
.towing-area-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; }
.towing-area-copy > p:not(.eyebrow) { color: #58636b; font-size: 15px; line-height: 1.65; }
.towing-area-copy ul { list-style: none; padding: 0; margin: 23px 0 0; display: grid; gap: 11px; }
.towing-area-copy li { display: flex; gap: 11px; align-items: center; font-size: 16px; font-weight: 600; }
.towing-area-copy li i { color: var(--red); }
.towing-area-map { min-height: 340px; overflow: hidden; border-radius: 10px; box-shadow: 0 9px 28px rgba(7,18,26,.09); }
.towing-area-map iframe { display: block; width: 100%; height: 340px; border: 0; filter: saturate(.8); }

/* FAQ */
.towing-faq { background: #f7f8f9; border-top: 1px solid #eceff1; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 68px; align-items: start; }
.faq-heading > p:not(.eyebrow) { color: #667078; font-size: 15px; line-height: 1.65; margin-bottom: 24px; }
.towing-faq .accordion { --bs-accordion-border-color: #e3e7e9; --bs-accordion-btn-focus-box-shadow: none; --bs-accordion-active-bg: #fff; --bs-accordion-active-color: var(--ink); }
.towing-faq .accordion-item { margin-bottom: 11px; border: 1px solid #e3e7e9; border-radius: 8px !important; overflow: hidden; }
.towing-faq .accordion-button { padding: 20px 22px; font-weight: 700; font-size: 15px; }
.towing-faq .accordion-button:not(.collapsed) { color: var(--red); box-shadow: none; }
.towing-faq .accordion-body { color: #566169; font-size: 14px; line-height: 1.65; padding: 2px 22px 20px; }

/* Responsive */
@media (max-width: 1199px) {
  .towing-intro-grid { gap: 48px; }
  .towing-intro-media > img { height: 500px; }
  .need-towing-grid { gap: 15px; }
  .handling-grid { gap: 48px; }
  .booking-grid { gap: 14px; }
}

@media (max-width: 991px) {
  .towing-space { padding: 62px 0; }
  .towing-intro-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .towing-intro-media > img { height: 480px; }
  .towing-open-card { left: -18px; }
  .need-towing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .handling-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .handling-media img { height: 420px; }
  .service-heading { gap: 28px; }
  .booking-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .towing-area-grid { grid-template-columns: .85fr 1.15fr; gap: 35px; }
  .faq-layout { grid-template-columns: .8fr 1.2fr; gap: 35px; }
}

@media (max-width: 767px) {
  .towing-breadcrumb-inner { min-height: 108px; padding: 18px 0; }
  .towing-breadcrumb h1 { font-size: 30px; margin-bottom: 7px; }
  .towing-breadcrumb .breadcrumb { font-size: 12px; }
  .towing-space { padding: 50px 0; }

  .towing-intro-grid,
  .handling-grid,
  .towing-area-grid,
  .faq-layout { grid-template-columns: 1fr; }

  .towing-intro-grid { gap: 38px; }
  .towing-intro-media { justify-self: stretch; width: 100%; }
  .towing-intro-media > img { height: 430px; }
  .towing-open-card { left: 16px; bottom: 16px; min-width: 0; }
  .towing-intro-actions .action-button { flex: 1 1 190px; }

  .service-heading { display: block; margin-bottom: 30px; }
  .service-heading > p { width: auto; margin: 13px 0 0; }
  .centered-heading { margin-bottom: 30px; }
  .centered-heading .eyebrow { justify-content: flex-start; }
  .centered-heading { text-align: left; }
  .centered-heading > p { margin-left: 0; }

  .need-towing-grid { grid-template-columns: 1fr; }
  .need-card { min-height: 0; }
  .handling-grid { gap: 44px; }
  .handling-media { order: 2; }
  .handling-copy { order: 1; }
  .handling-media img { height: 380px; }

  .benefits-grid { grid-template-columns: 1fr; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-grid li { min-height: 0; }
  .towing-area-grid { gap: 32px; }
  .towing-area-map, .towing-area-map iframe { min-height: 300px; height: 300px; }
  .faq-layout { gap: 32px; }
}

@media (max-width: 480px) {
  .towing-space { padding: 44px 0; }
  .towing-intro-copy .towing-lead { font-size: 16px; }
  .towing-intro-copy > p { font-size: 15px; }
  .towing-intro-media > img { height: 370px; }
  .towing-open-card { right: 14px; left: 14px; padding: 13px 15px; }
  .towing-open-card i { font-size: 31px; }
  .towing-open-card strong { font-size: 23px; }
  .towing-intro-actions { display: grid; grid-template-columns: 1fr; }
  .towing-intro-actions .action-button { width: 100%; }
  .need-card, .benefit-card, .booking-grid li { padding: 23px 20px; }
  .benefit-card { gap: 15px; }
  .benefit-card > i { width: 50px; height: 50px; font-size: 22px; }
  .handling-media img { height: 315px; }
  .towing-area-map, .towing-area-map iframe { min-height: 270px; height: 270px; }
  .towing-faq .accordion-button { padding: 17px 18px; font-size: 14px; }
}
