/* Mobile Responsive CSS - Preserving Original Colors */

/* Import Google Fonts for Arabic support */
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700;800&display=swap');

/* Base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Alexandria', sans-serif;
  direction: ltr;
  overflow-x: hidden;
}

/* Set Alexandria as default font for all elements */
* {
  font-family: 'Alexandria', sans-serif !important;
}

/* Arabic text alignment */
.text-right {
  text-align: right;
}

/* Ensure proper text direction for Arabic content */
[lang="ar"], .arabic-text, [dir="rtl"] {
  direction: rtl;
  text-align: right;
}

/* RTL specific styling */
[dir="rtl"] {
  direction: rtl;
}

/* RTL text content only - not layout containers */
/* Removed forced RTL rules */

/* RTL for specific content areas only */
/* Removed forced RTL rules */

[dir="rtl"] .space-x-4 > * + * {
  margin-left: 0;
  margin-right: 1rem;
}

[dir="rtl"] .space-x-6 > * + * {
  margin-left: 0;
  margin-right: 1.5rem;
}

[dir="rtl"] .space-x-8 > * + * {
  margin-left: 0;
  margin-right: 2rem;
}

/* RTL grid ordering for proper section flipping */
[dir="rtl"] .grid {
  direction: rtl;
}

/* RTL section ordering - flip sections for Arabic layout */
[dir="rtl"] .order-1 {
  order: 2;
}

[dir="rtl"] .order-2 {
  order: 1;
}

[dir="rtl"] .lg\\:order-1 {
  order: 2;
}

[dir="rtl"] .lg\\:order-2 {
  order: 1;
}

/* Fix footer RTL layout */
[dir="rtl"] footer .grid {
  direction: rtl;
}

[dir="rtl"] footer .grid > div {
  order: initial;
}

/* Fix other sections RTL */
[dir="rtl"] section .grid {
  direction: rtl;
}

/* Fix footer specific RTL issues */
[dir="rtl"] footer {
  direction: rtl;
}

[dir="rtl"] footer .grid {
  direction: rtl;
}

[dir="rtl"] footer .text-center {
  text-align: right;
}

[dir="rtl"] footer .md\\:text-right {
  text-align: right;
}

/* Fix flex containers for RTL */
[dir="rtl"] .flex {
  flex-direction: row-reverse;
}

[dir="rtl"] .flex.flex-col {
  flex-direction: column;
}

[dir="rtl"] .md\\:flex-row {
  flex-direction: row-reverse;
}

