/*
Theme Name: Tarteeb Managed
Theme URI: https://tarteeb.sa/
Author: Tarteeb
Description: WordPress-managed Tarteeb private aviation theme. Homepage, Fleet, Services, Team, News and Inquiries are editable in WordPress.
Version: 3.0.0
Text Domain: tarteeb-managed
*/

html { scroll-behavior: smooth; }
body { margin: 0; }
body.admin-bar .tarteeb-nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar .tarteeb-nav { top: 46px; } }
.tarteeb-nav { transition: background .3s ease, box-shadow .3s ease, padding .3s ease; }
.tarteeb-nav.is-scrolled { background: rgba(255,255,255,.96); box-shadow: 0 2px 16px rgba(0,0,0,.08); border-bottom: 1px solid rgba(78,45,130,.12); }
.tarteeb-nav.is-scrolled .tarteeb-nav-link, .tarteeb-nav.is-scrolled .tarteeb-lang { color: #2f2340 !important; }
.tarteeb-nav.is-scrolled .tarteeb-logo { filter: brightness(0) saturate(100%) invert(15%) sepia(40%) saturate(800%) hue-rotate(240deg) brightness(80%) !important; }
.tarteeb-dropdown { opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.tarteeb-services-menu:hover .tarteeb-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.tarteeb-mobile-menu { display: none; }
.tarteeb-mobile-menu.open { display: block; }
.tarteeb-wp-content p { margin: 0 0 1.25rem; }
.tarteeb-wp-content h2, .tarteeb-wp-content h3 { font-family: Georgia, 'Times New Roman', serif; color: #342344; margin: 2rem 0 1rem; }
.tarteeb-wp-content ul, .tarteeb-wp-content ol { margin: 1rem 0 1.5rem 1.5rem; }
.tarteeb-wp-content a { color: #4e2d82; text-decoration: underline; }
.tarteeb-feature-line { white-space: pre-line; }
.tarteeb-form-status { display:none; margin-top: 1rem; padding: .9rem 1rem; border-radius: .5rem; }
.tarteeb-form-status.success { display:block; background:#edf8f1; color:#176b3a; }
.tarteeb-form-status.error { display:block; background:#fff0f0; color:#9b1c1c; }
.tarteeb-card-image { background: linear-gradient(135deg,#4e2d82,#9f5da5); }
[dir="rtl"] .tarteeb-text-left { text-align: right; }
[dir="rtl"] .tarteeb-dropdown { left:auto; right:0; }
@media (max-width: 767px) {
  .tarteeb-desktop-nav { display:none !important; }
  .tarteeb-mobile-toggle { display:flex !important; }
  .tarteeb-nav { padding-top: 1rem !important; padding-bottom: 1rem !important; }
}
@media (min-width: 768px) { .tarteeb-mobile-toggle { display:none !important; } }
