html {
    scroll-behavior: smooth;
  }

  * {
box-sizing: border-box !important;
}

html, body {
  overflow-x: hidden;
  font-family: 'Almarai', sans-serif;
  background:
    radial-gradient(circle at 30% 20%, rgba(190, 255, 111, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(77, 140, 80, 0.05) 0%, transparent 50%),
    url('cart-icon.svg'); 
  background-size: 100% 100%, 100% 100%, 80px 80px;
  background-attachment: fixed;
  animation: moveIcons 30s linear infinite;
  overflow-x: hidden !important;
  width: 100% !important;
}

@keyframes moveIcons {
  from {
    background-position: 30% 20%, 70% 80%, 0 0;
  }
  to {
    background-position: 40% 30%, 60% 70%, 200px 200px;
  }
}

/* =================Loading Screen Style============ */
/* Loader Fullscreen */
#page-loader {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, #f5f1e8dc, #d3e2d4d6, #c8d6c1e0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  overflow: hidden;
  transition: background 0.5s ease-in-out;
}

/* Background Particles Effect */
.loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('https://www.transparenttextures.com/patterns/stardust.png');
  animation: moveBg 10s linear infinite;
  opacity: 0.2; /* أخف عشان يبقى ناعم */
  filter: brightness(1.2); /* يخلي النقاط أنور */
}
@keyframes moveBg {
  from { background-position: 0 0; }
  to { background-position: 400px 400px; }
}

/* Logo Animation */
.loader-logo {
  position: relative;
  animation: fadeScale 2s ease-in-out infinite alternate;
}
.loader-logo img {
  width: 120px;
  height: auto;
}

/* Shine Effect */
.shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  animation: shineMove 2s ease-in-out infinite;
}
@keyframes shineMove {
  to { left: 150%; }
}

/* Fade + Scale Animation */
@keyframes fadeScale {
  0% { opacity: 0.8; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.08); }
}

/* Hide Loader */
body.loaded #page-loader {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
}
.loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* ===================================================== */

/* =======انيميشن علوي======= */
.animationStart {
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 1 / 1;
  animation: float-slow 30s ease-in-out infinite;
  margin: auto;
  display: block;
}

@keyframes softFloat {
0%   { transform: translateY(0); }
50%  { transform: translateY(-10px); }
100% { transform: translateY(0); }
}

.float-soft {
animation: softFloat 2s ease-in-out infinite; 

}

/* ===Lottie=== */

.lottie-container {
  width: 90%;
  max-width: 500px; 
  margin: 0 auto; 
  position: relative;
}
.lottie-container lottie-player {
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
}

/* START Header Section */
.header-section {
  padding: 4px 0;
  box-shadow: 0px 2px 5px rgba(251, 255, 249, 0.468);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-size: cover;
  background-position: center;
  text-shadow: 0px 2px 5px rgba(215, 255, 194, 0.138);
}

.navbar-brand img {
  height: 40px;
}

.navbar-nav .nav-item .nav-link {
  color: #555;
  font-weight: 500;
  margin-left: 25px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
  color: #4CAF50;
}

.navbar-nav .nav-item .nav-link i {
  margin-left: 8px;
}
element.style {
  backdrop-filter: blur(10px);
  background-color: rgba(164, 32, 32, 0.95) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px;
}

/* ============ CUSTOM STYLING FOR <a> LINKS ============ */

a{
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-login {
  background-color: transparent;
  border: none;
  color: #555;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-login:hover {
  color: #333;
}

.btn-trial {
  background-color: #8BC34A;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  box-shadow: 0px 2px 5px rgba(255, 249, 249, 0.468);
}

.btn-trial:hover {
  background-color: #7CB342;
}


/* ================= Contact Us Section Responsive Text ================= */
.contact-us-section .contact-text {
  font-size: 1.5rem !important;  /* حجم افتراضي */
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

/* الزر */
.contact-us-section .btn-contact-us {
  font-size: 1.1rem !important;
  padding: 12px 25px !important;
  font-weight: 600 !important;
}

/* موبايل متوسط */
@media (max-width: 991px) {
  .contact-us-section .contact-text {
      font-size: 1.3rem !important;
  }
  .contact-us-section .btn-contact-us {
      font-size: 1rem !important;
      padding: 10px 20px !important;
  }
}

/* موبايل صغير */
@media (max-width: 576px) {
  .contact-us-section .contact-text {
      font-size: 1.1rem !important;
  }
  .contact-us-section .btn-contact-us {
      font-size: 0.95rem !important;
      padding: 8px 18px !important;
  }
}

/*===== Responsive Adjustments===== */
@media (max-width: 991.98px) {
  .navbar-nav {
      margin-right: 0 !important;
      margin-left: 0 !important;
      text-align: center!important;
  }
  .navbar-nav .nav-item {
      margin-left: 0 !important;
  }
  .d-flex {
      flex-direction: column !important;
      align-items: center !important;
      margin-top: 15px!important;
  }
  .d-flex .btn {
      margin-bottom: 10px !important;
      width: 80% !important;
  }
  .hero-title {
      font-size: 2rem !important;
  }
  .hero-subtitle {
      font-size: 1rem!important;
  }
  .hero-tagline {
      font-size: 1rem!important;
  }
  .hero-description {
      font-size: .6rem !important;
      max-width: 100% !important;
      /* text-align: center; */
      margin-right: auto !important;
      margin-left: auto !important;
  }
  .hero-buttons .btn {
      width: 90% !important;
  }
  .col-lg-6.text-lg-end {
      text-align: center !important;
  }
  .hero-mockup {
      margin-top: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
      margin-top: 60px !important;
      padding: 50px 0 !important;
  }
  .hero-title {
      font-size: 2rem !important;
  }
  .hero-subtitle {
      font-size: 1.5rem !important;
  }
  .hero-tagline {
      font-size: 1.2rem !important;
  }
}
/* =================START Why Choose Ramh Section
================== */
.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
}
.section-description {
  color: #555;
  font-size: 1rem;
  font-size: 1.1rem;
  color: #555555d5;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight:800;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  
}

.feature-card {
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  background-color: #fff;
  border: 1px solid #8BC34A;
  border-radius: 20px;
  padding: 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #388E3C;
  transition: all 0.3s ease;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 5px rgba(177, 158, 38, 0.168);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}


.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-color: transparent;
  background: linear-gradient(135deg,#71d20f94, #a182ea8e);
  /* color: #fff; */
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6fff00, #4c00ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 4px 10px rgba(255,145,0,0.3);
}

/* ======= */
.why-choose-ramh-section {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  margin: 50px 0;
  

}
.section-title {
  font-size: 2.5rem;
  color: #388E3C;
  font-weight: bold;
  
}



/* =======================START Start Your Store Section */
.start-store-section {
  padding-top: 80px;
  padding-bottom: 80px;   
  box-shadow: 0 5px 15px rgba(44, 49, 40, 0.137);
  ;

}

.store-mockup {
  max-width: 100%;
  height: auto;
}



/* /=================--- loti-Imag--================ */

.responsive-lottie-wrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.responsive-lottie {
  width: 100%;
  height: auto;
  display: block;
              
}

.float-soft {
animation: softFloat 2s ease-in-out infinite; 

}

/* ------------ */

@media (min-width: 992px) {
  .store-mockup {
      margin-top: 0;
  }
}

@media (max-width: 991.98px){

  .store-mockup {
  max-width: 300px;
  height: auto;
}
}

.start-store-list {
  list-style: none;
  padding: 0;
}

.start-store-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.start-store-list .list-number {
  background-color: #8BC34A;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-left: 15px;
}

.start-store-list .list-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}
/* END Start Your Store Section */

/* START More Than Section */
.more-than-section {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px !important;
  box-shadow: 0px 2px 5px rgba(131, 179, 35, 0.119);


}

.more-than-card {
  background-color: #c0dab2;
  border-radius: 15px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0px 2px 5px rgba(131, 179, 35, 0.315);
}

.more-than-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.more-than-card img {
  width: 100px;
  height: 70px;
  object-fit: contain;

}

.more-than-card .card-title {
  font-size: 1.3rem;
  color: #388E3C;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  text-shadow: 0px 2px 5px rgba(194, 212, 188, 0.125);

}

.more-than-card .card-text {
  font-size: 0.95rem;
  color: #777;
  line-height: 1.5;
  text-align: center;
}

/* Responsive Adjustments for new sections */
@media (max-width: 991.98px) {
  .section-title {
      font-size: 2rem;
  }
  .section-description {
      font-size: 1rem;
  }
  .feature-card {
      padding: 20px;
      font-size: 1rem;
  }
  .start-store-list li {
      margin-bottom: 20px;
  }
  .start-store-list .list-number {
      width: 30px;
      height: 30px;
      font-size: 1rem;
      margin-left: 10px;
  }
  .start-store-list .list-text {
      font-size: 1rem;
  }
  .more-than-card {
      min-height: auto;
      padding: 20px;
  }
  .more-than-card img {
      width: 50px;
      height: 50px;
  }
  .more-than-card .card-title {
      font-size: 1.2rem;
  }
  .more-than-card .card-text {
      font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
      font-size: 2rem;
  }
  .section-description {
      font-size: 1rem;
  }
}
ؤؤ

.responsive-lottie-web {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
  display: block;
  align-items: center;
  padding: 0 !important;
}

/* Custom Switch Styles */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4CAF50;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Pillar Card 1: Marketing Tools Specific Styles */
.marketing-tools-content {
  padding-right: 15px;
}

.marketing-item {
  margin-bottom: 15px !important;
}

.marketing-item:last-child {
  margin-bottom: 0 !important;
}

/* Default (Inactive) State */
.marketing-text {
  font-size: 1rem;
  color: #ccc; 
  font-weight: 500;
  transition: color 0.3s ease; 
  padding-right: 10px;

}

.marketing-icon {
  font-size: 1.2rem;
  color: #ccc; /* Light grey for inactive icons */
  margin-right: 10px;
  transition: color 0.3s ease; /* Smooth transition for color change */
  padding-bottom: 15px;


}

/* Active State */
.toggle-item.active .marketing-text {
  color: #388E3C; /* Dark green for active text */
}

.toggle-item.active .marketing-icon {
  color: #388E3C; /* Dark green for active icons */
}

/* Specific style for the Marketing Info column */
.marketing-info {
  border-right: 1px solid #eee;
  padding-right: 20px;
  padding-left: 20px;
}

.marketing-info .pillar-card-title {
  font-size: 1.6rem;
  color: #388E3C;
}

.marketing-info .pillar-card-description {
  font-size: 1rem;
  color: #777;
}

/* Color Palette Dots */
.color-palette {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}


/* Payment and Shipping Logos */
.payment-logo, .shipping-logo {
  width: 80%;
  /* height: 20px; */
  object-fit: contain;
}

.payment-date, .payment-amount {
  font-size: 0.9rem;
  color: #888;
}

