/* Import Google Fonts - Cairo */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&display=swap');
@import url("components.css");

:root {
  --accent-color: #1f4c8c; /* Logo blue */
  --accent-light: #2f67ad;
  --accent-dark: #0b1f3f;

  --orange: #f28c28; /* Logo orange */

  --pink: #fff6df;
  --simblue: #e8eeff;
  --gray: #979797;
  --round-1: 8px;

  --text-dark: #2c3e50;
  --text-light: #7f8c8d;
  --bg-light: #f8f9fa;
  --bg-white: #ffffff;
  --border-color: #e9ecef;

  --shadow: 0 3px 30px rgba(44, 62, 80, 0.1);
  --shadow-hover: 0 4px 20px rgba(44, 62, 80, 0.15);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Cairo", sans-serif;
}

/* Cairo Font - Primary font for the entire website */
body {
  font-family: "Cairo", sans-serif !important;
  line-height: 1.6;
}

/* Apply Cairo to all text elements */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

p, span, a, li, label, input, textarea, button, select {
  font-family: "Cairo", sans-serif;
  line-height: 1.6;
}

/* Legacy font-face kept for fallback */
@font-face {
  font-family: "Product Sans";
  src: url(../font/ProductSans-Regular.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  color: #08000f;
}

.nav-brand .favicon {
    height: 60px; /* جرب زيادة الارتفاع قليلاً ليناسب الشعار */
    width: auto;
    display: block;
    object-fit: contain;
    max-width: 100%;
}
    
/* Page Titles */
.page-title-section {
    padding: 160px 0 60px;
    background: var(--accent-color);
    color: white;
    text-align: center;
}

.page-title-section h1 {
    color: white;
    font-size: 3rem;
}

.page-title-section p {
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
}

/* Homepage */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.header {
  background: var(--bg-white);
  box-shadow: var(--shadow);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* Homepage transparent navbar */
.home-page .header {
  background: transparent;
  box-shadow: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.home-page .nav-link {
  color: #ffffff;
  transition: color 0.3s ease;
}

.home-page .nav-link:hover,
.home-page .nav-link.active {
  color: var(--orange);
}

/* Admin button on homepage */
.home-page .outline-btn {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

.home-page .outline-btn:hover {
  background: white;
  color: var(--accent-color);
  border-color: white;
}

.home-page .header.scrolled .outline-btn {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.home-page .header.scrolled .outline-btn:hover {
  background: var(--accent-color);
  color: white;
}

.home-page .header.scrolled {
  background: var(--bg-white);
  box-shadow: var(--shadow);
}

.home-page .header.scrolled .nav-link {
  color: var(--text-dark);
}

.home-page .header.scrolled .nav-link:hover,
.home-page .header.scrolled .nav-link.active {
  color: var(--accent-color);
}

.home-page .nav-brand .favicon {
  background: transparent;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.home-page .header.scrolled .nav-brand .favicon {
  background: #ffffff;
}

/* Dynamic Language Button Colors */
.home-page .header:not(.scrolled) .lang-btn {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.home-page .header.scrolled .lang-btn,
.lang-btn {
    color: var(--text-dark);
    border-color: var(--border-color);
    background: var(--bg-light);
}

.home-page .header:not(.scrolled) .nav-toggler span {
    background: #ffffff;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 16px;
  min-height: 55px;
}

.nav-brand h2 {
  color: var(--accent-color);
  font-size: 1.8rem;
  font-weight: 700;
}

.nav-toggler {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 32px;
  height: 25px;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.nav {
  width: auto;
  position: relative;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-link {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--accent-color);
}

.nav-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.nav-toggler {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 32px;
  height: 25px;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.nav-toggler span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--text-dark);
  border-radius: 2px;
  margin: 4px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header.nav-open .nav-toggler span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header.nav-open .nav-toggler span:nth-child(2) {
  opacity: 0;
}

.header.nav-open .nav-toggler span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Hero Section */
.hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 200px;
  background: linear-gradient(135deg, var(--accent-dark) 0%, var(--accent-color) 100%);
  color: white;
}

/* Subtle diagonal shape overlay */
.hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 40%;
  height: 120%;
  background: rgba(255, 255, 255, 0.02);
  transform: skewX(-15deg);
  z-index: 1;
}

/* Wave Container */
.hero-waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  min-height: 100px;
  z-index: 4;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; fill: rgba(255, 255, 255, 0.7); }
.parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; fill: rgba(255, 255, 255, 0.5); }
.parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; fill: rgba(255, 255, 255, 0.3); }
.parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; fill: #f4f6f9; } /* Matches services section bg */

@keyframes move-forever {
  0% { transform: translate3d(-90px, 0, 0); }
  100% { transform: translate3d(85px, 0, 0); }
}

.hero .container {
  position: relative;
  z-index: 5;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.header-text {
  color: #ffffff;
}

.highlight {
  color: var(--orange);
}

.hero-description {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

/* Floating Animation for the Hero Image */
.hero-image {
    animation: floatImg 6s ease-in-out infinite;
    z-index: 6;
}

@keyframes floatImg {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}

/* Tracking Search Box Styles */
.tracking-search-container {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: var(--shadow);
  margin-top: 2rem;
  max-width: 500px;
}

.tracking-form {
  display: flex;
  gap: 0.5rem;
}

.tracking-form input {
  flex: 1;
  padding: 0.8rem 1rem;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
}

.tracking-form input:focus {
  border-color: var(--accent-color);
}

/* Quote Form */
.quote-form-section {
  padding: 2rem 0;
  background: var(--bg-white);
  margin-top: -40px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.quote-form {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: var(--bg-white);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: var(--shadow-hover);
  max-width: 800px;
  margin: 0 auto;
}

/* Services Section */
.services {
  padding: 80px 0;
  background: var(--bg-light);
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-dark);
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.service-card {
  background: var(--bg-white);
  padding: 2.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.service-card .service-icon {
  margin: 0 auto 1.5rem;
}

.service-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.service-card p {
  color: var(--text-light);
  line-height: 1.7;
}

.services-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

/* Operation Mode Section */
.operation-mode {
  padding: 80px 0;
  background: var(--bg-white);
}

.operation-steps {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.operation-step {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.operation-step.reverse {
  grid-template-columns: auto 1fr 1fr;
}

.operation-step.reverse .step-content {
  order: 3;
}

.operation-step.reverse .step-image {
  order: 2;
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--accent-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.step-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.step-content p {
  color: var(--text-light);
  line-height: 1.7;
  font-size: 1.1rem;
}

.step-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

/* Footer */
/* Footer - Enhanced with Cairo Font */
.footer {
  background: linear-gradient(135deg, var(--accent-dark) 0%, var(--accent-color) 100%);
  color: #ffffff;
  padding: 3rem 0 2rem;
  position: relative;
  overflow: hidden;
  font-family: "Cairo", sans-serif;
}

/* Footer Waves */
.footer-waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  min-height: 60px;
  z-index: 1;
  transform: rotate(180deg);
}

.footer-waves .parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.footer-waves .parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; fill: rgba(255, 255, 255, 0.15); }
.footer-waves .parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; fill: rgba(255, 255, 255, 0.1); }
.footer-waves .parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; fill: rgba(255, 255, 255, 0.05); }
.footer-waves .parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; fill: rgba(255, 255, 255, 0.02); }

.footer .container {
  position: relative;
  z-index: 2;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
}

.footer-section h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.footer-section h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
}

.footer-section p {
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.75rem;
}

.footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.footer-section ul li a:hover {
  color: #f28c28;
  transform: translateX(-3px);
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .header .container {
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
  }

  .nav-brand .favicon {
    height: 45px;
  }

  .nav-toggler {
    display: inline-flex;
    align-self: center;
    z-index: 12;
    order: 1;
  }

  .nav-actions {
    order: 2;
    margin-left: 10px;
    margin-right: 0;
  }

  [dir="rtl"] .nav-brand { order: 3; }
  [dir="rtl"] .nav-toggler { order: 1; }
  [dir="rtl"] .nav-actions { order: 2; margin-right: auto; margin-left: 10px; }

  .nav {
    width: 100%;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    width: calc(100% - 32px);
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 1rem 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }

  .header.nav-open .nav-list {
    max-height: 360px;
    visibility: visible;
    opacity: 1;
  }

  .nav-list li {
    margin: 0;
  }

  .nav-list .nav-link {
    display: block;
    padding: 0.75rem 0;
  }

  .nav-actions {
    width: auto;
    justify-content: flex-end;
  }

  .hero {
    padding: 100px 0 120px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .quote-form {
    flex-direction: column;
    gap: 1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .operation-step,
  .operation-step.reverse {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .operation-step.reverse .step-content,
  .operation-step.reverse .step-image {
    order: initial;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .footer-section h3 {
    font-size: 1.5rem;
  }

  .footer-section h4 {
    font-size: 1.1rem;
  }

  .footer-section p,
  .footer-section ul li a {
    font-size: 0.95rem;
  }

  .copyright-text {
    font-size: 0.9rem;
  }

  .services-actions {
    flex-direction: column;
    align-items: center;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .rounded-img {
    width: 100% !important;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .stat-item {
    border-left: none;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1rem;
  }

  .stat-item:nth-child(even) {
    border-right: none;
  }

  .stats-section {
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2rem;
  }

  .headline-premium {
    font-size: 2.2rem !important;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .footer-section h3 {
    font-size: 1.35rem;
  }

  .footer-section h4 {
    font-size: 1rem;
  }

  .footer-section p,
  .footer-section ul li a {
    font-size: 0.9rem;
  }

  .copyright-text {
    font-size: 0.85rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .section-header {
    flex-direction: column;
  }

  .section-header h2 {
    font-size: 2rem;
  }
}

/* Login Container */
.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}

.login-card {
  background: var(--bg-white);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  padding: 3rem;
  width: 100%;
  max-width: 450px;
  position: relative;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Brand Section */
.brand-section {
  text-align: center;
  margin-bottom: 2.5rem;
}

.brand-logo {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--primary-light)
  );
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: var(--shadow);
}

/* Login logo uses image; keep it centered and smaller */
.brand-logo .favicon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  object-fit: contain;
}

.login-container .brand-logo {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.brand-logo i {
  font-size: 2rem;
  color: white;
}

.brand-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.brand-subtitle {
  color: var(--text-light);
  font-size: 1rem;
  font-weight: 400;
}

/* Form Styles */
.login-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 1.5rem;
  color: var(--text-muted);
  font-size: 1rem;
  z-index: 2;
  margin: 0;
  padding: 0px 20px;
  transition: color 0.3s ease;
}

.form-input {
  width: 100%;
  padding: .8rem 1rem;
  border: 2px solid var(--border-color);
  border-radius: 12px;
  font-size: 1rem;
  background: var(--bg-white);
  transition: all 0.3s ease;
  outline: none;
}

.form-input:focus {
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-input:focus + .input-icon,
.input-wrapper.focused .input-icon {
  color: var(--border-focus);
}

.form-input::placeholder {
  color: var(--text-muted);
}

.toggle-password {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.toggle-password:hover {
  color: var(--primary-color);
  background: var(--bg-light);
}

/* Form Options */
.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0.5rem 0; */
}

.forgot-password {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 0.9rem;
  text-align: right;
  display: block;
  font-weight: 500;
  transition: color 0.3s ease;
}

.forgot-password:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

/* Divider */
.divider {
  position: relative;
  text-align: center;
  margin: 0.5rem 0;
}

.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border-color);
}

.divider-text {
  background: var(--bg-white);
  padding: 0 1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .login-container {
    padding: 1rem;
  }

  .login-card {
    padding: 2rem;
    border-radius: 16px;
  }

  .brand-logo {
    width: 60px;
    height: 60px;
  }

  .brand-logo .favicon {
    height: 60px;
    width: 60px;
  }

  .brand-logo i {
    font-size: 1.5rem;
  }

  .brand-title {
    font-size: 1.75rem;
  }

  .btn-login,
  .btn-google {
    padding: 0.875rem 1.5rem;
  }

  .form-options {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .login-card {
    padding: 1.5rem;
    margin: 1rem;
  }

  .brand-title {
    font-size: 1.5rem;
  }

  .brand-subtitle {
    font-size: 0.9rem;
  }
}

/* Loading States */
.btn-login:disabled,
.btn-google:disabled {
  position: relative;
}

.fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Focus States for Accessibility */
.btn-login:focus,
.btn-google:focus,
.forgot-password:focus,
.signup-link:focus {
  outline: 2px solid var(--border-focus);
  outline-offset: 2px;
}
.copyright-text {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  font-family: "Cairo", sans-serif;
  font-weight: 500;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* RTL Adjustments */
[dir="rtl"] body {
    text-align: right;
}

[dir="rtl"] .nav-actions {
    margin-right: auto;
    margin-left: 0;
}

[dir="rtl"] .hero-text {
    text-align: right;
}

[dir="rtl"] .input-icon {
    left: auto;
    right: 1.5rem;
}

[dir="rtl"] .form-input {
    padding-right: 3.5rem;
    padding-left: 1rem;
}

[dir="rtl"] .toggle-password {
    right: auto;
    left: 1rem;
}

[dir="rtl"] .footer-section {
    text-align: right;
}

/* About Page Content */
.section-padding {
    padding: 80px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: var(--text-dark);
}
.rounded-img {
    border-radius: 20px;
    box-shadow: var(--shadow);
    width: 100%;
    height: auto;
}

/* W8 Style Enhancements */
.about-hero {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.8)), 
                url('https://images.pexels.com/photos/11623500/pexels-photo-11623500.jpeg?auto=compress&cs=tinysrgb&w=1260') center/cover;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-section {
    background: var(--bg-white);
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow-hover);
    text-align: center;
}

.stat-item {
    border-left: 1px solid var(--border-color);
}

.stat-item:last-child {
    border-left: none;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--orange);
}

.stat-label {
    color: var(--text-light);
    font-size: 0.9rem;
}

.mission-card .icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Animations */
.fade-in {
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modern Mission & Vision UI */
.mission-vision-section {
    background-color: #f4f6f9;
    padding: 100px 0;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.modern-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}
.modern-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.modern-card h3 {
    color: #e66e1f;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 20px 0;
}

.modern-card p {
    color: #5c6770;
    font-size: 1rem;
    line-height: 1.8;
}

.icon-circle {
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .mission-vision-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* --- Premium UI Enhancements --- */
.highlight-red {
    color: #e53535;
    font-weight: 800;
}

/* Premium About Hero */
.premium-about {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 120%;
    background: url('../img/img2.jpg') center/cover;
    background-attachment: fixed;
    z-index: -2;
    animation: slowZoom 20s infinite alternate ease-in-out;
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

.dark-gradient-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,51,102,0.4) 100%);
    z-index: -1;
}



.subtitle-premium {
    color: #e53535;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

.headline-premium {
    color: white !important;
    font-size: 3.5rem;
    line-height: 1.2;
}

.glass-hero-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 20px;
    max-width: 800px;
}

.paragraph-premium {
    color: rgba(255,255,255,0.9) !important;
    font-size: 1.2rem;
    margin: 2rem 0;
}

.btn-premium {
    display: inline-block;
    background: #e53535;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-premium:hover {
    background: transparent;
    border-color: #e53535;
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(229, 53, 53, 0.4);
}

/* Dynamic Services Slider */
.dynamic-services-section {
    position: relative;
    padding: 120px 0;
    color: white;
    overflow: hidden;
}

.slider-bg-container {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: -2;
}

.bg-slide {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    animation: fadeSlider 20s infinite;
}

.bg-slide:nth-child(1) { animation-delay: 0s; }
.bg-slide:nth-child(2) { animation-delay: 5s; }
.bg-slide:nth-child(3) { animation-delay: 10s; }
.bg-slide:nth-child(4) { animation-delay: 15s; }

@keyframes fadeSlider {
    0%, 20% { opacity: 1; transform: scale(1); }
    25%, 95% { opacity: 0; transform: scale(1.05); }
    100% { opacity: 1; }
}

.dark-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

.glass-service-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
}

.glass-service-card:hover {
    transform: translateY(-15px) scale(1.03);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 15px rgba(229, 53, 53, 0.3);
    border-color: rgba(229, 53, 53, 0.5);
}

.service-icon-anim {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: block;
    animation: floatIcon 3s infinite ease-in-out;
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.services-premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.section-title-premium {
    text-align: center;
    font-size: 3rem;
    color: white !important;
}

.slider-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.dot {
    width: 12px; height: 12px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
}

.dot.active {
    background: #e53535;
    box-shadow: 0 0 10px #e53535;
}

/* Services Page */
.services-hero {
    background: linear-gradient(rgba(11, 31, 63, 0.68), rgba(31, 76, 140, 0.62)),
        url("../img/ship.jpg") center/cover no-repeat;
    color: #fff;
    padding: 150px 0 80px;
}

.services-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

.services-hero h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.services-hero p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.9;
    margin-bottom: 1.5rem;
    max-width: 640px;
}

.services-hero .hero-actions {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.services-hero .hero-actions .outline-button {
    border-color: #fff;
    color: #fff;
}

.services-hero .hero-actions .outline-button:hover {
    background: #fff;
    color: #0b1f3f;
}

.services-hero-image {
    text-align: center;
}

.services-hero-image img {
    width: 100%;
    max-width: 420px;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.footer-globe-wrap {
    text-align: center;
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
}

.footer-globe {
    width: 100%;
    max-width: 260px;
    animation: footerGlobeFloat 3.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
    will-change: transform;
}

@keyframes footerGlobeFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(-16px);
    }
    75% {
        transform: translateY(-8px);
    }
}

.services-list {
    padding: 85px 0;
    background: #f4f7fb;
}

.services-list .section-intro {
    text-align: center;
    margin-bottom: 2.4rem;
}

.services-list .section-intro h2 {
    font-size: 2.3rem;
    color: #0b1f3f;
    margin-bottom: 0.8rem;
}

.services-list .section-intro p {
    color: #5c6770;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.9;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.service-box {
    background: #fff;
    border-radius: 12px;
    padding: 1.8rem 1.35rem 1.4rem;
    border: 1px solid #e8edf5;
    box-shadow: 0 2px 8px rgba(11, 31, 63, 0.05);
    position: relative;
    overflow: hidden;
    transition: transform 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.service-box::before {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f4f7fd;
    border: 1px solid #e3ebf8;
    position: absolute;
    top: 14px;
    right: 14px;
    transition: background-color 0.28s ease, border-color 0.28s ease;
}

.service-box h3 {
    color: #1f4c8c;
    margin: 0.2rem 0 0.7rem;
    font-size: 1.2rem;
    padding-right: 44px;
    transition: color 0.28s ease;
}

.service-box p {
    color: #5c6770;
    line-height: 1.8;
    font-size: 0.95rem;
    transition: color 0.28s ease;
}

.service-icon-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef4fd;
    color: #1f4c8c;
    border: 1px solid #dce8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.service-box:hover {
    background: #f28c28;
    border-color: #f28c28;
    transform: translateY(-6px);
    box-shadow: 0 16px 28px rgba(242, 140, 40, 0.32);
}

.service-box:hover::before {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.35);
}

.service-box:hover h3,
.service-box:hover p {
    color: #ffffff;
}

.service-box:hover .service-icon-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.38);
}

.multimodal {
    padding: 70px 0 90px;
    background: #fff;
}

.multimodal-panel {
    background: linear-gradient(135deg, #eef4ff 0%, #f9fcff 100%);
    border: 1px solid #dbe7ff;
    border-radius: 16px;
    padding: 2rem;
}

.multimodal-panel h2 {
    color: #0b1f3f;
    margin-bottom: 0.8rem;
    font-size: 2rem;
}

.multimodal-panel p {
    color: #526273;
    line-height: 1.9;
    margin-bottom: 1rem;
}

.mode-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.mode-badges span {
    background: #1f4c8c;
    color: #fff;
    padding: 0.48rem 0.9rem;
    border-radius: 999px;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .services-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .services-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .services-hero .hero-actions {
        justify-content: center;
    }

    .service-cards {
        grid-template-columns: 1fr;
    }
}

/* Track Page */
.track-page {
    background: #f4f7fb;
    padding: 150px 0 80px;
    min-height: 70vh;
}

.track-search-card,
.track-result-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(11, 31, 63, 0.1);
    padding: 1.5rem;
    margin-bottom: 1.2rem;
}

.track-search-card h1 {
    color: #0b1f3f;
    margin-bottom: 0.5rem;
}

.track-search-card p {
    color: #5c6770;
    margin-bottom: 1rem;
}

.track-form {
    display: flex;
    gap: 0.6rem;
}

.track-form input {
    flex: 1;
    border: 1px solid #d5e0f3;
    border-radius: 10px;
    padding: 0.8rem 1rem;
    outline: none;
}

.track-result-card h2 {
    color: #1f4c8c;
    margin-bottom: 1rem;
}

.track-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-bottom: 1.2rem;
}

.track-message {
    border-radius: 12px;
    padding: 0.9rem 1rem;
    margin-bottom: 1rem;
}

.track-message.info {
    background: #eaf2ff;
    color: #1f4c8c;
}

.track-message.error {
    background: #ffe9e9;
    color: #a42929;
}

.milestones {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.milestone {
    border: 1px solid #dbe4f2;
    border-radius: 10px;
    padding: 0.7rem 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.milestone .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9aa8bb;
    box-shadow: none;
}

.milestone.done .dot {
    background: #2d9858;
}

.milestone.active .dot {
    background: #f28c28;
}

.milestone .label {
    color: #223349;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .track-form {
        flex-direction: column;
    }

    .track-result-grid,
    .milestones {
        grid-template-columns: 1fr;
    }
}

/* Video Showcase Section */
.video-showcase {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

/* For homepage with transparent header */
.home-page .video-showcase {
    margin-top: 76px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-content {
    text-align: center;
    color: white;
    padding: 2rem;
    max-width: 700px;
}

.video-tag {
    display: inline-block;
    background: var(--orange);
    color: white;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.video-content h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.video-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.video-cta {
    padding: 0.9rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .video-showcase {
        height: 400px;
        margin-top: 0;
    }
    
    .video-content h2 {
        font-size: 1.8rem;
    }
    
    .video-content p {
        font-size: 1rem;
    }
}

/* Contact Page */
.contact-page {
  background: #f2f4f8;
  padding: 150px 0 90px;
  position: relative;
}

.contact-page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 220px;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(#d8dee8 1.6px, transparent 1.6px);
  background-size: 10px 10px;
  opacity: 0.7;
}

.contact-panel {
  background: transparent;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.contact-details,
.contact-form-card,
.contact-bottom-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.3rem;
  border: 1px solid #e5ebf4;
}

.contact-details h1 {
  font-size: 2rem;
  margin-bottom: 0.9rem;
  color: #0b1f3f;
}

.contact-details > p {
  color: #5d6876;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.contact-info-block {
  border-top: 1px solid #edf1f7;
  padding-top: 0.7rem;
  margin-top: 0.7rem;
}

.contact-info-block h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
  color: #1f4c8c;
}

.contact-info-block p {
  margin: 0.1rem 0;
  color: #4d5a6a;
}

.contact-fields-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dce4f1;
  background: #f9fbff;
  border-radius: 8px;
  padding: 0.65rem 0.8rem;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #9bb8e6;
  background: #ffffff;
}

.contact-form-footer {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.7rem;
}

.policy-check {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  color: #5d6876;
  white-space: nowrap;
  flex: 0 0 auto;
}

.contact-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-bottom-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
  color: #1f4c8c;
}

.contact-bottom-card p {
  color: #4d5a6a;
  margin: 0.25rem 0;
}

.contact-socials {
  margin-top: 0.6rem;
  display: flex;
  gap: 0.4rem;
}

.contact-socials a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eef3fb;
  color: #1f4c8c;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .contact-grid,
  .contact-bottom-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-fields-row {
    grid-template-columns: 1fr;
  }
}

/* ==========================================
   Services Section - Circular Icons
   ========================================== */

.services-section {
  position: relative;
  background: #f4f8fb;
}

.services-background {
  padding: 4rem 0;
}

.services-content {
  text-align: center;
}

.services-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.service-circle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #5c5b5b;
  padding: 1rem;
}

