/*==================================================================================
  شركة أساس ديار للمقاولات (شركة شخص واحد) - Isas Deyyar Contracting (IDC)
  الملف الموحد للتنسيقات العربية (RTL) ولوحة الألوان الرسمية للشركة
==================================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&family=Tajawal:wght@300;400;500;700;800;900&display=swap');

:root {
    --idc-navy-dark: #0c2340;
    --idc-navy: #0f3057;
    --idc-navy-light: #163866;
    --idc-blue-accent: #195190;
    --idc-blue-bright: #1d63b8;
    --idc-construction-amber: #e67e22;
    --idc-construction-hover: #d35400;
    --idc-gold: #c59b27;
    --idc-gray-bg: #f4f7fb;
    --idc-dark-bg: #09192e;
    --idc-text-dark: #1a202c;
    --idc-text-muted: #5a6a80;
}

/* --- 1. الخطوط والاتجاه العام (Global Typography & Direction) --- */
html[dir="rtl"],
body {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', 'Tajawal', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--idc-text-dark);
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    font-weight: 700;
    text-align: right;
    letter-spacing: 0 !important;
    color: var(--idc-navy-dark);
}

p, span, a, li, input, textarea, select, button, label {
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
}

/* --- 2. الأزرار والهوية البصرية (Buttons & IDC Palette) --- */
.btn, .boxed-btn, .red-btn2 {
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    letter-spacing: 0 !important;
    font-weight: 700 !important;
    background: var(--idc-construction-amber) !important;
    border-color: var(--idc-construction-amber) !important;
    color: #ffffff !important;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn::before {
    background: var(--idc-navy) !important;
}

.btn:hover, .boxed-btn:hover {
    background: var(--idc-navy) !important;
    border-color: var(--idc-navy) !important;
    color: #ffffff !important;
}

.white-btn {
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    background: #ffffff !important;
    color: var(--idc-navy-dark) !important;
    border: 2px solid #ffffff !important;
    font-weight: 700 !important;
}

.white-btn:hover {
    background: var(--idc-construction-amber) !important;
    border-color: var(--idc-construction-amber) !important;
    color: #ffffff !important;
}

.btn.hero-btn {
    box-shadow: 8px 8px 0 rgba(12, 35, 64, 0.4) !important;
}
.btn.hero-btn:hover {
    box-shadow: -8px 8px 0 rgba(12, 35, 64, 0.6) !important;
}

/* --- 3. محاذاة الفلوت والشبكة (Utility Floats & Alignment) --- */
.f-left {
    float: right !important;
}
.f-right {
    float: left !important;
}
.float-left {
    float: right !important;
}
.float-right {
    float: left !important;
}
.text-left {
    text-align: right !important;
}
.text-right {
    text-align: left !important;
}

