.navbar-wrapper {
  display: contents;
}
 
.navbar-navbar-container {
  top: 0;
  width: 100%;
  height: 1500px;
  display: flex;
  overflow: auto;
  direction: rtl;
  max-width: auto;
  max-height: auto;
  align-items: center;
  flex-direction: row-reverse;
  background-size: cover;
  justify-content: flex-start;
  background-image: url("public/asset%20-7-2025-1100h.png");
  background-position: center;
  animation: slideIn 0.5s ease-out;
}
 
@keyframes slideIn {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@media(max-width: 767px) {
  .navbar-navbar-container {
    width: 100%;
    height: 525px;
    max-width: var(--dl-size-size-maxwidth);
    animation: slideIn 0.5s ease-out;
  }
}
 
@media(max-width: 479px) {
  .navbar-navbar-container {
    width: 100%;
    height: 489px;
    max-width: var(--dl-size-size-maxwidth);
    background-size: cover;
    justify-content: flex-start;
    background-image: url("public/asset%20-7-2025-1100h.png");
    background-position: center;
    animation: slideIn 0.5s ease-out;
  }
  .navbarroot-class-name {
    width: 100%;
    height: 489px;
  }
}

.slide-wrapper {
  display: contents;
}
 
.slide-slide {
  direction: rtl;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-backgrounds-darkblue);
}
 
