body {
  font-family: 'Open Sans', sans-serif;
}

.section {
  padding-bottom: 30px;
  padding-top: 30px;

}

.heading {
  font-size: 32px;
  font-weight: 600;
}

.subheading {
  font-size: 24px;
  font-weight: 400;
}

.body-text {
  font-size: 18px;
  font-weight: 300;
}

.orange-btn {
  background-color: #EE7E1A;
  color: white;
  border: none;
  padding: 6px 12px;
  font-size: 1.1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.orange-btn:hover {
  background-color: #d66f16;
  transform: scale(1.05);
}

/* Responsive styles */
@media (max-width: 992px) {

  .section,
  .section {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .heading {
    font-size: 32px;
    font-weight: 600;
  }

  .subheading {
    font-size: 24px;
    font-weight: 400;
  }

  .body-text {
    font-size: 18px;
    font-weight: 300;
  }
}

@media (max-width: 768px) {

  .section,
  .section {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .heading {
    font-size: 28px;
    font-weight: 600;
  }

  .subheading {
    font-size: 24px;
    font-weight: 400;
  }

  .body-text {
    font-size: 18px;
    font-weight: 300;
  }
}

@media (max-width: 576px) {

  .section,
  .section {
    padding: 20px 0;
  }

  .heading {
    font-size: 24px;
    font-weight: 600;
  }

  .subheading {
    font-size: 20px;
    font-weight: 300;
  }

  .body-text {
    font-size: 18px;
    font-weight: 300;
  }
}



/* ***********************************************hero*********************************************** */
.hero-section {
  background: url('../../assets/heroBackground.svg') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 200px 0;
  text-align: center;
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-text {
  color: #2E3032;
  margin-top: 20px;
  font-weight: 300;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .hero-section {
    padding: 150px 0;
  }

  .hero-content h1 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 100px 0;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 80px 0;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-text {
    font-size: 1rem;
  }
}


/* ***********************************************about us*********************************************** */

.about-image,
.story-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ***********************************************values*********************************************** */
.card-custom {
  border: 0.7px solid rgba(103, 103, 103, 0.3);
  border-radius: 10px;
  box-shadow: 2px 2px 50px 5px rgba(110, 110, 119, 0.1);
  padding: 20px;
  background-color: white;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-custom:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 60px 8px rgba(110, 110, 119, 0.2);
}

.card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #202124;
  margin-bottom: 10px;
}

.card-text {
  color: #5F6368;
  font-size: 1rem;
}


/* ***********************************************jobs*********************************************** */

/* Left side big card */
.big-job-card {
  background-color: #EE7E1A;
  color: white;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
}

.big-job-card h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: left;
}

.big-job-card p {
  font-size: 1.2rem;
  text-align: left;
}

/* Job card styling */
.job-card {
  border: 0.7px solid rgba(103, 103, 103, 0.3);
  border-radius: 10px;
  box-shadow: 2px 2px 50px 5px rgba(110, 110, 119, 0.1);
  padding: 20px;
  background-color: white;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
  box-shadow: 4px 4px 40px rgba(110, 110, 119, 0.2);
  transform: translateY(-5px);
  border: #EE7E1A solid 1px;
}

.company-logo {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  object-fit: contain;
}

.job-details {
  font-size: 1.25rem;
  font-weight: 600;
  color: #202124;
  margin: 0;
  text-align: start;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 200px;
}


.company-name {
  font-size: 1rem;
  font-weight: 400;
  color: #202124;
  margin-top: 5px;
  text-align: start;
}

.company-info {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #5F6368;
}

.job-card-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

/* .job-type {
  color: #7F8C8D;
  margin-left: 10px;
}

.salary {
  color: #7F8C8D;
  margin-left: 10px;
} */

.separator {
  border: none;
  border-top: 1px solid #5F6368;
  margin: 15px 0;
}

.skills {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.job-card-link {
  text-decoration: none;
  color: inherit;
}

.job-card-link:hover {
  text-decoration: none;
  color: inherit;
}



/* ***********************************************benefits*********************************************** */

.benefits-gradient {
  background: linear-gradient(to right, #EE7E1A, #FAA61A);
}

.benefit-card {
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #676767;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background-color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 2px 2px 50px 5px rgba(110, 110, 119, 0.15);
}

.benefit-card:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 60px 8px rgba(110, 110, 119, 0.2);
}

.benefit-card img {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}

.benefit-card h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #202124;

}

.benefit-card p {
  color: #5F6368;
  font-size: 18px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-3 {
  display: flex;
  flex-direction: column;
}


/* ***********************************************corosol*********************************************** */
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
font-weight: bold;
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  /* margin-bottom:80px; */
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #EE7E1A;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #EE7E1A;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
.img-circle {
  border-radius: 100%;
}

.profile-pic {

}
/* ***********************************************life at *********************************************** */

.video-container {
  margin: 20px 0;
}

.video-container iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

/* Marquee Styling */
.marquee {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
  height: 240px;
}

.mover-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  animation: moveSlideshow 15s linear infinite;
}

.mover-1 img {
  width: 300px;
  height: 280;
  border-radius: 10%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .video-container iframe {
    height: 500px;
  }

  .marquee {
    height: 300px;
  }

  .mover-1 img {
    width: 300px;
    height: 280;
  }
}

@media (max-width: 768px) {
  .video-container iframe {
    height: 400px;
  }

  .marquee {
    height: 260px;
  }

  .mover-1 img {
    width: 350px;
    height: 280px;
  }
}

@media (max-width: 576px) {
  .video-container iframe {
    height: 300px;
  }

  .marquee {
    height: 180px;
  }

  .mover-1 img {
    width: 220px;
    height: 180px;
  }
}

/* ***********************************************faq*********************************************** */
.main-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  /* padding: 60px 0; */
}


.fqa_headline_container {
  /* flex: 1; */
  padding-right: 20px;
  margin-bottom: 20px;
}


.faq_main_container {
  /* flex: 3; */
}

.faq_container {
  border-bottom: 2px solid #ddd;
  max-width: 900px;

}

.faq_question {
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.answer {
  padding: 0 10px 20px;
  line-height: 1.5rem;
  font-size: 18px;
  color: #5F6368;
  font-weight: 300;
}

.faq_question-text h3 {
  font-size: 18px;
  font-weight: 700;
}

.faq-icon {
  width: 50px;
  height: 50px;
}

.faq-icon-shape {
  position: relative;
  width: 50px;
  height: 50px;
}

.faq-icon .faq-icon-shape::before,
.faq-icon .faq-icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #202124;
  transition: all 0.5s ease;
}

.faq-icon .faq-icon-shape::before {
  width: 20px;
  height: 2px;
  border-radius: 3px;
}

.faq-icon .faq-icon-shape::after {
  width: 2px;
  height: 20px;
  border-radius: 3px;
}

.faq-icon .faq-icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.faq-icon .faq-icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
    padding: 40px 0;
  }

  .fqa_headline_container {
    padding-bottom: 20px;
    text-align: center;
  }

  .faq_main_container {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .main-container {
    padding: 20px;
  }

  /* .fqa_headline_container h2 span {
    font-size: 1.5rem;
  } */

  .faq_question {
    font-size: 1rem
  }

  .answer {
    padding: 0 10px 10px;
  }

  .faq-icon {
    width: 40px;
    height: 40px;
  }

  .faq-icon .faq-icon-shape::before {
    width: 15px;
    height: 2px;
  }

  .faq-icon .faq-icon-shape::after {
    width: 2px;
    height: 15px;
  }
}

