/* Base Styles */
body {
  font-family: 'Cairo', sans-serif;

}
html, body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}

section {
  padding: 100px 0;

}

h1, h2 {
  color: #004aad;
}

ul {
  list-style: none;
}

/* Navbar */
.navbar {
  background-color: #004aad;
}

.navbar a {
  color: #fff !important;
}

.logo {
  width: 35px;
}

/* Hero Section */
.hero {
  overflow: hidden;
  width: 100%;
  height: 90vh;
  background-color: #e9f1ff;
  background-image: url("imgs/hero_image_01.png");
  background-size: cover;
  text-align: center;
  padding: 200px 20px;
  position: relative;
}

.intro {
  position: absolute;
  top: 30%;
  left: 10%;
  border-radius: 10px;
  background-color: rgba(15, 67, 181, 0.3);
  padding: 20px;
}

/* Reusable Glassy Sections */
.glassy-section,
.glassy-box,
.policy-box,
.glassy-contact-box {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
  margin-bottom: 40px;
}

/* About Us */
.about-us-section {
  background-color: #fff;
  background-image: url("imgs/download.jpg");
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 90%;
  margin: 100px auto;
  text-align: center;
}

.about-us-section h2 {
  color: #004d99;
  font-size: 2.2em;
  margin-bottom: 20px;
}

.about-us-section p,
.about-us-section .english-text {
  font-size: 1.2em;
  color: #eee;
  margin-bottom: 15px;
}

.about-us-section .english-text {
  font-style: italic;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 20px;
}

/* Values Section */
.values-section {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 100px auto;
}

.values-section h2 {
  color: #004d99;
  font-size: 2em;
  text-align: center;
  margin-bottom: 30px;
}

.value-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.value-item .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5em;
  margin-left: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.value-item .content {
  flex-grow: 1;
}

.value-item h3 {
  color: #007bff;
  font-size: 1.4em;
  margin: 0 0 5px;
}

.value-item p {
  margin: 0;
  font-size: 1.1em;
  color: #555;
}

/* Process */


.process-details {
  text-align: right;
  font-size: 16.5px;
  line-height: 2;
  color: #002d72;
  list-style: none;
  padding-right: 0;
}

.process-details li {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 12px;
  backdrop-filter: blur(4px);
  text-align: right;
  margin-bottom: 20px;
}

.process-details .step-title {
  color: #004aad;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}

/* Policy Box */
.policy-box {
  max-width: 600px;
  margin: 100px auto;
}

.policy-box h2,
.glassy-contact-box h2 {
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  color: #003366;
}

h4 {
  font-weight: 700;
  margin-top: 25px;
  color: #003366;
}

.policy-box ul,
.glassy-contact-box ul {
  list-style-type: disc;
  padding-right: 20px;
  font-size: 18px;
  line-height: 2;
}

/* Contact */
.contact-section {
  background: linear-gradient(135deg, #e0f7ff 0%, #f0fbff 100%);
  padding: 80px 20px;
}

.glassy-contact-box {
  color: #002d72;
}

.glassy-contact-box a {
  color: #004aad;
  text-decoration: none;
  font-weight: bold;
}

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

.glassy-contact-box p {
  font-size: 18px;
  line-height: 1.8;
}
/* لجميع الأقسام */
.section-scroll-fix {
  scroll-margin-top: 100px; 
}


@media (max-width: 768px) {
  .process-row{
  flex-direction: column;
}
.processimg{
  width: 250px;
}
  .section-scroll-fix {
    scroll-margin-top: 120px; /* قيمة أكبر للموبايل */
  }
}
