body{
  margin: 0;
  background: linear-gradient(135deg, #020617, #041C3A);
  font-family: 'Tajawal', sans-serif;

}
html {
  scroll-behavior: smooth;
}
main{
     background-image:url(../img/2d99aacd-a2ca-4271-bae5-eeff89eecae1.png);
  background-size: cover;
    min-height: 120vh;
    
}
.custom-navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 20px 0;
}
.logo {
  width: 200px;   
  height: auto;
}
.nav-link {
  color: #EAEAEA !important;
  margin: 0 10px;
  transition: 0.3s;
}

.nav-link:hover {
  color: #D4AF37 !important;
}

.nav-link.active {
  color: #D4AF37 !important;
}
.btn-gold {
  background: linear-gradient(45deg, #D4AF37, #E6C76A);
  color: black;
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: bold;
}
.navbar-toggler {
  border: 1px solid #D4AF37;
}

.navbar-toggler-icon {
  filter: invert(1);
}
@media (max-width: 992px) {
  .navbar-collapse {
    background: rgba(2,6,23,0.95);
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }

  .nav-link {
    padding: 10px;
    display: block;
  }
}
.navbtn{
    background-color: goldenrod;
    border-radius:12px ;
    width:100px ;
    height:40px;
    transform: scale(1);
    transition: 0.5s;
}
.navbtn:hover{
    background-color: #020617;
    transform: scale(1.2);
    color: goldenrod;


}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 100px;
}

@media (max-width: 992px) {
  .hero {
    padding-top: 150px;
    min-height: auto;
    padding-bottom: 50px;
  }
}

.hero-content {
  color: white;
}

.hero-title {
  font-size: 65px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 50px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 40px;
  }
}

.hero-title span {
  color: goldenrod;
  text-shadow: 0 0 15px rgba(212,175,55,0.4);
}

.hero-desc {
  margin-top: 20px;
  font-size: 18px;
  color: #b0b0b0;
  max-width: 500px;
  margin-left: auto; 
}

@media (max-width: 992px) {
  .hero-desc {
    font-size: 17px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .hero-buttons {
    justify-content: center;
    gap: 20px;
  }
}

.btn-icon {
  width: 20px;
  margin-left: 8px;
}

.btn1{
    background: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(0px); 
    color: goldenrod;
    border-radius: 12px;
    height: 55px;
    width: 180px;
    color: goldenrod;
    border: 2px solid rgba(212, 175, 55, 0.5);
    font-size: larger;
    transition: 0.5s;

}
.btn2{
    background-color: goldenrod;
    border-radius: 12px;
    height: 55px;
    width: 180px;
    border: 2px solid  rgba(255, 255, 255, 0.05);
    color: #020617;
    font-size: larger;
    transition: 0.5s;
}
.btn1:hover{
    background-color: goldenrod;
    color: #020617;
    transform: scale(1.2);
    border: 2px solid  rgba(255, 255, 255, 0.05);



}
.btn2:hover{
    background: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(0px); 
    color: goldenrod;
    border: 2px solid rgba(212, 175, 55, 0.5);
    transform: scale(1.2);



}
.features-section {
    position: relative;
    margin-top: 20px;
}

.clients-card {
  position: absolute;
  right: 115px;
  top: -170px;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 20px;
  width: 260px;
  color: white;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .clients-card {
    right: 50px;
  }
}

@media (max-width: 992px) {
  .clients-card {
    position: relative;
    right: auto;
    top: 0;
    margin: 20px auto;
    width: 100%;
    max-width: 300px;
  }
}
.clients-card:hover{
    transform: translateY(-20px);
  background: goldenrod;
    color:  #020617;
}

.clients-card h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.clients {
  display: flex;
  align-items: center;
}

.clients img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: -10px;
  border: 2px solid #020617;
}

.count {
  background: #D4AF37;
  color: black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
}
.features-wrapper {
  margin-top: -80px;
}

@media (max-width: 992px) {
  .features-wrapper {
    margin-top: 0;
    padding: 40px 0;
  }
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 150px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 20px;
  padding: 20px;
  justify-content: center;
  color: white;
  backdrop-filter: blur(10px);
  transition: 0.5s;
}

.feature-card i {
  color: #D4AF37;
  font-size: 24px;
}

.feature-card h6 {
  margin: 0;
  font-weight: bold;
}

.feature-card p {
  margin: 0;
  font-size: 13px;
  color: #aaa;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: #D4AF37;
}
.mian-about{
  background-image:url(../img/2d99aacd-a2ca-4271-bae5-eeff89eecae1.png);
  background-size: cover;
  min-height: 125vh;  
  width: 100%;
}
.about-hero {
  display: flex;
  align-items: center;
  padding-top: 150px;
  color: white;
}

.about-title {
  font-size: 60px;
  font-weight: 800;
  text-align: center; 

  
}

.about-title span {
  color: #D4AF37;
  text-shadow: 0 0 15px rgba(212,175,55,0.4);
}

