body {
  position: relative;
}

body::after {
  content: "";
  width: 100%;
  height: 450px;
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/timesheet_bg.svg?v1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.mytimesheet_section {
  font-family: var(--font-Nunito);
  margin-top: 100px;
}
.mytimesheet_section section {
  padding: 6rem;
}
.mytimesheet_section .sltnToMngeTme {
  padding: 3.4rem 6rem 6rem;
}

.dFlxJstCntrAlgnCntr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dFlxJstSpBtnAlgnCntr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cursorPointer {
  cursor: pointer;
}
.textAlgnCntr {
  text-align: center;
}
.sltnSecBgPar {
  max-width: 1440px;
  width: 100%;
  max-height: 700px;
  height: 84vh;
  margin: auto;
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/union_bg.webp?v2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 3rem;
  position: relative;
  overflow: hidden;
}
.wavesPicPar {
  position: absolute;
  left: 0;
  width: 129px;
  bottom: 5%;
}
.wavesPicPar img {
  width: 100%;
  height: auto;
}
.hradmin_anm {
  position: absolute;
  left: 12%;
  width: 195px;
  bottom: -4%;
}
.empId_anm {
  position: absolute;
  right: 4%;
  width: 250px;
  bottom: -3%;
}
.sltnContWthImg {
  gap: 10px;
}
.efficiency {
  background-color: #faf1d6;
  border-radius: 20px;
}
.accessibility {
  background-color: #daebfd;
  border-radius: 20px;
}
.transparency {
  border-radius: 20px;
  background-color: #fdf1f0;
}
.sltnTmsTimeHdng {
  font-family: var(--font-Plus-Jakarta);
  font-size: clamp(1.8rem, 3.4vw, 4.8rem);
  font-weight: var(--font-weight-700);
  color: var(--color-white);
}
.teamsTimeFntClr {
  color: var(--color-primary-red);
}
.sltnTmsTimePara {
  font-family: var(--font-Nunito);
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  font-weight: var(--font-weight-400);
  color: var(--color-white);
  margin: 6px 0 30px;
  line-height: 21px;
}
.bkDemoBtn {
  max-width: 170px;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  margin: 30px auto 0;
  border-radius: 8px;
  background: var(--color-white);
  font-family: var(--font-Nunito);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-400);
  color: var(--color-primary-black);
}
.bkDemoBtn::after {
  content: "";
  max-width: 178px;
  height: 58px;
  width: 100%;
  border: 1px solid var(--color-white);
  position: absolute;
  border-radius: 10px;
  transition: ease-in 0.3s;
  opacity: 0;
}
.bkDemoBtn:hover.bkDemoBtn::after {
  opacity: 1;
}
.timesheetCrcleAnim {
  width: 112px;
  height: 112px;
  margin: 0 auto 24px;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  position: relative;
}
.tmeSheetLogoPar {
  width: 68px;
  height: 68px;
  background: #f9fafb;
  border-radius: 50%;
}
/* *********** circle aniamtion start **************** */
.badge {
  --badge-size: 96px;
  --badge-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--badge-size);
  height: var(--badge-size);
  background: var(--black);
  border-radius: 100%;
  animation: identifier 20s linear infinite;
}

.badge__emoji {
  display: block;
  margin: 0;
  animation: identifier 20s linear infinite;
  animation-direction: reverse;
  transition: all 0.3s;
  padding: 15px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--color-white);
}

.badge__char {
  --char-width: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - var(--char-width) / 2);
  height: calc(var(--badge-size) / 2);
  width: var(--char-width);
  background-repeat: round;
  text-transform: capitalize;
  line-height: 1rem;
  font-size: 7px;
  color: var(--color-white);
  transform-origin: bottom center;
  transform: rotate(var(--char-rotate));
}

