/* ==========================================================================
   ROYAL LINK (رويال لينك) - MODERN IBM PLEX SAUDI TECH & HIGHLIGHT EFFECTS
   Palette:
   - Golden Bronze: #D39E44 (Highlighter Marker, Badges, Gold Accents)
   - White:        #FEFEFE (Clean Canvas Background, Card Surfaces)
   - Mint Cream:   #DCE5DE (Secondary Highlights, Soft Badges, Card Borders)
   - Pine Teal:    #074633 (Main Bold Arabic Typography, Dark Contrast)
   - Emerald Depths: #01573E (Accent Sections, Subtitles, Buttons)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700;800&family=Readex+Pro:wght@400;500;600;700;800&family=Almarai:wght@400;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --royal-gold: #D39E44;
  --royal-white: #FEFEFE;
  --royal-mint: #DCE5DE;
  --royal-teal: #074633;
  --royal-emerald: #01573E;
  
  --theme: #D39E44;
  --theme-2: #01573E;
  --dark: #074633;
  --text: #2b4a40;
  --gray: #DCE5DE;
  --bg: #FEFEFE;
}

/* Base Body Styles */
body {
  background-color: #FEFEFE !important;
  color: #074633 !important;
  font-family: 'IBM Plex Sans Arabic', 'Readex Pro', 'Almarai', sans-serif !important;
  overflow-x: hidden;
  letter-spacing: -0.2px;
}

body.dark-bg {
  background-color: #FEFEFE !important;
  color: #074633 !important;
}

/* Typography & Bold Modern Headings */
h1, h2, h3, h4, h5, h6 {
  color: #074633 !important;
  font-family: 'IBM Plex Sans Arabic', 'Readex Pro', sans-serif !important;
  font-weight: 800 !important;
  line-height: 1.35;
}

.section-title {
  color: #074633 !important;
  font-family: 'IBM Plex Sans Arabic', 'Readex Pro', sans-serif !important;
  font-weight: 800 !important;
}

p {
  color: #526e65 !important;
  font-family: 'IBM Plex Sans Arabic', 'Readex Pro', sans-serif !important;
  font-size: 16px;
  line-height: 1.85;
}

/* ==========================================================================
   MARKER HIGHLIGHT EFFECT (تأثير التظليل بالماركر التفاعلي)
   ========================================================================== */
.marker-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 4px;
}

.marker-highlight::before {
  content: '';
  position: absolute;
  bottom: 8px;
  right: -4px;
  width: calc(100% + 8px);
  height: 48%;
  background: #D39E44;
  opacity: 0.38;
  border-radius: 4px;
  z-index: -1;
  transform: rotate(-0.8deg);
  transition: all 0.35s ease;
}

.marker-highlight:hover::before {
  height: 65%;
  opacity: 0.55;
  background: #D39E44;
}

.marker-highlight-gold {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 2px 8px;
}

.marker-highlight-gold::before {
  content: '';
  position: absolute;
  top: 15%;
  right: 0;
  width: 100%;
  height: 75%;
  background: rgba(211, 158, 68, 0.28);
  border-radius: 6px;
  z-index: -1;
  transform: rotate(-0.5deg);
  transition: transform 0.3s ease, background 0.3s ease;
}

.marker-highlight-gold:hover::before {
  background: rgba(211, 158, 68, 0.45);
  transform: scale(1.04) rotate(0deg);
}

.marker-highlight-mint {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 2px 8px;
}

.marker-highlight-mint::before {
  content: '';
  position: absolute;
  top: 20%;
  right: 0;
  width: 100%;
  height: 70%;
  background: #DCE5DE;
  border-radius: 6px;
  z-index: -1;
  border: 1px solid rgba(211, 158, 68, 0.3);
}

