* {
  box-sizing: border-box;
}

:root {
  --Primary-Button: #eb2a2f;
  --text-color: #0c1019;
  --secondary-text-color: #41454a;
  --white-color: #fefefe;
  --color-footer: #1080bc99;
  --title-pakage: #fbd0d3;
  --bg-card: #FDE8E9;
  --box-icon: #08405e;
  --SecondaryDarkBlue: #08405e;
  --blue-color: #08405e;

}

body {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  background: #FFFAFA33;
  backdrop-filter: blur(200px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
}

.curs {
  cursor: pointer;
}

.unlist li {
  list-style: none;

}

a {
  text-decoration: none;
  color: inherit;
  font-family: "Cairo", sans-serif;
}

.padding-section {
  padding: 40px 0;
}

.text-red {
  color: #EB2A2F;
}

.line-height {
  line-height: 1.8;
}

;
/* ///start nav/// */

.nav-link {
  color: var(--text-color);
}

.nav-item a {
  margin: 0 20px;
}

.active {
  color: var(--Primary-Button) !important;

}

.group a {
  width: 180px;
  height: 45px;
  text-align: center;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.group .btn-one {
  border: var(--Primary-Button) 1px solid;
  border-radius: 5px;
  background: transparent;
  color: var(--Primary-Button);
  font-weight: 600;
}

.group .btn-one:hover {
  background: black;
  color: var(--white-color);
  border-radius: 5px;
  font-weight: 600;
  border: none;
}

.group .btn-two {
  background: var(--Primary-Button);
  color: var(--white-color);
  border-radius: 5px;
  font-weight: 600;
}

.group .btn-store {
  background: var(--Primary-Button);
  color: var(--white-color);
  border-radius: 5px;
  font-weight: 600;
  width: 200px !important;
}

.group .btn-store:hover {
  background: black;
  color: white;
  border: var(--Primary-Button) 1px solid;
  border-radius: 5px;
  font-weight: 600;
  border: none;
}

.group .btn-two:hover {
  background: black;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 600;
}

.group .btn-three {
  background: transparent;
  color: var(--secondary-text-color);
}

/* ///end nav/// */
/* ///start header/// */
.scroll-up {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.scroll-up .inner {
  display: flex;
  flex-direction: column;
  animation: scroll-up-down 30s ease-in-out infinite;
  -webkit-animation: scroll-up-down 30s ease-in-out infinite;
}

.scroll-up img {
  width: 100%;
  height: auto;
}

@keyframes scroll-up-down {

  0%,
  100% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-100%);
  }
}

.float-up-down {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.fade-in-out {
  animation: fade 3s ease-in-out infinite;
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

/* Enhanced Partners Marquee Section */
.marquee-container {
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, rgba(253, 232, 233, 0.3) 0%, rgba(253, 232, 233, 0.8) 50%, rgba(253, 232, 233, 0.3) 100%);
  padding: 40px 0;
  border-radius: 20px;
  margin: 20px 0;
}

.marquee-container::before,
.marquee-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.marquee-container::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), transparent);
}

.marquee-container::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), transparent);
}

.img-part {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 25px 35px;
  margin: 0 20px;
  box-shadow: 0 10px 40px rgba(8, 64, 94, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(8, 64, 94, 0.05);
  backdrop-filter: blur(10px);
}

.img-part:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 50px rgba(235, 42, 47, 0.15);
  border-color: rgba(235, 42, 47, 0.2);
}

.img-part img {
  max-height: 60px;
  transition: transform 0.3s ease;
  filter: grayscale(30%);
}

.img-part:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.floating-msg-container {
  position: relative;
}

