/* Footer frontique link style */
.footer-frontique a {
  color: #2196f3;
  font-weight: normal;
  text-decoration: none;
  font-size: 1rem;
  display: inline;
  margin-top: 1.2rem;
  transition: color 0.3s;
}
.footer-frontique a:hover {
  color: #1565c0;
  text-decoration: none;
}
/* Social icons elegant design */
.social-platform {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.7rem;
  transition: box-shadow 0.3s, background 0.3s;
  color: #fff;
}
.social-platform i {
  font-size: 2.2rem !important;
  width: 2.2rem !important;
  height: 2.2rem !important;
  color: #fff !important;
  transition: color 0.3s;
}
.social-platform:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.social-platform.whatsapp {
  background: linear-gradient(135deg, #25d366 60%, #128c7e 100%);
}
.social-platform.instagram {
  background: linear-gradient(135deg, #E1306C 0%, #fdc468 100%);
}
.social-platform.facebook {
  background: linear-gradient(135deg, #1877F3 60%, #3b5998 100%);
}
.social-platform.tiktok {
  background: #111 !important;
}
/* تصميم عنوان المكتب أسفل السوشيال ميديا */


 .modern-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #222;
    border: 2px solid #222;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 18px 32px;
    margin: 40px auto 0 auto;
    font-size: 1.18rem;
    color: #bfa76a;
    font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    max-width: 700px;
    opacity: 0;
    transform: translateY(40px);
    animation: addressFadeIn 1.2s cubic-bezier(.77,.2,.18,1) 0.2s forwards;
}
.modern-address .address-icon {
    color: #bfa76a;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-bottom: 2px;
    opacity: 0;
    transform: scale(0.7) rotate(-20deg);
    animation: iconPop 0.8s cubic-bezier(.77,.2,.18,1) 0.8s forwards;
}
@keyframes addressFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes iconPop {
    0% {
        opacity: 0;
        transform: scale(0.7) rotate(-20deg);
    }
    60% {
        opacity: 1;
        transform: scale(1.15) rotate(8deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}
@media (max-width: 600px) {
    .modern-address {
        font-size: 1rem;
        padding: 10px 8px;
        max-width: 98vw;
    }
    .modern-address .address-icon {
        width: 22px;
        height: 22px;
    }
}
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans Arabic", "Inter", sans-serif;
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
  line-height: 1.6;
  font-size: 0.9rem;
}

.ltr {
  direction: ltr;
  font-family: "Inter", sans-serif;
}

.rtl {
  direction: rtl;
  font-family: "Noto Sans Arabic", sans-serif;
}

/* Language Toggle */
.language-toggle {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 40;
  opacity: 0;
  transform: translateY(-1.25rem);
  animation: fadeInDown 0.8s ease-out 3.5s forwards;
}

.language-buttons {
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(0.5rem);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 9999px;
  padding: 0.25rem;
}

.lang-btn {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  color: #fbbf24;
}

.lang-btn.active {
  background: linear-gradient(to right, #fbbf24, #eab308);
  color: #000;
}

.lang-btn:hover:not(.active) {
  color: #fff;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #000 0%, #1f2937 50%, #000 100%);
}

.radial-gradient-1 {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(251, 191, 36, 0.08) 0%, transparent 50%);
}

.radial-gradient-2 {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 60%, rgba(251, 191, 36, 0.05) 0%, transparent 50%);
}

.floating-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.floating-icon {
  position: absolute;
  width: 3rem;
  height: 3rem;
  color: rgba(251, 191, 36, 0.2);
}

.scale-icon {
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
}

.building-icon {
  top: 25%;
  left: 33%;
  width: 3.5rem;
  height: 3.5rem;
  color: rgba(251, 191, 36, 0.15);
}

.document-icon {
  top: 66%;
  right: 33%;
  width: 2.5rem;
  height: 2.5rem;
  color: rgba(251, 191, 36, 0.25);
}

.phone-icon {
  top: 50%;
  left: 25%;
  width: 2rem;
  height: 2rem;
  color: rgba(251, 191, 36, 0.2);
}

.mail-icon {
  bottom: 33%;
  left: 50%;
  transform: translateX(-50%);
  width: 2.25rem;
  height: 2.25rem;
  color: rgba(251, 191, 36, 0.18);
}

.logo-container {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 20;
  opacity: 0;
  transform: translateX(-3.125rem);
  animation: slideInLeft 1.5s ease-out 1s forwards;
}

.logo-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(251, 191, 36, 0.2), rgba(234, 179, 8, 0.2));
  border-radius: 50%;
  filter: blur(1rem);
  animation: pulse 2s ease-in-out infinite;
}

