.elementor-2087 .elementor-element.elementor-element-4ae5378{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2087 .elementor-element.elementor-element-38d5719{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2087 .elementor-element.elementor-element-4ae5378{--content-width:1600px;}.elementor-2087 .elementor-element.elementor-element-38d5719{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-40f163d */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --g: #C9A84C;
  --gl: #E8C97A;
  --gd: #8B6914;
  --gp: rgba(201,168,76,0.1);
  --dk: #0A0A0A;
  --dk2: #141414;
  --dk3: #1C1C1C;
  --cream: #F8F3EA;
  --white: #FFFFFF;
  --muted: rgba(248,243,234,0.55);
}

body {
  font-family: 'Tajawal', sans-serif;
  background: var(--dk);
  direction: rtl;
}

/* ═══════════════════════════════════
   SECTION WRAPPER
═══════════════════════════════════ */
.offer-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--dk);
}

.offer-section::before {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gd) 25%, var(--gl) 50%, var(--gd) 75%, transparent);
  opacity: 0.7;
}

.offer-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 30% 50%, rgba(201,168,76,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 90% 20%, rgba(201,168,76,0.04) 0%, transparent 55%);
  pointer-events: none;
}

.offer-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image:
    repeating-linear-gradient(45deg, #C9A84C 0, #C9A84C 1px, transparent 0, transparent 50%),
    repeating-linear-gradient(-45deg, #C9A84C 0, #C9A84C 1px, transparent 0, transparent 50%);
  background-size: 32px 32px;
  pointer-events: none;
}

/* ═══════════════════════════════════
   INNER LAYOUT
═══════════════════════════════════ */
.offer-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 28px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ═══════════════════════════════════
   LEFT: IMAGE SIDE
═══════════════════════════════════ */
.offer-img-side {
  position: relative;
}

.offer-ribbon {
  position: absolute;
  top: 22px;
  right: -12px;
  z-index: 10;
  background: linear-gradient(135deg, var(--gl), var(--g));
  color: var(--dk);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 20px 8px 28px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
  box-shadow: 0 4px 18px rgba(201,168,76,0.45);
  animation: ribbonPulse 2.5s ease-in-out infinite;
}

@keyframes ribbonPulse {
  0%,100% { box-shadow: 0 4px 18px rgba(201,168,76,0.45); }
  50%      { box-shadow: 0 4px 30px rgba(201,168,76,0.7), 0 0 50px rgba(201,168,76,0.2); }
}

.offer-img-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.2);
  box-shadow: 0 24px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(201,168,76,0.08);
  aspect-ratio: 4/3;
}

.offer-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.offer-img-frame:hover img { transform: scale(1.04); }

.offer-img-frame::before,
.offer-img-frame::after {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  border-color: var(--gl);
  border-style: solid;
  opacity: 0.6;
  z-index: 2;
}

.offer-img-frame::before {
  top: 12px; right: 12px;
  border-width: 2px 2px 0 0;
  border-radius: 0 4px 0 0;
}

.offer-img-frame::after {
  bottom: 12px; left: 12px;
  border-width: 0 0 2px 2px;
  border-radius: 0 0 0 4px;
}

.offer-img-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 45%;
  background: linear-gradient(to top, rgba(10,10,10,0.7), transparent);
  z-index: 1;
}

.offer-img-label {
  position: absolute;
  bottom: 16px;
  right: 16px;
  left: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.offer-img-label-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--white);
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.offer-img-label-stars {
  color: var(--gl);
  font-size: 12px;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(201,168,76,0.6);
}

.offer-img-badge {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--dk2);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 30px;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  z-index: 5;
}

.offer-img-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34,197,94,0.6);
  animation: dotBlink 1.5s ease-in-out infinite;
}

@keyframes dotBlink {
  0%,100%{ opacity:1 }
  50%{ opacity:0.3 }
}

.offer-img-badge-text {
  font-size: 11px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: 1px;
}

/* ═══════════════════════════════════
   RIGHT: INFO SIDE
═══════════════════════════════════ */
.offer-info-side {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.offer-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.offer-eyebrow-line {
  width: 36px; height: 1px;
  background: linear-gradient(to left, var(--g), transparent);
}

.offer-eyebrow-line.rev { background: linear-gradient(to right, var(--g), transparent); }

.offer-eyebrow-diamond {
  width: 6px; height: 6px;
  background: var(--g);
  transform: rotate(45deg);
  box-shadow: 0 0 8px rgba(201,168,76,0.6);
}

.offer-eyebrow-text {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--g);
  text-transform: uppercase;
}

