:root {
  --color-primary: #08b5b1;
  --color-primary-dark: #08b5b1;
  --color-secondary: #1e1e1e;
  --color-white: #fff;
  --color-light-gray: #f8f9fa;
  --color-gray: #6c757d;
  --color-light-blue: #f0f9ff;
  --color-accent: #f9a826;
  --color-bg-light: #edeef0;
  --color-bg-dark: #f5f7fa; /* تغيير من الأسود إلى رمادي فاتح */
}

body {
  font-family: "Cairo", sans-serif;
  color: var(--color-secondary);
  overflow-x: hidden;
  padding-top: 76px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
}

.section-padding {
  padding: 80px 0;
}

.section-title {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}

.section-title h2 {
  color: var(--color-secondary);
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.title-line {
  width: 80px;
  height: 4px;
  background-color: var(--color-primary);
  margin: 0 auto 1.5rem;
  border-radius: 2px;
}

.section-title p {
  color: var(--color-gray);
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Navbar Styles - محسنة */
.navbar {
  background-color: var(--color-bg-dark) !important; /* رمادي فاتح */
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 1rem 0;
  transition: all 0.3s ease;
}

.navbar.scrolled {
  padding: 0.8rem 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: 800;
  font-size: 1.8rem;
  color: var(--color-primary) !important;
}

.navbar-brand span {
  color: var(--color-secondary);
}

.nav-link {
  font-weight: 500;
  margin: 0 0.5rem;
  color: var(--color-secondary) !important;
  position: relative;
  transition: color 0.3s;
}

.nav-link:hover {
  color: var(--color-primary) !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: width 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}
.logo-img {
  width: 100px;
  height: 60px;

  background: var(--color-primary);
  padding: 6px;
  border-radius: 10px;
}
.logo-footer {
  width: 100px;
  height: 60px;
}
/* Hero Section - تم إصلاحها */
.hero {
  background: linear-gradient(
    135deg,
    rgba(8, 181, 177, 0.1) 0%,
    rgba(30, 30, 30, 0.05) 100%
  );
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.hero::before {
  top: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(8, 181, 177, 0.08) 0%,
    rgba(8, 181, 177, 0) 70%
  );
}

.hero::after {
  bottom: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(8, 181, 177, 0.08) 0%,
    rgba(8, 181, 177, 0) 70%
  );
}

.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: var(--color-secondary);
  font-weight: 800;
  line-height: 1.2;
}

.hero h1 span {
  color: var(--color-primary);
}

.hero p.lead {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  color: var(--color-gray);
  line-height: 1.8;
}

.hero .btn {
  border-radius: 50px;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 1.1rem;
}

.hero img {
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.hero img:hover {
  transform: translateY(-10px);
}

/* Buttons */
.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  padding: 0.8rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(8, 181, 177, 0.2);
}

.btn-outline-primary {
  color: var(--color-primary);
  border-color: var(--color-primary);
  padding: 0.8rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(8, 181, 177, 0.2);
}

/* Intro Section - تصميم مع صورة */
.intro-section {
  background: linear-gradient(135deg, #fefefe 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

/* تأثيرات زخرفية للخلفية */
.intro-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(var(--color-accent-rgb), 0.05) 0%, transparent 70%);
  z-index: 0;
}

.intro-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -30%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(var(--color-primary-rgb), 0.03) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* عنوان القسم */
.intro-header {
  position: relative;
  z-index: 2;
}

.intro-title {
  color: var(--color-primary);
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.intro-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 60%;
  height: 4px;
  background: linear-gradient(to left, var(--color-accent), transparent);
  border-radius: 2px;
}

.title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.decoration-line {
  width: 40px;
  height: 2px;
  background-color: var(--color-accent);
  margin: 0 10px;
}

.decoration-dot {
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.intro-subtitle {
  color: var(--color-gray-dark);
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 10px;
}

/* محتوى النص */
.intro-text-content {
  position: relative;
  z-index: 2;
}

.intro-paragraph {
  display: flex;
  margin-bottom: 30px;
  gap: 10px;
  align-items: flex-start;
  transition: transform 0.3s ease;
}

.intro-paragraph:hover {
  transform: translateX(5px);
}

.paragraph-icon {
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(var(--color-primary-rgb), 0.2);
}

.paragraph-icon i {
  color: white;
  font-size: 1.2rem;
}

.paragraph-text {
  flex-grow: 1;
}

.paragraph-text p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--color-gray-dark);
  margin-bottom: 0;
}

