* {
    margin: 0px;
    padding: 0px;
}
body {
	direction: ltr;
    padding: 0px;
    overflow-x: hidden;
}

.content-container {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#navbar {
    width: 100%;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 999999;
    text-align: center;
    border-bottom: 2px solid #9e005d;
    direction: rtl;
    font-family: "IBM Plex Sans Arabic", serif;
    font-weight: 500;
    font-size: 13pt;
    nav {
        max-width: 1180px;
        margin: 0px auto;
        width: 100%;
        ul {
            list-style: none;
            margin: 0px auto;
            li {
                display: inline-block;
                padding: 15px 0px;
                margin: 0px 3%;
                a {
                    color: black;
                    text-decoration: none;
                }
                a:hover {
                    color: #9e005d;
                }
            }
        }
    }
}
.header {
    width: 100%;
    color: white;
    position: relative;
    overflow: hidden;

    .image {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .welcome {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-100%,-50%);
        direction: rtl;

        .clixasoft {
            font-family: "IBM Plex Sans Arabic", serif;
            font-size: 44pt;
            font-weight: 200;
            margin-bottom: 40px;
        }

        .future {
            padding-right: 5px;
            font-family: "IBM Plex Sans Arabic", serif;
            font-size: 18pt;
            font-weight: 300;
            margin-bottom: 20px;
        }

        .p1,.p2 {
            padding-right: 5px;
            font-family: "IBM Plex Sans Arabic", serif;
            font-size: 14pt;
            margin-bottom: 10px;
            font-weight: 100;
        }
    }
    
    canvas {
        position: absolute;
        z-index: 999;
    }
}
.solutions {
    padding: 200px 0px 200px 0px;
    // text-align: center;
    .text {
        padding: 0px 20px 0px 20px;
        font-family: "IBM Plex Sans Arabic", serif;
        direction: rtl;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        .head {
            color: $primary-color;
            font-weight: 800;
            font-size: 23pt;
            padding-bottom: 20px;
        }
        .body {
            font-weight: 400;
            font-size: 12pt;
            padding-bottom: 20px;
        }
        .contact-btn {
            width: fit-content;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: #9e005d;
            color: white;
            font-weight: 500;
            border-radius: 7px;
            border: none;
        }
    }
}

.services {
    height: $div-height;
    background-image: url('assets/services.png');
    padding-top: 100px;
    padding-bottom: 100px;
    direction: rtl;
    .title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-family: "IBM Plex Sans Arabic", serif;
        margin-bottom: 50px;
        .text {
            color: #9e005d;
            font-weight: bold;
            font-size: 25pt;
        }
    }

    .service-item {
        margin-top: 50px;
        text-align: right;
        font-family: "IBM Plex Sans Arabic", serif;
        .img {
            width: fit-content;
            display: block;
            img {
                width: 80px;
            }
            margin-bottom: 10px;
        }
        .title {
            text-align: right;
            color: #9e005d;
            font-weight: bold;
            font-size: 15pt;
            margin-bottom: 20px;
        }

    }
}

.e-menu {
    direction: rtl;
    padding: 200px 0px 200px 0px;
    // text-align: center;
    .text {
        padding: 0px 20px 0px 20px;
        font-family: "IBM Plex Sans Arabic", serif;
        direction: rtl;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        .head {
            color: #9e005d;
            font-weight: 800;
            font-size: 33pt;
            padding-bottom: 20px;
        }
        .point {
            color: #9e005d;
            font-weight: 800;
            font-size: 16pt;
        }
        .body {
            font-weight: 400;
            font-size: 12pt;
            padding-bottom: 20px;
        }
        .contact-btn {
            width: fit-content;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: #9e005d;
            color: white;
            font-weight: 500;
            border-radius: 7px;
            border: none;
        }
    }
}

.qr-code {
    background-color: #eee9ec;
    padding-top: 100px;
    padding-bottom: 137px;
    direction: rtl;
    position: relative;
    .title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-family: "IBM Plex Sans Arabic", serif;
        margin-bottom: 50px;
        .text {
            color: #9e005d;
            font-weight: bold;
            font-size: 33pt;
        }
    }
    .hand {
        display: block;
        width: fit-content;
        position: absolute;
        left: 40.5%;
        top: 210px;
        z-index: 9999;
        img {
            height: 600px;
            
        }
    }
}

.custom-crousel {
    // position: absolute;
    // background-color: #9e005d;
    // left: 170px;
    // left: 9%;
    overflow-x: hidden;
}

.carousel {
  display: flex;
  align-items: center;
//   gap: 10px;
}

