:root {
  --primary-col: #2BB573;
  --secondry-col: #63b48d;
  --btn-hover-col: #7df76d;
  --card-bg-col: #ecfff6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
}


/* carousel b */
.carousel-container {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.pic-1 {
  width: 100%;
  height: 100vh;
  background: url(./assets/images/islamic1.webp);
  background-size: cover;
  background-position: center;

}

.pic-2 {
  width: 100%;
  height: 100vh;
  background: url(./assets/images/islamic3.jpg);
  background-size: cover;
  background-position: center;
}

.pic-3 {
  width: 100%;
  height: 100vh;
  background: url(./assets/images/islamic4.jpg);
  background-size: cover;
  background-position: center;
}


/* ripple effect */
.canvas-section001 {
  width: 100%;
  height: 100vh;
  position: relative;
  background: transparent;
  z-index: 0;
  top: 0;
  left: 0;
}

.canvas-section {
  width: 100%;
  height: 100vh;
  filter: brightness(0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#person-image {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 500px;
  z-index: 3;
}

.text-section {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 3;

  h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}

.navbar {
  width: 100%;
  height: 70px;
  position: absolute;
  margin-top: 2rem;
  top: 0;
  left: 0;
  z-index: 10;
}

#lang-bar {
  width: fit-content;
  position: absolute;
  right: 0;
  padding: 0.5rem 0.5rem;
  z-index: 10;
  border: 1px solid #04bd60;
  border-radius: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;

  &:hover {
    background: #04bd60;
  }
}

.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#navbarNav {
  margin-right: 7rem;
  color: #fff !important;

  .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .down-btn>a {
    color: #fff;
    font-size: 0.9rem;
    padding: 0 1rem;
    font-weight: 700;
    position: relative;
    display: block;

    &:hover {
      color: #04bd60;
      text-decoration: overline;
    }
  }
}

.navbar-nav .down-btn {
  position: relative;
}

.down-btn .down-item {
  width: fit-content;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  list-style-type: none;
  padding: 0;

  &::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
  }

  .down-group2-btn,
  li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;

    &::before {
      content: "";
      width: 5%;
      height: 2px;
      background: var(--primary-col);
      bottom: 0;
      left: 0;
      position: absolute;
      transition: all 0.3s ease-in-out;
    }

    &:hover::before {
      width: 100%;
    }
  }

  

  li a {
    width: 100%;
    text-decoration: none;
    text-wrap-mode: nowrap;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 0.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    color: #fff;
    margin: 0 !important;
    border-radius: 4px;
    z-index: 0;
    transition: all 0.3s ease-in-out;

    &:hover {
      color: var(--primary-col);
    }
  }
}

.down-group1 li .down-group2 {
  width: fit-content;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  left: 100%;
  transform: translateX(0);
  top: 0;
  z-index: 10;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
} 

.navbar-nav .down-btn:hover {
  .down-group1 {
    display: block;
  }
}

.down-group2-btn:hover {
  .down-group2 {
    display: block;
  }
}


/* main */
.elementor-001 {
  padding: 7rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

.elementor-001 .elementor-001-title {
  .h4-el1-ti-01 {
    color: #04bd60;
    font-size: 1.2rem;
    margin-bottom: 1.3rem;
    animation-timeline: view();
    animation-range: entry 40% cover 100%;
    animation-name: fade-in;
    animation-fill-mode: both;
    animation-delay: 0s;
  }

  .h2-el1-ti-01 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
    animation-timeline: view();
    animation-range: entry 40% cover 100%;
    animation-name: fade-in;
    animation-fill-mode: both;
    animation-delay: 0.3s;
  }

  .city-list {
    animation-timeline: view();
    animation-range: entry 40% cover 100%;
    animation-name: fade-in;
    animation-fill-mode: both;
    animation-delay: 0.6s;
  }

  .city-list label {
    color: var(--primary-col);
    text-decoration: underline;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.3rem;
  }

  .center {
    position: relative;
    display: inline-block;
    z-index: 100;
  }

  .p-el1-ti-01 {
    font-weight: 300;
    animation-timeline: view();
    animation-range: entry 40% cover 100%;
    animation-name: fade-in;
    animation-fill-mode: both;
    animation-delay: 0.9s;
  }

  .p-el1-ti-02 {
    font-weight: 600;
    font-size: 1.2rem;
    text-wrap-mode: wrap;
    animation-timeline: view();
    animation-range: entry 40% cover 100%;
    animation-name: fade-in;
    animation-fill-mode: both;
    animation-delay: 1.2s;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.elementor-001 .elementor-001-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}

.elementor-001 .elementor-001-cards .el1-card {
  width: 200px;
  height: 200px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
  overflow: hidden;

  .h4-el1-ca-01 {
    color: #fff;
    background: var(--primary-col);
    padding: 0.5rem 0;
    font-size: 1rem;
  }

  .p-el1-ca-01 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1.5rem 0 0 0;
  }

  .span-el1-ca-02 {
    display: inline-block;
    width: fit-content;
    font-size: 0.8rem;
    color: #fff;
    background: var(--secondry-col);
    padding: 0.5rem;
    margin-top: 2.5rem;
  }

  animation-timeline: view();
  animation-range: entry 0% cover 30%;
  animation-name: scale-up;
  animation-fill-mode: both;
}

