#colors {
    /* Updated colors */
    color: #FFB8E0; /* Was #046963 */
    color: #EC7FA9; /* Was #088178 */
    color: #1a1a1a;
    color: #212529;
    /* color: #242424; */ /* Removed duplicate */
    color: #3547B3;
    /* color: #3547B3; */ /* Removed duplicate */
    color: #465b52; /* Kept */
    color: #4f5d77;
    color: #63a2c1;
    color: #d77f7a;
    color: #fff;
}

/* ********************************************** */
/*==================================================
Section Title
==================================================*/

section{
    direction: rtl;
}
.pq-section.pq-style-1.text-center {
    padding: 0 15em;
    margin-bottom: 60px;
  }

  .pq-section.pq-style-1 .pq-section-sub-title {
    letter-spacing: 0.04em;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    color: #EC7FA9; /* Green replaced - Using Base Pink */
    /* background: #fff0f6; */ /* Light green bg replaced - Keep commented? */
    padding: 4px 8px;
    margin: 0 0 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .pq-section.pq-style-1 .pq-section-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    color: #EC7FA9; /* Green replaced - Using Base Pink */
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
  }

  .pq-section.pq-style-1 .pq-section-descripqion {
    font-family: var(--body-fonts);
    font-size: 16px;
    font-weight: 400;
    z-index: 9;
    position: relative;
    margin: 5px 0 0;
  }

  /* Assuming pt-style-1 should also be pink */
  .pq-section.pt-style-1 .pq-section-sub-title {
    letter-spacing: 0.04em;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    color: #EC7FA9; /* var(--primary-color); -> changed to pink */
    /* background: #d3e9fb; -> keep blueish or change to pink? Let's keep for now */
    background: #fff0f6; /* Changed to light pink */
    padding: 4px 8px;
    margin: 0 0 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .pq-section.pt-style-1 .pq-section-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    color: #EC7FA9; /* Green replaced */
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
  }

  /*==================================================
/*===style 2===*/

.pq-counter.pq-style-2 .pq-counter-num-prefix {
    display: inline-flex;
  }

  .pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
  }

  .pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top h5,
  .pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top .pq-counter-prefix {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFB8E0; /* Green replaced */
    opacity: 0.03;
    font-size: 62px;
    line-height: 70px;
  }

  .pq-counter.pq-style-2 .pq-counter-info {
    position: relative;
    padding-top: 30px;
  }

  .pq-counter.pq-style-2 .pq-counter-info h5 {
    font-size: 46px;
    line-height: 46px;
    display: inline-block;
    color: #EC7FA9; /* Green replaced */
  }

  .pq-counter.pq-style-2 .pq-counter-info .pq-counter-prefix {
    font-size: 46px;
    line-height: 46px;
    font-family: var(--title-fonts);
    color: #EC7FA9; /* Green replaced */
    font-weight: 600;
  }

  .pq-counter.pq-style-2 .pq-counter-info p {
    font-family: var(--title-fonts);
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 22px;
    color: #EC7FA9; /* Green replaced */
    font-weight: 600;
    margin-top: 5px;
  }

  /* home from counter */
  .pq-form-counter .pq-counter.pq-style-2 {
    padding: 30px 0;
  }


/*==================================================
Button Core
==================================================*/
.pq-button {
    position: relative;
    width: auto;
    background: #fff0f6; /* Light green bg replaced */
    color: #EC7FA9; /* Green replaced */
    letter-spacing: 0.04em;
    font-family: var(--title-fonts);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: uppercase;
    line-height: 2;
    vertical-align: middle;
    border: none;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
  }

  .pq-button .pq-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pq-button span {
    z-index: 9;
    position: relative;
    margin-right: 10px;
  }


  .pq-button-text{
    /* Assuming white-color is #fff */
    /* color: var(--white-color) !important; */
    color: #EC7FA9 !important; /* Making button text pink */
  }

  .pq-button.pq-button-link .pq-button-text{
    color: #EC7FA9 !important; /* var(--primary-color); -> pink */
    transition: 0.5s ease-in-out;
  }

  .pq-button.pq-button-link .pq-button-text:hover{
    color: #FFB8E0 !important; /* var(--dark-color); -> lighter pink hover */
  }

  .pq-button:hover,
  .pq-button:focus {
    color: #EC7FA9; /* Light green replaced with base pink */
    background: #FFB8E0; /* Green hover replaced */
  }

  /* Assuming submit button should also be pink */
  [type="submit"] {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    background: #EC7FA9; /* var(--primary-color); -> pink */
    font-family: var(--title-fonts);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--white-color); /* Assuming this is #fff */
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  [type="submit"]:hover {
    background: #FFB8E0; /* var(--dark-color); -> lighter pink hover */
  }



  /*============  Button link ============*/
  .pq-button.pq-button-link {
    padding: 0;
    background: transparent;
    color: #EC7FA9; /* var(--primary-color); -> pink */
  }

  .pq-button.pq-button-link i {
    border-color: #EC7FA9; /* var(--primary-color); -> pink */
  }

  .pq-button.pq-button-link:hover {
    color: #FFB8E0; /* var(--dark-color); -> lighter pink */
  }

  .pq-button.pq-button-link:hover i {
    border-color: #FFB8E0; /* var(--secondary-color); -> lighter pink */
  }

  /*============= Button outline =============*/
  .pq-button.pq-button-outline {
    background: transparent;
    border: 1px solid #EC7FA9; /* var(--primary-color); -> pink */
    color: #EC7FA9; /* var(--primary-color); -> pink */
  }

  .pq-button.pq-button-outline:hover {
    color: #FFB8E0; /* var(--secondary-color); -> lighter pink */
    border: 1px solid #FFB8E0; /* var(--secondary-color); -> lighter pink */
  }

