@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #040e14;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

[lang=ar],
[dir=rtl] {
  font-family: "Amiri", "Cairo", "Noto Sans Arabic", sans-serif;
}
[lang=ar] .brand-text,
[dir=rtl] .brand-text {
  font-family: "Amiri", "Cairo", "Noto Sans Arabic", sans-serif;
}

[dir=rtl] {
  text-align: right;
}
[dir=rtl] .navbar-nav {
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] .ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
[dir=rtl] .me-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}
[dir=rtl] .ms-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
[dir=rtl] .hero-buttons .btn:first-child {
  margin-right: 0;
  margin-left: 1rem;
}
[dir=rtl] .social-links {
  text-align: right;
}
[dir=rtl] .social-links .social-link {
  margin-left: 0.5rem;
  margin-right: 0;
}
[dir=rtl] .contact-info {
  text-align: right;
}
[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
}

:root {
  --bs-primary: #a5ca00;
  --bs-secondary: #a5ca00;
  --bs-success: #10b981;
  --bs-info: #a5ca00;
  --bs-warning: #f59e0b;
  --bs-danger: #ef4444;
  --bs-light: #ffffff;
  --bs-dark: #0a0a0a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 1rem;
}

.text-primary {
  color: #a5ca00 !important;
}

.brand-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #a5ca00;
  text-decoration: none;
}
.brand-text:hover {
  color: rgb(123.3415841584, 151, 0);
}

.custom-navbar {
  background: transparent;
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  transition: all 0.3s ease-in-out;
  z-index: 1030;
  height: 100px;
}
.custom-navbar .navbar-nav .nav-link {
  font-weight: 500;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  transition: all 0.3s ease-in-out;
}
.custom-navbar .navbar-nav .nav-link:hover, .custom-navbar .navbar-nav .nav-link.active {
  color: #a5ca00;
  background: rgba(165, 202, 0, 0.1);
}
.custom-navbar .language-switcher {
  font-size: 0.9rem;
}
.custom-navbar .language-switcher i {
  margin-right: 0.25rem;
}
.custom-navbar .dropdown-menu {
  border: none;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
}
.custom-navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-weight: 500;
}
.custom-navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(165, 202, 0, 0.1);
  color: #a5ca00;
}