.carousel-window {
  overflow: hidden;
}

.carousel-track {
//   display: flex;
width: 100%;

text-align: center;
}

.carousel-track img {
  width: 210px;
  margin-left: 50px;
  margin-right: 50px;
  flex-shrink: 0;
  object-fit: cover;
}

.carousel-track img {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
  pointer-events: none; /* optional to disable pointer on images */
}

.carousel-track img:nth-of-type(3) {
    // margin-right: 120px;
    z-index: 9999999;
}

.carousel-window {
  touch-action: pan-y; /* allow vertical scroll */
  cursor: grab;
}


.menux {
    padding-top: 150px;
    padding-bottom: 150px;
    direction: rtl;
	.menux-image {
		width: fit-content;
		margin: 0px auto;
	}
    .title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-family: "IBM Plex Sans Arabic", serif;
        margin-bottom: 50px;
        .text {
            color: #9e005d;
            font-weight: bold;
            font-size: 35pt;
        }
        .description {
            color: #999999;
            font-size: 15pt;
        }
    }

    .point {
        display: inline-block;
        font-family: "IBM Plex Sans Arabic", serif;
        border: #9e005d solid 2px;
        border-radius: 10px;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
        .number {
            direction: ltr;
            color: #9e005d;
            font-weight: bold;
            font-size: 20pt;
        }
    }
    .point-title {
        font-family: "IBM Plex Sans Arabic", serif;
        color: #9e005d;
        font-size: 16pt;
        font-weight: 800;
        margin-right: -20px;
    }
    .point-container {
        margin-bottom: 50px;
        .description {
            font-family: "IBM Plex Sans Arabic", serif;
            font-weight: 500;
        }
    }
}

.ltr {
    direction: ltr !important;
    
    .point-title {
        margin-left: -20px !important;
    }
}

#testimonial {
  padding: 100px 0px;
  background-color: #eee9ec;
  font-family: "IBM Plex Sans Arabic", serif;
  .title {
    text-align: center;
    width: fit-content;
    margin: 0px auto;
    h6 {
      color: #9e005d;
    }
  }
  .news-ticker ,.news-ticker2 {
    width: 100%;
    height: 240px;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    font-family: sans-serif;
    margin-bottom: 5px;
    .news-track {
      display: flex;
      position: absolute;
      left: 0;
      white-space: nowrap;
      will-change: transform;
    }

    .news-item {
      font-family: "IBM Plex Sans Arabic", serif;
      border-radius: 10px;
      display: flex;
      width: 600px;
      align-items: center;
      flex-direction: column;
      padding: 0 2rem;
      margin: 0px 5px;
      white-space: wrap;
      height: 240px;
      background: 
         url(assets/white-x-background.png)  no-repeat center / cover ,linear-gradient(to right, #9e005d, #ad0668);
      .card-head {
        margin: 20px 0px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        img {
          width: 75px;
          height: 75px;
          border-radius: 50%;
        }
        .customer-info {
          text-align: right;
          .name {
            font-weight: 800;
          }
          .role {
            color:#c5c5c5;
          }
        }
      }
      p {
        direction: rtl;
        width: 100%;
        font-weight: 800;
      }
      
    }
  }
}

#posts {
  padding: 150px 0px 200px 0px;
  font-family: "IBM Plex Sans Arabic", serif;
  .title {
    text-align: center;
    width: fit-content;
    margin: 0px auto;
    h1 {
      color: #9e005d;
      font-weight: 800;
    }
  }
  .post {
    padding: 20px;
    border-radius: 10px;
    background-color: #f8ecf3;
    height: 684px;
    position: relative;
    img {
      display: block;
      margin-bottom: 20px;
      width: 548px;
      height: 235;
    }
    h6 {
      color: #9e005d;
      text-transform: uppercase;
    }
    h1 {
      font-weight: 800;
    }
    .actions {
      width: calc(100% - 40px);
      background-color: #f8ecf3;
      z-index: 2;
      position: absolute;
      bottom: 0px;
      text-align: center;
      border-top: 1px solid #9e005d;
      padding: 20px;
      .arrow {
        font-weight: 800;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        float: right;
        background-color: #ad0668;
        color: white;
        width: 55px;
        height: 55px;
        border-radius: 50%;
      }
      .arrow:hover {
        background-color: #9e005d;
        cursor: pointer;
      }
    }
    .actions:after{
      content: "";
      clear: both;
      display: block;
    }
  }
}

.footer {
    width: 100%;
    color: white;
    background-image: url('assets/footer.png');
    .data {
        margin-top: 150px;
        margin-bottom: 150px;
        .footer-image {
            width: 100%;
            padding-left: 50px;
        }
    }
}

