
.location-card {
  position: relative;
  width:100%;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  color: white;
  cursor: pointer;
}
.location-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/d-07/13.avif") center/cover no-repeat;
  transition: transform 0.6s ease;
  z-index: 0;
}

/* Internal Zoom on Hover */
.location-card:hover::before {
  transform: scale(1.1);
}
.location-card-sec {
  position: relative;
  width:100%;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  color: white;
  cursor: pointer;
}
.location-card-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/d-07/19.avif") center/cover no-repeat;
  transition: transform 0.6s ease;
  z-index: 0;
}

/* Internal Zoom on Hover */
.location-card-sec:hover::before {
  transform: scale(1.1);
}

.overlay-location{ position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.2));
  z-index: 1;}
  .content-prime{position: relative;
  z-index: 2;
  padding: 40px;
  max-width: 650px;}

.features-ame {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
 max-width: 1207px;
  margin:0 auto;
   position: relative;
   overflow: hidden;
}

/* Card */



/* Dark overlay */
.overlay {
  position: absolute;
  inset: 0;
 
  z-index: 1;
}

/* Content above overlay */


/* Icon */
.icon-ame {
  top: 87px;
  left: 0px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}


/* Text */
.content-prime h2 {
  font-size: 40px;
font-weight:400;
}

.content-prime p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 90%;
  margin-bottom: 20px;
  font-weight: 400;
  color: #eaeaea;
}

/* Tags */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top:30px;
}

.tags span {
  background: rgba(255,255,255,0.2);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  backdrop-filter: blur(6px);
}
.icon-amesecond{
  margin-top:91px;
  width: 80px;
  height: 80px;
  border-radius: 14px;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-left:3%;
  margin-bottom: 25px;
}
.big-icon{font-size: 40px;}
.features-icon-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1207px;
  margin: auto;
  margin-top:30px;
  padding-bottom: 75px;
}

/* Common Card Style */
.icon-3-card {
  border-radius: 18px;
  padding: 28px;
  min-height: 220px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.icon-3-card:hover {
  border-radius: 18px;
  padding: 28px;
  min-height: 220px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.card p {
  font-size: 15px;
  line-height: 1.6;
}

/* Icon */
.icon-prime {
  width: 66px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

/* Blue Card */
.card-blue {
  background: linear-gradient(135deg, #1f4fd8, #123aa6);
  color: #fff;
}

.card-blue .icon {
  background: rgba(255,255,255,0.2);
}

/* Light Card */
.card-light {
  background: #ffffff;
  color: #111;
}

.card-light .icon-prime {
  background: #1f4fd8;
  color: #fff;
}
.card-light h3{ font-size: 25px;
    font-weight: 400; margin-top:23px; margin-bottom: 15px;}
/* Dark Card */
.card-dark {
  background: linear-gradient(135deg, #1a1a1a, #000000);
  color: #fff;
}

.card-dark .icon {
  background: rgba(255,255,255,0.15);
}
@media (max-width: 768px) {
  .features-ame {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    width: 93%;
    margin: 0 auto;
  }
  .icon-ame {top:5px;}
  .card-ame h2 {
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: 47px;
}
.icon-amesecond {margin-top:5px;}
.features-icon-3{width:95%;}
.location-card {
    position: relative;
    width: 347px;
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
    color: white;
    cursor: pointer;
}
.content-prime {
    position: relative;
    z-index: 2;
    padding: 21px;
    max-width: 650px;
}
.location-card-sec {
    position: relative;
    width: 347px;
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
    color: white;
    cursor: pointer;
}
.content-prime h2 {
    font-size: 35px;
    font-weight: 400;
}

}