/* تنسيقات مشتركة لقسم التواصل */
/* --- Premium Contact Section --- */
.contact-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  z-index: 1;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  align-items: start;
}

@media (max-width: 992px) {
  .contact-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* تنسيقات قسم التواصل للوضع الداكن */
[data-theme="dark"] .contact-section,
html:not([data-theme="light"]) .contact-section {
  background: linear-gradient(125deg, #5e3bee 0%, #7d56f9 100%);
}

[data-theme="dark"] .contact-section::before,
html:not([data-theme="light"]) .contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 20%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 20%);
  z-index: 1;
}

[data-theme="dark"] .contact-section::after,
html:not([data-theme="light"]) .contact-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 0;
}

/* تنسيقات قسم التواصل للوضع الفاتح */
[data-theme="light"] .contact-section {
  background: linear-gradient(125deg, #f0f4ff 0%, #e6e6ff 100%);
}

[data-theme="light"] .contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(126, 86, 249, 0.1) 0%, rgba(126, 86, 249, 0) 20%),
    radial-gradient(circle at 80% 70%, rgba(126, 86, 249, 0.1) 0%, rgba(126, 86, 249, 0) 20%);
  z-index: 1;
}

[data-theme="light"] .contact-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%237d56f9' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 0;
}

/* تنسيقات مشتركة لمحتوى التواصل */
.contact-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* --- Premium Glass Cards --- */
.contact-form-box,
.contact-info-box {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

[data-theme="light"] .contact-form-box,
[data-theme="light"] .contact-info-box {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
}

.contact-form-box:hover,
.contact-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px -15px rgba(var(--primary-rgb), 0.15);
  border-color: rgba(var(--primary-rgb), 0.2);
}

/* Glow Effect */
.contact-form-box::before,
.contact-info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.contact-form-box:hover::before,
.contact-info-box:hover::before {
  transform: scaleX(1);
}

/* تنسيقات مشتركة للعناوين والنصوص */
.contact-form-container h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.contact-form-container p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 400;
}

/* تنسيقات العناوين والنصوص للوضع الداكن */
[data-theme="dark"] .contact-form-container h2,
html:not([data-theme="light"]) .contact-form-container h2 {
  background: linear-gradient(to right, #ffffff, #c4b5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(126, 86, 249, 0.3);
  letter-spacing: -0.5px;
}

[data-theme="dark"] .contact-form-container p,
html:not([data-theme="light"]) .contact-form-container p {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* تنسيقات العناوين والنصوص للوضع الفاتح */
[data-theme="light"] .contact-form-container h2 {
  background: linear-gradient(to right, #5e3bee, #7d56f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

[data-theme="light"] .contact-form-container p {
  color: #555;
}

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

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

/* تنسيقات مشتركة لجميع الأوضاع */
/* --- Modern Input Fields --- */
.form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--text-color);
  transition: color 0.3s ease;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 18px 25px;
  border-radius: 16px;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--text-color);
  font-family: 'Tajawal', sans-serif;
}

[data-theme="light"] .form-group input,
[data-theme="light"] .form-group textarea,
[data-theme="light"] .form-group select {
  background-color: #f8f9fc;
  border: 2px solid #eef2f6;
  color: #333;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  background-color: rgba(var(--primary-rgb), 0.05);
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.1);
  transform: translateY(-2px);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(128, 128, 128, 0.6);
  transition: all 0.3s ease;
}

.form-group input:focus::placeholder,
.form-group textarea:focus::placeholder {
  opacity: 0;
  transform: translateX(10px);
}

/* تنسيقات مشتركة للقائمة المنسدلة */
.form-group select {
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 12px;
  padding-right: 40px;
  cursor: pointer;
}

/* تنسيقات القائمة المنسدلة للوضع الداكن */
[data-theme="dark"] .form-group select,
html:not([data-theme="light"]) .form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%237d56f9' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-color: #1e1e32 !important;
  /* Force solid background */
  color: #fff;
}

[data-theme="dark"] .form-group select option,
html:not([data-theme="light"]) .form-group select option {
  background-color: #1e1e32;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid rgba(126, 86, 249, 0.2);
}

/* تنسيقات القائمة المنسدلة للوضع الفاتح */
[data-theme="light"] .form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%237d56f9' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
}

[data-theme="light"] .form-group select option {
  background-color: #ffffff;
  color: #333;
  padding: 10px;
}

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

