:root {
  --primary-color: #741017;
  --sec-color: #17375e;
  --white-color: #ffffff;
  --title-color: #2f3337;
  --description-color: #5f666d;
  --icon-color: #adb3b8;
  --bg-section-color: #f6f7f8;
  --bg-svg-color: #f9f5f5;
  --bg-gray-color: #f6f7f8;
  --login-input-color: #70717f;
  --details-card-color: #6c757d;
  --client-name-color: #242424;
  --disabled-main-btn-color: #e4e6e7;
  --rating-color: #ffd401;
  --about-page-bg-color: linear-gradient(
    90.14deg,
    rgba(245, 247, 252, 0.9) 0.12%,
    rgba(254, 244, 245, 0.9) 99.89%
  );
  --gray-border-color: 1px solid #e4e6e7;
  --border-nav-color: 1px solid #ffffff1f;
  --main-border: 1px solid var(--primary-color);
  --border-share-color: 1px solid #79111124;
  --description-card-color: #666666;
  --nav-link-active-color: #ffffff1a;
  --main-shadow-color: #00000080;
  --shadow-hero-color: #00000061;
  --footer-color: #fffffff0;
}

@font-face {
  font-family: "Ping AR + LT";
  src: url("../fonts/alfont_com_AlFont_com_DINNextLTArabic-Regular-3.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "DIN Next", sans-serif;
}

/* Utility Classes */
.bg-primary {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.bg-secondary {
  background-color: var(--sec-color);
  color: var(--white-color);
}

.border-bottom {
  border-bottom: 2px solid var(--primary-color) !important;
  width: 40px;
  margin-bottom: 24px;
}

.main-border {
  border: 1px solid var(--primary-color);
}

.main-border-right {
  border-right: 4px solid var(--primary-color);
}

.main-border-left {
  border-left: 4px solid var(--primary-color);
}

.border {
  border: var(--gray-border-color) !important;
}

.sec-padding {
  padding: 70px 0;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-0 {
  margin-top: 0px;
}

.margin-y-20 {
  margin: 20px 0;
}

.margin-y-32 {
  margin: 32px 0;
}

.margin-y-40 {
  margin: 40px 0;
}

.margin-y-70 {
  margin: 70px 0;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 0px;
}

.centered-main-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
}

.main-btn {
  background: var(--primary-color);
  color: var(--white-color);
  width: -webkit-fit-content;
  height: fit-content;
  padding: 16px 24px;
  border-radius: 8px;
  border: none;
  display: inline-flex; /* Use flexbox for alignment */
  align-items: center; /* Vertically center the icon and text */
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  /* Hover */
  &:hover {
    background: url("/imgs/frame-btn.jpg") no-repeat center / cover;
    transition: all 0.3s ease-in-out;
  }

  &.disabled {
    background-color: var(--disabled-main-btn-color);
    color: #9299a0;
  }
}

.sec-btn-border {
  border: 1px solid var(--sec-color);
  color: var(--title-color);
  width: 100%;
  height: fit-content;
  padding: 16px 24px;
  border-radius: 8px;
  display: inline-flex; /* Use flexbox for alignment */
  align-items: center; /* Vertically center the icon and text */
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;

  &:hover {
    background: var(--sec-color);
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
  }

  .sec-btn {
    font-size: 16px;
    font-weight: 500;
  }
}

.full-main-btn {
  background: var(--primary-color);
  color: var(--white-color);
  width: 100%;
  height: fit-content;
  padding: 16px 24px;
  border-radius: 8px;
  border: none;
  display: inline-flex; /* Use flexbox for alignment */
  align-items: center; /* Vertically center the icon and text */
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  /* Hover */
  &:hover {
    background: url("/imgs/frame-btn.jpg") no-repeat center / cover;
    transition: all 0.3s ease-in-out;
  }
}

.sec-card-btn {
  background-color: var(--sec-color);
  border-radius: 8px;
  padding: 2px 16px;
}

/* Header */
.header {
  /* Top Header */
  .top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: var(--gray-border-color);

    .header-contact {
      display: flex;
      align-items: center;
      gap: 12px;

      .contact {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: 500;
        color: var(--description-color);

        a {
          color: var(--title-color);
        }

        svg {
          color: var(--primary-color);
        }
      }
    }

    .social-icons {
      display: flex;
      align-items: center;
      gap: 12px;

      .single-icon {
        padding: 0px 6px;
        border-inline-start: 1px solid #eee;

        svg {
          color: var(--title-color);
        }
      }
    }
  }

  /* Main Header */
  .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    .logo img {
      max-height: 80px;
      width: fit-content;
      object-fit: cover;
    }

    .search {
      display: flex;
      height: 48px;
      width: 50%;
      border: var(--gray-border-color);
      border-radius: 8px;
      overflow: hidden;

      .search-icon {
        background: var(--primary-color);
        width: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      input {
        flex: 1;
        border: none;
        padding: 0 15px;
        font-size: 14px;
        outline: none;
      }

      .search input::placeholder {
        color: var(--description-color);
      }
    }

    .cart-icon {
      display: flex;
      align-items: center;
      gap: 16px;

      div {
        padding: 14px;
        border-radius: 8px;
        border: var(--gray-border-color);

        svg {
          color: var(--title-color);
        }
      }
      .menu-toggle {
        cursor: pointer;
      }
    }
  }

  /* Media Main Header */
  @media (max-width: 991px) {
    .logo img {
      height: 60px;
    }

    .cart-icon {
      div {
        padding: 0 !important;
        border: none !important;
        gap: 20px !important;
      }
    }
  }

  /* Main Links */
  .header-links {
    background-color: var(--primary-color);
    ul {
      display: flex;
      align-items: center;

      list-style: none;
      margin: 0;
      padding: 0;

      li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 16px;
        font-weight: 500;
        height: -webkit-fill-available;
        padding: 12px 20px;
        border-inline-start: var(--border-nav-color);
        color: var(--white-color);
        &.active {
          background-color: var(--nav-link-active-color);
        }
      }
    }
  }

  .about-page-header {
    position: relative;
    background-color: var(--bg-section-color);

    .information {
      position: relative;
      /* height: 75px; */
      padding: 24px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 2px;
      /* @media (max-width: 768px) {
      display: none;
    } */

      a {
        font-size: 16px;
        font-weight: 500;
        color: var(--title-color);
        line-height: 28px;
      }

      span {
        font-size: 16px;
        line-height: 28px;
        color: var(--primary-color);
        font-weight: 700;
      }
    }

    .frame-header {
      position: absolute;
      top: 0;
      left: 0;
      width: fit-content;
      height: 100%;
      z-index: 1;
      padding: 0;
      html[dir="ltr"] & {
        right: 0;
        left: auto;
        transform: rotate(180deg);
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}

/* Hero Style */
.hero {
  position: relative;
  background-image: url("/imgs/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
  &:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080; /* Black overlay */
    z-index: 1; /* Ensure it sits above the background image but below the content */
  }
  .container {
    position: relative;
  }
  .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2; /* Ensure it sits above the overlay */
    position: relative;
    padding-bottom: 200px;
    h1 {
      color: var(--white-color);
      font-weight: 700;
      font-size: 55px;
      margin-bottom: 20px;
      line-height: 1.5;
    }
    p {
      text-align: center;
      font-size: 24px;
      color: var(--white-color);
      max-width: 750px;
      font-weight: 400;
    }
    .hero-btn {
      margin-top: 30px;
    }
  }

  .hero-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00000061;
    padding: 24px 0;
    z-index: 9999;

    .gallery-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
      overflow-x: scroll;
      overflow-y: hidden;

      &::-webkit-scrollbar {
        width: 8px;
        height: 8px;
      }
      &::-webkit-scrollbar-track {
        background: var(--white-color);
        border-radius: 8px;
      }
      &::-webkit-scrollbar-thumb {
        background: linear-gradient(
          90deg,
          var(--primary-color),
          var(--sec-color)
        );
        border-radius: 8px;
      }
    }

    .gallery-item {
      flex: 0 0 auto;
      width: 220px;
      height: 140px;
      border-radius: 12px;
      overflow: hidden;
      border: 3px solid transparent;
      transition: all 0.3s ease;
      cursor: pointer;
      opacity: 0.5;

      &.active {
        border: 4px solid var(--primary-color);
        opacity: 1;
      }

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    @media (max-width: 1200px) {
      .gallery-item {
        width: 180px;
        height: 120px;
      }
    }

    @media (max-width: 992px) {
      padding: 20px 0;

      .gallery-item {
        width: 160px;
        height: 100px;
      }
    }

    @media (max-width: 576px) {
      .gallery-wrapper {
        justify-content: space-between;
      }

      /* .gallery-item {
        width: calc(50% - 8px);
        height: 100px;
      } */
    }

    /* @media (max-width: 400px) {
      .gallery-item {
        width: calc(50% - 6px);
        height: 80px;
      }
    } */
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 110px 0 110px;
    margin-bottom: 40px;

    .hero-text {
      padding-bottom: 100px;

      h1 {
        font-size: 28px;
        margin-bottom: 20px;
      }

      p {
        font-size: 14px;
        max-width: 100%;
        line-height: 1.7;
        font-weight: 400;
      }
    }
  }
}

/* Events */
.events {
  .select-between-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    background: var(--bg-gray-color);
    border: var(--gray-border-color);
    padding: 20px;
    border-radius: 8px;

    @media (max-width: 768px) {
      flex-direction: column;
      align-items: stretch;
    }

    .filter-item {
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 1;
      min-width: 200px;

      @media (max-width: 768px) {
        width: 100%;
        min-width: 100%;
      }

      label {
        font-size: 16px;
        font-weight: 500;
        color: var(--details-card-color);
        white-space: nowrap;
      }

      .input-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        flex: 1;

        svg {
          position: absolute;
          right: 12px;
          pointer-events: none;
          z-index: 1;

        }
      }

      .select-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;

        svg {
          position: absolute;
          left: 12px;
          pointer-events: none;
          z-index: 1;

          html[dir="ltr"] & {
            right: 12px;
            left: auto;
          }
        }
      }

      .date-input,
      .select2-filter {
        flex: 1;
        width: 100%;
        padding: 12px 11px;
        border: var(--gray-border-color);
        border-radius: 8px;
        background: var(--white-color);
        font-size: 14px;
        color: var(--title-color);
        outline: none;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;

        &:focus {
          border-color: var(--primary-color);
        }

        &::-webkit-calendar-picker-indicator {
          opacity: 0;
          cursor: pointer;
        }
      }
    }

    .filter-btn {
      white-space: nowrap;

      @media (max-width: 768px) {
        width: 100%;
        justify-content: center;
      }
    }
  }

  .tab-content {
    .grid-view {
      &.list-view {
        .col-lg-4 {
          flex: 0 0 100%;

          .event-card {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding: 16px;
            margin-bottom: 24px;
            gap: 16px;
            @media (max-width: 768px) {
              justify-content: flex-start;
            }

            img {
              width: 250px;
              height: 170px;
              border: var(--gray-border-color);
              border-radius: 8px;
              object-fit: cover;
              @media (max-width: 768px) {
                width: 100%;
                height: 200px;
              }
            }
          }
        }
      }
    }
  }
}

