.elementor-1876 .elementor-element.elementor-element-c1894fe{--display:flex;}.elementor-1876 .elementor-element.elementor-element-c1894fe.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1876 .elementor-element.elementor-element-c1894fe{--width:98.723%;}}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-25980ba */* {
    box-sizing: border-box;
  }

  .adopt-school-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
  }

  .adopt-school-page img {
    max-width: 100%;
    height: auto;
  }

  /* Hero Section */
  .hero-section {
    background: #004D99;
    color: white;
    padding: 80px 20px;
    text-align: center;
  }

  .hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .hero-section p {
    font-size: 1.4rem;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .hero-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
  }

  .hero-stat svg {
    width: 24px;
    height: 24px;
  }

  /* Container */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* Programs Section */
  .programs-section {
    padding: 80px 20px;
    background: #f9fafb;
  }

  .section-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .section-header h2 {
    font-size: 2.5rem;
    color: #004D99;
    margin-bottom: 15px;
  }

  .section-header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
  }

  .programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
  }

  .program-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

  .program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }

  .program-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .program-card:hover img {
    transform: scale(1.05);
  }

  .program-content {
    padding: 25px;
  }

  .program-content h3 {
    font-size: 1.5rem;
    color: #004D99;
    margin-bottom: 10px;
  }

  .program-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    margin-bottom: 15px;
    font-size: 0.95rem;
  }

  .program-location svg {
    width: 16px;
    height: 16px;
  }

  .program-description {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .learning-section h4 {
    color: #F06214;
    margin-bottom: 12px;
    font-size: 1.1rem;
  }

  .learning-points {
    list-style: none;
    padding: 0;
  }

  .learning-points li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
    color: #555;
  }

  .learning-points li::before {
    content: "•";
    color: #F06214;
    font-weight: bold;
    position: absolute;
    left: 0;
  }

  /* CTA Section */
  .cta-section {
    padding: 80px 20px;
    background: #F06214;
    color: white;
    text-align: center;
  }

  .cta-section h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .cta-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .cta-button {
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 250px;
  }

  .cta-button svg {
    width: 32px;
    height: 32px;
  }

  .cta-button.primary {
    background: white;
    color: #F06214;
  }

  .cta-button.primary:hover {
    background: #f5f5f5;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  .cta-button.secondary {
    background: #004D99;
    color: white;
  }

  .cta-button.secondary:hover {
    background: #003d7a;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  .cta-note {
    margin-top: 20px;
    opacity: 0.8;
  }

  /* Stats Section */
  .stats-section {
    padding: 80px 20px;
    background: white;
  }

  .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
    margin-top: 40px;
  }

  .stat-item {
    padding: 20px;
  }

  .stat-number {
    font-size: 3.5rem;
    color: #F06214;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .stat-label {
    color: #666;
    font-size: 1.1rem;
  }

  /* Modal */
  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
  }

  .modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-content {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideIn 0.3s ease;
  }

  @keyframes slideIn {
    from {
      transform: translateY(-50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .modal-header {
    margin-bottom: 25px;
  }

  .modal-header h2 {
    color: #004D99;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .modal-header p {
    color: #666;
    line-height: 1.5;
  }

  .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .close-button:hover {
    color: #333;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #004D99;
    font-weight: 600;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
  }

  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: #004D99;
    box-shadow: 0 0 0 3px rgba(0, 77, 153, 0.1);
  }

  .form-group textarea {
    resize: vertical;
    min-height: 100px;
  }

  /* Priority School Styling */
  .priority-school {
    background-color: #fff3e0;
    font-weight: 600;
    color: #F06214;
  }

  .priority-badge {
    display: inline-block;
    background: #F06214;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    margin-left: 8px;
    font-weight: 600;
  }

  .priority-notice {
    background: #fff3e0;
    border-left: 4px solid #F06214;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
  }

  .priority-notice p {
    margin: 0;
    color: #F06214;
    font-weight: 600;
    font-size: 0.95rem;
  }

  /* Custom Dropdown Styles */
  .custom-select-wrapper {
    position: relative;
  }

  .custom-select-trigger {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: border-color 0.3s ease;
  }

  .custom-select-trigger:hover {
    border-color: #004D99;
  }

  .custom-select-trigger.active {
    border-color: #004D99;
    box-shadow: 0 0 0 3px rgba(0, 77, 153, 0.1);
  }

  .custom-select-trigger .placeholder {
    color: #999;
  }

  .custom-select-trigger .arrow {
    transition: transform 0.3s ease;
  }

  .custom-select-trigger.active .arrow {
    transform: rotate(180deg);
  }

  .custom-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 4px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: none;
  }

  .custom-select-dropdown.active {
    display: block;
  }

  .custom-select-group-label {
    padding: 10px 12px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #333;
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
  }

  .custom-select-group-label.priority-group {
    background: #fff3e0;
    color: #F06214;
    border-bottom: 2px solid #F06214;
  }

  .custom-select-option {
    padding: 12px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-size: 1rem;
  }

  .custom-select-option:hover {
    background: #f5f5f5;
  }

  .custom-select-option.priority {
    background: #fff3e0;
    color: #F06214;
    font-weight: 600;
    border-left: 4px solid #F06214;
  }

  .custom-select-option.priority:hover {
    background: #ffe4cc;
  }

  .custom-select-option .warning-icon {
    margin-left: 6px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .hero-section h1 {
      font-size: 2.5rem;
    }

    .hero-section p {
      font-size: 1.1rem;
    }

    .hero-stats {
      flex-direction: column;
      gap: 20px;
    }

    .section-header h2 {
      font-size: 2rem;
    }

    .cta-section h2 {
      font-size: 2rem;
    }

    .programs-grid {
      grid-template-columns: 1fr;
    }

    .form-row {
      grid-template-columns: 1fr;
    }

    .cta-buttons {
      flex-direction: column;
      align-items: center;
    }

    .modal-content {
      padding: 25px;
    }
  }/* End custom CSS */