@-webkit-keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/* *********** circle aniamtion end **************** */
.mnContentTmsTime {
  margin: 30px 0;
  max-width: 580px;
  width: 100%;
}
.scrlDwnTxt {
  font-family: var(--font-Nunito);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-400);
  color: #b0b0b0;
}
.scrlDwnAnim {
  width: 39px;
  height: 56px;
  background: #4b4b4b5c;
  border: 1px solid #8f8f8f17;
  border-radius: 30px;
  margin: 12px auto 0;
  animation: scrllDown 1s infinite alternate;
  transition: 0.2s;
}
.scrlDwnAnim img {
  width: 16px;
  height: auto;
}
@keyframes scrllDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(25px);
    height: 50px;
  }
}
.scrollDwnPar {
  width: 100%;
  padding: 40px 0 10px;
}
.frstCntrLftPicPar {
  width: min(300px, 42vw);
  position: relative;
}
.frstCntrLftPicPar img {
  width: 100%;
}
.shadwFrAim {
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(32, 15, 15, 0) 0%, #120b0b 100%);
}

.prod_slide_anm > object {
  width: 100%;
  height: 100%;
}

.mytimesheet_section .section_heading {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: var(--font-weight-600);
  text-align: center;
  line-height: 48px;
}

.mytimesheet_section .sec_desc {
  color: var(--color-light-gray);
  text-align: center;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  margin-top: 16px;
}

.mytimesheet_section .container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.faq_acc_section::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/faq_bg.svg?v1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(10px);
}

.container_full {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

/* timesheet tour css */
.timesheet_tour_title {
  color: var(--color-primary-black);
  text-align: center;
  font-family: var(--font-Plus-Jakarta);
}

.timesheet_tour_title .timesheet_tour_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: var(--font-size-48);
  font-weight: var(--font-weight-700);
  text-align: center;
}
.badge_wrapper {
  position: relative;
}
.badge_back {
  width: 130px;
  height: 65px;
  border-radius: 38px;
  background-color: #f58891;
}
.badge_front {
  position: absolute;
  width: 116px;
  height: 65px;
  border-radius: 38px;
  background-color: var(--color-white);
  top: 49%;
  right: 0;
  transition: 0.5s;
  box-shadow: 0px 5.27px 5.27px 0px #0000000f;
  transform-origin: right bottom;
  transform: rotate(0deg) translateY(-50%);
}
.badge_front.rotate {
  top: 60%;
  right: 37px;
  transform: rotate(30deg) translateY(-50%);
  transform-origin: right bottom;
}
.badge_frontCircle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f6f6f6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px;
}
.badge_frontCircle:nth-child(1) {
  z-index: 1;
  left: 5%;
}
.badge_frontCircle:nth-child(2) {
  z-index: 2;
  left: 25%;
}
.badge_frontCircle:nth-child(3) {
  z-index: 3;
  left: 45%;
  backdrop-filter: blur(7.906267166137695px);
  border: 1.32px solid var(--color-white);
  font-size: 20px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Open-Sans);
  font-weight: 700;
}
.timesheet_txt {
  display: inline-block;
  padding-top: 5px;
  font-size: var(--font-size-48);
  font-weight: var(--font-weight-700);
}

.timesheet_tour_title h2 span {
  height: 80px;
  display: inline-block;
}

.txt_red {
  color: var(--color-primary-red);
}

.timesheet_tour_title span img {
  height: 100%;
}

.mytimesheet_tour_video {
  position: relative;
  margin-top: 80px;
}

.mytimesheet_tour_video::before,
.mytimesheet_tour_video::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  background: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mytimesheet_tour_video::before {
  z-index: -1;
  top: 10px;
  width: 90%;
}

.mytimesheet_tour_video::after {
  z-index: -2;
  top: -15px;
  width: 80%;
  opacity: 0.6;
}

.vd_timesheet{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2rem;
  margin-top: 30px;
}

.tour_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  fill: rgba(255, 255, 255, 0.7);
  border: 1px solid #ff9691;
  border-radius: 50%;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 50px 44px rgba(255, 255, 255, 0.82);
  padding: 5px;
}
.tour_play_btn img {
  max-width: 40px;
  width: 100%;
  height: auto;
}

