﻿/*
MOIF overrides for Wikin template
- Color palette (Blue & Gold) from README.md
- Arabic font (Tajawal)
*/

@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap");

:root {
    --moif-blue-dark: #0D1B3E;
    --moif-blue: #1A2B4A;
    --moif-gold: #C9A227;
    --moif-gold-bright: #F4D03F;
    --moif-white: #FFFFFF;
}

html {
    scroll-behavior: smooth;
}

/* Global typography (force Tajawal across template) */
html, body,
button, input, textarea, select,
.navbar-area, .top-header,
.section-title, .footer-area {
    font-family: "Tajawal", "Open Sans", sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Tajawal", "Barlow", sans-serif !important;
    color: var(--moif-blue-dark);
    font-weight: bold;
}

/* Logo sizing (desktop + mobile) */
.navbar-area .navbar-brand img,
.navbar-area .mobile-responsive-nav .logo img {
    height: 80px !important; /* Much larger for desktop */
    width: auto !important;
    max-width: 100% !important;
    max-height: 80px !important;
    object-fit: contain;
    padding: 5px 0; /* Add some padding */
}

/* Adjust navbar to accommodate larger logo */
.navbar-area .navbar-brand,
.navbar-area .mobile-responsive-nav .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 991px) {
    .navbar-area .navbar-brand img,
    .navbar-area .mobile-responsive-nav .logo img {
        height: 60px !important; /* Larger for mobile */
        max-height: 60px !important;
    }

    /* Ensure mobile menu has enough space */
    .mobile-responsive-menu {
        min-height: 70px;
    }
}

/* For extra large screens */
@media (min-width: 1400px) {
    .navbar-area .navbar-brand img,
    .navbar-area .mobile-responsive-nav .logo img {
        height: 90px !important;
        max-height: 90px !important;
    }
}

a:hover {
    color: var(--moif-gold);
}

/* Header / Nav */
.header-area .top-header {
    background-color: var(--moif-blue-dark);
}

    .header-area .top-header a,
    .header-area .top-header .languages-switcher,
    .header-area .top-header select {
        color: var(--moif-white);
    }

.header-area .navbar-area {
    background-color: var(--moif-white);
    border-bottom: 1px solid rgba(13, 27, 62, 0.12);
}

.navbar-area .navbar-nav .nav-link {
    color: var(--moif-blue-dark) !important;
    font-weight: 700;
}

    .navbar-area .navbar-nav .nav-link:hover,
    .navbar-area .navbar-nav .nav-link.active {
        color: var(--moif-gold) !important;
    }

/* Dropdowns (reduce visual clutter + multi-column) */
.navbar-area .dropdown-menu {
    border: 1px solid rgba(13, 27, 62, 0.12) !important;
    box-shadow: 0 16px 40px rgba(13, 27, 62, 0.12) !important;
    border-radius: 12px !important;
    padding: 10px !important;
    min-width: 280px;
}

    .navbar-area .dropdown-menu .nav-link {
        padding: 10px 12px !important;
        border-radius: 10px;
        font-weight: 600;
    }

        .navbar-area .dropdown-menu .nav-link:hover {
            background: rgba(201, 162, 39, 0.12) !important;
            color: var(--moif-blue-dark) !important;
        }

.navbar-area .dropdown-menu-columns-2 {
    width: min(720px, calc(100vw - 60px));
    columns: 2;
    column-gap: 12px;
}

    .navbar-area .dropdown-menu-columns-2 > li {
        break-inside: avoid;
    }

/* Navbar CTA button */
.navbar-area .nav-cta {
    padding: 10px 14px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    white-space: nowrap;
}

.navbar-area .others-options ul {
    gap: 10px;
}

    .navbar-area .others-options ul li {
        display: flex;
        align-items: center;
    }

/* Proto page: numbered journey badges */
.moif-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: var(--moif-gold);
    color: var(--moif-blue-dark);
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 18px;
}

/* Investor journey (IndexProto): improve contrast + fix step badge layout in RTL */
/*.discover-area.discover-area-style-two .section-title h2,
.discover-area.discover-area-style-two .section-title.green-title h2 {
    color: var(--moif-white) !important;
}

.discover-area.discover-area-style-two .section-title p,
.discover-area.discover-area-style-two .section-title.green-title p {
    color: rgba(255, 255, 255, 0.92) !important;
}*/
/* Override template rule `.single-services-box span { font-size: 70px; display:block; }` */
/*.discover-area.discover-area-style-two .single-services-box .moif-step-number {
    display: inline-flex !important;
    font-size: 18px !important;
    line-height: 1 !important;
    width: 44px;
    height: 44px;
    margin: 0 0 14px 0 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}*/

/* Make journey boxes visually symmetric without breaking Bootstrap grid */
/*#journey.discover-area.discover-area-style-two .single-services-box {
    display: flex;
    flex-direction: column;
}

    #journey.discover-area.discover-area-style-two .single-services-box .read-more {
        margin-top: auto;
    }*/
/* Use a min-height so cards align even with longer Arabic text */
/*@media (min-width: 768px) {
    #journey.discover-area.discover-area-style-two .single-services-box {
        min-height: 260px;
    }
}

@media (min-width: 992px) {
    #journey.discover-area.discover-area-style-two .single-services-box {
        min-height: 280px;
    }
}*/

/* Odometer counters in RTL pages
   Force LTR inside the counter to prevent digit overlap/reordering. */
/*.counter-area .count-title h2 {
    direction: ltr;
    unicode-bidi: bidi-override;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}

    .counter-area .count-title h2 .odometer {
        display: inline-block;
        direction: ltr;
        unicode-bidi: isolate;
        font-variant-numeric: tabular-nums;
        letter-spacing: 0;
    }

    .counter-area .count-title h2 .target {
        direction: ltr;
        unicode-bidi: isolate;
    }*/
.counter-area .counter-bg {
    background-color: var(--moif-blue-dark) !important;
}

.navbar-area .others-options .call {
    color: var(--moif-blue-dark) !important;
}

    .navbar-area .others-options .call:hover {
        color: var(--moif-gold) !important;
    }

/* Navbar icons/search overlay (keep readable on white header) */
.navbar-area .others-options .option-item i {
    color: var(--moif-blue-dark) !important;
}

    .navbar-area .others-options .option-item i:hover {
        color: var(--moif-gold) !important;
    }

.navbar-area .search-overlay.search-popup .search-form .search-input {
    border-color: rgba(13, 27, 62, 0.2);
}

/* Mobile navbar background */
.mobile-responsive-nav {
    background-color: var(--moif-white) !important;
}

.mean-container a.meanmenu-reveal {
    color: var(--moif-blue-dark) !important;
}

    .mean-container a.meanmenu-reveal span {
        background: var(--moif-blue-dark) !important;
    }

.mean-container .mean-nav ul li a {
    color: var(--moif-blue-dark) !important;
}

    .mean-container .mean-nav ul li a:hover {
        color: var(--moif-gold) !important;
    }

/* Index-3 banner: make video behave like the template image */
/* Index-3 banner: background video + circle image */
/*.banner-area.banner-area-style-three {
    position: relative;
    overflow: hidden;
}

    .banner-area.banner-area-style-three .moif-hero-bg-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        opacity: 0.55;
    }

    .banner-area.banner-area-style-three .moif-hero-bg-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(13, 27, 62, 0.92), rgba(26, 43, 74, 0.75));
        z-index: 1;
    }

    .banner-area.banner-area-style-three .d-table,
    .banner-area.banner-area-style-three .d-table-cell,
    .banner-area.banner-area-style-three .container-fluid {
        position: relative;
        z-index: 2;
    }

    .banner-area.banner-area-style-three .banner-content,
    .banner-area.banner-area-style-three .banner-content h1,
    .banner-area.banner-area-style-three .banner-content p {
        color: var(--moif-white) !important;
    }

        .banner-area.banner-area-style-three .banner-content .top-title {
            color: var(--moif-gold) !important;
        }

   
.banner-area.banner-area-style-three .banner-img .moif-hero-circle-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 6px solid rgba(201, 162, 39, 0.55);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}*/
/* Modifications for Banner Area Slider */

/* Banner Area Style Three - Slider Support */
.banner-area.banner-area-style-three {
    /*    background-image: url(../../assets/images/banner/banner-bg.jpg);
*/ background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; /* Changed from 100% to 100vh for full viewport height */
    overflow: hidden;
    padding-top: 0; /* Remove padding for slider */
    padding-bottom: 0; /* Remove padding for slider */
    position: relative;
}

    .banner-area.banner-area-style-three::before {
        background-image: none;
        clip-path: none;
        background-color: #3a3650;
        opacity: 0.9;
    }

    /* Hero Slider for Banner Area */
    .banner-area.banner-area-style-three .hero-slider {
        height: 100%;
    }

    .banner-area.banner-area-style-three .hero-slider-item {
        height: 100vh;
        background-image: none;
        background-color: transparent;
    }

    /* Slider Container */
    .banner-area.banner-area-style-three .container-fluid {
        max-width: 100%;
        padding-right: 0;
        height: 100%;
    }

    .banner-area.banner-area-style-three .d-table {
        height: 100%;
    }

    /* Banner Content in Slider */
    .banner-area.banner-area-style-three .banner-content {
        padding-left: 15px;
    }

        .banner-area.banner-area-style-three .banner-content span {
            color: #00aa55;
        }

        .banner-area.banner-area-style-three .banner-content h1 {
            margin-bottom: 30px;
            color: #ffffff;
        }

        .banner-area.banner-area-style-three .banner-content p {
            color: #ffffff;
        }

        .banner-area.banner-area-style-three .banner-content .default-btn {
            background-color: #00aa55;
            color: #ffffff;
        }

            .banner-area.banner-area-style-three .banner-content .default-btn:hover {
                background-color: #ffffff;
                color: #00aa55;
            }

    /* Banner Image in Slider */
    .banner-area.banner-area-style-three .banner-img {
        margin-top: 30px;
        margin-right: -150px;
        margin-bottom: -150px;
    }

        .banner-area.banner-area-style-three .banner-img img {
            border-radius: 50%;
        }

        .banner-area.banner-area-style-three .banner-img .banner-shape-3 {
            position: absolute;
            top: -25px;
            left: -35px;
        }

            .banner-area.banner-area-style-three .banner-img .banner-shape-3 img {
                border-radius: 0;
            }

    .banner-area.banner-area-style-three .pr-0 {
        padding-right: 0;
    }

    /* Slider Shape */
    .banner-area.banner-area-style-three .slider-shape {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        z-index: -1;
        animation: moveBounce 5s linear infinite;
    }

        .banner-area.banner-area-style-three .slider-shape img {
            width: auto;
            margin: auto;
        }

    /* Slider Navigation Thumbs */
    .banner-area.banner-area-style-three .thumbs-wrap {
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 1;
        transform: translateY(-50%);
    }

        .banner-area.banner-area-style-three .thumbs-wrap .owl-thumbs .owl-thumb-item {
            padding: 15px 0;
        }

            .banner-area.banner-area-style-three .thumbs-wrap .owl-thumbs .owl-thumb-item span {
                font-family: "Barlow", sans-serif;
                font-weight: 600;
                font-size: 18px;
                color: #ffffff;
                transition: all ease 0.5s;
                cursor: pointer;
                position: relative;
                display: block;
                line-height: 1.3;
            }

                .banner-area.banner-area-style-three .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
                    content: "";
                    position: absolute;
                    top: 10px;
                    right: -20px;
                    width: 15px;
                    height: 2px;
                    background-color: #ffffff;
                    transition: all ease 0.5s;
                }

                .banner-area.banner-area-style-three .thumbs-wrap .owl-thumbs .owl-thumb-item span::after {
                    content: "";
                    position: absolute;
                    top: 9px;
                    right: -10px;
                    width: 5px;
                    height: 5px;
                    background-color: #ffffff;
                    transition: all ease 0.5s;
                    border-radius: 50%;
                }

            .banner-area.banner-area-style-three .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
                color: #C9A227 !important;
            }

                .banner-area.banner-area-style-three .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
                    background-color: #C9A227 !important;
                }

                .banner-area.banner-area-style-three .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::after {
                    background-color: #C9A227 !important;
                }

            .banner-area.banner-area-style-three .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
                color: #C9A227 !important;
            }

                .banner-area.banner-area-style-three .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
                    background-color: #C9A227 !important;
                }

                .banner-area.banner-area-style-three .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::after {
                    background-color: #C9A227 !important;
                }

    /* Owl Carousel specific styles */
    .banner-area.banner-area-style-three .owl-carousel .owl-stage-outer {
        height: 100%;
    }

    .banner-area.banner-area-style-three .owl-carousel .owl-stage {
        height: 100%;
    }

    .banner-area.banner-area-style-three .owl-carousel .owl-item {
        height: 100%;
    }

    /* Top title styling for banner slider */
    .banner-area.banner-area-style-three .banner-content .top-title {
        background-color: #d4f1e1;
        color: #00aa55;
        display: inline-block;
        margin-bottom: 15px;
        font-size: 16px;
        padding: 5px 20px;
        border-radius: 50px;
    }

/* Responsive adjustments */
@media only screen and (max-width: 991px) {
    .banner-area.banner-area-style-three .banner-img {
        margin-right: 0;
        margin-bottom: 0;
        text-align: center;
        margin-top: 50px;
    }

    .banner-area.banner-area-style-three .thumbs-wrap {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.banner-area-style-three .hero-slider-item {
        height: auto;
        min-height: 100vh;
        padding: 50px 0;
    }

    .banner-area.banner-area-style-three .banner-content h1 {
        font-size: 36px;
    }
}

.banner-area.banner-area-style-three .banner-content span {
    color: white !important;
}

.banner-content p {
    color: white !important;
}
/* Minister image sizing (avoid oversized portrait) */
/*.counselor-area .counselor-img img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 16px;
}*/
/*
@media (max-width: 991px) {
    .counselor-area .counselor-img img {
        max-height: 320px;
    }
}*/

/* Section headings */
.section-title .top-title,
.who-we-are-content .top-title {
    color: var(--moif-gold);
}

.green-title h2 {
    color: var(--moif-blue-dark);
}

/* Buttons */
.default-btn {
    background-color: var(--moif-gold) !important;
    color: var(--moif-blue-dark) !important;
    font-weight: 700;
}

    .default-btn:hover {
        background-color: var(--moif-gold-bright) !important;
        color: var(--moif-blue-dark) !important;
        transform: translateY(-3px);
    }

    .default-btn.btn-two {
        background-color: transparent !important;
        color: var(--moif-white) !important;
        border: 2px solid var(--moif-white) !important;
    }

        .default-btn.btn-two:hover {
            background-color: rgba(201, 162, 39, 0.15) !important;
            border-color: var(--moif-gold) !important;
            color: var(--moif-white) !important;
        }

/* Counters */
.single-counter .count-title h2 {
    color: var(--moif-gold-bright) !important;
}

.single-counter .count-title h4 {
    color: var(--moif-white) !important;
}

/* Footer */
.footer-area {
    background-color: var(--moif-blue-dark);
}
    /*.footer-area, .footer-area p, .footer-area a, .footer-area h3 {
  color: var(--moif-white);
}*/
    .footer-area a:hover {
        color: var(--moif-gold);
    }

.copy-right-area {
    background-color: var(--moif-blue);
}

    .copy-right-area p,
    .copy-right-area a {
        color: var(--moif-white);
    }
/* Reports Section Styling */
.reports-area {
    padding: 100px 0 70px;
    position: relative;
}

.reports-tabs-wrapper {
    margin-top: 50px;
}

/* Tabs List (Right side RTL) */
.reports-tabs-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-right: 4px solid #c9a227;
}

.report-tab-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 16px;
    background: transparent;
    border: none;
    border-right: 3px solid transparent;
    cursor: pointer;
    text-align: right;
    direction: rtl;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    border-radius: 4px;
}

    .report-tab-btn i {
        font-size: 18px;
        color: #0d1b3e;
    }

    .report-tab-btn:hover {
        background: #e8e8e8;
        color: #0d1b3e;
    }

    .report-tab-btn.active {
        background: #ffffff;
        color: #0d1b3e;
        border-right-color: #c9a227;
        box-shadow: 0 2px 8px rgba(201, 162, 39, 0.15);
    }

        .report-tab-btn.active i {
            color: #c9a227;
        }

/* Tab Content */
.report-tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .report-tab-content.active {
        display: block;
        opacity: 1;
    }

.report-content-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    border-top: 3px solid #c9a227;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

    .report-content-box h3 {
        font-size: 24px;
        color: #0d1b3e;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .report-content-box p {
        color: #666;
        line-height: 1.8;
        margin-bottom: 25px;
        font-size: 15px;
    }