/* RTL Specific Rules */
[dir="rtl"] {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] body {
  font-family: 'IBM Plex Sans Arabic', 'Readex Pro', sans-serif !important;
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .main-menu nav ul {
  padding-right: 0;
}

[dir="rtl"] .main-menu nav ul li .submenu {
  right: 0;
  left: auto;
  text-align: right;
}

[dir="rtl"] .about-list ul {
  padding-right: 0;
  padding-left: 0;
}

[dir="rtl"] .about-list ul li {
  padding-right: 25px;
  padding-left: 0;
}

[dir="rtl"] .about-list ul li::before {
  right: 0;
  left: auto;
  background-color: #D39E44 !important;
}

[dir="rtl"] .contact-info ul {
  padding-right: 0;
}

[dir="rtl"] .contact-info ul li i {
  margin-left: 15px;
  margin-right: 0;
  color: #D39E44;
}

[dir="rtl"] .footer-email i {
  margin-left: 15px;
  margin-right: 0;
  color: #D39E44;
}

[dir="rtl"] .flex-lg-end {
  justify-content: flex-start;
}

[dir="rtl"] .service-item {
  text-align: right;
}

[dir="rtl"] .sub-title-arrows::before {
  margin-left: 10px;
  margin-right: 0;
}

[dir="rtl"] .sub-title-arrows::after {
  margin-right: 10px;
  margin-left: 0;
}

[dir="rtl"] .project-item {
  text-align: right;
  border-right: 1px solid rgba(211, 158, 68, 0.3) !important;
  border-left: none !important;
  padding: 34px 30px 50px 0 !important;
  margin-right: 30px !important;
  margin-left: 0 !important;
}

[dir="rtl"] .project-item::before {
  right: -3px !important;
  left: auto !important;
  background-color: #D39E44 !important;
}

[dir="rtl"] .project-item::after {
  right: -3px !important;
  left: auto !important;
  background-color: #D39E44 !important;
}

/* Horizontal Scroll Container */
.projects-items {
  width: 300% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 60px !important;
}

.projects-items[dir="ltr"] {
  direction: ltr !important;
}

.project-item-container[dir="rtl"] {
  direction: rtl !important;
  text-align: right !important;
  min-width: 100% !important;
  width: 100% !important;
}

/* Language Switcher Badge */
.lang-badge-btn {
  background: #FEFEFE;
  border: 1.5px solid #D39E44;
  color: #074633 !important;
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 13.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-inline-end: 15px;
  box-shadow: 0 2px 8px rgba(211, 158, 68, 0.15);
}

.lang-badge-btn:hover {
  background: #D39E44;
  color: #FEFEFE !important;
  box-shadow: 0 4px 15px rgba(211, 158, 68, 0.35);
}

/* Disable Preloader Completely for Instant Opening */
.preloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Header */
.main-header {
  background-color: rgba(254, 254, 254, 0.96) !important;
  border-bottom: 1px solid rgba(211, 158, 68, 0.25);
  box-shadow: 0 4px 20px rgba(7, 70, 51, 0.05);
}

.main-header.fixed-header {
  background-color: rgba(254, 254, 254, 0.98) !important;
}

.main-menu nav ul li a {
  color: #074633 !important;
  font-weight: 700;
  font-size: 15px;
}

.main-menu nav ul li a:hover,
.main-menu nav ul li.active a {
  color: #D39E44 !important;
}

.main-menu nav ul li .submenu {
  background-color: #FEFEFE !important;
  border: 1px solid rgba(211, 158, 68, 0.3);
  box-shadow: 0 10px 30px rgba(7, 70, 51, 0.08);
}

.main-menu nav ul li .submenu li a {
  color: #074633 !important;
}

.main-menu nav ul li .submenu li a:hover {
  color: #D39E44 !important;
  background-color: #DCE5DE !important;
}

/* Buttons */
.theme-btn {
  border: 1.5px solid #D39E44 !important;
  color: #074633 !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 10px !important;
  transition: all 0.3s ease;
}

.theme-btn:hover {
  background-color: #D39E44 !important;
  color: #FEFEFE !important;
  border-color: #D39E44 !important;
  box-shadow: 0 8px 20px rgba(211, 158, 68, 0.3);
}

.theme-btn-with-bg {
  background-color: #074633 !important;
  color: #FEFEFE !important;
  border: 1.5px solid #074633 !important;
  font-weight: 700;
  border-radius: 10px !important;
  box-shadow: 0 6px 18px rgba(7, 70, 51, 0.2);
  transition: all 0.3s ease;
}

.theme-btn-with-bg:hover {
  background-color: #D39E44 !important;
  color: #074633 !important;
  border-color: #D39E44 !important;
  box-shadow: 0 8px 22px rgba(211, 158, 68, 0.3);
}

.btn_moveing_hover .magnet-bubble {
  background-color: #D39E44 !important;
}

.theme-1-bg {
  background-color: #D39E44 !important;
  color: #FEFEFE !important;
}

.color-theme-1 {
  color: #D39E44 !important;
}

.theme-btn-2 {
  color: #D39E44 !important;
  font-weight: 700;
}

.theme-btn-2::before {
  background-color: #D39E44 !important;
}

/* Banner Section */
.banner {
  background: radial-gradient(circle at 60% 40%, rgba(220, 229, 222, 0.6) 0%, #FEFEFE 70%) !important;
  padding-top: 130px;
}

.banner h1 {
  color: #074633 !important;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .banner h1 {
    font-size: 36px;
  }
}

.banner p {
  color: #526e65 !important;
  font-size: 18px;
}

/* Subtitles */
.sub-title {
  color: #D39E44 !important;
  font-weight: 800;
}

.sub-title::before, .sub-title::after {
  background-color: #D39E44 !important;
}

.sub-title-arrows {
  color: #D39E44 !important;
  font-weight: 800;
}

.sub-title-arrows::before, .sub-title-arrows::after {
  color: #D39E44 !important;
}

/* About Section */
.gray-bg {
  background-color: #DCE5DE !important;
  border: 1px solid rgba(211, 158, 68, 0.25) !important;
}

.about-counter {
  background-color: #074633 !important;
  color: #FEFEFE !important;
  box-shadow: 0 10px 25px rgba(7, 70, 51, 0.2);
  border-radius: 20px !important;
}

.about-counter .section-title,
.about-counter p,
.about-counter h3,
.about-counter span {
  color: #FEFEFE !important;
}

.about-counter span.count {
  color: #D39E44 !important;
}

/* Service Section */
.service-section {
  background-color: #FEFEFE !important;
}

.service-item {
  background-color: #FEFEFE !important;
  border: 1.5px solid rgba(220, 229, 222, 0.9) !important;
  border-radius: 24px !important;
  box-shadow: 0 10px 30px rgba(7, 70, 51, 0.04) !important;
  transition: all 0.35s ease !important;
  padding: 35px 28px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.service-item:hover {
  border-color: #D39E44 !important;
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(211, 158, 68, 0.18) !important;
}

.service-icon {
  width: 60px !important;
  height: 60px !important;
  background-color: rgba(211, 158, 68, 0.12) !important;
  color: #D39E44 !important;
  border-radius: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  margin-bottom: 20px !important;
}

.service-item h3 {
  color: #074633 !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.service-item p {
  color: #526e65 !important;
  font-size: 14.5px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
  flex-grow: 1;
}

.service-item a i {
  color: #D39E44 !important;
  font-size: 18px !important;
}

/* ================================================
   PROJECTS — Swiper RTL Slider
   ================================================ */
.royal-projects-swiper {
  overflow: hidden;
  border-radius: 24px;
}

/* Each slide card */
.rp-card {
  background: #FEFEFE;
  border: 1.5px solid rgba(220, 229, 222, 0.9);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(7, 70, 51, 0.06);
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

/* Image column */
.rp-card-img {
  position: relative;
  overflow: hidden;
  height: 420px;
}

.rp-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.rp-card:hover .rp-card-img img {
  transform: scale(1.04);
}

/* Text column */
.rp-card-body {
  padding: 48px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Project number badge */
.rp-number {
  font-size: 13px;
  font-weight: 800;
  color: #D39E44;
  background: rgba(211, 158, 68, 0.1);
  border: 1px solid rgba(211, 158, 68, 0.35);
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 1px;
}

/* Project type tag */
.royal-project-tag {
  display: inline-block;
  background: rgba(7, 70, 51, 0.07);
  border: 1px solid rgba(7, 70, 51, 0.15);
  color: #074633;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 30px;
}

/* Card heading */
.rp-card-body h3 {
  color: #074633 !important;
  font-weight: 800 !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  line-height: 1.4 !important;
  margin-top: 0 !important;
}

.rp-card-body h3 em {
  font-style: normal;
  color: #D39E44 !important;
}

/* Feature list */
.rp-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rp-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: #2b4a40 !important;
  font-weight: 600;
}

.rp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D39E44;
  flex-shrink: 0;
}

/* Navigation buttons */
.rp-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(7, 70, 51, 0.2);
  background: #FEFEFE;
  color: #074633;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(7, 70, 51, 0.08);
}

.rp-nav-btn:hover {
  background: #074633;
  border-color: #074633;
  color: #FEFEFE;
  box-shadow: 0 8px 20px rgba(7, 70, 51, 0.2);
}

/* Pagination dots */
.rp-pagination {
  margin-top: 24px !important;
  position: relative !important;
  bottom: auto !important;
}

.rp-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(7, 70, 51, 0.2);
  opacity: 1;
  transition: all 0.3s ease;
}

