.banner-slider .centered-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-0%, -50%);
  text-align: center;
  font-size: 36px;
  color: #fff;
  text-align: left;
  z-index: 123;
  max-width: 500px;
}

.banner-item .banner-text p {
  margin: 0 0 40px;
}

.hr-value-wrapper .svg-icon {
  display: block;
  border: 0;
  text-align: right;
  margin-bottom: 0px;
}

.hr-value-wrapper .item p {
  padding-bottom: 16px;
}

.sustain-sectionA .process-equipment-container {
  background: #5B1F91;
}

.para {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFFB2;
  line-height: 1.6;
}

.left-content {
  flex: 0 0 500px;
  max-width: 500px;
}

/*--employee value--*/
.employee-value {
  position: relative;
}

/* 
.employee-value::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
} */

.background-video-wrapper {
  /* position: absolute;
      top: 0;
      left: 0; */
  width: 100%;
  height: 100%;
  /* z-index: -1; */
  overflow: hidden;
  line-height: 0;
}

.background-video-wrapper .main-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay content */
/* .content-overlay {
  position: absolute;
  height: 100%;
  width: 100%;

  color: #fff;
  bottom: 0px;
  right: 0px;
} */

.content-overlay .main-heading {
  max-width: 400px;
  margin-top: 50px;
}


/* Slider bottom-right */
.content-slider-wrapper {
  position: absolute;
  bottom: 90px;
  right: 50px;
  width: 90%;
  max-width: 600px;
  z-index: 123;
}

.slick-slide {
  margin: 0 10px;
}

.content-card {
  background: #FFFFFF1A;
  backdrop-filter: blur(15px);
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  text-align: left;

}

.content-slider .slick-list {
  padding-bottom: 30px;
}

.content-card .item {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  position: relative;
}

.content-card .item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -40px;
  left: 0;
  background: #FFFFFF33;
  z-index: 12;
}

.content-card.slick-current.slick-active .item::after {
  background: #ffffff;
}

.content-card .item img {
  border-radius: 8px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.content-card .item .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
  height: 90px;
}

.content-card h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #F3F3F3;
}

.content-card p {
  font-size: 10px;
  margin: 0;
  color: #F3F3F366;
}

.employee-value .process-equipment-container {
  background: none;
}

.employee-value .process-equipment-container::before {
  display: none;
}

.employee-value .content-wrapper {
  padding: 60px;
}

.employee-value .content-wrapper .left-content {
  position: relative;
  z-index: 123;
}






/* Technologies Section Styles */
.technologies-section {
  position: relative;
}

.technologies-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 60px;
  background: #F9F9F9;
  border-radius: 20px;
  position: relative;
}

.technologies-container> :first-child {
  align-self: flex-start;
}

.technologies-container::before {
  content: '';
  /* background: url(../images/career/DIVERSITY&INCLUSION.png) no-repeat center; */
  background-size: contain;
  width: 95%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.2;
}

.history .swiper-container-wrapper--timeline-new {
  position: relative;
}

.swiper-container-wrapper--timeline-new::before {
  content: '';
  background: url(../images/career/Celebrating-Culture.png) no-repeat center;
  background-size: contain;
  width: 95%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 90px;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.8;
}



/* Left Content */
.tech-left-content {
  width: 100%;
}

.tech-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.tech-label-text {
  font-size: 16px;
  font-weight: 500;
  color: #C02121;
}

.tech-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #3B3B3B;
  margin: 0;
}


.tech-image-slider {
  position: relative;
  width: 442px;
  height: 442px;
  border-radius: 0%;
  overflow: hidden;
  box-shadow: none;
}

.tech-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tech-slide.active {
  opacity: 1;
}

.tech-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

/* Right Content - Technology List */
.tech-right-content {
  flex: 1;
  max-width: 400px;
}

.tech-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tech-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.tech-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 20px;
  width: 2px;
  height: calc(100% + 20px);
  background-image: repeating-linear-gradient(to bottom,
      #D1D5DB 0px,
      #D1D5DB 4px,
      transparent 4px,
      transparent 8px);
  z-index: 1;
}

.tech-item.active:not(:last-child)::after {
  background-image: repeating-linear-gradient(to bottom,
      #8C43A5 0px,
      #8C43A5 4px,
      transparent 4px,
      transparent 8px);
}

.tech-dot {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transform: rotate(-45deg);
  border: 2px solid #8C43A5;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.technologies-section .tech-dot.active {
  background: #8C43A5;
  border-color: #8C43A5;
  width: 20px !important;
  height: 20px !important;
  position: relative;
  left: 0;
}

.tech-dot.active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;

}

.tech-content {
  flex: 1;
}

.tech-name {
  font-size: 16px;
  font-weight: 600;
  color: #3B3B3B;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.tech-item.active .tech-name {
  color: #8C43A5;
}

.tech-description {
  font-size: 12px;
  line-height: 1.5;
  color: #626265;
  margin: 0;
}

.tech-item.active .tech-description {
  color: #3B3B3B;
}

/* Hover Effects */
.tech-item:hover .tech-dot {
  border-color: #8C43A5;
  transform: rotate(-45deg);
}

.tech-item:hover .tech-name {
  color: #8C43A5;
}

.slick-prev:before {
  background: url(../images/icons/arrow-right.svg) no-repeat center;
  width: 40px;
  height: 40px;
  padding: 2px;
  display: block;
  transform: rotate(180deg);
}

.slick-next:before {
  background: url(../images/icons/arrow-right.svg) no-repeat center;
  width: 40px;
  height: 40px;
  padding: 2px;
  display: block;
}

.slick-prev {
  left: unset;
  right: 70px;
  top: unset;
  bottom: -70px;
  width: 42px;
  height: 42px;
}

