/* ============================================================
   KOLAS — locations.css
   Faithful conversion of Elementor page 9314 styles
   ============================================================= */

/* ── Local tokens (matching Elementor custom colors) ── */
:root {
  --kolas-purple: #401C7B;
  --kolas-purple-dark: #2D1357;
  --kolas-text: #1A1A2E;
  --kolas-bg-card: #F4F2F8;
  --kolas-gray: #A5A4B0;
}

/* ── PAGE WRAPPER ── */
.locations-page {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 20px;
}

.gap-60 {
  gap: 60px;
}

/* ── HERO ── */
.locations-hero {
  display: flex;
  border-radius: 20px;
  padding: 125px 0;
  background-image: url('https://kolas.com/wp-content/uploads/2025/05/location-page-2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.locations-hero h1 {
  font-family: "Work Sans", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  line-height: 57px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 20px;
}

.locations-breadcrumbs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  font-family: "Work Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.locations-breadcrumbs a {
  color: #a5a4b0;
  text-decoration: none;
}

.locations-breadcrumbs a:hover {
  color: #000;
}

.locations-breadcrumbs .bc-separator {
  display: inline-flex;
  align-items: flex-start;
  margin: 0 10px;
  color: var(--kolas-gray);
}

.locations-breadcrumbs .bc-separator svg {
  width: 15px;
  height: 15px;
  fill: var(--kolas-gray);
  margin-top: 4px;
}


/* ── INTRO (side-by-side: text + image) ── */
.locations-intro {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 60px;
  padding: 100px 0;
}

.locations-intro-content {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 30px 0; */
  padding-right: 60px;
}

.locations-intro-content h2 {
  font-family: "Work Sans", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: -1.28px;
  color: var(--kolas-purple);
  margin: 0 0 24px;
}

.locations-intro-content p {
  font-family: "Work Sans", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #000000;
  margin: 0 0 20px;
}

.locations-intro-content p:last-child {
  margin-bottom: 0;
}

.locations-intro-image {
  display: flex;
  border-radius: 20px;
  background-image: url('../images/image-57.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}


/* ── SHOP SECTION (Shop KOLAS Your Way) ── */
.shop-section {
  display: flex;
  padding: 100px 0;
  background: #eeeeee;
}

.shop-section-inner {
  flex: 1;
}

.shop-section h2 {
  font-family: "Work Sans", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: -1.28px;
  color: var(--kolas-purple);
  text-align: center;
  margin: 0 0 40px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.shop-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--kolas-purple);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-card-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #f5f4f2;
}

.shop-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s ease;
}

.shop-card-body {
  padding: 0 20px 20px;
  text-align: center;
}

.shop-card-body h3 {
  font-family: "Work Sans", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: -0.3px;
  color: var(--kolas-purple);
  margin: 16px 0 10px;
}

.shop-card-body p {
  font-family: "Work Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: var(--kolas-text);
  margin: 0;
}


/* ── WHY SHOP SECTION ── */
.why-shop-section {
  display: flex;
  padding: 80px 40px;
}

.why-shop-container {
  display: flex;
  flex-direction: column;
  border: 2px solid var(--kolas-purple);
  border-radius: 30px;
  padding: 80px 40px;
  width: 80%;
  margin: 0 auto;
  align-self: center;
}

.why-shop-container h2 {
  font-family: "Work Sans", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: -1.28px;
  color: var(--kolas-purple);
  text-align: center;
  margin: 0 0 30px;
}

.why-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px 40px;
}

.why-shop-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.why-shop-icon {
  font-size: 20px;
  color: var(--kolas-purple);
  fill: var(--kolas-purple);
  flex-shrink: 0;
  line-height: 1;
}

.why-shop-icon svg {
  margin-top: 9px;
  width: 1em;
  height: 1em;
  display: block;
}

.why-shop-item-content h3 {
  font-family: "Work Sans", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  color: var(--kolas-purple);
  margin: 0 0 8px;
}

.why-shop-item-content p {
  font-family: "Work Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
  color: var(--kolas-text);
  margin: 0;
}


/* ── LOCATION CARDS ── */
.location-section {
  display: flex;
  padding: 80px 0;
}

.location-section-inner {
  flex: 1;
}

.location-section h2 {
  font-family: "Work Sans", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: -1.28px;
  color: var(--kolas-purple);
  text-align: center;
  margin: 0 0 40px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.location-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #401c7b;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(64, 28, 123, 0.12);
}

