/* Musaned Website Styles */

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: linear-gradient(
      rgba(248, 249, 250, 0.9),
      rgba(248, 249, 250, 0.9)
    ),
    url("/assets/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding-top: 64px !important;
  transition: direction 0.3s ease;
}

/* RTL Support */
[dir="rtl"] body {
  font-family: "Tajawal", "Cairo", "Segoe UI", Arial, sans-serif;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1100;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.whatsapp-float svg {
  width: 50px;
  height: 50px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

[dir="rtl"] .whatsapp-float {
  right: auto;
  left: 30px;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 4px 24px rgba(37, 211, 102, 0.5);
  }
}

/* Mobile adjustments for WhatsApp button */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
  }

  .whatsapp-float svg {
    width: 35px;
    height: 35px;
  }

  [dir="rtl"] .whatsapp-float {
    right: auto;
    left: 20px;
  }
}

/* Language Switcher Button */
.lang-switcher-btn {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 1100;
  background: white;
  color: #0f2b5a;
  border: 2px solid #e1b758;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.lang-switcher-btn:hover {
  background: #e1b758;
  color: white;
  transform: translateY(-2px);
}

[dir="rtl"] .lang-switcher-btn {
  right: auto;
  left: 20px;
}

/* Container */
.container,
.o_container_small,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  max-width: 1300px;
  padding-right: 20px;
  padding-left: 20px;
  padding: 12px 0;
  margin-right: auto;
  margin-left: auto;
}

/* Header Styles */
.main-header {
  background: #0f2b5a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #e1b75899;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  max-width: 100%;
  margin: 0 auto;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 24px;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.menu-toggle:hover .hamburger span {
  background: #e1b758;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.logo-img {
  height: 60px;
  width: auto;
}

.user-menu {
  display: flex;
  align-items: center;
}

.user-icon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.user-icon:hover {
  transform: scale(1.1);
}

.user-icon svg {
  display: block;
}

.user-icon:hover path {
  stroke: #e1b758;
}

.slide-content {
  position: absolute;
  color: #fff;
  z-index: 5;
  max-width: 500px;
  padding: 32px 24px 24px 24px;
  background: rgba(15, 43, 90, 0.65);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  pointer-events: auto;
}
.slide-logo {
  width: 90px;
  height: auto;
  margin-bottom: 8px;
}
.slide-title {
  font-size: 2.1rem;
  font-weight: 800;
  margin: 0 0 8px 0;
  color: #fff;
  line-height: 1.2;
}
.slide-text {
  font-size: 1.3rem;
  color: #e5e7eb;
  margin-bottom: 10px;
}

.spaan {
  font-size: xx-large;
  font-weight: bold;
  color: #0f2b5a;
  background: #fff;
  padding: 2px 6px;
  border-radius: 7px;
}
.ar-colored-span {
  font-size: xx-large;
  font-weight: bold;
  color: #0f2b5a;
  background: #fff;
  padding: 2px 6px;
  border-radius: 7px;
}

.ar-colored-text-span {
  color: #e1b758;
}

.slide-cta {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  z-index: 11;
  position: relative;
}

.slide-title .ar,
.slide-text .ar {
  font-family: "Cairo", "Tajawal", sans-serif;
  direction: rtl;
  color: #ffe082;
  font-weight: 400;
}
/* Language toggle system */
body.lang-ar .en {
  display: none !important;
}
body.lang-ar .ar {
  display: block !important;
}
body.lang-en .ar {
  display: none !important;
}
body.lang-en .en {
  display: block !important;
}

/* Per-slide positions */
.slide-content--top-left {
  top: 40px;
  left: 40px;
  right: auto;
  bottom: auto;
  position: absolute;
  z-index: 10;
}
.slide-content--top-right {
  top: 40px;
  right: 40px;
  left: auto;
  bottom: auto;
  position: absolute;
  z-index: 10;
}
.slide-content--bottom-left {
  bottom: 40px;
  left: 40px;
  right: auto;
  top: auto;
  position: absolute;
  z-index: 10;
}

@media (max-width: 768px) {
  .slide-content,
  .slide-content--top-left,
  .slide-content--bottom-right,
  .slide-content--center {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    max-width: 100%;
    width: 100%;
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }

  /* Slide 2: position title and text before buttons at bottom */
  .hero-slide:nth-child(2) .slide-content {
    justify-content: flex-end !important;
  }

  .hero-slide:nth-child(2) .slide-logo {
    margin-bottom: auto;
  }

  .hero-slide:nth-child(2) .slide-title {
    margin-bottom: 0;
    margin-top: 0;
  }

  .hero-slide:nth-child(2) .slide-text {
    margin-bottom: 10px;
  }

  .slide-logo {
    margin-bottom: 12px;
    margin-top: 20px;
    content: url('../assets/Logo/Black Logo-01.png');
  }

  .slide-title {
    font-size: 1.3rem;
    line-height: 1.3;
    background: rgba(15, 43, 90, 0.85);
    padding: 16px 16px 8px 16px;
    border-radius: 8px 8px 0 0;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }

  /* For slides without text, make title have full rounded corners and push buttons down */
  .hero-slide:nth-child(1) .slide-title {
    border-radius: 8px;
    padding: 16px;
  }

  .hero-slide:nth-child(1) .slide-cta {
    margin-top: auto;
  }

  .slide-text {
    font-size: 1rem;
    background: rgba(15, 43, 90, 0.85);
    padding: 8px 16px 16px 16px;
    border-radius: 0 0 8px 8px;
    width: 100%;
    margin-bottom: auto;
    margin-top: 0;
  }


  .slide-cta {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .slide-cta a {
    width: 100%;
    text-align: center;
  }
  .btn-ghost {
    transition: all 0.3s ease !important;
    background: #0f2b5a !important;
    color: #e1b758 !important;
    border: none !important;
  }
}
/* Hero Section image slider */
.hero-slider {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

/* Slides */
.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none; /* IMPORTANT */
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
}

/* Arrows */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  background: rgba(255, 255, 255, 0.2);
  border: #e1b758;
  color: #fff;
  font-size: 48px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  pointer-events: auto;
}

.hero-arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}