.logo {
  aspect-ratio: 1 / 1;
  position: relative;
  width: 120px;
  height:100px;
  aspect-ratio: 1 / 1;
  filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
}

.client-image-container {
  position: relative;
  margin-bottom: 5rem;
  opacity: 0;
  transform: scale(0.8);
  animation: scaleIn 1.2s ease-out 3s forwards;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.client-glow {
  
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.client-frame {
  position: relative;
  padding: 0.25rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  border-radius: 50%;
  margin-top: 9rem;
  display: inline-block;
}

.client-image {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  object-fit: cover;
  background: #000;
}

.client-badge {
position: static;
display: inline-block;
margin: 0.1rem auto 0 auto;
background: linear-gradient(to right, #fbbf24, #eab308);
color: #000;
padding: 0.15rem 0.2rem;
border-radius: 9999px;
font-size: 0.75rem;
font-weight: 700;
min-width: unset;
width: auto;
}

.client-info {
  margin-top: 1.5rem;
}

.client-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 0.5rem;
}

.client-title {
  color: #d1d5db;
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
}

.hero-title-container {
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(1.875rem);
  animation: fadeInUp 1.2s ease-out 1.5s forwards;
}

.hero-title {
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1.2rem;
  background: linear-gradient(to right, #fbbf24, #eab308, #fbbf24);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  backdrop-filter: blur(0.125rem);
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: #d1d5db;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.hero-cta {
  opacity: 0;
  transform: translateY(1.875rem);
  animation: fadeInUp 1s ease-out 2.5s forwards;
}

.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 1.5rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 50px rgba(251, 191, 36, 0.3);
}

.cta-button:active {
  transform: scale(0.95);
}

.cta-icon {
  width: 1.5rem;
  height: 1.5rem;
}

/* Section Styles */
.section-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 6rem 1.5rem;
}

.section-header {
  text-align: center;
  margin-bottom: 5rem;
}

.section-title {
  font-size: clamp(1.2rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1.2rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1rem;
  color: #d1d5db;
  max-width: 48rem;
  margin: 0 auto;
}

.title-divider {
  width: 8rem;
  height: 0.25rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  margin: 2rem auto;
  border-radius: 9999px;
}

/* About Section */
.about-section {
  padding: 5rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 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='%23fbbf24' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.1;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 72rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-paragraph {
  font-size: 1.125rem;
  color: #d1d5db;
  line-height: 1.8;
  opacity: 0;
  transform: translateX(-6.25rem);
}

.quote-card {
  position: relative;
  background: linear-gradient(135deg, #1f2937, #000);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(251, 191, 36, 0.3);
  opacity: 0;
  transform: scale(0.8);
}

.quote-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.05), rgba(234, 179, 8, 0.05));
  border-radius: 1rem;
}

.quote-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 1rem;
}

.quote-text {
  font-size: clamp(1.25rem, 3vw, 3rem);
  color: #fbbf24;
  font-weight: 500;
  line-height: 1.6;
}

.quote-decoration-1 {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: #fbbf24;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.quote-decoration-2 {
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #eab308;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite 1s;
}

