:root {
  --primary-color: #0056b3;
  --secondary-color: #00d4ff;
  --accent-color: #25d366;
  --dark-bg: #0f172a;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
}

body {
  background-color: #f4f7f6;
  overflow-x: hidden;
  padding-top: 80px;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}

header {
  background: var(--white);
  padding: 5px 2% !important;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* overflow: hidden; */
  overflow: visible !important;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.logo {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--primary-color);
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 20px;
}
.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 700;
  transition: 0.3s;
}
.nav-links a:hover {
  color: var(--primary-color);
}
.hero {
  min-height: 80vh;
  background: linear-gradient(
    135deg,
    var(--dark-bg) 0%,
    var(--primary-color) 100%
  );

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  padding: 50px 8%;
  color: white;
  /* padding: 60px 8%; */
}
.hero-content {
  flex: 1;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-content h1 span {
  color: var(--secondary-color);
}
.hero-content h1 .gray {
  color: #c2bbbb;
}
.hero-content h1 .yellow {
  color: #cca14b;
}
.hero-content p {
  margin: 20px 0;
  font-size: 1.1rem;
  line-height: 1.8;
}
.floating-img {
  width: 100%;
  max-width: 550px;

  height: auto;
  object-fit: contain;

  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Companies Grid */
.companies-section {
  padding: 25px 8%;
  text-align: center;
}
.section-title,
.section-title-red,
.section-title-green {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  font-size: 2rem;
  color: var(--dark-bg);
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.section-title::after,
.section-title-red::after,
.section-title-green::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--secondary-color);
}

.section-title-red::after {
  background-color: #a30034;
}
.section-title-green::after {
  background-color: #23842a;
}

.companies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.company-card {
  background: var(--white);
  padding: 30px;
  border-radius: 15px;
  text-decoration: none;
  color: inherit;
  transition: 0.4s all ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 350px;
  text-align: center;
}

.company-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid var(--secondary-color);
}

.company-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: auto;
  margin-top: auto;
}

.img-up {
  width: 120px;
  max-height: 120px;
}

.img-up1 {
  width: 150px;
  max-height: 120px;
}
/* Buttons */
.btn {
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
.btn-call {
  background: var(--secondary-color);
  color: white;
}
.btn-call-red {
  background: #ff3b3b;
  color: white;
}
.btn-call-green {
  background: #23842a;
  color: white;
}
.btn-wa {
  background: var(--accent-color);
  color: white;
}

.fixed-actions {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 2000;
}
.fixed-actions a {
  text-decoration: none;
}

.hotline-float-btn {
  position: fixed;
  top: 68%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2000;
  text-decoration: none;
  cursor: pointer;
  font-family: sans-serif;
}

/* الجزء الأسود العلوي */
.hotline-float-btn .arrow-top {
  background-color: #000000;
  color: #ffffff;
  width: 60px; /* زيادة العرض قليلاً لراحة العين وضمان استيعاب النص بالأسفل */
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px; /* الدوران جهة اليسار لأن الزرار على اليمين */
  font-size: 0.9rem;
}

/* الجزء الأخضر السفلي */
.hotline-float-btn .hotline-content {
  background-color: #16ca72;
  color: #ffffff;
  width: 60px; /* متناسق مع الجزء العلوي */
  padding: 10px 2px; /* تقليل الحشو الجانبي لمنع خروج النص */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-bottom-left-radius: 8px; /* الدوران جهة اليسار */
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  box-sizing: border-box; /* يضمن حساب الأبعاد بدقة لمنع خروج النص */
}

/* تأثير الهوفر */
.hotline-float-btn:hover .hotline-content {
  background-color: #12b363;
}

/* أيقونة التليفون */
.hotline-float-btn .hotline-content i {
  font-size: 1.2rem; /* تصغير الأيقونة قليلاً لتتناسب مع النص */
}

/* كلمة الخط الساخن (تم تصغيرها وضمان بقائها بالداخل) */
.hotline-float-btn .hotline-content span {
  font-size: 0.65rem; /* تصغير الخط لحل مشكلة الخروج بره الصندوق */
  font-weight: bold;
  text-align: center;
  white-space: nowrap; /* يمنع الكلمة من الانقسام لسطرين */
  display: block;
  width: 100%;
}

@keyframes green-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);
  }
}
.float-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.float-btn.phone {
  background: #ff3b3b;
  animation: pulse 2s infinite;
}
.float-btn.wa {
  background: var(--accent-color);
}
.hero-slogan {
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.6;
  color: #ffd700;
  font-size: 1.3rem;
  border-right: 4px solid var(--secondary-color);
  padding-right: 15px;
}

