/*
Theme Name: goldenbridgesgroup
Theme URI: https://goldenbridgesgroup.com
Author: Powered By egy4server
Author URI: https://wordpress.org/
Description: goldenbridgesgroup Company is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
*/

:root {
  /* Brand palette from reference — royal blue + warm orange */
  --color-primary: #0A1F9E;
  --color-primary-deep: #000066;
  --color-gold: #F69345; /* warm orange accent / CTA */
  --color-white: #FFFFFF;
  --color-light: #F5F7FB;
  --color-dark: #0A0A2E;

  --color-primary-rgb: 10, 31, 158;
  --color-gold-rgb: 246, 147, 69;
  --color-dark-rgb: 10, 10, 46;

  /* Contrast tokens */
  --text-on-light: var(--color-dark);
  --text-on-dark: var(--color-white);
  --text-muted-on-light: rgba(var(--color-dark-rgb), 0.78);
  --text-muted-on-dark: rgba(255, 255, 255, 0.9);
  --heading-on-light: var(--color-primary);
  --accent-on-light: var(--color-gold);
  --accent-on-dark: var(--color-gold);

  --font-main: "Tajawal", "Readex Pro", sans-serif;
}

body {
  font-family: var(--font-main);
  background-color: var(--color-light);
  color: var(--color-dark);
}

header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================
   Hero — Golden Bridges
   ========================= */
.gbg-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-deep) 100%);
  color: var(--text-on-dark);
  min-height: clamp(560px, 84vh, 820px);
  direction: ltr;
}

.gbg-hero__split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  flex: 1;
  min-height: 0;
}

/* Left: clear photo */
.gbg-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: var(--color-dark);
}

.gbg-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  display: block;
  transform: scale(1.03);
  animation: gbg-hero-zoom 20s ease-in-out infinite alternate;
}

.gbg-hero__mark {
  position: absolute;
  left: 24px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--color-white);
}

.gbg-hero__mark-text {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-gold);
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.gbg-hero__mark-line {
  width: 1px;
  height: 64px;
  background: linear-gradient(180deg, transparent, var(--color-gold), transparent);
}

/* Right: royal blue brand panel */
.gbg-hero__copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 64px 48px 56px;
  overflow: hidden;
}

.gbg-hero__copy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 70% 40%, rgba(var(--color-gold-rgb), 0.14), transparent 70%);
}

.gbg-hero__frame {
  position: absolute;
  inset: 24px;
  z-index: 1;
  pointer-events: none;
}

.gbg-hero__corner {
  position: absolute;
  width: 56px;
  height: 56px;
  border-color: var(--color-gold);
  border-style: solid;
  opacity: 0.85;
}

.gbg-hero__corner--tl {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
  animation: gbg-corner-in 1s ease both;
}

.gbg-hero__corner--br {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
  animation: gbg-corner-in 1s ease 0.15s both;
}

.gbg-hero__panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  align-items: stretch;
  width: 100%;
  max-width: 520px;
}

.gbg-hero__rail {
  width: 3px;
  flex-shrink: 0;
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    var(--color-gold) 18%,
    var(--color-gold) 82%,
    transparent 100%
  );
  box-shadow: 0 0 18px rgba(var(--color-gold-rgb), 0.35);
}

.gbg-hero__content {
  width: 100%;
  text-align: right;
}

.gbg-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--color-gold);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gbg-hero__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-gold);
}

.gbg-hero__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gbg-hero__title-pre {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 700;
  line-height: 1.55;
  color: var(--text-on-dark);
}

.gbg-hero__title-ar {
  display: block;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--text-on-dark);
}

.gbg-hero__title-en {
  display: block;
  margin-top: 18px;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-gold);
}

.gbg-hero__divider {
  width: 88px;
  height: 2px;
  margin: 22px 0 0 auto;
  background: linear-gradient(90deg, transparent, var(--color-gold));
  transform-origin: right center;
}

/* WOW.js + Animate.css v4 */
.wow {
  visibility: hidden;
}

.wow.animate__animated {
  visibility: visible;
}

.gbg-hero__lead {
  margin: 20px 0 0;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 700;
  line-height: 1.45;
  color: var(--text-on-dark);
}

.gbg-hero__lead-en {
  margin: 6px 0 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted-on-dark);
}