.slick-next {
  left: unset;
  right: 20px;
  top: unset;
  bottom: -70px;
  width: 42px;
  height: 42px;
}


.history .swiper-pagination-switch-new:nth-child(5) span {
  margin-left: -20px;
}
#testimonials.sustain-sectionA .tech-title{padding-left: 60px;}
#testimonials.sustain-sectionA .tech-title, .technologies-section .tech-title{text-align: left;}

/* Responsive Design for Technologies Section */
@media (min-width: 1599px) {
  .tech-image-slider {
    width: 100%;
  }

  .tech-name {
    font-size: 18px;
  }

  .tech-description {
    font-size: 14px;
  }
}

@media (max-width: 1399px) {
  .tech-title {
    font-size: 26px;
  }

  .tech-title br {
    display: none;
  }

  .tech-image-slider {
    width: 100%;
    height: 300px;
  }

  .tech-list {
    gap: 18px;
  }
}

@media (max-width: 1200px) {
  .technologies-container {
    gap: 20px;
    padding: 40px;
  }

  .tech-left-content {
    flex: 0 0 280px;
    max-width: 280px;
  }

  .tech-image-slider {
    width: 280px;
    height: 280px;
  }

  .tech-title {
    font-size: 22px;
  }

  .technologies-container {
    display: flex;
    flex-wrap: wrap;
  }


}

@media (max-width: 992px) {
  .technologies-section {
    padding: 60px 0;
  }

  .technologies-container {
    flex-direction: column;
    gap: 50px;
  }

  .tech-left-content {
    max-width: 100%;
    flex: none;
  }

  .tech-center-content {
    flex: none;
  }

  .tech-right-content {
    max-width: 100%;
  }

  .tech-list {
    max-width: 600px;
    margin: 0 auto;
  }

  .tech-item {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .technologies-section {
    padding: 40px 20px;
  }

  .technologies-section .container {
    background-color: #F9F9F9;
    border-radius: 20px;
    padding: 30px 0;
  }

  .technologies-container {
    padding: 20px;
    border-radius: 0;
    background: transparent;
  }

  .technologies-container.d-mobile {
    gap: 20px;
    padding: 0px 20px 20px;
  }

  .tech-image-slider {
    width: 250px;
    height: 250px;
  }

  .tech-title {
    font-size: 24px;
  }

  .tech-list {
    gap: 24px;
  }

  .tech-item:not(:last-child)::after {
    height: calc(100% + 4px);
  }

  .Technologies-item {
    background: #fff;
    padding-right: 20px;
  }

  .Technologies-item:last-child {
    padding-right: 0px;
  }

  .Technologies-item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    height: auto;
  }

  .Technologies-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #3B3B3B;
  }

  .Technologies-item p {
    font-size: 14px;
    color: #515151;
  }



}

@media (max-width: 480px) {
  .tech-image-slider {
    width: 220px;
    height: 220px;
  }

  .tech-title {
    font-size: 22px;
    line-height: 1.4;
  }

  .tech-name {
    font-size: 16px;
  }

  .tech-description {
    font-size: 13px;
  }
}

/*Join us section*/
.join-main-section .precision-text {
  color: #C02121;
}

.join-main-section .division-title {
  color: #3B3B3B;
}

.joinus-wrapper {
  padding: 40px;
  border-radius: 24px;
  position: relative;
}

.joinus-section {
  display: grid;
  grid-template-columns: 1fr 2fr 1.5fr;
  gap: 30px;
  align-items: flex-start;
}

/* Left Tabs */
.joinus-tabs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.joinus-tab-btn {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #3B3B3B;
  backdrop-filter: blur(34px);
  cursor: pointer;
  gap: 10px;
  transition: all 0.3s ease;
}

.joinus-tab-btn img {
  height: 53px;
  width: 53px;
}

