* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #0b1320;
}

.hero {
  width: 100%;
  min-height: 100vh;
  background: #0b1320;
  color: white;
}

.navbar {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.logo h2 {
  color: #ffc107;
  font-size: 34px;
}

.menu {
  display: flex;
  gap: 35px;
  list-style: none;
}

.menu a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.menu a:hover {
  color: #ffc107;
}

.btn {
  background: #ffc107;
  color: black;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 5px;
  font-weight: bold;
}
.lang-btn{
  padding: 10px 20px;
  border: none;
  color: #000;
  font-weight: bold;
  border-radius:5px ;

}

.active{
  background-color: #ffc107;

}
@media (max-width: 992px) {
  .navbar {
    flex-direction: column;
    gap: 20px;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column-reverse;
    text-align: center;
  }

  .left,
  .right {
    width: 100%;
  }

  .right1 img {
    /* width: 100%; */
    max-width: 450px;
    /* margin: 0 auto; */
    display: block;
  }

  .left h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .glass-box {
    margin-top: 40px;
  }

  .building {
    max-width: 100%;
  }
}

.hero-content {
  width: 90%;
  margin: auto;
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-top: 40px;
}

.left {
  width: 50%;
}

.left h3 {
  color: #ffc107;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.left h1 {
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 25px;
}

.left p {
  color: #d5d5d5;
  line-height: 30px;
  font-size: 18px;
}

.buttons {
  margin-top: 35px;
}

.btn2 {
  border: 2px solid #ffc107;
  color: #ffc107;
  text-decoration: none;
  padding: 12px 28px;
  margin-left: 20px;
  border-radius: 5px;
  transition: 0.3s;
}

.btn2:hover {
  background: #ffc107;
  color: black;
}

.right {
  width: 50%;
}

.right img {
  width: 550px;
  margin-left: 120px;
  border-radius: 15px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.right img:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(57, 52, 52, 0.048);
}

.right img {
  animation: float 3s infinite ease-in-out;
}

@keyframes float {
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 768px) {
  .hero-content {
    flex-direction: column-reverse;
    text-align: center;
  }

  .left h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .right img {
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .btn2 {
    margin-left: 0;
  }
}

.card {
  transition: 0.3s;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.card img {
  height: 220px;
  object-fit: cover;
}

.card-body {
  text-align: center;
}

.card-text {
  font-size: 15px;
  line-height: 1.6;
}
.premium-section {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: white;
  border-radius: 30px;
  margin: 80px 0;
  overflow: hidden;
}

.badge-custom {
  background: #2563eb;
  padding: 8px 18px;
  border-radius: 30px;
}

.premium-h2 {
  color: #bbc3d7;
}

.premium-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 35px;
  background: white;
  color: #0f172a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.premium-btn:hover {
  transform: translateY(-5px);
}

.glass-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.glass-box h1 {
  font-size: 60px;
  font-weight: bold;
}

.glass-box hr {
  border-color: rgba(255, 255, 255, 0.3);
}

.advantages {
  background: #f8f9fa;
}

.subtitle {
  color: #0d6efd;
  font-weight: 600;
  letter-spacing: 2px;
}
.fw-bold {
  color: #08225f;
}

.adv-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
  border: 1px solid #eee;
  color: #0a2767;
}

.icon {
  width: 80px;
  height: 80px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  margin-bottom: 20px;
}

.adv-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.adv-card:hover .icon {
  transform: rotate(360deg);
  transition: 0.8s;
}
.cta-section {
  padding: 100px 0;
  background: #fff;
}

.cta-box {
  background: linear-gradient(135deg, #0d6efd, #00b4d8);
  color: white;
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(13, 110, 253, 0.25);
}

.cta-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.cta-box h2 {
  font-size: 42px;
  font-weight: 700;
}

.call-btn {
  display: inline-block;
  background: #fff;
  color: #0d6efd;
  padding: 16px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.call-btn:hover {
  background: #000;
  color: #fff;
  transform: scale(1.05);
}
.building-section {
  padding: 100px 0;
  background: #f8fafc;
}

.building {
  max-width: 700px;
  margin: auto;
  background: linear-gradient(#1e293b, #334155);
  padding: 40px;
  border-radius: 30px;
  position: relative;
}

.floor {
  height: 90px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.floor span {
  font-size: 20px;
  font-weight: 700;
}

.service {
  background: white;
  color: #111827;
  padding: 15px 25px;
  border-radius: 50px;
  transition: 0.4s;
}

.service:hover {
  transform: translateX(-15px) scale(1.05);
  background: #2563eb;
  color: white;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);
}

.building::before {
  content: "🧗";
  position: absolute;
  left: -35px;
  top: 50px;
  font-size: 45px;
  animation: move 5s infinite alternate;
}

@keyframes move {
  from {
    top: 40px;
  }

  to {
    top: 380px;
  }
}

.build-p {
  color: #a07a08;
  font-weight: 700;
  font-size: 18px;
}

.work-process {
  padding: 100px 0;
  background: #f8fafc;
}

.process-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  overflow: hidden;
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.2);
}

.number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 45px;
  font-weight: 700;
  color: rgba(37, 99, 235, 0.08);
}

.icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.process-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.process-card p {
  color: #6b7280;
  margin: 0;
}
.footer {
  background: #0b1220;
  color: #fff;
  padding: 80px 0 30px;
}

.footer-logo {
  font-size: 32px;
  font-weight: 700;
  color: #3b82f6;
}

.footer-text {
  color: #cbd5e1;
  margin-top: 20px;
  line-height: 1.8;
}

.footer h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #3b82f6;
  padding-left: 8px;
}

