/* IBM Plex Sans Arabic Font - Loaded from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none !important;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
}

.rest-btn {
  background: transparent;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
  cursor: pointer;
  transition: none;
}

:root {
  --mainColor1: #1a1a1a;
  --mainColor2: #2d2d2d;
  --secondColor1: #d4af37;
  --secondColor2: #f4d03f;
  --accentColor: #8b7355;
  --white: #ffffff;
  --lightGray: #f8f8f8;
  --darkGray: #2c2c2c;
  --textGray: #666666;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1112px;
  }
}

body {
  font-family: "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: start;
  min-height: 100vh;
  background: var(--lightGray);
  color: var(--darkGray);
  direction: rtl;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Ensure all text elements use IBM Plex Sans Arabic */
p, span, a, li, div, button, input, textarea, select, label {
  font-family: "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Specific font weights */
.font-medium {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
}

.font-bold {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body::-webkit-scrollbar-track {
  background: var(--white);
}

body::-webkit-scrollbar-thumb {
  background: var(--mainColor1);
}

body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

body.no-scroll {
  overflow: hidden;
}

.main-btn {
  background: transparent linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
  color: var(--white);
  border: 0;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding: 12px 30px;
  font-weight: 600;
}

.main-btn span {
  transition: 0.3s;
}

.main-btn svg {
  transition: 0.3s;
  margin-right: 8px;
}

.main-btn:is(:active, :hover, :focus, :focus-within, :focus-visible) {
  background: transparent linear-gradient(216deg, #f4c430 0%, #ffd700 10%, #f4c430 22%, #ffd700 100%) 0% 0% no-repeat padding-box;
  color: var(--white);
}

.main-btn:is(:active, :hover, :focus, :focus-within, :focus-visible) span {
  transform: translateX(-3px);
}

.main-btn:is(:active, :hover, :focus, :focus-within, :focus-visible) svg {
  transform: translateX(-3px);
}

.second-btn {
  background: transparent linear-gradient(257deg, #f4c430 0%, #ffd700 100%) 0% 0% no-repeat padding-box;
  color: var(--white) !important;
  border: 0;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  font-weight: 600;
  gap: 8px;
}

.second-btn:is(:active, :hover, :focus, :focus-within, :focus-visible) {
  background: transparent linear-gradient(-257deg, #f4c430 0%, #ffd700 100%) 0% 0% no-repeat padding-box;
}

.btn-outline-gray {
  color: var(--white) !important;
  border: 1px solid #E6E6E6 !important;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding: 8px 20px;
}

.btn-white {
  background: var(--white);
  border-radius: 23px;
  border: none !important;
  color: #252525;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
}

.btn-white:hover {
  background: #ebebeb !important;
}

/* Header Styles */
header {
  height: 69px;
  background: transparent;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

header.transparent {
  background: transparent !important;
}

header.transparent::after {
  display: none !important;
}

header.sticky {
  position: fixed;
  animation: menu_sticky 0.7s ease-in-out;
  background: transparent linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px) brightness(1) opacity(0.9);
  z-index: 1;
  display: none;
}

header.sticky::after {
  display: block;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

header .header-inner .header-logo {
  display: flex;
  align-items: center;
}

header .header-inner .header-logo .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

header .header-inner .header-logo span img {
  width: 100px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

header .header-inner .header-logo .logo-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
}

header .header-inner .header-logo .logo-text .logo-ar {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
}

header .header-inner .header-logo .logo-text .logo-separator {
  opacity: 0.6;
  margin: 0 4px;
}

header .header-inner .header-logo .logo-text .logo-en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

header .header-inner .header-logo span.logo-sticky {
  display: none;
}

header.sticky .header-inner .header-logo span.main-logo {
  display: none;
}

header.sticky .header-inner .header-logo span.logo-sticky {
  display: block;
}

@media (max-width: 991px) {
  header .header-inner .header-logo .logo-text {
    font-size: 16px;
    gap: 6px;
  }
  
  header .header-inner .header-logo span img {
    width: 80px;
    max-height: 40px;
  }
}

@media (max-width: 767px) {
  header .header-inner .header-logo .logo-text {
    font-size: 14px;
    gap: 4px;
  }
  
  header .header-inner .header-logo .logo-text .logo-separator {
    margin: 0 2px;
  }
}

header .header-inner .header-menu ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1199px) {
  header .header-inner .header-menu ul {
    gap: 5px;
  }
}

header .header-inner .header-menu ul li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 16px;
  transition: 0.3s;
}

header .header-inner .header-menu ul li a:hover {
  background: rgba(255, 255, 255, 0.24);
}

header .header-inner .header-menu ul li.active a {
  background: rgba(255, 255, 255, 0.24);
}

header .header-inner .header-menu .close-menu-toggle {
  display: none;
}

@media (max-width: 991px) {
  header .header-inner .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent linear-gradient(to bottom, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
    transform: translateY(-120%);
    transition: 0.8s;
    border-radius: 0 0 100vw 100vw;
    opacity: 0;
    z-index: 999;
    padding: 20px;
    overflow-y: scroll;
  }
  
  header .header-inner .header-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding-top: 50px;
  }
  
  header .header-inner .header-menu.show {
    opacity: 1;
    transform: translateY(0);
    border-radius: 0;
  }
  
  header .header-inner .header-menu .close-menu-toggle {
    display: flex;
    position: absolute;
    top: 25px;
    inset-inline-end: 25px;
  }
}

header .header-inner .menu-toggle {
  display: none;
}

@media (max-width: 991px) {
  header .header-inner .menu-toggle {
    display: flex;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

/* Main Section */
.main-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-section .main-sec-bg {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-section .main-sec-bg .video-bg,
.main-section .main-sec-bg .hero-bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: blur(2px);
}

.main-section .main-sec-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: opacity(0.28) brightness(1.9) blur(24px);
  z-index: 2;
}

.main-section .main-sec-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.7);
  opacity: 0.9;
  mix-blend-mode: multiply;
  z-index: 3;
}

.main-section .main-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 4;
  min-height: 100vh;
  text-align: center;
  padding: 100px 20px 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.main-section .main-section-wrapper.animate-in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .main-section .main-section-wrapper {
    text-align: center;
  }
}

.main-section .main-section-wrapper h1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  line-height: 74px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}