.join-details {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.joinus-tab-btn.active {
  background: #8C43A5;
  color: #fff;
  border-color: #8C43A5;
}

.joinus-tab-btn span {
  font-size: 16px;
  font-weight: 300;
  color: #3B3B3B;
}

.joinus-tab-btn.active .join-details span {
  color: #fff;
  font-weight: 600;
}

/* Middle Content */
.joinus-tab-content {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
  padding: 20px 40px 0 80px;
}

.joinus-tab-content.active {
  display: block;
}

.joinus-tab-content h3 {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
  font-style: italic;
  color: #3B3B3B;
}

.joinus-tab-content p {
  color: #3B3B3BB2;
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 14px;
}

.joinus-tab-content .joinus-eligibility {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 14px;
  color: #3B3B3B;

}

.joinus-tab-content button {
  background: #007bff;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.joinus-tab-content button:hover {
  background: #0056b3;
}

/* Right Image */
.joinus-image img {
  width: 72%;
  height: auto;
  display: block;
  margin: auto;
}

.joinus-image {
  position: absolute;
  right: 20px;
  top: 40px;
}

.joinus-tab-btn .hide {
  display: none;
}

.joinus-tab-btn.active .hide {
  display: block;
}

.joinus-tab-btn.active .show {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .joinus-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .joinus-tabs {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .joinus-image {
    margin-top: 20px;
  }
}


/*Rewards*/
.rewards {
  background: #5B1F91;
}

.acc-wrap {
  max-width: 600px;
  margin: 0 auto;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  background: transparent;
  margin-left: 0;
}

.acc-item {
  border-bottom: 1px solid #FFFFFF33;
}

.acc-header {
  padding: 24px 16px;
  padding-left: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  transition: background 0.2s;
  margin-left: 0;
}

.acc-header:hover {
  background: transparent;
}

.acc-arrow {
  transition: transform 0.3s ease;
}

.acc-header.active .acc-arrow {
  transform: rotate(180deg);
}

.acc-content {
  display: none;
  padding: 0px 14px 20px;
  background: transparent;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

.acc-content p {
  font-weight: 300;
  color: #ffffff;
}

.rewards .left-content {
  flex: 0 0 35%;
  display: none;
}

.sustain-sectionA .right-content {
  width: 100%;
  flex: 1;
}

/*--Right Section--*/
.custom-section {
  max-width: 1100px;
  margin: auto;
  padding: 0px 20px;
  padding-left: 0;
}

/* Tabs */
.custom-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFFFFF33;
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 123;
}

.custom-tab-btn {
  background: none;
  border: none;
  padding: 10px 0px;
  margin: 0 20px;
  font-size: 14px;
  color: #ddd;
  cursor: pointer;
  font-weight: 300;
  letter-spacing: 1px;
}

.custom-tab-btn.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.custom-tab-btn:first-child {
  margin-left: 0;
}

/* Slider wrap */
.custom-slider-wrap {
  display: none;
  position: relative;
}

.custom-slider-wrap.active {
  display: block;
}

.custom-slide-item {
  display: flex;
  align-items: center;
  gap: 30px;
  background: transparent;
  padding: 0px;
  margin: 0;
}

.custom-left {
  flex: 0 0 30%;
}

.custom-left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.custom-right {
  width: 40%;
}

.custom-right p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #FFFFFFE5;
  font-style: italic;
  font-weight: 400;
}

.custom-list {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
}

.custom-list .custom-right::after {
  content: '';
  position: absolute;
  top: 35%;
  left: 38%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* background: url('https://isgec.lyxelandflamingotech.in/wp-content/themes/ISGEC/assets/images/career/img.png') no-repeat center; */
  width: 120px;
  height: 81px;
}



.custom-right h4 {
  font-size: 14px;
  color: #ffcc00;
  margin: 0;
  font-weight: 300;
}

/* Slick arrows color */
.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 0px;
}

.custom-arrows .slick-arrow {
  left: 0;
  bottom: 0;
}

.custom-arrows {
  position: absolute;
  left: 39%;
  bottom: 70px;
}

.custom-arrows .slick-prev {
  transform: rotate(180deg);
  width: 42px;
  margin-left: -60px;
}

.custom-arrows .slick-next {
  width: 42px;
  height: 42px;
}


.mobile-sectionEmpower {
  display: none;
}

.trusted-slider {
  overflow: hidden;
}

.empower-right .hr-value-wrapper .item .svg-icon img {
  width: 56px;
  height: 44px;
}

.culture-value .empower-right .para {
  min-height: 80px;
}

.empower-right .hr-value-wrapper .item p {
  min-height: 50px;
}

.empower-right .hr-value-wrapper .item img {
  border-radius: 0;
}

.transparent-btn a.bg-cta-button {
  background-color: transparent;
  margin-top: 20px;
}



@media(min-width: 1900px) {
  .empower-right .hr-value-wrapper .item .svg-icon img {
    width: 74px;
    height: 64px;
  }

  .empower-right .hr-value-wrapper .item p {
    min-height: 60px;
  }

  .culture-value .empower-right .para {
    min-height: 100px;
  }

  .acc-content {
    padding: 0 14px 24px;
  }

  .acc-header {
    font-size: 20px;
  }

  .custom-tab-btn {
    padding: 10px 0px;
    margin: 0 10px;
    font-size: 16px;
  }

  .rewards .left-content {
    flex: 0 0 40%;
  }

  .rewards.sustain-sectionA .right-content {
    flex: 0 0 70%;
  }

  .custom-tabs {
    justify-content: space-between;
    gap: 10px;
  }

}

@media(max-width: 1600px) {
  .custom-tab-btn {
    margin: 0 10px;
  }

  .custom-section {
    position: relative;
  }

  .custom-tabs {
    right: 0;
    top: -40px;
    z-index: 123;
    left: auto;
    transform: translateX(-50%);
  }
}



@media(max-width: 1399px) {
  .acc-header {
    font-size: 14px;
  }

  .sustain-sectionA .content-wrapper .left-content p {
    font-size: 12px;
  }

  .acc-header {
    padding: 14px 12px;
  }

  .custom-left {
    flex: 0 0 20%;
  }

  .custom-right p {
    font-size: 14px;
  }

  .custom-arrows .slick-arrow {
    width: 22px;
  }

  .custom-arrows .slick-arrow svg {
    width: 32px;
  }

  .rewards .content-wrapper {
    gap: 40px;
  }

  .custom-tab-btn {
    margin: 0;
    font-size: 13px;
  }

  .custom-tabs {
    gap: 10px;
  }

  .custom-arrows {
    left: 27%;
    bottom: 50px;
  }

  .custom-arrows .slick-prev {
    margin-left: -30px;
  }

  .joinus-tab-btn span {
    font-size: 14px;
  }

  .joinus-tab-btn {
    padding: 15px;
  }

  .join-details {
    padding-top: 15px;
  }

  .joinus-image img {
    width: 100%;
  }

  .joinus-tab-content {
    padding-left: 40px;
  }

  .joinus-image img {
    margin-right: 20px;
    margin-top: -40px;
  }



}

@media(max-width: 768px) {
  .custom-slide-item {
    flex-direction: column;
    text-align: center;
  }

  .custom-left,
  .custom-right {
    flex: 100%;
  }
}

/*our culture values*/
.culture-value .content-wrapper .left-content img {
  border-radius: 16px;
  margin-top: 30px;
  /* width: 100%;
  height: auto; */
}

.culture-value .hr-value-wrapper {
  gap: 0;
}

.culture-value .hr-value-wrapper .item {
  border-radius: 0;
  position: relative;
}