/* Services Section */
.services-section {
  padding: 6rem 1.5rem;
  position: relative;
  background: linear-gradient(to bottom, #1f2937, #000, #1f2937);
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05;
}

.services-title-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(to right, #1f2937, #000);
  padding: 1.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(251, 191, 36, 0.3);
  display: inline-block;
  margin-bottom: 1.5rem;
}

.services-icon {
  width: 2rem;
  height: 2rem;
  color: #fbbf24;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  position: relative;
  background: linear-gradient(135deg, rgba(31, 41, 55, 0.9), rgba(0, 0, 0, 0.9));
  backdrop-filter: blur(0.5rem);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251, 191, 36, 0.2);
  overflow: hidden;
  transition: all 0.7s ease;
  cursor: pointer;
  opacity: 0;
  transform: translateY(5rem) rotateX(-15deg);
}

.service-card:hover {
  transform: scale(1.02) rotateY(5deg);
  border-color: rgba(251, 191, 36, 0.6);
  box-shadow: 0 25px 50px rgba(251, 191, 36, 0.1);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.03), rgba(234, 179, 8, 0.03));
  border-radius: 1.5rem;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon-container {
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
}

.service-icon-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(251, 191, 36, 0.2), rgba(234, 179, 8, 0.2));
  border-radius: 1rem;
  filter: blur(1rem);
  transition: all 0.5s ease;
}

.service-card:hover .service-icon-glow {
  filter: blur(1.25rem);
}

.service-icon-bg {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

.service-card:hover .service-icon-bg {
  transform: scale(1.1);
}

.service-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #000;
}

.service-content {
  position: relative;
  z-index: 10;
}

.service-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  transition: color 0.5s ease;
}

.service-card:hover .service-title {
  color: #fbbf24;
}

.service-divider {
  width: 4rem;
  height: 0.125rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  margin-bottom: 1rem;
  transition: width 0.5s ease;
}

.service-card:hover .service-divider {
  width: 6rem;
}

.service-description {
  color: #9ca3af;
  line-height: 1.8;
  margin-bottom: 1rem;
  transition: color 0.5s ease;
}

.service-card:hover .service-description {
  color: #d1d5db;
}

.service-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fbbf24;
  font-weight: 500;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.5s ease;
}

.service-card:hover .service-cta {
  opacity: 1;
  transform: translateY(0);
}

.service-cta i {
  width: 1rem;
  height: 1rem;
}

.services-cta {
  text-align: center;
  margin-top: 4rem;
}

.cta-card {
  background: linear-gradient(to right, #1f2937, #000);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251, 191, 36, 0.3);
  max-width: 32rem;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(2rem);
  animation: fadeInUp 1.2s ease-out 1.5s forwards;
}

.cta-card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 1rem;
}

.cta-card p {
  color: #d1d5db;
  margin-bottom: 1.5rem;
}

/* Stats Section */
.stats-section {
  padding: 6rem 1.5rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #000, #1f2937, #000);
}

.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(251, 191, 36, 0.08) 0%, transparent 70%);
}

.stats-section::after {
  content: "⚖️";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(12deg);
  font-size: 20rem;
  opacity: 0.03;
  pointer-events: none;
  user-select: none;
}

.stats-title-container {
  background: linear-gradient(to right, #1f2937, #000);
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251, 191, 36, 0.3);
  display: inline-block;
  margin-bottom: 1.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-card {
  position: relative;
  background: linear-gradient(135deg, rgba(31, 41, 55, 0.95), rgba(0, 0, 0, 0.95));
  backdrop-filter: blur(0.5rem);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251, 191, 36, 0.2);
  text-align: center;
  transition: all 0.7s ease;
  opacity: 0;
  transform: translateY(3.75rem) scale(0.9);
}

.stat-card:hover {
  border-color: rgba(251, 191, 36, 0.5);
  box-shadow: 0 25px 50px rgba(251, 191, 36, 0.1);
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.05), rgba(234, 179, 8, 0.05));
  border-radius: 1.5rem;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.stat-card:hover::before {
  opacity: 1;
}

.stat-icon-container {
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.stat-icon-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(251, 191, 36, 0.2), rgba(234, 179, 8, 0.2));
  border-radius: 1rem;
  filter: blur(1rem);
  transition: all 0.5s ease;
}

.stat-card:hover .stat-icon-glow {
  filter: blur(1.25rem);
}

.stat-icon-bg {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: transform 0.5s ease;
}