.hero-slogan span {
  color: var(--light-text);
  font-size: 1.1rem;
  font-weight: 400;
  display: block;
}

@media (max-width: 992px) {
  .hero-slogan {
    border-right: none;
    border-bottom: 2px solid var(--secondary-color);
    padding-right: 0;
    padding-bottom: 10px;
    display: inline-block;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 15px rgba(255, 59, 59, 0);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding-top: 30px;
  }

  .hero-image {
    width: 100%;
  }

  .floating-img {
    max-width: 320px;
  }
}
.logo-img {
  height: 70px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.05);
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
}

.menu-toggle {
  display: none;
  font-size: 1.8rem;
  color: var(--primary-color);
  cursor: pointer;
  z-index: 1001;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.nav-overlay.active {
  display: block;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: flex !important;
    position: fixed;
    right: -100%;
    top: 0;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    z-index: 9999;
    flex-direction: column;
    padding-top: 100px;

    padding-right: 25px;
    padding-left: 25px;

    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
    transition: 0.4s all ease-in-out;
    overflow-y: auto;
  }
  body.menu-open {
    overflow: hidden;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: right;
  }

  .nav-links.active {
    right: 0 !important;
  }
}

.main-footer,
.main-footer-red,
.main-footer-green {
  background: var(--dark-bg);
  color: var(--white);
  padding: 60px 0 20px;
  margin-top: 50px;
  border-top: 5px solid var(--secondary-color);
}
.main-footer-red {
  background: #1a1a1a;
  border-top-color: #a30034;
}
.main-footer-green {
  background: #1c5420;
  border-top-color: #23842a;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  padding: 0 8%;
}

.footer-column h3 {
  color: var(--secondary-color);
  margin-bottom: 25px;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 10px;
}
.main-footer-red .footer-column h3 {
  color: #a30034;
}
.main-footer-green .footer-column h3 {
  color: #cca14b;
}

.footer-column h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: var(--accent-color);
}

