.elementor-68 .elementor-element.elementor-element-13295d9d{--display:flex;--min-height:0px;--justify-content:space-between;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-68 .elementor-element.elementor-element-497eec1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fd7dc57 *//* ============================================================
   FIX — ABOUT HERO TITLE COLOR
   ============================================================ */

/* العنوان الرئيسي في Hero - أبيض دائماً */
.osullivan-about-hero .osullivan-about-hero-title,
.osullivan-about-hero h1.osullivan-about-hero-title {
  color: #FFFFFF !important;
  text-shadow: 
    0 2px 8px rgba(0, 0, 0, 0.8),
    0 4px 24px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(0, 0, 0, 0.4) !important;
}

/* الجزء الذهبي */
.osullivan-about-hero .osullivan-about-hero-title em {
  color: #D4A94C !important;
  font-style: italic;
  text-shadow: 
    0 2px 8px rgba(0, 0, 0, 0.8),
    0 4px 24px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(0, 0, 0, 0.4) !important;
}

/* الوصف - أبيض شبه كامل */
.osullivan-about-hero .osullivan-about-hero-desc,
.osullivan-about-hero p.osullivan-about-hero-desc {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 
    0 1px 4px rgba(0, 0, 0, 0.7),
    0 2px 12px rgba(0, 0, 0, 0.5) !important;
}

/* Kicker - ذهبي دائماً */
.osullivan-about-hero .osullivan-about-hero-kicker {
  color: #D4A94C !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-497eec1 *//* ============================================================
   المسافة بين Next Auction و Services
   ============================================================ */

/* إضافة مسافة أعلى قسم الخدمات */
.osullivan-services-section {
  margin-top: 0 !important;
  padding-top: 100px !important;
}

/* التأكد من عدم وجود فراغ من Next Auction */
.osullivan-auction-section {
  margin-bottom: 0 !important;
  padding-bottom: 90px !important;
}

/* في الجوال - مسافات أقل */
@media (max-width: 768px) {
  .osullivan-services-section {
    padding-top: 70px !important;
  }
  
  .osullivan-auction-section {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 480px) {
  .osullivan-services-section {
    padding-top: 50px !important;
  }
  
  .osullivan-auction-section {
    padding-bottom: 50px !important;
  }
}/* End custom CSS */