.gbg-hero__desc {
  margin: 16px 0 0;
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--text-muted-on-dark);
}

.gbg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 14px;
  margin-top: 28px;
}

.gbg-hero__strip {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 18px;
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: var(--text-on-dark);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.gbg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.gbg-btn--gold {
  background: var(--color-gold);
  color: var(--color-white);
  box-shadow: 0 10px 28px rgba(var(--color-gold-rgb), 0.4);
}

.gbg-btn--contact {
  gap: 8px;
  padding-inline: 22px;
}

.gbg-btn__flag {
  font-size: 1.15em;
  line-height: 1;
}

.gbg-btn--gold:hover {
  background: #ffaa5f;
  color: var(--color-white);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(var(--color-gold-rgb), 0.5);
}

.gbg-btn--outline {
  background: transparent;
  color: var(--text-on-dark);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
}

.gbg-btn--outline:hover {
  background: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-white);
  transform: translateY(-3px);
}

@keyframes gbg-hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes gbg-hero-zoom {
  from { transform: scale(1.04); }
  to { transform: scale(1.1); }
}

@keyframes gbg-corner-in {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 0.85;
    transform: scale(1);
  }
}

@keyframes gbg-line-grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Tablet */
@media (max-width: 991px) {
  .gbg-hero {
    min-height: 0;
  }

  .gbg-hero__split {
    grid-template-columns: 1fr;
  }

  /* Mobile/tablet: text first, then image */
  .gbg-hero__copy {
    order: -1;
    padding: 48px 28px 40px;
  }

  .gbg-hero__visual {
    order: 0;
    min-height: 320px;
    max-height: 420px;
  }

  .gbg-hero__mark {
    display: none;
  }

  .gbg-hero__frame {
    inset: 16px;
  }

  .gbg-hero__corner {
    width: 44px;
    height: 44px;
  }

  .gbg-hero__panel {
    gap: 0;
    max-width: 640px;
    flex-direction: row;
    justify-content: center;
  }

  .gbg-hero__rail {
    display: none;
  }

  .gbg-hero__content {
    text-align: center;
  }

  .gbg-hero__divider {
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
    transform-origin: center;
  }

  .gbg-hero__actions {
    justify-content: center;
  }

  .gbg-hero__img {
    object-position: center center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .gbg-hero__visual {
    min-height: 240px;
    max-height: 280px;
  }

  .gbg-hero__frame {
    display: none;
  }

  .gbg-hero__copy {
    padding: 36px 24px 32px;
  }

  .gbg-hero__title-ar {
    font-size: 1.9rem;
  }

  .gbg-hero__title-en {
    font-size: 0.86rem;
    letter-spacing: 0.1em;
  }

  .gbg-hero__lead {
    font-size: 1.08rem;
  }

  .gbg-hero__lead-en {
    font-size: 0.76rem;
    letter-spacing: 0.08em;
  }

  .gbg-hero__desc {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .gbg-hero__actions {
    margin-top: 22px;
    flex-direction: column;
    align-items: stretch;
  }

  .gbg-hero__actions .gbg-btn--gold {
    order: -1;
  }

  .gbg-btn {
    width: 100%;
    min-height: 44px;
  }

  .gbg-hero__strip {
    gap: 10px 12px;
    padding: 14px 16px;
    font-size: 0.82rem;
  }

  .gbg-hero__img {
    object-position: 75% center;
    animation: none;
    transform: none;
  }
}

@media (max-width: 380px) {
  .gbg-hero__copy {
    padding: 32px 16px 28px;
  }

  .gbg-hero__title-ar {
    font-size: 1.7rem;
  }

  .gbg-hero__strip {
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gbg-hero__img,
  .gbg-hero__panel,
  .gbg-hero__corner,
  .gbg-hero__divider {
    animation: none;
  }

  .gbg-hero__img {
    transform: none;
  }
}

/* =========================
   Why Us — لماذا جولدن بريدج؟
   ========================= */
.gbg-why {
  position: relative;
  background:
    radial-gradient(ellipse 50% 40% at 10% 0%, rgba(var(--color-primary-rgb), 0.12), transparent 55%),
    var(--color-light);
  color: var(--text-on-light);
  padding: clamp(56px, 8vw, 100px) 0;
  overflow: hidden;
}

.gbg-why__top,
.gbg-why__points {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
  box-sizing: border-box;
}

.gbg-why__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.gbg-why__intro {
  position: relative;
  z-index: 1;
}

.gbg-why__eyebrow {
  margin: 0 0 12px;
  color: var(--accent-on-light);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.gbg-why__title {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--heading-on-light);
}

.gbg-why__divider {
  width: 72px;
  height: 2px;
  margin: 18px 0 0;
  background: linear-gradient(90deg, var(--color-gold), transparent);
}

.gbg-why__text {
  margin: 22px 0 0;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.95;
  color: var(--text-muted-on-light);
  max-width: 36em;
}

.gbg-why__media-frame {
  position: relative;
  overflow: visible;
}

.gbg-why__media-frame::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 2px solid var(--color-gold);
  z-index: 0;
  pointer-events: none;
}

.gbg-why__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  max-height: 460px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 22px 50px rgba(var(--color-primary-rgb), 0.2);
}

.gbg-why__badge {
  position: absolute;
  z-index: 2;
  left: -12px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 16px 20px;
  background: var(--color-primary);
  color: var(--text-on-dark);
  box-shadow: 0 12px 30px rgba(var(--color-primary-rgb), 0.35);
}

.gbg-why__badge strong {
  font-size: 2rem;
  line-height: 1;
  color: var(--color-gold);
  font-weight: 800;
}

.gbg-why__badge span {
  font-size: 0.85rem;
  font-weight: 700;
}

.gbg-why__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(var(--color-primary-rgb), 0.1);
}

