/* ========================================
   MGIP Adoption Page Styles
   ======================================== */

/* Adoption Hero Section */
.adoption-hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.adoption-hero-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}

.adoption-hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 100%;
}

/* Desktop - Full banner */
@media (min-width: 1440px) {
  .adoption-hero-wrapper {
    height: auto;
  }
  
  .adoption-hero-image {
    height: auto;
    object-fit: cover;
  }
}

/* Desktop */
@media (min-width: 1200px) and (max-width: 1439px) {
  .adoption-hero-wrapper {
    height: auto;
  }
  
  .adoption-hero-image {
    height: auto;
    object-fit: cover;
  }
}

/* Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
  .adoption-hero-wrapper {
    height: auto;
  }
  
  .adoption-hero-image {
    height: auto;
    object-fit: cover;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .adoption-hero-wrapper {
    height: auto;
    min-height: 250px;
  }
  
  .adoption-hero-image {
    height: auto;
    min-height: 250px;
    object-fit: cover;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .adoption-hero-wrapper {
    height: auto;
    min-height: 200px;
  }
  
  .adoption-hero-image {
    height: auto;
    min-height: 200px;
    object-fit: cover;
  }
}

/* Extra small mobile */
@media (max-width: 575px) {
  .adoption-hero-wrapper {
    height: auto;
    min-height: 150px;
  }
  
  .adoption-hero-image {
    height: auto;
    min-height: 150px;
    object-fit: cover;
  }
}

/* Voluntary Section */
.voluntary-section {
  background: white;
}

.voluntary-content .lead {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--mgip-dark);
}

@media (max-width: 767px) {
  .voluntary-section.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  
  .voluntary-section .container.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 575px) {
  .voluntary-section.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .voluntary-section .container.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

/* Participant Cards */
.participant-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}

.participant-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2) !important;
  border-color: var(--mgip-gold-light);
}

.participant-card i {
  color: var(--mgip-gold-dark);
}

/* Commitment Cards */
.commitment-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}

.commitment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.25) !important;
  border-color: var(--mgip-gold-light);
}

.commitment-icon i {
  color: var(--mgip-emerald);
}

.commitment-card:hover .commitment-icon i {
  color: var(--mgip-gold-dark);
}

/* Secretariat Section */
.secretariat-section {
  background: white;
}

.contact-info-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.2) !important;
  border-color: var(--mgip-gold-light);
}

.contact-info-card i {
  color: var(--mgip-gold-dark);
}

.contact-info-card a:hover {
  color: var(--mgip-gold) !important;
}

/* CTA Buttons */
.cta-buttons .btn-primary {
  background: linear-gradient(135deg, var(--mgip-gold-dark) 0%, var(--mgip-gold) 100%);
  border: none;
  color: white !important;
  font-weight: 700;
}

.cta-buttons .btn-primary:hover {
  background: var(--mgip-gold-dark);
  color: white !important;
}

.cta-buttons .btn-outline-primary {
  color: var(--mgip-chocolate-dark) !important;
  border: 2px solid var(--mgip-gold-dark);
  background: transparent;
  font-weight: 700;
}

.cta-buttons .btn-outline-primary:hover {
  background: var(--mgip-gold-dark);
  border-color: var(--mgip-gold-dark);
  color: white !important;
}

/* Section Backgrounds */
.who-section {
  background: var(--mgip-bg-light);
}

.secretariat-section {
  background: var(--mgip-bg-light);
}

.adoption-means-section {
  background: white;
}

/* Card Enhancements */
.card {
  border-radius: 12px;
  overflow: hidden;
}

.card-title {
  font-weight: 700;
  color: var(--mgip-dark);
}

.card-text {
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .adoption-hero h1 {
    font-size: 2.5rem;
  }
  
  .voluntary-content .lead {
    font-size: 1.1rem;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .cta-buttons .btn {
    width: 100%;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .adoption-hero h1 {
    font-size: 2rem;
  }
  
  .note-section .alert-warning {
    padding: 1.5rem;
  }
  
  .note-section .alert-warning .display-5 {
    font-size: 2rem;
  }
}

/* Button Enhancements */
.btn-lg {
  font-weight: 600;
  border-radius: 10px;
}

.btn-primary {
  background: var(--mgip-primary);
  border-color: var(--mgip-primary);
}

.btn-primary:hover {
  background: var(--mgip-primary-dark);
  border-color: var(--mgip-primary-dark);
}

.btn-outline-primary {
  color: var(--mgip-primary);
  border-color: var(--mgip-primary);
}

.btn-outline-primary:hover {
  background: var(--mgip-primary);
  border-color: var(--mgip-primary);
  color: white;
}

/* Hover Effects */
.hover-lift {
  transition: transform 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
}