/* Main Style Of Tabs */
.events-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;

  .single-btn {
    display: flex;
    align-items: center;

    button {
      border: var(--gray-border-color);
      padding: 15px 24px;
      border-start-end-radius: 8px;
      border-end-end-radius: 8px;
      border-start-start-radius: 0px;
      border-end-start-radius: 0px;
      background: var(--white-color);
      color: var(--title-color);
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;
      cursor: pointer;

      @media (max-width: 576px) {
        padding: 16px 8px;
        font-size: 14px;
      }

      &:hover {
        background-color: var(--bg-section-color);
      }

      &.active {
        background: var(--sec-color);
        color: var(--white-color);
        border-color: var(--sec-color);
      }
    }

    :first-child {
      border-start-end-radius: 0px;
      border-end-end-radius: 0px;
      border-start-start-radius: 8px;
      border-end-start-radius: 8px;
    }
  }

  .cards-toggle {
    display: flex;
    align-items: center;
    gap: 8px;

    @media (max-width: 392px) {
      justify-content: flex-end;
      width: 100%;
    }

    .slide {
      border: var(--gray-border-color);
      padding: 12px;
      border-radius: 8px;
      background: var(--white-color);
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;

      svg {
        color: var(--title-color);

        @media (max-width: 576px) {
          width: 24px;
          height: 24px;
        }
      }

      &:hover {
        background: var(--bg-section-color);
      }

      &.active {
        background: var(--sec-color);
        border-color: var(--sec-color);

        svg path {
          fill: var(--white-color);
          stroke: var(--white-color);
        }
      }
    }
  }
}

/* Services */
.services {
  background-color: var(--bg-section-color);
}

/* Products */
.products {
  .products-swiper-container {
    position: relative;
  }

  /* Swiper Navigation Buttons */

  .buttons-swiper {
    position: absolute;
    top: 50%;
    right: -50px;
    left: -50px;
    display: flex;
    z-index: 10;
    justify-content: space-between;
    transform: translateY(-50%);

    .swiper-button-next,
    .swiper-button-prev {
      width: 50px;
      height: 50px;
      border-radius: 8px;
      background: var(--white-color);
      border: var(--main-border);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      cursor: pointer;

      &::after {
        display: none;
      }

      svg {
        width: 20px;
        height: 20px;
        color: var(--primary-color);
        transition: all 0.3s ease;
      }
      &:hover {
        background: var(--primary-color);
        svg {
          color: var(--white-color);
        }
      }
    }
  }

  @media (max-width: 1260px) {
    .buttons-swiper {
      right: 0;
      left: 0;

      .swiper-button-next,
      .swiper-button-prev {
        width: 45px;
        height: 45px;

        svg {
          width: 18px;
          height: 18px;
        }
      }
    }
  }
}

/* Success stories */
.success-stories {
  background-color: var(--bg-section-color);

  .stories-swiper-container {
    position: relative;
  }

  .story-card {
    background: var(--white-color);
    border-radius: 12px;
    padding-top: 24px;
    border-bottom: 1px solid var(--primary-color);
    transition: all 0.3s ease;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    gap: 24px;

    .rating {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 0 16px;
    }

    .stars {
      display: flex;
      gap: 4px;

      svg {
        color: var(--rating-color);
        font-size: 12px;
      }
    }

    .story-text {
      font-size: 16px;
      font-weight: 400;
      color: var(--title-color);
    }

    .client-info {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 16px;
      border-top: var(--gray-border-color);

      img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
      }

      .client-details {
        h4 {
          font-size: 16px;
          font-weight: 700;
          color: var(--client-name-color);
          margin-bottom: 4px;
        }

        p {
          font-size: 14px;
          font-weight: 400;
          color: var(--title-color);
          line-height: 28px;
        }
      }
    }
  }

  .buttons-swiper {
    position: absolute;
    top: 50%;
    right: -60px;
    left: -60px;
    display: flex;
    z-index: 10;
    justify-content: space-between;

    .swiper-button-next,
    .swiper-button-prev {
      width: 50px;
      height: 50px;
      border-radius: 8px;
      background: var(--white-color);
      border: var(--main-border);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      cursor: pointer;

      &::after {
        display: none;
      }

      svg {
        width: 20px;
        height: 20px;
        color: var(--primary-color);
        transition: all 0.3s ease;
      }
      &:hover {
        background: var(--primary-color);
        svg {
          color: var(--white-color);
        }
      }
    }
  }

  @media (max-width: 1280px) {
    .buttons-swiper {
      display: none;
    }
  }
}

/* ======================================================================================================================== */
/* About Us Css */
/* ======================================================================================================================== */