/* Call to Action Section */
.cta-section {
  background-color: #D3E2D4 !important;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 80px;
  margin-bottom: 60px;
  background: linear-gradient(135deg,#D3E2D4,#7AA87C) !important;

}

/* انيمشن للكلام */
.cta-text {
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8;
font-family: 'Cairo', sans-serif;
color: #222;
text-align: right;

}


.btn-cta {
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-cta:hover {
  background-color: #7CB342;
}

/* Responsive Adjustments for new sections */
@media (max-width: 991.98px) {
  .section-title {
      font-size: 2rem;
      
  }
  .section-description {
      font-size: 1rem;
  }
  .feature-card {
      padding: 20px;
      font-size: 1rem;
  }
  .start-store-list li {
      margin-bottom: 20px;
  }
  .start-store-list .list-number {
      width: 30px;
      height: 30px;
      font-size: 1rem;
      margin-left: 10px;
  }
  .start-store-list .list-text {
      font-size: 1rem;
  }
  .more-than-card {
      min-height: auto;
      padding: 20px;
  }
  .more-than-card img {
      width: 50px;
      height: 50px;
  }
  .more-than-card .card-title {
      font-size: 1.2rem;
  }
  .more-than-card .card-text {
      font-size: 0.9rem;
  }
  .pillar-card {
      min-height: auto;
      padding: 20px;
  }
  .pillar-card .col-6 {
      width: 100%;
      text-align: center;
  }
  .pillar-card .col-6:first-child {
      margin-bottom: 20px;
  }
  .pillar-card .col-6:last-child {
      margin-top: 20px;
  }
  .pillar-card-title {
      font-size: 1.3rem;
  }
  .pillar-card-description {
      font-size: 0.9rem;
  }
  .switch {
      width: 40px;
      height: 22px;
  }
  .slider:before {
      height: 15px;
      width: 15px;
      left: 3px;
      bottom: 3px;
  }
  input:checked + .slider:before {
      -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
      transform: translateX(18px);
  }

  .cta-text {
      font-size: 1.1rem;
  }
  .btn-cta {
      padding: 10px 25px;
      font-size: 0.95rem;
  }
  .payment-date, .payment-amount {
      font-size: 0.8rem;
  }
  .marketing-tools-content {
      padding-right: 0;
      padding-left: 0;
  }
  .marketing-item {
      justify-content: center;
  }
  .marketing-icon {
      margin-right: 0;
      margin-left: 10px;
  }
  .marketing-info {
      border-right: none;
      border-top: 1px solid #eee;
      padding-top: 20px;
      margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
      font-size: 2rem;
  }
  .section-description {
      font-size: 1rem;
  }
}
/* END Pillars Section */

/* START Call to Action Section */
.cta-section {
  background-color: #f8fcf8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-text {
  font-size: 1.3rem;
  color: #388E3C;
  font-weight: bold;
}

.btn-cta {
  background-color: #8BC34A;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-cta:hover {
  background-color: #7CB342;
}
.custom-size{
  width: 80px; 
  height: auto; 
  padding-bottom: 0px;
  margin-bottom: 15px;
  
}

/* <!-- =================START All in One Place Section (7)================== --> */

/* ========================================
 CTA SECTION STYLES
 ======================================== */

 .cta-section {
  background: var(--secondary-color);
  position: relative;
  overflow: hidden; /* To contain pseudo-elements */
}

/* Subtle animated pattern in the background */
.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 25px 25px;
  animation: movePattern 20s linear infinite;
}

@keyframes movePattern {
  from { transform: translate(0, 0); }
  to { transform: translate(-50px, -50px); }
}

.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative; 
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}

.cta-icon {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
  animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.cta-text-wrapper {
  flex-grow: 1;
}

.cta-text-wrapper h3 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #f1f4ed;
  font-weight: 600;
}

.cta-text-wrapper p {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 0;
  color: #f1f4ed;
  font-weight: 600;
}

.btn-cta {
  background-color: var(--background-white);
  color: var(--dark-green);
  padding: 15px 30px;
  border-radius: var(--border-radius-pill);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: var(--transition-normal);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap; /* Prevents button text from wrapping */
}

.btn-cta:hover {
  background-color: var(--secondary-green);
  color: var(--background-white);
  transform: translateY(-3px) scale(1.05);
  box-shadow: var(--shadow-lg);
}

.btn-cta i {
  transition: transform 0.3s ease;
}

.btn-cta:hover i {
  transform: translateX(-5px);
}

/* Responsive Adjustments for CTA Section */
@media (max-width: 991.98px) {
  .cta-content {
      flex-direction: column;
      text-align: center;
      gap: 25px;
      padding: 30px;
  }

  .cta-icon {
      font-size: 3rem;
  }

  .cta-text-wrapper h3 {
      font-size: 1.5rem;
  }
}

/* <!-- =================START Projects and Testimonials Section (8)================== --> */
.projects-testimonials-section {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 50px;
  background-color: #d3e2d419 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.089) !important;



}

.project-card {
  background-color: #f8fcf8;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-title {
  font-size: 1.8rem;
  color: #388E3C;
  font-weight: bold;
}

.browser-mockup {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 500px; /* Adjust as needed */
}

.browser-mockup img {
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
max-height: 400px;
object-fit: cover;
}

.btn-visit-website {
  background-color: #8BC34A;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  text-decoration: none;
  margin-top: 20px;
}

.btn-visit-website:hover {
  background-color: #7CB342;
  color: #fff;
}

.testimonial-box {
  background-color: #f8fcf8;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
}

.rating-score {
  font-size: 1.8rem;
  font-weight: bold;
  color: #388E3C;
}

.total-rating {
  font-size: 1rem;
  color: #777;
  margin-right: 5px;
}

.testimonial-source {
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}

.testimonial-text-scrollable {
  max-height: 120px; /* Adjust as needed to control scroll height */
  overflow-y: auto;
  padding-right: 10px; /* For scrollbar */
}

.testimonial-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

/* Carousel Controls Customization */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #8BC34A; /* Green background for arrows */
  border-radius: 50%;
  padding: 15px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%; /* Make arrows closer to the content */
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .project-card {
      padding: 20px;
  }
  .project-title {
      font-size: 1.5rem;
  }
  .btn-visit-website {
      padding: 10px 20px;
      font-size: 0.9rem;
  }
  .rating-score {
      font-size: 1.5rem;
  }
  .total-rating {
      font-size: 0.9rem;
  }
  .testimonial-source {
      font-size: 0.9rem;
  }
  .testimonial-text-scrollable {
      max-height: 100px; /* Adjust for smaller screens */
  }
  .testimonial-text {
      font-size: 0.85rem;
  }
}
/* <!-- ================= START Download App Section (9)================== --> */
.download-app-section {
  background: linear-gradient(135deg, #d3e2d455, #f3e8ff);
}


.coming-soon-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
    color: #388E3C;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    border-radius: 10px;
}

.app-title {
    font-size: 2.5rem;
    color: #388E3C;
    font-weight: bold;
    margin-bottom: 20px;
}

.app-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-app-store {
    background-color: #8BC34A;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px auto; /* Center buttons and add space between them */
    transition: background-color 0.3s ease;
    box-shadow: 0px 2px 5px rgba(166, 255, 121, 0.8);

}

.btn-app-store:hover {
    background-color: #7CB342;
    color: #fff;
    transform: translateY(-3px);

}

.btn-app-store i {
    font-size: 1.5rem;
    vertical-align: middle;
}

/* Responsive Adjustments for Download App Section */
@media (max-width: 991.98px) {
    .phone-mockup {
        margin-bottom: 40px;
    }
    .app-title {
        font-size: 2rem;
    }
    .app-description {
        font-size: 1rem;
    }

    .phone-mockup img {
    width: 100%;
    max-width: 200px;
}

}
@media (max-width: 768px) {
  .swap-container {
    height: 300px !important;
  }
}


/* START Contact Us Section */
.contact-us-section {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0px 2px 5px rgba(166, 255, 121, 0.611);

    
}

.contact-text {
    font-size: 1.5rem;
    color: #388E3C;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-contact-us {
    background-color: #66BB6A;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
    box-shadow: 0px 2px 5px rgba(166, 255, 121, 0.8);

}

.btn-contact-us:hover {
    background-color: #5CB85C;
    color: #fff;
}



.switch-item {
    transition: opacity 0.5s ease-in-out;
  }
  
  .switch-item.active {
    display: block !important;
    opacity: 1;
  }
  
  .switch-item:not(.active) {
    display: none !important;
    opacity: 0;
  }
  


.phone-container {
  position: relative;
  width: 100%;
  height: 500px;
}

.phone-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.floating-icon {
  position: absolute;
  font-size: 2rem;
  animation: floatIcon 4s ease-in-out infinite;
}