.main-section .main-section-wrapper.animate-in h1 {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .main-section .main-section-wrapper h1 {
    line-height: 50px;
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.main-section .main-section-wrapper h2 {
  font-size: 26px;
  font-weight: 600;
  color: #f4c430;
  margin-bottom: 30px;
  max-width: 800px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out 0.4s, transform 0.8s ease-out 0.4s;
}

.main-section .main-section-wrapper.animate-in h2 {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .main-section .main-section-wrapper h2 {
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* Statistics Section */
.statistices-section {
  position: relative;
  z-index: 4;
  margin-top: -137px;
}

.statistices-section .statistices-wrapper {
  border: 1px solid rgba(230, 230, 230, 0.3);
  border-radius: 74px;
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.16));
  padding: 17px 42px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(249, 249, 249, 0.1));
  backdrop-filter: opacity(1) brightness(1.1) blur(30px);
}

@media (max-width: 767px) {
  .statistices-section .statistices-wrapper {
    margin-top: 30px;
    background: transparent linear-gradient(45deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
    flex-direction: column;
    backdrop-filter: none;
    gap: 20px;
    border-radius: 30px;
  }
}

.statistices-section .statistices-wrapper .statistices-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11.6px;
  border-inline-end: 1px solid rgba(230, 230, 230, 0.5);
  flex: 1 0 auto;
  transition: transform 0.3s;
  padding: 15px;
}

@media (max-width: 767px) {
  .statistices-section .statistices-wrapper .statistices-box {
    border-inline-end: none;
    border-bottom: 1px solid rgba(230, 230, 230, 0.3);
    padding-bottom: 15px;
    width: 100%;
  }
}

.statistices-section .statistices-wrapper .statistices-box:last-child {
  border-inline-end: none;
}

@media (max-width: 767px) {
  .statistices-section .statistices-wrapper .statistices-box:last-child {
    border-bottom: none;
  }
}

.statistices-section .statistices-wrapper .statistices-box .statistices-box-text .counter {
  font-size: 25px;
  color: var(--white);
  font-weight: 700;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .statistices-section .statistices-wrapper .statistices-box .statistices-box-text .counter {
    font-size: 20px;
  }
}

.statistices-section .statistices-wrapper .statistices-box .statistices-box-text span {
  font-size: 16px;
  color: var(--white);
  transition: 0.3s;
}

@media (max-width: 991px) {
  .statistices-section .statistices-wrapper .statistices-box .statistices-box-text span {
    font-size: 14px;
  }
}

.statistices-section .statistices-wrapper .statistices-box-img {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.statistices-section .statistices-wrapper .statistices-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.statistices-section .statistices-wrapper .statistices-box:hover {
  transform: translateX(-5px);
}

.statistices-section .statistices-wrapper .statistices-box:hover .statistices-box-img img {
  filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(0deg);
}

.statistices-section .statistices-wrapper .statistices-box:hover .statistices-box-img svg path {
  stroke: #f4c430;
}

.statistices-section .statistices-wrapper .statistices-box:hover .statistices-box-text .counter {
  color: #f4c430;
}

.statistices-section .statistices-wrapper .statistices-box:hover .statistices-box-text span {
  color: #f4c430;
}

/* Section Title */
.section-title {
  margin-bottom: 50px;
}

.section-title.centered {
  text-align: center;
}

.section-title h5 {
  position: relative;
  display: inline-block;
}

.section-title h5 .title {
  font-size: 32px;
  font-weight: 700;
  color: var(--mainColor1);
  position: relative;
  z-index: 2;
}

.section-title h5 .text-pattern {
  font-size: 60px;
  font-weight: 900;
  color: rgba(26, 26, 26, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-title h5 .title {
    font-size: 24px;
  }
  
  .section-title h5 .text-pattern {
    font-size: 40px;
  }
}

/* Company Fields Section */
.company-fields-section {
  padding: 100px 0;
  background: var(--white);
}

.fields-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.field-card {
  background: var(--lightGray);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.field-card:hover {
  transform: translateY(-10px);
  border-color: var(--mainColor1);
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.2);
}

.field-card .field-icon {
  margin-bottom: 20px;
}

.field-card .field-icon svg {
  width: 60px;
  height: 60px;
}

.field-card h6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 15px;
}

.field-card p {
  font-size: 14px;
  color: var(--darkGray);
  line-height: 1.6;
}

/* Who We Section */
.who-we-section {
  padding: 100px 0;
  background: var(--lightGray);
}

.who-we-section-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

@media (max-width: 991px) {
  .who-we-section-wrapper {
    grid-template-columns: 1fr;
  }
}

.who-we-section-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--darkGray);
  margin-bottom: 30px;
}