/* Mobile text alignment fixes */
@media (max-width: 768px) {
  /* Keep right alignment for Arabic text */
  .text-right {
    text-align: right !important;
  }
  
  /* Center only headings and buttons on mobile */
  h1, h2, h3, h4, h5, h6 {
    text-align: center !important;
  }
  
  button {
    text-align: center !important;
  }
  
  /* Keep right alignment for paragraphs and content */
  p, .content-text {
    text-align: right !important;
  }
  
  /* Hero section mobile layout */
  .hero-section {
    min-height: 300px !important;
    padding: 2rem 1rem !important;
  }
  
  .hero-section .h-\[455px\] {
    height: auto !important;
    min-height: 300px !important;
  }
  
  .hero-section .pt-\[132px\] {
    padding-top: 2rem !important;
  }
  
  .hero-section .text-5xl {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }
  
  .hero-section .text-2xl {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
  }
  
  .hero-section .gap-8 {
    gap: 1.5rem !important;
  }
  
  .hero-section .gap-7 {
    gap: 1rem !important;
  }
  
  .hero-section .w-44 {
    width: 120px !important;
    padding: 0.5rem !important;
  }
  
  .hero-section .text-sm {
    font-size: 0.8rem !important;
  }
  
  /* Course overview mobile layout */
  .flex.justify-end.items-center {
    flex-direction: column-reverse !important;
    gap: 2rem !important;
    align-items: center !important;
  }
  
  .w-\[850px\] {
    width: 100% !important;
    max-width: 350px !important;
    height: auto !important;
    position: relative !important;
  }
  
  /* Experience badge mobile positioning */
  .w-44 {
    width: 140px !important;
    height: 100px !important;
    right: 40% !important;
    top: 0 !important;
    transform: translateX(-50%) !important;
    position: relative !important;
    margin: 20px auto !important;
  }
  
  /* Mobile inline text and bullet */
  .self-stretch.flex.justify-end.items-center.gap-2 {
    flex-direction: row-reverse !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }
  
  .self-stretch.flex.justify-end.items-center.gap-2 .text-right {
    flex: 1 !important;
    text-align: right !important;
  }
  
  .self-stretch.flex.justify-end.items-center.gap-2 .w-6.h-6 {
    flex-shrink: 0 !important;
    width: 24px !important;
    height: 24px !important;
  }
  
  /* Mobile images overlapping layout */
  .left-\[30px\].top-14.absolute.flex.justify-start.items-center {
    flex-direction: column-reverse !important;
    align-items: center !important;
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) !important;
    position: relative !important;
    gap: 1rem !important;
  }
  
  .left-\[30px\].top-14.absolute.flex.justify-start.items-center .pt-\[120px\] {
    padding-top: 0 !important;
    margin-top: -7rem !important;
    z-index: 1 !important;
    margin-left: -10rem !important;
  }
  
  .left-\[30px\].top-14.absolute.flex.justify-start.items-center .pb-\[120px\] {
    padding-bottom: 0 !important;
    margin-top: 0rem !important;
    z-index: 2 !important;
    margin-right: -8rem !important;
  }
  
  .w-\[630px\] {
    width: 100% !important;
    max-width: 500px !important;
  }
  
  /* Course details mobile layout - one line, centered */
  .rounded-xl.p-4.md\:p-6.flex.items-center.gap-3 {
    justify-content: center !important;
    flex-direction: row !important;
    text-align: center !important;
  }
  
  .rounded-xl.p-4.md\:p-6.flex.items-center.gap-3 .w-3.h-3 {
    flex-shrink: 0 !important;
  }
  
  .rounded-xl.p-4.md\:p-6.flex.items-center.gap-3 span {
    text-align: center !important;
  }
  
  /* Pricing section mobile layout - one line, centered */
  .rounded-xl.p-4.md\:p-6.space-y-4 {
    text-align: center !important;
  }
  
  .rounded-xl.p-4.md\:p-6.space-y-4 .flex.items-center.gap-3 {
    justify-content: center !important;
    flex-direction: row !important;
    text-align: center !important;
  }
  
  .rounded-xl.p-4.md\:p-6.space-y-4 .flex.items-center.gap-3 .w-3.h-3 {
    flex-shrink: 0 !important;
  }
  
  .rounded-xl.p-4.md\:p-6.space-y-4 .flex.items-center.gap-3 span {
    text-align: center !important;
  }
  
  /* Instructor qualities mobile inline layout */
  .space-y-4.w-full .flex.items-center.space-x-4 {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }
 /* Card icon positioning - 50% above card */
.bg-white.rounded-2xl, .cardsectin {
  position: relative;
  margin-top: 2rem;
}

.bg-white.rounded-2xl .w-16.h-16,
.bg-white.rounded-2xl .md\:w-20.md\:h-20,
.cardsectin .w-16.h-16,
.cardsectin .md\:w-20.md\:h-20 {
  position: absolute !important;
  top: -2rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 10 !important;
  margin: 0 !important;
}

/* Desktop icon positioning - ensure larger icons also work */
@media (min-width: 768px) {
  .bg-white.rounded-2xl .md\:w-20.md\:h-20,
  .cardsectin .md\:w-20.md\:h-20 {
    top: -2.5rem !important;
  }
}

/* Contact Form Section Styles */
.frame-1000005873 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.frame-1000005877 {
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  z-index: 1;
}

.frame-1000005876 {
  position: relative;
  z-index: 2;
  padding: 3rem 2rem;
  text-align: center;
}

.frame-1000005876 .div {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 2rem;
  font-family: 'Alexandria', sans-serif;
}

.frame-1000005875 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.frame-1000005874 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.group-414, .group-415, .group-416, .group-417 {
  position: relative;
  width: 100%;
}

