/*
Theme Name: Ajial Tech
Description: Adds support for languages written in a Right To Left (RTL) direction.
*/

/* Reset text-align for RTL */
body {
    direction: rtl;
    unicode-bidi: embed;
}

/* Navigation */
.navbar-nav {
    padding-right: 0;
}

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

/* Navigation RTL Styles */
.rtl .navbar-nav {
    padding-right: 0;
    margin-right: auto;
    margin-left: 0 !important;
}

.rtl .navbar-nav .nav-item {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 500;
    margin-left: 0;
    margin-right: 1.5rem;
}

.rtl .navbar-nav .dropdown-menu {
    text-align: right;
    left: auto;
    right: 0;
}

.rtl .navbar-nav .dropdown-item {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 400;
    text-align: right;
    padding: 0.5rem 1.5rem;
}

.rtl .navbar-nav .nav-link {
    text-align: right;
}

.rtl .navbar-nav .dropdown-toggle::after {
    margin-right: 0.5em;
    margin-left: 0;
}

/* Mobile Navigation RTL */
@media (max-width: 991.98px) {
    .rtl .navbar-toggler {
        margin-left: 0;
        margin-right: auto;
    }

    .rtl .navbar-collapse {
        text-align: right;
    }

    .rtl .navbar-nav .nav-item {
        margin-right: 0;
    }

    .rtl .navbar-nav .dropdown-menu {
        padding-right: 1rem;
        padding-left: 0;
    }
}

/* Navbar Button RTL Styles */
.rtl .custom-button.rtl-button {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 500;
    margin-right: 1rem;
    margin-left: 0;
    padding: 0.75rem 1.5rem;
}

@media (max-width: 991.98px) {
    .rtl .custom-button.rtl-button {
        margin: 1rem 0;
        text-align: center;
        display: inline-block;
    }
}

/* Header */
.navbar-brand {
    margin-right: 0;
    margin-left: 1rem;
}

/* Content */
.text-left {
    text-align: right !important;
}

.text-right {
    text-align: left !important;
}

/* Lists */
ul, ol {
    padding-right: 2rem;
    padding-left: 0;
}

/* Form elements */
.form-check {
    padding-right: 1.25rem;
    padding-left: 0;
}

.form-check-input {
    margin-right: -1.25rem;
    margin-left: 0;
}

/* Buttons */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Footer */
.footer-widget {
    text-align: right;
}

/* Custom components */
.service-box,
.testimonial-item,
.about-content {
    text-align: right;
}

/* Font Awesome icons */
.fa-arrow-right:before {
    content: "\f060"; /* Left arrow */
}

.fa-arrow-left:before {
    content: "\f061"; /* Right arrow */
}

/* Margins and Paddings */
.ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.mr-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.pl-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
}

.pr-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
}

