.locations-area{text-align:center; padding-top:95px;}
.card-sec{margin-top:-94px; color:#ffffff; height:100px; position:absolute;}
a:hover {
  text-decoration: none;
}
.top-btn {
  background: #eef4ff;
  border: 1px solid #c7d8ff;
  color: #1e3a8a;
  padding: 8px 18px;
  border-radius: 32px;
  cursor: pointer;
  margin-bottom: 20px;
}
h1 {
  font-size: 61px;
  margin-bottom: 10px;
  font-weight: 400;
}

.subtitle-location {
  color: #666;
  margin-bottom: 60px;
  font-size:21px;
}

.card-wrapper {
  display: flex;
  gap: 37px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  width: 379px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  text-align: left;
  position: relative;
  height:auto;
}
.icon-align{margin-top: -8px;
    margin-right: 5px;}
.zoom-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  z-index:0;
  object-fit: cover;
}

.zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
   z-index:0;
  filter: brightness(0.5);
}

.zoom-img img:hover {
  transform: scale(1.2);
}

.tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index:1;
  color: #1e3a8a;
}
.location-top-text{color:#171717}
.card-body {
  padding: 20px;
}

.card-body h3 {
  font-size: 24px;
  margin-bottom: 4px;
}

.location {
  font-size: 16px;
  color: #ffffff!important;
  margin-bottom: 12px;
}

.card-body h4 {
  font-size: 15px;
  margin-bottom: 21px;
  color: #1e3a8a;
}

.desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}

.features {
  font-size: 13px;
  color: #666;
  margin-bottom: 30px;
  color:#525252;
}
.icon-color-location{color:#1e3a8a}
.location-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(90deg, #172554, #1d4ed8);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
}
.location-btn:hover {
  width: 100%;
  padding: 12px;
  background: linear-gradient(80deg, #172554, #1d4ed8);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 768px) {
.locations-area h1{font-size: 40px;}
.locations-area .subtitle-location{font-size: 18px;}
.card {
    background: #fff;
    width: 341px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    text-align: left;
    position: relative;
    height: auto;
}
a:hover {
  text-decoration: none;
}
}