.about-us-section{
    height: auto;
}

.business-name{
    height: 70vh;
    position: relative;
}

.about-image-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    z-index: -1;
}

.logo-image-container{
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.logo-image-container img{
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.about-us-first{
    background-color: #FFFFFF;
    height: auto;
}

.about-us-first .container{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.about-us-first-image-container{
    aspect-ratio: 21 / 9;
    width: 100%;
    display: flex;
    position: relative;
}

.about-us-first-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.about-us-first h1{
    font-weight: 590;
    font-style: semibold;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0px;
    color: rgba(60, 60, 67, 0.6);
}

.about-us-first h1 span{
    color: #3D3D3D;
}

.about-sub-header-title{
    width: 100%;
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.about-sub-header-title hr {
    border: none;
    border-bottom: 2px solid rgba(212, 212, 212, 0.3);
    width: 55%;
}

.about-sub-header-title p {
    width: 55%;
    font-weight: 510;
    font-style: medium;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.43px;
    color: rgba(60, 60, 67, 0.3);
    text-align: center;
}

.overlay-first-image {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.overlay-first-image h1{
    color: #999999;
}

.overlay-first-image h1 span{
    color: #FFFFFF;
}

.overlay-first-image p {
    font-weight: 400;
    font-style: regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.about-us-second{
    height: auto;
    background-color: #FFFFFF;
}

.about-us-second .container{
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
}

.about-us-second-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-us-second-right{
    width: 50%;
    padding: 0 40px 0 0;
}

.second-right-image-container{
    aspect-ratio: 1 / 1;
    width: 100%;
}

.second-right-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.about-us-second-left-content{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    
}
.about-us-second-left-content h1{
    font-weight: 590;
    font-style: semibold;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #8E8E93;
    text-align: center;
}

.about-us-second-left-content h1 span{
    color: #3D3D3D;
}

.about-us-second-left-content p{
    font-weight: 400;
    font-style: regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #8E8E93;
}

.about-us-third{
    height: auto;
    background-color: #FFFFFF;
}

.about-us-third .container{
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
}

.about-us-third-left{
    width: 70%;
}
.about-us-third-right{
    width: 30%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-third-image-container{
    aspect-ratio: 21 / 9;
    width: 100%;
}
.about-us-third-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.about-us-third-right p{
    font-weight: 400;
    font-style: regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #8E8E93;
}

.about-us-fourth {
    position: relative; 
    overflow: hidden;
    background-color: #FFFFFF;
}
.about-us-fourth-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.about-us-fourth-container img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.about-us-fourth-container.about-us-fourth-first-container{
    opacity: 1;
}


.about-us-fourth-container.about-us-fourth-first-container .content {
    position: absolute;   
    top: 50%;             
    left: 10%;            
    transform: translateY(-50%); 
    color: #fff; 
    max-width: 490px;
    z-index: 1;    
    display: flex;
    flex-direction: column;
    gap: 30px;       
}

.about-us-fourth-container.about-us-fourth-second-container .content {
    position: absolute;   
    top: 50%;             
    right: 10%;            
    transform: translateY(-50%);      
    color: #fff;   
    z-index: 1;   
    max-width: 490px;    
    display: flex;
    flex-direction: column;
    gap: 30px;  
}


.about-us-fourth-container .content p{
    background: rgba(56, 53, 53, 0.81);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border: 1px solid rgba(56, 53, 53, 0.3);
    padding: 30px;
}

.about-us-fourth-container .content h1{  
    text-align: center;        
}


.about-us-fifth{
    height: auto;
    background-color: #25241F;
}

.about-us-fifth .container{
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
}

.about-us-fifth-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 2;
}
.about-us-fifth-right{
    width: 50%;
    padding: 0 40px 0 0;
}

.fifth-right-image-container{
    aspect-ratio: 1 / 1;
    width: 100%;
}

.fifth-right-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.about-us-fifth-left-content{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    
}
.about-us-fifth-left-content h1{
    font-weight: 590;
    font-style: semibold;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #999999;
    text-align: center;
}

.about-us-fifth-left-content h1 span{
    color: #3D3D3D;
}

.about-us-fifth-left-content p{
    font-weight: 400;
    font-style: regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.about-us-fifth-left-content p:nth-of-type(2) {
  padding-left: 30px;
}

.audisa-contact-careers {
  background: #fafafa;
  padding: 80px 20px;
  color: #1c1c1e;
  height: auto;
}

.audisa-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: flex-start; 
  text-align: center; 
}

.audisa-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
  flex: 1 1 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.audisa-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.audisa-card h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}

.audisa-card p {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  color: #555;
  line-height: 1.7;
}

.audisa-contact-list {
  list-style: none;
  padding: 0;
  line-height: 2.2;
  text-align: center;
}

.audisa-contact-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 1rem;
  margin-bottom: 14px;
  color: #1c1c1e;
}

.audisa-contact-list i {
  font-size: 1.4rem;
  color: #007aff;
}

.audisa-contact-list a {
  color: #007aff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

.audisa-contact-list a:hover {
  color: #0051a8;
}

.audisa-apply-btn-wrapper {
  text-align: center;
  margin-top: 25px;
}

.audisa-apply-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #007aff, #0051a8);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.audisa-apply-btn:hover {
  background: linear-gradient(135deg, #0051a8, #003f7f);
  transform: translateY(-2px);
}


@media (max-width: 900px) {
  .audisa-container {
    flex-direction: column;
    gap: 35px;
  }
  .audisa-card {
    padding: 30px 20px;
  }
  .audisa-card h2 {
    font-size: 1.8rem;
  }
  .audisa-apply-btn {
    width: 100%;
    padding: 12px 0;
  }
}

.about-us-teaser {
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;

  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);

  pointer-events: none;
  z-index: 9999;
}

.about-us-teaser__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-us-teaser__container h2,
.about-us-teaser__container p{
    color: #545454;
}

.about-us-teaser__container h2 span{
    color: #000000;
}


.about-us-teaser__heading {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.about-us-teaser__description {
  font-size: 1.2rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.about-us-teaser__countdown {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.about-us-teaser__time-box {
  background: #f9f9f9;
  padding: 35px 25px;
  border-radius: 16px;
  min-width: 120px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-us-teaser__time-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.about-us-teaser__number {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #222;
  letter-spacing: -1px;
}

.about-us-teaser__time-box small {
  display: block;
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 500;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .about-us-teaser__countdown {
    gap: 20px;
  }

  .about-us-teaser__time-box {
    padding: 30px 20px;
    min-width: 100px;
  }

  .about-us-teaser__number {
    font-size: 2.5rem;
  }

  .about-us-teaser__description {
    font-size: 1rem;
  }

  .about-us-teaser__heading {
    font-size: 2rem;
  }
}


.teaser-logo-image-container {
  margin-top: 50px;
}

.teaser-logo-image-container img {
  width: 150px; 
  height: auto;
  display: inline-block;
  object-fit: contain;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.teaser-logo-image-container img:hover {
  transform: scale(1.05);
  opacity: 1;
}

@keyframes pulseClickMeCenter {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  }
}

@keyframes pulseClickMeLeft {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  }
}

.something-new {
  position: fixed;
  bottom: 20px;
  left: 50%;
  background-color: black;
  color: white;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  user-select: none;
  transform: translateX(-50%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 10000;

  animation: pulseClickMeCenter 2.5s ease-in-out infinite;
}

@media (max-width: 600px) {
  .teaser-logo-image-container img {
    width: 90px;
  }
  .something-new {
    left: 5%;
    transform: none;
    animation: pulseClickMeLeft 2.5s ease-in-out infinite;
  }
}

.something-new.disabled {
  opacity: 0.6;
}