.rp-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 4px;
  background: #D39E44;
}

/* Mobile responsive */
@media (max-width: 991px) {
  .rp-card-img {
    height: 260px;
  }
  .rp-card-body {
    padding: 30px 24px;
  }
}



/* ================================================
   TESTIMONIALS — Clear & Elegant Royal Style
   ================================================ */
.royal-testimonial-section {
  position: relative;
}

.royal-testi-swiper {
  overflow: hidden;
  padding: 10px 4px 30px 4px !important;
}

.royal-testi-card {
  background: #FEFEFE !important;
  border: 1.5px solid rgba(220, 229, 222, 0.9) !important;
  border-radius: 24px !important;
  padding: 35px 30px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-shadow: 0 10px 30px rgba(7, 70, 51, 0.05) !important;
  transition: all 0.35s ease !important;
}

.royal-testi-card:hover {
  border-color: #D39E44 !important;
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(211, 158, 68, 0.15) !important;
}

.rating-stars {
  display: flex;
  gap: 4px;
}

.rating-stars i {
  color: #D39E44 !important;
  font-size: 16px;
}

.testi-badge {
  background: rgba(211, 158, 68, 0.12);
  border: 1px solid rgba(211, 158, 68, 0.4);
  color: #074633;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}

.testi-comment {
  color: #074633 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.testi-author-box {
  border-top: 1px solid rgba(220, 229, 222, 0.8);
}

.author-avatar-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #074633;
  color: #D39E44;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  border: 2px solid #D39E44;
}

