/* ============================================
   PARTNER.CSS - Partner With IEM Page
   Fully Responsive for All Devices
   ============================================ */

/* 1️⃣ HERO BANNER SECTION */
.partner-hero {
  height: auto;
  min-height: 85vh;
  background: linear-gradient(105deg, rgba(13, 47, 91, 0.92) 0%, rgba(28, 63, 115, 0.88) 100%), url('../img/banner/fren.avif') center/cover no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 60px;
}

.partner-hero .container {
  position: relative;
  z-index: 2;
}

.partner-hero h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #ffffff;
}

.partner-hero .lead {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
}

.partner-hero .text-gold {
  color: #e0b45c !important;
}

.btn-gold {
  background: linear-gradient(135deg, #c9a03d, #e0b45c, #c9a03d);
  border: none;
  color: #0D2F5B;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  font-size: 1.1rem;
}

.btn-gold:hover {
  transform: translateY(-3px);
  background: linear-gradient(90deg, #e0b45c, #f3cd7a, #e0b45c);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

/* 2️⃣ WHY PARTNER WITH IEM SECTION */
.why-partner-section {
  background: var(--white);
  padding: 80px 0;
}

.partner-card {
  background: #f8f5f0;
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border-bottom: 3px solid transparent;
}

.partner-card:hover {
  transform: translateY(-8px);
  border-bottom-color: #c9a03d;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.partner-card i {
  font-size: 2.5rem;
  color: #c9a03d;
  margin-bottom: 1rem;
}

.partner-card h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #0D2F5B;
  margin-bottom: 0.75rem;
}

.partner-card p {
  color: #2c3e50;
  margin: 0;
  line-height: 1.5;
}

/* 3️⃣ WHAT YOU GET SECTION - IMAGE LEFT, CONTENT RIGHT */
.what-you-get-section {
  background: #f8f5f0;
  padding: 80px 0;
}

.partner-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.partner-image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}

.partner-image-container:hover img {
  transform: scale(1.03);
}

.image-overlay-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.partner-badge {
  background: rgba(13, 47, 91, 0.9);
  backdrop-filter: blur(5px);
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.partner-badge i {
  color: #e0b45c;
  font-size: 1.2rem;
}

.partner-badge span {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  background: var(--white);
  padding: 1.2rem;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #f8f5f0, #fff);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.feature-icon i {
  font-size: 1.8rem;
  color: #c9a03d;
}

.feature-text {
  flex: 1;
}

.feature-text h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #0D2F5B;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.feature-text p {
  color: #2c3e50;
  margin: 0;
  line-height: 1.5;
  font-size: 0.9rem;
}

/* Global Styles */
.section-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: #c89b3c;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.gold-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c89b3c, #e0b45c, #c89b3c);
  border-radius: 2px;
  margin: 0 auto 1.2rem;
}

.text-gold {
  color: #e0b45c !important;
}

.text-navy {
  color: #0D2F5B !important;
}

section {
  scroll-margin-top: 100px;
}

img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 1200px) {
  .partner-hero h1 {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .partner-hero {
    padding-top: 100px;
    padding-bottom: 50px;
    min-height: auto;
  }
  .partner-hero h1 {
    font-size: 2.5rem;
  }
  .display-5 {
    font-size: 2rem;
  }
  .why-partner-section,
  .what-you-get-section {
    padding: 60px 0;
  }
  .partner-card {
    padding: 1.5rem;
  }
  .feature-item {
    padding: 1rem;
  }
  .feature-icon {
    width: 45px;
    height: 45px;
  }
  .feature-icon i {
    font-size: 1.5rem;
  }
  .feature-text h4 {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .partner-hero {
    padding-top: 120px;
  }
  .partner-hero h1 {
    font-size: 2rem;
  }
  .display-5 {
    font-size: 1.5rem;
  }
  .section-eyebrow {
    font-size: 0.6rem;
  }
  .why-partner-section,
  .what-you-get-section {
    padding: 50px 0;
  }
  .partner-card {
    padding: 1.2rem;
  }
  .partner-card i {
    font-size: 2rem;
  }
  .partner-card h4 {
    font-size: 1rem;
  }
  .partner-card p {
    font-size: 0.85rem;
  }
  .feature-item {
    padding: 0.8rem;
    gap: 0.8rem;
  }
  .feature-icon {
    width: 40px;
    height: 40px;
  }
  .feature-icon i {
    font-size: 1.3rem;
  }
  .feature-text h4 {
    font-size: 0.95rem;
  }
  .feature-text p {
    font-size: 0.8rem;
  }
  .gold-line {
    width: 50px;
  }
  .btn-gold {
    padding: 10px 24px;
    font-size: 0.9rem;
  }
}

@media (max-width: 575px) {
  .partner-hero {
    padding-top: 130px;
  }
  .partner-hero h1 {
    font-size: 1.8rem;
  }
  .display-5 {
    font-size: 1.3rem;
  }
  .partner-badge {
    padding: 6px 12px;
  }
  .partner-badge i {
    font-size: 0.9rem;
  }
  .partner-badge span {
    font-size: 0.75rem;
  }
}

@media (max-width: 360px) {
  .partner-hero {
    padding-top: 150px;
  }
  .partner-hero h1 {
    font-size: 1.5rem;
  }
}