.hero-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.hero-main-box {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  min-height: 520px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(13, 124, 112, 0.1);
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    110deg,
    #0f172a 0%,
    rgba(13, 124, 112, 0.85) 60%,
    rgba(13, 124, 112, 0.4) 100%
  );
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 50px;
  color: #ffd700;
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1rem;
}

.text-gradient {
  background: linear-gradient(90deg, #4ade80 0%, #2dd4bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-subtitle {
  color: #e2e8f0;
  font-size: 1.1rem;
  max-width: 480px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
  width: 52%;
}

.hero-content .d-flex.gap-3 {
  margin-top: 10px;
}

.btn-primary-custom {
  background-color: #2dd4bf;
  color: #0f172a;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(45, 212, 191, 0.3);
}

.social-btn {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}

.social-btn:hover {
  background: #2dd4bf;
  color: #0f172a;
  border-color: #2dd4bf;
}

.floating-stat-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  padding: 25px;
  border-radius: 20px;
  width: 280px;
  z-index: 10;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: transform 0.3s ease;
}

.floating-stat-box:hover {
  transform: translateY(-5px);
}

.stat-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.icon-box {
  width: 36px;
  height: 36px;
  background: #ecfdf5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #059669;
  font-size: 1.1rem;
  margin-left: 10px;
}

.stat-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
}

.stat-value {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}

.stat-value span {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}

.stat-value small {
  color: #059669;
  font-weight: 600;
  font-size: 0.8rem;
  background: #d1fae5;
  padding: 3px 8px;
  border-radius: 10px;
}

.progress-bar-custom {
  height: 6px;
  background: #e2e8f0;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #059669 0%, #34d399 100%);
  border-radius: 10px;
}

.stat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.9rem;
  padding-top: 15px;
  border-top: 1px solid #f1f5f9;
  transition: color 0.3s;
}

.stat-link:hover {
  color: #0d7c70;
}

.side-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 220px;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}

.side-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-card-1 {
  background-image: url("https://images.unsplash.com/photo-1620712943543-bcc4688e7485?q=80&w=1965&auto=format&fit=crop");
}

.service-card-2 {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=2015&auto=format&fit=crop");
}

.card-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(15, 23, 42, 0.9) 0%,
    rgba(15, 23, 42, 0.4) 100%
  );
  z-index: 1;
  transition: background 0.3s;
}

.side-card:hover .card-bg-overlay {
  background: linear-gradient(
    0deg,
    rgba(13, 124, 112, 0.9) 0%,
    rgba(13, 124, 112, 0.5) 100%
  );
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: white;
}

