
:root {
  --alfa-primary: #6f0d4f;
  --alfa-primary-dark: #4f0a39;
  --alfa-secondary: #d62b70;
  --alfa-accent: #22c7d6;
  --alfa-bg: #f8f5f9;
  --alfa-surface: #ffffff;
  --alfa-text: #241626;
  --alfa-muted: #5f5560;
  --alfa-border: #eadbe6;
}

html,
body {
  overflow-x: hidden;
  direction: rtl;
  text-align: right;
  font-family: 'Cairo', sans-serif !important;
  background-color: var(--alfa-bg);
  color: var(--alfa-text);
}

/*  TOPBAR  */
.topbar-one {
  background: #f6f1f7 !important;
  color: var(--alfa-text);
  border-bottom: 1px solid var(--alfa-border);
}

.topbar-one__info__content,
.topbar-one__info__location,
.topbar-one__social a {
  color: var(--alfa-text) !important;
}

.topbar-one__info__icon i {
  color: var(--alfa-secondary) !important;
}

.topbar-one__social a:hover,
.topbar-one__info__content:hover {
  color: var(--alfa-primary) !important;
}

/*  HEADER / NAVBAR  */
.main-header {
  background-color: var(--alfa-primary) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.main-header__inner {
  max-width: 1120px;
  margin-inline: auto;
}

.main-header .main-menu__list > li > a {
  color: #fff3fb !important;
  font-weight: 600;
}

.main-header .main-menu__list > li.current > a {
  color: var(--alfa-accent) !important;
}

.main-header .main-menu__list > li > a:hover {
  color: #ffd3e7 !important;
}

.main-header__logo img,
.footer-logo img,
.mobile-nav__content .logo-box img {
  display: inline-block !important;
  max-height: 72px;
  width: auto;
  object-fit: contain;
}

/*  BUTTONS  */
.wallox-btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 10px 26px;
  border: none;
  transition: 0.25s ease;
}

.wallox-btn--base {
  background-color: var(--alfa-primary);
  color: #ffffff !important;
}

.wallox-btn--base:hover {
  background-color: var(--alfa-primary-dark);
  color: #ffffff !important;
}

.wallox-btn--border {
  background-color: transparent;
  border: 1px solid var(--alfa-primary);
  color: var(--alfa-primary) !important;
}

.wallox-btn--border:hover {
  background-color: rgba(111, 13, 79, 0.08);
  color: var(--alfa-primary) !important;
}

/*  TYPOGRAPHY  */
.sec-title__tagline {
  color: var(--alfa-secondary) !important;
  font-weight: 700;
}

.sec-title__title {
  color: var(--alfa-text) !important;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

p {
  line-height: 1.9;
  color: var(--alfa-muted);
}

/*  HERO  */
.alfa-hero-section {
  padding: 90px 0 60px;
  background: linear-gradient(
    135deg,
    rgba(111, 13, 79, 0.08),
    rgba(214, 43, 112, 0.06),
    rgba(34, 199, 214, 0.08)
  );
}

.alfa-hero-box {
  max-width: 760px;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  padding: 20px 0 10px;
}

.alfa-hero-kicker {
  display: inline-block;
  color: var(--alfa-secondary);
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 16px;
}

.alfa-hero-title {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;
  color: var(--alfa-text);
  margin: 0 0 18px;
}

.alfa-hero-text {
  font-size: 20px;
  line-height: 1.9;
  color: var(--alfa-muted);
  margin: 0 0 28px;
}

.alfa-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 24px;
}

/*  GENERAL ALFA SECTION  */
.alfa-section {
  padding: 80px 0;
}

.alfa-section--soft {
  background: #faf7fa;
}

.alfa-section-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--alfa-muted);
  font-size: 18px;
  line-height: 1.9;
}

.alfa-center-btn {
  text-align: center;
  margin-top: 30px;
}

/*  CARDS  */
.alfa-card {
  background: var(--alfa-surface);
  border: 1px solid var(--alfa-border);
  border-radius: 20px;
  padding: 26px 22px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(111, 13, 79, 0.06);
}

.alfa-card-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--alfa-text);
  margin-bottom: 10px;
}

.alfa-card-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: var(--alfa-primary);
  margin-bottom: 10px;
}

.alfa-card-text {
  font-size: 16px;
  line-height: 1.9;
  color: var(--alfa-muted);
  margin: 0;
}

/*  HERO STATS  */
.alfa-stats-row {
  margin-top: 10px;
}

