.audio-visual-one{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 400px;
    background: rgb(34,153,170);
    background: linear-gradient(80deg, rgba(34,153,170,1) 0%, rgba(1,12,36,1) 100%);
}

.audio-visual-one .about-molecule-one{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.audio-visual-one .about-molecule-two{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
}

.audio_visual_main h1{
    color: white;
    font-weight: 200;
}

.btn-carrer{
    scrollbar-width: 20px;
}

.Avs{
  display: flex;
  align-items: center;
  justify-content: start;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .audio-visual-link {
    max-width: 252px;
    display: flex;
    gap: 8px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    color: inherit;
  }
  .audio-visual-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    margin: auto 0;
  }

  .contact-visual-studio{
    color: white;
    font-size: 15px;
  }
  .custom-notification-box{
    display: none;  
  }
  
  .notification-box{
      display: none;
  }

  /* section-two */

.sider-page{
  width: 100%;
}

.icon-container {
    display: flex;
    flex-direction: column;
    gap: 20px; 
    align-items: center;
    margin-top: 50px;
}

/* Single Icon Box */
/* Ensure the link covers the entire box */
.icon-box {
  background-color: #4ca5b3;
  width: 300px;
  height: 50px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 15px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease;
  text-decoration: none; /* Remove underline from link */
  color: inherit; /* Inherit text color */
}

/* Icon and Text */
.icon-box img {
  width: 30px;
  height: 30px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.icon-box h3 {
  color: white;
  font-size: 12px;
  margin: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  text-align: center;
  pointer-events: none;
}

/* Hover Effect */
.icon-box:hover {
  height: 80px;
  padding: 10px 15px;
}

.icon-box:hover img {
  opacity: 0;
  transform: translateY(10px);
}

.icon-box:hover h3 {
  opacity: 1;
  transform: translateY(0);
}

/* Adjust link hover effects */
.icon-box:hover {
  text-decoration: none; /* Ensure no underline on hover */
}

.arrow-main{
  margin-left: 200px;
}


/* Responsive Design */
@media (max-width: 600px) {
  .icon-box {
    width: 100%;
    height: 40px;
    border-radius: 30px;
}

.icon-box img {
    width: 20px;
    height: 20px;
}

.icon-box:hover {
    height: 60px; /* Adjust expanded height for smaller screens */
}

.icon-box h3 {
    font-size: 10px; /* Adjust text size for smaller screens */
}
}


/* .swiper {
    width:20%;
    height:30%;
  } */

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 


  @media (max-width: 992px) {
  .swiper-slide img {
    height: auto;
    object-fit: contain;
  }
}

/* For mobile devices (≤ 576px) */
@media (max-width: 576px) {
  .swiper-slide img {
    height: auto;
    object-fit: contain;
    padding: 10px;
  }
}

  .visual-studio-heading{
    margin-left: 50px;
  }

  .visual-studio-heading h1{
    font-weight: 200;
    font-size: 65px;
    width: 100%;
  }

  .visual-studio-heading span{
    color: #4ca5b3;
  }

  .visual-studio-heading p{
    text-align: justify;
    width: 100%;
  }

  .margin-top{
    margin-top: 5%;
  }

  .visual-main-image{
    margin: 5px;
  }

  .visual-main-image img{
    width: 70%;
    height: auto;
  }

  /* section three */

  .visual-border {
    width: 80%;
    height: 2px;
    background-color: #000000;
    margin-top: 115px;
}

.visual-border-main{
    display: flex;
    justify-content: center;
    align-items: center;
}



.visual-studio-four{
    width: auto;
    height: 500px;
    margin-top: 100px;
}

.arrow{
  margin-right: 17px;
}

.arrow img{
  width: 30px;
  height: auto;
}

.arrow_content p{
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 15px;
  text-transform: uppercase;
}
.arrow_content p:hover{
  color: #4ca5b3;
}

.visual-service h1{
  font-weight: 300;
  margin-left: 200px;
}

.visual-service img{
  width: 50px;
  height: auto;
  margin-left: 20px;
}


.isl img{
  width: auto;
  height: 600px;
}


.visual-studio-five{
  width: auto;
  height: 500px;
  margin-top: 150px;
}


.arrow-main{
  margin-top: 50px;
}



@media only screen and (max-width:1040px){
  .audio-visual-one .about-molecule-one,
  .audio-visual-one .about-molecule-two{
    display: none;
  }
}


@media (max-width: 600px) {
  /* Adjust container padding and spacing */
  .audio-visual-one {
      padding: 20px;
  }

  .audio_visual_main h1 {
      font-size: 24px; /* Smaller font size */
  }

  /* .audio-visual-one .about-molecule-one,
  .audio-visual-one .about-molecule-two {
      width: 250px;
      height: 250px;
  } */

  .audio-visual-link {
      /* flex-direction: column; */
      padding: 10px;
      text-align: center;
      max-width: 218px;
  }

  .icon-container {
      gap: 10px;
      align-items: center;
  }

  .icon-box {
      width: 80%;
      height: 80px;
      border-radius: 40px 40px 40px 40px;
  }

  .icon-image {
      width: 40px;
      height: 40px;
  }

  .visual-main-image img {
      width: 80%;
  }

  .visual-studio-heading h1 {
      font-size: 40px;
      text-align: center;
  }

  .visual-studio-heading span {
      display: inline-block;
  }

  .swiper {
      width: 90%;
      height: auto;
      margin: 20px 0;
  }

  .visual-border {
      width: 90%;
      margin-top: 50px;
  }

  .arrow-content p {
      font-size: 14px;
      letter-spacing: 2px;
  }

  .isl img {
      width: 100%;
      height: auto;
  }
}

/* For Medium Screens (Tablets, max-width: 768px) */
@media (max-width: 768px) {

.custom-padding{
  padding-left: 10%;
  padding-right: 10%;
}

  .audio-visual-one {
      padding: 40px;
  }

  .audio_visual_main h1 {
      font-size: 28px;
  }

  .visual-main-image img {
      width: 70%;
  }

  .visual-studio-heading h1 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }

  .swiper {
      width: 80%;
  }

  .icon-container {
      gap: 15px;
      margin-bottom: 40px;
      width: 100%;
  }

  .icon-box {
    width: 80%; /* Slightly narrower for tablets */
    height: 45px;
    border-radius: 40px;
}

.icon-box img {
    width: 25px;
    height: 25px;
}

.icon-box:hover {
    height: 70px; /* Adjust expanded height for tablets */
}

.icon-box h3 {
    font-size: 11px; /* Slightly smaller text for tablets */
}

  .arrow img {
      width: 25px;
  }

  .arrow-content p {
      font-size: 20px;
      letter-spacing: 2px;
  }

  .isl img {
      width: 100%;
      height: auto;
      display: none;
  }

  .isl{
    display: flex;
    align-items: center;
  }

  .Avs{
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .visual-studio-heading{
    margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .visual-studio-heading p {
    text-align: justify;
    width: 90%;
}

.visual-studio-four {
  width: auto;
  height: 453px;
  margin-top: 100px;
}

.visual-studio-five {
  width: auto;
  height: 400px;
  margin-top: 0px;
}

.container-fluid {
  padding-top: 30px;
}

  .arrow_content p {
    font-weight: 400;
    letter-spacing: 4px;
    font-size: 9px;
    text-transform: uppercase;
}

.visual-service h1{
  margin-left: 0px;
}
    .arrow-main {
        align-items: center;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .visual-service img {
      width: 20px;
      height: 20px;
      margin-left: 20px;
      margin-top: 10px;
  }

}

@media screen and (max-width:768px){
  .visual-studio-heading h1{
    font-size:x-large;
  }
}
@media screen and (min-width: 781px) and (max-width: 1920px){
  .visual-studio-heading h1{
    font-size:62px;
  }
  .visual-studio-heading{
    margin-left: 0px;
  }
  .isl img{
    width: auto;
    height: 500px;
  }

}

@media only screen and (max-width:1920px){

  .icon-container{
    margin-top: 0px;
  }
  .swiper-slide{
    margin-left: 0px;
  }

}


/* For Large Screens (Desktops) */
@media (min-width: 769px) and (max-width: 1024px) {
  .audio-visual-one {
      height: 400px;
  }

  .audio_visual_main h1 {
      font-size: 36px;
  }
/* 
  .audio-visual-one .about-molecule-one,
  .audio-visual-one .about-molecule-two {
      width: 400px;
      height: 400px;
  } */

  .visual-main-image img {
      width: 60%;
  }


  .swiper {
      width: 70%;
  }

  .icon-box {
    width: 70%; /* Slightly narrower for larger tablets */
    height: 50px;
}

.icon-box img {
    width: 30px;
    height: 30px;
}

.icon-box:hover {
    height: 75px;
}

.icon-box h3 {
    font-size: 12px; /* Maintain default font size for larger devices */
}

  .arrow img {
      width: 30px;
  }

  .arrow-content p {
      font-size: 18px;
  }

  .isl img {
      width: 90%;
      height: auto;
  }

  .visual-studio-heading h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    margin-top: 36px;
}
}

@media only screen and(max-width:932px){
  .audio-visual-one{
    height: 300px;
  }
  .audio-visual-one .about-molecule-one,
  .audio-visual-one .about-molecule-two {
      display: none;
  }
}


@media (max-width: 400px) {
  .audio-visual-one {
      padding: 15px;
  }

  .audio_visual_main h1 {
      font-size: 20px; /* Adjusted font size */
  }

  .audio-visual-one .about-molecule-one,
  .audio-visual-one .about-molecule-two {
    display: none;

  }

  .audio-visual-link {
      /* flex-direction: column; */
      padding: 8px;
      text-align: center;
  }

  .icon-container {
      gap: 8px; /* Reduced gap between icons */
      align-items: center;
  }

  .icon-box {
      width: 90%;
      height: 60px; /* Adjusted box size */
      border-radius: 30px; /* Softer curve for smaller screens */
  }

  .icon-image {
      width: 30px; /* Reduced icon size */
      height: 30px;
  }

  .visual-main-image img {
      width: 90%; /* Adjusted for narrower screens */
  }



  .visual-studio-heading span {
      display: inline-block; /* Ensure spans stack properly */
  }

  .swiper {
      width: 95%; /* Full-width swiper */
      margin: 10px 0;
  }

  .visual-border {
      width: 95%;
      margin-top: 30px; /* Reduced margin */
  }

  .arrow {
      margin-right: 8px; /* Reduced arrow spacing */
  }

  .arrow img {
      width: 20px; 
  }

  .arrow_content p {
      font-size: 12px;
      letter-spacing: 1px;
  }

  .isl img {
      width: 100%;
      height: auto;
      display: none;
  }

  .isl {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .visual-studio-heading {
      margin-left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
  }

  .visual-studio-heading p {
      text-align: justify;
      width: 93%;
  }

  .visual-studio-four {
      height: auto; 
      margin-top: 50px;
  }

  .visual-studio-five {
      height: auto;
      margin-top: 20px;
  }

  .arrow-main {
      align-items: center;
      margin-bottom: 20px;
  }

  .arrow img {
      margin-bottom: 10px;
  }

  .arrow_content p {
      text-align: center;
      font-size: 9px;
  }
}



/* service title animation */

.services h1 {
  color: #2299AA;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 5px; /* Adjust space between letters */
}

.services h1 span {
  display: inline-block;
  animation: bounceLetter 1s ease-in-out infinite;
}

/* Bounce animation */
@keyframes bounceLetter {
  0% {
      transform: translateY(0);
  }
  30% {
      transform: translateY(-10px); /* Move up */
  }
  60% {
      transform: translateY(0); /* Back to the original position */
  }
  80% {
      transform: translateY(-9px); /* Smaller bounce */
  }
  100% {
      transform: translateY(0); /* Reset to original position */
  }
}

/* Add a delay to each letter for sequential animation */
.services h1 span:nth-child(1) { animation-delay: 0s; }
.services h1 span:nth-child(2) { animation-delay: 1s; }
.services h1 span:nth-child(3) { animation-delay: 2s; }
.services h1 span:nth-child(4) { animation-delay: 3s; }
.services h1 span:nth-child(5) { animation-delay: 4s; }
.services h1 span:nth-child(6) { animation-delay: 5s; }
.services h1 span:nth-child(7) { animation-delay: 6s; }
.services h1 span:nth-child(8) { animation-delay: 7s; }

/* Adjust animation timing */
.services h1 span {
  animation-duration: 8s; /* Total duration to match delays */
  animation-iteration-count: infinite;
}