.who-we-section-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Products Section */
.products-section {
  padding: 100px 0;
  background: var(--white);
}

.products-swiper {
  padding-bottom: 50px;
}

.product-card {
  background: var(--lightGray);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-card h6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainColor1);
  padding: 20px;
  margin: 0;
}

.product-card p {
  padding: 0 20px 20px;
  color: var(--darkGray);
}

/* News Section */
.news-section {
  padding: 100px 0;
  background: var(--lightGray);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.news-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
}

.news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-content {
  padding: 25px;
}

.news-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  display: block;
}

.news-content h6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 15px;
}

.news-content p {
  font-size: 14px;
  color: var(--darkGray);
  line-height: 1.6;
  margin-bottom: 15px;
}

.read-more {
  color: var(--mainColor1);
  font-weight: 600;
  text-decoration: underline;
}

/* Video Section */
.video-section {
  padding: 100px 0;
  background: var(--lightGray);
}

.video-section-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

@media (max-width: 991px) {
  .video-section-wrapper {
    grid-template-columns: 1fr;
  }
}

.video-section-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--darkGray);
  margin-bottom: 20px;
}

.video-section-text p strong {
  color: var(--mainColor1);
  font-weight: 700;
}

.video-features {
  margin-top: 25px;
  padding-right: 25px;
  list-style: none;
}

.video-features li {
  padding: 10px 0;
  padding-right: 30px;
  position: relative;
  font-size: 16px;
  color: var(--darkGray);
  line-height: 1.8;
}

.video-features li:before {
  content: "✓";
  position: absolute;
  right: 0;
  color: var(--mainColor1);
  font-weight: 700;
  font-size: 20px;
}

.video-section-video {
  position: relative;
}

.video-container {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #000;
  border: 3px solid rgba(26, 26, 26, 0.1);
  transition: all 0.3s ease;
}

.video-container:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: rgba(26, 26, 26, 0.3);
  transform: translateY(-5px);
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-container:hover video {
  transform: scale(1.02);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(26, 26, 26, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 25px;
  backdrop-filter: blur(2px);
  overflow: hidden;
}

.video-overlay:hover {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(26, 26, 26, 0.35) 100%);
  backdrop-filter: blur(1px);
}

.video-overlay.hidden {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.video-preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.play-button {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.play-button svg circle {
  transition: all 0.3s ease;
}

.play-button:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4));
}

.play-button:hover svg circle {
  fill: rgba(255, 255, 255, 1);
  transform: scale(1.05);
}

.play-button:active {
  transform: scale(1.05);
}

.play-button svg path {
  transition: all 0.3s ease;
}

.play-button:hover svg path {
  fill: var(--mainColor2);
}

/* Footer */
footer {
  background: transparent linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
  color: var(--white);
  padding: 60px 0 30px;
}

.footer-inner {
  margin-bottom: 30px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.footer-info {
  margin-bottom: 30px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-address,
.footer-phones {
  margin-bottom: 15px;
}

.footer-address:last-child,
.footer-phones:last-child {
  margin-bottom: 0;
}

.footer-address p,
.footer-phones p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.footer-address p strong,
.footer-phones p strong {
  color: var(--white);
  font-weight: 700;
  margin-left: 8px;
}

.footer-phones p a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: 0.3s;
}

.footer-phones p a:hover {
  color: var(--white);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-info {
    padding: 20px 0;
  }
  
  .footer-address p,
  .footer-phones p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .footer-top {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

.footer-top .logo img {
  width: 130px;
  height: auto;
  max-height: 65px;
  object-fit: contain;
}

.go-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.menu-list h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.menu-list ul li {
  margin-bottom: 10px;
}

.menu-list ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.menu-list ul li a:hover {
  color: var(--white);
  padding-right: 10px;
}

.working-hours {
  margin-top: 15px;
}

.footer-copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Page Heading */
.page-heading {
  padding: 150px 0 100px;
  text-align: center;
  color: var(--white);
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background Image Layer */
.page-heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
}

/* Green Overlay Layer */
.page-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(26, 26, 26, 0.75), rgba(26, 26, 26, 0.85));
  z-index: 1;
}

.page-heading .container {
  position: relative;
  z-index: 2;
}

.page-heading-wrapper {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .page-heading {
    padding: 120px 0 80px;
    min-height: 300px;
  }
  
  .page-heading::after {
    background-attachment: scroll;
  }
}

.page-heading-wrapper h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--white);
}

.page-heading-wrapper h2 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .page-heading-wrapper h1 {
    font-size: 32px;
  }
  .page-heading-wrapper h2 {
    font-size: 18px;
  }
}

/* About Content Section */
.about-content-section {
  padding: 100px 0;
  background: var(--white);
}

