* {
  font-size: 14px;
  font-weight: 700;
  transition: .3s;
}
body {
  font-family: 'Space Mono', monospace;
 background: #020d2b;
  color: white;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
.container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

/* شكل الـ navbar */
.navbar2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: white;
}

/* اللينكات */
.menu {
  display: flex;
  gap: 20px;
  color: white;
  gap: 50px;
  list-style: none;
}

/* زر الموبايل */
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
    margin-left: 260px;
}

/* Navbar */
.navbar {
  width: 100%;
  height: 90px;
  background: #020d2b;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.menu a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 700;
  transition: .3s;
}

.menu a.active {
  color: #5b75ff;
}

.menu a:hover {
  color: #5b75ff;
}
/*Contact Us */
    .title{
      text-align:center;
      margin-bottom:12px;
      font-size:42px;
      font-weight:700;
    }

    .subtitle{
      text-align:center;
      color:#9db0d1;
      margin-bottom:50px;
      font-size:14px;
    }

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

    .card{
      background: #020d2b;
      border:1px solid rgba(255,255,255,0.08);
      border-radius:14px;
      padding:30px;
      box-shadow:0 0 20px rgba(0,0,0,0.4);
    }

    .card h2{
      margin-bottom:10px;
      font-size:18px;
    }

  

    .info-item{
      margin-bottom:28px;
    }

    .info-item h4{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:10px;
      font-size:18px;
    }

    .info-item a, p{
      color:#cbd5e1;
      line-height:1.8;
      font-size:20px;
    }

    .map{
      margin-top:20px;
      overflow:hidden;
      border-radius:12px;
      border:1px solid rgba(255,255,255,0.08);
    }

    .map iframe{
      width:100%;
      height:220px;
      border:none;
    }

    form{
      display:flex;
      flex-direction:column;
      gap:18px;
    }

    .form-group{
      display:flex;
      flex-direction:column;
      gap:8px;
    }

    label{
      font-size:18px;
      color:#fff;
    }

    input,
    textarea,
    select{
      width:80%;
      background:#061124;
      border:1px solid rgba(255,255,255,0.1);
      color:#fff;
      padding:14px 15px;
      border-radius:8px;
      outline:none;
      font-family:'Orbitron', sans-serif;
      font-size:18px;
      transition:0.3s;
    }

    textarea{
      resize:none;
      min-height:100px;
    }

    input:focus,
    textarea:focus,
    select:focus{
      border-color:#3b82f6;
      box-shadow:0 0 10px rgba(59,130,246,0.3);
    }

    .phone-group{
      display:flex;
      gap:10px;
    }

    .phone-group select{
      width:110px;
    }

  
    .checkbox{
      width:22px;
      height:22px;
      border:1px solid #555;
      cursor:pointer;
    }

    .btn{
      margin-top:10px;
      background:#243b7d;
      border:none;
      color:#fff;
      padding:16px;
      border-radius:8px;
      cursor:pointer;
      font-size:14px;
      font-family:'Orbitron', sans-serif;
      transition:0.3s;
      width: 80%;
    }

    .btn:hover{
      background:#3553a8;
      transform:translateY(-2px);
    }

/* Footer */
.footer {
  background: #23326f;
  padding: 70px 5% 30px;
}
.footer-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-box h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.footer-box p {
font-size: 20px;
  color: #d8d8d8;
  line-height: 1.8;
}

.footer-box ul {
  list-style: none;
}

.footer-box ul li {
  margin-bottom: 20px;
}

.footer-box ul li a {
  text-decoration: none;
  color: white;
  transition: .3s;
    font-size: 18px;
}

.footer-box ul li a:hover {
  color: #8aa0ff;
}

.social-icons {
  display: flex;
  gap: 25px;
}

.social-icons a {
  color: white;
  font-size: 30px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 30px;
  text-align: center;
  font-size: 18px;
}
/* Floating Buttons */
.whatsapp-btn {
  position: fixed;
  bottom: 150px;
  right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 100px;
  text-decoration: none;
  z-index: 999;
}
.chatbotToggle {
  position: fixed;
  bottom: 50px;
  right: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  z-index: 999;
  cursor: pointer;
}
.chatBotImage{
    display: flex;
    align-items: center;
    justify-content: center;
      width: 100px;
    height: 100px;
    object-fit: contain;
}