.card-icon-top {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.card-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.card-text {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

.explore-btn {
  margin-top: auto;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.explore-btn:hover {
  border-color: #2dd4bf;
  box-shadow: 0 10px 20px rgba(45, 212, 191, 0.1);
  transform: translateY(-2px);
}

.explore-content {
  display: flex;
  flex-direction: column;
}

.explore-content .title {
  font-weight: 800;
  color: #0f172a;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.explore-content .subtitle {
  font-size: 0.85rem;
  color: #64748b;
}

.explore-icon {
  width: 45px;
  height: 45px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  transition: all 0.3s;
}

.explore-btn:hover .explore-icon {
  background: #2dd4bf;
  color: white;
}

@media (max-width: 991px) {
  .hero-subtitle {
    width: 100%;
  }
  .hero-main-box {
    min-height: auto;
    padding-bottom: 300px !important;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .floating-stat-box {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin-bottom: 40px;
  }
  .floating-stat-box:hover {
    transform: translateX(-50%) translateY(-5px);
  }
}
.about-services-section {
  background-color: #ffffff;
  min-height: 600px;
}

.text-teal {
  color: #0d7c70;
}

.highlight-line {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 15px;
  opacity: 0.6;
}

.badge-pill-light {
  display: inline-block;
  background-color: #fff1e0;
  color: #d97706;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.btn-outline-custom {
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-outline-custom:hover {
  border-color: #0d7c70;
  color: #0d7c70;
  background: transparent;
}

.dots-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: radial-gradient(#e5e7eb 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  opacity: 0.6;
  z-index: 1;
  mask-image: linear-gradient(to left, black, transparent);
  -webkit-mask-image: linear-gradient(to left, black, transparent);
}

.arrow-bg-about {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%) rotate(-45deg); /* تدوير بسيط ليعطي شكل الانطلاق */
  width: 500px;
  height: 500px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%230d7c70' fill-opacity='0.05' d='M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.clean-services-list {
  position: relative;
  padding-right: 20px;
}

.service-item {
  position: relative;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-right: 3px solid transparent;
  margin-bottom: 10px;
  padding-right: 25px;
}

.service-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #cbd5e1;
  margin: 0;
  transition: all 0.3s ease;
}

.line-indicator {
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background-color: #f4a261;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.service-item:hover .service-name,
.service-item.active .service-name {
  color: #1e293b;
}

.service-item:hover .line-indicator,
.service-item.active .line-indicator {
  height: 100%;
}

.service-item:hover {
  transform: translateX(-10px);
}

@media (max-width: 991px) {
  .dots-pattern {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
  .services-list-wrapper {
    padding-left: 0;
    margin-top: 2rem;
  }
  .service-name {
    font-size: 1.4rem;
  }
}
/* ================= Services Bento Grid Styling ================= */

.text-accent {
  color: var(--accent-yellow);
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.highlight-line-sm {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 8px;
  opacity: 0.8;
}

.service-bento-card {
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(13, 20, 33, 0.95) 0%,
    rgba(13, 20, 33, 0.4) 60%,
    transparent 100%
  );
  z-index: 1;
  transition: opacity 0.3s;
}

.service-bento-card:hover .card-overlay {
  background: linear-gradient(
    0deg,
    rgba(13, 124, 112, 0.9) 0%,
    rgba(13, 20, 33, 0.5) 100%
  );
}

.badge-custom {
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bg-glass {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.big-card {
  min-height: 450px;
}

.medium-card {
  min-height: 210px;
}

.small-card {
  min-height: 250px;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-wrapper {
  position: relative;
  z-index: 1;
}

.dashed-border-bg {
  position: absolute;
  top: -10px;
  left: -10px;
  right: 10px;
  bottom: 10px;
  border: 2px dashed #cbd5e1;
  border-radius: 30px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

html[dir="rtl"] .dashed-border-bg {
  left: auto;
  right: -10px;
}

.btn-xs {
  padding: 8px 15px;
  font-size: 0.85rem;
  font-weight: 600;
}

.btn-light {
  color: var(--primary-teal);
  border: none;
  padding: 12px;
  width: fit-content;
}
.btn-light:hover {
  background-color: var(--primary-teal);
  color: white;
}

@media (max-width: 991px) {
  .dashed-border-bg {
    display: none;
  }
  .big-card,
  .medium-card,
  .small-card {
    min-height: 280px;
  }
}
.cta-advanced-section {
  background-color: #f8fafc;
  overflow-x: hidden;
}

.text-teal {
  color: #0d7c70;
}

.btn-teal {
  background-color: #0d7c70;
  color: white;
  border: none;
  transition: all 0.3s ease;
}

.btn-teal:hover {
  background-color: #095c53;
  color: white;
  transform: translateY(-2px);
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.cta-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 20px;
}

.cta-dark-card {
  background-color: #101828;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cta-image-container {
  position: relative;
  margin-right: -40px;
  margin-top: -30px;
  margin-bottom: -30px;
  z-index: 3;
}

.cta-image-container img {
  border: 6px solid #f8fafc;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.cta-image-container:hover img {
  transform: scale(1.08);
}

.cta-dashed-border {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 300px;
  height: 100%;
  border: 2px dashed #f59e0b;
  border-radius: 24px;
  z-index: 1;
  pointer-events: none;
}

.cta-link-light {
  color: #fff;
  transition: color 0.3s;
}

.cta-link-light:hover {
  color: #f59e0b;
}

@media (max-width: 991px) {
  .cta-wrapper {
    padding-right: 0;
    margin-top: 2rem;
  }

  .cta-image-container {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 20px 0 20px;
    text-align: center;
  }

  .cta-image-container img {
    border: none;
    transform: scale(1);
    width: 100%;
    margin-top: -50px;
  }

  .cta-dashed-border {
    right: 10px;
    top: -40px;
    height: 200px;
    width: 95%;
  }

  .cta-content {
    text-align: center !important;
  }
}
/* ================= FAQ Section Styling ================= */

.grid-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(#e5e7eb 1px, transparent 1px),
    linear-gradient(90deg, #e5e7eb 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
  z-index: 0;
}

.badge-soft-teal {
  background-color: rgba(13, 124, 112, 0.1);
  color: var(--primary-teal);
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.85rem;
  display: inline-block;
}

/* Support Card Styling */
.support-card {
  border-color: #f3f4f6 !important;
}

.avatars-group {
  display: flex;
  align-items: center;
}

.avatars-group .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
  margin-left: -15px; /* تداخل الصور للعربي */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.avatars-group .avatar:first-child {
  margin-left: 0;
}

.icon-avatar {
  background-color: var(--primary-teal);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  z-index: 2;
}

/* Accordion Styling */
.custom-accordion .accordion-item {
  transition: transform 0.2s;
}

.custom-accordion .accordion-button {
  background-color: #fff;
  padding: 20px 25px;
  font-size: 1.05rem;
  box-shadow: none !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #f8fafc;
  color: var(--primary-teal) !important;
}

.custom-accordion .accordion-button::after {
  margin-left: 0;
  margin-right: auto; /* نقل السهم لليسار في RTL */
  background-size: 1rem;
}

.custom-accordion .accordion-body {
  padding: 0 25px 25px 25px;
  background-color: #f8fafc;
}

.text-accent {
  color: #f59e0b; /* الأصفر */
}

/* ================= Redesigned CTA Section (Tech Panel) ================= */

.tech-cta-panel {
  background-color: #0f172a; /* لون كحلي غامق */
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.cta-img-full {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 400px;
}

/* تدرج لوني فوق الصورة لدمجها مع الخلفية */
.img-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0; /* في RTL، الصورة على اليمين، التدرج يبدأ من اليسار */
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #0f172a 0%,
    rgba(15, 23, 42, 0.6) 50%,
    transparent 100%
  );
}

.pulse-dot {
  width: 10px;
  height: 10px;
  background-color: #2dd4bf;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(45, 212, 191, 0.7);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 212, 191, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(45, 212, 191, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 212, 191, 0);
  }
}

.btn-teal-gradient {
  background: linear-gradient(135deg, #0d7c70 0%, #0f9f8f 100%);
  color: white;
  border: none;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.btn-teal-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(13, 124, 112, 0.3);
  color: white;
}

.tech-pattern-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 0;
}

.cta-content-new {
  position: relative;
  z-index: 1;
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .cta-img-full {
    height: 250px;
    min-height: auto;
  }

  .img-overlay-gradient {
    background: linear-gradient(0deg, #0f172a 0%, transparent 100%);
  }

  .tech-cta-panel .row {
    flex-direction: column; /* عكس الاتجاه في الموبايل */
  }

  .cta-content-new {
    padding: 40px 30px !important;
    text-align: center;
  }

  .cta-content-new p {
    margin: 0 auto 2rem auto;
  }

  .cta-actions {
    justify-content: center;
  }

  .d-flex.align-items-center.mb-3 {
    justify-content: center;
  }
}
/* --- SEPARATOR SECTION STYLES --- */
.separator-section {
  background-color: #14213d;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  direction: ltr; /* مهم جداً لضمان عمل الانيميشن بشكل صحيح في الخلفية */
}

/* --- 1. INFINITE MARQUEE ANIMATION --- */
.marquee-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%) rotate(-2deg);
  white-space: nowrap;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
}

.marquee-track {
  display: inline-flex;
  /* التحريك من اليمين لليسار */
  animation: marqueeScroll 40s linear infinite;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* يتحرك لليسار بمقدار الثلث (بناءً على تكرار المحتوى 3 مرات) */
    transform: translateX(-33.33%);
  }
}

.marquee-item {
  font-family: "Tajawal", sans-serif; /* الخط العربي */
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-right: 80px; /* مسافة بين الكلمات */
  display: flex;
  align-items: center;
  gap: 20px;
}

.text-outline {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}

.text-gold {
  color: #fca311;
  font-size: 2rem;
}

/* --- 2. NEWSLETTER BOX --- */
.separator-newsletter-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 20px 50px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  direction: rtl; /* إعادة الاتجاه للعربي داخل البوكس */
}

.separator-newsletter-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.newsletter-form {
  display: flex;
  background: #fff;
  padding: 6px;
  border-radius: 50px;
  align-items: center;
  position: relative;
}

.newsletter-form .form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 10px 20px;
  font-size: 1rem;
  color: #14213d;
  font-family: "Tajawal", sans-serif;
}

.newsletter-form .form-control:focus {
  outline: none;
}

.btn-gold {
  background-color: #fca311;
  color: #14213d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none;
  flex-shrink: 0;
}

.btn-gold:hover {
  background-color: #14213d;
  color: #fff;
  transform: rotate(-45deg) scale(1.1);
}

/* Mobile Styling */
@media (max-width: 991px) {
  .separator-section {
    padding: 60px 0;
  }

  .marquee-item {
    font-size: 3rem;
    margin-right: 40px;
  }

  .separator-newsletter-box {
    border-radius: 30px;
    padding: 40px 25px;
    width: 90%;
  }

  .newsletter-form {
    margin-top: 20px;
  }
}