.slide-max-width {
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
 
.slide-left-side {
  width: 50%;
  display: flex;
  align-items: stretch;
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.slide-decorations-container {
  width: 298px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  background-size: contain;
  justify-content: space-between;
  background-image: url("public/right-lg-1200w.png");
  background-position: center;
  background-repeat: no-repeat;
}
 
.slide-image-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
 
.slide-image {
 width: 200px;
  height: 100%;
  max-width: var(--dl-size-size-xxlarge);
  align-self: center;
  max-height: var(--dl-size-size-xxlarge);
  object-fit: fill;
  padding-left: var(--dl-space-space-unit);
}
 
.slide-slider-controls {
  flex: 0 0 auto;
  width: 240px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}
 
.slide-go-right {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.slide-go-right:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
 
.slide-icon1 {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
 
.slide-go-left {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.slide-go-left:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
 
.slide-icon3 {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
 
.slide-right-side {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.slide-testimonial {
  color: var(--dl-color-grays-white100);
  font-size: 27px;
  font-style: normal;
  font-family: "Effra-Regular";
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 42px;
}
 
.slide-author {
  color: var(--dl-color-grays-white100);
}
 
.slide-role {
  color: var(--dl-color-grays-white60);
  font-family: "Effra-Regular";
}
 
.slideroot-class-name {
  background-color: var(--dl-color-backgrounds-purple);
}
 
.slideroot-class-name1 {
  background-color: var(--dl-color-backgrounds-green);
}
 
.slideroot-class-name2 {
  align-self: center;
}
 
@media(max-width: 1600px) {
  .slide-max-width {
    width: 1600px;
    padding-left: 0px;
    padding-right: 0px;
  }
 
  .slide-image {
 
    padding-top: 41.5px;
    padding-left: 0px;
    padding-bottom: var(--dl-space-space-unit);
    object-fit: fill;
    
  }
}
 
@media(max-width: 1200px) {
 
  .slide-image {
 
     padding-top: 41.5px;
    padding-left: 0px;
    padding-bottom: var(--dl-space-space-unit);
    object-fit: fill;
  }
}
 
@media(max-width: 991px) {
  .slide-left-side {
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .slide-slider-controls {
    align-self: center;
  }
  .slide-testimonial {
    color: var(--dl-color-grays-white100);
  }
}
 
@media(max-width: 767px) {
  .slide-max-width {
    flex-direction: column;
  }
  .slide-left-side {
    width: 100%;
    padding-right: 0px;
  }
 
  .slide-image {
       padding-top: 41.5px;
    padding-left: 0px;
    padding-bottom: var(--dl-space-space-unit);
    object-fit: fill;
    max-width: 700px;
    object-fit: fill;
  }
  .slide-right-side {
    width: 757px;
    height: 222px;
    align-self: flex-end;
    padding-bottom: 0px;
  }
  .slide-testimonial {
    color: var(--dl-color-grays-white100);
    font-size: 27px;
    font-style: normal;
    font-family: Effra-Regular;
    font-weight: 500;
    line-height: 1.5;
  }
}
 
@media(max-width: 479px) {
  .slide-max-width {
    width: auto;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .slide-image {
    width: 200px;
    height: var(--dl-size-size-xxlarge);
    max-width: var(--dl-size-size-maxwidth);
    padding-left: var(--dl-space-space-unit);
    padding-right: 19px;
    object-fit: fill;
  }
  .slide-slider-controls {
    width: 146px;
    height: 121px;
    padding-left: 0px;
    justify-content: center;
  }
  .slide-go-right {
    height: 75px;
    max-width: 75px;
    align-self: center;
    max-height: 75px;
    justify-content: center;
  }
  .slide-go-left {
    height: 75px;
    max-width: 75px;
    align-self: center;
    max-height: 75px;
  }
  .slide-right-side {
    width: auto;
    height: 331px;
    align-self: stretch;
    padding-top: 5px;
    padding-left: var(--dl-space-space-halfunit);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 29px;
  }
  .slide-testimonial {
    color: var(--dl-color-grays-white100);
    font-size: 27px;
    align-self: flex-start;
    font-style: normal;
    text-align: right;
    font-family: Effra-Regular;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: var(--dl-space-space-halfunit);
  }
}

.slide-wrapper-4erm {
  display: contents;
}
 
.slide-slide1 {
  direction: rtl;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-backgrounds-darkblue);
}
 
.slide-max-width1 {
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
 
.slide-left-side1 {
  width: 50%;
  display: flex;
  align-items: stretch;
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.slide-decorations-container1 {
  width: 297px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/right-lg-1200w.png");
  background-position: center;
}
 
.slide-image-container1 {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
 
.slide-image1 {
  width: auto;
  height: 100%;
  max-width: var(--dl-size-size-xxlarge);
  align-self: center;
  max-height: var(--dl-size-size-xxlarge);
  object-fit: fill;
  padding-left: var(--dl-space-space-unit);
}
 
.slide-slider-controls1 {
  flex: 0 0 auto;
  width: 240px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}
 
.slide-go-right1 {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.slide-go-right1:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
 
.slide-icon5 {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
 
.slide-go-left1 {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.slide-go-left1:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
 
.slide-icon7 {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
 
.slide-right-side1 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.slide-testimonial1 {
  color: var(--dl-color-grays-white100);
  font-size: 27px;
  font-style: normal;
  font-family: "Effra-Regular";
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 42px;
}
 
.slide-author1 {
  color: var(--dl-color-grays-white100);
}
 
.slide-role1 {
  color: var(--dl-color-grays-white60);
  font-family: "Effra-Regular";
}
 
.slideroot-class-name {
  background-color: var(--dl-color-backgrounds-purple);
}
 
.slideroot-class-name1 {
  background-color: var(--dl-color-backgrounds-green);
}
 
.slideroot-class-name2 {
  align-self: center;
}
 
@media(max-width: 1600px) {
  .slide-max-width1 {
    width: 1600px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .slide-decorations-container1 {
    width: 299px;
    background-size: cover;
    background-image: url("public/right-lg-1200w.png");
    background-position: center;
  }
  .slide-image1 {
    width: 230px;
    height: 369px;
    padding-top: var(--dl-space-space-unit);
    padding-left: 0px;
    object-fit: fill;
    padding-bottom: var(--dl-space-space-unit);
  }
}
 
@media(max-width: 1200px) {
  .slide-decorations-container1 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("public/right-lg-1200w.png");
  }
  .slide-image1 {
    width: var(--dl-size-size-xlarge);
    height: var(--dl-size-size-xxlarge);
    object-fit: fill;
  }
}
 
@media(max-width: 991px) {
  .slide-left-side1 {
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .slide-slider-controls1 {
    align-self: center;
  }
  .slide-testimonial1 {
    color: var(--dl-color-grays-white100);
  }
}
 
@media(max-width: 767px) {
  .slide-max-width1 {
    flex-direction: column;
  }
  .slide-left-side1 {
    width: 100%;
    padding-right: 0px;
  }
  .slide-decorations-container1 {
    width: var(--dl-size-size-xxlarge);
    height: var(--dl-size-size-xxlarge);
    padding-left: 0px;
  }
  .slide-image1 {
    max-width: 700px;
    object-fit: fill;
  }
  .slide-right-side1 {
    width: 757px;
    height: 222px;
    align-self: flex-end;
    padding-bottom: 0px;
  }
  .slide-testimonial1 {
    color: var(--dl-color-grays-white100);
    font-size: 27px;
    font-style: normal;
    font-family: Effra-Regular;
    font-weight: 500;
    line-height: 1.5;
  }
}
 
@media(max-width: 479px) {
  .slide-max-width1 {
    width: auto;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .slide-decorations-container1 {
    width: 248px;
    height: 417px;
    padding-right: 3px;
  }
  .slide-image1 {
    width: 220px;
    height: var(--dl-size-size-xxlarge);
    max-width: var(--dl-size-size-maxwidth);
    padding-left: var(--dl-space-space-unit);
    padding-right: 19px;
    object-fit: fill;
  }
  .slide-slider-controls1 {
    width: 146px;
    height: 121px;
    padding-left: 0px;
    justify-content: center;
  }
  .slide-go-right1 {
    height: 75px;
    max-width: 75px;
    align-self: center;
    max-height: 75px;
    justify-content: center;
  }
  .slide-go-left1 {
    height: 75px;
    max-width: 75px;
    align-self: center;
    max-height: 75px;
  }
  .slide-right-side1 {
    width: auto;
    height: 331px;
    align-self: stretch;
    padding-top: 5px;
    padding-left: var(--dl-space-space-halfunit);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 29px;
  }
  .slide-testimonial1 {
    color: var(--dl-color-grays-white100);
    font-size: 27px;
    align-self: flex-start;
    font-style: normal;
    text-align: right;
    font-family: Effra-Regular;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: var(--dl-space-space-halfunit);
  }
}

.slide-wrapper-wb5p {
  display: contents;
}
 
.slide-slide2 {
  direction: rtl;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-backgrounds-darkblue);
}
 
.slide-max-width2 {
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
 
.slide-left-side2 {
  width: 50%;
  display: flex;
  align-items: stretch;
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.slide-decorations-container2 {
  width: 29px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/right-lg-1200w.png");
  background-position: center;
}
 
.slide-image-container2 {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
 
.slide-image2 {
  width: auto;
  height: 100%;
  max-width: var(--dl-size-size-xxlarge);
  align-self: center;
  max-height: var(--dl-size-size-xxlarge);
  object-fit: fill;
  padding-left: var(--dl-space-space-unit);
}
 
.slide-slider-controls2 {
  flex: 0 0 auto;
  width: 240px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}
 
.slide-go-right2 {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.slide-go-right2:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
 
.slide-icon9 {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
 
.slide-go-left2 {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.slide-go-left2:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
 
.slide-icon11 {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
 
.slide-right-side2 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.slide-testimonial2 {
  color: var(--dl-color-grays-white100);
  font-size: 27px;
  font-style: normal;
  font-family: "Effra-Regular";
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 42px;
}
 
.slide-author2 {
  color: var(--dl-color-grays-white100);
}
 
.slide-role2 {
  color: var(--dl-color-grays-white60);
  font-family: "Effra-Regular";
}
 
.slideroot-class-name {
  background-color: var(--dl-color-backgrounds-purple);
}
 
.slideroot-class-name1 {
  background-color: var(--dl-color-backgrounds-green);
}
 
.slideroot-class-name2 {
  align-self: center;
}
 
@media(max-width: 1600px) {
  .slide-max-width2 {
    width: 1600px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .slide-decorations-container2 {
    width: 299px;
    background-size: cover;
    background-image: url("public/right-lg-1200w.png");
    background-position: center;
  }
  .slide-image2 {
    width: 230px;
    height: 369px;
    padding-top: var(--dl-space-space-unit);
    padding-left: 0px;
    padding-bottom: var(--dl-space-space-unit);
    object-fit: fill;
  }
}
 
@media(max-width: 1200px) {
  .slide-decorations-container2 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("public/right-lg-1200w.png");
  }
  .slide-image2 {
    width: var(--dl-size-size-xlarge);
    height: var(--dl-size-size-xxlarge);
    object-fit: fill;
  }
}
 
@media(max-width: 991px) {
  .slide-left-side2 {
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .slide-slider-controls2 {
    align-self: center;
  }
  .slide-testimonial2 {
    color: var(--dl-color-grays-white100);
  }
}
 
@media(max-width: 767px) {
  .slide-max-width2 {
    flex-direction: column;
  }
  .slide-left-side2 {
    width: 100%;
    padding-right: 0px;
  }
  .slide-decorations-container2 {
    width: var(--dl-size-size-xxlarge);
    height: var(--dl-size-size-xxlarge);
    padding-left: 0px;
  }
  .slide-image2 {
    max-width: 700px;
    object-fit: fill;
  }
  .slide-right-side2 {
    width: 757px;
    height: 222px;
    align-self: flex-end;
    padding-bottom: 0px;
  }
  .slide-testimonial2 {
    color: var(--dl-color-grays-white100);
    font-size: 28px;
    font-style: normal;
    font-family: Effra-Regular;
    font-weight: 500;
    line-height: 1.5;
  }
}
 
@media(max-width: 479px) {
  .slide-max-width2 {
    width: auto;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .slide-decorations-container2 {
    width: 248px;
    height: 417px;
    padding-right: 3px;
  }
  .slide-image2 {
    width: 220px;
    height: var(--dl-size-size-xxlarge);
    max-width: var(--dl-size-size-maxwidth);
    padding-left: var(--dl-space-space-unit);
    padding-right: 19px;
    object-fit: fill;
  }
  .slide-slider-controls2 {
    width: 146px;
    height: 121px;
    padding-left: 0px;
    justify-content: center;
  }
  .slide-go-right2 {
    height: 75px;
    max-width: 75px;
    align-self: center;
    max-height: 75px;
    justify-content: center;
  }
  .slide-go-left2 {
    height: 75px;
    max-width: 75px;
    align-self: center;
    max-height: 75px;
  }
  .slide-right-side2 {
    width: auto;
    height: 331px;
    align-self: stretch;
    padding-top: 5px;
    padding-left: var(--dl-space-space-halfunit);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 29px;
  }
  .slide-testimonial2 {
    color: var(--dl-color-grays-white100);
    font-size: 27px;
    align-self: flex-start;
    font-style: normal;
    text-align: right;
    font-family: Effra-Regular;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: var(--dl-space-space-halfunit);
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  direction: rtl;
  border-color: rgba(33, 33, 33, 0.1);
  border-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.footer-max-width {
  justify-content: space-between;
}
 
.footer-container1 {
  flex: 0 0 auto;
  width: 50%;
  height: 219px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-image {
  width: 106px;
  margin-bottom: var(--dl-space-space-twounits);
}
 
.footer-social-media {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-text1 {
  font-size: 20px;
  font-style: normal;
  font-family: "Effra-Regular";
  font-weight: 600;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
 
.footer-container2 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
 
.footer-icon10 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
 
.footer-icon10:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
 
.footer-icon14 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
 
.footer-icon14:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
 
.footer-icon18 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
 
.footer-icon18:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
 
.footer-icon20 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
 
.footer-icon20:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
 
.footer-links {
  flex: 0 0 auto;
  width: 567px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.footer-container3 {
  width: 99px;
  height: 240px;
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  flex-direction: column;
}
 
.footer-text2 {
  font-size: 20px;
  font-style: normal;
  font-family: "Effra-Regular";
  font-weight: 800;
  line-height: 1.5;
}
 
.footer-text3 {
  font-size: 20px;
  font-style: normal;
  font-family: "Effra-Regular";
  font-weight: 700;
  line-height: 1.5;
}
 
.footer-text4 {
  font-size: 20px;
  font-style: normal;
  font-family: "Effra-Regular";
  font-weight: 700;
  line-height: 1.5;
}
 
@media(max-width: 991px) {
  .footer-max-width {
    flex-direction: column-reverse;
  }
  .footer-container1 {
    width: 100%;
  }
  .footer-links {
    width: 100%;
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
 
@media(max-width: 479px) {
  .footer-text1 {
    font-size: 18px;
    font-style: normal;
    font-family: "Effra-Regular";
    font-weight: 600;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  .footer-container3 {
    width: 100%;
  }
}

.copyright-wrapper {
  display: contents;
}
 
.copyright-copyright {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  direction: rtl;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: row-reverse;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
}
 
.copyright-max-width {
  align-items: stretch;
  justify-content: center;
}
 
.copyright-text {
  color: var(--dl-color-grays-gray100);
  font-size: 22px;
  font-family: "Effra-Regular";
}
 
@media(max-width: 991px) {
  .copyright-max-width {
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .copyright-text {
    align-self: stretch;
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .copyright-text {
    color: var(--dl-color-grays-gray100);
    font-size: 20px;
    font-family: Effra-Regular;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  position: relative;
  direction: rtl;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-main {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-max-width1 {
  align-items: stretch;
}
 
.home-content-container {
  flex: 1;
  display: flex;
  position: relative;
  min-width: 50%;
  align-items: flex-start;
  padding-right: 5px;
  animation-name: fadeInDownBig;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  animation-duration: 600ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-text10 {
  fill: var(--dl-color-grays-gray40);
  width: auto;
  height: 178px;
  display: block;
  font-size: 22px;
  align-self: center;
  margin-top: 12px;
  text-align: center;
  font-family: "Effra-Regular";
  line-height: 1.7;
  margin-bottom: 42px;
}
 
.home-text11 {
  color: var(--dl-color-grays-gray100);
  font-family: "Effra-Regular";
  font-weight: 700;
}
 
.home-text12 {
  color: var(--dl-color-grays-gray100);
  font-family: "Effra-Regular";
  font-weight: 700;
}
 
.home-text13 {
  color: var(--dl-color-grays-gray100);
  font-family: "Effra-Regular";
  font-weight: 700;
}
 
.home-text14 {
  color: var(--dl-color-grays-gray100);
  font-family: "Effra-Regular";
  line-height: 2;
}
 
.home-input-container {

  display: flex;
  align-items: center;
 
  flex-direction: row;
  justify-content: center;
}
 
.home-container2 {

  display: flex;
  max-width: auto;
  align-self: center;
  align-items: center;
  line-height: 1.5;
  padding-top: 13px;
  border-width: 0px;
  border-radius: 32px;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: center;
    background-color: var(--dl-color-backgrounds-gray);
}
 
.home-text17 {
  color: #DD644B;
  font-size: 22px;
  align-self: center;
  text-align: center;
  font-family: "Effra-Regular";
}
 
.home-button {
  width: 347px;
  display: flex;
  font-size: 22px;
  align-self: center;
  text-align: center;
  align-items: center;
  font-family: "Effra-Regular";
  line-height: 1;
  padding-top: 20px;
  white-space: nowrap;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 20px;
  justify-content: center;
}
 
.home-image-container {
  flex: 1;
  display: flex;
  align-items: center;
  animation-name: fadeInUpBig;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  animation-duration: 600ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-image {
  width: auto;
  height: auto;
  max-width: var(--dl-size-size-maxwidth);
  object-fit: cover;
  margin-left: 45px;
}
 
.home-section-four {
  padding-bottom: 0px;
}
.home-max-width2 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text18 {
  color: var(--dl-color-grays-gray100);
  font-size: 22px;
  font-family: "Effra-Regular";
  
}
 .home-text16 {
  color: var(--dl-color-grays-gray100);
  font-family: "Effra-Regular";
  line-height: 2;
}
 .home-text19 {
  fill: var(--dl-color-grays-gray100);
  color: rgb(28, 49, 156);
  height: 51px;
  text-align: center;
  font-family: "Effra-Regular";
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-text21 {
  fill: var(--dl-color-grays-gray100);
  color: rgb(28, 49, 156);
  height: 51px;
  text-align: center;
  font-family: "Effra-Regular";
  margin-bottom: var(--dl-space-space-threeunits);
}
 
.home-text22 {
  color: var(--dl-color-grays-gray100);
  font-size: 35px;
  font-family: "Effra-Regular";
}
 
.home-slider {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  transition: 0.5s;
  align-items: stretch;
  flex-direction: row;
}
 
@media(max-width: 991px) {
  .home-max-width1 {
    flex-direction: column;
  }
  .home-content-container {
    margin-bottom: 42px;
    padding-right: 0px;
  }
 .home-text10 {
    width: 100%;
    height: 122px;
    font-family: "Effra-Regular";
  }
  .home-text14 {
    font-size: 22px;
  }
  .home-text15 {
    font-size: 22px;
  }
    .home-input-container {
    height: 193px;
    align-self: center;
    padding-top: var(--dl-space-space-unit);
  }
  .home-container2 {
    width: auto;
    height: auto;
    align-self: center;
    justify-content: center;
  }
  .home-text17 {
    align-self: center;
  }
  .home-image {
    max-width: 100%;
    margin-left: 0px;
  }
   .home-text19 {
    color: rgb(28, 49, 156);
    font-family: "Effra-Regular";
  }
  .home-text21 {
    color: rgb(28, 49, 156);
    font-family: "Effra-Regular";
  }
  .home-text22 {
    color: var(--dl-color-grays-gray100);
    font-size: 35px;
  font-family: "Effra-Regular";
  }
}
 
@media(max-width: 767px) {
  .home-text10 {
    height: 154px;
    font-size: 22px;
font-family: "Effra-Regular";
}
  .home-text14 {
    font-size: 22px;
  }
  .home-text15 {
    font-size: 22px;
  }
  .home-input-container {
    align-self: center;
  }
  .home-container2 {
    width: 404px;
    padding-left: 0px;
  }
   .home-text19 {
    color: rgb(28, 49, 156);
font-family: "Effra-Regular";
}
  .home-text21 {
font-family: "Effra-Regular";
margin-bottom: var(--dl-space-space-twounits);
  }
  .home-text22 {
    color: var(--dl-color-grays-gray100);
    font-size: 35px;
font-family: "Effra-Regular";
}
}
 
@media(max-width: 479px) {
  .home-text10 {
    height: 240px;
    font-size: 22px;
font-family: "Effra-Regular";
}
  .home-text14 {
    line-height: 1.8;
  }
  .home-text15 {
    font-size: 22px;
  }
  .home-input-container {
    width: 393px;
    margin-right: 0px;
    padding-right: 0px;
    flex-direction: column;
  }
  .home-container2 {
    width: 438px;
    height: 320px;
    max-width: 100%;
    padding-left: 5px;
    margin-bottom: var(--dl-space-space-unit);
    padding-right: 0px;
  }
    .home-text16 {
    line-height: 1.8;
  }
   .home-text19 {
    color: rgb(28, 49, 156);
font-family: "Effra-Regular";
}
  .home-text21 {
font-family: "Effra-Regular";
}
  .home-text22 {
    color: var(--dl-color-grays-gray100);
    font-size: 35px;
font-family: "Effra-Regular";
}
}


/* ====== أجيال الشارقة – Slider (FULL) ====== */

/* Tokens */
.home-section-four{
  --card-w: clamp(180px, 22vw, 260px);
  --card-ratio: 3 / 4;
  --card-pad: 8px;
  --card-bg: #fff;

  --controls-h: 56px;
  --controls-bg: rgba(247,249,252,.96);
  --controls-border: 1px solid rgba(0,0,0,.06);
  --arrow-size: 44px;
  --icon-size: 20px;

  --decor-w: 260px;
  --decor-opacity: .22;
}

/* Decorations */
.home-section-four .slide-decorations-container,
.home-section-four .slide-decorations-container1,
.home-section-four .slide-decorations-container2{
  width: var(--decor-w) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  opacity: var(--decor-opacity);
}

/* Photo card (identical size, no crop) */
.home-section-four .slide-image-container,
.home-section-four .slide-image-container1,
.home-section-four .slide-image-container2{
  position: relative;
  width: var(--card-w);
  aspect-ratio: var(--card-ratio);
  height: auto;
  border-radius: 18px;
  overflow: hidden;
  background: var(--card-bg);
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
  display: flex; align-items: center; justify-content: center;
  padding: var(--card-pad);
}

/* Image (show full, no distortion) */
.home-section-four .slide-image,
.home-section-four .slide-image1,
.home-section-four .slide-image2,
.home-section-four .slider-image{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center;
  display: block;
  max-width: none !important;
  padding: 0 !important;
  background: transparent;
  border-radius: 0;
}

/* Controls */
.home-section-four .slide-slider-controls,
.home-section-four .slide-slider-controls1,
.home-section-four .slide-slider-controls2{
  position: absolute; left: 0; right: 0; bottom: 0;
  height: var(--controls-h) !important;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 12px;
  background: var(--controls-bg);
  border-top: var(--controls-border);
}

.home-section-four .slide-go-left,
.home-section-four .slide-go-right,
.home-section-four .slide-go-left1,
.home-section-four .slide-go-right1,
.home-section-four .slide-go-left2,
.home-section-four .slide-go-right2{
  width: var(--arrow-size) !important;
  height: var(--arrow-size) !important;
  max-width: var(--arrow-size) !important;
  max-height: var(--arrow-size) !important;
  display: flex; align-items: center; justify-content: center;
  border-radius: 999px;
  transition: background-color .15s ease, transform .15s ease;
}
.home-section-four .slide-go-left:hover,
.home-section-four .slide-go-right:hover,
.home-section-four .slide-go-left1:hover,
.home-section-four .slide-go-right1:hover,
.home-section-four .slide-go-left2:hover,
.home-section-four .slide-go-right2:hover{
  background: rgba(0,0,0,.06);
  transform: translateY(-1px);
}

.home-section-four .slide-icon1,
.home-section-four .slide-icon3,
.home-section-four .slide-icon5,
.home-section-four .slide-icon7,
.home-section-four .slide-icon9,
.home-section-four .slide-icon11{
  width: var(--icon-size) !important;
  height: var(--icon-size) !important;
  fill: #1e73be;
}

/* Keep row steady & clamp text (desktop base) */
.home-section-four .slide-max-width,
.home-section-four .slide-max-width1,
.home-section-four .slide-max-width2{
  min-height: 340px;
  align-items: stretch;
}

.home-section-four .slide-testimonial,
.home-section-four .slide-testimonial1,
.home-section-four .slide-testimonial2{
  font-size: 22px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 12px;
  color: rgba(255,255,255,.96);
}

/* ====== Responsive ====== */
@media (max-width: 1200px){
  .home-section-four .slide-testimonial,
  .home-section-four .slide-testimonial1,
  .home-section-four .slide-testimonial2{ -webkit-line-clamp: 5; }
}

@media (max-width: 991px){
  .home-section-four{
    --card-w: clamp(180px, 28vw, 240px);
    --decor-w: 220px;
    --decor-opacity: .20;
  }
}

/* ====== MOBILE (<=767px) – tidy Arabic text, equalize row height option ====== */
/* ===== MOBILE FIX PACK (<=767px) ===== */
@media (max-width: 767px) {
  .home-section-four {
    /* card + decor tokens you already had */
    --card-w: clamp(150px, 60vw, 220px);
    --card-pad: 6px;
    --controls-h: 50px;
    --arrow-size: 46px;
    --icon-size: 18px;
    --decor-w: 180px;
    --decor-opacity: .18;

    /* NEW: one-size container height on mobile (tweak if needed) */
    --row-min: 560px; /* try 540–600 depending on your longest slide */
  }

  /* Make every slide at least the same height; never crop content */
  .home-section-four .slide-max-width,
  .home-section-four .slide-max-width1,
  .home-section-four .slide-max-width2 {
    min-height: var(--row-min);
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0 16px 28px;  /* bottom padding keeps content off the white area */
    overflow: visible;     /* IMPORTANT: don't clip text/CTA */
  }

  /* Image block stays compact above text */
  .home-section-four .slide-image-container,
  .home-section-four .slide-image-container1,
  .home-section-four .slide-image-container2 {
    margin-bottom: 10px;
    flex: 0 0 auto;
  }

  /* Text column: RTL, right-aligned, controlled width */
  .home-section-four .slide-right-side,
  .home-section-four .slide-right-side1,
  .home-section-four .slide-right-side2 {
    direction: rtl;
    text-align: right;
    width: 100% !important;
    max-width: 88vw;
    margin-inline: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  /* Paragraph: readable Arabic typesetting + stable lines */
  .home-section-four .slide-testimonial,
  .home-section-four .slide-testimonial1,
  .home-section-four .slide-testimonial2 {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,.96);
    margin: 0 0 8px 0;
    text-wrap: pretty;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;      /* keep uniform height */
  }

  /* Name + cohort (last lines under the paragraph) */
  .home-section-four .slide-right-side p:last-of-type,
  .home-section-four .slide-right-side p:nth-last-of-type(2) {
    margin: 0 0 6px 0;
    opacity: .95;
  }

  /* CTA button (any button/link class) sticks to bottom of text column */
  .home-section-four .slide-right-side .btn,
  .home-section-four .slide-right-side a.button,
  .home-section-four .slide-right-side a[class*="btn"],
  .home-section-four .slide-right-side button {
    margin-top: auto;           /* pushes CTA to the bottom of text column */
    align-self: flex-start;     /* keep it aligned with right-aligned text in RTL */
  }

  /* Make sure decorations never sit above real content */
  .home-section-four .slide-decorations-container,
  .home-section-four .slide-decorations-container1,
  .home-section-four .slide-decorations-container2 { z-index: 0; }
  .home-section-four .slide-image-container,
  .home-section-four .slide-right-side { position: relative; z-index: 1; }
}

/* Keep images uncropped inside their card */
.home-section-four .slide-image,
.home-section-four .slide-image1,
.home-section-four .slide-image2,
.home-section-four .slider-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center;
  display: block;
  padding: 0 !important;
  background: transparent;
  border-radius: 0;
}

@media (max-width: 768px){ .slider-image{} }