.whatsapp-icon{
    display: flex;
    align-items: center;
    justify-content: center;
      width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
}
/* Chatbot Modal */
/* ===== CHAT BUTTON ===== */

.chatbot-toggle{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #0f172a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0,0,0,.3);
}

/* ===== CHAT BOX ===== */

.chatbot-container{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 380px;
    height: 500px;
    background: #162033;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.4);
    display: none;
    flex-direction: column;
    z-index: 999;
}

/* ===== HEADER ===== */

.chatbot-header{
    background: #2563eb;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbot-header h3{
    color: white;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.chat-actions{
    display: flex;
    align-items: center;
    gap: 18px;
}

.chat-actions button{
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 15px;
}

#closeChat{
    color: white;
    font-size: 22px;
    cursor: pointer;
}

/* ===== BODY ===== */

.chatbot-body{
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* BOT MESSAGE */

.bot-message{
    background: #374151;
    color: white;
    padding: 18px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 1.6;
    width: 85%;
}

/* OPTIONS BUTTONS */

.chat-option{
    width: 100%;
    background: transparent;
    border: 2px solid #2563eb;
    color: white;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    font-size: 19px;
    cursor: pointer;
    transition: .3s;
}

.chat-option:hover{
    background: #2563eb;
}
/* ========================= */
/* CONTACT US MOBILE */
/* ========================= */

@media (max-width: 768px){

  *{
    box-sizing: border-box;
  }

  body{
    overflow-x: hidden;
  }

  /* NAVBAR */

  .navbar{
    height: 80px;
    padding: 0 15px;
  }

  .nav-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar2{
    position: relative;
    padding: 0;
  }

  .logo img{
    width: 50px;
    height: 50px;
  }

  .hamburger{
    display: block;
    font-size: 30px;
    cursor: pointer;
    color: white;
       margin-left: 260px;
  }

  .menu{
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    width: 220px;
    background: #061124;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    padding: 20px;
    gap: 18px;
    z-index: 9999;
  }

  .menu.active{
    display: flex;
  }

  .menu a{
    font-size: 17px;
  }

  /* CONTACT SECTION */

  .contactus{
    padding: 120px 20px 60px;
  }

  .contactus h2{
    font-size: 34px;
    line-height: 1.4;
    text-align: center;
  }

  .contactus h2 p{
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
    padding: 0 10px;
  }

  /* CONTACT GRID */

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

  .card{
    padding: 22px;
  }

  .card h2{
    font-size: 24px;
  }

  .desc{
    font-size: 14px !important;
    line-height: 1.8;
  }

  /* FORM */

  form{
    gap: 15px;
  }

  label{
    font-size: 15px;
  }

  input,
  textarea,
  select{
    width: 100%;
    font-size: 15px;
    padding: 13px;
  }

  textarea{
    min-height: 120px;
  }

  .btn{
    width: 100%;
    font-size: 15px;
    padding: 14px;
  }

  /* INFO */

  .info-item{
    margin-bottom: 22px;
  }

  .info-item h4{
    font-size: 16px;
  }

  .info-item a,
  .info-item p{
    font-size: 14px;
    line-height: 1.9;
    word-break: break-word;
  }

  /* MAP */

  .map iframe{
    height: 220px;
  }

  /* FOOTER */

  .footer{
    padding: 50px 20px 25px;
  }

  .footer-container{
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-box h3{
    font-size: 24px;
    margin-bottom: 15px;
  }

  .footer-box p{
    font-size: 15px;
  }

  .footer-box ul li a{
    font-size: 15px;
  }

  .social-icons a{
    font-size: 24px;
  }

  .footer-bottom{
    font-size: 14px;
  }

  /* WHATSAPP */

  .whatsapp-btn{
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 100px;
  }

  .whatsapp-icon{
    width: 60px;
    height: 60px;
  }

  /* CHATBOT */

  .chatbotToggle{
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 25px;
  }

  .chatBotImage{
    width: 70px;
    height: 70px;
  }

  .chatbot-container{
    width: 92%;
    height: 500px;
    right: 4%;
    bottom: 95px;
  }

  .bot-message{
    width: 100%;
    font-size: 16px;
  }

  .chat-option{
    font-size: 15px;
    padding: 12px;
  }

}