@import "/CSS_FILES/index.css";
@import "/CSS_FILES/TIDC_Vision.css";
@import "/CSS_FILES/WWD4.css";
@import "/CSS_FILES/WWD2.css";
body {
  max-width: 100%;
    margin: 0;
    font-family: inter, sans-serif;
    overflow-x: hidden;
    text-align: justify;
  }
.AboutUsArea{
  padding-top: 0rem;
}

.accordion {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
.accordion li{
    line-height: 1.6;
  }
  
  .accordion-header {
    background-color: #f4f4f4;
    /* padding: 10px; */
    cursor: pointer;
  }
  
  .accordion-content {
    display: flex;
    padding: 10px;
    flex-direction: column;
  }
  
  .accordion-symbol {
    float: right;
  }
  .AboutUsArea{
    padding-top: 5rem;
    display: flex;
    max-width: 100%;
    
  } 
  .accordion-symbol.minus::after {
    content: "-";
  }
  
  .accordion-symbol.plus::after {
    content: "+";
  }
  .wwd_heading{
    display: flex;
    flex-direction: column;
    padding: 3rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
  }
  .wwd1_content{
    padding: 3rem;
    padding-top: 0rem;
    padding-left: 4rem;
  }
  .accordion-content-header{
    display: flex;
    /* padding: 1rem; */
    /* color: blue; */
  }
  .accordion-content-images-array{
    display: flex;
    flex-direction: row;
    padding-left: 2rem;
  
  }
  .accordion-content-images-array-card1{
    display: flex;
    flex-direction:column;
    /* padding: 1rem; */
    /* max-width: 4rem;
    height: 5rem; */
    overflow: hidden;
    /* border-radius: 50px; */
    /* border: 1px solid #000000;
     */
     box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin: 1rem;
    border-radius: 7px;
  
  }.navbar-menu li a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  .accordion-content-images-array-card1 img{
    display: flex;
    flex-direction:column;
    
  }
  .accordion-content-images-array-card1 p{
    display: flex;
    flex-direction:column;
    align-items: center;
    
  }
  @media only screen and (max-width: 860px) {
    .accordion-content-images-array{
      display: flex;
      flex-direction: column;
      padding-left: 2rem;
    
    }
  }
  @media screen and (max-width: 1080px) {
    .accordion-content-images-array-card1 img {
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    .landing_area{
        padding-top: 0%;
        height: 30rem;
    }
    #tagline{
        top:29%;
        font-size:3rem;
    }
    #image{
        height: 100%;
        width: auto;
    }
    #zoom-image{
        width: auto;
        height: 100%;
        object-fit: cover; /* Clip image to its center without stretching */
  object-position: center; /* Center the clipped image */
    }
    .navbar-menu {
      display: none; /* Hide navbar links by default */
      position: absolute;
      top: 100%; /* Position dropdown below navbar */
      left: 0;
      width: 100%; /* Full width dropdown */
      background-color: #ffffff;
      padding: 10px;
      box-sizing: border-box;
    }
  
    .navbar-menu.show {
      display: block; /* Show navbar links when .show class is applied */
    }
  
    .navbar {
      position: relative; /* Ensure relative positioning for absolute positioning of dropdown */
    }
  }

  @media screen and (max-width: 1080px){
    .AboutUsArea{
      padding-top: 0rem;
      display: flex;
      max-width: 100%;
      
    }}
    ul{
      margin-bottom: 0.5rem;
    }

    .accordion-content {
      display: none;
    }
    @media screen and (max-width: 732px) {
      .contentArea {
          position: absolute;
          z-index: 2;
          display: inline;
          top: 7%;
          color: #ffffff;
          left: 7%;
      }
  }
  @media screen and (max-width: 480px){

    .contentArea p {
      font-size: 0.6rem;
      margin-top: 0.5rem;
      font-weight: 400;
  }
  .contentArea h1 {
    font-family: inter, Sans-serif;
    font-size: 2rem;
    margin-bottom: 0.0rem;
}
.accordion-header {
  background-color: #f4f4f4;
  /* padding: 10px; */
  cursor: pointer;
  font-size: larger;
}
.wwd_heading {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  text-align: left;
  padding-top: 1rem;
}
.wwd1_content {
  padding: 3rem;
  padding-top: 0rem;
  padding-left: 2rem;
}
.contentArea {
  position: absolute;
  z-index: 2;
  display: inline;
  top: 9%;
  color: #ffffff;
  left: 7%;
}

  }