.gbg-why__point {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px 24px;
  border-bottom: 1px solid rgba(var(--color-primary-rgb), 0.1);
  border-left: 1px solid rgba(var(--color-primary-rgb), 0.1);
  transition: background-color 0.25s ease;
}

.gbg-why__point:nth-child(2n) {
  border-left: none;
}

.gbg-why__point:hover {
  background: rgba(var(--color-primary-rgb), 0.03);
}

.gbg-why__point--wide {
  grid-column: 1 / -1;
  border-left: none;
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}

.gbg-why__num {
  flex-shrink: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--color-gold);
  line-height: 1.2;
  min-width: 2.2em;
}

.gbg-why__point-title {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--heading-on-light);
  line-height: 1.35;
}

.gbg-why__point-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.85;
  color: rgba(var(--color-dark-rgb), 0.88);
}

@media (max-width: 991px) {
  .gbg-why__top {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 36px;
  }

  .gbg-why__intro {
    text-align: center;
  }

  .gbg-why__divider {
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
  }

  .gbg-why__text {
    margin-left: auto;
    margin-right: auto;
  }

  .gbg-why__media-frame::before {
    inset: 12px -12px -12px 12px;
  }

  .gbg-why__img {
    min-height: 260px;
    max-height: 360px;
  }

  .gbg-why__badge {
    left: 16px;
    bottom: 16px;
  }

  .gbg-why__points {
    grid-template-columns: 1fr;
  }

  .gbg-why__point,
  .gbg-why__point:nth-child(2n),
  .gbg-why__point--wide {
    border-left: none;
    max-width: none;
  }
}

@media (max-width: 576px) {
  .gbg-why {
    padding: 48px 0;
  }

  .gbg-why__img {
    min-height: 220px;
    max-height: 280px;
  }

  .gbg-why__media-frame::before {
    display: none;
  }

  .gbg-why__point {
    padding: 22px 4px;
    gap: 14px;
  }

  .gbg-why__num {
    font-size: 1.15rem;
  }

  .gbg-why__point-title {
    font-size: 1.08rem;
  }

  .gbg-why__point-text {
    font-size: 0.94rem;
  }

  .gbg-why__badge {
    padding: 12px 14px;
  }

  .gbg-why__badge strong {
    font-size: 1.6rem;
  }
}

/* =========================
   About Us — من نحن
   ========================= */
.gbg-about {
  position: relative;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-deep) 100%);
  color: var(--text-on-dark);
  padding: clamp(64px, 9vw, 110px) 0;
  overflow: hidden;
}