.culture-value {
  background: #5B1F91;
}

.culture-value .process-equipment-container {

  padding: 15px 0;
}

.culture-value .hr-value-wrapper .svg-icon {
  text-align: left;
}

.culture-value .content-wrapper {
  align-items: center;
  border: 1px solid #FFFFFF1F;
  border-radius: 24px;
}

.culture-value .left-content {
  padding-left: 40px;
  flex: 0 0 48%;
}

.culture-value .para {
  font-size: 12px;
}

.culture-value .content-wrapper .left-content p {
  font-size: 12px;
  width: 80%;
}

.start-icon {
  position: absolute;
  z-index: 1;
  line-height: 0;
}

.start-a {
  top: -8px;
  left: -7px;
}

.start-b {
  top: -7px;
  right: -7px;
}

.start-c {
  bottom: -7px;
  left: -7px;
}

.start-d {
  bottom: -7px;
  right: -7px;
}

/*Empower Growth*/
.empower-value .right-content {
  flex: 0 0 65%;
  border-left: 1px solid #FFFFFF1A;
}

.empower-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.empower-details .list {
  width: 100%;
}

.empower-value .content-wrapper .left-content p i {
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}

.hr-value-wrapper .item:first-child .empower-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}

.empower-right .hr-value-wrapper .item img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.empower-right .hr-value-wrapper .item .svg-icon img {
  border-radius: 0;
}

.hr-value-wrapper .svg-icon svg {
  width: 56px;
  height: 44px;
}

.empower-right .hr-value-wrapper .item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 30px;
  border: 0;
}

.empower-value .content-wrapper {
  align-items: flex-start;
}

.empower-value .left-content {
  padding-top: 60px;
  flex: 0 0 30%;
}

.culture-value.empower-value .content-wrapper .left-content p {
  width: 100%;
}


/*Trusted section*/
.trusted .precision-text {
  color: #C02121;
}

.trusted .division-title {
  color: #4d4d4d;
}

.trusted .container {
  padding-right: 0;
  margin-right: 0;
}

.wrapper {
  padding: 0 0px;
}

.trusted-slider .list {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  position: relative;
}

.trusted-slider h6.trust-head {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  padding-bottom: 15px;
  position: relative;
  min-height: 65px;
}

.trusted-slider h6.trust-head::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 45px;
  background: #8C43A5;
}

.trusted-slider p {
  font-size: 13px;
  font-weight: 400;
  color: #242424;
  line-height: 1.4;
  padding: 15px 0 80px
}

.trusted-slider .number {
  font-size: 60px;
  font-weight: 700;
  color: #3B3B3B0F;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
}



/*beyound 2*/
.history .swiper-container-wrapper--timeline-new {
  width: 100%;
  padding: 90px 0 60px;
  overflow: hidden;
}

.history .swiper-pagination-custom-new {
  padding: 40px 60px 0;
  justify-content: space-between;
}

.history .swiper {
  margin-top: 30px;
}

.history .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  min-height: 200px;
  border-radius: 10px;
  font-size: 20px;
  justify-content: flex-start;
}

.history .swiper-slide p {
  color: #fff;
}

.history .swiper-pagination-custom-new {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  margin-bottom: 20px;
  margin-top: 50px;
  position: relative;
  align-items: center;
}

.history .swiper-pagination-custom-new::-webkit-scrollbar {
  display: none;
}

.history .swiper-pagination-switch-new {
  flex: 0 0 calc(100% / 7);
  /* 5 visible */
  text-align: left;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
  list-style: none;
  padding-bottom: 20px;
}

.history .swiper-pagination-switch-new span {
  display: block;
  margin-bottom: 8px;
  color: #888888;
  font-weight: 400;
  margin-left: -50px;
  font-size: 14px;
}



.history .swiper-pagination-switch-new .circle_box {

  display: block;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border: 1px solid #8C43A5;
  border-radius: 4px;
  background: transparent;
  transition: 0.3s;
  position: relative;
  z-index: 3;
  background: #fff;
  position: absolute;
  bottom: auto;
  right: auto;
  top: -27px;
  left: 0;
}

.history .swiper-pagination-switch-new.filled .circle_box {
  background: #8C43A5;
}

/* Connecting Lines */
.history .swiper-pagination-switch-new .line_fill {
  position: absolute;
  left: 0;
  height: 2px;
  width: 0px;
  background: #D0D0D0;
  z-index: 2;
  transform: translateX(0);
  transition: all 2.8s;
  bottom: auto;
  top: -20px;
}

.history .swiper-pagination-switch-new::after {
  content: "";
  position: absolute;
  left: 0%;
  height: 2px;
  width: 100%;
  background: #D0D0D0;
  z-index: 1;
  transform: translateX(0);
  transition: all 0.9s;
  bottom: 6px;
}

/*.swiper-pagination-switch:last-child::before {
      display: none;
    }*/



.history .swiper-pagination-switch-new.active span {
  color: #242424;
  font-weight: 600;
}

.history .swiper-pagination-switch-new.active .circle_box {

  background: #8C43A5;
  border-color: #8C43A5;
}

/* #eccc12 Progress Fill Logic */
.history .swiper-pagination-switch-new.filled .line_fill {
  background: #8C43A5;
  width: 100%;
}

.history .swiper-pagination-switch-new:last-child:after {
  opacity: 0;
}

.history .swiper-pagination-switch-new:last-child .line_fill {
  opacity: 0;
}


.rhe-details .rhe-image {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  gap: 37px;
  width: 1900px;
  justify-content: space-evenly;
}

.rhe-details .rhe-image img {
  border-radius: 16px;
  width: 250px;
  height: 303px;
  object-fit: cover;
}