.circle-icon {
  width: 100px;
  height: 100px;
  border: 2px solid #f28c28;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  background: rgba(242, 140, 40, 0.1);
}

.circle-icon i {
  font-size: 2.5rem;
  color: #f28c28;
  transition: all 0.3s ease;
}

.service-circle-card:hover .circle-icon {
  background: #f28c28;
  border-color: #f28c28;
  transform: scale(1.1);
}

.service-circle-card:hover .circle-icon i {
  color: #ffffff;
}

.service-circle-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #000000;
  font-family: "Cairo", sans-serif;
}

.service-circle-card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
  font-family: "Cairo", sans-serif;
}

.services-section .services-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.services-section .services-actions .button {
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Cairo", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
}

.services-section .outline-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.services-section .outline-btn:hover {
  background: #ffffff;
  color: #0b1f3f;
}

.services-section .custom-button {
  background: #f28c28;
  color: #ffffff;
  border: 2px solid #f28c28;
}

.services-section .custom-button:hover {
  background: #ffffff;
  color: #f28c28;
}

/* Responsive */
@media (max-width: 992px) {
  .services-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 576px) {
  .services-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .circle-icon {
    width: 80px;
    height: 80px;
  }

  .circle-icon i {
    font-size: 2rem;
  }

  .service-circle-card h3 {
    font-size: 1.1rem;
  }
}

