/* assets/css/how-to-reach.css */

.reach-banner {
  padding: 165px 0 95px;
  background:
    linear-gradient(135deg, rgba(7, 26, 47, 0.94), rgba(15, 118, 110, 0.9)),
    url("https://images.unsplash.com/photo-1488085061387-422e29b40080?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.reach-banner::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: 8%;
  top: 75px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.28);
  animation: reachFloat 6s infinite ease-in-out;
}

@keyframes reachFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-22px); }
}

.reach-banner .container {
  position: relative;
  z-index: 2;
}

.reach-badge {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 50px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.28);
  color: var(--icsis-accent);
  font-weight: 900;
  margin-bottom: 18px;
}

.reach-banner h1 {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  margin-bottom: 14px;
}

.reach-banner p {
  font-size: 22px;
  max-width: 760px;
  color: #dbeafe;
}

.reach-section {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(15,118,110,0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(37,99,235,0.08), transparent 34%),
    #f8fbfd;
}

.reach-intro {
  max-width: 780px;
  margin: auto;
  color: #64748b;
  font-size: 17px;
}

.venue-highlight {
  background: #fff;
  border-radius: 34px;
  padding: 40px;
  border: 1px solid #e4eaf1;
  box-shadow: 0 20px 60px rgba(15,23,42,0.08);
}

.venue-content span {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(15,118,110,0.1);
  color: var(--icsis-primary);
  font-weight: 900;
  margin-bottom: 18px;
}

.venue-content h2 {
  color: var(--icsis-dark);
  font-weight: 900;
  margin-bottom: 10px;
}

.venue-content p {
  color: #64748b;
  font-weight: 600;
  margin-bottom: 20px;
}

.venue-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.venue-content ul li {
  margin-bottom: 12px;
  color: #475569;
  font-weight: 700;
}

.venue-content ul li i {
  color: var(--icsis-primary);
  margin-right: 10px;
}

.venue-image {
  border-radius: 28px;
  overflow: hidden;
  height: 100%;
}

.venue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reach-card,
.travel-card,
.map-section,
.reach-final-note {
  border-radius: 28px;
}

.reach-card {
  background: #fff;
  padding: 35px;
  border: 1px solid #e4eaf1;
  box-shadow: 0 16px 45px rgba(15,23,42,0.08);
  height: 100%;
  transition: 0.35s ease;
}

.reach-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 70px rgba(15,23,42,0.15);
}

.reach-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: var(--icsis-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 24px;
}

.reach-card h3 {
  color: var(--icsis-dark);
  font-weight: 900;
  margin-bottom: 14px;
}

.reach-card p {
  color: #64748b;
  font-weight: 600;
  line-height: 1.7;
}

.reach-card ul {
  padding-left: 18px;
  margin-top: 18px;
}

.reach-card ul li {
  margin-bottom: 10px;
  color: #475569;
  font-weight: 600;
}

.travel-card {
  background: #fff;
  padding: 35px;
  border: 1px solid #e4eaf1;
  box-shadow: 0 16px 45px rgba(15,23,42,0.08);
  height: 100%;
}

.travel-card h3 {
  color: var(--icsis-dark);
  font-weight: 900;
  margin-bottom: 18px;
}

.travel-card h3 i {
  color: var(--icsis-primary);
  margin-right: 8px;
}

.travel-card p {
  color: #64748b;
  font-weight: 600;
  line-height: 1.7;
}

.travel-points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.travel-points div {
  background: #f8fbfd;
  padding: 16px 18px;
  border-radius: 16px;
  border-left: 5px solid var(--icsis-primary);
  color: #475569;
  font-weight: 700;
}

.map-section {
  background: #fff;
  border: 1px solid #e4eaf1;
  box-shadow: 0 16px 45px rgba(15,23,42,0.08);
  overflow: hidden;
}

.map-content {
  padding: 35px 35px 0;
}

.map-content h3 {
  color: var(--icsis-dark);
  font-weight: 900;
  margin-bottom: 10px;
}

.map-content h3 i {
  color: var(--icsis-primary);
  margin-right: 8px;
}

.map-content p {
  color: #64748b;
  font-weight: 600;
}

.map-box {
  height: 420px;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.reach-final-note {
  background: #fff;
  padding: 35px;
  border: 1px solid #e4eaf1;
  box-shadow: 0 18px 55px rgba(15,23,42,0.09);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.reach-final-note h3 {
  color: var(--icsis-dark);
  font-weight: 900;
  margin-bottom: 8px;
}

.reach-final-note p {
  margin: 0;
  color: #64748b;
  font-weight: 600;
}

@media (max-width: 991px) {

  .reach-banner {
    padding: 140px 0 75px;
    text-align: center;
  }

  .reach-banner p {
    margin-left: auto;
    margin-right: auto;
  }

  .reach-section {
    padding: 70px 0;
  }

  .venue-highlight {
    padding: 28px;
  }
}

@media (max-width: 575px) {

  .reach-banner {
    padding: 125px 0 60px;
  }

  .reach-banner h1 {
    font-size: 38px;
  }

  .reach-banner p {
    font-size: 18px;
  }

  .reach-section {
    padding: 55px 0;
  }

  .venue-highlight,
  .reach-card,
  .travel-card,
  .map-content,
  .reach-final-note {
    padding: 24px;
  }

  .map-box {
    height: 300px;
  }

  .reach-final-note {
    text-align: center;
    justify-content: center;
  }
}