.footer-logo {
  height: 60px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-column p {
  line-height: 1.8;
  color: #cbd5e1;
  font-size: 0.95rem;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.footer-column p a {
  color: #ffffff !important;
  text-decoration: none;
  transition: 0.3s;
}
.footer-column ul li a:hover {
  /* color: var(--secondary-color); */
  padding-right: 10px;
}
.footer-column.contact i {
  color: var(--secondary-color);
  margin-left: 10px;
}
.main-footer-red .footer-column.contact i {
  color: #a30034;
  margin-left: 10px;
}
.main-footer-green .footer-column.contact i {
  color: #cca14b;
  margin-left: 10px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  background: var(--secondary-color);
  transform: translateY(-5px);
}

.footer-bottom {
  margin-top: 50px;
  padding: 25px 8% 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.dev-credit {
  font-size: 0.9rem;
  color: #94a3b8;
}

.engineer-name {
  color: var(--secondary-color);
  font-weight: 700;
}
.engineer-name-red {
  color: #a30034;
  font-weight: 700;
}
.engineer-name-gold {
  color: #cca14b;
  font-weight: 700;
}

/* التجاوب مع الموبايل */
@media (max-width: 768px) {
  .bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-container {
    text-align: center;
  }

  .footer-column h3::after {
    right: 50%;
    transform: translateX(50%);
  }
}
/* Company Page Styles */
.company-hero {
  position: relative;
  height: 60vh;
  /* background: url("https://images.unsplash.com/photo-1581092921461-eab62e92c73e?q=80&w=2070")
    center/cover; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-overlay,
.hero-overlay-red,
.hero-overlay-green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(15, 23, 42, 0.8),
    rgba(0, 86, 179, 0.6)
  );
}
.hero-overlay-red {
  background: linear-gradient(
    to bottom,
    rgba(194, 0, 0, 0.91),
    rgba(110, 8, 8, 0.7)
  );
}
.hero-overlay-green {
  background: linear-gradient(to bottom, #1c5420, rgba(0, 128, 64, 0.6));
}

.brand-big-logo {
  width: 150px;
  background: white;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.features-badges,
.features-badges-yellow {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.features-badges span,
.features-badges-yellow span {
  background: var(--accent-color);
  padding: 8px 15px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: bold;
}
.features-badges-yellow span {
  background: #ddae50;
}

.info-grid,
.info-grid-red,
.info-grid-green {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 50px 8%;
}

.info-card {
  background: white;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-bottom: 3px solid transparent;
}

.info-card:hover {
  border-bottom-color: var(--secondary-color);
  transform: translateY(-5px);
}

.info-card i {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.info-grid-red div i {
  color: #a30034;
}
.info-grid-green div i {
  color: #23842a;
}

/* Why Us Section */
.why-us,
.why-us-red {
  background: #e2e8f0;
  padding: 80px 8%;
  display: flex;
  justify-content: center;
}

.why-content {
  max-width: 800px;
  text-align: right;
}

.why-content ul {
  list-style: none;
  margin: 30px 0;
}

.why-content li {
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.why-content li i {
  color: var(--accent-color);
  font-size: 1.3rem;
}
.why-us-red .why-content li i {
  color: #a30034;
}

.pulse-animation {
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 212, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 212, 255, 0);
  }
}

.dropdown-toggle {
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.dropdown {
  position: relative;
}

.submenu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  min-width: 250px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  list-style: none;

  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);

  z-index: 99999;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 769px) {
  .dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.submenu li a {
  padding: 12px 20px !important;
  color: #2d3436 !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
  border: none !important;
}

.submenu li a:hover {
  background-color: #f8fbff;
  color: var(--primary-color) !important;
  padding-right: 25px !important;
}

.dropdown-toggle i {
  font-size: 0.7rem;
  transition: 0.3s;
}

.dropdown:hover .dropdown-toggle i {
  transform: rotate(180deg);
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    order: -1;
    margin-left: auto;
  }

  .nav-links {
    background: #ffffff !important;
    right: -100%;
  }

  .nav-links a {
    color: #333 !important;
  }

  .nav-links.active ~ .menu-toggle i.fa-times {
    position: fixed;
    right: 20px;
    top: 20px;
    color: var(--primary-color);
    z-index: 10000;
  }

  .submenu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f9f9f9;
    width: 100%;
    padding-right: 20px;
  }

  .dropdown.open .submenu {
    display: block;
  }
}
:root {
  --primary: #0056b3;
  --secondary: #00d4ff;
  --accent: #25d366;
  --dark: #0f172a;
  --white: #ffffff;
  --light-bg: #f4f7f6;
  --card-shadow: 0 10px 40px rgba(0, 86, 179, 0.12);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
}
body {
  background: var(--light-bg);
  overflow-x: hidden;
}

/* ===== HERO ===== */
.hero {
  min-height: 70vh;
  background: linear-gradient(
    135deg,
    var(--dark) 0%,
    #1a3a6e 50%,
    var(--primary) 100%
  );
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: white;
  padding: 80px 5% 60px;
}

/* Animated background particles */
.hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(0, 212, 255, 0.15) 0%,
    transparent 70%
  );
  top: -200px;
  right: -200px;
  border-radius: 50%;
  animation: pulse-bg 6s ease-in-out infinite;
}
.hero::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(0, 86, 179, 0.2) 0%,
    transparent 70%
  );
  bottom: -100px;
  left: -100px;
  border-radius: 50%;
  animation: pulse-bg 8s ease-in-out infinite reverse;
}

