/* GMM Finance - Custom Styles */
/* Brand Colors:
   Primary Teal: #10C98F
   Dark Green: #0F4332
   Light Background: #F5F5F5
*/

/* ========== Font Face ========== */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'),
       url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/* ========== General Styles ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
  padding-top: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

a:hover {
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
  color: #0F4332;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ========== Header ========== */
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #10C98F !important;
  background-color: #10C98F !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
  border: none;
}

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

.header-inner {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  background: transparent;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 50px;
  width: auto;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
  background: transparent;
}

.main-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav ul li a {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 8px 5px;
  position: relative;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  background: transparent !important;
}

.main-nav ul li a:hover,
.main-nav ul li a.active {
  color: #ffffff !important;
  opacity: 0.8;
}

.main-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.main-nav ul li a:hover::after,
.main-nav ul li a.active::after {
  width: 100%;
}

.lang-toggle {
  display: inline-block;
  color: #ffffff !important;
  padding: 8px 18px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid;
}

.lang-toggle:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  border: 1px solid #1a5a45 !important;
}

.canadian-badge {
  margin-left: 15px;
  display: flex;
  align-items: center;
  align-self: center;
  line-height: 1;
}

.canadian-badge img {
  width: auto;
  display: block;
  height: 30px;
}

/* Mobile Menu */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-btn span {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 3px 0;
  transition: all 0.3s ease;
}

/* ========== Hero Section ========== */
.hero {
  padding-top: 70px;
  background: linear-gradient(135deg, #0F4332 0%, #1a5a45 100%);
  color: #fff;
  text-align: center;
  position: relative;
}

.hero-banner {
  width: 100%;
  display: block;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  background: none;
  background-image: none;
  border: 0;
  outline: none;
  box-shadow: none;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  background-color: transparent;
}

.hero-carousel .carousel-control-prev:focus,
.hero-carousel .carousel-control-next:focus,
.hero-carousel .carousel-control-prev:active,
.hero-carousel .carousel-control-next:active {
  outline: none;
  box-shadow: none;
}

.hero-content {
  padding: 40px 20px;
}

.hero h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
}

.hero .separator {
  width: 60px;
  margin: 20px auto;
}