/* Stats Grid */
.report-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.stat-card {
    background: linear-gradient(135deg, #0d1b3e 0%, #1a2b5e 100%);
    padding: 25px 20px;
    border-radius: 8px;
    text-align: center;
    color: #ffffff;
    transition: transform 0.3s ease;
}

    .stat-card:hover {
        transform: translateY(-5px);
    }

    .stat-card h4 {
        font-size: 28px;
        font-weight: 700;
        color: #c9a227;
        margin-bottom: 8px;
    }

    .stat-card p {
        font-size: 13px;
        color: #e8e8e8;
        margin: 0;
    }

/* Sectors List */
.report-sectors-list {
    margin: 30px 0;
}

.sector-item {
    margin-bottom: 25px;
}

.sector-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .sector-header h4 {
        font-size: 15px;
        font-weight: 600;
        color: #0d1b3e;
        margin: 0;
    }

.sector-percentage {
    font-weight: 700;
    color: #c9a227;
    font-size: 16px;
}

.sector-bar {
    width: 100%;
    height: 10px;
    background: #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
}

.sector-progress {
    height: 100%;
    background: linear-gradient(90deg, #0d1b3e 0%, #c9a227 100%);
    border-radius: 5px;
    transition: width 0.5s ease;
}

/* Countries List */
.report-countries-list {
    margin: 30px 0;
}

.country-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fa;
    border-right: 4px solid #c9a227;
    border-radius: 4px;
    margin-bottom: 12px;
    text-align: right;
}

    .country-item h4 {
        font-size: 15px;
        font-weight: 600;
        color: #0d1b3e;
        margin: 0;
    }

.country-value {
    font-size: 18px;
    font-weight: 700;
    color: #c9a227;
    margin: 0;
}

/* Trends Insights */
.trends-insights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.insight-item {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border-top: 3px solid #c9a227;
    text-align: right;
}

.insight-icon {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.insight-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0d1b3e;
    margin: 0 0 10px 0;
}

.insight-item p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Read More Link */
.read-more {
    color: #c9a227;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

    .read-more:hover {
        gap: 12px;
    }

    .read-more i {
        font-size: 16px;
    }

/* Responsive */
@media (max-width: 992px) {
    .reports-tabs-wrapper .row {
        flex-direction: column-reverse;
    }

    .reports-tabs-list {
        margin-top: 30px;
        flex-direction: row;
        overflow-x: auto;
        gap: 10px;
        padding: 15px;
    }

    .report-tab-btn {
        flex-shrink: 0;
        min-width: 150px;
        padding: 12px 15px;
        border-right: none;
        border-bottom: 3px solid transparent;
        border-radius: 0;
    }

        .report-tab-btn.active {
            border-right: none;
            border-bottom-color: #c9a227;
        }

    .report-content-box {
        padding: 30px;
    }

    .report-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reports-area {
        padding: 70px 0 50px;
    }

    .report-tab-btn span {
        display: none;
    }

    .report-tab-btn {
        min-width: 50px;
        padding: 12px;
        justify-content: center;
    }

    .report-content-box {
        padding: 20px;
    }

        .report-content-box h3 {
            font-size: 18px;
        }

    .stat-card h4 {
        font-size: 22px;
    }

    .trends-insights {
        grid-template-columns: 1fr;
    }

    .report-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   FDI REPORT SECTION - Regular Content Section
   ============================================ */

.fdi-report-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    position: relative;
}

.fdi-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ============================================
   HEADER
   ============================================ */

.fdi-section-header {
    margin-bottom: 50px;
    max-width: 800px;
}

.fdi-title {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    color: #0d1b3e;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.fdi-subtitle {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    font-weight: 500;
}

/* ============================================
   STATS BOX
   ============================================ */

.fdi-stats-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    background: white;
    border: 1px solid rgba(13, 27, 62, 0.08);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    max-width: 950px;
    width: 100%;
}

.stat-item {
    flex: 1;
    min-width: 180px;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-value {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #c9a227;
    margin-bottom: 8px;
    font-family: 'Courier New', monospace;
    letter-spacing: -1px;
}

.stat-label {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    font-weight: 500;
}

.stat-divider {
    width: 1px;
    height: 70px;
    background: rgba(13, 27, 62, 0.1);
}

/* ============================================
   MESSAGE BOX
   ============================================ */

.fdi-message-box {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.08) 0%, rgba(13, 27, 62, 0.05) 100%);
    border: 1px solid rgba(201, 162, 39, 0.15);
    border-right: 4px solid #c9a227;
    border-radius: 8px;
    padding: 30px 35px;
    margin-bottom: 40px;
    max-width: 850px;
    width: 100%;
}

    .fdi-message-box p {
        margin: 0;
        font-size: 15px;
        line-height: 1.8;
        color: #333;
        font-weight: 500;
    }

/* ============================================
   CTA BUTTONS
   ============================================ */

.fdi-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    width: 100%;
}

.fdi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    white-space: nowrap;
    flex: 1;
    min-width: 180px;
}