@keyframes pulse-bg {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

/* Floating snowflakes */
.snowflakes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.snowflake {
  position: absolute;
  color: rgba(0, 212, 255, 0.4);
  font-size: 1.5rem;
  animation: fall linear infinite;
}
@keyframes fall {
  0% {
    transform: translateY(-50px) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(110vh) rotate(360deg);
    opacity: 0;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 212, 255, 0.15);
  border: 1px solid rgba(0, 212, 255, 0.4);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  color: var(--secondary);
  margin-bottom: 20px;
  animation: fadeDown 0.8s ease forwards;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 20px;
  animation: fadeUp 0.8s ease 0.2s both;
}
.hero h1 span {
  color: var(--secondary);
}
/* .hero h1 .red {
  color: #ff3b3b;
} */

.hero p {
  font-size: 1.1rem;
  color: #cbd5e1;
  line-height: 1.9;
  margin-bottom: 35px;
  animation: fadeUp 0.8s ease 0.4s both;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 35px;
  animation: fadeUp 0.8s ease 0.5s both;
}
.stat {
  text-align: center;
}
.stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--secondary);
  display: block;
}
.stat-label {
  font-size: 0.85rem;
  color: #94a3b8;
}

.hero-btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 0.8s ease 0.6s both;
}
.btn {
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.btn-primary {
  background: var(--secondary);
  color: var(--dark);
  box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.5);
  animation: pulse-btn 2s infinite;
}
.btn-whatsapp {
  background: var(--accent);
  color: white;
}
.btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}

@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 212, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 212, 255, 0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== FEATURES STRIP ===== */
.features-strip {
  background: var(--primary);
  padding: 18px 5%;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
}
.feature-item i {
  color: var(--secondary);
  font-size: 1.2rem;
}

/* ===== SECTION COMMON ===== */
section {
  padding: 70px 5%;
}
.section-title {
  font-size: 2rem;
  font-weight: 900;
  color: var(--dark);
  text-align: center;
  margin-bottom: 10px;
}
.section-title span {
  color: var(--primary);
}
.section-subtitle {
  text-align: center;
  color: #64748b;
  font-size: 1rem;
  margin-bottom: 50px;
}
.title-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(to left, var(--secondary), var(--primary));
  border-radius: 10px;
  margin: 10px auto 15px;
}

/* ===== PROBLEMS SECTION ===== */
.problems-section {
  background: white;
}
.problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}
.problem-card {
  background: var(--light-bg);
  border-radius: 20px;
  padding: 30px 25px;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.problem-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), transparent);
  border-radius: 0 20px 0 80px;
  transition: 0.4s;
}
.problem-card:hover {
  border-color: var(--secondary);
  transform: translateY(-8px);
  box-shadow: var(--card-shadow);
}
.problem-card:hover::before {
  width: 120px;
  height: 120px;
}
.problem-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.5rem;
  color: white;
  transition: 0.3s;
}
.problem-card:hover .problem-icon {
  transform: rotate(10deg) scale(1.1);
}
.problem-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}
.problem-card p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ===== STEPS SECTION ===== */
.steps-section {
  background: linear-gradient(135deg, var(--dark) 0%, #1a3a6e 100%);
}
.steps-section .section-title {
  color: white;
}
.steps-section .section-subtitle {
  color: #94a3b8;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  position: relative;
}
.step-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  color: white;
  transition: 0.4s;
  position: relative;
}
.step-card:hover {
  background: rgba(0, 212, 255, 0.1);
  border-color: var(--secondary);
  transform: scale(1.03);
}
.step-num {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(0, 212, 255, 0.2);
  line-height: 1;
  margin-bottom: 10px;
}
.step-icon {
  font-size: 2rem;
  color: var(--secondary);
  margin-bottom: 15px;
}
.step-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.step-card p {
  color: #94a3b8;
  font-size: 0.85rem;
  line-height: 1.7;
}

