.elementor-kit-7{--e-global-color-primary:#44554D;--e-global-color-secondary:#161616;--e-global-color-text:#0F0F0F;--e-global-color-accent:#AC9D83;--e-global-color-f0ebc5b:#FFFFFF;--e-global-color-69eb758:#FCFBF9;--e-global-color-24ccb7e:#666666;--e-global-typography-primary-font-family:"Tajawal";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Tajawal";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Tajawal";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Tajawal";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dormella-btn-shine {
        position: relative !important;
        display: inline-block !important;
        background: linear-gradient(135deg, #ac9d83 0%, #d4c5ab 50%, #ac9d83 100%) !important;
        overflow: hidden !important; /* THIS IS KEY - Clips the shine */
        transition: all 0.5s ease !important;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
        cursor: pointer !important;
        border: none !important;
        z-index: 1 !important;
    }

    /* 2. Create the "Shine" Beam */
    .dormella-btn-shine::after {
        content: "" !important;
        position: absolute !important;
        top: -50% !important;
        left: -100% !important; /* Starts outside the button */
        width: 60px !important;
        height: 200% !important;
        background: rgba(255, 255, 255, 0.4) !important;
        transform: rotate(35deg) !important;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
        z-index: 2 !important;
        filter: blur(5px) !important; /* Softens the light beam */
    }

    /* 3. The Hover Action */
    .dormella-btn-shine:hover {
        transform: translateY(-4px) !important;
        box-shadow: 0 15px 30px rgba(172, 157, 131, 0.4) !important;
        color: #ffffff !important;
    }

    .dormella-btn-shine:hover::after {
        left: 150% !important; /* Move the beam across the button */
    }
    
    /*
    languageeeeeeeeeeeeee
    */
    /* 1. Force Right-to-Left direction for Arabic */
html[lang="ar"], 
html[lang^="ar-"],
body.translated-rtl {
    direction: rtl !important;
    unicode-bidi: embed;
}

/* 2. Align text to the right for common elements */
html[lang="ar"] body,
html[lang="ar"] p,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] li {
    text-align: center !important;
}

/* 3. Flip the Gallery Grid we built earlier */
html[lang="ar"] .dm-grid {
    direction: rtl;
}

/* 4. Fix for margins/paddings that might be stuck on the left */
html[lang="ar"] .dm-filter-btn {
    letter-spacing: 0; /* Letter spacing often looks odd in Arabic */
}/* End custom CSS */