body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.slider .owl-stage-outer {
  height: 100vh;
}

.slider-01:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 40%);
  z-index: 1;
  top: 0;
  opacity: 0.5;
}

.slider-02:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%);
  top: 0;
  z-index: 1;
}

.rain {
  position: relative;
  z-index: 1;
}

.drop {
  position: absolute;
  bottom: 100%;
  width: 10px;
  height: 120px;
  pointer-events: none;
  animation: drop 0.5s linear infinite;
}

.slider_s_title h6 span {
  font-size: 10px;
}

@keyframes drop {
  0% {
    transform: translateY(0vh);
  }

  75% {
    transform: translateY(90vh);
  }

  100% {
    transform: translateY(90vh);
  }
}

.stem {
  width: 2px;
  height: 60%;
  margin-left: 7px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  animation: stem 0.5s linear infinite;
}

@keyframes stem {
  0% {
    opacity: 1;
  }

  65% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.splat {
  width: 15px;
  height: 10px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  animation: splat 0.5s linear infinite;
  display: none;
}

.splat {
  display: block;
}

@keyframes splat {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  80% {
    opacity: 1;
    transform: scale(0);
  }

  90% {
    opacity: 0.5;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.slider_particles {
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

canvas {
  width: 100%;
  height: 100%;
}

.navigation-img-wrapper {
  margin-top: 4px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 0;
  right: 0;
}

.navigator_seb img {
  width: 100px;
}

.navigation-img-wrapper .navigator {
  display: inline-block;
  text-align: center;
  color: #000;
  cursor: pointer;
  opacity: 0.7;
}

.slider_s_title {
  text-align: left;
  margin-right: 20px;
}

.slider_s_title h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.slider_s_title span {
  font-size: 11px;
}

.navigator_seb {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 6px;
}

.navigation-img-wrapper .navigator.active {
  border-bottom: 2px solid #ffbf0c;
  opacity: 1;
}

.slider-penal {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 350px;
  height: 700px;
  margin: auto;
  animation: mover 3s infinite alternate;
}

.slider #mainHeaderVideo {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.slider .owl-nav,
.slider .owl-dots {
  display: none;
}

.slider_text {
  position: absolute;
  color: #fff;
  top: 370px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.slider_text h2 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  max-width: 62%;
  margin: auto;
}

.slider_text h2 span {
  color: #e5b73b;
}

.slider-02 .slider-image {
  height: 100vh;
}

.slider #my-carousel .owl-dots {
  display: none;
}

.slider_about_text {
  position: absolute;
  top: 37%;
  bottom: 0;
  margin: auto;
}

.slider_about_text h4 {
  color: #e5b73b;
  margin-bottom: 10px;
  /* display: flex; */
  font-size: 22px;
  margin-left: 60px;
  position: relative;
  text-align: left;
  z-index: 999;
}

.slider_about_text h4:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 7px;
  background: #e5b73b;
  left: -60px;
  top: 10px;
  bottom: 0;
}

.slider_about_text p {
  color: #fff;
  width: 60%;
  line-height: 1.5;
  font-size: 42px;
  float: left;
  text-align: left;
  z-index: 99;
  position: relative;
}

@keyframes mover {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(-20px);
  }
}

@media screen and (max-width: 1420px) {
  .slider_text h2 {
    max-width: 69%;
    font-size: 50px;
  }
}

@media screen and (max-width: 1067px) {
  .slider_text h2 {
    max-width: 70%;
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .slider #my-carousel .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }

  .slider .owl-stage-outer {
    height: auto;
  }

  .slider #my-carousel .owl-dots .owl-dot {
    width: 35px;
    border: none;
    height: 8px;
    margin: 0 4px;
    border-radius: 10px;
  }

  .slider #my-carousel .owl-dots .owl-dot.active {
    background: #e5b73b;
  }

  .navigation-img-wrapper {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .slider-02-pc {
    display: block;
  }

  .slider-02-media {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .slider-02-pc {
    display: none;
  }

  .slider-02-media {
    display: block;
  }
}

/* ------- Career Form Opportunities ------- */
.career-form .modal-dialog-centered {
  max-width: 40%;
}

.career-form .modal-body .form-control {
  padding: 15px 15px;
  height: 45px;
  font-size: 13px;
  border-radius: 0;
  appearance: none;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.apply_now_submit h4 {
  font-size: 20px;
}

.career-form .modal-header {
  background: #00505c;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.career-form .modal-body select {
  width: 100%;
  padding: 9px 10px;
  border-color: #ced4da;
  border-radius: 0;
  margin-bottom: 15px;
  height: 45px;
  font-size: 13px;
  color: #495057;
  outline: none;
}

.apply_now button {
  width: auto;
  float: right;
  background: #00505c;
  color: #fff;
  padding: 5px 20px;
  font-size: 18px;
  border: 1px solid #00505c;
  height: 45px;
  border-radius: 0;
}

.apply_now button:hover {
  background: transparent;
  color: #000;
  border: 1px solid #00505c;
}

.apply_now button:focus,
.apply_now button:active {
  background: #00505c !important;
  box-shadow: none !important;
  border: none;
}

.apply_now_submit button {
  background: #00505c;
  border-color: #00505c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  padding: 8px 30px;
  text-shadow: none;
  opacity: 1;
  color: #fff;
  height: 45px;
}

.fileToUpload input#fileToUpload {
  border: 1px solid #ced4da;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .career-form .modal-dialog-centered {
    max-width: 90%;
    margin: auto;
  }
}

.technology_faq .job-list {
  list-style: none;
  padding: 0;
}

.technology_faq .job-list .job-preview {
  background: #fff;
  border: 1px solid #d7e2e9;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  float: left;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: space-between;
}

.technology_faq .job-list .job-preview .job-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.technology_faq .job-list .job-preview .company {
  color: #7288a2;
  font-size: 16px;
}

.technology_faq .job-list .job-preview a.btn {
  display: inline-block;
  overflow: hidden;
  background-color: #095763;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid #095763;
  transition: all 0.3s ease 0s;
}

.ab-right-content.contact__form {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 50px 20px;
  display: inline-block;
  width: 100%;
  position: sticky !important;
  top: 80px !important;
}

.ab-right-content .ab-button a.tp-btn {
  display: inline-block;
  background-color: #f5f5f5;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  width: 100%;
  text-align: center;
  line-height: 56px;
  padding: 0px 40px;
  border: 2px solid #f5f5f5;
  border-style: solid;
  transition: all 0.3s ease 0s;
}

.ab-right-content .ab-button:hover a.tp-btn {
  background-color: #095763;
  color: #ffffff;
}

.contact-filed button {
  color: #fff;
  background: #095763;
  border: none;
  padding: 10px 15px;
  margin-top: 10px;
  font-weight: 500;
}

.ab-right-content .bottom-footer_socials ul {
  justify-content: center;
  float: unset;
  padding: 0;
}

.section__wrapper .section__title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  color: #095763;
}