/* Primary Button */
.fdi-btn-primary {
    background: linear-gradient(135deg, #c9a227 0%, #d4b343 100%);
    color: #0d1b3e;
    box-shadow: 0 8px 20px rgba(201, 162, 39, 0.25);
}

    .fdi-btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(201, 162, 39, 0.35);
    }

    .fdi-btn-primary:active {
        transform: translateY(-1px);
    }

    .fdi-btn-primary i {
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .fdi-btn-primary:hover i {
        transform: translateY(-2px);
    }

/* Secondary Button */
.fdi-btn-secondary {
    background: white;
    border: 2px solid rgba(13, 27, 62, 0.2);
    color: #0d1b3e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

    .fdi-btn-secondary:hover {
        border-color: #c9a227;
        background: rgba(201, 162, 39, 0.05);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .fdi-btn-secondary:active {
        transform: translateY(-1px);
    }

    .fdi-btn-secondary i {
        font-size: 14px;
        transition: transform 0.3s ease;
    }

    .fdi-btn-secondary:hover i {
        transform: translateX(4px);
    }

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[data-cues="slideInUp"] {
    animation: slideInUp 0.6s ease-out forwards;
    opacity: 0;
}

.fdi-section-header {
    animation-delay: 0s;
}

.fdi-stats-box {
    animation-delay: 0.1s;
}

.fdi-message-box {
    animation-delay: 0.2s;
}

.fdi-cta-buttons {
    animation-delay: 0.3s;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    .fdi-stats-box {
        padding: 35px 25px;
    }

    .stat-value {
        font-size: 32px;
    }

    .stat-divider {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .fdi-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .fdi-subtitle {
        font-size: 14px;
    }

    .fdi-stats-box {
        flex-direction: column;
        gap: 0;
        padding: 25px 20px;
        margin-bottom: 25px;
    }

    .stat-item {
        min-width: auto;
        padding: 12px 0;
        border-bottom: 1px solid rgba(13, 27, 62, 0.08);
    }

        .stat-item:last-child {
            border-bottom: none;
        }

    .stat-divider {
        display: none;
    }

    .stat-value {
        font-size: 28px;
    }

    .stat-label {
        font-size: 11px;
    }

    .fdi-message-box {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

        .fdi-message-box p {
            font-size: 13px;
        }

    .fdi-cta-buttons {
        gap: 12px;
    }

    .fdi-btn {
        padding: 12px 24px;
        font-size: 13px;
        min-width: 160px;
    }
}

@media (max-width: 480px) {
    .fdi-report-section {
        padding: 60px 20px;
    }

    .fdi-section-header {
        margin-bottom: 35px;
    }

    .fdi-title {
        font-size: 22px;
    }

    .fdi-subtitle {
        font-size: 13px;
        line-height: 1.6;
    }

    .fdi-stats-box {
        padding: 20px 15px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .stat-item {
        padding: 10px 0;
    }

    .stat-value {
        font-size: 24px;
    }

    .stat-label {
        font-size: 10px;
    }

    .fdi-message-box {
        padding: 20px 15px;
        margin-bottom: 25px;
        border-radius: 6px;
    }

        .fdi-message-box p {
            font-size: 12px;
        }

    .fdi-cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .fdi-btn {
        width: 100%;
        padding: 11px 20px;
        font-size: 12px;
        gap: 8px;
        min-width: auto;
    }

        .fdi-btn i {
            font-size: 14px;
        }
}
/* ============================================
   FDI REPORT SECTION - Regular Content Section
   ============================================ */

.fdi-report-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    position: relative;
}

.fdi-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ============================================
   HEADER
   ============================================ */

.fdi-section-header {
    margin-bottom: 50px;
    max-width: 800px;
}

.fdi-title {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    color: #0d1b3e;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.fdi-subtitle {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    font-weight: 500;
}

/* ============================================
   STATS BOX
   ============================================ */

.fdi-stats-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    background: white;
    border: 1px solid rgba(13, 27, 62, 0.08);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    max-width: 950px;
    width: 100%;
}

.stat-item {
    flex: 1;
    min-width: 180px;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-value {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #c9a227;
    margin-bottom: 8px;
    font-family: 'Courier New', monospace;
    letter-spacing: -1px;
}

.stat-label {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    font-weight: 500;
}

.stat-divider {
    width: 1px;
    height: 70px;
    background: rgba(13, 27, 62, 0.1);
}

/* ============================================
   MESSAGE BOX
   ============================================ */

.fdi-message-box {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.08) 0%, rgba(13, 27, 62, 0.05) 100%);
    border: 1px solid rgba(201, 162, 39, 0.15);
    border-right: 4px solid #c9a227;
    border-radius: 8px;
    padding: 30px 35px;
    margin-bottom: 40px;
    max-width: 850px;
    width: 100%;
}

    .fdi-message-box p {
        margin: 0;
        font-size: 15px;
        line-height: 1.8;
        color: #333;
        font-weight: 500;
    }

/* ============================================
   CTA BUTTONS
   ============================================ */

.fdi-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    width: 100%;
}

.fdi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    white-space: nowrap;
    flex: 1;
    min-width: 180px;
}

/* Primary Button */
.fdi-btn-primary {
    background: linear-gradient(135deg, #c9a227 0%, #d4b343 100%);
    color: #0d1b3e;
    box-shadow: 0 8px 20px rgba(201, 162, 39, 0.25);
}

    .fdi-btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(201, 162, 39, 0.35);
    }

    .fdi-btn-primary:active {
        transform: translateY(-1px);
    }

    .fdi-btn-primary i {
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .fdi-btn-primary:hover i {
        transform: translateY(-2px);
    }

/* Secondary Button */
.fdi-btn-secondary {
    background: white;
    border: 2px solid rgba(13, 27, 62, 0.2);
    color: #0d1b3e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

    .fdi-btn-secondary:hover {
        border-color: #c9a227;
        background: rgba(201, 162, 39, 0.05);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .fdi-btn-secondary:active {
        transform: translateY(-1px);
    }

    .fdi-btn-secondary i {
        font-size: 14px;
        transition: transform 0.3s ease;
    }

    .fdi-btn-secondary:hover i {
        transform: translateX(4px);
    }

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[data-cues="slideInUp"] {
    animation: slideInUp 0.6s ease-out forwards;
    opacity: 0;
}

.fdi-section-header {
    animation-delay: 0s;
}

.fdi-stats-box {
    animation-delay: 0.1s;
}

.fdi-message-box {
    animation-delay: 0.2s;
}

.fdi-cta-buttons {
    animation-delay: 0.3s;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    .fdi-stats-box {
        padding: 35px 25px;
    }

    .stat-value {
        font-size: 32px;
    }

    .stat-divider {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .fdi-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .fdi-subtitle {
        font-size: 14px;
    }

    .fdi-stats-box {
        flex-direction: column;
        gap: 0;
        padding: 25px 20px;
        margin-bottom: 25px;
    }

    .stat-item {
        min-width: auto;
        padding: 12px 0;
        border-bottom: 1px solid rgba(13, 27, 62, 0.08);
    }

        .stat-item:last-child {
            border-bottom: none;
        }

    .stat-divider {
        display: none;
    }

    .stat-value {
        font-size: 28px;
    }

    .stat-label {
        font-size: 11px;
    }

    .fdi-message-box {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

        .fdi-message-box p {
            font-size: 13px;
        }

    .fdi-cta-buttons {
        gap: 12px;
    }

    .fdi-btn {
        padding: 12px 24px;
        font-size: 13px;
        min-width: 160px;
    }
}

@media (max-width: 480px) {
    .fdi-report-section {
        padding: 60px 20px;
    }

    .fdi-section-header {
        margin-bottom: 35px;
    }

    .fdi-title {
        font-size: 22px;
    }

    .fdi-subtitle {
        font-size: 13px;
        line-height: 1.6;
    }

    .fdi-stats-box {
        padding: 20px 15px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .stat-item {
        padding: 10px 0;
    }

    .stat-value {
        font-size: 24px;
    }

    .stat-label {
        font-size: 10px;
    }

    .fdi-message-box {
        padding: 20px 15px;
        margin-bottom: 25px;
        border-radius: 6px;
    }

        .fdi-message-box p {
            font-size: 12px;
        }

    .fdi-cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .fdi-btn {
        width: 100%;
        padding: 11px 20px;
        font-size: 12px;
        gap: 8px;
        min-width: auto;
    }

        .fdi-btn i {
            font-size: 14px;
        }
}

/* ============================================
   INVESTMENT SECTORS SLIDER - V2 (IMAGE TOP)
   ============================================ */

.investment-sectors-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    position: relative;
    overflow: hidden;
}

/* ============================================
   SECTION HEADER
   ============================================ */

.section-header-wrapper {
    margin-bottom: 60px;
}

.section-title h2 {
    /* font-size: clamp(28px, 5vw, 44px);
    font-weight: 800;*/
    color: #0d1b3e;
    margin-bottom: 12px;
    text-align: center;
}

.section-title p {
    /* font-size: 16px;*/
    color: #666;
    /*    font-weight: 500;
*/ line-height: 1.6;
    text-align: center;
}

.subtitle-description {
    /*    font-size: 14px !important;
*/ color: #999 !important;
    margin-top: 8px !important;
    text-align: center !important;
}

/* ============================================
   SECTORS SLIDER WRAPPER
   ============================================ */

.sectors-slider-wrapper {
    position: relative;
}

.sectors-slider {
    display: flex;
    gap: 20px;
    padding: 0 60px;
}

/* ============================================
   SECTOR CARD - IMAGE ON TOP
   ============================================ */

.sector-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    min-width: 300px;
    height: 100%;
}

    .sector-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 16px 45px rgba(0, 0, 0, 0.15);
    }

/* ============================================
   SECTOR IMAGE
   ============================================ */

.sector-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, #0d1b3e 0%, #1a2b5e 100%);
    position: relative;
}

    .sector-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.sector-card:hover .sector-image img {
    transform: scale(1.12);
}

/* ============================================
   SECTOR CONTENT
   ============================================ */

.sector-content {
    padding: 28px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .sector-content h3 {
        font-size: 18px;
        font-weight: 700;
        color: #0d1b3e;
        margin: 0 0 14px;
        line-height: 1.3;
        text-align: right;
    }

.sector-description {
    font-size: 14px;
    color: #777;
    line-height: 1.65;
    margin: 0 0 24px;
    text-align: right;
}

/* ============================================
   SECTOR STATS
   ============================================ */

.sector-stats {
    display: flex;
    gap: 20px;
    padding: 24px 0;
    border-top: 1px solid rgba(13, 27, 62, 0.08);
    border-bottom: 1px solid rgba(13, 27, 62, 0.08);
    margin-bottom: auto;
}

.stat-group {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.stat-value {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #c9a227;
    font-family: 'Courier New', monospace;
}

.stat-label {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

/* ============================================
   READ MORE LINK
   ============================================ */

.read-more {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    color: #C9A227 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
    margin-top: 12px;
    text-align: right;
}

    .read-more:hover {
        gap: 12px;
        color: #d4b343;
    }

    .read-more i {
        font-size: 14px;
    }

/* ============================================
   SLIDER NAVIGATION
   ============================================ */

.sectors-nav-left,
.sectors-nav-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.sectors-nav-left {
    left: 15px;
}

.sectors-nav-right {
    right: 15px;
}

.sectors-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: white;
    border: 2px solid rgba(13, 27, 62, 0.12);
    color: #0d1b3e;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sectors-arrow:hover {
        background: #c9a227;
        border-color: #c9a227;
        color: white;
        transform: scale(1.1);
    }

    .sectors-arrow:active {
        transform: scale(0.95);
    }

/* ============================================
   OWL CAROUSEL OVERRIDES
   ============================================ */

.sectors-slider.owl-carousel {
    margin: 0;
}

    .sectors-slider.owl-carousel .owl-item {
        padding: 0;
        display: flex;
    }

.sectors-slider.owl-rtl {
    direction: rtl;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1200px) {
    .sectors-slider {
        padding: 0 50px;
        gap: 18px;
    }

    .sector-card {
        min-width: 290px;
    }

    .sector-image {
        height: 220px;
    }

    .sector-content {
        padding: 28px 24px;
    }
}

@media (max-width: 1024px) {
    .sectors-slider {
        padding: 0 45px;
        gap: 16px;
    }

    .sector-card {
        min-width: 280px;
    }

    .sector-image {
        height: 200px;
    }

    .sector-content {
        padding: 24px 20px;
    }

        .sector-content h3 {
            font-size: 16px;
            margin-bottom: 10px;
        }

    .sector-description {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .sector-stats {
        gap: 15px;
        padding: 16px 0;
        margin-bottom: 16px;
    }

    .stat-value {
        font-size: 18px;
    }

    .stat-label {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .investment-sectors-area {
        padding: 70px 0 50px;
    }

    .section-header-wrapper {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 14px;
    }

    .sections-slider-wrapper {
        padding: 0 20px;
    }

    .sectors-slider {
        padding: 0 40px;
        gap: 14px;
    }

    .sector-card {
        min-width: 260px;
    }

    .sector-image {
        height: 180px;
    }

    .sector-content {
        padding: 20px 16px;
    }

        .sector-content h3 {
            font-size: 15px;
            margin-bottom: 8px;
        }

    .sector-description {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .sector-stats {
        gap: 12px;
        padding: 14px 0;
        margin-bottom: 14px;
    }

    .stat-value {
        font-size: 16px;
    }

    .stat-label {
        font-size: 10px;
    }

    .read-more {
        font-size: 12px;
        margin-top: 8px;
    }

    .sectors-arrow {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .investment-sectors-area {
        padding: 60px 0 40px;
    }

    .section-header-wrapper {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .section-title p {
        font-size: 13px;
    }

    .subtitle-description {
        font-size: 11px !important;
    }

    .sectors-slider {
        padding: 0 35px;
        gap: 12px;
    }

    .sector-card {
        min-width: 240px;
    }

    .sector-image {
        height: 160px;
    }

    .sector-content {
        padding: 16px 12px;
    }

        .sector-content h3 {
            font-size: 14px;
            margin-bottom: 6px;
        }

    .sector-description {
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .sector-stats {
        gap: 10px;
        padding: 12px 0;
        margin-bottom: 12px;
    }

    .stat-value {
        font-size: 14px;
    }

    .stat-label {
        font-size: 9px;
    }

    .read-more {
        font-size: 11px;
        margin-top: 6px;
    }

    .sectors-arrow {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .sectors-nav-left {
        left: 5px;
    }

    .sectors-nav-right {
        right: 5px;
    }
}

/* ============================================
   DARK MODE
   ============================================ */

@media (prefers-color-scheme: dark) {
    .investment-sectors-area {
        background: linear-gradient(135deg, #1a1a1a 0%, #242424 100%);
    }

    .section-title h2,
    .section-title p {
        color: white;
    }

    .subtitle-description {
        color: rgba(255, 255, 255, 0.6) !important;
    }

    .sector-card {
        background: #2a2a2a;
    }

    .sector-content h3 {
        color: white;
    }

    .sector-description {
        color: rgba(255, 255, 255, 0.6);
    }

    .stat-label {
        color: rgba(255, 255, 255, 0.5);
    }

    .sectors-arrow {
        background: #333;
        border-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

        .sectors-arrow:hover {
            background: #c9a227;
            border-color: #c9a227;
            color: white;
        }
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[data-cues="slideInUp"] {
    animation: slideInUp 0.6s ease-out forwards;
    opacity: 0;
}
/*-------------------*/

.Rounded {
    border-radius: 12px;
}

.margin-right-30 {
    margin-right: 30%;
}

.margin-right-20 {
    margin-right: 20%;
}

.margin-rightt-60 {
    margin-right: 60%;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

/* ============================================
   FLOATING DOTS BACKGROUND - DENSE VERSION
   ============================================ */

/* ============================================
   ULTRA DENSE DOTS
   ============================================ */

.floating-dots-dense-bg {
    position: relative;
    overflow: hidden;
}

    .floating-dots-dense-bg::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(201, 162, 39, 0.4) 2px, transparent 2px), radial-gradient(circle, rgba(13, 27, 62, 0.3) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(201, 162, 39, 0.25) 1px, transparent 1px), radial-gradient(circle, rgba(13, 27, 62, 0.2) 1.2px, transparent 1.2px), radial-gradient(circle, rgba(201, 162, 39, 0.35) 0.8px, transparent 0.8px), radial-gradient(circle, rgba(13, 27, 62, 0.15) 1.3px, transparent 1.3px);
        background-size: 50px 70px, 80px 60px, 100px 120px, 60px 90px, 120px 80px, 70px 100px;
        background-position: 0 0, 25px 25px, 50px 30px, 15px 45px, 40px 10px, 60px 60px;
        animation: dense-float-1 20s ease-in-out infinite, dense-float-2 25s ease-in-out infinite, dense-float-3 30s ease-in-out infinite, dense-float-4 22s ease-in-out infinite, dense-float-5 28s ease-in-out infinite, dense-float-6 26s ease-in-out infinite;
        z-index: 1;
        pointer-events: none;
    }

@keyframes dense-float-1 {
    0%, 100% {
        background-position: 0 0, 25px 25px, 50px 30px, 15px 45px, 40px 10px, 60px 60px;
        opacity: 0.4;
    }

    50% {
        background-position: 15px 35px, 40px 15px, 70px 60px, 30px 20px, 60px 50px, 35px 40px;
        opacity: 0.7;
    }
}

@keyframes dense-float-2 {
    0%, 100% {
        background-position: 25px 25px, 0 0, 50px 30px, 15px 45px, 40px 10px, 60px 60px;
        opacity: 0.3;
    }

    50% {
        background-position: 40px 15px, -25px 35px, 30px 70px, 45px 10px, 20px 60px, 75px 20px;
        opacity: 0.6;
    }
}

@keyframes dense-float-3 {
    0%, 100% {
        background-position: 50px 30px, 25px 25px, 0 0, 15px 45px, 40px 10px, 60px 60px;
        opacity: 0.25;
    }

    50% {
        background-position: 70px 60px, 40px 15px, 25px 35px, 30px 70px, 65px 35px, 40px 75px;
        opacity: 0.55;
    }
}

@keyframes dense-float-4 {
    0%, 100% {
        background-position: 15px 45px, 25px 25px, 50px 30px, 0 0, 40px 10px, 60px 60px;
        opacity: 0.35;
    }

    50% {
        background-position: 30px 20px, 60px 50px, 35px 40px, 70px 60px, 40px 15px, 25px 35px;
        opacity: 0.65;
    }
}

@keyframes dense-float-5 {
    0%, 100% {
        background-position: 40px 10px, 25px 25px, 50px 30px, 15px 45px, 0 0, 60px 60px;
        opacity: 0.3;
    }

    50% {
        background-position: 60px 50px, 35px 40px, 70px 60px, 40px 15px, 25px 35px, 15px 80px;
        opacity: 0.6;
    }
}

@keyframes dense-float-6 {
    0%, 100% {
        background-position: 60px 60px, 25px 25px, 50px 30px, 15px 45px, 40px 10px, 0 0;
        opacity: 0.28;
    }

    50% {
        background-position: 35px 40px, 70px 60px, 40px 15px, 25px 35px, 70px 70px, 50px 20px;
        opacity: 0.58;
    }
}

/* ============================================
   VERY DENSE DOTS (EXTREME)
   ============================================ */

.floating-dots-extreme-bg {
    position: relative;
    overflow: hidden;
}

    .floating-dots-extreme-bg::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(201, 162, 39, 0.5) 2px, transparent 2px), radial-gradient(circle, rgba(13, 27, 62, 0.4) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(201, 162, 39, 0.3) 1px, transparent 1px), radial-gradient(circle, rgba(13, 27, 62, 0.25) 1.2px, transparent 1.2px), radial-gradient(circle, rgba(201, 162, 39, 0.4) 0.8px, transparent 0.8px), radial-gradient(circle, rgba(13, 27, 62, 0.2) 1.3px, transparent 1.3px), radial-gradient(circle, rgba(201, 162, 39, 0.35) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(13, 27, 62, 0.3) 0.7px, transparent 0.7px);
        background-size: 40px 50px, 60px 45px, 75px 85px, 50px 65px, 90px 55px, 55px 75px, 45px 70px, 80px 60px;
        background-position: 0 0, 20px 20px, 35px 25px, 10px 35px, 30px 8px, 45px 45px, 15px 55px, 65px 35px;
        animation: extreme-float-1 18s ease-in-out infinite, extreme-float-2 22s ease-in-out infinite, extreme-float-3 26s ease-in-out infinite, extreme-float-4 20s ease-in-out infinite, extreme-float-5 24s ease-in-out infinite, extreme-float-6 21s ease-in-out infinite, extreme-float-7 25s ease-in-out infinite, extreme-float-8 23s ease-in-out infinite;
        z-index: 1;
        pointer-events: none;
    }

@keyframes extreme-float-1 {
    0%, 100% {
        background-position: 0 0, 20px 20px, 35px 25px, 10px 35px, 30px 8px, 45px 45px, 15px 55px, 65px 35px;
        opacity: 0.5;
    }

    50% {
        background-position: 12px 28px, 32px 12px, 55px 48px, 22px 18px, 48px 38px, 25px 32px, 35px 28px, 48px 18px;
        opacity: 0.8;
    }
}

@keyframes extreme-float-2 {
    0%, 100% {
        background-position: 20px 20px, 0 0, 35px 25px, 10px 35px, 30px 8px, 45px 45px, 15px 55px, 65px 35px;
        opacity: 0.4;
    }

    50% {
        background-position: 32px 12px, -20px 28px, 18px 58px, 35px 8px, 12px 48px, 58px 15px, 28px 35px, 32px 58px;
        opacity: 0.7;
    }
}

@keyframes extreme-float-3 {
    0%, 100% {
        background-position: 35px 25px, 20px 20px, 0 0, 10px 35px, 30px 8px, 45px 45px, 15px 55px, 65px 35px;
        opacity: 0.35;
    }

    50% {
        background-position: 55px 48px, 32px 12px, 18px 28px, 22px 58px, 52px 22px, 28px 58px, 42px 12px, 18px 32px;
        opacity: 0.65;
    }
}

@keyframes extreme-float-4 {
    0%, 100% {
        background-position: 10px 35px, 20px 20px, 35px 25px, 0 0, 30px 8px, 45px 45px, 15px 55px, 65px 35px;
        opacity: 0.42;
    }

    50% {
        background-position: 22px 18px, 48px 38px, 25px 32px, 55px 48px, 32px 12px, 18px 28px, 48px 48px, 28px 8px;
        opacity: 0.72;
    }
}

@keyframes extreme-float-5 {
    0%, 100% {
        background-position: 30px 8px, 20px 20px, 35px 25px, 10px 35px, 0 0, 45px 45px, 15px 55px, 65px 35px;
        opacity: 0.38;
    }

    50% {
        background-position: 48px 38px, 25px 32px, 35px 28px, 48px 18px, 55px 48px, 32px 12px, 8px 48px, 52px 28px;
        opacity: 0.68;
    }
}

@keyframes extreme-float-6 {
    0%, 100% {
        background-position: 45px 45px, 20px 20px, 35px 25px, 10px 35px, 30px 8px, 0 0, 15px 55px, 65px 35px;
        opacity: 0.32;
    }

    50% {
        background-position: 25px 32px, 35px 28px, 48px 18px, 22px 58px, 52px 22px, 28px 58px, 58px 8px, 12px 48px;
        opacity: 0.62;
    }
}

@keyframes extreme-float-7 {
    0%, 100% {
        background-position: 15px 55px, 20px 20px, 35px 25px, 10px 35px, 30px 8px, 45px 45px, 0 0, 65px 35px;
        opacity: 0.36;
    }

    50% {
        background-position: 35px 28px, 48px 18px, 55px 48px, 32px 12px, 18px 28px, 22px 18px, 48px 38px, 35px 52px;
        opacity: 0.66;
    }
}

@keyframes extreme-float-8 {
    0%, 100% {
        background-position: 65px 35px, 20px 20px, 35px 25px, 10px 35px, 30px 8px, 45px 45px, 15px 55px, 0 0;
        opacity: 0.34;
    }

    50% {
        background-position: 48px 18px, 55px 48px, 32px 12px, 18px 28px, 22px 18px, 48px 38px, 25px 32px, 65px 65px;
        opacity: 0.64;
    }
}

/* ============================================
   SUPER DENSE ANIMATED DOTS
   ============================================ */

.floating-dots-super-dense-bg {
    position: relative;
    overflow: hidden;
}

    .floating-dots-super-dense-bg::before,
    .floating-dots-super-dense-bg::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
    }

    .floating-dots-super-dense-bg::before {
        background-image: radial-gradient(circle, rgba(201, 162, 39, 0.6) 2px, transparent 2px), radial-gradient(circle, rgba(13, 27, 62, 0.5) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(201, 162, 39, 0.4) 1px, transparent 1px), radial-gradient(circle, rgba(13, 27, 62, 0.3) 1.2px, transparent 1.2px), radial-gradient(circle, rgba(201, 162, 39, 0.5) 0.8px, transparent 0.8px);
        background-size: 35px 45px, 50px 38px, 60px 70px, 42px 55px, 75px 48px;
        animation: super-dense-1 18s ease-in-out infinite, super-dense-2 22s ease-in-out infinite, super-dense-3 26s ease-in-out infinite, super-dense-4 20s ease-in-out infinite, super-dense-5 24s ease-in-out infinite;
    }

    .floating-dots-super-dense-bg::after {
        background-image: radial-gradient(circle, rgba(13, 27, 62, 0.4) 1.3px, transparent 1.3px), radial-gradient(circle, rgba(201, 162, 39, 0.35) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(13, 27, 62, 0.25) 0.7px, transparent 0.7px);
        background-size: 55px 65px, 40px 60px, 70px 50px;
        animation: super-dense-6 19s ease-in-out infinite, super-dense-7 23s ease-in-out infinite, super-dense-8 25s ease-in-out infinite;
    }

@keyframes super-dense-1 {
    0%, 100% {
        background-position: 0 0;
        opacity: 0.6;
    }

    50% {
        background-position: 10px 20px;
        opacity: 0.9;
    }
}

@keyframes super-dense-2 {
    0%, 100% {
        background-position: 15px 15px;
        opacity: 0.5;
    }

    50% {
        background-position: 28px 8px;
        opacity: 0.8;
    }
}

@keyframes super-dense-3 {
    0%, 100% {
        background-position: 25px 20px;
        opacity: 0.4;
    }

    50% {
        background-position: 40px 45px;
        opacity: 0.7;
    }
}

@keyframes super-dense-4 {
    0%, 100% {
        background-position: 8px 30px;
        opacity: 0.5;
    }

    50% {
        background-position: 18px 15px;
        opacity: 0.8;
    }
}

@keyframes super-dense-5 {
    0%, 100% {
        background-position: 30px 8px;
        opacity: 0.4;
    }

    50% {
        background-position: 50px 35px;
        opacity: 0.75;
    }
}

@keyframes super-dense-6 {
    0%, 100% {
        background-position: 0 0;
        opacity: 0.45;
    }

    50% {
        background-position: 20px 30px;
        opacity: 0.75;
    }
}

@keyframes super-dense-7 {
    0%, 100% {
        background-position: 12px 25px;
        opacity: 0.35;
    }

    50% {
        background-position: 25px 10px;
        opacity: 0.65;
    }
}

@keyframes super-dense-8 {
    0%, 100% {
        background-position: 20px 15px;
        opacity: 0.4;
    }

    50% {
        background-position: 35px 40px;
        opacity: 0.7;
    }
}

/* ============================================
   ENSURE CONTENT STAYS ON TOP
   ============================================ */

.floating-dots-dense-bg > *,
.floating-dots-extreme-bg > *,
.floating-dots-super-dense-bg > * {
    position: relative;
    z-index: 2;
}

/* ============================================
   DARK MODE
   ============================================ */

@media (prefers-color-scheme: dark) {
    .floating-dots-dense-bg::before,
    .floating-dots-extreme-bg::before,
    .floating-dots-super-dense-bg::before,
    .floating-dots-super-dense-bg::after {
        opacity: 0.6;
    }
}

.social-link {
    display: flex; /* aligns items in a row */
    align-items: center; /* vertically center icon and text */
    gap: 8px; /* space between icon and text */
}

.social-icon {
    width: 20px; /* adjust size */
    height: 20px;
}
/* ============================================
   ROOT VARIABLES & GLOBAL STYLES
   ============================================ */
:root {
    --moif-blue-dark: #0D1B3E;
    --moif-blue: #1A2B4A;
    --moif-gold: #C9A227;
    --moif-gold-bright: #F4D03F;
    --moif-white: #FFFFFF;
    --moif-light: #F8F9FB;
    --moif-border: rgba(201, 162, 39, 0.15);
    --moif-shadow: rgba(13, 27, 62, 0.12);
}

body {
    font-family: 'Tajawal', sans-serif;
    background: linear-gradient(180deg, #F8F9FB 0%, #FFFFFF 50%, #F8F9FB 100%);
    color: var(--moif-blue-dark);
    padding: 60px 20px;
    overflow-x: hidden;
}

.journey-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* ============================================
   HEADER SECTION
   ============================================ */
.journey-header {
    text-align: center;
    position: relative;
    padding: 40px 20px 60px;
    margin-bottom: 20px;
}

    .journey-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(201, 162, 39, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        z-index: -1;
        animation: pulseGlow 4s ease-in-out infinite;
    }

@keyframes pulseGlow {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translateX(-50%) scale(1.1);
        opacity: 0.8;
    }
}

.journey-header::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--moif-gold), transparent);
    border-radius: 2px;
}

.journey-title {
    font-size: 48px;
    font-weight: 900;
    color: var(--moif-blue-dark);
    margin-bottom: 15px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

    .journey-title .highlight {
        color: var(--moif-gold);
        position: relative;
        display: inline-block;
        font-size: 35px;
        display: block;
        margin-top: 10px;
    }

.journey-title-wrapper {
    position: relative;
    display: inline-block;
}

    .journey-title-wrapper::before,
    .journey-title-wrapper::after {
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28'%3E%3Cpath fill='%23FFD700' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        width: 28px;
        height: 28px;
        opacity: 0.5;
        animation: starTwinkle 3s ease-in-out infinite;
    }

    .journey-title-wrapper::before {
        right: -40px;
        top: -10px;
    }

    .journey-title-wrapper::after {
        left: -40px;
        top: -10px;
        animation-delay: 1s;
    }

@keyframes starTwinkle {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.journey-subtitle {
    font-size: 20px;
    color: #5A6C7D;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .journey-subtitle i {
        color: var(--moif-gold);
        font-size: 24px;
    }

/* ============================================
   TIMELINE CONTAINER
   ============================================ */
.timeline-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 30px 40px;
}

/* Central Vertical Line */
.timeline-line {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient( 180deg, rgba(201, 162, 39, 0.2) 0%, var(--moif-gold) 10%, var(--moif-gold) 90%, rgba(201, 162, 39, 0.2) 100% );
    z-index: 1;
}

    .timeline-line::before {
        content: '';
        position: absolute;
        top: -15px;
        right: 50%;
        transform: translateX(50%);
        width: 20px;
        height: 20px;
        background: var(--moif-gold);
        border-radius: 50%;
        box-shadow: 0 0 0 8px rgba(201, 162, 39, 0.2);
        animation: pulse 2s ease-in-out infinite;
    }

    .timeline-line::after {
        content: '';
        position: absolute;
        bottom: -15px;
        right: 50%;
        transform: translateX(50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid var(--moif-gold);
    }

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 8px rgba(201, 162, 39, 0.2);
        transform: translateX(50%) scale(1);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(201, 162, 39, 0.1);
        transform: translateX(50%) scale(1.1);
    }
}

/* ============================================
   TIMELINE STEPS CONTAINER
   ============================================ */
.timeline-steps {
    position: relative;
    z-index: 2;
}

/* Individual Step */
.timeline-step {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    position: relative;
    min-height: 200px;
    animation: fadeInUp 0.8s ease-out backwards;
}

    .timeline-step:nth-child(1) {
        animation-delay: 0.1s;
    }

    .timeline-step:nth-child(2) {
        animation-delay: 0.2s;
    }

    .timeline-step:nth-child(3) {
        animation-delay: 0.3s;
    }

    .timeline-step:nth-child(4) {
        animation-delay: 0.4s;
    }

    .timeline-step:nth-child(5) {
        animation-delay: 0.5s;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Alternating Layout */
.timeline-step:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: right;
}

.timeline-step:nth-child(even) {
    flex-direction: row;
    text-align: left;
}

/* ============================================
   STEP NUMBER
   ============================================ */
.step-number {
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--moif-gold), var(--moif-gold-bright));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(201, 162, 39, 0.4), 0 0 0 8px var(--moif-white), 0 0 0 12px rgba(201, 162, 39, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    top: 50%;
}

    .step-number span {
        font-size: 22px;
        font-weight: 800;
        color: var(--moif-white);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

.timeline-step:hover .step-number {
    transform: translate(50%, -50%) scale(1.15) rotate(10deg);
    box-shadow: 0 15px 40px rgba(201, 162, 39, 0.5), 0 0 0 8px var(--moif-white), 0 0 0 16px rgba(201, 162, 39, 0.3);
}

/* ============================================
   STEP CARD - WIDE & COMPACT
   ============================================ */
.step-card {
    width: calc(50% - 50px);
    background: var(--moif-white);
    border-radius: 20px;
    padding: 22px 28px;
    box-shadow: 0 12px 40px var(--moif-shadow);
    border: 1px transparent;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Card positioning with proper spacing */
.timeline-step:nth-child(odd) .step-card {
    /*    margin-left: 80px;
*/
}

.timeline-step:nth-child(even) .step-card {
    /*    margin-right: 80px;
*/
}

/* Colored Border Accent */
.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(180deg, var(--moif-gold), var(--moif-gold-bright));
    transition: all 0.4s ease;
}

.timeline-step:nth-child(odd) .step-card::before {
    right: 0;
    left: auto;
}

.timeline-step:nth-child(even) .step-card::before {
    left: 0;
    right: auto;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(13, 27, 62, 0.18);
    border-color: var(--moif-gold);
}

    .step-card:hover::before {
        width: 6px;
    }

/* ============================================
   CARD CONTENT LAYOUT
   ============================================ */
.card-content-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex: 1;
}

.timeline-step:nth-child(even) .card-content-wrapper {
    flex-direction: row;
}

.timeline-step:nth-child(odd) .card-content-wrapper {
    flex-direction: row-reverse;
}

/* Combined Badge */
.combined-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.12), rgba(244, 208, 63, 0.08));
    color: var(--moif-gold);
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    border: 1px solid rgba(201, 162, 39, 0.2);
    align-self: flex-start;
}

    .combined-badge i {
        font-size: 14px;
    }

/* Step Icon */
.step-icon-wrapper {
    flex-shrink: 0;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.15), rgba(201, 162, 39, 0.08));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 2px solid rgba(201, 162, 39, 0.2);
}

    .step-icon i {
        font-size: 26px;
        color: var(--moif-gold);
        transition: all 0.3s ease;
    }

.step-card:hover .step-icon {
    background: linear-gradient(135deg, var(--moif-gold), var(--moif-gold-bright));
    transform: rotate(-8deg) scale(1.1);
    border-color: transparent;
}

    .step-card:hover .step-icon i {
        color: var(--moif-white);
    }

/* Step Content */
.step-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* Step Title */
.step-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--moif-blue-dark);
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: right;
}

