* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: shabnam !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: white;
  font-family: shabnam !important;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: shabnam;
  src: url(../font/Shabnam-Light-FD.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}

/* Font Awesome Icons Fix */
.fas,
.far,
.fab,
.fal,
.fad,
[class^="fa-"],
[class*=" fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands",
    "Font Awesome 6 Pro" !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.far {
  font-weight: 400 !important;
}

.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

:root {
  --main-strong: #71b01c;
  --main-tint: #e6efd9;
  --secondary-strong: #25215e;
  --secondary-tint: #e6e6f7;
  --gray0: rgb(20, 20, 20);
  --gray1: rgb(60, 60, 60);
  --gray2: rgb(120, 120, 120);
  --gray3: rgb(170, 170, 170);
  --gray4: rgb(230, 230, 230);
  --gray5: rgb(248, 248, 248);
  --gray6: rgb(250, 250, 250);
  --success-color: #71b01d;
  --error-color: #f87970;
  --success: #3ca041ff;
  --pending: #f9a825;
  --deleted: #505050ff;
  --expired: #d32f2f;
  --rating-gold: #f5b50a;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 25px;
  --radius-full: 50%;
  --active: 0.3;
  --duration: 0.35s;
  --duration-md: 0.6s;
  --duration-lg: 0.8s;

  --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --box-shadow-md: 0 15px 40px rgba(0, 0, 0, 0.12);
  --box-shadow-hover: 0 20px 50px rgba(0, 0, 0, 0.18);
  --box-shadow-lg: 0 25px 60px rgba(0, 0, 0, 0.15);
  --transition: all var(--duration) cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: all var(--duration-md)
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --gradient-primary: linear-gradient(
    135deg,
    #71b01c 0%,
    #8bc34a 50%,
    #71b01d 100%
  );
  --gradient-secondary: linear-gradient(
    135deg,
    #25215e 0%,
    #3d3780 50%,
    #25215e 100%
  );
  --gradient-glow: linear-gradient(
    135deg,
    rgba(113, 176, 28, 0.3) 0%,
    rgba(139, 195, 74, 0.2) 100%
  );

  --white: #ffffff;
  --black: #000000;
  --white-rgba-02: rgba(255, 255, 255, 0.2);
  --white-rgba-015: rgba(255, 255, 255, 0.15);
  --white-rgba-025: rgba(255, 255, 255, 0.25);
  --white-rgba-01: rgba(255, 255, 255, 0.1);
  --white-rgba-04: rgba(255, 255, 255, 0.4);
  --white-rgba-07: rgba(255, 255, 255, 0.7);
  --white-rgba-09: rgba(255, 255, 255, 0.9);
  --black-rgba-03: rgba(0, 0, 0, 0.3);
  --black-rgba-04: rgba(0, 0, 0, 0.4);
  --black-rgba-06: rgba(0, 0, 0, 0.6);
  --black-rgba-008: rgba(0, 0, 0, 0.08);
  --black-rgba-01: rgba(0, 0, 0, 0.1);
  --black-rgba-02: rgba(0, 0, 0, 0.2);
  --main-strong-rgba-01: rgba(113, 176, 28, 0.1);
  --main-strong-rgba-02: rgba(113, 176, 28, 0.2);
  --main-strong-rgba-03: rgba(113, 176, 28, 0.3);
  --main-strong-rgba-04: rgba(113, 176, 28, 0.4);
  --main-strong-rgba-005: rgba(113, 176, 28, 0.05);
  --success-rgba-01: rgba(113, 176, 29, 0.1);
  --video-gradient: linear-gradient(
    135deg,
    #25215e 0%,
    #3d3780 50%,
    #25215e 100%
  );
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.75rem;
  color: var(--gray0);
  position: relative;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
  animation: fadeInDown 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  letter-spacing: -0.5px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: var(--gradient-primary);
  border-radius: 10px;
  animation: titleLineExpand 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s
    forwards;
  box-shadow: 0 4px 20px var(--main-strong-rgba-04),
    0 0 30px var(--main-strong-rgba-03);
  opacity: 0;
}

@keyframes titleLineExpand {
  0% {
    width: 0;
    opacity: 0;
    transform: translateX(-50%) scaleX(0);
    box-shadow: 0 0 0 var(--main-strong-rgba-01);
  }

  30% {
    opacity: 0.7;
  }

  60% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1.1);
  }

  100% {
    width: 140px;
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
    box-shadow: 0 4px 20px var(--main-strong-rgba-04),
      0 0 30px var(--main-strong-rgba-03);
  }
}