/* ===== BRANDS SECTION ===== */
.brands-section {
  background: var(--light-bg);
}
.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
}
.brand-card {
  background: white;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.brand-card:hover {
  transform: translateY(-6px);
  border-bottom-color: var(--secondary);
  box-shadow: var(--card-shadow);
}
.brand-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: block;
}
.brand-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--dark);
}
.brand-card p {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 4px;
}

/* ===== WHY US ===== */
.why-section {
  background: white;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-visual {
  position: relative;
}
.why-main-card {
  background: linear-gradient(135deg, var(--primary), #003d80);
  border-radius: 25px;
  padding: 50px 40px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.why-main-card::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(0, 212, 255, 0.1);
  border-radius: 50%;
  top: -50px;
  right: -50px;
}
.why-main-card i {
  font-size: 5rem;
  color: var(--secondary);
  margin-bottom: 20px;
  display: block;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.why-main-card h3 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.why-main-card p {
  color: #cbd5e1;
  font-size: 0.95rem;
}

.why-float-badge {
  position: absolute;
  background: white;
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
}
.badge-1 {
  bottom: -20px;
  right: -20px;
}
.badge-2 {
  top: -20px;
  left: -20px;
}

.why-list {
  list-style: none;
}
.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
  padding: 20px;
  background: var(--light-bg);
  border-radius: 15px;
  transition: 0.3s;
}
.why-list li:hover {
  background: #e0f2fe;
  transform: translateX(-5px);
}
.why-list li i {
  color: var(--accent);
  font-size: 1.3rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.why-list li div h4 {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}
.why-list li div p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ===== CTA ===== */
.cta-section {
  background: linear-gradient(135deg, #0f172a, #0056b3);
  padding: 80px 5%;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300d4ff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    repeat;
}
.cta-section h2 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 15px;
  position: relative;
}
.cta-section p {
  color: #94a3b8;
  font-size: 1.05rem;
  margin-bottom: 35px;
  position: relative;
}
.cta-btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* ===== FIXED BUTTONS ===== */
.fixed-actions {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 2000;
}
.float-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  text-decoration: none;
}
.float-btn.phone {
  background: #ff3b3b;
  animation: phone-pulse 2s infinite;
}
.float-btn.wa {
  background: var(--accent);
}
.float-btn:hover {
  transform: scale(1.1);
}

@keyframes phone-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 59, 59, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 59, 59, 0);
  }
}

/* ===== SCROLL ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-visual {
    display: none;
  }
  .hero-stats {
    gap: 25px;
  }
  .features-strip {
    gap: 20px;
  }
  section {
    padding: 50px 5%;
  }
}

.ac-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 100%);
}
.microwave-hero {
  background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
}
.washers-hero {
  background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%);
}

@media (max-width: 768px) {
  .nav-links.active {
    display: flex;
    flex-direction: column;
    background: var(--white);
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}

.problem-icon i {
  transition: transform 0.3s ease;
}
.problem-card:hover .problem-icon i {
  transform: scale(1.2);
}
.ac-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 100%) !important;
}
.washers-hero {
  background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%) !important;
}
.washers-hero {
  background: linear-gradient(135deg, #075985 0%, #0ea5e9 100%) !important;
  position: relative;
  overflow: hidden;
}

.washers-hero .hero-badge {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.freezers-hero {
  background: linear-gradient(
    135deg,
    #082f49 0%,
    #075985 50%,
    #0284c7 100%
  ) !important;
  position: relative;
}

.freezers-hero .hero-badge {
  color: #e0f2fe;
  border-color: rgba(224, 242, 254, 0.4);
  background: rgba(224, 242, 254, 0.1);
}

.freezers-hero h1 span {
  color: #7dd3fc;
}
.phone-link,
.whatsapp-link,
.engineer-name,
.engineer-name-red,
.engineer-name-gold {
  cursor: pointer;

  text-decoration: none;
  transition: 0.3s;
}
#mobile-menu i {
  color: #d60202;
}
.company-header {
  display: flex;
  align-items: center;
  direction: rtl;
  justify-content: flex-start;
  gap: 10px;
  padding: 20px 20px !important;
}
.brand-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-icon-box i {
  font-size: 35px; /* حجم الأيقونة (تقدري تكبريها أو تصغريها) */
  transition: transform 0.3s ease;
}