/* Start Company */

.about .sub-title {
    color: #EC7FA9; /* Green replaced */
    font-size: 17px;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.about .title {
    font-size: 37px;
    font-weight: bold;
    color: #1a1a1a; /* Kept */
    line-height: 1.2;
    margin-bottom: 50px;
}
@media(max-width: 400px) {
    .about .title {
        font-size: 24px;
    }
}

.about .company p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    color: #465b52; /* Kept */
}


.about .company .right {
    text-align: right;
}

.about .company img {
    max-width: 100%;
    max-height: 500px;
}

/* Start Company */

/* ********************************************** */

/* Start Team */

.about .team {
    padding: 50px 0;
    background-color: #f4f5f9; /* Kept */
}

.about .swiper-container {
    width: 100%;
    /* left: 0px; -> Redundant if width is 100% */
    padding-top: 50px;
    padding-bottom: 50px;
    cursor: grab !important;
    height: 480px;
}

.about .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 400px;
    background-color: #fff; /* Kept */
    border-radius: 20px;
    box-shadow: 0 0 17px 11px #1a1a1a1c; /* Kept */
    overflow: hidden;
}


.swiper-container-3d .swiper-slide-shadow-left {
    border-radius: 20px !important;
}

.about .swiper-slide .item {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    /* cursor: grab !important; -> Already on container */
}

.about .swiper-slide .item img {
    width: 100%;
    height: 72%;
    object-fit: cover; /* Added for better image handling */
}

.about .swiper-slide h3 {
    color: #1a1a1a; /* Kept */
    margin-top: 5px;
    margin-bottom: 2px;
}

.about .swiper-slide h5 {
    font-size: 16px;
    color: #d77f7a; /* Kept (Reddish color) */
    font-weight: bold;
    font-family: cursive;
}

.about .swiper-slide .item a i {
    margin-top: 6px;
    font-size: 25px;
    color: #716f71; /* Kept */
    transition: all .3s;
}

.about .swiper-slide .item a i:hover {
    color: #EC7FA9; /* Green replaced */
}

@media(max-width: 370px) {
    .about .swiper-slide {
        width: 230px;
        height: 300px;
    }
    .about .swiper-slide h3 {
        font-size: 21px;
    }

    .about .swiper-slide h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .about .swiper-slide .item a i {
        margin-top: 0px;
        font-size: 16px;
    }
    .about .swiper-container {
        height: 380px;
    }
}

/* End Team */

/* ************************************************* */

/* cardddddddddddddddddddddddddddd */

/* Styles for .card */
.card {
  max-width: 340px;
  margin: auto;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 1); /* Kept */
  display: flex;
  transition: 0.3s;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2); /* Kept */
}

.card[data-state="#about"] { height: 450px; .card-main { padding-top: 0; } }
.card[data-state="#contact"] { height: 430px; }
.card[data-state="#experience"] { height: 550px; }

.card.is-active {
  .card-header { height: 80px; }
  .card-cover { height: 100px; top: -50px; }
  .card-avatar { transform: none; left: 20px; width: 50px; height: 50px; bottom: 10px; }
  .card-fullname, .card-jobtitle { left: 86px; transform: none; }
  .card-fullname { bottom: 18px; font-size: 19px; }
  .card-jobtitle { bottom: 16px; letter-spacing: 1px; font-size: 10px; }
}

