/* =================================================================
   RTL (Right-to-Left) Stylesheet
   For Arabic and other RTL languages
================================================================= */

/* Base RTL Direction */
body {
    direction: rtl;
    text-align: right;
}

/* General Text Alignment */
.text-left {
    text-align: right !important;
}

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

/* Float Fixes */
.float-left {
    float: right !important;
}

.float-right {
    float: left !important;
}

/* Header & Navigation */
.header .navbar-brand.logo {
    margin-left: 0;
    margin-right: 0;
}

.ht-navigation {
    direction: rtl;
}

.main-nav ul li {
    float: right;
}

.menu-item {
    margin-left: 30px;
    margin-right: 0;
}

.menu-item:first-child {
    margin-left: 0;
}

/* Header Number */
.header-number {
    margin-left: 0;
    margin-right: auto;
}

.header-number i {
    margin-left: 15px;
    margin-right: 0;
}

/* Right Navigation */
.right-nav {
    margin-right: auto;
    margin-left: 0;
}

.search-icon {
    margin-left: 20px;
    margin-right: 0;
}

/* Buttons */
.themeht-btn {
    padding-right: 30px;
    padding-left: 30px;
}

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

ul li, ol li {
    text-align: right;
}

/* Padding & Margin Overrides */
.pr-0 { padding-left: 0 !important; padding-right: auto !important; }
.pr-1 { padding-left: 0.25rem !important; padding-right: auto !important; }
.pr-2 { padding-left: 0.5rem !important; padding-right: auto !important; }
.pr-3 { padding-left: 1rem !important; padding-right: auto !important; }
.pr-4 { padding-left: 1.5rem !important; padding-right: auto !important; }
.pr-5 { padding-left: 3rem !important; padding-right: auto !important; }

.pl-0 { padding-right: 0 !important; padding-left: auto !important; }
.pl-1 { padding-right: 0.25rem !important; padding-left: auto !important; }
.pl-2 { padding-right: 0.5rem !important; padding-left: auto !important; }
.pl-3 { padding-right: 1rem !important; padding-left: auto !important; }
.pl-4 { padding-right: 1.5rem !important; padding-left: auto !important; }
.pl-5 { padding-right: 3rem !important; padding-left: auto !important; }

.mr-0 { margin-left: 0 !important; margin-right: auto !important; }
.mr-1 { margin-left: 0.25rem !important; margin-right: auto !important; }
.mr-2 { margin-left: 0.5rem !important; margin-right: auto !important; }
.mr-3 { margin-left: 1rem !important; margin-right: auto !important; }
.mr-4 { margin-left: 1.5rem !important; margin-right: auto !important; }
.mr-5 { margin-left: 3rem !important; margin-right: auto !important; }

.ml-0 { margin-right: 0 !important; margin-left: auto !important; }
.ml-1 { margin-right: 0.25rem !important; margin-left: auto !important; }
.ml-2 { margin-right: 0.5rem !important; margin-left: auto !important; }
.ml-3 { margin-right: 1rem !important; margin-left: auto !important; }
.ml-4 { margin-right: 1.5rem !important; margin-left: auto !important; }
.ml-5 { margin-right: 3rem !important; margin-left: auto !important; }