.ab-left-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ab-left-content ul li,
.ab-left-content ol li {
  font-size: 14px;
  margin-bottom: 12px;
  margin-left: 0;
}

.contact__area-2 .form-group .form-control {
  height: 50px;
  border-radius: 0;
  margin-bottom: 15px;
}

.slider-banner {
    margin-bottom: 0;
}

.slider-banner-text h2 {
  font-size: 70px;
  font-weight: bold;
  opacity: 0.8;
}

.ab-left-content {
  background-color: #ffffff !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 30px 20px;
  display: inline-block;
  width: 100%;
  position: sticky !important;
  top: 80px !important;
}

.contact__form {
  background-color: #ffffff !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 50px 20px;
  display: inline-block;
  width: 100%;
  position: sticky !important;
  top: 80px !important;
}

.form-control {
  border: 1px dashed #e7e7e7;
}

.contact-btn {
  background: linear-gradient(45deg, #9e9e9e, #cecece);
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #cfcfcf;
  color: white;
}

/* Careers Hero Section */
.careers-hero {
  padding: 5rem 0;
  background: linear-gradient(to top, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.careers-hero .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* Hero Content */
.careers-hero .hero-content {
  position: relative;
  z-index: 2;
}

.careers-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  background-color: #09576314;
  color: #095763;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.careers-hero .hero-badge svg {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  stroke: #095763;
  stroke-width: 3;
}

.careers-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a202c;
  margin-bottom: 1.5rem;
}

.careers-hero .highlight {
  color: #095763;
  position: relative;
}

.careers-hero .highlight:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(9, 87, 99, 0.2);
  z-index: -1;
  border-radius: 4px;
}