.about-text {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: center;
}

.about-text p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--darkGray);
}

.vision-mission-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .vision-mission-grid {
    grid-template-columns: 1fr;
  }
}

.vm-card {
  background: var(--lightGray);
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  transition: all 0.3s;
}

.vm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.vm-icon {
  margin-bottom: 30px;
}

.vm-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 20px;
}

.vm-card p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--darkGray);
}

.values-section {
  margin-top: 80px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.value-card {
  background: var(--lightGray);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.value-card:hover {
  transform: translateY(-10px);
  border-color: var(--secondColor1);
  box-shadow: 0 10px 30px rgba(244, 196, 48, 0.2);
}

.value-icon {
  margin-bottom: 20px;
}

.value-card h6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 15px;
}

.value-card p {
  font-size: 14px;
  color: var(--darkGray);
  line-height: 1.6;
}

/* Services Content Section */
.services-content-section {
  padding: 100px 0;
  background: var(--white);
}

.service-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 100px;
}

.service-item.reverse {
  direction: ltr;
}

.service-item.reverse .service-content {
  direction: rtl;
}

@media (max-width: 991px) {
  .service-item,
  .service-item.reverse {
    grid-template-columns: 1fr;
    direction: rtl;
  }
}

.service-content {
  padding: 40px;
}

.service-number {
  font-size: 80px;
  font-weight: 900;
  color: rgba(26, 26, 26, 0.1);
  line-height: 1;
  margin-bottom: 20px;
}

.service-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 15px;
}

.service-intro {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondColor1);
  margin-bottom: 20px;
}

.service-content p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--darkGray);
  margin-bottom: 30px;
}

.service-features {
  list-style: none;
  padding: 0;
}

.service-features li {
  padding: 10px 0;
  padding-right: 30px;
  position: relative;
  font-size: 16px;
  color: var(--darkGray);
  line-height: 1.6;
}

.service-features li:before {
  content: "✓";
  position: absolute;
  right: 0;
  color: var(--mainColor1);
  font-weight: 700;
  font-size: 20px;
}

.service-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s;
}

.service-image:hover img {
  transform: scale(1.05);
}

/* Products Content Section */
.products-content-section {
  padding: 100px 0;
  background: var(--white);
}

.product-category {
  margin-bottom: 100px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}

.product-item-card {
  background: var(--lightGray);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.product-item-card:hover {
  transform: translateY(-10px);
  border-color: var(--mainColor1);
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.2);
}

.product-item-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-item-card h6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainColor1);
  padding: 20px 20px 10px;
  margin: 0;
}

.product-item-card p {
  padding: 0 20px 10px;
  color: var(--darkGray);
  font-size: 14px;
}

.product-info {
  display: block;
  padding: 0 20px 20px;
  font-size: 12px;
  color: #999;
  font-style: italic;
}

/* News Content Section */
.news-content-section {
  padding: 100px 0;
  background: var(--white);
}

.news-list {
  max-width: 900px;
  margin: 0 auto;
}

.news-article {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}

.news-article:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .news-article {
    grid-template-columns: 1fr;
  }
}

.news-article-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.news-article-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.news-article-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 20px;
}

.news-article-content p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--darkGray);
  margin-bottom: 15px;
}

.news-article-content ul {
  margin: 20px 0;
  padding-right: 25px;
}

.news-article-content ul li {
  padding: 8px 0;
  padding-right: 25px;
  position: relative;
  font-size: 16px;
  color: var(--darkGray);
  line-height: 1.6;
}

.news-article-content ul li:before {
  content: "•";
  position: absolute;
  right: 0;
  color: var(--mainColor1);
  font-weight: 700;
  font-size: 20px;
}

/* Contact Content Section */
.contact-content-section {
  padding: 100px 0;
  background: var(--white);
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

@media (max-width: 991px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
}

.contact-form-wrapper,
.contact-info-wrapper {
  background: var(--lightGray);
  border-radius: 20px;
  padding: 40px;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--mainColor1);
  margin-bottom: 10px;
}

.form-control {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 16px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  transition: all 0.3s;
  background: var(--white);
}

.form-control:focus {
  outline: none;
  border-color: var(--mainColor1);
  box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.1);
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-info-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.contact-info-card {
  background: var(--white);
  border-radius: 15px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s;
}

.contact-info-card:hover {
  transform: translateX(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  flex-shrink: 0;
}

.contact-info-card h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 10px;
}

.contact-info-card p {
  font-size: 16px;
  color: var(--darkGray);
  margin: 5px 0;
}

.contact-info-card p a {
  color: var(--mainColor1);
  text-decoration: none;
  transition: 0.3s;
}

.contact-info-card p a:hover {
  color: var(--mainColor2);
  text-decoration: underline;
}

.map-wrapper {
  margin-top: 40px;
}

.map-wrapper h6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 20px;
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Article Content Section */
.article-content-section {
  padding: 100px 0;
  background: var(--white);
}

.article-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.article-header {
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #e0e0e0;
}

.article-date {
  display: inline-block;
  font-size: 14px;
  color: var(--mainColor1);
  background: rgba(26, 26, 26, 0.1);
  padding: 8px 20px;
  border-radius: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}