/* Border Radius Flips */
.rounded-left {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-right {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea,
select {
    text-align: right;
    direction: rtl;
}

.search-form input.search-field {
    text-align: right;
    padding-right: 20px;
    padding-left: 50px;
}

.search-form .search-submit {
    right: auto;
    left: 0;
}

/* Icons */
i[class*="flaticon-"],
i[class*="bi-"],
.icon {
    margin-left: 10px;
    margin-right: 0;
}

/* Mobile Menu */
.ht-mobile-menu-bg,
.nav-menu-toggle {
    left: auto;
    right: 0;
}

#menu-toggle {
    margin-right: 0;
    margin-left: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    direction: rtl;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0.5rem;
    padding-right: 0;
    content: "/";
}

/* Cards */
.card {
    text-align: right;
}

.card-body {
    text-align: right;
}

/* Grid System Adjustments */
.row {
    direction: rtl;
}

.col,
[class*="col-"] {
    float: right;
}

/* Flexbox Adjustments */
.d-flex {
    direction: rtl;
}

.justify-content-start {
    justify-content: flex-end !important;
}

.justify-content-end {
    justify-content: flex-start !important;
}

/* Tables */
table {
    text-align: right;
}

th, td {
    text-align: right;
}

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

.dropdown-item {
    text-align: right;
}

/* Modals */
.modal-header .close,
.modal-header .bi-x {
    margin-left: 0;
    margin-right: auto;
}

/* Sticky Logo */
.sticky-logo {
    text-align: right;
}

/* Swiper Slider - General */
.swiper-button-next {
    right: auto;
    left: 10px;
}

.swiper-button-prev {
    left: auto;
    right: 10px;
}

/* Banner Slider - RTL Specific */
.banner-slider,
.banner-swiper {
    direction: rtl;
}

.banner-content {
    text-align: right;
    padding-right: 50px;
    padding-left: 0;
}

.banner-slider .swiper-button-next,
.banner-swiper .swiper-button-next {
    left: 10px;
    right: auto;
}

.banner-slider .swiper-button-prev,
.banner-swiper .swiper-button-prev {
    right: 10px;
    left: auto;
}

/* Banner Slider - Navigation Arrows */
#banner-swiper-button-next {
    left: 10px;
    right: auto;
}

#banner-swiper-button-prev {
    right: 10px;
    left: auto;
}

/* Slider Content Spacing */
.slider-img {
    direction: rtl;
}

.banner-content h1,
.banner-content h2,
.banner-content h6,
.banner-content p {
    text-align: right;
}

.banner-content .btn-box {
    justify-content: flex-start;
}

/* Animations */
@keyframes slideInRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

/* Close Button */
.close,
.bi-x {
    left: 0;
    right: auto;
}

#close-search {
    left: 20px;
    right: auto;
}

/* Checkbox and Radio */
input[type="checkbox"],
input[type="radio"] {
    margin-left: 10px;
    margin-right: 0;
}

/* Custom Fixes */
.container,
.container-fluid {
    direction: rtl;
}

/* Position Utilities */
.position-right {
    right: auto !important;
    left: 0 !important;
}

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

/* Text Alignment for Paragraphs */
p {
    text-align: right;
}

/* Links */
a {
    direction: rtl;
}

/* Badge and Labels */
.badge {
    margin-left: 5px;
    margin-right: 0;
}

/* Tooltips */
.tooltip {
    text-align: right;
}

/* Progress Bar */
.progress-bar {
    right: 0;
    left: auto;
}

/* Service/Product Cards - Match English Design Exactly */
.service-item,
.service-item.style-2,
.product-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-bottom: 30px !important;
    position: relative !important;
    border: 1px solid #e0e0e0 !important;
    height: 100% !important;
    text-align: right !important;
}

.service-item:hover,
.service-item.style-2:hover,
.product-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 16px 48px rgba(40, 155, 145, 0.15) !important;
    border-color: #289b91 !important;
}

/* Product Image Container */
.service-item .service-image,
.product-card .product-image {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: linear-gradient(135deg, #e3f5f2 0%, #d4ebe8 100%) !important;
    height: 280px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.service-item .service-image img,
.product-card .product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 0 !important;
}

.service-item:hover .service-image img,
.product-card:hover .product-image img {
    transform: scale(1.1) !important;
}

/* Gradient Overlay on Hover */
.service-item .service-image::after,
.product-card .product-image::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(92, 152, 143, 0.15), rgba(65, 88, 107, 0.15)) !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
}

.service-item:hover .service-image::after,
.product-card:hover .service-image::after {
    opacity: 1 !important;
}

