﻿.home7-banner-section .banner-content h1 span {
    font-style: unset;
}

.home7-banner-section .banner-content p {
    font-size: 23px;
}

.auction-card .auction-card-img-wrap .batch {
    left: unset;
    right: 10px;
}

.auction-card .auction-card-img-wrap .view-and-favorite-area {
    right: unset;
    left: 10px;
}

.circle-container {
    right: unset;
    left: 30px;
}

.topbar-area .topbar-wrap .topbar-left .contact-area li::before {
    left: unset;
    right: -30px;
}

.dropdown-menu {
    left: unset;
    right: -30px;
}

header.style-1 .nav-left {
    gap: 10px;
}

.modal-header .btn-close {
    margin: unset;
}
.money-text {
    float: left;
}
@media (min-width: 992px) {
    header.style-1 .main-menu > ul > li:first-child {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    header.style-1 .main-menu {
        left: unset;
        right: 0;
        transform: translateX(100%);
    }
}

@media only screen and (max-width: 991px) {
    header.style-1 .main-menu > ul {
        text-align: right;
    }
}
.faq-wrappper .faq-content .accordion .accordion-item .accordion-header .accordion-button {
    direction: rtl; /* Keep the text direction Right-to-Left */
    text-align: right; /* Align the text to the right */
    display: flex; /* Use flexbox for layout control */
    justify-content: space-between; /* Space between text and icon */
    align-items: center; /* Center align items vertically */
}

    .faq-wrappper .faq-content .accordion .accordion-item .accordion-header .accordion-button::after {
        margin-left: 0; /* Remove left margin */
        margin-right: auto; /* Ensure the icon is at the left for RTL */
    }

html[dir="rtl"] .auction-grid-title-section .filter-selector .selector .nice-select::after {
    right: auto; /* Override 'right' for RTL */
    left: 28px; /* Align to the left side in RTL */
}
.contact-page .single-contact .title {
    right: 35px;
    left: unset;
    
}
header.style-1 .nav-right .mobile-menu-btn {
    margin-left: unset;
  
}
.contact-card i {
    font-size: 20px;
    margin-right: unset;
    margin-left: 10px;
}
footer .footer-wrapper .footer-menu-wrap .footer-widget .widget-title h4::after {
    right: 0;
    left: unset;
}
.dropdown-menu{
    text-align:right;
}