.author-name {
  color: #074633 !important;
  font-size: 16.5px !important;
  font-weight: 800 !important;
  margin: 0 0 3px 0 !important;
}

.author-role {
  color: #D39E44 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  display: block;
}

.royal-testi-pagination {
  margin-top: 20px !important;
  position: relative !important;
  bottom: auto !important;
}

.royal-testi-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(7, 70, 51, 0.2);
  opacity: 1;
  transition: all 0.3s ease;
}

.royal-testi-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 4px;
  background: #D39E44;
}

/* Counter Section */
.counter-container-wrapper.theme-1-bg {
  background-color: #01573E !important;
  border: 2px solid #D39E44 !important;
  color: #FEFEFE !important;
  box-shadow: 0 15px 40px rgba(7, 70, 51, 0.2);
}

.counter-item i {
  color: #D39E44 !important;
}

.counter-item .counter-content h4,
.counter-item .counter-content p,
.counter-item .counter-content span {
  color: #FEFEFE !important;
}

.counter-item .counter-content span.count {
  color: #D39E44 !important;
}

/* Contact Section & Form */
.contact-info ul li i {
  color: #D39E44 !important;
}

.contact-info ul li p {
  color: #074633 !important;
  font-weight: 700;
}

.social a {
  border: 1.5px solid #D39E44 !important;
  color: #074633 !important;
  background: #FEFEFE !important;
  box-shadow: 0 2px 8px rgba(7, 70, 51, 0.05);
}

.social a:hover {
  background-color: #D39E44 !important;
  color: #FEFEFE !important;
  border-color: #D39E44 !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  background-color: #FEFEFE !important;
  border: 1.5px solid rgba(7, 70, 51, 0.15) !important;
  color: #074633 !important;
  border-radius: 12px;
  padding: 14px 18px;
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #D39E44 !important;
  outline: none;
  box-shadow: 0 0 15px rgba(211, 158, 68, 0.2);
  background-color: #FEFEFE !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #7b9c92 !important;
}

/* ================================================
   FOOTER & BOTTOM CTA
   ================================================ */
.footer {
  background-color: #074633 !important;
  border-top: 2px solid #D39E44;
  color: #FEFEFE !important;
}

.footer-title {
  color: #FEFEFE !important;
  font-weight: 800 !important;
}

.footer-title span {
  color: #FEFEFE !important;
}

.footer-title i {
  color: #D39E44 !important;
}

.footer p {
  color: #DCE5DE !important;
}

.footer-menus a,
.copyright-menus a {
  color: #DCE5DE !important;
  font-weight: 600;
}

.footer-menus a:hover,
.copyright-menus a:hover {
  color: #D39E44 !important;
}