.brand-name-SM,
.brand-name-Alaska,
.brand-name-White-Whale,
.brand-name-LG {
  color: #0e2287;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.SMIcon {
  color: #0e2287;
}
/* .SM-img {
  height: 30px;
  width: 40px;
  display: block;
  transition: transform 0.3s ease;
}
.Alaska-img,
.White-Whale-img,
.LG-img,
.Keriazi-img {
  height: 50px;
  width: 50px;
  display: block;
  transition: transform 0.3s ease;
} */
/* #0272b8 */
.brand-name-White-Whale,
.whiteWhaleIcon {
  color: #0272b8;
}
.brand-name-Alaska,
.alaskaIcon {
  color: #4353a1;
}
.alaskai {
  color: #4353a1;
  width: 50px;
  height: 50px;
  color: #4353a1;
  font-size: 32px; /* التحكم في حجم أيقونات Font Awesome بـ font-size أفضل من width/height */
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-name-LG,
.aristonIcon,
.lgIcon {
  color: #a30034;
}

.brand-name-Keriazi,
.kiriaziIcon {
  color: #1c5420;
}
.rates-section-kiriazi {
  background-color: #1e4620;
  color: #ffffff;
  padding: 50px 20px;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}
.rates-section-kiriazi .rates-top-icons {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}
.rates-section-kiriazi .icon-circle {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.rates-section-kiriazi .icon-circle i {
  color: #d4af37;
  font-size: 35px;
}
.rates-section-kiriazi .rates-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 30px;
}
.rates-section-kiriazi .rates-column {
  padding: 10px;
}

.rates-section-kiriazi .column-main-title {
  font-size: 16px;
  color: #d4af37;
  margin-bottom: 8px;
}
.rates-section-kiriazi .custom-progress-wrapper {
  margin-bottom: 25px;
}
.rates-section-kiriazi .progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}
.rates-section-kiriazi .progress-bar-track {
  background-color: #555555;
  height: 35px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.rates-section-kiriazi .progress-bar-bar {
  background-color: #d4af37;
  height: 100%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.rates-section-kiriazi .counter-col {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}
.rates-section-kiriazi .gold-stars i {
  color: #d4af37;
  font-size: 16px;
  margin: 0 2px;
}
.rates-section-kiriazi .big-number {
  font-size: 65px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1;
}
.rates-section-kiriazi .rate-badge-text {
  font-size: 18px;
  margin-bottom: 15px;
}
.rates-section-kiriazi .award-text {
  font-size: 16px;
  color: #d4af37;
  margin-bottom: 15px;
}
.rates-section-kiriazi .search-question {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}
/* العمود الأيسر والتوزيعات */
.rates-section-kiriazi .sub-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.rates-section-kiriazi .sub-service-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.rates-section-kiriazi .desc-box-text {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 991px) {
  .rates-section-kiriazi .rates-grid-container {
    grid-template-columns: 1fr;
  }
  .rates-section-kiriazi .counter-col {
    border: none;
    padding: 20px 0;
  }
  .rates-section-kiriazi .rates-top-icons {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.rates-section-samsung {
  background-color: #0e2287;
  color: #ffffff;
  padding: 50px 20px;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}
.rates-section-samsung .rates-top-icons {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}
.rates-section-samsung .icon-circle {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.rates-section-samsung .icon-circle i {
  color: #0e2287;
  font-size: 35px;
}
.rates-section-samsung .rates-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 30px;
}
.rates-section-samsung .column-main-title {
  font-size: 16px;
  color: #3b82f6;
  margin-bottom: 8px;
}
.rates-section-samsung .custom-progress-wrapper {
  margin-bottom: 25px;
}
.rates-section-samsung .progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}
.rates-section-samsung .progress-bar-track {
  background-color: #334155;
  height: 35px;
  border-radius: 4px;
  overflow: hidden;
}
.rates-section-samsung .progress-bar-bar {
  background-color: #ffffff;
  height: 100%;
} /* شريط أبيض صافي */
.rates-section-samsung .counter-col {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}
.rates-section-samsung .gold-stars i {
  color: #fbbf24;
  font-size: 16px;
  margin: 0 2px;
}
.rates-section-samsung .big-number {
  font-size: 65px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1;
}
.rates-section-samsung .award-text {
  font-size: 16px;
  color: #3b82f6;
  margin-bottom: 15px;
}
.rates-section-samsung .sub-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.rates-section-samsung .sub-service-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.rates-section-samsung .desc-box-text {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 991px) {
  .rates-section-samsung .rates-grid-container {
    grid-template-columns: 1fr;
  }
  .rates-section-samsung .counter-col {
    border: none;
    padding: 20px 0;
  }
}

.rates-section-whitewhale {
  background-color: #104080;
  color: #ffffff;
  padding: 50px 20px;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}
.rates-section-whitewhale .rates-top-icons {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}
.rates-section-whitewhale .icon-circle {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.rates-section-whitewhale .icon-circle i {
  color: #104080;
  font-size: 35px;
}
.rates-section-whitewhale .rates-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 30px;
}
.rates-section-whitewhale .column-main-title {
  font-size: 16px;
  color: #60a5fa;
  margin-bottom: 8px;
}
.rates-section-whitewhale .custom-progress-wrapper {
  margin-bottom: 25px;
}
.rates-section-whitewhale .progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}
.rates-section-whitewhale .progress-bar-track {
  background-color: #1e293b;
  height: 35px;
  border-radius: 4px;
  overflow: hidden;
}
.rates-section-whitewhale .progress-bar-bar {
  background-color: #ffffff;
  height: 100%;
}
.rates-section-whitewhale .counter-col {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}
.rates-section-whitewhale .gold-stars i {
  color: #fbbf24;
  font-size: 16px;
  margin: 0 2px;
}
.rates-section-whitewhale .big-number {
  font-size: 65px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1;
}
.rates-section-whitewhale .award-text {
  font-size: 16px;
  color: #60a5fa;
  margin-bottom: 15px;
}
.rates-section-whitewhale .sub-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.rates-section-whitewhale .sub-service-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .rates-section-whitewhale .rates-grid-container {
    grid-template-columns: 1fr;
  }
  .rates-section-whitewhale .counter-col {
    border: none;
    padding: 20px 0;
  }
}

.rates-section-alaska {
  background-color: #0284c7;
  color: #ffffff;
  padding: 50px 20px;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}
.rates-section-alaska .rates-top-icons {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}
.rates-section-alaska .icon-circle {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.rates-section-alaska .icon-circle i {
  color: #0284c7;
  font-size: 35px;
}
.rates-section-alaska .rates-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 30px;
}
.rates-section-alaska .column-main-title {
  font-size: 16px;
  color: #e0f2fe;
  margin-bottom: 8px;
}
.rates-section-alaska .custom-progress-wrapper {
  margin-bottom: 25px;
}
.rates-section-alaska .progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}
.rates-section-alaska .progress-bar-track {
  background-color: #0369a1;
  height: 35px;
  border-radius: 4px;
  overflow: hidden;
}
.rates-section-alaska .progress-bar-bar {
  background-color: #ffffff;
  height: 100%;
}
.rates-section-alaska .counter-col {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}
.rates-section-alaska .gold-stars i {
  color: #fbbf24;
  font-size: 16px;
  margin: 0 2px;
}
.rates-section-alaska .big-number {
  font-size: 65px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1;
}
.rates-section-alaska .sub-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.rates-section-alaska .sub-service-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .rates-section-alaska .rates-grid-container {
    grid-template-columns: 1fr;
  }
  .rates-section-alaska .counter-col {
    border: none;
    padding: 20px 0;
  }
}
.rates-section-lg {
  background-color: #a50034;
  color: #ffffff;
  padding: 50px 20px;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}
