/* Single Hero Section - بديل السلايدر */
.single-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('../images/slideee.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.single-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 20, 20, 0.65);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
    animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-title {
    font-size: 90px;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 25px;
    font-family: 'Libre Caslon Text', serif;
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 650px;
    margin: 0 auto 35px;
    opacity: 0.9;
}

.hero-btn {
    display: inline-block;
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0;
}

.hero-btn:hover {
    background: #ffffff;
    color: #00776e;
    text-decoration: none;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 48px;
    }
    .hero-description {
        font-size: 16px;
    }
    .hero-btn {
        padding: 10px 28px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 36px;
    }
}

/* عكس الألوان - خلفية سوداء وكتابة بيضاء */
body,
.ronmi-bg-third,
section:not(.single-hero-section) {
    background-color: #000000 !important;
}

body,
p,
.parap-color,
.icon-box-des,
.ot-process-box__content,
.ot-icon-box__content .icon-box-des {
    color: #ffffff !important;
}

.ot-heading .ot-heading__title,
.ot-heading .ot-heading__sub,
h2, h5, h6, .process-box-title {
    color: #ffffff !important;
}

/* العناوين داخل الصناديق */
.icon-box-title a,
.ot-icon-box__content h5 a {
    color: #ffffff !important;
}

.icon-box-title a:hover {
    color: #cccccc !important;
}

/* خلفية البطاقات والصناديق */
.ot-process-box,
.ot-icon-box {
    background-color: #111111 !important;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
}

.ot-process-box:hover,
.ot-icon-box:hover {
    background-color: #1a1a1a !important;
}

/* الخط الفاصل */
.ot-process-box__divider span,
hr.divider-folio {
    background-color: #333333 !important;
}

/* الفوتر */
#site-footer {
    background-color: #0a0a0a !important;
    border-top: 1px solid #222222;
}

#site-footer p,
#site-footer .footer-title,
#site-footer .copyright-text,
#site-footer .ot-icon-list-text {
    color: #ffffff !important;
}

#site-footer a {
    color: #ffffff !important;
}

#site-footer a:hover {
    color: #cccccc !important;
}

/* الفوتر - رقم الهاتف */
.ft-phone {
    color: #ffffff !important;
}

/* النماذج والفورم */
.main-form input,
.main-form textarea {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
    color: #ffffff !important;
}

.main-form input:focus,
.main-form textarea:focus {
    border-color: #666666 !important;
    outline: none;
}

.main-form .field-label {
    color: #cccccc !important;
}

/* زر الإرسال */
.octf-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
}

.octf-btn:hover {
    background-color: #cccccc !important;
    color: #000000 !important;
}

/* أزرار عامة */
.octf-btn-white {
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

.octf-btn-white:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* أرقام الكاونتر */
.ot-counter__num,
.ot-counter__num-suffix {
    color: #ffffff !important;
}

.ot-counter__title {
    color: #cccccc !important;
}

/* الروابط */
a, .title-link {
    color: #ffffff !important;
}

a:hover {
    color: #cccccc !important;
}

/* البورتفوليو */
.project_filters li a {
    color: #ffffff !important;
    background-color: transparent !important;
}

.project_filters li a.selected,
.project_filters li a:hover {
    color: #00776e !important;
}

.portfolio-cates a {
    color: #ffffff !important;
}

/* الفيديو - تحسين الظهور على خلفية سوداء */
.video-popup .video-image {
    border: 2px solid #333333;
}

/* الهيدر */
.site-header,
.header-bottom,
.octf-mainbar {
    background-color: #000000 !important;
    border-bottom: 1px solid #222222 !important;
}

.main-navigation .menu > li > a {
    color: #ffffff !important;
}

.main-navigation .menu > li > a:hover {
    color: #cccccc !important;
}

.logo-col img {
    filter: brightness(0) invert(1);
}

/* الأيقونات SVG - تعكس لونها */
.ot-process-box__icon svg,
.ot-icon-box__icon svg {
    filter: brightness(0) invert(1);
}

/* موبايل */
.header_mobile {
    background-color: #000000 !important;
}

.mmenu-wrapper {
    background-color: #111111 !important;
}

.mobile_mainmenu li a {
    color: #ffffff !important;
}
/* تنسيق قسم Get in touch - خلفية سوداء وكتابة بيضاء مع تصغير المساحة */
.contact-form-block {
    background-color: #000000 !important;
    padding: 40px 20px !important;
    border-radius: 0 !important;
    max-width: 1230px !important;
    margin: 0 auto !important;
}

.contact-form-block .ot-heading__sub,
.contact-form-block .ot-heading__title {
    color: #ffffff !important;
}

.contact-form-block .field-label {
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.contact-form-block input,
.contact-form-block textarea {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
}

.contact-form-block input:focus,
.contact-form-block textarea:focus {
    border-color: #666666 !important;
    outline: none !important;
    background-color: #222222 !important;
}

.contact-form-block input::placeholder,
.contact-form-block textarea::placeholder {
    color: #888888 !important;
}

.contact-form-block textarea {
    min-height: 100px !important;
}

.contact-form-block .octf-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    transition: all 0.3s ease !important;
    padding: 10px 28px !important;
    font-size: 14px !important;
}

.contact-form-block .octf-btn:hover {
    background-color: #cccccc !important;
    color: #000000 !important;
}

/* ألوان رسائل الخطأ */
.contact-form-block .error {
    color: #ff6666 !important;
    font-size: 12px !important;
}

/* رسالة النجاح */
#ajaxsuccess {
    color: #00cc66 !important;
    background-color: transparent !important;
}

/* تقليل المسافات بين الحقول */
.contact-form-block .space-10 {
    height: 15px !important;
}

.contact-form-block .space-5 {
    height: 10px !important;
}

/* القسم المحيط بالفورم */
#contactus {
    background-color: #000000 !important;
    padding: 60px 0 !important;
}

/* تحسين تنسيق الصفوف */
.contact-form-block .main-form .row {
    margin: 0 !important;
}

.contact-form-block .main-form .col-lg-6,
.contact-form-block .main-form .col-md-12 {
    padding: 0 10px !important;
}