html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Almarai', sans-serif;
            direction: rtl;
            text-align: right;
        }

        .accordion-button:not(.collapsed)::after {
            background:none;
        }



        /* Optional: Add offset for fixed navbar if needed */
        section {
            scroll-margin-top: 80px;
        }

        /* RTL adjustments */
        .navbar-nav .nav-link {
            text-align: right;
        }

        .dropdown-menu {
            right: 0;
            left: auto;
        }

        /* Icon positioning for RTL */
        .fa-map-marker-alt, .fa-phone-alt, .fa-envelope {
            margin-left: 15px;
            margin-right: 0;
        }

        .btn-social {
            margin-left: 5px;
            margin-right: 0;
        }

        /* Flex direction adjustments for RTL */
        .d-flex.align-items-center .flex-shrink-0 {
            margin-left: 15px;
            margin-right: 0;
        }

        .d-flex.align-items-center .ps-3 {
            padding-left: 0;
            padding-right: 15px;
        }

        .d-flex.align-items-center .ms-4, .ms-4 {
            margin-left: 0px !important;
            margin-right: 25px !important;
        }

        .me-3 {
            margin-left: 15px !important;
            margin-right: 0 !important;
        }

		/* Flip hero background image for RTL */
        .hero-header {
            transform: scaleX(-1);
        }

        /* Flip content back to normal */
        .hero-header .container {
            transform: scaleX(-1);
        }

		/* Footer RTL adjustments */
        .footer .contact-info i {
            margin-right: 0;
            margin-left: 10px;
        }

        .footer .btn-social {
            margin-right: 0;
            margin-left: 8px;
        }

        .footer .footer-links a {
            margin-right: 0;
            margin-left: 20px;
        }

        .footer .footer-links a:last-child {
            margin-left: 0;
        }

        /* Fix Bootstrap RTL margins */
        .footer .ms-2 {
            margin-left: 0 !important;
            margin-right: 0.5rem !important;
        }

        .footer .me-3 {
            margin-right: 0 !important;
            margin-left: 1rem !important;
        }

        @media (max-width: 768px) {
            .footer .row > div {
                text-align: center !important;
            }

            .footer .contact-info {
                text-align: center;
            }

            .footer .footer-links {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                gap: 15px;
            }

            .footer .footer-links a {
                margin: 0;
            }
        }

        /* Enhanced footer styling */
        .footer .btn-social {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .footer .btn-social:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
        }

        .footer .contact-info p {
            font-size: 16px;
            color: #e9ecef;
        }

        .footer .contact-info i {
            font-size: 18px;
        }

        .footer .footer-links a {
            color: #e9ecef !important;
            text-decoration: none;
            font-size: 15px;
            transition: color 0.3s ease;
        }

        .footer .footer-links a:hover {
            color: #0d6efd !important;
            text-decoration: underline;
        }

        .footer h5 {
            font-weight: 600;
            margin-bottom: 1rem;
            color: #fff;
        }

        .footer hr.border-secondary {
            opacity: 0.3;
        }

        /* FAQ Accordion Enhancements */
        .accordion-item {
            border: none;
            margin-bottom: 1rem;
            border-radius: 10px !important;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            background: #fff;
        }

        .accordion-button {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border: none;
            padding: 1.5rem 2rem;
            font-weight: 600;
            font-size: 1.1rem;
            color: #2c3e50;
            text-align: right;
            border-radius: 10px !important;
            position: relative;
            transition: all 0.3s ease;
        }

        .accordion-button:not(.collapsed) {
            background: var(--bs-primary);
            color: #fff;
            box-shadow: none;
        }

        .accordion-button:hover {
            background: var(--bs-primary);
            color: #fff;
            transform: translateY(-2px);
        }

        .accordion-button::after {
            background-image: none;
            content: '+';
            font-size: 1rem;
            font-weight: bold;
            color: inherit;
            transform: none;
            transition: all 0.3s ease;
            margin-right: auto;
            margin-left:0px;
        }

        .accordion-button:not(.collapsed)::after {
            content: '-';
            transform: rotate(0deg);
        }

        .accordion-body {
            padding: 2rem;
            background: #fff;
            font-size: 1rem;
            line-height: 1.8;
            color: #555;
            border-top: 2px solid #f8f9fa;
        }

        .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
        }

        /* FAQ Icons */
        .faq-icon {
            width: 50px;
            height: 50px;
            background: var(--bs-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            margin-left: 1rem;
            flex-shrink: 0;
        }

        /* Remove FAQ Numbers - using arrows instead */

        /* Pricing Section Styles */
        .pricing-item {
            transition: all 0.3s ease;
            border: 1px solid #f0f0f0;
            background: #fff;
        }

        .pricing-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
            border-color: var(--bs-primary);
        }

        .pricing-icon {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }

        .pricing-price {
            background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .pricing-content {
            background: #6a686803;
            border-radius: 10px;
            padding: 1.5rem;
        }

        .pricing-content h6 {
            color: var(--bs-primary);
            border-bottom: 2px solid var(--bs-primary);
            display: inline-block;
            padding-bottom: 5px;
        }

        .pricing-content ul li {
            padding: 5px 0;
            border-bottom: 1px solid #e9ecef;
        }

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

        .pricing-item .btn {
            background: #00b98e;
            border: none;
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s ease;
            border-radius:50px;
        }

        .pricing-item .btn:hover {
            background: #00b98eb3;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgb(0 185 142 / 30%);
        }

        .badge {
            font-size: 0.85rem;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .pricing-item {
                margin-bottom: 2rem;
            }

            .pricing-content {
                padding: 1rem;
            }

            .pricing-icon {
                width: 60px;
                height: 60px;
            }
        }

        .pricing-content .list-unstyled {
            padding-right:0px;
        }

        .text-purple {
            color: #6f42c1 !important;
        }

        .pricing-item {
            display: flex;
            flex-direction: column;
        }

        .pricing-item .pricing-body {
            flex: 1;
        }

        /* Contact Section Styles */
        .contact-form {
            border: 2px solid #f0f0f0;
            transition: all 0.3s ease;
        }

        .contact-form:hover {
            border-color: var(--bs-primary);
            transform: translateY(-5px);
        }

        .contact-info-card {
            transition: all 0.3s ease;
            border: 2px solid #f0f0f0;
        }

        .contact-info-card:hover {
            transform: translateY(-10px);
            border-color: var(--bs-primary);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
        }

        .contact-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            transition: all 0.3s ease;
        }

        .contact-info-card:hover .contact-icon {
            background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
        }

        .contact-info-card:hover .contact-icon i {
            color: #fff !important;
        }

        .form-floating > label {
            text-align: right;
            right: 0.75rem;
            left: auto;
        }

        .form-select {
            text-align: right;
            direction: rtl;
        }

        @media (max-width: 768px) {
            .contact-info-card {
                margin-bottom: 1.5rem;
            }

            .contact-form {
                padding: 2rem !important;
            }
        }
        .fa-map-marker-alt, .fa-phone-alt, .fa-envelope {
            margin-left: 15px;
            margin-right: 15px;
        }
