@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
h1 {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: "Source Serif 4", serif;
  text-align: center;
}
h2 {
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: "Source Serif 4", serif;
}
h3 {
  font-weight: 500;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 25px;
  font-family: "Source Serif 4", serif;
}
h4 {
  font-weight: 500;
  color: #525252;
  padding-bottom: 10px;
  font-size: 20px;
  font-family: "Source Serif 4", serif;
}
h6 {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: "Source Serif 4", serif;
}
p {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 10px;
  font-family: "Source Serif 4", serif;
}
a:hover {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.wrapper {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sticky .test {
  background-color: rgba(255, 255, 255, 1);
  z-index: 99999999999999;
  width: 100%;
}
.header a {
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  padding: 0px !important;
}
.main_container {
  max-width: 740px;
  height: 100%;
  margin: 10px auto 0px auto;
}

.in_container {
  background: #fafafa;
  border-radius: 2px;
  box-shadow: 0 0 6px #c9d1de;
  -webkit-box-shadow: 0 0 6px #c9d1de;
  -moz-box-shadow: 0 0 6px #c9d1de;
  -o-box-shadow: 0 0 6px #c9d1de;
}

.back_link {
  display: block;
  text-decoration: none;
  margin-top: 80px;
  text-align: center;
  font-family: "Source Serif 4", serif;
  color: #3e3e3e;
  font-size: 16px;
  letter-spacing: 1px;
}

.back_link .back_arrow_icon {
  vertical-align: middle;
  margin-right: 10px;
}

html {
  width: 100%;
}
table {
  font-size: 14px;
  border: 0;
}

img {
  border: none !important;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.fancy-button {
  display: inline-block;
  margin: 0px;
  font-family: "Source Serif 4", serif;
  font-size: 5px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  top: 55%;
  margin-top: -6em;
  width: 100%;
  height: 0.199em;
}

.fancy-button:before {
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  z-index: -1;
  border-radius: 30em;
  filter: blur(20px) brightness(0.95);
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}

.fancy-button i {
  font-size: 1em;
  vertical-align: middle;
}

.fancy-button:focus,
.fancy-button:active {
  color: #fff;
}

.fancy-button:hover {
  color: #fff;
}

.fancy-button:hover span {
  filter: brightness(1.05) contrast(1.05);
  transform: scale(0.95);
}

.fancy-button:hover:before {
  bottom: 0;
  filter: blur(10px) brightness(0.95);
}

.fancy-button.pop-onhover:before {
  opacity: 0;
  bottom: 10px;
}

.fancy-button.pop-onhover:hover:before {
  bottom: -7px;
  opacity: 1;
  filter: blur(20px);
}

.fancy-button.pop-onhover:hover span {
  transform: scale(1.04);
}

.fancy-button.pop-onhover:hover:active span {
  filter: brightness(1) contrast(1);
  transform: scale(1);
  transition: all 0.15s ease-out;
}

.fancy-button.pop-onhover:hover:active:before {
  bottom: 0;
  filter: blur(10px) brightness(0.95);
  transition: all 0.2s ease-out;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

.menu-toggle {
  display: none;
}

.mobile-bar {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 25px;
  /*BAR HOW MUCH IN RIGHT*/
  width: 100%;
  height: 65px;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.menu-icon {
  float: right;
  display: block;
  position: relative;
  width: 25px;
  height: 100%;
  cursor: pointer;
  transition: transform 300ms ease-in;
  /*the bar to X*/
}

.menu-icon > span {
  display: block;
  position: absolute;
  top: 55%;
  margin-top: -0.3em;
  width: 100%;
  height: 0.199em;
  border-radius: 1px;
  background-color: #696969;
  transition: transform 300ms ease-in;
}

.menu-icon > span:before,
.menu-icon > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background-color: #696969;
  transition: transform 300ms ease;
}

.menu-icon > span:before {
  transform: translateY(-0.6em);
}

.menu-icon > span:after {
  transform: translateY(0.6em);
}

/*need this for bringing down the examples*/

.menu-toggle:checked + .mobile-bar .menu-icon {
  transform: rotate(45deg);
}

.menu-toggle:checked + .mobile-bar span:before,
.menu-toggle:checked + .mobile-bar span:after {
  transform: rotate(90deg);
}

/*needed*/

.menu-toggle:checked ~ .header {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.header {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 60px;
  width: 100%;
  height: 100%;
  padding-right: 5.7px;
  color: #eee;
  transition: opacity 300ms ease-in, visibility 0s ease-in 300ms;
}

.header nav,
.header ul {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}

.header li {
  border-bottom: 1px solid #eee;
  color: #505050;
  /*text on navbar*/
  font-weight: 430;
  line-height: 2.4;
  /*height of the navbar*/
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 600;
}

.header li:hover {
  color: #ffffff;
  transition: color 300ms ease-in;
}

.header a {
  display: block;
  transition: background-color 300ms ease-in;
  padding: 15px 15px;
  color: #fff;
}
.test .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
#navbar {
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.navbar-brand {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
#logo-text {
  margin-top: 5px;
}
.nav-links li a {
  color: rgba(24, 25, 31, 1);
  font-family: "Source Serif 4", serif;
  font-weight: 600;
  font-size: 16px;
  padding: 0px;
}
.booknow-btn a {
  background-color: rgba(44, 54, 43, 1);
  padding: 0px !important;
  font-size: 14px;
  height: 50px;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer-parent-row {
  display: grid;
  grid-template-columns: 25% 30% 15% 20%;
  margin-bottom: 50px;
  gap: 50px;
}
footer {
  background-color: rgb(0, 0, 0);
}
.footer-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer-image img {
  width: 150px;
}
.footer-column h4 {
  color: rgb(255, 255, 255);
  font-family: "Source Serif 4", serif;
  padding-bottom: 20px;
}
.footer-column p {
  font-weight: 400;
  color: #dfdfdf;
}
.footer-links a {
  font-family: "Source Serif 4", serif;
  color: #dfdfdf;
  line-height: 30px;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-links li a i {
  font-size: 20px;
  color: rgba(34, 34, 34, 1);
}
.footer-bottom-text-parent {
  padding-top: 30px;
  border-top: 1px solid #949494;
}
.footer-bottom-text-child1 p {
  text-align: center;
  color: rgba(34, 34, 34, 1);
}
footer .wrapper {
  padding-bottom: 50px;
}
.footer-mobile {
  display: none;
}
.faq_sec {
  padding: 0px 0;
}

.faq-accordian-body {
  display: none;
  padding: 12px 0 5px;
}

.faq-accordian-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(2, 63, 58, 1);
}

.faq-accordian-head {
  padding-right: 40px;
  position: relative;
}

.faq-accordian-head i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 1px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: rgba(2, 63, 58, 1);
}

.faq-accordian-head.active i {
  transform: rotate(180deg);
}

.faq-accordian-body p {
  max-width: 588px;
}

.faq-accordian-sec {
  position: relative;
}
.faq-accordian-item:first-child {
  padding-top: 0;
}

.faq-accordian-head h3 {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.faq-accordian-head h3 {
  padding-top: 0px;
  font-family: "Source Serif 4", serif;
  font-size: 16px;
  color: rgba(2, 63, 58, 1);
  font-weight: 600;
}
.cas-banner-images-parent {
  display: flex;
  justify-content: center;
  overflow: hidden; /* Prevent overflow */
}

.cas-banner-images-parent img {
  opacity: 0; /* Start hidden */
  transform: translateY(20px); /* Slightly move the image down */
  animation: fadeInMove 1.5s ease-out forwards; /* Slow down the animation */
}

/* Fade-in and small upward movement */
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(20px); /* Start below the normal position */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at the normal position */
  }
}

/* Animation delay for each image */
.cas-image-1 img {
  animation-delay: 0s; /* Starts immediately */
  height: 600px;
}

.cas-image-2 img {
  animation-delay: 0.5s; /* Starts after 0.5s */
  height: 600px;
}

.cas-image-3 img {
  animation-delay: 1s; /* Starts after 1s */
  height: 600px;
}
.cas-about-section {
  background-color: #f5f5f5;
}
.cas-about-left-column h2 {
  font-size: 80px;
  padding-top: 0px;
  font-weight: 900;
  line-height: 75px;
}
.cas-about-row {
  display: grid;
  grid-template-columns: 30% 1fr 0%;
  align-items: center;
  gap: 100px;
}
.cas-about-right-column {
  padding-top: 0px;
}

.cas-about-left-image img {
  display: flex;
  margin-right: auto;
  width: 100%;
}
.cas-about-right-column h2 {
  font-size: 65px;
  padding-top: 0px;
  font-weight: 900;
  line-height: 75px;
}
.cas-about-right-column p {
  font-weight: 400;
  padding-top: 10px;
}
.about-us-btn {
  margin-top: 40px;
}
.about-us-btn a {
  background-color: #5a913c;
  color: #fff;
  font-family: "Source Serif 4", serif;
  padding: 18px 40px;
  font-size: 20px;
  border-radius: 15px;
}
.our-services-heading h2 {
  padding-top: 0px;
  font-weight: 900;
  text-align: center;
  font-size: 60px;
}
.cas-our-services-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 50px;
}
.cas-our-services-column {
  border: 1px solid #508c2d;
  border-radius: 50px 0px 30px 30px;
}
.card-number-text {
  display: grid;
  gap: 30px;
  grid-template-columns: 30% 1fr 0%;
}
.card-number-text h2 {
  text-align: left;
  font-size: 35px;
  line-height: 40px;
  padding-top: 10px;
  font-weight: 700;
}
.card-number-text h1 {
  background-image: url(../images/home/services.png);
  color: #fff;
  padding: 0px 0px 0px 35px;
  font-size: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 135px;
  height: 95px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cas-our-services-column p {
  font-weight: 400;
  padding: 20px 20px;
}
.counter-column h2 {
  background-color: #508c2d;
  color: #fff;
  font-size: 60px;
  padding: 0px;
  border-radius: 50px 0px 50px 0px;
  width: 250px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
.counter-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.counter-column h4 {
  text-align: center;
  padding-top: 10px;
  font-size: 30px;
  color: #000;
}
.counter-section {
  background-color: #f5f5f5;
}
.ready-row {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 54% 1fr 0%;
}
.ready-column h2 {
  font-size: 90px;
  padding-top: 0px;
  font-weight: 900;
  line-height: 90px;
}
.jobs-btn {
  margin-top: 80px;
}
.jobs-btn a {
  background-color: #5a913c;
  color: #fff;
  font-family: "Source Serif 4", serif;
  padding: 18px 40px;
  font-size: 30px;
  border-radius: 15px;
}

.ready-column-2 img {
  position: relative;
  margin-left: 10px;
}
.testimonial-text h2 {
  padding-top: 0px;
  font-weight: 900;
  text-align: center;
  font-size: 60px;
}
.testimonial-section {
  background-color: #f5f5f5;
}
.card-wrapper {
  margin: 50px 0px;
  overflow: hidden;
}
.card-list .card-item {
  list-style: none;
}
.card-list .card-item .card-link {
  display: block;
  background: #5a913c;
  user-select: none;
  border-radius: 12px;
  text-decoration: none;
  border-radius: 100px 0px 100px 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}
.card-list .card-item .card-link:active {
  cursor: grabbing;
}
.card-list .card-link .card-image {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.card-list .card-link .badge {
  color: #ffffff;
  width: fit-content;
  padding: 0px 0px 10px 0px;
  font-size: 35px;
  border-radius: 50px;
  font-weight: 500;
  margin: 0px;
}

.card-list .card-link .card-title {
  color: #f7f7f7;
  font-size: 16px;
  font-weight: 400;
  padding-top: 0px;
}
.card-list .card-link .card-button {
  height: 35px;
  width: 35px;
  color: #5a913c;
  margin: 30px 0 5px;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #5a913c;
  transform: rotate(-45deg);
  transition: 0.4s ease;
}
.card-list .card-link:hover .card-button {
  color: #fff;
  background: #5a913c;
}
.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #5a913c;
}
.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.card-wrapper .swiper-slide-button {
  color: #5a913c;
  margin-top: -35px;
}
.testimonal-row {
  display: grid;
  grid-template-columns: 60% 1fr 0%;
  padding-top: 50px;
}
.testimonal-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px 50px 0px;
  margin-top: 3px;
}
.testimonal-left {
  padding: 40px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.client-slider {
  background: white;
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.client-slider::before,
.client-slider::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.client-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.client-slider::before {
  left: 0;
  top: 0;
}
.client-slider .client-slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(250px * 14);
}
.client-slider .client-slide {
  height: 200px;
  width: 250px;
}
.client-slider {
  background-color: #fff;
}
.partners-text {
  padding-top: 100px;
}
.partners-text h2 {
  padding-top: 0px;
  font-weight: 900;
  text-align: center;
  font-size: 60px;
}
.job-enquire-section {
  background-color: #f5f5f5;
}
.job-enquire-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
.input-form-1-parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.input-form-1 input {
  height: 45px;
  margin-bottom: 10px;
  border: 2px solid #ccc;
  width: 100%;
  border-radius: 10px;
  padding: 0px 10px;
}
.input-form-1 label {
  line-height: 40px;
}
.input-form-2 input {
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
}
.input-form-2-parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.input-form-3 input {
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 10px;
}
.input-form-3 label {
  line-height: 40px;
}
.send-message-btn a {
  background-color: #508c2d;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
  border-radius: 10px;
  font-family: "Source Serif 4", serif;
}
.send-message-btn {
  margin-top: 20px;
}
.input-form-1-parent label {
  font-family: "Source Serif 4", serif;
  color: #000;
  font-weight: 600;
}
.input-form-2-parent label {
  font-family: "Source Serif 4", serif;
  color: #000;
  font-weight: 600;
}
.job-enquire-right img {
  width: 100%;
  object-fit: cover;
  color: rgb(102 109 150);
}
.contact-top-text p {
  font-family: "Source Serif 4", serif;
  font-weight: 500;
  font-size: 20px;
  color: #4a4a4a;
}
.contact-top-text h2 {
  padding-top: 0px;
  font-size: 50px;
  font-weight: 900;
}
.social-links li a {
  width: 50px;
  background-color: #202020c2;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.social-links li a i {
  color: #fff;
}
.bottom-contact-details {
  display: flex;
  align-items: center;
  gap: 0px;
}
.bottom-contact-details li a {
  color: #dfdfdf;
  font-family: "Source Serif 4", serif;
  display: flex;
  align-items: center;
  gap: 13px;
}
.bottom-contact-details li a i {
  color: #1e6c64;
}
#border-left1 {
  padding-right: 30px;
}
#border-left2 {
  border-left: 1px solid #dfdfdf;
  padding-right: 30px;
  padding-left: 30px;
}

#border-left3 {
  border-left: 1px solid #dfdfdf;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 1000px) {
  .navbar-brand img{
      width: 90px;
  }
  .header{
      z-index: 9;
  }
  .banner-product-image img {
      width: 60%;
  }
}
.banner-section{
  background-size: cover;
}
.banner-product-image img{
  width: 30%;
}

@media only screen and (max-width: 500px) {
  .cas-about-left-image {
      width: 100%;
  }
}
.cas-our-services-column {
  position: relative;
  border: none; /* No static border */
  border-radius: 50px 0px 30px 30px; /* Rounded corners */
  overflow: hidden;
}

/* New class added to trigger animation */
.cas-our-services-column.animate-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px 0px 30px 30px;
  border: 2px solid transparent; /* Invisible line initially */
  box-sizing: border-box;
  border-color: #508c2d;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0); /* Start with no visible line */
  animation: singleLineMove 4s linear forwards; /* Adjusted animation time */
}

@keyframes singleLineMove {
  0% {
      clip-path: polygon(0 0, 1% 0, 0 0, 0 0); /* Start hidden */
  }
  25% {
      clip-path: polygon(0 0, 1% 0, 1% 0, 0 0); /* Line moves across the top */
  }
  50% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%); /* Line moves down the right */
  }
  75% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* Line moves across the bottom */
  }
  100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0); /* Line completes the border */
  }
}
.jobs-banner {
  position: relative; /* Ensure the pseudo-element aligns with the .jobs-banner */
  background-image: url(../images/Jobs/Jobs-banner.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.jobs-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the RGBA values for the desired overlay color and transparency */
  z-index: 1; /* Ensure the overlay appears above the background but below the content */
}

.jobs-banner-content {
  position: relative; /* Make sure content stays above the overlay */
  z-index: 2;
}
.jobs-banner .wrapper{
  padding-top: 200px;
}
.jobs-banner-content h2{
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  text-transform: capitalize;
}
.jobs-banner-content p{
  font-weight: 400;
  color: #fffffff0;
  font-size: 18px;
  font-family: "Inter", serif;
}
.search-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.search-input,
.location-input {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  flex: 1;
  gap: 10px;
}

.search-input input,
.location-input input {
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
  font-family: "Inter", serif;
}

.search-input i,
.location-input i {
  margin-right: 10px;
  color: #aaa;
}

.search-divider {
  width: 1px;
  height: 65px;
  background-color: #ccc;
}

.search-button {
  background-color: #6AC355;
  color: #fff;
  border: none;
  padding: 24px 40px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  transition: background-color 0.3s ease;
  font-family: "Inter", serif;
}

.search-button:hover {
  background-color: #218838;
}
.popular-category-section{
  background-color: #F5F5F5;
}
.popular-category-heading h2{
  color: #18191C;
  padding: 0px;
  font-weight: 600;
  font-size: 35px;
}
.popular-category-row{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
  margin-top: 40px;
}
.popular-caterory-column{
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.popular-caterory-column h5{
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", serif;
}
.popular-caterory-column-left img{
  width: 60px;
}
.filter-column{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 30px;
  border-radius: 10px;
  height: 370px;
  position: relative;
  top: 0;
  z-index: 10;
}
.filter-column h3{
  font-family: "Inter", serif;
  font-size: 24px;
  font-weight: 500;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #F3F3F3;
}
.filter-column h5{
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}
.filter-input{
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-input{
  padding-bottom: 15px;
}
.filter-input-parent{
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 5px;
}
.filter-input label{
  font-family: "Inter", serif;
  color: #393F47;
}
.job-list-get-in-touch-column h3{
  font-family: "Inter", serif;
  font-size: 24px;
  font-weight: 500;
  padding: 0px 0px 20px 0px;
  color: #fff;
  text-align: center;
}
.job-lists-email-and-phone a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-bottom: 10px;
  gap: 10px;
  font-family: "Inter", serif;
}
.job-lists-email-and-phone a i{
  color: #6AC355;
}
.job-list-get-in-touch-column{
  position: relative; /* Ensure the pseudo-element aligns with the .jobs-banner */
  background-image: url(../images/Jobs/get-noticed-faster.jpg);
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 370px;
  border-radius: 10px;
}
.job-list-get-in-touch-column::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 10px;
}
.job-list-get-in-touch-content{
  position: relative;
  z-index: 2;
  padding: 50px;
}
.jobs-list-parent{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 30px;
  border-radius: 10px;
}
.jobs-list-row{
  display: grid;
  grid-template-columns: 14% 1fr 0%;
}
.jobs-list-left img{
  width: 110px;
  object-fit: cover;
  border-radius: 10px;
}
.jobs-list-section .wrapper{
  display: grid;
  grid-template-columns: 20% 78% ;
  gap: 30px;
}
.job-detail-column-1 h3{
  font-family: "Inter", serif;
  padding: 10px 0px 15px 0px;
  font-size: 18px;
}
.job-detail-column-child-row{
  display: flex;
  align-items: center;
  gap: 20px;
}
.job-detail-column-child-row h2{
  padding: 0px;
  font-family: "Inter", serif;
  font-size: 26px;
}
.job-detail-column-child-row p{
  padding: 0px;
  font-family: "Inter", serif;
  background-color: #EDFFE9;
  color: #6AC355;
  font-weight: 400;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 14px;
}
.job-detail-row{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.job-detail-column-2 a img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(357deg) brightness(102%) contrast(103%);
}
.job-detail-column-2 a{
  border-radius: 8px;
  padding: 12px 18px;
  border: 1px solid #6AC355;
  font-family: "Inter", serif;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  background-color: #6AC355;
  transition: all 0.3s ease-in-out;
}
.job-detail-column-2 a:hover{
  background-color: transparent;
  border: 1px solid #0A3833;
  color: #0A3833;
}

.job-detail-column-2{
  display: flex;
  gap: 30px;
}
.job-overview-column{
  display: flex;
  align-items: center;
  gap: 8px;
}
.job-overview-column p{
  padding-bottom: 0px;
  font-family: "Inter", serif;
  color: #141414B2;
  font-weight: 400;
}
.job-overview-row{
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.jobs-list-right{
  display: grid;
  align-items: baseline;
  justify-content: space-between;
  grid-template-columns: 60% 1fr 0%;
  gap: 20px;
}
.job-overview-description p{
  font-family: "Inter", serif;
  color: #141414B2;
  font-weight: 400;
  padding-top: 20px;
  line-height: 26px;
}
.filter-input input{
  cursor: pointer;
}
.get-in-touch-btn a{
  background-color: #6AC355;
  margin-top: 20px;
  border-radius: 8px;
  padding: 16px 18px;
  border: 1px solid #6AC355;
  font-family: "Inter", serif;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.get-in-touch-btn a:hover{
  background-color: #fff;
  border: 1px solid #fff;
  color: #6AC355;
}
#jobs-list-parent{
  margin-top: 20px;
}
#job-list-contact-now{
  background-color: transparent;
  border: 1px solid #0A3833;
  color: #0A3833;
}
#job-list-whatsapp i{
  font-size: 18px;
}
#job-list-contact-now:hover{
  background-color: #6AC355;
  color: #fff;
  border: 1px solid #6AC355;
}
.share-job a i{
  color: #6AC355;
}
.share-job{
  text-align: right;
  padding-bottom: 20px;
}
.toggle-btn {
  color: #6AC355;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  background-color: #fff;
  font-family: "Inter", serif;
}
.view-more-container {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.view-more-description {
  overflow: hidden;
  max-height: 70px;
  line-height: 1.5em;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 1;
  color: #141414B2;
  padding-top: 20px
}

.view-more-description.expanded {
  max-height: 200px;
  opacity: 1;
}
#footer-bottom-contact-detail{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer-bottom-contact-detail p{
  color: #dfdfdf;
  font-size: 16px;
}