.mytimesheet_tour_video img {
  width: 100%;
  height: auto;
}

/* timesheet family css */
.family_sec_cards,
.tracker_sec_opt_list,
.solutions_slides,
.productivity_slide_wraper {
  margin-top: 6rem;
}

.family_cards_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}

.family_cards_item {
  /* max-width: 400px; */
  width: 100%;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.family_cards_item .family_cards_item_img {
  width: 100%;
  border-radius: 20px;
  height: 290px;
  text-align: center;
}
.svgRepnsiveHgt {
    height: 100%;
}

.family_cards_item_img object {
  width: 100%;
  height: 100%;
}

.family_cards_item:nth-child(1) .family_cards_item_img {
  background: linear-gradient(
    255deg,
    #f3fdf9 -2.36%,
    #fff5f4 49.77%,
    #fdfaf5 108.36%
  );
}

.family_cards_item:nth-child(2) .family_cards_item_img {
  background: linear-gradient(
    145deg,
    #f3fdf9 -7.68%,
    #fff5f4 38.93%,
    #fdfaf5 91.3%
  );
}

.family_cards_item:nth-child(3) .family_cards_item_img {
  background: linear-gradient(
    125deg,
    rgba(253, 250, 245, 0.8) -19.43%,
    #fef6f4 54.66%,
    #f3fdf9 109.49%
  );
}

.family_cards_item_dls {
  padding: 50px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.book_demo--btn {
  min-width: 42px;
  height: 42px;
  padding: 7px;
  border-radius: 14px;
  border: 0.778px solid #f1f1f1;
  background: linear-gradient(315deg, #000 5.51%, #818181 94.01%);
  box-shadow: 0px 3.36px 6.72px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -21px;
  cursor: pointer;
  transition: 0.3s;
}

.book_demo_txt {
  color: var(--color-white);
  font-size: var(--font-size-16);
}

.book_demo--btn :is(.book_demo_txt, .book_demo_img) {
  display: none;
}

.family_cards_item:hover :is(.book_demo_txt, .book_demo_img) {
  display: block;
  transition: 0.4s;
}

.family_cards_item:hover .book_demo--btn {
  border-radius: 8px;
  background: var(--color-black);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-color: unset;
}

.family_cards_item:hover .wiout_hover_img {
  display: none;
}

.family_cards_item_dls h3 {
  color: var(--color-primary-black);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-700);
  line-height: 32px;
}

.family_cards_item_dls p {
  color: var(--color-light-gray);
  font-size: var(--font-size-14);
  line-height: 22px;
}

/* tracker section css  */
.tracker_sec_opt_item:not(:first-child) {
  margin-top: 6rem;
}

.tracker_sec_opt_item {
  padding: 0 40px;
  gap: 24px;
}

.tracker_sec_opt_anm,
.tracker_sec_opt_dls {
  flex: 1;
}

.tracker_label {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 41px;
  border: 1px solid var(--color-primary-red);
  background: var(--color-bg-primary);
  color: var(--color-primary-red);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-700);
}

.tracker_sec_opt_dls p {
  font-size: 2.2rem;
  font-weight: var(--font-weight-600);
  line-height: 38px;
  margin-top: 12px;
}

.tracker_sec_opt_dls p strong {
  color: var(--color-black);
}

/* solutions section css  */
.solutions_slides {
  padding-bottom: 60px;
}

.solutions_slides .swiper-slide {
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  position: relative;
  height: 380px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.solut_slide_dls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.solut_slide_content {
  padding-left: 6rem;
}

.solut_slide_content,
.solut_slide_anm {
  width: 100%;
}

.solut_slide_anm object {
  width: 100%;
  height: 100%;
}

.solutions_slides .swiper-slide::after {
  content: "";
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.6;
}

.soltions_list_item1 {
  background: linear-gradient(180deg, #d2a665 0%, #91622a 100%);
}

.soltions_list_item1::after {
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/solbg1.webp?v1);
}

.soltions_list_item2 {
  background: linear-gradient(180deg, #c3a0f0 0%, #6b0db5 124.5%);
}

.soltions_list_item2::after {
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/solbg2.webp?v1);
}

.soltions_list_item3 {
  background: linear-gradient(180deg, #f39e9c 0%, #ee3947 124.5%);
}

.soltions_list_item3::after {
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/solbg3.webp?v1);
}

.soltions_list_item4 {
  background: linear-gradient(180deg, #a0adf0 0%, #0d24b5 124.5%);
}

.soltions_list_item4::after {
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/bluecard_bg.webp?v1);
}

.soltions_list_item5 {
  background: linear-gradient(180deg, #cccf4e 0%, #8a8c2e 100%);
}

.soltions_list_item6 {
  background: linear-gradient(180deg, #8c9fe2 0%, #031f69 124.5%);
}

.soltions_list_item6::after {
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/solbg6.webp?v1);
  top: unset !important;
  bottom: -120px;
}

.soltions_list_item7 {
  background: linear-gradient(180deg, #0db561 0%, #002e17 124.5%);
}

.soltions_list_item7::after {
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/solbg7.webp?v1);
}

.solut_slide_content h3 {
  color: var(--color-white);
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-700);
  line-height: 38px;
}

.solut_slide_content p {
  margin-top: 8px;
  color: #f9fafb;
  font-size: var(--font-size-16);
  line-height: 26px;
}

.pagNavBtnsPar {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.solutions_slides .swiper-pagination {
  all: unset;
  display: flex;
  align-items: center;
  gap: 8px;
}

.solutions_slides .swiper-button-prev,
.solutions_slides .swiper-button-next {
  all: unset;
  background: #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  color: var(--color-white);
  font-weight: 700;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-primary-red);
  width: 14px;
  height: 14px;
}

.productivity_slide_wraper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6rem;
  position: relative;
}

.prod_desk_acc_sec {
  width: 40%;
  margin-top: 16px;
}

.prod_desk_slide {
  width: 60%;
  overflow: hidden;
}

.prod_desk_acc_list {
  flex-direction: column;
  width: 100%;
  gap: 14px;
}

.prod_desk_acc_list li {
  width: 100% !important;
  background-color: var(--color-white);
}
.prod_desk_slide .swiper-slide .prod_slide_anm {
  border-radius: 20px;
}
.prod_desk_acc_list li:nth-child(1) {
  border-left: 1px solid rgba(13, 181, 97, 0.24);
}

.prod_desk_acc_list li:nth-child(2) {
  border-left: 1px solid rgba(105, 167, 255, 0.24);
}

.prod_desk_acc_list li:nth-child(3) {
  border-left: 1px solid rgba(254, 132, 63, 0.24);
}

.prod_desk_acc_list li:nth-child(4) {
  border-left: 1px solid rgba(71, 162, 211, 0.24);
}

.prod_desk_acc_list li:nth-child(5) {
  border-left: 1px solid rgba(127, 124, 255, 0.24);
}

.prod_desk_acc_list li:nth-child(6) {
  border-left: 1px solid rgba(198, 105, 255, 0.24);
}

.prod_desk_acc_list li:nth-child(1).swiper-slide-thumb-active {
  background: #fafffa;
  border-left-color: #0db561;
}

.prod_desk_acc_list li:nth-child(2).swiper-slide-thumb-active {
  border-left-color: #69a7ff;
  background: #fafbff;
}

.prod_desk_acc_list li:nth-child(3).swiper-slide-thumb-active {
  border-left-color: #fe843f;
  background: #fffaf8;
}

.prod_desk_acc_list li:nth-child(4).swiper-slide-thumb-active {
  border-left-color: #3ca9e3;
  background: #fafdff;
}

.prod_desk_acc_list li:nth-child(5).swiper-slide-thumb-active {
  border-left-color: #6976ff;
  background: #fafbff;
}

.prod_desk_acc_list li:nth-child(6).swiper-slide-thumb-active {
  border-left-color: #c669ff;
  background: #fef8ff;
}

.prod_desk_slide .swiper-slide {
  position: relative;
}

.prod_slide_mob_head,
.prod_slide_anm {
  position: relative;
  z-index: 3;
}

.prod_desk_slide
  .prod_slide_mob_wrapper
  .product_slide1
  .prod_slide_anm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/prod_slide1_bg.svg?v1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.prod_desk_slide .prod_slide_mob_wrapper .product_slide2 .prod_slide_anm {
  background: radial-gradient(
    63.22% 52.13% at 31.25% 68.67%,
    rgba(255, 212, 227, 0.3) 0%,
    rgba(116, 169, 255, 0.3) 100%
  );
  box-shadow: -20px 0px 40px 0px rgba(218, 218, 218, 0.17) inset;
}

.prod_desk_slide .prod_slide_mob_wrapper .product_slide3 .prod_slide_anm {
  background: radial-gradient(
    239.52% 153.74% at 0.07% -16.56%,
    rgba(229, 171, 203, 0.3) 0%,
    rgba(254, 163, 72, 0.18) 53.52%,
    rgba(229, 171, 203, 0.3) 100%
  );
  box-shadow: 20px -20px 40px 0px rgba(218, 218, 218, 0.17) inset;
}

.prod_desk_slide .prod_slide_mob_wrapper .product_slide4 .prod_slide_anm {
  background: radial-gradient(
    96.41% 91.14% at 74.11% 10.5%,
    rgba(60, 169, 227, 0.3) 0%,
    rgba(60, 169, 227, 0.3) 43.75%,
    rgba(133, 255, 236, 0.3) 100%
  );
  box-shadow: 20px 0px 40px 0px rgba(218, 218, 218, 0.17) inset;
}

.prod_desk_slide .prod_slide_mob_wrapper .product_slide5 .prod_slide_anm {
  background: radial-gradient(
    188.58% 150.63% at 57.6% -1.42%,
    rgba(93, 89, 255, 0.3) 0%,
    rgba(115, 108, 241, 0.3) 41%,
    rgba(127, 124, 255, 0.3) 100%
  );
  box-shadow: 20px 0px 40px 0px rgba(218, 218, 218, 0.17) inset;
}

.prod_desk_slide .prod_slide_mob_wrapper .product_slide6 .prod_slide_anm {
  background: radial-gradient(
    248.87% 133.96% at 16.87% 73.25%,
    rgba(179, 136, 250, 0.3) 0%,
    rgba(255, 113, 180, 0.3) 51%,
    rgba(179, 136, 250, 0.3) 100%
  );
  box-shadow: -20px 0px 40px 0px rgba(218, 218, 218, 0.17) inset,
    20px 0px 40px 0px rgba(218, 218, 218, 0.17) inset;
}

.prod_desk_acc_list_item {
  display: flex;
  padding: 14px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}

.prod_acc_item_head {
  gap: 8px;
  width: 100%;
}

.prod_acc_item_head img {
  max-width: 24px;
  width: 100%;
  height: auto;
}

.prod_acc_item_head h3 {
  color: var(--color-primary-black);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-500);
}