/* ==========================================
   About Us Section
   ========================================== */

.about-us-section {
  padding: 5rem 0;
  color: #ffffff;
  font-family: "Cairo", sans-serif;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #000000;
  font-family: "Cairo", sans-serif;
}

.about-description {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Cairo", sans-serif;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-align: right;
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 12px;
  border-right: 3px solid #f28c28;
}

.feature-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f28c28;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.feature-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000000;
  font-family: "Cairo", sans-serif;
}

.feature-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
  font-family: "Cairo", sans-serif;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f28c28;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Cairo", sans-serif;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background: #ffffff;
  color: #0b1f3f;
  transform: translateY(-2px);
}

.about-btn i {
  transition: transform 0.3s ease;
}

.about-btn:hover i {
  transform: translateX(-4px);
}

/* Responsive */
@media (max-width: 768px) {
  .about-us-section {
    padding: 3rem 0;
  }

  .about-text h2 {
    font-size: 2rem;
  }

  .about-description {
    font-size: 1rem;
  }

  .about-feature {
    padding: 1rem;
  }

  .feature-content h4 {
    font-size: 1.1rem;
  }
}

/* ==========================================
   Featured Listings Section - Cars
   ========================================== */

.featured-listings {
  padding: 5rem 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  font-family: "Cairo", sans-serif;
}