.stat-card:hover .stat-icon-bg {
  transform: scale(1.1);
}

.stat-icon {
  width: 2rem;
  height: 2rem;
  color: #000;
}

.stat-number {
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 700;
  background: linear-gradient(to right, #fbbf24, #eab308);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}

.stat-divider {
  width: 5rem;
  height: 0.125rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  margin: 0 auto 1rem;
  transition: width 0.5s ease;
}

.stat-card:hover .stat-divider {
  width: 6rem;
}

.stat-label {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  transition: color 0.5s ease;
}

.stat-card:hover .stat-label {
  color: #fbbf24;
}

.stat-description {
  color: #9ca3af;
  font-size: 0.8rem;
  line-height: 1.6;
  transition: color 0.5s ease;
}

.stat-card:hover .stat-description {
  color: #d1d5db;
}

.stat-corner-accent {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #fbbf24;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: pulse 2s ease-in-out infinite;
}

.stat-card:hover .stat-corner-accent {
  opacity: 1;
}

.stats-achievement {
  text-align: center;
  margin-top: 5rem;
}

.achievement-card {
  background: linear-gradient(to right, rgba(31, 41, 55, 0.9), rgba(0, 0, 0, 0.9));
  backdrop-filter: blur(0.5rem);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251, 191, 36, 0.3);
  max-width: 64rem;
  margin: 0 auto;
}

.achievement-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.trophy-icon {
  width: 2rem;
  height: 2rem;
  color: #fbbf24;
}

.achievement-card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #fbbf24;
}

.achievement-card p {
  color: #d1d5db;
  font-size: 1.125rem;
}

/* Testimonials Section */
.testimonials-section {
  padding: 6rem 1.5rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #1f2937, #000, #1f2937);
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(251, 191, 36, 0.06) 0%, transparent 70%);
}

.testimonials-title-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(to right, #1f2937, #000);
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251, 191, 36, 0.3);
  display: inline-block;
  margin-bottom: 1.5rem;
}

.quote-icon {
  width: 2rem;
  height: 2rem;
  color: #fbbf24;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial-card {
  position: relative;
  background: linear-gradient(135deg, rgba(31, 41, 55, 0.95), rgba(0, 0, 0, 0.95));
  backdrop-filter: blur(0.5rem);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251, 191, 36, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.7s ease;
  opacity: 0;
  transform: translateX(-5rem) rotateY(-10deg);
}

.testimonial-card:hover {
  transform: scale(1.02) rotateY(2deg);
  border-color: rgba(251, 191, 36, 0.5);
  box-shadow: 0 25px 50px rgba(251, 191, 36, 0.1);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent);
  border-radius: 1.5rem;
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.testimonial-stars {
  display: flex;
}

.star {
  width: 1.25rem;
  height: 1.25rem;
  color: #fbbf24;
}

.star.filled {
  fill: currentColor;
}

.case-badge {
  background: linear-gradient(to right, rgba(251, 191, 36, 0.2), rgba(234, 179, 8, 0.2));
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fbbf24;
}

.testimonial-quote {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  position: relative;
}

.testimonial-quote::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 2rem;
  height: 2rem;
  color: rgba(251, 191, 36, 0.3);
  font-size: 2rem;
}

.testimonial-text {
  color: #d1d5db;
  line-height: 1.8;
  font-style: italic;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
}

.testimonial-footer {
  border-top: 1px solid rgba(251, 191, 36, 0.2);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.client-avatar {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.client-avatar i {
  width: 1.5rem;
  height: 1.5rem;
}

.client-details h4 {
  color: #fbbf24;
  font-weight: 700;
  font-size: 1.125rem;
}

.client-details p {
  color: #9ca3af;
  font-size: 0.875rem;
}

.testimonial-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent, rgba(251, 191, 36, 0.05), transparent);
  transform: translateX(100%) skewX(-12deg);
  transition: transform 1s ease;
}

.testimonial-card:hover .testimonial-shimmer {
  transform: translateX(-200%) skewX(-12deg);
}

.trust-badge {
  text-align: center;
  margin-top: 5rem;
}