.prod_desk_acc_list_item .prod_acc_item_body {
  display: none;
}

.prod_acc_item_body p {
  color: var(--color-gray);
  font-size: var(--font-size-14);
  font-style: normal;
  line-height: 22px;
}

.prod_desk_acc_sec .swiper-slide.swiper-slide-thumb-active {
  animation: 0.5s linear botTop;
  transition: 0.1s;
}

.prod_desk_acc_list .swiper-slide-thumb-active .prod_acc_item_body {
  display: block;
}

@keyframes botTop {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: unset;
  }
}

.swiper-container.prod_desk_acc_sec
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.prod_slide_mob_head {
  display: none;
}
.progress_bar_swip {
  display: flex;
  position: absolute;
  top: 0;
  width: 40%;
  height: 4px;
  align-items: center;
  gap: 10px;
}

.progress_bar_swip .swip_progress_bars {
  width: 16.66%;
  height: 100%;
  background: #e9e9e9;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.swip_progress_bars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: -webkit-fill-available;
  width: 0%;
}
.swip_progress_bars.active::before {
  animation: 3s linear progressLine forwards;
}
.swip_progress_bars.completed::before {
  width: 100%;
  background-color: var(--color-black);
}
.swiperleftSideshadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 86%;
  z-index: 999;
  box-shadow: 30px 0 16px -20px rgba(0, 0, 0, 0.45) inset;
}
.swiperRghtSideshadow {
  right: 0;
  left: unset;
  transform: rotate(180deg);
}
@keyframes progressLine {
  0% {
    width: 0%;
    background-color: var(--color-black);
  }
  100% {
    width: 100%;
    background-color: var(--color-black);
  }
}
.timesheet_family_sec {
  background: #f9fafb;
}

