/* ══════════════════════════════════════════════════════
   AWARDS PAGE – Optimized Complete Styles
   ══════════════════════════════════════════════════════ */

/* ─── ACTIVE NAV ─── */
.aw-nav-active {
  color: #FF8F1C !important;
}
.aw-nav-active::after {
  width: 100% !important;
  background: #FF8F1C !important;
}

/* ══════════════════════════════════════════════════════
   1. HERO SECTION
   ══════════════════════════════════════════════════════ */
.aw-hero-section {
  background: url('../award-banner.png') center / cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.aw-hero-inner {
  width: 100%;
  max-width: 1440px;
  min-height: 429px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.aw-hero-content {
  position: relative;
  z-index: 10;
  padding: 110px 56px;
  max-width: 720px;
}

.aw-hero-subtitle {
  color: rgba(255, 255, 255,1);
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.aw-hero-building {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 320px;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
  mask-image: linear-gradient(to left, rgba(0,0,0,0.85) 40%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.85) 40%, transparent 100%);
  pointer-events: none;
}

/* ══════════════════════════════════════════════════════
   2. INTRO / DESCRIPTION SECTION
   ══════════════════════════════════════════════════════ */
.aw-intro-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aw-intro-wrap {
  width: 100%;
  max-width: 1440px;
  padding: 60px 56px;
}
.aw-intro-intr-wrap{
  display: flex;
  gap:60px;

}
/* Breadcrumb */
.aw-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.aw-breadcrumb-link {
  color: #504B4B;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
}
.aw-breadcrumb-link:hover {
  color: #292322;
}

.aw-breadcrumb-sep {
  display: flex;
  align-items: center;
  color: #504B4B;
}

.aw-breadcrumb-current {
  color: #292322;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
}

/* Intro Title */
.aw-intro-title {
  color: #292322;
  font-family: "Rethink Sans", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
}

/* Intro body paragraphs */
.aw-intro-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.aw-intro-body p {
  color: rgba(80, 75, 75, 1);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
}

/* Award Categories heading */
.aw-categories-heading {
  color: #292322;
  font-family: "Rethink Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 40px;
}

/* ══════════════════════════════════════════════════════
   3. AWARD CARDS SECTION
   ══════════════════════════════════════════════════════ */
.aw-cards-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aw-cards-wrap {
  width: 100%;
  max-width: 1440px;
  padding: 0px 56px 90px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Horizontal award card */
.aw-card {
  border-radius: 12px;
  padding: 28px 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
}

.aw-card--lite {
  background: #C0392B;
}
.aw-card--dark {
  background: #6E193A;
}
.aw-card--purple {
  background: #6B2D6B;
}

.aw-card-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  margin-top: 4px;
}

.aw-card-text {
  flex: 1;
}

.aw-card-title {
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.aw-card-desc {
  color: rgba(255, 255, 255, 1);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

/* ══════════════════════════════════════════════════════
   4. THE SELECTION PROCESS SECTION
   ══════════════════════════════════════════════════════ */
.aw-process-section {
  background: url(../image212.png) center / cover no-repeat padding-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aw-process-wrap {
  width: 100%;
  max-width: 1440px;
  padding: 90px 56px;
}

.aw-process-title {
  color: #fff;
  font-family: "Rethink Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 60px;
}

/* Horizontal steps row */
.aw-process-steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.aw-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.aw-step-num-row {
  align-self: flex-start;
  margin-left: 8px;
  margin-top: 50px;
  position: absolute;
}

.aw-step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,1);
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aw-step-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #e8430a 0%, #c0392b 50%, #7b1a3a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 6px solid rgb(51 2 17);

}

.aw-step-circle-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.aw-step-card {
  background: url(../image\ 206.png) center / cover no-repeat padding-box, linear-gradient(65.84deg, #F57E1E, #A81428, #9B2D6B) border-box;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 40px 35px;
    text-align: center;
    width: 70%;
    margin-top: -15px;
    
}

.aw-step-title {
  color: #FF6B35;
  font-family: "Rethink Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.aw-step-desc {
  color: rgba(255, 255, 255, 1);
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

/* Arrow between steps */
.aw-step-arrow {
    margin-top: 40px;
    display: flex;
    position: absolute;
    z-index: 1;
    align-items: center;

}

/* Note at bottom */
.aw-process-note {
  color: rgba(255,255,255,1);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  margin-top: 40px;
  /* padding-top: 24px; */
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 0px 60px;
}

.aw-process-note strong {
  color: rgba(255,255,255,0.8);
}

/* ══════════════════════════════════════════════════════
   5. NOMINATIONS SECTION
   ══════════════════════════════════════════════════════ */
.aw-nominate-section {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aw-nominate-wrap {
  width: 100%;
  max-width: 1440px;
  padding: 0px 56px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: center;
}

.aw-nominate-title {
  color: #292322;
  font-family: "Rethink Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
  width: 100%;
  max-width: 1440px;
  padding: 90px 56px 60px;
}

.aw-nominate-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aw-nominate-img {
  width: 100%;
  max-width: 419px;
  height: 752px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.submit-nomination-btn {
  width: 199px;
  height: 40px;
  background-color: #FF8F1C;
  border-radius: 20px;
  border: none;
  color: #231B1B;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.submit-nomination-btn:hover {
  background-color: #e57f16;
}

.submit-nomination-btn:active {
  opacity: 0.9;
}

/* ══════════════════════════════════════════════════════
   6. NOMINATION FORM FIELDS styling
   ══════════════════════════════════════════════════════ */
.aw-nomination-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aw-form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aw-form-row--2col {
  flex-direction: row;
  gap: 20px;
}

.aw-form-row--2col .aw-form-group {
  flex: 1;
}

.aw-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.aw-form-label {
  color: #292322;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.aw-required {
  color: #C0392B;
}

.aw-form-input,
.aw-form-select,
.aw-form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #D8D3D0;
  border-radius: 8px;
  background: #fff;
  color: #292322;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.aw-form-input:focus,
.aw-form-select:focus,
.aw-form-textarea:focus {
  border-color: #C0392B;
  box-shadow: 0 0 0 3px rgba(192,57,43,0.1);
}

.aw-form-input::placeholder,
.aw-form-textarea::placeholder {
  color: #A09898;
}

.aw-form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 9L15 1' stroke='%23504B4B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer;
}

.aw-form-textarea {
  resize: vertical;
  min-height: 120px;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE / MEDIA QUERIES
   ══════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── HERO ── */
  .aw-hero-inner {
    min-height: auto;
  }

  .aw-hero-content {
    padding: 24px 20px 48px;
    max-width: 100%;
  }

  /* Scale the large "Client Impact Awards" SVG headline */
  .aw-hero-content > svg:first-child {
    width: 100%;
    height: auto;
    max-width: 340px;
  }

  .aw-hero-subtitle {
    font-size: 14px;
    margin-top: 8px;
  }

  .aw-hero-building {
    opacity: 0.25;
    max-height: 180px;
  }

  /* ── NAV ── */
  .hero-nav {
    padding: 12px 16px;
    gap: 8px;
  }

  .hero-logo {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .hero-logo a {
    display: block;
  }

  /* SVG has hardcoded width/height attrs – use max-width to override */
  .hero-logo a svg {
    max-width: 155px;
    width: 155px;
    height: auto;
  }

  .nav-links {
    flex: 0 0 auto;
    gap: 10px;
  }

  .nav-link {
    font-size: 11.5px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  /* ── INTRO ── */
  .aw-intro-wrap {
    padding: 32px 20px 24px;
  }


  .aw-intro-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .aw-intro-body p {
    font-size: 15px;
  }

  .aw-categories-heading {
    font-size: 22px;
  }

  /* ── AWARD CARDS ── */
  .aw-cards-wrap {
    padding: 0 20px 32px;
    gap: 12px;
  }

  .aw-card {
    padding: 18px 16px;
    gap: 14px;
    flex-direction: row;
    align-items: flex-start;
  }

  .aw-card-title {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .aw-card-desc {
    font-size: 13.5px;
    line-height: 1.55;
  }

  /* ── SELECTION PROCESS ── */
  .aw-process-wrap {
    padding: 40px 20px 32px;
  }

  .aw-process-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  /* Stack steps vertically on mobile */
  .aw-process-steps {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .aw-step-item {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    position: relative;
  }

  /* Hide the horizontal arrows on mobile */
  .aw-step-arrow {
    display: none;
  }

  .aw-step-circle {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
  }

  .aw-step-circle-icon {
    width: 32px;
    height: 32px;
  }

  .aw-step-card {
    width: 100%;
    margin-top: 0;
    padding: 20px 18px;
    text-align: left;
  }

  .aw-step-title {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .aw-step-desc {
    font-size: 13px;
  }

  .aw-process-note {
    font-size: 12px;
    margin-top: 28px;
    padding-top: 18px;
  }

  /* ── NOMINATIONS ── */
  .aw-nominate-title {
    font-size: 26px;
    padding: 28px 20px 16px;
  }

  .aw-nominate-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 20px 40px;
  }

  /* 2-col form rows collapse to single column */
  .aw-form-row--2col {
    flex-direction: column;
    gap: 16px;
  }

  .aw-form-label {
    font-size: 13px;
  }

  .aw-form-input,
  .aw-form-select,
  .aw-form-textarea {
    font-size: 14px;
    padding: 10px 14px;
  }

  /* Hide the side image on very small screens, show it collapsed */
  .aw-nominate-image {
    display: none;
  }

  .submit-nomination-btn {
    width: 100%;
    height: 44px;
    font-size: 15px;
    border-radius: 22px;
  }

  /* ── VENUE / HOTEL CTA (section4) ── */
  .section4 .venue-section {
    padding: 40px 20px;
  }

  .section4 .venue-card {
    grid-template-columns: 1fr;
    height: auto;
    padding: 28px 20px;
  }

  .section4 .venue-text {
    width: 100%;
    padding: 0;
  }

  .section4 .venue-title {
    font-size: 32px;
  }

  .section4 .venue-desc {
    font-size: 16px;
    padding-bottom: 0;
  }

  .section4 .venue-image {
    display: none;
  }

  .section4 .btn-register-dark {
    font-size: 15px;
    margin-top: 16px;
  }
}

/* Extra small screens */
@media (max-width: 400px) {
  .aw-hero-content > svg:first-child {
    max-width: 260px;
  }

  .aw-intro-title {
    font-size: 24px;
  }

  .aw-nominate-title {
    font-size: 22px;
  }

  .aw-process-title {
    font-size: 20px;
  }
}