/* Content Area */
.service-item .service-desc {
    text-align: right !important;
    padding: 20px !important;
}

.service-item .service-title h4 {
    text-align: center !important;
    margin-bottom: 10px !important;
}

.service-item .service-title h4 a {
    text-align: center !important;
}

/* Button Styling */
.service-item .arrow-button {
    display: inline-block !important;
    padding: 12px 30px !important;
    background: #2da397 !important;
    color: #fff !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin: 0 20px 20px 20px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.service-item .arrow-button:hover {
    background: #238b81 !important;
    color: #fff !important;
}

.service-item .arrow-button i {
    margin-right: 5px !important;
    margin-left: 0 !important;
}

/* Ensure images stay rectangular, not circular */
.service-image img,
.post-image img,
img {
    border-radius: inherit;
}

/* Featured Items */
.featured-item {
    text-align: right;
}

.featured-item.style-3 {
    text-align: right;
}

.featured-icon {
    margin-left: 0;
    margin-right: 0;
}

/* About Page Sections - RTL Spacing */
.about-section,
.about_sec,
.comm_sec {
    padding-right: 50px !important;
    padding-left: 20px !important;
}

.about-section .elementor-widget-wrap,
.about_sec .elementor-widget-wrap,
.comm_sec .elementor-widget-wrap {
    padding-right: 30px !important;
    padding-left: 0 !important;
}

.about-section h1,
.about-section h2,
.about-section h3,
.about-section h6,
.about-section p,
.comm_sec h1,
.comm_sec h2,
.comm_sec h3,
.comm_sec h6,
.comm_sec p {
    text-align: right !important;
    padding-right: 20px !important;
    padding-left: 0 !important;
}

/* Vision/Mission Cards */
.vis_rep,
.mission-vision-card {
    text-align: right !important;
    padding-right: 30px !important;
    padding-left: 15px !important;
}

/* About Section Content */


.theme-title {
    text-align: center !important;
    padding-right: 20px !important;
}

/* Media Queries for Responsive RTL */
@media (max-width: 991px) {
    .navigation-top {
        text-align: right;
    }

    .main-nav ul {
        text-align: right;
    }

    .menu-item {
        margin-left: 0;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .right-nav {
        justify-content: flex-start;
    }

    .header-number {
        margin-right: 0;
    }
}



/* products  */


/* Product Cards - Enhanced Design with V1 Dimensions */
.service-item,
.service-item.style-2,
.product-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-bottom: 30px !important;
    position: relative !important;
    border: 1px solid #e0e0e0 !important;
    height: 100% !important;
}

.service-item:hover,
.service-item.style-2:hover,
.product-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 16px 48px rgba(40, 155, 145, 0.15) !important;
    border-color: #289b91 !important;
}

/* Product Image Container - V1 Aspect Ratio */
.service-item .service-image,
.product-card .product-image {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: linear-gradient(135deg, #e3f5f2 0%, #d4ebe8 100%) !important;
    height: 280px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.service-item .service-image img,
.product-card .product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.service-item:hover .service-image img,
.product-card:hover .product-image img {
    transform: scale(1.1) !important;
}

/* Gradient Overlay on Hover */
.service-item .service-image::after,
.product-card .product-image::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(92, 152, 143, 0.15), rgba(65, 88, 107, 0.15)) !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
}

.service-item:hover .service-image::after,
.product-card:hover .service-image::after {
    opacity: 1 !important;
}

/* New Badge - Top Right */
.product-badge,
.new-badge {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: linear-gradient(135deg, #17c5a3 0%, #14a888 100%) !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    border-radius: 25px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    box-shadow: 0 6px 16px rgba(23, 197, 163, 0.4) !important;
    z-index: 10 !important;
}

/* Favorite/Star Icon - Top Right Corner */
.product-favorite,
.product-star {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: #ffffff !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    z-index: 10 !important;
}

.product-favorite:hover,
.product-star:hover {
    background: #ffd700 !important;
    transform: scale(1.15) rotate(15deg) !important;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4) !important;
}