.hero-arrow.prev {
  left: 30px;
}
.hero-arrow.next {
  right: 30px;
}

/* Dots */
.hero-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 6;
  pointer-events: auto;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
}

.hero-dot.active {
  background: #e1b758;
  transform: scale(1.3);
}
.hero-slide:not(.active) .slide-content {
  pointer-events: none;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-slider {
    min-height: 100vh; /* FULL SCREEN */
  }
}

@media (max-width: 768px) {
  .hero-slide {
    background-position: center top;
    display: flex;
    align-items: flex-end;
  }
}

/* Hero Module Styles */
.m-hero {
  background: linear-gradient(135deg, #1a3a6b 0%, #0f2b5a 100%);
  padding: 90px 0px 85px;
  color: white;
  text-align: center;
  margin: 40px 0 60px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  position: relative;
}

.m-hero__inner {
  margin: 0 auto;
}

.m-hero__tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #e1b758;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.m-hero__title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

.m-hero__bar {
  width: 60px;
  height: 4px;
  background: #e1b758;
  margin: 0 auto 20px;
  border-radius: 2px;
  content: "";
}

.m-hero__text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.m-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.m-hero__meta span {
  position: relative;
}

.m-hero__meta span:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -12px;
  color: #e1b758;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  justify-content: center;
  align-items: center !important;
}

.btn-primary {
  background: #e1b758;
  color: #0f2b5a;
  border-color: #e1b758;
  align-items: center !important;
}

.btn-primary:hover {
  background: #d4a747;
  border-color: #d4a747;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(225, 183, 88, 0.3);
}

.btn-ghost {
  background: transparent;
  color: white;
  border-color: white;
}

.btn-ghost:hover {
  background: white;
  color: #0f2b5a;
}

/* Features Section */
.m-animate {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

/* Section Titles */
.m-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0f2b5a;
  text-align: center;
  margin-bottom: 10px;
}

.m-title-bar {
  width: 60px;
  height: 4px;
  background: #e1b758;
  margin: 0 auto 20px;
  border-radius: 2px;
}

.m-lead {
  font-size: 1.1rem;
  color: #64748b;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* Grid Layouts */
.m-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Cards */
.m-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-top: #e1b758 4px solid;
  text-align: center;
}

.m-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.m-card h3 {
  font-size: 1.4rem;
  color: #0f2b5a;
  margin-bottom: 12px;
  font-weight: 700;
  text-align: center;
}

.m-card p {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}

.m-card ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: center;
}

.m-card ul li {
  padding: 8px 0;
  color: #64748b;
  position: relative;
  padding-left: 20px;
  text-align: center;
}

/* RTL support for m-card ul and li */
[dir="rtl"] .m-card ul {
  text-align: right;
}
[dir="rtl"] .m-card ul li {
  padding-right: 20px;
  padding-left: 0;
  text-align: right;
}
[dir="rtl"] .m-card ul li::before {
  left: auto;
  right: 0;
}

.m-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e1b758;
  font-weight: bold;
  text-align: center;
}

.icon-wrapper {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border-radius: 50%;
  border: 3px solid #e1b75899;
}

.icon-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* Feature Icons Section */
.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px;
  display: block;
  border: 3px solid #e1b758;
}

/* Footer Styles */
.main-footer {
  background: #1a3a6b;
  color: #fff;
  padding-top: 60px;
  border-top: 3px solid #e1b75899;
}

.footer-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1rem;
}

.footer-links a:hover {
  color: #e1b758;
}

.footer-about p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-item .icon {
  margin-right: 10px;
  font-size: 1.1rem;
  min-width: 24px;
}

.contact-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #e1b758;
}

.footer-bottom {
  background: #0f2b5a;
  padding: 20px 0;
}

.footer-bottom-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-media {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f2b5a;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background: #e1b758;
  transform: translateY(-3px);
}

