:root {
  --propla-green: #5BB381;
  --propla-pink: #F72B60;
  --propla-yellow: #E3B44C;

  /* Font Varaibles */
  /* --font-main: "Poppins", sans-serif; */
  /* --font-main: "Cabin", sans-serif; */
  /* --font-main: "Roboto", serif; */
  /* --font-main: "Open Sans", serif; */
  /* --font-main: "Montserrat", serif; */
  /* --font-main: "Inter", serif; */
  /* --font-main: "Lato", serif; */
  /* --font-cabin: "Cabin", sans-serif; */
  /* --font-k2d: "K2D", serif; */
  /* --font-main: "Fira Sans", sans-serif;
  --font-k2d: "Fira Sans", sans-serif; */
  --font-main: "Nunito", sans-serif;
  --font-k2d: "Nunito", sans-serif;
}

/* Custom scrollbar styles */
::-webkit-scrollbar {
  width: 6px;
  /* Smaller width */
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  /* Custom thumb color */
  border-radius: 5px;
}

/* Optional: Custom scrollbar track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html {
  font-size: 1rem;
}

body {
  font-size: 1rem;
  color: #4f5254;
}

html,
body {
  font-family: var(--font-main);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.w-20 {
  min-width: 100px;
  width: 20%;
}

.w-80 {
  width: 80%;
}

.w-95 {
  width: 95%;
}

.slideanim {
  visibility: hidden;
}

.slideanim-block {
  animation: slide 1s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.form-label {
  font-size: 0.875rem;
}

.form-control,
.form-select {
  font-size: 0.8125rem;
  border-color: #9e9e9e;
}

.pl-anchor-navigation-margin {
  display: block;
  height: 100px;
  visibility: hidden;
}

.pl-navbar {
  position: fixed;
  top: 0;
  flex-direction: column;
  padding: 0;
}

.pl-navbar.pl-navbar-scroll {
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.pl-navbar .pl-navbar-active {
  background-color: #cee9da;
}

.top-nav-bg .pl-navbar {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.pl-nav-space .pl-navbar {
  top: 0;
}

.pl-navbar-top {
  background-color: transparent;
  border-bottom: 1px solid #ffdace;
  height: 26px;
  max-height: 26px;
  justify-content: center !important;
  align-items: center;
  text-align: right;
}

.pl-navbar-top a {
  text-decoration: underline !important;
  color: #000 !important;
  padding: 0 10px;
  cursor: pointer;
  transition: all 1s;
}

.pl-navbar-top a:hover {
  color: #5BB381 !important;
  text-decoration: none !important;
}

.pl-navbar .nav-item .nav-link {
  color: #191B64;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2vw;
  cursor: pointer;
  transition: all 1s;
}

.pl-navbar .nav-item .nav-link:hover {
  color: #F72B60;
}

.pl-navbar .nav-item .nav-link.active {
  color: #F72B60;
}

.pl-navbar .pl-btn {
  background-color: #F72B60;
  color: white;
  padding: 0.3vw 1vw;
  letter-spacing: normal;
  border-radius: 33px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 2vw;
  cursor: pointer;
  transition: all 1s;
}

.pl-navbar .pl-btn:hover {
  background-color: #E3B44C;
}

.pl-navbar .pl-btn.pl-btn-green {
  background-color: #5BB381;
}

.pl-navbar .pl-btn.pl-btn-green:hover {
  background-color: #E3B44C;
}

.scrollspy-example {
  scroll-behavior: smooth;
}

/* Home Section */
.pl-home .pl-home-banner .pl-home-banner-heading-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  width: 100%;
  color: #4f5254;
  /* text-align: justify; */
}

.pl-home .pl-home-banner .left-section img {
  width: 90%;
}

.pl-home .main-section {
  /* background: url("../images/home_bg_triangle.png"), url("../images/home_bg_hexa.png"), url("../images/home_bg_hexa.png"), url("../images/home_bg_boxleft.png"), url("../images/home_bg_boxright.png");
  background-position: right 14%, center 20%, center 100%, right 100%, left 70%; */
  /* background: url("../images/home_bg_triangle.png"), url("../images/home_bg_hexa.png"), url("../images/home_bg_hexa.png"), url("../images/home_bg_boxleft.png"), url("../images/home_bg_boxright.png");
  background-position: right 80px, 40% 16%, center 100%, right 100%, left 70%; */
  background: url("../images/home_bg_hexa.png"), url("../images/home_bg_hexa.png"), url("../images/home_bg_boxleft.png"), url("../images/home_bg_boxright.png");
  background-position: 40% 11%, center 100%, right 100%, left 70%;
  background-repeat: no-repeat;
  background-size: 6%, 6%, 6%, 9%, 10%;
  padding-top: 20px;
}

.pl-home .right-heading {
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
}

.pl-home h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #222;
  text-transform: capitalize;
  font-family: var(--font-k2d);
  /* text-align: justify; */
  span img{
    height: 100px;
  }
}

.pl-home .btn {
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 2;
}