.btn {
  display: inline-block;
  padding: 14px 32px;
  background: var(--gradient-primary);
  color: var(--white);
  border-radius: var(--radius-md);
  font-weight: 600;
  transition: var(--transition-smooth);
  border: none;
  cursor: pointer;
  font-size: 1.05rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px var(--main-strong-rgba-02);
}

.btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 35px var(--main-strong-rgba-03);
}

.btn:active {
  transform: translateY(-2px) scale(1.02);
}

.btn-secondary {
  background: var(--main-strong);
  text-align: center;
}

.btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: var(--box-shadow-hover);
}

/* Header & Navigation */
header {
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 20px var(--black-rgba-008);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: var(--transition-smooth);
}

header.scrolled {
  box-shadow: 0 8px 30px var(--black-rgba-01);
  background-color: rgba(255, 255, 255, 0.95);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 24px;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--main-strong);
  transition: var(--transition);
}

.logo:hover {
  transform: scale(1.05);
}

.logo img {
  width: 10rem;
  transition: var(--transition);
}

.nav-links {
  display: flex;
  gap: 8px;
  position: relative;
}

.nav-links::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 33px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.nav-links.active::before {
  opacity: 1;
  pointer-events: auto;
}

.nav-links li {
  margin-left: 0;
}

.nav-links a {
  font-weight: 600;
  font-size: 1.05rem;
  padding: 10px 18px;
  position: relative;
  color: var(--secondary-strong);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  display: block;
}

.nav-links a:hover {
  color: var(--main-strong);
  transform: translateY(-2px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-actions a {
  margin-right: 0;
  font-weight: 600;
}

.header-actions .btn {
  padding: 10px 20px;
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--main-strong);
  transition: var(--transition);
  padding: 8px;
  border-radius: 8px;
}

.menu-toggle:hover {
  background: var(--main-strong-rgba-01);
}

/* Hero Slider */
.hero-slider {
  height: 600px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0.85);
}

.swiper-slide-active .slide-bg {
  transform: scale(1.08);
  filter: brightness(0.8);
}

.slide-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  text-align: center;
  max-width: 900px;
  padding: 0 24px;
}

.slide-content h2 {
  font-size: 3.2rem;
  margin-bottom: 20px;
  text-shadow: 0 6px 20px var(--black-rgba-06), 0 2px 8px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}

.slide-content p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  text-shadow: 0 4px 12px var(--black-rgba-06);
  animation: fadeInUp 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  line-height: 1.7;
  opacity: 0.95;
}

.slide-content .btn {
  animation: fadeInUp 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 16px 36px;
  font-size: 1.1rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px) scale(0.95);
  }

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

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes slideInScale {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
  }

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

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--white);
  background: var(--black-rgba-04);
  backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 15px var(--black-rgba-02);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--black-rgba-06);
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 25px var(--black-rgba-03);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
  font-weight: 700;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0.7;
}

.swiper-pagination-bullet:hover {
  transform: scale(1.3);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--secondary-strong);
  width: 24px;
  border-radius: 6px;
  transform: scale(1.2);
  box-shadow: 0 4px 15px var(--secondary-strong);
}

/* Download Section */
.download-section {
  background: rgb(30, 30, 30);
  color: var(--white);
  padding: 80px 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.download-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 30px 24px;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.download-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: var(--radius-lg);
  padding: 40px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  transform: translateY(50px) scale(0.9);
  animation: cardFadeIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.download-card[data-card-index="0"] {
  animation-delay: 0.3s;
}

.download-card[data-card-index="1"] {
  animation-delay: 0.7s;
}

@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }

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

.download-card:hover {
  transform: translateY(-15px) scale(1.04);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.35);
}

.download-icon {
  color: var(--white);
  transition: var(--transition-smooth);
  display: inline-block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.download-icon img {
  width: 200px;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 15px;
}

.download-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--white);
}