.highlight {
  color: var(--color-primary);
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(var(--color-accent-rgb), 0.2);
  z-index: -1;
  border-radius: 2px;
}

/* الجزء المرئي (الصورة) */
.intro-visual {
  position: relative;
  z-index: 2;
}

.image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.image-frame:hover {
  transform: perspective(1000px) rotateY(0deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.intro-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.image-frame:hover .intro-img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(var(--color-primary-rgb), 0.1), rgba(var(--color-accent-rgb), 0.05));
  z-index: 1;
}

/* العناصر العائمة */
.floating-elements {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  background: white;
  border-radius: 15px;
  padding: 10px 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease;
  pointer-events: auto;
  z-index: 4;
  border: 2px solid transparent;
  animation: float 3s ease-in-out infinite;
}

.floating-element:hover {
  border-color: var(--color-accent);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.floating-element i {
  color: var(--color-primary);
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.floating-element span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-secondary);
}

.el-1 {
  top: 20%;
  left: -20px;
  animation-delay: 0s;
  background: linear-gradient(135deg, #fff, #f8f9fa);
}

.el-2 {
  top: 50%;
  left: -30px;
  animation-delay: 0.5s;
  background: linear-gradient(135deg, #fff, #f8f9fa);
}

.el-3 {
  bottom: 20%;
  right: -20px;
  animation-delay: 1s;
  background: linear-gradient(135deg, #fff, #f8f9fa);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* تصميم متجاوب */
@media (max-width: 992px) {
  .intro-title {
    font-size: 2.5rem;
  }
  
  .image-frame {
    transform: perspective(1000px) rotateY(0deg);
    margin-top: 30px;
  }
  
  .floating-element {
    display: none; /* إخفاء العناصر العائمة على الشاشات الصغيرة */
  }
}

@media (max-width: 768px) {
  .intro-title {
    font-size: 2rem;
  }
  
  .intro-subtitle {
    font-size: 1.1rem;
  }
  
  .paragraph-text p {
    font-size: 1rem;
  }
  

  
  .paragraph-icon {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

/* Story Section */
.story-section {
  background-color: var(--color-white);
}

.story-img {
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;

  /* نحدد ارتفاع معقول */
  height: 520px;
}

.story-img img {
  width: 100%;
  height: 100%;

  /* أهم سطر */
  object-fit: cover;

  transition: transform 0.4s ease;
}

/* تأثير خفيف شيك */
.story-img:hover img {
  transform: scale(1.03);
}

.story-img:hover {
  transform: scale(1.02);
}

.story-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  background: rgba(8, 181, 177, 0.03);
  transition: all 0.3s ease;
}

.story-point:hover {
  background: rgba(8, 181, 177, 0.08);
  transform: translateX(-10px);
}

.story-point-icon {
  background-color: rgba(8, 181, 177, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  flex-shrink: 0;
}

.story-point-icon i {
  color: var(--color-primary);
  font-size: 1.5rem;
}

.story-point-content h4 {
  color: var(--color-primary);
  margin-bottom: 10px;
  font-size: 1.3rem;
}

/* Methodology Section - مُحسّنة */
.methodology-section {
  background-color: var(--color-bg-dark); /* أصبحت فاتحة الآن */
  color: var(--color-secondary);
  position: relative;
  overflow: hidden;
}

.methodology-section .section-title h2 {
  color: var(--color-secondary);
}

.methodology-section .section-title p {
  color: var(--color-gray);
}

.methodology-section .title-line {
  background-color: var(--color-accent);
}

.process-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.process-step {
  position: relative;
  margin-bottom: 50px;
  padding-right: 100px;
  z-index: 100;
}

.process-step:last-child {
  margin-bottom: 0;
}

.process-step .step-number {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(8, 181, 177, 0.3);
}

.process-step .step-content {
  background-color: var(--color-white);
  border: 1px solid rgba(8, 181, 177, 0.1);
  border-radius: 15px;
  padding: 30px;
  transition: all 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1000 !important;
}



.process-step .step-icon {
  font-size: 2.5rem;
  color: var(--color-accent);
  margin-bottom: 20px;
}

.process-step h4 {
  color: var(--color-primary);
  margin-bottom: 15px;
  font-size: 1.5rem;
}

/* خط الاتصال بين الخطوات */
.process-container::before {
  content: "";
  position: absolute;
  right: 35px;
  top: 70px;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    to bottom,
    var(--color-primary) 0%,
    rgba(8, 181, 177, 0.5) 100%
  );
  z-index: 1;
}

/* Uniqueness Section */
.uniqueness-section {
  background-color: var(--color-bg-light);
}

.feature-card {
  background-color: var(--color-white);
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: all 0.3s;
  border-bottom: 5px solid transparent;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.feature-card:hover::before {
  transform: translateX(0);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(
    135deg,
    rgba(8, 181, 177, 0.1),
    rgba(249, 168, 38, 0.1)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1);
  background: linear-gradient(
    135deg,
    rgba(8, 181, 177, 0.2),
    rgba(249, 168, 38, 0.2)
  );
}

.feature-icon i {
  color: var(--color-primary);
  font-size: 2.5rem;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon i {
  color: var(--color-accent);
  transform: rotate(15deg);
}

.feature-card h4 {
  color: var(--color-secondary);
  margin-bottom: 15px;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.feature-card:hover h4 {
  color: var(--color-primary);
}

/* Achievements Section */
.achievements-section {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-primary-dark) 100%
  );
  color: var(--color-white);
}

.achievements-section .section-title h2,
.achievements-section .section-title p {
  color: var(--color-white);
}

.achievements-section .title-line {
  background-color: var(--color-accent);
}

.achievement-box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  border-right: 4px solid var(--color-accent);
  transition: all 0.3s;
  backdrop-filter: blur(10px);
}

.achievement-box:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.15);
}

.achievement-box i {
  font-size: 2.5rem;
  color: var(--color-accent);
  margin-bottom: 20px;
}

/* Values Section */
.values-section {
  background-color: var(--color-white);
}

.value-item {
  text-align: center;
  padding: 30px 20px;
  border-radius: 15px;
  transition: all 0.3s;
  height: 100%;
  background: var(--color-bg-light);
  border: 2px solid transparent;
}

.value-item:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-5px);
  border-color: var(--color-primary);
}

.value-item:hover h4,
.value-item:hover i {
  color: var(--color-white);
}

.value-item i {
  font-size: 2.5rem;
  color: var(--color-primary);
  margin-bottom: 20px;
  transition: all 0.3s;
}

.value-item h4 {
  color: var(--color-secondary);
  margin-bottom: 15px;
  font-size: 1.4rem;
  transition: all 0.3s;
}

/* Compliance Section - تصميم جديد */
.compliance-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.compliance-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: linear-gradient(
    45deg,
    rgba(var(--color-accent-rgb), 0.1) 0%,
    transparent 70%
  );
  border-radius: 0 0 0 100%;
}