/* ***********************************************footer*********************************************** */
.footer {
  padding: 20px 0;
}

/* .footer-info {
  margin-bottom: 10px;
} */

.footer-links a {
  color: white;
  text-decoration: none;
  margin-right: 15px;
}

.footer-links a:last-child {
  margin-right: 0;
}

@media (min-width: 576px) {
  .footer-info {
    text-align: left;
  }

  .footer-links {
    margin-top: 0;
  }
}

/* *********************************************** Search Page *********************************************** */
/* ********************************************************************************************************** */

.hero-page-2 {
  background: linear-gradient(to bottom, #EE7E1A, #FAA61A);
  color: white;
  padding: 100px 0 0 0;
  text-align: center;
}

.search-bar {
  border: 0.7px solid rgba(103, 103, 103, 0.3);
  border-radius: 5px;
  padding: 0.7rem;
}

.red-border-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(103, 103, 103, 0.3);
  border-radius: 0 0 0 0;
}


input.form-control,
select.form-control,
button.btn {
  border-radius: 5px;
  box-shadow: none;
}

@media (max-width: 768px) {
  .search-bar {
    padding: 0.5rem;
  }

  .mb-3 {
    margin-bottom: 1rem;
  }

  .mr-2 {
    margin-right: 0;
  }
}

.no-outline:focus {
  outline: none;
  box-shadow: none;
}

.input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.icon {
  width: 20px;
  height: 20px;
}

input.form-control,
select.form-control {
  padding-left: 35px;
}

.advanced-filter-btn:hover {
  color: #202124 !important;
}

.hidden {
  display: none;
}

#advancedFilterDropdown {
  position: relative;
  z-index: 1050;
}

.collapse {
  z-index: 1050;
  /* border: #EDEFF5 solid 1px; */
}

/* *************************************************************pagenation**************************************************** */
.pagination .page-link {
  color: #676767;
  font-weight: 900;
}

.pagination .page-link:hover {
  color: #EE7E1A;
}

.pagination .page-item.active .page-link {
  background-color: #EE7E1A;
  color: white;
}


/* *********************************************** Job Detail Page *********************************************** */
/* ********************************************************************************************************** */

.company-icon {
  width: 80px;
  height: 80px;
}

.job-card-body {
  padding: 20px;
}

.skill-card {
  border: 0.7px solid rgba(103, 103, 103, 0.3);
  border-radius: 10px;
  box-shadow: 2px 2px 50px 5px rgba(110, 110, 119, 0.1);
  padding: 10px;
  background-color: white;
}

.skill-badge {
  background-color: #ffffff;
  color: #202124;
  padding: 3px 8px;
  border: 1.5px solid rgba(238, 126, 26, 0.5);
  border-radius: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}


.card-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #202124
}