.hero p {
  font-size: 18px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.gfl-logo {
  max-width: 200px;
  margin-top: 20px;
}

/* ========== Solutions Section ========== */
.solutions {
  background-color: #ffffff;
  padding: 60px 0;
  color: #333;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  color: inherit;
  margin-bottom: 15px;
}

.section-title .separator {
  width: 150px;
  margin: 15px auto;
  height: 3px; 
}

.section-title p {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
}

.solutions .section-title h2 {
  color: #0F4332;
}

.solutions .section-title p {
  color: #555;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.solution-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-3px);
}

.solution-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

.solution-card-content {
  padding: 20px 0;
  color: #333;
}

.solution-card h2 {
  font-size: 18px;
  font-weight: 700;
  color: #0F4332;
  margin-bottom: 12px;
  line-height: 1.3;
}

.solution-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* ========== Benefits Section ========== */
.benefits {
  background-color: #F4FCFA;
  padding: 80px 0;
}

.benefits .section-title h2 {
  color: #0F4332;
}

.benefits-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.benefit-item {
  text-align: center;
  padding: 20px;
}

.benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit-item h2 {
  font-size: 16px;
  color: #0F4332;
  margin-bottom: 10px;
  line-height: 1.4;
}

.brochure-btn {
  display: inline-block;
  background-color: #10C98F;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.brochure-btn:hover {
  background-color: #0eb07d;
  color: #fff;
}

.text-center {
  text-align: center;
}

/* ========== Process Section ========== */
.process {
  background-color: #fff;
  padding: 80px 0;
  color: #000;
}

.process .section-title h2 {
  color: #0F4332;
}

.process-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.process-steps {
  color: #000;
}

.process-step {
  margin-bottom: 30px;
}

.process-step h4 {
  font-size: 22px;
  color: #0F4332;
  margin-bottom: 8px;
}

.process-step h4 .step-number {
  color: #10C98F;
  font-size: 24px;
}

.process-step p {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.6;
}

.process-image {
  text-align: center;
}

.process-image img {
  max-width: 100%;
  /* border-radius: 10px; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.process-cta {
  margin-top: 40px;
  /* display: flex; */
  gap: 20px;
}

.process-cta img {
  height: 76px;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin: 15px;
}

.process-cta img:hover {
  transform: scale(1.05);
}

/* ========== Calculator Section ========== */
.calculator-section {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.calculator-section .section-title h2 {
  color: #0F4332;
}

.calculator-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  max-width: 600px;
  margin: 0 auto;
}

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

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

.form-group label {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.form-group input,
.form-group select {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #10C98F;
}

.btn-calculate {
  background-color: #10C98F;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-calculate:hover {
  background-color: #0eb07d;
}

.calculator-result {
  margin-top: 30px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  display: none;
}

.calculator-result.show {
  display: block;
}

.result-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.result-row:last-child {
  border-bottom: none;
}

.result-row span:first-child {
  color: #666;
}

.result-row span:last-child {
  font-weight: 600;
  color: #0F4332;
}

.result-monthly {
  text-align: center;
  padding: 20px;
  background-color: #10C98F;
  color: #fff;
  border-radius: 8px;
  margin-top: 15px;
}

.result-monthly .amount {
  font-size: 36px;
  font-weight: 700;
}

.result-monthly .label {
  font-size: 14px;
  opacity: 0.9;
}

/* Calculator Result Options */
.result-header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #10C98F;
}

.result-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.result-option {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.3s ease;
}

.result-option:hover {
  border-color: #10C98F;
  box-shadow: 0 2px 10px rgba(16, 201, 143, 0.15);
}

.option-title {
  font-size: 16px;
  font-weight: 700;
  color: #0F4332;
  margin-bottom: 5px;
}

.option-description {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.4;
}

.option-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.option-payment .label {
  font-size: 14px;
  color: #666;
}

.option-payment .amount {
  font-size: 20px;
  font-weight: 700;
  color: #10C98F;
}

.form-hint {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* ========== Contact Section ========== */
.contact {
  background-color: #E4F1ED;
  padding: 80px 0;
}

.contact .section-title h2 {
  color: #0F4332;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

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

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #10C98F;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.btn-submit {
  background: white;
  color: #10C98F;
  padding: 18px 44px;
  border: 1px solid #10C98F;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-submit:hover {
  background-color: #10C98F;
  color: #ffffff;
}

.required-fields-note {
  font-size: 13px;
  margin-bottom: 15px;
  color: #666;
}

.form-message {
  margin-top: 20px;
  padding: 15px;
  border-radius: 5px;
  display: none;
}

.form-message.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Contact Loading & Message Box */
.contact-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  font-size: 18px;
  color: #10C98F;
  margin-bottom: 20px;
}

.contact-loading i {
  font-size: 24px;
}

.message-box {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.message-box.success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.message-box.error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.message-box strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.message-box p {
  margin: 0;
}

/* reCAPTCHA Badge */
.grecaptcha-badge {
  visibility: visible !important;
  z-index: 9999;
}

/* ========== Footer ========== */
.footer {
  background-color: #0F4332;
  color: #fff;
  padding: 50px 0 0;
}

.footer > .container {
  padding-bottom: 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.footer-col h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.9;
}

.footer-col a {
  color: #ffffff !important;
}

.footer-col a:hover {
  text-decoration: underline;
  color: #ffffff !important;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer-social {
  gap: 15px;
  margin-top: 20px;
}

.footer-social a img {
  width: 35px;
  height: 35px;
  transition: transform 0.3s ease;
}

.footer-social a:hover img {
  transform: scale(1.1);
}

.footer-bottom {
  background-color: #10C98F;
  padding: 20px 0;
  width: 100%;
}

.footer-bottom-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  color: #ffffff;
  margin: 0;
  opacity: 1;
}

.footer-logo-gfl,
.footer-logo-gmm {
  height: 40px;
  width: auto;
}

/* ========== Back to Top ========== */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #10C98F;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  border: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: #0eb07d;
  transform: translateY(-3px);
}

