/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
html, body {
  font-family: 'Raleway', sans-serif!important;
  overflow-x: hidden;
}
/* About Page */
.mySwiper .swiper-slide {
  display: flex;
  align-items: center;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  height: 150px !important;
  border-radius: 4px;
}
.mySwiper img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.swiper {
  position: relative;
  padding-bottom: 30px; /* space for pagination */
}

.mySwiper .swiper-pagination-progressbar {
  background: rgba(230, 230, 230, 0.35);
  position: relative;
  margin-top: 20px;
  height: 1px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #27c0d8!important;
}
.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  min-height: 400px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}

.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper--timeline .swiper-slide-active .title {
  opacity: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: rgba(230, 230, 230, 0.35);
  height: 3px !important;
  border-bottom: 1px solid #888;
  width: 100%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: #27c0d8 !important;
  height: 3px;
  top: 2px;
}

.swiper-container-wrapper--timeline
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  width: 80%;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: absolute;
  bottom: 50px; /* Controls distance from bottom, adjust as needed */
  left: 40%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  z-index: 11;
  width: 80%;
  line-height: 1.66;
}

.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}

.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch
  .switch-title {
  position: absolute;
  /* font-weight: 400; */
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;

  font-weight: 500;
  /* transition-delay: 0.4s; */
  color: #e6e6e6;
  border: 0.5px solid #fff;
  border-radius: 4px;
  padding: 4px 10px;
}

.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch
  .switch-title:after {
  position: absolute;
  top: calc(100% + 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}

.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  .switch-title {
  font-weight: 500;
  transition-delay: 0.4s;
  color: #e6e6e6;
  border: 0.5px solid #fff;
  border-radius: 4px;
  padding: 4px 10px;
}

.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  .switch-title:after {
  background: #e6e6e6;
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  ~ .swiper-pagination-switch
  .switch-title {
  font-weight: 500;
  transition-delay: 0.4s;
  color: #e6e6e6;
  border: 0.5px solid #fff;
  border-radius: 4px;
  padding: 4px 10px;
}

.swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  ~ .swiper-pagination-switch
  .switch-title:after {
  background: #e6e6e6;
}

.swiper-container--timeline
  .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: 70px;
  width: 100%;
}

.custom-slide {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.slide-content {
  display: flex;
  flex-wrap: wrap;
  /* height: 100vh; */
  max-width: 1200px;
  padding: 40px 20px 10px;
  gap: 40px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-family: raleway;
  font-weight: 300;
}

.text-section {
  flex: 1 1 500px;
}

.text-section h2 {
  font-size:3rem;
  margin-bottom: 10px;
  line-height: 1.2;
}

.text-section p {
  font-size: 1rem;
  margin-bottom: 5px;
  max-width: 560px;
}

.stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.stats div {
  text-align: left;
}

.stats strong {
  display: block;
  font-size:3rem;
  margin-bottom: 5px;
}

.image-section {
  flex: 1 1 200px;
  text-align: center;
}

.image-section img {
  max-width: 100%;
  height: auto;
}

.swiper-controls {
  padding: 0 40px 40px;
  max-width: 100%;
  margin: 0 auto;
}

/*machine section*/
.machine-section {
    position: relative;
    width: 100%;
    height: 615px;
    background: url('/wp-content/uploads/2025/06/Arm_1-1.png') no-repeat center center;
    background-size: contain;
    overflow: hidden;
    padding: 100px 0 0 0;
}

.machine-section .overlay-items {
    position: relative;
    width: 100%;
    height: 100%;
}

.machine-section .overlay-item {
    position: absolute;
    width: 15%;
    text-align: center;
    color: white;
}

.machine-section .overlay-item h3 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 600;
}

/* Add animation effect */
.machine-section .overlay-item .hover-content {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
}

/* On hover, animate it in */
.machine-section .overlay-item:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
    height: auto;
    padding: 6px 10px;
}


.machine-section .overlay-item img {
    width: 155px;
    margin: 0 auto;
    height: auto;
    display: block;
}

/* Position based on your final reference image */
.machine-section .item1 { left: 12%; bottom: 50%; }
.machine-section .item2 { left: 30%; bottom: 55%; }
.machine-section .item3 { left: 52%; bottom: 65%; }
.machine-section .item4 { left: 70%; bottom: 49%; }

