/* ========== GLOBAL RESPONSIVE RESET ========== */

/* يجعل كل العناصر Flex + Images responsive */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* يمنع Overflow في أي عنصر */
section, div, .container, .row, .col, header, footer {
  max-width: 100%;
  overflow-x: hidden;
}

/* يجعل الخطوط تتناسب مع حجم الشاشة تلقائيًا */
html {
  font-size: 16px;
}

@media (max-width: 992px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 13px;
  }
}

/* يجعل كل البادينج والمارجن مناسبة تلقائيًا */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Containers Responsive */
.container, .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* لجعل Captions, text, buttons تتوسّط دائمًا */
.text-center-all, 
.center {
  text-align: center !important;
}

/* لتوزيع العناصر بشرط عدم خروجها */
.flex-wrap-safe {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* Responsive Buttons */
button, .btn {
  font-size: clamp(12px, 2vw, 16px);
  padding: clamp(6px, 2vw, 12px) clamp(12px, 3vw, 25px);
  border-radius: 12px;
}

/* Responsive Titles */
h1, h2, h3 {
  line-height: 1.3;
  font-weight: 700;
}
h1 { font-size: clamp(22px, 4vw, 42px); }
h2 { font-size: clamp(20px, 3.6vw, 34px); }
h3 { font-size: clamp(18px, 3vw, 28px); }

/* Responsive Paragraph */
p, .text {
  font-size: clamp(13px, 2.4vw, 18px);
  line-height: 1.7;
}

/* أي عنصر Grid يكون تلقائي Responsive */
.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* ========== END GLOBAL RESPONSIVE SYSTEM ========== */


/* ====== NAVBAR BACKGROUND ====== */
.navbar {
  background: linear-gradient(95deg, #0d1b2a, #1b263b, #415a77);
  padding: 10px 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 9999;
}

/* ====== LOGO ====== */
.navbar-brand img {
  width: 55px;
  height: 55px;
  border-radius: 34px;
  object-fit: cover;
}



/* ====== BRAND TEXT ====== */
/* ====== اسم الموقع (Logo / Brand Text) ====== */
.navbar-brand span {
    font-family: 'Cairo', sans-serif; /* نفس الخط الرئيسي */
    font-size: 28px;                  /* حجم أكبر وواضح */
    font-weight: 800;                 /* عريض ويبرز الاسم */
    color: #f4d27a;                   /* لون ذهبي جميل يختلف عن الروابط */
    letter-spacing: 1px;              /* زيادة المسافة بين الحروف شوي */
    text-shadow: 0 2px 5px rgba(0,0,0,0.5); /* يعطي عمق للنص */
}

/* لو فيه نص ثاني تحت الاسم (p) */
.navbar-brand p {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    color: #e9edf5;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ====== NAV LINKS (CENTER) ====== */
.navbar-nav {
  display: flex;
  justify-content: center;
  flex: 1;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding: 10px 18px;
  position: relative;
  transition: 0.3s ease-in-out;
}

/* Underline hover */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background: #fff;
  border-radius: 50px;
  transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #fff;
  transform: translateY(-3px);
}
.navbar-nav .nav-link:hover::after {
  width: 70%;
}

/* ACTIVE LINK */
.navbar-nav .nav-link.active {
  color: #fff !important;
}
.navbar-nav .nav-link.active::after {
  width: 70%;
}

/* ====== CONTACT BUTTON ====== */
.contact-btn {
  font-weight: 700;
  margin-right: 10px;
}

/* ====== MOBILE MENU ====== */
@media (max-width: 991px) {
  #navbarSupportedContent {
    background: linear-gradient(120deg, #0f1e33, #274060, #4f6f97);
    padding: 15px;
    border-radius: 10px;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .contact-btn {
    display: block;
    margin: 15px auto 0;
    width: fit-content;
  }
}

/* MENU OPEN ANIMATION */
.collapse.show {
  animation: fadeSlide 0.35s ease forwards;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-nav .nav-link:hover {
  /* background: #00aaff; */
  color: #ffffff !important;
  /* border-radius: 8px; */
}






/* ======== Section Home ======== */
.home {
  position: relative;
  width: 100%;
  height: 100vh; /* تملأ الشاشة كلها */
  overflow: hidden;
}

/* ======== Full Screen Images ======== */
.home .carousel-item img {
  width: 100%;
  height: 100vh;        /* تاخد طول الشاشة كله */
  object-fit: cover;    /* تملأ بدون فراغات وتبان كاملة قدر الإمكان */
  object-position: center;
 animation: fadeSlide 0.8s ease-in-out;
}

/* ======== Overlay ======== */
.home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15); /* لون خفيف يوضح الصورة */
  z-index: 5;
}

/* خلي السلايدر فوق الـ overlay */
.carousel-inner,
.carousel-item {
  position: relative;
  z-index: 10;
}

/* ======== Animation ======== */
@keyframes fadeSlide {
  0% {
    opacity: 0;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .custom-caption {
    bottom: 15%;
  }

  .custom-caption h1 {
    font-size: 34px;
  }

  .custom-caption p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .custom-caption {
    bottom: 12%;
  }

  .custom-caption h1 {
    font-size: 28px;
  }

  .custom-caption p {
    font-size: 16px;
  }

  .btn-group .btn {
    padding: 8px 18px;
    font-size: 14px;
  }
}

/* موبايل صغير جدًا */
@media (max-width: 480px) {
  .custom-caption {
    bottom: 10%;
    padding: 0 10px;
  }

  .custom-caption h1 {
    font-size: 22px;
  }

  .custom-caption p {
    font-size: 14px;
  }

  .btn-group .btn {
    padding: 6px 14px;
    font-size: 13px;
  }
}

/* Extra responsiveness enhancements for navbar brand on very small screens */
@media (max-width: 480px) {
  .navbar-brand span {
    font-size: 22px;
  }
}

/* Further adjustments for very small screens below 400px */
@media (max-width: 400px) {
  .navbar-brand span {
    font-size: 20px;
  }
  .navbar-brand p {
    font-size: 12px;
  }

  /* Carousel image max height fix */
  /* .home .carousel-item img {
    max-height: 100vh;
    object-fit: contain;
  } */

  /* Carousel caption adjustments */
  .home .carousel-caption {
    width: 90%;
    top: 55%;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .home .carousel-caption h1 {
    font-size: 20px;
  }

  .home .carousel-caption p {
    font-size: 12px;
  }

  /* About section padding reduced */
  .about {
    padding: 40px 10px;
  }

  .about .body-title h2 {
    font-size: 1.8rem;
  }

  .about p {
    font-size: 14px;
  }

  /* Service cards stack vertical */
  .service-card {
    margin-bottom: 15px;
    width: 100%;
  }

  .service-card h4 {
    font-size: 18px;
  }

  .service-card p {
    font-size: 13px;
  }

  /* Gallery adjustments */
  .gallery-card img {
    height: auto;
    max-height: 300px;
  }

  .gallery-card {
    margin: 5px;
  }

  /* Location section smaller padding */
  .location-section {
    padding: 20px 10px;
  }

  .location-section .loc-title {
    font-size: 20px;
  }

  .location-section .loc-desc {
    font-size: 14px;
  }

  .location-section .map-box {
    height: 200px;
  }

  /* Contact section adjustments */
  .contact-section {
    padding: 30px 10px;
  }

  .contact-header h2 {
    font-size: 20px;
  }

  .contact-header p {
    font-size: 12px;
  }

  .contact-form {
    padding: 15px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
  }

  /* Footer text scaling */
  .footer-title {
    font-size: 18px;
  }

  .footer-head {
    font-size: 16px;
  }

  .footer-links a,
  .footer-col p {
    font-size: 12px;
  }

  /* Fixed contact buttons smaller and repositioned */
  .fixed-contact-buttons {
    bottom: 10px;
    right: 10px;
    gap: 10px;
  }

  .contact-btn {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

/* Ultra small devices ~320px and below */
@media (max-width: 360px) {
  .navbar-brand span {
    font-size: 18px;
  }

  .home .carousel-caption h1 {
    font-size: 18px;
  }

  .home .carousel-caption p {
    font-size: 11px;
  }

  .btn-custom, .btn-contact {
    padding: 5px 15px;
    font-size: 12px;
  }

  .about .body-title h2 {
    font-size: 1.6rem;
  }

  .service-card h4 {
    font-size: 16px;
  }

  .contact-header h2 {
    font-size: 18px;
  }
}










/* Overlay Text */
.home .carousel-caption {
  position: absolute;
  top: 63%;
  right: -30%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.home .carousel-caption h1 {
  font-size: 48px;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.home .carousel-caption p {
  font-size: 22px;
  margin-top: 10px;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
}

/* إظهار الكابشن في الموبايل */
@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 24px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  .btn-group .btn {
    font-size: 14px;
    padding: 6px 12px;
  }
}



/* Buttons */
.carousel-caption .btn {
  margin: 0 10px;
  transition: 0.3s ease;
}


/* ===== Responsive ===== */
@media (max-width: 992px) {
  .carousel-caption h1 {
    font-size: 36px;
  }
  .carousel-caption p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 28px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
}




/* ======== Overlay غامق للسلايدر ======== */
.home .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* غامق ومناسب مع Navbar */
  z-index: 1;
}

/* ======== الكابشن فوق الـ Overlay ======== */
.home .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  z-index: 2; /* فوق الـ overlay */
  color: #f8f9fa; /* لون النص فاتح وواضح */
}

.home .carousel-caption h1 {
  font-size: 48px;
  font-weight: 800;
  color: #fff; /* ذهبي ناعم */
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
}

.home .carousel-caption p {
  font-size: 22px;
  margin-top: 10px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

/* ======== Responsive للكابشن ======== */
@media (max-width: 992px) {
  .home .carousel-caption h1 {
    font-size: 34px;
  }
  .home .carousel-caption p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .home .carousel-caption {
    width: 81%;
  }
  .home .carousel-caption h1 {
    font-size: 26px;
  }
  .home .carousel-caption p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .home .carousel-caption h1 {
    font-size: 22px;
  }
  .home .carousel-caption p {
    font-size: 14px;
  }
}


/* ===== Buttons ===== */
/* شكل موحد للزرارين */
/* شكل موحد للزرارين */
.btn-custom,
.btn-contact {
  padding: 12px 30px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s ease;
  border: none !important;
  display: inline-block;
  animation: float 2s ease-in-out infinite; /* الحركة هنا */
}

/* خدمة – أزرق */
.btn-custom {
  background: linear-gradient(135deg, #4a77ff, #6c8bff);
  color: #fff;
}

/* تواصل – تيفاني */
.btn-contact {
  background: linear-gradient(135deg, #3ab0a2, #58c7ba);
  color: #fff;
}

/* تأثير Hover */
.btn-custom:hover,
.btn-contact:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

/* Animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px); /* يتحرك لأعلى */
  }
}





/* ===== Responsive ===== */
@media (max-width: 992px) {
  .btn-custom {
    padding: 10px 22px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .btn-custom {
    padding: 8px 18px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .btn-custom {
    padding: 6px 14px;
    font-size: 13px;
  }
}


/* Section من نحن */
.about {
  padding: 80px 20px;
  background: linear-gradient(135deg, #e3f2fd, #ffffff); /* لون هادئ وجذاب */
}

/* نص العنوان */
.about .body-title h2 {
  font-size: 2.5rem;
  color: #007bff; /* أزرق هادئ للنص */
  position: relative;
  display: inline-block;
  animation: slideIn 1s ease-out;
}

/* تحريك الإيموجي */
.about .wave {
  display: inline-block;
  animation: waveAnimation 1.5s infinite;
}

/* النص الفقرة */
.about .body-title p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-top: 15px;
  opacity: 0;
  animation: fadeInText 1.5s forwards;
  animation-delay: 0.5s;
}

/* تحريك العنوان */
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* حركة الإيموجي */
@keyframes waveAnimation {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(14deg); }
  30% { transform: rotate(-8deg); }
  45% { transform: rotate(14deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}

/* ظهور الفقرة تدريجيًا */
@keyframes fadeInText {
  to { opacity: 1; }
}
.about {
  background: linear-gradient(135deg, #f0f4ff, #e6e9ff);
  padding: 60px 20px;
  border-radius: 15px;
  animation: fadeIn 1s ease-in-out;
}

.about .body-title h2 {
  color: #2c2c54;
}

.about p {
  color: #555;
  font-size: 18px;
}

.about-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}






/* ===== Services Section ===== */
/* ===== Services Section ===== */
.services {
  background: linear-gradient(120deg, #f8f9fa, #e6e6ff);
}

/* Cards */
.service-card {
  background: #fff;
  transition: all 0.4s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-card .icon {
  transition: transform 0.4s ease, color 0.4s ease;
}

.service-card:hover .icon i {
  transform: rotate(15deg) scale(1.2);
  color:black; /* لون نفس Navbar */
}


.service-card h4 {
  transition: color 0.3s ease;
}

.service-card:hover h4 {
  color: #415a77; /* نفس لون Navbar */
}

.service-card p {
  color: #555;
}

.service-card .icon:hover i{
  color: #3d6899;
}

/* Responsive */
@media (max-width: 992px) {
  .service-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .service-card h4 {
    font-size: 20px;
  }
  .service-card p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .service-card h4 {
    font-size: 18px;
  }
  .service-card p {
    font-size: 13px;
  }
}




.photos {
  background: linear-gradient(135deg, #2c3e50, #4b6584, #95a5a6);
  background-size: 300% 300%;
  animation: liftGradient 12s ease-in-out infinite;
  padding: 60px 0;
}

/* الخلفية الغامقة للـ Carousel */
#photos {
  position: relative;
  background: #0d0d0d; /* غامق */
  overflow: hidden;
  z-index: 1;
}

/* إضافة أشكال متحركة */
#photos::before,
#photos::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -50px;
  left: -50px;
  z-index: 0;
  animation: floatShapes 10s linear infinite;
}

#photos::after {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: -100px;
  left: auto;
  right: -100px;
  animation-duration: 15s;
  background: rgba(255, 255, 255, 0.03);
}

/* أشكال إضافية داخل الـ carousel */
#photos .carousel-inner::before,
#photos .carousel-inner::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 50%;
  animation: floatShapes 12s linear infinite;
  z-index: 0;
}

#photos .carousel-inner::after {
  width: 250px;
  height: 250px;
  animation-duration: 18s;
  top: auto;
  bottom: 20px;
  left: 10%;
}

/* Animation للحركة */
@keyframes floatShapes {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(-50px) translateX(50px) rotate(180deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(360deg);
  }
}
@keyframes liftGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ====== GALLERY CARDS ====== */
.gallery-card {
  position: relative;
  background: #ffffff10;
  border-radius: 15px;
  overflow: hidden;
  backdrop-filter: blur(5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  transition: 0.4s ease;
  cursor: pointer;
  border: 1px solid #ffffff30;
}

.gallery-card img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: 0.4s ease;
}

/* ====== HOVER ZOOM ====== */
.gallery-card:hover img {
  transform: scale(1.1);
  filter: brightness(0.75);
}

/* ====== OVERLAY ====== */
.overlay {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.8));
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.5s ease;
}

/* Overlay Text Animation */
.overlay h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.5s ease 0.15s;
}

.overlay p {
  font-size: 14px;
  margin: 5px 0 0;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.5s ease 0.3s;
}

/* ====== HOVER EFFECT ====== */
.gallery-card:hover .overlay {
  bottom: 0;
  opacity: 1;
}

.gallery-card:hover .overlay h5,
.gallery-card:hover .overlay p {
  transform: translateY(0);
  opacity: 1;
}


body {
  /* background: linear-gradient(135deg, #ff7eb3, #ff758c, #ffb199, #fad0c4); */
  background-size: 300% 300%;
  animation: gradientMove 8s ease infinite;
  height: 100vh;
}

/* Animation */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.stars, .stars2, .stars3 {
position: absolute;
width: 2px;
height: 2px;
background: transparent;
box-shadow: 0 0 2px #fff;
animation: animStars 10s linear infinite;
}
.stars2 { animation-duration: 20s; opacity:0.6; }
.stars3 { animation-duration: 30s; opacity:0.3; }


@keyframes animStars {
from { transform: translateY(0px); }
to { transform: translateY(-2000px); }
}

.btn-work {
  background: linear-gradient(135deg, #d4af37, #b98a1f);
  color: #000;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: 0.4s ease;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
  letter-spacing: 0.5px;
}

.btn-work:hover {
  background: linear-gradient(135deg, #f9d769, #d4af37);
  color: #000;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 0 18px rgba(249, 215, 105, 0.7);
}




/* Responsive */
@media (max-width: 768px) {
.iphone-frame { width: 200px; }
}

/* Location Section */
.location-section {
   padding: 80px 0;
  background: linear-gradient(135deg, #1a1a1a, #2b2b2b, #3a3a3a);
  background-size: 300% 300%;
  animation: bgMove 10s infinite alternate ease-in-out;
  color: #fff;
}

.location-section .loc-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.location-section .loc-desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 25px;
}

.location-section .btn-contact {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: red; /* أزرق مناسب مع الخلفية */
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 170, 255, 0.4);
}

.location-section .btn-contact:hover {
  background: #33cfff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 170, 255, 0.5);
}

/* Map Box */
.location-section .map-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.location-section .map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .location-section .loc-title {
    font-size: 24px;
  }

  .location-section .loc-desc {
    font-size: 16px;
  }

  .location-section .btn-contact {
    font-size: 16px;
    padding: 10px 25px;
  }

  .location-section .map-box {
    height: 300px;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .location-section {
    padding: 40px 10px;
  }

  .location-section .loc-title {
    font-size: 20px;
  }

  .location-section .loc-desc {
    font-size: 14px;
  }

  .location-section .btn-contact {
    font-size: 14px;
    padding: 8px 20px;
  }

  .location-section .map-box {
    height: 250px;
  }
}



/* Contact Section */
.contact-section {
  background-image: url(../images/unnamed-1\ \(1\).png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 15px;
  position: relative;
  overflow: hidden;
}

/* Overlay غامق */
.contact-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* الغامق 60% */
  z-index: 1;
}

/* محتوى الفورم فوق الـ overlay */
.contact-section .container {
  position: relative;
  z-index: 2;
}

/* Gradient متحرك */
.contact-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, #0ff, #00f, #0ff);
  animation: rotateGradient 8s linear infinite;
  opacity: 0.1;
  z-index: 0;
}


@keyframes rotateGradient {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.contact-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-header p {
  font-size: 18px;
  color: #ccc;
}

/* Form Styles */
.contact-form {
  position: relative;
  z-index: 1;
  background-color: rgba(0,0,0,0.6);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #555;
  background: rgba(255,255,255,0.05);
  color: #fff;
  outline: none;
  transition: all 0.4s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0ff;
  box-shadow: 0 0 10px #0ff;
  transform: scale(1.02);
}

.contact-form textarea {
  resize: none;
}

.contact-form .btn-send {
  background: #0ff;
  color: #000;
  font-weight: 600;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.contact-form .btn-send:hover {
  background: #00e6e6;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 255, 255, 0.5);
}

/* Responsive */
@media (max-width: 992px) {
  .contact-header h2 {
    font-size: 28px;
  }
  .contact-header p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .contact-section {
    padding: 50px 10px;
  }
  .contact-header h2 {
    font-size: 24px;
  }
  .contact-header p {
    font-size: 14px;
  }
  .contact-form {
    padding: 20px;
  }
}



/* Footer Styling */
.footer-section {
  position: relative;
  background-color: #0d1117;
  overflow: hidden;
}

/* Stars Animation */
.stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background: white;
  box-shadow: 
    20px 50px white,
    100px 120px white,
    200px 80px white,
    300px 150px white,
    400px 100px white,
    500px 200px white;
  animation: moveStars 10s linear infinite;
}

.stars:nth-child(2) {
  width: 1.5px;
  height: 1.5px;
  animation-duration: 15s;
}

.stars:nth-child(3) {
  width: 1px;
  height: 1px;
  animation-duration: 20s;
}

@keyframes moveStars {
  0% { transform: translateY(0) translateX(0); opacity: 1; }
  100% { transform: translateY(-800px) translateX(200px); opacity: 0; }
}

/* Footer Content */
/* Footer Section */
.footer-section {
  background: #111;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}

/* Grid Layout */
.footer-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.footer-col {
  padding: 10px;
}

/* Logo */
.footer-logo {
  height: 70px;
  border-radius: 10px;
}

.footer-title {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
}

.footer-sub {
  margin-bottom: 20px;
  color: #ccc;
}

/* Social Icons */
.footer-social a {
  font-size: 22px;
  margin: 0 8px;
  transition: 0.3s;
}

.footer-social .fb { color: #1877f2; }
.footer-social .tw { color: #1da1f2; }
.footer-social .ig { color: #e4405f; }
.footer-social .li { color: #0a66c2; }

.footer-social a:hover {
  transform: scale(1.2);
}

/* Quick Links */
.footer-head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #f4d27a;
}

/* Contact */
.footer-col p {
  margin: 10px 0;
  font-size: 16px;
}

.footer-col i {
  color: #f4d27a;
  margin-left: 7px;
}

.footer-col a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #f4d27a;
  transform: scale(1.1);
}

/* Bottom */
hr {
  border-color: #444;
  margin: 30px 0;
}

.made span {
  color: red;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer-title {
    font-size: 20px;
  }

  .footer-head {
    font-size: 18px;
  }

  .footer-links a,
  .footer-col p {
    font-size: 14px;
  }
}


/* نعمل طبقة نجوم */
.stars {
    width: 3px;
    height: 3px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 
      20px 30px #fff,
      50px 80px #fff,
      100px 120px #fff,
      150px 200px #fff,
      200px 250px #fff,
      250px 300px #fff,
      /* ⭐⭐ زودتلك أكتر من 120 نجمة تحت 👇 */
      300px 350px #fff,
      350px 100px #fff,
      400px 200px #fff,
      450px 50px #fff,
      500px 150px #fff,
      550px 300px #fff,
      600px 220px #fff,
      650px 270px #fff,
      700px 180px #fff,
      750px 320px #fff,
      800px 210px #fff,
      850px 260px #fff,
      900px 100px #fff,
      950px 160px #fff,
      1000px 230px #fff,
      1050px 300px #fff,
      1100px 80px #fff,
      1150px 220px #fff,
      1200px 260px #fff,
      1250px 140px #fff,
      1300px 200px #fff,
      1350px 280px #fff,
      1400px 320px #fff,
      1450px 180px #fff;
    animation: animStars 6s linear infinite;
}

@keyframes animStars {
  from { transform: translateY(0); }
  to   { transform: translateY(100px); }
}

/* زيادة طبقات للعمق */
.stars:nth-child(2) {
  width: 2px;
  height: 2px;
  opacity: 0.6;
  animation-duration: 10s;
}

.stars:nth-child(3) {
  width: 1px;
  height: 1px;
  opacity: 0.3;
  animation-duration: 14s;
}

/* الفوتر */
.footer-section {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  padding-top: 40px;
}


/* Fixed Contact Buttons */
.fixed-contact-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.contact-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

/* WhatsApp button */
.contact-btn.whatsapp {
  background-color: #25D366;
  animation: bounce 2s infinite;
}

/* Phone button */
.contact-btn.phone {
  background-color: #ff4d4d;
  animation: bounce 2s infinite 0.5s;
}

/* Hover effect */
.contact-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Bounce Animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) invert(1); /* يخليها بيضا */
}

.custom-prev, .custom-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
  top: 50%;
  transform: translateY(-50%);
}

.custom-prev:hover, .custom-next:hover {
  background: rgba(0,0,0,0.75);
}

.overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.photos img {
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
}


/* نخلي الكاروسيل نفسه فوق كل العناصر */
#multiCarousel {
  position: relative;
  z-index: 5;
}

/* صور الكاروسيل */
#multiCarousel img {
  position: relative;
  z-index: 1;
}

/* أزرار التحكم */
.carousel-control-prev.custom-prev,
.carousel-control-next.custom-next {
  width: 60px;
  height: 60px;

  background: rgba(0, 0, 0, 0.7); /* خلفية داكنة وشفافة */
  border-radius: 50%;

  top: 50%;
  transform: translateY(-50%);
  z-index: 9999 !important;

  display: flex;
  justify-content: center;
  align-items: center;

  backdrop-filter: blur(4px);
  transition: background 0.3s;
}

/* أيقونات واضحة */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(0) sepia(1) saturate(5) hue-rotate(45deg); /* أصفر */
  width: 30px;
  height: 30px;
  margin: 0; /* نزّل أي margin إضافي */
}

/* عند الـ Hover */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.9);
}