/* Royal Footer CTA Box */
.royal-footer-cta-box {
  background: rgba(254, 254, 254, 0.06);
  border: 1.5px solid rgba(211, 158, 68, 0.4);
  border-radius: 20px;
  padding: 24px 28px;
  backdrop-filter: blur(8px);
}

.royal-footer-cta-btn {
  background: #D39E44 !important;
  color: #074633 !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  padding: 14px 28px !important;
  border-radius: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 8px 25px rgba(211, 158, 68, 0.4) !important;
  transition: all 0.35s ease !important;
}

.royal-footer-cta-btn:hover {
  background: #FEFEFE !important;
  color: #074633 !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(254, 254, 254, 0.3) !important;
}

.royal-contact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.royal-chip {
  background: rgba(220, 229, 222, 0.1);
  border: 1px solid rgba(220, 229, 222, 0.25);
  color: #FEFEFE !important;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.royal-chip i {
  color: #D39E44 !important;
}

.royal-chip:hover {
  background: rgba(211, 158, 68, 0.25);
  border-color: #D39E44;
  color: #FEFEFE !important;
  transform: translateY(-2px);
}

/* ================================================
   PROJECT REQUEST MODAL POPUP
   ================================================ */
.royal-modal .modal-content {
  background: #FEFEFE !important;
  border: 2px solid #D39E44 !important;
  border-radius: 28px !important;
  box-shadow: 0 25px 60px rgba(7, 70, 51, 0.35) !important;
  overflow: hidden;
}

.royal-modal .modal-header {
  background: #074633 !important;
  color: #FEFEFE !important;
  border-bottom: 2px solid #D39E44 !important;
  padding: 24px 30px !important;
}

.royal-modal .modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.85;
}

.royal-modal .modal-body {
  padding: 35px 30px !important;
}

.royal-modal-input {
  width: 100%;
  background: #FEFEFE !important;
  border: 1.5px solid rgba(7, 70, 51, 0.2) !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  font-size: 15px !important;
  color: #074633 !important;
  font-weight: 600 !important;
  outline: none !important;
  transition: all 0.3s ease !important;
}

.royal-modal-input:focus {
  border-color: #D39E44 !important;
  box-shadow: 0 0 0 3px rgba(211, 158, 68, 0.2) !important;
}

.royal-modal-label {
  font-size: 14px;
  font-weight: 700;
  color: #074633;
  margin-bottom: 8px;
  display: block;
}

/* ================================================
   FLOATING BUTTONS (Scroll to Top on LEFT, WhatsApp on RIGHT)
   ================================================ */
.wa-float-btn {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  left: auto !important;
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  background: #25D366 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45) !important;
  z-index: 9999 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  text-decoration: none !important;
}

.wa-float-btn:hover {
  transform: scale(1.12) !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.65) !important;
}

.tf__scroll_btn {
  position: fixed !important;
  bottom: 25px !important;
  left: 25px !important; /* Positioned cleanly on the LEFT side */
  right: auto !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: #D39E44 !important;
  color: #FEFEFE !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  box-shadow: 0 6px 20px rgba(211, 158, 68, 0.45) !important;
  z-index: 9998 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.tf__scroll_btn:hover {
  background: #074633 !important;
  color: #FEFEFE !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 25px rgba(7, 70, 51, 0.4) !important;
}

[dir="ltr"] .wa-float-btn {
  right: 25px !important;
  left: auto !important;
}

[dir="ltr"] .tf__scroll_btn {
  left: 25px !important;
  right: auto !important;
}

/* ==========================================================================
   FULL LUXURY PACKAGES & GROWTH BUNDLES (باقات متكاملة بكامل محتواها)
   ========================================================================== */
.royal-package-card {
  background: #FEFEFE;
  border: 1.5px solid rgba(7, 70, 51, 0.15);
  border-radius: 28px;
  padding: 40px 32px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 10px 30px rgba(7, 70, 51, 0.04);
}

.royal-package-card:hover {
  transform: translateY(-8px);
  border-color: #D39E44;
  box-shadow: 0 25px 60px rgba(7, 70, 51, 0.12);
}

/* Featured / Pro Best Value Card */
.royal-package-card.featured-card {
  border: 2.5px solid #D39E44;
  background: linear-gradient(180deg, #fdfbf7 0%, #FEFEFE 100%);
  box-shadow: 0 20px 50px rgba(211, 158, 68, 0.18);
  transform: scale(1.03);
  z-index: 2;
}

.royal-package-card.featured-card:hover {
  transform: scale(1.03) translateY(-8px);
  box-shadow: 0 30px 70px rgba(211, 158, 68, 0.28);
}

.package-popular-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #D39E44 0%, #b8832a 100%);
  color: #FEFEFE;
  padding: 6px 22px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(211, 158, 68, 0.4);
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.package-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(7, 70, 51, 0.08);
  color: #074633;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
  align-self: flex-start;
}

.featured-card .package-badge-top {
  background: rgba(211, 158, 68, 0.18);
  color: #074633;
}

.package-name {
  font-size: 24px;
  font-weight: 800;
  color: #074633;
  margin-bottom: 10px;
}

.package-tagline {
  font-size: 14px;
  color: #526e65;
  line-height: 1.6;
  margin-bottom: 25px;
  min-height: 45px;
}

.package-price-box {
  background: #f7faf8;
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px dashed rgba(7, 70, 51, 0.2);
  text-align: center;
}

.featured-card .package-price-box {
  background: rgba(211, 158, 68, 0.1);
  border-color: #D39E44;
}

.package-price-value {
  font-size: 36px;
  font-weight: 800;
  color: #074633;
  font-family: 'Plus Jakarta Sans', 'IBM Plex Sans Arabic', sans-serif;
  line-height: 1.1;
}

.package-price-period {
  font-size: 13px;
  color: #6a857d;
  font-weight: 600;
  margin-top: 4px;
}

.package-deliverables-title {
  font-size: 14px;
  font-weight: 800;
  color: #074633;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.package-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
  flex-grow: 1;
}

.package-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #234237;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(7, 70, 51, 0.06);
}