.alfa-hero-section .alfa-card {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*  TESTIMONIALS  */
.alfa-card--brand {
  background: var(--alfa-surface);
  border: 1px solid var(--alfa-border);
  border-top: 4px solid var(--alfa-accent);
}

.alfa-testimonial-meta {
  margin-top: 16px;
  color: var(--alfa-primary);
  font-weight: 700;
}

.testimonials-three {
  background: transparent;
}

.testimonials-three .slick-list {
  margin: 0 -8px;
}

.testimonials-three .slick-slide {
  padding: 8px;
}

.testimonials-three .slick-arrow,
.testimonials-three .slick-prev,
.testimonials-three .slick-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--alfa-primary) !important;
  color: #fff !important;
  border: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: 0.25s ease;
}

.testimonials-three .slick-arrow:hover,
.testimonials-three .slick-prev:hover,
.testimonials-three .slick-next:hover {
  background: var(--alfa-secondary) !important;
  transform: translateY(-1px);
}

.testimonials-three .slick-prev:before,
.testimonials-three .slick-next:before {
  color: #fff !important;
  opacity: 1 !important;
  font-size: 18px !important;
}

/*  CTA  */
.alfa-final-cta {
  padding-top: 30px;
  padding-bottom: 90px;
}

.alfa-cta-box {
  background: var(--alfa-surface);
  border: 1px solid var(--alfa-border);
  border-radius: 24px;
  padding: 40px 24px;
  box-shadow: 0 10px 30px rgba(111, 13, 79, 0.06);
}

/*  FOOTER  */
.alfa-footer {
  background: #2b1025 !important;
  color: #fff;
}

.alfa-footer .footer-widget__title,
.alfa-footer .footer-widget__text,
.alfa-footer .footer-widget__contact__text,
.alfa-footer .footer-widget__contact__link,
.alfa-footer .footer-widget__links li a,
.alfa-footer .main-footer__copyright {
  color: #fff !important;
}

.alfa-footer .footer-widget__links li a:hover,
.alfa-footer .footer-widget__contact__link:hover {
  color: var(--alfa-accent) !important;
}

.main-footer__top,
.main-footer__middle,
.main-footer__bottom {
  background: transparent !important;
}

.main-footer__bottom__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 14px;
}

/*  HIDE OLD TEMPLATE VISUALS  */
.hero-three__title,
.hero-three__sub-title,
.feature-one,
.about-two,
.instagram-one,
.team-one,
.blog-three,
.project-three,
.service-three__bg,
.service-three__text-slider,
.service-three__thumb,
.sec-title__image {
  display: none !important;
}

/*  REMOVE OLD TEMPLATE DECORATIONS  */
.project-three__element,
.project-three__element-two,
.about-two__shape,
.preloader,
.custom-cursor__cursor,
.custom-cursor__cursor-two {
  display: none !important;
}

/*  MOBILE NAV  */
.mobile-nav__content {
  text-align: right;
}

.mobile-nav__contact li a,
.mobile-nav__social a {
  color: var(--alfa-text);
}

.mobile-nav__social a:hover {
  color: var(--alfa-primary);
}

/*  SEARCH / SCROLL  */
.search-popup__form input {
  text-align: right;
}

.scroll-to-top__text {
  color: #fff !important;
}

/*  RESPONSIVE  */
@media (max-width: 991px) {
  .alfa-hero-title {
    font-size: 40px;
  }

  .sec-title__title {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .alfa-hero-section {
    padding: 70px 0 45px;
  }

  .alfa-hero-title {
    font-size: 32px;
  }

  .alfa-hero-text {
    font-size: 17px;
  }

  .alfa-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .alfa-card-title {
    font-size: 20px;
  }

  .alfa-card-text {
    font-size: 15px;
  }

  .sec-title__title {
    font-size: 1.5rem;
  }
}

.page-wrapper .alfa-section:first-of-type {
  margin-top: 0;
}

.alfa-section .sec-title {
  margin-bottom: 35px;
}
.alfa-section .alfa-card--brand {
  background: linear-gradient(135deg, rgba(111,13,79,0.06), rgba(34,199,214,0.08));
  border-top: 4px solid var(--alfa-accent);
}

.alfa-section .row.gutter-y-30 {
  align-items: stretch;
}

.alfa-section--brand {
  border-radius: 24px;
  padding: 42px 28px;
}

.alfa-page .alfa-section:first-child {
  margin-top: 28px;
}

.alfa-page .alfa-card {
  min-height: 100%;
}

.topbar-one {
  background: #f6f1f7 !important;
  color: var(--alfa-text);
  border-bottom: 1px solid var(--alfa-border);
}

.topbar-one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  gap: 20px;
  min-height: 56px;
}