@keyframes scale-up {
  from {
    opacity: 0;
    scale: 0;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}


/* About Section */
.title-section {
  width: 100%;
  background: #f9f9f9;
  padding: 3rem 0;
}

.section-001 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 2rem;
  padding: 3rem 0;
}

.section-001 .img-sec-01 {
  width: 600px;

  img {
    width: 100%;
    animation-name: translate;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    animation-fill-mode: both;
    animation-duration: 2s;
  }
}

@keyframes translate {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }

}

.titl-sec-01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;

  .h5-tit-sec-01 {
    color: var(--primary-col);
  }

  .h3-tit-sec-01 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
  }

  .p-tit-sec-01 {
    font-size: 1rem;
    line-height: 1.8;
  }

  .check-tit-sec-01 {
    width: 100%;
    display: flex;
    justify-content: start;
    /* gap: 0.7rem; */
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0 !important;

    li {
      flex-basis: 50%;
      display: flex;
      align-items: start;
      gap: 0.5rem;
      text-wrap-mode: nowrap;
      margin-bottom: 1rem;

      span {
        border: 1px solid var(--primary-col);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-col);
        width: 20px;
        height: 20px;
      }
    }
  }

  #tit-btn-sec-01 {
    width: fit-content;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    text-decoration: none !important;
    background: var(--primary-col) !important;
    color: #fff;
    cursor: pointer;
  }
}

/* Services Section */
.service-section {
  width: 100%;
  padding: 3rem 0;
  background-color: #f8f9fa;
}

.topclass-section {
  width: 100%;
  padding: 3rem 0;
}