/* ========== Calculator Modal ========== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.modal-overlay.show .modal-content {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}

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

/* ========== Responsive Design ========== */
@media (max-width: 992px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-content {
    grid-template-columns: 1fr;
  }

  .process-image {
    order: -1;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .main-nav ul {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .main-nav.mobile-open ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #10C98F;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }

  .hero h1 {
    font-size: 28px;
  }

  .section-title h2 {
    font-size: 26px;
  }

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

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

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

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

  .canadian-badge {
    display: none;
  }
}

@media (max-width: 480px) {
  .header-inner {
    padding: 8px 0;
  }

  .logo img {
    height: 40px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .calculator-box {
    padding: 25px;
  }

  .modal-content {
    padding: 25px;
  }
}

/* ========== Animations ========== */
.wow {
  /* visibility: hidden; */
}

.wow.animated {
  visibility: visible;
}

/* Fallback for mobile when WOW.js is disabled */
@media (max-width: 768px) {
  .wow {
    visibility: visible !important;
    animation: none !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ========== Calculator Radio Options ========== */
.result-option {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  transition: all 0.3s ease;
}

.result-option:hover {
  border-color: #10C98F;
  box-shadow: 0 2px 10px rgba(16, 201, 143, 0.15);
}

.result-option input.option-radio {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-top: 3px;
  cursor: pointer;
  accent-color: #10C98F;
  flex-shrink: 0;
}

.result-option input.option-radio:checked + .option-content {
  color: #0F4332;
}

.result-option:has(input.option-radio:checked) {
  border-color: #10C98F;
  background-color: #f8fdfb;
}

.option-content {
  flex: 1;
}

.btn-apply {
  width: 100%;
}

.btn-apply:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.btn-apply:disabled:hover {
  background-color: #ccc;
}

/* ========== Application Form Section ========== */
.application-section {
  padding: 100px 0 60px;
  background-color: #f5f5f5;
  min-height: calc(100vh - 200px);
}

.application-section .section-title {
  margin-bottom: 30px;
}

.application-section .section-title h1 {
  font-size: 32px;
  color: #0F4332;
  margin-bottom: 15px;
}

.application-form {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.form-section {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.form-section:last-of-type {
  border-bottom: none;
}

.form-section h3 {
  font-size: 18px;
  color: #0F4332;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #10C98F;
  display: inline-block;
}

/* Summary Box */
.summary-box {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.summary-row:last-child {
  border-bottom: none;
}

.summary-row span:first-child {
  color: #666;
}

.summary-row span:last-child {
  font-weight: 600;
  color: #0F4332;
}

.summary-row.highlight {
  background-color: #10C98F;
  margin: 10px -20px -20px;
  padding: 15px 20px;
  border-radius: 0 0 8px 8px;
}

.summary-row.highlight span {
  color: #fff;
  font-weight: 600;
}

/* Application Form Fields */
.application-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 15px;
}

.application-form .form-group {
  margin-bottom: 15px;
}

.application-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.application-form .form-control:focus {
  outline: none;
  border-color: #10C98F;
}

.application-form textarea.form-control {
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
}

.application-form select.form-control {
  cursor: pointer;
  background-color: #fff;
}

/* Form Actions */
.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
}

.btn-secondary {
  display: inline-block;
  background-color: #fff;
  color: #666;
  padding: 15px 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
  color: #333;
}

.application-form .btn-submit {
  background-color: #10C98F;
  color: #fff;
  padding: 15px 40px;
  border: none;
}

.application-form .btn-submit:hover {
  background-color: #0eb07d;
}

.required-fields-note.application-note {
  color: #666;
  margin-bottom: 20px;
}

/* Application Form Message */
.application-form .form-message {
  margin-top: 20px;
  text-align: center;
}

/* Responsive Application Form */
@media (max-width: 768px) {
  .application-form {
    padding: 25px;
  }

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

  .form-actions {
    flex-direction: column;
    gap: 15px;
  }

  .form-actions .btn-secondary,
  .form-actions .btn-submit {
    width: 100%;
    text-align: center;
  }
}

/* ========== Utility Classes ========== */
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }
.pt-20 { padding-top: 20px; }
.pt-40 { padding-top: 40px; }
.pb-20 { padding-bottom: 20px; }
.pb-40 { padding-bottom: 40px; }