.about-desc {
  margin-top: 30px;
  color: #aaa;
  line-height: 1.8;
  max-width: 600px;  
  margin: auto;     
  text-align: center; 
}

.about-features {
  margin-top: 30px;
}

.feature {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}

.feature i {
  font-size: 22px;
  color: #D4AF37;
}

.feature h6 {
  margin: 0;
  font-size: 16px;
}

.feature p {
  margin: 0;
  font-size: 13px;
  color: #aaa;
}
.about-section-features {
  margin-top: 60px;
  color: white;
}

.about-item {
  text-align: center;
  transition: 0.5s;
}
.about-item:hover{
  transform: scale(1.2);
}

.about-item i {
  font-size: 40px;
  color: #D4AF37;
  margin-bottom: 15px;
}

.about-item h5 {
  color: #D4AF37;
  margin-bottom: 10px;
  font-weight: 700;
}

.about-item p {
  color: #aaa;
  line-height: 1.8;
  font-size: 14px;
}

.about-divider {
  max-width:1px;
  height: 80px;
  background: rgba(255,255,255,0.1);
  align-self: center;
  padding: 0px;
}
.about-stats {
  margin-top: 30px;
  justify-content: center;
  align-items: center;
      gap: 10px;


}

.stat-card {
  /* background: rgba(255, 255, 255, 0.05);  */
      /* backdrop-filter: blur(1px);   */
      border: 1px solid rgba(212,175,55,0.2);
      border-radius: 15px;
      padding: 20px;
      text-align: center;
      color: white;
      transition: 0.3s;
}

.stat-card i {
  font-size: 30px;
  color: #D4AF37;
  margin-bottom: 15px;
}

.stat-card h3 {
  font-size: 28px;
  color: #D4AF37;
  margin-bottom: 10px;
}

.stat-card p {
  color: #aaa;
  font-size: 14px;
}

.stat-card:hover {
  transform: translateY(-5px);
  border-color: #D4AF37;
}
.marf-about{
  margin-left: 90px;
}
.about-cta {
  margin-top: 55px;
}

.cta-box {
  border: 1px solid rgba(212,175,55,0.4);
  border-radius: 20px;
  padding: 25px 30px;
  background: rgba(255,255,255,0.02);
  transition: 0.5s;

}
.cta-box:hover {
  transform: scale(1.02) ;
}


.cta-text {
  color: #ddd;
  font-size: 18px;
  margin: 0;
  max-width: 70%;
}

.quote {
  color: #D4AF37;
  font-size: 30px;
  margin: 0 5px;
}

.cta-btn {
  border: 1px solid #D4AF37;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  background: #D4AF37;
  color: black;
  transition: 0.5s;
}

.cta-btn:hover {
background: rgba(255, 255, 255, 0.05); 
      backdrop-filter: blur(1px);  
        color: #D4AF37;

  transform: scale(1.1) ;
}
.login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-box {
  width: 400px;
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 2/55, 0.05); 
  backdrop-filter: blur(4px);  
  border: 1px solid rgba(212,175,55,0.3);
  text-align: center;
  color: white;
  backdrop-filter: blur(10px);
}

.login-logo h2 {
  color: #D4AF37;
  font-size: 40px;
}

.login-logo h3 {
  margin-bottom: 20px;
}

.login-box h4 {
  margin-bottom: 10px;
}

.login-box p {
  color: #aaa;
  margin-bottom: 25px;
}

.input-box {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px;
}

.input-box i {
  color: #D4AF37;
  margin-left: 10px;
}

.input-box input {
  background: none;
  border: none;
  outline: none;
  color: white;
  width: 100%;
}

.login-btn {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #D4AF37, #b8962e);
  color: black;
  font-weight: bold;
  margin-top: 10px;
  transition: 0.3s;
}

.login-btn:hover {
  transform: scale(1.03);
}
.footer-new {
background: rgba(255, 255, 2/55, 0.05); 
  backdrop-filter: blur(40px);    padding: 30px ;
  color: #aaa;
  border: 1px solid rgba(212,175,55,0.4);
}

.footer-brand img {
  width: 120px;
  margin-bottom: 15px;
}

.footer-social {
  margin-bottom: 15px;
}

.footer-social a {
  margin-right: 10px;
  color: #D4AF37;
  font-size: 18px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: white;
}

.footer-new h5 {
  color: white;
  margin-bottom: 15px;
}

.footer-new ul {
  list-style: none;
  padding: 0;
}

.footer-new ul li {
  margin-bottom: 10px;
}

.footer-new a {
  color: #aaa;
  text-decoration: none;
  transition: 0.3s;
}

.footer-new a:hover {
  color: #D4AF37;
}

.footer-copy {
  font-size: 14px;
  color: #777;
}
.parking-section {
  padding: 80px 0;
}

.top-bar {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 60px;
}

.search-box {
  flex: 1;
  display: flex;
  background: rgba(255,255,255,0.05);
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(212,175,55,0.2);
}

.search-box input {
  background: none;
  border: none;
  outline: none;
  color: white;
  width: 100%;
}