.gbg-about__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 40% 45% at 15% 20%, rgba(var(--color-gold-rgb), 0.16), transparent 60%),
    radial-gradient(ellipse 45% 50% at 90% 80%, rgba(255, 255, 255, 0.06), transparent 65%);
}

.gbg-about__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  box-sizing: border-box;
}

.gbg-about__side {
  position: sticky;
  top: 32px;
  padding-top: 8px;
}

.gbg-about__eyebrow {
  margin: 0 0 10px;
  color: var(--accent-on-dark);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gbg-about__heading {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-on-dark);
}

.gbg-about__side-line {
  width: 64px;
  height: 2px;
  margin: 18px 0;
  background: var(--color-gold);
}

.gbg-about__side-text {
  margin: 0;
  color: var(--text-muted-on-dark);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
}

.gbg-about__main {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: clamp(20px, 3vw, 36px);
}

.gbg-about__main::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: -1px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--color-gold), transparent);
}

.gbg-about__item {
  position: relative;
  padding: 0 0 36px 0;
  margin-bottom: 8px;
}

.gbg-about__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.gbg-about__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  background: linear-gradient(90deg, rgba(var(--color-gold-rgb), 0.45), transparent);
}

.gbg-about__item-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 12px;
}

.gbg-about__num {
  color: var(--color-gold);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.gbg-about__title {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 800;
  color: var(--text-on-dark);
}

.gbg-about__text {
  margin: 0;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.9;
  color: var(--text-muted-on-dark);
  max-width: 40em;
}

.gbg-about__values {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gbg-about__values li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--text-on-dark);
  font-size: 0.98rem;
  font-weight: 700;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.gbg-about__values li:hover {
  border-color: var(--color-gold);
  background: rgba(var(--color-gold-rgb), 0.12);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .gbg-about__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gbg-about__side {
    position: static;
    text-align: center;
  }

  .gbg-about__side-line {
    margin-left: auto;
    margin-right: auto;
  }

  .gbg-about__main {
    border-right: none;
    padding-right: 0;
    border-top: 1px solid rgba(var(--color-gold-rgb), 0.28);
    padding-top: 28px;
  }

  .gbg-about__main::before {
    display: none;
  }

  .gbg-about__item-head {
    justify-content: center;
  }

  .gbg-about__text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gbg-about__item:not(:last-child)::after {
    background: linear-gradient(90deg, transparent, rgba(var(--color-gold-rgb), 0.45), transparent);
  }

  .gbg-about__values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .gbg-about {
    padding: 52px 0;
  }

  .gbg-about__values {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .gbg-about__values li {
    padding: 12px 10px;
    font-size: 0.92rem;
  }
}

/* =========================
   Services — الخدمات
   ========================= */
.gbg-services {
  position: relative;
  background:
    radial-gradient(ellipse 50% 40% at 80% 0%, rgba(var(--color-primary-rgb), 0.12), transparent 55%),
    var(--color-light);
  color: var(--text-on-light);
  padding: clamp(64px, 9vw, 110px) 0;
  overflow: hidden;
}

.gbg-services__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
  box-sizing: border-box;
}

.gbg-services__header {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.gbg-services__eyebrow {
  margin: 0 0 10px;
  color: var(--accent-on-light);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gbg-services__title {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 800;
  color: var(--heading-on-light);
  line-height: 1.25;
}

.gbg-services__line {
  width: 88px;
  height: 2px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.gbg-services__lead {
  margin: 16px auto 0;
  max-width: 34em;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-muted-on-light);
}

.gbg-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gbg-services__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 210px;
  padding: 36px 22px;
  background: var(--color-white);
  border: 1px solid rgba(var(--color-primary-rgb), 0.08);
  box-shadow: 0 10px 30px rgba(var(--color-primary-rgb), 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.gbg-services__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-gold));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.gbg-services__item:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--color-gold-rgb), 0.45);
  box-shadow: 0 18px 40px rgba(var(--color-primary-rgb), 0.12);
}

.gbg-services__item:hover::before {
  transform: scaleX(1);
}

.gbg-services__icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--color-primary-rgb), 0.12);
  border: 1px solid rgba(var(--color-primary-rgb), 0.35);
  color: var(--color-dark);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.gbg-services__icon i {
  font-size: 1.85rem;
  line-height: 1;
}

.gbg-services__item:hover .gbg-services__icon {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
  transform: scale(1.06);
}