/* .rhe-details .rhe-image img:nth-child(even) {
  width: 170px;
  height: 227px;
} */

.rhe-details .rhe-image::-webkit-scrollbar-track {
  display: none;
}

.rhe-details .rhe-image::-webkit-scrollbar {
  display: none;
}

.rhe-details .rhe-image::-webkit-scrollbar-thumb {
  display: none;
}

.history .swiper-pagination-switch-new {
  flex: inherit;
  width: 100%;
}

.history .swiper-pagination-switch-new:last-child {
  width: auto;
}

.career-beyound .legacy-deatils {
  text-align: center;
}

.career-beyound .legacy-deatils p {
  width: 100%;
  justify-content: center;
}

.history .swiper-pagination-switch-new::after {
  bottom: auto;
  top: -20px;
}


/*--Mobile-beyound--*/
.yari-section {
  max-width: 1100px;
  margin: 10px auto;
  padding: 18px 0;
}

.yari-tabs-wrap {
  position: relative;
  padding: 18px 0px 0px;
}

.yari-tabs {
  display: flex;
  gap: 20px;
  align-items: center;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}

.yari-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 6px 8px;
  position: relative;
}

.yari-tab:focus {
  outline: none
}

.yari-tab .yari-square {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #D0D0D0;
  background: #fff;
  flex: 0 0 18px;
  transform: rotate(45deg);
}

.yari-tab.active .yari-square,
.yari-tab.past .yari-square {
  background: #8C43A5;
  border-color: #8C43A5
}

.yari-tab .yari-label {
  font-size: 14px;
  white-space: nowrap
}

.yari-progress-line {
  position: absolute;
  left: 8px;
  right: 8px;
  top: calc(18px + 16px);
  height: 2px;
  transform: translateY(-50%);
  pointer-events: none
}

.yari-progress-line .yari-track {
  height: 2px;
  border-top: 2px dashed #D0D0D0;
  width: 100%;
}

.yari-progress-line .yari-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #8C43A5, #8c43a5);
  transition: width linear;
}

.yari-timer-dot {
  position: absolute;
  top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8C43A5;
  transform: translateX(-50%);
  transition: left linear;
}

.yari-content {
  margin-top: 22px
}

.yari-slider-wrap {
  display: none
}

.yari-slider-wrap.active {
  display: block
}

.yari-slide-img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform .4s ease, width .4s ease, height .4s ease
}

.yari-slide-odd .yari-slide-img {
  width: 160px;
  height: 210px;
}

.yari-slide-even .yari-slide-img {
  width: 110px;
  height: 140px;
}

.yari-tab {
  flex-direction: column;
}

.yari-tab {
  position: relative;
  z-index: 1;
}

.yari-tabs::-webkit-scrollbar {
  height: 8px
}

.yari-tabs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px
}

.yari-controls {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  align-items: center
}

.yari-btn {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--muted);
  background: #fff;
  cursor: pointer
}

.history.common-section .fixed-top-section {
  padding: 0;
}


@media (max-width:991px) {
  .yari-slide-img {
    height: 260px
  }

  .yari-tab {
    min-width: 120pxl
  }

  .yari-section .swiper-wrapper {
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
  }

  .swiper-yari {
    overflow: hidden;
  }
}

@media (max-width:400px) {
  .yari-slide-odd .yari-slide-img {
    width: 100%;
    height: 220px;
  }

  .yari-slide-even .yari-slide-img {
    width: 100%;
    height: 180px;
  }
}

.yari-section {
  display: none;
}

#cultureslider .item:nth-child(1) .start-b,
#cultureslider .item:nth-child(1) .start-d {
  display: none;
}

#cultureslider .item:nth-child(3) .start-b,
#cultureslider .item:nth-child(3) .start-d {
  display: none;
}

#trustedslider .slick-track {
  display: flex;
}

#trustedslider .slick-slide {
  height: auto;
}

#trustedslider .slick-slide .list {
  height: 100%;
}

.sticky-name-badge {
  display: none;
}

/*--new changes--*/
.technologies-container {
  display: block;
}

.technologies-container> :first-child {
  text-align: center;
  margin-bottom: 40px;
}