.offer-title {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 8px;
}

.offer-title em {
  display: block;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--gl);
  font-size: clamp(20px, 2.8vw, 34px);
}

.offer-subtitle {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
  font-weight: 300;
}

.offer-subtitle strong { color: var(--gl); font-weight: 600; }

.offer-countdown-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.offer-countdown-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(201,168,76,0.2);
}

.offer-countdown {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}

.offer-cd-unit {
  flex: 1;
  background: var(--dk3);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 10px;
  padding: 12px 8px 10px;
  text-align: center;
}

.offer-cd-num {
  display: block;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  color: var(--gl);
  line-height: 1;
  font-family: 'Playfair Display', serif;
}

.offer-cd-lbl {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 4px;
  letter-spacing: 1px;
  font-weight: 600;
}

.offer-prices-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--g);
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.offer-prices-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(201,168,76,0.2);
}

.offer-prices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
}

.offer-price-card {
  background: var(--dk3);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 12px;
  padding: 14px 16px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s;
}

.offer-price-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--g), transparent);
  opacity: 0;
  transition: opacity 0.25s;
}

.offer-price-card:hover {
  border-color: rgba(201,168,76,0.4);
  transform: translateY(-2px);
}

.offer-price-card:hover::before { opacity: 1; }

.offer-price-card.featured {
  border-color: rgba(201,168,76,0.35);
  background: linear-gradient(135deg, rgba(201,168,76,0.08), rgba(201,168,76,0.04));
  grid-column: span 2;
}

.offer-price-card.featured::before { opacity: 0.6; }

.offer-pc-name {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.offer-pc-name-icon { font-size: 14px; }

.offer-pc-prices {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.offer-pc-price {
  font-size: 13px;
  font-weight: 800;
  color: var(--gl);
  direction: ltr;
}

.offer-pc-sep {
  font-size: 10px;
  color: rgba(201,168,76,0.35);
}

.offer-pc-note {
  font-size: 10px;
  color: rgba(248,243,234,0.35);
  margin-top: 4px;
}

.offer-periods {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.offer-period-tag {
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid;
}

.offer-period-tag.p1 {
  color: #86efac;
  border-color: rgba(134,239,172,0.3);
  background: rgba(134,239,172,0.07);
}

.offer-period-tag.p2 {
  color: #fcd34d;
  border-color: rgba(252,211,77,0.3);
  background: rgba(252,211,77,0.07);
}

.offer-period-tag.p3 {
  color: #f87171;
  border-color: rgba(248,113,113,0.3);
  background: rgba(248,113,113,0.07);
}

/* ═══════════════════════════════════
   CTA BUTTONS
═══════════════════════════════════ */
.offer-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.offer-btn-wa {
  flex: 1;
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #25D366, #1db954);
  color: var(--white);
  font-family: 'Tajawal', sans-serif;
  font-size: 15px;
  font-weight: 800;
  padding: 16px 24px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(37,211,102,0.35);
  transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
  border: none;
  cursor: pointer;
}

.offer-btn-wa:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(37,211,102,0.5);
}

.offer-btn-wa svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }

.offer-btn-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: transparent;
  color: var(--gl);
  font-family: 'Tajawal', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 22px;
  border-radius: 50px;
  text-decoration: none;
  border: 1.5px solid rgba(201,168,76,0.4);
  transition: all 0.3s;
  cursor: pointer;
  white-space: nowrap;
}

.offer-btn-tel:hover {
  border-color: var(--g);
  background: rgba(201,168,76,0.08);
  transform: translateY(-2px);
}

.offer-btn-tel svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }

.offer-note {
  font-size: 11px;
  color: rgba(248,243,234,0.3);
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.offer-note-icon { color: var(--g); font-size: 12px; }

/* ═══════════════════════════════════
   BOTTOM: FEATURE PILLS
═══════════════════════════════════ */
.offer-features {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px 60px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.offer-feature {
  flex: 1;
  min-width: 180px;
  background: var(--dk2);
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: border-color 0.25s, transform 0.25s;
}

.offer-feature:hover {
  border-color: rgba(201,168,76,0.3);
  transform: translateY(-3px);
}

.offer-feature-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--gp);
  border: 1px solid rgba(201,168,76,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.offer-feature-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 3px;
}

.offer-feature-desc {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
}

.offer-section::after {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.25), transparent);
}