.journey-of-sports {
  .main-box {
    margin-bottom: 40px;

    .about-us-main-content {
      position: relative;
      background: var(--about-page-bg-color);
      border-right: 1px solid var(--primary-color);
      border-left: 1px solid var(--primary-color);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      border-radius: 24px;
      padding: 52px;

      @media (max-width: 768px) {
        padding: 32px 16px;
      }

      .about-back-img {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 50px);
        z-index: 1;

        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }

      .title-about {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 28px;
        z-index: 2;

        .sec-about {
          text-align: center;

          h2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 12px;
            color: var(--title-color);

            @media (max-width: 768px) {
              font-size: 24px;
            }
          }

          p {
            font-size: 18px;
            font-weight: 400;
            color: var(--title-color);
            line-height: 34px;

            @media (max-width: 768px) {
              font-size: 14px;
            }
          }
        }

        img {
          max-width: 150px;
          height: 100%;
          object-fit: contain;
        }
      }
    }
  }

  .sports-box {
    margin-bottom: 40px;

    .journey-svg {
      border: var(--gray-border-color);
      padding: 20px;
      border-radius: 16px;
      margin-bottom: 16px;

      .the-svg {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        background-color: var(--bg-svg-color);
        padding: 100px 25px;

        @media (max-width: 768px) {
          padding: 60px 15px;
        }

        svg {
          color: var(--primary-color);
        }
      }
    }

    .journey-content {
      h2 {
        font-size: 32px;
        font-weight: 700;
        color: var(--title-color);

        @media (max-width: 768px) {
          font-size: 24px;
        }
      }

      p {
        font-size: 20px;
        font-weight: 400;
        color: var(--title-color);
        line-height: 36px;

        @media (max-width: 768px) {
          font-size: 16px;
        }
      }
    }
  }
}

/* ======================================================================================================================== */
/* Single Event */
/* ======================================================================================================================== */

.single-events {
  .main-img {
    height: 400px;
    width: 100%;
    margin-bottom: 12px;

    @media (max-width: 768px) {
      height: 250px;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
    }
  }

  .twice-box-img {
    display: flex;
    flex-direction: column;
    gap: 8px;

    @media (max-width: 992px) {
      margin-top: 16px;
    }

    .twice-img {
      display: flex;
      align-items: center;
      /* margin-bottom: 12px; */
      gap: 8px;

      .sec-img {
        width: 100%;
        height: 195px;

        @media (max-width: 768px) {
          height: 125px;
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 12px;
        }
      }
    }
  }

  .details-of-event {
    margin-top: 40px;

    .event-details {
      margin-bottom: 24px;
      h3 {
        font-size: 28px;
        font-weight: 700;
        color: var(--title-color);

        @media (max-width: 992px) {
          font-size: 18px;
        }
      }

      p {
        font-size: 18px;
        font-weight: 400;
        /* color: var(--title-color); */
        line-height: 36px;

        @media (max-width: 768px) {
          font-size: 16px;
        }
      }
    }

    .share-button {
      display: flex;
      align-items: center;
      justify-content: end;

      @media (max-width: 991px) {
        justify-content: start;
      }

      a {
        width: fit-content;
        background-color: var(--bg-svg-color);
        padding: 15px 24px;
        border-radius: 8px;
        border: var(--border-share-color);
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 500;

        svg {
          color: var(--primary-color);
        }
      }
    }

    /* PDF Documents Section */
    .bdf {
      .pdf-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #d9251c0a;
        border-radius: 12px;
        margin-bottom: 24px;
        padding: 16px;
        transition: all 0.3s ease;

        &:hover {
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        svg {
          color: #d9251c;
        }

        .pdf-icon {
          display: flex;
          gap: 8px;
          align-items: center;
          justify-content: center;
        }

        .pdf-info {
          h4 {
            font-size: 18px;
            font-weight: 500;
            color: var(--title-color);
            margin-bottom: 4px;
          }

          span {
            font-size: 14px;
            color: var(--title-color);
            font-weight: 400;
          }
        }
      }
    }

    .concept {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border: var(--gray-border-color);
      border-radius: 12px;
      padding: 16px 24px;
      width: 100%;

      .the-concept {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 24px;

        a {
          font-size: 16px;
          font-weight: 700;
          color: var(--title-color);
        }

        .location {
          display: flex;
          align-items: center;
          gap: 4px;
          color: var(--details-card-color);

          svg {
            color: var(--icon-color);
          }
        }

        img {
          width: auto;
          height: 70px;
          object-fit: cover;
          border-radius: 8px;
        }
      }

      .contact-btns {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        color: var(--white-color);
        font-size: 16px;
        font-weight: 500;
        gap: 8px;
        transition: all 0.3s ease;

        .call-btn {
          display: flex;
          gap: 4px;
          align-items: center;
          padding: 15px 24px;
          border-radius: 8px;
          background-color: #25d366;
        }

        .whatsapp-btn {
          display: flex;
          gap: 4px;
          align-items: center;
          padding: 15px 24px;
          border-radius: 8px;
          background-color: #0277bd;
        }

        svg {
          color: var(--white-color);
        }
      }
    }
  }
}

/* ======================================================================================================================== */
/* Login Event */
/* ======================================================================================================================== */

.main-login-event {
  background: linear-gradient(90.14deg, #f5f7fc 0.12%, #fef4f5 99.89%);
}

/* ======================================================================================================================== */
/* Organization Sports Event Page */
/* ======================================================================================================================== */

.organization-sports-event {
  .main-organization-frame {
    background-image: url("/imgs/organization-frame.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    .service-text {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 20px;
      /* padding: 32px 24px; */
      height: 100%;

      svg {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
        color: var(--primary-color);
      }

      .text {
        display: flex;
        flex-direction: column;
        gap: 12px;
        a {
          font-size: 24px;
          font-weight: 700;
          line-height: 100%;
          width: fit-content;
          color: var(--title-color);

          @media (max-width: 768px) {
            font-size: 20px;
          }
        }

        p {
          font-size: 18px;
          font-weight: 400;
          max-width: 500px;
          color: var(--description-card-color);

          @media (max-width: 768px) {
            font-size: 16px;
          }
        }
      }
    }
  }

  .main-organization-cards {
    h3 {
      font-size: 24px;
      font-weight: 700;
      color: var(--title-color);
      margin-bottom: 36px;
    }

    .row > div:last-child .organization-card {
      border-inline-end: none;
    }

    .organization-card {
      display: flex;
      flex-direction: column;
      padding: 16px;
      gap: 10px;
      border-inline-end: var(--gray-border-color);

      @media (max-width: 575px) {
        border-bottom: var(--gray-border-color);
        border-inline-end: none;
      }

      svg {
        width: 60px;
        height: 60px;
        color: var(--primary-color);
      }
    }

    .organization-text {
      h4 {
        font-size: 20px;
        font-weight: 700;
        color: var(--title-color);
        margin-bottom: 8px;
      }
    }
  }

  .main-organization-table {
    h3 {
      font-size: 24px;
      font-weight: 700;
      color: var(--title-color);
      margin-bottom: 36px;
      line-height: 100%;
    }

    .packages-section {
      border: var(--gray-border-color);
      border-radius: 12px;

      &:hover {
        transition: all 0.3s ease;
        border: 1px solid var(--primary-color);
        background-color: #faf7f7;

        .data-box {
          transition: all 0.3s ease;
          border-bottom-color: var(--primary-color);
        }
      }

      .data-box {
        position: relative;
        height: 100%;
        z-index: 222;
        border-bottom: var(--gray-border-color);

        .text-box {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          padding: 24px 20px;
          gap: 12px;
          position: relative;
          z-index: 2;

          .main-title {
            h3 {
              font-size: 20px;
              font-weight: 700;
              color: var(--client-name-color);
              margin-bottom: 8px;
            }

            p {
              font-size: 16px;
              font-weight: 400;
              color: var(--details-card-color);
              line-height: 28px;
            }
          }

          p {
            font-size: 28px;
            font-weight: 800;
            color: var(--title-color);

            span {
              font-size: 16px;
              font-weight: 500;
              color: var(--details-card-color);
            }
          }
        }

        .data-back-img {
          position: absolute;
          width: 150px;
          height: auto;
          top: 0;
          right: 50%;
          left: 50%;
          transform: translateX(50%);

          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }
      }

      .check-boxes {
        display: grid;
        justify-content: center;
        padding-top: 24px;
        gap: 16px;

        .single-check-box {
          display: flex;
          align-items: center;
          gap: 10px;
        }
      }

      .centered-main-btn {
        padding: 24px;
      }
    }
  }
}

/* ======================================================================================================================== */
/* gallery Page */
/* ======================================================================================================================== */

.main-gallery {
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 40px;

    @media (max-width: 991px) {
      grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 575px) {
      grid-template-columns: 1fr;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      aspect-ratio: 1;

      &.large {
        grid-row: span 2;
        aspect-ratio: unset;

        @media (max-width: 991px) {
          grid-row: span 1;
          aspect-ratio: 1;
        }
      }

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
      }

      &:hover img {
        transform: scale(1.1);
      }
    }
  }
}

/* ======================================================================================================================== */
/* Products Page */
/* ======================================================================================================================== */