.featured-listings .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.featured-listings .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-dark);
  margin-bottom: 0.5rem;
  font-family: "Cairo", sans-serif;
}

.featured-listings .section-subtitle {
  font-size: 1.1rem;
  color: var(--text-light);
  font-family: "Cairo", sans-serif;
}

.section-subtitle {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-subtitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #f28c28;
  border-radius: 2px;
}

/* Cars Grid */
.cars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

/* Car Card */
.car-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
}

.car-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.car-card:hover .car-image {
  transform: scale(1.05);
}

/* Car Image */
.car-image-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.car-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Badges */
.car-year-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--accent-color);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: "Cairo", sans-serif;
}

.car-status-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Cairo", sans-serif;
}

/* Car Content */
.car-content {
  padding: 1.5rem;
}

.car-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
  font-family: "Cairo", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.car-details {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.car-detail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-light);
  font-family: "Cairo", sans-serif;
}

.car-detail i {
  color: var(--accent-color);
  font-size: 0.85rem;
}

/* Car Footer */
.car-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.car-price {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--accent-color);
  font-family: "Cairo", sans-serif;
}

.car-view-btn {
  background: var(--accent-color);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Cairo", sans-serif;
  transition: all 0.3s ease;
}

.car-view-btn:hover {
  background: var(--accent-dark);
  transform: scale(1.05);
}

/* Section Footer */
.section-footer {
  text-align: center;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Cairo", sans-serif;
  transition: all 0.3s ease;
}

.btn-view-all:hover {
  background: var(--accent-color);
  color: #ffffff;
}

.btn-view-all:hover i {
  transform: translateX(4px);
}

.btn-view-all i {
  transition: transform 0.3s ease;
}

/* No Cars Message */
.no-cars-message {
  text-align: center;
  padding: 4rem 2rem;
  color: var(--text-light);
}

.no-cars-message i {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: var(--accent-color);
  opacity: 0.5;
}

.no-cars-message p {
  font-size: 1.1rem;
  font-family: "Cairo", sans-serif;
}

/* Responsive */
@media (max-width: 992px) {
  .cars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .featured-listings .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .cars-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .featured-listings {
    padding: 3rem 0;
  }

  .featured-listings .section-title {
    font-size: 1.75rem;
  }

  .car-image-wrapper {
    height: 200px;
  }

  .car-price {
    font-size: 1.15rem;
  }
}