.careers-hero .hero-subtitle {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 2rem;
  max-width: 90%;
}

/* CTA Buttons */
.careers-hero .cta-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.careers-hero .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  border-radius: 0px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.careers-hero .btn svg {
  width: 18px;
  height: 18px;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.careers-hero .btn-cta {
  background-color: #095763;
  color: white;
  border: 2px solid #095763;
}

.careers-hero .btn-cta:hover {
  background-color: #074952;
  border-color: #074952;
  transform: translateY(-2px);
}

.careers-hero .btn-cta:hover svg {
  transform: translateX(3px);
}

.careers-hero .btn-secondary {
  background-color: transparent;
  color: #095763;
  border: 1px solid #095763;
}

.careers-hero .btn-secondary:hover {
  color: #095763;
  background-color: transparent;
  transform: translateY(-2px);
}

.careers-hero .btn-secondary:hover svg {
  transform: scale(1.1);
}

/* Hero Stats */
.careers-hero .hero-stats {
  display: flex;
  gap: 2rem;
}

.careers-hero .stat-item {
  position: relative;
  padding-left: 1rem;
}

.careers-hero .stat-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: 60%;
  width: 3px;
  background-color: #095763;
  border-radius: 3px;
}

.careers-hero .stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.careers-hero .stat-label {
  font-size: 0.9rem;
  color: #4a5568;
  margin-top: 0.3rem;
}

/* Hero Image */
.careers-hero .hero-image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.careers-hero .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}

.careers-hero .hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.careers-hero .hero-image:hover img {
  transform: scale(1.03);
}

/* Responsive Design */
@media (max-width: 992px) {
  .careers-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .careers-hero .hero-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-hero .cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .careers-hero {
    padding: 3rem 0;
  }

  h1 {
    font-size: 2.25rem;
  }

  .careers-hero .hero-subtitle {
    font-size: 1rem;
  }

  .careers-hero .cta-buttons {
    flex-direction: column;
    gap: 0.8rem;
  }

  .careers-hero .btn {
    width: 100%;
  }

  .slider-banner-text h2{
    font-size: 40px !important;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }

  .careers-hero .hero-badge {
    font-size: 0.8rem;
  }

  .careers-hero .hero-stats {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Why Join Us Section */
.why-join-us {
  padding: 5rem 0;
  background-color: #ffffff;
}

.benefit-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.7);
  transition: all 0.3s ease;
  margin-bottom: 10px;
  min-width: 400px !important;
}

.why-join-us .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(9, 87, 99, 0.3);
}

.why-join-us .benefit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.why-join-us .benefit-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(9, 87, 99, 0.1) 0%, rgba(9, 87, 99, 0.05) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-join-us .benefit-icon svg {
  width: 28px;
  height: 28px;
  stroke: #095763;
  stroke-width: 1.5;
  fill: none;
}

.why-join-us .benefit-number {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(9, 87, 99, 0.2);
  margin-right: 0.5rem;
}

.why-join-us .benefit-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 1rem;
}

.why-join-us .benefit-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 1.5rem;
}

.why-join-us .benefit-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-join-us .benefit-features li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  color: #4a5568;
}

