.edutech-footer {
  background: linear-gradient(135deg, #1a2a4a, #0f1721);
  color: #ffffff;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.edutech-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAyKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==');
  opacity: 0.5;
  z-index: 0;
}

.footer-top-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  position: relative;
  z-index: 1;
}

.footer-grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

/* Footer Brand Column Styles */
.footer-brand-column {
  padding-right: 20px;
}

.footer-brand-header {
  margin-bottom: 25px;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-brand-icon {
  font-size: 32px;
  color: #4fc3f7;
  margin-right: 12px;
}

.footer-logo-text {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(to right, #4fc3f7, #64fcd9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5px;
}

.footer-brand-tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  font-weight: 400;
}

.footer-brand-description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.footer-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.trust-badge {
  display: flex;
  align-items: center;
  background: rgba(79, 195, 247, 0.1);
  padding: 8px 15px;
  border-radius: 50px;
  border: 1px solid rgba(79, 195, 247, 0.2);
}

.trust-badge i {
  font-size: 14px;
  color: #4fc3f7;
  margin-right: 8px;
}

.trust-badge span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

/* Footer Navigation Columns */
.footer-nav-column {
  padding: 0 10px;
}

.footer-column-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.footer-column-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(to right, #4fc3f7, transparent);
  border-radius: 3px;
}

.title-icon {
  width: 36px;
  height: 36px;
  background: rgba(79, 195, 247, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.title-icon i {
  font-size: 16px;
  color: #4fc3f7;
}

.title-text {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

/* Services List Styles */
.footer-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-item {
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateX(5px);
}

.service-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: #4fc3f7;
}

.service-icon {
  width: 28px;
  height: 28px;
  background: rgba(79, 195, 247, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.service-link:hover .service-icon {
  background: rgba(79, 195, 247, 0.2);
}

.service-icon i {
  font-size: 13px;
  color: #4fc3f7;
}

.service-text {
  flex: 1;
}

/* Quick Links Styles */
.footer-quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-link-item {
  margin-bottom: 10px;
}

.quick-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  transition: color 0.3s ease;
}

.quick-link:hover {
  color: #4fc3f7;
}

.link-icon {
  width: 28px;
  height: 28px;
  background: rgba(79, 195, 247, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.quick-link:hover .link-icon {
  background: rgba(79, 195, 247, 0.2);
}

.link-icon i {
  font-size: 13px;
  color: #4fc3f7;
}

.link-text {
  flex: 1;
}

.back-to-top-btn {
  color: #4fc3f7 !important;
  font-weight: 500;
}

/* Contact Column Styles */
.footer-contact-column {
  padding: 0 10px;
}

.contact-info-section {
  margin-bottom: 30px;
}

.contact-details-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.contact-item {
  margin-bottom: 12px;
}

.contact-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #4fc3f7;
}

.contact-icon {
  width: 28px;
  height: 28px;
  background: rgba(79, 195, 247, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.contact-link:hover .contact-icon {
  background: rgba(79, 195, 247, 0.2);
}

.contact-icon i {
  font-size: 13px;
  color: #4fc3f7;
}

.contact-text {
  flex: 1;
}

.support-hours {
  background: rgba(79, 195, 247, 0.05);
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(79, 195, 247, 0.1);
}

.support-hours-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.hours-icon {
  width: 28px;
  height: 28px;
  background: rgba(79, 195, 247, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.hours-icon i {
  font-size: 13px;
  color: #4fc3f7;
}

.hours-text {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.hours-detail {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6;
}

/* Social Media Section */
.social-media-section {
  margin-bottom: 30px;
}

.social-media-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-button:hover::before {
  opacity: 1;
}

.social-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.facebook-btn { background-color: #3b5998; }
.twitter-btn { background-color: #1da1f2; }
.linkedin-btn { background-color: #0077b5; }
.instagram-btn { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }
.youtube-btn { background-color: #ff0000; }
.whatsapp-btn { background-color: #25d366; }

/* Newsletter Column Styles */
.footer-newsletter-column {
  padding: 0 10px;
}

.newsletter-container {
  background: rgba(79, 195, 247, 0.05);
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(79, 195, 247, 0.1);
}

.newsletter-description {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  line-height: 1.7;
}

.newsletter-form {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.newsletter-input {
  width: 100%;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.newsletter-input:focus {
  outline: none;
  border-color: #4fc3f7;
  background: rgba(79, 195, 247, 0.05);
  box-shadow: 0 0 0 3px rgba(79, 195, 247, 0.1);
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-select {
  width: 100%;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234fc3f7' width='18px' height='18px'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

.newsletter-select:focus {
  outline: none;
  border-color: #4fc3f7;
  background-color: rgba(79, 195, 247, 0.05);
  box-shadow: 0 0 0 3px rgba(79, 195, 247, 0.1);
}

.newsletter-select option {
  background: #1a2a4a;
  color: #ffffff;
}

.newsletter-submit-btn {
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(to right, #4fc3f7, #64fcd9);
  color: #0f1721;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.newsletter-submit-btn:hover {
  background: linear-gradient(to right, #3db3e7, #54ecc9);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-icon {
  margin-right: 8px;
}

.form-disclaimer {
  margin-top: 15px;
}

.form-disclaimer p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0;
}

/* Footer Bottom Section */
.footer-bottom-container {
  background: rgba(0, 0, 0, 0.2);
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
}

.footer-bottom-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.copyright-section {
  margin-bottom: 10px;
}

.copyright-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  text-align: center;
}

.copyright-text strong {
  color: #ffffff;
  font-weight: 600;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

.legal-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
  padding: 0 10px;
}

.legal-link:hover {
  color: #4fc3f7;
}

.link-separator {
  color: rgba(255, 255, 255, 0.2);
}

.payment-methods {
  display: flex;
  gap: 15px;
}

.payment-icon {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}

.payment-icon:hover {
  color: #ffffff;
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(5px);
}

.custom-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  max-width: 850px;
  width: 90%;
  max-height: 85vh;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.modal-content-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.modal-close-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
}

.modal-close-btn i {
  font-size: 18px;
  color: #666;
  transition: color 0.3s ease;
}

.modal-close-btn:hover i {
  color: #ff0000;
}

.modal-scroll-content {
  flex: 1;
  overflow-y: auto;
  padding: 30px;
  -webkit-overflow-scrolling: touch;
  max-height: calc(85vh - 60px);
  box-sizing: border-box;
}

.modal-header-section {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.modal-header-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #4fc3f7, transparent);
  border-radius: 3px;
}

.modal-icon-wrapper {
  width: 60px;
  height: 60px;
  background: rgba(79, 195, 247, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.modal-header-icon {
  font-size: 24px;
  color: #4fc3f7;
}

.modal-title {
  font-size: 28px;
  color: #2c3e50;
  margin: 0 0 5px;
  font-weight: 700;
}

.modal-subtitle {
  font-size: 14px;
  color: #7f8c8d;
  margin: 0;
}

.modal-body-content {
  color: #555;
  line-height: 1.7;
}

.modal-body-content p {
  margin-bottom: 20px;
  font-size: 15px;
}

.policy-section {
  margin-bottom: 25px;
}

.policy-section-title {
  font-size: 18px;
  color: #2c3e50;
  margin: 0 0 15px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}

.policy-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #4fc3f7;
  border-radius: 50%;
}

.policy-list {
  padding-left: 20px;
  margin: 15px 0;
}

.policy-list-item {
  margin-bottom: 10px;
  font-size: 15px;
  color: #555;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.contact-info-icon {
  width: 30px;
  height: 30px;
  background: rgba(79, 195, 247, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.contact-info-icon i {
  font-size: 14px;
  color: #4fc3f7;
}

.contact-info-text {
  font-size: 15px;
  color: #555;
}

.contact-info-text a {
  color: #4fc3f7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-text a:hover {
  color: #3da8d8;
  text-decoration: underline;
}

/* FAQ Modal Specific Styles */
.faq-accordion {
  margin-top: 20px;
}

.faq-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.faq-question-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 15px 0;
  cursor: pointer;
  text-align: left;
}

.question-text {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  flex: 1;
}

.question-toggle-icon {
  width: 24px;
  height: 24px;
  background: rgba(79, 195, 247, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-question-btn:hover .question-toggle-icon {
  background: rgba(79, 195, 247, 0.2);
}

.question-toggle-icon i {
  font-size: 12px;
  color: #4fc3f7;
  transition: transform 0.3s ease;
}

.faq-question-btn.active .question-toggle-icon i {
  transform: rotate(45deg);
}

.faq-answer-content {
  display: none;
  padding: 0 0 15px;
  animation: fadeIn 0.3s ease;
}

.faq-answer-content p {
  margin-bottom: 10px;
}

.faq-answer-list {
  padding-left: 20px;
  margin: 10px 0;
}

.faq-answer-list li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #555;
}

.faq-contact-section {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

.faq-contact-title {
  font-size: 18px;
  color: #2c3e50;
  margin: 0 0 10px;
  font-weight: 600;
}

.faq-contact-text {
  font-size: 14px;
  color: #7f8c8d;
  margin: 0 0 15px;
}

/* Disclaimer Modal Specific Styles */
.disclaimer-section {
  margin: 25px 0;
}

.disclaimer-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.disclaimer-item {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  color: #555;
}

.disclaimer-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #4fc3f7;
  border-radius: 50%;
}

.disclaimer-item strong {
  color: #2c3e50;
}

.disclaimer-contact-section {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

.disclaimer-contact-title {
  font-size: 18px;
  color: #2c3e50;
  margin: 0 0 10px;
  font-weight: 600;
}

.disclaimer-contact-text {
  font-size: 14px;
  color: #7f8c8d;
  margin: 0 0 15px;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .footer-grid-layout {
    gap: 30px;
  }
}

@media (max-width: 992px) {
  .footer-grid-layout {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  
  .modal-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .footer-top-container {
    padding: 50px 20px 30px;
  }
  
  .footer-grid-layout {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .footer-brand-column {
    grid-column: span 2;
    padding-right: 0;
  }
  
  .footer-newsletter-column {
    grid-column: span 2;
  }
  
  .custom-modal {
    width: 95%;
    max-height: 90vh;
  }
  
  .modal-scroll-content {
    padding: 25px;
    max-height: calc(90vh - 60px);
  }
  
  .modal-title {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .footer-grid-layout {
    grid-template-columns: 1fr;
  }
  
  .footer-brand-column, 
  .footer-newsletter-column {
    grid-column: span 1;
  }
  
  .footer-bottom-content {
    text-align: center;
  }
  
  .legal-links {
    flex-direction: column;
    align-items: center;
  }
  
  .legal-link {
    padding: 5px 0;
  }
  
  .link-separator {
    display: none;
  }
  
  .modal-scroll-content {
    padding: 20px;
    max-height: calc(90vh - 60px);
  }
  
  .modal-header-section {
    margin-bottom: 20px;
  }
  
  .modal-title {
    font-size: 20px;
  }
  
  .modal-body-content p,
  .policy-list-item,
  .contact-info-text,
  .disclaimer-item {
    font-size: 14px;
  }
  
  .policy-section-title,
  .faq-contact-title,
  .disclaimer-contact-title {
    font-size: 16px;
  }
  
  .question-text {
    font-size: 15px;
  }
}