.shop-products {
  .filter-sidebar {
    .filter-box {
      .filter-section {
        .collapse {
          .check-boxes {
            /* display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 12px 0; */
            border-top: var(--gray-border-color);
          }
        }
      }
    }
  }

  .show-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .product-count {
    p {
      font-size: 16px;
      font-weight: 500;
      color: var(--title-color);
    }
  }

  .product-type {
    display: flex;
    align-items: center;
    gap: 12px;

    p {
      font-size: 14px;
      font-weight: 500;
      color: var(--details-card-color);
      white-space: nowrap;
    }

    .select2-container--default .select2-selection--single {
      background-color: var(--white-color);
      border: var(--gray-border-color);
      border-radius: 8px;
      padding: 13px 16px;
      min-width: 200px;
      /* display: flex; */
      /* justify-content: space-between; */
      /* align-items: center; */
    }

    .select2-container[dir="rtl"]
      .select2-selection--single
      .select2-selection__rendered {
      padding: 0px;
    }

    .select2-container--default
      .select2-selection--single
      .select2-selection__rendered {
      color: var(--title-color);
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
    }
  }
}

/* ======================================================================================================================== */
/* The Product Page */
/* ======================================================================================================================== */

.single-product {
  .product-image {
    width: 100%;
    height: 100%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
    }
  }

  .description-product {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: var(--bg-gray-color);
    padding: 24px;
    border-radius: 12px;

    @media (max-width: 992px) {
      margin-top: 24px;
    }

    .the-products-details {
      display: flex;
      flex-direction: column;
      gap: 16px;

      .product-title {
        display: flex;
        flex-direction: column;
        gap: 12px;
        h2 {
          font-size: 24px;
          font-weight: 700;
          color: #252b3e;
          margin-bottom: 0;

          @media (max-width: 768px) {
            font-size: 18px;
          }
        }

        .the-price {
          display: flex;
          gap: 8px;
          align-items: flex-end;

          .current-price {
            font-size: 24px;
            font-weight: 800;
            color: var(--primary-color);

            @media (max-width: 768px) {
              font-size: 22px;
            }
          }

          .old-price {
            font-size: 14px;
            font-weight: 400;
            color: var(--details-card-color);
            text-decoration: line-through;
          }
        }
      }

      .product-selection {
        display: flex;
        flex-direction: column;
        border-top: var(--gray-border-color);
        border-bottom: var(--gray-border-color);

        .selected {
          display: flex;
          align-items: center;
          gap: 12px;
          width: 100%;
          margin: 24px 0;
          border: none;

          .select2-container--default .select2-selection--single {
            border: none;
          }

          .select2 {
            background-color: var(--white-color);
            border-radius: 12px;
            border: var(--gray-border-color);
          }
        }

        p {
          color: var(--details-card-color);
          font-size: 14px;
          font-weight: 400;
          max-width: calc(100% - 50px);
          padding: 24px 0;
        }
      }
    }

    .the-products-repeater {
      display: flex;
      align-items: center;
      gap: 24px;

      @media (max-width: 400px) {
        gap: 12px;
      }
    }
  }

  .product-tab {
    border: none;
    margin-inline-start: 32px;

    /* .nav-tabs .nav-link {
      border-radius: 0;
    } */

    .nav-link {
      background-color: var(--white-color);
      border: var(--gray-border-color);
      color: var(--title-color);
      font-size: 16px;
      font-weight: 500;
      padding: 17px 20px;
      border-radius: 0;
      transition: all 0.3s ease;

      &:hover {
        color: var(--sec-color);
        border-color: var(--sec-color);
      }

      &.active {
        background-color: var(--sec-color);
        color: var(--white-color);
        border-color: var(--sec-color);
      }
    }

    #product-description-tab {
      border-start-start-radius: 8px;
    }

    #product-reviews-tab {
      border-start-end-radius: 8px;
    }
  }

  .tab-content {
    border: var(--gray-border-color);
    border-radius: 12px;
    padding: 32px;

    #product-description {
      .tab-text {
        display: flex;
        flex-direction: column;
        gap: 10px;

        p {
          font-size: 17px;
          font-weight: 400;
          color: var(--title-color);
          line-height: 28px;

          @media (max-width: 768px) {
            font-size: 14px;
            line-height: 24px;
          }
        }

        h2 {
          font-size: 20px;
          font-weight: 700;
          color: var(--title-color);
        }

        ul {
          margin-bottom: 0;
          li {
            font-size: 18px;
            font-weight: 400;
            color: var(--title-color);
            margin-bottom: 8px;
            &:last-child {
              margin-bottom: 0;
            }
            @media (max-width: 768px) {
              font-size: 14px;
            }
          }
        }
      }
    }

    #product-reviews {
      .reviews-container {
        display: flex;
        flex-direction: column;
        gap: 24px;

        @media (max-width: 992px) {
          padding-bottom: 32px;
        }

        .review-item {
          padding-bottom: 24px;
          border-bottom: var(--gray-border-color);

          &:last-child {
            border-bottom: none;
            padding-bottom: 0;
          }

          .review-header {
            display: flex;
            align-items: flex-start;
            gap: 16px;

            .reviewer-avatar {
              width: 60px;
              height: 60px;
              border-radius: 12px;
              border: 4px solid var(--white-color);
              object-fit: cover;
              box-shadow: 0px 0px 8px 0px #00000014;
            }

            .reviewer-info {
              display: flex;
              flex-direction: column;
              gap: 12px;

              .reviewer-details {
                display: flex;
                flex-direction: column;
                /* align-items: start; */
                /* justify-content: space-between; */
                gap: 8px;

                .name-rates {
                  display: flex;
                  justify-content: space-between;
                  gap: 4px;
                }

                .reviewer-name {
                  font-size: 16px;
                  font-weight: 600;
                  color: var(--title-color);
                }
              }
            }

            .review-date {
              font-size: 14px;
              font-weight: 400;
              color: var(--description-color);
            }
          }

          .review-text {
            font-size: 16px;
            font-weight: 400;
            color: var(--description-color);
            line-height: 1.8;
            margin: 0;
          }
        }
      }

      .review-form {
        background-color: var(--bg-gray-color);
        border: var(--gray-border-color);
        display: flex;
        flex-direction: column;
        gap: 32px;
        border-radius: 12px;
        padding: 24px;

        .inputs-form {
          display: flex;
          flex-direction: column;
          gap: 12px;

          .title-form {
            display: flex;
            flex-direction: column;
            gap: 12px;
          }

          .main-inputs {
            display: flex;
            flex-direction: column;
            gap: 20px;

            .inputs {
              display: flex;
              flex-direction: column;
              gap: 12px;
            }
          }
        }
      }
    }
  }
}

/* ======================================================================================================================== */
/* Profile Page */
/* ======================================================================================================================== */

.profile-page {
  /* Content In Profile Page */
  .profile-data {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;

    .profile-photo {
      position: relative;
      .photo {
        width: 100px;
        height: 100px;
        /* position: relative; */
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 12px;
        }
      }
      .edit-icon {
        position: absolute;
        bottom: -12px;
        left: -12px;
        background-color: var(--primary-color);
        border: 2px solid var(--white-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
        cursor: pointer;
        transition: all 0.3s ease;

        html[dir="ltr"] & {
          left: auto;
          right: -12px;
        }

        svg {
          color: var(--white-color);
          width: 20px;
          height: 20px;
        }
      }
    }

    .profile-name {
      p {
        font-size: 20px;
        font-weight: 700;
        color: var(--title-color);
      }
      .id-name {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400;
        color: var(--details-card-color);
      }
    }
  }

  .data-inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

/* ======================================================================================================================== */
/* Colleagues Page */
/* ======================================================================================================================== */
.rasiars-container {
  margin-top: 40px;
  .rasiars-box {
    display: flex;
    align-items: center;
    gap: 20px;

    .single-rasiars-box {
      display: flex;
      flex-direction: column;
      border: var(--gray-border-color);
      padding: 16px;
      border-radius: 12px;
      width: 100%;
      gap: 16px;
      margin: 12px 0;

      .name {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;

        .document-img {
          display: flex;
          align-items: center;
          gap: 12px;
          img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 8px;
          }
        }

        p {
          font-size: 16px;
          font-weight: 700;
          color: var(--title-color);
          margin-bottom: 8px;
        }

        .old {
          font-size: 16px;
          font-weight: 400;
          color: var(--details-card-color);
        }
      }
    }
  }
}