.tech-center-content.second-con {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.tech-para-only,
.tech-image-slider {
  width: 50%;
}

/* Responsive */
@media(min-width: 1900px) {
  .para {
    font-size: 16px;
  }

  .division-title {
    font-size: 36px;
  }

  .content-card h3 {
    font-size: 18px;
  }

  .content-slider-wrapper {
    max-width: 800px;
  }

  .content-card .item img {
    border-radius: 8px;
    width: 127px;
    height: 127px;
  }

  .culture-value .left-content {
    padding-left: 60px;
  }

  .culture-value .para {
    font-size: 16px;
  }

  .culture-value .content-wrapper .left-content p {
    font-size: 16px;
  }

  .hr-value-wrapper .svg-icon svg {
    width: 76px;
    height: 64px;
  }

  .empower-right .hr-value-wrapper .item {
    gap: 60px;
    padding: 85px 40px;
  }

  .empower-value .left-content {
    padding-top: 85px;
  }

  .trusted-slider .list {
    padding: 40px;
  }

  .trusted-slider h6.trust-head {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .trusted-slider p {
    font-size: 16px;
    padding-top: 20px;
  }

  .trusted .container {
    padding-left: 0;
  }

  /*Join us*/
  .join-details {
    padding-top: 40px;
  }

  .joinus-tab-content h3 {
    font-size: 20px;
  }

  .joinus-tab-content p {
    font-size: 16px;
  }

  .joinus-tab-content .joinus-eligibility,
  .joinus-tab-content .joinus-eligibility {
    font-size: 16px;
  }

  .joinus-wrapper {
    padding: 60px;
  }

  .joinus-image img {
    width: 80%;
  }

  /*Beyound*/
  .rhe-details .rhe-image img {
    border-radius: 16px;
    width: 279px;
    height: 353px;
    object-fit: cover;
  }

  /* .rhe-details .rhe-image img:nth-child(even) {
    width: 187px;
    height: 237px;
  } */

  .history .swiper-pagination-switch-new span {
    font-size: 16px;
  }

  .trusted-slider h6.trust-head {

  min-height: 120px;
}



}

@media(max-width: 1800px) {
  .content-wrapper {
    align-items: center;
  }

  .custom-right {
    width: 60%;
  }


}

@media(max-width: 1699px) {
  .rhe-details .rhe-image {
    gap: 20px;
  }

  .rhe-details .rhe-image img {
    width: 260px;
    height: 313px;
  }

  .history .swiper-container-wrapper--timeline-new {
    margin-bottom: 0;
  }

  .tech-para-only {
    width: 50%;
  }
}

@media(max-width: 1600px) {
  .rhe-details .rhe-image img {
    width: 240px;
  }
}

@media(max-width: 1440px) {
  .rhe-details .rhe-image img {
    width: 200px;
    height: 273px;
  }
}

@media(max-width: 1400px) {
  .rhe-details .rhe-image img {
    width: 190px;
  }
}

@media(max-width: 1366px) {
  /* .rhe-details .rhe-image img:nth-child(odd) {
    width: 185px;
    height: 250px;
  } */

  /* .rhe-details .rhe-image img:nth-child(even) {
    width: 160px;
    height: 177px;
  } */
}



@media(max-width: 1399px) {
  .hr-value-wrapper .item {
    padding: 20px;
  }

  .hr-value-wrapper .item p {
    font-size: 14px;
    padding-bottom: 8px;
  }

  .para {
    font-size: 12px;
  }

  .trusted-slider .list {
    padding: 20px;
  }

  .trusted-slider h6.trust-head {
    font-size: 16px;
  }

  .history .swiper-pagination-switch-new span {
    font-size: 12px;
  }

  .rhe-details .rhe-image img {}

  /* .rhe-details .rhe-image img:nth-child(even) {
    width: 100px;
    height: 127px;
  } */

  /* .rhe-details .rhe-image img:nth-child(odd) {
    width: 165px;
    height: 200px;
  } */

  .tech-para-only p {
    font-size: 13px;
  }

  .joinus-image {
    position: inherit;
  }



}

@media(max-width: 1280px) {
  /* .rhe-details .rhe-image img:nth-child(odd) {
    width: 169px;
    height: 250px;
  } */
}

@media(max-width: 1152px) {
  /* .rhe-details .rhe-image img:nth-child(odd) {
    width: 152px;
    height: 180px;
  } */

  /* .rhe-details .rhe-image img:nth-child(even) {
    width: 140px;
    height: 137px;
  } */
}

@media(max-width: 1024px) {
  /* .rhe-details .rhe-image img:nth-child(odd) {
    width: 132px;
  } */

  /* .rhe-details .rhe-image img:nth-child(even) {
    width: 120px;
  } */
}

@media(max-width: 768px) {
  .content-overlay .main-heading h1 {
    font-size: 24px;
  }

  .content-slider-wrapper {
    max-width: 90%;
    right: 5%;
  }

  .sustain-sectionA .left-content p {
    display: block;
    margin-top: 24px;
  }

  .sustain-sectionA .hr-value-info .para {
    display: none;
  }

  .hr-value-wrapper .item {
    padding: 22px 18px 20px;
  }

  .hr-value-wrapper .item p {
    padding-bottom: 0;
    padding-top: 20px;
  }

  .technologies-container::before {
    display: none;
  }

  .culture-value {
    padding: 40px 20px;
  }

  .culture-value .process-equipment-container {
    border: 0;
    border-radius: 0;
  }

  .culture-value .left-content {
    padding-left: 0;
  }

  .culture-value .hr-value-wrapper .item {
    border: 0;
  }

  .start-icon {
    display: none;
  }

  .employee-value {
    padding: 0;
  }

  .background-video-wrapper .main-video {
    height: 650px;
  }

  .employee-value .content-wrapper {
    padding: 30px;
  }

  .content-overlay {
    padding: 0;
  }

  .content-slider-wrapper {
    bottom: 20px;
    right: 0;
    width: 95%;
  }

  .content-slider .slick-list {
    padding-right: 130px;
  }

  .Technologies-slider {
    display: none;
  }

  /* Tabs wrapper */
  .career-tabs {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid #ddd;
    scrollbar-width: none;
    scrollbar-color: #7d4aae #f1f1f1;
  }

  /* Custom scrollbar */
  .career-tabs::-webkit-scrollbar {
    height: 6px;
  }

  .career-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .career-tabs::-webkit-scrollbar-thumb {
    background: #7d4aae;
    border-radius: 10px;
  }

  .career-tabs::-webkit-scrollbar-thumb:hover {
    background: #5e2f91;
  }

  /* Tab item */
  .career-tab-item {
    flex: 0 0 auto;
    padding: 12px 18px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    color: #555;
    position: relative;
    transition: 0.3s;
  }

  .career-tab-item.active {
    color: #000;
    font-weight: 600;
    padding: 12px 0;
  }

  .career-tab-item.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #7d4aae;
    border-radius: 2px;
  }

  /* Tab content */
  .career-tab-content {
    margin-top: 20px;
    display: none;
    padding: 30px 0 0;
  }

  .career-tab-content.active {
    display: block;
  }

  .career-tab-content p {
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  /* Image grid */
  /* .career-images-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;
    } */

  .career-images-grid img {
    width: 100%;
    border-radius: 8px;
    display: block;
  }

  /* Big image (left side like screenshot) */
  .career-images-grid .career-big {
    grid-row: span 2;
    object-fit: cover;
  }

  .career-tabs,
  .career-tab-content {
    max-width: 400px;
    margin: auto;
  }



  /*History 2*/
  .history .swiper-container-wrapper--timeline-new {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin-top: 0;
    overflow: hidden;
  }

  .history .swiper-pagination-custom-new {
    margin-bottom: 50px;
  }

  .history .swiper-pagination-switch-new .circle_box {
    right: 2px;
  }

  .history .swiper-pagination-switch-new {
    flex: 0 0 calc(100% / 2);
  }

  .history.common-section .fixed-top-section {
    padding: 0;
  }

  .history .swiper-pagination-switch-new span {
    margin-right: -10px
  }

  .history .swiper-pagination-custom-new {
    margin-top: 40px;
    margin-bottom: 40px;
  }


  .culture-value .culture-value-mobile .content-wrapper .left-content img {
    display: none;
  }

  .culture-value .culture-value-mobile .hr-value-wrapper {
    display: block;
    position: relative;
  }

  .culture-value .culture-value-mobile .hr-value-wrapper .slick-track {
    padding: 10px 0;
  }

  .culture-value .culture-value-mobile .hr-value-info {
    position: relative;
  }

  .culture-value .culture-value-mobile .hr-value-info::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -30px;
    width: 768px;
    height: 1px;
    background-color: #FFFFFF1A;
  }

  .culture-value .culture-value-mobile .hr-value-info::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -30px;
    width: 768px;
    height: 1px;
    background-color: #FFFFFF1A;
    display: none;
  }

  .culture-value .content-wrapper {
    border: none;
  }

  .culture-value .culture-value-mobile .item:nth-child(2) .start-d {
    display: none !important;
  }

  .culture-value .culture-value-mobile .hr-value-info .para {
    display: block;
  }

  .culture-value .culture-value-mobile .item {
    padding: 0;
    margin: 0;
  }

  /* .culture-slider .slick-list{padding: 0 40px;} */

  .culture-value .culture-value-mobile {
    padding: 30px 15px;
    border: 1px solid #FFFFFF1A;
    border-radius: 16px;
  }

  .culture-value .culture-value-mobile .item {
    opacity: 0.6;
    padding: 30px 20px;
  }

  .culture-slider .slick-current.slick-active {
    opacity: 1;
    border-left: 1px solid #FFFFFF1A;
    border-right: 1px solid #FFFFFF1A;
    margin: 0;
    padding: 30px 20px;
  }

  #cultureslider.hr-value-wrapper .item p {
    margin-bottom: 16px;
  }

  #cultureslider .start-icon {
    display: block;
  }

  #cultureslider .start-icon.start-d,
  #cultureslider .start-icon.start-c {
    bottom: 10px;
  }

  .empower-value .right-content {
    border: 0;
  }

  .empower-right .hr-value-wrapper img {
    display: none;
  }

  .empower-right .hr-value-wrapper {
    display: none;
  }

  #mobilesectionEmpower {
    position: relative;
    /* Needed for absolute bar */
    padding-bottom: 40px;
    /* extra space for bar */
  }

  .mobile-sectionEmpower .item .list p {
    margin-top: 20px;
  }

  .mobile-sectionEmpower .item .list .para {
    margin-top: 10px;
  }

  #mobilesectionEmpower .slick-list {
    padding-right: 100px;
  }

  #mobilesectionEmpower .slick-list .slick-slide {
    opacity: 0.6;
  }

  #mobilesectionEmpower .slick-list .slick-slide.slick-active {
    opacity: 1;
  }

  .empower-value .left-content {
    padding-top: 0;
  }

  .empower-value .content-wrapper {
    padding: 0;
    display: block;
  }

  #mobilesectionEmpower .slick-prev,
  #mobilesectionEmpower .slick-next {
    bottom: 0;
  }

  #mobilesectionEmpower {
    padding-bottom: 0px;
    padding-top: 30px;
  }

  .empower-right .progress {
    display: none;
  }

  #mobilesectionEmpower .slick-next:before,
  .custom-slider .slick-next:before {
    background: url(https://isgec.lyxelandflamingotech.in/wp-content/themes/ISGEC/assets/images/icons/arrow-right.svg);
  }

  #mobilesectionEmpower .slick-prev:before,
  .custom-slider .slick-prev:before {
    background: url(/https://isgec.lyxelandflamingotech.in/wp-content/themes/ISGEC/assets/images/icons/arrow-right.svg);
    transform: translate(-180deg);
  }

  .progress,
  .progress-trused {
    display: block;
    width: 60%;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #FFFFFF33;
    background-image: linear-gradient(to right, #fff, #fff);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    position: absolute;
    bottom: 60px;
  }

  .progress .slider__label.sr-only {
    background-color: #fff;
  }

  .joinus-image {
    position: inherit;
  }

  .joinus-tab-btn img {
    display: none !important;
  }

  .join-details {
    padding-top: 0;
  }

  .joinus-tab-btn span:last-child {
    display: none;
  }

  .joinus-tabs {
    justify-content: space-between;
  }

  .joinus-tab-btn {
    flex: 1;
    border-color: #DADADA;
    padding: 15px 2px;
  }

  .join-details {
    justify-content: center;
  }

  .joinus-tab-btn span {
    color: #DADADA;
  }

  .joinus-tab-content {
    padding: 0;
    text-align: left;
  }

  .joinus-image img {
    margin-right: 0;
    width: 100%;
  }

  .custom-tabs {
    position: inherit;
  }

  .custom-list {
    display: block;
  }

  .custom-slider .custom-slide-item .custom-right {
    width: 100%;
  }

  .custom-list::after {
    display: none;
  }

  .custom-right p {
    text-align: left;
    padding-top: 30px;
  }

  .custom-right h4 {
    text-align: left;
  }

  .custom-arrows .slick-arrow svg {
    display: none;
  }

  .custom-arrows {
    left: auto;
    right: 50px;
    bottom: -60px;
  }

  .custom-arrows .slick-arrow {
    width: 20px;
  }

  .custom-arrows .slick-arrow::before {
    background: url(/assets/images/icons/arrow-right.svg);
  }

  .sustain-sectionA.rewards .process-equipment-container {
    padding-bottom: 80px;
  }

  .custom-arrows .slick-prev {
    top: -60px;
    transform: rotate(0deg);
  }


  .custom-slider-wrap .progress {
    bottom: -50px;
  }

  .custom-tab-btn {
    font-size: 16px;
    white-space: nowrap;
  }

  .custom-tabs {
    gap: 30px;
    justify-content: flex-start;
    overflow: hidden;
    overflow: scroll;
    left: 56%;
    top: 0;
  }

  #testimonials .tech-title{margin-top: 50px;}

  .trusted {
    padding: 30px;
    padding-right: 0;
  }

  .trusted .slick-list {
    padding-right: 80px;
  }

  .trusted-slider {
    padding: 40px 0 80px;
  }

  .trusted-slider .slick-arrow {
    bottom: -10px;
  }

  .progress-trused {
    background-color: #0087C533;
    background-image: linear-gradient(to right, #0087C5, #0087C5);
    bottom: 30px;
  }

  .trusted .wrapper {
    position: relative;
  }

  .sustain-sectionA .content-wrapper .left-content p {
    margin-top: 0;
  }

  .acc-header {
    padding: 14px 0;
  }

  .acc-wrap {
    margin-top: 30px;
  }

  .acc-content {
    padding: 0 0 20px;
  }

  .custom-section {
    padding-right: 0;
  }


  /*Beyound Hostory*/
  .rhe-details {
    display: none;
  }

  .history .swiper-pagination-switch-new span {
    margin-left: 0;
    margin-right: 20px;
  }

  .moblie-beyound-slider {
    display: block;
  }

  .swiper-container-wrapper--timeline-new {
    display: none !important;
  }

  /*Mobile- Slider Beyound*/
  .yari-section {
    display: block;
  }

  .mobile-sectionEmpower {
    display: block;
    margin-top: 25px;
  }

  .joinus-section {
    padding-top: 30px;
  }

  .culture-value .culture-value-mobile .item:nth-child(5) .start-c {
    display: none;
  }

  .culture-value .culture-value-mobile .item:nth-child(6) .start-c {
    display: none;
  }

  .tech-center-content.second-con {
    display: block !important;
  }

  .tech-image-slider {
    width: 100%;
  }

  .tech-para-only {
    width: 100%;
  }

  .joinus-tab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

@media(max-width: 479px) {
  .division-title {
    font-size: 24px;
  }

  .hr-value-wrapper .item {
    padding: 10px;
  }

  .hr-value-wrapper .svg-icon svg {
    width: 46px;
    height: 34px;
  }

  .hr-value-wrapper .item p {
    font-size: 13px;
  }

  .background-video-wrapper .main-video {
    height: 600px;
  }

  .content-slider .slick-list {
    padding-right: 60px;
  }

  .custom-slider .slick-next {
    right: 0;
  }

  .custom-slider .slick-prev {
    right: 50px;
  }


}

.content-overlay {
  display: none;
}

#policy-ethics .transparent-btn a.bg-cta-button {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #008bd1;
  margin-top: -10px;
}

#policy-ethics .transparent-btn .cta-button:hover .text {
  transform: translateX(5px);
}

.transparent-btn .cta-button:hover .text {
  transform: translateX(35px);
}

.cta-button .icon{background: transparent;}

/* ------------------------------------
   OVERLAY BACKDROP
-------------------------------------*/
.recruitment-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  display: none;
  /* changed via JS */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  animation: fadeIn 0.3s ease;
}

/* ------------------------------------
 MODAL CONTAINER
-------------------------------------*/
.recruitment-popup {
  background: #ffffff;
  max-width: 600px;
  width: 100%;
  padding: 35px 40px;
  border-radius: 16px;
  box-shadow:
    0 10px 35px rgba(0, 0, 0, 0.18),
    0 6px 15px rgba(0, 0, 0, 0.12);
  position: relative;
  animation: scaleIn 0.35s ease;
}

/* ------------------------------------
 CLOSE BUTTON (TOP RIGHT)
-------------------------------------*/
.close-popup {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 28px;
  cursor: pointer;
  color: #555;
  font-weight: 600;
  transition: 0.2s;
}

.close-popup:hover {
  color: #000;
  transform: scale(1.15);
}

/* ------------------------------------
 TITLE
-------------------------------------*/
.recruitment-popup h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: #22304A;
}

/* ------------------------------------
 PARAGRAPH TEXT
-------------------------------------*/
.recruitment-popup p {
  line-height: 1.6;
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 12px;
}

.recruitment-popup p:last-child {
  margin-top: 20px;
  font-weight: 600;
  text-align: right;
}

/* ------------------------------------
 ANIMATIONS
-------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.92);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

#testimonials .tech-title {
  text-align: center;
  color: #fff;
}

@media (max-width:767px){
  .transparent-btn .cta-button:hover .text {
    transform: none;
}
#cultureslider .start-icon {
  display: none;
}
.custom-left img{display:  block !important;}
.custom-left .d-mobile{display: none !important;}
}