/* 
Theme Name: Rewaa Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Rewaa | The Best POS & Accounting Solutions
Author: Rewaa Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: rewaa-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


:root {
  /* Colors */
  --main-color: #474F57;
  --primary-color: #00A4A6;
  --secondary-color-dark-gray: #474F57;
  --third-color-yellow: #F6CA59;
  --text-color: #474F57;
  --black: #000000;
  --white: #FFFFFF;
  --light-green: #EDFFFC;
  --light-gray: #A6B7C3;
  --light-gray2: #F7F7F7;

  /* font sizes */
  --font-body: "Noto Kufi Arabic", Sans-serif;
  --font-size-h1: 60px;
  --font-size-h2: 55px;
  --font-size-h3: 36px;
  --font-size-h4: 28px;
  --font-size-h5: 24px;
  --font-size-h6: 20px;
  --font-size-p: 16px;
  --font-size-btn: 16px;
  --font-size-links: 16px;

  /* Font weights */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;


  /* Spacing */
  --line-height-20: 20px;
  --line-height-30: 30px;
  --line-height-35: 35px;
  --line-height-40: 40px;
  --line-height-45: 45px;
  --line-height-60: 60px;
  --line-height-80: 80px;


}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.rtl {
  direction: rtl;
  /* text-align: right; */
}

/* Base styles for global elements */
body {
  font-family: var(--font-body) !important;
  font-size: var(--font-size-p);
  line-height: var(--line-height-40);
  margin: 0;
  padding: 0;
  /*overflow-x: hidden !important;*/
  
}

.third-color-yellow {
  color: var(--third-color-yellow) !important;
}

/* Headings */
h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-80);

}

h2 {
  font-size: var(--font-size-h2)!important;
  font-weight: var(--font-weight-light)!important;
  line-height: var(--line-height-80) !important;

}

h3 , h3 a{
  font-size: var(--font-size-h3) !important;
  font-weight: var(--font-weight-light) !important;
  line-height: var(--line-height-45) !important;

}

h4 , h4 a{
  font-size: var(--font-size-h4) !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: var(--line-height-45) !important;

}

h5 , h5 a {
  font-size: var(--font-size-h5) !important;
  font-weight: var(--font-weight-light) !important;
  line-height: var(--line-height-45) !important;

}
h6 , h6 a{
  font-size: var(--font-size-h6) !important;
  font-weight: var(--font-weight-light) !important;
  line-height: var(--line-height-35) !important;

}


/* Paragraphs */
p {
  font-size: var(--font-size-p) !important;
  font-weight: var(--font-weight-light) !important;
  line-height: var(--line-height-35) !important;
}

button {
  font-size: var(--font-size-btn);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-20);
  border-radius: 8px;
}

a,
.main-header a {
  font-size: var(--font-size-links) !important;
  font-weight: var(--font-weight-regular) !important;
  line-height: var(--line-height-30) !important;
}

footer .footer-menu a {
  padding-right: 0px !important;
  padding-left: 30px !important;
}

.my-aspect img {
    aspect-ratio: 64 / 43 !important;
    object-fit: contain!important;
}
.primary-color{
    color:var(--primary-color);
}



/* input {
  text-align: end;
} */

/* Counter style */
span.elementor-counter-number {
  color: var(--main-color);
}

.counter span.elementor-counter-number {
  color: var(--black) !important;
}

.counter span.elementor-counter-number-prefix ,
.counter span.elementor-counter-number-suffix {
  color: var(--black) !important;
  font-size: 45px;
  font-weight: 100 !important;
}
 
.counter .elementor-counter-title {
  text-align: center !important;
}


/* testimonials */
.testimonial .elementor-testimonial__footer {
  /* background-color: #474F57; */
  padding: 15px;
}

.testimonial .elementor-testimonial__text {
  padding: 15px;
  /* direction: rtl; */
  font-size: 18px !important;
  font-weight: 500;
  font-family: 'Noto Kufi Arabic';
  line-height: 33px !important;
  font-style: normal !important;
}

.testimonial .swiper-slide {
  background: white;
}



.testimonial .elementor-testimonial__image {
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  /* Center image inside */
  align-items: center;
  justify-content: center;
}