.product-favorite i,
.product-star i {
    color: #ffd700 !important;
    font-size: 20px !important;
}

.product-favorite:hover i,
.product-star:hover i {
    color: #ffffff !important;
}

/* Product Card Content */
.service-item .service-desc,
.product-card .product-content {
    padding: unset !important;
}

.service-item .service-title h4,
.product-card .product-title {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
    min-height: 54px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    transition: color 0.3s ease !important;
}

.service-item:hover .service-title h4,
.product-card:hover .product-title {
    color: #5c988f !important;
}

/* Product Description - Visible with line clamp */
.service-item .service-desc p,
.product-card .product-description {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #6c757d !important;
    margin-bottom: 18px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Product Count */
.product-count {
    font-size: 13px !important;
    color: #6c757d !important;
    margin-bottom: 18px !important;
    font-weight: 500 !important;
}

/* View Button - Enhanced CTA */
.service-item .arrow-button,
.product-view-btn,
.service-item .themeht-btn,
.product-card .themeht-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 50% !important;
    padding: 16px 28px !important;
    background: #289b91 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    box-shadow: 0 6px 20px rgba(40, 155, 145, 0.3) !important;
}

.service-item .arrow-button:hover,
.product-view-btn:hover,
.service-item .themeht-btn:hover,
.product-card .themeht-btn:hover {
    background: #1f7a72 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(40, 155, 145, 0.45) !important;
    color: #ffffff !important;
}

/* Hide icons in buttons */
.service-item .arrow-button i,
.product-view-btn i,
.service-item .themeht-btn i,
.product-card .themeht-btn i {
    display: none !important;
}

/* Product Grid Spacing - V1 */
.products-grid .row {
    margin: 0 -15px !important;
}

.products-grid .col-lg-3,
.products-grid .col-md-6,
.products-grid .col-sm-6 {
    padding: 0 15px !important;
    margin-bottom: 30px !important;
}

/* ========================================
   PRODUCT MODAL
   ======================================== */

.product-modal {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.75) !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    padding: 40px 20px !important;
    animation: fadeIn 0.3s ease-out !important;
}

.product-modal.active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-modal-content {
    background: #ffffff !important;
    border-radius: 20px !important;
    max-width: 900px !important;
    width: 100% !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    position: relative !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    animation: slideUp 0.4s ease-out !important;
}

.product-modal-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    color: #2c3e50 !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.product-modal-close:hover {
    background: #bd424e !important;
    color: #ffffff !important;
    transform: rotate(90deg) !important;
}

.product-modal-body {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    padding: 40px !important;
}

.product-modal-image {
    position: relative !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #e8f5f3 0%, #f0f9f7 100%) !important;
}

.product-modal-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.product-modal-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}

.product-modal-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

.product-modal-description {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #6c757d !important;
}

.product-modal-meta {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
}

.product-modal-meta-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 15px !important;
}

.product-modal-meta-item i {
    color: #5c988f !important;
    font-size: 18px !important;
    width: 24px !important;
}

.product-modal-actions {
    display: flex !important;
    gap: 12px !important;
    margin-top: auto !important;
}

