@import url("bootstrap.min.css");
@import url("customizations.min.css");
@import url("bootstrap-select.min.css");
@import url("magiczoomplus.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("jquery-confirm.min.css");
/*@import url("https://fonts.googleapis.com/css?family=Trirong");*/
@import url("https://fonts.googleapis.com/css?family=Cairo");

/* Newsletter Footer Styles */
.newsletter-footer {
    padding: 30px 0;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.newsletter-footer h6 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.newsletter-footer .form-control {
    height: 45px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.newsletter-footer .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-footer .btn-primary {
    height: 45px;
    min-width: 100px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.newsletter-footer .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

#footerResult {
    margin-top: 10px;
    font-size: 14px;
    color: #4caf50;
    min-height: 20px;
}

.newsletter-input-wrapper {
    flex: 1;
    min-width: 200px;
    margin-right: 10px;
}

/* RTL Base Styles */
body {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}

/* Flip floats and text alignment */
.float-left { float: right !important; }
.float-right { float: left !important; }
.text-left { text-align: right !important; }
.text-right { text-align: left !important; }

/* Flip margins and paddings */
.ml-auto { margin-right: auto !important; margin-left: 0 !important; }
.mr-auto { margin-left: auto !important; margin-right: 0 !important; }

/* Fix Bootstrap grid columns */
.offset-1 { margin-right: 8.333333%; margin-left: 0 !important; }
.offset-2 { margin-right: 16.666667%; margin-left: 0 !important; }
.offset-3 { margin-right: 25%; margin-left: 0 !important; }
.offset-4 { margin-right: 33.333333%; margin-left: 0 !important; }

/* Fix Font Awesome icons */
.fa, .fas, .far, .fab {
    margin-left: 5px;
    margin-right: 0;
}
/* RTL form styles */
input, textarea {
    text-align: right;
    direction: rtl;
}

.form-control {
    padding: .375rem .75rem .375rem 1.75rem;
}
/* Fix navbar */
.navbar-nav {
    padding-right: 0;
}

/* Fix modal dialogs */
.modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

/* Fix owl carousel */
.owl-carousel {
    direction: ltr;
}
.owl-carousel .owl-item {
    direction: rtl;
}
/* start language detect*/
.dropdown-menu {
    min-width: 160px;
}

.dropdown-item {
      padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.nav-link img {
    margin-right: 5px;
    vertical-align: middle;
}