.topbar-one__info {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.topbar-one__info__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar-one__right {
  display: flex;
  align-items: center;
}

.topbar-one__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar-one__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--alfa-border);
  color: var(--alfa-text) !important;
  background: #fff;
  transition: 0.25s ease;
  text-decoration: none;
  font-size: 14px;
}

.topbar-one__social a:hover {
  color: var(--alfa-primary) !important;
  border-color: var(--alfa-secondary);
  transform: translateY(-1px);
}

.topbar-one__info__content,
.topbar-one__info__location {
  color: var(--alfa-text) !important;
  font-weight: 600;
}

.topbar-one__info__icon i {
  color: var(--alfa-secondary) !important;
}

.sr-only {
  display: none !important;
}

@media (max-width: 991px) {
  .topbar-one__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .topbar-one__info {
    gap: 16px;
  }
}



.contractors-page .alfa-section {
  margin-top: 24px;
}

/* HERO */
.contractors-hero {
  background: linear-gradient(
    135deg,
    rgba(111, 13, 79, 0.08),
    rgba(214, 43, 112, 0.06),
    rgba(34, 199, 214, 0.08)
  );
  border-radius: 24px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

.contractors-hero::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(214, 43, 112, 0.08);
  border-radius: 50%;
  top: -50px;
  left: -50px;
}

.contractors-hero__content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.contractors-hero__kicker {
  display: inline-block;
  color: var(--alfa-secondary);
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 15px;
}

.contractors-hero__title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 18px;
}

.contractors-hero__text {
  font-size: 18px;
  line-height: 1.9;
  color: var(--alfa-muted);
}

.contractors-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.contractors-hero__actions--center {
  justify-content: center;
}

/* GRID */
.contractors-grid,
.contractors-tips {
  margin-top: 30px;
}

/*  CARDS */
.contractors-card,
.contractors-tip {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 18px;
}

.contractors-card:hover,
.contractors-tip:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(111, 13, 79, 0.12);
}

