body {
  font-family: "IBM Plex Sans Arabic", serif;
  background-color: #fef6f1;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 400px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Mono", serif;
  font-weight: 600;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

.announcements {
  background-color: #b4e2ff;
  position: relative;
  z-index: 3;
}
.announcements h6 {
  font-size: 0.8rem;
  padding: 0.4rem;
}
.announcements h6 span {
  font-family: "IBM Plex Sans Arabic", serif;
  font-weight: 500;
}

.navbar--custom {
  position: relative;
  z-index: 3;
}
.navbar--custom .navbar-brand img {
  height: 55px;
}
@media screen and (min-width: 992px) {
  .navbar--custom .navbar-brand img {
    height: 62px;
  }
}
.navbar--custom .navbar-nav .nav-link {
  font-family: "IBM Plex Mono", serif !important;
  font-weight: 600;
  font-size: 0.9rem;
  margin-right: 3rem;
}
.navbar--custom .contact {
  background-color: #b4ffe0;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  padding: 0.7rem 2rem;
  border-radius: 29px;
}

.hero {
  position: relative;
  height: 90vh;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .hero {
    height: 80vh;
    padding-top: 10%;
  }
}
.hero::before {
  content: "";
  background-image: url("../assets/images/hero--mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 160vh;
  position: absolute;
  top: -7rem;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .hero::before {
    top: -6rem;
    background-image: url("../assets/images/hero.png");
    height: 200vh;
  }
}
.hero .swiper {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .hero .swiper {
    margin-bottom: 2rem;
    width: 70%;
  }
}
@media screen and (min-width: 1336px) {
  .hero .swiper {
    margin-bottom: 3rem;
    width: 65%;
  }
}
.hero .swiper-slide {
  background-color: #000;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 7px;
  border-radius: 15px;
}
@media screen and (min-width: 992px) {
  .hero .swiper-slide {
    padding: 8px 13px;
  }
}
.hero .swiper-slide h1 {
  font-size: 0.75rem;
}
@media screen and (min-width: 992px) {
  .hero .swiper-slide h1 {
    font-size: 0.9rem;
  }
}
.hero__header {
  font-size: 2.8rem;
  margin: 0 auto;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hero__header {
    font-size: 4rem;
    width: 70%;
  }
}
@media screen and (min-width: 1336px) {
  .hero__header {
    font-size: 5rem;
  }
}
.hero p {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 2rem auto;
}
@media screen and (min-width: 992px) {
  .hero p {
    margin: 3rem auto;
    width: 50%;
  }
}
.hero a {
  background-color: #9262aa;
  font-family: "IBM Plex Mono", serif;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 1.2rem 2.5rem;
  border-radius: 33px;
  position: relative;
  margin: 0 auto;
  display: none;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .hero a {
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
}

.hero__header span {
  display: inline-block; /* Ensures smooth stagger animations */
}

.home__about {
  padding: 2rem 0;
  height: 50vh;
  margin-top: -10rem;
}
@media screen and (min-width: 992px) {
  .home__about {
    padding: 9rem 0;
    height: 70vh;
  }
}
.home__about .scroll-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home__about .text-line {
  opacity: 0;
  transform: translateY(50px);
  backface-visibility: hidden;
  position: relative; /* Forces Safari to recalculate positioning */
}
@media screen and (min-width: 400px) and (max-width: 991px) {
  .home__about .text-line {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
}
.home__about .text-line--active {
  opacity: 1; /* Fully visible */
  color: #000;
  transform: translateY(0); /* No movement */
}
.home__about .scroll-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__about .text-container {
  position: relative;
  font-size: 2rem;
  text-align: center;
  height: 3rem; /* Enough to show one line */
}
.home__about h2 {
  font-size: 2.1rem;
  font-family: "IBM Plex Sans Arabic", serif;
}
@media screen and (min-width: 992px) {
  .home__about h2 {
    font-size: 3rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1336px) {
  .home__about h2 {
    font-size: 4.6rem;
  }
}
.home__about p {
  opacity: 0.6;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .home__about p {
    font-size: 2rem;
  }
}

.portfolio {
  background-color: #fef6f1;
}
@media screen and (min-width: 992px) {
  .portfolio {
    padding-bottom: 4rem;
  }
}
.portfolio .container-fluid {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .portfolio__list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    grid-auto-rows: 1rem; /* Base height for each "row" */
    padding: 2rem 0;
  }
}
.portfolio__list__item {
  border-radius: 38px;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-top: 1rem;
  grid-row: span 10;
}
@media screen and (min-width: 992px) {
  .portfolio__list__item {
    margin-top: 0;
  }
}
.portfolio__list__item:hover::before {
  opacity: 0.48;
}
.portfolio__list__item:hover a {
  opacity: 1;
  z-index: 9;
}
@media screen and (min-width: 1336px) {
  .portfolio__list__item {
    grid-row: span 15;
  }
}
.portfolio__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #9262aa;
  opacity: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.1s ease-in;
}
.in-view .portfolio__list__item::before {
  opacity: 0.48;
}
.portfolio__list__item .in-view a {
  opacity: 1;
  z-index: 9;
}
.portfolio__list__item img {
  position: relative;
}
.portfolio__list__item img:first-of-type {
  height: auto;
  width: 100%;
}
.portfolio__list__item a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  font-size: 3.1rem;
  opacity: 0;
  transition: all 0.2s ease-in;
  width: 100%;
}
.portfolio__list__item a img {
  height: 94px !important;
}
@media screen and (min-width: 992px) {
  .portfolio__list__item:nth-child(odd) {
    grid-row: span 12;
    margin-top: 0;
  }
}
@media screen and (min-width: 1336px) {
  .portfolio__list__item:nth-child(odd) {
    grid-row: span 17;
  }
}
@media screen and (min-width: 1400px) {
  .portfolio__list__item:nth-child(odd) {
    grid-row: span 19;
  }
}
.portfolio__list__item:nth-child(4n) {
  grid-row: span 13;
}
.portfolio__cta--all {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 0.9rem 4rem;
  border-radius: 29px;
  width: 90%;
  display: block;
  margin: 2rem auto;
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  /* Ensure the actual `a` content stays on top of `::before` */
}
@media screen and (min-width: 992px) {
  .portfolio__cta--all {
    margin: 0 auto;
    width: -moz-max-content;
    width: max-content;
  }
}
.portfolio__cta--all:hover::before {
  top: -3px;
  left: 4px;
}
.portfolio__cta--all:hover span {
  left: 4px;
  bottom: 3px;
}
.portfolio__cta--all::before {
  content: "";
  height: 52px;
  position: absolute;
  top: -4px;
  left: -24px;
  z-index: 0; /* Fix layering */
  border-radius: 33px;
  background-color: #b4ffe0;
  transition: all 0.2s ease-in;
  /* Adjust the width to match the parent's size */
  width: calc(100% + 48px); /* Adds the 24px left offset on both sides */
  /* Responsive tweaks */
}
@media screen and (min-width: 992px) {
  .portfolio__cta--all::before {
    top: 3px;
    left: -4px;
    width: 100%; /* Adjust for the new left offset */
  }
}
.portfolio__cta--all span {
  position: relative;
  z-index: 2;
  color: #000;
  display: block;
  transition: all 0.2s ease-in;
  bottom: 4px;
}
@media screen and (min-width: 992px) {
  .portfolio__cta--all span {
    bottom: 0;
  }
}

.section__header {
  background-color: #f9f2ee;
  position: relative;
  padding: 3rem 1rem;
}
@media screen and (min-width: 992px) {
  .section__header {
    padding: 4rem 6rem;
  }
}
.section__header::before {
  content: "";
  background-image: url("../assets/images/header-yellow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 129px;
  position: absolute;
  top: 0;
  left: 0;
  width: 202px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .section__header::before {
    height: 229px;
    width: 302px;
  }
}
@media screen and (min-width: 992px) {
  .section__header::after {
    content: "";
    background-image: url("../assets/images/header-purple.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 229px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 302px;
    z-index: 1;
  }
}
.section__header h3,
.section__header p {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
}
.section__header h3 {
  font-family: "IBM Plex Sans Arabic", serif;
  font-size: 1.9rem;
}
@media screen and (min-width: 992px) {
  .section__header h3 {
    font-size: 3.1rem;
  }
}
.section__header p {
  text-align: justify;
  margin-top: 0.8rem;
}
@media screen and (min-width: 1336px) {
  .section__header p {
    font-size: 1.1rem;
  }
}

.custom-idea--index {
  background-color: #b4e2ff;
  padding: 1rem 0;
  text-align: center;
}
.custom-idea--index p {
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .custom-idea--index p {
    flex-direction: row;
    font-size: 1.2rem;
  }
}
.custom-idea--index p a {
  color: #000;
  font-family: "IBM Plex Mono", serif;
  display: block;
  margin-left: 10px;
}

.about {
  padding: 3rem 0 0 0;
}
.about__header {
  position: relative;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  .about__header {
    padding: 4rem 0 2rem 0;
  }
}
.about__header::before {
  content: "";
  background-image: radial-gradient(circle at 50% 72%, #ffde7c 0%, #fcf6f3 58%);
  height: 400px !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 992px) {
  .about__header::before {
    background-image: radial-gradient(circle at 50% 50%, #ffde7c 0%, #fcf6f3 50%);
    height: 470px !important;
    top: -3rem;
  }
}
@media screen and (min-width: 1336px) {
  .about__header::before {
    height: 510px !important;
  }
}
.about__header h3,
.about__header p {
  position: relative;
  z-index: 2;
}
.about__header h3 {
  font-family: "IBM Plex Sans Arabic", serif;
  font-size: 3.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .about__header h3 {
    font-size: 3.1rem;
    width: 60%;
  }
}
.about__header p {
  margin: 1rem 0;
  line-height: 1.6;
  font-size: 1.1rem;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .about__header p {
    line-height: 1.7;
    margin-top: 0.8rem;
    width: 55%;
  }
}
@media screen and (min-width: 1336px) {
  .about__header p {
    width: 80%;
  }
}
.about__header p span {
  font-size: 1.2rem;
  font-weight: bolder;
}
.about__list {
  padding-bottom: 5rem;
  margin-top: -1.5rem;
}
@media screen and (min-width: 992px) {
  .about__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 0 6rem 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1336px) {
  .about__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about__list__item {
  background: #f7f7f7;
  border: 3px solid #ffffff;
  border-radius: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 400px) and (max-width: 991px) {
  .about__list__item:not(:first-child) {
    margin-top: 1rem;
  }
}
.about__list__item h6 {
  font-size: 1.3rem;
  margin: 0.8rem 0;
}
.about__list__item p {
  text-align: justify;
}
.about__banner {
  background-color: #9262aa;
  text-align: center;
  padding: 1rem 0;
  position: relative;
}
.about__banner a {
  color: #ffffff;
  font-family: "IBM Plex Mono", serif;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .about__banner a {
    font-size: 1.1rem;
  }
}
.about__banner a img {
  margin-left: 10px;
}

.services__header {
  background-color: #f9f2ee;
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .services__header {
    padding: 4rem 0 2rem 0;
  }
}
.services__header .decorative-shape {
  position: absolute;
  z-index: 1;
  transition: all 0.2s ease-in;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.services__header .decorative-shape.shape-green {
  top: 0;
  left: 0;
  background-image: url("../assets/images/figure--green.svg");
  width: 202px;
  height: 300px;
}
@media screen and (min-width: 992px) {
  .services__header .decorative-shape.shape-green {
    width: 302px;
    height: 229px;
  }
}
.services__header .decorative-shape.shape-purple {
  bottom: 0;
  right: 0;
  background-image: url("../assets/images/figure--purple.svg");
  width: 160px;
  height: 190px;
}
.services__header h3,
.services__header p {
  position: relative;
  z-index: 2;
}
.services__header h3 {
  font-family: "IBM Plex Sans Arabic", serif;
  font-size: 2.2rem;
}
@media screen and (min-width: 992px) {
  .services__header h3 {
    font-size: 3.1rem;
  }
}
.services__header p {
  margin: 10px 0;
  text-align: justify;
}
.services__list__item {
  padding: 2rem 0;
}
.services__list__item:not(:last-child) {
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (min-width: 992px) {
  .services__list__item {
    padding: 3rem 0;
    display: grid;
    grid-template-columns: 50% 40% 1fr;
  }
}
.services__list__item h1 a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.services__list__item h1 a span {
  display: inline-block;
  width: 85%;
}
@media screen and (min-width: 992px) {
  .services__list__item h1 a span {
    width: 90%;
  }
}
.services__list__item p {
  margin: 1rem 0;
  line-height: 1.6;
  font-size: 1.06rem;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .services__list__item p {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .services__list__item img {
    margin-top: 10px;
    justify-self: end;
  }
}
.services .services__list__item h1 a span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.services .services__list__item h1 a img {
  transition: transform 0.3s ease;
}

.desarrollo-web__pricing__header {
  position: relative;
  padding: 3rem 0;
  background-image: radial-gradient(circle at 6% 12%, #dfcddf 0%, #fef6f1 34%);
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__header {
    background-image: radial-gradient(circle at 50% 72%, #dfcddf 0%, #fef6f1 40%);
    padding: 4rem 0 2rem 0;
  }
}
.desarrollo-web__pricing__header h3 {
  font-family: "IBM Plex Sans Arabic", serif;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__header h3 {
    text-align: unset;
    font-size: 3.1rem;
    width: 60%;
  }
}
.desarrollo-web__pricing__header p {
  text-align: center;
  margin: 1rem 0;
  font-size: 1.05rem;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__header p {
    text-align: unset;
  }
}
.desarrollo-web__pricing__list {
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: -1rem;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1336px) {
  .desarrollo-web__pricing__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.desarrollo-web__pricing__list__item {
  background: #f8f8f8;
  padding: 2rem 0.8rem;
  height: 100%;
}
.desarrollo-web__pricing__list__item:first-child {
  border-top: 10px solid #5ac4d0;
}
.desarrollo-web__pricing__list__item:nth-child(2) {
  border-top: 10px solid #9262aa;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__list__item:nth-child(2) {
    margin-top: 0;
  }
}
.desarrollo-web__pricing__list__item h5 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__list__item h5 {
    margin-bottom: 1rem;
  }
}
.desarrollo-web__pricing__list__item span {
  font-size: 1rem;
}
.desarrollo-web__pricing__list__item p.price {
  font-size: 2.5rem;
}
.desarrollo-web__pricing__list__item__uses {
  background: #ebecf9;
  padding: 1rem 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__list__item__uses {
    padding: 1rem 0.8rem;
  }
}
.desarrollo-web__pricing__list__item__uses p {
  font-weight: 500;
  line-height: 1.4;
  text-align: justify;
}
.desarrollo-web__pricing__list__item ul {
  font-size: 1.1rem;
  font-weight: 500;
  padding-left: 1rem;
}
.desarrollo-web__pricing__list__item--featured {
  margin-top: 1rem;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__list__item--featured {
    margin-top: 0;
  }
}
@media screen and (min-width: 1336px) {
  .desarrollo-web__pricing__list__item--featured {
    margin-top: -1rem;
  }
}
.desarrollo-web__pricing__list__item--featured > div:first-of-type {
  background-color: #7cd8ff;
  font-family: "IBM Plex Mono", serif;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem 0;
}
.desarrollo-web__pricing__list__item--featured > div:nth-child(2) {
  padding: 2rem 0.8rem;
  background-color: #ffde7c;
}
.desarrollo-web__pricing__list__item--custom {
  background-color: #000;
  margin-top: 1rem;
  height: 500px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 0 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__list__item--custom {
    height: 100%;
    padding: 0 0.8rem;
    margin-top: 0;
  }
}
.desarrollo-web__pricing__list__item--custom::before {
  content: "";
  background-image: url("../assets/images/custom-idea.svg");
  position: absolute;
  left: -5rem;
  top: 0;
  height: 229px;
  width: 334px;
}
.desarrollo-web__pricing__list__item--custom::after {
  content: "";
  background-image: url("../assets/images/custom-idea-figure--2.svg");
  position: absolute;
  right: -2rem;
  bottom: 0;
  height: 254px;
  width: 78px;
}
.desarrollo-web__pricing__list__item--custom h2 {
  font-family: "IBM Plex Sans Arabic", serif;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__list__item--custom h2 {
    font-size: 1.6rem;
  }
}
.desarrollo-web__pricing__list__item--custom p {
  margin: 1rem 0;
  font-size: 1.1rem;
}
.desarrollo-web__pricing__list__item--custom a.custom-idea__cta {
  background-color: #fff;
  font-family: "IBM Plex Mono", serif;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 263px;
  margin: 0 auto;
  border-radius: 35px;
  height: 60px;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__list__item--custom a.custom-idea__cta {
    width: 100%;
  }
}
.desarrollo-web__pricing__list__item--custom a.custom-idea__cta img {
  height: 15px;
  margin-left: 10px;
}
.desarrollo-web__pricing__cta {
  background-color: #b4ffe0;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (min-width: 992px) {
  .desarrollo-web__pricing__cta {
    padding: 0.7rem 0;
  }
}
.desarrollo-web__pricing__cta a {
  color: #000;
  font-family: "IBM Plex Mono", serif;
  font-weight: bolder;
}

.pos {
  background-image: url("../assets/images/pos-lines.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 10rem 0;
}
@media screen and (min-width: 992px) {
  .pos {
    padding: 13rem 0 4rem 0;
  }
}
.pos__header {
  text-align: center;
  position: relative;
}
.pos__header .pos-decorative-shape {
  content: "";
  background-image: url("../assets/images/pos-shadow--blue.svg");
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  height: 300px;
  width: 300px;
  z-index: 1;
  transition: transform 1s ease, opacity 1s ease;
}
@media screen and (min-width: 992px) {
  .pos__header .pos-decorative-shape {
    height: 490px;
    width: 490px;
    top: -6rem;
  }
}
.pos__header h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 7rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .pos__header h1 {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1336px) {
  .pos__header h1 {
    font-size: 12rem;
  }
}
.pos__header h1 span {
  overflow: hidden;
  -webkit-background-clip: text; /* Clips the background to the text */
  -webkit-text-fill-color: transparent; /* Makes the text itself transparent */
}
.pos__header h1 span:first-child {
  background-image: linear-gradient(112deg, #008fec 0%, #00a0e9 96%);
}
.pos__header h1 span:nth-child(2) {
  background-image: linear-gradient(121deg, #0091ea 0%, #0bbfdd 88%);
}
.pos__header h1 span:nth-child(3) {
  background-image: linear-gradient(130deg, #0bbfdd 0%, #00d8da 100%);
}
.pos__header h1,
.pos__header h2 {
  font-family: "IBM Plex Sans Arabic", serif;
}
.pos__header h2,
.pos__header p {
  color: #fff;
  position: relative;
  z-index: 2;
}
.pos__header h2 {
  font-size: 3.25rem;
}
@media screen and (min-width: 992px) {
  .pos__header h2 {
    font-size: 6.25rem;
  }
}
.pos__header p {
  font-size: 1.1rem;
  opacity: 0.8;
}
.pos__content {
  margin-top: 7rem;
  position: relative;
}
.pos__content img {
  position: relative;
  z-index: 4;
}
.pos__content__shadow {
  position: absolute !important;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 372px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .pos__content__shadow {
    width: 743px;
    top: -10rem;
  }
}
@media screen and (min-width: 1336px) {
  .pos__content__shadow {
    top: -9rem;
  }
}
.pos__content h3,
.pos__content p {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.pos__content h3 {
  padding: 3rem 0 2rem 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 1336px) {
  .pos__content h3 {
    font-size: 3rem;
    padding: 4rem 0;
    width: 80%;
  }
}
.pos__content p {
  width: 90%;
}
@media screen and (min-width: 1336px) {
  .pos__content p {
    width: 70%;
  }
}
.pos__content__list {
  position: relative;
  padding-top: 2rem;
}
@media screen and (min-width: 992px) {
  .pos__content__list {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1336px) {
  .pos__content__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pos__content__list::before {
  content: "";
  background-image: url("../assets/images/pos-shadow--blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 240px;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  z-index: 1;
}
@media screen and (min-width: 1336px) {
  .pos__content__list::before {
    bottom: -4rem;
    height: 240px;
    width: 250px;
  }
}
.pos__content__list__item {
  display: flex;
  align-items: center;
  background: #1c1b1b;
  border: 1px solid #424040;
  border-radius: 31.5px;
  padding: 1rem;
  position: relative;
  z-index: 2;
  width: auto;
}
@media screen and (min-width: 400px) and (max-width: 991px) {
  .pos__content__list__item {
    margin-top: 1rem;
  }
}
.pos__content__list__item img {
  margin-right: 10px;
}
.pos__content__list__item p {
  text-align: center;
  margin: 0;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .pos__content__list__item p {
    text-align: left;
    width: 100%;
  }
}
.pos__widgets__container {
  padding: 4rem 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .pos__widgets__container {
    padding: 7rem 0;
  }
}
.pos__widgets__container h2,
.pos__widgets__container h3,
.pos__widgets__container p {
  color: #fff;
}
.pos__widgets__container h2 {
  opacity: 0.8;
  font-size: 3.2rem;
}
@media screen and (min-width: 992px) {
  .pos__widgets__container h2 {
    font-size: 8rem;
  }
}
.pos__widgets__container h3 {
  font-family: "IBM Plex Sans Arabic", serif;
  font-size: 3.5rem;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .pos__widgets__container h3 {
    font-size: 7rem;
  }
}
.pos__widgets__container p {
  font-size: 1.2rem;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  .pos__widgets__container p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 991px) {
  .pos__widgets__container img {
    height: auto;
    width: 1220px;
    max-width: unset !important;
  }
}

.footer {
  background-color: #fef6f1;
  background-image: url("../assets/images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3rem 0;
}
@media screen and (min-width: 992px) {
  .footer {
    padding: 4.3rem 0;
  }
}
.footer span {
  border-bottom: 1px solid #000;
  font-family: "IBM Plex Mono", serif;
  font-weight: 600;
  padding-bottom: 6px;
  display: inline-block;
}
.footer ul {
  font-family: "IBM Plex Mono", serif;
  font-weight: 600;
  list-style: none;
  padding-left: 0;
}
.footer ul li {
  font-family: "IBM Plex Sans Arabic", serif;
  margin-top: 10px;
}
.footer ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.footer ul li a img {
  margin-right: 10px;
}

@media screen and (min-width: 400px) and (max-width: 991px) {
  /* Navbar Styles */
  .navbar-custom {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    /* background-color: #fef6f1; */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    position: fixed;
    /* top: 3rem; */
    width: 100%;
    z-index: 1050;
    transition: top 0.3s ease-in-out;
  }
  .navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  .navbar-brand img {
    height: 30px;
  }
  /* Hamburger Menu Styles */
  .hamburger {
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    z-index: 1060;
  }
  .hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .hamburger span:nth-child(1) {
    top: 0px;
  }
  .hamburger span:nth-child(2) {
    top: 10px;
  }
  .hamburger span:nth-child(3) {
    top: 20px;
  }
  .hamburger.active span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .hamburger.active span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
  }
  /* Full Screen Overlay */
  .fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #b4e2ff 0%, #5ac4d0 50%, #9262aa 100%);
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .fullscreen-overlay.active {
    transform: translateY(0);
  }
  .fullscreen-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="0.3" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.4" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
  }
  /* Navigation Menu */
  .nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    margin-top: 6rem;
  }
  .nav-item {
    margin: 2rem 0;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .fullscreen-overlay.active .nav-item {
    transform: translateY(0);
    opacity: 1;
  }
  .fullscreen-overlay.active .nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .fullscreen-overlay.active .nav-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .fullscreen-overlay.active .nav-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .fullscreen-overlay.active .nav-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .fullscreen-overlay.active .nav-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .nav-link {
    color: white;
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: 300;
    display: block;
    padding: 1rem 2rem;
    position: relative;
    transition: all 0.3s ease;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
  .nav-link:hover {
    color: white;
    transform: translateY(-5px);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  }
  .nav-link:hover::before {
    width: 60px;
  }
  /* Close Button */
  .close-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 40px;
    height: 40px;
    /* background: rgba(255, 255, 255, 0.1); */
    background-color: unset;
    /* border: 2px solid rgba(255, 255, 255, 0.3); */
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 1060;
    opacity: 0;
    transform: scale(0.8) rotate(90deg);
  }
  .fullscreen-overlay.active .close-btn {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition-delay: 0.3s;
  }
  .close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1) rotate(90deg);
  }
  .close-btn i {
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
  }
  .close-btn:hover i {
    transform: rotate(90deg);
  }
  /* Social Icons */
  .social-icons {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 2rem;
  }
  .social-icon {
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
  }
  .fullscreen-overlay.active .social-icon {
    opacity: 0.8;
    transform: translateY(0);
  }
  .fullscreen-overlay.active .social-icon:nth-child(1) {
    transition-delay: 0.6s;
  }
  .fullscreen-overlay.active .social-icon:nth-child(2) {
    transition-delay: 0.7s;
  }
  .fullscreen-overlay.active .social-icon:nth-child(3) {
    transition-delay: 0.8s;
  }
  .social-icon:hover {
    opacity: 1;
    transform: translateY(-5px) scale(1.2);
  }
}/*# sourceMappingURL=main.css.map */