.acoustic-section{
    height: auto;
    display: none;
}

.acoustic-section .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 0 0;
}

.acoustic-section .acoustic-panel-layer{
    width: calc(100% - 200px);
}

.acoustic-section .upper-acoustic-container{
    display: flex;
    justify-content: space-between;
    margin-top: -40px;
}

.acoustic-section .main-acoustic-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.acoustic-section .main-acoustic-container h1{
    font-weight: 700;
    font-style: bold;
    font-size: 128px;

    letter-spacing: 0px;
}
.acoustic-section .upper-acoustic-container > p:first-child {
    color: #FFFFFF;
    background-color: #007ACC;      /* Visual Studio blue */
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.acoustic-section .upper-acoustic-container > p:last-child {
    color: #999999; 
}

.acoustic-section .main-acoustic-container h1 > span:first-child {
    color: #FFFFFF; 
}

.acoustic-section .main-acoustic-container h1 > span:last-child {
    color: #C7C7CC; 
}

.acoustic-section .image-acoustic-container {
  width: 100%;
  max-width: 1200px; 
  aspect-ratio: 1200 / 650; 
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  margin-top: -100px;
}

.acoustic-section .image-acoustic-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transition: transform 0.6s ease;
}


.acoustic-section .main-acoustic-container button {
  all: unset;          
  cursor: pointer;     
  display: inline-block;
  text-align: center;
  padding: 4px 15px;
  background-color: #0088FF;
  border-radius: 100px;
  font-weight: 400;
  font-style: regular;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.23px;
  color: #FFFFFF;
  margin: 20px 0;
}

.acoustic-section .main-acoustic-container p{
    color: #FFFFFF;
    font-size: 590;
    font-style: semibold;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
} 

.acoustic-section .acoustic-highlight-layer h1{
    font-weight: 590;
    font-style: semibold;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #CCCCCC;
    width: 80%;
}

.acoustic-section .acoustic-highlight-layer h1 span{
    color: #FFFFFF;
}

.acoustic-section .image-highlight-container {
    width: 100%;              
    max-width: 1041px;       
    aspect-ratio: 2 / 1;     
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.acoustic-section .image-highlight-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  display: block;
}

.acoustic-section .acoustic-highlight-layer,
.acoustic-section .acoustic-look-layer,
.acoustic-section .acoustic-quiet-layer,
.acoustic-section .acoustic-sound-layer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 150px 0 0 0;
    gap: 20px;
}

.acoustic-section .acoustic-look-layer h1,
.acoustic-section .acoustic-quiet-layer h1,
.acoustic-section .acoustic-sound-layer h1{
    font-weight: 590;
    font-style: semibold;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0px;
    color: #CCCCCC;
    text-align: center;
}

.acoustic-section .acoustic-look-layer h1 span,
.acoustic-section .acoustic-quiet-layer h1 span,
.acoustic-section .acoustic-sound-layer h1 span{
    color: #FFFFFF;
}


.acoustic-section .acoustic-look-layer p,
.acoustic-section .acoustic-quiet-layer p{
    font-weight: 400;
    font-style: regular;
    font-size: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    line-height: 47px;
    width: 60%;
    text-align: center;
}

.acoustic-section .image-full-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;

    border: 20px solid #444;  
    border-radius: 35px;     
    box-sizing: border-box;   
}

.acoustic-section .image-full-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 15px;
}

.acoustic-section .acoustic-perception-layer {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.acoustic-section .image-background-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.acoustic-section .image-background-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acoustic-section .image-background-container h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 590;
  font-size: 40px;
  line-height: 47px;
  color: #CCCCCC;
  text-align: center;
}

.acoustic-section .image-background-container h1 span {
  color: #FFFFFF;
}

.acoustic-section .acoustic-perception-layer button {
  all: unset;          
  cursor: pointer;     
  display: inline-block;
  text-align: center;
  padding: 14px 20px;
  background-color: #0088FF;
  border-radius: 100px;
  font-weight: 400;
  font-style: regular;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.43px;
  color: #FFFFFF;
  margin: 20px 0;
}

.acoustic-section .acoustic-perception-layer button a{
  text-decoration: none;
  color: #FFFFFF;
}

.acoustic-section .carousel-acoustic-controls .next-overlay,
.acoustic-section .carousel-acoustic-controls .prev-overlay {
  position: static;   
  top: unset;
  left: unset;
  right: unset;
  transform: none;  
}

.acoustic-section .carousel-acoustic-controls{
    display: flex;
    gap: 50px;
}

.acoustic-section .carousel-acoustic-controls .prev-next {
  color: #000000;
  background: #6C6C71;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  border: unset;

}

.acoustic-section .image-control-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 24px;
    padding: 20px 0;
    scrollbar-width: none; 
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
}

.acoustic-section .acoustic-images-container {
    flex: 0 0 auto; 
    width: 895px;
    aspect-ratio: 895 / 519;
    background: rgba(0, 0, 0, 0.6); 
    border-radius: 35px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    backdrop-filter: blur(8px);     
    -webkit-backdrop-filter: blur(8px);
    border: 0.5px solid rgba(255,255,255,0.3);
    scroll-snap-align: center;
}

.acoustic-section .acoustic-images-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.acoustic-section .image-control-container::-webkit-scrollbar {
  display: none;
}


.acoustic-section .dot-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6C6C71;
    padding: 0px 20px;
    border-radius: 30px;
    gap: 8px;
}
.acoustic-section .dot-indicators .dot {
    width: 7px;
    height: 7px;
    background-color: #404040;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
.acoustic-section .dot-indicators .dot.active {
    background-color: #000; 
}

.acoustic-images-container .overlay-text-center {
  width: unset !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.acoustic-images-container h1 {
  width: unset !important;
  color: #FFFFFF !important;
}