

.airis-main-container {
  background: #000000;
  padding: 115px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 140px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.airis-cta-section {
  background: #000000;
  flex-shrink: 0;
  width: 100%;
  max-width: 1920px;
  height: 812px;
  position: relative;
  /* overflow: hidden; */
}
.airis-content-wrapper {
  width: min(1282px, 90%);
  height: 588px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
.airis-card-container {
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 588px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.airis-bg-image {
  align-self: stretch;
  flex-shrink: 0;
  height: 588.1px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1282/588.1;
  width: 100%;
}
.airis-overlay-layer {
  align-self: stretch;
  flex-shrink: 0;
  height: 588.1px;
  position: relative;
  aspect-ratio: 1282/588.1;
}
.airis-text-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: min(776px, 90%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 10;
}
.airis-main-heading {
  color: #263238;
  text-align: center;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: clamp(32px, 5vw, 96px);
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.airis-button-group {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.airis-btn-wrapper {
  flex-shrink: 0;
  width: min(220px, 45vw);
  height: 56px;
  position: relative;
}
.airis-btn-primary {
  background: #ffffff;
  border-radius: 8px;
  border-style: solid;
  border-color: #a8adaf;
  border-width: 2px;
  padding: 22px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  cursor: pointer;
}
.airis-btn-primary:hover {
    background:#D4D6D7;
         color: #263238;
}
.airis-btn-primary.clicked {
    background:#263238;
         color: white;
}
.airis-btn-text-primary {
  text-align: center;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}
.airis-btn-secondary {
  background: #263238;
  border-radius: 8px;
  border-style: solid;
  border-color: #ededed;
  border-width: 2px;
  padding: 22px 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  cursor: pointer;
  color: #FFFFFF;
}

.airis-btn-text-secondary {
  
  text-align: center;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}
.airis-btn-secondary:hover {
    background:#677074;
         color: white;
}
.airis-btn-secondary.clicked {
    background:#A8ADAF;
         color: white;
}
.airis-floating-group-1 {
  position: absolute;
  inset: 0;
}
.airis-float-box-1 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  width: 91.76px;
  height: 91.76px;
  position: absolute;
  left: calc(20% + 200px);
  top: -51.22px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
}
.airis-float-icon-1 {
  width: 38.51px;
  height: 42px;
  position: absolute;
  left: calc(20% + 230px);
  top: -25px;
  overflow: visible;
  aspect-ratio: 38.51/42;
}
.airis-floating-group-2 {
  position: absolute;
  inset: 0;
}
.airis-float-box-2 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  width: 223px;
  height: 223px;
  position: absolute;
  right: 135px;
  top: 149.78px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
}
.airis-float-icon-2 {
  width: 112px;
  height: 112px;
  position: absolute;
  right: 192px;
  top: 205.28px;
  overflow: visible;
  aspect-ratio: 1;
}
.airis-floating-group-3 {
  position: absolute;
  inset: 0;
}
.airis-float-box-3 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  width: 130.55px;
  height: 130.55px;
  position: absolute;
  left: 195px;
  top: 470.78px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
}
.airis-float-icon-3 {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 230px;
  top: 503px;
  overflow: visible;
}
.airis-floating-group-4 {
  position: absolute;
  inset: 0;
}
.airis-float-box-4 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  width: 90.23px;
  height: 90.23px;
  position: absolute;
  right: 420px;
  top: 644.78px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
}
.airis-float-icon-4 {
  width: 38.88px;
  height: 44px;
  position: absolute;
  right: 445px;
  top: 667.89px;
  overflow: visible;
  aspect-ratio: 38.88/44;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .airis-main-container {
    padding: 60px 0px 0px 0px;
    gap: 80px;
  }
  
  .airis-content-wrapper {
    width: 95%;
    height: auto;
    min-height: 400px;
    position: relative;
    left: auto;
    transform: none;
    top: 20px;
  }
  
  
  .airis-bg-image {
    height: 400px;
  }
  
  .airis-btn-wrapper {
    width: 100%;
    max-width: 280px;
  }
  
  /* Hide floating elements on mobile for cleaner look */
  .airis-float-box-1,
  .airis-float-icon-1,
  .airis-float-box-2,
  .airis-float-icon-2,
  .airis-float-box-3,
  .airis-float-icon-3,
  .airis-float-box-4,
  .airis-float-icon-4 {
    display: none;
  }
   .airis-float-box-1 {
    left: calc(17% + 150px);
    width: 70px;
    height: 70px;
  }
  
  .airis-float-icon-1 {
    left: calc(18% + 161px);
    width: 30px;
    height: 32px;
  }
  
  .airis-float-box-2 {
    right: 60px;
    width: 140px;
    height: 120px;
  }
  
  .airis-float-icon-2 {
    right: 96px;
    width: 70px;
    height: 70px;
    top: 177px;
  }
  
  .airis-float-box-3 {
    left: 90px;
    width: 100px;
    height: 100px;
    top: 285px;
  }
  
  .airis-float-icon-3 {
    left: 115px;
    width: 50px;
    height: 50px;
    top: 314px;
  }
  
  .airis-float-box-4 {
    right: 275px;
    width: 70px;
    height: 70px;
    top:430px
  }
  
  .airis-float-icon-4 {
    right: 295px;
    width: 30px;
    height: 35px;
    top: 450px;
  }
  .airis-bg-image {
  height: auto;
  object-fit: contain;
}
.airis-content-wrapper {
  width: min(1282px, 70%);
  height: auto;
  position: absolute;
 
}
.airis-card-container {
    width: 100%;
    height: 236px;
}
.airis-text-content {
    width: min(776px, 65%);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 54%;
    gap:10px;

}
.airis-main-heading {
    font-size: clamp(26px, 3.5vw, 96px);
}
.airis-button-group {
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    
}
.airis-btn-primary {
    width: 50%;
}
.airis-btn-secondary {
    width: 50%;
}
.airis-cta-section {
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
}
}

@media (max-width: 480px) {
  .airis-button-group {
    gap: 10px;
  }
  
  .airis-btn-wrapper {
    max-width: 250px;
  }
  
  .airis-btn-primary,
  .airis-btn-secondary {
    padding: 18px 15px;
    height: 40px;
  }
    .airis-float-box-1 {
    left: calc(17% + 150px);
    width: 70px;
    height: 70px;
  }
  
  .airis-float-icon-1 {
    left: calc(18% + 161px);
    width: 30px;
    height: 32px;
  }
  
  .airis-float-box-2 {
    right: 60px;
    width: 140px;
    height: 120px;
  }
  
  .airis-float-icon-2 {
    right: 96px;
    width: 70px;
    height: 70px;
    top: 177px;
  }
  
  .airis-float-box-3 {
    left: 90px;
    width: 100px;
    height: 100px;
    top: 285px;
  }
  
  .airis-float-icon-3 {
    left: 115px;
    width: 50px;
    height: 50px;
    top: 314px;
  }
  
  .airis-float-box-4 {
    right: 275px;
    width: 70px;
    height: 70px;
    top:430px
  }
  
  .airis-float-icon-4 {
    right: 295px;
    width: 30px;
    height: 35px;
    top: 450px;
  }
  .airis-bg-image {
  height: auto;
  object-fit: contain;
}
.airis-content-wrapper {
  width: min(1282px, 70%);
  height: auto;
  position: absolute;
 
}
.airis-card-container {
    width: 100%;
    height: 103px;
}
.airis-text-content {
    width: min(776px, 65%);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 58%;
    gap:0px;

}
.airis-main-heading {
    font-size: clamp(11px, 3.5vw, 96px);
}
.airis-button-group {
    gap: 10px;
    justify-content: center;
    flex-direction: row;
    gap: 0px;
    width: 55%;
    flex-wrap: nowrap;
    
}
.airis-btn-primary {
    width: max-content;
}
.airis-btn-secondary {
    width: max-content;
}
.airis-cta-section {
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.airis-btn-text-primary {
    font-size: clamp(8px, 2vw, 18px);
    font-weight: 500;
}
.airis-btn-text-secondary {
    font-size: clamp(8px, 2vw, 18px);
    font-weight: 500;
}
}

/* Medium screens - show some floating elements */
@media (min-width: 769px) and (max-width: 1200px) {
  .airis-float-box-1 {
    left: calc(17% + 150px);
    width: 70px;
    height: 70px;
  }
  
  .airis-float-icon-1 {
    left: calc(18% + 161px);
    width: 30px;
    height: 32px;
  }
  
  .airis-float-box-2 {
    right: 60px;
    width: 140px;
    height: 120px;
  }
  
  .airis-float-icon-2 {
    right: 96px;
    width: 70px;
    height: 70px;
    top: 177px;
  }
  
  .airis-float-box-3 {
    left: 90px;
    width: 100px;
    height: 100px;
    top: 285px;
  }
  
  .airis-float-icon-3 {
    left: 115px;
    width: 50px;
    height: 50px;
    top: 314px;
  }
  
  .airis-float-box-4 {
    right: 275px;
    width: 70px;
    height: 70px;
    top:430px
  }
  
  .airis-float-icon-4 {
    right: 295px;
    width: 30px;
    height: 35px;
    top: 450px;
  }
  .airis-bg-image {
  height: auto;
  object-fit: contain;
}
.airis-content-wrapper {
  width: min(1282px, 70%);
  height: auto;
  position: absolute;
 
}
.airis-card-container {
    width: 100%;
    height: 373px;
}
.airis-text-content {
    width: min(776px, 65%);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;

}
.airis-main-heading {
    font-size: clamp(32px, 3.5vw, 96px);
}
.airis-button-group {
    gap: 10px;
    justify-content: center;
}
.airis-btn-primary {
    width: 70%;
}
.airis-btn-secondary {
    width: 70%;
}
.airis-cta-section {
    height: 600px;
}
}
/* Medium screens - show some floating elements */
@media (min-width: 1201px) and (max-width: 1600px) {
  .airis-float-box-1 {
    left: calc(17% + 150px);
    width: 70px;
    height: 70px;
  }
  
  .airis-float-icon-1 {
    left: calc(18% + 161px);
    width: 30px;
    height: 32px;
  }
  
  .airis-float-box-2 {
    right: 95px;
    width: 140px;
    height: 120px;
  }
  
  .airis-float-icon-2 {
    right: 130px;
    width: 70px;
    height: 70px;
    top: 177px;
  }
  
  .airis-float-box-3 {
    left: 130px;
    width: 100px;
    height: 100px;
    top: 255px;
  }
  
  .airis-float-icon-3 {
    left: 155px;
    width: 50px;
    height: 50px;
    top: 280px;
  }
  
  .airis-float-box-4 {
    right: 350px;
    width: 70px;
    height: 70px;
    top:430px
  }
  
  .airis-float-icon-4 {
    right: 370px;
    width: 30px;
    height: 35px;
    top: 450px;
  }
  .airis-bg-image {
  height: auto;
  object-fit: contain;
}
.airis-content-wrapper {
  width: min(1282px, 70%);
  height: auto;
  position: absolute;
 
}
.airis-card-container {
    width: 100%;
    height: 373px;
}
.airis-text-content {
    width: min(776px, 65%);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;

}
.airis-main-heading {
    font-size: clamp(32px, 3.5vw, 96px);
}
.airis-button-group {
    gap: 10px;
    justify-content: center;
}
.airis-btn-primary {
    width: 70%;
}
.airis-btn-secondary {
    width: 70%;
}
.airis-cta-section {
    height: 515px;
}
}