/* Bootstrap Grid Offsets for RTL */
@media (min-width: 576px) {
    .offset-sm-1 { margin-left: 0 !important; margin-right: 8.333333% !important; }
    .offset-sm-2 { margin-left: 0 !important; margin-right: 16.666667% !important; }
    .offset-sm-3 { margin-left: 0 !important; margin-right: 25% !important; }
    .offset-sm-4 { margin-left: 0 !important; margin-right: 33.333333% !important; }
    .offset-sm-5 { margin-left: 0 !important; margin-right: 41.666667% !important; }
    .offset-sm-6 { margin-left: 0 !important; margin-right: 50% !important; }
}
@media (min-width: 768px) {
    .offset-md-1 { margin-left: 0 !important; margin-right: 8.333333% !important; }
    .offset-md-2 { margin-left: 0 !important; margin-right: 16.666667% !important; }
    .offset-md-3 { margin-left: 0 !important; margin-right: 25% !important; }
    .offset-md-4 { margin-left: 0 !important; margin-right: 33.333333% !important; }
    .offset-md-5 { margin-left: 0 !important; margin-right: 41.666667% !important; }
    .offset-md-6 { margin-left: 0 !important; margin-right: 50% !important; }
}
@media (min-width: 992px) {
    .offset-lg-1 { margin-left: 0 !important; margin-right: 8.333333% !important; }
    .offset-lg-2 { margin-left: 0 !important; margin-right: 16.666667% !important; }
    .offset-lg-3 { margin-left: 0 !important; margin-right: 25% !important; }
    .offset-lg-4 { margin-left: 0 !important; margin-right: 33.333333% !important; }
    .offset-lg-5 { margin-left: 0 !important; margin-right: 41.666667% !important; }
    .offset-lg-6 { margin-left: 0 !important; margin-right: 50% !important; }
}
@media (min-width: 1200px) {
    .offset-xl-1 { margin-left: 0 !important; margin-right: 8.333333% !important; }
    .offset-xl-2 { margin-left: 0 !important; margin-right: 16.666667% !important; }
    .offset-xl-3 { margin-left: 0 !important; margin-right: 25% !important; }
    .offset-xl-4 { margin-left: 0 !important; margin-right: 33.333333% !important; }
    .offset-xl-5 { margin-left: 0 !important; margin-right: 41.666667% !important; }
    .offset-xl-6 { margin-left: 0 !important; margin-right: 50% !important; }
}

/* --- 4. الهيدر وشريط الترويسة (Header & Navigation) --- */
.header-area {
    background: rgba(12, 35, 64, 0.95) !important;
}

.header-area .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.header-area .header-top .header-info-left ul li {
    margin-right: 0;
    margin-left: 30px;
    font-size: 13px;
    font-weight: 500;
}
.header-area .header-top .header-info-left ul li:last-child {
    margin-left: 0;
}
.header-area .header-top .header-info-left ul li i {
    margin-right: 0;
    margin-left: 8px;
    color: var(--idc-construction-amber);
}

.header-area .header-top .header-info-right .header-social li a {
    padding-left: 0;
    padding-right: 18px;
}
.header-area .header-top .header-info-right .header-social li a:hover {
    color: var(--idc-construction-amber) !important;
}

.main-header .main-menu {
    margin-right: 0;
    margin-left: 20px;
}

.main-header .main-menu ul li a {
    font-size: 15px;
    font-weight: 600;
}

.main-header .main-menu ul li:hover > a {
    color: var(--idc-construction-amber) !important;
}

.main-header .main-menu ul ul.submenu {
    left: auto;
    right: 0;
    text-align: right;
    border-top: 4px solid var(--idc-construction-amber) !important;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.main-header .main-menu ul ul.submenu > li {
    margin-left: 0;
    margin-right: 0;
}
.main-header .main-menu ul ul.submenu > li > a {
    text-align: right;
    padding: 10px 18px !important;
    font-weight: 600;
}
.main-header .main-menu ul ul.submenu > li > a:hover {
    color: var(--idc-construction-amber) !important;
    background: var(--idc-gray-bg);
}

.header-sticky.sticky-bar.sticky {
    background: var(--idc-navy-dark) !important;
}

/* Mobile Menu Slicknav RTL */
.slicknav_menu .slicknav_icon-bar {
    background-color: var(--idc-construction-amber) !important;
}
.slicknav_nav {
    text-align: right;
}
.slicknav_nav a {
    text-align: right;
    font-family: 'Cairo', sans-serif !important;
}
.slicknav_nav a:hover {
    color: var(--idc-construction-amber) !important;
}
.slicknav_btn {
    float: left !important;
}

/* --- 5. سلايدر البداية والصفحات (Hero Slider & Breadcrumbs) --- */
.slider-area .single-slider {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
}

.slider-area .single-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, rgba(6, 17, 32, 0.92) 0%, rgba(12, 35, 64, 0.85) 45%, rgba(6, 17, 32, 0.72) 100%) !important;
    z-index: 1;
}

.slider-area .single-slider .container {
    position: relative;
    z-index: 5;
}

