/* =========================================================
   HAWA SINGH CRANE SERVICE - ABOUT PAGE ONLY
   Existing style.css continues to control global styles,
   header, footer, buttons, floating actions and offcanvas.
   ========================================================= */

.about-page {
  overflow: hidden;
}

.about-page-space {
  padding: 82px 0;
}

/* SIMPLE THIN BREADCRUMB */
.about-breadcrumb {
  background: #f7f8f9;
  border-bottom: 1px solid #e7eaed;
}

.about-breadcrumb-inner {
  min-height: 138px;
  display: flex;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
}

.about-breadcrumb h1 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.about-breadcrumb .breadcrumb {
  --bs-breadcrumb-divider: '›';
  font-size: 14px;
}

.about-breadcrumb .breadcrumb-item a {
  color: #5f6971;
  transition: color .2s ease;
}

.about-breadcrumb .breadcrumb-item a:hover {
  color: var(--red);
}

.about-breadcrumb .breadcrumb-item.active {
  color: var(--red);
  font-weight: 600;
}

@media (max-width: 767px) {
  .about-breadcrumb-inner {
    min-height: 108px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .about-breadcrumb h1 {
    margin-bottom: 7px;
    font-size: 30px;
  }
}

/* HERO */
.about-page-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  color: #fff;
  background: #06121b;
  overflow: hidden;
}

.about-page-hero-img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 52%;
}

.about-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 14, 23, .97) 0%, rgba(2, 14, 23, .91) 29%, rgba(2, 14, 23, .61) 54%, rgba(2, 14, 23, .12) 78%),
    linear-gradient(0deg, rgba(2, 13, 22, .60), transparent 58%);
}

.about-page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36%;
  height: 5px;
  background: var(--red);
}

.about-page-hero-inner {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.about-page-hero-copy {
  width: min(620px, 58%);
}

.about-page-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(43px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 800;
}

.about-page-hero h1 span {
  color: var(--red);
}

.about-page-hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 28px;
  color: #eef2f4;
  font-size: 17px;
  line-height: 1.6;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* INTRO */
.about-intro-section {
  background: #fff;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 78px;
  align-items: center;
}

.about-intro-copy h2 {
  max-width: 620px;
}

.about-intro-copy > p {
  color: #3e4951;
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 18px;
}

.about-intro-copy .about-lead {
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
}

.about-contact-line {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 12px 18px 12px 12px;
  border: 1px solid #e7e9eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(7, 18, 26, .07);
}

.about-contact-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 23px;
}

.about-contact-line small,
.about-contact-line a {
  display: block;
}

.about-contact-line small {
  color: #68737b;
  font-size: 12px;
  margin-bottom: 2px;
}

.about-contact-line a {
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}

.about-intro-media {
  position: relative;
  width: min(100%, 510px);
  justify-self: end;
}

.about-intro-media > img {
  width: 100%;
  height: 585px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 18, 26, .16);
}

.availability-card {
  position: absolute;
  left: -40px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 245px;
  padding: 17px 20px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 12px 28px rgba(213, 0, 8, .25);
}

.availability-card i {
  font-size: 38px;
  line-height: 1;
}

.availability-card strong,
.availability-card span {
  display: block;
}

.availability-card strong {
  font-family: var(--condensed);
  font-size: 27px;
  line-height: 1;
}

.availability-card span {
  margin-top: 3px;
  font-size: 12px;
}

/* WHAT WE DO */
.about-services-section {
  background: #f7f8f9;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
}

.about-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 38px;
}

.about-section-heading > div {
  max-width: 690px;
}

.about-section-heading h2 {
  margin-bottom: 0;
}

.about-section-heading > p {
  width: min(390px, 38%);
  margin: 0 0 5px;
  color: #5e6870;
  font-size: 15px;
  line-height: 1.6;
}

.about-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.about-service-box {
  min-height: 270px;
  padding: 29px 25px;
  border: 1px solid #e7e9eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(7, 18, 26, .045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.about-service-box:hover {
  transform: translateY(-5px);
  border-color: #ffd1d2;
  box-shadow: 0 14px 34px rgba(7, 18, 26, .09);
}

.about-service-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 28px;
}

.about-service-box h3 {
  margin: 0 0 11px;
  font-size: 21px;
  letter-spacing: -.02em;
}

.about-service-box p {
  margin: 0;
  color: #5b656d;
  font-size: 14px;
  line-height: 1.62;
}

/* APPROACH */
.about-approach-section {
  position: relative;
  color: #fff;
  background: #06131c;
}

.about-approach-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 68px;
  align-items: center;
}

.approach-image-wrap {
  position: relative;
}

.approach-image-wrap::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -14px;
  width: 56%;
  height: 56%;
  border-left: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
  border-radius: 0 0 0 8px;
}

.approach-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 485px;
  object-fit: cover;
  border-radius: 8px;
}

.approach-copy h2 {
  color: #fff;
}

.approach-copy h2 span {
  color: var(--red);
}

.approach-copy > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: #cbd3d7;
  font-size: 16px;
  line-height: 1.65;
}

.approach-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 17px;
}

.approach-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.approach-list i {
  margin-top: 2px;
  color: var(--red);
  font-size: 22px;
  flex: none;
}

.approach-list strong,
.approach-list small {
  display: block;
}

.approach-list strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 15px;
}

.approach-list small {
  color: #aeb9c0;
  font-size: 13px;
  line-height: 1.5;
}

/* WHY CHOOSE */
.about-why-section {
  background: #fff;
}

.about-section-heading.centered {
  display: block;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 42px;
  text-align: center;
}

.about-section-heading.centered .eyebrow {
  justify-content: center;
}

.about-section-heading.centered > div {
  max-width: none;
}