.filters {
  display: flex;
  gap: 10px;
}

.filter-btn {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
}

.filter-btn.active {
  border-color: #D4AF37;
}

.cards-container {
  position: relative;
}

.cards-wrapper {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
  transition: 0.5s;
}
.cards-wrapper:hover{
  transform: scale(1.01);

}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  border: none;
  color: #D4AF37;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
}

.arrow.left { left: -20px; }
.arrow.right { right: -20px; }

.parking-card {
  min-width: 360px;
  height: 400px;
  background: rgba(255,255,255,0.03);
  border-radius: 20px;
  overflow: hidden;
  color: white;
  padding: 10px;
  border: 1px solid rgba(212,175,55,0.2);
  justify-content: center;
  align-items: center;
}

.parking-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
}

.card-content p {
  color: #aaa;
}

.card-content h6 {
  color: #D4AF37;
}

.parking-card button {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #D4AF37, #b8962e);
  color: black;
  transition: 1s;
}
.parking-card button:hover{
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.05); 
      backdrop-filter: blur(1px);
      color: #b8962e;    
}
.add-place-section {
  padding: 150px 0;
  direction: rtl;
}

.form-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
}

.section-title {
  color: #D4AF37;
  margin-bottom: 30px;
  font-size: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.input-group {
  display: flex;
  flex-direction: column;
}

.input-group label {
  margin-bottom: 8px;
  color: #aaa;
}

.input-group input,
.input-group textarea {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 12px;
  border-radius: 10px;
  color: white;
}

.input-group textarea {
  min-height: 120px;
}

.input-group.full {
  margin-top: 20px;
}

.features {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.features button {
  background: transparent;
  border: 1px solid rgba(212,175,55,0.3);
  padding: 10px 15px;
  border-radius: 10px;
  color: #D4AF37;
  cursor: pointer;
}

.images-section {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}

.upload-box {
  width: 120px;
  height: 90px;
  border: 2px dashed #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
  border-radius: 10px;
}

.image-preview {
  width: 120px;
  height: 90px;
  background: #111;
  border-radius: 10px;
}

.map-box {
  height: 150px;
  border-radius: 15px;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.cancel {
  background: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
}

.submit {
  background: linear-gradient(135deg, #D4AF37, #b8962e);
  color: black;
  padding: 10px 25px;
  border-radius: 10px;
}



.payment-box {
  width: 380px;
  padding: 30px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;

  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);

  border: 1px solid rgba(212, 175, 55, 0.2);

  box-shadow:
    0 0 30px rgba(212,175,55,0.1),
    inset 0 0 15px rgba(212,175,55,0.05);

  text-align: center;
  position: relative;
}

.payment-box h2 {
  color: #D4AF37;
  margin-bottom: 25px;
  font-size: 26px;
}

.payment-box p {
  background: rgba(255,255,255,0.05);
  padding: 12px;
  border-radius: 10px;
  margin: 10px 0;
  color: #ddd;
  border: 1px solid rgba(255,255,255,0.1);
}

.payment-box button {
  margin-top: 20px;
  width: 100%;
  padding: 14px;

  background: linear-gradient(135deg, #D4AF37, #b8962e);
  border: none;
  border-radius: 12px;

  color: black;
  font-weight: bold;
  font-size: 16px;

  cursor: pointer;
  transition: 0.3s;
}

.payment-box button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(212,175,55,0.4);
}

.payment-box button:active {
  transform: scale(0.97);
}
.pdiv{
  padding-top: 250px;
}
.login-section {
            min-height: 80vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 150px 20px 40px 20px;
            direction: rtl;
        }
        .login-box {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 20px;
            padding: 40px;
            width: 100%;
            max-width: 450px;
            text-align: center;
            backdrop-filter: blur(10px);
        }
        .login-box h2 {
            color: #D4AF37;
            margin-bottom: 20px;
            font-weight: 700;
        }
        .login-box p {
            color: #ccc;
            margin-bottom: 30px;
        }
        .input-group {
            margin-bottom: 20px;
            text-align: right;
        }
        .input-group label {
            display: block;
            color: #aaa;
            margin-bottom: 8px;
        }
        .input-group input {
            width: 100%;
            padding: 12px 15px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            color: white;
            transition: 0.3s;
        }
        .input-group input:focus {
            border-color: #D4AF37;
            outline: none;
            background: rgba(255, 255, 255, 0.1);
        }
        .submit-btn {
            background: linear-gradient(135deg, #D4AF37, #b8962e);
            color: #0b0f19;
            border: none;
            padding: 12px;
            width: 100%;
            border-radius: 10px;
            font-weight: bold;
            font-size: 18px;
            cursor: pointer;
            transition: 0.3s;
            margin-top: 10px;
        }
        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
        }
        .toggle-text {
            margin-top: 20px;
            color: #aaa;
            font-size: 14px;
        }
        .toggle-text span {
            color: #D4AF37;
            cursor: pointer;
            font-weight: bold;
            margin-right: 5px;
        }
        .toggle-text span:hover {
            text-decoration: underline;
        }