.slider-area .hero__caption {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 160px !important;
    padding-bottom: 70px !important;
    text-align: right !important;
}

@media (max-width: 991px) {
    .slider-area .hero__caption {
        padding-top: 130px !important;
        padding-bottom: 50px !important;
    }
}

.slider-area .hero__caption .hero-text1 {
    margin-bottom: 22px !important;
    display: inline-block !important;
}

.slider-area .hero__caption .hero-text1 span {
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 22px !important;
    background: rgba(12, 35, 64, 0.75) !important;
    border: 1px solid rgba(230, 126, 34, 0.5) !important;
    border-right: 4px solid var(--idc-construction-amber) !important;
    border-left: none !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: 'Cairo', sans-serif !important;
    letter-spacing: 0 !important;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
    position: relative !important;
}

.slider-area .hero__caption .hero-text1 span::before,
.slider-area .hero__caption .hero-text1 span::after,
.slider-area .hero__caption .hero-text2 span::before,
.slider-area .hero__caption .hero-text2 span::after {
    display: none !important;
    content: none !important;
}

.slider-area .hero__caption h1 {
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    color: #ffffff !important;
    font-size: 52px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: right !important;
    text-transform: none !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 991px) {
    .slider-area .hero__caption h1 {
        font-size: 38px !important;
    }
}

@media (max-width: 576px) {
    .slider-area .hero__caption h1 {
        font-size: 27px !important;
    }
}

/* Hide chaotic overlapping background watermark */
.slider-area .hero__caption .stock-text {
    display: none !important;
}

.slider-area .hero__caption .hero-text2 {
    margin-top: 10px !important;
    margin-bottom: 25px !important;
    display: block !important;
}

.slider-area .hero__caption .hero-text2 a,
.slider-area .hero__caption .hero-text2 {
    color: #e2e8f0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    font-family: 'Cairo', sans-serif !important;
    line-height: 1.6 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
}

.slider-area .hero__caption .hero-text2 a:hover {
    color: var(--idc-construction-amber) !important;
}

.slider-area .hero__caption .hero-text2 span::before {
    display: none !important;
}

.slider-area .hero__caption .hero-btn-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    align-items: center !important;
}