/* Responsive: Stack vertically */
@media (max-width: 768px) {
  html, body{overflow-x: hidden;}
    .machine-section {
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 40px 0px 100px;
    }

    .machine-section .overlay-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .machine-section .overlay-item {
        position: static;
        width: 40%;
    }

    .machine-section .overlay-item .hover-content {
        opacity: 1;
        transform: translateY(0);
        padding: 6px 10px;
        animation: fadeInSlide 0.5s ease forwards;
        font-size: 10px;
        height: auto;
        overflow: visible;
    }

    .machine-section .overlay-item img{width: 40%;}

    .machine-section .overlay-item h3 {
        font-size: 12px;
    }
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.swiper-wrapper {
    margin-bottom: 40px;
}
/*end machine css*/

@media (max-width: 1024px) {
 .swiper-container-wrapper--timeline .swiper-pagination-custom{
    padding: 0px;
    bottom: 40px;
  }
  .swiper-container-wrapper--timeline
  .swiper-pagination-custom
  .swiper-pagination-switch.active
  ~ .swiper-pagination-switch
  .switch-title{
    padding: 4px 5px;
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title{
        padding: 4px 5px;

  }
}
@media (max-width: 768px) {
  .customdiscoversection ul{padding: 0 15px;}
  .swiper-wrapper {
    margin-bottom: 0px;
}
  span.switch-title {
    font-size: 0px;
    border: none !important;
    padding: 0px;
  }
  .image-section img {
    width: 60%;
  }
  .text-section p {
    max-width: 100%;
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom{
    padding: 0px;
  }
}
div#vision_video .elementor-custom-embed-image-overlay {
    background: none !important;
}
/* Contact  */
/* contact form 7 */
span.wpcf7-form-control.wpcf7-checkbox {
  display: grid !important
;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  width: 100%;
}
span.wpcf7-not-valid-tip {
    padding-top: 10px;
}

.phone-group span.wpcf7-not-valid-tip {
      position: absolute;
    top: 40px;

}

.form-row.product-select {
  height: 320px;
  margin-top: 25px;
}

.form-row.product-select span.wpcf7-not-valid-tip {
    margin-top: 3px;
    position: relative;
    margin-left: 7px;
}
.custom_label_product {
  margin: 0;
  padding: 0;
  height: 100%;
}

.form-row h4 {
  color: #acacac;
}
p.required-note {
  margin-left: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #a7a7a7;
}
.product-select span.wpcf7-list-item {
  display: inline-block;
  margin: 0.5rem 0.5rem 0 0;
}

.product-select label {
  display: block;
}

.wpcf7-list-item-label {
  background: transparent;
  border: 1px solid #464646;
  padding: 0.5rem 0rem;
  color: #ababab;
  cursor: pointer;
  height: 46px;
  transition: 0.3s;
  width: 100% !important;
  font-size: 14px;
  font-weight: 500 !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.wpcf7-list-item label {
  width: 100%;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background-color: #00d2ff;
  color: #000;
  border-color: #00d2ff;
}

.checkbox-row {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.checkbox-row label {
  margin-left: 0.5rem;
  font-size: 0.9rem;
  color:#aaaaaa!important;
  font-weight: 600!important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  background-color: #00d2ff;
  border: none;
  padding: 0.9rem 2rem;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.customcheckbox input[type="checkbox"] {
  display: block !important;
  position: relative;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none;

    &::before {
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border: 1px solid #464646;
        border-radius: 2px;
    }
 
    &::after {
        top: 5px;
        left: 3px;
        width: 10px;
        height: 5px;
        border-bottom: 2px solid #27c0d8;
        border-left: 2px solid #27c0d8;
        transform: rotate(-45deg);
        transition: opacity 0.3s;
        opacity: 0;
    }

    &::before, &::after {
        position: absolute;
        display: block;
        content: "";
    }


    &:checked::after {
        opacity: 1;
    }
}

.customcheckbox label{display: flex !important;}
.customcheckbox span.wpcf7-not-valid-tip{margin:0}
.customcheckbox .wpcf7-list-item-label
{
  margin-left: 0.5rem;
    font-size: 0.9rem;
    color: #aaaaaa !important;
    font-weight: 600 !important;
    background: none;
    border: none;
    height: auto;
    padding: 0;
    justify-content: left;
    width: 165px !important;
}

.customcheckbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background-color: transparent;
    color: #AAAAAA;
    border-color: transparent;
}

span.wpcf7-form-control.wpcf7-acceptance
  span.wpcf7-list-item
  input[type="checkbox"] {
  display: block;
}

.form-row {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 3px solid #464646;
}

.contact_container input[type="text"],
input[type="email"],
textarea {
  width: 468px !important;
  padding: 0.8rem 0rem;
  background: transparent;
  color: #fff;
  border: none !important;
  border-bottom: 1px solid #464646 !important;
  border-radius: 0;
}
input[type=email], input[type="tel"],textarea{
    padding: 0.8rem 0rem!important;

}
.contact_container input[type="tel"] {
  width: 380px !important;
  padding: 0.8rem 0rem;
  background: transparent;
  color: #fff;
  border: none !important;
  border-bottom: 1px solid #464646 !important;
  border-radius: 0;
}

.form-row label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  width: 150px;
  color: #acacac !important;
  font-weight: 600 !important;
}

.phone-group p {
  display: flex;
  margin-bottom: 10px;
}

/* Target scrollbars (WebKit-based browsers like Chrome, Edge) */
.phone-group select::-webkit-scrollbar {
  width: 2px;
}

.phone-group select::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.phone-group select::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.phone-group select::-webkit-scrollbar-thumb:hover {
  background: #23c8de;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 80px;
  padding: 2px;
  background: #010101;
  color: #808080;
  border: none;
  border-bottom: 1px solid #464646 !important;
  border-radius: 0;
  margin-right: 10px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:focus {
    border: none;
    outline: none;
}
.form-row.contact_message {
  border: none;
  height: 120px;
}
.form-row.contact_message p,
.form-row.contact_message div {
  margin: 0;
  padding: 0;
  height: 100%;
}

.form-footer {
  display: flex;
  justify-content: space-between;
}

.form-footer .checkbox-row p label {
    margin-bottom: 10px !important;
}
span.wpcf7-form-control.wpcf7-acceptance
  span.wpcf7-list-item
  input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

span.wpcf7-form-control.wpcf7-acceptance
  span.wpcf7-list-item
  input[type="checkbox"] {
  position: relative;
  width: 17px;
  height: 17px;
  cursor: pointer;

  &::before,
  &::after {
    position: absolute;
    display: block;
    content: "";
  }

  &::before {
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border: 1px solid #464646;
    border-radius: 2px;
  }

  &::after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #27c0d8;
    border-left: 2px solid #27c0d8;
    transform: rotate(-45deg);
    transition: opacity 0.3s;
    opacity: 0;
  }

  &:checked::after {
    opacity: 1;
  }
}

.checkbox-row span.wpcf7-form-control-wrap {
  display: contents !important;
}

.button-group-contact {
  display: flex;
  gap: 6px;
  align-items: center;
}

/* Main Button */
.main-btn input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  top: 14px;
  background-color: #23c8de;
  color: white;
  border: none;
  padding: 12px 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
  width: 100%;
}

.main-btn input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn:hover{background:transparent;border:1px solid #E6E6E68C;}

/* Icon Button with Arrow via `content` */
.button-group-contact .icon-btn {
    position: relative;
      width: 48px;
    height: 48px;
    background-image: url(/wp-content/uploads/2025/06/65cf8ebf6e4c301c8b69cd42_arrow-up-right.svg-fill.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    cursor: pointer;
    background-color: #23c8de;
    border: none;
    border-radius: 6px;
}


.location_section p.elementor-image-box-description a {
  color: #e6e6e68c;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .form-row {
    display: block;
  }
  .contact_container input[type="text"], input[type="email"], textarea{
    width: 85vw !important;
  }
  p.required-note {
    display: none;
  }
  .form-row.product-select {
    height: auto !important;
  }
  .form-row.contact_message {
    height: auto;
  }
  .form-row.contact_message p,
  .form-row.contact_message div {
    height: auto;
  }
  span.wpcf7-form-control.wpcf7-checkbox {
    display: grid !important
;
    grid-template-columns: repeat(1, 1fr);
  }

  .form-footer {
    display: block;
    width: 100%;
    top: 14px;
    left: 0px;
  }
  .contact_container input[type="tel"] {
    width: 278px !important;
  }
  .main-btn input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    width: 100%;
    left: 0;
    top: 14px;
  }

   .job-card {
    grid-template-columns: 1fr!important;
    gap: 15px;
    padding: 20px 0;
  }

  .job-content {
    grid-column: span 1;
  }
  .main-btn {
    cursor: pointer!important;
}

  .know-more-wrapper {
    grid-column: span 1;
    justify-self: start;
  }

  .accordion-toggle{
    margin-top: 20px!important;
  }
  .accordion-toggle-wrapper{
    position: relative!important;
    right: 0;
  }
  .accordion-content{
    margin-top: 10px!important;
  }
  .job-listings{
    padding-top: 20px;
  }
  #uc_contact_form_7_elementor_5ff60ea .wpcf7-list-item{
    margin:0px!important;
  }
  .accordion-toggle{
    padding: 10px 0px!important;

  }
}
.wpcf7 form .wpcf7-response-output{
  color:#a7a7a7
}
/* career Page */


/* custom jo post type */
filter-btn {
  padding: 6px 12px;
  margin-right: 8px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.filter-btn.active {
  background-color: #0cf;
}
.accordion-toggle-wrapper{
      position: absolute;
    right: 0;

}
.job-card {
  padding: 50px 0px;;
  border-bottom: 1px solid rgb(105 105 105);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
      display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
  
}
.job-content {
  grid-column: span 3;
}

.job-card h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}
.job-card p {
  margin: 5px 0;
  padding-top:10px ;
}
.job-listings {
  max-width: 100%;
  margin: auto;
  padding-top: 80px;
}
.job-listings .job-card:last-child {
    border-bottom: none;
}
.job-filters {
  text-align: center;
  margin-bottom: 20px;
}
.job-filters button {
  padding: 8px 16px;
  margin:  5px;
  color: #e6e6e6;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid rgba(230, 230, 230, 0.55);
}
.job-filters button.active {
  background-color: #0cf;
}
.job-filters button:hover {
  background-color: transparent;
}
.job-card a {
  color: #E6E6E6;
  text-decoration: none;
}
.job-card a:hover {
  text-decoration: underline;
}

.job-card strong {
  color: #fff;
}
.job-card p {
  margin: 5px 0;
}
.job-card .badge {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    margin-right: 5px;
    font-size: 14px;
    border: 1px solid rgba(230, 230, 230, 0.55);
        margin-top: 10px;
}
.job-card .badge:last-child {
  margin-right: 0;
}
.job-card .badge:hover {
  background-color: #0cf;
  color: #fff;
}
.job-card .badge:active {
  background-color: #0cf;
  color: #fff;
}

.job-card .badge:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(12, 204, 255, 0.5);
}
.job-card .badge:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(12, 204, 255, 0.5);
}
.job-card .badge:focus-within {
  outline: none;
  box-shadow: 0 0 0 2px rgba(12, 204, 255, 0.5);
}
.job-card .badge:disabled {
  background-color: #555;
  color: #ccc;
  cursor: not-allowed;
}
.job-card .badge:disabled:hover {
  background-color: #555;
  color: #ccc;
}
.job-card .badge:disabled:active {
  background-color: #555;
  color: #ccc;
}
.job-card .badge:disabled:focus {
  outline: none;
  box-shadow: none;
}
.job-card .badge:disabled:focus-visible {
  outline: none;
  box-shadow: none;
}
.know-more-wrapper {
  margin-top: 10px;
   grid-column: span 1;
  justify-self: end;
}