.footer p {
  color: #cbd5e1;
  margin-bottom: 15px;
}

.socials {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}

.socials a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e293b;
  border-radius: 50%;
  text-decoration: none;
  font-size: 22px;
  transition: 0.3s;
}

.socials a:hover {
  background: #3b82f6;
  transform: translateY(-8px) rotate(8deg);
}

.footer-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 14px 28px;
  background: #3b82f6;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.footer-btn:hover {
  background: #2563eb;
  transform: scale(1.05);
}

.footer hr {
  border-color: #334155;
  margin: 50px 0 25px;
}

.copyright {
  text-align: center;
  color: #94a3b8;
}

.tg {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.tg:hover {
  color: #3b82f6;
  padding-left: 8px;
}
.tg-span {
  color: #6b7280;
}

@media (max-width: 768px) {
  .logo h2 {
    font-size: 28px;
  }

  .menu {
    gap: 15px;
  }

  .btn {
    padding: 10px 20px;
  }

  .hero {
    padding-bottom: 50px;
  }

  .hero-content {
    margin-top: 20px;
    gap: 30px;
  }

  .left h3 {
    font-size: 16px;
  }

  .left h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .left p {
    font-size: 16px;
    line-height: 28px;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .btn2 {
    margin-left: 0;
  }

  .right img {
    max-width: 320px;
  }

  .glass-box {
    padding: 25px;
  }

  .glass-box h1 {
    font-size: 42px;
  }

  .cta-box {
    padding: 35px 25px;
    text-align: center;
  }

  .cta-box h2 {
    font-size: 30px;
  }

  .call-btn {
    margin-top: 20px;
  }

  .floor {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: auto;
    padding: 20px 0;
  }

  .service {
    width: 100%;
    text-align: center;
  }

  .building::before {
    display: none;
  }

  .footer {
    text-align: center;
  }

  .socials {
    justify-content: center;
  }
}

/* =======================
   SMALL MOBILE
======================= */

@media (max-width: 576px) {
  .logo h2 {
    font-size: 24px;
  }

  .left h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .left p {
    font-size: 15px;
  }

  .right img {
    max-width: 260px;
  }

  .card img {
    height: 190px;
  }

  .glass-box h1 {
    font-size: 35px;
  }

  .cta-box h2 {
    font-size: 24px;
  }

  .footer-logo {
    font-size: 26px;
  }

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