.curved-slider {
  width: 100%;
  perspective: 1000px;
  overflow: visible;
  padding: 5px 0;
  clip-path: url(#invertedCurveClip);
  -webkit-clip-path: url(#invertedCurveClip);
}

.swiper-slide {
  transition: transform 0.3s ease;
  transform-origin: center center;
  width: 200px;
  height: 300px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
}

.locpg-hd-grp {
    text-align: center;
    padding-bottom: 10px;
}

.loc-addr {
    font-size: 24px;
    line-height: 1.5;
}

.field--name-field-location-phone a {
    font-size: 24px;
    line-height: 1.5;
}

.field--name-field-branch-name {
    color: #033873;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.loc-det-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f1f5fb;
  padding: 40px;
  gap: 20px;
}

.loc-lft {
  flex: 1 1 45%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
}

.loc-lft h1 {
  color: #003366;
  font-size: 1.8em;
  margin-bottom: 10px;
}

.loc-lft p {
  font-size: 1em;
  line-height: 1.6;
}

.loc-lft hr {
  margin: 15px 0;
  border: none;
  border-top: 1px solid #ccc;
}

.loc-rt {
  flex: 1 1 50%;
}

.loc-rt iframe,
.loc-rt .map-embed {
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Responsive fallback */
@media (max-width: 768px) {
  .loc-det-wrap {
    flex-direction: column;
  }

  .loc-lft,
  .loc-rt {
    flex: 1 1 100%;
  }
}