.hero-section {
  min-height: 100vh;
  padding-top: calc(100px + 2rem);
  background: linear-gradient(135deg, #040e14 0%, #0a0a0a 30%, #040e14 100%);
  position: relative;
  overflow: hidden;
}
.hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-section .grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(165, 202, 0, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(165, 202, 0, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  animation: gridMove 20s linear infinite;
}
.hero-section .floating-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-image: radial-gradient(2px 2px at 20px 30px, rgba(165, 202, 0, 0.8), transparent), radial-gradient(2px 2px at 40px 70px, rgba(165, 202, 0, 0.6), transparent), radial-gradient(1px 1px at 90px 40px, rgba(165, 202, 0, 0.4), transparent), radial-gradient(1px 1px at 130px 80px, rgba(165, 202, 0, 0.5), transparent), radial-gradient(2px 2px at 160px 30px, rgba(165, 202, 0, 0.7), transparent);
  background-repeat: repeat;
  background-size: 200px 100px;
  animation: particleFloat 15s ease-in-out infinite;
}
.hero-section .hero-content {
  z-index: 2;
  position: relative;
}
.hero-section .hero-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(165, 202, 0, 0.15);
  border: 1px solid rgba(165, 202, 0, 0.3);
  border-radius: 25px;
  color: #a5ca00;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.hero-section .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 2.5rem;
  }
}
.hero-section .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.hero-section .hero-buttons .btn {
  background: linear-gradient(135deg, #a5ca00, rgb(123.3415841584, 151, 0));
  border: none;
  padding: 12px 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
}
.hero-section .hero-buttons .btn:hover {
  transform: translateY(-2px);
}
@media (max-width: 576px) {
  .hero-section .hero-buttons .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
@keyframes particleFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-10px) rotate(1deg);
  }
  66% {
    transform: translateY(5px) rotate(-1deg);
  }
}
@keyframes globeRotate {
  0% {
    transform: rotateY(0deg) rotateX(10deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(10deg);
  }
}
@keyframes glowPulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@keyframes orbitRotate1 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes orbitRotate2 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes orbitRotate3 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes dotFloat1 {
  0%, 100% {
    transform: translateY(0px) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-15px) scale(1.2);
    opacity: 1;
  }
}
@keyframes dotFloat2 {
  0%, 100% {
    transform: translateX(0px) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateX(10px) scale(1.1);
    opacity: 1;
  }
}
@keyframes dotFloat3 {
  0%, 100% {
    transform: translate(0px, 0px) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(-8px, -12px) scale(1.15);
    opacity: 1;
  }
}
@keyframes dotFloat4 {
  0%, 100% {
    transform: translateY(0px) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(12px) scale(1.25);
    opacity: 1;
  }
}
@keyframes dotFloat5 {
  0%, 100% {
    transform: translateX(0px) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateX(-15px) scale(1.3);
    opacity: 1;
  }
}
@keyframes dotFloat6 {
  0%, 100% {
    transform: translate(0px, 0px) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(8px, -10px) scale(1.1);
    opacity: 1;
  }
}
.about-section {
  padding: 6rem;
  background: linear-gradient(180deg, #081720 0%, #a5ca00 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 2rem;
}
.about-section .about-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.about-section .grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(165, 202, 0, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(165, 202, 0, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.2;
  animation: gridMove 20s linear infinite;
}
.about-section .floating-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(2px 2px at 20px 30px, rgba(165, 202, 0, 0.6), transparent), radial-gradient(2px 2px at 40px 70px, rgba(165, 202, 0, 0.4), transparent), radial-gradient(1px 1px at 90px 40px, rgba(165, 202, 0, 0.3), transparent), radial-gradient(1px 1px at 130px 80px, rgba(165, 202, 0, 0.4), transparent), radial-gradient(2px 2px at 160px 30px, rgba(165, 202, 0, 0.5), transparent);
  background-repeat: repeat;
  background-size: 200px 100px;
  animation: particleFloat 15s ease-in-out infinite;
}
.about-section .about-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.about-section .about-badge {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #a5ca00;
  border-radius: 30px;
  color: #0a0a0a;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(165, 202, 0, 0.3);
}
.about-section .about-badge i {
  font-size: 1rem;
  color: #0a0a0a;
}
.about-section .about-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .about-section .about-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .about-section .about-title {
    font-size: 2rem;
  }
}
.about-section .about-description {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-section .about-description {
    font-size: 1.1rem;
  }
}
.about-section .about-buttons .btn {
  background: linear-gradient(135deg, #a5ca00, rgb(123.3415841584, 151, 0));
  border: none;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.about-section .about-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(165, 202, 0, 0.5);
  color: #0a0a0a;
}
@media (max-width: 576px) {
  .about-section .about-buttons .btn {
    width: 100%;
    padding: 14px 30px;
    font-size: 1rem;
  }
}

.testimonials-section {
  background: #040e14;
  padding: 6rem 0;
}
.testimonials-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .testimonials-section .section-title {
    font-size: 2rem;
  }
}
.testimonials-section .section-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.testimonial-card {
  background: #081720;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  border: 1px solid rgba(165, 202, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(165, 202, 0, 0.2);
  border-color: rgba(165, 202, 0, 0.3);
}

.testimonial-header {
  margin-bottom: 1.5rem;
}

.testimonial-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.testimonial-rating .stars {
  display: flex;
  gap: 2px;
}
.testimonial-rating .stars i {
  color: #a5ca00;
  font-size: 0.9rem;
}
.testimonial-rating .rating-text {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
}

.testimonial-content {
  margin-bottom: 2rem;
}
.testimonial-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  flex-shrink: 0;
}
.author-avatar .avatar-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(165, 202, 0, 0.3);
}

.author-info {
  flex: 1;
}
.author-info .author-name {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
}
.author-info .author-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin: 0;
}

.page-header {
  padding: 8rem 0 4rem;
  text-align: center;
}
.page-header .page-title {
  font-size: 3rem;
  font-weight: 700;
  color: #a5ca00;
  margin-bottom: 1rem;
  /* Test comment for watch - updated */
}
@media (max-width: 768px) {
  .page-header .page-title {
    font-size: 2.5rem;
  }
}
.page-header .page-subtitle {
  font-size: 1.2rem;
  color: #3d3d3d;
  max-width: 600px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}

.section-subtitle {
  font-size: 1.1rem;
  color: #a1a1aa;
}

.features-section {
  padding: 5rem 0;
}

.feature-card {
  background: #081720;
  padding: 2rem;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(165, 202, 0, 0.1);
  height: 100%;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.15);
  border-color: rgba(165, 202, 0, 0.3);
}
.feature-card .feature-icon {
  margin-bottom: 1.5rem;
}
.feature-card .feature-icon svg {
  width: 3rem;
  height: 3rem;
  fill: #a5ca00;
  color: #a5ca00;
}
.feature-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}
.feature-card p {
  color: #a1a1aa;
  line-height: 1.6;
  margin-bottom: 0;
}