.download-desc {
  opacity: 0.9;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 1rem;
  color: var(--white);
}

.download-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  background: var(--white);
  color: var(--secondary-strong);
  border-radius: var(--radius-md);
  font-weight: 600;
  transition: var(--transition);
  text-decoration: none;
  font-size: 1.1rem;
}

.download-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px var(--black-rgba-02);
}

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

/* Features Section */
.features {
  background: linear-gradient(180deg, var(--white) 0%, var(--gray6) 100%);
  position: relative;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 60px;
}

.feature-card {
  background: var(--white);
  padding: 35px 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--box-shadow);
  text-align: center;
  transition: var(--transition-smooth);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: var(--box-shadow-lg);
  border-color: var(--main-strong-rgba-02);
}

.feature-icon {
  width: 90px;
  height: 90px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 25px var(--main-strong-rgba-03);
  transition: var(--transition-smooth);
}

.feature-card:hover .feature-icon {
  transform: scale(1.2) rotate(15deg);
  box-shadow: 0 18px 40px var(--main-strong-rgba-04);
}

.feature-icon i {
  font-size: 2.2rem;
  color: var(--white);
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: var(--gray0);
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.3;
}

.feature-card p {
  position: relative;
  z-index: 1;
  color: var(--gray2);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Footer */
footer {
  background-color: var(--gray0);
  color: var(--white);
  padding: 60px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: var(--white);
  position: relative;
  padding-bottom: 10px;
}

.footer-col ul li {
  margin-bottom: 12px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white-rgba-07);
}

.footer-col ul li a {
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white-rgba-07);
}

.footer-col ul li a:hover {
  color: var(--main-strong);
  transform: translateX(-5px);
}

.footer-col ul li a i {
  transition: var(--transition);
}

.footer-col ul li a:hover i {
  transform: scale(1.2);
  color: var(--main-strong);
}

.enamad-badge {
  display: flex;
  align-items: center;
  padding: 4px;
  border: 1px dashed var(--white-rgba-04);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.enamad-badge img {
  width: 80px;
  height: auto;
  opacity: 0.8;
  object-fit: contain;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.social-links {
  display: flex;
  margin-top: 20px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--white-rgba-01);
  border-radius: 50%;
  margin-left: 10px;
  transition: var(--transition);
}

.social-links a:hover {
  background-color: var(--secondary-strong);
  transform: translateY(-5px);
}

.footer-bottom {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid var(--white-rgba-01);
  font-size: 0.9rem;
  color: var(--white-rgba-07);
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.footer-bottom-content p {
  margin: 0;
  font-size: 15px;
}

.enamad-badge img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* About Section */
.about-section {
  background: var(--white);
  padding: 60px 0;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
}

.about-text p {
  color: var(--gray2);
  line-height: 1.8;
  font-size: 1.1rem;
  text-align: justify;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 10px;
  background: linear-gradient(135deg, var(--gray6) 0%, var(--white) 100%);
  border-radius: var(--radius-md);
  border: 1px solid var(--main-strong-rgba-01);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.about-feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px var(--main-strong-rgba-01);
  border-color: var(--main-strong-rgba-03);
}

.about-feature i {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: var(--gradient-primary);
  color: var(--white);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 20px var(--main-strong-rgba-03);
  transition: var(--transition);
  animation: iconPulse 2s ease-in-out infinite;
}

.about-feature:hover i {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 30px var(--main-strong-rgba-04);
  animation: iconBounce 0.6s ease;
}

.about-feature > div {
  flex: 1;
  position: relative;
  z-index: 1;
}

.about-feature h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: var(--gray0);
  font-weight: 700;
}

.about-feature p {
  color: var(--gray2);
  line-height: 1.8;
  font-size: 0.95rem;
}

@keyframes iconPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes iconBounce {
  0%,
  100% {
    transform: scale(1.1) rotate(5deg);
  }

  50% {
    transform: scale(1.2) rotate(-5deg);
  }
}

/* Contact Section */
.contact-section {
  background: linear-gradient(180deg, var(--gray6) 0%, var(--white) 100%);
  padding: 80px 0;
  position: relative;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  padding: 32px 24px;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--box-shadow);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.contact-item:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: var(--box-shadow-lg);
  border-color: var(--main-strong-rgba-02);
}