.rates-section-lg .rates-top-icons {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}
.rates-section-lg .icon-circle {
  width: 90px;
  height: 90px;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
} /* دوائر رمادي فاتح */
.rates-section-lg .icon-circle i {
  color: #a50034;
  font-size: 35px;
}
.rates-section-lg .rates-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 30px;
}
.rates-section-lg .column-main-title {
  font-size: 16px;
  color: #e6e6e6;
  margin-bottom: 8px;
}
.rates-section-lg .custom-progress-wrapper {
  margin-bottom: 25px;
}
.rates-section-lg .progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}
.rates-section-lg .progress-bar-track {
  background-color: #4c0018;
  height: 35px;
  border-radius: 4px;
  overflow: hidden;
}
.rates-section-lg .progress-bar-bar {
  background-color: #e6e6e6;
  height: 100%;
}
.rates-section-lg .counter-col {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}
.rates-section-lg .gold-stars i {
  color: #fbbf24;
  font-size: 16px;
  margin: 0 2px;
}
.rates-section-lg .big-number {
  font-size: 65px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1;
}
.rates-section-lg .sub-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.rates-section-lg .sub-service-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .rates-section-lg .rates-grid-container {
    grid-template-columns: 1fr;
  }
  .rates-section-lg .counter-col {
    border: none;
    padding: 20px 0;
  }
}