.article-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--mainColor1);
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 767px) {
  .article-header h2 {
    font-size: 24px;
  }
}

.article-main-image {
  margin: 40px 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.article-main-image img {
  width: 100%;
  height: auto;
  display: block;
}

.article-body {
  margin: 40px 0;
}

.article-body p {
  font-size: 18px;
  line-height: 1.9;
  color: var(--darkGray);
  margin-bottom: 25px;
}

.article-body p.lead {
  font-size: 20px;
  font-weight: 600;
  color: var(--mainColor1);
  line-height: 1.8;
}

.article-body h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--mainColor1);
  margin: 40px 0 20px;
}

.article-body ul {
  margin: 25px 0;
  padding-right: 30px;
}

.article-body ul li {
  padding: 12px 0;
  padding-right: 30px;
  position: relative;
  font-size: 17px;
  color: var(--darkGray);
  line-height: 1.8;
}

.article-body ul li:before {
  content: "•";
  position: absolute;
  right: 0;
  color: var(--mainColor1);
  font-weight: 700;
  font-size: 24px;
}

.article-body ul li strong {
  color: var(--mainColor1);
  font-weight: 700;
}

/* Article Gallery */
.article-gallery {
  margin: 60px 0;
  padding-top: 40px;
  border-top: 2px solid #e0e0e0;
}

.article-gallery h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 30px;
  text-align: center;
}

.gallery-swiper {
  padding-bottom: 50px;
}

.gallery-item {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
  color: var(--mainColor1);
  background: var(--white);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-swiper .swiper-button-next:after,
.gallery-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
}

.gallery-swiper .swiper-pagination-bullet {
  background: var(--mainColor1);
  opacity: 0.5;
}

.gallery-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Article Footer */
.article-footer {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #e0e0e0;
  text-align: center;
}

.article-footer .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .article-body p {
    font-size: 16px;
  }
  
  .article-body p.lead {
    font-size: 18px;
  }
  
  .article-body h3 {
    font-size: 22px;
  }
  
  .gallery-item img {
    height: 250px;
  }
}

/* Contact Form Messages */
.form-message {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-message.success {
  background: #1a1a1a;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(26, 26, 26, 0.3);
}

.form-message.error {
  background: #dc3545;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.form-message p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

/* Contact Form Button Loading State */
.contact-form button[type="submit"]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-loading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .contact-form-wrapper {
    padding: 40px 30px;
  }
}

/* Partners Section */
.partners-section {
  padding: 80px 0;
  background: var(--lightGray);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  align-items: center;
  justify-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.partner-item {
  background: var(--white);
  padding: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  cursor: pointer;
}

.partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.partner-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.partner-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 767px) {
  .partners-section {
    padding: 60px 0;
  }
  
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .partner-item {
    height: 120px;
    padding: 20px;
  }
}

/* ============================================
   FANDI Custom Styles
   ============================================ */

/* Features Section */
.features-section {
  padding: 80px 0;
  background: var(--white);
}

.features-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.feature-box {
  text-align: center;
  padding: 40px 30px;
  background: var(--white);
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(212, 175, 55, 0.2);
}

.feature-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.feature-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 15px;
}

.feature-box p {
  font-size: 14px;
  color: var(--darkGray);
  line-height: 1.6;
}

/* Products Preview Section */
.products-preview-section {
  padding: 100px 0;
  background: var(--lightGray);
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 15px;
}

.section-header p {
  font-size: 18px;
  color: var(--darkGray);
}

.products-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.product-preview-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-preview-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(212, 175, 55, 0.2);
}

.product-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.product-preview-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 15px;
}

.product-preview-card p {
  font-size: 14px;
  color: var(--darkGray);
  line-height: 1.6;
}

.section-cta {
  text-align: center;
}

.btn-primary {
  background: transparent linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
  color: var(--white);
  border: 0;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 14px 35px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
}

.btn-primary:hover {
  background: transparent linear-gradient(90deg, #d4af37 0%, #f4d03f 50%, #d4af37 100%) 0% 0% no-repeat padding-box;
  color: var(--darkGray);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

/* Mission Section */
.mission-section {
  padding: 100px 0;
  background: var(--white);
}

.mission-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 50px;
}

.mission-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 25px;
}

.mission-content p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--darkGray);
}

@media (max-width: 767px) {
  .mission-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .mission-content h2 {
    font-size: 24px;
  }
}

/* About Section Home */
.about-section-home {
  padding: 100px 0;
  background: var(--white);
}

.section-header-top {
  text-align: center;
  margin-bottom: 60px;
}

.section-header-top .section-tag {
  display: inline-block;
  background: var(--mainColor1);
  color: var(--white);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.section-header-top .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--mainColor1);
  margin-bottom: 0;
  line-height: 1.2;
}

.about-section-home .about-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.about-section-home .about-image {
  order: 1;
}

.about-section-home .about-text {
  order: 2;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.about-section-home .about-description {
  text-align: right;
}

.about-section-home .about-cta {
  text-align: right;
}

@media (max-width: 991px) {
  .section-header-top .section-title {
    font-size: 2rem;
  }
  
  .about-section-home .about-text {
    text-align: center;
  }
  
  .about-section-home .about-description {
    text-align: center;
  }
  
  .about-section-home .about-cta {
    text-align: center;
  }
}

.about-section-home .about-description {
  margin-bottom: 30px;
}

.about-section-home .about-description p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--darkGray);
  margin-bottom: 20px;
}