.icon-purple { color: #8e24aa; }
.icon-green { color: #00c853; }
.icon-orange { color: #ff9800; }

@keyframes floatIcon {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(-15px); opacity: 0.8; }
}


/* <!-- ================= START Footer Section (10)================== --> */
/* START Footer Section */
.footer-section {
  background: linear-gradient(135deg, #f8fcf8 0%, #e8f5e8 100%);
  padding: 60px 0 0 0;
  color: #555;
  position: relative;
  overflow: hidden;
  border-top: 2px solid #8BC34A;

}

.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #8BC34A 50%, transparent 100%);
}



/* Footer Brand Section */

.footer-brand {
  text-align: right;
}


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

.footer-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 0;
  text-align: right;
  max-width: 300px;
  font-weight: 600;
}

/* Footer Titles */
.footer-title {
  font-size: 1.3rem;
  color: #2E7D32;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: right;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background: #8BC34A;
  border-radius: 1px;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

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

.footer-links li a {
  color: #666;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.footer-links li a:hover {
  color: #2E7D32;
  transform: translateX(-5px);
}

.footer-links li a::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #8BC34A;
  transition: width 0.3s ease;
}

.footer-links li a:hover::before {
  width: 10px;
}

/* Social Media */
.social-media {
  display: grid;
  grid-template-columns: repeat(4, auto); /* 4 في الصف */
  gap: 20px; /* المسافة بينهم */
  justify-content: center;
}

.social-link {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.social-link:hover::before {
  transform: translateX(100%);
}

.social-link.facebook {
  background: linear-gradient(135deg, #1877f2, #42a5f5);
  color: white;
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
}

.social-link.whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: white;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.social-link.instagram {
  background: linear-gradient(135deg, #e4405f, #fd1d1d, #fcb045);
  color: white;
  box-shadow: 0 4px 15px rgba(228, 64, 95, 0.3);
}

.social-link.linkedin {
  background: linear-gradient(135deg, #0077b5, #00a0dc);
  color: white;
  box-shadow: 0 4px 15px rgba(0, 119, 181, 0.3);
}


/* YouTube */
.social-link.youtube {
  background: linear-gradient(135deg, #ff0000, #cc0000);
  color: white;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

/* TikTok */
.social-link.tiktok {
  background: linear-gradient(135deg, #010101, #2a2727);
  color: white;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.716);
}

/* X (Twitter) */
.social-link.twitter {
  background: linear-gradient(135deg, #000000, #181816);
  color: white;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

/* Snapchat */
.social-link.snapchat {
  background: linear-gradient(135deg, #fffc00, #f7e600);
  color: black;
  box-shadow: 0 4px 15px rgba(255, 252, 0, 0.3);
}












.social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(139, 195, 74, 0.2);
  padding: 10px;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.btn-language {
  background: linear-gradient(135deg, #66BB6A, #4CAF50);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 187, 106, 0.3);
}

.btn-language:hover {
  background: linear-gradient(135deg, #4CAF50, #388E3C);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 187, 106, 0.4);
  color: white;
}

hr{
  color:#388e3c93;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .30;
  padding-bottom: 0;
}

.copyright {
  font-size: 0.95rem;
  color: #777;
  margin: 0;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-brand,
  .footer-title,
  .footer-links {
  text-align: center;
  }
  
  .footer-title::after {
      left: 50%;
      transform: translateX(-50%);
      right: auto;
  }
  
  .social-media {
      justify-content: center;
  }
  
  .footer-description {
      text-align: center;
      max-width: 100%;
  }
  
  .footer-links li a::before {
      display: none;
  }
  
  .footer-links li a:hover {
      transform: none;
  }
}

@media (max-width: 767.98px) {
  .footer-section {
      padding: 40px 0 0 0;
  }
  
  .footer-main {
      padding-bottom: 30px;
  }
  
  .footer-title {
      font-size: 1.2rem;
      margin-bottom: 20px;
  }
  
  .footer-links li {
      margin-bottom: 10px;
  }
  
  .social-media {
      gap: 12px;
  }
  
  .social-link {
      width: 40px;
      height: 40px;
      font-size: 1.1rem;
  }
  
  .btn-language {
      width: 100%;
      justify-content: center;
  }
  
  .footer-bottom {
      padding: 20px 0;
  }
  
  .footer-bottom .row > div {
      text-align: center !important;
  }
}

@media (max-width: 575.98px) {
  .footer-description {
      font-size: 0.95rem;
      line-height: 1.6;
  }
  
  .social-media {
      gap: 10px;
  }
  
  .social-link {
      width: 38px;
      height: 38px;
      font-size: 1rem;
  }
}
/* END Footer Section */




/* ========================================
 ENHANCED ANIMATIONS & VISUAL EFFECTS
 ======================================== */

/* ========================================
 1. LOADING ANIMATIONS
 ======================================== */

/* Loading state for body */
body.loading {
  overflow: hidden;
}

body.loading::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8fcf8 0%, #e8f5e8 100%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  
}


body.loading::after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 3px solid #e0e0e0;
  border-top: 3px solid #8BC34A;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10000;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Hide loading overlay when loaded */
body.loaded::before,
body.loaded::after {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* ========================================
 2. SCROLL ANIMATIONS
 ======================================== */

/* Base state for elements that will animate */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Animated state when element comes into view */
.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation delays for multiple elements */
.animate-on-scroll:nth-child(1) { transition-delay: 0.1s; }
.animate-on-scroll:nth-child(2) { transition-delay: 0.2s; }
.animate-on-scroll:nth-child(3) { transition-delay: 0.3s; }
.animate-on-scroll:nth-child(4) { transition-delay: 0.4s; }
.animate-on-scroll:nth-child(5) { transition-delay: 0.5s; }

/* Special animations for different element types */
.section-title.animate-on-scroll {
  transform: translateY(20px) scale(0.95);
}

.section-title.animate-on-scroll.animate-in {
  transform: translateY(0) scale(1);
}

.hero-title.animate-on-scroll,
.hero-subtitle.animate-on-scroll {
  transform: translateX(-50px);
  transition-duration: 1s;
}

.hero-title.animate-on-scroll.animate-in,
.hero-subtitle.animate-on-scroll.animate-in {
  transform: translateX(0);
}

/* ========================================
 3. ENHANCED NAVBAR ANIMATIONS
 ======================================== */

.header-section {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-section.scrolled {
  background: linear-gradient(135deg, #D3E2D4 0%, #F5F1E8 100%);
  background-color: rgba(223, 236, 223, 0.95); /* fallback */
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08); /* ظل أنعم وأشيك */
  transition: background 0.3s ease, box-shadow 0.3s ease;
}


/* Navbar brand animation */
.navbar-brand {
  transition: transform 0.3s ease;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

/* Enhanced nav link animations */
.navbar-nav .nav-item .nav-link {
  position: relative;
  overflow: hidden;
}

.navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #4CAF50, #8BC34A);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-item .nav-link:hover::before,
.navbar-nav .nav-item .nav-link.active::before {
  width: 80%;
}

/* ========================================
 4. ENHANCED BUTTON ANIMATIONS
 ======================================== */

/* Ripple effect */
.btn, .feature-card, .more-than-card {
  position: relative;
  overflow: hidden;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
      transform: scale(4);
      opacity: 0;
  }
}

/* Enhanced button hover effects */
.btn {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: -1;
}

.btn:hover::before {
  transform: translateX(100%);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* ========================================
 5. ENHANCED CARD ANIMATIONS
 ======================================== */

/* Feature cards with enhanced hover effects */
.feature-card {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #8BC34A, #4CAF50);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 15px;
  z-index: -1;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(139, 195, 74, 0.3);
  color: #fff;
}

/* More than cards with floating effect */
.more-than-card {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.more-than-card:hover {
  transform: translateY(-10px) rotateY(5deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.more-than-card:hover img {
  transform: scale(1.1) rotateZ(5deg);
  transition: transform 0.4s ease;
}

/* Pillar cards with 3D effect */
.pillar-card {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-style: preserve-3d;
}

.pillar-card:hover {
  transform: scale(1.02) rotateX(2deg) rotateY(2deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* ========================================
 6. ENHANCED CAROUSEL ANIMATIONS
 ======================================== */

.carousel-item {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousel-control-prev,
.carousel-control-next {
  transition: all 0.3s ease;
  opacity: 0.7;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  transform: scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  transition: all 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

/* Project cards in carousel */
.project-card {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.browser-mockup {
  transition: transform 0.4s ease;
}

.project-card:hover .browser-mockup {
  transform: scale(1.02);
}

/* ========================================
 7. SCROLL TO TOP BUTTON
 ======================================== */

.scroll-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 45px;
height: 45px;
background-color: #28a745;
color: white;
border: none;
border-radius: 50%;
display: none;
align-items: center;
justify-content: center;
z-index: 1000;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
cursor: pointer;
transition: all 0.3s ease;
}

.scroll-to-top:hover {
background-color: #218838;
}

/* ========================================
 8. PARALLAX EFFECTS
 ======================================== */

.hero-mockup {
  transition: transform 0.1s ease-out;
  width: 60%;
}

/* انيميشن صوره الهوم */
@keyframes floatUpDown {
0%, 100% {
  transform: translateY(0);
}
50% {
  transform: translateY(-15px); /* المسافة اللي يطلعها فوق */
}
}

.float-up-down {
animation: floatUpDown 2s ease-in-out infinite;
}


/* ========================================
 9. ENHANCED FORM ANIMATIONS
 ======================================== */

.form-control {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.form-control:focus {
  border-color: #8BC34A;
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.25);
  transform: translateY(-2px);
}

/* Floating label effect */
.form-floating {
  position: relative;
}

.form-floating.focused label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #8BC34A;
}

/* ========================================
 10. ENHANCED SOCIAL MEDIA ANIMATIONS
 ======================================== */

.social-link {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.social-link:hover {
  transform: translateY(-5px) rotateZ(5deg);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* ========================================
 11. ENHANCED TYPOGRAPHY ANIMATIONS
 ======================================== */

.section-title {
  position: relative;
  padding: 20px 0;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #8BC34A, #4CAF50);
  transition: width 0.8s ease;
  border-radius: 2px;
}

.section-title.animate-in::after {
  width: 60px;
}

/* ========================================
 12. ENHANCED MOBILE ANIMATIONS
 ======================================== */

@media (max-width: 768px) {
  .animate-on-scroll {
      transform: translateY(20px);
  }
  
  .hero-title.animate-on-scroll,
  .hero-subtitle.animate-on-scroll {
      transform: translateY(20px);
  }
  
  .scroll-to-top {
      bottom: 20px;
      right: 20px;
      width: 45px;
      height: 45px;
      font-size: 1rem;
  }
}

/* ========================================
 13. PERFORMANCE OPTIMIZATIONS
 ======================================== */

/* GPU acceleration for smooth animations */
.animate-on-scroll,
.feature-card,
.more-than-card,
.pillar-card,
.btn,
.hero-mockup {
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
  
  .animate-on-scroll {
      opacity: 1;
      transform: none;
  }
}

/* ========================================
 14. ENHANCED VISUAL EFFECTS
 ======================================== */

/* Gradient text effect for hero titles */
.hero-title,
.hero-subtitle {
  background: linear-gradient(135deg, #388E3C, #8BC34A, #4CAF50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 3s ease-in-out infinite alternate;
}

@keyframes gradient-shift {
  0% {
      background-position: 0% 50%;
  }
  100% {
      background-position: 100% 50%;
  }
}

/* Glowing effect for important elements */

@keyframes glow-pulse {
  from {
      box-shadow: 0 0 20px rgba(139, 195, 74, 0.3);
  }
  to {
      box-shadow: 0 0 30px rgba(139, 195, 74, 0.5);
  }
}

/* ========================================
 15. ACCESSIBILITY ENHANCEMENTS
 ======================================== */

/* Focus indicators */
.btn:focus,
.nav-link:focus,
.form-control:focus {
  outline: 2px solid #8BC34A;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .feature-card,
  .more-than-card,
  .pillar-card {
      border: 2px solid #000;
  }
  
  .btn {
      border: 2px solid currentColor;
  }
}


/* ========================================
 ENHANCED RESPONSIVE DESIGN
 ======================================== */

/* ========================================
 1. IMPROVED MOBILE NAVIGATION
 ======================================== */

/* Enhanced mobile navbar */
@media (max-width: 991.98px) {
  .header-section {
      padding: 8px 0;
  }
  
  .navbar-toggler {
      border: none;
      padding: 4px 8px;
      transition: all 0.3s ease;
  }
  
  .navbar-toggler:focus {
      box-shadow: none;
  }
  
  .navbar-toggler.active {
      transform: rotate(90deg);
  }
  
  .navbar-collapse {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      border-radius: 15px;
      margin-top: 15px;
      padding: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  
  .navbar-nav .nav-item {
      margin: 8px 0;
  }
  
  .navbar-nav .nav-item .nav-link {
      padding: 12px 20px;
      border-radius: 10px;
      transition: all 0.3s ease;
      text-align: center;
  }
  
  .navbar-nav .nav-item .nav-link:hover {
      background-color: rgba(139, 195, 74, 0.1);
      transform: translateX(5px);
  }
  
  .d-flex {
      flex-direction: column;
      gap: 10px;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid rgba(139, 195, 74, 0.2);
  }
  
  .d-flex .btn {
      width: 100%;
      margin: 5px 0;
  }
}

/* ========================================
 2. ENHANCED HERO SECTION RESPONSIVENESS
 ======================================== */

/* Large screens (1200px and up) */
@media (min-width: 1200px) {
  .hero-title {
      font-size: 4rem;
  }
  
  .hero-subtitle {
      font-size: 3rem;
  }
  
  .hero-tagline {
      font-size: 2.5rem;
  }
  
  .hero-description {
      font-size: 1.3rem;
      max-width: 600px;
  }
}

/* Medium screens (768px to 1199px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .hero-title {
      font-size: 3rem;
  }
  
  .hero-subtitle {
      font-size: 2.2rem;
  }
  
  .hero-tagline {
      font-size: 1.8rem;
  }
  
  .hero-description {
      font-size: 1.1rem;
  }
  
  .hero-buttons .btn {
      padding: 12px 25px;
      font-size: 1rem;
  }
}

/* Small screens (576px to 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-section {
      padding: 60px 0;
      margin-top: 70px;
  }
  
  .hero-title {
      font-size: 2.2rem;
      margin-bottom: 15px;
  }
  
  .hero-subtitle {
      font-size: 1.6rem;
      margin-bottom: 15px;
  }
  
  .hero-tagline {
      font-size: 1.3rem;
      margin-bottom: 25px;
  }
  
  .hero-description {
      font-size: 1rem;
      margin-bottom: 30px;
  }
  
  .hero-buttons {
      display: flex;
      flex-direction: column;
      gap: 15px;
  }
  
  .hero-buttons .btn {
      width: 100%;
      padding: 15px;
      font-size: 1rem;
  }
}

/* Extra small screens (less than 576px) */
@media (max-width: 575.98px) {
  .hero-section {
      padding: 40px 0;
      margin-top: 80px;
  }
  
  .hero-title {
      font-size: 1.8rem;
      line-height: 1.2;
      margin-bottom: 10px;
  }
  
  .hero-subtitle {
      font-size: 1.4rem;
      line-height: 1.3;
      margin-bottom: 10px;
  }
  
  .hero-tagline {
      font-size: 1.1rem;
      margin-bottom: 20px;
  }
  
  .hero-description {
      font-size: 0.95rem;
      line-height: 1.5;
      margin-bottom: 25px;
  }
  
  .hero-buttons .btn {
      padding: 12px;
      font-size: 0.9rem;
      border-radius: 25px;
  }
  
  .hero-mockup {
      margin-top: 30px;
      max-width: 90%;
  }
}

/* ========================================
 3. IMPROVED SECTION RESPONSIVENESS
 ======================================== */

/* Section titles responsive */
@media (max-width: 991.98px) {
  .section-title {
      font-size: 2.2rem;
      margin-bottom: 30px;
  }
  
  .section-description {
      font-size: 1rem;
      margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
      font-size: 1.8rem;
      margin-bottom: 25px;
      line-height: 1.3;
  }
  
  .section-description {
      font-size: 0.95rem;
      margin-bottom: 35px;
      line-height: 1.6;
  }
}

@media (max-width: 575.98px) {
  .section-title {
      font-size: 1.6rem;
      margin-bottom: 20px;
  }
  
  .section-description {
      font-size: 0.9rem;
      margin-bottom: 30px;
  }
}

/* ========================================
 4. ENHANCED CARD RESPONSIVENESS
 ======================================== */

/* Feature cards */
@media (max-width: 991.98px) {
  .feature-card {
      padding: 20px 15px;
      min-height: 80px;
      font-size: 1rem;
      margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .feature-card {
      padding: 18px 12px;
      min-height: 70px;
      font-size: 0.95rem;
      margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .feature-card {
      padding: 15px 10px;
      min-height: 60px;
      font-size: 0.9rem;
      margin-bottom: 12px;
  }
}

/* More than cards */
@media (max-width: 991.98px) {
  .more-than-card {
      min-height: 200px;
      padding: 25px 20px;
      margin-bottom: 25px;
  }
  
  .more-than-card img {
      width: 55px;
      height: 55px;
  }
  
  .more-than-card .card-title {
      font-size: 1.2rem;
      margin-top: 12px;
  }
  
  .more-than-card .card-text {
      font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .more-than-card {
      min-height: 180px;
      padding: 20px 15px;
      margin-bottom: 20px;
  }
  
  .more-than-card img {
      width: 50px;
      height: 50px;
  }
  
  .more-than-card .card-title {
      font-size: 1.1rem;
      margin-top: 10px;
  }
  
  .more-than-card .card-text {
      font-size: 0.85rem;
      line-height: 1.4;
  }
}

@media (max-width: 575.98px) {
  .more-than-card {
      min-height: 160px;
      padding: 18px 12px;
      margin-bottom: 15px;
  }
  
  .more-than-card img {
      width: 45px;
      height: 45px;
  }
  
  .more-than-card .card-title {
      font-size: 1rem;
      margin-top: 8px;
      margin-bottom: 8px;
  }
  
  .more-than-card .card-text {
      font-size: 0.8rem;
      line-height: 1.3;
  }
}

/* ========================================
 5. PILLAR CARDS RESPONSIVENESS
 ======================================== */

@media (max-width: 991.98px) {
  .pillar-card {
      min-height: auto;
  }
  
  .pillar-card .row {
      flex-direction: column;
  }
  
  .pillar-card .col-12:first-child {
      margin-bottom: 20px;
  }
  
  .pillar-card-title {
      font-size: 1.4rem;
      text-align: center;
      /* margin-bottom: 15px; */
  }
  
  .pillar-card-description {
      font-size: 0.95rem;
      text-align: center;
      line-height: 1.5;
  }
  
  .marketing-tools-content,
  .shipping-methods-content,
  .payment-methods-content {
      padding: 0;
      margin-bottom: 20px;
  }
  
  .toggle-item {
      justify-content: center;
      margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .pillar-card {
      padding: 20px 15px;
      margin-bottom: 20px;
      text-align: center;

  }
  
  .pillar-card-title {
      font-size: 1.2rem;
  }
  
  .pillar-card-description {
      font-size: 0.95rem;
      text-align: center;

      }
  
  .switch {
      width: 35px;
      height: 20px;
  }
  .switch {
      align-self: flex-end;
    }


    .marketing-tools-content .toggle-item {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

  .slider:before {
      height: 14px;
      width: 14px;
      left: 3px;
      bottom: 3px;
  }
  
  input:checked + .slider:before {
      transform: translateX(15px);
  }
  
 
  
  .custom-size {
      width: 70px;
  }
}

@media (max-width: 575.98px) {
  .pillar-card {
      padding: 18px 12px;
      margin-bottom: 18px;
  }
  
  .pillar-card-title {
      font-size: 1.2rem;
      /* margin-bottom: 10px; */
  }
  
  .pillar-card-description {
      font-size: 0.85rem;
      line-height: 1.4;
  }
  
  .marketing-text {
      font-size: 0.9rem;
      padding-right: 5px;
  }
  
  .marketing-icon {
      font-size: 1rem;
      padding-bottom: 10px;
  }
  
  .payment-date, .payment-amount {
      font-size: 0.75rem;
  }
  
  .custom-size {
      width: 60px;
  }
}

/* ========================================
 6. ENHANCED LIST RESPONSIVENESS
 ======================================== */

@media (max-width: 991.98px) {
  .start-store-list li {
      margin-bottom: 20px;
      flex-direction: column;
      text-align: center;
  }
  
  .start-store-list .list-number {
      margin: 0 auto 15px auto;
      width: 40px;
      height: 40px;
      font-size: 1.2rem;
  }
  
  .start-store-list .list-text {
      font-size: 1rem;
      line-height: 1.6;
  }
}

@media (max-width: 767.98px) {
  .start-store-list li {
      margin-bottom: 18px;
  }
  
  .start-store-list .list-number {
      width: 35px;
      height: 35px;
      font-size: 1.1rem;
      margin-bottom: 12px;
  }
  
  .start-store-list .list-text {
      font-size: 0.95rem;
      line-height: 1.5;
  }
}

@media (max-width: 575.98px) {
  .start-store-list li {
      margin-bottom: 15px;
  }
  
  .start-store-list .list-number {
      width: 30px;
      height: 30px;
      font-size: 1rem;
      margin-bottom: 10px;
  }
  
  .start-store-list .list-text {
      font-size: 0.9rem;
      line-height: 1.4;
  }
}

/* ========================================
 7. CAROUSEL RESPONSIVENESS
 ======================================== */

@media (max-width: 991.98px) {
  .project-card {
      padding: 25px 20px;
      margin-bottom: 25px;
  }
  
  .project-title {
      font-size: 1.6rem;
      margin-bottom: 20px;
  }
  
  .btn-visit-website {
      padding: 12px 20px;
      font-size: 0.95rem;
      margin-top: 15px;
  }
  
  .testimonial-box {
      padding: 18px;
      margin-top: 15px;
  }
  
  .rating-score {
      font-size: 1.6rem;
  }
  
  .testimonial-text-scrollable {
      max-height: 100px;
  }
  
  .testimonial-text {
      font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .project-card {
      padding: 20px 15px;
      margin-bottom: 20px;
  }
  
  .project-title {
      font-size: 1.4rem;
      margin-bottom: 15px;
  }
  
  .btn-visit-website {
      padding: 10px 18px;
      font-size: 0.9rem;
      margin-top: 12px;
  }
  
  .testimonial-box {
      padding: 15px;
      margin-top: 12px;
  }
  
  .rating-score {
      font-size: 1.4rem;
  }
  
  .testimonial-text {
      font-size: 0.85rem;
      line-height: 1.5;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
      width: 8%;
  }
}

@media (max-width: 575.98px) {
  .project-card {
      padding: 18px 12px;
      margin-bottom: 18px;
  }
  
  .project-title {
      font-size: 1.3rem;
      margin-bottom: 12px;
  }
  
  .btn-visit-website {
      padding: 10px 15px;
      font-size: 0.85rem;
      margin-top: 10px;
  }
  
  .testimonial-box {
      padding: 12px;
      margin-top: 10px;
  }
  
  .rating-score {
      font-size: 1.3rem;
  }
  
  .total-rating,
  .testimonial-source {
      font-size: 0.85rem;
  }
  
  .testimonial-text {
      font-size: 0.8rem;
      line-height: 1.4;
  }
  
  .testimonial-text-scrollable {
      max-height: 80px;
  }
}

/* ========================================
 8. DOWNLOAD APP SECTION RESPONSIVENESS
 ======================================== */

@media (max-width: 991.98px) {
  .app-title {
      font-size: 2.2rem;
      margin-bottom: 18px;
  }
  
  .app-description {
      font-size: 1rem;
      margin-bottom: 25px;
  }
  
  .phone-mockup {
      margin-bottom: 30px;
  }
  
  .phone-mockup img {
      width: 800px;
  }
}

@media (max-width: 767.98px) {
  .app-title {
      font-size: 2rem;
      margin-bottom: 15px;
  }
  
  .app-description {
      font-size: 0.95rem;
      margin-bottom: 20px;
      line-height: 1.5;
  }
  
  .phone-mockup {
      margin-bottom: 25px;
  }
  
  .phone-mockup img {
      width: 500px;
  }
  
  .btn-app-store {
      padding: 12px 25px;
      font-size: 1rem;
      max-width: 280px;
  }
}

@media (max-width: 575.98px) {
  .app-title {
      font-size: 1.8rem;
      margin-bottom: 12px;
  }
  
  .app-description {
      font-size: 0.9rem;
      margin-bottom: 18px;
      line-height: 1.4;
  }
  
  .phone-mockup {
      margin-bottom: 20px;
  }
  
  .phone-mockup img {
      width: 250px;
  }
  
  .btn-app-store {
      padding: 12px 20px;
      font-size: 0.9rem;
      max-width: 260px;
  }
  
  .btn-app-store i {
      font-size: 1.2rem;
  }
}

/* Contact Us Section Styling */
.contact-us-section {
  background: linear-gradient(135deg, #d3e2d455, #f3e8ff) !important;
  padding: 60px 20px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);

}

Floating circles for background effect
.contact-us-section::before,
.contact-us-section::after {
  content: '';
  position: absolute;
  border-radius: 20%;
  background: rgba(154, 145, 232, 0.163);
  animation: float 6s infinite ease-in-out;
}
.contact-us-section::before {
  width: 150px;
  height: 150px;
  top: -30px;
  left: -30px;
}
.contact-us-section::after {
  width: 130px;
  height: 130px;
  bottom: -40px;
  right: -40px;
}

@keyframes float {
  0%, 100% { transform: translateY(0) }
  50% { transform: translateY(-20px) }
}

.btn-contact-us {
background:linear-gradient(90deg, #4CAF50, #8e44ad); border:none; color:white; font-weight:bold; border-radius:50px; box-shadow:0 4px 10px rgba(0,0,0,0.15); transition:all 0.3s !important;
}


/* ========================================
 9. FOOTER RESPONSIVENESS
 ======================================== */

@media (max-width: 991.98px) {
  .footer-section {
      padding: 50px 0 0 0;
  }
  
  .footer-brand,
  .footer-title,
  .footer-links {
      text-align: center;
      margin-bottom: 30px;
  }
  
  .footer-description {
      text-align: center;
      max-width: 100%;
      margin: 0 auto 20px auto;
  }
  
  .footer-title::after {
      left: 50%;
      transform: translateX(-50%);
      right: auto;
  }
  
  .social-media {
      justify-content: center;
      margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-section {
      padding: 40px 0 0 0;
  }
  
  .footer-title {
      font-size: 1.2rem;
      margin-bottom: 20px;
  }
  
  .footer-links li {
      margin-bottom: 8px;
  }
  
  .footer-links li a {
      font-size: 0.95rem;
  }
  
  .social-media {
      gap: 12px;
      margin-bottom: 25px;
  }
  
  .social-link {
      width: 42px;
      height: 42px;
      font-size: 1.1rem;
  }
  
  .btn-language {
      width: 100%;
      justify-content: center;
      margin-top: 15px;
  }
  
  .copyright {
      font-size: 0.9rem;
      text-align: center;
      margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .footer-section {
      padding: 35px 0 0 0;
  }
  
  .footer-logo {
      height: 50px;
  }
  
  .footer-description {
      font-size: 0.9rem;
      line-height: 1.5;
      margin-bottom: 25px;
  }
  
  .footer-title {
      font-size: 1.1rem;
      margin-bottom: 18px;
  }
  
  .footer-links li {
      margin-bottom: 6px;
  }
  
  .footer-links li a {
      font-size: 0.9rem;
  }
  
  .social-media {
      gap: 10px;
      margin-bottom: 20px;
  }
  
  .social-link {
      width: 38px;
      height: 38px;
      font-size: 1rem;
  }
  
  .btn-language {
      padding: 8px 15px;
      font-size: 0.9rem;
  }
  
  .copyright {
      font-size: 0.85rem;
      margin-bottom: 10px;
  }
}

/* ========================================
 10. CONTACT SECTION RESPONSIVENESS
 ======================================== */

@media (max-width: 767.98px) {
  .contact-text {
      font-size: 1.3rem;
      margin-bottom: 18px;
      line-height: 1.4;
  }
  
  .btn-contact-us {
      padding: 12px 35px;
      font-size: 1rem;
  }
  
  .contactback {
      padding: 25px 20px;
  }
}

@media (max-width: 575.98px) {
  .contact-text {
      font-size: 1.2rem;
      margin-bottom: 15px;
      line-height: 1.3;
  }
  
  .btn-contact-us {
      padding: 12px 30px;
      font-size: 0.95rem;
  }
  
  .contactback {
      padding: 20px 15px;
  }
}

/* ========================================
 11. CTA SECTION RESPONSIVENESS
 ======================================== */

@media (max-width: 767.98px) {
  .cta-section {
      padding: 35px 0;
  }
  
  .cta-text {
      font-size: 1.2rem;
      margin-bottom: 20px;
      line-height: 1.4;
  }
  
  .btn-cta {
      padding: 12px 25px;
      font-size: 1rem;
      width: 100%;
      max-width: 300px;
  }
}

@media (max-width: 575.98px) {
  .cta-section {
      padding: 30px 0;
  }
  
  .cta-text {
      font-size: 1.1rem;
      margin-bottom: 18px;
      line-height: 1.3;
  }
  
  .btn-cta {
      padding: 12px 20px;
      font-size: 0.95rem;
      width: 100%;
      max-width: 280px;
  }
}

/* ========================================
 12. ENHANCED TOUCH INTERACTIONS
 ======================================== */

@media (hover: none) and (pointer: coarse) {
  /* Touch device optimizations */
  .btn,
  .feature-card,
  .more-than-card,
  .pillar-card {
      min-height: 44px; /* Minimum touch target size */
  }
  
  .nav-link {
      padding: 15px 20px; /* Larger touch targets */
  }
  
  .social-link {
      min-width: 44px;
      min-height: 44px;
  }
  
  /* Remove hover effects on touch devices */
  .feature-card:hover,
  .more-than-card:hover,
  .pillar-card:hover {
      transform: none;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }
}

/* ========================================
 13. PRINT STYLES
 ======================================== */

@media print {
  .header-section,
  .scroll-to-top,
  .btn,
  .carousel-control-prev,
  .carousel-control-next {
      display: none !important;
  }
  
  .hero-section,
  .section {
      page-break-inside: avoid;
  }
  
  .project-card,
  .feature-card,
  .more-than-card {
      break-inside: avoid;
  }
  
  body {
      font-size: 12pt;
      line-height: 1.4;
  }
  
  .section-title {
      font-size: 18pt;
      color: #000 !important;
  }
  
  .hero-title {
      font-size: 24pt;
      color: #000 !important;
  }
}

/* ========================================
 14. LANDSCAPE ORIENTATION OPTIMIZATIONS
 ======================================== */

@media screen and (orientation: landscape) and (max-height: 500px) {
  .hero-section {
      padding: 30px 0;
  }
  
  .hero-title {
      font-size: 2rem;
      margin-bottom: 8px;
  }
  
  .hero-subtitle {
      font-size: 1.5rem;
      margin-bottom: 8px;
  }
  
  .hero-tagline {
      font-size: 1.2rem;
      margin-bottom: 15px;
  }
  
  .hero-description {
      font-size: 0.9rem;
      margin-bottom: 20px;
  }
  
  .hero-buttons .btn {
      padding: 8px 20px;
      font-size: 0.9rem;
  }
}

/* ========================================
 15. HIGH DPI DISPLAY OPTIMIZATIONS
 ======================================== */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Optimize for high DPI displays */
  .hero-mockup,
  .store-mockup,
  .phone-mockup img {
      image-rendering: -webkit-optimize-contrast;
      image-rendering: crisp-edges;
  }
  
  .section-title,
  .hero-title {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
}


/* ========================================
 ADDITIONAL PAGES STYLES
 ======================================== */

/* ========================================
 1. PRICING PAGE STYLES
 ======================================== */

.pricing-section {
  background-color: #fff;
  padding: 80px 0;
}

.pricing-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.pricing-card.popular {
  border: 3px solid #8BC34A;
  transform: scale(1.05);
}

.pricing-card.popular:hover {
  transform: scale(1.05) translateY(-10px);
}

.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #8BC34A, #4CAF50);
  color: white;
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(139, 195, 74, 0.3);
}

.plan-header {
  text-align: center;
  margin-bottom: 30px;
}

.plan-name {
  font-size: 1.8rem;
  color: #388E3C;
  font-weight: bold;
  margin-bottom: 15px;
}

.plan-price {
  margin-bottom: 15px;
}

.plan-price .currency {
  font-size: 1.2rem;
  color: #777;
  vertical-align: top;
}

.plan-price .amount {
  font-size: 3rem;
  font-weight: bold;
  color: #388E3C;
}

.plan-price .period {
  font-size: 1rem;
  color: #777;
}

.plan-description {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}

.plan-features {
  flex-grow: 1;
  margin-bottom: 30px;
}

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

.features-list li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}

.features-list li:last-child {
  border-bottom: none;
}

.features-list li i {
  margin-left: 12px;
  width: 20px;
  text-align: center;
}

.features-list li i.fa-check {
  color: #4CAF50;
}

.features-list li i.fa-times {
  color: #ccc;
}

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

.btn-plan {
  background: linear-gradient(135deg, #8BC34A, #4CAF50);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.btn-plan:hover {
  background: linear-gradient(135deg, #7CB342, #388E3C);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 195, 74, 0.3);
  color: white;
}

.btn-plan.btn-popular {
  background: linear-gradient(135deg, #FF6B35, #F7931E);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.btn-plan.btn-popular:hover {
  background: linear-gradient(135deg, #E55A2B, #E8851A);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.trial-text {
  color: #777;
  font-size: 0.9rem;
  margin: 0;
}

/* Comparison Table */
.comparison-section {
  background-color: #f8fcf8;
}

.comparison-table {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.comparison-table thead {
  background: linear-gradient(135deg, #8BC34A, #4CAF50);
  color: white;
}

.comparison-table thead th {
  border: none;
  padding: 20px;
  font-weight: 600;
  text-align: center;
}

.comparison-table tbody td {
  padding: 15px 20px;
  border-color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
}

.comparison-table tbody tr:hover {
  background-color: rgba(139, 195, 74, 0.05);
}

/* ========================================
 2. CONTACT PAGE STYLES
 ======================================== */

.contact-section {
  background-color: #fff;
  padding: 80px 0;
}

.contact-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-form .form-floating {
  margin-bottom: 20px;
}

.contact-form .form-control,
.contact-form .form-select {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #8BC34A;
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.25);
}

.contact-info {
  padding: 40px 30px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #8BC34A, #4CAF50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  flex-shrink: 0;
}

.contact-icon i {
  color: white;
  font-size: 1.2rem;
}

.contact-details h4 {
  color: #388E3C;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-details p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.contact-details a {
  color: #8BC34A;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: #4CAF50;
}

.contact-social h4 {
  color: #388E3C;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Support Options */
.support-options-section {
  padding: 80px 0;
}

.support-card {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  height: 100%;
}

.support-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.support-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #8BC34A, #4CAF50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
}

.support-icon i {
  color: white;
  font-size: 2rem;
}

.support-card h3 {
  color: #388E3C;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.support-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* ========================================
 3. LOGIN PAGE STYLES
 ======================================== */

.login-section {
  background: linear-gradient(135deg, #f8fcf8 0%, #e8f5e8 100%);
  min-height: 100vh;
  padding: 100px 0 50px 0;
}

.login-wrapper {
  background: white;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  min-height: 600px;
}

.login-form-container {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

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

.login-title {
  color: #388E3C;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.login-subtitle {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0;
}

.login-form .form-floating {
  margin-bottom: 20px;
}

.login-form .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px 15px 15px 45px;
  transition: all 0.3s ease;
}

.login-form .form-control:focus {
  border-color: #8BC34A;
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.25);
}

.login-form label {
  color: #777;
  padding-left: 45px;
}

.forgot-password {
  color: #8BC34A;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.forgot-password:hover {
  color: #4CAF50;
}

.signup-link {
  color: #8BC34A;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.signup-link:hover {
  color: #4CAF50;
}

.divider {
  position: relative;
  text-align: center;
}

.divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
}

.divider span {
  background: white;
  padding: 0 20px;
  color: #777;
  font-size: 0.9rem;
}

.social-login .btn {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.3s ease;
}

.social-login .btn:hover {
  border-color: #8BC34A;
  background-color: rgba(139, 195, 74, 0.05);
}

.welcome-side {
  background: linear-gradient(135deg, #8BC34A, #4CAF50);
  color: white;
  padding: 60px 50px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.welcome-side::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
  animation: float 20s linear infinite;
}

@keyframes float {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-100px) rotate(360deg); }
}

.welcome-content {
  position: relative;
  z-index: 2;
}

.welcome-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

.welcome-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

.features-list {
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-item i {
  color: #C8E6C9;
  margin-left: 15px;
  font-size: 1.1rem;
}

.feature-item span {
  font-size: 1rem;
  opacity: 0.9;
}

.trial-offer {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.trial-offer h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.trial-offer p {
  font-size: 0.95rem;
  opacity: 0.8;
  margin-bottom: 20px;
}

.btn-trial-large {
  background: white;
  color: #388E3C;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-trial-large:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* ========================================
 4. RESPONSIVE ADJUSTMENTS FOR NEW PAGES
 ======================================== */

@media (max-width: 991.98px) {
  /* Pricing Cards */
  .pricing-card.popular {
      transform: none;
      margin-bottom: 30px;
  }
  
  .pricing-card.popular:hover {
      transform: translateY(-10px);
  }
  
  .plan-name {
      font-size: 1.6rem;
  }
  
  .plan-price .amount {
      font-size: 2.5rem;
  }
  
  /* Contact Form */
  .contact-form-wrapper {
      padding: 30px 25px;
      margin-bottom: 40px;
  }
  
  .contact-info {
      padding: 30px 20px;
  }
  
  .contact-item {
      margin-bottom: 25px;
  }
  
  .contact-icon {
      width: 45px;
      height: 45px;
      margin-left: 15px;
  }
  
  /* Support Cards */
  .support-card {
      padding: 30px 25px;
      margin-bottom: 30px;
  }
  
  .support-icon {
      width: 70px;
      height: 70px;
      margin-bottom: 20px;
  }
  
  .support-icon i {
      font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  /* Login Page */
  .login-form-container {
      padding: 40px 30px;
  }
  
  .welcome-side {
      padding: 40px 30px;
      text-align: center;
  }
  
  .welcome-title {
      font-size: 1.8rem;
      margin-bottom: 15px;
  }
  
  .welcome-text {
      font-size: 1rem;
      margin-bottom: 25px;
  }
  
  .trial-offer {
      padding: 20px;
  }
  
  /* Pricing */
  .plan-name {
      font-size: 1.4rem;
  }
  
  .plan-price .amount {
      font-size: 2.2rem;
  }
  
  .pricing-card {
      padding: 30px 25px;
      margin-bottom: 25px;
  }
  
  /* Contact */
  .contact-form-wrapper {
      padding: 25px 20px;
  }
  
  .contact-info {
      padding: 25px 15px;
  }
  
  .contact-details h4 {
      font-size: 1.1rem;
  }
  
  .support-card {
      padding: 25px 20px;
  }
  
  .support-card h3 {
      font-size: 1.3rem;
  }
}

@media (max-width: 575.98px) {
  /* Login */
  .login-form-container {
      padding: 30px 20px;
  }
  
  .login-title {
      font-size: 1.6rem;
  }
  
  .login-subtitle {
      font-size: 0.9rem;
  }
  
  .welcome-side {
      padding: 30px 20px;
  }
  
  .welcome-title {
      font-size: 1.6rem;
  }
  
  .welcome-text {
      font-size: 0.95rem;
  }
  
  .feature-item {
      margin-bottom: 12px;
  }
  
  .feature-item span {
      font-size: 0.9rem;
  }
  
  /* Pricing */
  .pricing-card {
      padding: 25px 20px;
  }
  
  .plan-name {
      font-size: 1.3rem;
  }
  
  .plan-price .amount {
      font-size: 2rem;
  }
  
  .btn-plan {
      padding: 12px 25px;
      font-size: 0.95rem;
  }
  
  /* Contact */
  .contact-form-wrapper {
      padding: 20px 15px;
  }
  
  .contact-info {
      padding: 20px 10px;
  }
  
  .contact-icon {
      width: 40px;
      height: 40px;
      margin-left: 12px;
  }
  
  .contact-icon i {
      font-size: 1rem;
  }
  
  .support-card {
      padding: 20px 15px;
  }
  
  .support-icon {
      width: 60px;
      height: 60px;
  }
  
  .support-icon i {
      font-size: 1.5rem;
  }
}

/* ---------Scroll----------- */
/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
height: 10px;
width: 10px;
}
*::-webkit-scrollbar-track {
border-radius: 5px;
background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: #397524;
}

*::-webkit-scrollbar-thumb:hover {
background-color: #62A34B;
}

*::-webkit-scrollbar-thumb:active {
background-color: #62A34B;
}


/* ----------------------- */
/* تأثير تفاعلي على الصور */
/* .interactive-img {
transition: transform 0.4s ease, box-shadow 0.4s ease;
will-change: transform;
border-radius: 12px;
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

}

.interactive-img:hover {
transform: scale(1.05) rotateZ(1deg);
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
cursor: pointer;
} */

/* ---------Img-lotifi---------- */
.responsive-lottie {
  width: 100%;
  max-width: 400px; 
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  margin: 0 auto; 
  padding: 0 !important;
  will-change: transform; 
}

@media (max-width: 767px) {
  .responsive-lottie {
    width: 100%;
    transform: none;
  }
}


.element.style{
  padding: 0 !important;
  margin: 0 !important;
}



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

/* ANIMATION */

/* ================= CSS Variables ================= */
:root {
  --primary-color: #4CAF50;
  --primary-dark: #388E3C;
  --primary-light: #8BC34A;
  --secondary-color: #7CB342;
  --accent-color: #FFC107;
  --text-dark: #2E2E2E;
  --text-light: #666666;
  --text-muted: #999999;
  --background-light: #F8FCF8;
  --background-white: #FFFFFF;
  --border-color: #E0E0E0;
  --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.15);
  --shadow-heavy: 0 8px 30px rgba(0, 0, 0, 0.2);
  --border-radius: 12px;
  --border-radius-large: 20px;
  --transition: all 0.3s ease;
  
  /* Gradients */
  --gradient-primary: linear-gradient(135deg, var(--primary-green), var(--light-purple));
  --gradient-secondary: linear-gradient(135deg, var(--dark-purple), var(--light-purple));
  --gradient-hero: linear-gradient(135deg, 0%, rgba(250, 241, 230, 0.8) 50%, rgba(131, 111, 255, 0.1) 100%);
  
  /* Shadows */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);
  
  /* Typography */
  --font-family: 'Almarai', sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  
  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
  
  /* Border radius */
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.15s ease-in-out;
  --transition-normal: 0.3s ease-in-out;
  --transition-slow: 0.5s ease-in-out;
}



/* ================= Hero Section ================= */
.hero-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f8fcf8 0%, #e8f5e8 100%);
  overflow: hidden;
}


.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
      linear-gradient(rgba(77, 140, 80, 0.1) 1px, transparent 1px),
      linear-gradient(90deg, rgba(77, 140, 80, 0.047) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(50px, 50px); }
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(131, 111, 255, 0.1) 0%, transparent 50%);
}

.floating-shapes {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shape {
  position: absolute;
  border-radius: var(--radius-full);
  background: var(--gradient-primary);
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.shape-3 {
  width: 80px;
  height: 80px;
  top: 80%;
  left: 20%;
  animation-delay: 4s;
}

.shape-4 {
  width: 120px;
  height: 120px;
  top: 10%;
  right: 30%;
  animation-delay: 1s;
}

.shape-5 {
  width: 60px;
  height: 60px;
  top: 40%;
  left: 5%;
  animation-delay: 3s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-20px) rotate(120deg); }
  66% { transform: translateY(10px) rotate(240deg); }
}

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

@keyframes titleGlow {
  0% { filter: brightness(1); }
  100% { filter: brightness(1.2); }
}

/* ================= Hero Visual -Animation Dashboard ================= */

.dashboard-mockup {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.dashboard-main {
  background: var(--white);
  border-radius: var(--radius-2xl);
  padding: var(--spacing-xl);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--gray-200);
  position: relative;
  overflow: hidden;
}

.dashboard-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--spacing-xl);
  padding-bottom: var(--spacing-lg);
  border-bottom: 1px solid var(--gray-200);
}

.dashboard-title {
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--gray-800);
}

.dashboard-user {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}

.user-avatar-container {
  position: relative;
}

.user-avatar {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-full);
  object-fit: cover;
  border: 3px solid var(--white);
  box-shadow: var(--shadow-md);
  cursor: pointer;
  transition: all var(--transition-normal);
}

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

.avatar-ring {
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid var(--primary-green);
  border-radius: var(--radius-full);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.7; }
}

.user-info {
  text-align: right;
}

.user-name {
  display: block;
  font-weight: 600;
  color: var(--gray-800);
  font-size: var(--font-size-sm);
}

.user-status {
  display: block;
  font-size: var(--font-size-xs);
  color: var(--primary-green);
  position: relative;
  padding-right: var(--spacing-lg);
}

.user-status::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--primary-green);
  border-radius: var(--radius-full);
  animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.chart-container {
  margin-bottom: var(--spacing-xl);
}

.chart-title {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: var(--spacing-md);
}

.chart {
  display: flex;
  align-items: end;
  gap: var(--spacing-sm);
  height: 100px;
  padding: var(--spacing-md);
  background: var(--gray-100);
  border-radius: var(--radius-lg);
}

.chart-bar {
  flex: 1;
  background: var(--gradient-primary);
  border-radius: var(--radius-sm);
  min-height: 20px;
  animation: chartGrow 2s ease-out;
  animation-delay: calc(var(--i) * 0.2s);
}

@keyframes chartGrow {
  0% { height: 0; }
  100% { height: var(--height); }
}

.quick-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-lg);
}

.quick-stat {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  padding: var(--spacing-lg);
  background: var(--gray-50);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-200);
}

.stat-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: var(--font-size-lg);
}

.stat-icon.orders {
  background: linear-gradient(135deg, #74eb33, #616dad);
}

.stat-icon.revenue {
  background: linear-gradient(135deg, #7acd4e, #56bd44);
}

.stat-info {
  flex: 1;
  text-align: right;
}

.stat-value {
  font-size: var(--font-size-lg);
  font-weight: 700;
  color: var(--gray-800);
}

.stat-name {
  font-size: var(--font-size-xs);
  color: var(--gray-600);
}

/* ================= Floating Elements ================= */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.floating-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--spacing-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: var(--gray-700);
  animation: floatCard 4s ease-in-out infinite;
}

.floating-card .card-icon {
  width: 30px;
  height: 30px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: var(--font-size-sm);
}

.card-1 {
  top: 10%;
  right: -20%;
  animation-delay: 0s;
}

.card-1 .card-icon {
  background: linear-gradient(135deg, #ea6666, #764ba2);
}

.card-2 {
  top: 30%;
  left: -25%;
  animation-delay: 1s;
}

.card-2 .card-icon {
  background: linear-gradient(135deg, #51c538, #f5576c);
}

.card-3 {
  bottom: 40%;
  right: -15%;
  animation-delay: 2s;
}

.card-3 .card-icon {
  background: linear-gradient(135deg, #95fe4f, #548d29);
}

.card-4 {
  bottom: 20%;
  left: -20%;
  animation-delay: 3s;
}

.card-4 .card-icon {
  background: linear-gradient(135deg, #7d85ee, #f99538);
}

.card-5 {
  top: 60%;
  right: -30%;
  animation-delay: 0.5s;
}

.card-5 .card-icon {
  background: linear-gradient(135deg, #fa709a, #fee140);
}

.card-6 {
  top: 80%;
  left: -15%;
  animation-delay: 1.5s;
}

.card-6 .card-icon {
  background: linear-gradient(135deg, #d78b19, #61e96a);
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0px) translateX(0px); }
  25% { transform: translateY(-10px) translateX(5px); }
  50% { transform: translateY(5px) translateX(-5px); }
  75% { transform: translateY(-5px) translateX(10px); }
}

.success-indicators {
  position: absolute;
  top: 20px;
  right: 20px;
}

.indicator {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  background: var(--white);
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin-bottom: var(--spacing-sm);
  font-size: var(--font-size-xs);
  font-weight: 600;
  border: 1px solid var(--gray-200);
  animation: slideIn 0.5s ease-out;
}

.indicator-1 {
  color: var(--primary-green);
  animation-delay: 3s;
}

.indicator-2 {
  color: #ff6b6b;
  animation-delay: 5s;
}

@keyframes slideIn {
  0% { transform: translateX(100%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

/* ================= Start Store Section ================= */
.start-store-section {
  padding: var(--spacing-3xl) 0;
  background-color: #d3e2d434 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.089) !important;
}

.start-store-list {
  list-style: none;
  padding: 0;
}

.start-store-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-xl);
  padding: var(--spacing-lg);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  transition: all var(--transition-normal);
}

.start-store-list li:hover {
  transform: translateX(-10px);
  box-shadow: var(--shadow-md);
  background-color: #5fd32523;
}

.list-number {
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  color: var(--white);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: var(--font-size-lg);
  flex-shrink: 0;
}

.list-text {
  font-size: var(--font-size-lg);
  color: var(--gray-700);
  line-height: 1.6;
}

.store-animation {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.lottie-container {
  position: relative;
  width: 100%;
  height: 400px;
}

.lottie-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animated-phone {
  width: 250px;
  height: 350px;
  background: var(--gray-900);
  border-radius: 30px;
  padding: 20px;
  position: relative;
  animation: phoneFloat 4s ease-in-out infinite;
}

@keyframes phoneFloat {
  0%, 100% { transform: translateY(0px) rotateY(0deg); }
  50% { transform: translateY(-20px) rotateY(5deg); }
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.app-interface {
  padding: var(--spacing-lg);
  height: 100%;
}

.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--spacing-lg);
  padding-bottom: var(--spacing-md);
  border-bottom: 1px solid var(--gray-200);
}

.app-title {
  font-weight: 700;
  color: var(--primary-green);
}

.notification-dot {
  width: 12px;
  height: 12px;
  background: #ff6b6b;
  border-radius: var(--radius-full);
  animation: notificationPulse 2s ease-in-out infinite;
}

@keyframes notificationPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-md);
}

.product-item {
  height: 60px;
  background: var(--gray-100);
  border-radius: var(--radius-md);
  animation: productLoad 1s ease-out;
  animation-delay: calc(var(--i) * 0.2s);
}

@keyframes productLoad {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}

/* ================= More Than Section ================= */
.more-than-section {
  padding: var(--spacing-3xl) 0;
  background-color: #ffffff44 !important;
}

.more-than-card {
  transition: all var(--transition-normal);
  border: 1px solid var(--gray-200);
  position: relative;
  overflow: hidden;
}

.more-than-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-green);
  background: linear-gradient(135deg, #83e94397, #c6adf392) !important;
}

.card-icon {
  width:50px;
  height: 50px;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--spacing-lg);
  color: var(--white);
  font-size: var(--font-size-2xl);
  animation: iconBounce 2s ease-in-out infinite;
}

.payment-icon {
  background: linear-gradient(135deg, #667eea, #764ba2);
}

.language-icon {
  background: linear-gradient(135deg, #f093fb, #f5576c);
}

.domain-icon {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.partners-icon {
  background: linear-gradient(135deg, #43e97b, #38f9d7);
}

@keyframes iconBounce {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* ================= Pillars Section ================= */
.pillars-section {
  padding: var(--spacing-3xl) 0;
}

.pillar-card {
  background: var(--white);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-200);
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
}

.pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
}

.pillar-card-title {
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: var(--spacing-md);
}

.pillar-card-description {
  color: var(--gray-600);
  line-height: 1.7;
}

.lottie-placeholder.design-animation {
  width: 100%;
  max-width: 400px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.design-mockup {
  width: 300px;
  height: 180px;
  background: var(--gray-100);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  position: relative;
  animation: mockupFloat 3s ease-in-out infinite;
}

@keyframes mockupFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.mockup-screen {
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: var(--spacing-md);
}

.mockup-header {
  height: 20px;
  background: var(--gray-200);
  border-radius: var(--radius-sm);
  margin-bottom: var(--spacing-md);
}

.mockup-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.content-block {
  height: 15px;
  background: var(--gray-100);
  border-radius: var(--radius-sm);
  animation: contentLoad 2s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.3s);
}

@keyframes contentLoad {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* Toggle Switches */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray-300);
  transition: var(--transition-normal);
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: var(--white);
  transition: var(--transition-normal);
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--primary-green);
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.toggle-item {
  padding: var(--spacing-md);
  border-radius: var(--radius-lg);
  transition: all var(--transition-normal);
}

.toggle-item:hover {
  background: var(--gray-50);
}

.toggle-item.active {
  background: rgba(77, 140, 80, 0.1);
  border: 1px solid rgba(77, 140, 80, 0.2);
}

.marketing-icon {
  color: var(--primary-green);
  font-size: var(--font-size-lg);
}

.marketing-text {
  font-weight: 600;
  color: var(--gray-700);
}

.shipping-logo-placeholder {
  width: 80px;
  height: 40px;
  background: var(--gray-100);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--gray-600);
  border: 2px solid var(--gray-200);
  transition: all var(--transition-normal);
}

.smsa-logo {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: var(--white);
}

.spl-logo {
  background: linear-gradient(135deg, #4ecdc4, #44bd87);
  color: var(--white);
}

.payment-card {
  width: 80px;
  height: 50px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--white);
  font-size: var(--font-size-xs);
}

.visa-card {
  background: linear-gradient(135deg, #1a1f71, #0f4c75);
}

.mastercard-card {
  background: linear-gradient(135deg, #eb001b, #ff5f00);
}

.payment-amount {
  font-weight: 700;
  color: var(--gray-800);
}

.payment-date {
  color: var(--gray-600);
  font-size: var(--font-size-sm);
}

/* ================= CTA Section ================= */
.cta-section {
  /* background: var(--gradient-secondary); */
  padding: var(--spacing-2xl) 0;
}

.cta-section h3 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--spacing-md);
}

.cta-section p {
  font-size: var(--font-size-lg);
  opacity: 0.9;
}

.cta-section .btn {
  background: var(--white);
  color: var(--dark-purple);
  font-weight: 700;
  transition: all var(--transition-normal);
}

.cta-section .btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* ================= All in One Section ================= */
.all-in-one-section {
  padding: var(--spacing-3xl) 0;
  background-color: #ffffff9c !important;
}

.feature-card-alt {
  /* background: var(--white); */
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-200);
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.feature-card-alt:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
}

.feature-image-placeholder {
  width: 120px;
  height: 120px;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--spacing-lg);
  font-size: var(--font-size-3xl);
  color: var(--white);
  animation: featureFloat 4s ease-in-out infinite;
}

.growth-image {
  background: linear-gradient(135deg, #667eea, #764ba2);
}

.support-image {
  background: linear-gradient(135deg, #f093fb, #f5576c);
}

.management-image {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.scalability-image {
  background: linear-gradient(135deg, #43e97b, #38f9d7);
}

@keyframes featureFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(5deg); }
}

/* ================= Projects Section ================= */
.projects-testimonials-section {
  padding: var(--spacing-3xl) 0;
  /* background: var(--light-beige); */
}

.project-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
}

.project-title {
  color: var(--gray-800);
  font-weight: 700;
}

.browser-mockup {
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
}

.mockup-placeholder {
  width: 100%;
  height: 200px;
  background: var(--white);
  position: relative;
}

.mockup-header {
  height: 30px;
  background: var(--gray-200);
  display: flex;
  align-items: center;
  padding: 0 var(--spacing-md);
}

.mockup-dots {
  display: flex;
  gap: var(--spacing-xs);
}

.mockup-dots span {
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  background: var(--gray-400);
}

.mockup-dots span:nth-child(1) { background: #ff5f56; }
.mockup-dots span:nth-child(2) { background: #ffbd2e; }
.mockup-dots span:nth-child(3) { background: #27ca3f; }

.mockup-content {
  padding: var(--spacing-lg);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

.content-section {
  height: 20px;
  background: var(--gray-100);
  border-radius: var(--radius-sm);
  animation: contentShimmer 2s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.2s);
}

@keyframes contentShimmer {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.testimonial-box {
  border: 1px solid var(--gray-200);
}

.logo-mini {
  background: var(--gradient-primary);
  color: var(--white);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--radius-sm);
  font-size: var(--font-size-xs);
  font-weight: 700;
}


.status-bar {
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  margin-bottom: var(--spacing-sm);
}

.app-nav {
  font-weight: 700;
  text-align: center;
}

.app-content {
  flex: 1;
  padding: var(--spacing-lg);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

.stats-card {
  background: var(--gray-100);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  display: flex;
  gap: var(--spacing-md);
}

.stat-item {
  flex: 1;
  height: 40px;
  background: var(--white);
  border-radius: var(--radius-md);
  animation: statLoad 2s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.5s);
}

@keyframes statLoad {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

.chart-area {
  flex: 1;
  background: var(--gray-100);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}

.chart-area::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: var(--gradient-primary);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  animation: chartFill 3s ease-in-out infinite;
}

@keyframes chartFill {
  0%, 100% { height: 40%; }
  50% { height: 80%; }
}

.action-buttons {
  display: flex;
  gap: var(--spacing-md);
}

.action-btn {
  flex: 1;
  height: 40px;
  background: var(--primary-green);
  border-radius: var(--radius-lg);
  animation: btnPulse 2s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.3s);
}

@keyframes btnPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}



/* ================= Scroll to Top Button ================= */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--gradient-primary);
  color: var(--white);
  border: none;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-lg);
  cursor: pointer;
  transition: all var(--transition-normal);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

/* ================= Responsive Design ================= */
@media (max-width: 1200px) {
  .hero-title {
      font-size: var(--font-size-4xl);
  }
  
  .floating-card {
      display: none;
  }
}

@media (max-width: 992px) {
  .hero-section {
      text-align: center;
  }
  
  .hero-stats {
      justify-content: center;
  }
  
  .hero-buttons {
      justify-content: center;
  }
  
  .start-store-list li {
      text-align: center;
      flex-direction: column;
      align-items: center;
  }
  
  .app-buttons {
      justify-content: center;
  }
}

@media (max-width: 768px) {
  :root {
      --font-size-5xl: 2.5rem;
      --font-size-4xl: 2rem;
      --font-size-3xl: 1.5rem;
      --spacing-3xl: 2rem;
  }
  
  .hero-stats {
      flex-direction: column;
      gap: var(--spacing-lg);
  }
  
  .hero-buttons {
      flex-direction: column;
      align-items: center;
  }
  
  .btn.large {
      width: 100%;
      max-width: 300px;
  }
  
  .dashboard-mockup {
      max-width: 400px;
  }
  
  .floating-elements {
      display: none;
  }
  
  .success-indicators {
      position: static;
      margin-top: var(--spacing-lg);
  }
}

@media (max-width: 576px) {
  .container {
      padding: 0 var(--spacing-md);
  }
  
  .hero-section {
      padding-top: 100px;
  }
  
  .section-title {
      font-size: var(--font-size-2xl);
  }
  
  .dashboard-main {
      padding: var(--spacing-lg);
  }
  
  .chart {
      height: 80px;
  }
  
  .quick-stats {
      grid-template-columns: 1fr;
  }
  
  .pillar-card {
      margin-bottom: var(--spacing-lg);
  }
  
  .app-buttons {
      flex-direction: column;
  }
  
  .btn-app-store {
      width: 100%;
      justify-content: center;
  }
}

/* ================= Animation Classes ================= */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease-out;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.scale-in {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease-out;
}

.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}

/* ================= Utility Classes ================= */
.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bg-gradient {
  background: var(--gradient-primary);
}

.shadow-custom {
  box-shadow: var(--shadow-xl);
}

.border-gradient {
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, var(--gradient-primary) border-box;
}

/* ================= Loading States ================= */
.loading {
  position: relative;
  overflow: hidden;
}

.loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* ================= Print Styles ================= */
@media print {
  .header-section,
  .scroll-to-top,
  .floating-elements,
  .success-indicators {
      display: none !important;
  }
  
  .hero-section {
      padding-top: 0;
  }
  
  * {
      box-shadow: none !important;
      animation: none !important;
      transition: none !important;
  }
}

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


/* Color Variables - Professional Brand Colors */
:root {
  --primary-green: #4d8c50;
  --light-beige: #faf1e6;
  --dark-purple: #211951;
  --bright-purple: #836fff;
  --white: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --success: #10b981;
  --warning: #f59e0b;
  --error: #ef4444;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Navigation */

/* Buttons */
.btn-primary, .btn-secondary, .btn-outline {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 0.95rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-green), var(--bright-purple));
  color: white;
  box-shadow: var(--shadow-md);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background: var(--gray-100);
  color: var(--gray-700);
  border: 1px solid var(--gray-300);
}

.btn-secondary:hover {
  background: var(--gray-200);
  border-color: var(--gray-400);
}

.btn-outline {
  background: transparent;
  color: var(--primary-green);
  border: 2px solid var(--primary-green);
}

.btn-outline:hover {
  background: var(--primary-green);
  color: white;
}

/* .large {
  padding: 1rem 2rem;
  font-size: 1.1rem;
} */

/* Hero Section */

/* Professional Background */
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
      linear-gradient(rgba(77, 140, 80, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(77, 140, 80, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(50px, 50px); }
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 20%, rgba(131, 111, 255, 0.05) 0%, transparent 50%),
  radial-gradient(circle at 70% 80%, rgba(77, 140, 80, 0.05) 0%, transparent 50%);
}

/* Hero Container */
.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  z-index: 2;
  position: relative;
}

/* =============================Right Content========================================== */
.hero-content {
  text-align: right;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--primary-green), var(--bright-purple));
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.1;
}

/* ================= Responsive Title Image ================= */
.hero-title .title-main img {
  width: 50% !important;  
  max-width: 80% !important;  /* علشان ما تخرجش عن حدود العنصر */
  height: auto !important;     /* يحافظ على التناسق */
  display: inline-block !important;
  vertical-align: middle;
}


.title-sub {
  display: block;
  color: var(--gray-700);
  font-size: 2rem;
  font-weight: 600;
  transform: translateX(50px);
}

.title-highlight {
  display: block;
  background: linear-gradient(135deg, var(--bright-purple),var(--primary-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* opacity: 0; */
  padding-right: 25px;
  transform: translateX(50px);
}

.hero-description {
  font-size: 1rem;
  color: var(--gray-500);
  margin-bottom: 2rem;
  line-height: 1.7;
  /* opacity: 0; */
  padding-left: 70px;
  transform: translateY(30px);
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  /* opacity: 0; */
  transform: translateY(30px);
}

.stat {
  text-align: center;
}

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-green);
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin-top: 0.25rem;
  
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(30px);
}

.hero-features {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(30px);

}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gray-600);
  font-size: 0.9rem;
}

.feature-item i {
  color: var(--success);
  font-size: 1rem;
}
/* ===============Left Hero ============================== */
/* Hero Visual */
.hero-visual {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;

}


/* Success Indicators */
.success-indicators {
  position: absolute;
  width: 100%;
  height: 100%;
}

.indicator {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 0.75rem 1rem;
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--gray-700);
  opacity: 0;
  transform: translateY(20px);
  
}

.indicator i {
  color: var(--success);
}

.indicator-1 {
  top: 15%;
  right: 25%;
}

.indicator-2 {
  bottom: 20%;
  right: 30%;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--gray-600);
  opacity: 0;
  animation: fadeInUp 1s ease 3s forwards;
}

.scroll-mouse {
  width: 24px;
  height: 40px;
  border: 2px solid var(--gray-400);
  border-radius: 12px;
  position: relative;
  margin-bottom: 0.5rem;
}

.scroll-wheel {
  width: 4px;
  height: 8px;
  background: var(--primary-green);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
  0%, 20% {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
  }
  100% {
      transform: translateX(-50%) translateY(16px);
      opacity: 0;
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateX(-50%) translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
  }
}

/* للشاشات الكبيرة */
@media (min-width: 992px) {
  .hero-title .title-main img {
      max-width: 450px !important;
  }
}

/* للتابلت */
@media (max-width: 991px) and (min-width: 577px) {
  .hero-title .title-main img {
      max-width: 350px !important;
  }
}

/* للموبايل */
@media (max-width: 576px) {
  .hero-title .title-main img {
      max-width: 250px !important;
  }
}


/* Features Section======================================= */
.features {
  padding: 6rem 0;
  background-color: #ffffff44 !important;
}
/* لكل السكاشن */
.container {
  max-width: 1400px;
  margin: 0 auto;


}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4da421;
  /* margin-bottom: 2rem; */
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--gray-600);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;

}

/* =========================Scroll Top==================== */
:root{
  --brand-green:#4d8c50;
  --brand-purple:#836fff;
  --btn-size:56px;
  --ring-size:56px;
  --ring-stroke:4px;
}

.scroll-top{
  position: fixed;
  inset: auto 22px 22px auto; /* bottom-right */
  width: var(--btn-size);
  height: var(--btn-size);
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg,var(--brand-green),var(--brand-purple));
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(.96);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
  outline: none;
  /* تحسين الأداء */
  will-change: transform, opacity;
}

.scroll-top.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.scroll-top .icon{
  font-size: 18px;
  pointer-events: none;
}

/* الحلقة */
.progress-ring{
  position: absolute;
  width: var(--ring-size);
  height: var(--ring-size);
  transform: rotate(-90deg); /* لبدء التقدّم من الأعلى */
  pointer-events: none;
}

.progress-ring .ring-bg{
  fill: none;
  stroke: rgba(255,255,255,.25);
  stroke-width: var(--ring-stroke);
}

.progress-ring .ring-bar{
  fill: none;
  stroke: #fff;
  stroke-width: var(--ring-stroke);
  stroke-linecap: round;
  stroke-dasharray: 0 999;
  transition: stroke-dasharray .12s linear; /* سريع وخفيف */
}

/* Hover/Active */
.scroll-top:hover{
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  transform: translateY(-2px) scale(1.02);
}
.scroll-top:active{
  transform: translateY(0) scale(.98);
}

/* Ripple لطيف */
.scroll-top::after{
  content:'';
  position:absolute; inset:0;
  border-radius:50%;
  background: rgba(255,255,255,.18);
  transform: scale(0);
  opacity: 0;
  transition: transform .35s ease, opacity .35s ease;
}
.scroll-top:hover::after{
  transform: scale(1);
  opacity: 1;
}

/* A11y: فوكس الكيبورد */
.scroll-top:focus-visible{
  box-shadow: 0 0 0 3px rgba(131,111,255,.35), 0 10px 24px rgba(0,0,0,.18);
}

/* RTL: لو عايزة في الشمال بدّلي right بـ left */
html[dir="rtl"] .scroll-top{ right:22px; left: auto; }

/* تصغير على الشاشات الصغيرة */
@media (max-width:576px){
  :root{ --btn-size:52px; --ring-size:52px; }
  .scroll-top{ inset: auto 16px 16px auto; }
}

/* تقليل الحركة */
@media (prefers-reduced-motion: reduce){
  .scroll-top,
  .progress-ring .ring-bar{
    transition: none !important;
  }
}