.team-section {
  padding: 5rem 0;
}

.team-card {
  background: white;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(165, 202, 0, 0.1);
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.15);
}
.team-card .team-avatar {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #a5ca00, #a5ca00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.team-card .team-avatar i {
  font-size: 2.5rem;
  color: white;
}
.team-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}
.team-card .team-role {
  color: #a5ca00;
  font-weight: 500;
  margin-bottom: 1rem;
}
.team-card p {
  color: #3d3d3d;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.about-section {
  padding: 5rem 3rem;
}
.about-section .about-content h2 {
  color: #0a0a0a;
  font-weight: 700;
}
.about-section .about-content p {
  color: rgb(48.25, 48.25, 48.25);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.about-section .about-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section .about-visual .mission-icon,
.about-section .about-visual .vision-icon {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #a5ca00, #a5ca00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section .about-visual .mission-icon i,
.about-section .about-visual .vision-icon i {
  font-size: 5rem;
  color: white;
}

.values-section {
  padding: 5rem 0;
}

.value-card {
  text-align: center;
  padding: 2rem 1rem;
}
.value-card .value-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #a5ca00, #a5ca00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.value-card .value-icon i {
  font-size: 2rem;
  color: white;
}
.value-card h4 {
  color: #0a0a0a;
  font-weight: 600;
  margin-bottom: 1rem;
}
.value-card p {
  color: #3d3d3d;
  line-height: 1.6;
  margin-bottom: 0;
}

.services-section {
  padding: 5rem 0;
}

.service-card {
  background: #081720;
  padding: 2.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(165, 202, 0, 0.1);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.15);
  border-color: rgba(165, 202, 0, 0.3);
}
.service-card .service-icon {
  margin-bottom: 1.5rem;
}
.service-card .service-icon svg {
  font-size: 3.5rem;
  color: #a5ca00;
  width: 3rem;
  height: 3rem;
}
.service-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}
.service-card h4 {
  color: #ffffff;
  font-size: 1.2rem;
}
.service-card p {
  color: #d6d6d6;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.service-card .blog-section-title {
  color: #ffffff;
}
.service-card .service-features {
  list-style: none;
  padding: 0;
}
.service-card .service-features li {
  padding: 0.5rem 0;
  color: #d6d6d6;
  border-bottom: 1px solid rgba(165, 202, 0, 0.1);
}
.service-card .service-features li:last-child {
  border-bottom: none;
}
.service-card .service-features li:before {
  content: "✓";
  color: #a5ca00;
  font-weight: bold;
  margin-right: 0.5rem;
}

.ae-loggiai-content-inner {
  list-style: none;
  padding: 0;
}
.ae-loggiai-content-inner li {
  padding: 0.5rem 0;
  color: #d6d6d6;
  border-bottom: 1px solid rgba(165, 202, 0, 0.1);
}
.ae-loggiai-content-inner li:last-child {
  border-bottom: none;
}
.ae-loggiai-content-inner li:before {
  content: "✓";
  color: #a5ca00;
  font-weight: bold;
  margin-right: 0.5rem;
}

.cta-section {
  background: #040e14;
}
.cta-section .btn-light {
  background: white;
  border-color: white;
  color: #0a0a0a;
  font-weight: 600;
}
.cta-section .btn-light:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.contact-section {
  padding: 5rem 0;
}

.contact-form-wrapper {
  background: #081720;
  padding: 2rem;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(165, 202, 0, 0.1);
}
.contact-form-wrapper h2 {
  color: #ffffff;
  margin-bottom: 2rem;
}