.card-header { position: relative; display: flex; height: 200px; flex-shrink: 0; width: 100%; transition: 0.3s; * { transition: 0.3s; } }
.card-cover { width: 100%; height: 100%; position: absolute; height: 160px; top: -20%; left: 0; will-change: top; background-size: cover; background-position: center; filter: blur(30px); transform: scale(1.2); transition: 0.5s; }
.card-avatar { width: 100px; height: 100px; box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2); border-radius: 50%; object-position: center; object-fit: cover; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) translateY(-64px); }
.card-fullname { position: absolute; bottom: 0; font-size: 22px; font-weight: 700; text-align: center; white-space: nowrap; transform: translateY(-10px) translateX(-50%); left: 50%; }
.card-jobtitle { position: absolute; bottom: 0; font-size: 11px; white-space: nowrap; font-weight: 500; opacity: 0.7; text-transform: uppercase; letter-spacing: 1.5px; margin: 0; left: 50%; transform: translateX(-50%) translateY(-7px); }
.card-main { position: relative; flex: 1; display: flex; padding-top: 10px; flex-direction: column; }
.card-subtitle { font-weight: 700; font-size: 13px; margin-bottom: 8px; }
.card-content { padding: 20px; }
.card-desc { line-height: 1.6; color: #636b6f; font-size: 14px; margin: 0; font-weight: 400; font-family: "DM Sans", sans-serif; }
.card-social { display: flex; align-items: center; padding: 0 20px; margin-bottom: 30px; svg { fill: rgb(165, 181, 206); width: 16px; display: block; transition: 0.3s; } a { color: #8797a1; height: 32px; width: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: 0.3s; background-color: rgba(93, 133, 193, 0.05); border-radius: 50%; margin-right: 10px; &:hover { svg { fill: darken(rgb(165, 181, 206), 20%); } } &:last-child { margin-right: 0; } } }

.card-buttons {
  display: flex; background-color: #fff; margin-top: auto; position: sticky; bottom: 0; left: 0;
  button {
    flex: 1 1 auto; user-select: none; background: 0; font-size: 13px; border: 0; padding: 15px 5px; cursor: pointer; color: #5c5c6d; transition: 0.3s; font-family: "Jost", sans-serif; font-weight: 500; outline: 0; border-bottom: 3px solid transparent;
    &.is-active, &:hover {
      color: #2b2c48;
      border-bottom: 3px solid #EC7FA9; /* Green replaced */
      /* Kept original gradient, assuming it's not green */
      background: linear-gradient( to bottom, rgba(127, 199, 231, 0) 0%, rgba(207, 204, 255, 0.2) 44%, rgba(211, 226, 255, 0.4) 100% );
    }
  }
}

.card-section { display: none; &.is-active { display: block; animation: fadeIn 0.6s both; } }
@keyframes fadeIn { 0% { opacity: 0; transform: translatey(40px); } 100% { opacity: 1; } }

.card-timeline {
  margin-top: 30px; position: relative;
  &:after {
    /* background: linear-gradient( to top, rgba(134, 214, 243, 0) 0%, rgb(81, 204, 112) 100% ); */ /* Original green */
    background: linear-gradient( to top, rgba(255, 184, 224, 0) 0%, #EC7FA9 100% ); /* Pink gradient */
    content: ""; left: 42px; width: 2px; top: 0; height: 100%; position: absolute;
  }
}

.card-item {
  position: relative; padding-left: 60px; padding-right: 20px; padding-bottom: 30px; z-index: 1;
  &:last-child { padding-bottom: 5px; }
  /* Keeping the blueish gradient for the year marker as it's not explicitly green */
  &:after { content: attr(data-year); width: 10px; position: absolute; top: 0; left: 37px; width: 8px; height: 8px; line-height: 0.6; border: 2px solid #fff; font-size: 11px; text-indent: -35px; border-radius: 50%; color: rgba(#868686, 0.7); background: linear-gradient( to bottom, lighten(#516acc, 20%) 0%, #516acc 100% ); }
}

.card-item-title { font-weight: 500; font-size: 14px; margin-bottom: 5px; }
.card-item-desc { font-size: 13px; color: #6f6f7b; line-height: 1.5; font-family: "DM Sans", sans-serif; }
.card-contact-wrapper { margin-top: 20px; }
.card-contact { display: flex; align-items: center; font-size: 13px; color: #6f6f7b; font-family: "DM Sans", sans-serif; line-height: 1.6; cursor: pointer; & + & { margin-top: 16px; } svg { flex-shrink: 0; width: 30px; min-height: 34px; margin-right: 12px; transition: 0.3s; padding-right: 12px; border-right: 1px solid #dfe2ec; } }

.contact-me {
  border: 0; outline: none;
  /* background: linear-gradient( to right, rgba(54, 131, 156, 0.8) 0%, rgba(55, 139, 76, 0.8) 96% ); */ /* Original with green */
  background: linear-gradient( to right, rgba(54, 131, 156, 0.8) 0%, rgba(236, 127, 169, 0.8) 96% ); /* Replaced green with pink */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); color: #fff; padding: 12px 16px; width: 100%; border-radius: 5px; margin-top: 25px; cursor: pointer; font-size: 14px; font-weight: 500; font-family: "Jost", sans-serif; transition: 0.3s;
}

/* Ignored .card1 styles as they seem duplicated/incomplete */