.why-join-us .benefit-features li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 8px;
  height: 8px;
  background-color: #095763;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .why-join-us .section-title {
    font-size: 2.25rem;
  }

  .why-join-us .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-join-us {
    padding: 4rem 0;
  }

  .why-join-us .section-title {
    font-size: 2rem;
  }

  .why-join-us .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .why-join-us .benefits-grid {
    grid-template-columns: 1fr;
  }

  .why-join-us .section-title {
    font-size: 1.8rem;
  }

  .why-join-us .benefit-card {
    padding: 1.5rem;
  }

  .why-join-us .benefit-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }

  .why-join-us .benefit-icon svg {
    width: 24px;
    height: 24px;
  }
}

/* Job Opportunities Section */
.job-opportunities {
  padding: 5rem 0;
  background-color: #f8fafc;
}

/* Job Filters */
.job-opportunities .job-filters {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.job-opportunities .filter-group {
  flex: 1;
  min-width: 200px;
}

.job-opportunities .filter-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 0.5rem;
}

.job-opportunities .filter-group select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: white;
  font-size: 0.95rem;
  color: #4a5568;
  transition: all 0.3s ease;
}

.job-opportunities .filter-group select:focus {
  outline: none;
  border-color: #095763;
  box-shadow: 0 0 0 3px rgba(9, 87, 99, 0.1);
}

/* Job Cards */
.job-opportunities .jobs-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.job-opportunities .job-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-opportunities .job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: rgba(9, 87, 99, 0.3);
}

.job-opportunities .job-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #095763;
  background-color: rgba(9, 87, 99, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  margin-bottom: 0.75rem;
}

.job-opportunities .job-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 1rem;
}

.job-opportunities .job-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.job-opportunities .job-meta span {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #4a5568;
}

.job-opportunities .job-meta svg {
  margin-right: 0.5rem;
  stroke: #64748b;
}

.job-opportunities .job-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.job-opportunities .btn-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  background-color: #095763;
  color: white;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.job-opportunities .btn-apply:hover {
  background-color: #074952;
  transform: translateY(-2px);
}

.job-opportunities .btn-apply svg {
  margin-left: 0.5rem;
  stroke: white;
  transition: transform 0.3s ease;
}

.job-opportunities .btn-apply:hover svg {
  transform: translateX(3px);
}

.job-opportunities .btn-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  color: #095763;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.job-opportunities .btn-details:hover {
  background-color: rgba(9, 87, 99, 0.05);
  border-color: rgba(9, 87, 99, 0.3);
}

/* View More Button */
.job-opportunities .view-more {
  text-align: center;
  margin-top: 2rem;
}

.job-opportunities .btn-view-more {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  color: #095763;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.job-opportunities .btn-view-more:hover {
  color: #074952;
}

.job-opportunities .btn-view-more svg {
  margin-left: 0.5rem;
  stroke: #095763;
  transition: transform 0.3s ease;
}

