/* =========================================================
   GOKART ABOUT PAGE
========================================================= */
.gk-about-page {
  width: 100%;
  background: #fff;
  color: #321017;
}
/* =========================================================
   BANNER
========================================================= */
.gk-about-banner {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  background: #3a0b14;
}
.gk-about-banner-image {
  position: absolute;
  inset: 0;
  background:
    url("assets/about/about-banner.jpg") center center / cover no-repeat;
  transform: scale(1.02);
}
.gk-about-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(43, 7, 14, .72) 0%,
      rgba(72, 10, 23, .44) 45%,
      rgba(50, 7, 15, .10) 100%);
}
.gk-about-banner-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gk-about-banner-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffd9de;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.gk-about-banner-label::before {
  content: "";
  width: 25px;
  height: 2px;
  border-radius: 50px;
  background: #ed4059;
}
.gk-about-banner-content h1 {
  max-width: 650px;
  margin-top: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 5vw, 65px);
  line-height: 1.06;
  letter-spacing: -2px;
  color: #fff;
}
.gk-about-banner-content h1 span {
  color: #f27a89;
}
.gk-about-banner-content p {
  max-width: 520px;
  margin-top: 13px;
  color: rgba(255, 255, 255, .80);
  font-size: 14px;
  line-height: 1.65;
}
.gk-about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 21px;
  font-size: 10px;
}
.gk-about-breadcrumb a {
  color: #fff;
}
.gk-about-breadcrumb i {
  color: #db5367;
  font-size: 8px;
}
.gk-about-breadcrumb span {
  color: rgba(255, 255, 255, .60);
}
/* =========================================================
   MAIN
========================================================= */
.gk-about-main {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  padding: 75px 0 60px;
}
/* =========================================================
   INTRO
========================================================= */
.gk-about-intro-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 70px;
}
/* =========================================================
   INTRO IMAGES
========================================================= */
.gk-about-intro-image {
  position: relative;
  min-height: 470px;
  padding-right: 55px;
}
.gk-about-image-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 400px;
  overflow: hidden;
  border-radius: 23px;
  box-shadow:
    0 18px 45px rgba(67, 10, 21, .13);
}
.gk-about-image-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition:
    transform .6s ease;
}
.gk-about-intro-image:hover .gk-about-image-main img {
  transform: scale(1.045);
}
.gk-about-image-small {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 44%;
  height: 205px;
  overflow: hidden;
  border-radius: 18px;
  border: 7px solid #fff;
  box-shadow:
    0 14px 35px rgba(67, 10, 21, .14);
}
.gk-about-image-small img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gk-about-experience-card {
  position: absolute;
  left: 20px;
  bottom: 34px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  padding: 14px 17px;
  border-radius: 13px;
  background: #fff;
  box-shadow:
    0 12px 32px rgba(55, 8, 19, .15);
}
.gk-about-experience-card strong {
  font-family: "Montserrat", sans-serif;
  color: #64101d;
  font-size: 18px;
}
.gk-about-experience-card span {
  margin-top: 2px;
  color: #8a777a;
  font-size: 9px;
}
/* =========================================================
   INTRO CONTENT
========================================================= */
.gk-about-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c91f35;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.gk-about-section-label::before {
  content: "";
  width: 23px;
  height: 2px;
  border-radius: 50px;
  background: #c91f35;
}
.gk-about-intro-content h2 {
  margin-top: 11px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(33px, 4vw, 49px);
  line-height: 1.12;
  letter-spacing: -1.5px;
  color: #321017;
}
.gk-about-intro-content h2 span {
  display: block;
  color: #c91f35;
}
.gk-about-intro-content p {
  max-width: 550px;
  margin-top: 13px;
  color: #746a6c;
  font-size: 13px;
  line-height: 1.75;
}
.gk-about-intro-content .gk-about-lead {
  color: #514548;
  font-size: 14px;
}
.gk-about-intro-content .gk-about-lead strong {
  color: #64101d;
}
/* =========================================================
   HIGHLIGHTS
========================================================= */
.gk-about-highlights {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 23px;
}
.gk-about-highlight {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(100, 16, 29, .08);
  border-radius: 12px;
  background: #fffafa;
}
.gk-about-highlight-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #fae8eb;
  color: #c91f35;
}
.gk-about-highlight-icon i {
  font-size: 13px;
}
.gk-about-highlight strong {
  display: block;
  color: #43111b;
  font-size: 11px;
}
.gk-about-highlight span {
  display: block;
  margin-top: 3px;
  color: #827578;
  font-size: 8px;
  line-height: 1.4;
}
/* =========================================================
   APPROACH
========================================================= */
.gk-about-approach {
  margin-top: 75px;
}
.gk-about-approach-heading {
  text-align: center;
  margin-bottom: 27px;
}
.gk-about-approach-heading h2 {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 3.5vw, 45px);
  line-height: 1.12;
  letter-spacing: -1.2px;
}
.gk-about-approach-heading h2 span {
  color: #c91f35;
}
/* Process grid */
.gk-about-process {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gk-about-process-card {
  position: relative;
  padding: 21px;
  min-height: 220px;
  border-radius: 16px;
  background: #fffafa;
  border: 1px solid rgba(100, 16, 29, .08);
  overflow: hidden;
  transition:
    transform .3s ease,
    box-shadow .3s ease;
}
.gk-about-process-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 14px 30px rgba(64, 10, 21, .08);
}
.gk-process-number {
  position: absolute;
  top: 15px;
  right: 17px;
  color: rgba(100, 16, 29, .13);
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 800;
}
.gk-process-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #c91f35;
  background: #fae8eb;
}
.gk-process-icon i {
  font-size: 14px;
}
.gk-about-process-card h3 {
  margin-top: 18px;
  color: #43111b;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.gk-about-process-card p {
  margin-top: 7px;
  color: #7c7072;
  font-size: 10px;
  line-height: 1.6;
}
/* =========================================================
   LOCATION
========================================================= */
.gk-about-location {
  position: relative;
  display: grid;
  grid-template-columns:
    1fr .82fr;
  align-items: stretch;
  margin-top: 75px;
  overflow: hidden;
  border-radius: 22px;
  background: #321017;
}
.gk-about-location-content {
  padding: 45px;
}
.gk-about-location-content .gk-about-section-label {
  color: #f06a7d;
}
.gk-about-location-content .gk-about-section-label::before {
  background: #e5425a;
}
.gk-about-location-content h2 {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(31px, 3.5vw, 45px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: #fff;
}
.gk-about-location-content h2 span {
  display: block;
  color: #f16f7f;
}
.gk-about-location-content>p {
  max-width: 530px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  line-height: 1.7;
}
.gk-about-address {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 22px;
}
.gk-about-address-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background: #a91c34;
}
.gk-about-address-icon i {
  font-size: 13px;
}
.gk-about-address strong {
  display: block;
  color: #fff;
  font-size: 11px;
}
.gk-about-address span {
  display: block;
  max-width: 430px;
  margin-top: 4px;
  color: rgba(255, 255, 255, .61);
  font-size: 10px;
  line-height: 1.55;
}
.gk-about-map-btn {
  margin-top: 23px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 7px;
  color: #64101d;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  transition:
    transform .25s ease;
}
.gk-about-map-btn:hover {
  color: #64101d;
  transform: translateY(-2px);
}
.gk-about-map-btn i {
  font-size: 9px;
}
/* Location visual */
.gk-about-location-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    radial-gradient(circle at center,
      #7b1426 0%,
      #53101c 45%,
      #300912 100%);
}
.gk-about-map-decoration {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.gk-about-map-decoration i {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #c91f35;
  box-shadow:
    0 0 0 11px rgba(201, 31, 53, .13),
    0 0 0 24px rgba(201, 31, 53, .07);
  font-size: 21px;
  animation: gkPinPulse 2.2s ease-in-out infinite;
}
.gk-about-map-decoration span {
  padding: 7px 11px;
  border-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, .25);
  font-size: 10px;
  font-weight: 600;
}
@keyframes gkPinPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
/* Decorative circles */
.gk-map-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}
.circle-one {
  width: 180px;
  height: 180px;
}
.circle-two {
  width: 300px;
  height: 300px;
}
.circle-three {
  width: 450px;
  height: 450px;
}
/* =========================================================
   CTA
========================================================= */
.gk-about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
  padding: 25px 27px;
  border-radius: 17px;
  background: #fff5f6;
  border: 1px solid rgba(201, 31, 53, .09);
}
.gk-about-cta>div>span {
  color: #c91f35;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.gk-about-cta h2 {
  margin-top: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  line-height: 1.2;
  color: #42121d;
}
.gk-about-cta h2 em {
  color: #c91f35;
  font-style: normal;
}
.gk-about-cta>a {
  flex-shrink: 0;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 7px;
  color: #fff;
  background:
    linear-gradient(135deg,
      #d52a42,
      #8e172a);
  font-size: 10px;
  font-weight: 700;
  box-shadow:
    0 8px 22px rgba(100, 10, 25, .16);
  transition:
    transform .25s ease;
}
.gk-about-cta>a:hover {
  color: #fff;
  transform: translateY(-2px);
}
.gk-about-cta>a i {
  font-size: 9px;
}
/* =========================================================
   TABLET
========================================================= */
@media(max-width:900px) {
  .gk-about-banner {
    height: 350px;
  }
  .gk-about-intro-grid {
    gap: 45px;
  }
  .gk-about-process {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
  .gk-about-location {
    grid-template-columns: 1fr;
  }
  .gk-about-location-visual {
    min-height: 300px;
  }
}
/* =========================================================
   MOBILE
========================================================= */
@media(max-width:600px) {
  .gk-about-banner {
    height: 320px;
  }
  .gk-about-banner-content {
    width: calc(100% - 30px);
  }
  .gk-about-banner-content h1 {
    font-size: 37px;
    letter-spacing: -1px;
  }
  .gk-about-banner-content p {
    font-size: 11px;
  }
  .gk-about-main {
    width: calc(100% - 28px);
    padding: 55px 0 45px;
  }
  /* Intro */
  .gk-about-intro-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .gk-about-intro-image {
    min-height: 355px;
    padding-right: 38px;
  }
  .gk-about-image-main {
    width: 84%;
    height: 310px;
    border-radius: 18px;
  }
  .gk-about-image-small {
    width: 43%;
    height: 155px;
    border-width: 5px;
    border-radius: 14px;
  }
  .gk-about-experience-card {
    bottom: 24px;
    left: 12px;
    min-width: 130px;
    padding: 11px 13px;
  }
  .gk-about-experience-card strong {
    font-size: 16px;
  }
  .gk-about-intro-content h2 {
    font-size: 30px;
    letter-spacing: -.8px;
  }
  .gk-about-intro-content p {
    font-size: 11px;
  }
  .gk-about-intro-content .gk-about-lead {
    font-size: 12px;
  }
  .gk-about-highlights {
    grid-template-columns: 1fr;
  }
  /* Approach */
  .gk-about-approach {
    margin-top: 55px;
  }
  .gk-about-process {
    grid-template-columns: 1fr;
  }
  .gk-about-process-card {
    min-height: auto;
  }
  /* Location */
  .gk-about-location {
    margin-top: 55px;
    border-radius: 18px;
  }
  .gk-about-location-content {
    padding: 28px 22px;
  }
  .gk-about-location-content h2 {
    font-size: 29px;
  }
  .gk-about-location-content>p {
    font-size: 11px;
  }
  .gk-about-address span {
    font-size: 9px;
  }
  .gk-about-location-visual {
    min-height: 260px;
  }
  .circle-three {
    width: 360px;
    height: 360px;
  }
  /* CTA */
  .gk-about-cta {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18px;
    padding: 21px;
  }
  .gk-about-cta h2 {
    font-size: 20px;
  }
  .gk-about-cta>a {
    width: 100%;
    justify-content: center;
  }
}
/* =========================================================
   SMALL PHONES
========================================================= */
@media(max-width:390px) {
  .gk-about-banner {
    height: 295px;
  }
  .gk-about-banner-content h1 {
    font-size: 33px;
  }
  .gk-about-main {
    width: calc(100% - 22px);
  }
  .gk-about-intro-content h2 {
    font-size: 27px;
  }
}