/* ********** section Integration******** */
.intgrtnTxt {
  font-family: var(open sans);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-600);
  color: var(--color-primary-red);
}
.intgrtnHdng {
  font-family: var(--font-Nunito);
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-600);
  color: var(--color-primary-black);
  margin: 14px 0;
}
.clrRedHdng {
  color: var(--color-primary-red);
}
.intgrtnPara {
  font-family: var(--font-Nunito);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-400);
  color: var(--color-light-gray);
  line-height: 21px;
}
.bkDemoBtn.dFlxJstCntrAlgnCntr.ingtrnBkDemoBtn {
  max-width: 140px;
  height: 48px;
  background: var(--color-black);
  color: var(--color-white);
}
.intgrtnContntMdl {
  max-width: 475px;
  width: 100%;
  margin: auto;
}
.intgrtnMdmLghtbrdrBg {
  max-width: 1026px;
  width: 100%;
  height: 690px;
  margin: auto;
  position: relative;
}
.intgrtnMdmLghtbrdrBg::after {
  content: "";
  background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/integ_bg.svg?v1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.intgrtnPosPicPar {
  width: 64px;
  height: 64px;
  background: var(--color-white);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  animation: scaleUp 2s alternate infinite;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.14);
  }
}
.intgrtnPosPicPar img {
  width: 100%;
  height: auto;
}
.barGrphPos {
  left: -20px;
  top: 30%;
  transform: translateY(-50%);
  animation: scaleUp 2s alternate infinite;
}
.editPos {
  left: 10%;
  top: 46%;
  transform: translateY(-50%);
  animation: scaleUp 2s ease-in-out 0.3s alternate infinite;
}
.notifictnPos {
  left: 7%;
  top: 63%;
  transform: translateY(-50%);
  animation: scaleUp 2s ease-in-out 0.8s alternate infinite;
}
.tmeTblePos {
  right: 5%;
  top: 37%;
  transform: translateY(-50%);
  animation: scaleUp 2s ease-in-out 1s alternate infinite;
}
.msgPos {
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  animation: scaleUp 2s ease-in-out 1.2s alternate infinite;
}
.chckMrkPos {
  right: 12%;
  top: 62%;
  transform: translateY(-50%);
  animation: scaleUp 2s ease-in-out 0.5s alternate infinite;
}