.trust-card {
  background: linear-gradient(to right, rgba(31, 41, 55, 0.9), rgba(0, 0, 0, 0.9));
  backdrop-filter: blur(0.5rem);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(251, 191, 36, 0.3);
  max-width: 64rem;
  margin: 0 auto;
}

.trust-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.trust-card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #fbbf24;
}

.trust-card p {
  color: #d1d5db;
  font-size: 1.125rem;
}

/* Social Section */
.social-section {
  padding: 5rem 1.5rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #000, #1f2937, #000);
}

.social-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(251, 191, 36, 0.1) 0%, transparent 70%);
}

.vault-container {
  position: relative;
  background: linear-gradient(135deg, #1f2937, #000);
  padding: 2.2rem 1.2rem 2.2rem 1.2rem;
  border-radius: 2rem;
  border: 3px solid rgba(251, 191, 36, 0.45);
  overflow: visible;
  transform: scaleY(0);
  transform-origin: top;
}

.vault-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(234, 179, 8, 0.1));
  border-radius: 1.5rem;
}

.vault-hinge-1 {
  position: absolute;
  left: 0;
  top: 25%;
  width: 1rem;
  height: 2rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  border-radius: 0 9999px 9999px 0;
}

.vault-hinge-2 {
  position: absolute;
  left: 0;
  bottom: 25%;
  width: 1rem;
  height: 2rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  border-radius: 0 9999px 9999px 0;
}

.social-grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

@media (min-width: 768px) {
  .social-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .social-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  .vault-container {
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
  }
  .social-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  .social-platform {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.7rem;
    margin-bottom: 0.4rem;
  }
  .social-platform i {
    width: 1.3rem;
    height: 1.3rem;
  }
  .social-name {
    font-size: 0.85rem;
    margin-bottom: 0.15rem;
  }
  .social-description {
    font-size: 0.7rem;
  }
}

.social-icon {
  cursor: pointer;
  text-align: center;
  /* لا يوجد تحريك للأيقونة عند الهوفر */
  transform: none;
  opacity: 1;
  transform: none;
  text-decoration: none;
  color: inherit;
}

/* كلاس أنميشن احترافي لأيقونات السوشيال */

.social-platform {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.7rem;
  transition: box-shadow 0.3s, background 0.3s;
  color: #fff;
}

.social-platform:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.social-platform i {
  width: 2rem;
  height: 2rem;
}

.whatsapp {
  background: linear-gradient(135deg, #e9ffe7 0%, #25d366 100%);
}
.instagram {
  background: linear-gradient(135deg, #ffe7f7 0%, #E1306C 100%);
}
.facebook {
  background: linear-gradient(135deg, #e7f0ff 0%, #1877F3 100%);
}
.linkedin {
  background: linear-gradient(to right, #0ea5e9, #0284c7);
}

.social-name {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.25rem;
  transition: color 0.3s ease;
}

.social-icon:hover .social-name {
  color: #fbbf24;
}

.social-description {
  color: #9ca3af;
  font-size: 0.8rem;
  transition: color 0.3s ease;
}

.social-icon:hover .social-description {
  color: #d1d5db;
}

.social-tooltip {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fbbf24;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.social-icon:hover .social-tooltip {
  opacity: 1;
}

.vault-lock {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(to right, #fbbf24, #eab308);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lock-inner {
  width: 0.75rem;
  height: 0.75rem;
  background: #000;
  border-radius: 50%;
}

.footer {
  margin-top: 4rem;
  text-align: center;
  position: relative;
  z-index: 9999;
}

.footer-text {
  color: #9ca3af;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}

.footer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.pulse-dot {
  width: 0.5rem;
  height: 0.5rem;
  background: #fbbf24;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.footer-expertise {
  color: #fbbf24;
  font-weight: 500;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-1.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-3.125rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1.875rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .client-image {
    width: 7.5rem;
    height: 7.5rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .cta-button {
    padding: 1rem 2rem;
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .section-container {
    padding: 4rem 1rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .service-card,
  .stat-card,
  .testimonial-card {
    padding: 1.5rem;
  }
}