.compliance-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: linear-gradient(
    45deg,
    rgba(var(--color-primary-rgb), 0.1) 0%,
    transparent 70%
  );
  border-radius: 0 100% 0 0;
}

.compliance-section .section-title h2 {
  color: var(--color-secondary);
  position: relative;
  z-index: 1;
}

.compliance-section .section-title p {
  color: var(--color-gray-dark);
  font-size: 1.1rem;
}

/* تصميم جديد للعناصر */
.compliance-container {
  position: relative;
  z-index: 2;
}

.compliance-card {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 15px;
  padding: 20px 25px;
  margin-bottom: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border-right: 5px solid transparent;
  position: relative;
  overflow: hidden;
}

.compliance-card::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  width: 5px;
  background: var(--color-primary);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.compliance-card:hover {
  transform: translateX(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.compliance-card:hover::before {
  transform: scaleY(1);
}

.compliance-icon {
  width: 60px;
  height: 60px;
  background:var(--color-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.compliance-card:hover .compliance-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 5px 15px rgba(var(--color-accent-rgb), 0.3);
}

.compliance-icon i {
  font-size: 1.5rem;
  color: white;
}

.compliance-content {
  flex-grow: 1;
}

.compliance-card h4 {
  color: var(--color-secondary);
  margin-bottom: 5px;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
}

.compliance-line {
  height: 3px;
  width: 50px;
  background: linear-gradient(
    to left,
    var(--color-accent) 0%,
    transparent 100%
  );
  border-radius: 2px;
  transition: width 0.3s ease;
}

.compliance-card:hover .compliance-line {
  width: 80px;
}

.compliance-quote {
  background: white;
  padding: 25px 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--color-accent);
  position: relative;
  z-index: 2;
}

.compliance-quote h4 {
  color: var(--color-primary);
  font-weight: 700;
  position: relative;
  padding: 0 40px;
}

.compliance-quote h4::before,
.compliance-quote h4::after {
  content: '"';
  color: var(--color-accent);
  font-size: 2.5rem;
  font-family: serif;
  position: absolute;
  top: -10px;
}

.compliance-quote h4::before {
  right: 0;
}

.compliance-quote h4::after {
  left: 0;
  transform: scaleX(-1);
}

/* تأثيرات متحركة */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.compliance-card {
  animation: fadeInRight 0.5s ease forwards;
  opacity: 0;
}

.compliance-card:nth-child(1) {
  animation-delay: 0.1s;
}
.compliance-card:nth-child(2) {
  animation-delay: 0.2s;
}
.compliance-card:nth-child(3) {
  animation-delay: 0.3s;
}
.compliance-card:nth-child(4) {
  animation-delay: 0.4s;
}
.compliance-card:nth-child(5) {
  animation-delay: 0.5s;
}

/* تصميم متجاوب */
@media (max-width: 768px) {
  .compliance-card {
    padding: 15px 20px;
    flex-direction: column;
    text-align: center;
  }

  .compliance-icon {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .compliance-card:hover {
    transform: translateY(-5px);
  }

  .compliance-quote h4 {
    padding: 0 20px;
    font-size: 1.1rem;
  }
}
/* Team Section */
.team-section {
  background-color: var(--color-bg-light);
}

.team-member {
  text-align: center;
  background-color: var(--color-white);
  border-radius: 15px;
  padding: 40px 30px;
  transition: all 0.3s;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(8, 181, 177, 0.1);
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--color-primary);
}

.team-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(
    135deg,
    rgba(8, 181, 177, 0.1),
    rgba(8, 181, 177, 0.2)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s;
}

.team-member:hover .team-icon {
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-primary-dark)
  );
  transform: scale(1.1);
}

