        .slide-nav-2{
         margin-bottom: 50px !important;
         }
         .dropdown-link.w--current {
         font-family: Lato !important;
         color: #b3b3b3;
         }
		 
		 /* Show 3 slides side-by-side on desktop */
@media (min-width: 992px) {
  .testimm .w-slider-mask {
    display: flex !important;
    overflow: hidden;
  }
  .testimm .w-slide {
    flex: 0 0 33.3333%; /* 3 items per row */
    display: flex;
    justify-content: center;
  }
  .testimm .div-block-7 {
    width: 90%;
    margin: 0 auto;
  }
}
/* Optional: make it 2 per row on tablets */
@media (max-width: 991px) and (min-width: 768px) {
  .testimm .w-slide {
    flex: 0 0 50%;
  }
}

/* 1 per row on mobile (default) */
@media (max-width: 767px) {
  .testimm .w-slide {
    flex: 0 0 100%;
  }
}

@font-face {
                font-family: 'Tajawal';
                src: url('fonts/Tajawal-Bold.woff2') format('woff2'), url('fonts/Tajawal-Bold.woff') format('woff');
                font-weight: bold;
                font-style: normal;
                font-display: swap;
            }

            @font-face {
                font-family: 'Tajawal';
                src: url('fonts/Tajawal-Medium.woff2') format('woff2'), url('fonts/Tajawal-Medium.woff') format('woff');
                /* font-weight: 500; */
                font-style: normal;
                font-display: swap;
            }

            @font-face {
                font-family: 'Tajawal';
                src: url('fonts/Tajawal-Light.woff2') format('woff2'), url('fonts/Tajawal-Light.woff') format('woff');
                font-weight: 300;
                font-style: normal;
                font-display: swap;
            }

            @font-face {
                font-family: 'Tajawal';
                src: url('fonts/Tajawal-Regular.woff2') format('woff2'), url('fonts/Tajawal-Regular.woff') format('woff');
                font-weight: normal;
                font-style: normal;
                font-display: swap;
            }
.direction-rtl {
                direction: rtl
            }

            .direction-ltr {
                direction: ltr
            }
.rtltext1 {
                direction: rtl !important;
                font-family: "Tajawal" !important;
                text-align: center !important;
            }

            .rtltext {
                direction: rtl !important;
                font-family: "Tajawal" !important;
                text-align: right !important;
            }

            .rtltext2 {
                direction: rtl !important;
                font-family: "Tajawal" !important;
                text-align: left !important;
            }