.contact-icon {
  width: 65px;
  height: 65px;
  background: var(--gradient-primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
  transition: var(--transition-smooth);
  box-shadow: 0 6px 20px var(--main-strong-rgba-03);
  position: relative;
  z-index: 1;
}

.contact-item:hover .contact-icon {
  transform: scale(1.2) rotate(360deg);
  box-shadow: 0 12px 30px var(--main-strong-rgba-04);
}

.contact-details {
  width: 100%;
  position: relative;
  z-index: 1;
}

.contact-details h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: var(--gray0);
  font-weight: 700;
  line-height: 1.3;
}

.contact-details p {
  color: var(--gray2);
  line-height: 1.6;
  font-size: 0.8rem;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.contact-details a {
  color: var(--main-strong);
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  word-break: break-all;
}

.contact-details a:hover {
  color: var(--secondary-strong);
  text-decoration: underline;
}

.form-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px var(--main-strong-rgba-03);
}

.form-submit-btn:active {
  transform: translateY(-1px);
}

.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: var(--secondary-strong);
  color: var(--white);
  font-size: 1.2rem;
  box-shadow: 0 15px 35px var(--black-rgba-02);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-smooth);
  z-index: 1500;
  transform: translateY(20px);
}

.back-to-top:active {
  background: var(--secondary-tint);
}