.about-section-home .about-description p:last-child {
  margin-bottom: 0;
}

.about-section-home .about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.about-section-home .feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--lightGray);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: var(--darkGray);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

.about-section-home .feature-badge:hover {
  background: var(--mainColor1);
  color: var(--white);
  border-color: var(--mainColor1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 26, 26, 0.15);
}

.about-section-home .feature-badge .feature-icon {
  font-size: 18px;
  line-height: 1;
}

.about-section-home .feature-badge .feature-text {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.about-section-home .about-cta {
  margin-top: 20px;
}

.about-highlights-home {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 25px 0 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  direction: rtl;
}

.highlight-item-home {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: var(--lightGray);
  border-radius: 10px;
  transition: all 0.3s ease;
  direction: rtl;
  justify-content: flex-start;
}

.highlight-item-home:hover {
  background: rgba(245, 135, 27, 0.1);
  transform: translateX(-5px);
}

.highlight-item-home svg {
  width: 20px;
  height: 20px;
  color: var(--mainColor1);
  flex-shrink: 0;
}

.highlight-item-home span {
  font-size: 15px;
  font-weight: 500;
  color: var(--darkGray);
  text-align: right;
  flex: 1;
}

@media (max-width: 767px) {
  .about-highlights-home {
    gap: 10px;
    margin: 20px 0 25px;
    padding-top: 20px;
  }
  
  .highlight-item-home {
    padding: 10px 15px;
  }
  
  .highlight-item-home span {
    font-size: 14px;
  }
}

.about-section-home .about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-section-home .about-image img:hover {
  transform: scale(1.02);
}

@media (max-width: 991px) {
  .section-header-top {
    margin-bottom: 40px;
  }
  
  .about-section-home .about-content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .about-section-home .about-image {
    order: 1;
  }
  
  .about-section-home .about-text {
    order: 2;
  }
}

/* About Content Section */
.about-content-section {
  padding: 100px 0;
  background: var(--white);
}

.about-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

/* في وضع الديسكتوب: الصورة على اليسار والنص على اليمين */
@media (min-width: 992px) {
  .about-content-wrapper {
    direction: ltr; /* تغيير الاتجاه للديسكتوب */
  }
  
  .about-content-wrapper .about-image {
    grid-column: 1; /* الصورة في العمود الأول (على اليسار) */
    order: 1;
  }
  
  .about-content-wrapper .about-text {
    grid-column: 2; /* النص في العمود الثاني (على اليمين) */
    order: 2;
  }
}

.about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-section .section-badge {
  display: inline-block;
  padding: 6px 16px;
  background: var(--secondColor1);
  color: var(--white);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.about-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 20px;
}

.about-section p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--darkGray);
  margin-bottom: 15px;
}

.about-highlights {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: var(--lightGray);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.highlight-item:hover {
  background: rgba(245, 135, 27, 0.1);
  transform: translateX(-5px);
}

.highlight-item svg {
  width: 24px;
  height: 24px;
  color: var(--mainColor1);
  flex-shrink: 0;
}

.highlight-item span {
  font-size: 16px;
  font-weight: 500;
  color: var(--darkGray);
}

@media (max-width: 767px) {
  .about-highlights {
    gap: 12px;
    margin-top: 25px;
    padding-top: 25px;
  }
  
  .highlight-item {
    padding: 12px 16px;
  }
  
  .highlight-item span {
    font-size: 14px;
  }
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-top: 25px;
}

.value-item {
  text-align: center;
  padding: 25px 15px;
  background: var(--lightGray);
  border-radius: 15px;
}

.value-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.value-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 10px;
}

.value-item p {
  font-size: 14px;
  color: var(--darkGray);
  line-height: 1.6;
}

@media (max-width: 991px) {
  .about-content-wrapper {
    grid-template-columns: 1fr;
  }
}

/* About Hero Section */
.about-hero-section {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, var(--lightGray) 0%, var(--white) 100%);
  position: relative;
  overflow: hidden;
}

.about-hero-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.about-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-hero-text {
  direction: rtl;
}

.hero-tag {
  display: inline-block;
  padding: 8px 20px;
  background: var(--secondColor1);
  color: var(--white);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.about-hero-text h1 {
  font-size: 48px;
  font-weight: 800;
  color: var(--mainColor1);
  margin-bottom: 15px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 24px;
  color: var(--secondColor1);
  font-weight: 600;
  margin-bottom: 25px;
}

.hero-description {
  font-size: 18px;
  line-height: 1.8;
  color: var(--darkGray);
  margin-bottom: 0;
}

.about-hero-image {
  position: relative;
}

.hero-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.hero-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.hero-image-wrapper:hover img {
  transform: scale(1.05);
}

.hero-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 100%);
  pointer-events: none;
}