.copyright {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}

.lang-link:hover,
.lang-link.active {
  color: #e1b758;
}

.separator {
  color: rgba(255, 255, 255, 0.4);
}

/* Services Page Styles */
.services-page {
  min-height: 100vh;
  padding: 24px 0 40px;
}

.services-hero {
  margin: 0 auto 32px;
  text-align: center;
  max-width: 900px;
}

.services-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0f2b5a;
}

.services-hero .bar {
  width: 60px;
  height: 4px;
  background: #e1b758;
  margin: 0 auto 18px;
  border-radius: 2px;
}

.services-hero p {
  font-size: 1.1rem;
  margin: 12px auto 0;
  max-width: 640px;
}

.services-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px auto 32px;
  flex-wrap: wrap;
}

.services-nav a {
  display: inline-block;
  color: #0f2b5a;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1px solid rgba(15, 43, 90, 0.15);
}

.services-nav a:hover {
  background: #e1b758;
  color: #0f2b5a;
}

.services-section {
  margin: 0 auto 40px;
  max-width: 1100px;
}

.services-section h2 {
  color: #0f2b5a;
  font-size: 1.6rem;
  margin: 0 0 6px;
  text-align: center;
}

.services-section .lead {
  font-size: 1.15rem;
  margin: 0 0 20px;
  opacity: 0.8;
}

.price-grid {
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-bottom: 32px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.price-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e0e4f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 18px 16px;
  border-top: 3px solid #e1b758;
}

.price-card h3 {
  color: #0f2b5a;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0 0 4px;
}

.price-card .muted {
  font-size: 0.9rem;
  opacity: 0.75;
}

/* RTL support for m-card ul and li */
[dir="rtl"] .price-card ul {
  margin: 8px 0 10px 18px;
  padding-right: 2rem;
  text-align: center;
}
[dir="rtl"] .price-card ul li {
  padding-left: 0;
  text-align: right;
}

.price-card ul {
  list-style: disc;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.price-card ul li {
  display: list-item;
  unicode-bidi: isolate;
}

.badge-popular {
  display: inline-block;
  background: #e1b758;
  color: #111;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(15, 43, 90, 0.08);
  text-align: center;
}

.section-cta {
  text-align: center;
  margin-top: 18px;
}

.section-cta .btn-primary {
  background: #e1b758;
  color: #111;
  border: 2px solid var(--gold-500);
  border-radius: 999px !important;
  font-weight: 800 !important;
  padding: 10px 16px !important;
  cursor: pointer;
}

.section-cta .btn-primary:hover {
  background: #0f2b5a;
  color: #e1b758;
}

@media (max-width: 1100px) {
  .price-grid {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .price-card {
    max-width: 95vw;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .services-hero h1 {
    font-size: 1.5rem;
  }

  .services-section h2 {
    font-size: 1.3rem;
  }

  .services-section .lead {
    font-size: 1rem;
  }

  .price-card {
    padding: 18px 8px 18px 8px;
  }

  .section-cta .btn-primary {
    font-size: 1rem;
    padding: 12px 10px;
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .m-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-img {
    height: 50px;
  }

  .navbar {
    padding: 10px 15px;
  }

  .m-hero {
    padding: 60px 20px;
    margin: 20px 0 40px;
  }

  .m-hero__title {
    font-size: 1.8rem;
  }

  .m-hero__text {
    font-size: 1rem;
  }

  .m-hero__meta {
    flex-direction: column;
    gap: 10px;
  }

  .m-hero__meta span::after {
    display: none;
  }

  .m-title {
    font-size: 1.6rem;
  }

  /* Contact Section Responsive */
  .m-animate [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .m-animate [style*="padding:40px"] {
    padding: 25px !important;
  }

  .m-animate h2[style*="font-size:1.8rem"] {
    font-size: 1.4rem !important;
  }

  .m-animate input,
  .m-animate select,
  .m-animate textarea {
    font-size: 0.95rem !important;
    padding: 10px 14px !important;
  }

  .m-animate button[type="submit"],
  .m-animate a[style*="text-align:center"] {
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
  }

  /* Footer Mobile Styles */
  .main-footer {
    padding-top: 40px;
  }

  .footer-content {
    padding: 0 15px 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .footer-heading {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  .footer-about p {
    font-size: 0.9rem;
  }

  .footer-links a,
  .contact-item {
    font-size: 0.95rem;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

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

  .copyright {
    font-size: 0.85rem;
  }

  .language-switcher {
    justify-content: center;
  }
}

/* Mobile Language Switcher in Menu */
.mobile-lang-switcher {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mobile-lang-switcher .lang-btn {
  background: none;
  border: none;
  color: #e1b758;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 10px;
  transition: opacity 0.3s;
}

.mobile-lang-switcher .lang-btn:hover {
  opacity: 0.7;
}

.mobile-lang-switcher .separator {
  color: rgba(255, 255, 255, 0.3);
}

/* Footer Language Switcher Buttons */
.language-switcher .lang-link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}