/* تنسيقات مشتركة لزر الإرسال */
.submit-btn {
  border: none;
  padding: 16px 25px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* تنسيقات زر الإرسال للوضع الداكن */
[data-theme="dark"] .submit-btn,
html:not([data-theme="light"]) .submit-btn {
  background: linear-gradient(45deg, #5e3bee, #7d56f9);
  color: white;
  box-shadow: 0 10px 25px -5px rgba(94, 59, 238, 0.5);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: 'Cairo', sans-serif;
}

[data-theme="dark"] .submit-btn:hover,
html:not([data-theme="light"]) .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgba(94, 59, 238, 0.7);
  background: linear-gradient(45deg, #6a46e5, #8560ff);
}

[data-theme="dark"] .submit-btn:active,
html:not([data-theme="light"]) .submit-btn:active {
  transform: translateY(1px);
  box-shadow: 0 5px 15px -5px rgba(94, 59, 238, 0.7);
}

/* تنسيقات زر الإرسال للوضع الفاتح */
[data-theme="light"] .submit-btn {
  background: linear-gradient(45deg, #5e3bee, #7d56f9);
  color: white;
  box-shadow: 0 8px 20px -5px rgba(94, 59, 238, 0.4);
  font-family: 'Cairo', sans-serif;
}

[data-theme="light"] .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px -5px rgba(94, 59, 238, 0.5);
}

[data-theme="light"] .submit-btn:active {
  transform: translateY(1px);
  box-shadow: 0 5px 15px -5px rgba(94, 59, 238, 0.6);
}

/* تأثيرات مشتركة لزر الإرسال */
.submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: -1;
}

.submit-btn:hover::before {
  transform: translateX(100%);
}

.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.submit-btn i {
  font-size: 1.2rem;
}

.contact-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.contact-whatsapp-btn:hover {
  background-color: #1fbd59;
  transform: translateY(-3px);
  box-shadow: 0 7px 15px rgba(37, 211, 102, 0.3);
}

.contact-whatsapp-btn i {
  font-size: 1.2rem;
}

#success-message {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

#success-message i {
  font-size: 4rem;
  color: #25D366;
  margin-bottom: 20px;
}

#success-message h3 {
  color: white;
  margin-bottom: 15px;
  font-size: 1.5rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}

#success-message p {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.success-btn {
  background-color: rgba(126, 86, 249, 0.3);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 25px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.success-btn:hover {
  background-color: rgba(126, 86, 249, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* تأثيرات حركية متطورة */
.contact-section {
  animation: gradientFlow 15s ease infinite;
  background-size: 200% 200%;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.contact-form-container {
  animation: floatIn 1s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
}

.form-group {
  animation: fadeIn 0.5s ease forwards;
  opacity: 0;
  animation-delay: calc(var(--i, 0) * 0.1s);
}

.form-group:nth-child(1) {
  --i: 1;
}

.form-group:nth-child(2) {
  --i: 2;
}

.form-group:nth-child(3) {
  --i: 3;
}

.form-group:nth-child(4) {
  --i: 4;
}

.form-group:nth-child(5) {
  --i: 5;
}

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

.submit-btn {
  animation: pulseButton 2s infinite alternate;
}

@keyframes pulseButton {
  0% {
    box-shadow: 0 10px 25px -5px rgba(94, 59, 238, 0.5);
  }

  100% {
    box-shadow: 0 15px 30px -5px rgba(94, 59, 238, 0.7);
  }
}

/* أنماط الأشكال الهندسية */
.contact-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

/* أنماط الأشكال الهندسية للوضع الداكن */
[data-theme="dark"] .shape,
html:not([data-theme="light"]) .shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* أنماط الأشكال الهندسية للوضع الفاتح */
[data-theme="light"] .shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(94, 59, 238, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(94, 59, 238, 0.1);
}

/* أنماط مشتركة للأشكال الهندسية */
.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  animation: floatShape 15s infinite alternate ease-in-out;
}

.shape-2 {
  width: 200px;
  height: 200px;
  bottom: 50px;
  left: -50px;
  animation: floatShape 12s infinite alternate-reverse ease-in-out;
}

.shape-3 {
  width: 150px;
  height: 150px;
  top: 40%;
  right: 15%;
  animation: floatShape 10s infinite alternate ease-in-out;
}

@keyframes floatShape {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    transform: translateY(30px) rotate(10deg);
  }
}

/* تأثير لمعان الزر */
.btn-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg) translateX(-100%);
  animation: btnShine 3s infinite;
}

/* تأثير لمعان الزر للوضع الداكن */
[data-theme="dark"] .btn-shine,
html:not([data-theme="light"]) .btn-shine {
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 100%);
}

/* تأثير لمعان الزر للوضع الفاتح */
[data-theme="light"] .btn-shine {
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%);
}