.contact-form .form-floating {
  margin-bottom: 1rem;
}
.contact-form .form-floating .form-control,
.contact-form .form-floating .form-select {
  background: #081720;
  border: 2px solid rgba(165, 202, 0, 0.2);
  border-radius: 0.75rem;
}
.contact-form .form-floating .form-control:focus,
.contact-form .form-floating .form-select:focus {
  border-color: #a5ca00;
  box-shadow: 0 0 0 0.2rem rgba(165, 202, 0, 0.25);
}
.contact-form .form-floating label {
  color: rgb(86.5, 86.5, 86.5);
}
.contact-form .btn-primary {
  background: linear-gradient(135deg, #a5ca00, #a5ca00);
  border: none;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 0.75rem;
  transition: all 0.3s ease-in-out;
}
.contact-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

.contact-info-wrapper {
  padding: 2rem;
}
.contact-info-wrapper h3 {
  color: #ffffff;
  margin-bottom: 2rem;
}

.contact-info-item {
  display: flex;
  margin-bottom: 2rem;
}
.contact-info-item .contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #a5ca00, #a5ca00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}
.contact-info-item .contact-icon i {
  color: white;
  font-size: 1.2rem;
}
.contact-info-item .contact-details h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact-info-item .contact-details p {
  color: #d6d6d6;
  margin-bottom: 0;
  line-height: 1.5;
}

.emergency-contact {
  background: rgba(239, 68, 68, 0.05);
  padding: 1.5rem;
  border-radius: 0.75rem;
  border-left: 4px solid #ef4444;
  margin-top: 2rem;
}
.emergency-contact h5 {
  margin-bottom: 1rem;
}
.emergency-contact p {
  margin-bottom: 0.5rem;
}
.emergency-contact small {
  color: rgb(86.5, 86.5, 86.5);
}

.map-section {
  position: relative;
}
.map-section .map-placeholder {
  height: 400px;
  background: linear-gradient(135deg, rgba(165, 202, 0, 0.1), rgba(165, 202, 0, 0.1));
  position: relative;
}
.map-section .map-placeholder .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 10, 10, 0.7);
  display: flex;
  align-items: center;
  color: white;
}
.map-section .map-placeholder .map-overlay .map-info h3 {
  color: white;
  margin-bottom: 1rem;
}
.map-section .map-placeholder .map-overlay .map-info p {
  line-height: 1.6;
  margin-bottom: 2rem;
}
.map-section .map-placeholder .map-visual {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.map-section .map-placeholder .map-visual i {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.map-section .map-placeholder .map-visual p {
  font-size: 1.1rem;
  margin: 0;
}

.footer {
  background-color: #040e14 !important;
}
.footer .brand-text {
  color: #a5ca00 !important;
}
.footer h5,
.footer h6 {
  color: white;
  font-weight: 600;
}
.footer p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
}
.footer .footer-links li {
  margin-bottom: 0.5rem;
}
.footer .footer-links li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer .footer-links li a:hover {
  color: #a5ca00;
}
.footer .social-links {
  margin-top: 1rem;
}
.footer .social-links .social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(165, 202, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #a5ca00;
  margin-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.footer .social-links .social-link:hover {
  background: #a5ca00;
  color: white;
  transform: translateY(-2px);
}
.footer .contact-info p {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.footer .contact-info p i {
  color: #a5ca00;
  margin-right: 0.5rem;
  width: 20px;
}
.footer hr {
  border-color: rgba(255, 255, 255, 0.2);
}

.btn {
  font-weight: 500;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.btn.btn-primary {
  background: linear-gradient(135deg, #a5ca00, #a5ca00);
  border-color: #a5ca00;
}
.btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, rgb(144.1707920792, 176.5, 0), rgb(144.1707920792, 176.5, 0));
}
.btn.btn-outline-primary {
  border-color: #a5ca00;
  color: #a5ca00;
}
.btn.btn-outline-primary:hover {
  background: #a5ca00;
  border-color: #a5ca00;
  transform: translateY(-2px);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}
.btn.btn-light:hover {
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}

.fade-in-delay {
  animation: fadeIn 0.8s ease-out 0.2s forwards;
  opacity: 0;
}

.fade-in-delay-2 {
  animation: fadeIn 0.8s ease-out 0.3s forwards;
  opacity: 0;
}

.fade-in-right {
  animation: fadeInRight 0.8s ease-out 0.1s forwards;
}

@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 2.5rem;
  }
  .hero-section .hero-subtitle {
    font-size: 1.1rem;
  }
  .globe-container {
    width: 300px;
    height: 300px;
  }
  .globe {
    width: 220px;
    height: 220px;
  }
  .orbit-1 {
    width: 270px;
    height: 270px;
    margin: -135px 0 0 -135px;
  }
  .orbit-2 {
    width: 310px;
    height: 310px;
    margin: -155px 0 0 -155px;
  }
  .orbit-3 {
    width: 350px;
    height: 350px;
    margin: -175px 0 0 -175px;
  }
  .continent {
    transform: scale(0.7);
  }
}
.section-title {
  font-size: 2rem;
}

.service-card {
  margin-bottom: 2rem;
}

.contact-form-wrapper {
  padding: 2rem;
}

.contact-info-item .contact-icon {
  margin-bottom: 1rem;
}

@media (max-width: 576px) {
  .hero-section .hero-title {
    font-size: 2rem;
  }
  .hero-section .hero-buttons .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .page-header .page-title {
    font-size: 2rem;
  }
  .contact-form-wrapper {
    padding: 1.5rem;
  }
}
/* Client Logos Carousel */
.clients-carousel {
  border-bottom: 1px solid rgba(255, 215, 0, 0.05);
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
  min-height: 80px;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  animation: slideLogos 15s linear infinite;
  width: calc(200% + 2rem);
  gap: 0;
}

.client-logo {
  flex: 0 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.client-logo:hover {
  opacity: 1;
}

.logo-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0.5px;
  opacity: 0.9;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
.logo-text img {
  filter: brightness(0) invert(1);
  max-height: 40px;
  width: auto;
}

.client-logo:hover .logo-text {
  color: #ffffff;
  opacity: 1;
}

.logo-text::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #a5ca00, #a5ca00);
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.client-logo:hover .logo-text::before {
  opacity: 1;
}

@keyframes slideLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause animation on hover */
.clients-carousel:hover .carousel-track {
  animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .client-logo {
    min-width: 120px;
    padding: 1rem 1.5rem;
  }
  .logo-text {
    font-size: 1rem;
  }
}
@media print {
  .navbar,
  .footer,
  .btn,
  .social-links {
    display: none !important;
  }
  body {
    background: white !important;
    color: black !important;
  }
  .hero-section,
  .page-header {
    background: white !important;
  }
}
.ae-vh-80 {
  min-height: calc(100vh - 115px);
}

.about-section-container {
  padding: 5rem 0;
}

.cta-content h1 {
  color: #ffffff;
}

.ae-loggia-logo {
  height: 150px;
  margin: 0 0 50px 0;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  animation: whatsappBounce 2s ease-in-out infinite;
}

.whatsapp-link {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.whatsapp-icon i {
  font-size: 30px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.whatsapp-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(37, 211, 102, 0.3);
  border-radius: 50%;
  animation: whatsappPulse 2s ease-in-out infinite;
  z-index: 1;
}

.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #2c3e50;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid #2c3e50;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* Hover Effects */
.whatsapp-float:hover .whatsapp-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

.whatsapp-float:hover .whatsapp-icon i {
  transform: scale(1.1);
}

.whatsapp-float:hover .whatsapp-pulse {
  animation: whatsappPulseHover 1s ease-in-out infinite;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-10px);
}

/* Animations */
@keyframes whatsappBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes whatsappPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@keyframes whatsappPulseHover {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
/* RTL Support */
[dir=rtl] .whatsapp-float {
  right: auto;
  left: 30px;
}

[dir=rtl] .whatsapp-tooltip {
  right: auto;
  left: 70px;
}

[dir=rtl] .whatsapp-tooltip::after {
  right: auto;
  left: -5px;
  border-left: none;
  border-right: 5px solid #2c3e50;
}

[dir=rtl] .whatsapp-float:hover .whatsapp-tooltip {
  transform: translateY(-50%) translateX(10px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-icon {
    width: 50px;
    height: 50px;
  }
  .whatsapp-icon i {
    font-size: 24px;
  }
  .whatsapp-pulse {
    width: 50px;
    height: 50px;
  }
  .whatsapp-tooltip {
    right: 60px;
    font-size: 12px;
    padding: 6px 10px;
  }
  [dir=rtl] .whatsapp-float {
    right: auto;
    left: 20px;
  }
  [dir=rtl] .whatsapp-tooltip {
    right: auto;
    left: 60px;
  }
}
@media (max-width: 480px) {
  .whatsapp-float {
    bottom: 15px;
    right: 15px;
  }
  .whatsapp-icon {
    width: 45px;
    height: 45px;
  }
  .whatsapp-icon i {
    font-size: 20px;
  }
  .whatsapp-pulse {
    width: 45px;
    height: 45px;
  }
  .whatsapp-tooltip {
    right: 55px;
    font-size: 11px;
    padding: 5px 8px;
  }
  [dir=rtl] .whatsapp-float {
    right: auto;
    left: 15px;
  }
  [dir=rtl] .whatsapp-tooltip {
    right: auto;
    left: 55px;
  }
}
.navbar-toggler-icon {
  background-color: rgba(165, 202, 0, 0.9);
}

@media (max-width: 992px) {
  .navbar-collapse {
    background-color: #040e14;
  }
}

/*# sourceMappingURL=styles.css.map */