/* ═══════════════════════════════════
   ANIMATIONS
═══════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.offer-img-side   { animation: fadeUp 0.7s 0.1s ease both; }
.offer-info-side  { animation: fadeUp 0.7s 0.25s ease both; }
.offer-features   { animation: fadeUp 0.7s 0.4s ease both; }

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media (max-width: 900px) {
  .offer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 20px 40px;
  }
  .offer-img-side { max-width: 520px; margin: 0 auto; width: 100%; }
  .offer-prices-grid { grid-template-columns: 1fr 1fr; }
  .offer-price-card.featured { grid-column: span 2; }
}

@media (max-width: 560px) {
  .offer-prices-grid { grid-template-columns: 1fr; }
  .offer-price-card.featured { grid-column: span 1; }
  .offer-cta { flex-direction: column; }
  .offer-btn-wa, .offer-btn-tel { width: 100%; }
  .offer-features { padding-bottom: 40px; }
  .offer-feature { min-width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a2c3f */*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-pale: rgba(201,168,76,0.08);
  --gold-border: rgba(201,168,76,0.18);
  --dark: #000000;
  --dark2: #111111;
  --dark3: #181818;
  --cream: #F8F3EA;
  --white: #FFFFFF;
  --muted: rgba(248,243,234,0.55);
}

body {
  font-family: 'Tajawal', sans-serif;
  background: var(--dark);
  direction: rtl;
}

/* ===== SECTION ===== */
.contact-section {
  background: var(--dark);
  position: relative;
  overflow: hidden;
  padding: 80px 24px 70px;
}

.contact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 55% at 20% 30%, rgba(201,168,76,0.055) 0%, transparent 65%),
    radial-gradient(ellipse 45% 45% at 80% 75%, rgba(201,168,76,0.04) 0%, transparent 60%);
  pointer-events: none;
}

.contact-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 60px,
      rgba(201,168,76,0.018) 60px,
      rgba(201,168,76,0.018) 61px
    );
  pointer-events: none;
}

.cs-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

/* ===== HEAD ===== */
.cs-head {
  text-align: center;
  margin-bottom: 56px;
}

.cs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.cs-eyebrow-line {
  width: 40px;
  height: 1px;
  background: linear-gradient(to left, var(--gold), transparent);
}
.cs-eyebrow-line.rev { background: linear-gradient(to right, var(--gold), transparent); }
.cs-eyebrow-diamond {
  width: 7px; height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(201,168,76,0.5);
}
.cs-eyebrow-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
}

.cs-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 12px;
}
.cs-title em {
  font-style: italic;
  font-family: 'Playfair Display', serif;
  color: var(--gold-light);
  font-weight: 400;
}

.cs-subtitle {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 520px;
  margin: 0 auto;
}

/* ===== PHONE CARDS ===== */
.cs-phones-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.cs-phone-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--dark3);
  border: 1px solid var(--gold-border);
  border-radius: 14px;
  padding: 16px 24px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
  position: relative;
  overflow: hidden;
}
.cs-phone-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.07), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.cs-phone-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(201,168,76,0.15);
}
.cs-phone-card:hover::before { opacity: 1; }

.cs-phone-icon-wrap {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gold-pale);
  border: 1px solid var(--gold-border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}
.cs-phone-card:hover .cs-phone-icon-wrap {
  background: var(--gold);
  border-color: var(--gold);
}
.cs-phone-icon-wrap svg {
  width: 20px; height: 20px;
  fill: var(--gold);
  transition: fill 0.3s;
}
.cs-phone-card:hover .cs-phone-icon-wrap svg { fill: var(--dark); }

.cs-phone-info { line-height: 1.3; }
.cs-phone-label {
  font-size: 11px;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
.cs-phone-num {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  direction: ltr;
  display: block;
}

/* ===== WHATSAPP BUTTON ===== */
.cs-wa-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}

