/* ====================== Fonts ====================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

/* ====================== Header ====================== */

main {
  direction: rtl;
  text-align: right;
  margin: 0;
  padding-top: 30px;
  overflow-x: hidden;
  background: #32353a;
  min-height: 100vh;
  color: #fff7e6;
}

/* ===== Background Overlay ===== */
.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("assets/img/map-bg.jpg") center/cover no-repeat;
  filter: blur(6px);
  opacity: 0.25;
  z-index: -1;
}

/* Dark overlay فوق الصورة */
.bg-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(50,53,58,0.75);
}

/* ===== Main Container ===== */
.gateway {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ===== Title ===== */
.gateway-title {
  text-align: center;
  margin-bottom: 30px;
}

.gateway-title h1 {
    
  font-size: 28px;
  font-weight: bold;
  color: #c18a32;
  margin-bottom: 30px;
  margin-top: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.gateway-title p {
  opacity: 0.8;
}

/* ===== Split Screen ===== */
.split-container {
  display: flex;
  width: 100%;
  height: 70vh;
  position: relative;
}

/* ===== Each Side ===== */
.split {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Hover zoom effect */
.split:hover {
  flex: 1.3;
}

/* ===== FREE SIDE ===== */
.split.free {
  background: #c18a3225;
}

/* ===== PRO SIDE ===== */
.split.pro {
  background: #535353;
} 

/* ===== Content Box ===== */
.content {
  text-align: center;
  z-index: 2;
  padding: 20px;
}

.content h2 {
  font-size: 28px;
  color: #c18a32;
  margin-bottom: 10px;
  text-shadow: 0 4px 4px rgba(0,0,0,0.4);
}

.content p {
  font-size: 20px;
  opacity: 0.85;
}

/* ===== List ===== */
.content ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.content ul li {
  margin-bottom: 6px;
  font-size: 20px;
}

/* ===== Button ===== */
.content button {
  margin-top: 15px;
  padding: 10px 18px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

/* Buttons style */
.split.free button {
  background: #c18a32;
  color: #fff7e6;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.split.pro button {
  font-family:Arial, sans-serif;
  background: #c18a32;
  color: #fff7e6;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* Button hover */
.content button:hover {
  transform: scale(1.08);
}

/* ===== Center Brand ===== */
.center-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  pointer-events: none;
}

.center-brand h1 {
  font-size: 36px;
  color: #c18a32;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 700;
  font-family: Arial, sans-serif;
  text-shadow: 0 4px 4px rgba(0,0,0,0.4);
}

.center-brand p {
  margin-top: 20px;
  font-size: 20px;
  color: #fff7e6;
  opacity: 0.8;
}

.center-brand .logo {
  font-size: 60px;
  color: #c18a32;
  letter-spacing: 3px;
  animation: float 3s ease-in-out infinite;
}

.center-brand .hint {
  font-size: 20px;
  opacity: 0.8;
}

/* Floating animation */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* ===== Hover emphasis ===== */
.split.free:hover {
  box-shadow: inset 0 0 80px rgba(0,0,0,0.2);
}

.split.pro:hover {
  box-shadow: inset 0 0 80px rgba(0,0,0,0.4);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .split-container {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }

  .split {
    height: auto;
    min-height: 50vh;
    padding: 40px 10px;
  }

  .center-brand {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 20px auto;
  }
}

.link-service.btn-link{
  font-family: Arial, sans-serif;
  display: inline-block;
  padding: 6px 14px;
  background: #c18a32;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s;
}

.link-service.btn-link:hover{
  background: #8f6f1f;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.geoplan-link {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 24px;
    background: #c18a32;
    color: white;
    font-family:Arial, sans-serif;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s ease;
}

.geoplan-link:hover {
    background: #a87325;
    transform: translateY(-2px);
}

.down-arrow {
    font-size: 28px;
    margin: 5px 0 8px;
    animation: arrowDown 1.2s infinite;
}

@keyframes arrowDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}