.service-section .service-sec-001,
.topclass-section .service-sec-001 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.service-section .service-sec-001 .service-humanity,
.topclass-section .service-sec-001 .service-humanity {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.service-section .service-sec-001 .public-service .serv-title,
.topclass-section .service-sec-001 .public-service .serv-title {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;

  h5 {
    color: var(--primary-col);
    animation: fadIn1;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
    animation-fill-mode: both;
  }

  h3 {
    font-weight: 700;
    animation: fadIn1;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
    animation-fill-mode: both;
    animation-delay: 0.2s;
  }
}

@keyframes fadIn1 {
  from {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

}

.service-section .service-sec-001 .service-humanity .serv-cards-gall,
.topclass-section .service-sec-001 .service-humanity .serv-cards-gall {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 1.2rem;
}

.service-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card,
.topclass-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  background: var(--card-bg-col);
  padding: 30px 30px 20px 30px;
  margin: 0 0 30px 0;

  svg {
    width: 50px;
    height: 50px;
    fill: var(--primary-col);
    margin: 0 0 20px 0;
  }

  h4 {
    font-weight: 700;
    margin-bottom: 20px;

    a {
      color: #000;
      text-decoration: none !important;
    }
  }

  p {
    line-height: 1.8;
  }

  animation: scaleCard;
  animation-timeline: view();
  animation-range: entry 05% cover 40%;
  animation-fill-mode: both;
}

.service-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card:nth-child(1),
.topclass-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card:nth-child(1) {
  animation-delay: -0.2s;
}

.service-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card:nth-child(2),
.topclass-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card:nth-child(2) {
  animation-delay: 0s;
}

.service-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card:nth-child(3),
.topclass-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card:nth-child(3) {
  animation-delay: 0.2s;
}

.service-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card:nth-child(4),
.topclass-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card:nth-child(4) {
  animation-delay: 0.4s;
}

.service-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card:nth-child(5),
.topclass-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card:nth-child(5) {
  animation-delay: 0.6s;
}

@keyframes scaleCard {
  0% {
    transform: translateY(100px) scale(0);
    opacity: 0;
    filter: brightness(0.1);
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: brightness(1);
  }
}


/* Service Pillars Section */
.service-pillars {
  display: flex;
  flex-direction: column;

  align-items: center;
}

.service-pillars .serv-pill-card-gall {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.service-pillars .serv-pill-card {
  width: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background: var(--card-bg-col);
  padding: 0 0 20px 0;
  margin: 40px 0 30px 0;
  text-align: center;
  position: relative;

  img {
    width: 100%;
  }

  span {
    color: #fff;
    background: var(--primary-col);
    padding: 4px 16px;
    border-radius: 50px;
    margin: 0 0 10px 0;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
  }

  h4 {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

    a {
      color: #000;
      text-decoration: none !important;
    }
  }
}

.service-pillars .serv-pill-card:nth-child(1) {
  animation: leftCards;
  animation-timeline: view();
  animation-range: entry 10% cover 50%;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.service-pillars .serv-pill-card:nth-child(2) {
  animation: leftCards;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.service-pillars .serv-pill-card:nth-child(3) {
  animation: centerCards;
  animation-timeline: view();
  animation-range: entry 05% cover 40%;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.service-pillars .serv-pill-card:nth-child(4) {
  animation: rightCards;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.service-pillars .serv-pill-card:nth-child(5) {
  animation: rightCards;
  animation-timeline: view();
  animation-range: entry 10% cover 50%;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.view-more-btn {
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #183153;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  animation: scale2;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}

@keyframes scale2 {
  from {
    scale: 0;
  }

  to {
    scale: 1;
  }
}

.view-more-btn:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--primary-col);
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.view-more-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.view-more-btn span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 16px 25px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.view-more-btn:hover span {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}


@keyframes leftCards {
  from {
    transform: translateX(-200px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes centerCards {
  from {
    transform: translateY(200px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes rightCards {
  from {
    transform: translateX(200px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}


/* News and Events Section */
.news-section {
  width: 100%;
  padding: 3rem 0;
}

.news-section .news-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.news-section .news-container .news-title {
  width: 100%;
  text-align: center;

  h5 {
    color: var(--primary-col);
    animation: fadIn1;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
    animation-fill-mode: both;
  }

  h3 {
    font-weight: 700;
    animation: fadIn1;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
    animation-fill-mode: both;
  }
}

.news-section .news-container .news-card-gall {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  perspective: 1000px;
}

.news-section .news-container .news-card-gall .serv-news-card {
  width: 23%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  transform-style: preserve-3d;
  overflow: hidden;

  .notif {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;

    .notif-news {
      width: fit-content;
      display: flex;
      align-items: center;
      background: #2BB573;
      justify-content: start;
      padding: 10px 10px;
      text-wrap-mode: nowrap;
    }
  }

  h4 {
    padding: 0 30px;
    margin: 30px 0 10px 0;
  }

  a {
    text-decoration: none;
    padding: 4px 16px;
    background: var(--primary-col);
    width: fit-content;
    color: #fff;
    margin: 20px 30px;
  }
}


/* Respansive setup */
@media (max-width: 1080px) {
  #person-image {
    top: 200px;
    width: 350px;
  }

  .service-section .service-sec-001 .service-humanity .serv-cards-gall,
  .topclass-section .service-sec-001 .service-humanity .serv-cards-gall {
    flex-wrap: wrap;
  }

  .service-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card,
  .topclass-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card {
    width: 28%;
    display: flex;
    flex-direction: column;
  }

  .service-pillars .serv-pill-card-gall {
    flex-wrap: wrap;
  }

  .service-pillars .serv-pill-card {
    width: 28%;
  }

  .news-section .news-container .news-card-gall .serv-news-card {
    width: 28%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 4rem;
    transform-style: preserve-3d;
  }
}

@media (max-width: 990px) {
  #person-image {
    display: none;
  }

  .text-section {
    width: 100%;
    text-align: center;
    left: 0;
  }

  .elementor-001 {

    display: flex;
    flex-direction: column;
  }

  .section-001 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 2rem;
  }

  .img-sec-01 {
    width: 500px !important;
  }

  .service-section .service-sec-001 .service-humanity .serv-cards-gall,
  .topclass-section .service-sec-001 .service-humanity .serv-cards-gall {
    flex-wrap: wrap;
  }

  .service-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card,
  .topclass-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card {
    width: 48%;
    display: flex;
    flex-direction: column;
  }

  .service-pillars .serv-pill-card-gall {
    flex-wrap: wrap;
  }

  .service-pillars .serv-pill-card {
    width: 48%;
  }

  .news-section .news-container .news-card-gall .serv-news-card {
    width: 45%;
    margin-bottom: 4rem;
  }
}

@media (max-width: 680px) {
  #person-image {
    display: none;
  }

  .text-section {
    width: 100%;
    text-align: center;
    left: 0;
  }

  .elementor-001 {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1rem;
  }

  .section-001 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 1rem;
    padding: 0 1rem;
  }

  .img-sec-01 {
    width: 400px !important;
  }

  .service-section .service-sec-001 .service-humanity .serv-cards-gall,
  .topclass-section .service-sec-001 .service-humanity .serv-cards-gall {
    width: 100% !important;
    padding: 0 1rem;
    flex-wrap: wrap;
  }

  .service-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card,
  .topclass-section .service-sec-001 .service-humanity .serv-cards-gall .serv-card {
    width: 100% !important;
  }

  .service-pillars .serv-pill-card-gall {
    flex-wrap: wrap;
  }

  .service-pillars .serv-pill-card {
    width: 100%;
  }

  .news-section .news-container .news-card-gall .serv-news-card {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.news-section .news-container .news-card-gall .serv-news-card:nth-child(1) {
  animation: rotate ease-out both;
  animation-timeline: view();
  animation-range: entry 0% cover 20%;
}

.news-section .news-container .news-card-gall .serv-news-card:nth-child(2) {
  animation: rotate ease-out both;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;
}

.news-section .news-container .news-card-gall .serv-news-card:nth-child(3) {
  animation: rotate ease-out both;
  animation-timeline: view();
  animation-range: entry 20% cover 40%;
}

.news-section .news-container .news-card-gall .serv-news-card:nth-child(4) {
  animation: rotate ease-out both;
  animation-timeline: view();
  animation-range: entry 30% cover 50%;
}

@keyframes rotate {
  from {
    transform: rotateY(0deg) translateY(200px);
    scale: 0;
    filter: blur(3px);
  }

  to {
    transform: rotateY(360deg) translateY(0);
    scale: 1;
    filter: blur(0);
  }
}

@keyframes fadIn1 {
  from {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

}

/* Employee rating System */
.rating-section {
  width: fit-content;
  position: fixed;
  right: 3rem;
  bottom: 100px;
  z-index: 100;

  .rating-container {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;

    .rating-title {
      width: auto;
      border-radius: 8px;
      background: rgba(25, 3, 46, 0.2);
      display: flex;
      align-items: center;
      justify-content: start;
      gap: 1rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      padding-left: 1rem;
      padding-right: 1rem;
      transition: all 0.6s ease;

      .Employee-name {
        width: 50%;
        color: #fff;
        font-size: 0.9rem;
        margin: 0 !important;
        text-wrap-mode: nowrap;
      }

      .rate-starts {
        display: flex;
        align-items: center;
        padding-left: 1rem;

        i {
          color: gold;
          padding-left: 8px;
          font-size: 0.7rem;
        }
      }
    }
  }

  &:hover {
    .rating-title {
      background: rgba(25, 3, 46, 1);

    }
  }
}

/* Chat Icon */
.chat-AI {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 100px;
  left: 30px;
  z-index: 100;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease;

  img {
    width: 100%;
    height: 100%;
  }

  &:hover {
    opacity: 1;
    scale: 1.1;
  }
}

/* footer */
.footer {
  width: 100%;
  background: #000;
  color: #fff;
  bottom: 0;
  left: 0;
  border-top: 4px solid var(--primary-col);
  box-shadow: #2BB573;
  padding: 30px 0;
  z-index: 10;
}

.social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;

  .fab {
    color: var(--secondry-col);
    font-size: 2rem;
    transition: all 0.2s ease-in-out;

    &:hover {
      color: #087942;
      scale: 1.3;
    }
  }
}

.footer-section .footer-subtitle {
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
}

.footer-section .footer-links {
  width: 100%;
  list-style: none;
  padding-left: 0 !important;

  li a {
    text-decoration: none;
    color: #fff;

    &:hover {
      color: var(--primary-col);
    }
  }
}