.slider-area .hero__caption .hero-btn {
    font-family: 'Cairo', sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    padding: 13px 30px !important;
    border-radius: 5px !important;
    display: inline-block !important;
    text-transform: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.slider-area .hero__caption a.btn.hero-btn {
    background: var(--idc-construction-amber) !important;
    color: #ffffff !important;
    border: 2px solid var(--idc-construction-amber) !important;
}

.slider-area .hero__caption a.btn.hero-btn:hover {
    background: #0c2340 !important;
    border-color: #0c2340 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.slider-area .hero__caption a.white-btn.hero-btn {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}

.slider-area .hero__caption a.white-btn.hero-btn:hover {
    background: #ffffff !important;
    color: var(--idc-navy-dark) !important;
    transform: translateY(-2px);
}

/* Breadcrumbs in subpages */
.slider-area .hero-cap {
    position: relative;
    z-index: 5;
}

.slider-area .hero-cap h2 {
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    color: #ffffff !important;
    font-size: 45px !important;
    font-weight: 800 !important;
    text-align: right;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.slider-area .hero-cap nav {
    padding-left: 0;
    padding-right: 80px;
}
.slider-area .hero-cap nav::before {
    left: auto;
    right: 0;
    background: var(--idc-construction-amber) !important;
}

.slider-area .hero-cap .breadcrumb a {
    color: #ffffff !important;
    font-family: 'Cairo', sans-serif !important;
}
.slider-area .hero-cap .breadcrumb a:hover {
    color: var(--idc-construction-amber) !important;
}
.slider-area .hero-cap .breadcrumb-item.active {
    color: var(--idc-construction-amber) !important;
}

/* --- 6. عناوين الأقسام (Section Titles) --- */
.section-tittle .front-text h2 {
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    color: var(--idc-navy-dark) !important;
    text-align: right;
}

.section-tittle span.back-text {
    font-family: 'Cairo', sans-serif !important;
    left: auto;
    right: 0;
    text-align: right;
    -webkit-text-stroke: 1px rgba(12, 35, 64, 0.08) !important;
}

.section-tittle.section-tittle4 .front-text h2,
.section-tittle.section-tittle6 .front-text h2 {
    color: #ffffff !important;
}

.small-section-tittle h4 {
    font-family: 'Cairo', sans-serif !important;
    color: var(--idc-construction-amber) !important;
    font-weight: 700;
}

/* --- 7. بطاقات الخدمات (Services Area) --- */
.services-area1 .single-service-cap .service-cap {
    text-align: right;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.services-area1 .single-service-cap:hover .service-cap {
    border-bottom: 3px solid var(--idc-construction-amber);
}

.services-area1 .single-service-cap .service-cap h4 a {
    color: var(--idc-navy-dark);
}
.services-area1 .single-service-cap .service-cap h4 a:hover {
    color: var(--idc-construction-amber);
}

.more-btn {
    text-align: right;
    color: var(--idc-navy);
}
.more-btn i {
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(180deg);
}
.single-service-cap:hover .more-btn i,
.more-btn:hover i {
    background: var(--idc-construction-amber) !important;
    color: #fff !important;
}

/* Service features list */
.service-list-items {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px;
}
.service-list-items li {
    position: relative;
    padding-right: 22px;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--idc-text-muted);
}
.service-list-items li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 2px;
    color: var(--idc-construction-amber);
    font-size: 12px;
}

/* --- 8. قسم من نحن والدعم والأسطول (Support, About & Fleet) --- */
.support-company-area .support-wrapper .left-content {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}

.support-company-area .support-wrapper .left-content .support-caption {
    padding-right: 0;
    padding-left: 40px;
}

.support-company-area .support-wrapper .left-content .support-caption p.pera-top {
    color: var(--idc-navy-dark);
    font-size: 18px;
    line-height: 1.8;
}

.support-company-area .support-wrapper .right-content .support-img-cap {
    background: var(--idc-navy) !important;
    right: 0;
    left: auto;
    border-radius: 6px;
    border-right: 5px solid var(--idc-construction-amber);
}

.support-company-area .support-wrapper .right-content .support-img-cap span {
    font-family: 'Cairo', sans-serif !important;
}

/* Fleet Badge / Equipment Table */
.fleet-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fleet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(12, 35, 64, 0.12);
    border-color: var(--idc-construction-amber);
}
.fleet-card .fleet-number {
    font-size: 38px;
    font-weight: 800;
    color: var(--idc-construction-amber);
    line-height: 1;
}
.fleet-card h5 {
    font-size: 18px;
    color: var(--idc-navy-dark);
    margin-top: 10px;
}

/* Values Grid */
.value-box {
    background: var(--idc-gray-bg);
    border-radius: 8px;
    padding: 25px 20px;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}
.value-box:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(12, 35, 64, 0.08);
    border-color: var(--idc-construction-amber);
    transform: translateY(-4px);
}
.value-box .value-icon {
    font-size: 32px;
    color: var(--idc-navy);
    margin-bottom: 15px;
}
.value-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--idc-navy-dark);
    margin-bottom: 8px;
}

/* --- 9. قسم العدادات والإحصائيات (Counter & Numbers) --- */
.count-area {
    background: var(--idc-navy-dark) !important;
    margin-top: 0 !important;
    padding: 70px 0 !important;
    position: relative !important;
    z-index: 10 !important;
    clear: both !important;
}
.count-area .count-clients .single-counter .count-number span {
    color: var(--idc-construction-amber) !important;
    font-family: 'Cairo', sans-serif !important;
}
.count-area .count-clients .single-counter .count-text {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
}
.count-area .count-clients .single-counter .count-text p {
    color: #cbd5e1 !important;
}
.count-area .count-clients .single-counter .count-text h5 {
    color: #ffffff !important;
}