.rectangle-1302, .rectangle-13022, .rectangle-13023, .rectangle-13024 {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  position: relative;
}

.div2, .div3, .div4, .div5 {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-family: 'Alexandria', sans-serif;
  pointer-events: none;
}

.button {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

.rectangle-1337 {
  width: 100%;
  height: 50px;
  background: white;
  border-radius: 10px;
  position: relative;
}

.div6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #447BB9;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: 'Alexandria', sans-serif;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .frame-1000005873 {
    padding: 1rem;
    min-height: 80vh;
  }
  
  .frame-1000005876 {
    padding: 2rem 1rem;
  }
  
  .frame-1000005876 .div {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .rectangle-1302, .rectangle-13022, .rectangle-13023, .rectangle-13024,
  .rectangle-1337 {
    height: 45px;
  }
  
  .div2, .div3, .div4, .div5 {
    font-size: 0.9rem;
    right: 12px;
  }
  
  .div6 {
    font-size: 1rem;
  }
}
  
  .space-y-4.w-full .flex.items-center.space-x-4 span {
    flex: 1 !important;
    text-align: right !important;
  }
  
  .space-y-4.w-full .flex.items-center.space-x-4 .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  
  /* Mobile footer ul text alignment */
  @media (max-width: 768px) {
    footer ul {
      text-align: center !important;
    }
    
    /* Mobile social media icons - center inline */
    .flex.justify-center.md\:justify-end.space-x-4.mt-4 {
      justify-content: center !important;
      flex-direction: row !important;
      gap: 1rem !important;
    }
  }
  
  .w-\[73px\] {
    display: none !important;
  }
  
  /* Background circle mobile */
  .w-72 {
    width: 200px !important;
    height: 200px !important;
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) !important;
    position: relative !important;
    margin: 20px auto !important;
  }
  
  /* Experience badge mobile */
  .w-44 {
    width: 140px !important;
    height: 100px !important;
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) !important;
    position: relative !important;
    margin: 20px auto !important;
  }
  
  /* Images mobile */
  .w-\[404px\], .w-\[340px\] {
    width: 100% !important;
    max-width: 200px !important;
    height: auto !important;
  }
  
  /* Images container mobile */
  .left-\[30px\] {
    left: 0 !important;
    top: 0 !important;
    position: relative !important;
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: center !important;
  }
  
  .pt-\[120px\], .pb-\[120px\] {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Text content mobile */
  .text-2xl {
    font-size: 1.1rem !important;
  }
  
  .text-3xl {
    font-size: 1.5rem !important;
  }
  
  .text-xl {
    font-size: 1rem !important;
  }
  
  .gap-\[88px\] {
    gap: 20px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  
  /* Course aspects mobile */
  .w-\[77px\], .w-\[93px\], .w-\[74px\] {
    width: 70px !important;
    margin: 5px !important;
  }
  
  /* Text content mobile spacing */
  .gap-6 {
    gap: 1rem !important;
  }
  
  .gap-\[13px\] {
    gap: 0.5rem !important;
  }
}

/* Hero section with original background */
.hero-section {
  background: linear-gradient(to left, #2769b5, #2769b5);
  background-image: url('frame-10.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Container responsive */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Mobile-first responsive design */
@media (max-width: 768px) {
  /* Typography scaling */
  .text-2xl {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }
  
  .text-3xl {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
  
  .text-4xl {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
  }
  
  .text-5xl {
    font-size: 2rem !important;
    line-height: 1.1 !important;
  }
  
  /* Hero section mobile */
  .hero-section {
    padding: 2rem 0 !important;
  }
  
  /* Button mobile sizing */
  button {
    min-height: 44px !important;
    font-size: 16px !important;
  }
  
  /* Form inputs mobile */
  input {
    font-size: 16px !important; /* Prevents zoom on iOS */
    min-height: 44px !important;
  }
  
  /* Grid responsive */
  .grid {
    gap: 1rem !important;
  }
  
  .grid-cols-3 {
    grid-template-columns: 1fr !important;
  }
  
  .grid-cols-2 {
    grid-template-columns: 1fr !important;
  }
  
  /* Spacing mobile */
  .space-y-6 > * + * {
    margin-top: 1rem !important;
  }
  
  .space-y-4 > * + * {
    margin-top: 0.75rem !important;
  }
  
  /* Padding mobile */
  .py-12 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .py-16 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  
  .py-24 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  /* Text alignment mobile */
  .text-right {
    text-align: right !important;
  }
  
  /* Center only specific elements on mobile */
  .text-center {
    text-align: center !important;
  }
  
  /* Image responsive */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Card mobile */
  .shadow-lg {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }
  
  /* Icon sizing mobile */
  .w-12, .w-16, .w-20 {
    width: 3rem !important;
    height: 3rem !important;
  }
  
  /* Experience badge mobile */
  .bg-blue-600 {
    background-color: #447bb9 !important;
  }
  
  /* Benefits cards mobile */
  .bg-white {
    background-color: #ffffff !important;
  }
  
  /* Footer mobile */
  .bg-blue-600 {
    background-color: #447bb9 !important;
  }
  
  /* Contact form mobile */
  .bg-gradient-to-r {
    background: linear-gradient(to right, #325b90, #325b90) !important;
  }
  
  /* Payment options mobile */
  .bg-white {
    background-color: #ffffff !important;
  }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
  
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Large screen adjustments */
@media (min-width: 1025px) {
  .container {
    padding: 0 1rem;
  }
}

/* Preserve original colors */
:root {
  --primary-blue: #2769b5;
  --secondary-blue: #447bb9;
  --light-blue: #a6d1ff;
  --dark-blue: #325b90;
  --text-gray: #374151;
  --light-gray: #f9fafb;
  --instructor-blue: #336699;
}

/* Color preservation */
.bg-blue-600 {
  background-color: #447bb9 !important;
}

.text-blue-600 {
  color: #447bb9 !important;
}

/* Instructor heading styling */
.instructor-heading {
  color: #336699 !important;
  font-family: 'Alexandria', sans-serif !important;
  font-weight: 700 !important;
}

/* Instructor section text alignment */
.instructor-section .text-right {
  text-align: right !important;
}

.instructor-section .arabic-text {
  text-align: right !important;
  direction: rtl !important;
}

.instructor-section .space-y-6 {
  text-align: right !important;
}

.instructor-section .space-y-4 {
  text-align: right !important;
}

/* Instructor section content alignment */
.instructor-section p {
  text-align: right !important;
  direction: rtl !important;
}

.instructor-section span {
  text-align: right !important;
  direction: rtl !important;
}

.instructor-section .flex {
  justify-content: flex-end !important;
}

.instructor-section .flex.items-center {
  justify-content: flex-end !important;
}

/* RTL for all Arabic content */
/* Removed forced RTL rules */
@media (max-width: 768px) {

  
  footer .arabic-text {
    text-align: center !important;
  }
}
/* Ensure RTL for specific elements */
[dir="rtl"] .arabic-text,
[dir="rtl"] .text-right {
  direction: rtl !important;
  text-align: right ;
}
/* Mobile footer ul text alignment */

.border-blue-600 {
  border-color: #447bb9 !important;
}

.from-blue-600 {
  --tw-gradient-from: #2769b5 !important;
}

.to-blue-700 {
  --tw-gradient-to: #325b90 !important;
}

/* Form styling with original colors */
input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Button hover states */
button:hover .rectangle-1337{
  background-color: #f8fafc !important;
}

/* Focus states */
input:focus {
  border-color: white !important;
  /* box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2) !important; */
  outline: none !important;
}

/* Shadow preservation */
.shadow-lg {
  box-shadow: 0 10px 60px 0px rgba(38, 45, 118, 0.08) !important;
}

/* Additional mobile utilities */
@media (max-width: 768px) {
  /* Ensure proper stacking */
  .flex {
    flex-direction: column !important;
  }
  
  .md\\:flex-row {
    flex-direction: column !important;
  }
  
  .lg\\:grid-cols-2 {
    grid-template-columns: 1fr !important;
  }
  
  .lg\\:grid-cols-3 {
    grid-template-columns: 1fr !important;
  }
  
  /* Spacing adjustments */
  .gap-8 {
    gap: 1rem !important;
  }
  
  .gap-12 {
    gap: 1.5rem !important;
  }
  
  /* Text sizing */
  .text-sm {
    font-size: 0.875rem !important;
  }
  
  .text-base {
    font-size: 1rem !important;
  }
  
  .text-lg {
    font-size: 1.125rem !important;
  }
  
  /* Padding adjustments */
  .p-6 {
    padding: 1rem !important;
  }
  
  .p-8 {
    padding: 1.25rem !important;
  }
  
  /* Margin adjustments */
  .mb-4 {
    margin-bottom: 0.75rem !important;
  }
  
  .mb-6 {
    margin-bottom: 1rem !important;
  }
  
  .mb-8 {
    margin-bottom: 1.25rem !important;
  }
  
  .mb-12 {
    margin-bottom: 1.5rem !important;
  }
}

/* Landscape mobile adjustments */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-section {
    padding: 1.5rem 0 !important;
  }
  
  .py-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .py-16 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/* Print styles */
@media print {
  .bg-gradient-to-r,
  .bg-blue-600,
  .bg-gray-50 {
    background: white !important;
    color: black !important;
  }
  
  .text-white {
    color: black !important;
  }
}

/* Hero section frame styles */
.frame-1,
.frame-1 * {
  box-sizing: border-box;
}

.frame-1 {
  background: linear-gradient(to left, #2769b5, #2769b5);
  background-image: url('frame-10.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 455px;
  position: relative;
  overflow: hidden;
}

.frame-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #2769b5, #2769b5);
  opacity: 0.8;
  z-index: 1;
}

.frame-1 > * {
  position: relative;
  z-index: 2;
}

.frame-4 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  width: 882px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
}

.frame-2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.cma {
  color: #ffffff;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 48px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  width: 882px;
  height: 54px;
}

.cma2 {
  color: #ffffff;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 24px;
  line-height: 38.4px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  height: 28px;
  width: 882px;
}

.button-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.primary-button {
  background: #ffffff;
  border-radius: 6px;
  border-style: solid;
  border-color: #447BB9;
  border-width: 1px;
  padding: 14px 18px 14px 18px;
  display: flex;
  flex-direction: row;
  gap: 3px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 182px;
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}

.frame-3 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 18px;
  position: relative;
}

.line-rounded-arrow-rigth {
  padding: 2px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}

.arrow-rigth {
  flex-shrink: 0;
  width: 8.4px;
  height: 8.24px;
  position: relative;
  overflow: visible;
}

.button-text {
  color: #2662a1;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}

/* Mobile responsive for hero frame */
@media (max-width: 768px) {
  .hero-section {
    padding: 0rem 0 !important;
  }
  
  .frame-1 {
    height: 400px !important;
    min-height: 400px !important;
  }
  
  .frame-4 {
    width: 100% !important;
    max-width: 90% !important;
    padding: 2rem 1rem !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .cma {
    font-size: 24px !important;
    line-height: 1.3 !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 1rem !important;
  }
  
  .cma2 {
    font-size: 16px !important;
    line-height: 1.4 !important;
    height: auto !important;
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }
  
  .primary-button {
    width: 160px !important;
    padding: 12px 16px !important;
    margin: 0 auto !important;
  }
  
  .button-text {
    font-size: 13px !important;
  }
  
  .frame-2 {
    gap: 1rem !important;
    width: 100% !important;
  }
  
  .frame-4 {
    gap: 1.5rem !important;
    width: 100% !important;
  }
  
  .frame-3 {
    gap: 6px !important;
  }
}

@media (max-width: 480px) {
  .frame-1 {
    height: 350px !important;
    min-height: 350px !important;
  }
  
  .cma {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
  
  .cma2 {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  
  .primary-button {
    width: 140px !important;
    padding: 10px 14px !important;
  }
  
  .button-text {
    font-size: 12px !important;
  }
  
  .frame-4 {
    max-width: 95% !important;
    padding: 1.5rem 0.5rem !important;
  }
  
  .h-12.w-auto {
    width: 180px !important;
    margin: 0 auto;
  }
}
