.video-section .video-container {
  text-align: center;
  /* margin-bottom: 40px; */
}

.video-section .company-video {
  width: 100%;
  max-width: 800px;
}

/* .video-description {
  max-width: 1200px;
  margin: 0 auto;
} */

.video-text {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #ff7415;
  text-align: center;
}

.footer-main {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 10px 10px;
  position: relative;
}

.footer-main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #ffb56b;
  filter: blur(50px);
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}

.footer-section-title {
  font-size: 32px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #ff7415;
  margin-bottom: 12px;
  line-height: 1.2;
}

.footer-newsletter {
  margin-bottom: 30px;
}

.footer-newsletter-text {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  color: #000;
  margin: 28px 0;
}

.newsletter-form-container {
  margin-top: 28px;
}

.newsletter-input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 450px;
  padding: 6px;
  border: 1px solid #000;
  border-radius: 16px;
  background: transparent;
  transition: all 0.3s ease;
}

.newsletter-input-wrapper:focus-within {
  border-color: #ff7415;
  box-shadow: 0 0 0 2px rgba(255, 116, 21, 0.1);
}

.newsletter-input {
  flex: 1;
  padding: 18px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
  outline: none;
}

.newsletter-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.newsletter-btn {
  background: linear-gradient(180deg, #dd630f 0%, #ffa245 100%);
  border: none;
  border-radius: 12px;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(221, 99, 15, 0.3);
  flex-shrink: 0;
}

.newsletter-btn:hover {
  background: linear-gradient(
    180deg,
    rgba(201, 89, 13, 1) 0%,
    rgba(235, 152, 59, 1) 100%
  );
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(221, 99, 15, 0.4);
}

.newsletter-btn-text {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
  white-space: nowrap;
}

.newsletter-btn-arrow {
  width: 15px;
  height: 15px;
  color: white;
}

.footer-nav-section {
  margin-bottom: 30px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}

.footer-nav-item {
  margin-bottom: 12px;
}

.footer-nav-link {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-nav-link:hover {
  color: #ff7415;
  text-decoration: none;
}

.footer-contact-section {
  margin-bottom: 30px;
}

.footer-contact-list {
  margin-top: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ff7415;
  margin-bottom: 14px;
}

.footer-contact-icon {
  color: #ff7415;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact-text {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.75;
  color: #000;
  font-style: normal;
  margin: 0;
}

.footer-contact-link {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.9;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-contact-link:hover {
  color: #ff7415;
  text-decoration: none;
}

.footer-email-link {
  text-decoration: underline;
}

.footer-email-link:hover {
  text-decoration: underline;
}

.coupon-modal-content {
  border-radius: 24px !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
}

.coupon-modal-header {
  border: none !important;
  padding-bottom: 0 !important;
}

.coupon-modal-body {
  padding: 20px 30px 30px !important;
}

.coupon-logo {
  height: 73px;
  width: 234px;
  margin-bottom: 20px;
}

.coupon-title {
  font-size: 36px;
  font-weight: 500;
  font-family: "Clash Display", sans-serif;
  color: #f97316;
  margin-bottom: 10px;
  line-height: 1.2;
}

.coupon-subtitle {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-bottom: 30px;
}

.coupon-input {
  height: 60px !important;
  border-radius: 100px !important;
  border: 1px solid #f97316 !important;
  background-color: rgba(249, 115, 22, 0.1) !important;
  padding: 0 24px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.coupon-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 115, 22, 0.25) !important;
  border-color: #f97316 !important;
  background-color: rgba(249, 115, 22, 0.1) !important;
}

.coupon-input::placeholder {
  color: rgba(0, 0, 0, 0.9);
  font-family: "Montserrat", sans-serif;
}

.coupon-submit-btn {
  height: 60px;
  border-radius: 70px;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
  border: none;
  font-size: 20px;
  font-weight: 500;
  color: white;
  transition: all 0.3s ease;
}

.coupon-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.3);
  background: linear-gradient(180deg, #ea580c 0%, #c2410c 100%);
  color: white;
}

/* Modal Loader styles */
.modal-loader-container {
  display: flex;
  justify-content: center;
}

.modal-loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #ff6b35;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Modal Status message styles */
.modal-status-message {
  padding: 10px 15px;
  border-radius: 6px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  background-color: #4CAF50;
  color: white;
  animation: fadeIn 0.3s ease-in;
  margin: 0;
}

.modal-status-message.hidden {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Submit button disabled state */
.coupon-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Modal Backdrop */
.modal-backdrop {
  background-color: rgba(0.9, 0.9, 0.9, 0.9) !important;
}

@media (min-width: 1024px) and (max-width: 1550px) {
  .company-video {
    max-width: 600px;
  }

  .video-text {
    font-size: 18px;
    line-height: 1.6;
  }

  .footer-main {
    padding: 0px 30px;
    border-radius: 16px 16px 0 0;
  }

  .footer-section-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .footer-newsletter-text {
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.6;
  }

  .newsletter-input {
    padding: 15px;
    font-size: 15px;
    border-radius: 12px;
  }

  .newsletter-input-wrapper {
    max-width: 400px;
  }

  .newsletter-btn-text {
    font-size: 16px;
  }

  .footer-nav-link,
  .footer-contact-text,
  .footer-contact-link {
    font-size: 14px;
  }

  .footer-contact-item {
    margin-bottom: 12px;
  }

  .video-description {
    max-width: 1000px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .company-video {
    max-width: 650px;
  }

  .video-text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
  }

  .footer-main {
    padding: 0 30px;
    border-radius: 16px 16px 0 0;
  }

  .footer-section-title {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
  }

  .footer-newsletter-text {
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.6;
    text-align: center;
  }

  .newsletter-input {
    padding: 20px;
    font-size: 15px;
    border-radius: 12px;
  }

  .newsletter-btn {
    right: 50px;
    padding: 10px 18px;
  }

  .newsletter-btn-text {
    font-size: 16px;
  }

  .footer-nav-link,
  .footer-contact-text,
  .footer-contact-link {
    font-size: 14px;
  }

  .footer-contact-item {
    margin-bottom: 12px;
  }

  .video-description {
    max-width: 1000px;
    margin: 0 auto;
  }

  .footer-contact-icon {
    margin-top: 2px;
    flex-shrink: 0;
  }

  .footer-nav-section,
  .footer-contact-section {
    margin-bottom: 25px;
  }

  .newsletter-btn-arrow {
    width: 12px;
    height: 12px;
  }

  .video-text {
    font-size: 16px;
    text-align: center;
  }

  .footer-email-link {
    text-decoration: underline;
  }

  .footer-email-link:hover {
    text-decoration: underline;
  }

  .coupon-modal-body {
    padding: 15px 20px 25px !important;
  }
}

@media (max-width: 767px) {
  .coupon-title {
    font-size: 28px;
  }

  .coupon-subtitle {
    font-size: 14px;
  }

  .coupon-input {
    height: 55px !important;
    font-size: 15px !important;
  }

  .coupon-submit-btn {
    height: 55px;
    font-size: 18px;
  }

  .coupon-logo {
    height: 60px;
    width: 192px;
  }

  .coupon-modal-body {
    padding: 15px 20px 25px !important;
  }
}

@media (max-width: 575px) {
  .coupon-title {
    font-size: 24px;
  }

  .coupon-subtitle {
    font-size: 13px;
  }

  .coupon-input {
    height: 50px !important;
    font-size: 14px !important;
    padding: 0 20px !important;
  }

  .coupon-submit-btn {
    height: 50px;
    font-size: 16px;
  }

  .coupon-logo {
    height: 50px;
    width: 160px;
  }
}

@media (max-width: 575.98px) {
  .footer-section-title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .footer-newsletter-text {
    font-size: 15px;
    line-height: 1.5;
    margin: 16px 0;
  }

  .newsletter-input {
    padding: 16px;
    font-size: 14px;
  }

  .newsletter-btn {
    padding: 8px 12px;
    right: 15px;
  }

  .newsletter-btn-text {
    font-size: 13px;
  }

  .footer-nav-link,
  .footer-contact-text,
  .footer-contact-link {
    font-size: 14px;
  }

  .footer-nav-item,
  .footer-contact-item {
    margin-bottom: 10px;
  }

  .footer-nav-section,
  .footer-contact-section {
    margin-bottom: 25px;
  }

  .video-text {
    font-size: 14px;
  }

  /* Reduced padding and adjusted sizes */
  .company-video {
    max-width: 90%;
    margin: 0 auto;
  }
}