/* Step Description */
.step-description {
    font-size: 14px;
    color: #5A6C7D;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: right;
    flex: 1;
}

/* Benefits - Compact Horizontal Layout */
.step-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.benefit-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--moif-blue);
    padding: 5px 12px;
    background: rgba(13, 27, 62, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(13, 27, 62, 0.08);
}

    .benefit-item i {
        color: var(--moif-gold);
        font-size: 12px;
        flex-shrink: 0;
        font-weight: 700;
    }

/* Step Footer */
.step-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid var(--moif-border);
    flex-wrap: nowrap;
}

/* Entity Badge */
.entity-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--moif-blue-dark), var(--moif-blue));
    border: 1px solid rgba(13, 27, 62, 0.3);
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--moif-gold-bright);
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    max-width: 250px;
}

    .entity-badge i {
        font-size: 14px;
        flex-shrink: 0;
    }

.step-card:hover .entity-badge {
    background: linear-gradient(135deg, var(--moif-blue), var(--moif-blue-dark));
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 27, 62, 0.2);
}

/* Step Action */
.step-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--moif-gold);
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    padding: 10px 20px;
    background: rgba(201, 162, 39, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(201, 162, 39, 0.25);
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

    .step-action:hover {
        background: linear-gradient(135deg, var(--moif-gold), var(--moif-gold-bright));
        color: var(--moif-white);
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(201, 162, 39, 0.3);
        border-color: transparent;
    }

    .step-action i {
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .step-action:hover i {
        transform: translateX(-4px);
    }

/* ============================================
   JOURNEY GUIDE
   ============================================ */
.journey-guide {
    background: linear-gradient(135deg, var(--moif-blue-dark) 0%, var(--moif-blue) 100%);
    border-radius: 24px;
    padding: 35px 45px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(13, 27, 62, 0.2);
    animation: fadeInUp 0.8s ease-out 0.6s backwards;
}

    .journey-guide::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(201, 162, 39, 0.1) 0%, transparent 70%);
        animation: rotate 20s linear infinite;
    }

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.guide-content {
    position: relative;
    z-index: 1;
}

.guide-icon {
    font-size: 42px;
    color: var(--moif-gold-bright);
    margin-bottom: 15px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.guide-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--moif-gold-bright);
    margin-bottom: 12px;
}

.guide-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 25px;
}

.guide-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--moif-gold), var(--moif-gold-bright));
    color: var(--moif-blue-dark);
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(201, 162, 39, 0.3);
}

    .guide-cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(201, 162, 39, 0.4);
    }

    .guide-cta i {
        font-size: 20px;
    }

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Large Desktop (1400px and below) */
@media (max-width: 1400px) {
    .journey-container {
        max-width: 1200px;
    }

    .timeline-wrapper {
        max-width: 1200px;
        padding: 30px 30px;
    }

    .step-card {
        width: calc(50% - 70px);
    }

    .timeline-step:nth-child(odd) .step-card {
        margin-left: 70px;
    }

    .timeline-step:nth-child(even) .step-card {
        margin-right: 70px;
    }
}

/* Desktop (1200px and below) */
@media (max-width: 1200px) {
    .journey-title {
        font-size: 42px;
    }

        .journey-title .highlight {
            font-size: 32px;
        }

    .journey-subtitle {
        font-size: 18px;
    }

    .step-card {
        width: calc(50% - 60px);
        padding: 22px 26px;
        min-height: 190px;
    }

    .timeline-step:nth-child(odd) .step-card {
        margin-left: 60px;
    }

    .timeline-step:nth-child(even) .step-card {
        margin-right: 60px;
    }

    .entity-badge {
        max-width: 220px;
    }
}

/* Tablet (992px and below) */
@media (max-width: 992px) {
    .journey-title {
        font-size: 38px;
    }

        .journey-title .highlight {
            font-size: 30px;
        }

    .journey-subtitle {
        font-size: 17px;
    }

        .journey-subtitle i {
            font-size: 22px;
        }

    .timeline-wrapper {
        padding: 30px 25px;
    }

    .step-card {
        width: calc(50% - 50px);
        padding: 20px 24px;
        min-height: 185px;
    }

    .timeline-step:nth-child(odd) .step-card {
        margin-left: 50px;
    }

    .timeline-step:nth-child(even) .step-card {
        margin-right: 50px;
    }

    .step-title {
        font-size: 19px;
    }

    .step-description {
        font-size: 13.5px;
    }

    .step-icon {
        width: 55px;
        height: 55px;
    }

        .step-icon i {
            font-size: 24px;
        }

    .entity-badge {
        max-width: 200px;
        font-size: 11px;
        padding: 9px 16px;
    }

    .step-action {
        font-size: 12.5px;
        padding: 9px 18px;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    body {
        padding: 40px 15px;
    }

    .journey-header {
        padding: 30px 15px 50px;
        margin-bottom: 30px;
    }

    .journey-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

        .journey-title .highlight {
            font-size: 26px;
            margin-top: 8px;
        }

    .journey-title-wrapper::before,
    .journey-title-wrapper::after {
        width: 24px;
        height: 24px;
    }

    .journey-title-wrapper::before {
        right: -30px;
    }

    .journey-title-wrapper::after {
        left: -30px;
    }

    .journey-subtitle {
        font-size: 16px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

        .journey-subtitle i {
            font-size: 20px;
        }

    /* Mobile Timeline Layout */
    .timeline-wrapper {
        padding: 30px 20px;
    }

    .timeline-line {
        right: 40px;
        transform: none;
        top: 36px !important;
    }

    .timeline-step {
        flex-direction: row !important;
        text-align: right !important;
        margin-bottom: 50px !important;
        min-height: 180px;
    }

    .step-number {
        right: 40px !important;
        transform: translateY(-50%) !important;
        width: 45px;
        height: 45px;
        top: 50%;
    }

        .step-number span {
            font-size: 20px;
        }

    .timeline-step:hover .step-number {
        transform: translateY(-50%) scale(1.1) !important;
    }

    .step-card {
        width: calc(100% - 90px) !important;
        margin: 0 0 0 90px !important;
        padding: 22px;
        min-height: 180px;
    }

        .step-card::before {
            right: 0 !important;
            left: auto !important;
        }

    .card-content-wrapper {
        flex-direction: column !important;
        gap: 18px;
    }

    .step-icon {
        width: 55px;
        height: 55px;
    }

        .step-icon i {
            font-size: 24px;
        }

    .step-title {
        font-size: 19px;
        text-align: right;
    }

    .step-description {
        font-size: 14px;
        text-align: right;
    }

    .step-benefits {
        justify-content: flex-start;
    }

    .benefit-item {
        font-size: 11.5px;
        padding: 4px 10px;
    }

    .step-footer {
        flex-direction: column;
        gap: 12px;
    }

    .entity-badge,
    .step-action {
        width: 100%;
        justify-content: center;
        max-width: none;
    }

    .entity-badge {
        font-size: 12px;
        padding: 10px 16px;
    }

    .step-action {
        font-size: 13px;
        padding: 10px 18px;
    }

    .journey-guide {
        padding: 30px 25px;
    }

    .guide-title {
        font-size: 22px;
    }

    .guide-description {
        font-size: 15px;
    }

    .guide-cta {
        padding: 12px 30px;
        font-size: 15px;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    body {
        padding: 30px 10px;
    }

    .journey-header {
        padding: 25px 10px 40px;
    }

    .journey-title {
        font-size: 28px;
    }

        .journey-title .highlight {
            font-size: 22px;
        }

    .journey-title-wrapper::before,
    .journey-title-wrapper::after {
        display: none; /* Hide stars on very small screens */
    }

    .journey-subtitle {
        font-size: 15px;
        line-height: 1.6;
    }

        .journey-subtitle i {
            font-size: 18px;
        }

    .timeline-wrapper {
        padding: 25px 15px;
    }

    .timeline-line {
        right: 35px;
        top: 30px !important;
    }

    .timeline-step {
        margin-bottom: 45px !important;
        min-height: 170px;
    }

    .step-number {
        right: 35px !important;
        width: 40px;
        height: 40px;
    }

        .step-number span {
            font-size: 18px;
        }

    .step-card {
        width: calc(100% - 80px) !important;
        margin: 0 0 0 80px !important;
        padding: 20px;
        min-height: 170px;
    }

    .step-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .step-description {
        font-size: 13.5px;
        margin-bottom: 12px;
    }

    .step-icon {
        width: 50px;
        height: 50px;
    }

        .step-icon i {
            font-size: 22px;
        }

    .combined-badge {
        font-size: 11px;
        padding: 7px 15px;
        margin-bottom: 12px;
    }

    .benefit-item {
        font-size: 11px;
        padding: 3px 8px;
    }

    .entity-badge {
        font-size: 11px;
        padding: 9px 14px;
    }

    .step-action {
        font-size: 12.5px;
        padding: 9px 16px;
    }

    .journey-guide {
        padding: 25px 20px;
    }

    .guide-title {
        font-size: 20px;
    }

    .guide-description {
        font-size: 14px;
    }

    .guide-cta {
        padding: 10px 25px;
        font-size: 14px;
    }
}

/* Extra Small Mobile (360px and below) */
@media (max-width: 360px) {
    .journey-title {
        font-size: 26px;
    }

        .journey-title .highlight {
            font-size: 20px;
        }

    .journey-subtitle {
        font-size: 14px;
    }

    .step-card {
        width: calc(100% - 70px) !important;
        margin: 0 0 0 70px !important;
        padding: 18px;
    }

    .step-number {
        /*        right: 30px !important;
*/ width: 35px;
        height: 35px;
    }

        .step-number span {
            font-size: 16px;
        }

    .step-title {
        font-size: 17px;
    }

    .step-description {
        font-size: 13px;
    }

    .step-icon {
        width: 45px;
        height: 45px;
    }

        .step-icon i {
            font-size: 20px;
        }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .journey-header::before,
    .timeline-line::before,
    .step-number,
    .step-card,
    .step-icon,
    .guide-icon,
    .journey-guide::before,
    .journey-title-wrapper::before,
    .journey-title-wrapper::after {
        animation: none !important;
        transition: none !important;
    }
}

/* Print Styles */
@media print {
    .step-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .journey-guide {
        break-inside: avoid;
        background: #f8f9fa !important;
        color: #333 !important;
    }

    .guide-title,
    .guide-description {
        color: #333 !important;
    }
}
/* ============================================
   RESPONSIVE ADJUSTMENTS FOR WIDER CARDS
   ============================================ */

/* Large Desktop (1400px and below) */
@media (max-width: 1400px) {
    .step-card {
        width: calc(50% - 40px); /* Even wider on large screens */
    }

    .timeline-step:nth-child(odd) .step-card {
        margin-left: 40px;
    }

    .timeline-step:nth-child(even) .step-card {
        margin-right: 40px;
    }
}

/* Desktop (1200px and below) */
@media (max-width: 1200px) {
    .step-card {
        width: calc(50% - 35px); /* Wider on standard desktop */
        padding: 22px 28px; /* Slightly adjusted padding */
    }

    .timeline-step:nth-child(odd) .step-card {
        margin-left: 35px;
    }

    .timeline-step:nth-child(even) .step-card {
        margin-right: 35px;
    }
}

/* Tablet (992px and below) */
@media (max-width: 992px) {
    .step-card {
        width: calc(50% - 30px); /* Wider on tablets */
        padding: 20px 25px;
        min-height: 190px;
    }

    .timeline-step:nth-child(odd) .step-card {
        margin-left: 30px;
    }

    .timeline-step:nth-child(even) .step-card {
        margin-right: 30px;
    }

    /* Adjust content for wider cards */
    .card-content-wrapper {
        gap: 18px;
    }

    .step-title {
        font-size: 19px;
    }

    .step-description {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .step-card {
        width: calc(100% - 70px) !important; /* Wider mobile cards */
        margin: 0 0 0 70px !important;
        padding: 22px;
        min-height: 180px;
        max-height: none;
    }

        .step-card::before {
            right: 0 !important;
            left: auto !important;
        }

    /* Better use of wider space on mobile */
    .card-content-wrapper {
        flex-direction: column !important;
        gap: 20px;
    }

    .step-icon {
        width: 55px;
        height: 55px;
        align-self: flex-start;
    }

        .step-icon i {
            font-size: 24px;
        }

    .step-title {
        font-size: 19px;
        text-align: right;
    }

    .step-description {
        font-size: 14px;
        text-align: right;
    }

    .step-benefits {
        justify-content: flex-start;
        gap: 10px;
    }

    .benefit-item {
        font-size: 12px;
        padding: 5px 10px;
    }

    .step-footer {
        flex-direction: column;
        gap: 12px;
    }

    .entity-badge,
    .step-action {
        width: 100%;
        justify-content: center;
        max-width: none;
    }

    .entity-badge {
        font-size: 12px;
        padding: 10px 16px;
    }

    .step-action {
        font-size: 13px;
        padding: 10px 18px;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .step-card {
        width: calc(100% - 60px) !important; /* Even wider on small mobile */
        margin: 0 0 0 60px !important;
        padding: 20px;
        min-height: 170px;
    }

    .step-number {
        /*right: 30px !important;*/
        width: 40px;
        height: 40px;
    }

        .step-number span {
            font-size: 18px;
        }

    .step-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .step-description {
        font-size: 13.5px;
        margin-bottom: 12px;
    }

    .step-icon {
        width: 50px;
        height: 50px;
    }

        .step-icon i {
            font-size: 22px;
        }

    .combined-badge {
        font-size: 11px;
        padding: 7px 15px;
        margin-bottom: 12px;
    }

    .benefit-item {
        font-size: 11px;
        padding: 3px 8px;
    }

    .entity-badge {
        font-size: 11px;
        padding: 9px 14px;
    }

    .step-action {
        font-size: 12.5px;
        padding: 9px 16px;
    }
}

/* Extra Small Mobile (360px and below) */
@media (max-width: 360px) {
    .step-card {
        width: calc(100% - 50px) !important; /* Maximum width on very small screens */
        margin: 0 0 0 50px !important;
        padding: 18px;
    }

    .step-number {
        /*        right: 25px !important;
*/ width: 35px;
        height: 35px;
    }

        .step-number span {
            font-size: 16px;
        }

    .step-title {
        font-size: 17px;
    }

    .step-description {
        font-size: 13px;
    }

    .step-icon {
        width: 45px;
        height: 45px;
    }

        .step-icon i {
            font-size: 20px;
        }
}

/* ============================================
   OPTIMIZATIONS FOR WIDER CARDS
   ============================================ */

/* Adjust step content for wider cards */
.step-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Better text wrapping for wider cards */
.step-description {
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
    min-height: 65px; /* Ensure consistent text height */
}

/* Optimize benefit items for wider space */
.step-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.benefit-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--moif-blue);
    padding: 5px 12px;
    background: rgba(13, 27, 62, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(13, 27, 62, 0.08);
    flex: 0 0 auto; /* Allow items to wrap nicely */
}

/* Improve entity badge for wider cards */
.entity-badge {
    max-width: 280px; /* Increased max-width for wider cards */
}

/* Hover effects optimized for wider cards */
.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(13, 27, 62, 0.18);
    border-color: var(--moif-gold);
}

    .step-card:hover::before {
        width: 6px;
    }

/* Center timeline line better with wider cards */
.timeline-line {
    right: 50%;
    transform: translateX(50%);
}




:root {
    --color-primary: #1a4d6d;
    --color-secondary: #e8b849;
    --color-accent: #c7893e;
    --color-dark: #0f2a3d;
    --color-light: #f8f9fc;
    --color-surface: #ffffff;
    --gradient-gold: linear-gradient(135deg, #e8b849 0%, #c7893e 100%);
    --gradient-blue: linear-gradient(135deg, #1a4d6d 0%, #0f2a3d 100%);
    --shadow-sm: 0 2px 8px rgba(15, 42, 61, 0.04);
    --shadow-md: 0 8px 24px rgba(15, 42, 61, 0.08);
    --shadow-lg: 0 16px 48px rgba(15, 42, 61, 0.12);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Tajawal', sans-serif;
    background: var(--color-light);
    color: var(--color-dark);
    line-height: 1.6;
    padding: 0px;
}

/*.services-area {
    position: relative;
    padding: 120px 0 90px;
    overflow: hidden;
}

    .services-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 400px;
        background: linear-gradient(180deg, rgba(26, 77, 109, 0.03) 0%, rgba(26, 77, 109, 0) 100%);
        pointer-events: none;
    }*/

/* Decorative background elements */
/*.services-area::after {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(232, 184, 73, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
        animation: float 20s ease-in-out infinite;
    }

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-30px, -30px) scale(1.1);
    }
}*/

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.section-title {
    text-align: center;
    margin-bottom: 70px;
    opacity: 0;
    animation: slideInUp 0.8s ease forwards;
}

    .section-title h2 {
        font-family: 'Almarai', sans-serif;
        font-size: 48px;
        font-weight: 800;
        color: var(--color-dark);
        margin-bottom: 16px;
        letter-spacing: -0.5px;
        position: relative;
        display: inline-block;
    }

        /* Default for LTR */
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 80px;
            height: 4px;
            background: var(--gradient-gold);
            border-radius: 2px;
        }

/* Override for RTL */
[dir="rtl"] .section-title h2::after {
    left: auto;
    right: 0;
}

.section-title p {
    font-size: 18px;
    color: #6b7280;
    margin-top: 24px;
    font-weight: 400;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    position: relative;
    background: var(--color-surface);
    border-radius: 20px;
    padding: 40px 30px;
    transition: var(--transition);
    opacity: 0;
    animation: slideInUp 0.8s ease forwards;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(26, 77, 109, 0.08);
    overflow: hidden;
}

    .service-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .service-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .service-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    .service-card:nth-child(4) {
        animation-delay: 0.4s;
    }

    .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 4px;
        background: var(--gradient-gold);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .service-card:hover::before {
        transform: scaleX(1);
    }

    .service-card::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(232, 184, 73, 0.03) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.5s ease;
        pointer-events: none;
    }

    .service-card:hover::after {
        opacity: 1;
    }

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-lg);
        border-color: rgba(232, 184, 73, 0.2);
    }

.icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 0 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(26, 77, 109, 0.05) 0%, rgba(232, 184, 73, 0.05) 100%);
    border-radius: 20px;
    transition: var(--transition);
    overflow: hidden;
}

    .icon-wrapper::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--gradient-gold);
        opacity: 0;
        transition: opacity 0.4s ease;
    }