.about-section-heading.centered > p {
  width: auto;
  max-width: 610px;
  margin: 13px auto 0;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.about-why-card {
  padding: 31px 25px;
  border: 1px solid #e8eaec;
  border-radius: 9px;
  background: linear-gradient(180deg, #fff, #fafbfb);
  text-align: center;
}

.about-why-card > i {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #b90008);
  font-size: 30px;
}

.about-why-card h3 {
  margin: 0 0 9px;
  font-size: 19px;
  letter-spacing: -.02em;
}

.about-why-card p {
  margin: 0;
  color: #657078;
  font-size: 14px;
  line-height: 1.55;
}

/* LOCATION */
.about-location-section {
  position: relative;
  padding: 56px 0;
  color: #fff;
  background:
    linear-gradient(115deg, #8a0009, var(--red) 50%, #c50008 100%);
}

.about-location-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image:
    linear-gradient(45deg, transparent 46%, #fff 47%, #fff 48%, transparent 49%),
    linear-gradient(-45deg, transparent 46%, #fff 47%, #fff 48%, transparent 49%);
  background-size: 46px 46px;
}

.about-location-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
}

.about-location-section h2 {
  color: #fff;
  margin-bottom: 14px;
}

.about-location-section h2 span {
  color: var(--yellow);
}

.about-location-section p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.about-address-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 25px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 10px;
  background: rgba(74, 0, 4, .30);
  backdrop-filter: blur(4px);
}

.about-address-card > i {
  font-size: 45px;
  color: var(--yellow);
  flex: none;
}

.about-address-card small,
.about-address-card strong,
.about-address-card span {
  display: block;
}

.about-address-card small {
  margin-bottom: 2px;
  opacity: .85;
  font-size: 12px;
}

.about-address-card strong {
  font-size: 20px;
}

.about-address-card span {
  margin-top: 3px;
  font-size: 13px;
  opacity: .92;
}

/* Keep About active in this standalone page */
.about-page + .footer-main {
  margin-top: 0;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .about-page-space {
    padding: 70px 0;
  }

  .about-intro-grid,
  .about-approach-grid {
    gap: 50px;
  }

  .about-intro-media > img {
    height: 530px;
  }

  .about-services-grid,
  .about-why-grid {
    gap: 16px;
  }
}

@media (max-width: 991px) {
  .about-page-hero,
  .about-page-hero-inner {
    min-height: 485px;
  }

  .about-page-hero-copy {
    width: 66%;
  }

  .about-page-hero-img {
    object-position: 64% center;
  }

  .about-intro-grid {
    grid-template-columns: 1fr .82fr;
    gap: 38px;
  }

  .about-intro-media > img {
    height: 500px;
  }

  .availability-card {
    left: -22px;
    min-width: 220px;
  }

  .about-services-grid,
  .about-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-approach-grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 38px;
  }

  .approach-image-wrap img {
    height: 440px;
  }

  .about-location-inner {
    gap: 35px;
  }
}

@media (max-width: 767px) {
  .about-page-space {
    padding: 54px 0;
  }

  .about-page-hero,
  .about-page-hero-inner {
    min-height: 560px;
  }

  .about-page-hero-img {
    object-position: 70% center;
  }

  .about-page-hero::before {
    background: linear-gradient(90deg, rgba(2, 14, 23, .96) 0%, rgba(2, 14, 23, .84) 58%, rgba(2, 14, 23, .56) 100%);
  }

  .about-page-hero-copy {
    width: 100%;
    max-width: 500px;
  }

  .about-page-hero h1 {
    font-size: clamp(39px, 11vw, 55px);
  }

  .about-page-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .about-intro-grid,
  .about-approach-grid,
  .about-location-inner {
    grid-template-columns: 1fr;
  }

  .about-intro-grid {
    gap: 40px;
  }

  .about-intro-media {
    width: 100%;
    max-width: 480px;
    justify-self: start;
  }

  .about-intro-media > img {
    height: 520px;
  }

  .availability-card {
    left: 18px;
    right: 18px;
    bottom: 20px;
    min-width: 0;
    width: auto;
  }

  .about-section-heading {
    display: block;
  }

  .about-section-heading > p {
    width: auto;
    max-width: 610px;
    margin-top: 13px;
  }

  .about-approach-grid {
    gap: 45px;
  }

  .approach-image-wrap {
    max-width: 560px;
  }

  .approach-image-wrap img {
    height: 410px;
  }

  .about-location-inner {
    gap: 28px;
  }

  .about-address-card {
    max-width: 520px;
  }
}

@media (max-width: 575px) {
  .about-page-hero,
  .about-page-hero-inner {
    min-height: 535px;
  }

  .about-page-hero-inner {
    align-items: flex-end;
    padding-bottom: 52px;
  }

  .about-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 340px);
  }

  .about-hero-actions .action-button {
    width: 100%;
  }

  .about-intro-copy .about-lead {
    font-size: 16px;
  }

  .about-intro-copy > p {
    font-size: 15px;
  }

  .about-intro-media > img {
    height: 440px;
  }

  .about-services-grid,
  .about-why-grid {
    grid-template-columns: 1fr;
  }

  .about-service-box {
    min-height: 0;
  }

  .approach-image-wrap img {
    height: 330px;
  }

  .about-location-section {
    padding: 48px 0;
  }

  .about-address-card {
    padding: 18px;
  }
}

@media (max-width: 390px) {
  .about-page-hero h1 {
    font-size: 38px;
  }

  .about-intro-media > img {
    height: 390px;
  }

  .availability-card {
    left: 12px;
    right: 12px;
    padding: 14px;
  }

  .availability-card i {
    font-size: 31px;
  }

  .availability-card strong {
    font-size: 23px;
  }
}