.gbg-services__name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--heading-on-light);
  line-height: 1.4;
}

@media (max-width: 991px) {
  .gbg-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .gbg-services__item {
    min-height: 190px;
    padding: 28px 16px;
  }
}

@media (max-width: 576px) {
  .gbg-services {
    padding: 52px 0;
  }

  .gbg-services__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gbg-services__item {
    min-height: 170px;
  }

  .gbg-services__icon {
    width: 70px;
    height: 70px;
  }

  .gbg-services__icon i {
    font-size: 1.65rem;
  }
}

/* =========================
   Steps — خطوات الطلب
   ========================= */
.gbg-steps {
  position: relative;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-deep) 100%);
  color: var(--text-on-dark);
  padding: clamp(64px, 9vw, 110px) 0;
  overflow: hidden;
}

.gbg-steps__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 45% 50% at 20% 30%, rgba(var(--color-gold-rgb), 0.16), transparent 60%),
    radial-gradient(ellipse 40% 45% at 85% 70%, rgba(255, 255, 255, 0.06), transparent 65%);
}

.gbg-steps__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
  box-sizing: border-box;
}

.gbg-steps__header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 64px);
}

.gbg-steps__eyebrow {
  margin: 0 0 10px;
  color: var(--accent-on-dark);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gbg-steps__title {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-on-dark);
  line-height: 1.25;
}

.gbg-steps__line {
  width: 88px;
  height: 2px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.gbg-steps__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: relative;
}

.gbg-steps__track::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
  opacity: 0.55;
  z-index: 0;
}

.gbg-steps__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gbg-steps__node {
  position: relative;
  width: 96px;
  height: 96px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(var(--color-gold-rgb), 0.55);
  box-shadow: 0 0 0 8px rgba(var(--color-gold-rgb), 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.gbg-steps__item:hover .gbg-steps__node {
  transform: translateY(-4px) scale(1.04);
  border-color: var(--color-gold);
  background: rgba(var(--color-gold-rgb), 0.14);
}

.gbg-steps__num {
  position: absolute;
  top: -8px;
  right: -4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-gold);
  color: var(--color-white);
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(var(--color-gold-rgb), 0.4);
}

.gbg-steps__icon {
  color: var(--color-gold);
  font-size: 1.9rem;
  line-height: 1;
}

.gbg-steps__name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-on-dark);
  line-height: 1.45;
}

@media (max-width: 991px) {
  .gbg-steps__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .gbg-steps__track::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .gbg-steps {
    padding: 52px 0;
  }

  .gbg-steps__track {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 320px;
    margin: 0 auto;
  }

  .gbg-steps__track::before {
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, transparent, var(--color-gold), transparent);
  }

  .gbg-steps__item {
    padding: 18px 0;
  }

  .gbg-steps__node {
    width: 84px;
    height: 84px;
    margin-bottom: 14px;
    background: var(--color-primary);
  }

  .gbg-steps__icon {
    font-size: 1.65rem;
  }

  .gbg-steps__name {
    font-size: 1.08rem;
  }
}

/* =========================
   Partners — شركاء النجاح
   ========================= */
.gbg-partners {
  position: relative;
  background: var(--color-white);
  color: var(--text-on-light);
  padding: clamp(56px, 8vw, 96px) 0;
  overflow: hidden;
}

.gbg-partners::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--color-gold), var(--color-primary), var(--color-gold), transparent);
}

.gbg-partners__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
  box-sizing: border-box;
}

.gbg-partners__header {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 48px);
}

.gbg-partners__eyebrow {
  margin: 0 0 10px;
  color: var(--accent-on-light);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gbg-partners__title {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 800;
  color: var(--heading-on-light);
  line-height: 1.25;
}

.gbg-partners__line {
  width: 88px;
  height: 2px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

/* Client reviews slider */
.gbg-reviews {
  margin: 0 0 clamp(28px, 4vw, 40px);
  padding: clamp(22px, 3vw, 32px);
  background: var(--color-light);
  border: 1px solid rgba(var(--color-primary-rgb), 0.08);
  box-shadow: 0 10px 28px rgba(var(--color-primary-rgb), 0.05);
}

.gbg-reviews__head {
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 28px);
}

.gbg-reviews__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 800;
  color: var(--heading-on-light);
  line-height: 1.3;
}