/* Stats Section */
.about-stats-section {
  padding: 80px 0;
  background: var(--white);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.stat-item {
  text-align: center;
  padding: 30px 20px;
  background: var(--lightGray);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: var(--white);
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: var(--secondColor1);
  margin-bottom: 10px;
  line-height: 1;
}

.stat-label {
  font-size: 16px;
  color: var(--darkGray);
  font-weight: 600;
}

/* Vision & Mission Section */
.vision-mission-section {
  padding: 100px 0;
  background: var(--lightGray);
}

.vision-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.vm-card {
  background: var(--white);
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.vm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.vm-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  background: linear-gradient(135deg, var(--secondColor1) 0%, var(--secondColor2) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.vm-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 20px;
}

.vm-card p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--darkGray);
  margin: 0;
}

/* Values Section - Enhanced */
.values-section {
  padding: 100px 0;
  background: var(--white);
}

.section-header-center {
  text-align: center;
  margin-bottom: 60px;
}

.section-badge {
  display: inline-block;
  padding: 8px 20px;
  background: var(--lightGray);
  color: var(--secondColor1);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-header-center h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--mainColor1);
  margin-bottom: 15px;
}

.section-description {
  font-size: 18px;
  color: var(--textGray);
  max-width: 600px;
  margin: 0 auto;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.value-item {
  text-align: center;
  padding: 40px 25px;
  background: var(--lightGray);
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.value-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-color: var(--secondColor1);
}

.value-icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--secondColor1) 0%, var(--secondColor2) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.3s ease;
}

.value-item:hover .value-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.value-item h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 15px;
}

.value-item p {
  font-size: 15px;
  color: var(--darkGray);
  line-height: 1.7;
  margin: 0;
}

/* Quote Section - Enhanced */
.quote-section {
  padding: 100px 0;
  background: transparent linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  color: var(--secondColor1);
  opacity: 0.3;
}

.quote-wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
}

.quote-author {
  font-size: 18px;
  color: var(--secondColor1);
  font-weight: 600;
  margin: 0;
}

/* About Image Decoration */
.about-image-wrapper {
  position: relative;
}

.image-decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--secondColor1) 0%, var(--secondColor2) 100%);
  border-radius: 20px;
  opacity: 0.2;
  z-index: -1;
}

/* Responsive */
@media (max-width: 991px) {
  .about-hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .about-hero-text h1 {
    font-size: 36px;
  }
  
  .hero-subtitle {
    font-size: 20px;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .vision-mission-grid {
    grid-template-columns: 1fr;
  }
  
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .section-header-center h2 {
    font-size: 32px;
  }
  
  .quote-wrapper h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .about-hero-section {
    padding: 80px 0 60px;
  }
  
  .about-hero-text h1 {
    font-size: 28px;
  }
  
  .hero-description {
    font-size: 16px;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
  }
  
  .stat-number {
    font-size: 36px;
  }
  
  .vm-card {
    padding: 30px 25px;
  }
  
  .value-item {
    padding: 30px 20px;
  }
}

/* Quote Section */
.quote-section {
  padding: 80px 0;
  background: transparent linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
  z-index: 1;
}

.quote-wrapper {
  position: relative;
  z-index: 2;
}

.quote-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  font-style: italic;
  line-height: 1.8;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .quote-wrapper h2 {
    font-size: 24px;
  }
}

/* Products Section */
.products-section {
  padding: 100px 0;
  background: var(--lightGray);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.product-category {
  background: var(--white);
  padding: 45px 35px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-category:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(212, 175, 55, 0.25);
}

.category-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.category-icon {
  font-size: 40px;
}

.category-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--mainColor1);
  margin: 0;
}

.category-description {
  margin-bottom: 25px;
}

.category-description p {
  font-size: 16px;
  color: var(--darkGray);
  line-height: 1.6;
}

.products-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-item {
  padding: 15px;
  background: var(--lightGray);
  border-radius: 10px;
}

.product-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 8px;
}

.product-item p {
  font-size: 14px;
  color: var(--darkGray);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 767px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

/* CTA Section */
.cta-section {
  padding: 100px 0;
  background: transparent linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
  z-index: 1;
}

.cta-wrapper {
  position: relative;
  z-index: 2;
}

.cta-wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}

.cta-wrapper p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cta-wrapper h2 {
    font-size: 28px;
  }
}

/* Contact Section */
.contact-section {
  padding: 100px 0;
  background: var(--white);
}

.contact-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-form-wrapper {
  background: var(--lightGray);
  padding: 50px 40px;
  border-radius: 20px;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.contact-card {
  background: var(--lightGray);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s;
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.contact-icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--secondColor1) 0%, var(--secondColor2) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.3s ease;
}

.contact-card:hover .contact-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.contact-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 15px;
}

.contact-card p {
  font-size: 16px;
  color: var(--darkGray);
  margin-bottom: 15px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--secondColor1);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: var(--secondColor2);
  gap: 12px;
}

.contact-link svg {
  width: 16px;
  height: 16px;
}

.contact-phone {
  color: var(--mainColor1);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s;
}