/* ======================================================================================================================== */
/* Record Page */
/* ======================================================================================================================== */
.record-page {
  .activity-container {
    .activity-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      border: var(--gray-border-color);
      border-radius: 8px;
      padding: 16px;
      margin-bottom: 20px;

      .activity-name {
        display: flex;
        flex-direction: column;
        gap: 12px;

        .name_date {
          display: flex;
          flex-direction: column;
          gap: 6px;

          p {
            font-size: 16px;
            font-weight: 700;
            color: var(--title-color);
          }

          .date {
            font-size: 14px;
            font-weight: 400;
            color: var(--details-card-color);
          }
        }
        p {
          font-size: 14px;
          font-weight: 500;
          color: var(--details-card-color);
        }
      }

      .show-details {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
      }
    }
  }
}

/* ======================================================================================================================== */
/* Cart Page */
/* ======================================================================================================================== */

.cart {
  .cart-table {
    display: flex;
    flex-direction: column;
    gap: 24px;

    .table-header {
      display: flex;
      justify-content: space-around;
      align-items: center;

      .header-product {
        font-size: 20px;
        font-weight: 700;
        color: var(--title-color);
      }
    }

    .cart-product {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: var(--gray-border-color);
      border-radius: 12px;
      padding: 20px 16px;

      @media (max-width: 768px) {
        overflow-x: auto;
        gap: 8px;
      }

      .the-product {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;

        img {
          width: 100px;
          height: auto;
          border-radius: 8px;
          object-fit: cover;
          border: var(--gray-border-color);
          @media (max-width: 768px) {
            width: 80px;
          }
        }

        h4 {
          font-size: 16px;
          font-weight: 600;
          color: var(--title-color);

          @media (max-width: 768px) {
            font-size: 14px;
          }
        }

        .img-product {
          display: flex;
          align-items: center;
          gap: 12px;
        }
      }

      .the-price {
        display: flex;
        justify-content: center;
        width: 100%;
        color: var(--primary-color);
        font-weight: 700;
        font-size: 16px;

        @media (max-width: 768px) {
          min-width: 100px;
        }
      }

      .the-products-repeater {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 12px;

        @media (max-width: 768px) {
          min-width: 150px;
        }
      }
    }
  }

  .cart-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    /* margin: 32px 0; */

    .discount-code {
      display: flex;
      align-items: center;
      gap: 12px;
      input {
        padding: 16px;
        border: var(--gray-border-color);
        border-radius: 8px;
        outline: none;
        font-size: 16px;
        color: var(--title-color);
        width: 450px;
        @media (max-width: 768px) {
          width: 100%;
        }

        &::placeholder {
          color: var(--details-card-color);
        }
      }
    }

    .clear-cart-btn {
      display: flex;
      align-items: center;
      gap: 10px;
      background: none;
      border: none;
      color: var(--primary-color);
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;

      svg {
        color: var(--primary-color);
      }
    }

    .continue-shopping {
      font-size: 16px;
      font-weight: 500;
      color: var(--title-color);
      cursor: pointer;
      transition: all 0.3s ease;

      &:hover {
        color: var(--primary-color);
      }
    }
  }

  .cart-summary {
    background-color: var(--bg-gray-color);
    border: var(--gray-border-color);
    border-radius: 12px;
    padding: 32px;
    width: 400px;
    margin-top: 20px;
    margin-right: auto;

    @media (max-width: 992px) {
      width: 100%;
    }

    h3 {
      font-size: 20px;
      font-weight: 700;
      color: var(--title-color);
      margin-bottom: 16px;
    }

    .data {
      border-top: var(--gray-border-color);
      border-bottom: var(--gray-border-color);
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 16px 0;

      .summary-row {
        display: flex;
        align-items: center;
        justify-content: space-between;

        span {
          font-size: 16px;
          font-weight: 500;
          color: var(--details-card-color);
        }
        .amount-price {
          font-weight: 500;
          color: var(--title-color);
        }
      }
    }

    .summary-total {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 16px;

      span {
        font-size: 18px;
        font-weight: 600;
        color: var(--title-color);
      }
      .price {
        color: var(--primary-color);
      }
    }
  }
}

/* ======================================================================================================================== */
/* Payment Methods Page */
/* ======================================================================================================================== */

.payment {
  .checks {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;

    .form-check {
      transition: all 0.3s ease;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 12px;

      .form-check-input {
        width: 20px;
        height: 20px;
        border: var(--gray-border-color);
        cursor: pointer;
        margin-left: 0;
        margin-right: 0;

        &:checked {
          background-color: var(--primary-color);
          border-color: var(--primary-color);
        }

        &:focus {
          box-shadow: none;
          border-color: var(--primary-color);
        }
      }

      .form-check-label {
        font-size: 18px;
        font-weight: 500;
        color: var(--title-color);
        cursor: pointer;
      }

      /* When radio is checked, change parent border */
      input:checked ~ label {
        color: var(--primary-color);
      }
    }

    /* Add border color change when input is checked */
    .form-check:has(input:checked) {
      border-color: var(--primary-color);
    }
  }

  .payment-method-box {
    .checks {
      .form-check {
        padding: 16px;
        border: var(--gray-border-color);
        border-radius: 8px;
      }
      .form-check:first-child {
        flex-direction: column;
      }

      .visa-check {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        border-bottom: var(--gray-border-color);
        padding-bottom: 12px;
      }

      .bank-card-details {
        width: 100%;
        margin: 24px 0;
        display: flex;
        flex-direction: column;
        gap: 24px;

        .card-type-selection {
          display: flex;
          align-items: center;
          gap: 12px;

          .card-type-option {
            display: flex;
            align-items: center;
            border: var(--gray-border-color);
            border-radius: 8px;
            padding: 4px 16px;
            gap: 8px;

            img {
              width: 40px;
              height: 40px;
              object-fit: contain;
            }
          }
        }

        .card-info-row {
          display: flex;
          gap: 20px;
          align-items: center;
          flex-wrap: nowrap;

          @media (max-width: 768px) {
            flex-wrap: wrap;
          }
        }
      }
    }
  }

  .summary-order {
    position: sticky;
    top: 10px;
    background-color: var(--bg-gray-color);
    padding: 20px 24px;
    border-radius: 12px;
    border: var(--gray-border-color);

    .details-order {
      display: flex;
      flex-direction: column;
      gap: 24px;

      .the-items {
        display: flex;
        flex-direction: column;
        gap: 12px;

        .item {
          display: flex;
          align-items: flex-start;
          gap: 10px;
          padding-bottom: 16px;
          border-bottom: var(--gray-border-color);

          .item-img {
            width: 60px;
            height: 60px;

            img {
              border-radius: 8px;
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }

          .details-item {
            display: flex;
            flex-direction: column;
            gap: 8px;

            h4 {
              font-size: 16px;
              font-weight: 700;
              color: var(--title-color);
            }

            .item-color {
              display: flex;
              gap: 20px;
              align-items: center;
            }
            p {
              color: var(--details-card-color);
              font-size: 14px;
              font-weight: 400;
            }

            .item-price {
              color: var(--primary-color);
              font-size: 16px;
              font-weight: 700;
            }
          }
        }
      }
    }

    .total-order {
      display: flex;
      flex-direction: column;
      gap: 16px;

      .total-price-items {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-bottom: var(--gray-border-color);
        padding: 16px 0;

        .vat {
          display: flex;
          justify-content: space-between;
          align-items: center;

          .delivery {
            color: var(--details-card-color);
            font-size: 16px;
            font-weight: 500;
          }

          .price {
            color: #313535;
            font-size: 16px;
            font-weight: 500;
          }
        }
      }

      .final-total-price {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .total-items {
          font-size: 16px;
          font-weight: 700;
          color: var(--title-color);
        }

        .total-price {
          color: var(--primary-color);
          font-size: 20px;
          font-weight: 700;
        }
      }
    }
  }
}

/* ======================================================================================================================== */
/* contact Methods Page */
/* ======================================================================================================================== */

.contact-us {
  .details-contact {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;

    .data-address {
      display: flex;
      flex-direction: column;
      gap: 24px;

      .emails {
        display: flex;
        flex-direction: column;
        gap: 16px;

        .contacts {
          .double-icon {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;

            @media (max-width: 1200px) {
              flex-direction: column;
            }
          }

          .the-card {
            display: flex;
            align-items: center;
            gap: 13px;
            border: var(--gray-border-color);
            background-color: var(--white-color);
            padding: 16px;
            border-radius: 8px;
            width: 100%;

            .the-icon {
              background-color: var(--bg-svg-color);
              color: var(--primary-color);
              display: flex;
              align-items: center;
              justify-content: center;
              width: 40px;
              height: 40px;
              border-radius: 8px;
            }

            .info {
              h4 {
                color: var(--details-card-color);
                font-size: 14px;
                margin-bottom: 5px;
              }

              a {
                font-size: 18px;
                font-weight: 700;
                color: var(--title-color);
              }
            }
          }
        }
      }

      .social-contact {
        p {
          font-size: 18px;
          font-weight: 700;
          color: var(--title-color);
          margin-bottom: 12px;
        }

        .social-icons {
          display: flex;
          align-items: center;
          gap: 16px;

          .single-icon {
            padding: 10px;
            border: var(--gray-border-color);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--title-color);
            font-size: 18px;
            transition: all 0.3s ease;

            &:hover {
              background-color: var(--primary-color);
              color: var(--white-color);
            }
          }
        }
      }
    }

    .map-container {
      border: 1px solid var(--primary-color);
      border-radius: 12px;
      height: 350px;

      iframe {
        border-radius: 12px;
        width: 100%;
        height: 100%;
      }
    }
  }

  .contact-frame {
    position: sticky;
    top: 5px;
    background-image: url(/imgs/contact-frame.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: var(--gray-border-color);
  }
}

/* ======================================================================================================================== */
/* Awards Page */
/* ======================================================================================================================== */

.single-award-box {
  position: relative;
  background-image: url(/imgs/awards-frame.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 6px;
  width: 100%;
  height: 350px;
  margin-bottom: 12px;
  overflow: hidden;
  cursor: pointer;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .award-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #17375e 100%);
    padding: 24px 16px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    border-radius: 0 0 12px 12px;

    .award-text {
      color: var(--white-color);

      h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
      }

      p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
      }
    }
  }

  &:hover .award-overlay {
    transform: translateY(0);
  }
}