.team-icon i {
  color: var(--color-primary);
  font-size: 2.5rem;
  transition: all 0.3s;
}

.team-member:hover .team-icon i {
  color: var(--color-white);
}

.team-member h4 {
  color: var(--color-primary);
  margin-bottom: 15px;
  font-size: 1.5rem;
}

/* Products Section */
.products-section {
  background-color: var(--color-white);
}

.products-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.products-content p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  color: var(--color-gray);
  line-height: 1.8;
}

/* CTA Section */
.cta-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://media.gemini.media/img/medium/2023/5/18/2023_5_18_10_43_37_226.jpg");
  background-position: center;
  color: var(--color-white);
  text-align: center;
  padding: 100px 0;
}

.cta-section h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-section p.lead {
  font-size: 1.3rem;
  margin-bottom: 40px;
  opacity: 0.9;
}

.cta-section .btn {
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Footer */
.footer {
  background-color: var(--color-secondary);
  color: white;
  padding: 4rem 0 2rem;
}

.footer h5 {
  color: var(--color-primary);
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.8rem;
  font-size: 1.3rem;
}

.footer h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
}

.footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-bottom: 0.8rem;
  transition: all 0.3s;
  font-size: 1.1rem;
}

.footer-links a:hover {
  color: var(--color-primary);
  padding-right: 15px;
}

.footer p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.footer p i {
  color: var(--color-primary);
  width: 20px;
  margin-left: 10px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  font-size: 1.2rem;
  transition: all 0.3s;
}

.social-icons a:hover {
  background: var(--color-primary);
  transform: translateY(-5px) rotate(10deg);
}

.copyright {
  text-align: center;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}

.copyright p {
  margin-bottom: 0.5rem;
}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  animation: pulse 2s infinite;
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.6);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 2.8rem;
  }

  .section-title h2 {
    font-size: 2.2rem;
  }

  .process-step {
    padding-right: 80px;
  }

  .process-step .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .process-container::before {
    right: 30px;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }

  .hero {
    padding: 70px 0;
    text-align: center;
  }

  .hero h1 {
    font-size: 2.3rem;
  }

  .hero p.lead {
    font-size: 1.1rem;
  }

  .section-padding {
    padding: 60px 0;
  }

  .process-step {
    padding-right: 0;
    padding-top: 80px;
    text-align: center;
  }

  .process-step .step-number {
    right: 50%;
    transform: translateX(50%);
    top: 0;
  }

  .process-container::before {
    right: 50%;
    transform: translateX(50%);
    top: 60px;
    bottom: 0;
  }

  .whatsapp-btn {
    bottom: 1rem;
    left: 1rem;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .cta-section {
    padding: 70px 0;
  }

  .cta-section h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 2rem;
  }

  .section-title h2 {
    font-size: 1.8rem;
  }

  .navbar-brand {
    font-size: 1.5rem;
  }

  .btn-primary,
  .btn-outline-primary {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}
