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

         /* English page typography */
         body {
            font-family: 'Plus Jakarta Sans', sans-serif;
         }

         h1, h2, h3, h4, h5, h6 {
            font-family: 'Plus Jakarta Sans', sans-serif;
         }

         /* Custom styles for CRM page */
         .problem-card {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0px 4.8px 20px rgba(19, 16, 34, 0.1);
            margin-bottom: 20px;
            transition: 0.4s;
            border: 1px solid #E3E3E3;
         }

         .problem-card:hover {
            box-shadow: 0px 10px 30px rgba(19, 16, 34, 0.15);
            transform: translateY(-5px);
         }

         .problems-intro {
            max-width: 680px;
            margin: 0 auto 40px;
            color: #666;
            font-size: 17px;
            line-height: 1.7;
         }

         .problems-insight {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-bottom: 50px;
         }

         .insight-item {
            background: linear-gradient(135deg, rgba(36, 107, 253, 0.08), rgba(36, 107, 253, 0.02));
            border: 1px solid rgba(36, 107, 253, 0.15);
            border-radius: 12px;
            padding: 20px 28px;
            text-align: center;
            min-width: 180px;
         }

         .insight-number {
            display: block;
            font-size: 32px;
            font-weight: 700;
            color: var(--main-color);
            line-height: 1.2;
         }

         .insight-label {
            display: block;
            font-size: 14px;
            color: #555;
            margin-top: 6px;
         }

         .problem-impact {
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            color: #e74c3c;
            background: rgba(231, 76, 60, 0.1);
            padding: 4px 10px;
            border-radius: 20px;
            margin-bottom: 10px;
         }

         .problems-bridge {
            margin-top: 50px;
            padding: 36px 40px;
            background: linear-gradient(135deg, var(--main-color), #1a4fd6);
            border-radius: 16px;
            text-align: center;
            color: #fff;
         }

         .problems-bridge p {
            font-size: 20px;
            margin-bottom: 20px;
            color: #fff;
         }

         .problems-bridge .btn,
         .problems-bridge .btn-base {
            background: #fff !important;
            color: var(--main-color) !important;
            border: none;
         }

         .problems-bridge .btn:hover,
         .problems-bridge .btn-base:hover {
            background: #f0f4ff !important;
            color: #1a4fd6 !important;
         }

         .problem-icon {
            font-size: 40px;
            color: var(--main-color);
            margin-bottom: 15px;
         }

         .problem-icon img {
            width: 48px;
            height: 48px;
            object-fit: contain;
         }

         .feature-card {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0px 4.8px 20px rgba(19, 16, 34, 0.1);
            margin-bottom: 20px;
            transition: 0.4s;
            text-align: center;
         }

         .feature-card:hover {
            background: #F8F9FC;
            box-shadow: none;
         }

         .feature-icon {
            font-size: 50px;
            color: var(--main-color);
            margin-bottom: 15px;
            height: 80px;
            width: 80px;
            line-height: 80px;
            background: rgba(36, 107, 253, 0.1);
            border-radius: 50%;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
         }

         .feature-icon img {
            width: 48px;
            height: 48px;
            object-fit: contain;
         }

         .step-card {
            background: #fff;
            padding: 50px 30px 40px;
            border-radius: 10px;
            box-shadow: 0px 4.8px 20px rgba(19, 16, 34, 0.1);
            margin-bottom: 20px;
            position: relative;
            border: 1px solid #E3E3E3;
            transition: transform 0.3s;
         }

         .step-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 10px 30px rgba(19, 16, 34, 0.15);
         }

         .step-number {
            position: absolute;
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, var(--main-color), #1a4fd6);
            color: #fff;
            height: 56px;
            width: 56px;
            border-radius: 50%;
            font-size: 22px;
            font-weight: 700;
            box-shadow: 0 6px 20px rgba(36, 107, 253, 0.35);
            border: 3px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
         }

         .step-icon {
            height: 80px;
            width: 80px;
            line-height: 80px;
            background: rgba(36, 107, 253, 0.1);
            border-radius: 50%;
            margin: 0 auto 20px;
            font-size: 32px;
            color: var(--main-color);
            display: flex;
            align-items: center;
            justify-content: center;
         }

         .step-icon img {
            width: 48px;
            height: 48px;
            object-fit: contain;
         }

         .steps-row {
            justify-content: center;
         }

         .step-arrow {
            position: absolute;
            bottom: -30px;
            right: 50%;
            transform: translateX(50%);
            font-size: 30px;
            color: var(--main-color);
         }

         .why-card {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0px 4.8px 20px rgba(19, 16, 34, 0.1);
            margin-bottom: 20px;
            transition: 0.4s;
            text-align: center;
         }

         .why-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 10px 30px rgba(19, 16, 34, 0.15);
         }

         .why-icon {
            font-size: 40px;
            color: var(--main-color);
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
         }

         .why-icon img {
            width: 48px;
            height: 48px;
            object-fit: contain;
         }

         .stat-card {
            background: #fff;
            padding: 35px 25px;
            border-radius: 12px;
            box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
            margin-bottom: 20px;
            text-align: center;
            border: none;
            transition: transform 0.3s;
         }

         .stat-card:hover {
            transform: translateY(-5px);
         }

         .stat-icon {
            height: 70px;
            width: 70px;
            line-height: 70px;
            background: rgba(36, 107, 253, 0.1);
            border-radius: 50%;
            margin: 0 auto 15px;
            font-size: 28px;
            color: var(--main-color);
            display: flex;
            align-items: center;
            justify-content: center;
         }

         .stat-icon img {
            width: 40px;
            height: 40px;
            object-fit: contain;
         }

         .stat-number {
            font-size: 42px;
            font-weight: 700;
            color: var(--main-color);
            margin-bottom: 8px;
         }

         .stat-label {
            font-size: 17px;
            color: var(--heading-color);
            font-weight: 600;
         }

         /* Statistics title fix - spans visible on blue bg */
         #statistics .section-title .title {
            color: #fff !important;
         }

         #statistics .section-title .title span {
            color: #7eb8ff !important;
         }

         #statistics .section-title .sub-title {
            color: var(--main-color) !important;
            background: #fff !important;
         }

         /* Pricing improvements */
         .pricing-card {
            background: #fff;
            padding: 40px 35px;
            border-radius: 12px;
            box-shadow: 0px 4.8px 20px rgba(19, 16, 34, 0.1);
            margin-bottom: 30px;
            border: 2px solid #E3E3E3;
            transition: 0.4s;
            position: relative;
            height: 100%;
         }

         .pricing-card:hover {
            border-color: var(--main-color);
            transform: translateY(-8px);
            box-shadow: 0px 15px 40px rgba(36, 107, 253, 0.15);
         }

         .pricing-card.featured {
            border-color: var(--main-color);
            background: linear-gradient(180deg, #f8f9fc 0%, #fff 100%);
            box-shadow: 0px 15px 40px rgba(36, 107, 253, 0.2);
         }

         .pricing-badge {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--main-color);
            color: #fff;
            padding: 5px 20px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
         }

         .pricing-icon {
            height: 60px;
            width: 60px;
            background: rgba(36, 107, 253, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: var(--main-color);
            margin-bottom: 20px;
         }

         .pricing-card .price {
            font-size: 48px;
            font-weight: 700;
            color: var(--heading-color);
            margin-bottom: 5px;
         }

         .pricing-card .price sub {
            font-size: 16px;
            font-weight: 400;
            color: var(--paragraph-color);
         }

         .pricing-card .plan-name {
            font-size: 20px;
            font-weight: 600;
            color: var(--heading-color);
            margin-bottom: 25px;
         }

         .pricing-card ul {
            list-style: none;
            padding: 0;
            margin: 0 0 25px;
         }

         .pricing-card ul li {
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
            color: var(--heading-color);
         }

         .pricing-card ul li:last-child {
            border-bottom: none;
         }

         .pricing-card ul li i {
            color: var(--main-color);
            margin-inline-end: 10px;
         }

         .pricing-card ul li.disabled {
            color: #ccc;
         }

         .pricing-card ul li.disabled i {
            color: #ccc;
         }

         .pricing-card.featured .pricing-icon {
            background: var(--main-color);
            color: #fff;
         }

         /* Solutions image slider (same style as hero) */
         .solutions-slider-wrap {
            width: 100%;
            max-width: 660px;
            margin: 0 auto;
         }

         .dashboard-preview {
            background: #f8f9fc;
            padding: 60px 40px;
            border-radius: 20px;
            margin-top: 60px;
         }

         .dashboard-image {
            width: 100%;
            border-radius: 15px;
            box-shadow: 0px 10px 40px rgba(19, 16, 34, 0.15);
         }

         .feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
         }

         .feature-list li {
            padding: 12px 0;
            border-bottom: 1px solid #E3E3E3;
            display: flex;
            align-items: center;
            gap: 14px;
            flex-direction: row;
         }

         .feature-list li:last-child {
            border-bottom: none;
         }

         .feature-list i {
            color: var(--main-color);
            font-size: 18px;
            flex-shrink: 0;
            margin: 0;
         }

         /* Responsive adjustments */
         @media (max-width: 767px) {
            .step-arrow {
               display: none;
            }

            .step-card {
               margin-bottom: 40px;
            }
         }

         /* Page title styling */
         .page-title {
            font-size: 48px;
            line-height: 1.2;
            font-weight: 700;
         }

         .page-subtitle {
            font-size: 18px;
            line-height: 1.6;
            color: var(--paragraph-color);
         }

         /* Partner section */
         .partner-14 {
            padding: 40px 0 0;
            position: relative;
            z-index: 2;
            min-height: 100px;
         }

         .partner-14 .partner__slider-single {
            text-align: center;
         }

         .partner-14 .partner__slider-single img {
            width: auto;
            max-height: 50px;
            display: inline-block;
            opacity: 0.65;
            transition: opacity 0.3s;
         }

         .partner-14 .partner__slider-single img:hover {
            opacity: 1;
         }

         .partner-14 .partner__inner {
            padding-bottom: 60px;
            border-bottom: 1px solid rgba(217, 217, 217, 0.56);
         }

         .partner-14 .crm-partner-slider {
            direction: ltr;
         }

         .partner-14 .crm-partner-slider .owl-stage {
            display: flex;
            align-items: center;
         }

         .partner-14 .crm-partner-slider .owl-nav {
            display: none;
         }

         /* Show logos immediately before Owl loads */
         .crm-partner-slider.owl-carousel:not(.owl-loaded) {
            display: flex !important;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
            gap: 40px;
            overflow: hidden;
         }

         .crm-partner-slider.owl-carousel:not(.owl-loaded) .partner__slider-single {
            flex: 0 0 auto;
         }

         /* CTA section - equal columns, LTR layout */
         #contact .contact-inner-1 {
            margin-top: 0;
         }

         #contact .contact-inner-1 .section-title {
            margin-right: 0 !important;
            margin-left: 0 !important;
            margin-top: 0;
            height: 100%;
         }

         #contact .contact-inner {
            text-align: left;
         }

         #contact .contact-inner .page-title {
            font-size: 42px;
            line-height: 1.4;
         }

         @media (max-width: 991px) {
            #contact .contact-inner {
               margin-bottom: 40px;
               text-align: center;
            }

            #contact .contact-inner .page-title {
               font-size: 30px;
            }
         }

         /* LTR navbar layout — mirror Arabic RTL header spacing */
         @media (min-width: 992px) {
            .navbar-area .nav-container .navbar-collapse {
               flex-grow: 1;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav {
               width: 100%;
               text-align: right !important;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
               margin-right: 0;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav > li + li {
               margin-left: 17px;
            }

            .navbar-area .nav-container .logo,
            .navbar-area .nav-container .nav-right-part-desktop {
               flex-shrink: 0;
            }
         }

         /* Language switcher + login in header */
         @media (min-width: 992px) {
            .nav-right-part-desktop {
               display: flex;
               align-items: center;
               gap: 6px;
               margin-left: 0 !important;
               margin-inline-start: 28px !important;
            }

            .navbar-area .nav-container .logo {
               padding-inline-start: 24px;
            }

            .navbar-area .nav-container.navbar-bg {
               padding-left: 0 !important;
            }

            .navbar-area .nav-container.navbar-bg:after {
               left: 0 !important;
               width: 100% !important;
            }

            .nav-right-part .navbar-phone {
               margin-left: 0 !important;
            }
         }

         .nav-header-actions {
            display: inline-flex;
            align-items: center;
            gap: 6px;
         }

         .nav-right-part .nav-header-actions > a {
            margin: 0 !important;
         }

         .nav-mobile-actions {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin: 0 auto;
         }

         .nav-mobile-actions .lang-switch-link,
         .nav-mobile-actions .nav-auth-login {
            width: auto !important;
            max-width: none !important;
            margin: 0 !important;
         }

         .lang-switch-link,
         .nav-auth-login {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            padding: 0 12px !important;
            height: 32px;
            border-radius: 50px;
            font-weight: 600 !important;
            font-size: 13px !important;
            line-height: 1 !important;
            transition: all 0.3s ease;
            white-space: nowrap;
         }

         .lang-switch-link {
            border: 1.5px solid var(--main-color);
            color: var(--main-color) !important;
         }

         .lang-switch-link span {
            font-family: 'Cairo', 'Plus Jakarta Sans', sans-serif;
            direction: rtl;
         }

         .lang-switch-link i,
         .nav-auth-login i {
            font-size: 12px;
         }

         .lang-switch-link:hover {
            background: var(--main-color);
            color: #fff !important;
         }

         .nav-auth-login {
            border: 1.5px solid var(--main-color);
            color: var(--main-color) !important;
         }

         .nav-auth-login:hover,
         .nav-auth-login.active {
            background: var(--main-color);
            color: #fff !important;
         }

         @media (min-width: 992px) {
            .navbar-area .nav-container .navbar-collapse .navbar-nav > li.lang-switch-item,
            .navbar-area .nav-container .navbar-collapse .navbar-nav > li.nav-auth-item {
               line-height: 80px;
            }
         }

         @media (max-width: 991px) {
            .nav-right-part-desktop {
               display: none !important;
            }

            .navbar-area .nav-container.navbar-bg {
               padding-left: 0 !important;
            }

            .navbar-area .nav-container .navbar-collapse {
               padding: 13px !important;
               width: 100%;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav {
               width: 100% !important;
               padding-left: 0 !important;
               padding-right: 0 !important;
               margin: 0 !important;
               text-align: center !important;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
               display: block !important;
               width: 100% !important;
               text-align: center !important;
               line-height: normal !important;
               padding: 10px 0 !important;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav > li > a:not(.lang-switch-link):not(.nav-auth-login) {
               display: block;
               width: 100%;
               text-align: center;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav > li.lang-switch-item,
            .navbar-area .nav-container .navbar-collapse .navbar-nav > li.nav-auth-item {
               line-height: normal !important;
               padding: 4px 0 !important;
               text-align: center;
               border-bottom: none !important;
            }

            .lang-switch-link,
            .nav-auth-login {
               display: inline-flex !important;
               justify-content: center;
               width: 100% !important;
               height: 40px;
               margin: 0 auto !important;
            }
         }

         /* Smooth scroll offset for fixed navbar */
         #hero,
         #partners,
         #problems,
         #features,
         #solutions,
         #pricing,
         #statistics,
         #testimonials,
         #faq,
         #contact,
         #footer {
            scroll-margin-top: 100px;
         }

         .footer-area .widget_about .details .footer-contact-link {
            color: inherit;
            text-decoration: none;
            transition: color 0.2s ease;
         }

         .footer-area .widget_about .details .footer-contact-link:hover {
            color: var(--main-color);
         }

         /* Hero image slider */
         .banner-thumb-3 .main-img-wrap {
            position: relative;
         }

         .hero-img-slider {
            position: relative;
            width: 100%;
            max-width: 660px;
            margin: 0 auto;
            min-height: 400px;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 16px 50px rgba(19, 16, 34, 0.15);
         }

         .hero-img-slider .hero-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            visibility: hidden;
            z-index: 0;
            transition: opacity 0.6s ease-in-out;
            pointer-events: none;
         }

         .hero-img-slider .hero-slide.active {
            position: relative;
            opacity: 1;
            visibility: visible;
            z-index: 1;
            pointer-events: auto;
         }

         .hero-img-slider .hero-slide .hero-img-frame {
            overflow: hidden;
            border-radius: 12px;
         }

         .hero-img-slider .hero-slide img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
            transition: transform 4s ease;
         }

         .hero-img-slider .hero-slide[data-focus="top"] img {
            transform: scale(1.08);
            transform-origin: center top;
         }

         .hero-img-slider .hero-slide[data-focus="center"] img {
            transform: scale(1.05);
            transform-origin: center center;
         }

         .hero-img-slider .hero-slide[data-focus="bottom"] img {
            transform: scale(1.08);
            transform-origin: center bottom;
         }

         .hero-slide-caption {
            position: absolute;
            bottom: 16px;
            left: 16px;
            right: 16px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(8px);
            border-radius: 10px;
            padding: 14px 18px;
            display: flex;
            align-items: center;
            gap: 14px;
            box-shadow: 0 8px 24px rgba(19, 16, 34, 0.12);
         }

         .hero-slide-badge {
            flex-shrink: 0;
            width: 12px;
            height: 12px;
            background: var(--main-color);
            border-radius: 50%;
         }

         .hero-slide-caption strong {
            display: block;
            font-size: 15px;
            color: var(--heading-color);
            margin-bottom: 2px;
         }

         .hero-slide-caption p {
            margin: 0;
            font-size: 12px;
            color: #666;
         }

         .hero-slider-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 18px;
         }

         .hero-slider-dots button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: none;
            background: #d0d0d0;
            padding: 0;
            cursor: pointer;
            transition: 0.3s;
         }

         .hero-slider-dots button.active {
            background: var(--main-color);
            width: 28px;
            border-radius: 5px;
         }

         /* Mobile responsive fixes */
         @media (max-width: 991px) {
            .navbar-area {
               margin-bottom: 20px;
            }

            #hero.banner-area-2 {
               padding-top: 130px;
            }

            .banner-area-2 {
               padding-top: 130px;
               padding-bottom: 60px;
            }

            .page-title {
               font-size: 32px;
            }

            .page-subtitle {
               font-size: 16px;
            }
         }

         @media (max-width: 767px) {
            .pd-top-120 {
               padding-top: 70px !important;
            }

            .pd-bottom-90,
            .pd-bottom-110 {
               padding-bottom: 50px !important;
            }

            #hero,
            #partners,
            #problems,
            #features,
            #solutions,
            #pricing,
            #statistics,
            #testimonials,
            #faq,
            #contact,
            #footer {
               scroll-margin-top: 80px;
            }

            .hero-img-slider {
               min-height: auto;
            }

            .hero-img-slider .hero-slide {
               visibility: hidden;
               z-index: 0;
            }

            .hero-img-slider .hero-slide.active {
               visibility: visible;
               z-index: 1;
            }

            .hero-slide-caption {
               position: relative;
               bottom: auto;
               left: auto;
               right: auto;
               margin-top: 12px;
            }

            .hero-slide-caption strong {
               font-size: 14px;
            }

            .hero-slide-caption p {
               font-size: 12px;
            }

            .solutions-slider-wrap {
               margin-top: 24px;
            }
         }

         .footer-subscribe .subscribe-form-inner {
            position: relative;
         }
         .footer-subscribe .subscribe-form-inner input {
            width: 100%;
            height: 55px;
            border: 0;
            padding: 0 150px 0 20px;
            color: var(--heading-color);
         }
         .footer-subscribe .subscribe-form-inner .btn {
            position: absolute;
            right: 0;
            top: 0;
            height: 55px;
            margin: 0;
         }
         .landing-toast {
            position: fixed;
            top: 24px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 99999;
            min-width: 280px;
            max-width: 90vw;
            padding: 14px 20px;
            border-radius: 8px;
            color: #fff;
            font-size: 15px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.15);
            animation: landingToastIn 0.35s ease;
         }
         .landing-toast.success { background: #10B981; }
         .landing-toast.error { background: #EF4444; }
         @keyframes landingToastIn {
            from { opacity: 0; transform: translate(-50%, -12px); }
            to { opacity: 1; transform: translate(-50%, 0); }
         }
         @media (max-width: 991px) {
            .footer-subscribe .subscribe-form-inner .btn {
               position: relative;
               width: 100%;
               margin-top: 10px;
            }
            .footer-subscribe .subscribe-form-inner input {
               padding: 0 20px;
            }
         }

         .landing-field-error {
            display: none;
            color: #EF4444;
            font-size: 13px;
            margin-top: 6px;
            line-height: 1.4;
         }
         .landing-field-error.show {
            display: block;
         }
         .landing-ajax-form .is-invalid,
         .landing-ajax-form input.is-invalid,
         .landing-ajax-form textarea.is-invalid {
            border-color: #EF4444 !important;
         }
         .newsletter-field-error {
            color: #fecaca;
            text-align: start;
            margin-top: 8px;
         }
         .landing-submit-btn.disabled {
            opacity: 0.7;
            pointer-events: none;
         }

         .legal-page-content {
            line-height: 1.9;
            color: var(--heading-color);
         }

         .legal-page-content p {
            margin-bottom: 1rem;
         }

         .legal-page-content ul,
         .legal-page-content ol {
            margin-bottom: 1rem;
            padding-inline-start: 1.5rem;
         }

         .legal-page-content h1,
         .legal-page-content h2,
         .legal-page-content h3 {
            margin-top: 1.25rem;
            margin-bottom: 0.75rem;
            font-weight: 600;
         }