.testimonial .elementor-testimonial__image img {
  border-radius: 999px;
  box-sizing: content-box;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.testimonial.elementor-element .swiper .elementor-swiper-button-prev {
  left: 170px;
}

.testimonial.elementor-element .swiper .elementor-swiper-button-next {
  right: 170px;
}


.testimonial .elementor-swiper-button {
  background: #474f56;
  opacity: 1;
  border-radius: 8px;
}

/* Style for both Prev and Next swiper buttons */
.testimonial .elementor-swiper-button {
  background-color: #666;
  /* Gray background */
  color: #fff !important;
  /* White arrow */
  width: 35px;
  /* Circle size */
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  /* Smaller arrow icon */
  opacity: 0.9;
  /* Slight transparency */
  transition: background 0.3s ease;
}

/* Ensure SVG arrows are white */
.testimonial .elementor-swiper-button svg {
  fill: #fff !important;
  width: 14px;
  height: 14px;
}

/* search */
.e-search-input {
  text-align: justify !important;
}

.text-align-justify input {
  text-align: justify !important;
}

/* ===== Max Mega Menu – RTL for menu #mega-menu-menu-1 ===== */

/* Make the whole bar RTL and push top items to the right */
ul.mega-sub-menu {
  direction: ltr !important;
}

header .elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,
header .elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  background-color: var(--primary-color) !important;
  border-radius: 8px;
}
.e-n-tab-title:hover path ,.e-n-tab-title[aria-selected=true] path {
    fill: var(--light-gray2) !important;
    transition: background 0.3s ease;
}
.mega-toggle-on span.e-n-tab-icon {
    padding-right: 15px;
}
/* إخفاء الزر افتراضياً */
.sticky-contact-btn {
  display: none !important;
}