.gbg-reviews__sub {
  margin: 8px 0 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text-muted-on-light);
}

.gbg-reviews__slider {
  direction: ltr;
  overflow: visible !important;
}

.gbg-reviews__slider .owl-stage-outer {
  direction: rtl;
  overflow: hidden;
}

.gbg-reviews__slider .owl-stage {
  display: flex;
}

.gbg-reviews__slider .owl-item {
  display: flex;
  height: auto;
}

.gbg-reviews__slider .owl-item .item {
  display: flex;
  width: 100%;
  height: auto;
}

.gbg-review {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 18px 18px 16px;
  background: var(--color-white);
  border: 1px solid rgba(var(--color-primary-rgb), 0.1);
  box-shadow: 0 8px 22px rgba(var(--color-dark-rgb), 0.06);
  text-align: right;
}

.gbg-review__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--color-primary-rgb), 0.15);
}

.gbg-review__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gbg-review__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.gbg-review__stars {
  display: flex;
  gap: 3px;
  color: var(--color-primary);
  font-size: 0.88rem;
  line-height: 1;
}

.gbg-review__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-muted-on-light);
}

.gbg-review__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: var(--text-on-light);
  flex-shrink: 0;
  font-size: 0.9rem;
}

.gbg-review__name {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--heading-on-light);
  line-height: 1.25;
}

.gbg-review__role {
  display: block;
  margin-top: 2px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted-on-light);
}

/* Keep review arrows below cards — never over text */
.gbg-reviews__slider .owl-nav {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  width: 100%;
}

.gbg-reviews__slider .owl-nav button,
.gbg-reviews__slider .owl-nav button.owl-prev,
.gbg-reviews__slider .owl-nav button.owl-next {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: var(--color-primary) !important;
  color: var(--color-dark) !important;
  box-shadow: 0 6px 16px rgba(var(--color-primary-rgb), 0.35);
}

.gbg-reviews__slider .owl-nav button:hover {
  background: var(--color-dark) !important;
  color: var(--color-white) !important;
}

.gbg-reviews__slider .owl-dots {
  position: static;
  margin-top: 12px;
}

.gbg-reviews__slider .owl-dots .owl-dot span {
  background: rgba(var(--color-dark-rgb), 0.2);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.gbg-reviews__slider .owl-dots .owl-dot.active span,
.gbg-reviews__slider .owl-dots .owl-dot:hover span {
  background: var(--color-primary);
  transform: scale(1.15);
}

.gbg-partners__cta {
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(32px, 5vw, 48px) clamp(20px, 4vw, 36px);
  text-align: center;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-deep) 100%);
  color: var(--text-on-dark);
  position: relative;
  overflow: hidden;
}

.gbg-partners__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 50% 60% at 50% 0%, rgba(var(--color-gold-rgb), 0.22), transparent 70%);
}

.gbg-partners__cta-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 800;
  color: var(--text-on-dark);
  line-height: 1.3;
}

.gbg-partners__cta-text {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  font-size: clamp(1.02rem, 1.6vw, 1.15rem);
  color: var(--text-muted-on-dark);
  line-height: 1.7;
}

.gbg-partners__cta-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 999px;
  background: var(--color-gold);
  color: var(--color-white);
  font-size: 1.02rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.gbg-partners__cta-btn:hover {
  background: #ffaa5f;
  color: var(--color-white);
  transform: translateY(-2px);
}

.gbg-partners__showcase {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gbg-partners__row {
  position: relative;
  padding: clamp(22px, 3vw, 36px) clamp(18px, 3vw, 40px);
  background: var(--color-light);
  border: 1px solid rgba(var(--color-primary-rgb), 0.06);
  box-shadow: 0 10px 28px rgba(var(--color-primary-rgb), 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gbg-partners__row::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(var(--color-gold-rgb), 0.22);
  pointer-events: none;
}

.gbg-partners__row:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--color-gold-rgb), 0.35);
  box-shadow: 0 16px 36px rgba(var(--color-primary-rgb), 0.1);
}