.floating-msg {
  position: absolute;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 100%);
  padding: 12px 20px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.08);
  animation-duration: 8s;
  animation-iteration-count: infinite;
  opacity: 0;
  font-size: 14px;
  max-width: 230px;
  overflow: hidden;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.floating-msg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #08405e, #EB2A2F);
  border-radius: 20px 20px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.floating-msg img {
  width: 35px;
  height: 35px;
  padding: 6px;
  background: linear-gradient(135deg, rgba(8, 64, 94, 0.1) 0%, rgba(235, 42, 47, 0.1) 100%);
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.msg-right-1 {
  top: 20%;
  right: 30%;
  animation-name: float-msg-right-1;
}

.msg-right-2 {
  top: 45%;
  right: 30%;
  animation-name: float-msg-right-2;
  animation-delay: 2s;
}

.msg-right-3 {
  top: 70%;
  right: 30%;
  animation-name: float-msg-right-3;
  animation-delay: 4s;
}

.msg-left-1 {
  top: 15%;
  left: 30%;
  animation-name: float-msg-left-1;
  animation-delay: 1s;
}

.msg-left-2 {
  top: 40%;
  left: 30%;
  animation-name: float-msg-left-2;
  animation-delay: 3s;
}

.msg-left-3 {
  top: 65%;
  left: 30%;
  animation-name: float-msg-left-3;
  animation-delay: 5s;
}

/* Animations for right boxes */
@keyframes float-msg-right-1 {

  0%,
  100% {
    opacity: 0;
    transform: translateX(20px);
  }

  20%,
  80% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float-msg-right-2 {

  0%,
  100% {
    opacity: 0;
    transform: translateX(20px);
  }

  20%,
  80% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float-msg-right-3 {

  0%,
  100% {
    opacity: 0;
    transform: translateX(20px);
  }

  20%,
  80% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animations for left boxes */
@keyframes float-msg-left-1 {

  0%,
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }

  20%,
  80% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float-msg-left-2 {

  0%,
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }

  20%,
  80% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float-msg-left-3 {

  0%,
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }

  20%,
  80% {
    opacity: 1;
    transform: translateX(0);
  }
}

.marquee-track {
  display: flex;
  /*gap: 20px;
  */
  justify-content: center;
  animation: marquee 10s linear infinite;
  -webkit-animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.message-container {
  position: relative;
  display: inline-block;
}

.message-box {
  position: absolute;
  background-image: url(../image/Rectanglemes.svg);
  color: white;
  padding: 10px 10px;
  border-radius: 8px;
  animation: fadeBox 4s ease-in-out infinite;
  font-size: 16px;
  -webkit-animation: fadeBox 4s ease-in-out infinite;
  text-align: center;
  width: 140px;
}

@keyframes fadeBox {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* ط£ظ…ط«ظ„ط© ظ„ظ…ظˆط§ظ‚ط¹ ط§ظ„ظ…ط±ط¨ط¹ط§طھ */
.message-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.message-2 {
  top: 50%;
  left: 60%;
  animation-delay: 1s;
}

.message-3 {
  bottom: 10%;
  right: 15%;
  animation-delay: 2s;
}

.blue {
  color: var(--blue-color);
}

.header-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.header-content p {
  color: var(--secondary-text-color);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}

.header-content .second-p {
  line-height: 2;
}

.header-content .join {
  font-size: 20px;
}

/* ///end header/// */
/* why us */
.why {
  background-image: url(../image/why\ us.png);
  background-size: cover;
}

/* why us */

/* <!-- start ai --> */
/* AI Section Enhanced Styling */
#ai-section {
  position: relative;
  overflow: hidden;
}

#ai-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(253, 232, 233, 0.3) 0%, rgba(8, 64, 94, 0.05) 100%);
  z-index: -1;
}

.text-ai {
  font-size: 21px;
}

#ai-section ul li {
  transition: all 0.3s ease;
  padding: 10px 15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  margin-bottom: 10px !important;
}

#ai-section ul li:hover {
  background: linear-gradient(135deg, rgba(253, 232, 233, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  transform: translateX(-10px);
  box-shadow: 0 10px 25px rgba(235, 42, 47, 0.1);
}

#ai-section ul li img {
  transition: transform 0.3s ease;
}

#ai-section ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}

.roobts {
  position: relative;
}

/* Enhanced Float Animation for Robot */
.float-up-down {
  animation: floatEnhanced 4s ease-in-out infinite;
}

@keyframes floatEnhanced {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-15px) rotate(2deg);
  }

  50% {
    transform: translateY(-25px) rotate(0deg);
  }

  75% {
    transform: translateY(-15px) rotate(-2deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

/* Support Section Enhanced */
#support {
  position: relative;
}

#support::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(235, 42, 47, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

/* Partners Section Title Enhancement */
#partners .blue {
  position: relative;
  display: inline-block;
}

#partners .blue::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #08405e, #EB2A2F);
  border-radius: 3px;
}