.cs-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #25D366, #1da851);
  color: var(--white);
  font-family: 'Tajawal', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(37,211,102,0.3);
  transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
  position: relative;
  overflow: hidden;
}
.cs-wa-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), transparent);
}
.cs-wa-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 40px rgba(37,211,102,0.45);
}
.cs-wa-btn svg { width: 24px; height: 24px; fill: currentColor; flex-shrink: 0; }

/* ===== DIVIDER ===== */
.cs-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.cs-divider-line { flex: 1; height: 1px; background: var(--gold-border); }
.cs-divider-label {
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

/* ===== SOCIALS ===== */
.cs-socials-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cs-social-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
.cs-social-btn:hover { transform: translateY(-6px); }

.cs-social-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  border: 1px solid var(--gold-border);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.cs-social-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.cs-social-btn:hover .cs-social-icon {
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.cs-social-btn:hover .cs-social-icon::before { opacity: 1; }

/* brand colors */
.cs-social-btn.fb .cs-social-icon::before  { background: #1877F2; }
.cs-social-btn.ig .cs-social-icon::before  { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.cs-social-btn.tt .cs-social-icon::before  { background: #000; }
.cs-social-btn.sc .cs-social-icon::before  { background: #FFFC00; }
.cs-social-btn.yt .cs-social-icon::before  { background: #FF0000; }

.cs-social-icon svg {
  width: 22px; height: 22px;
  fill: var(--gold);
  position: relative;
  z-index: 1;
  transition: fill 0.3s;
}
.cs-social-btn:hover .cs-social-icon svg { fill: var(--white); }
.cs-social-btn.sc:hover .cs-social-icon svg { fill: var(--dark); }

.cs-social-name {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}
.cs-social-btn:hover .cs-social-name { color: var(--gold-light); }

/* ===== MAP STRIP ===== */
.cs-map-strip {
  background: var(--dark3);
  border: 1px solid var(--gold-border);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0;
}

.cs-map-info {
  padding: 32px 36px;
  flex-shrink: 0;
  min-width: 260px;
  border-left: 1px solid var(--gold-border);
}

.cs-map-info-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cs-map-detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}
.cs-map-detail:last-child { margin-bottom: 0; }
.cs-map-detail svg {
  width: 16px; height: 16px;
  fill: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}
.cs-map-detail-text {
  font-size: 13px;
  color: var(--cream);
  line-height: 1.6;
  font-weight: 400;
}

.cs-map-frame {
  flex: 1;
  height: 240px;
  min-width: 0;
}
.cs-map-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  filter: invert(0.9) hue-rotate(180deg) saturate(0.6) brightness(0.85);
}

/* ===== BOTTOM BAR ===== */
.cs-bottom-bar {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
  margin-top: 60px;
  opacity: 0.5;
  border-radius: 2px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .contact-section { padding: 60px 16px 50px; }
  .cs-head { margin-bottom: 40px; }
  .cs-phones-strip { gap: 12px; }
  .cs-phone-card { padding: 14px 18px; }
  .cs-phone-num { font-size: 14px; }
  .cs-map-strip { flex-direction: column; }
  .cs-map-info { border-left: none; border-top: 1px solid var(--gold-border); width: 100%; min-width: unset; padding: 24px 20px; }
  .cs-map-frame { width: 100%; height: 200px; }
  .cs-socials-grid { gap: 10px; }
  .cs-social-icon { width: 46px; height: 46px; border-radius: 13px; }
  .cs-social-icon svg { width: 19px; height: 19px; }
}

@media (max-width: 480px) {
  .cs-phones-strip { flex-direction: column; align-items: stretch; }
  .cs-phone-card { justify-content: flex-start; }
  .cs-wa-btn { font-size: 15px; padding: 14px 28px; }
}

/* ===== ANIMATIONS ===== */
@keyframes csRise {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cs-head         { animation: csRise 0.7s ease both; }
.cs-phones-strip { animation: csRise 0.7s 0.15s ease both; }
.cs-wa-wrap      { animation: csRise 0.7s 0.25s ease both; }
.cs-divider      { animation: csRise 0.7s 0.3s ease both; }
.cs-socials-grid { animation: csRise 0.7s 0.38s ease both; }
.cs-map-strip    { animation: csRise 0.7s 0.48s ease both; }/* End custom CSS */