.gbg-partners__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .gbg-partners {
    padding: 48px 0;
  }

  .gbg-partners__showcase {
    gap: 14px;
  }

  .gbg-partners__row {
    padding: 18px 12px;
  }

  .gbg-partners__row::before {
    inset: 6px;
  }

  .gbg-reviews {
    padding: 18px 14px;
  }

  .gbg-review {
    padding: 16px 14px 14px;
  }
}

/* =========================
   Locations — مقرنا
   ========================= */
.gbg-locations {
  position: relative;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-deep) 100%);
  color: var(--text-on-dark);
  padding: clamp(64px, 9vw, 110px) 0;
  overflow: hidden;
}

.gbg-locations__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 45% 50% at 15% 25%, rgba(var(--color-gold-rgb), 0.16), transparent 60%),
    radial-gradient(ellipse 40% 45% at 90% 80%, rgba(255, 255, 255, 0.06), transparent 65%);
}

.gbg-locations__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
  box-sizing: border-box;
}

.gbg-locations__header {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.gbg-locations__eyebrow {
  margin: 0 0 10px;
  color: var(--accent-on-dark);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gbg-locations__title {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-on-dark);
  line-height: 1.25;
}

.gbg-locations__line {
  width: 88px;
  height: 2px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.gbg-locations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gbg-locations__card {
  position: relative;
  text-align: center;
  padding: clamp(32px, 4vw, 44px) clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.gbg-locations__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--color-gold);
}

.gbg-locations__card:hover {
  transform: translateY(-4px);
  border-color: var(--color-gold);
  background: rgba(var(--color-gold-rgb), 0.1);
}

.gbg-locations__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(var(--color-gold-rgb), 0.55);
  background: rgba(var(--color-gold-rgb), 0.12);
  color: var(--color-gold);
  font-size: 1.7rem;
}

.gbg-locations__name {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 800;
  color: var(--text-on-dark);
}

.gbg-locations__address {
  margin: 0 0 18px;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--text-muted-on-dark);
}

.gbg-locations__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--color-white);
  background: var(--color-gold);
  font-size: 1.02rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.gbg-locations__phone:hover {
  background: var(--color-white);
  color: var(--color-primary);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .gbg-locations {
    padding: 52px 0;
  }

  .gbg-locations__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gbg-locations__card {
    padding: 28px 18px;
  }
}

/* owl carousel arrows */


/* Base styles for Owl Carousel navigation arrows */
.owl-carousel {
    position: relative; /* Ensure the carousel is the reference for absolute positioning */
    overflow: hidden; /* Prevent overflow */
}

.owl-carousel .owl-nav button {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    z-index: 10; /* Ensure arrows are above the carousel items */
}

.owl-carousel .owl-nav button:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px; /* Position the left arrow inside the carousel */
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px; /* Position the right arrow inside the carousel */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
    .owl-carousel .owl-nav button {
        width: 30px; /* Smaller arrows for mobile */
        height: 30px;
        font-size: 14px; /* Smaller icon size */
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 5px; /* Move arrows closer to the edge but still inside the carousel */
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 5px; /* Move arrows closer to the edge but still inside the carousel */
    }
}
/* End owl carousel arrows */



  body {
        font-family: var(--font-main);
        background-color: var(--color-light);
        color: var(--color-dark);
  }

  .social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    background: white;
    padding: 5px;
    border: 1px solid blue;
    border-radius: 5px;
  }
  
  .social-icons a {
    display: block;
    margin: auto;
  }


/* Container for floating contacts */
.contact-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

/* Shared styles for icons */
.contact-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
  transition: all 0.3s ease;
}

/* Specific colors */
.phone-icon {
  background: #007bff;
}

.whatsapp-icon {
  background: #25d366;
}