.fade-in {
  opacity: 0;
  position: relative;
  display: inline-block;
  animation: fadeUp 1s forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .sltnSecBgPar {
    height: 80vh;
  }
  .frstCntrLftPicPar {
    width: min(400px, 48vw);
  }
}

@media (max-width: 1023px) {
  .tour_play_btn {
    width: 64px;
    height: 64px;
  }
  .mytimesheet_section section {
    padding: 4.8rem 2.4rem;
  }
  .mytimesheet_section .sltnToMngeTme {
    padding: 2.2rem 3rem 3rem;
  }
  .timesheet_tour_title h2,
  .timesheet_txt {
    font-size: var(--font-size-32);
  }

  .mytimesheet_section .section_heading {
    font-size: clamp(2rem, 3.4vw, 4rem);
    line-height: 35px;
  }

  .family_cards_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
  }

  .family_cards_list .family_cards_item:nth-last-child(1) {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
  .family_sec_cards,
  .tracker_sec_opt_list,
  .solutions_slides {
    margin-top: 3.2rem;
  }
  .solut_slide_dls {
    flex-direction: column;
    padding: 3rem 3rem 0;
  }

  .solut_slide_anm {
    height: 265px;
  }

  .solut_slide_content {
    padding: 0;
  }

  .solut_slide_content h3 {
    font-size: var(--font-size-16);
    line-height: 26px;
  }

  .solut_slide_content p {
    font-size: var(--font-size-14);
    line-height: 22px;
  }

  .solutions_slides .swiper-slide {
    height: auto;
  }

  .scrthngHdBtnBgPar {
    background-size: 100% 100%;
  }

  .scrthYrHdTxt {
    top: unset;
  }

  .prod_desk_acc_sec {
    display: none;
  }

  .prod_slide_mob_head {
    display: block;
  }

  .prod_desk_slide {
    width: 100%;
    margin-top: 1.6rem;
  }
  .progress_bar_swip {
    width: 100%;
  }
  .prod_desk_slide .swiper-slide .prod_slide_anm {
    border-radius: 14px;
  }
  .prod_slide_mob_head {
    padding: 14px 16px;
  }

  .prod_slide_title_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .prod_slide_title_wrap h3 {
    color: var(--color-primary-black);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-500);
  }

  .prod_slide_mob_head p {
    margin-top: 8px;
    color: var(--color-gray);
    font-size: var(--font-size-14);
    line-height: 22px;
  }
  .productivity_slide_wraper {
    margin-top: 2.4rem;
  }
  .frstCntrLftPicPar {
    display: none;
  }
  .sltnSecBgPar {
    background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/union_bg2.webp?v1);
  }
  .sltnTmsTimeHdng {
    font-size: clamp(1.8rem, 4.2vw, 4.8rem);
  }
  .sltnTmsTimePara {
    font-size: clamp(1.4rem, 2.1vw, 1.8rem);
    line-height: 18px;
  }
  .bkDemoBtn {
    max-width: 140px;
    height: 42px;
  }
  .bkDemoBtn::after {
    max-width: 148px;
    height: 50px;
  }
  .scrlDwnTxt {
    font-size: var(--font-size-14);
  }
  .intgrtnContntMdl {
    max-width: 380px;
  }
  .intgrtnPosPicPar {
    width: 50px;
    height: 50px;
    padding: 8px;
  }
  .barGrphPos {
    left: 3%;
  }
  .notifictnPos {
    left: 10%;
  }
  .hradmin_anm {
    left: -3%;
  }
  .empId_anm {
    right: -12%;
  }
  .tracker_sec_opt_dls p {
    font-size: var(--font-size-16);
    line-height: 22px;
  }
  .wavesPicPar {
    display: none;
  }
  .timesheet_tour_title .timesheet_tour_content {
    font-size: 32px;
  }
}