.contact-phone:hover {
  color: var(--secondColor1);
  text-decoration: none;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .contact-form-wrapper {
    padding: 40px 30px;
  }
  
  .contact-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .contact-card {
    padding: 30px 20px;
  }
  
  .contact-card h3 {
    font-size: 18px;
  }
  
  .contact-card p {
    font-size: 14px;
  }
  
  .contact-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  
  .contact-icon-wrapper svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: 40px 0;
  }
  
  .contact-wrapper {
    gap: 30px;
  }
  
  .contact-form-wrapper {
    padding: 30px 20px;
    border-radius: 15px;
  }
  
  .contact-card {
    padding: 25px 20px;
    border-radius: 15px;
  }
  
  .contact-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .contact-card p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  
  .contact-phone {
    font-size: 16px;
  }
  
  .contact-link {
    font-size: 14px;
  }
  
  .section-header-center {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .section-header-center h2 {
    font-size: 24px;
  }
  
  .section-header-center p {
    font-size: 14px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .form-control {
    font-size: 14px;
    padding: 12px 15px;
  }
  
  textarea.form-control {
    min-height: 120px;
  }
  
  .btn-primary {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
  }
}

.map-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--mainColor1);
  text-decoration: none;
  font-weight: 600;
}

.map-link:hover {
  text-decoration: underline;
}

/* Map Section */
.map-section {
  padding: 0 0 100px;
  background: var(--white);
}

.map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

/* Footer */
.main-footer {
  background: transparent linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
  color: var(--white);
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}

.main-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 20%, rgba(212, 175, 55, 0.08) 0%, transparent 50%);
  z-index: 1;
}

.footer-content,
.footer-bottom {
  position: relative;
  z-index: 2;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 150px;
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: var(--secondColor1);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  text-align: center;
}

.footer-bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}

.footer-developer {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-developer a {
  color: var(--secondColor1);
  text-decoration: none;
}

.footer-developer a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  
  .footer-col {
    text-align: center;
  }
  
  .footer-col h4 {
    text-align: center;
  }
  
  .footer-col ul {
    text-align: center;
  }
  
  .footer-logo {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

/* Product Card Image */
.product-preview-card .product-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
  background: var(--lightGray);
}

.product-preview-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-preview-card:hover .product-image img {
  transform: scale(1.1);
}

/* Product Modal */
.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.product-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: relative;
  background: var(--white);
  border-radius: 20px;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.product-modal.active .modal-content {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: var(--mainColor1);
  color: var(--white);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.modal-close:hover {
  background: var(--secondColor1);
  transform: rotate(90deg);
}

.modal-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px;
}

.modal-image {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background: var(--lightGray);
}

.modal-image img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-info h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--mainColor1);
  margin: 0;
}

.modal-info p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--darkGray);
  margin: 0;
}

.modal-actions {
  margin-top: auto;
}

@media (max-width: 991px) {
  .modal-body {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
  }
  
  .modal-info h3 {
    font-size: 24px;
  }
  
  .modal-close {
    top: 10px;
    left: 10px;
    width: 35px;
    height: 35px;
  }
}

/* Products Page - All Products Grid */
.products-grid-all {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px 0;
}

.product-category-section {
  width: 100%;
}

.category-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--secondColor1);
}

.products-grid-category {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.product-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(212, 175, 55, 0.2);
}

.product-card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: var(--lightGray);
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-card-image img {
  transform: scale(1.1);
}

.product-card-info {
  padding: 25px;
}

.product-card-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainColor1);
  margin-bottom: 12px;
}

.product-card-info p {
  font-size: 14px;
  color: var(--darkGray);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 767px) {
  .products-grid-category {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
  
  .category-title {
    font-size: 28px;
  }
  
  .product-card-image {
    height: 200px;
  }
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.whatsapp-tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
  color: var(--white);
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.85);
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.whatsapp-btn {
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  color: var(--white);
  text-decoration: none;
}

.whatsapp-btn:hover {
  background: #20BA5A;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-btn:active {
  transform: scale(0.95);
}

.whatsapp-btn svg {
  width: 28px;
  height: 28px;
}

/* Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6);
  }
  100% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
}

.whatsapp-btn {
  animation: pulse 2s ease-in-out infinite;
}

@media (max-width: 767px) {
  .whatsapp-float {
    bottom: 20px;
    left: 20px;
  }
  
  .whatsapp-btn {
    width: 55px;
    height: 55px;
  }
  
  .whatsapp-btn svg {
    width: 24px;
    height: 24px;
  }
  
  .whatsapp-tooltip {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* Logo Intro Animation */
.logo-intro-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.logo-intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  animation: logoIntroFadeIn 1.5s ease-out;
}

.logo-intro-logo {
  animation: logoIntroScale 1.2s ease-out;
}

.logo-intro-img {
  width: 120px;
  height: auto;
  opacity: 0;
  animation: logoIntroImgFade 1s ease-out 0.3s forwards;
}

.logo-intro-text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  opacity: 0;
  animation: logoIntroTextFade 1s ease-out 0.6s forwards;
}

.logo-intro-ar {
  font-size: 32px;
  font-weight: 700;
  color: #f5871b;
  letter-spacing: 2px;
}

.logo-intro-separator {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

.logo-intro-en {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
}

@keyframes logoIntroFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoIntroScale {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes logoIntroImgFade {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes logoIntroTextFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .logo-intro-img {
    width: 100px;
  }
  
  .logo-intro-ar {
    font-size: 28px;
  }
  
  .logo-intro-separator {
    font-size: 24px;
  }
  
  .logo-intro-en {
    font-size: 24px;
  }
  
  .logo-intro-content {
    gap: 15px;
  }
}