/* Arabic Font Settings */
.rtl body {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.rtl,
.rtl *,
html[lang="ar"] body,
html[lang="ar"] body * {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

/* Specific Arabic Font Weights */
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6 {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 700;
}

.rtl .top-nouch-content {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 400;
    flex-direction: row-reverse;
}

.rtl .contact-info {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 400;
    flex-direction: row-reverse;
}

.rtl .follow-us-on {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 500;
    margin-right: 0;
    margin-left: 10px;
}

.rtl .lang-switch[data-lang="ar"] {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 500;
}

.rtl .contact-item {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .contact-item i {
    margin-right: 0;
    margin-left: 8px;
}

.rtl .social-section {
    flex-direction: row-reverse;
}

.rtl .social-media-icons {
    flex-direction: row-reverse;
}

.rtl .language-switcher {
    margin-left: 0;
    margin-right: 20px;
}

/* About Section RTL Styles */
.rtl .about-section {
    text-align: right;
}

.rtl .about-section .section-title {
    text-align: right;
}

.rtl .about-section .section-title h2,
.rtl .about-section .section-title .title-accent {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.rtl .about-section .title-bar {
    margin-right: 0;
    margin-left: auto;
}

.rtl .about-section .about-text,
.rtl .about-section .about-text p,
.rtl .about-section .about-text span,
.rtl .about-section .about-text div {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    line-height: 1.8;
    font-weight: 400;
    text-align: right;
    direction: rtl;
}

.rtl .about-section .about-text strong,
.rtl .about-section .about-text b {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    font-weight: 600;
}

.rtl .about-section .about-text h1,
.rtl .about-section .about-text h2,
.rtl .about-section .about-text h3,
.rtl .about-section .about-text h4,
.rtl .about-section .about-text h5,
.rtl .about-section .about-text h6 {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    font-weight: 700;
    text-align: right;
}

/* Ensure Arabic text in description maintains proper spacing */
.rtl .about-section .about-text p {
    margin-bottom: 1.5em;
}

.rtl .about-section .about-text ul,
.rtl .about-section .about-text ol {
    padding-right: 20px;
    padding-left: 0;
    text-align: right;
}

.rtl .about-section .about-text li {
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    margin-bottom: 0.5em;
}

.rtl .about-section .feature-item {
    text-align: right;
    display: flex;
    
}

.rtl .about-section .feature-item i {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .about-section .feature-content {
    text-align: right;
    padding-right: 15px;
    padding-left: 0;
    flex-direction: row-reverse;
}

.feature-content {
    position: relative; /* Ensure the position is relative for absolute positioning to work */
}

.feature-content h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0; /* Change to right for right alignment */
    width: 40px;
    height: 2px;
    background: currentColor;
    opacity: 0.3;
    transition: width 0.3s ease;
}


.rtl .about-section .feature-content h4,
.rtl .about-section .feature-content p {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.rtl .about-section .read-more-btn {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.rtl .about-section .read-more-btn::after {
    content: "\f104"; /* Change arrow direction for RTL */
    margin-right: 10px;
    margin-left: 0;
}

.rtl .about-section .experience-box {
    text-align: right;
}

.rtl .about-section .experience-box h3 {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .rtl .about-section .about-content {
        text-align: right;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .rtl .about-section .feature-item {
        margin-bottom: 20px;
    }
}

/* Feature Items Specific Styles */
.rtl .about-section .features-list {
    direction: rtl;
}

.rtl .about-section .feature-item .feature-content h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.rtl .about-section .feature-item .feature-content p {
    line-height: 1.6;
    font-weight: 400;
}

/* Services Section Styles - Both Languages */
.services-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.services-section .section-title {
    margin-bottom: 50px;
}

.services-section .title-accent {
    color: #AFCB3B;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.services-section h2 {
    color: #22376C;
    font-size: 36px;
    margin-bottom: 20px;
}

.services-section .title-bar {
    width: 50px;
    height: 3px;
    background-color: #AFCB3B;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: left;
}

.service-card .icon-box {
    margin-bottom: 20px;
}

.service-card .icon-box i {
    font-size: 40px;
    color: #AFCB3B;
}

.service-card h3 {
    color: #22376C;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-card .read-more {
    color: #AFCB3B;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.service-card .read-more i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-card:hover .read-more {
    color: #22376C;
}

.service-card:hover .read-more i {
    transform: translateX(5px);
}

.view-all-services {
    text-align: center;
    margin-top: 50px;
}

.btn-view-all {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn-view-all.filled {
    background-color: #AFCB3B;
    color: #fff;
    border: 2px solid #AFCB3B;
}

.btn-view-all.outlined {
    background-color: transparent;
    color: #AFCB3B;
    border: 2px solid #AFCB3B;
}

.btn-view-all:hover {
    background-color: #22376C;
    border-color: #22376C;
    color: #fff;
}

@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* RTL Specific Styles */
.rtl .services-section {
    direction: rtl;
}

.rtl .service-card {
    text-align: right;
}

.rtl .service-card h3,
.rtl .service-card p,
.rtl .service-card .read-more {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.rtl .service-card .read-more i {
    margin-right: 10px;
    margin-left: 0;
}

.rtl .service-card:hover .read-more i {
    transform: translateX(-5px);
}

.rtl .btn-view-all {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

/* Services Section RTL Styles */
.rtl .services-section {
    direction: rtl;
}

.rtl .services-section .section-title {
    text-align: center;
}

.rtl .services-section .section-title h2,
.rtl .services-section .section-title .title-accent {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.rtl .services-section .title-bar {
    margin: 20px auto;
}

.rtl .services-section .service-card {
    text-align: right;
    direction: rtl;
    padding: 30px;
    transition: all 0.3s ease;
}

.rtl .services-section .service-card .icon-box {
    margin-bottom: 20px;
    text-align: right;
}

.rtl .services-section .service-card h3 {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #22376C;
}

.rtl .services-section .service-card p {
    font-family: 'Noto Kufi Arabic', sans-serif;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #666;
}

.rtl .services-section .service-card .read-more {
    font-family: 'Noto Kufi Arabic', sans-serif;
    color: #AFCB3B;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.rtl .services-section .service-card .read-more i {
    margin-right: 10px;
    margin-left: 0;
    transition: transform 0.3s ease;
}

.rtl .services-section .service-card .read-more:hover {
    color: #22376C;
}

.rtl .services-section .service-card .read-more:hover i {
    transform: translateX(-5px);
}

.rtl .services-section .btn-view-all {
    font-family: 'Noto Kufi Arabic', sans-serif;
    padding: 12px 30px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.rtl .services-section .btn-view-all.filled {
    background-color: #AFCB3B;
    color: #fff;
    border: 2px solid #AFCB3B;
}

.rtl .services-section .btn-view-all.outlined {
    background-color: transparent;
    color: #AFCB3B;
    border: 2px solid #AFCB3B;
}

/* Arabic Service Card Styles */
.rtl .service-card .service-title {
    font-size: 1.5rem !important;
    color: var(--navy-blue) !important;
    margin: 0 0 15px 0 !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: right !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    position: relative !important;
    transition: color 0.3s ease !important;
}

/* Services Grid RTL Responsive */
@media (max-width: 991px) {
    .rtl .services-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .rtl .services-section .services-grid {
        grid-template-columns: 1fr;
    }
}

/* Service Card Hover Effects */
.rtl .services-section .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.rtl .services-section .service-card:hover h3 {
    color: #AFCB3B;
}

.rtl .services-section .service-card:hover .read-more {
    color: #AFCB3B;
}

.rtl .services-section .service-card:hover .read-more i {
    transform: translateX(-5px);
}

.rtl .services-section .service-card:hover .btn-view-all {
    background-color: #AFCB3B;
    color: #fff;
    border: 2px solid #AFCB3B;
}

/* Contact Page RTL Styles */
.rtl .contact-page-content {
    direction: rtl;
}

.rtl .hero-content {
    text-align: center;
}

.rtl .breadcrumbs {
    direction: rtl;
}

.rtl .breadcrumb-separator {
    transform: rotate(180deg);
    display: inline-block;
}

.rtl .contact-info-section {
    text-align: right;
}

.rtl .info-header {
    text-align: right;
}

.rtl .info-item {
    direction: rtl;
}

.rtl .info-item .info-text {
    margin-right: 1rem;
    margin-left: 0;
}

.rtl .info-link .fa-arrow-right {
    transform: rotate(180deg);
}

.rtl .contact-form {
    text-align: right;
}

.rtl .form-header {
    text-align: right;
}

.rtl .form-features {
    direction: rtl;
}

.rtl .feature {
    margin-left: 1.5rem;
    margin-right: 0;
}

.rtl .feature:last-child {
    margin-left: 0;
}

.rtl .wpforms-field-label {
    text-align: right;
}

.rtl .wpforms-field input,
.rtl .wpforms-field textarea {
    text-align: right;
}

.rtl .wpforms-submit-container {
    text-align: right;
}

.about-hero .hero-content {
    text-align: center;
}

/* About Page RTL Styles */
.rtl .about-page-content {
    direction: rtl;
    text-align: right;
}

.rtl .about-hero .hero-content {
    text-align: center;
}

.rtl .breadcrumbs {
    direction: rtl;
}

.rtl .breadcrumb-separator {
    transform: rotate(180deg);
    display: inline-block;
}

.rtl .intro-grid {
    flex-direction: row-reverse;
}

.rtl .intro-content {
    text-align: right;
}

.rtl .journey-grid {
    flex-direction: row-reverse;
}

.rtl .journey-content {
    text-align: right;
    padding-left: 0;
    padding-right: 2rem;
}

.rtl .philosophy-content {
    text-align: center;
}

.rtl .philosophy-content h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.rtl .philosophy-content p {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.rtl .features-section {
    direction: rtl;
}

.rtl .features-section h2 {
    text-align: center;
}

.rtl .features-grid {
    direction: rtl;
}

.feature-icon {
    text-align: center;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rtl .feature-icon {
    margin: 0 auto 1rem;
}

.rtl .feature-card {
    text-align: center;
}

.rtl .feature-card .feature-icon {
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rtl .goal-section {
    text-align: center;
}

.rtl .goal-section .goal-content {
    text-align: center;
}

.rtl .goal-section .goal-content h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.rtl .goal-section .goal-content p {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.rtl .about-cta {
    text-align: center;
}

.rtl .about-cta .cta-button {
    direction: rtl;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rtl .about-cta .cta-button i {
    margin-right: 0.5rem;
    margin-left: 0;
}

/* Responsive RTL Styles */
@media (max-width: 768px) {
    .rtl .journey-content {
        padding-right: 0;
    }
    
    .rtl .intro-grid,
    .rtl .journey-grid {
        flex-direction: column;
    }
    
    .rtl .feature-card {
        text-align: center;
    }
    
    .rtl .feature-card .feature-icon {
        margin: 0 auto 1rem;
    }
}

/* Archive Page RTL Styles */
.rtl .page-header {
    text-align: right;
}

.rtl .archive-description {
    text-align: right;
}

.rtl .archive-grid {
    direction: rtl;
}

.rtl .posts-navigation {
    direction: rtl;
}

.rtl .posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.rtl .no-results {
    text-align: right;
}

.rtl .search-form {
    direction: rtl;
}

.rtl .search-form label {
    margin-left: 10px;
    margin-right: 0;
}

.rtl .search-form .search-submit {
    margin-right: 10px;
    margin-left: 0;
}

/* Archive Grid Layout */
.archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

/* Responsive Navigation */
@media (max-width: 768px) {
    .rtl .posts-navigation .nav-links {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}

/* Services Archive RTL Styles */
.rtl .hero-content {
    text-align: right;
}

.rtl .breadcrumbs {
    direction: rtl;
}

.rtl .breadcrumb-separator {
    margin: 0 5px;
}

.rtl .services-filters {
    direction: rtl;
}

.rtl .search-box {
    direction: rtl;
}

.rtl .search-box input {
    padding-right: 15px;
    padding-left: 40px;
}

.rtl .search-box .fas {
    left: 15px;
    right: auto;
}

.rtl .service-card {
    direction: ltr;
    text-align: right;
}

.rtl .service-number {
    left: auto;
    right: 20px;
}

.rtl .service-header {
    flex-direction: row-reverse;
}

.rtl .service-icon {
    margin-left: 15px;
    margin-right: 0;
}

.rtl .service-excerpt {
    text-align: right;
	direction: rtl;
}

.rtl .read-more {
    direction: rtl;
}

.rtl .pagination-wrapper {
    direction: rtl;
}

.rtl .pagination-wrapper .page-numbers {
    float: right;
}

.rtl .cta-section {
    direction: rtl;
    text-align: right;
}

.rtl .cta-buttons {
    flex-direction: row-reverse;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .rtl .service-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .rtl .service-icon {
        margin: 0 0 15px 0;
    }

    .rtl .service-excerpt {
        text-align: center;
		direction: rtl;
		
    }
}

/* Products Archive RTL Styles */
.rtl-layout {
    direction: rtl;
}

.rtl-layout .products-sidebar {
    border-right: none;
    border-left: 1px solid #e5e5e5;
    padding-right: 0;
    padding-left: 30px;
}

.rtl-layout .filter-checkbox {
    margin-right: 0;
    margin-left: 10px;
}

.rtl-layout .price-input-group label {
    text-align: right;
}

.rtl-layout .apply-filters i {
    margin-right: 0;
    margin-left: 8px;
}

.rtl-layout .sort-select {
    padding-right: 15px;
    padding-left: 30px;
    background-position: 8px center;
}

.rtl-layout .product-category {
    text-align: right;
}

.rtl-layout .product-title {
    text-align: right;
}

.rtl-layout .product-description {
    text-align: right;
}

.rtl-layout .product-price {
    text-align: right;
}

.rtl-layout .btn i {
    margin-right: 0;
    margin-left: 8px;
}

.rtl-layout .product-actions {
    right: auto;
    left: 10px;
}

.rtl-layout .pagination .page-numbers {
    float: right;
}

.rtl-layout .sidebar-toggle {
    right: auto;
    left: 20px;
}

/* Hero Section RTL */
.rtl-content {
    text-align: right;
}

.rtl-content h1,
.rtl-content h2,
.rtl-content p {
    text-align: center;
}

/* Breadcrumbs RTL */
.rtl-content .breadcrumbs {
    direction: rtl;
}

.rtl-content .breadcrumb-item {
    float: right;
}

.rtl-content .breadcrumb-separator {
    transform: rotate(180deg);
    display: inline-block;
    margin: 0 8px;
}

/* Hero Section Center Alignment */
.center-content {
    text-align: center !important;
}

.center-content h1,
.center-content h2,
.center-content p {
    text-align: center !important;
}

.rtl-content.center-content {
    text-align: center !important;
}

.rtl-content.center-content h1,
.rtl-content.center-content h2,
.rtl-content.center-content p {
    text-align: center !important;
}

/* Why Choose Us RTL Styles */
.rtl .why-choose-us {
    direction: rtl;
}

.rtl .why-choose-us .section-header {
    text-align: right;
}

.rtl .why-choose-us .section-subtitle {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .why-choose-us .feature-box {
    text-align: right;
}

.rtl .why-choose-us .feature-box .feature-icon {
    margin-right: 0;
    margin-left: 20px;
    float: right;
}

.rtl .why-choose-us .feature-box .feature-content {
    padding-right: 85px;
    padding-left: 15px;
}

.rtl .why-choose-us .feature-box:hover .feature-icon {
    transform: translateX(-10px);
}

/* Center Alignment Override */
.rtl .why-choose-us.text-center .section-header,
.rtl .why-choose-us.text-center .feature-box {
    text-align: center;
}

.rtl .why-choose-us.text-center .feature-box .feature-icon {
    float: none;
    margin: 0 auto 20px;
}

.rtl .why-choose-us.text-center .feature-box .feature-content {
    padding: 0 15px;
}

/* Animation Direction for RTL */
.rtl .why-choose-us [data-aos="fade-left"] {
    transform: translate3d(-100px, 0, 0);
}

.rtl .why-choose-us [data-aos="fade-right"] {
    transform: translate3d(100px, 0, 0);
}

/* Responsive RTL Styles */
@media (max-width: 768px) {
    .rtl .why-choose-us .feature-box .feature-icon {
        float: none;
        margin: 0 auto 20px;
    }

    .rtl .why-choose-us .feature-box .feature-content {
        padding: 0 15px;
        text-align: center;
    }
}

/* Footer RTL Styles */
.footer-info {
    text-align: right;
}

.footer-title:after {
    left: auto;
    right: 0;
}

.footer-contact i {
    margin-right: 0;
    margin-left: 15px;
}

.social-links {
    flex-direction: row-reverse;
}

.footer-links a:hover {
    transform: translateX(-5px);
}

.copyright a {
    margin-left: 0;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .footer-info,
    .footer-links,
    .footer-contact {
        text-align: center;
    }
    
    .footer-title:after {
        left: auto;
        right: 50%;
        transform: translateX(50%);
    }
    
    .social-links {
        justify-content: center;
    }
}