/* Logo Sizing & Responsive Placement */
.logo img,
.main-header .logo img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.header-sticky.sticky-bar.sticky .logo img {
    max-height: 55px;
}

.footer-logo img {
    max-height: 85px;
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
}

.project-area {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
    position: relative !important;
    clear: both !important;
}

/* --- Phone Numbers & International Formatting in RTL --- */
.phone-number, 
.phone-ltr,
.tel-link,
a[href^="tel:"],
a[href^="tel:"] span {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    display: inline-block !important;
    text-align: left !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.header-area .header-top .header-info-left ul li a[href^="tel:"] {
    display: inline-flex !important;
    align-items: center;
    direction: ltr !important;
    unicode-bidi: isolate !important;
}
.header-area .header-top .header-info-left ul li a[href^="tel:"] i {
    margin-right: 6px;
    margin-left: 0;
}

.contact-info .media-body h3 a,
.footer-area .footer-tittle ul li a[href^="tel:"] {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    display: inline-block !important;
}

/* --- 10. تبويبات المشاريع وتجاوب الفلاتر (Project Tabs & Responsive Filter) --- */
.properties__button {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
.properties__button .nav-tabs {
    border-bottom: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px;
    margin: 0 auto;
    padding: 0;
}
.properties__button .nav-tabs .nav-item {
    margin: 4px;
}
.properties__button .nav-tabs .nav-link {
    font-family: 'Cairo', sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    color: var(--idc-navy-dark) !important;
    border-radius: 30px !important;
    padding: 10px 24px !important;
    border: 1px solid #dbe2ea !important;
    background: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    display: inline-block;
}
.properties__button .nav-tabs .nav-link.active,
.properties__button .nav-tabs .nav-link:hover {
    background: var(--idc-construction-amber) !important;
    color: #ffffff !important;
    border-color: var(--idc-construction-amber) !important;
    box-shadow: 0 4px 14px rgba(230, 126, 34, 0.35);
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .properties__button .nav-tabs {
        gap: 6px;
    }
    .properties__button .nav-tabs .nav-item {
        margin: 2px;
    }
    .properties__button .nav-tabs .nav-link {
        font-size: 13px !important;
        padding: 8px 14px !important;
        white-space: normal;
        text-align: center;
    }
}

/* Single Project Card & Uniform Aspect Ratio */
.project-caption .single-project,
.about-area .project-caption .single-project,
.contact-section .project-caption .single-project,
.single-project {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    background: #ffffff !important;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    margin-bottom: 30px;
}

.project-caption .single-project:hover,
.about-area .project-caption .single-project:hover,
.contact-section .project-caption .single-project:hover,
.single-project:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(12, 35, 64, 0.16);
    border-color: var(--idc-construction-amber);
}

.project-caption .single-project .project-img,
.about-area .project-caption .single-project .project-img,
.contact-section .project-caption .single-project .project-img,
.single-project .project-img {
    position: relative;
    overflow: hidden;
    height: 250px;
    background-color: var(--idc-navy-dark);
}

.project-caption .single-project .project-img img,
.about-area .project-caption .single-project .project-img img,
.contact-section .project-caption .single-project .project-img img,
.single-project .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.project-caption .single-project:hover .project-img img,
.about-area .project-caption .single-project:hover .project-img img,
.contact-section .project-caption .single-project:hover .project-img img,
.single-project:hover .project-img img {
    transform: scale(1.08);
}

.project-caption .single-project .project-cap,
.about-area .project-caption .single-project .project-cap,
.contact-section .project-caption .single-project .project-cap,
.single-project .project-cap {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    background: #ffffff !important;
    padding: 22px 20px 20px !important;
    text-align: right !important;
    transition: all 0.3s ease;
    border-top: 1px solid #edf2f7;
}

.project-caption .single-project:hover .project-cap,
.about-area .project-caption .single-project:hover .project-cap,
.contact-section .project-caption .single-project:hover .project-cap,
.single-project:hover .project-cap {
    background: #ffffff !important;
}

.project-caption .single-project .project-cap h4,
.about-area .project-caption .single-project .project-cap h4,
.contact-section .project-caption .single-project .project-cap h4,
.single-project .project-cap h4 {
    margin: 0 0 8px 0 !important;
    line-height: 1.4 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

.project-caption .single-project .project-cap h4 a,
.about-area .project-caption .single-project .project-cap h4 a,
.contact-section .project-caption .single-project .project-cap h4 a,
.single-project .project-cap h4 a {
    color: #0c2340 !important;
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    display: block;
    transition: color 0.3s ease;
}

.project-caption .single-project .project-cap h4 a:hover,
.about-area .project-caption .single-project .project-cap h4 a:hover,
.contact-section .project-caption .single-project .project-cap h4 a:hover,
.single-project .project-cap h4 a:hover,
.project-caption .single-project:hover .project-cap h4 a,
.about-area .project-caption .single-project:hover .project-cap h4 a,
.contact-section .project-caption .single-project:hover .project-cap h4 a,
.single-project:hover .project-cap h4 a {
    color: var(--idc-construction-amber) !important;
}

.project-caption .single-project .project-cap p,
.about-area .project-caption .single-project .project-cap p,
.contact-section .project-caption .single-project .project-cap p,
.single-project .project-cap p {
    color: #4a5568 !important;
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
}

.plus-btn,
.project-caption .single-project .plus-btn,
.about-area .project-caption .single-project .plus-btn,
.contact-section .project-caption .single-project .plus-btn,
.single-project .plus-btn,
.single-project .project-cap .plus-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* --- 11. قسم آراء العملاء ورسالة الشركة (Testimonials & Quotes) --- */
.testimonial-area {
    background-color: #f8fafc !important;
    padding: 100px 0 !important;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.single-testimonial {
    background: #ffffff !important;
    padding: 40px 45px !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 8px 24px rgba(12, 35, 64, 0.06) !important;
}

.testimonial-caption {
    text-align: right !important;
}

.testimonial-caption .testimonial-top-cap p {
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    font-size: 20px !important;
    line-height: 2 !important;
    color: #0c2340 !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
    text-align: right !important;
}

.testimonial-caption .testimonial-founder {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.testimonial-caption .testimonial-founder .founder-text,
.testimonial-founder .founder-text {
    padding-left: 0 !important;
    padding-right: 20px !important;
    border-left: none !important;
    border-right: 4px solid var(--idc-construction-amber) !important;
    text-align: right !important;
}

.testimonial-caption .testimonial-founder .founder-text span,
.testimonial-founder .founder-text span {
    color: #0c2340 !important;
    font-family: 'Cairo', sans-serif !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    display: block !important;
    margin-bottom: 3px !important;
}

.testimonial-caption .testimonial-founder .founder-text p,
.testimonial-founder .founder-text p {
    color: #4a5568 !important;
    font-family: 'Cairo', sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.h1-testimonial-active button.slick-arrow {
    background: var(--idc-navy) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
}

.h1-testimonial-active button.slick-arrow:hover {
    background: var(--idc-construction-amber) !important;
}

/* --- 12. قسم الأخبار والمدونة (Latest News & Blog) --- */
.latest-news-area .single-news {
    background: var(--idc-navy) !important;
    border-radius: 6px;
    overflow: hidden;
}
.latest-news-area .single-news .news-caption {
    text-align: right;
}
.latest-news-area .single-news .news-caption .news-date span {
    background: var(--idc-construction-amber) !important;
    color: #ffffff !important;
    font-family: 'Cairo', sans-serif !important;
}
.latest-news-area .single-news .news-caption h4 a {
    color: #ffffff !important;
    font-weight: 700;
}
.latest-news-area .single-news .news-caption h4 a:hover {
    color: var(--idc-construction-amber) !important;
}

/* Blog Sidebar */
.blog_right_sidebar {
    text-align: right;
}
.blog_right_sidebar .widget_title {
    font-family: 'Cairo', sans-serif !important;
    color: var(--idc-navy-dark);
    border-bottom: 2px solid var(--idc-construction-amber) !important;
    padding-bottom: 12px;
}
.blog_right_sidebar .search_widget .button {
    background: var(--idc-construction-amber) !important;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
    text-align: right;
    display: flex;
    justify-content: space-between;
}
.blog_right_sidebar .tagcloud a:hover {
    background: var(--idc-construction-amber) !important;
    color: #ffffff !important;
}

/* --- 13. التذييل (Footer Area) --- */
.footer-area {
    background-color: var(--idc-dark-bg) !important;
}

.footer-area .footer-tittle h4 {
    color: #ffffff !important;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.footer-area .footer-tittle h4::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: var(--idc-construction-amber);
}

.footer-area .footer-pera p {
    color: #94a3b8 !important;
    line-height: 1.8;
}

.footer-area .footer-tittle ul li {
    text-align: right;
    margin-bottom: 14px;
}
.footer-area .footer-tittle ul li a {
    color: #cbd5e1 !important;
    font-size: 14px;
    transition: all 0.3s ease;
}
.footer-area .footer-tittle ul li a:hover {
    color: var(--idc-construction-amber) !important;
    padding-right: 6px;
}
.footer-area .footer-tittle ul li i {
    color: var(--idc-construction-amber);
}

.footer-form button.newsletter-submit {
    background: var(--idc-construction-amber) !important;
}

.footer-bottom-area {
    background-color: #061120 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-bottom-area .footer-copy-right p {
    color: #94a3b8;
    text-align: right;
}
.footer-bottom-area .footer-social a {
    color: #94a3b8;
    margin-right: 15px;
    margin-left: 0;
}
.footer-bottom-area .footer-social a:hover {
    color: var(--idc-construction-amber) !important;
}

/* Official Badges in Footer */
.footer-badge-box {
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #cbd5e1;
}
.footer-badge-box strong {
    color: var(--idc-construction-amber);
}

/* --- 14. صفحة التواصل والخرائط (Contact Page) --- */
.contact-info {
    text-align: right;
}
.contact-info .contact-info__icon i {
    color: var(--idc-construction-amber) !important;
    font-size: 26px;
}
.contact-info .media-body {
    padding-right: 20px;
    padding-left: 0;
}
.contact-info .media-body h3 {
    color: var(--idc-navy-dark);
}
.form-contact .form-control {
    text-align: right;
    border-radius: 4px;
}
.form-contact .form-control:focus {
    border-color: var(--idc-navy) !important;
}

/* ScrollUp button */
#scrollUp {
    background: var(--idc-construction-amber) !important;
    right: auto !important;
    left: 31px !important;
}
#scrollUp:hover {
    background: var(--idc-navy) !important;
}

/* Nice Select in RTL */
.nice-select {
    text-align: right !important;
    padding-right: 18px !important;
    padding-left: 30px !important;
}
.nice-select:after {
    right: auto !important;
    left: 12px !important;
}
.nice-select .list {
    right: 0 !important;
    left: auto !important;
    text-align: right !important;
}

/* Progress Bars & Tables */
.progress-table .table-head,
.progress-table .table-row {
    text-align: right;
}
.progress-table .percentage .progress .progress-bar {
    background: var(--idc-construction-amber) !important;
}

/* --- 15. زر واتساب العائم ثلاثي الأبعاد (Fixed 3D WhatsApp Button) --- */
.whatsapp-3d-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    outline: none !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.whatsapp-3d-btn .whatsapp-3d-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(145deg, #2fe577, #1eb85a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 36px;
    position: relative;
    z-index: 2;
    /* 3D Depth & Shadow */
    box-shadow: 
        0 10px 25px rgba(30, 184, 90, 0.5),
        0 4px 8px rgba(0, 0, 0, 0.15),
        inset 0 3px 4px rgba(255, 255, 255, 0.6),
        inset 0 -4px 6px rgba(0, 0, 0, 0.22);
    border: 2px solid rgba(255, 255, 255, 0.4);
    transform: perspective(600px) translateZ(0);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wa-float 3s ease-in-out infinite, wa-wiggle 6s ease-in-out infinite 2s;
}

.whatsapp-3d-btn .whatsapp-3d-icon i {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

/* 3D Hover Effect */
.whatsapp-3d-btn:hover .whatsapp-3d-icon {
    transform: perspective(600px) scale(1.12) rotate(-8deg) translateZ(10px);
    background: linear-gradient(145deg, #38f080, #179e4d);
    box-shadow: 
        0 16px 35px rgba(30, 184, 90, 0.65),
        0 6px 12px rgba(0, 0, 0, 0.2),
        inset 0 4px 6px rgba(255, 255, 255, 0.7),
        inset 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.whatsapp-3d-btn:hover .whatsapp-3d-icon i {
    transform: scale(1.1);
}

.whatsapp-3d-btn:active .whatsapp-3d-icon {
    transform: perspective(600px) scale(0.95) translateZ(-5px);
    box-shadow: 
        0 4px 10px rgba(30, 184, 90, 0.4),
        inset 0 2px 3px rgba(0, 0, 0, 0.3);
}

/* 3D Floating Animations */
@keyframes wa-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes wa-wiggle {
    0%, 85%, 100% {
        transform: rotate(0deg);
    }
    88% {
        transform: rotate(-12deg);
    }
    91% {
        transform: rotate(10deg);
    }
    94% {
        transform: rotate(-8deg);
    }
    97% {
        transform: rotate(6deg);
    }
}

/* Ripple Pulse Waves */
.whatsapp-3d-btn .whatsapp-pulse-ring {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.5);
    z-index: 1;
    animation: wa-pulse-wave 2.2s infinite;
    pointer-events: none;
}

.whatsapp-3d-btn .whatsapp-pulse-ring.ring-2 {
    animation-delay: 1.1s;
}

@keyframes wa-pulse-wave {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}

/* 3D Tooltip Label */
.whatsapp-3d-tooltip {
    position: absolute;
    right: 76px;
    background: #ffffff;
    color: #0c2340;
    font-family: 'Cairo', 'Tajawal', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    padding: 9px 16px;
    border-radius: 25px;
    white-space: nowrap;
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.15),
        0 2px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.96;
    transform: translateX(0);
    transition: all 0.3s ease;
    pointer-events: auto;
}

.whatsapp-3d-tooltip::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
}

.whatsapp-3d-btn:hover .whatsapp-3d-tooltip {
    opacity: 1;
    transform: translateX(-4px);
    box-shadow: 0 10px 28px rgba(12, 35, 64, 0.2);
    border-color: #25D366;
}

.whatsapp-online-dot {
    width: 9px;
    height: 9px;
    background: #25D366;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.3);
    animation: wa-dot-blink 1.5s infinite;
}

@keyframes wa-dot-blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

/* Mobile responsive adjustments */
@media (max-width: 576px) {
    .whatsapp-3d-btn {
        bottom: 20px;
        right: 20px;
    }
    .whatsapp-3d-btn .whatsapp-3d-icon {
        width: 54px;
        height: 54px;
        font-size: 30px;
    }
    .whatsapp-3d-tooltip {
        display: none;
    }
}

/* --- 16. شاشة التحميل (Preloader) --- */
.preloader {
    background-color: #071b30 !important;
}

.preloader .preloader-circle {
    background-color: #0c2340 !important;
    border-top-color: var(--idc-construction-amber) !important;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.45) !important;
    width: 120px !important;
    height: 120px !important;
}

.preloader .preloader-img {
    padding-top: 0 !important;
}

.preloader .preloader-img img {
    max-width: 75px !important;
    max-height: 75px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3)) !important;
}