@keyframes btnShine {
  0% {
    transform: skewX(-20deg) translateX(-100%);
  }

  20% {
    transform: skewX(-20deg) translateX(100%);
  }

  100% {
    transform: skewX(-20deg) translateX(100%);
  }
}

/* تحسينات للشاشات المختلفة */
@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-form-container {
    padding: 30px;
    max-width: 100%;
  }

  .shape-1 {
    width: 200px;
    height: 200px;
  }

  .shape-2 {
    width: 150px;
    height: 150px;
  }

  .shape-3 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 576px) {
  .contact-section {
    padding: 50px 0;
  }

  .contact-form-container {
    padding: 25px;
  }

  .contact-form-container h2 {
    font-size: 1.8rem;
  }
}

/* أنماط التبويبات */
.contact-tabs {
  width: 100%;
  margin-bottom: 30px;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.tab-btn {
  padding: 15px 25px;
  border-radius: 12px;
  border: none;
  background-color: rgba(126, 86, 249, 0.2);
  color: var(--text-color);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Tajawal", sans-serif;
  font-size: 1rem;
  flex: 1;
  max-width: 200px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.tab-btn.active {
  background: linear-gradient(135deg, #5e3bee, #7d56f9);
  color: white;
  box-shadow: 0 8px 20px rgba(94, 59, 238, 0.3);
}

.tab-btn:hover:not(.active) {
  background-color: rgba(126, 86, 249, 0.3);
  transform: translateY(-2px);
}

.tab-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: 1;
}

.tab-btn.active:hover::before {
  transform: translateX(100%);
}

.tab-content {
  position: relative;
  z-index: 0;
}

.tab-pane {
  display: none;
  animation: fadeIn 0.5s ease forwards;
}

.tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-theme="dark"] .tab-btn {
  background-color: rgba(126, 86, 249, 0.3);
  color: white;
}

[data-theme="dark"] .tab-btn.active {
  background: linear-gradient(135deg, #5e3bee, #7d56f9);
  color: white;
}

@media (max-width: 576px) {
  .tab-buttons {
    flex-direction: row;
    align-items: center;
  }

  .tab-btn {
    width: 100%;
    max-width: 100%;
    padding: 12px 15px;
    font-size: 0.9rem;
  }

  /* --- Premium Contact Info List Override --- */
  .contact-info-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .contact-info-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
  }

  .contact-info-list li:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(10px);
    border-color: rgba(var(--primary-rgb), 0.2);
  }

  [data-theme="light"] .contact-info-list li {
    background: #f8f9fc;
  }

  [data-theme="light"] .contact-info-list li:hover {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }

  .contact-info-list .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-purple));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 10px 20px rgba(var(--primary-rgb), 0.3);
    transition: all 0.3s ease;
  }

  .contact-info-list li:hover .icon {
    transform: scale(1.1) rotate(5deg);
  }

  .contact-info-list .info h3 {
    font-size: 0.9rem;
    color: var(--text-color-light);
    margin-bottom: 5px;
    font-weight: 500;
  }

  .contact-info-list .info p {
    font-size: 1.1rem;
    color: var(--text-color);
    font-weight: 700;
    margin: 0;
  }

  /* --- Premium Submit Button Override --- */
  .submit-btn {
    border: none !important;
    padding: 18px 30px !important;
    border-radius: 16px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 30px !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    background-size: 200% auto !important;
    font-family: 'Tajawal', sans-serif !important;
    letter-spacing: 0.5px;
  }

  [data-theme="dark"] .submit-btn,
  html:not([data-theme="light"]) .submit-btn {
    background-image: linear-gradient(45deg, #5e3bee 0%, #7d56f9 51%, #5e3bee 100%) !important;
    color: white !important;
    box-shadow: 0 10px 30px rgba(94, 59, 238, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  [data-theme="light"] .submit-btn {
    background-image: linear-gradient(45deg, #5e3bee 0%, #7d56f9 51%, #5e3bee 100%) !important;
    color: white !important;
    box-shadow: 0 10px 25px rgba(94, 59, 238, 0.3) !important;
  }

  .submit-btn:hover {
    background-position: right center !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 15px 35px rgba(94, 59, 238, 0.5) !important;
  }

  .submit-btn:active {
    transform: translateY(1px) scale(0.98) !important;
  }

}

[data-theme="dark"] .contact-section,
html:not([data-theme="light"]) .contact-section {
  background: linear-gradient(125deg, #5e3bee00 0%, #7d56f924 100%);
}[data-theme="dark"] .form-group select, html:not([data-theme="light"]) .form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%237d56f9' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-color: #1e1e32 !important;
    color: #fff;
    background-repeat: no-repeat;
    position: relative;
    background-position: 15px;
}