/* ========================================
   NEW AI SECTION STYLES
======================================== */
.ai-section-new {
  background: linear-gradient(135deg, #fff 0%, rgba(253, 232, 233, 0.3) 50%, #fff 100%);
  position: relative;
  overflow: hidden;
}

.ai-badge {
  background: linear-gradient(135deg, #08405e 0%, #0a5a8a 100%);
  color: white;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.ai-features-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ai-feature-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  padding: 25px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(235, 42, 47, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ai-feature-card:hover {
  transform: translateX(-10px);
  box-shadow: 0 15px 50px rgba(235, 42, 47, 0.12);
  border-color: rgba(235, 42, 47, 0.2);
}

.ai-feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(253, 232, 233, 0.8) 0%, rgba(235, 42, 47, 0.1) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ai-feature-icon img {
  width: 32px;
  height: 32px;
}

.ai-feature-content {
  flex-grow: 1;
}

.ai-feature-content h5 {
  color: #08405e;
  margin-bottom: 5px;
}

.ai-feature-content p {
  color: #666;
  margin: 0;
  font-size: 14px;
}

.ai-feature-number {
  font-size: 48px;
  font-weight: bold;
  color: rgba(235, 42, 47, 0.1);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-ai-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #EB2A2F 0%, #ff4a4f 100%);
  color: white;
  padding: 15px 40px;
  border-radius: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(235, 42, 47, 0.3);
}

.btn-ai-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(235, 42, 47, 0.4);
  color: white;
}

.ai-robot-container {
  position: relative;
}

.ai-robot-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(235, 42, 47, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: robotGlow 3s ease-in-out infinite;
}

@keyframes robotGlow {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

.ai-robot-img {
  position: relative;
  z-index: 1;
  animation: floatRobot 4s ease-in-out infinite;
}

@keyframes floatRobot {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* ========================================
   NEW SUPPORT SECTION STYLES
======================================== */
.support-section-new {
  background: linear-gradient(180deg, #fff 0%, rgba(253, 232, 233, 0.2) 50%, #fff 100%);
}

.support-badge {
  background: linear-gradient(135deg, #08405e 0%, #0a5a8a 100%);
  color: white;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.services-honeycomb {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.service-hex-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.service-hex-row.offset-row {
  margin-top: -10px;
}

.service-hex-card {
  background: white;
  padding: 30px 25px;
  border-radius: 20px;
  text-align: center;
  width: 250px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.service-hex-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--card-color);
  border-radius: 20px 20px 0 0;
}

.service-hex-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: var(--card-color);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.hex-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(253, 232, 233, 0.5) 0%, rgba(235, 42, 47, 0.1) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: transform 0.3s ease;
}

.service-hex-card:hover .hex-icon {
  transform: scale(1.1) rotate(5deg);
}

.hex-icon img {
  width: 35px;
  height: 35px;
}

.service-hex-card h5 {
  color: #08405e;
  font-weight: bold;
  margin-bottom: 8px;
}

.service-hex-card p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

/* ========================================
   NEW PARTNERS SECTION STYLES
======================================== */
.partners-section-new {
  background: linear-gradient(135deg, rgba(8, 64, 94, 0.02) 0%, rgba(253, 232, 233, 0.3) 50%, rgba(8, 64, 94, 0.02) 100%);
}

.partners-badge {
  background: linear-gradient(135deg, #08405e 0%, #0a5a8a 100%);
  color: white;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.partners-showcase {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.partner-card {
  background: white;
  padding: 40px 30px;
  border-radius: 24px;
  text-align: center;
  width: 280px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
}

.partner-card.featured {
  border-color: rgba(235, 42, 47, 0.2);
  transform: scale(1.05);
}

.partner-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 25px 60px rgba(235, 42, 47, 0.15);
  border-color: rgba(235, 42, 47, 0.3);
}

.partner-card.featured:hover {
  transform: translateY(-15px) scale(1.08);
}

.partner-logo-wrapper {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.partner-logo {
  max-height: 60px;
  max-width: 180px;
  transition: transform 0.3s ease;
  filter: grayscale(20%);
}

.partner-card:hover .partner-logo {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.partner-info h5 {
  color: #08405e;
  font-weight: bold;
  margin-bottom: 5px;
}

.partner-info span {
  color: #999;
  font-size: 14px;
}

.partner-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.partner-card:hover .partner-shine {
  left: 100%;
}

/* ========================================
   NEW FOOTER STYLES
======================================== */
.footer-new {
  background: linear-gradient(135deg, #08405e 0%, #063349 50%, #052536 100%);
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}

.footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%23ffffff' d='M0,50 C360,100 720,0 1080,50 C1260,75 1380,75 1440,50 L1440,0 L0,0 Z'/%3E%3C/svg%3E");
  background-size: cover;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  padding-top: 40px;
}

.footer-brand {
  text-align: center;
  max-width: 250px;
}

.footer-logo-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #EB2A2F 0%, #ff6b6b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(235, 42, 47, 0.4);
  animation: logoPulse 2s ease-in-out infinite;
}

@keyframes logoPulse {

  0%,
  100% {
    box-shadow: 0 10px 30px rgba(235, 42, 47, 0.4);
  }

  50% {
    box-shadow: 0 10px 50px rgba(235, 42, 47, 0.6);
  }
}

.footer-logo-text {
  font-size: 36px;
  font-weight: bold;
  color: white;
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.social-icon-new {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon-new:hover {
  background: rgba(235, 42, 47, 0.8);
  transform: translateY(-5px);
}

.social-icon-new img {
  width: 24px;
  height: 24px;
}

.footer-links-grid {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-around;
}

.footer-links-column h5.footer-links-title {
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}

.footer-links-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #EB2A2F, transparent);
}

.footer-links-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-column ul li {
  margin-bottom: 12px;
}

.footer-links-column ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links-column ul li a:hover {
  color: white;
  transform: translateX(-5px);
}

.footer-bottom {
  margin-top: 50px;
}

.footer-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

/* ========================================
   RESPONSIVE STYLES FOR NEW SECTIONS
======================================== */
@media (max-width: 991px) {
  .ai-feature-card {
    flex-direction: column;
    text-align: center;
  }

  .ai-feature-number {
    position: static;
    transform: none;
    font-size: 32px;
    margin-top: 10px;
  }

  .service-hex-card {
    width: 100%;
    max-width: 300px;
  }

  .partner-card {
    width: 100%;
    max-width: 300px;
  }

  .footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links-grid {
    justify-content: center;
  }

  .footer-links-title::after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

@media (max-width: 576px) {
  .service-hex-row {
    flex-direction: column;
    align-items: center;
  }

  .partners-showcase {
    flex-direction: column;
    align-items: center;
  }

  .partner-card.featured {
    transform: scale(1);
  }

  .footer-links-grid {
    gap: 30px;
  }
}

/* ========================================
   REDESIGNED SUPPORT SECTION STYLES
======================================== */
.support-redesign {
  background: linear-gradient(180deg, #fff 0%, rgba(253, 232, 233, 0.15) 50%, #fff 100%);
}

.section-label {
  background: linear-gradient(135deg, #08405e 0%, #0a5a8a 100%);
  color: white;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.services-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.service-item-new {
  background: white;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.service-item-new:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(235, 42, 47, 0.1);
}

.service-icon-wrap {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, rgba(253, 232, 233, 0.8) 0%, rgba(235, 42, 47, 0.1) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-icon-wrap img {
  width: 24px;
  height: 24px;
}

.phone-showcase {
  position: relative;
}

.phone-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(235, 42, 47, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  animation: phoneGlow 3s ease-in-out infinite;
}

@keyframes phoneGlow {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

.phone-img {
  position: relative;
  z-index: 1;
  animation: phoneFloat 4s ease-in-out infinite;
}

@keyframes phoneFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(2deg);
  }
}

/* ========================================
   REDESIGNED PARTNERS SECTION STYLES
======================================== */
.partners-redesign {
  background: linear-gradient(135deg, rgba(8, 64, 94, 0.02) 0%, rgba(253, 232, 233, 0.2) 50%, rgba(8, 64, 94, 0.02) 100%);
}

.partners-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}

.partner-item {
  background: white;
  padding: 30px 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
  transition: all 0.4s ease;
  min-width: 250px;
}

.partner-item.featured-partner {
  border-color: rgba(235, 42, 47, 0.2);
  transform: scale(1.05);
  box-shadow: 0 15px 50px rgba(235, 42, 47, 0.1);
}

.partner-item:hover {
  transform: translateY(-10px);
  border-color: rgba(235, 42, 47, 0.3);
  box-shadow: 0 20px 60px rgba(235, 42, 47, 0.12);
}

.partner-item.featured-partner:hover {
  transform: translateY(-10px) scale(1.05);
}

.partner-img-box {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.partner-img-box img {
  max-height: 55px;
  max-width: 160px;
  filter: grayscale(20%);
  transition: all 0.3s ease;
}

.partner-item:hover .partner-img-box img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.partner-label {
  color: #888;
  font-size: 13px;
  font-weight: 500;
}

/* ========================================
   REDESIGNED FOOTER STYLES
======================================== */
.footer-redesign {
  background: linear-gradient(135deg, #08405e 0%, #063349 100%);
  padding: 60px 0 30px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-links-area {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  flex: 1;
}

.footer-link-group h5 {
  color: white;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 8px;
}

.footer-link-group h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 2px;
  background: linear-gradient(90deg, #EB2A2F, transparent);
}

.footer-link-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-group ul li {
  margin-bottom: 10px;
}

.footer-link-group ul li a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-link-group ul li a:hover {
  color: white;
  transform: translateX(-5px);
  display: inline-block;
}

.footer-brand-area {
  text-align: center;
}

.footer-brand-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px 40px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.brand-logo {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #EB2A2F 0%, #ff6b6b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 28px;
  font-weight: bold;
  color: white;
  box-shadow: 0 10px 30px rgba(235, 42, 47, 0.4);
}

.footer-brand-box h4 {
  color: white;
  font-weight: bold;
  margin-bottom: 8px;
}

.footer-brand-box p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin-bottom: 15px;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  background: rgba(235, 42, 47, 0.8);
  transform: translateY(-4px);
}

.footer-socials a img {
  width: 20px;
  height: 20px;
}

.footer-bottom-bar {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-bottom-bar p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-size: 14px;
}

.footer-bottom-bar strong {
  color: white;
}

/* Responsive for new sections */
@media (max-width: 991px) {
  .services-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .footer-links-area {
    justify-content: center;
  }

  .footer-link-group h5::after {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

@media (max-width: 576px) {
  .services-grid-new {
    grid-template-columns: 1fr;
  }

  .partners-row {
    flex-direction: column;
    align-items: center;
  }

  .partner-item.featured-partner {
    transform: scale(1);
  }

  .footer-links-area {
    flex-direction: column;
    gap: 25px;
  }
}

.product {
  background-image: url(../image/why\ us.png);
  background-size: cover;
  padding: 40px 0;
}

/* ///start about/// */
.decription {
  font-size: 17px;
  color: #333639;

}

.bg-card {
  background-color: var(--bg-card);
  color: #41454A;
  padding: 1.5rem;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: none;
  font-size: 17px;

}

.icon-card i {
  background-color: #BC101C;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}

.icon-card img {
  background-color: #BC101C;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}

/* end about */
/* start package */
.info {
  background-color: var(--title-pakage);
  background-size: cover;
  border-radius: 12px;
  padding: 20px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.border-shep {
  background-image: url(../image/Rectangle.png);
  width: 50%;
  padding: 27px 31px;
  margin: 0 -20px;
  background-size: cover;
  background-repeat: no-repeat;

}

.box-packeg {
  border-radius: 20px;
  border: 1px solid #B1B1B1;
  background-color: #fff;
  width: 170px;
  height: 170px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  position: relative;
}

.pack-title {
  color: var(--secondary-text-color);
  font-weight: bold;
  padding: 14px;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.mouns {
  background-color: var(--title-pakage);
  border-radius: 50px 0 0 50px;
  padding: 14px 25px;
  font-weight: bold;
  color: #000;
  font-size: 15px;
  top: 57px;
  right: 0;
  position: absolute;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
}

.chose-packeg {
  margin-top: -22px;
  position: relative;
  z-index: 1;
}

.select-btn {
  background-color: var(--Primary-Button);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 30px;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}

.pricing-table tbody td:first-child {
  background-color: #FDE8E9;
  font-weight: bold;
  text-align: start;
  width: 430px;
}

.pricing-table {
  width: 100%;
  overflow-x: auto;
  margin-top: -10px;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  direction: rtl;
  font-family: 'Cairo', sans-serif;
}

.pricing-table thead th {
  background-color: #fcd9dc;
  color: #000;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

.pricing-table tbody td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.icon.yes {
  background-color: green;
  color: white;
}

.icon.no {
  background-color: #2d2d35;
  color: white;
}

.highlighted-row td {
  background-color: #fcd9dc;
  font-weight: bold;
  border-bottom: 1px solid var(--Primary-Button) !important;
}

.highlighted-row-two td {
  font-weight: bold;
  border-bottom: 1px solid var(--Primary-Button) !important;
}



.pricing-card {
  background: transparent;
  border-radius: 25px;
  border: 1px solid #ddd;
  max-width: 280px;
  padding: 20px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;

}

.pricing-card:hover {
  background: var(--bg-card);
  transform: scale(1.03);

}

.subparent {
  margin-top: -25px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.price-box {
  background-color: #ffd7dc;
  border-radius: 50px 0 0 50px;
  padding: 10px 52px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  left: 45px;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.monthly {
  font-size: 14px;
  margin-right: 5px;
  color: #555;
}

.features-title {
  font-weight: bold;
  margin: 20px 0 10px;
  text-align: right;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: right;
}

.features li {
  padding: 8px 0;
  font-size: 15px;
  color: #333;
}

.subscribe-btn {
  background-color: #e60023;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
  z-index: 2;
}

.subscribe-btn:hover {
  background-color: #c4001d;
}

/* end package */
/* start support */
.sucs {
  background-color: #fde8e963;
  background-size: cover;
  border-radius: 5px;

}

/* end support */
/* start why chose */
.why-hose {
  background-image: url(../image/aaa.png);
  background-size: cover;
  padding: 40px 0;
}

/* end why chose */

/* start contact us */
.contact {
  background-color: #FFF7F7;
  background-size: cover;
}

.box-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.form-control {
  background-color: #FAFAFA;
  padding: 14px;
  border: none;
}

.icon-form {
  position: absolute;
  top: 72%;
  right: 21px;
  transform: translateY(-50%);
  color: #aaa;
}

.icon-form-two {
  position: absolute;
  top: 72%;
  right: 5px;
  transform: translateY(-50%);
  color: #aaa;
}

.message {
  height: 200px;
  resize: none;
}

.btn-store {
  background: var(--Primary-Button);
  color: var(--white-color);
  border-radius: 8px;
  font-weight: 600;
  padding: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.text-two {
  color: #41454A;
}

.text-twoo {
  color: #41454A;
  font-size: 17px;
  line-height: 2;
}

/* end contact us */
/* start career */
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
  right: 0 !important;
}

.iti__country-list {
  width: 300px !important;
}

/* end career */
/* start terms and conditions */
.content-terms {
  background-color: #FDE8E9;
  background-size: cover;
  border-radius: 12px;
  padding: 20px;
  color: #0C1019;
}

.text-terms {
  color: #2D2F38;
}

/* end terms and conditions */
/* start footer */
footer {
  background: linear-gradient(135deg, #08405e 0%, #0a4c6e 50%, #063349 100%);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(235, 42, 47, 0.05) 0%, transparent 50%);
  animation: footerGlow 15s ease-in-out infinite;
}

@keyframes footerGlow {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(5%, 5%) rotate(180deg);
  }
}

.content {
  background: linear-gradient(135deg, rgba(16, 128, 188, 0.7) 0%, rgba(16, 128, 188, 0.4) 100%);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.links ul li {
  margin: 8px 0;
}

.links ul li a {
  color: var(--white-color);
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.links ul li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #EB2A2F, #ff6b6b);
  transition: width 0.3s ease;
}

.links ul li a:hover {
  color: #ff6b6b;
  transform: translateX(-5px);
}

.links ul li a:hover::after {
  width: 100%;
}

.icon-social {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.icon-social:hover {
  transform: translateY(-8px) scale(1.1);
  filter: drop-shadow(0 10px 20px rgba(235, 42, 47, 0.3));
}

.icon-social img {
  transition: transform 0.3s ease;
}

.icon-social:hover img {
  transform: rotate(10deg);
}

.border-footer {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  height: 2px;
}

.boxxx {
  background-color: var(--bg-card);
  padding: 14px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  width: 40%;
}

.term-link {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.term-link:hover,
.term-link.active {
  color: var(--Primary-Button);
  font-weight: 600;
}

.term-item {
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 5px;
}


.term-item:active {
  transform: scale(0.98);
}

.privacy-link {
  text-decoration: none;
  color: #495057;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
}

.privacy-link:hover,
.privacy-link.active {
  color: #dc3545;
  transform: translateX(5px);
}

.privacy-item {
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 6px;
}



.privacy-item.active {
  background-color: rgba(220, 53, 69, 0.1);
  border-right: 3px solid #dc3545;
}

/* طھظ†ط³ظٹظ‚ ط§ظ„ظ…ط­طھظˆظ‰ ط§ظ„ط±ط¦ظٹط³ظٹ */
.privacy-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.privacy-section:last-child {
  border-bottom: none;
}

.privacy-text {
  line-height: 1.8;
  color: #555;
}

.privacy-text p {
  margin-bottom: 1rem;
}

.text-primary {
  color: #dc3545 !important;
}


/* .imggg{
  flex-wrap: wrap !important;
} */
/* end footer */
/* media secreen */

/* Pricing Updates */
.plan-price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.old-price {
  text-decoration: line-through;
  color: #dc3545;
  /* Red color for crossed out */
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.7;
  margin-bottom: -5px;
}

.free-features-list {
  list-style: none;
  padding: 0;
  column-count: 2;
  /* 2 columns for compactness */
  column-gap: 20px;
}

.free-features-list li {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
  position: relative;
  padding-right: 15px;
  /* RTL padding */
}

.free-features-list li::before {
  content: '✔';
  position: absolute;
  right: 0;
  color: #4ade80;
  /* Green check */
  font-size: 10px;
  top: 4px;
}

@media (max-width: 768px) {
  .free-features-list {
    column-count: 1;
  }
}

/* ========================================
   REDESIGNED HERO SECTION STYLES
======================================== */
.hero-centered {
  padding-top: 120px;
  padding-bottom: 80px;
  background: radial-gradient(circle at 50% 30%, rgba(8, 64, 94, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  overflow: hidden;
  position: relative;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-welcome {
  display: inline-block;
  background: rgba(8, 64, 94, 0.05);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 16px;
  color: #08405e;
  margin-bottom: 20px;
  border: 1px solid rgba(8, 64, 94, 0.1);
}

.hero-emoji {
  width: 24px;
  height: 24px;
  margin: 0 5px;
  vertical-align: middle;
}

.hero-title {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #0c1019;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #41454a;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.hero-actions {
  margin-top: 40px;
}

.btn-hero-primary {
  background: linear-gradient(135deg, #EB2A2F 0%, #ff4a4f 100%);
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(235, 42, 47, 0.3);
  display: inline-flex;
  align-items: center;
}

.btn-hero-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(235, 42, 47, 0.4);
  color: white;
}

.btn-hero-secondary {
  background: white;
  color: #08405e;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(8, 64, 94, 0.2);
  display: inline-flex;
  align-items: center;
}

.btn-hero-secondary:hover {
  background: rgba(8, 64, 94, 0.05);
  transform: translateY(-5px);
  color: #08405e;
}

.hero-visual {
  position: relative;
  margin-top: 60px;
  perspective: 1000px;
}

.hero-image-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  transform-style: preserve-3d;
  animation: visualFloat 6s ease-in-out infinite;
}

.main-hero-img {
  border-radius: 20px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15);
  border: 4px solid rgba(255, 255, 255, 0.8);
  width: 100%;
}

.hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(235, 42, 47, 0.1) 0%, transparent 60%);
  z-index: -1;
  pointer-events: none;
}

.hero-float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 15px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 2;
  animation: floatCard 4s ease-in-out infinite;
}

.hero-float-card img {
  width: 40px;
  height: 40px;
}

.hero-float-card span {
  font-weight: bold;
  color: #08405e;
}

.card-1 {
  top: 10%;
  right: -5%;
  animation-delay: 0s;
}

.card-2 {
  bottom: 20%;
  left: -5%;
  animation-delay: 2s;
}

@keyframes visualFloat {

  0%,
  100% {
    transform: translateY(0) rotateX(2deg);
  }

  50% {
    transform: translateY(-15px) rotateX(-2deg);
  }
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0.7;
}

.mouse {
  width: 26px;
  height: 40px;
  border: 2px solid #08405e;
  border-radius: 20px;
  margin: 0 auto 10px;
  position: relative;
}

.mouse::before {
  content: '';
  width: 4px;
  height: 8px;
  background: #08405e;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: mouseScroll 1.5s infinite;
}

@keyframes mouseScroll {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(15px);
    opacity: 0;
  }
}

/* Animations */
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.delay-5 {
  animation-delay: 1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Hero */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-float-card {
    display: none;
  }

  .main-hero-img {
    margin-top: 30px;
  }
}

/* ========================================
   REDESIGNED PRODUCT SECTION STYLES
======================================== */
.product-overlapping {
  background: white;
  padding: 100px 0;
  overflow: hidden;
}

.product-visual-bg {
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.product-main-img {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-visual-bg:hover .product-main-img {
  transform: scale(1.03);
}

.product-glass-card {
  position: absolute;
  top: 50%;
  right: 50px;
  /* RTL positioning */
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  padding: 40px;
  border-radius: 20px;
  max-width: 500px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-product-new {
  background: #EB2A2F;
  color: white;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.btn-product-new:hover {
  background: #c41e23;
  color: white;
  transform: translateX(-5px);
}

/* Responsive Product */
@media (max-width: 991px) {
  .product-glass-card {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }

  .product-visual-bg {
    height: 300px;
  }
}

/* ========================================
   REDESIGNED PACKAGES SECTION STYLES
======================================== */
.packages-redesign {
  background: white;
  padding: 80px 0;
}

.pricing-card-new {
  background: white;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.pricing-card-new:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.pricing-card-new.pro-plan {
  border: 2px solid #EB2A2F;
  background: linear-gradient(180deg, #fff 0%, #fff7f7 100%);
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(235, 42, 47, 0.1);
  z-index: 2;
}

.pricing-card-new.pro-plan:hover {
  transform: scale(1.05) translateY(-10px);
  box-shadow: 0 25px 50px rgba(235, 42, 47, 0.15);
}

.popular-badge {
  position: absolute;
  top: 15px;
  left: -35px;
  background: #EB2A2F;
  color: white;
  padding: 5px 40px;
  transform: rotate(-45deg);
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(235, 42, 47, 0.3);
}

.plan-header {
  text-align: center;
  margin-bottom: 30px;
}

.plan-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #08405e;
  margin-bottom: 15px;
}

.plan-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}

.plan-price .currency {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0c1019;
}

.plan-price .period {
  font-size: 0.9rem;
  color: #666;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  flex-grow: 1;
}

.plan-features li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #41454a;
}

.plan-features li img {
  width: 20px;
  height: 20px;
}

.btn-plan {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #f8f9fa;
  color: #08405e;
  border: 1px solid rgba(8, 64, 94, 0.1);
}

.btn-plan:hover {
  background: #08405e;
  color: white;
}

.btn-plan.btn-primary {
  background: #EB2A2F;
  color: white;
  border: none;
  box-shadow: 0 10px 20px rgba(235, 42, 47, 0.2);
}

.btn-plan.btn-primary:hover {
  background: #c41e23;
  transform: translateY(-2px);
  box-shadow: 0 15px 25px rgba(235, 42, 47, 0.3);
}

/* Free Plan Banner */
.free-plan-banner {
  background: linear-gradient(135deg, #08405e 0%, #063349 100%);
  border-radius: 20px;
  padding: 30px 40px;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(8, 64, 94, 0.2);
}

.free-plan-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.free-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.free-icon img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.btn-free-start {
  background: white;
  color: #08405e;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-free-start:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Packages */
@media (max-width: 991px) {
  .pricing-card-new.pro-plan {
    transform: scale(1);
    margin: 20px 0;
  }

  .pricing-card-new.pro-plan:hover {
    transform: translateY(-5px);
  }
}

/* ========================================
   REDESIGNED PRODUCT SECTION STYLES
======================================== */
.product-overlapping {
  background: white;
  padding: 100px 0;
  overflow: hidden;
}

.product-visual-bg {
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.product-main-img {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-visual-bg:hover .product-main-img {
  transform: scale(1.03);
}

.product-glass-card {
  position: absolute;
  top: 50%;
  right: 50px;
  /* RTL positioning */
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  padding: 40px;
  border-radius: 20px;
  max-width: 500px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-product-new {
  background: #EB2A2F;
  color: white;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.btn-product-new:hover {
  background: #c41e23;
  color: white;
  transform: translateX(-5px);
}

/* Responsive Product */
@media (max-width: 991px) {
  .product-glass-card {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }

  .product-visual-bg {
    height: 300px;
  }
}

/* ========================================
   REDESIGNED HERO SECTION STYLES
======================================== */
.hero-centered {
  padding-top: 120px;
  padding-bottom: 80px;
  background: radial-gradient(circle at 50% 30%, rgba(8, 64, 94, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  overflow: hidden;
  position: relative;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-welcome {
  display: inline-block;
  background: rgba(8, 64, 94, 0.05);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 16px;
  color: #08405e;
  margin-bottom: 20px;
  border: 1px solid rgba(8, 64, 94, 0.1);
}

.hero-emoji {
  width: 24px;
  height: 24px;
  margin: 0 5px;
  vertical-align: middle;
}

.hero-title {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #0c1019;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #41454a;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.hero-actions {
  margin-top: 40px;
}

.btn-hero-primary {
  background: linear-gradient(135deg, #EB2A2F 0%, #ff4a4f 100%);
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(235, 42, 47, 0.3);
  display: inline-flex;
  align-items: center;
}

.btn-hero-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(235, 42, 47, 0.4);
  color: white;
}

.btn-hero-secondary {
  background: white;
  color: #08405e;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(8, 64, 94, 0.2);
  display: inline-flex;
  align-items: center;
}

.btn-hero-secondary:hover {
  background: rgba(8, 64, 94, 0.05);
  transform: translateY(-5px);
  color: #08405e;
}

.hero-visual {
  position: relative;
  margin-top: 60px;
  perspective: 1000px;
}

.hero-image-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  transform-style: preserve-3d;
  animation: visualFloat 6s ease-in-out infinite;
}

.main-hero-img {
  border-radius: 20px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15);
  border: 4px solid rgba(255, 255, 255, 0.8);
  width: 100%;
}

.hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(235, 42, 47, 0.1) 0%, transparent 60%);
  z-index: -1;
  pointer-events: none;
}

.hero-float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 15px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 2;
  animation: floatCard 4s ease-in-out infinite;
}

.hero-float-card img {
  width: 40px;
  height: 40px;
}

.hero-float-card span {
  font-weight: bold;
  color: #08405e;
}

.card-1 {
  top: 10%;
  right: -5%;
  animation-delay: 0s;
}

.card-2 {
  bottom: 20%;
  left: -5%;
  animation-delay: 2s;
}

@keyframes visualFloat {

  0%,
  100% {
    transform: translateY(0) rotateX(2deg);
  }

  50% {
    transform: translateY(-15px) rotateX(-2deg);
  }
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0.7;
}

.mouse {
  width: 26px;
  height: 40px;
  border: 2px solid #08405e;
  border-radius: 20px;
  margin: 0 auto 10px;
  position: relative;
}

.mouse::before {
  content: '';
  width: 4px;
  height: 8px;
  background: #08405e;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: mouseScroll 1.5s infinite;
}

@keyframes mouseScroll {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(15px);
    opacity: 0;
  }
}

/* Animations */
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.delay-5 {
  animation-delay: 1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Hero */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-float-card {
    display: none;
  }

  .main-hero-img {
    margin-top: 30px;
  }
}

@media (max-width:477px) {
  .header-content h1 {
    font-size: 2rem;

  }

  .floating-msg {
    /* position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 15px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    animation-duration: 6s;
    animation-iteration-count: infinite;
    opacity: 0;
    font-size: 14px; */
    max-width: 163px;
  }

  .msg-left-1,
  .msg-left-2,
  .msg-left-3 {

    left: 5%;

  }

  .msg-right-1,
  .msg-right-2,
  .msg-right-3 {
    right: 5%;
  }

  .roobts {
    flex-direction: column !important;
  }

  .peoo {
    flex-direction: column !important;
  }

  .welcom {
    flex-direction: column !important;
  }

  .all-why {
    flex-direction: column !important;
  }

  .boxxx {
    flex-direction: column !important;
    width: 100% !important;
  }

  .guid-card {
    width: 310px !important;
  }

  .guidimage {
    flex-direction: column !important;
  }

  .center-img {
    margin: auto !important;
  }

  .btn-product {
    width: 100% !important;
  }

  .all-why {
    text-align: center !important;
  }

  .header-content p {
    font-size: 17px;

  }

  .group .btn-one,
  .group .btn-two {
    width: 163px;
  }

  .footer-phone {
    flex-direction: column;
    align-items: start !important;
  }

  .logo-footer {
    justify-content: center !important;
    margin: auto !important;
  }

  .text-twoo {
    font-size: 16px;
  }

  .box-packeg {

    width: 300px;

  }

  .question {
    line-height: 2;
    font-size: 15px;
    text-wrap: normal;
  }

  .all-package {
    margin-top: 15px;
    align-items: center;
    justify-content: center !important;
  }

  .img-part {
    max-width: 200px;
  }
}

@media (max-width:799px) {
  .all-package {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .guidimage {
    flex-direction: column !important;
  }

  .center-img {
    margin: auto !important;
  }

  .boxxx {
    width: 100% !important;
  }

  .all-why {
    text-align: center !important;
  }

  .msg-left-1,
  .msg-left-2,
  .msg-left-3 {

    left: 5%;

  }

  .msg-right-1,
  .msg-right-2,
  .msg-right-3 {
    right: 5%;
  }
}

@media (max-width:992px) {

  .msg-left-1,
  .msg-left-2,
  .msg-left-3 {

    left: 5%;

  }

  .msg-right-1,
  .msg-right-2,
  .msg-right-3 {
    right: 5%;
  }

  .boxxx {
    width: 100% !important;
  }

  .all-package {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .center-img {
    margin: auto !important;
  }

  .all-why {
    text-align: center !important;
  }

  .guidimage {
    flex-direction: column !important;
  }
}

@media (max-width:1024px) {
  .all-package {
    margin-bottom: 20px;
  }

  .guidimage {
    flex-direction: column !important;
  }

  .group .btn-store {
    width: 189px !important;
  }

  .group a {
    width: 145px !important;
  }

  .center-img {
    margin: auto !important;
  }

  .all-why {
    text-align: center !important;
  }

  .guidimage {
    flex-direction: column !important;
  }
}

/* media secreen */