.service-card:hover .icon-wrapper::before {
    opacity: 1;
}

.icon-wrapper span {
    font-size: 36px;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
    transition: var(--transition);
}

.service-card:hover .icon-wrapper span {
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.service-card h3 {
    font-family: 'Almarai', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 12px;
    text-align: right;
    transition: var(--transition);
}

.service-card:hover h3 {
    color: var(--color-primary);
}

.service-card p {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 24px;
    text-align: right;
    line-height: 1.7;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
    position: relative;
    transition: var(--transition);
    margin-right: auto;
}

    .read-more::after {
        content: '';
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 0;
        height: 2px;
        background: var(--gradient-gold);
        transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .read-more:hover::after {
        width: 100%;
    }

    .read-more:hover {
        color: var(--color-accent);
        gap: 12px;
    }

    .read-more i {
        font-size: 18px;
        transition: var(--transition);
    }

    .read-more:hover i {
        transform: translateX(-4px);
    }

/* Badge for featured service */
.service-card.featured {
    background: linear-gradient(135deg, var(--color-dark) 0%, var(--color-primary) 100%);
    color: white;
    border: none;
}

    .service-card.featured h3,
    .service-card.featured p {
        color: white;
    }

    .service-card.featured .icon-wrapper {
        background: rgba(255, 255, 255, 0.1);
    }

        .service-card.featured .icon-wrapper span {
            color: var(--color-secondary);
        }

    .service-card.featured .read-more {
        color: var(--color-secondary);
    }

    .service-card.featured:hover .read-more {
        color: white;
    }

/* Decorative numbers */
.service-number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'Almarai', sans-serif;
    font-size: 72px;
    font-weight: 800;
    color: rgba(26, 77, 109, 0.03);
    line-height: 1;
    pointer-events: none;
    transition: var(--transition);
}

.service-card:hover .service-number {
    color: rgba(232, 184, 73, 0.08);
    transform: scale(1.1);
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-title h2 {
        font-size: 36px;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .services-area {
        padding: 80px 0 60px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .section-title p {
        font-size: 16px;
    }

    .service-card {
        padding: 32px 24px;
    }

        .service-card h3 {
            font-size: 21px;
        }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* Optional: Staggered hover effect for grid */
.services-grid:hover .service-card:not(:hover) {
    opacity: 0.6;
    transform: scale(0.98);
}


.banner-content .top-title {
    font-size: 30px;
}



/* Cairo Skyline positioned at bottom center of footer with negative bottom offset */
.footer-cairo-skyline-full {
    position: absolute;
    bottom: -125px; /* Extends below footer */
    left: 0;
    right: 0;
    height: 547px;
    background: url('../images/footer2.jpeg') no-repeat center bottom;
    background-size: contain;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
    width: 100%;
}

/* For the alternative smaller skyline */
.footer-cairo-skyline {
    position: absolute;
    bottom: -60px; /* Adjust for smaller image */
    left: 0;
    right: 0;
    height: 154px;
    background: url('../images/footer3.png') no-repeat center bottom;
    background-size: contain;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
    width: 100%;
}

/* Remove all RTL/LTR transforms since we're centering the image */
[dir="ltr"] .footer-cairo-skyline-full,
[dir="rtl"] .footer-cairo-skyline-full,
[dir="ltr"] .footer-cairo-skyline,
[dir="rtl"] .footer-cairo-skyline {
    transform: scaleX(1); /* Remove any flipping */
    left: 0;
    right: 0;
}


.footer-area .container {
    position: relative;
    z-index: 1;
}

.single-footer-widget {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

/* Logo Styling */
.ministry-logo {
    width: 130px !important;
    height: auto;
    margin-bottom: 20px;
    opacity: 0.9;
}

/* Ministry Description */
.ministry-description {
    color: #d1d1d1;
    line-height: 1.8;
    margin-bottom: 30px;
}

[dir="ltr"] .ministry-description {
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 15px;
}

[dir="rtl"] .ministry-description {
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 15px;
}

.ministry-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #ffffff;
    line-height: 1.6;
}

.ministry-subtext {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1.7;
}


/* Footer Section Titles */
.footer-section-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

    .footer-section-title h3 {
        color: #ffffff !important;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 0;
        padding-bottom: 15px;
        display: inline-block;
        position: relative;
        display: inline-block;
        letter-spacing: 0.5px;
    }

        .footer-section-title h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 70px;
            height: 3px;
            background-color: #C9A227;
            border-radius: 2px;
        }

/* For RTL languages */
[dir="rtl"] .footer-section-title h3::after {
    left: auto;
    right: 0;
}

/* For LTR languages */
[dir="ltr"] .footer-section-title h3::after {
    left: 0;
    right: auto;
}
/* Underline effect */
.title-underline {
    display: block;
    width: 55px;
    height: 3px;
    background: #e8b849;
    border-radius: 2px;
    margin-top: 12px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[dir="ltr"] .title-underline {
    transform-origin: left;
}

[dir="rtl"] .title-underline {
    transform-origin: right;
}

.footer-section-title:hover .title-underline {
    width: 75px;
    background: linear-gradient(90deg, #e8b849, #ffd166);
}

/* Import Links - Clean without dots */
.import-link {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .import-link li {
        margin-bottom: 14px;
        position: relative;
        padding-right: 0;
        transition: transform 0.3s ease;
    }

[dir="ltr"] .import-link li:hover {
    transform: translateX(3px);
}

[dir="rtl"] .import-link li:hover {
    transform: translateX(-3px);
}

.import-link li:last-child {
    margin-bottom: 0;
}

.import-link li a {
    color: #d1d1d1;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 4px 0;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* Link underline effect for LTR */
[dir="ltr"] .import-link li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #e8b849;
    transition: width 0.3s ease;
}

[dir="ltr"] .import-link li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

    [dir="ltr"] .import-link li a:hover:before {
        width: 100%;
    }

/* Link underline effect for RTL */
[dir="rtl"] .import-link li a:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #e8b849;
    transition: width 0.3s ease;
}

[dir="rtl"] .import-link li a:hover {
    color: #ffffff;
    padding-right: 8px;
}

    [dir="rtl"] .import-link li a:hover:before {
        width: 100%;
    }

/* Cairo Illustration Container */
.cairo-illustration-container {
    padding: 0 10px;
}

/* Location Info */
.location-info {
    color: #d1d1d1;
    font-size: 14px;
    padding: 15px 0;
    border-radius: 8px;
    padding: 20px;
}

.location-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

    .location-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.location-icon {
    color: #e8b849;
    width: 20px;
    font-size: 15px;
    flex-shrink: 0;
}

[dir="ltr"] .location-icon {
    margin-right: 12px;
}

[dir="rtl"] .location-icon {
    margin-left: 12px;
}



.social-links {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0c2647;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

    .social-icon:hover {
        transform: translateY(-3px);
        color: #6c5ce7;
        box-shadow: 0 5px 15px rgba(108, 92, 231, 0.2);
    }

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 35px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.copyright-text p {
    color: #b0b0b0;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

[dir="ltr"] .footer-bottom-links {
    justify-content: flex-end;
}

[dir="rtl"] .footer-bottom-links {
    justify-content: flex-start;
}

.footer-link {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
    font-weight: 400;
}

    .footer-link:hover {
        color: #e8b849;
    }

/* Link underline effect for LTR */
[dir="ltr"] .footer-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #e8b849;
    transition: width 0.3s ease;
}

[dir="ltr"] .footer-link:hover:after {
    width: 100%;
}

/* Link underline effect for RTL */
[dir="rtl"] .footer-link:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #e8b849;
    transition: width 0.3s ease;
}

[dir="rtl"] .footer-link:hover:after {
    width: 100%;
}

.separator {
    color: #666;
    font-size: 12px;
}

/* Shape Decorations */
.shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.footer-shape-1 {
    top: 50px;
    opacity: 0.1;
}

[dir="ltr"] .footer-shape-1 {
    right: 5%;
}

[dir="rtl"] .footer-shape-1 {
    left: 5%;
}

.footer-shape-2 {
    bottom: 50px;
    opacity: 0.1;
}

[dir="ltr"] .footer-shape-2 {
    left: 5%;
}

[dir="rtl"] .footer-shape-2 {
    right: 5%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-cairo-skyline,
    .footer-cairo-skyline-full {
        display: none; /* Hide skyline on mobile for better performance */
    }

    .ministry-description {
        padding: 0;
        border: none;
        margin: 0 0 20px 0;
    }

    .footer-bottom-links {
        justify-content: center !important;
        text-align: center;
    }

    .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }
}
/* Responsive adjustments for skyline */
@media (max-width: 1400px) {
    .footer-cairo-skyline-full {
        height: 450px;
        bottom: -100px;
    }

    .footer-area {
        padding-bottom: 100px;
    }
}

@media (max-width: 1200px) {
    .footer-cairo-skyline-full {
        height: 400px;
        bottom: -80px;
    }

    .footer-cairo-skyline {
        height: 120px;
        bottom: -40px;
    }

    .footer-area {
        padding-bottom: 80px;
    }
}

@media (max-width: 992px) {
    .footer-cairo-skyline-full {
        height: 350px;
        bottom: -60px;
    }

    .footer-cairo-skyline {
        height: 100px;
        bottom: -30px;
    }

    .footer-area {
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .footer-cairo-skyline-full {
        height: 250px;
        bottom: -40px;
        background-size: cover;
    }

    .footer-cairo-skyline {
        height: 80px;
        bottom: -20px;
        background-size: contain;
    }

    .footer-area {
        padding-bottom: 40px;
        padding-top: 50px; /* Reduce top padding on mobile */
    }

    .ministry-description {
        padding: 0;
        border: none;
        margin: 0 0 20px 0;
    }

    .footer-bottom-links {
        justify-content: center !important;
        text-align: center;
        margin-top: 20px;
    }

    .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }

    /* Adjust footer padding for mobile */
    .footer-area.pt-100 {
        padding-top: 50px !important;
    }

    .footer-area.pb-70 {
        padding-bottom: 40px !important;
    }
}

@media (max-width: 576px) {
    .footer-cairo-skyline-full {
        height: 180px;
        bottom: -30px;
    }

    .footer-cairo-skyline {
        height: 60px;
        bottom: -15px;
    }

    .footer-area {
        padding-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .footer-cairo-skyline-full {
        height: 120px;
        bottom: -20px;
    }

    .footer-cairo-skyline {
        height: 40px;
        bottom: -10px;
    }

    .footer-area {
        padding-bottom: 20px;
    }
}

/* Alternative: If you want the skyline to appear above content on very small screens */
@media (max-width: 320px) {
    .footer-cairo-skyline-full,
    .footer-cairo-skyline {
        display: none; /* Hide on very small screens */
    }

    .footer-area {
        padding-bottom: 0;
    }
}

.desktop-nav .navbar .others-options ul li .call i {
    color: #C9A227 !important;
}

.top-header .header-right-content .languages-switcher i {
    color: #C9A227 !important;
}


/*
Simple Services Section Design
======================================================*/

/* Section Spacing */
.services-area {
    background-color: #f8f9fa;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

    .section-title h2 {
        font-size: 36px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 15px;
    }

    .section-title p {
        font-size: 16px;
        color: #666;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6;
    }

/* Service Card */
.service-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

/* Logo */
.service-logo {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .service-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

/* Title */
.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Description */
.service-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Link */
.service-link {
    color: #00aa55;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

    .service-link:hover {
        color: #008844;
        gap: 10px;
    }

    .service-link i {
        font-size: 18px;
    }

/* Grid Spacing */
.services-area .row {
    margin-left: -15px;
    margin-right: -15px;
}

    .services-area .row > [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px;
    }

/* Responsive Design */
@media (max-width: 991px) {
    .section-title h2 {
        font-size: 32px;
    }

    .service-card {
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 60px;
    }

    .pb-70 {
        padding-bottom: 40px;
    }

    .section-title {
        margin-bottom: 40px;
    }

        .section-title h2 {
            font-size: 28px;
        }

    .service-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

        .service-card h3 {
            font-size: 20px;
        }
}






/* Max width 767px */
@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .pb-70 {
        padding-bottom: 20px;
    }

    .ptb-70 {
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .pl-15 {
        padding-right: 0;
    }

    .pr-15 {
        padding-left: 0;
    }

    .top-header {
        text-align: center;
    }

        .top-header .header-right-content {
            margin-top: 10px;
            float: unset;
        }

    .hero-slider-item {
        height: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero-slider-content {
        text-align: center;
        margin-bottom: 30px;
    }

        .hero-slider-content .top-title {
            font-size: 14px;
        }

        .hero-slider-content h1 {
            font-size: 29px;
            margin-bottom: 15px;
        }

        .hero-slider-content p {
            margin-bottom: 25px;
        }

    .hero-slider-area ul {
        transform: none;
        position: unset;
        flex-flow: nowrap;
        display: none;
    }

        .hero-slider-area ul li {
            margin: 0;
            margin-left: 10px;
            display: inline-block;
        }

            .hero-slider-area ul li:last-child {
                margin-left: 0;
            }

            .hero-slider-area ul li a {
                transform: none;
            }

    .hero-slider-area .thumbs-wrap {
        display: none;
    }

    .hero-slider-area .owl-theme .owl-nav {
        margin-bottom: 0;
        position: absolute;
        bottom: 55px;
        right: 0;
        left: 0;
        margin-top: 0 !important;
    }

        .hero-slider-area .owl-theme .owl-nav .owl-prev, .hero-slider-area .owl-theme .owl-nav .owl-next {
            background-color: transparent;
        }

            .hero-slider-area .owl-theme .owl-nav .owl-prev i, .hero-slider-area .owl-theme .owl-nav .owl-next i {
                font-size: 30px;
                color: #00aa55;
            }

    .default-btn {
        padding: 12px 25px;
        font-size: 15px;
    }

    .section-title {
        margin-bottom: 30px;
        text-align: right;
        margin-top: 0;
    }

        .section-title h2 {
            font-size: 30px;
            margin-top: -9px;
            margin-bottom: 15px;
        }

    .single-services-box {
        padding: 20px;
    }

        .single-services-box span {
            margin-bottom: 15px;
            font-size: 60px;
        }

        .single-services-box h3 {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .single-services-box p {
            margin-bottom: 10px;
        }

        .single-services-box .services-shape {
            max-width: 100px;
        }

    .read-more {
        font-size: 15px;
    }

    .who-we-are-img {
        margin-top: 0;
    }

        .who-we-are-img::before {
            display: none;
        }

    .who-we-are-content h2 {
        font-size: 30px;
    }

    .who-we-are-content h3 {
        font-size: 22px;
    }

    .discover-bg {
        padding: 20px 5px 0;
    }

        .discover-bg .section-title {
            padding-top: 0;
        }

        .discover-bg .row {
            margin-right: 0;
            margin-left: 0;
        }

    .discover-area .pr-0 {
        padding-left: 12px;
    }

    .discover-area .pl-0 {
        padding-right: 12px;
    }

    .discover-content {
        padding: 30px 20px;
        margin-bottom: 24px;
    }

        .discover-content h2 {
            font-size: 22px;
            margin-top: -6px;
            margin-bottom: 15px;
        }

        .discover-content h3 {
            font-size: 20px;
        }

        .discover-content ul {
            margin-bottom: 0;
        }

    .discover-img {
        height: 300px;
    }

        .discover-img .video-button i {
            font-size: 60px;
        }

    .shape {
        display: none;
    }

    .counselor-content .counselor-title h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .single-counselor i {
        font-size: 60px;
        margin-bottom: 15px;
        position: absolute;
        top: -78px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1;
        color: #00aa55;
        margin-bottom: 0;
    }

    .single-counselor p {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .counselor-area .owl-nav .owl-prev {
        right: 0;
    }

    .counselor-area .owl-nav .owl-next {
        left: 0;
    }

    .single-event {
        padding: 20px;
        text-align: center;
    }

        .single-event h3 {
            font-size: 18px;
            margin-top: -5px;
            margin-bottom: 8px;
        }

        .single-event ul {
            margin-bottom: 8px;
        }

            .single-event ul li {
                font-size: 14px;
            }

    .local-councils-content h2 {
        font-size: 30px;
    }

    .local-councils-content h3 {
        font-size: 20px;
    }

    .local-councils-img {
        margin-top: 0;
    }

        .local-councils-img::before {
            display: none;
        }

    .single-councillor .councillor-content {
        margin-top: -40px;
    }

    .single-blog-box .blog-content {
        padding: 20px;
    }

        .single-blog-box .blog-content h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .single-blog-box .blog-content ul li {
            font-size: 14px;
            margin-left: 5px;
        }

        .single-blog-box .blog-content p {
            margin-bottom: 12px;
        }

    .single-footer-widget h3 {
        font-size: 22px;
    }

    .single-footer-widget.single-bg {
        padding: 0;
    }

        .single-footer-widget.single-bg::before {
            display: none;
        }

    .modal .account-title h2 {
        font-size: 20px;
        padding: 15px;
    }

    .modal .forgot-login {
        float: unset;
    }

    .modal .close {
        left: 18px;
        top: 18px;
    }

    .modal .contact-form-action {
        padding: 15px 15px;
    }

        .modal .contact-form-action .show {
            text-align: center;
            margin-top: 10px;
        }

    .discover-area .section-title {
        margin-right: 15px;
        margin-left: 15px;
    }

    .discover-area.discover-area-style-three .section-title {
        text-align: right;
        margin-right: 0;
    }

    .discover-area.discover-area-style-three .discover-bg .discover-content h2 {
        color: #3a3650;
    }

    .discover-area.discover-area-style-three .discover-bg .discover-content p {
        color: #6b6b6b;
    }

    .discover-area.discover-area-style-three .discover-bg .discover-content h3 {
        color: #3a3650;
    }

    .discover-area.discover-area-style-three .discover-bg .discover-content ul li {
        color: #6b6b6b;
    }

    .who-we-are-content.who-we-are-content-two ul {
        margin-bottom: 30px;
    }

    .local-councils-content ul {
        margin-bottom: 25px;
    }

    .single-councillor .councillor-content ul li a {
        font-size: 15px;
    }
    /** Home Two **/
    .banner-area {
        height: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .banner-area ul {
            display: none;
        }

        .banner-area::before {
            -webkit-clip-path: none;
            clip-path: none;
        }

    .banner-content {
        text-align: center;
        margin-bottom: 30px;
    }

        .banner-content .top-title {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .banner-content h1 {
            font-size: 30px;
            margin-bottom: 20px;
        }

    .services-area.services-area-style-two {
        padding-top: 50px;
    }

        .services-area.services-area-style-two .single-services-box {
            padding: 15px;
            margin-bottom: 30px;
        }

            .services-area.services-area-style-two .single-services-box span {
                position: unset;
                margin-bottom: 25px;
            }

    .who-we-are-img.who-we-are-img-2 .who-we-are-img-shape-2 {
        display: none;
    }

    .single-counter::before {
        display: none;
    }

    .discover-area.discover-area-style-two .counter-bg {
        margin-bottom: 0;
    }

    .project-area .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .local-councils-services-area.local-councils-services-area-style-two .local-councils-img .local-councils-img-shape {
        display: none;
    }

    .single-project .project-content {
        right: 0;
        left: 0;
        text-align: center;
    }

        .single-project .project-content a {
            font-size: 20px;
        }
    /** Home Three **/
    .banner-area.banner-area-style-three .container-fluid {
        padding-left: 12px !important;
    }

    .banner-area.banner-area-style-three .banner-content {
        margin-right: 0;
    }

    .banner-area.banner-area-style-three .banner-img {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .banner-area.banner-area-style-three .pr-0 {
        padding-left: 15px !important;
    }

    .services-area.services-area-style-three {
        padding-top: 50px;
    }

        .services-area.services-area-style-three .single-services-box {
            padding: 15px;
        }

            .services-area.services-area-style-three .single-services-box span {
                position: unset;
                margin-bottom: 25px;
            }
    /** Inner Page **/
    .user-area .user-form-content.log-in-50 {
        margin-bottom: 50px;
    }

    .user-area .user-form-content h3 {
        font-size: 20px;
        padding: 15px 20px;
    }

    .user-area .user-form-content .user-form {
        padding: 20px;
    }

        .user-area .user-form-content .user-form .login-action .forgot-login {
            float: unset;
            margin-top: 10px;
        }

    .coming-soon-area {
        height: 100%;
        padding-top: 120px;
        padding-bottom: 120px;
        padding-right: 15px;
        padding-left: 15px;
    }

        .coming-soon-area .coming-soon-content {
            padding: 30px 20px;
        }

            .coming-soon-area .coming-soon-content h2 {
                margin-top: 25px;
                font-size: 25px;
            }

            .coming-soon-area .coming-soon-content #timer {
                margin-top: 10px;
            }

                .coming-soon-area .coming-soon-content #timer div {
                    width: 95px;
                    height: 100px;
                    font-size: 35px;
                    margin-top: 20px;
                }

                    .coming-soon-area .coming-soon-content #timer div span {
                        font-size: 14px;
                    }

            .coming-soon-area .coming-soon-content form {
                max-width: 100%;
                margin-top: 40px;
            }

    .error-area .error-content h3 {
        font-size: 22px;
    }

    .error-area .error-content p {
        font-size: 16px;
    }

    .page-title-area .page-title-content h2 {
        font-size: 40px;
    }

    .awesome-single-services .awesome-services-content {
        padding: 20px;
    }

        .awesome-single-services .awesome-services-content h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .awesome-single-services .awesome-services-content p {
            margin-bottom: 15px;
        }

    .read-more {
        font-size: 14px;
    }

    .services-content h3 {
        font-size: 25px;
    }

    .sidebar-widget ul {
        padding: 20px;
    }

    .sidebar-widget ul {
        padding: 20px;
    }

    .event-widget-sidebar .single-another h3 {
        font-size: 22px;
    }

    .event-widget-sidebar .single-another .another-content {
        padding: 20px;
    }

    .datepickers .date {
        width: 1.25rem;
        height: 1.25rem;
    }

    .event-content.event-content-two .event-date {
        padding: 20px;
        text-align: center;
        padding-bottom: 0;
    }

        .event-content.event-content-two .event-date .single-annual {
            margin-bottom: 20px;
        }

    .event-content.event-content-six .single-recent-post {
        padding: 20px;
        height: auto;
        text-align: center;
    }

        .event-content.event-content-six .single-recent-post img {
            position: unset;
        }

    .event-content h3 {
        font-size: 22px;
    }

    .event-details-area .book-action {
        margin-bottom: 30px;
    }

    .event-details-area .event-content.one {
        text-align: center;
    }

    .book-action {
        padding: 20px;
    }

        .book-action h2 {
            font-size: 30px;
            margin-bottom: 20px;
        }

    .accessibility-conditions .accessibility-content h3 {
        font-size: 22px;
    }

    .privacy-policy .privacy-content h3 {
        font-size: 22px;
    }

    .terms-conditions .terms-content h3 {
        font-size: 22px;
    }

    .coming-soon-area .coming-soon-content .newsletter-form .default-btn {
        position: unset;
        top: 2px;
        left: 2px;
    }

    .sidebar-widget.councilor .councilor-content {
        padding: 20px;
    }

    .sidebar-widget.councilor {
        margin-top: 30px;
    }

    .sidebar-widget.councilor {
        margin-top: 30px;
    }

    .sidebar-widget.advertizing {
        margin-bottom: 0 !important;
        text-align: center;
    }

    .blog-post-athour-area .sidebar-widget.councilor {
        margin-bottom: 30px;
    }

    .blog-post-athour-area .sidebar-widget.categories {
        margin-bottom: 0;
    }

    .blog-details-content .blog-top-content .news-content h3 {
        font-size: 25px;
    }

    .blog-details-content .blog-top-content .news-content-2 .single-recent-post {
        height: auto;
        padding: 20px;
        text-align: center;
    }

        .blog-details-content .blog-top-content .news-content-2 .single-recent-post img {
            position: unset;
            margin-bottom: 10px;
        }

    .blog-details-content .blog-top-content .news-content-3 ul li {
        padding-right: 0;
    }

        .blog-details-content .blog-top-content .news-content-3 ul li img {
            position: unset;
            margin-bottom: 20px;
        }

        .blog-details-content .blog-top-content .news-content-3 ul li.active {
            margin-right: 0;
        }

    .blog-details-content .leave-reply form {
        padding: 20px;
    }

    .main-contact-area #contactForm {
        margin-right: 0;
        margin-left: 0;
        padding: 20px;
    }

    .main-contact-area .contact-bg {
        padding-top: 50px;
    }

        .main-contact-area .contact-bg .contact-info {
            padding-bottom: 5px;
        }

    .single-contact-info::before {
        display: none;
    }

    .counselor-area .owl-nav {
        opacity: 1 !important;
        margin-top: 0px !important;
    }

        .counselor-area .owl-nav .owl-prev, .counselor-area .owl-nav .owl-next {
            position: unset;
            margin: 0 10px;
        }

    .project-area .owl-nav {
        opacity: 1 !important;
        margin-top: 20px !important;
    }

        .project-area .owl-nav .owl-prev, .project-area .owl-nav .owl-next {
            position: unset;
            margin: 0 10px;
        }

    .shorting-menu .filter {
        padding: 5px 12px;
    }

        .shorting-menu .filter.active {
            background-color: transparent;
            color: #00aa55;
        }

    .coming-soon-area .coming-soon-content h2 {
        margin-top: 0;
    }

    .blog-post-area .single-blog-box.active .blog-content {
        padding: 20px;
    }

    .main-contact-area .contact-bg {
        padding-top: 30px;
    }

    .sidebar-widget h3 {
        font-size: 22px;
    }

    .services-content h3 {
        font-size: 22px;
    }

    .counselor-area .owl-nav .owl-prev, .counselor-area .owl-nav .owl-next {
        margin: 0;
        transition: all ease 0.5s;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 10px !important;
    }

        .counselor-area .owl-nav .owl-prev i, .counselor-area .owl-nav .owl-next i {
            font-size: 20px;
            color: #ffffff;
            line-height: 30px;
        }

    .counselor-area .owl-nav .owl-next {
        right: auto;
        left: -30px;
    }

        .counselor-area .owl-nav .owl-next i {
            position: relative;
            left: -1px;
        }

    .awesome-single-services {
        text-align: center;
    }

    .single-event-box .event-content {
        padding: 20px;
    }

    .discover-content ul li {
        margin-bottom: 5px;
    }

        .discover-content ul li:last-child {
            margin-bottom: 0;
        }

    .who-we-are-content ul li {
        margin-bottom: 5px;
    }

        .who-we-are-content ul li:last-child {
            margin-bottom: 0;
        }

    .discover-content {
        background-color: #3a3650;
        box-shadow: none;
        padding: 0;
    }

        .discover-content h2 {
            color: #ffffff;
        }

        .discover-content p {
            color: #ffffff;
        }

        .discover-content h3 {
            color: #ffffff;
        }

        .discover-content ul li {
            color: #ffffff;
        }
}
/* Min width 349px to Max width 767px */
@media only screen and (min-width: 370px) and (max-width: 767px) {
    .modal .forgot-login {
        float: left;
    }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-area .container-fluid {
        max-width: 540px;
    }

    .project-area .container-fluid {
        max-width: 540px;
    }

    .banner-area .container-fluid {
        max-width: 540px;
    }

    .banner-area.banner-area-style-three .container-fluid {
        max-width: 540px;
    }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .pb-70 {
        padding-bottom: 20px;
    }

    .ptb-70 {
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .pl-15 {
        padding-right: 0;
    }

    .pr-15 {
        padding-left: 0;
    }

    .hero-slider-item {
        height: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero-slider-content {
        text-align: center;
        margin-bottom: 30px;
    }

        .hero-slider-content .top-title {
            font-size: 14px;
        }

        .hero-slider-content h1 {
            font-size: 35px;
            margin-bottom: 15px;
        }

        .hero-slider-content p {
            margin-bottom: 25px;
        }

    .hero-slider-area .container-fluid {
        max-width: 720px;
    }

    .hero-slider-area ul {
        transform: none;
        position: unset;
        flex-flow: nowrap;
        display: none;
    }

        .hero-slider-area ul li {
            margin: 0;
            margin-left: 10px;
            display: inline-block;
        }

            .hero-slider-area ul li:last-child {
                margin-left: 0;
            }

            .hero-slider-area ul li a {
                transform: none;
            }

    .hero-slider-area .thumbs-wrap {
        display: none;
    }

    .hero-slider-area .owl-theme .owl-nav {
        margin-bottom: 0;
        position: absolute;
        bottom: -2px;
        right: 0;
        left: 0;
        margin: 0 !important;
    }

        .hero-slider-area .owl-theme .owl-nav .owl-prev, .hero-slider-area .owl-theme .owl-nav .owl-next {
            background-color: transparent;
        }

            .hero-slider-area .owl-theme .owl-nav .owl-prev i, .hero-slider-area .owl-theme .owl-nav .owl-next i {
                font-size: 30px;
                color: #00aa55;
            }

    .default-btn {
        padding: 15px 30px;
        font-size: 15px;
    }

    .section-title {
        margin-bottom: 30px;
        margin-top: 0;
    }

        .section-title h2 {
            font-size: 30px;
            margin-top: -9px;
            margin-bottom: 15px;
        }

    .single-services-box {
        text-align: center;
        padding: 20px;
    }

        .single-services-box span {
            margin-bottom: 15px;
            font-size: 60px;
        }

        .single-services-box h3 {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .single-services-box p {
            margin-bottom: 10px;
        }

    .read-more {
        font-size: 15px;
    }

    .who-we-are-img {
        text-align: center;
        margin-top: 0;
    }

        .who-we-are-img img {
            width: 100%;
        }

        .who-we-are-img::before {
            display: none;
        }

    .who-we-are-content h2 {
        font-size: 30px;
    }

    .who-we-are-content h3 {
        font-size: 22px;
    }

    .discover-bg .row {
        margin-right: 0;
        margin-left: 0;
    }

    .discover-area .pr-0 {
        padding-left: 12px;
    }

    .discover-area .pl-0 {
        padding-right: 12px;
    }

    .discover-content {
        padding: 30px;
        margin-bottom: 30px;
    }

        .discover-content h2 {
            font-size: 22px;
            margin-top: -6px;
            margin-bottom: 15px;
        }

        .discover-content h3 {
            font-size: 20px;
        }

        .discover-content ul {
            margin-bottom: 0;
        }

    .discover-img {
        height: 500px;
    }

        .discover-img .video-button i {
            font-size: 60px;
        }

    .shape {
        display: none;
    }

    .counselor-content .counselor-title h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .counselor-img {
        text-align: center;
    }

        .counselor-img img {
            width: 100%;
        }

    .single-counselor i {
        font-size: 60px;
        margin-bottom: 15px;
        position: absolute;
        top: -78px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1;
        color: #00aa55;
        margin-bottom: 0;
    }

    .single-counselor p {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .counselor-area .owl-nav .owl-prev {
        right: 0;
    }

    .counselor-area .owl-nav .owl-next {
        left: 0;
    }

    .local-councils-content h2 {
        font-size: 30px;
    }

    .local-councils-content h3 {
        font-size: 20px;
    }

    .local-councils-img {
        text-align: center;
        margin-top: 0;
    }

        .local-councils-img img {
            width: 100%;
        }

        .local-councils-img::before {
            display: none;
        }

    .single-councillor .councillor-content {
        margin-top: -40px;
    }

    .single-blog-box .blog-content {
        padding: 20px;
    }

        .single-blog-box .blog-content h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .single-blog-box .blog-content ul li {
            font-size: 14px;
            margin-left: 5px;
        }

        .single-blog-box .blog-content p {
            margin-bottom: 12px;
        }

    .single-footer-widget h3 {
        font-size: 22px;
    }

    .single-footer-widget.single-bg {
        padding: 0;
    }

        .single-footer-widget.single-bg::before {
            display: none;
        }

    .modal .contact-form-action .show {
        text-align: center;
        margin-top: 10px;
    }
    /** Home Two **/
    .banner-area {
        height: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .banner-area .container-fluid {
            max-width: 720px;
        }

        .banner-area ul {
            display: none;
        }

        .banner-area::before {
            -webkit-clip-path: none;
            clip-path: none;
        }

    .banner-content {
        text-align: center;
        margin-bottom: 30px;
    }

        .banner-content .top-title {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .banner-content h1 {
            font-size: 35px;
            margin-bottom: 20px;
        }

    .services-area.services-area-style-two {
        padding-top: 50px;
    }

        .services-area.services-area-style-two .single-services-box {
            padding: 15px;
            margin-bottom: 30px;
        }

            .services-area.services-area-style-two .single-services-box span {
                position: unset;
                margin-bottom: 25px;
            }

    .who-we-are-img.who-we-are-img-2 .who-we-are-img-shape-2 {
        display: none;
    }

    .single-counter::before {
        display: none;
    }

    .discover-area.discover-area-style-two .section-title {
        margin-right: 0;
    }

    .discover-area.discover-area-style-two .counter-bg {
        margin-bottom: 20px;
    }

    .discover-area.discover-area-style-three .section-title {
        text-align: right;
        margin-right: 0;
    }

        .discover-area.discover-area-style-three .section-title p {
            margin-right: 0;
        }

    .project-area .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
        max-width: 720px;
    }

    .local-councils-services-area.local-councils-services-area-style-two .local-councils-img .local-councils-img-shape {
        display: none;
    }

    .single-project .project-content {
        right: 0;
        left: 0;
        text-align: center;
    }
    /** Home Three **/
    .banner-area.banner-area-style-three .container-fluid {
        padding-left: 12px !important;
        max-width: 720px;
    }

    .banner-area.banner-area-style-three .banner-content {
        margin-right: 0;
    }

    .banner-area.banner-area-style-three .banner-img {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .banner-area.banner-area-style-three .pr-0 {
        padding-left: 15px !important;
    }

    .services-area.services-area-style-three {
        padding-top: 50px;
    }

        .services-area.services-area-style-three .single-services-box {
            padding: 15px;
        }

            .services-area.services-area-style-three .single-services-box span {
                position: unset;
                margin-bottom: 25px;
            }
    /** Inner Page **/
    .page-title-area .page-title-content h2 {
        font-size: 40px;
    }

    .awesome-single-services .awesome-services-content {
        padding: 20px;
    }

        .awesome-single-services .awesome-services-content h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .awesome-single-services .awesome-services-content p {
            margin-bottom: 15px;
        }

    .services-content h3 {
        font-size: 25px;
    }

    .event-details-area .book-action {
        margin-bottom: 30px;
    }

    .event-details-area .event-content.one {
        text-align: center;
    }

    .event-content.event-content-two .event-date {
        padding: 20px;
        text-align: center;
        padding-bottom: 0;
    }

        .event-content.event-content-two .event-date .single-annual {
            margin-bottom: 20px;
        }

    .user-area .user-form-content.log-in-50 {
        margin-bottom: 50px;
    }

    .sidebar-widget.councilor {
        margin-top: 30px;
    }

    .sidebar-widget.advertizing {
        margin-bottom: 0 !important;
        text-align: center;
    }

    .blog-post-athour-area .sidebar-widget.councilor {
        margin-bottom: 30px;
    }

    .blog-post-athour-area .sidebar-widget.categories {
        margin-bottom: 0;
    }

    .blog-details-content .blog-top-content .news-content h3 {
        font-size: 25px;
    }

    .blog-details-content .blog-top-content .news-content-3 ul li {
        padding-right: 0;
    }

        .blog-details-content .blog-top-content .news-content-3 ul li img {
            position: unset;
            margin-bottom: 20px;
        }

        .blog-details-content .blog-top-content .news-content-3 ul li.active {
            margin-right: 0;
        }

    .blog-details-content .leave-reply form {
        padding: 20px;
    }

    .main-contact-area #contactForm {
        margin-right: 0;
        margin-left: 0;
        padding: 20px;
    }

    .main-contact-area .contact-bg {
        padding-top: 50px;
    }

        .main-contact-area .contact-bg .contact-info {
            padding-bottom: 5px;
        }

    .single-contact-info::before {
        display: none;
    }

    .main-contact-area .contact-bg {
        padding-top: 30px;
    }

    .awesome-single-services {
        text-align: center;
    }

    .single-event-box .event-content {
        padding: 20px;
    }

    .single-services-box .services-shape {
        max-width: 130px;
    }

    .hero-slider-area .owl-theme .owl-nav {
        bottom: 60px;
    }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pl-15 {
        padding-right: 0;
    }

    .pr-15 {
        padding-left: 0;
    }

    .hero-slider-area .container-fluid {
        max-width: 960px;
    }

    .who-we-are-img {
        background-image: url(../../assets/images/who-we-are-img.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        margin-top: 0;
    }

        .who-we-are-img.who-we-are-img-2 {
            background-image: url(../../assets/images/who-we-are-img-2.jpg);
        }

        .who-we-are-img::after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 30px;
            background-color: #ffffff;
        }

        .who-we-are-img::before {
            display: none;
        }

        .who-we-are-img img {
            display: none;
        }

    .who-we-are-area .row {
        align-items: unset !important;
    }

    .discover-bg .row {
        margin-right: 0;
        margin-left: 0;
    }

    .shape {
        display: none;
    }

    .local-councils-img {
        margin-top: 0;
        background-image: url(../../assets/images/local-councils-img.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
    }

        .local-councils-img::after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 30px;
            background-color: #ffffff;
        }

        .local-councils-img::before {
            display: none;
        }

        .local-councils-img img {
            display: none;
        }

    .single-councillor .councillor-content {
        margin-top: -50px;
    }

    .single-blog-box .blog-content {
        padding: 20px;
    }

        .single-blog-box .blog-content h3 {
            font-size: 23px;
        }

        .single-blog-box .blog-content ul li {
            font-size: 14px;
            margin-left: 10px;
        }

    .single-footer-widget.single-bg {
        padding: 0;
    }

        .single-footer-widget.single-bg::before {
            display: none;
        }

    .banner-area .container-fluid {
        max-width: 960px;
    }

    .services-area.services-area-style-two .single-services-box {
        padding: 20px;
        text-align: center;
    }

        .services-area.services-area-style-two .single-services-box span {
            position: unset;
            margin-bottom: 25px;
        }

    .services-area.services-area-style-three .single-services-box {
        padding: 20px;
        text-align: center;
    }

        .services-area.services-area-style-three .single-services-box span {
            position: unset;
            margin-bottom: 25px;
        }

    .banner-area.banner-area-style-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .project-area .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
        max-width: 960px;
    }

    .banner-area.banner-area-style-three .container-fluid {
        padding-left: 12px !important;
        max-width: 960px;
    }

    .banner-area.banner-area-style-three .banner-content h1 {
        font-size: 50px;
    }

    .banner-area.banner-area-style-three .banner-img {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .sidebar-widget ul {
        padding: 20px;
    }

    .event-widget-sidebar .single-another h3 {
        font-size: 22px;
    }

    .event-widget-sidebar .single-another .another-content {
        padding: 20px;
    }

    .datepickers .date {
        width: 1.25rem;
        height: 1.25rem;
    }

    .event-content.event-content-two .event-date {
        padding: 20px;
    }

    .event-content.event-content-six .single-recent-post {
        padding: 20px;
        height: auto;
        text-align: center;
    }

        .event-content.event-content-six .single-recent-post img {
            position: unset;
        }

    .event-content h3 {
        font-size: 22px;
    }

    .book-action h2 {
        font-size: 30px;
    }

    .blog-details-content .blog-top-content .news-content-2 .single-recent-post {
        height: auto;
        padding: 20px;
        text-align: center;
    }

        .blog-details-content .blog-top-content .news-content-2 .single-recent-post img {
            position: unset;
            margin-bottom: 10px;
        }

    .single-event {
        padding: 20px;
    }

        .single-event h3 {
            font-size: 20px;
            margin-top: -5px;
        }

    .desktop-nav .navbar .navbar-nav .nav-item a {
        margin-right: 12px !important;
        margin-left: 1px !important;
    }
    
    .banner-area.banner-area-style-three .banner-content {
        margin-right: 0;
    }

    .single-event-box .event-content {
        padding: 20px;
    }

    .single-services-box {
        padding: 20px;
    }

        .single-services-box .services-shape {
            max-width: 150px;
        }

    .local-councils-services-area .row.align-items-center {
        align-items: initial !important;
    }

    .banner-area {
        height: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner-content h1 {
        font-size: 65px;
    }
}
/* Min width 1200px to Max width 1299px */
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .hero-slider-area .container-fluid {
        max-width: 1140px;
    }

    .banner-area .container-fluid {
        max-width: 1140px;
    }

    .banner-area.banner-area.banner-area-style-three .banner-content {
        max-width: 552px;
        margin-right: auto;
    }
}
/* Min width 1300px to Max width 1399px */
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .banner-area.banner-area-style-three .banner-content {
        max-width: 632px;
        margin-right: auto;
    }
}
/* Min width 1300px to Max width 1399px */
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .banner-area.banner-area-style-three .banner-content {
        max-width: 642px;
        margin-right: auto;
    }
}
/* Max width 1500 */
@media only screen and (min-width: 1500px) {
    .hero-slider-area {
        overflow: hidden;
    }

        .hero-slider-area .thumbs-wrap {
            left: 40px;
        }

            .hero-slider-area .thumbs-wrap .owl-thumb-item span::before {
                left: -100px !important;
                width: 80px !important;
            }

            .hero-slider-area .thumbs-wrap .owl-thumb-item span::after {
                left: -25px !important;
            }

    .hero-slider-content {
        max-width: 675px;
        margin-right: auto;
    }

        .hero-slider-content h1 {
            font-size: 65px;
        }

    .hero-slider-item {
        height: 800px;
    }

    .single-footer-widget.single-bg::before {
        height: 395px;
    }

    .banner-area ul {
        right: 100px;
    }

    .banner-area.banner-area-style-three {
        height: 100vh;
    }

        .banner-area.banner-area-style-three .banner-content {
            max-width: 682px;
            margin-right: auto;
        }

        .banner-area.banner-area-style-three .banner-img {
            margin-bottom: -200px;
            position: relative;
            left: -115px;
        }

    .banner-item {
        height: 800px;
    }

    .banner-content {
        max-width: 675px;
        margin-right: auto;
    }

        .banner-content h1 {
            font-size: 59px;
        }
}
/* Mobile and iPad Navbar */
@media only screen and (max-width: 991px) {
    .navbar-area {
        background-color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 2;
    }

        .navbar-area.is-sticky {
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .mobile-responsive-nav {
        display: block;
    }

        .mobile-responsive-nav .mobile-responsive-menu {
            position: relative;
        }

            .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
                margin-top: 50px;
                background-color: #ffffff;
            }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
                    font-size: 15px;
                    border: none !important;
                }

                    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
                        color: #000000;
                        border-top-color: #DBEEFD;
                        text-transform: capitalize;
                    }

                        .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
                            display: none;
                        }

                        .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
                            width: 100%;
                            height: 28px;
                            text-align: left;
                            padding: 11px !important;
                            background: transparent !important;
                            border-right: none !important;
                            border-bottom: none !important;
                        }

                        .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
                            color: #00aa55;
                        }

                    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
                        font-size: 15px;
                    }

            .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
                height: 265px;
                overflow-y: scroll;
                box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            }

        .mobile-responsive-nav .mean-container a.meanmenu-reveal {
            top: 0;
            padding: 0;
            width: 35px;
            height: 30px;
            padding-top: 7px;
            color: #00aa55;
        }

            .mobile-responsive-nav .mean-container a.meanmenu-reveal span {
                background: #00aa55;
                height: 4px;
                margin-top: -6px;
                border-radius: 3px;
                position: relative;
                top: 8px;
            }

        .mobile-responsive-nav .mean-container .mean-bar {
            background: transparent;
            position: absolute;
            z-index: 999;
            padding: 0;
        }

        .mobile-responsive-nav .others-options {
            display: none !important;
        }

        .mobile-responsive-nav .logo {
            position: relative;
            width: 130px;
            z-index: 999;
        }

    .desktop-nav {
        display: none;
    }

    .others-option-for-responsive {
        display: block;
    }

        .others-option-for-responsive .others-option ul {
            line-height: 1;
            top: -1px;
            position: relative;
        }

            .others-option-for-responsive .others-option ul li .default-btn {
                padding: 15px 33px;
            }

            .others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup {
                left: auto;
                right: -75px;
                width: 290px;
            }

        .others-option-for-responsive .container .container {
            max-width: 255px;
        }

        .others-option-for-responsive .others-option ul li .option-item {
            top: 2px;
        }
}
/* Continuer Custom Width Area Style */
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }

    .hero-slider-area .container-fluid {
        max-width: 1400px;
    }
}
/*# sourceMappingURL=responsive.css.map */

.single-councillor .councillor-content ul li {
    color: #C9A227 !important;
}

.discover-img.discover-img-2 {
    background-image: url(../images/MOIFT_Tasks2.jpeg) !important;
}



.page-title-area {
    background-color: #0D1B3E !important;
}

/*About-Section- Vission and Mission*/
.title-line {
    width: 70px;
    height: 3px;
    background: var(--moif-gold);
    margin: 0 auto;
}

.section-block {
    background: var(--bg-light);
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid var(--moif-gold);
}

.section-heading {
    color: var(--moif-blue-dark);
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.heading-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
}

.section-text {
    color: var(--moif-blue);
    line-height: 1.8;
    font-size: 1.05rem;
    margin: 0;
}

.values-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.value-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.value-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.value-content h3 {
    color: var(--moif-blue-dark);
    font-size: 1.2rem;
    margin: 0 0 8px 0;
}

.value-content p {
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}


/* Values Section Styles */
.values-section {
    padding: 40px 0;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    color: var(--moif-blue-dark);
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.title-divider {
    width: 60px;
    height: 4px;
    background: var(--moif-gold);
    margin: 0 auto;
}

/* Value Box Styles */
.value-box {
    background: white;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .value-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

.value-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.value-box:hover .value-icon {
    transform: rotate(5deg) scale(1.05);
}

.value-box h3 {
    color: var(--moif-blue-dark);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.value-box p {
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
    flex-grow: 1;
}




/* ============================================
   ENHANCED MINISTRY PAGE - RTL/LTR SUPPORT
   ============================================ */

:root {
    --moif-blue-dark: #0D1B3E;
    --moif-blue: #1A2B4A;
    --moif-gold: #C9A227;
    --moif-gold-bright: #F4D03F;
    --moif-white: #FFFFFF;
}

/* Main Container */
.ministry-simple-area {
    background: #ffffff;
    padding: 80px 0;
}

/* Page Title */
.page-title-simple {
    text-align: center;
    margin-bottom: 60px;
}

.decree-text {
    display: inline-block;
    background: var(--moif-gold);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.main-heading {
    font-size: 42px;
    font-weight: 800;
    color: var(--moif-blue-dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

.main-desc {
    font-size: 18px;
    color: #666;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Section Spacing */
.content-section {
    margin-bottom: 100px;
}

    .content-section:last-child {
        margin-bottom: 0;
    }

/* Force alignment with maximum specificity */
html[dir="ltr"] .section-header-simple .section-simple-heading,
body[dir="ltr"] .section-header-simple .section-simple-heading,
[dir="ltr"] .ministry-simple-area .section-header-simple .section-simple-heading {
    text-align: left !important;
    padding: 30px;
}

html[dir="rtl"] .section-header-simple .section-simple-heading,
body[dir="rtl"] .section-header-simple .section-simple-heading,
[dir="rtl"] .ministry-simple-area .section-header-simple .section-simple-heading {
    text-align: right !important;
    padding: 30px;
}

html[dir="ltr"] .section-simple-heading::after,
body[dir="ltr"] .section-simple-heading::after {
    left: 0 !important;
    right: auto !important;
}

html[dir="rtl"] .section-simple-heading::after,
body[dir="rtl"] .section-simple-heading::after {
    right: 0 !important;
    left: auto !important;
}
/* ============================================
   SECTION 1: MINISTRY TASKS
   ============================================ */
.tasks-simple-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.task-simple-box {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 40px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .task-simple-box::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--moif-gold), var(--moif-gold-bright));
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

/* RTL Support */
[dir="rtl"] .task-simple-box::before {
    transform-origin: right;
}

[dir="ltr"] .task-simple-box::before {
    transform-origin: left;
}

.task-simple-box:hover {
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

    .task-simple-box:hover::before {
        transform: scaleX(1);
    }

.task-icon-simple {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--moif-gold), var(--moif-gold-bright));
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(201, 162, 39, 0.3);
}

    .task-icon-simple i {
        font-size: 28px;
        color: white;
    }

.task-simple-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--moif-blue-dark);
    margin-bottom: 15px;
    line-height: 1.5;
}

/* RTL/LTR Text Alignment */
[dir="rtl"] .task-simple-title,
[dir="rtl"] .task-simple-text {
    text-align: right;
}

[dir="ltr"] .task-simple-title,
[dir="ltr"] .task-simple-text {
    text-align: left;
}

.task-simple-text {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
}

/* ============================================
   SECTION 2: STRATEGIC FRAMEWORK (TIMELINE)
   ============================================ */
.framework-timeline {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 50px 40px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.framework-intro {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 35px;
    border-bottom: 2px dashed rgba(201, 162, 39, 0.3);
}

    .framework-intro h3 {
        font-size: 28px;
        font-weight: 700;
        color: var(--moif-blue-dark);
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .framework-intro p {
        font-size: 17px;
        color: #666;
        line-height: 1.9;
        max-width: 900px;
        margin: 0 auto 15px;
    }

        .framework-intro p:last-child {
            margin-bottom: 0;
        }

/* Timeline Items */
.timeline-items {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
}

/* RTL Timeline */
[dir="rtl"] .timeline-items {
    padding-right: 45px;
    padding-left: 0;
}

    [dir="rtl"] .timeline-items::before {
        content: '';
        position: absolute;
        right: 18px;
        left: auto;
        top: 20px;
        bottom: 20px;
        width: 3px;
        background: linear-gradient(180deg, var(--moif-gold), var(--moif-gold), transparent);
    }

/* LTR Timeline */
[dir="ltr"] .timeline-items {
    padding-left: 45px;
    padding-right: 0;
}

    [dir="ltr"] .timeline-items::before {
        content: '';
        position: absolute;
        left: 18px;
        right: auto;
        top: 20px;
        bottom: 20px;
        width: 3px;
        background: linear-gradient(180deg, var(--moif-gold), var(--moif-gold), transparent);
    }

.timeline-item {
    position: relative;
    background: white;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

    .timeline-item:hover {
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
    }

/* RTL Timeline Dot */
[dir="rtl"] .timeline-item::before {
    content: '';
    position: absolute;
    right: -45px;
    left: auto;
    top: 35px;
    width: 18px;
    height: 18px;
    background: var(--moif-gold);
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 0 3px var(--moif-gold);
}

[dir="rtl"] .timeline-item:hover {
    transform: translateX(-8px);
}

/* LTR Timeline Dot */
[dir="ltr"] .timeline-item::before {
    content: '';
    position: absolute;
    left: -45px;
    right: auto;
    top: 35px;
    width: 18px;
    height: 18px;
    background: var(--moif-gold);
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 0 3px var(--moif-gold);
}

[dir="ltr"] .timeline-item:hover {
    transform: translateX(8px);
}

.timeline-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--moif-blue-dark);
    margin-bottom: 12px;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
}

/* RTL Arrow */
[dir="rtl"] .timeline-item h4 {
    flex-direction: row-reverse;
    text-align: right;
}

    [dir="rtl"] .timeline-item h4::before {
        content: "←";
        color: var(--moif-gold);
        font-size: 22px;
    }

/* LTR Arrow */
[dir="ltr"] .timeline-item h4 {
    flex-direction: row;
    text-align: left;
}

    [dir="ltr"] .timeline-item h4::before {
        content: "→";
        color: var(--moif-gold);
        font-size: 22px;
    }

.timeline-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
    margin: 0;
}

[dir="rtl"] .timeline-item p {
    text-align: right;
}

[dir="ltr"] .timeline-item p {
    text-align: left;
}

/* ============================================
   SECTION 3: STRATEGIC OBJECTIVES (ICON GRID)
   ============================================ */
.objectives-icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.objective-icon-card {
    background: white;
    border-radius: 16px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

    .objective-icon-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(90deg, var(--moif-gold), var(--moif-gold-bright));
        transform: scaleX(0);
        transition: transform 0.4s ease;
    }

/* RTL Support */
[dir="rtl"] .objective-icon-card::before {
    transform-origin: right;
}

[dir="ltr"] .objective-icon-card::before {
    transform-origin: left;
}

.objective-icon-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: rgba(201, 162, 39, 0.2);
}

    .objective-icon-card:hover::before {
        transform: scaleX(1);
    }

/*.obj-icon-wrapper {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--moif-gold), var(--moif-gold-bright));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    box-shadow: 0 6px 20px rgba(201, 162, 39, 0.3);
}

    .obj-icon-wrapper::after {
        content: '';
        position: absolute;
        inset: -8px;
        border: 3px dashed var(--moif-gold);
        border-radius: 50%;
        opacity: 0.25;
    }

.obj-number-icon {
    font-size: 19px;
    font-weight: 800;
    color: white;
}

.obj-icon-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--moif-blue-dark);
    line-height: 1.6;
    margin: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
*/
/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablets (Portrait) */
@media (max-width: 991px) {
    .ministry-simple-area {
        padding: 60px 0;
    }

    .main-heading {
        font-size: 36px;
    }

    .section-heading {
        font-size: 32px;
    }

    .tasks-simple-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .framework-timeline {
        padding: 40px 30px;
    }

    [dir="rtl"] .timeline-items {
        padding-right: 35px;
    }

    [dir="ltr"] .timeline-items {
        padding-left: 35px;
    }

    [dir="rtl"] .timeline-items::before {
        right: 15px;
    }

    [dir="ltr"] .timeline-items::before {
        left: 15px;
    }

    [dir="rtl"] .timeline-item::before {
        right: -35px;
    }

    [dir="ltr"] .timeline-item::before {
        left: -35px;
    }

    .objectives-icon-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Mobile (Landscape & Portrait) */
@media (max-width: 767px) {
    .ministry-simple-area {
        padding: 50px 0;
    }

    .page-title-simple {
        margin-bottom: 50px;
    }

    .decree-text {
        font-size: 13px;
        padding: 8px 20px;
    }

    .main-heading {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .main-desc {
        font-size: 16px;
    }

    .content-section {
        margin-bottom: 70px;
    }

    .section-header-simple {
        margin-bottom: 40px;
    }

    .section-number {
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .section-heading {
        font-size: 28px;
    }

    .task-simple-box {
        padding: 30px 25px;
    }

    .task-icon-simple {
        width: 55px;
        height: 55px;
    }

        .task-icon-simple i {
            font-size: 26px;
        }

    .task-simple-title {
        font-size: 20px;
    }

    .task-simple-text {
        font-size: 15px;
    }

    .framework-timeline {
        padding: 35px 25px;
    }

    .framework-intro {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

        .framework-intro h3 {
            font-size: 24px;
        }

        .framework-intro p {
            font-size: 16px;
        }

    [dir="rtl"] .timeline-items {
        padding-right: 30px;
    }

    [dir="ltr"] .timeline-items {
        padding-left: 30px;
    }

    [dir="rtl"] .timeline-items::before {
        right: 12px;
    }

    [dir="ltr"] .timeline-items::before {
        left: 12px;
    }

    .timeline-item {
        padding: 25px 20px;
    }

    [dir="rtl"] .timeline-item::before {
        right: -30px;
        width: 14px;
        height: 14px;
    }

    [dir="ltr"] .timeline-item::before {
        left: -30px;
        width: 14px;
        height: 14px;
    }

    .timeline-item h4 {
        font-size: 18px;
    }

    .timeline-item p {
        font-size: 15px;
    }

    .objectives-icon-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .objective-icon-card {
        padding: 30px 25px;
    }

    .obj-icon-wrapper {
        width: 65px;
        height: 65px;
    }

    .obj-number-icon {
        font-size: 28px;
    }

    .obj-icon-title {
        font-size: 16px;
        min-height: 50px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .ministry-simple-area {
        padding: 40px 0;
    }

    .decree-text {
        font-size: 12px;
        padding: 7px 18px;
    }

    .main-heading {
        font-size: 26px;
    }

    .main-desc {
        font-size: 15px;
    }

    .section-heading {
        font-size: 24px;
    }

    .task-simple-box {
        padding: 25px 20px;
    }

    .task-simple-title {
        font-size: 19px;
    }

    .task-simple-text {
        font-size: 14px;
    }

    .framework-timeline {
        padding: 30px 20px;
    }

    .framework-intro h3 {
        font-size: 22px;
    }

    .framework-intro p {
        font-size: 15px;
    }

    .timeline-item h4 {
        font-size: 17px;
    }

    .timeline-item p {
        font-size: 14px;
    }

    .obj-icon-title {
        font-size: 15px;
    }
}

/* Print Styles */
@media print {
    .ministry-simple-area {
        padding: 20px 0;
    }

    .task-simple-box,
    .timeline-item,
    .objective-icon-card {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}
/* Main Content Section */
.main-content {
    padding: 60px 0;
}

/* Main Grid Layout - Sidebar + Content */
.bio-main-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 30px;
    align-items: start;
}

/* Sidebar Styles */
.sidebar-column {
    position: sticky;
    top: 20px;
}

.sidebar-widget h3 {
    background-color: white !important;
}

.sidebar-widget.categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-widget.categories ul li {
        border-bottom: 1px solid #f0f0f0;
    }

        .sidebar-widget.categories ul li:last-child {
            border-bottom: none;
        }

        .sidebar-widget.categories ul li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 25px;
            color: var(--moif-blue-dark);
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

            .sidebar-widget.categories ul li a:hover {
                background: #f8f9fa;
                color: var(--moif-gold);
            }

/* Default LTR styles - applied when dir="ltr" OR when no dir is specified */
html[dir="ltr"] .sidebar-widget.categories ul li a:hover {
    padding-left: 30px;
    padding-right: 25px;
}

html[dir="rtl"] .sidebar-widget.categories ul li a:hover {
    padding-right: 30px;
    padding-left: 25px;
}

.sidebar-widget.categories ul li a.active {
    background: #f8f9fa;
    color: var(--moif-gold);
    font-weight: 600;
    border-color: var(--moif-gold) !important;
}

/* RTL/LTR Icons */
.rtl-icon {
    display: none;
}

.ltr-icon {
    display: none;
}

html[dir="rtl"] .rtl-icon {
    display: inline-block;
}

html[dir="ltr"] .ltr-icon {
    display: inline-block;
}

.sidebar-widget.categories ul li a i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

html[dir="ltr"] .sidebar-widget.categories ul li a:hover i {
    transform: translateX(5px);
}

html[dir="rtl"] .sidebar-widget.categories ul li a:hover i {
    transform: translateX(-5px);
}

/* Content Column */
.content-column {
    min-width: 0;
}

.content-card {
    background: var(--moif-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

/* Minister Header Grid - SIMPLIFIED APPROACH */
.minister-bio-grid {
    display: grid;
    gap: 0;
}

/* LTR: Image on left, Text on right */
html[dir="ltr"] .minister-bio-grid {
    direction: rtl;
    grid-template-columns: 347px 1fr;
}

html[dir="ltr"] .minister-photo-container {
    order: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[dir="ltr"] .minister-bio-content {
    order: 2;
    padding: 50px;
    text-align: left;
}

/* RTL: Image on right, Text on left */
html[dir="rtl"] .minister-bio-grid {
    direction: rtl;
    grid-template-columns: 1fr 347px;
}

html[dir="rtl"] .minister-photo-container {
    order: 2;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[dir="rtl"] .minister-bio-content {
    order: 1;
    padding: 50px;
    text-align: right;
}

.minister-bio-grid .minister-photo {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: block;
    object-fit: contain;
}

.minister-bio-content h3 {
    color: var(--moif-blue-dark);
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.3;
}

.minister-bio-content .minister-title {
    color: var(--moif-gold);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 35px;
    display: block;
    line-height: 1.5;
}

.minister-bio-content .bio-subtitle {
    color: var(--moif-blue-dark);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.4;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 12px;
}

.minister-bio-content p {
    color: #2c3e50;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* Content text alignment based on direction */
html[dir="ltr"] .minister-bio-content p,
html[dir="ltr"] .bio-content-text p {
    text-align: left;
}

html[dir="rtl"] .minister-bio-content p,
html[dir="rtl"] .bio-content-text p {
    text-align: right;
}

/* Content Sections - Tab-based Display */
.bio-content-sections {
    padding: 50px;
    min-height: 400px;
}

.bio-section-block {
    display: none;
    animation: fadeIn 0.4s ease;
}

    .bio-section-block.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bio-section-title {
    color: var(--moif-blue-dark);
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--moif-gold);
}

    .bio-section-title i {
        color: var(--moif-gold);
        font-size: 32px;
    }

/* Section title direction */
html[dir="ltr"] .bio-section-title {
    text-align: left;
}

html[dir="rtl"] .bio-section-title {
    text-align: right;
    flex-direction: row-reverse;
}

/* Content Text Styling */
.bio-content-text p {
    color: #2c3e50;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 22px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

    .bio-content-text p:last-child {
        margin-bottom: 0;
    }

.bio-content-text ul {
    margin-bottom: 20px;
}

html[dir="ltr"] .bio-content-text ul {
    margin-left: 20px;
    margin-right: 0;
}

html[dir="rtl"] .bio-content-text ul {
    margin-right: 20px;
    margin-left: 0;
}

.bio-content-text li {
    color: #2c3e50;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* Attachments Section */
.attachments-section {
    padding: 0 0 60px 0;
}

.attachments-card {
    background: var(--moif-white);
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.attachments-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

    .attachments-header i {
        color: var(--moif-gold);
        font-size: 28px;
    }

    .attachments-header h3 {
        color: var(--moif-blue-dark);
        font-size: 24px;
        font-weight: 700;
        margin: 0;
    }

.attachments-count {
    background: var(--moif-gold);
    color: var(--moif-white);
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}

html[dir="ltr"] .attachments-count {
    margin-left: 10px;
}

html[dir="rtl"] .attachments-count {
    margin-right: 10px;
}

.attachments-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.attachment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .attachment-item:hover {
        background: #f0f1f3;
    }

html[dir="ltr"] .attachment-item:hover {
    transform: translateX(5px);
}

html[dir="rtl"] .attachment-item:hover {
    transform: translateX(-5px);
}

.attachment-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.attachment-icon {
    width: 50px;
    height: 50px;
    background: var(--moif-white);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .attachment-icon i {
        color: #e74c3c;
        font-size: 24px;
    }

.attachment-details h4 {
    color: var(--moif-blue-dark);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.attachment-details span {
    color: #999;
    font-size: 13px;
}

.download-btn {
    background: var(--moif-gold);
    color: var(--moif-white);
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .download-btn:hover {
        background: var(--moif-gold-bright);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(201, 162, 39, 0.3);
    }

    .download-btn i {
        font-size: 16px;
    }

/* Responsive */
@media (max-width: 968px) {
    .bio-main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sidebar-column {
        position: relative;
        top: 0;
        order: 2;
    }

    .content-column {
        order: 1;
    }
}

@media (max-width: 768px) {
    .minister-bio-grid {
        grid-template-columns: 1fr !important;
    }

    /* Reset orders for mobile */
    .minister-photo-container,
    .minister-bio-content {
        order: initial !important;
        text-align: center !important;
    }

    .minister-photo-container {
        min-height: 300px;
    }

    .minister-bio-content {
        padding: 30px;
    }

    .bio-content-sections {
        padding: 30px;
    }

    .attachments-card {
        padding: 25px;
    }

    .minister-bio-content h3 {
        font-size: 26px;
    }

    .bio-section-title {
        font-size: 22px;
    }

    .attachment-item {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .download-btn {
        width: 100%;
        justify-content: center;
    }

    /* Center text in mobile for both RTL and LTR */
    html[dir="ltr"] .minister-bio-content p,
    html[dir="rtl"] .minister-bio-content p,
    html[dir="ltr"] .bio-content-text p,
    html[dir="rtl"] .bio-content-text p {
        text-align: justify;
    }
}

/* FAQ Accordion Styles - White Background with Dark Blue Text */
:root {
    --moif-blue-dark: #0D1B3E;
    --moif-blue: #1A2B4A;
    --moif-gold: #C9A227;
    --moif-gold-bright: #F4D03F;
    --moif-white: #FFFFFF;
}
/* DESIGN 2: Split Color Style */
.faq-split .faq-item {
    display: flex;
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(13, 27, 62, 0.08);
    transition: all 0.3s ease;
}

    .faq-split .faq-item:hover {
        box-shadow: 0 6px 20px rgba(13, 27, 62, 0.12);
    }

.faq-split .icon-side {
    width: 70px;
    background: linear-gradient(180deg, var(--moif-blue-dark), var(--moif-blue));
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 25px;
}

    .faq-split .icon-side i {
        color: var(--moif-gold-bright);
        font-size: 28px;
    }

.faq-split .content-side {
    flex: 1;
}

.faq-split .faq-question {
    padding: 25px;
    cursor: pointer;
    color: var(--moif-blue-dark);
    font-weight: 600;
    font-size: 1.05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-split .arrow {
    color: var(--moif-gold);
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-split .faq-item.active .arrow {
    transform: rotate(90deg);
    color: var(--moif-gold-bright);
}

.faq-split .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-split .faq-answer-inner {
    padding: 0 25px 25px 25px;
    color: #555;
    line-height: 1.8;
    border-top: 2px solid #f0f0f0;
}

.faq-split .faq-item.active .faq-answer {
    max-height: 500px;
}
.faq-accordion .accordion .accordion-title {
    padding: 20px 25px 17px 60px;
    color: var(--moif-blue-dark) !important;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    background-color: var(--moif-white); /* White background */
    border-bottom: 1px solid #e9ecef;
    border-left: 4px solid transparent;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .faq-accordion .accordion .accordion-title:hover {
        background-color: #f8f9fa;
        border-left-color: var(--moif-gold);
    }

    .faq-accordion .accordion .accordion-title.active {
        background-color: var(--moif-blue-dark);
        color: var(--moif-white) !important;
        border-left-color: var(--moif-gold);
        border-bottom-color: var(--moif-gold);
    }

    .faq-accordion .accordion .accordion-title i {
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: var(--moif-gold);
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .faq-accordion .accordion .accordion-title.active i {
        transform: translateY(-50%) rotate(90deg);
        color: var(--moif-gold-bright);
    }

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -6px;
    padding: 23px;
    padding-left: 60px;
    background-color: var(--moif-white); /* White background instead of blue */
    color: var(--moif-blue-dark); /* Dark blue text */
    border-left: 4px solid var(--moif-gold);
}

    .faq-accordion .accordion .accordion-content.show {
        display: block;
    }

    .faq-accordion .accordion .accordion-content p {
        color: var(--moif-blue-dark); /* Dark blue text */
        line-height: 1.8;
        font-size: 15px;
        margin: 0;
    }

/* Accordion Item */
.faq-accordion .accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(13, 27, 62, 0.08);
    transition: all 0.3s ease;
}

    .faq-accordion .accordion .accordion-item:hover {
        box-shadow: 0 5px 20px rgba(13, 27, 62, 0.12);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .faq-accordion .accordion .accordion-title {
        padding: 18px 20px 15px 50px;
        font-size: 15px;
    }

        .faq-accordion .accordion .accordion-title i {
            left: 20px;
            font-size: 18px;
        }

    .faq-accordion .accordion .accordion-content {
        padding: 20px;
        padding-left: 50px;
    }
}

@media (max-width: 576px) {
    .faq-accordion .accordion .accordion-title {
        padding: 15px 18px 13px 45px;
        font-size: 14px;
    }

        .faq-accordion .accordion .accordion-title i {
            left: 18px;
            font-size: 16px;
        }

    .faq-accordion .accordion .accordion-content {
        padding: 18px;
        padding-left: 45px;
    }

        .faq-accordion .accordion .accordion-content p {
            font-size: 14px;
        }
}
/*.ptb-100 {
    padding-top:20px !important;
}*/
/* ============================================
   ACTIVE MENU ITEM - Gold Color
   - Parent dropdown: Gold when child is active
   - Active sub-item: Gold
   ============================================ */

/* Active menu item WITHOUT dropdown - Gold */
.navbar-area .navbar-nav > .nav-item.active:not(.dropdown) > a,
.desktop-nav .navbar .navbar-nav > .nav-item.active:not(.dropdown) > a {
    color: var(--moif-gold) !important;
}

/* Parent dropdown - Gold when it has active child */
.navbar-area .navbar-nav > .nav-item.dropdown.active > a,
.desktop-nav .navbar .navbar-nav > .nav-item.dropdown.active > a {
    color: var(--moif-gold) !important;
}

/* Sub-menu active item - Gold */
.navbar-area .navbar-nav .dropdown-menu li.active > a,
.desktop-nav .navbar .navbar-nav .dropdown-menu li.active > a {
    color: var(--moif-gold) !important;
    background: rgba(201, 162, 39, 0.08) !important;
}

/* Remove any underline effects */
.desktop-nav .navbar .navbar-nav .nav-item > a::before,
.desktop-nav .navbar .navbar-nav .nav-item > a::after {
    display: none !important;
}

/* Mobile menu */
.mean-container .mean-nav ul li.active > a {
    color: var(--moif-gold) !important;
}

.mean-container .mean-nav ul li ul li.active > a {
    color: var(--moif-gold) !important;
}