/* ======================================================================================================================== */
/* Main login Pages */
/* ======================================================================================================================== */

/* Title Login Style  */
.login-event-box {
  background-color: var(--white-color);
  border-radius: 24px;
  border-right: 4px solid var(--primary-color);
  border-left: 4px solid var(--primary-color);
  padding: 40px;

  .title-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 768px) {
    padding: 24px;
  }

  .main-title-login {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 32px;

    .title-login {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 8px;

      h2 {
        font-size: 28px;
        font-weight: 700;
        color: var(--title-color);

        @media (max-width: 768px) {
          font-size: 20px;
        }
      }

      p {
        font-size: 16px;
        font-weight: 400;
        color: var(--description-color);
      }

      .half-border {
        border-top: 2px solid var(--primary-color);
        width: 60px;
      }
    }
  }
}

.login-page {
  background: linear-gradient(
    to right,
    rgba(245, 247, 252, 1),
    rgba(254, 244, 245, 1)
  );

  .rules-privacy {
    a {
      color: var(--primary-color);
      font-weight: 600;
      &:hover {
        text-decoration: underline;
      }
    }
  }

  .login-logo {
    width: 150px;
    height: auto;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .remember-me {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;

    .forgot-password {
      color: var(--primary-color);
      font-size: 16px;
      font-weight: 500;
    }
  }

  .login-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;

    .divider-text {
      display: flex;
      align-items: center;
      text-align: center;
      color: var(--details-card-color);
      span {
        width: 100%;
        font-size: 16px;

        @media (max-width: 568px) {
          font-size: 12px;
        }
      }

      .border {
        width: 100%;
      }
    }

    .google-login-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 16px 24px;
      border: var(--gray-border-color);
      border-radius: 8px;
      background-color: var(--white-color);
      color: var(--title-color);
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;

      &:hover {
        background-color: var(--bg-gray-color);
      }

      svg {
        width: 20px;
        height: 20px;
      }
    }

    .signup-link {
      text-align: center;
      font-size: 16px;
      color: var(--title-color);
      border: 1px solid var(--primary-color);
      color: var(--white-color);
      width: -webkit-fill-content;
      height: fit-content;
      padding: 16px 24px;
      border-radius: 8px;
      cursor: pointer;
      display: inline-flex; /* Use flexbox for alignment */
      align-items: center; /* Vertically center the icon and text */
      justify-content: center;
      gap: 8px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;

      span {
        color: var(--title-color);
      }

      a {
        color: var(--primary-color);
        font-weight: 600;
        text-decoration: none;

        &:hover {
          text-decoration: underline;
        }
      }
    }
  }
}

.login-page-header {
  position: relative;
  background-color: var(--white-color);

  .information {
    position: relative;
    height: 75px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    /* @media (max-width: 768px) {
      display: none;
    } */

    a {
      font-size: 16px;
      font-weight: 500;
      color: var(--title-color);
      line-height: 28px;
    }

    span {
      font-size: 16px;
      line-height: 28px;
      color: var(--primary-color);
      font-weight: 700;
    }
  }

  .frame-header {
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    height: 100%;
    z-index: 1;
    padding: 0;
    html[dir="ltr"] & {
      right: 0;
      left: auto;
      transform: rotate(180deg);
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

/* Terms and Conditions Page */
.terms-conditions {
  .terms_conditions-container {
    background-color: var(--white-color);
    border-radius: 16px;
    border: var(--gray-border-color);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;

    .logo {
      width: 150px;
      height: auto;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .the-terms {
      display: flex;
      flex-direction: column;
      gap: 24px;

      .the-title {
        .title-sections {
          font-size: 28px;
          font-weight: 700;
          color: var(--title-color);
        }

        .sec-title {
          font-size: 20px;
          font-weight: 700;
          color: var(--title-color);
          margin-bottom: 12px;
        }

        ul {
          padding: 0 20px;

          li {
            font-size: 16px;
            font-weight: 400;
            color: var(--title-color);
            line-height: 30px;
            margin-bottom: 8px;

            @media (max-width: 768px) {
              font-size: 14px;
            }
          }
        }

        p {
          max-width: 700px;
          line-height: 30px;
          font-size: 16px;
          font-weight: 400;
          color: var(--title-color);

          @media (max-width: 768px) {
            font-size: 14px;
          }
        }
      }
    }
  }
}

/* ======================================================================================================================== */
/* All Main Utility Classes */
/* ======================================================================================================================== */

/* Lang icon In Header And Sidebar */
.header-lang {
  display: flex;
  align-items: center;
  gap: 12px;

  .lang-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 4px;
    cursor: pointer;

    p {
      color: var(--title-color);
      font-size: 16px;
      font-weight: 500;
    }

    svg {
      color: var(--primary-color);
    }

    i {
      color: var(--title-color);
      font-size: 16px;
      transition: transform 0.3s ease;
    }

    &.active i {
      transform: rotate(180deg);
    }

    .text-lang {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .lang-dropdown {
      position: absolute;
      top: 100%;
      right: 0;
      margin-top: 8px;
      background: var(--white-color);
      border: var(--gray-border-color);
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 8px 0;
      width: fit-content;
      display: none;
      z-index: 1000;

      .lang-option {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        color: var(--title-color);
        font-size: 14px;
        font-weight: 500;
        transition: all 0.3s ease;

        &:hover {
          background: var(--bg-section-color);
          color: var(--primary-color);

          svg {
            color: var(--primary-color);
          }
        }
      }
    }

    &.active .lang-dropdown {
      display: block;
    }
  }
}

/* Lang Dropdown in sidebar */
.mobile-navigation {
  .lang-dropdown {
    width: 100% !important;
  }
}

/* Main Repeater */
.repeater {
  display: flex;
  align-items: center;
  gap: 30px;
  border: var(--gray-border-color);
  background-color: var(--white-color);
  border-radius: 8px;
  padding: 12px 16px;
  width: fit-content;

  @media (max-width: 568px) {
    gap: 12px;
  }

  span {
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
  }

  .btn {
    background-color: var(--primary-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: var(--white-color);
  }
}

/* The Main Concept  */
.the-concept-section {
  .concept {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bg-section-color);
    border: var(--gray-border-color);
    border-radius: 12px;
    padding: 16px 24px;
    width: 100%;
    margin-bottom: 40px;

    /* @media (max-width: 768px) {
      justify-content: center;
    } */

    .the-concept {
      display: flex;
      align-items: center;
      gap: 16px;

      @media (max-width: 768px) {
        margin-bottom: 24px;
      }

      .concept-text {
        font-size: 14px;
        font-weight: 500;
        color: var(--details-card-color);
      }

      a {
        font-size: 16px;
        font-weight: 700;
        color: var(--title-color);
      }

      .location {
        display: flex;
        align-items: center;
        gap: 4px;
        color: var(--details-card-color);

        svg {
          color: var(--icon-color);
        }
      }

      img {
        width: auto;
        height: 70px;
        object-fit: cover;
        border-radius: 8px;
      }
    }

    .contact-btns {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      color: var(--white-color);
      font-size: 16px;
      font-weight: 500;
      gap: 8px;
      transition: all 0.3s ease;

      .call-btn {
        display: flex;
        gap: 4px;
        align-items: center;
        padding: 11px 26px;
        border-radius: 8px;
        background-color: #25d366;
      }

      .whatsapp-btn {
        display: flex;
        gap: 4px;
        align-items: center;
        padding: 11px 26px;
        border-radius: 8px;
        background-color: #0277bd;
      }

      svg {
        color: var(--white-color);
      }
    }
  }
}

/* Main-card */
.event-card {
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: var(--white-color);
  border: var(--gray-border-color);
  margin-bottom: 24px;
  img {
    border-bottom: 4px solid var(--primary-color);
    border-start-start-radius: 8px;
    border-start-end-radius: 8px;
    object-fit: cover;
    width: 100%;
    max-height: 205px;
  }
}

/* Main Services Card */
.service-card {
  position: relative;
  background: var(--white-color);
  border: var(--gray-border-color);
  padding: 50px 25px;
  margin-bottom: 16px;
  border-radius: 12px;
  /* overflow: hidden; */
  height: calc(100% - 20px);
  width: 100%;

  &:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 12px 0px #0000001f;
    transition: all 0.3s ease;
  }

  .back-card-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      /* opacity: 0.08; */
    }
  }

  .service-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* padding: 32px 24px; */
    height: 100%;

    svg {
      width: 60px;
      height: 60px;
      margin-bottom: 8px;
      color: var(--primary-color);
    }

    .text {
      display: flex;
      flex-direction: column;
      gap: 10px;
      a {
        font-size: 18px;
        font-weight: 700;
        width: fit-content;
        color: var(--title-color);

        &:hover {
          transition: all 0.3s ease;
          color: var(--primary-color);
        }
      }

      p {
        font-size: 16px;
        color: var(--description-card-color);
      }
    }
  }

  @media (max-width: 768px) {
    .service-text {
      /* padding: 24px 20px; */

      svg {
        width: 50px;
        height: 50px;
      }

      h3 {
        font-size: 18px;
      }

      p {
        font-size: 14px;
      }
    }
  }
}