.back-to-top.visible {
  opacity: 0.8;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  box-shadow: 0 20px 45px var(--black-rgba-03);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  display: none;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  box-shadow: none !important;
}
/* Responsive Styles */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .about-features {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }

  .logo img {
    width: 9rem;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: auto;
    min-width: 250px;
    max-width: 320px;
    background-color: var(--white);
    flex-direction: column;
    padding: 15px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: var(--radius-md);
    opacity: 0;
    transform: translateY(-15px) scale(0.95);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
  }

  .nav-links li {
    margin: 8px 0;
    width: 100%;
  }

  .nav-links a {
    display: block;
    padding: 10px 15px;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
  }

  .nav-links a:hover {
    background-color: var(--main-strong-rgba-01);
    transform: translateX(5px);
  }

  .menu-toggle {
    display: block;
  }

  .header-actions a:not(.btn) {
    display: none;
  }

  .slide-content h2 {
    font-size: 2.2rem;
  }

  .slide-content p {
    font-size: 1rem;
  }

  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .contact-item {
    padding: 20px 15px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }

  .contact-details h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .contact-details p {
    font-size: 0.85rem;
  }

  .contact-details a {
    font-size: 0.85rem;
  }

  .section-title {
    margin-bottom: 35px;
    padding-bottom: 17px;
  }

  .section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 12px;
  }

  .logo img {
    width: 8rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .enamad-badge img {
    max-width: 60px;
  }

  .download-container {
    padding: 15px;
    margin-top: -30px;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  }

  .hero-slider {
    height: 400px;
  }

  .section-title {
    font-size: 1.7rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .header-actions .btn:not(:last-of-type) {
    display: none;
  }

  .download-card {
    padding: 20px;
  }

  .download-icon img {
    width: 150px;
  }

  .download-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .download-desc {
    line-height: 1.8;
    font-size: 1rem;
  }

  .download-btn {
    gap: 10px;
    padding: 10px;
    font-size: 1rem;
  }

  .download-btn i {
    font-size: 1rem;
  }

  .footer-grid {
    text-align: center;
  }

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

  .contact-grid {
    gap: 15px;
  }

  .contact-item {
    padding: 20px 15px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .contact-details h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .contact-details p {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .contact-details a {
    font-size: 0.85rem;
  }

  .nav-links::before {
    top: -7px;
    left: 22px;
  }

  .footer-bottom-content p {
    font-size: 12px;
  }

  .section {
    padding: 50px 0;
  }

  .footer-col ul li {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .logo img {
    width: 7rem;
  }

  .menu-toggle {
    font-size: 1.2rem;
  }

  .section {
    padding: 30px 0;
  }

  .download-section {
    padding: 30px 0;
  }

  .about-section {
    padding: 30px 0;
  }

  .contact-section {
    padding: 30px 0;
  }

  .contact-grid {
    gap: 12px;
  }

  .contact-item {
    gap: 12px;
    padding: 20px 15px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }

  .contact-details h3 {
    font-size: 1rem;
  }

  .contact-details p {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .contact-details a {
    font-size: 0.7rem;
  }

  footer {
    background-color: var(--gray0);
    color: var(--white);
    padding: 40px 0 15px;
  }

  .hero-slider {
    height: 350px;
  }

  .slide-content h2 {
    font-size: 1.8rem;
  }

  .search-container {
    padding: 20px;
  }

  .header-container {
    padding: 8px 10px;
  }

  .logo {
    font-size: 1.5rem;
  }

  .header-actions .btn {
    padding: 8px 15px;
    font-size: 0.85rem;
  }

  .download-card {
    padding: 10px;
  }

  .download-icon img {
    width: 125px;
  }

  .download-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .download-desc {
    line-height: 1.4;
    font-size: 0.8rem;
  }

  .download-btn {
    gap: 5px;
    padding: 5px;
    font-size: 0.7rem;
  }

  .download-btn i {
    font-size: 0.9rem;
  }

  .about-features {
    margin-top: 25px;
    gap: 5px !important;
  }

  .about-feature {
    gap: 10px;
    padding: 15px 8px;
  }

  .about-feature i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 1.1rem;
    box-shadow: 0 5px 12px var(--main-strong-rgba-03);
  }

  .about-feature h4 {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }

  .about-feature p {
    line-height: 1.6;
    font-size: 0.7rem;
  }

  .features-grid {
    gap: 12px;
  }

  .feature-card {
    padding: 15px;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }

  .feature-icon i {
    font-size: 1.2rem;
  }

  .feature-card h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .feature-card p {
    line-height: 1.8;
    font-size: 0.7rem;
  }

  .nav-links::before {
    top: -7px;
    left: 18px;
  }

  .footer-bottom-content p {
    font-size: 10px;
  }

  .enamad-badge img {
    max-width: 40px;
  }

  .nav-links {
    min-width: 200px;
    max-width: 150px;
    padding: 10px 15px;
    gap: 3px;
  }

  .nav-links a {
    font-size: 0.9rem;
    padding: 5px 14px;
    position: relative;
  }

  .section-title {
    margin-bottom: 20px;
    padding-bottom: 13px;
  }
}

@media (max-width: 350px) {
  .logo img {
    width: 6rem;
  }

  .menu-toggle {
    font-size: 1.1rem;
  }

  .download-card {
    padding: 8px;
  }

  .download-icon img {
    width: 100px;
  }

  .download-title {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }

  .download-desc {
    line-height: 1.25;
    font-size: 0.7rem;
  }

  .download-btn {
    gap: 4px;
    padding: 6px;
    font-size: 0.6rem;
  }

  .download-btn i {
    font-size: 0.8rem;
  }

  .slide-content h2 {
    font-size: 1.5rem;
  }

  .slide-content p {
    font-size: 0.8rem;
  }

  .about-features {
    margin-top: 20px;
    gap: 4px !important;
  }

  .about-feature {
    gap: 8px;
    padding: 12px 6px;
  }

  .about-feature i {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 1rem;
    box-shadow: 0 4px 10px var(--main-strong-rgba-03);
  }

  .about-feature h4 {
    font-size: 0.8rem;
    margin-bottom: 3px;
  }

  .about-feature p {
    line-height: 1.5;
    font-size: 0.6rem;
  }

  .features-grid {
    gap: 10px;
  }

  .feature-card {
    padding: 12px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 7px;
  }

  .feature-icon i {
    font-size: 1rem;
  }

  .feature-card h3 {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .feature-card p {
    line-height: 1.6;
    font-size: 0.6rem;
  }

  .nav-links::before {
    top: -6px;
    left: 17px;
  }

  .footer-bottom-content p {
    font-size: 9px;
  }

  .enamad-badge img {
    max-width: 35px;
  }

  .section-title {
    margin-bottom: 15px;
    padding-bottom: 11px;
  }
}