.job-opportunities .btn-view-more:hover svg {
  transform: translateY(3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .job-opportunities .section-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  .job-opportunities {
    padding: 2rem 0;
  }

  .job-opportunities .section-title {
    font-size: 2rem;
  }

  .job-opportunities .job-filters {
    flex-direction: column;
    gap: 1rem;
  }

  .job-opportunities .job-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-opportunities .btn-apply,
  .btn-details {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .job-opportunities .section-title {
    font-size: 1.8rem;
  }

  .job-opportunities .job-meta {
    flex-direction: column;
    gap: 0.5rem;
  }

  .job-opportunities .job-card {
    padding: 1.25rem;
  }
}


/* Testimonials Section */
.team-testimonials {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}

/* Section Header */
/* .team-testimonials .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.team-testimonials .section-subtitle {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #095763;
  background-color: rgba(9, 87, 99, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.team-testimonials .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a202c;
  margin-bottom: 1rem;
}

.team-testimonials .highlight {
  color: #095763;
  position: relative;
}

.team-testimonials .highlight:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(9, 87, 99, 0.2);
  border-radius: 4px;
}

.team-testimonials .section-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto;
} */

/* Testimonials Slider */
.team-testimonials .testimonials-slider {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.team-testimonials .testimonials-slider::-webkit-scrollbar {
  display: none;
}

.owl-item {
    height: 100%;
}

.team-testimonials .testimonial-card {
  min-width: calc(33.333% - 1.333rem);
  scroll-snap-align: start;
  background: #f8fafc;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid rgba(226, 232, 240, 0.7);
  transition: all 0.3s ease;
}

.team-testimonials .testimonial-card:hover {
  transform: translateY(-5px);
}

.team-testimonials .testimonial-content {
  margin-bottom: 1.5rem;
}

.team-testimonials .quote-icon {
  width: 48px;
  height: 48px;
  background: rgba(9, 87, 99, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.team-testimonials .quote-icon svg {
  width: 24px;
  height: 24px;
  stroke: #095763;
  stroke-width: 1.5;
}

.team-testimonials .testimonial-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.team-testimonials .rating {
  display: flex;
  gap: 0.25rem;
  margin-top: 1rem;
}

.team-testimonials .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.team-testimonials .author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.team-testimonials .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-testimonials .author-info h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.25rem;
}

.team-testimonials .author-info span {
  font-size: 0.9rem;
  color: #4a5568;
  display: block;
}

.team-testimonials .author-tenure {
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 0.25rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .team-testimonials .testimonial-card {
    min-width: calc(50% - 1rem);
  }
  
  .team-testimonials .section-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  .team-testimonials {
    padding: 4rem 0;
  }
  
  .team-testimonials .testimonial-card {
    min-width: 100%;
  }
  
  .team-testimonials .section-title {
    font-size: 2rem;
  margin-bottom: 0.5rem;
  }
  
  .team-testimonials .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .team-testimonials .section-title {
    font-size: 1.8rem;
  }
  
  .team-testimonials .testimonial-card {
    padding: 1.5rem;
  }
  
  .team-testimonials .quote-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
  }
  
  .team-testimonials .quote-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .team-testimonials .testimonial-text {
    font-size: 1rem;
  }
  
  .team-testimonials .author-image {
    width: 50px;
    height: 50px;
  }
}



/* Redesigned Card - CSS Only */
.ab-right-content.contact__form {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.7);
  transition: all 0.3s ease;
}

.ab-right-content.contact__form:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(9, 87, 99, 0.3);
}

.ab-right-content.contact__form .ab-button .tp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  background-color: #095763;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}

.ab-right-content.contact__form .ab-button .tp-btn:hover {
  background-color: #074952;
  transform: translateY(-2px);
}

.ab-right-content.contact__form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 0.5rem;
}

.ab-right-content.contact__form .link.contact-filed {
  position: relative;
  margin-bottom: 0.5rem;
}

.ab-right-content.contact__form .link.contact-filed input {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: #f8fafc;
  font-size: 0.95rem;
  color: #4a5568;
  margin-bottom: 0.5rem;
}

.ab-right-content.contact__form .link.contact-filed button {
  background: none;
  border: none;
  color: #095763;
  font-weight: 600;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.ab-right-content.contact__form .link.contact-filed button:hover {
  color: #074952;
}

.ab-right-content.contact__form .link.contact-filed button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23095763'%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}

.ab-right-content.contact__form .footer__social-info {
  padding-top: 0.5rem;
  border-top: 1px solid #e2e8f0;
}

.ab-right-content.contact__form .bottom-footer_socials ul {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ab-right-content.contact__form .bottom-footer_socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(9, 87, 99, 0.05);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.ab-right-content.contact__form .bottom-footer_socials li a:hover {
  background: rgba(9, 87, 99, 0.1);
  transform: translateY(-2px);
}

.ab-right-content.contact__form .bottom-footer_socials svg {
  width: 18px;
  height: 18px;
  fill: #095763;
}

/* Specific icon adjustments */
.ab-right-content.contact__form #Layer_1 path {
  fill: #095763;
}

.ab-right-content.contact__form #Capa_1 path {
  fill: #095763;
}

.ab-right-content.contact__form #f_1_ {
  fill: #095763;
}

.ab-right-content.contact__form .bi-youtube path {
  fill: #095763;
}

/* Copy message styling */
.ab-right-content.contact__form #copyMessage {
  font-size: 0.8rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ab-right-content.contact__form #copyMessage.show {
  opacity: 1;
}