/* Main Product Cards */
.product-card {
  border-radius: 12px;
  /* overflow: hidden; */
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 12px;
  margin-bottom: 24px;

  .product-name {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .product-image {
    position: relative;
    width: 100%;
    height: 300px;
    border: var(--gray-border-color);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .add-to-cart-hover {
      position: absolute;
      bottom: -60px;
      left: 50%;

      transform: translateX(-50%);
      background: var(--sec-color);
      color: var(--white-color);
      border: none;
      padding: 12px 24px;
      border-radius: 0;
      text-align: center;

      gap: 8px;
      width: 100%;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      white-space: nowrap;
      z-index: 2;
    }
  }

  &:hover .add-to-cart-hover {
    bottom: 0px;
  }

  .product-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 0;
  }

  .product-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0;
  }

  .add-to-cart-btn {
    display: none;
  }
}

/* Main Checks */
.check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  user-select: none;

  input[type="checkbox"],
  input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .checkmark {
    width: 18px;
    height: 18px;
    background-color: var(--white-color);
    border: var(--gray-border-color);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;

    &::after {
      content: "✓";
      color: var(--white-color);
      font-size: 12px;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }

  input[type="checkbox"]:checked ~ .checkmark,
  input[type="radio"]:checked ~ .checkmark {
    background-color: var(--primary-color);
    border-color: var(--primary-color);

    &::after {
      display: block;
    }
  }

  p {
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    margin: 0;
  }
}

/* Main Rate For Product Cards */
.rates {
  display: flex;
  align-items: center;
  gap: 4px;
  p {
    font-size: 14px;
    font-weight: 500;
    color: var(--details-card-color);
  }

  .starts {
    display: flex;
    align-items: center;
    gap: 3px;
    svg {
      color: var(--rating-color);
      width: 14px;
      height: 14px;
    }
  }
}

/* Location in all cards in all pages */
.location-city {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--details-card-color);

  svg {
    color: var(--icon-color);
  }

  .gray-border-color {
    height: 14px;
    border: var(--gray-border-color);
    background-color: var(--icon-color);
  }

  .location {
    display: flex;
    align-items: center;
    gap: 4px;
    span {
      font-size: 14px;
    }
  }
}

.event-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;

  a {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 8px;
    line-height: 24px;
    max-width: 300px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    color: var(--description-color);
  }

  .run {
    width: fit-content;
    background: var(--sec-color);
    color: var(--white-color);
    padding: 2px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
}

.description-event {
  border: var(--gray-border-color);
  padding: 24px;
  border-radius: 12px;

  .title-description {
    max-width: 550px !important;
    color: var(--title-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
  }

  iframe {
    border-radius: 12px;
  }
}

/* Title in all Sections */
.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 4px 0px;
    color: var(--title-color);
  }

  p {
    font-size: 18px;
    font-weight: 400;
    color: var(--description-color);
    line-height: 32px;
    max-width: 550px;
  }
}

/* Text Description In Single Event Page */
.text-description {
  p {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 8px;
    color: var(--title-color);
  }
  .description-section {
    color: var(--details-card-color);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
  }
}

/* Main Table In Single Event Page */
.main-table {
  margin-top: 24px;
  overflow: auto;
  border-radius: 12px;
  border: var(--gray-border-color);

  @media (max-width: 768px) {
    overflow-x: scroll;

    .table {
      min-width: 600px;
    }
  }

  .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;

    thead {
      tr {
        th {
          color: var(--title-color);
          font-size: 16px;
          font-weight: 600;
          padding: 16px;
          border: var(--gray-border-color);
          /* text-align: center; */
          vertical-align: middle;

          /* &:first-child {
            text-align: right;
          } */
        }
      }
    }

    tbody {
      tr {
        td {
          color: var(--title-color);
          font-size: 16px;
          font-weight: 400;
          padding: 16px;
          border: var(--gray-border-color);
          /* text-align: center; */
          vertical-align: middle;

          .main-btn {
            padding: 13px 20px;
            font-size: 14px;
            font-weight: 500;
          }
        }
      }
    }
  }
}

/* the main li link  */
.title-description {
  list-style: none;
  padding: 0;

  li {
    color: var(--title-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    padding-right: 16px;
    margin-bottom: 6px;
    position: relative;

    &::before {
      content: "•";
      position: absolute;
      right: 0;
      color: var(--title-color);
      font-weight: 700;
      font-size: 20px;
    }
  }
}

/* The inputs in all login pages */
.form-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;

  textarea {
    padding: 10px 0;
    border: none;
    border-bottom: var(--gray-border-color);
    outline: none;
    background: none;
    font-size: 16px;
    min-height: 100px;
    color: var(--login-input-color);
  }
}

.form-field label {
  position: absolute;
  right: 0;
  top: 10px;
  color: var(--login-input-color);
  font-weight: 500;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.3s ease;

  html[dir="ltr"] & {
    right: auto;
    left: 0;
  }
}

.form-field input,
.form-field select {
  padding: 10px 0;
  border: none;
  border-bottom: var(--gray-border-color);
  outline: none;
  background: none;
  width: 100%;
  font-size: 16px;
  color: var(--login-input-color);
}

.form-field input:focus ~ label,
.form-field input:not(:placeholder-shown) ~ label {
  top: -10px;
  font-size: 12px;
  color: var(--primary-color);
}

