/* ===== INNER PAGE STYLES ===== */

/* Page Hero */
.page-hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  padding-top: 20px
}

.page-hero-seo {
  background: linear-gradient(135deg, #0f3460 0%, #16213e 100%)
}

.page-hero-smm {
  background: linear-gradient(135deg, #2d1b69 0%, #1a1a2e 100%)
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.page-hero-content {
  padding: 60px 20px;
  text-align: center
}

.page-hero-content h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  margin: 12px 0 16px;
  font-family: 'Poppins', sans-serif
}

.page-hero-content p {
  color: rgba(255, 255, 255, .75);
  font-size: 1.05rem;
  max-width: 550px;
  margin: 0 auto 20px;
  line-height: 1.7
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .85rem;
  color: rgba(255, 255, 255, .6)
}

.breadcrumb a {
  color: rgba(255, 255, 255, .7);
  transition: color .3s
}

.breadcrumb a:hover {
  color: #ff6b35
}

.breadcrumb i {
  font-size: .65rem;
  color: rgba(255, 255, 255, .4)
}

.breadcrumb span {
  color: #ff6b35
}

/* Inner Section */
.inner-section {
  background: #fff
}

/* CTA Banner */
.cta-banner {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  padding: 60px 0;
  text-align: center
}

.cta-inner h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif
}

.cta-inner p {
  color: rgba(255, 255, 255, .85);
  margin-bottom: 28px;
  font-size: 1.05rem
}

.cta-inner .btn-primary {
  background: #fff;
  color: #ff6b35;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15)
}

.cta-inner .btn-primary:hover {
  background: #1a1a2e;
  color: #fff
}

/* Contact Page */
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 50px
}

.contact-info-cards h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif
}

.info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  background: #f8f9ff;
  border-radius: 14px;
  margin-bottom: 16px;
  transition: box-shadow .3s
}

.info-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}

.info-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  font-size: 1.1rem
}

.info-card h4 {
  font-size: .85rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .5px
}

.info-card p {
  font-size: .9rem;
  color: #666;
  line-height: 1.5
}

.social-links-contact {
  display: flex;
  gap: 12px;
  margin-top: 24px
}

.social-links-contact a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 107, 53, .1), rgba(247, 147, 30, .1));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6b35;
  transition: all .3s;
  font-size: .9rem
}

.social-links-contact a:hover {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: #fff
}

.map-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .1)
}

/* Location Page */
.location-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 10px
}

.location-big-card {
  grid-column: span 2;
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  border-radius: 20px;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 30px
}

.loc-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ff6b35' fill-opacity='0.05'%3E%3Ccircle cx='50' cy='50' r='40'/%3E%3C/g%3E%3C/svg%3E") center/cover;
  opacity: .6
}

.loc-info {
  position: relative;
  z-index: 1;
  color: #fff
}

.loc-info i {
  font-size: 2rem;
  color: #ff6b35;
  margin-bottom: 10px
}

.loc-info h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 6px
}

.loc-info p {
  font-size: .85rem;
  color: rgba(255, 255, 255, .7)
}

.loc-city-card {
  background: #f8f9ff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #eee;
  transition: all .3s
}

.loc-city-card:hover {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border-color: transparent;
  transform: translateY(-4px)
}

.loc-city-card:hover i,
.loc-city-card:hover h4,
.loc-city-card:hover p {
  color: #fff
}

.loc-city-card i {
  font-size: 2rem;
  color: #ff6b35;
  margin-bottom: 12px;
  display: block
}

.loc-city-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px
}

.loc-city-card p {
  font-size: .82rem;
  color: #888
}

/* Responsive */
@media(max-width:1024px) {
  .location-cards {
    grid-template-columns: repeat(3, 1fr)
  }

  .location-big-card {
    grid-column: span 3
  }

  .contact-page-grid {
    grid-template-columns: 1fr
  }
}

@media(max-width:768px) {
  .location-cards {
    grid-template-columns: repeat(2, 1fr)
  }

  .location-big-card {
    grid-column: span 2
  }

  .page-hero {
    min-height: 300px
  }

  .cta-inner h2 {
    font-size: 1.5rem
  }

  .contact-page-grid {
    gap: 30px
  }
}

@media(max-width:480px) {
  .location-cards {
    grid-template-columns: 1fr 1fr
  }

  .location-big-card {
    grid-column: span 2
  }
}