@media only screen and (max-width: 1100px) {
    .header {
        canvas {
            transform: rotate(-34.3deg) translateX(-195%);
        }
    }
}
@media only screen and (max-width: 1000px) {
    .header {
        canvas {
            transform: rotate(-34.3deg) translateX(-185%);
        }
    }
}
@media only screen and (max-width: 900px) {
    .header {
        canvas {
            transform: rotate(-34.3deg) translateX(-190%);
        }
    }
}

/* === Responsive Layout Fixes === */

img {
    max-width: 100%;
    height: auto;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .col-6,
  .col-4,
  .col-8,
  .col-lg-4,
  .col-lg-3,
  .col-lg-6 {
    padding: 15px;
    box-sizing: border-box;
  }
  
  @media (max-width: 992px) {
    .col-lg-4,
    .col-6 {
      width: 100% !important;
      display: block;
    }
  
    .header .welcome {
      left: 35%;
      transform: translate(-50%, -50%);
      text-align: center;
  
      .clixasoft {
        font-size: 18pt;
      }
  
      .future {
        font-size: 9pt;
      }
  
      .p1,
      .p2 {
        font-size: 12pt;
      }
    }
  
    .solutions,
    .e-menu,
    .menux,
    .qr-code {
      padding: 50px 0;
    }
  
    .solutions .text,
    .e-menu .text {
      padding: 0 10px;
    }
  
    .services {
      height: auto;
      padding: 50px 0;
  
      .service-item {
        text-align: center;
        margin: 30px 0;
  
        .img {
          margin: 0 auto 10px auto;
        }
      }
    }
  
    .menux .title .text {
      font-size: 24pt;
    }
  
    .qr-code .hand img {
      height: 250px;
    }
  
    .qr-code .hand {
      left: 20%;
      bottom: 0px;
    }
  
    .footer .data {
      margin: 50px 0;
  
      .footer-image {
        padding-left: 0;
        text-align: center;
  
        img {
          max-width: 100%;
        }
      }
    }
  }
  
  @media (max-width: 600px) {
    .carousel-track img {
      width: 150px;
      margin-left: 10px;
      margin-right: 10px;
    }
  
    .menux .point-title {
      font-size: 14pt;
      margin: 0;
    }
  
    .menux .point {
      width: 50px;
      height: 50px;
  
      .number {
        font-size: 16pt;
      }
    }
  }
  @media (max-width: 992px) {
    .qr-code {
      padding-top: 50px;
      padding-bottom: 50px;
  
      .title .text {
        font-size: 24pt;
      }
  
      .hand {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
  
        img {
          height: auto;
          max-width: 300px;
        }
      }
    }
  
    .carousel-track img {
      width: 150px;
      margin: 0 10px;
    }
  
    .carousel-window {
      padding: 0 10px;
    }
  }
  
  @media (max-width: 600px) {
    .qr-code .hand img {
      max-width: 200px;
    }
  
    .carousel-track img {
      width: 120px;
      margin: 0 5px;
    }
  }
  .carousel-window {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .carousel-track {
    // display: flex;
    flex-wrap: nowrap;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
  }
  
  .carousel-track img {
    flex-shrink: 0;
    scroll-snap-align: center;
    width: 210px;
    margin: 0 20px;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    .carousel-track img {
      margin: 0 10px;
    }
  
    .carousel-window {
      padding: 0 10px;
    }
  }
  .carousel-window::-webkit-scrollbar {
    display: none;
  }
  .carousel-window {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  @media (max-width: 768px) {
    .qr-code {
      position: relative;
  
      .hand {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        pointer-events: none;
  
        img {
          height: auto;
        }
      }
  
      .carousel-window {
        // margin-top: 120px; // adjust depending on hand image height
      }
    }
  }        
  @media (max-width: 768px) {
    .qr-code {
      position: relative;
      padding-top: 50px;
      padding-bottom: 80px;
  
      .hand {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        pointer-events: none;
  
        img {
          height: auto;
        }
      }
  
      .carousel-window {
        // margin-top: 120px; // Push carousel under the hand
        overflow-x: auto;
        display: flex;
        justify-content: center;
        scroll-snap-type: x mandatory;
        padding: 0 10px;
      }
  
      .carousel-track {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        transition: transform 0.3s ease-in-out;
        will-change: transform;
      }
  
      .carousel-track img {
        scroll-snap-align: center;
        width: 200px;
        height: auto;
        object-fit: contain;
        flex-shrink: 0;
        user-select: none;
        pointer-events: none;
      }
    }
  }
  