@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
    font-family: "Roboto", sans-serif;
    background-color: #0b0e13;
    line-height: 1.8;
    color: #f4f4f4;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 900 !important;
    color: #a5f2d3;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 800;
    color: #a5f2d3;
}

a:hover {
    color: #ffffff;
}
section{
    padding-top:80px ;
    padding-bottom: 80px;
    z-index: 2;
    position: relative;
}
/* على الكل: اسمح للـ collapse يظهر */
.navbar {
  background-color: #ff2f68; /* مثال على اللون */
}


/* لو تريد overflow:hidden على ديسكتوب بس */


.overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
 background: linear-gradient(to right, rgba(0, 224, 254, 0.2), rgba(0, 60, 90, 0.4));
 z-index: -1;

}
.bg-cover{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.hero-section{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
   .btn {
      padding: 14px 22px;
      display: inline-block;
      transition: all 0.4s ease;
      font-weight: 800;
      border-radius: 50px;
      border: 2px solid #a5f2d3;
      color: #a5f2d3;
      background-color: transparent;
      text-decoration: none;
    }

    .btn:hover {
      background-color: #a5f2d3;
      color: #003c5a;
      transform: translateY(-4px);
    }



/* About Section Styling */
#about {
  position: relative;
  padding: 100px 0;
  background-color: #0b0e13;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}

/* Overlay layer */
#about .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* Darker for better readability */
  z-index: 1;
}

/* Container positioning above overlay */
#about .container {
  position: relative;
  z-index: 2;
}

/* Section heading */
#about h1 {
  font-size: 40px;
  font-weight: 800;
  color: #a5f2d3;
  margin-bottom: 20px;
}

/* Divider under heading */
#about .divider {
  width: 80px;
  height: 4px;
  background-color: #a5f2d3;
  margin: 20px auto;
  border-radius: 2px;
}

/* Paragraph inside about */
#about p {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
}

/* Optional: Hide video button if present */
#about .video-btn {
  display: none;
}

/*services*/
/* شد الأعمدة وجعل الكروت لازقة ببعض */
.row.tight-gutter {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

#services {
  position: relative;
  padding: 100px 0;
  background-color: #0b0e13;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

#services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

#services .container {
  position: relative;
  z-index: 2;
}

#services .divider {
  width: 80px;
  height: 4px;
  background-color: #00e0fe;
  margin: 20px auto;
  border-radius: 2px;
}

.service-card-link {
  display: block;
  transition: transform 0.3s ease;
}

.service-card-link:hover {
  transform: translateY(-5px) scale(1.03);
}

.service-card {
  background-color: #0f1a23;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 224, 254, 0.1);
  display: flex;
  flex-direction: column;
}

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

.service-card .p-3 {
  background-color: rgba(0, 0, 0, 0.75);
  color: #00e0fe;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  border-top: 2px solid #00e0fe;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.service-card:hover img {
  transform: scale(1.07);
  filter: brightness(1.1);
}

.service-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 224, 254, 0.25);
}

.service-card:hover .p-3 {
  background-color: rgba(0, 60, 90, 0.8);
  color: #30d98d;
  transform: translateY(-6px);
}



.#features {
  position: relative;
  padding: 100px 0;
  background-color: #0b0e13;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

#features .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: a5f2d3;
  z-index: 0;
}

#features .container {
  position: relative;
  z-index: 2;
}

#features .divider {
  width: 80px;
  height: 4px;
  background-color: #3cfcb0;
  border-radius: 2px;
}

.feature-card {
  background-color: #111820;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

.feature-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.3s ease;
}

.feature-card:hover img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 224, 254, 0.25);
}

.card-caption {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 20px;
  color: #ffffff;
}

.card-caption h5 {
  color: #3cfcb0;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-caption p {
  font-size: 0.95rem;
  color: #ccc;
}



img {
    width: 100%;
}

.logo {
  height: 40px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .circle-container {
    width: 240px;
    height: 240px;
  }

  .center-logo {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }

  .icon-box {
    width: 50px;
    height: 50px;
    font-size: 0.5rem;
  }

  .icon-box i {
    font-size: 0.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .text-white-50 {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .circle-container {
    width: 200px;
    height: 200px;
  }

  .center-logo {
    width: 65px;
    height: 65px;
    font-size: 16px;
  }

  .icon-box {
    width: 42px;
    height: 42px;
    font-size: 0.4rem;
  }

  .icon-box i {
    font-size: 0.6rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  .text-white-50 {
    font-size: 0.8rem;
  }
}
/* Contact Section */
.contact-section {
  background-color: #0d1b25;
  color: #fff;
  padding: 60px 15px;
}

.contact-section h2 {
  color: #30d98d;
  margin-bottom: 10px;
}

.contact-section .divider {
  width: 60px;
  height: 4px;
  background-color: #30d98d;
  margin: 0.5rem auto 2rem;
}

.contact-info p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.contact-info i {
  font-size: 1.2rem;
  color: #30d98d;
  margin-right: 8px;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Responsive Google Map */
.map-responsive {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  margin-top: 1rem;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Ensure navbar doesn’t cover content */
body {
  padding-top: 70px;
}