.product-modal-btn {
    flex: 1 !important;
    padding: 16px 24px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.product-modal-btn.primary {
    background: linear-gradient(135deg, #5c988f 0%, #41586b 100%) !important;
    color: #ffffff !important;
}

.product-modal-btn.primary:hover {
    background: linear-gradient(135deg, #41586b 0%, #5c988f 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(92, 152, 143, 0.35) !important;
}

.product-modal-btn.secondary {
    background: #ffffff !important;
    color: #5c988f !important;
    border: 2px solid #5c988f !important;
}

.product-modal-btn.secondary:hover {
    background: #5c988f !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .product-modal-body {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding: 24px !important;
    }

    .product-modal-title {
        font-size: 24px !important;
    }

    .product-modal-actions {
        flex-direction: column !important;
    }
}



/* products  */

body {
    direction: rtl;
}

@media (max-width: 1800px) {
    .header-1 .navigation-top {
        margin-right: auto;
        margin-left: 0px;
    }
}

.close-search {
    right: auto;
    left: -66px;
}

.search-form button[type="submit"] {
    right: auto;
    left: 15px;
}

@media (max-width: 1570px) {
    .banner-content {
        padding: 200px 150px 120px 15px;
    }
}

.banner-content .themeht-btn + .themeht-btn {
    margin-left: 0;
    margin-right: 20px;
}

.banner-slider.swiper .swiper-button-prev {
    left: auto;
    right: 40px;
    transform: rotate(180deg);
}

.banner-slider.swiper .swiper-button-next {
    right: auto;
    left: 40px;
    transform: rotate(180deg);
}

.banner-image::before,
.slider-img::before {
    background: linear-gradient(-90deg, #289b91 0%, #289b91a8 40%, rgb(83 116 108 / 0%) 60%)
}

.banner-content h6 span {
    margin-right: 0;
    margin-left: 10px;
}

.banner-content h6 {
    padding: 4px 8px 4px 20px;
}

@media (max-width: 1570px) {
    .split-list ul:first-child {
        padding-right: 0;
        padding-left: 50px;
    }
}

.list-icon.style1 li i {
    margin-right: 0;
    margin-left: 8px;
}

.featured-item.style-3 .featured-icon i {
    margin-right: 0;
    margin-left: 20px;
}

.featured-item.style-3.text-end {
    direction: ltr;
}

.featured-item.style-3.text-end .featured-icon i {
    margin-left: 0;
    margin-right: 20px;
}

.featured-item.style-3.text-end .featured-desc {
    text-align: left;
}

footer .footer-top-button .themeht-btn.primary-btn {
    margin-right: 0;
    margin-left: 26px;
}

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

footer .themeht-btn span {
    margin-left: 0;
    margin-right: 10px;
}

footer .primary-footer .row .col-lg-4 {
    padding-right: 0;
    padding-left: 80px;
}

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

.subscribe-form button {
    right: auto;
    left: 15px;
}

.footer-widget.widget .social-icons.footer-social li {
    margin-right: 0;
    margin-left: 2px;
    float: right;
}

.scroll-top::before {
    left: auto;
    right: 0px;
}

.page-title.breadcrumb-1::before {
    background: linear-gradient(-90deg, #289b91 0%, #289b91a8 40%, rgba(0, 212, 255, 0) 60%);
}

.breadcrumb i {
    margin-right: 0 !important;
    margin-left: 10px !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: var(--bs-breadcrumb-item-padding-x);
}


.elementor-3002 .elementor-element.elementor-element-a25d7d7 > .elementor-element-populated {
    padding: 0px 80px 0px 0px;
}

.elementor-element.elementor-element-60adbdf.elementor-widget.elementor-widget-themeht_button .themeht-btn.secondary-btn {
    margin-right: 0;
    margin-left: 30px;
}

.counter.style-1 .counter-icon {
    margin-right: 0;
    margin-left: 20px;
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-ceeea1e.elementor-section-boxed elementor-section-height-default.elementor-section-height-default.default {
    direction: ltr;
}

.post-card.style-2 .post-cat {
    right: auto;
    left: 10px;
}

.post-card.style-2 {
    text-align: right;
}

.scroll-top::after {
    left: auto;
    right: 0;
}

.scroll-top {
    right: auto;
    left: 20px;
}

.contact-us,
.contact-us input {
    direction: rtl;
}

.portfolio-item.style-1 .portfolio-desc,
.portfolio-item.style-1 .portfolio-cat::before,
.portfolio-item.style-1 h4::before {
    left: auto;
    right: 0;
}

.split-text-block .split-content p,.split-content h3 {
    padding-right: 30px !important;
}

.btn-about{
    margin-right: 30px !important;
}
