.dig_bdy_container {
    height: 100%;
    width: 100%;
}

* {
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

html, body {
    min-height: 100% !important;
    height: 100%;
}

.dig_ul_divd .header {
    display: none;
}

a {
    outline: none;
}

.header span {
    cursor: pointer;
    font-size: 20px;
    position: relative;
}

.header {
    z-index: 99;
}

.header img {
    width: 30px;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.header a {
    text-decoration: none;
    color: inherit;
    box-shadow: none !important;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: default;
    vertical-align: baseline;
    padding-top: 28px;
    padding-left: 40px;
    padding-right: 40px;
}

.dig_ma-box::-webkit-scrollbar {
    background: #ffffff;
}

.dig_ma-box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.dig_ma-box::-webkit-scrollbar {
    width: 8px;
}

.dig_ma-box::-webkit-scrollbar-track {
    border-left: 1px rgba(0, 0, 0, 0.1) solid
}
.digits_login_form{
    height: 100%;
}
.login-cont {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col2 col1";
}
.login-leftside {
    grid-area: col1;
	background: url(/wp-content/uploads/2025/05/2b3875f89050090c4b68cefb1c70022201a88f90.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	display: flex;
    align-items: end;
}
.login-leftside .swiper-slide {
	font-family: 'dana-novin' !important;
}
.testimonial-slider {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
  }

 .swiper-slide {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 15px;
  color: #fff;
  font-family: sans-serif;
  direction: rtl; /* <-- RTL support */
  text-align: right; /* Align text properly */
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}

  .testimonial-text {
    font-size: 20px;
    line-height: 1.6;
	padding: 30px;
  }

  .testimonial-author {
    font-weight: bold;
	padding: 30px;
    text-align: left;
  }

  .stars {
    color: #ffc107;
    margin-left: 10px;
  }

/*   .swiper-button-next,
  .swiper-button-prev {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px;
    border-radius: 50%;
    transition: background 0.3s;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.4);
  } */
.button_wrapper button {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 100;
}

.button_wrapper button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.button_wrapper {
    position: absolute;
    right: 30px;
    top: 150px;
    display: flex;
    gap: 10px;
}
.swiper-button-prev, .swiper-button-next {
    position: relative;
}
.rtl-toggle-tabs {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #E9EAEB;
  margin-bottom: 25px;
  padding: 2px;
}

.rtl-toggle-tabs .tab {
  flex: 1;
  padding: 10px 20px;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #717680;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
   border-radius: 6px;
  text-decoration: none;
  text-align: center;
}

.rtl-toggle-tabs .tab.active {
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  color: #414651;
  font-weight: bold;
}
@media (max-width: 768px) {
	.login-leftside {
		display: none;
	}
	.login-cont  {
    grid-template-columns: 1fr; 
  }
}