.element-home {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
    align-items: center;
    position: relative;
    background-color: var(--colors-dark-white);
    overflow-x: hidden;
  }
  
  .element-home .hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 800px;
    align-items: center;
    justify-content: center;
    gap: 60px;
     position: relative;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.44) 100%
    );
  }
  
  .element-home .text {
    display: flex;
    flex-direction: column;
    width: 670px;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-11);
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-home .text-wrapper {
    position: relative;
   
    margin-top: -1.00px;
    font-family: "IBM Plex Arabic";
    font-weight: 700;
    color: var(--colors-dark-dark-800);
    font-size: 72px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    direction: rtl;
 
  }
  
  .element-home .div {
   
    font-family: var(--regular-regular-3xl-font-family);
    font-weight: var(--regular-regular-3xl-font-weight);
    color: var(--colors-dark-dark-700);
    font-size: var(--regular-regular-3xl-font-size);
    text-align: center;
    line-height: var(--regular-regular-3xl-line-height);
    position: relative;
    letter-spacing: var(--regular-regular-3xl-letter-spacing);
    direction: rtl;
    font-style: var(--regular-regular-3xl-font-style);
  }
  
  .element-home .frame {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spaces-space-8);
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-home .button {
    all: unset;
    box-sizing: border-box;
    gap: var(--spaces-space-3);
    padding: var(--spaces-space-6) var(--spaces-space-11) var(--spaces-space-6)
      var(--spaces-space-11);
    background-color: var(--colors-dark-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--spaces-space-19);
    box-shadow: var(--card-shadow);
  }
  
  .element-home .text-wrapper-2 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--bold-bold-l-font-family);
    font-weight: var(--bold-bold-l-font-weight);
    color: var(--colors-primary-primary);
    font-size: var(--bold-bold-l-font-size);
    text-align: center;
    line-height: var(--bold-bold-l-line-height);
    position: relative;
    letter-spacing: var(--bold-bold-l-letter-spacing);
    direction: rtl;
    font-style: var(--bold-bold-l-font-style);
  }
  
  .element-home .img {
    position: relative;
    width: 22px;
    height: 22px;
  }
  
  .element-home .button-2 {
    all: unset;
    box-sizing: border-box;
    gap: var(--spaces-space-3);
    padding: var(--spaces-space-6) var(--spaces-space-11) var(--spaces-space-6)
      var(--spaces-space-11);
    background-color: var(--colors-primary-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--spaces-space-19);
    box-shadow: var(--card-shadow);
    cursor: pointer;
  }

  /* Hover/Focus states for join button */
  .element-home .button-2:hover {
    filter: brightness(0.95);
  }
  .element-home .button-2:focus-visible {
    outline: 2px solid rgba(0,0,0,0.15);
    outline-offset: 2px;
  }
  
  .element-home .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--bold-bold-l-font-family);
    font-weight: var(--bold-bold-l-font-weight);
    color: var(--colors-dark-white);
    font-size: var(--bold-bold-l-font-size);
    text-align: center;
    letter-spacing: var(--bold-bold-l-letter-spacing);
    line-height: var(--bold-bold-l-line-height);
    direction: rtl;
    font-style: var(--bold-bold-l-font-style);
  }
  
  .element-home .whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: var(--spaces-space-8);
    position: fixed;
    bottom: var(--spaces-space-10);
    right: var(--spaces-space-10);
    z-index: 1000;
    background-color: var(--colors-dark-white);
    border-radius: var(--spaces-space-19);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--colors-dark-dark-300);
    box-shadow: var(--card-shadow);
    cursor: pointer;
  }
  
  .element-home .logos-whatsapp-icon {
    position: relative;
    width: 32px;
    height: 32.25px;
    aspect-ratio: 0.99;
  }
  
  .element-home .overlap-group {
    position: relative;
    height: 32px;
  }
  
  .element-home .vector {
    position: absolute;
    width: 31px;
    height: 31px;
    top: 1px;
    left: 1px;
  }
  
  .element-home .vector-2 {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
  }
  
  .element-home .vector-3 {
    position: absolute;
    width: 16px;
    height: 15px;
    top: 9px;
    left: 8px;
  }
  
  .element-home .statistics {
    display: flex;
    width: 100%;
    align-items: center;
    gap: var(--spaces-space-16);
    padding: var(--spaces-space-16) var(--spaces-space-19) var(--spaces-space-16)
      var(--spaces-space-19);
    position: relative;
    flex: 0 0 auto;
    background-color: var(--colors-dark-dark-800);
  }
  
  .element-home .image {
    position: relative;
    width: 560px;
    height: 500px;
    flex: 0 0 560px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  }
  
  .element-home .frame-2 {
    
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-13);
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .element-home .frame-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spaces-space-8);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .text-wrapper-4 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--bold-bold-4xl-font-family);
    font-weight: var(--bold-bold-4xl-font-weight);
    color: var(--colors-dark-white);
    font-size: var(--bold-bold-4xl-font-size);
    letter-spacing: var(--bold-bold-4xl-letter-spacing);
    line-height: var(--bold-bold-4xl-line-height);
    direction: rtl;
    font-style: var(--bold-bold-4xl-font-style);
  }
  
  .element-home .p {
    position: relative;
    align-self: stretch;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-400);
    font-size: var(--regular-regular-m-font-size);
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-home .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--spaces-space-11);
    position: relative;
    width: 100%;
    margin-top: var(--spaces-space-13);
  }
  
  .element-home .feature {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-8);
  }
  
  .element-home .icon {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: var(--spaces-space-4) 0px 0px 0px;
    position: relative;
    flex: 0 0 auto;
  }

  /* Circular outlined icon style */
  .element-home .icon i,
  .element-home .icon img {

  }
  
  .element-home .img-2 {
    position: relative;
    width: 48px;
    height: 48px;
  }
  
  .element-home .frame-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spaces-space-3);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .text-wrapper-5 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--bold-bold-xl-font-family);
    font-weight: var(--bold-bold-xl-font-weight);
    color: var(--colors-dark-white);
    font-size: var(--bold-bold-xl-font-size);
    letter-spacing: var(--bold-bold-xl-letter-spacing);
    line-height: var(--bold-bold-xl-line-height);
    direction: rtl;
    font-style: var(--bold-bold-xl-font-style);
  }
  
  .element-home .feature-2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-8);
  }
  
  .element-home .feature-3 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-8);
  }
  
  .element-home .feature-4 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-8);
  }
  
  .element-home .frame-5 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: var(--spaces-space-8);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    margin-top: 40px;
  }
  
  .element-home .button-3 {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-3);
    padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
      var(--spaces-space-10);
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--spaces-space-19);
    border: 1px solid;
    border-color: var(--colors-dark-white);
    box-shadow: var(--card-shadow);
  }
  
 
  
  .element-home .text-wrapper-6 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--bold-bold-m-font-family);
    font-weight: var(--bold-bold-m-font-weight);
    color: #fff;
    font-size: var(--bold-bold-m-font-size);
    text-align: center;
    line-height: var(--bold-bold-m-line-height);
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--bold-bold-m-letter-spacing);
    direction: rtl;
    font-style: var(--bold-bold-m-font-style);
  }
  
  .element-home .frame-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-13);
    padding: var(--spaces-space-16) var(--spaces-space-18) var(--spaces-space-16)
      var(--spaces-space-18);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .frame-7 {
    display: flex;
   width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: 0 0 auto;
  }

  .element-home .frame-6 .frame-7 .button-3 {
    all: unset;
    box-sizing: border-box;
    gap: var(--spaces-space-3);
    padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5) var(--spaces-space-10);
    border: 1px solid;
    border-color: var(--colors-dark-dark-800);
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--spaces-space-19);
    box-shadow: var(--card-shadow);
  }
  
  .element-home .button-4 {
    all: unset;
    box-sizing: border-box;
    gap: var(--spaces-space-3);
    padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
      var(--spaces-space-10);
    border: 1px solid;
    border-color: var(--colors-dark-dark-800);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--spaces-space-19);
    box-shadow: var(--card-shadow);
  }
  
  .element-home .text-wrapper-7 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--bold-bold-m-font-family);
    font-weight: var(--bold-bold-m-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--bold-bold-m-font-size);
    text-align: center;
    line-height: var(--bold-bold-m-line-height);
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--bold-bold-m-letter-spacing);
    direction: rtl;
    font-style: var(--bold-bold-m-font-style);
  }
  
  .element-home .text-wrapper-8 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--bold-bold-4xl-font-family);
    font-weight: var(--bold-bold-4xl-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--bold-bold-4xl-font-size);
    text-align: center;
    letter-spacing: var(--bold-bold-4xl-letter-spacing);
    line-height: var(--bold-bold-4xl-line-height);
    direction: rtl;
    font-style: var(--bold-bold-4xl-font-style);
  }
  
  /* Desktop view all button - shown by default */
  .element-home .desktop-view-all {
    display: inline-flex !important;
    margin-right: 20px;
    vertical-align: middle;
  }
  
  /* Mobile view all button - hidden by default on desktop */
  .element-home .mobile-view-all {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  
  /* News section - Desktop view all button - shown by default */
  .element-home .desktop-view-all-news {
    display: inline-flex !important;
    margin-right: 20px;
    vertical-align: middle;
  }
  
  /* News section - Mobile view all button - hidden by default on desktop */
  .element-home .mobile-view-all-news {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  
  .element-home .list {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spaces-space-12);
    position: relative;
    flex: 0 0 auto;
    width: 100%;
  }
  
  .element-home .project {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spaces-space-13);
    padding: var(--spaces-space-13);
    position: relative;
    background-color: var(--colors-dark-dark-100);
    border-radius: var(--spaces-space-8);
    overflow: hidden;
  }
  
  .element-home .gallery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--spaces-space-5);
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
  }
  
  .element-home .image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
    border-radius: var(--spaces-space-4);
    overflow: hidden;
  }
  
  .element-home .image-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
    position: relative;
    object-fit: cover;
  }
  
  .element-home .frame-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
  }
  
  .element-home .text-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-9);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .text-wrapper-9 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--bold-bold-3xl-font-family);
    font-weight: var(--bold-bold-3xl-font-weight);
    color: var(--colors-dark-dark-700);
    font-size: var(--bold-bold-3xl-font-size);
    letter-spacing: var(--bold-bold-3xl-letter-spacing);
    line-height: var(--bold-bold-3xl-line-height);
    direction: rtl;
    font-style: var(--bold-bold-3xl-font-style);
  }
  
  .element-home .text-wrapper-10 {
    position: relative;
    align-self: stretch;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-700);
    font-size: var(--regular-regular-m-font-size);
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-home .button-5 {
    all: unset;
    box-sizing: border-box;
    gap: var(--spaces-space-2);
    padding: var(--spaces-space-4) var(--spaces-space-8) var(--spaces-space-4)
      var(--spaces-space-8);
    background-color: var(--colors-dark-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--spaces-space-19);
    box-shadow: var(--card-shadow);
  }
  
  .element-home .arrows-diagrams {
    position: relative;
    width: 16px;
    height: 16px;
  }
  
  .element-home .text-wrapper-11 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--bold-bold-sm-font-family);
    font-weight: var(--bold-bold-sm-font-weight);
    color: var(--colors-primary-primary);
    font-size: var(--bold-bold-sm-font-size);
    text-align: center;
    line-height: var(--bold-bold-sm-line-height);
    position: relative;
    letter-spacing: var(--bold-bold-sm-letter-spacing);
    direction: rtl;
    font-style: var(--bold-bold-sm-font-style);
  }
  
  .element-home .separate {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
  }
  
  .element-home .list-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spaces-space-15);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .list-3 {
    flex-direction: row;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  
  .element-home .text-3 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spaces-space-1);
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-home .text-wrapper-12 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-500);
    font-size: var(--regular-regular-m-font-size);
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; /* standard property for compatibility */
    -webkit-box-orient: vertical;
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-home .text-wrapper-13 {
    position: relative;
    align-self: stretch;
    font-family: var(--bold-bold-m-font-family);
    font-weight: var(--bold-bold-m-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--bold-bold-m-font-size);
    letter-spacing: var(--bold-bold-m-letter-spacing);
    line-height: var(--bold-bold-m-line-height);
    direction: rtl;
    font-style: var(--bold-bold-m-font-style);
  }
  
 

  /* Footer contact icons */
  .element-home .list-6 .img-wrapper .contact-icon {
    width: 27px;
    height: 27px;
   
  }
  
  .element-home .img-4 {
    position: relative;
    width: 24px;
    height: 24px;
  }
  
  .element-home .div-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-13);
    padding: var(--spaces-space-16) var(--spaces-space-18) var(--spaces-space-16)
      var(--spaces-space-18);
    position: relative;
    flex: 0 0 auto;
    background-color: var(--colors-dark-dark-50);
  }
  
  .element-home .div-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-11);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .div-3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: var(--spaces-space-11);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .row-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spaces-space-10);
    padding: var(--spaces-space-12);
    position: relative;
    flex: 1;
    flex-grow: 1;
    border-radius: var(--spaces-space-8);
    overflow: hidden;
  }
  
  .element-home .rectangle {
    position: relative;
    width: 180px;
    height: 180px;
    aspect-ratio: 1;
    object-fit: cover;
  }
  
  .element-home .text-wrapper-14 {
    align-self: stretch;
    font-family: var(--bold-bold-3xl-font-family);
    font-weight: var(--bold-bold-3xl-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--bold-bold-3xl-font-size);
    line-height: var(--bold-bold-3xl-line-height);
    position: relative;
    letter-spacing: var(--bold-bold-3xl-letter-spacing);
    direction: rtl;
    font-style: var(--bold-bold-3xl-font-style);
  }
  
  .element-home .div-wrapper-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-11);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .text-wrapper-15 {
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--regular-regular-m-font-size);
    line-height: var(--regular-regular-m-line-height);
    position: relative;
    letter-spacing: var(--regular-regular-m-letter-spacing);
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-home .row-3 {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spaces-space-10);
    padding: var(--spaces-space-12);
    flex: 1;
    flex-grow: 1;
    background-color: var(--colors-dark-dark-800);
    border-radius: var(--spaces-space-8);
    overflow: hidden;
    display: flex;
    position: relative;
  }

  /* Solutions cards default + hover behavior */
  .element-home .div-3 .row-2 {
    background-color: transparent;
    transition: background-color 200ms ease, box-shadow 200ms ease;
  }

  .element-home .div-3 .row-2 .text-wrapper-14,
  .element-home .div-3 .row-2 .text-wrapper-15,
  .element-home .div-3 .row-2 .text-wrapper-16,
  .element-home .div-3 .row-2 .text-wrapper-17 {
    color: var(--colors-dark-dark-800);
    transition: color 200ms ease;
  }

  .element-home .div-3 .row-2 .button-3 {
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 200ms ease, transform 200ms ease;
  }

  .element-home .div-3 .row-2:hover {
    background-color: var(--colors-dark-dark-800);
    box-shadow: var(--card-shadow);
  }

  .element-home .div-3 .row-2:hover .text-wrapper-14,
  .element-home .div-3 .row-2:hover .text-wrapper-15,
  .element-home .div-3 .row-2:hover .text-wrapper-16,
  .element-home .div-3 .row-2:hover .text-wrapper-17 {
    color: var(--colors-dark-white);
  }

  .element-home .div-3 .row-2:hover .button-3 {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  
  .element-home .rectangle-2 {
    position: relative;
    width: 180px;
    height: 180px;
    object-fit: cover;
  }
  
  .element-home .text-wrapper-16 {
    align-self: stretch;
    font-family: var(--bold-bold-3xl-font-family);
    font-weight: var(--bold-bold-3xl-font-weight);
    color: var(--colors-dark-white);
    font-size: var(--bold-bold-3xl-font-size);
    line-height: var(--bold-bold-3xl-line-height);
    position: relative;
    letter-spacing: var(--bold-bold-3xl-letter-spacing);
    direction: rtl;
    font-style: var(--bold-bold-3xl-font-style);
  }
  
  .element-home .info {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .text-wrapper-17 {
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-white);
    font-size: var(--regular-regular-m-font-size);
    line-height: var(--regular-regular-m-line-height);
    position: relative;
    letter-spacing: var(--regular-regular-m-letter-spacing);
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-home .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-13);
    padding: var(--spaces-space-16) var(--spaces-space-18) var(--spaces-space-16)
      var(--spaces-space-18);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--colors-dark-dark-800);
  }
  
  .element-home .text-wrapper-18 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--bold-bold-4xl-font-family);
    font-weight: var(--bold-bold-4xl-font-weight);
    color: var(--colors-dark-white);
    font-size: var(--bold-bold-4xl-font-size);
    text-align: center;
    letter-spacing: var(--bold-bold-4xl-letter-spacing);
    line-height: var(--bold-bold-4xl-line-height);
    direction: rtl;
    font-style: var(--bold-bold-4xl-font-style);
  }
  
  .element-home .row-4 {
    align-items: flex-start;
    justify-content: flex-end;
    gap: var(--spaces-space-11);
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
  }
  
  .element-home .statistics-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1;
    flex-grow: 1;
    border-radius: var(--spaces-space-8);
    overflow: hidden;
  }
  
  .element-home .text-wrapper-19 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--bold-bold-5xl-font-family);
    font-weight: var(--bold-bold-5xl-font-weight);
    color: var(--colors-dark-white);
    font-size: var(--bold-bold-5xl-font-size);
    text-align: center;
    letter-spacing: var(--bold-bold-5xl-letter-spacing);
    line-height: var(--bold-bold-5xl-line-height);
    font-style: var(--bold-bold-5xl-font-style);
  }
  
  .element-home .text-wrapper-20 {
    position: relative;
    align-self: stretch;
    font-family: var(--regular-regular-l-font-family);
    font-weight: var(--regular-regular-l-font-weight);
    color: var(--colors-dark-dark-100);
    font-size: var(--regular-regular-l-font-size);
    text-align: center;
    letter-spacing: var(--regular-regular-l-letter-spacing);
    line-height: var(--regular-regular-l-line-height);
    direction: rtl;
    font-style: var(--regular-regular-l-font-style);
  }
  
  .element-home .partners-logos-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--spaces-space-13);
    padding: var(--spaces-space-16) var(--spaces-space-18) var(--spaces-space-16)
      var(--spaces-space-18);
    align-self: stretch;
    width: 100%;
    background-color: #ffffff;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-home .frame-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .frame-10 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .imgi-website {
    position: relative;
    width: 59px;
    height: 60px;
    margin-left: -76.00px;
    aspect-ratio: 0.99;
    object-fit: cover;
  }
  
  .element-home .img-5 {
    position: relative;
    width: 62px;
    height: 60px;
    aspect-ratio: 1.04;
    object-fit: cover;
  }
  
  .element-home .img-6 {
    position: relative;
    width: 60px;
    height: 60px;
    aspect-ratio: 1;
    object-fit: cover;
  }
  
  .element-home .imgi-groupe {
    position: relative;
    width: 62px;
    height: 60px;
    aspect-ratio: 1.03;
    object-fit: cover;
  }
  
  .element-home .imgi-groupe-2 {
    position: relative;
    width: 63px;
    height: 60px;
    aspect-ratio: 1.05;
    object-fit: cover;
  }

  /* Partners (شركاء النجاح) marquee */
  .element-home .partners-logos-container {
    overflow: hidden;
  }
  .element-home .partners-logos-container .frame-10 {
    position: relative;
    width: 100%;
    overflow: hidden; /* hide overflow for marquee */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* align start so track begins at left edge */
    /* Ensure marquee flows leftwards consistently even in RTL contexts */
    direction: ltr;
  }
  .element-home .partners-logos-container .marquee-track {
    display: flex;
    align-items: center;
    gap: 48px;
    padding-block: 8px;
    animation: home-marquee var(--marquee-duration, 30s) linear infinite;
    animation-direction: normal; /* move content to the left */
    will-change: transform;
  }
  .element-home .partners-logos-container .frame-10:hover .marquee-track { animation-play-state: paused; }
  @keyframes home-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-1 * var(--marquee-distance, 1200px))); }
  }
  
  .element-home .frame-11 {
    /* News row: three cards inline; hovered grows to 40% */
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
  }
  
  .element-home .news {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--spaces-space-11);
    padding: var(--spaces-space-11);
    position: relative;
    background-color: var(--colors-dark-white);
    border-radius: 16px;
    border: 1px solid var(--colors-dark-dark-200);
    box-shadow: var(--card-shadow);
    overflow: hidden;
    flex: 1 1 0;
    min-width: 0;
    transition: flex-basis 220ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  /* Ensure small card image is on top and content follows directly under it */
  .element-home .news .image-3 { order: 0; display: block; width: 100%; height: 200px; object-fit: cover; }
  .element-home .news .content { order: 1; margin-top: var(--spaces-space-7); width: 100%; }
  
  .element-home .image-3 {
    align-self: stretch;
    width: 100%;
    height: 200px;
    position: relative;
    object-fit: cover;
    border-radius: 12px;
  }
  
  .element-home .content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spaces-space-7);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  /* For small news cards, keep text block right below the image (not vertically centered) */
  .element-home .news .content {
    justify-content: flex-start;
  }

 
  .element-home .text-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spaces-space-7);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  /* Small card text block aligned to the right */
  .element-home .news .text-4 { align-items: flex-end; }

  /* Show title by default for small cards; keep hover reveal for featured only */
  .element-home .news .text-wrapper-22 {
    max-height: none;
    opacity: 1;
  }
  
  .element-home .frame-12 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spaces-space-2);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

  /* Small cards: right-align inner stack (date + title) */
  .element-home .news .frame-12 { align-items: flex-end; }
  
  .element-home .time {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spaces-space-3);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .text-wrapper-21 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--regular-regular-l-font-family);
    font-weight: var(--regular-regular-l-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--regular-regular-l-font-size);
    text-align: left;
    letter-spacing: var(--regular-regular-l-letter-spacing);
    line-height: var(--regular-regular-l-line-height);
    direction: rtl;
    font-style: var(--regular-regular-l-font-style);
  }
  
  .element-home .text-wrapper-22 {
    position: relative;
    align-self: stretch;
    font-family: var(--bold-bold-xl-font-family);
    font-weight: var(--bold-bold-xl-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--bold-bold-xl-font-size);
    letter-spacing: var(--bold-bold-xl-letter-spacing);
    line-height: var(--bold-bold-xl-line-height);
    direction: rtl;
    font-style: var(--bold-bold-xl-font-style);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 220ms ease, opacity 200ms ease;
  }

  /* Reveal title on hover */
  .element-home .news:hover .text-wrapper-22,
  .element-home .news-2:hover .text-wrapper-22 {
    max-height: 8rem; /* enough to show two lines */
    opacity: 1;
  }

  /* Small cards: keep title visible by default (override the hidden base rule) */
  .element-home .news .text-wrapper-22 {
    max-height: none;
    opacity: 1;
  }
  
  .element-home .news-2 {
    display: flex;
    flex-direction: row-reverse; /* image on the left in RTL */
    align-items: center;
    justify-content: space-between;
    gap: var(--spaces-space-11);
    padding: var(--spaces-space-11);
    position: relative;
    background-color: var(--colors-dark-white);
    border-radius: 16px;
    border: 1px solid var(--colors-dark-dark-200);
    box-shadow: var(--card-shadow);
    overflow: hidden;
    flex: 1 1 0;
    min-width: 0;
    transition: flex-basis 220ms ease, transform 180ms ease, box-shadow 180ms ease;
  }
  
  .element-home .text-wrapper-23 {
    position: relative;
    align-self: stretch;
    font-family: var(--regular-regular-l-font-family);
    font-weight: var(--regular-regular-l-font-weight);
    color: var(--colors-dark-dark-600);
    font-size: var(--regular-regular-l-font-size);
    letter-spacing: var(--regular-regular-l-letter-spacing);
    line-height: var(--regular-regular-l-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; /* standard property for compatibility */
    -webkit-box-orient: vertical;
    direction: rtl;
    font-style: var(--regular-regular-l-font-style);
    /* hidden by default; revealed on hover */
    max-height: 0;
    opacity: 0;
    transition: max-height 220ms ease, opacity 200ms ease;
  }

  /* Reveal description on hover */
  .element-home .news:hover .text-wrapper-23,
  .element-home .news-2:hover .text-wrapper-23 {
    max-height: 12rem; /* enough for 3 lines */
    opacity: 1;
  }

  /* Featured card image sizing */
  .element-home .news-2 .image-3 {
    width: 55%;
    height: 260px;
    border-radius: 12px;
  }

  .element-home .news-2 .content {
    width: 45%;
  }

  /* Hover elevation */
  .element-home .news,
  .element-home .news-2 {
    transition: transform 180ms ease, box-shadow 180ms ease;
  }
  .element-home .news:hover,
  .element-home .news-2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  }

  /* Width interaction: when row hovered, shrink others to 20%, expand hovered to 60% */
  .element-home .frame-11:hover > .news,
  .element-home .frame-11:hover > .news-2 {
    flex: 0 0 20%;
  }
  .element-home .frame-11 > .news:hover,
  .element-home .frame-11 > .news-2:hover {
    flex: 0 0 60%;
  }

  /* Button hover refinement */
  .element-home .button-4 { transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease; }
  
  
  .element-home .footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spaces-space-13);
    padding: var(--spaces-space-16) var(--spaces-space-18) var(--spaces-space-16)
      var(--spaces-space-18);
    position: relative;
    flex: 0 0 auto;
    background-color: var(--colors-dark-dark-800);
  }
  
  .element-home .row-5 {
    align-items: flex-start;
    gap: var(--spaces-space-13);
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    position: relative;
  }
  
  .element-home .text-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spaces-space-8);
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .element-home .list-4 {
    display: flex;
    align-items: center;
    gap: var(--spaces-space-5);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .button-6 {
    all: unset;
    box-sizing: border-box;
    gap: var(--spaces-space-3);
    padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
      var(--spaces-space-10);
    background-color: var(--colors-dark-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--spaces-space-19);
    box-shadow: var(--card-shadow);
  }
  
  .element-home .text-wrapper-24 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--bold-bold-m-font-family);
    font-weight: var(--bold-bold-m-font-weight);
    color: var(--colors-primary-primary);
    font-size: var(--bold-bold-m-font-size);
    text-align: center;
    line-height: var(--bold-bold-m-line-height);
    white-space: nowrap;
    position: relative;
    letter-spacing: var(--bold-bold-m-letter-spacing);
    direction: rtl;
    font-style: var(--bold-bold-m-font-style);
  }
  
  .element-home .input-text {
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
    flex-grow: 1;
    display: flex;
    gap: var(--spaces-space-4);
    position: relative;
  }
  
  .element-home .field {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-1);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .input {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--colors-dark-white);
    border-radius: var(--spaces-space-5);
    border: 1px solid;
    border-color: var(--colors-dark-dark-400);
  }
  
  .element-home .input-field {
    align-items: center;
    justify-content: center;
    padding: var(--spaces-space-5) var(--spaces-space-6) var(--spaces-space-5)
      var(--spaces-space-6);
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    gap: var(--spaces-space-4);
    position: relative;
  }
  
  .element-home .text-wrapper-25 {
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-500);
    font-size: var(--regular-regular-m-font-size);
    line-height: var(--regular-regular-m-line-height);
    position: relative;
    letter-spacing: var(--regular-regular-m-letter-spacing);
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-home .list-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spaces-space-8);
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .element-home .list-6 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: var(--spaces-space-5);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .text-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spaces-space-1);
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .element-home .text-wrapper-26 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--bold-bold-m-font-family);
    font-weight: var(--bold-bold-m-font-weight);
    color: var(--colors-dark-white);
    font-size: var(--bold-bold-m-font-size);
    letter-spacing: var(--bold-bold-m-letter-spacing);
    line-height: var(--bold-bold-m-line-height);
    direction: rtl;
    font-style: var(--bold-bold-m-font-style);
  }
  
  .element-home .text-wrapper-27 {
    position: relative;
    align-self: stretch;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-400);
    font-size: var(--regular-regular-m-font-size);
    text-align: right;
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; /* standard property for compatibility */
    -webkit-box-orient: vertical;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-home .text-wrapper-28 {
    position: relative;
    align-self: stretch;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-400);
    font-size: var(--regular-regular-m-font-size);
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; /* standard property for compatibility */
    -webkit-box-orient: vertical;
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-home .text-wrapper-29 {
    position: relative;
    align-self: stretch;
    font-family: var(--regular-regular-l-font-family);
    font-weight: var(--regular-regular-l-font-weight);
    color: var(--colors-dark-white);
    font-size: var(--regular-regular-l-font-size);
    letter-spacing: var(--regular-regular-l-letter-spacing);
    line-height: var(--regular-regular-l-line-height);
    direction: rtl;
    font-style: var(--regular-regular-l-font-style);
  }
  
  .element-home .frame-13 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .text-wrapper-30 {
    position: relative;
    width: fit-content;
    font-family: var(--bold-bold-3xl-font-family);
    font-weight: var(--bold-bold-3xl-font-weight);
    color: var(--colors-dark-white);
    font-size: var(--bold-bold-3xl-font-size);
    letter-spacing: var(--bold-bold-3xl-letter-spacing);
    line-height: var(--bold-bold-3xl-line-height);
    direction: rtl;
    font-style: var(--bold-bold-3xl-font-style);
  }
  
  .element-home .logo-3 {
    display: inline-flex;
    gap: 9.3px;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-home .overlap-group-wrapper {
    width: 31.63px;
    height: 40.0px;
    position: relative;
    background-image: url(./img/vector-3.svg);
    background-size: 100% 100%;
  }
  
  .element-home .overlap-group-2 {
    position: relative;
    width: 18px;
    height: 28px;
    top: 6px;
    left: 7px;
  }
  
  .element-home .vector-4 {
    position: absolute;
    width: 18px;
    height: 23px;
    top: 5px;
    left: 0;
  }
  
  .element-home .vector-5 {
    position: absolute;
    width: 18px;
    height: 23px;
    top: 0;
    left: 0;
  }
  
  .element-home .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-home .socail-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-9);
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-home .text-wrapper-31 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--regular-regular-l-font-family);
    font-weight: var(--regular-regular-l-font-weight);
    color: var(--colors-dark-dark-300);
    font-size: var(--regular-regular-l-font-size);
    text-align: left;
    letter-spacing: var(--regular-regular-l-letter-spacing);
    line-height: var(--regular-regular-l-line-height);
    direction: rtl;
    font-style: var(--regular-regular-l-font-style);
  }
  
  .element-home .navbar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: var(--spaces-space-11) var(--spaces-space-18) var(--spaces-space-11)
      var(--spaces-space-18);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    background-color: transparent;
    transition: background-color 200ms ease, box-shadow 200ms ease, backdrop-filter 200ms ease;
    backdrop-filter: none;
  }

  /* Navbar scrolled state */
  .element-home .navbar.scrolled {
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    backdrop-filter: saturate(180%) blur(6px);
  }
  
  .element-home .buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-12);
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-home .button-7 {
    all: unset;
    box-sizing: border-box;
    gap: var(--spaces-space-3);
    padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
      var(--spaces-space-10);
    background-color: var(--colors-primary-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--spaces-space-19);
    box-shadow: var(--card-shadow);
  }
  
  .element-home .lnaguage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-2);
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
  }
  
  .element-home .arrow-down {
    width: 12px;
    height: 8px;
    transition: transform 0.3s ease;
    color: var(--colors-dark-dark-800);
  }
  
  .element-home .lnaguage:hover .arrow-down {
    transform: translateY(2px);
  }
  
  .element-home .lnaguage:focus-within .arrow-down {
    transform: translateY(2px);
  }
  
  .element-home .lnaguage:focus-within {
   
  }
  
  .element-home .text-wrapper-32 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--medium-medium-l-font-family);
    font-weight: var(--medium-medium-l-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--medium-medium-l-font-size);
    letter-spacing: var(--medium-medium-l-letter-spacing);
    line-height: var(--medium-medium-l-line-height);
    font-style: var(--medium-medium-l-font-style);
  }
  
  .element-home .logo-4 {
    display: inline-flex;
    justify-content: flex-end;
    gap: var(--spaces-space-12);
    align-items: center;
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-home .logo-5 {
    display: inline-flex;
    gap: 9.27px;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
  }

  /* Logo responsive behavior - Desktop first */
  .element-home .logo-mobile {
    display: none !important;
  }

  .element-home .logo-desktop {
    display: block !important;
  }
  
  .element-home .text-7 {
    position: relative;
    width: 72.28px;
    height: 40px;
  }
  
  .element-home .icon-2 {
    width: 31.51px;
    height: 39.85px;
    position: relative;
    background-image: url(./img/vector.svg);
    background-size: 100% 100%;
  }
  
  .element-home .menu {
    display: flex;
    flex-direction: column;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
  }
  
  .element-home .rectangle-3 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1.6px;
    background-color: var(--colors-dark-dark-800);
    border-radius: var(--spaces-space-19);
  }
  
  /* Join Us modal */
  .join-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
  }
  .join-modal.open { display: block; }
  .modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
  }
  
  /* Language Dropdown Styles */
  .language-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 160px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 8px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
  }
  
  .language-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .language-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
  }
  
  .language-option:last-child {
    border-bottom: none;
  }
  
  .language-option:hover {
    background-color: #f8f9fa;
    transform: translateX(-2px);
  }
  
  .language-option:active {
    transform: translateX(0);
    background-color: #e9ecef;
  }
  
  .language-option::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--colors-dark-dark-800);
    transform: scaleY(0);
    transition: transform 0.2s ease;
  }
  
  .language-option:hover::before {
    transform: scaleY(1);
  }
  
  .language-option img {
    width: 20px;
    height: 14px;
    border-radius: 2px;
  }
  
  .language-option span {
    font-family: var(--medium-medium-l-font-family);
    font-size: 14px;
    color: var(--colors-dark-dark-800);
    font-weight: 500;
  }
  
  /* Mobile responsive adjustments for language dropdown */
  @media (max-width: 767px) {
    .language-dropdown-menu {
      min-width: 140px;
      right: -10px;
    }
    
    .language-option {
      padding: 10px 14px;
    }
    
    .language-option span {
      font-size: 13px;
    }
  }
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: min(640px, 95vw);
    height: min(640px, 86vh);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.24);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .modal-close {
    position: fixed;
    top: 8px;
    left: 8px; /* RTL friendly: close on visual left */
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.05);
    color: #222;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    transition: background 160ms ease;
    z-index: 1;
  }
  .modal-close:hover { background: rgba(0,0,0,0.1); }
  .modal-iframe {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  /* Base body styles */
  * {
    box-sizing: border-box;
  }

  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  /* Prevent body scroll when modal is open */
  body.modal-open { overflow: hidden; }

  /* Navbar slide-in modal (top) */
  .nav-modal {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: none;
    pointer-events: none; /* prevent clicks when hidden */
  }
  .nav-modal.open {
    display: block;
    pointer-events: auto;
  }
  .nav-modal .modal-backdrop {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity 240ms ease;
  }
  .nav-modal.open .modal-backdrop { opacity: 1; }
  .nav-modal .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100vw; /* full width */
    height: auto; /* auto height */
    max-height: 90vh; /* never exceed viewport */
    background: #111; /* dark to match navbar */
    border-radius: 0;
    box-shadow: 0 16px 48px rgba(0,0,0,0.3);
    overflow: auto; /* scroll if content taller than max-height */
    will-change: transform;
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1); /* easeOutBack-ish */
  }
  .nav-modal.open .modal-content { transform: translateY(0); }
  .nav-modal .modal-close { top: 10px; left: 10px; }

  /* Let the navbar iframe grow with its content (JS will fine-tune) */
  .nav-modal .modal-iframe {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .nav-modal .modal-backdrop { transition: none; }
    .nav-modal .modal-content { transition: none; }
  }

  /* Generic button interactivity across home */
  .element-home .button,
  .element-home .button-2,
  .element-home .button-3,
  .element-home .button-4,
  .element-home .button-5,
  .element-home .button-6,
  .element-home .button-7 {
    cursor: pointer;
  }
  .element-home .button:focus-visible,
  .element-home .button-2:focus-visible,
  .element-home .button-3:focus-visible,
  .element-home .button-4:focus-visible,
  .element-home .button-5:focus-visible,
  .element-home .button-6:focus-visible,
  .element-home .button-7:focus-visible {
    outline: 2px solid rgba(0,0,0,0.15);
    outline-offset: 2px;
  }
  
  /* ===================== */
  /* RTL/LTR Language Support */
  /* ===================== */
  
  /* Statistics Component RTL/LTR Support */
  html[dir="rtl"] .element-home .statistics .text-wrapper-4,
  html[dir="rtl"] .element-home .statistics .p,
  html[dir="rtl"] .element-home .statistics .text-wrapper-5,
  html[dir="rtl"] .element-home .statistics .text-wrapper-6,
  html[dir="rtl"] .element-home .statistics .text-wrapper-7,
  html[dir="rtl"] .element-home .statistics .text-wrapper-8,
  html[dir="rtl"] .element-home .statistics .text-wrapper-9,
  html[dir="rtl"] .element-home .statistics .text-wrapper-10,
  html[dir="rtl"] .element-home .statistics .text-wrapper-11,
  html[dir="rtl"] .element-home .statistics .text-wrapper-12,
  html[dir="rtl"] .element-home .statistics .text-wrapper-13,
  html[dir="rtl"] .element-home .statistics .text-wrapper-14,
  html[dir="rtl"] .element-home .statistics .text-wrapper-15,
  html[dir="rtl"] .element-home .statistics .text-wrapper-16,
  html[dir="rtl"] .element-home .statistics .text-wrapper-17,
  html[dir="rtl"] .element-home .statistics .text-wrapper-18,
  html[dir="rtl"] .element-home .statistics .text-wrapper-19,
  html[dir="rtl"] .element-home .statistics .text-wrapper-20,
  html[dir="rtl"] .element-home .statistics .text-wrapper-21,
  html[dir="rtl"] .element-home .statistics .text-wrapper-22,
  html[dir="rtl"] .element-home .statistics .text-wrapper-23,
  html[dir="rtl"] .element-home .statistics .p {
    text-align: left;
    direction: rtl;
  }
  
  html[dir="ltr"] .element-home .statistics .text-wrapper-4,
  html[dir="ltr"] .element-home .statistics .p,
  html[dir="ltr"] .element-home .statistics .text-wrapper-5,
  html[dir="ltr"] .element-home .statistics .text-wrapper-6,
  html[dir="ltr"] .element-home .statistics .text-wrapper-7,
  html[dir="ltr"] .element-home .statistics .text-wrapper-8,
  html[dir="ltr"] .element-home .statistics .text-wrapper-9,
  html[dir="ltr"] .element-home .statistics .text-wrapper-10,
  html[dir="ltr"] .element-home .statistics .text-wrapper-11,
  html[dir="ltr"] .element-home .statistics .text-wrapper-12,
  html[dir="ltr"] .element-home .statistics .text-wrapper-13,
  html[dir="ltr"] .element-home .statistics .text-wrapper-14,
  html[dir="ltr"] .element-home .statistics .text-wrapper-15,
  html[dir="ltr"] .element-home .statistics .text-wrapper-16,
  html[dir="ltr"] .element-home .statistics .text-wrapper-17,
  html[dir="ltr"] .element-home .statistics .text-wrapper-18,
  html[dir="ltr"] .element-home .statistics .text-wrapper-19,
  html[dir="ltr"] .element-home .statistics .text-wrapper-20,
  html[dir="ltr"] .element-home .statistics .text-wrapper-21,
  html[dir="ltr"] .element-home .statistics .text-wrapper-22,
  html[dir="ltr"] .element-home .statistics .text-wrapper-23,
  html[dir="ltr"] .element-home .statistics .p {
    text-align: right;
    direction: ltr;
  }
  
  /* Statistics numbers section - keep center aligned for both languages */
  html[dir="rtl"] .element-home .statistics-2 .text-wrapper-19,
  html[dir="rtl"] .element-home .statistics-2 .text-wrapper-20,
  html[dir="ltr"] .element-home .statistics-2 .text-wrapper-19,
  html[dir="ltr"] .element-home .statistics-2 .text-wrapper-20 {
    text-align: center;
  }
  
  /* Statistics section title and description - RTL right, LTR left */
  html[dir="rtl"] .element-home .statistics .frame-3 {
    text-align: right;
  }
  
  html[dir="ltr"] .element-home .statistics .frame-3 {
    text-align: right;
  }
  
  /* Features in statistics section - RTL right, LTR left aligned */
  html[dir="rtl"] .element-home .statistics .feature,
  html[dir="rtl"] .element-home .statistics .feature-1,
  html[dir="rtl"] .element-home .statistics .feature-2,
  html[dir="rtl"] .element-home .statistics .feature-3 {
    text-align: right;
    align-items: flex-end;
  }
  
  html[dir="ltr"] .element-home .statistics .feature,
  html[dir="ltr"] .element-home .statistics .feature-1,
  html[dir="ltr"] .element-home .statistics .feature-2,
  html[dir="ltr"] .element-home .statistics .feature-3 {
    text-align: right;
    align-items: flex-end;
  }
  
  /* Feature content alignment - RTL right, LTR left */
  html[dir="rtl"] .element-home .statistics .feature .frame-4,
  html[dir="rtl"] .element-home .statistics .feature-1 .frame-4,
  html[dir="rtl"] .element-home .statistics .feature-2 .frame-4,
  html[dir="rtl"] .element-home .statistics .feature-3 .frame-4 {
    text-align: right;
  }
  
  html[dir="ltr"] .element-home .statistics .feature .frame-4,
  html[dir="ltr"] .element-home .statistics .feature-1 .frame-4,
  html[dir="ltr"] .element-home .statistics .feature-2 .frame-4,
  html[dir="ltr"] .element-home .statistics .feature-3 .frame-4 {
    text-align: right;
  }
  
  /* ===================== */
  /* Hero Section RTL/LTR Support */
  /* ===================== */
  
  /* Hero text - NO RTL/LTR rules applied, keep original center alignment */
  /* The base CSS already has text-align: center for hero text */
  
  /* Hero buttons alignment only */
  html[dir="rtl"] .element-home .hero .frame {
    justify-content: flex-start;
  }
  
  html[dir="ltr"] .element-home .hero .frame {
    justify-content: flex-end;
  }
  
  /* ===================== */
  /* Projects Section RTL/LTR Support */
  /* ===================== */
  
  /* Projects section title - keep center aligned for both languages */
  html[dir="rtl"] .element-home .frame-6 .text-wrapper-8,
  html[dir="rtl"] .element-home .frame-6 .desktop-view-all {
    direction: rtl;
  }
  
  html[dir="ltr"] .element-home .frame-6 .text-wrapper-8,
  html[dir="ltr"] .element-home .frame-6 .desktop-view-all {
    direction: ltr;
  }
  
  /* Project cards content alignment - RTL left, LTR right */
  html[dir="rtl"] .element-home .project .text-wrapper-9,
  html[dir="rtl"] .element-home .project .text-wrapper-10,
  html[dir="rtl"] .element-home .project .text-wrapper-11,
  html[dir="rtl"] .element-home .project .text-wrapper-12,
  html[dir="rtl"] .element-home .project .text-wrapper-13,
  html[dir="rtl"] .element-home .project .p {
    text-align: left;
    direction: rtl;
  }
  
  html[dir="ltr"] .element-home .project .text-wrapper-9,
  html[dir="ltr"] .element-home .project .text-wrapper-10,
  html[dir="ltr"] .element-home .project .text-wrapper-11,
  html[dir="ltr"] .element-home .project .text-wrapper-12,
  html[dir="ltr"] .element-home .project .text-wrapper-13,
  html[dir="ltr"] .element-home .project .p {
    text-align: right;
    direction: ltr;
  }
  
  
  
  /* ===================== */
  /* Solutions Section RTL/LTR Support */
  /* ===================== */
  
  /* Solutions section title - keep center aligned for both languages */
  html[dir="rtl"] .element-home .div-2 .text-wrapper-8 {
    direction: rtl;
  }
  
  html[dir="ltr"] .element-home .div-2 .text-wrapper-8 {
    direction: ltr;
  }
  
  /* Solutions section content - RTL left, LTR right */
  html[dir="rtl"] .element-home .div-2 .text-wrapper-14,
  html[dir="rtl"] .element-home .div-2 .text-wrapper-15,
  html[dir="rtl"] .element-home .div-2 .text-wrapper-16,
  html[dir="rtl"] .element-home .div-2 .text-wrapper-17,
  html[dir="rtl"] .element-home .div-2 .p {
    text-align: left;
    direction: rtl;
  }
  
  html[dir="ltr"] .element-home .div-2 .text-wrapper-14,
  html[dir="ltr"] .element-home .div-2 .text-wrapper-15,
  html[dir="ltr"] .element-home .div-2 .text-wrapper-16,
  html[dir="ltr"] .element-home .div-2 .text-wrapper-17,
  html[dir="ltr"] .element-home .div-2 .p {
    text-align: right;
    direction: ltr;
  }
  
  /* Solutions cards alignment */
  html[dir="rtl"] .element-home .div-2 .row-2 {
    align-items: flex-start;
  }
  
  html[dir="ltr"] .element-home .div-2 .row-2 {
    align-items: flex-end;
  }
  
  /* ===================== */
  /* News Section RTL/LTR Support */
  /* ===================== */
  
  /* News section title and content - RTL left, LTR right */
  html[dir="rtl"] .element-home .news .text-wrapper-21,
  html[dir="rtl"] .element-home .news .text-wrapper-22,
  html[dir="rtl"] .element-home .news .text-wrapper-23,
  html[dir="rtl"] .element-home .news .p {
    text-align: left;
    direction: rtl;
  }
  
  html[dir="ltr"] .element-home .news .text-wrapper-21,
  html[dir="ltr"] .element-home .news .text-wrapper-22,
  html[dir="ltr"] .element-home .news .text-wrapper-23,
  html[dir="ltr"] .element-home .news .p {
    text-align: right;
    direction: ltr;
  }
  
  /* News content alignment */
  html[dir="rtl"] .element-home .news .content {
    align-items: flex-start;
  }
  
  html[dir="ltr"] .element-home .news .content {
    align-items: flex-end;
  }
  
  /* News time and frame alignment */
  html[dir="rtl"] .element-home .news .frame-12 {
    align-items: flex-start;
  }
  
  html[dir="ltr"] .element-home .news .frame-12 {
    align-items: flex-end;
  }
  
  /* ===================== */
  /* Partners Section RTL/LTR Support */
  /* ===================== */
  
  /* Partners section title - RTL left, LTR right */
  html[dir="rtl"] .element-home .partners-logos-container .text-wrapper-8 {
    text-align: left;
  }
  
  html[dir="ltr"] .element-home .partners-logos-container .text-wrapper-8 {
    text-align: right;
  }
  
  /* ===================== */
  /* Footer Section RTL/LTR Support */
  /* ===================== */
  
  /* Footer content alignment - RTL left, LTR right */
  html[dir="rtl"] .element-home .footer .text-wrapper-26,
  html[dir="rtl"] .element-home .footer .text-wrapper-27,
  html[dir="rtl"] .element-home .footer .text-wrapper-28,
  html[dir="rtl"] .element-home .footer .text-wrapper-29,
  html[dir="rtl"] .element-home .footer .text-wrapper-30,
  html[dir="rtl"] .element-home .footer .p {
    text-align: left;
    direction: rtl;
  }
  
  html[dir="ltr"] .element-home .footer .text-wrapper-26,
  html[dir="ltr"] .element-home .footer .text-wrapper-27,
  html[dir="ltr"] .element-home .footer .text-wrapper-28,
  html[dir="ltr"] .element-home .footer .text-wrapper-29,
  html[dir="ltr"] .element-home .footer .text-wrapper-30,
  html[dir="ltr"] .element-home .footer .p {
    text-align: right;
    direction: ltr;
  }
  
  /* Footer layout alignment */
  html[dir="rtl"] .element-home .footer .row-5 {
    align-items: flex-start;
  }
  
 
  /* Footer input and button alignment */
  html[dir="rtl"] .element-home .footer .input-text,
  html[dir="rtl"] .element-home .footer .field {
    align-items: flex-start;
  }
  
  html[dir="ltr"] .element-home .footer .input-text,
  html[dir="ltr"] .element-home .footer .field {
    align-items: flex-end;
  }
  
  /* ===================== */
  /* General Text Elements RTL/LTR Support */
  /* ===================== */
  
  /* All text-wrapper elements - RTL left, LTR right */
 
  html[dir="rtl"] .element-home .text-wrapper-2,
  html[dir="rtl"] .element-home .text-wrapper-3,
  html[dir="rtl"] .element-home .text-wrapper-6,
  html[dir="rtl"] .element-home .text-wrapper-7,
  html[dir="rtl"] .element-home .text-wrapper-24,
  html[dir="rtl"] .element-home .text-wrapper-25,
  html[dir="rtl"] .element-home .text-wrapper-31,
  html[dir="rtl"] .element-home .p {
    text-align: left;
    direction: rtl;
  }
  
   
  html[dir="ltr"] .element-home .text-wrapper-2,
  html[dir="ltr"] .element-home .text-wrapper-3,
  html[dir="ltr"] .element-home .text-wrapper-6,
  html[dir="ltr"] .element-home .text-wrapper-7,
  html[dir="ltr"] .element-home .text-wrapper-24,
  html[dir="ltr"] .element-home .text-wrapper-25,
  html[dir="ltr"] .element-home .text-wrapper-31,
  html[dir="ltr"] .element-home .p {
    text-align: right;
    direction: ltr;
  }
  
  /* ===================== */
  /* Button and Interactive Elements RTL/LTR Support */
  /* ===================== */
  
  /* Button text alignment - RTL left, LTR right */
  html[dir="rtl"] .element-home .button,
  html[dir="rtl"] .element-home .button-2,
  html[dir="rtl"] .element-home .button-3,
  html[dir="rtl"] .element-home .button-4,
  html[dir="rtl"] .element-home .button-5,
  html[dir="rtl"] .element-home .button-6,
  html[dir="rtl"] .element-home .button-7 {
    justify-content: flex-start;
  }
  
  html[dir="ltr"] .element-home .button,
  html[dir="ltr"] .element-home .button-2,
  html[dir="ltr"] .element-home .button-3,
  html[dir="ltr"] .element-home .button-4,
  html[dir="ltr"] .element-home .button-5,
  html[dir="ltr"] .element-home .button-6,
  html[dir="ltr"] .element-home .button-7 {
    justify-content: flex-end;
  }
  
  /* ===================== */
  /* Arrow Images RTL/LTR Support */
  /* ===================== */
  
  /* Arrow.svg - Right arrow for RTL, left arrow for LTR */
  html[dir="rtl"] .element-home img[src*="Arrow.svg"] {
    transform: rotate(180deg); /* Rotate 180deg for RTL */
  }
  
  html[dir="ltr"] .element-home img[src*="Arrow.svg"] {
    transform: rotate(0deg); /* Keep original direction for LTR */
  }
  
  /* Left, Arrow.svg - Left arrow for RTL, right arrow for LTR */
  html[dir="rtl"] .element-home img[src*="Left, Arrow.svg"] {
    transform: rotate(180deg); /* Rotate 180deg for RTL */
  }
  
  html[dir="ltr"] .element-home img[src*="Left, Arrow.svg"] {
    transform: rotate(0deg); /* Keep original direction for LTR */
  }
  
  /* Left, Arrow copy.svg - Left arrow for RTL, right arrow for LTR */
  html[dir="rtl"] .element-home img[src*="Left,%20Arrow%20copy.svg"] {
    transform: rotate(180deg); /* Rotate 180deg for RTL */
  }
  
  html[dir="ltr"] .element-home img[src*="Left,%20Arrow%20copy.svg"] {
    transform: rotate(0deg); /* Keep original direction for LTR */
  }
  
  /* ===================== */
  /* Mobile Responsiveness */
  /* ===================== */
  @media (max-width: 768px) {
    /* Base */
    .element-home { 
      padding: 0;
      margin: 0;
      width: 100vw;
      max-width: 100vw;
     }
    .element-home img { max-width: 100%; height: auto; }
    
    /* Fix sections that might cause overflow */
    .element-home > * {
      max-width: 100vw;
      overflow-x: hidden;
    }

    /* Make primary multi-column containers single column */
  
    .element-home .row-4,
    
    .element-home .list,
    .element-home .frame-11 { display: grid; grid-template-columns: 1fr; gap: 16px; }

    /* Buttons expand full width */
  
    
    .element-home .button-5,
 
    .element-home .button-7 { width: 100%; }
    
    /* Button-3 specific mobile styles */
    .element-home .button-3 {
      width: auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 20px;
      white-space: nowrap;
    }
    .element-home .frame-5 {
      text-align: right;
      margin-top: 20px;
    }

    /* Hero spacing and text sizes */
    .element-home .hero { 
      padding: 100px 16px 40px; 
      height: auto;
      min-height: 500px;
      width: 100vw;
      margin: 0;
    }
    .element-home .text { 
      width: 100%; 
      max-width: 350px;
      text-align: center;
    }
    .element-home .text .text-wrapper { 
      font-size: 24px; 
      line-height: 1.4; 
      width: 100%;
      margin-bottom: 16px;
    }
    .element-home .text .div { 
      font-size: 13px; 
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .element-home .frame {
      flex-direction: row;
      gap: 12px;
      
    }
    .element-home .button,
    .element-home .button-2 {
     
      justify-content: center;
      padding: 12px 20px;
      border-radius: 25px;
    }

    /* Statistics section responsive */
    .element-home .statistics {
      flex-direction: column;
      gap: 32px;
      width: 100vw;
      padding: 40px 16px;
      box-sizing: border-box;
    }
    .element-home .statistics .image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 12px;
    }
    .element-home .frame-2 {
      width: 100%;
      padding: 0;
    }
    .element-home .frame-3 {
      text-align: right;
      margin-bottom: 0;
    }
    .element-home .text-wrapper-4 {
      font-size: 22px;
      margin-bottom: 16px;
    }
    .element-home .frame-3 .p {
      font-size: 13px;
      line-height: 1.6;
    }
    .element-home .row {
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-items: flex-end;
      margin-top: 0;
    }
    .element-home .feature,
    .element-home .feature-2,
    .element-home .feature-3,
    .element-home .feature-4 {
      width: 100%;
      text-align: right;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 16px;
    }
    .element-home .feature .icon,
    .element-home .feature-2 .icon,
    .element-home .feature-3 .icon,
    .element-home .feature-4 .icon {
      margin: 0;
      flex-shrink: 0;
    }
    .element-home .feature .frame-4,
    .element-home .feature-2 .frame-4,
    .element-home .feature-3 .frame-4,
    .element-home .feature-4 .frame-4 {
      text-align: right;
    }
    .element-home .text-wrapper-5 {
      font-size: 16px;
      margin-bottom: 12px;
    }

    /* Projects section responsive */
    .element-home .frame-6 {
      width: 100vw;
      padding: 40px 16px;
      box-sizing: border-box;
    }
    .element-home .frame-7 {
      text-align: right;
     
      justify-content: flex-end;
      flex-direction: column;
      align-items: flex-end;
      gap: 16px;
    }
    .element-home .text-wrapper-8 {
      font-size: 22px;
      order: 1;
    }
    
        /* Desktop view all button - hidden on mobile */
    .element-home .desktop-view-all {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
    }
    
    /* Mobile view all button - show only on mobile */
    .element-home .mobile-view-all {
      display: flex !important;
      justify-content: center;
     
      width: 100%;
      visibility: visible !important;
      opacity: 1 !important;
      position: relative !important;
      z-index: 10 !important;
    }
    .element-home .mobile-view-all .button-3 {
      width: auto;
      padding: 12px 24px;
      font-size: 14px;
      border-radius: 25px;
      /* width: 100%; */
      border-width: 1px;
      border-color: #000;
      display: inline-flex !important;
      visibility: visible !important;
      opacity: 1 !important;
      background-color: #f0f0f0 !important;
      border: 2px solid #333 !important;
    }
    
    /* News section - Desktop view all button - hidden on mobile */
    .element-home .desktop-view-all-news {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
    }
    
    /* News section - Mobile view all button - show only on mobile */
    .element-home .mobile-view-all-news {
      display: flex !important;
      justify-content: center;
      margin-top: 32px;
      width: 100%;
      visibility: visible !important;
      opacity: 1 !important;
      position: relative !important;
      z-index: 10 !important;
    }
    
    .element-home .mobile-view-all-news .button-4 {
      width: auto;
      padding: 12px 24px;
      font-size: 14px;
      border-radius: 25px;
      display: inline-flex !important;
      visibility: visible !important;
      opacity: 1 !important;
      background-color: #f0f0f0 !important;
      border: 2px solid #333 !important;
    }
    
    .element-home .button-4 {
      order: 2;
      width: auto;
      padding: 8px 16px;
      font-size: 14px;
    
    }
    .element-home .list {
      flex-direction: column;
      gap: 24px;
    }
    .element-home .project {
      width: 100%;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
       /* Ensure flexible height and vertical stacking on mobile */
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      padding: 0px; 
    }
    .element-home .image-2 {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .element-home .frame-8 {
      padding: 16px;
    }
    .element-home .text-2 {
      text-align: right;
    }
    .element-home .text-wrapper-9 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 8px;
      text-align: right;
    }
    .element-home .text-wrapper-10 {
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 16px;
      text-align: right;
      color: #666;
    }
    .element-home .button-5 {
      width: auto;
      padding: 8px 16px;
      font-size: 12px;
      
      color: var(--colors-primary-primary);
      border-radius: 20px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .element-home .list-2 {
      display: flex;
      flex-wrap: wrap;
      gap: 20%;
      margin-top: 16px;
      justify-content: right;

    }
    .element-home .list-3 {
      flex-direction: row;
      display: flex
  ;
      gap: 10px;
      align-items: center;
      justify-content: center;
    }
    .element-home .text-3 {
      text-align: right;
    }
    .element-home .text-wrapper-12 {
      font-size: 11px;
      color: #999;
      margin-bottom: 4px;
    }
    .element-home .text-wrapper-13 {
      font-size: 12px;
      font-weight: 500;
      color: #333;
    }
    .element-home .img-wrapper {
      flex-shrink: 0;
    }
    .element-home .img-wrapper img {
     
    }

    /* View all button at bottom of projects */
    .element-home .view-all-container {
      text-align: center;
    
    }
    .element-home .button-view-all {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 24px;
      background-color: transparent;
      border: 1px solid #000;
      border-radius: 25px;
      color: var(--colors-primary-primary);
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .element-home .button-view-all:hover {
      background-color: var(--colors-primary-primary);
      color: white;
    }

    /* Statistics numbers section */
    .element-home .frame-12 {
      flex-direction: column;
    
    }
    .element-home .statistics-2 {
      width: 100%;
      text-align: center;
      padding: 20px;
    }
    .element-home .text-wrapper-19 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 8px;
    }
    .element-home .text-wrapper-20 {
      font-size: 13px;
      line-height: 1.4;
    }

    /* Cards and news items stack content */
    .element-home .news-2 { flex-direction: column; }
    .element-home .news-2 .image-3 { width: 100%; height: 220px; }
    .element-home .news-2 .content { width: 100%; }

    /* News section responsive */
    .element-home .div-2 {
      width: 100vw;
      padding: 40px 16px;
      box-sizing: border-box;
    }
    /* Stack cards container vertically on small screens */
    .element-home .div-3 {
      flex-direction: column;
      justify-content: center;
      align-items: normal;
    }
    .element-home .frame-11 {
      flex-direction: column;
      gap: 20px;
    }
    .element-home .news {
      width: 100%;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .element-home .news .image-3 {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }
    

    /* Partner logos section */
    .element-home .partners-logos-container {
      padding: 40px 0;
      width: 100vw;
    }
    .element-home .frame-9 {
      text-align: center;
      margin-bottom: 24px;
    }
    .element-home .frame-9 .text-wrapper-8 {
      font-size: 22px;
    }

    /* Footer spacing (mobile) */
    .element-home .footer { padding: 16px; }
    /* Footer: subscribe controls in one row */
    .element-home .list-4 { flex-direction: row; align-items: center; gap: 10px; }
    .element-home .text-5, .element-home .list-5 { width: 100%; }

    /* Footer layout (mobile) — reorder to match design: About, Quick Links, Contact, Subscribe */
    .element-home .row-5 { flex-direction: column; gap: 24px; }
    /* Children order inside .row-5 */
    .element-home .row-5 > :nth-child(4) { order: 1; } /* About */
    .element-home .row-5 > :nth-child(3) { order: 2; } /* Quick links */
    .element-home .row-5 > :nth-child(2) { order: 3; } /* Contact */
    .element-home .row-5 > :nth-child(1) { order: 4; } /* Subscribe */

    /* About block spacing */
    .element-home .frame-13 { justify-content: flex-end; gap: 12px; }
    .element-home .footer-logo { width: 40px; height: auto; }

    /* Quick links typography refinement */
    .element-home .text-wrapper-29 { font-size: 14px; line-height: 1.9; }

    /* Contact rows */
    .element-home .list-6 { align-items: center; }
    .element-home .list-6 .img-wrapper { order: 2; } /* icon on far right in RTL */
    .element-home .list-6 .text-6 { order: 1; }

    /* Subscribe row sizing */
    .element-home .button-6 { flex: 0 0 auto; }
    .element-home .input-text { flex: 1 1 auto; min-width: 0; }
    .element-home .input-field { padding: 12px; }
    .element-home .text-wrapper-25 { font-size: 14px; }

    /* Copyright: center and show social icons above text */
    .element-home .copyright { flex-direction: column-reverse; gap: 16px; align-items: center; }
    .element-home .socail-media { order: 1; }
    .element-home .text-wrapper-31 { order: 2; text-align: center; }
    .element-home .social-icon { width: 24px; height: 24px; }

    /* Divider spacing */
    .element-home .separate { margin-block: 8px; }

    /* Header responsive styles */
    .element-home .navbar {
      padding: var(--spaces-space-8) var(--spaces-space-12);
    }

    .element-home .buttons {
      gap: var(--spaces-space-8);
    }

    .element-home .button-7 {
      padding: var(--spaces-space-3) var(--spaces-space-6);
      font-size: 14px;
    }

   

    .element-home .lnaguage {
      gap: var(--spaces-space-1);
    }

    .element-home .text-wrapper-32 {
      font-size: 14px;
    }

    .element-home .logo-4 {
      gap: var(--spaces-space-8);
    }

    /* Switch logos on mobile */
    .element-home .logo-mobile {
      display: block !important;
    }

    .element-home .logo-desktop {
      display: none !important;
    }

    /* Modal sizing on mobile */
    .modal-content { width: 96vw; height: 86vh; border-radius: 12px; }
    /* Keep navbar slide-in modal square corners on mobile */
    .nav-modal .modal-content { border-radius: 0; width: 100vw; }
    .modal-close { top: 6px; left: 6px; }
  }