.form-field input:focus {
  border-bottom-color: var(--primary-color);
}

.date-field {
  svg {
    position: absolute;
    left: 0;
    bottom: 10px;
    pointer-events: none;

    html[dir="ltr"] & {
      left: auto;
      right: 0;
    }
  }

  input::-webkit-calendar-picker-indicator {
    display: none;
  }
}

.input-name {
  display: flex;
  gap: 24px;
  width: 100%;

  @media (max-width: 768px) {
    flex-direction: column;
    gap: 0;
  }
}

/* Select-2 In All*/
.select2-selection__rendered {
  padding: 5px;
}

.select2-selection.select2-selection--single {
  height: fit-content;
}

.select2-selection__arrow {
  height: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: var(--gray-border-color);
  padding: 10px 0;
  border-radius: 0;
  box-shadow: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--description-color);
  padding-left: 0;
  padding-right: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--description-color);
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: none;
  border-bottom: var(--gray-border-color);
  border-radius: 0;
  box-shadow: none;
}

.select2-container--open .select2-dropdown--below {
  border-top: none !important;
  border: 1px solid var(--gray-border-color);
  border-radius: 8px 8px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.096);
  padding: 12px;
  z-index: 9999;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none !important;
  border: 1px solid var(--gray-border-color);
  border-radius: 12px 12px 0px 0px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.096);
  z-index: 9999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--gray-border-color);
}

.select2-search__field:focus {
  outline: none !important;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid var(--gray-border-color);
  box-shadow: var(--tblr-box-shadow-input);
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #efefef;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-selection_choice_remove {
  border-left: none !important;
}

.selection {
  max-width: 100%;
}

select {
  direction: inherit;
}

.select2-search--dropdown {
  margin: 8px 0px;
  border: var(--gray-border-color);
  border-radius: 8px;
}

/* ======================================================================================================================== */
/* Main Filter Sidebar In All Pages */
/* ======================================================================================================================== */

.filter-sidebar {
  position: sticky;
  top: 10px;
  border: var(--gray-border-color);
  border-radius: 12px;
  padding: 24px;
  background-color: var(--bg-section-color);

  .filter-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--primary-color);
  }

  .filter-box {
    display: flex;
    flex-direction: column;
    gap: 12px;

    .filter-section {
      background-color: var(--white-color);
      border: var(--gray-border-color);
      border-radius: 12px;
      padding: 13px 16px;

      span {
        font-size: 14px;
        font-weight: 700;
      }

      &.active {
        background-color: var(--primary-color);
        color: var(--white-color);

        .filter-title {
          margin-bottom: 0;
          span {
            color: var(--white-color);
          }

          i {
            color: var(--white-color);
          }
        }
      }

      .filter-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        user-select: none;
        transition: all 0.3s ease-out;
        /* margin-bottom: 8px; */

        span {
          font-size: 14px;
          font-weight: 700;
          color: var(--title-color);
        }

        i {
          color: var(--title-color);
          transition: all 0.3s ease;
          font-size: 14px;
        }

        &:not(.collapsed) {
          i {
            transform: rotate(180deg);
          }
        }
      }

      .collapse {
        transition: all 0.3s ease-out;
        .check-boxes {
          display: flex;
          flex-direction: column;
          gap: 12px;
          padding: 12px 0;
          margin-top: 8px;
        }
      }
    }
    .my-records {
      .filter-section {
        border-radius: 0;
        border-start-end-radius: 12px;
        border-start-start-radius: 12px;
      }
    }

    #records {
      padding: 12px;
      background-color: var(--white-color);
      border-end-end-radius: 12px;
      border-end-start-radius: 12px;

      .check-boxes {
        display: flex;
        flex-direction: column;
        gap: 12px;
      }
    }

    .log-out {
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--primary-color);
      font-weight: 600;
    }
  }
}

/* Modal in colleagues page */
.modal-dialog {
  max-width: calc(1200px - 25%) !important;
}

.modal-content {
  border-radius: 16px;
  border: none;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;

  .modal-header {
    border-bottom: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    .text-description {
      flex: 1;
    }
  }

  .modal-body {
    padding: 0;

    .status-modal {
      display: flex;
      align-items: center;
      gap: 12px;
      border-radius: 8px;
      padding: 16px 20px;
      background-color: #22c55e14;
      border: 1px solid #22c55e29;
    }

    .files {
      p {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 12px;
        color: var(--title-color);
      }

      .dropify-wrapper {
        border-radius: 12px;
        border: var(--gray-border-color);
        background-color: var(--bg-section-color);

        &:hover {
          animation: none;
          background: var(--bg-section-color);
        }

        .file-icon {
          color: var(--primary-color);
        }

        p {
          color: var(--description-color);
          font-size: 14px;
          font-weight: 400;
        }
      }
    }
  }

  .modal-footer {
    border-top: none;
    justify-content: flex-start;
    padding: 0;
  }
}

/* Main Status */
.status {
  display: flex;
  align-items: center;
  gap: 6px;

  p {
    font-size: 14px;
    font-weight: 500;
    color: var(--details-card-color);
  }
}

/* Main Delete and edit btn  */
.btn-delete_edit {
  display: flex;
  align-items: center;
  gap: 12px;

  .edit-btn,
  .delete-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    width: 100%;
    background-color: var(--white-color);
    border: var(--gray-border-color);
    transition: all 0.3s ease;

    p {
      font-size: 14px;
      font-weight: 500;
      color: var(--title-color);
    }
  }
}

/* ======================================================================================================================== */
/* Footer And Mobile Navigation */
/* ======================================================================================================================== */

/* Footer */
.footer {
  .img-footer img {
    width: 100%;
    height: 70px;
    object-fit: cover;
  }

  .main-footer {
    background-color: var(--footer-color);
    position: relative;
    padding: 40px 0;

    .footer-card-bg {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .container {
      position: relative;
      z-index: 1;
    }

    .logo-box {
      display: flex;
      flex-direction: column;
      gap: 32px;
      margin-bottom: 12px;
      img {
        max-height: 120px;
        width: fit-content;
        object-fit: cover;
      }

      p {
        font-size: 18px;
        font-weight: 400;
        color: var(--title-color);
        max-width: 325px;
      }

      .footer-icons {
        display: flex;
        align-items: center;
        gap: 16px;

        .icon-box {
          border: var(--main-border);
          padding: 8px;
          border-radius: 8px;
          svg {
            color: var(--primary-color);
          }
          &:hover {
            background: var(--primary-color);
            transition: all 0.3s ease;
            svg {
              color: var(--white-color);
            }
          }
        }
      }
    }

    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 12px;

      h3 {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-color);
      }

      ul {
        /* list-style: none; */
        padding: 0;
        margin: 0;

        li {
          margin-bottom: 12px;
          list-style: none;

          a {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
            font-weight: 500;
            color: var(--title-color);
            transition: color 0.3s ease;

            i,
            svg {
              color: var(--primary-color);
              font-size: 18px;
            }

            &:hover {
              color: var(--primary-color);
            }
          }
        }
      }
    }
  }

  .footer-bottom {
    padding: 12px;
    background: var(--sec-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;

    .footer-content-bottom {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .policy {
      display: flex;
      gap: 24px;
      a {
        text-decoration: underline;
      }
    }
    @media (max-width: 768px) {
      .footer-content-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        font-size: 12px;
      }
    }
  }
}

/* Mobile Navigation */
.mobile-navigation {
  .mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
  }

  .mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: var(--white-color);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
  }

  &.active {
    .mobile-overlay {
      opacity: 1;
      visibility: visible;
    }

    .mobile-sidebar {
      right: 0;
    }
  }

  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    /* border-bottom: var(--gray-border-color); */

    .mobile-logo img {
      max-height: 50px;
    }

    .close-sidebar {
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
      display: flex;
      align-items: center;

      svg {
        color: var(--title-color);
      }
    }
  }

  .mobile-links {
    margin-bottom: 24px;

    ul {
      list-style: none;
      padding: 0;
      margin: 0;

      li {
        /* border-bottom: var(--gray-border-color); */

        a {
          display: block;
          padding: 16px 0;
          color: var(--title-color);
          font-size: 16px;
          font-weight: 500;
          transition: color 0.3s ease;

          &:hover {
            color: var(--primary-color);
          }
        }

        &:last-child {
          border-bottom: none;
        }
      }
    }
  }
}