.rates-section-ariston {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 50px 20px;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}
.rates-section-ariston .rates-top-icons {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}
.rates-section-ariston .icon-circle {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.rates-section-ariston .icon-circle i {
  color: #e11d48;
  font-size: 35px;
} /* أيقونة حمراء */
.rates-section-ariston .rates-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 30px;
}
.rates-section-ariston .column-main-title {
  font-size: 16px;
  color: #e11d48;
  margin-bottom: 8px;
} /* عناوين حمراء */
.rates-section-ariston .custom-progress-wrapper {
  margin-bottom: 25px;
}
.rates-section-ariston .progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}
.rates-section-ariston .progress-bar-track {
  background-color: #333333;
  height: 35px;
  border-radius: 4px;
  overflow: hidden;
}
.rates-section-ariston .progress-bar-bar {
  background-color: #ffffff;
  height: 100%;
} /* أشرطة بيضاء */
.rates-section-ariston .counter-col {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 20px;
}
.rates-section-ariston .gold-stars i {
  color: #fbbf24;
  font-size: 16px;
  margin: 0 2px;
}
.rates-section-ariston .big-number {
  font-size: 65px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1;
}
.rates-section-ariston .award-text {
  font-size: 16px;
  color: #e11d48;
  margin-bottom: 15px;
}
.rates-section-ariston .sub-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.rates-section-ariston .sub-service-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .rates-section-ariston .rates-grid-container {
    grid-template-columns: 1fr;
  }
  .rates-section-ariston .counter-col {
    border: none;
    padding: 20px 0;
  }
}