/* لما الكونتينر يبقى Sticky يخلي الزر يبان */
.elementor-sticky--effects .sticky-contact-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.elementor-sticky--effects .e-con-inner {
    border-bottom: 1px solid #f1f3f5;
}
.mega-menu-item span.e-n-tab-title-text::after {
    position: absolute;
    left: 15px;
    font-family: dashicons;
    content: "\f341";
}
li.mega-menu-item{
    padding-left:15px!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 p{
    margin-bottom:0px;
}
.image-box-mega-menu:has(:hover) .elementor-image-box-title, 
.image-box-mega-menu:has(:focus) .elementor-image-box-title {
    color: var( --black );
    background: #dddddd26;
    border-radius: 7px;
    padding-right: 10px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    padding: 2px 2px 0px 0px!important;
    margin:0px!important;
}

    /* Fix mega menu icon + text inline on mobile */
    @media (max-width: 767px) {
    
        /* Target Elementor icon-box inside mega menu mobile */
        .image-box-mega-menu .elementor-image-box-wrapper {
            display: flex !important;
            align-items: center !important;
            flex-direction: row !important;
            gap: 12px; /* space between icon & text */
            text-align: right !important; /* RTL fix */
        }
    
        /* Make icon wrapper inline */
        .image-box-mega-menu figure.elementor-image-box-img {
            margin: 0 !important;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        /* Make title stay on same line */
        .image-box-mega-menu .elementor-image-box-content {
            display: inline-flex !important;
            flex-direction: column;
        }
        
        .image-box-mega-menu a.mega-menu-link {
            font-size: 18px!important;
            text-decoration: unset!important;
            margin-bottom: 10px!important;
            background: #ff000000 !important;
        }
        a.mega-menu-link {
            font-size: 18px!important;
        }
    }

/* ======================= End of Mega Menu styles ======================= */

ul.rew-responsibilities ,ul.rew-qualifications {
  /* direction: rtl!important; */
}

/* ======================= Input file upload cv ======================= */
/* ===== Upload (Elementor) — Rewaa style ===== */
.elementor-field-group-cv {
  --rw-brand: #00A4A6;
  --rw-brand-dark: #008f91;
  --rw-text: #111827;
  --rw-muted: #6b7280;
  position: relative;
  display: flex;
  flex-direction: column;   /* الزر فوق، النص تحت */
  justify-content: center;  /* توسيط عمودي داخل العمود */
  align-items: center;      /* توسيط أفقي */
  text-align: center;
  gap: 10px;                /* مسافة بين الزر والنص */
  width: 100%;
  min-height: 120px;
  /* direction: rtl; */
}

/* Make the native input look like a styled control */
.elementor-field-group-cv input[type="file"].elementor-upload-field {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
  font-size: 15px;
  color: var(--rw-text);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.elementor-field-group-cv input[type="file"].elementor-upload-field:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
.elementor-field-group-cv input[type="file"].elementor-upload-field:focus {
  outline: none;
  border-color: var(--rw-brand);
  box-shadow: 0 0 0 3px rgba(0,164,166,.15);
}

/* Style the button part (Chrome/Edge/Safari/Firefox new) */
.elementor-field-group-cv input[type="file"].elementor-upload-field::file-selector-button {
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  margin-inline-end: 12px;
  background: var(--rw-brand);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}
.elementor-field-group-cv input[type="file"].elementor-upload-field:hover::file-selector-button {
  background: var(--rw-brand-dark);
  transform: translateY(-1px);
}
.elementor-field-group-cv input[type="file"].elementor-upload-field:active::file-selector-button {
  transform: translateY(0);
}

/* Filename line (added by JS) */
.elementor-field-group-cv .rw-file-name {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: var(--rw-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elementor-field-group-cv.has-file .rw-file-name {
  color: var(--rw-text);
}

/* Optional hint line (max size) */
.elementor-field-group-cv .rw-hint {
  font-size: 12px;
  color: var(--rw-muted);
  margin-top: 4px;
}
/* تخصيص زر رفع الملف */
#form-field-cv::file-selector-button {
  content: "اختر الملف"; /* المحتوى البديل */
  background: #00A4A6;   /* لون الخلفية */
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

/* الهوفر */
#form-field-cv::file-selector-button:hover {
  background: #008f91;
  transform: translateY(-1px);
}

/* الضغط */
#form-field-cv::file-selector-button:active {
  transform: translateY(0);
}

/* .last-blogs .swiper{
  width: 70%;
  overflow: visible!important ;
} */
/* Keep Elementor's screen-only label as-is (accessibility) */
.related-b-type .swiper{
margin-right: 80px !important;
}

/* Force THIS carousel's Swiper to LTR so it scrolls left on RTL pages */
html[dir="rtl"] .related-b-type .swiper,
html[dir="rtl"] .related-b-type .swiper-wrapper {
  direction: ltr !important;
}

/* Keep the Arabic text inside each slide RTL */


.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: unset!important;
    transform: unset!important;
}



/* .single-sector .tabs-single .e-n-tabs-heading ,
.single-solution .tabs-single .e-n-tabs-heading{
    margin: auto;
    width: fit-content;
} */
.single-solution .video-aspect .e-hosted-video.elementor-wrapper.elementor-open-inline {
    aspect-ratio: 1.7!important;
}
.short-border { 
    position: relative; 
    
}
.short-border::after{
  content:""; 
  position:absolute; 
  inset-inline-end:0; 
  top:50%; 
  bottom:20%;
  left: -10px;
  width:1px; 
  background:var(--light-gray);
}

/* remove data from videos */
.yt-bg iframe { pointer-events: none; }
/* Elementor background video */
iframe {
  pointer-events: none !important;
}

/* Elementor Video widget: منع التفاعل داخل iframe */
.elementor-video {
  pointer-events: none !important;
}
.map iframe {
  pointer-events: auto !important;
}


/* ---------------------------------- Pricing page ----------------------------------- */

/* Numbers & header */
span.elementor-price-table__integer-part{
  line-height:1.5!important;
  text-align:right;
  padding-right:10px;
}
.elementor-price-table .elementor-price-table__price{ padding:15px 0; }
.elementor-price-table .elementor-price-table__header{ min-height:115px; }

/* Small check icon (font-based) */
.elementor-price-table .elementor-price-table__features-list i{ font-size:9px; }

/* SVG checks */
.elementor-price-table .elementor-price-table__features-list svg{
  margin-inline-end:10px;
  fill:var(--light-gray)!important;
  height:auto; width:20px;
}

/* Remove list separators after first item */
.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before{
  border:0; content:unset;
}

/* Badge position */
.elementor-ribbon-inner{
  transform:translateY(-85%) translateX(25px) rotate(-45deg);
}

/* Price typography */
span.price-sec1{ font-size:28px; font-weight:var(--font-weight-regular); }
span.sale{ text-decoration-line:line-through; color:#17aaa7; }
span.new{ color:#20a9a7; font-weight:900; padding:5px; }

/* ---------- Equal height cards + pinned footer (core) ---------- */

/* Stretch widget to fill column */
.elementor-column .elementor-widget-wrap{ height:100%; }
.elementor-widget-price-table,
.elementor-widget-price-table .elementor-widget-container{ height:100%; }

/* Make the inner table a vertical flex layout */
.elementor-widget-price-table .elementor-price-table{
  display:flex;
  flex-direction:column;
  min-height:100%;
}

/* Keep price & features from shrinking; pin footer to bottom */
.elementor-widget-price-table .elementor-price-table__price,
.elementor-widget-price-table .elementor-price-table__features-list{ flex-shrink:0; }
.elementor-widget-price-table .elementor-price-table__footer{ margin-top:auto; }


.elementor-testimonial__footer {
    border-top: 1px solid #636a711a;
}

.marquee-list li:last-child {
    padding-right: 60px;
}

button{
    border: 0px solid #ff055800;
}


.single-post .single-content-blog h2 {
    font-size: 30px!important;
}
/* make h3 to be h5 normal  */
.single-post .single-content-blog h3 {
  font-size: var(--font-size-h5) !important;
  font-weight: var(--font-weight-light) !important;
  line-height: var(--line-height-45) !important;
  color:var(--main-color)!important;
}
.single-post .single-content-blog h3 span {
  font-size: var(--font-size-h5) !important;
  font-weight: var(--font-weight-light) !important;
  line-height: var(--line-height-45) !important;
  color:var(--main-color)!important;
}
.single-post .single-content-blog p span, .single-post .single-content-blog p , .single-post .single-content-blog ul span , .single-post .single-content-blog ol span{
    font-size: var(--font-size-p) !important;
    font-weight: var(--font-weight-light) !important;
    line-height: var(--line-height-35) !important;
    color:#919191 !important;
}



/* #-----------------------------------------------------------------#
# Global Cta in Footer
#-----------------------------------------------------------------# */
.global_cta_buttons {
    position: fixed !important;
    top: 50% !important;
    left: 0 !important;
    z-index: 10000 !important;
    transform: translateY(-20%) !important;
    pointer-events: none !important;
    direction: rtl !important;
    opacity: 0 ;
    visibility: hidden ;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.global_cta_buttons a {
    transform: translateX(-90px) !important;
    transition: transform 0.3s ease !important;
}

.global_cta_buttons a {
    display: flex !important;
    font-weight: bold !important;
    font-size: 14px !important;
    align-items: center !important;
    pointer-events: auto !important;
    transition: transform 0.3s ease !important;
}

.global_cta_buttons i {
    display: inline-block !important;
    padding: 13px !important;
    text-align: center !important;
    font-size: 18px !important;
    width: 50px !important;
    transition: transform 0.3s ease !important;
}

.global_cta_buttons svg {
    display: inline-block !important;
    text-align: center !important;
    font-size: 18px !important;
    width: 50px !important;
    transition: transform 0.3s ease !important;
}

.global_cta_buttons a:hover {
    transform: translateX(0) !important;
}

.global_cta_buttons a:hover,
.global_cta_buttons a:focus {
    text-decoration: none !important;
}

.global_cta_buttons a:hover i {
    transform: scale(1.2) !important;
}

i {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

.global_cta_buttons span {
    display: inline-block !important;
    padding: 10px 0px 10px 20px !important;
    max-width: 150px !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
}
/* remove cta_buttons whatsapp in thank you page with id is 26738 */
.page-id-26738 #global_cta_buttons{
    display:none!important;
}
/* ---------- Responsive height rules (only when needed) ---------- */
/* Use a single, consistent set. If you don't need forced heights, you can delete this block. */

@media (max-width:1199px){
  .elementor-widget-price-table .elementor-price-table{ height:760px!important; } /* fixed unit */
  .tab-content{padding:0px!important;}
}
@media (min-width:1200px) and (max-width:1299px){
  .elementor-widget-price-table .elementor-price-table{ height:100vh!important; }
}
@media (min-width:1300px) and (max-width:1400px){
  .elementor-widget-price-table .elementor-widget-container{ height:90vh!important; }
}
@media (min-width:1401px) and (max-width:1500px){
  .elementor-widget-price-table .elementor-price-table{ height:90vh!important; }
}
@media (min-width:1501px) and (max-width:1599px){
  .elementor-widget-price-table .elementor-price-table{ height:100vh!important; }
}
@media (min-width:1600px){
  .elementor-widget-price-table .elementor-price-table{ height:50rem!important; } /* or swap to 95vh */
}







/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  MOBILE DESIGN SYSTEM
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {

  :root {

    /* Mobile Font Sizes */
    --font-size-h1: 32px;
    --font-size-h2: 28px;
    --font-size-h3: 24px;
    --font-size-h4: 20px;
    --font-size-h5: 18px;
    --font-size-h6: 16px;
    --font-size-p: 15px;
    --font-size-btn: 15px;
    --font-size-links: 15px;

    /* Mobile Line Height */
    --line-height-20: 20px;
    --line-height-30: 26px;
    --line-height-35: 30px;
    --line-height-40: 34px;
    --line-height-45: 38px;
    --line-height-60: 46px;
    --line-height-80: 52px;

    /* Spacing */
    --space-section: 40px;
  }

  body {
    /*padding: 0 16px;*/
    line-height: var(--line-height-35);
  }


  p {
    font-size: var(--font-size-p);
    line-height: var(--line-height-35);
  }
  
  /* لما الكونتينر يبقى Sticky يخلي الزر يبان */
    .elementor-sticky--effects .sticky-contact-btn {
      display: unset !important;
      align-items: unset;
      justify-content: unset;
    }
    .elementor-sticky--effects .e-con-inner {
        border-bottom: 1px solid #f1f3f5;
    }
    .testimonial .elementor-testimonial__text {
      padding: 15px;
      /* direction: rtl; */
      font-size: var(--font-size-p) !important;
      font-weight: 500;
      font-family: 'Noto Kufi Arabic';
      line-height: 33px !important;
      font-style: normal !important;
    }

    .short-border::after{
        display:none!important;
    }
    nav.cb-breadcrumb * {
    font-size: 12px!important;
    }
    .related-b-type .swiper{
    margin-right: 40px !important;
    }
    .mega-menu-item span.e-n-tab-title-text::after {

    left: 2px;

    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: left;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        padding: 0!important;
    }
    
    .sticky-cta-footer {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
      }
    
      .sticky-cta-footer.is-visible {
        transform: translateY(0);
        opacity: 1;
      }
    /*  .my-aspect-bottom img {*/
    /*    aspect-ratio: 64 / 43 !important;*/
    /*    object-fit: contain!important;*/
    /*}*/
    
    .single-post .post-content img {
        object-fit: contain!important;
        width: 100%!important;
        height: auto!important;
    }

}

/* Mobile + tablet (Elementor tablet max 1024px) */
/* @media (max-width: 997px) {
    .single-post .elementor-sticky {
        position: static !important;
        top: auto !important;
        bottom: auto !important;
        inset: auto !important;
        width: 100% !important; 
    }
} */



/* =======================
   Elementor Form Icons
   RTL – Font Awesome 5
   ======================= */

/* Base wrapper */
.elementor-field-group {
  position: relative;
  padding-right: 15px;
}

/* Base icon style */
.elementor-field-group::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  padding-right: 15px;
}

/* =======================
   RTL Support
   ======================= */
body[dir="rtl"] .elementor-field-group::after {
  right: 15px!important;
  left: auto!important;
}

body[dir="rtl"] 
.elementor-field-group input,
body[dir="rtl"] 
.elementor-field-group textarea,
body[dir="rtl"] 
.elementor-field-group select {
  padding-right: 40px;
  padding-left: 15px;
}

/* =======================
   Field Icons
   ======================= */

/* Name */
.elementor-field-group-name::after {
  content: "\f007"; /* user */
}

/* Email */
.elementor-field-group-email::after {
  content: "\f0e0"; /* envelope */
}

/* Mobile */
.elementor-field-group-mobile::after {
  content: "\f095"; /* phone */
}

/* Job Title */
.elementor-field-group-job_title::after {
  content: "\f2bb"; /* id-badge */
}

/* Company */
.elementor-field-group-company::after {
  content: "\f2b5"; /* building */
}
/* moreinfomation */
.elementor-field-group-moreinfo::after {
  content: "\f15c"; /* building */
}
/* =======================
   Select & Textarea Direction
   ======================= */
.elementor-field-type-select select,
.elementor-field-type-textarea textarea {
  direction: rtl;
}

/* =======================
   UX Enhancement (Optional)
   ======================= */
.elementor-field-group:focus-within::after {
  color: var(--e-global-color-primary);
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
padding-right: 50px!important;
}