@media (max-width: 819px) {
  .notifictnPos {
    left: 12%;
  }
  .chckMrkPos {
    right: 14%;
  }
}

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .solutions_slides .swiper-pagination {
    gap: 5px;
  }
  .tour_play_btn {
    width: 30px;
    height: 30px;
  }
  .mytimesheet_section section {
    padding: 1.6rem 1.2rem;
  }
  .mytimesheet_section .timesheet_tracker_section,
  .mytimesheet_section .timesheet_solutions_section,
  .mytimesheet_section .faq_acc_section {
    padding: 3.2rem 1.2rem;
  }
  .timesheet_tour_title h2,
  .timesheet_txt {
    font-size: var(--font-size-18);
  }

  .timesheet_tour_title h2 span {
    height: 40px;
  }

  .family_cards_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }

  .family_cards_list .family_cards_item:nth-last-child(1) {
    grid-row: unset;
    grid-column: unset;
  }
  .solut_slide_content p {
    font-size: var(--font-size-12);
  }

  .solut_slide_dls {
    padding: 1.4rem 1.4rem 0;
  }

  .solutions_slides .swiper-button-prev,
  .solutions_slides .swiper-button-next {
    width: 26px;
    height: 26px;
  }

  .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }

  .scrthngHdBtnBgPar {
    background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/faq_hdr_bg_mob.svg?v1);
    background-size: cover;
  }
  .swiperleftSideshadow {
    display: none;
  }
  .intgrtnMdmLghtbrdrBg {
    max-width: 600px;
    height: 730px;
    margin: 40px auto;
  }
  .intgrtnMdmLghtbrdrBg::after {
    background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/integ_bg_mob.svg?v1);
    background-size: cover;
  }
  .msgPos {
    top: -20px;
    transform: translateX(-50%);
    left: 50%;
  }
  .tmeTblePos {
    top: 50px;
    transform: translateX(-50%);
    left: 37%;
  }
  .chckMrkPos {
    top: 100px;
    transform: translateX(-50%);
    left: 61%;
  }
  .editPos {
    bottom: 95px;
    transform: translateX(-50%);
    left: 47%;
    top: unset;
  }
  .notifictnPos {
    bottom: 55px;
    transform: translateX(-50%);
    left: 64%;
    top: unset;
  }
  .barGrphPos {
    bottom: 0px;
    transform: translateX(-50%);
    left: 30%;
    top: unset;
  }
  .intgrtnContntMdl {
    padding: 0 12px;
  }
  .tracker_sec_opt_item {
    flex-direction: column;
    padding: 0;
  }
  .tracker_sec_opt_item:nth-child(2) {
    flex-direction: column-reverse;
  }
  .tracker_sec_opt_anm,
  .tracker_sec_opt_dls {
    width: 100%;
    flex: unset;
  }
  .tracker_sec_opt_dls p {
    font-size: var(--font-size-14);
    line-height: 22px;
  }
  .tracker_sec_opt_item:not(:first-child) {
    margin-top: 2.4rem;
  }
  .faq_acc_section ul li {
    padding: 1.2rem;
  }
  .acc_heading h2,
  .acc_content {
    font-size: var(--font-size-14);
  }
  .badge_back,
  .badge_front {
    width: 45px;
    height: 25px;
  }
  .badge_frontCircle {
    width: 20px;
    height: 20px;
  }
  .badge_frontCircle img {
    width: 100%;
    height: auto;
    display: block;
  }
  .badge_frontCircle:nth-child(3) {
    font-size: 8px;
  }
  .badge_front.rotate {
    right: 15px;
  }
  .timesheet_tour_title .timesheet_tour_content {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .solutions_slides .swiper-pagination {
    gap: 0;
  }
  .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .sltnSecBgPar {
    background-image: url(https://d1yhl3hhovxmag.cloudfront.net/gshr/assets/images/mytimesheet/union_bg3.webp?v1);
  }
  .mytimesheet_section .sltnToMngeTme {
    padding: 0 0 1.6rem;
  }
  .mnContentTmsTime {
    margin: 120px 0 0;
  }
  .bkDemoBtn {
    max-width: 117px;
    height: 40px;
  }
  .bkDemoBtn::after {
    max-width: 125px;
    height: 48px;
  }
  .mytimesheet_section {
    margin-top: 0;
  }
  .empId_anm {
    width: 150px;
    bottom: 0;
    right: -15%;
  }
  .hradmin_anm {
    width: 120px;
    bottom: -10px;
    left: -4%;
  }
}