/* ICON*/
.contractors-card__icon,
.contractors-tip__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(111, 13, 79, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.contractors-card__icon i,
.contractors-tip__icon i {
  font-size: 22px;
  color: var(--alfa-primary);
}

/* CARD TEXT */
.contractors-card .alfa-card-title,
.contractors-tip .alfa-card-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.contractors-card .alfa-card-subtitle {
  font-size: 15px;
  color: var(--alfa-primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.contractors-card .alfa-card-text,
.contractors-tip .alfa-card-text {
  font-size: 15px;
  line-height: 1.8;
}

/*  CTA  */
.contractors-cta {
  margin-top: 20px;
}

.contractors-cta .alfa-cta-box {
  border-radius: 24px;
  padding: 50px 30px;
  background: linear-gradient(
    135deg,
    rgba(111, 13, 79, 0.05),
    rgba(214, 43, 112, 0.04)
  );
  border: 1px solid var(--alfa-border);
}

/* HOVER EFFECT BORDER  */
.contractors-card::before,
.contractors-tip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 2px solid transparent;
  transition: 0.3s;
}

.contractors-card:hover::before,
.contractors-tip:hover::before {
  border-color: rgba(111, 13, 79, 0.2);
}

/*  RESPONSIVE */
@media (max-width: 991px) {
  .contractors-hero {
    padding: 45px 24px;
  }

  .contractors-hero__title {
    font-size: 32px;
  }

  .contractors-hero__text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .contractors-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contractors-card,
  .contractors-tip {
    padding: 20px;
  }

  .contractors-card__icon,
  .contractors-tip__icon {
    width: 50px;
    height: 50px;
  }

  .contractors-card__icon i,
  .contractors-tip__icon i {
    font-size: 18px;
  }
}


/*
   GLOBAL PAGE ANIMATION SYSTEM
  */

.alfa-reveal-up {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.alfa-delay-1 {
  animation-delay: 0.1s;
}

.alfa-delay-2 {
  animation-delay: 0.2s;
}

.alfa-delay-3 {
  animation-delay: 0.3s;
}

.alfa-delay-4 {
  animation-delay: 0.4s;
}

.alfa-delay-5 {
  animation-delay: 0.5s;
}

.alfa-card,
.alfa-cta-box,
.contractors-card,
.contractors-tip {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.alfa-card:hover,
.alfa-cta-box:hover,
.contractors-card:hover,
.contractors-tip:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(111, 13, 79, 0.12);
}

.contact-page .alfa-section {
  margin-top: 24px;
}

.contact-hero {
  background: linear-gradient(
    135deg,
    rgba(111, 13, 79, 0.08),
    rgba(214, 43, 112, 0.06),
    rgba(34, 199, 214, 0.08)
  );
  border-radius: 24px;
  padding: 52px 36px;
}

.contact-hero__content {
  max-width: 850px;
}

.contact-hero__kicker {
  display: inline-block;
  color: var(--alfa-secondary);
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 15px;
}

.contact-hero__title {
  margin-bottom: 16px;
}

.contact-hero__text {
  max-width: 780px;
}

.contact-cards {
  margin-top: 26px;
}

.contact-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(111, 13, 79, 0.12);
  border-color: rgba(111, 13, 79, 0.22);
}

.contact-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(111, 13, 79, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.contact-card__icon i {
  font-size: 22px;
  color: var(--alfa-primary);
}

.contact-form-box {
  background: var(--alfa-surface);
  border: 1px solid var(--alfa-border);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(111, 13, 79, 0.06);
}

.contact-form-grid {
  margin-top: 18px;
}

.contact-field .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--alfa-text);
}

.contact-field .form-control,
.contact-field .form-select {
  border-radius: 14px;
  border: 1px solid var(--alfa-border);
  min-height: 52px;
  box-shadow: none;
  padding: 12px 16px;
  text-align: right;
  background: #fff;
}

.contact-field textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.contact-field .form-control:focus,
.contact-field .form-select:focus {
  border-color: rgba(111, 13, 79, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(111, 13, 79, 0.08);
}

.contact-form-actions {
  margin-top: 22px;
  text-align: right;
}

.contact-brand-box {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .contact-hero {
    padding: 42px 24px;
  }
}

@media (max-width: 767px) {
  .contact-form-box {
    padding: 20px;
  }

  .contact-form-actions {
    text-align: stretch;
  }

  .contact-form-actions .wallox-btn {
    width: 100%;
  }
}



.projects-hero {
  background: linear-gradient(
    135deg,
    rgba(111, 13, 79, 0.08),
    rgba(214, 43, 112, 0.05)
  );
  padding: 60px 0;
  border-radius: 20px;
}

.projects-kicker {
  color: var(--alfa-secondary);
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

/* PROJECT CARD*/
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.project-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.4s;
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: rgba(111, 13, 79, 0.7);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
  text-align: center;
}

.project-card:hover img {
  transform: scale(1.1);
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.projects-page .alfa-section {
  margin-top: 24px;
}

.projects-text-hero {
  background: linear-gradient(
    135deg,
    rgba(111, 13, 79, 0.08),
    rgba(214, 43, 112, 0.06),
    rgba(34, 199, 214, 0.08)
  );
  border-radius: 24px;
  padding: 52px 36px;
}

.projects-text-hero__content {
  max-width: 880px;
}

.projects-text-hero__kicker {
  display: inline-block;
  color: var(--alfa-secondary);
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 15px;
}

.projects-cards-grid {
  margin-top: 28px;
}

.project-text-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.project-text-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(111, 13, 79, 0.12);
  border-color: rgba(111, 13, 79, 0.22);
}

.project-text-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(111, 13, 79, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.project-text-card__icon i {
  font-size: 22px;
  color: var(--alfa-primary);
}

@media (max-width: 991px) {
  .projects-text-hero {
    padding: 42px 24px;
  }
}

:root {
  --wallox-base: #6f0d4f !important;
  --wallox-base-rgb: 111, 13, 79 !important;
  --wallox-secondary: #d62b70 !important;
  --wallox-text-dark: #241626 !important;
  --wallox-text: #5f5560 !important;
  --wallox-gray: #f8f5f9 !important;
  --wallox-border-color: #eadbe6 !important;
}

.topbar-one__info__icon i,
.topbar-one__info__item i {
  color: #d62b70 !important;
}

.icon-telephone,
.icon-email,
.icon-maps-and-flags,
.icon-search,
.icon-cart,
.main-header__right__info__item i,
.topbar-one__social a i {
  color: inherit;
}

.topbar-one__info__item i {
  color: #d62b70 !important;
}

.main-header {
  background-color: #6f0d4f !important;
}


.wallox-btn--border {
  color: #6f0d4f !important;
  border-color: #6f0d4f !important;
}