.package-features-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.feature-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.15);
  color: #128C7E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 2px;
}

.featured-card .feature-check-icon {
  background: #D39E44;
  color: #FEFEFE;
}

.package-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1.5px solid #074633;
  background: #074633;
  color: #FEFEFE !important;
}

.package-cta-btn:hover {
  background: #D39E44;
  border-color: #D39E44;
  color: #FEFEFE !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(211, 158, 68, 0.35);
}

.featured-card .package-cta-btn {
  background: linear-gradient(135deg, #D39E44 0%, #ba8429 100%);
  border-color: #D39E44;
  color: #FEFEFE !important;
  box-shadow: 0 8px 24px rgba(211, 158, 68, 0.35);
}

.featured-card .package-cta-btn:hover {
  background: #074633;
  border-color: #074633;
  box-shadow: 0 10px 25px rgba(7, 70, 51, 0.4);
}

/* 2. Live Social Proof Toast */
.royal-social-proof-toast {
  position: fixed;
  bottom: 95px;
  left: 25px;
  z-index: 9997;
  max-width: 360px;
  background: #FEFEFE;
  border: 1.5px solid #D39E44;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(7, 70, 51, 0.18);
  padding: 14px 16px;
  transform: translateY(120%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.royal-social-proof-toast.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.proof-toast-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.proof-toast-icon {
  width: 42px;
  height: 42px;
  background: rgba(211, 158, 68, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #074633;
  font-size: 18px;
  flex-shrink: 0;
}

.proof-toast-content {
  flex-grow: 1;
}

.proof-toast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 3px;
}

.proof-toast-header strong {
  font-size: 13px;
  color: #074633;
}

.proof-toast-time {
  font-size: 11px;
  color: #888;
}

.proof-toast-desc {
  font-size: 12px;
  color: #4b635b !important;
  line-height: 1.4;
  margin-bottom: 0;
}

.proof-toast-close {
  background: transparent;
  border: none;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

[dir="ltr"] .royal-social-proof-toast {
  left: 25px;
  right: auto;
}

/* 3. Free Audit Lead Magnet Box */
.royal-audit-card {
  background: #fbfdfc;
  border: 2px dashed #D39E44;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
}

.audit-input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 700px;
  margin: 25px auto 0 auto;
}

.audit-input {
  flex: 1 1 240px;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1.5px solid rgba(7, 70, 51, 0.2);
  background: #FEFEFE;
  color: #074633;
  font-size: 15px;
  font-weight: 600;
  outline: none;
}

.audit-input:focus {
  border-color: #D39E44;
  box-shadow: 0 0 0 3px rgba(211, 158, 68, 0.2);
}

/* 4. Enhanced Marketing Service Badges */
.badge-growth {
  background: rgba(211, 158, 68, 0.15);
  color: #074633;
  border: 1px solid #D39E44;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