/* Hover effects */
.contact-icon:hover {
  transform: scale(1.1) rotate(8deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Tooltip */
.contact-icon .tooltip {
  position: absolute;
  right: 65px;
  background: #222;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(10px);
}

.contact-icon:hover .tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive: smaller icons on mobile */
@media (max-width: 576px) {
  .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .contact-icon .tooltip {
    font-size: 12px;
    right: 55px;
  }
}



/* carousel */
.custom-bg-dark {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/banner-bg.webp');
    background-size: cover; /* Cover the entire container */
    background-position: center; /* Center the background image */
    color: #fff; /* White text color */
}

.carousel-item {
  position: relative;
}


.carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* carousel */

/* image post responsive */


.wp-block-image img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
/* end image post responsive */

/* home page posts pagination */

/* end of home page posts pagination */

/* navbar */
.navbar{
  background-color: white !important;
}
.navbar a{
  color:black !important;
}
.ltr{
direction: ltr !important;
}

.rtl{
  direction: rtl !important;
  }

/* end navbar */


/* Packages  */

 .pricing {
      margin-top: 50px;
    }
    .pricing .card {
      border: none;
      border-radius: 15px;
      transition: all 0.3s;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
    .pricing .card:hover {
      transform: translateY(-10px);
    }
    .pricing .card-header {
      background-color: var(--color-light);
      border-bottom: none;
      padding: 20px;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
    .pricing .card-body {
      padding: 40px;
    }
    .pricing .price {
      font-size: 25px;
      font-weight: bold;
      color: var(--color-primary);
    }

/* End Packages */


/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  margin: 0;
}

.pagination .page-link {
  display: inline-block;
  padding: 10px 20px;
  color: var(--color-dark);
  text-decoration: none;
  background-color: var(--color-white);
  border: 1px solid rgba(var(--color-dark-rgb), 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

.pagination .page-item.active .page-link {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

/* end pagination */


@media (max-width: 767px) {
.counter {
  margin-top: 50px;
}
}




/* cards */

/* end cards */

/* location */

.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* Adjust map size for small screens */
  .map-container {
    padding-top: 75%; /* 4:3 aspect ratio */
  }
}


/* end location */

/*  embdaded video */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 aspect ratio (h/w * 100) */
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* about us */

 /* CSS styles */
 .section-title {
  font-size: 24px;
  font-weight: bold;
}

.section-item {
  margin-bottom: 10px;
  font-size: 18px;
}

.icon {
  margin-right: 10px;
}
/* end about us */

/* contact us */

.wpcf7 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* Style form elements */
.wpcf7-form {
  max-width: 400px;
  padding: 20px;
  background-color: var(--color-light);
  border: 1px solid rgba(var(--color-dark-rgb), 0.15);
  border-radius: 4px;
  direction: rtl;

}

form.wpcf7-form.sent {
    margin-top: 50px;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7-form label {
  font-weight: bold;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: var(--color-primary);
  border: none;
  color: var(--color-white);
  cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: var(--color-gold);
  color: var(--color-primary);
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid rgba(var(--color-dark-rgb), 0.15);
  border-radius: 4px;
  background-color: var(--color-light);
}
/* end contact us  */


/* location */

.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* Adjust map size for small screens */
  .map-container {
    padding-top: 75%; /* 4:3 aspect ratio */
  }
}


/* end location */

/* styles.css */

/* Service container styles */
.service {
  text-align: center;
  padding: 20px;
  background-color: var(--color-light);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(var(--color-dark-rgb), 0.1);
  transition: all 0.3s ease; /* Added for smooth transition */
}

/* Icon wrapper styles */
.icon-wrapper {
  margin-bottom: 20px; /* Increased margin for better spacing */
}

/* Icon styles */
.service .icon-wrapper i {
  color: var(--color-primary);
  font-size: 3rem; /* Increased icon size for better visibility */
  transition: all 0.3s ease; /* Added for smooth transition */
}

/* Title styles */
.service h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Paragraph styles */
.service p {
  font-size: 18px;
}

/* Hover effect */
.service:hover {
  transform: translateY(-5px); /* Move the service box up slightly on hover */
}

/* Color change */
.service:hover .icon-wrapper i {
  color: var(--color-gold);
}


/* social icons style */

/* Container for floating contacts */
.contact-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

/* Shared styles for icons */
.contact-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
  transition: all 0.3s ease;
}

/* Specific colors */
.phone-icon {
  background: #007bff;
}

.whatsapp-icon {
  background: #25d366;
}

/* Hover effects */
.contact-icon:hover {
  transform: scale(1.1) rotate(8deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Tooltip */
.contact-icon .tooltip {
  position: absolute;
  right: 65px;
  background: #222;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(10px);
}

.contact-icon:hover .tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive: smaller icons on mobile */
@media (max-width: 576px) {
  .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .contact-icon .tooltip {
    font-size: 12px;
    right: 55px;
  }
}

/* end social icons style  */