.pl-home .btn:after {
  content: "";
  position: absolute;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pl-home .request-btn {
  padding: 8px 20px 8px 20px;
  border: 0;
  background: #5BB381;
  min-height: 40px;
  color: #fff;
  border-radius: 40px;
  position: relative;
  transition: all 1s;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2vw;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.pl-home .request-btn:hover {
  background: #E3B44C;
  color: #fff;
}

.pl-home .request-btn::before {
  content: "";
  /* background: url("../images/play_btn.png") no-repeat; */
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}

.pl-home .pl-home-banner-person{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
}

.pl-home .pl-home-banner-person span{
  position: absolute;
  width: 260px;
  height: 260px;
  background-color: #F72B60;
  border-radius: 50%;
  left: 50%;
  margin-left: -130px;
  bottom: 0;
}

.pl-home-banner-person-end{
  font-weight: bold;
  color: #222;
  padding-right: 20%;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-transform: uppercase;
  line-height: 100%;
  background: url(../images/home_bg_diamond.png) no-repeat 10px 98%;
  background-size: 10%;
}
.pl-home-banner-person-end{
  max-width: 50%;
}
.pl-home-banner-person-end img{
  width: 90% !important;
}

.pl-home-hr-block{
  background: url("../images/hrneeds_bg.png") no-repeat center top;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px;
  /* text-align: justify; */
}
.pl-home-hr-block h2{
  text-align: center;
  margin-bottom: 30px;
  color: #191B64;
  font-family: var(--font-k2d);
  font-weight: 700;
}
.pl-home-hr-block img{
  width: 80%;
}

/* Feature Section */
 .pl-features-section {
  background: url("../images/home_bg_hexa.png") no-repeat center 94%;
  background-size: 6%;
}

/*.pl-features-section .container {
  background: url("../images/arrows_bg.png") no-repeat left top;
  background-size: 65px;
} */

.pl-features-section .sub-heading {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F72B60;
  position: relative;
  line-height: 180%;
  margin-bottom: 10px;
}

.pl-features-section .sub-heading-label {
  font-size: 2.25rem;
  color: #191B64;
  font-weight: 700;
  line-height: 120%;
  font-family: var(--font-k2d);
}

.pl-features-section .pl-features-card{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.pl-features-section .pl-features-card .pl-features-card-icon{
  width: 42px;
  height: 42px;
  background: linear-gradient(180deg, #E69FC2 0%, #AA8CF9 100%);
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pl-features-section .pl-features-card .pl-features-card-icon img{
  width: 24px;
}

.pl-features-section .pl-features-card h4{
  color: #191B64;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: var(--font-k2d);
  padding-top: 10px;
  padding-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.pl-features-section .pl-features-card h4 span{
  background-color: #5BB381 !important;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 4px;
}

.pl-features-section .pl-features-card .pl-features-card-key{
  font-weight: 600;
  color: #222;
  font-size: 1rem;
  padding-top: 20px;
  padding-bottom: 4px;
}

.pl-features-section .pl-features-card .pl-features-img{
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.20), 0 6px 20px 0 rgba(0, 0, 0, 0.20);
}

/* Services Section */
.pl-services-section {
  background: url("../images/home_bg_boxleft.png") no-repeat right 75%;
  background-size: 10%;
}

.pl-services-section .container {
  background: url("../images/home_bg_hexa.png") no-repeat 96% 17%;
  background-size: 6%;
}

.pl-services-section .sub-heading {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F72B60;
  position: relative;
  line-height: 180%;
  margin-bottom: 10px;
}

.pl-services-section .sub-heading-label {
  font-size: 2.25rem;
  color: #191B64;
  font-weight: 700;
  line-height: 120%;
  font-family: var(--font-k2d);
}

.pl-services-section .sub-heading-label02 {
  text-transform: capitalize;
  padding-top: 10px;
}

.pl-services-section .pin-spacer{
  height: calc(7*100vh) !important;
  inset: auto !important;
}

.pl-services-section .pl-sevices-cards-section{
  /* overflow: hidden;
  top: 80px !important;
  height: 100vh;
  position: relative; */
}

.pl-services-section .pl-services-wrapper{
  /* position: relative;
  width: 100%;
  height: 100vh;
  top: 10px;
  left: 10px; */
}

.pl-services-section .pl-services-wrapper-list{
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pl-services-section .pl-services-card{ 
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10), 0 0 10px 0 rgba(0, 0, 0, 0.10);
  overflow: hidden;
  background-color: #fff;
  /* position: absolute; */
  /* width: 100%;
  height: 100%; */
  /* min-height: 480px;
  max-height: 480px; */
  display: flex;
  font-size: 0.875rem;
}

.pl-services-section .pl-services-card .pl-services-card-title{
  background-color: #5BB381;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  padding: 6px 10px;
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pl-services-section .pl-services-card h4{
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: var(--font-k2d);
}

.pl-services-section .pl-services-card p span{
  color: #000;
}

.pl-services-section .pl-services-card ul{
  list-style: none;
  padding: 0;
}

.pl-services-section .pl-services-card ul li{
  position: relative;
  padding-left: 24px;
  line-height: 140%;
  margin-bottom: 10px;
}

.pl-services-section .pl-services-card ul li::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../images/star.png") no-repeat center center;
  background-size: 100%;
}

.pl-services-section .pl-services-card .pl-services-img{
  border-radius: 20px;
  width: 80%;
  margin: 1.5rem;
}

.pl-services-section .pl-sevices-cards-section .tab-navigation {
    list-style: none;
    padding: 0;
    display: flex; /* For horizontal tabs */
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 6px;
}

.pl-services-section .pl-sevices-cards-section .tab-item {
    padding: 8px 14px;
    cursor: pointer;
    border: 0 solid #ccc;
    margin: 2px;
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.10);
}

.pl-services-section .pl-sevices-cards-section .tab-item.active {
    background-color: #F72B60;
    border-bottom: 0px solid #fff; /* To make it look selected */
    color: #fff;
}

.pl-services-section .pl-sevices-cards-section .tab-content {
    display: none; /* Hide all content by default */
    padding: 20px 8px;
    border: 0px solid #ccc;
    border-top: none;
}

.pl-services-section .pl-sevices-cards-section .tab-content.active {
    display: block; /* Show active content */
}

/* Product Overview Section */
.pl-product-section .pl-product-card{ 
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10), 0 0 5px 0 rgba(0, 0, 0, 0.10);
  overflow: hidden;
  background: #fff url("../images/productoverview_img.jpg") no-repeat left top;
  background-size: 100%;
  font-size: 0.875rem;
}

.pl-product-section .pl-product-card .pl-product-card-title{
  color: #F6396A;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}

.pl-product-section .pl-product-card h4{
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 26px;
  font-family: var(--font-k2d);
}

.pl-product-section .pl-product-card p span{
  color: #000;
}

.pl-product-section .pl-product-card .pl-product-img{
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.pl-product-section .pl-product-card ul{
  color: #000;
  padding-left: 1rem;
}

/* Feedback Section */
.pl-feedback-section {
  background: url("../images/home_bg_boxright.png") no-repeat left 80%;
  background-size: 10%;
}

.pl-feedback-section .pl-feedback-card{ 
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10), 0 0 10px 0 rgba(0, 0, 0, 0.10);
  overflow: hidden;
  background-color: #fff;
}

.pl-feedback-section .pl-feedback-card .card .card-body .sub-heading{
  color: #F6396A;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}

.pl-feedback-section .pl-feedback-card .card .card-body .sub-heading-label{
  color: #191B64;
  font-weight: 700;
  font-size: 2rem;
  padding-top: 0;
  line-height: 110%;
  font-family: var(--font-k2d);
}

.pl-feedback-section .pl-feedback-card .card {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
}

.pl-feedback-section .pl-feedback-card .card .card-body .rating {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}

.pl-feedback-section .pl-feedback-card .card .card-body .rating .pl-rating-text{
  color: #F6396A;
  font-size: 2rem;
  font-weight: 700;
  border-right: 1px solid #ddd;
  padding-right: 20px;
  margin-right: 20px;
}

.pl-feedback-section .pl-feedback-card .card .card-body .rating .pl-rating-star{
  display: flex;
  flex-direction: column;
}

.pl-feedback-section .pl-feedback-card .card .card-body .rating .pl-rating-star span.material-symbols-outlined{
  color: #DFB300;
}

.pl-feedback-section .pl-feedback-card .card .card-body .clientsat{
  color: #5BB381;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
}

.pl-feedback-section .carousel .carousel-control-next,
.pl-feedback-section .carousel .carousel-control-prev {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #718096;
  transition: all 1s;
  top: 100%;
  margin-top: -100px;
  margin-left: -60%;
  transition: all 1s;
  display: none;
}

.pl-feedback-section .carousel .carousel-control-next:hover,
.pl-feedback-section .carousel .carousel-control-prev:hover {
  background-color: #5BB381;
  border-color: #5BB381;
}

.pl-feedback-section .carousel .carousel-control-next:hover .carousel-control-prev-icon,
.pl-feedback-section .carousel .carousel-control-prev:hover .carousel-control-prev-icon {
  background: url("../images/arrow_right.png") no-repeat center center;
  background-size: 58%;
  transform: rotate(180deg);
}

.pl-feedback-section .carousel .carousel-control-next:hover .carousel-control-next-icon,
.pl-feedback-section .carousel .carousel-control-prev:hover .carousel-control-next-icon {
  background: url("../images/arrow_right.png") no-repeat center center;
  background-size: 58%;
  transform: rotate(0deg);
}

.pl-feedback-section .carousel .carousel-control-next {
  left: 80px;
}

.pl-feedback-section .carousel .carousel-control-prev-icon {
  background: url("../images/arrow_left.png") no-repeat center center;
  background-size: 58%;
}

.pl-feedback-section .carousel .carousel-control-next-icon {
  background: url("../images/arrow_left.png") no-repeat center center;
  background-size: 58%;
  transform: rotate(180deg);
}

.pl-feedback-section .carousel .carousel-indicators {
  margin-bottom: -2rem;
}

.pl-feedback-section .carousel .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid #666;
  background: transparent;
  opacity: 1;
}

.pl-feedback-section .carousel .carousel-indicators .active {
  background: #E3B44C;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 0;
  margin-top: -2px;
}

.pl-feedback-section .carousel .carousel-item .card {
  width: calc(50% - 40px);
  min-height: 100%;
  max-height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 8px;
  margin-right: 8px;
  border: 0;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.15);
  background: url("../images/dots.png") no-repeat 20% 10%;
  background-size: 15%;
}

.pl-feedback-section .carousel .carousel-item .card:first-child {
  border-top-left-radius: 50px;
}
.pl-feedback-section .carousel .carousel-item .card:last-child {
  border-top-right-radius: 50px;
}

.pl-feedback-section .carousel .carousel-item .card .card-title {
  display: flex;
  flex-direction: column;
  font-weight: 700;
}

.pl-feedback-section .carousel .carousel-item .card .pl-comingsoon {
  background-color: #F72B60;
  padding-right: 10px;
  padding-left: 20px;
  height: 36px;
  position: absolute;
  top: 1px;
  left: -7px;
  font-family: var(--font-k2d);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.pl-feedback-section .carousel .carousel-item .card .pl-comingsoon img {
  height: 24px;
  margin-right: 10px;
}

.pl-feedback-section .carousel .carousel-item .card .pl-comingsoon .pl-coming-arrow {
  background: url("../images/coming_arrow_left.png") no-repeat right center;
  background-size: cover;
  position: absolute;
  right: -36px;
  top: 0;
  width: 36px;
  height: 36px;
}

.pl-feedback-section .carousel .carousel-item .card .pl-comingsoon::before {
  content: "";
  background: url("../images/comingsoon_top.png") no-repeat right center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -8px;
  width: 8px;
  height: 8px;
}

.pl-feedback-section .carousel .carousel-item .card .pl-comingsoon::after {
  content: "";
  background: url("../images/comingsoon_bottom.png") no-repeat right center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 8px;
  height: 8px;
}

.pl-feedback-section .carousel .carousel-item .card h5 {
  color: #000;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: var(--font-k2d);
}

.pl-feedback-section .carousel .carousel-item .card h5 img {
  width: 90px;
  margin-left: -10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.pl-feedback-section .carousel .carousel-item .card h5 p{
  font-size: 1rem;
  font-weight: 400;
  color: #4f5254;
}

.pl-feedback-section .carousel .carousel-item .card p {
  color: #4f5254;
  text-align: center;
}

.pl-feedback-section .carousel .carousel-item .card .star{
  color: #DFB300;
  font-size: 0.75rem;
}

/* How Section */
.pl-how-section {
  position: relative;
}

.pl-how-section::before {
  content: "";
  position: absolute;
  background: url("../images/how_bg.png") no-repeat center bottom;
  opacity: 0.1;
  background-size: 100%;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}

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

.pl-how-section .sub-heading {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F72B60;
  position: relative;
  margin-bottom: 10px;
  line-height: 180%;
}

.pl-how-section .sub-heading-label {
  font-size: 1.75rem;
  font-family: var(--font-k2d);
  color: #222;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}

.pl-how-section .pl-how-img {
  background: url("../images/circle_dot_bg.png") no-repeat 110% 0;
  background-size: 50%;
}

.pl-how-section .pl-how-card {
  display: flex;
  align-items: start;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px;
  margin-bottom: 20px;
}

.pl-how-section .pl-how-card img {
  width: 60px;
}

.pl-how-section p {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  color: #718096;
  text-align: justify;
}

.pl-how-section p span {
  font-weight: 500;
  font-family: var(--font-k2d);
  margin-bottom: 6px;
  font-size: 1.25rem;
  color: #222;
}

/* HRMS */
.pl-hrms-section .container {
  background: url("../images/arrows_bg.png") no-repeat right top;
  background-size: 50px;
}

.pl-hrms-section .sub-heading {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F72B60;
  position: relative;
  margin-bottom: 10px;
  line-height: 180%;
}

.pl-hrms-section .sub-heading-label {
  font-size: 1.75rem;
  font-family: var(--font-k2d);
  color: #222;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}

.pl-hrms-section .sub-heading-label span {
  color: #5BB381;
}

.pl-hrms-section .pl-hrms-feature {
  border: 1px solid #5BB381;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  min-width: 130px;
  min-height: 130px;
  position: relative;
  text-align: center;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% {    
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.pl-hrms-section .pl-hrms-feature.pink {
  border: 1px solid #F72B60;
}

.pl-hrms-section .pl-hrms-feature.yellow {
  border: 1px solid #E3B44C;
}

.pl-hrms-section .pl-hrms-feature:nth-child(odd) {
  margin-top: 100px;
  animation: float 3s ease-in-out infinite;
}

.pl-hrms-section .pl-hrms-feature:hover, .pl-hrms-section .pl-hrms-feature:nth-child(odd):hover {
  animation-play-state: paused;
}

.pl-hrms-section .pl-hrms-feature .pl-hrms-feature-icon {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  background-color: #5BB381;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pl-hrms-section:hover .pl-hrms-feature .pl-hrms-feature-icon {
  animation: zoom-in-zoom-out 3s linear infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }

  50% {
    scale: 70%;
  }

  100% {
    scale: 100%;
  }
}

.pl-hrms-section .pl-hrms-feature.pink .pl-hrms-feature-icon {
  background-color: #F72B60;
}

.pl-hrms-section .pl-hrms-feature.yellow .pl-hrms-feature-icon {
  background-color: #E3B44C;
}

.pl-hrms-section .pl-hrms-feature .pl-hrms-feature-icon span {
  color: #fff;
  font-size: 1.5rem;
}

.pl-hrms-section .pl-hrms-feature-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pl-hrms-section h5 {
  font-weight: 500;
  font-family: var(--font-k2d);
  margin-bottom: 7px;
  font-size: 0.875rem;
  color: #222;
  padding-left: 5px;
  padding-right: 5px;
}

.pl-hrms-section p {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  color: #718096;
  text-align: justify;
  padding-left: 21px;
  padding-right: 11px;
}

/* About Section */
.pl-about-section {
  background: url("../images/circle_bg02.png") no-repeat right top, url("../images/stars_bg.png") no-repeat 98% 0;
  background-size: 10%, 7%;
}

.pl-about-section .pl-about-section-container01 {
  position: relative;
  padding: 50px 20px;
  margin: 75px 50px 100px;
  background-color: rgba(250, 205, 73, 0.08);
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pl-about-section .pl-about-section-container01::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 180px;
  height: 180px;
  background: url("../images/dots_bg.png") no-repeat;
  background-size: 100%;
}

.pl-about-section .pl-about-section-container01::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  background: url("../images/dots_bg.png") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}

.pl-about-section .pl-about-section-container02 {
  margin: 100px 50px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
}

.pl-about-section .pl-about-section-container02 .pl-about-vision-img {
  position: relative;
  height: 300px;
}

.pl-about-section .pl-about-section-container02 .pl-about-vision-img img {
  height: 400px;
  position: absolute;
  left: 0;
  top: -50px;
}

.pl-about-section .pl-about-section-container02 .accordion {
  position: relative;
  display: flex;
  justify-content: center;
}

.pl-about-section .pl-about-section-container02 .accordion .accordion-item {
  border: 0;
}

.pl-about-section .pl-about-section-container02 .accordion .accordion-item .accordion-button {
  border-radius: 0;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
  font-family: var(--font-k2d);
}

.pl-about-section .pl-about-section-container02 .accordion .accordion-item .accordion-button::after {
  background: none;
  transform: none;
  height: 0;
  background-color: #5BB381;
  width: 60px;
  bottom: 2px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
}

.pl-about-section .pl-about-section-container02 .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.pl-about-section .pl-about-section-container02 .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  height: 4px;
}

.pl-about-section .pl-about-section-container02 .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.pl-about-section .pl-about-section-container02 .accordion .accordion-item .accordion-button:focus-visible {
  outline: none;
}

.pl-about-section .pl-about-section-container02 .accordion .accordion-item .accordion-collapse {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
}

.pl-about-section .pl-about-section-container02 .accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: justify;
  color: #718096;
}

.pl-about-section .sub-heading {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F72B60;
  position: relative;
  margin-bottom: 10px;
  line-height: 180%;
}

.pl-about-section .sub-heading-label {
  font-size: 1.75rem;
  font-family: var(--font-k2d);
  color: #222;
  font-weight: 500;
  line-height: 120%;
  width: 70%;
  text-align: center;
  margin-bottom: 0;
}

.pl-about-section .sub-heading-label span {
  color: #5BB381;
}

.pl-about-section p {
  font-weight: 400;
  display: flex;
  color: #718096;
  text-align: justify;
}

.pl-about-section p span {
  font-weight: 500;
  min-width: 20%;
  padding-right: 10px;
}

.pl-about-section .card {
  border: 0;
  background-color: #EDF8F1;
  padding: 0;
  border-radius: 0;
}

.pl-about-section .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
}

.pl-about-section .card .card-body .card-title {
  padding: 10px 0 20px 0;
  text-transform: uppercase;
  font-weight: 500;
}

.pl-about-section .card.card-left {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.pl-about-section .card.card-right {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.pl-about-section .card .about-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(91, 179, 129, 0.15);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pl-about-section .card .about-icon img {
  width: 30px;
}

.pl-gettouch{
  background-color: #F72B60;
  border-radius: 10px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.pl-gettouch .pl-gettouch-section{  
  padding: 20px 50px;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  font-style: italic;
}

.pl-gettouch .pl-gettouch-section .btn{
  background-color: #fff;
  color: #000;
  padding: 8px 20px;
  min-width: 160px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 16px;
}

.pl-gettouch-bottom{
  background: #E3B44C url(../images/pricing_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 20px 20px;  
}

.pl-gettouch.pl-gettouch-bottom .pl-gettouch-section{
  font-style: normal; 
  color: #000;
}
.pl-gettouch.pl-gettouch-bottom .pl-gettouch-section p{ 
  font-size: 1rem;
  font-weight: 400;
}

.pl-gettouch.pl-gettouch-bottom .pl-gettouch-section .btn{
  color: #050A30;
}

.pl-clients-section .card {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
}

.pl-clients-section .card .card-body .rating {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}

.pl-clients-section .card .card-body .rating .pl-rating-text{
  color: #0C3682;
  font-size: 2rem;
  font-weight: 700;
  border-right: 1px solid #ddd;
  padding-right: 20px;
  margin-right: 20px;
}

.pl-clients-section .card .card-body .rating .pl-rating-star{
  display: flex;
  flex-direction: column;
}

.pl-clients-section .card .card-body .rating .pl-rating-star span.material-symbols-outlined{
  color: #DFB300;
}

.pl-clients-section .pl-product-card{
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.5s;
  margin-bottom: 20px;
  min-height: 100px;
  max-height: 100px;
}

.pl-clients-section .pl-product-card:hover{
  width: 105%;
}

.pl-clients-section .pl-product-card img{
  width: auto;
  max-width: 90%;
  max-height: 80px;
}

.pl-footer {
  /* background-color: rgba(251, 215, 135, 0.1); */
  color: #222;
}

.pl-footer .footer {
  border-top: 1px solid #ffdace;
  padding: 5px;
  font-size: 0.75rem;
}

.pl-footer-bottom{
  font-size: 0.875rem;
}

.pl-footer-bottom .pl-heart {
  background: url(../images/heart.png) no-repeat center center;
  background-size: 90%;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.pl-footer .footer.pl-footer-main {
  background-color: #fff;
  color: black;
}

.pl-footer .footer.pl-footer-main .footer {
  border-top: 0;
  padding: 0
}

.pl-footer-top {
  color: #2b2b2b;
  background: url(../images/footer_bg.png) no-repeat center top;
  background-size: cover;
}

.pl-footer-top .pl-footer-top-section a{
  color: #222;
  text-decoration: none;
}

.pl-footer-top .pl-footer-top-section a:hover{
  text-decoration: underline;
}

.pl-footer-top .footer-body {
  padding-top: 3vw;
  padding-bottom: 3vw;
  font-size: 0.875rem;
}

.pl-footer-top .footer-body .footer-body-left .logo .logo-img {
  width: 40%;
}

.pl-footer-top h5 {
  font-size: 1.25rem;
  font-weight: 700;
}

.pl-footer-top p {
  font-size: 0.875rem;
  font-weight: 400;
}

.pl-footer-top p span {
  font-weight: 500;
  padding-right: 4px;
}

.pl-footer-top p a {
  color: #222;
  text-decoration: none;
}

.pl-footer-top p a:hover {
  color: #5BB381;
}

.pl-footer-top a {
  transition: all 1s;
}

.pl-footer-top a:hover {
  opacity: 0.8;
}

.pl-footer-top .footer-body .pl-footer-links h6{
  font-size: 1rem;
  padding-bottom: 16px;
}

.pl-footer-top .footer-body .pl-footer-links ul{
  list-style: none;
  padding: 0;
}

.pl-footer-top .footer-body .pl-footer-links ul li{
  padding-bottom: 10px;
}

.pl-footer-top .footer-body .pl-footer-links ul li a{
  color: #222;
  text-decoration: none;
  font-weight: 600;  
}

.pl-footer-top .footer-body .pl-footer-links ul li a:hover{
  text-decoration: underline;
}

.pl-footer-top .footer-body .footer-body-left .pl-social-icons a{
  width: 36px;
  transition: all 0.2s;
  opacity: 1;
}

.pl-footer-top .footer-body .footer-body-left .pl-social-icons a img{
  width: 100%;  
}

.pl-footer-top .footer-body .footer-body-left .pl-social-icons a:hover{
  opacity: 0.6;
}

.pl-toast {
  top: 20px;
  right: 20px;
  z-index: 9999
}

.pl-toast .toast {
  position: relative;
  overflow: hidden;
  padding: 7px 0;
}

.pl-toast .toast .toast-body {
  padding: 5px 20px;
  font-size: 13px;
}

.pl-toast .toast::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 5px;
  height: 100%;
  border-radius: 0;
}

.pl-toast .toast .btn-close {
  --bs-btn-close-bg: none;
  min-width: 30px;
  min-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 0;
  opacity: 1;
}

.pl-toast .toast .btn-close:hover {
  opacity: 0.7;
}

.pl-toast .toast .btn-close::before {
  content: "X";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

/* Video */
.pl-video{
  border-radius: 20px;
}

/* Modal */
.pl-modal .modal-header,
.pl-modal .modal-footer {
  border: 0;
}

.pl-modal .modal-header,
.pl-modal .modal-body,
.pl-modal .modal-footer {
  padding-left: 24px;
  padding-right: 24px;
}

.pl-modal .modal-body {
  padding-top: 0;
}

.pl-modal.pl-video-modal .modal-content {
  background: transparent;
  border: 0;
}

.pl-modal.pl-video-modal .modal-body {
  padding: 0;
  position: relative;
}

.pl-modal.pl-video-modal .modal-body .btn-close {
  --bs-btn-close-bg: none;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #F72B60;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #fff;
  font-size: 1.5rem;
  z-index: 1;
  transition: all 1s;
}

.pl-modal.pl-video-modal .modal-body .btn-close:hover {
  opacity: 0.7;
}

.pl-modal .modal-header h5 {
  font-size: 1.5rem;
  color: #000;
}

.pl-modal .modal-header .btn-close {
  font-size: 1rem;
}

.pl-modal .modal-footer .pl-modal-btn {
  background-color: #5bb381;
  padding: 0.5rem 1rem;
  height: 36px;
  font-size: 0.875rem;
  color: #fff;
}

.pl-modal .modal-footer .pl-modal-btn:hover {
  opacity: 0.8;
}

.pl-modal .modal-footer .pl-modal-btn.pl-modal-btn-pink {
  background-color: #f72b60;
}

/* Register Success Popup */
.pl-home-success-popup .modal-dialog {
  width: 600px;
  max-width: 75%;
}

.pl-home-success-popup .modal-content {
  background: #fff url("../images/circle_bg.png") left top no-repeat;
  background-size: 90%;
  border-radius: 20px;
  border: 0;
  color: #fff;
  padding: 0;
  font-size: 1rem;
  overflow: hidden;
}

.pl-home-success-popup .modal-content .modal-body {
  padding: 0;
  text-align: center;
}

.pl-home-success-popup .pl-home-sucess-msg {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #333;
}

.pl-home-success-popup .pl-home-success-title {
  font-size: 1.25rem;
  font-weight: 400;
  background-color: #5BB381;
  padding: 20px 20px 30px;
}

.pl-home-success-title span {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}

.pl-home-success-title b {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: 500;
  display: block;
  color: #fff;
}

.pl-home-success-text {
  margin-top: 20px;
  padding: 0 20px 0;
}

.pl-home-success-popup .modal-footer {
  margin-top: 0;
}

.pl-home-success-popup-button {
  background-color: #5bb381;
  color: white;
  padding: 6px 30px;
  border-radius: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pl-home-success-popup-button:hover {
  background-color: #2f9059;
}

.pl-success-piece {
  position: absolute;
  width: 6px;
  height: 20px;
  background: #E3B44C;
  top: 0;
  opacity: 0;
}

.pl-success-piece:nth-child(1) {
  left: 7%;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 182ms;
  animation-duration: 1116ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 182ms;
  -webkit-animation-duration: 1116ms;
}

.pl-success-piece:nth-child(2) {
  left: 14%;
  transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 161ms;
  animation-duration: 1076ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 161ms;
  -webkit-animation-duration: 1076ms;
}

.pl-success-piece:nth-child(3) {
  left: 21%;
  transform: rotate(-51deg);
  -webkit-transform: rotate(-51deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 481ms;
  animation-duration: 1103ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 481ms;
  -webkit-animation-duration: 1103ms;
}

.pl-success-piece:nth-child(4) {
  left: 28%;
  transform: rotate(61deg);
  -webkit-transform: rotate(61deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 334ms;
  animation-duration: 708ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 334ms;
  -webkit-animation-duration: 708ms;
}

.pl-success-piece:nth-child(5) {
  left: 35%;
  transform: rotate(-52deg);
  -webkit-transform: rotate(-52deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 302ms;
  animation-duration: 776ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 302ms;
  -webkit-animation-duration: 776ms;
}

.pl-success-piece:nth-child(6) {
  left: 42%;
  transform: rotate(38deg);
  -webkit-transform: rotate(38deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 180ms;
  animation-duration: 1168ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 180ms;
  -webkit-animation-duration: 1168ms;
}

.pl-success-piece:nth-child(7) {
  left: 49%;
  transform: rotate(11deg);
  -webkit-transform: rotate(11deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 395ms;
  animation-duration: 1200ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 395ms;
  -webkit-animation-duration: 1200ms;
}

.pl-success-piece:nth-child(8) {
  left: 56%;
  transform: rotate(49deg);
  -webkit-transform: rotate(49deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 14ms;
  animation-duration: 887ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 14ms;
  -webkit-animation-duration: 887ms;
}

.pl-success-piece:nth-child(9) {
  left: 63%;
  transform: rotate(-72deg);
  -webkit-transform: rotate(-72deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 149ms;
  animation-duration: 805ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 149ms;
  -webkit-animation-duration: 805ms;
}

.pl-success-piece:nth-child(10) {
  left: 70%;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 351ms;
  animation-duration: 1059ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 351ms;
  -webkit-animation-duration: 1059ms;
}

.pl-success-piece:nth-child(11) {
  left: 77%;
  transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 307ms;
  animation-duration: 1132ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 307ms;
  -webkit-animation-duration: 1132ms;
}

.pl-success-piece:nth-child(12) {
  left: 84%;
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 464ms;
  animation-duration: 776ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 464ms;
  -webkit-animation-duration: 776ms;
}

.pl-success-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-72deg);
  -webkit-transform: rotate(-72deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 429ms;
  animation-duration: 818ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
  -webkit-animation-duration: 818ms;
}

.pl-success-piece:nth-child(14) {
  left: 95%;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 429ms;
  animation-duration: 818ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
  -webkit-animation-duration: 818ms;
}

.pl-success-piece:nth-child(15) {
  left: 98%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 429ms;
  animation-duration: 818ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
  -webkit-animation-duration: 818ms;
}

.pl-success-piece:nth-child(odd) {
  background: #8cf8ba;
}

.pl-success-piece:nth-child(even) {
  z-index: 1;
}

.pl-success-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  animation-duration: 2000ms;
  -webkit-animation-duration: 2000ms;
}

.pl-success-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  animation-duration: 2500ms;
  animation-delay: 1000ms;
  -webkit-animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
}

.pl-success-piece:nth-child(4n-7) {
  background: #F72B60;
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(350px);
  }
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(350px);
  }
}

/* Media Queries */
@media screen and (max-width:576px) {
  .pl-navbar .logo-img {
    width: 50%;
  }
  
  .pl-gettouch .pl-gettouch-section{
    padding: 20px;
  }

  .pl-navbar .navbar-collapse {
    background-color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 90px;
    right: 30px;
  }

  .pl-navbar .buttons {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 20px;
  }

  .pl-navbar .pl-btn {
    padding: 8px 16px;
  }

  .pl-home .pl-home-banner .left-section img {
    width: 100%;
  }

  .pl-home .right-heading {
    background-image: none !important;
    width: 100%;
    font-size: 1.5rem;
  }

  .pl-home .right-section-1 p {
    text-align: justify !important;
    font-size: 1.5rem;
  }

  .pl-features-section .carousel .carousel-item .card .pl-comingsoon {
    font-size: 0.875rem;
  }

  .pl-features-section .carousel .carousel-item .card .pl-comingsoon .pl-coming-arrow {
    right: -25px;
  }

  .pl-about-section .pl-about-section-container01 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
  }

  .pl-about-section .pl-about-section-container01::after {
    right: -10px;
    background-position: bottom;
    background-size: 50%;
  }

  .pl-about-section .pl-about-section-container01::before {
    left: -10px;
    background-size: 50%;
  }

  .pl-about-section .pl-about-section-container02 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 30px;
  }

  .pl-about-section .pl-about-section-container02 .pl-about-vision-img img {
    width: 100%;
    height: auto;
  }

  .pl-about-section .pl-about-section-container02 .accordion {
    min-height: 300px;
  }

  .pl-features-section .container {
    background-size: 30px;
  }

  .pl-features-section .carousel .carousel-control-next,
  .pl-features-section .carousel .carousel-control-prev {
    margin-top: 0;
    margin-left: calc(50% - 70px);
  }

  .pl-features-section .carousel .carousel-item .card {
    width: calc(100% - 40px);
    min-height: 310px;
  }

  .pl-features-section .carousel .carousel-item .card:last-child {
    display: none;
  }

  .pl-hrms-section .pl-hrms-feature {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    margin-top: 20px;
    padding: 20px;
  }

  .pl-hrms-section .pl-hrms-feature:nth-child(odd) {
    margin-top: 20px;
  }

  .pl-hrms-section h5 {
    font-size: 0.75rem;
  }

  .pl-hrms-section p {
    font-size: 0.625rem;
    line-height: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-body {
    gap: 6vw;
  }

  .pl-footer-top .footer-body .footer-body-left .logo .logo-img {
    width: 60%;
  }

  .pl-home-success-popup .modal-dialog {
    width: 97%;
    max-width: 97%;
  }
  .pl-feedback-section .carousel .carousel-item .card {
    width: 100%;
  }
  .pl-home .pl-home-banner-person span{
    width: 240px;
    height: 240px;    
    margin-left: -120px;
  }
  .pl-home-banner-person-end{
    padding-right: 20px;
    margin-left: 10px;
  }
  .pl-home .pl-home-banner-person span{
    width: 300px;
    height: 300px;
    margin-left: -150px;
  }
  .pl-services-section .pl-sevices-cards-section .tab-navigation{
    justify-content: center;
  }
  .pl-home-hr-block img{
    width: 80%;
    margin-left: 10%;
  }
  .pl-services-section .pl-sevices-cards-section .tab-item{
    margin: 6px 2px;
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .pl-navbar .logo-img {
    width: 30%;
  }

  .pl-navbar .navbar-collapse {
    background-color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 90px;
    right: 30px;
  }

  .pl-navbar .buttons {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 20px;
  }

  .pl-navbar .pl-btn {
    padding: 8px 16px;
  }

  .pl-home .pl-home-banner .left-section img {
    width: 100%;
  }

  .pl-home .right-heading {
    background-image: none !important;
    width: 100%;
    font-size: 1.25rem;
  }

  .pl-home .right-section-1 p {
    font-size: 1rem;
  }

  .pl-about-section .pl-about-section-container01 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pl-about-section .pl-about-section-container01::after {
    right: -40px;
  }

  .pl-about-section .pl-about-section-container02 {
    margin-left: 10px;
    margin-right: 30px;
    padding-bottom: 30px;
  }

  .pl-about-section .pl-about-section-container02 .pl-about-vision-img img {
    left: -30px;
  }

  .pl-about-section .pl-about-section-container02 .accordion {
    min-height: 300px;
  }

  .pl-features-section .container {
    background-size: 40px;
  }

  .pl-features-section .carousel .carousel-control-next,
  .pl-features-section .carousel .carousel-control-prev {
    margin-top: 0;
    margin-left: calc(50% - 70px);
  }

  .pl-features-section .carousel .carousel-item .card {
    width: calc(100% - 40px);
    min-height: 310px;
  }

  .pl-features-section .carousel .carousel-item .card:last-child {
    display: none;
  }

  .pl-features-section .carousel .carousel-item .card .pl-comingsoon {
    font-size: 0.875rem;
  }

  .pl-features-section .carousel .carousel-item .card .pl-comingsoon .pl-coming-arrow {
    right: -25px;
  }

  .pl-hrms-section .pl-hrms-feature {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }

  .pl-hrms-section .pl-hrms-feature:nth-child(odd) {
    margin-top: 100px;
  }

  .pl-hrms-section h5 {
    font-size: 0.75rem;
  }

  .pl-hrms-section p {
    font-size: 0.675rem;
  }

  .footer-body {
    gap: 6vw;
  }

  .pl-home-success-popup .modal-dialog {
    width: 500px;
    max-width: 90%;
  }
  .pl-feedback-section .carousel .carousel-item .card {
    width: 100%;
  }
  .pl-home .pl-home-banner-person span{
    width: 300px;
    height: 300px;    
    margin-left: -150px;
  }
  .pl-home-banner-person-end{
    padding-right: 20px;
    margin-left: 10px;
  }
  .pl-services-section .pl-sevices-cards-section .tab-navigation{
    justify-content: center;
  }
  .pl-home-hr-block img{
    width: 60%;
    margin-left: 20%;
  }
  .pl-services-section .pl-sevices-cards-section .tab-item{
    margin: 6px 2px;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  .pl-navbar .logo-img {
    width: 32%;
  }

  .pl-navbar .navbar-collapse {
    background-color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 90px;
    right: 30px;
  }

  .pl-navbar .pl-btn {
    padding: 8px 16px;
  }

  .pl-navbar .buttons {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 20px;
  }

  .pl-home .pl-home-banner .left-section img {
    width: 100%;
  }

  .pl-home h3{
    font-size: 2rem;
    span img {
      height: 60px;
    }
  }

  .pl-home .right-heading {
    background-image: none;
    width: 100%;
  }

  .pl-about-section .pl-about-section-container01 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pl-about-section .pl-about-section-container01::after {
    right: -40px;
  }

  .pl-about-section .pl-about-section-container02 {
    margin-left: 10px;
    margin-right: 30px;
    padding-bottom: 30px;
  }

  .pl-about-section .pl-about-section-container02 .pl-about-vision-img img {
    left: -30px;
    width: 120%;
  }

  .pl-features-section .carousel .carousel-item .card .pl-comingsoon {
    font-size: 0.875rem;
  }

  .pl-features-section .carousel .carousel-item .card .pl-comingsoon .pl-coming-arrow {
    right: -25px;
  }

  .footer-body {
    gap: 4vw;
  }

  .pl-home-banner-person-end{
    margin-left: 20px;
    padding-right: 50px;
  }
  .pl-home .pl-home-banner-person span{
    width: 260px;
    height: 260px;
    margin-left: -130px;
  }
  .pl-services-section .pl-sevices-cards-section .tab-navigation{
    justify-content: center;
  }
  .pl-home-hr-block img{
    width: 60%;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .pl-navbar .nav-item {
    padding: 0;
  }

  .pl-navbar .nav-item .nav-link {
    padding: 0 0.5rem;
  }

  .pl-home .pl-home-banner .left-section img {
    width: 90%;
  }

  .pl-home h3{
    font-size: 2.25rem;
    span img {
      height: 80px;
    }
  }

  .pl-about-section .pl-about-section-container02 .pl-about-vision-img img {
    left: -35px;
  }

  .pl-hrms-section .pl-hrms-feature {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }

  .pl-hrms-section .pl-hrms-feature:nth-child(odd) {
    margin-top: 90px;
  }

  .pl-hrms-section h5 {
    font-size: 0.875rem;
    margin-bottom: 5px;
    line-height: 100%;
  }

  .pl-hrms-section p {
    font-size: 0.75rem;
    line-height: 100%;
    padding-left: 16px;
    padding-right: 6px;
  }
  .pl-home .pl-home-banner-person span{
    width: 340px;
    height: 340px;
    margin-left: -170px;
  }
}
@media screen and (min-width:1401px) {
  .pl-home .main-section{
    padding-top: 60px !important;
  }
  .pl-home .pl-home-banner .left-section img{
    width: 80%;
  }
  .pl-home .right-heading{
    font-size: 4rem;
  }
  .pl-home .pl-home-banner .pl-home-banner-heading-label{
    font-size: 1.25rem;
  }
  .pl-home .request-btn{
    font-size: 0.875rem;
    padding: 12px 50px 12px 70px;
  }
  .pl-home .request-btn::before{
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .pl-home .pl-home-banner-person span{
    width: 320px;
    height: 320px;
    margin-left: -160px;
  }
}

@media screen and (min-width:1600px) { 
  .pl-navbar-top a{
    font-size: 1rem;
  }
  .navbar-brand img{
    width: 70%;
  }
  .pl-navbar .nav-item .nav-link, .pl-navbar .pl-btn{
    font-size: 1.25rem;
  }
  .pl-home .main-section{
    padding-top: 80px !important;
  }
  .pl-home .pl-home-banner .left-section img{
    width: 80%;
  }
  .pl-home .right-heading{
    font-size: 4rem;
  }
  .pl-home h3 {
    font-size: 4rem;
    span img{
      height: 120px;
    }
  }
  .pl-home .pl-home-banner .pl-home-banner-heading-label{
    font-size: 1.25rem;
  }
  .pl-home .request-btn{
    font-size: 1.25rem;
    padding: 12px 50px 12px 70px;
  }
  .pl-home .request-btn::before{
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .pl-home .pl-home-banner-person span{
    width: 420px;
    height: 420px;
    margin-left: -210px;
  }
}