.location-card-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #f5f4f2;
}

.location-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s ease;
}

.location-card:hover .location-card-img img {
  transform: scale(1.04);
}

.location-card-body {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.location-card-body h3 {
  font-family: "Work Sans", Sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin: 16px 0 14px;
  line-height: 1.2;
}

.location-address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Work Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  margin: 0 0 14px;
  color: #fff;
}

.location-address:hover {
  color: var(--kolas-purple-dark);
}

.location-address svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  flex-shrink: 0;
  margin-top: 2px;
}

.location-address--static {
  cursor: default;
}

.location-divider {
  height: 1px;
  margin: 10px 0 10px;
}

.location-nearby {
  font-family: "Work Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 18px;
}

.location-nearby strong {
  font-weight: 700;
}

.location-buttons {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.btn-location {
  background-color: #fff;
  font-family: "Work Sans", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 16.8px;
  letter-spacing: -0.3px;
  fill: #401c7b;
  color: #401c7b;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #fff;
  border-radius: 32px 32px 32px 32px;
  padding: 19px 18px 19px 18px;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-location:hover {
  background: #000;
  color: #ffffff;
}

.btn-location--outline {
  background: transparent;
  color: #fff;
}

.btn-location--outline:hover {
  background: #fff;
  color: #401C7B;
}


/* ═════════════════════════════════════════════════════════════
   RESPONSIVE — exact Elementor breakpoint order
   ═════════════════════════════════════════════════════════════ */

/* ≤1366px (laptop) */
@media (max-width: 1366px) {
  .locations-intro {
    padding: 100px 20px;
  }

  .locations-intro-content h2 {
    font-size: 48px;
  }

  .locations-intro-content p {
    font-size: 20px;
  }

  .shop-section h2 {
    font-size: 48px;
  }

  .shop-grid {
    gap: 20px;
  }

  .why-shop-container {
    width: 100%;
  }

  .why-shop-container h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .location-section h2 {
    font-size: 48px;
  }
}

/* ≤1200px (tablet-extra) */
@media (max-width: 1200px) {
  .locations-intro {
    padding: 100px 0;
  }

  .shop-section {
    padding: 80px 20px;
  }
}

/* ≤1024px (tablet) */
@media (max-width: 1024px) {
  .locations-hero h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .locations-intro {
    flex-direction: column;
    padding: 80px 20px;
    gap: 30px;
  }

  .locations-intro-image {
    min-height: 500px;
    width: 90%;
    margin: 0 auto;
    background-position: top center;
    order: -1;
  }

  .locations-intro-content {
    padding: 0;
  }

  .locations-intro-content h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .locations-intro-content p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .shop-section h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .shop-card-body h3 {
    font-size: 18px;
  }

  .shop-card-body p {
    font-size: 14px;
  }

  .why-shop-container h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .why-shop-item-content h3 {
    font-size: 18px;
  }

  .why-shop-item-content p {
    font-size: 14px;
  }

  .location-section h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width:991px){
  .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ≤880px (mobile-extra) */
@media (max-width: 880px) {
  .locations-intro-content h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-shop-container h2,
  .location-section h2 {
    font-size: 32px;
    line-height: 32px;
  }

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

/* ≤767px (mobile) */
@media (max-width: 767px) {
  .locations-page {
    border-radius: 0;
  }

  .locations-hero {
    background-image: url('https://kolas.com/wp-content/uploads/2025/05/Group-14351-1.png');
    border-radius: 0 0 20px 20px;
    padding: 73px 0 71px;
    margin: 0;
  }

  .locations-hero h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .locations-intro {
    padding: 70px 20px;
  }

  .locations-intro-content {
    padding: 0;
  }

  .locations-intro-content h2 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0;
  }

  .locations-intro-content p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .locations-intro-image {
    min-height: 350px;
  }

  .shop-section {
    padding: 50px 20px;
  }

  .shop-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .shop-card-body p {
    font-size: 13.45px;
  }

  .why-shop-section {
    padding: 70px 20px;
  }

  .why-shop-container {
    padding: 50px 30px;
    width: 100%;
  }

  .why-shop-container h2 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0;
  }

  .why-shop-item-content h3 {
    font-size: 14.08px;
    line-height: 14.28px;
  }

  .why-shop-item-content p {
    font-size: 13.45px;
    line-height: 13.6px;
  }

  .location-section h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .location-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ≥768px (desktop) */
@media (min-width: 768px) {
  .why-shop-container {
    width: 80%;
  }
}