.know-more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
}

.know-more-link:hover {
  opacity: 0.9;
}

.know-more-text {
  font-size: 14px;
      padding-right: 20px;
}

.know-more-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #1cc3e3; /* Adjust as needed */
  border-radius: 6px;
  font-size: 30px;
  color: white;
  transition: background-color 0.2s;
}
span.know-more-icon {
    position: relative;
    width: 45px;
    height: 45px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    cursor: pointer;
    background-color: #23c8de;
    border: none;
        font-size: 40px;
font-weight: 400;
    border-radius: 6px;
}
.know-more-link:hover .know-more-icon {
  background-color: #0ba9c9; /* Darker on hover */
}


.accordion-wrapper {
    margin-top: 15px;
}

.accordion-toggle {
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex
;
margin-top: -50px;
    text-align: center;
    align-items: center;
}
button.accordion-toggle:focus {
    background: none;
}
button.accordion-toggle:hover {
    background: none;
}

.accordion-content {
    display: none;
    padding: 15px 0px 0px;
    border-top: none;

}

/* animation */
.text-section h2, .text-section p , .job-content h3 , .job-content p {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease-out;
}

.animate-slide-down {
  animation: slideDown 1s ease-out forwards;
}

.animate-slide-down-delayed {
  animation: slideDown 1s ease-out forwards;
  animation-delay: 0.3s; /* You can adjust the delay here */
}
.accordion-content p {
   
    opacity: 1;
    transform: none;
}
@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.stats div {
  display: inline-block;
  transform-origin: center;
  animation: zoomIn 1.5s forwards;
  opacity: 0;
}

/* Delay each item */
.stats div:nth-child(1) {
  animation-delay: 0.3s;
}
.stats div:nth-child(2) {
  animation-delay: 1s;
}
.stats div:nth-child(3) {
  animation-delay: 1.7s;
}
.job-filters .filter-btn {
  display: inline-block;
  transform-origin: center;
  opacity: 0;
  animation: zoomIn 0.6s both;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


