* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    scrollbar-width: none;
  }
  ::-webkit-scrollbar {
    width: 10px; /* width of the scrollbar */
  }
  ::-webkit-scrollbar-track {
    background: #ffffff; /* color of the track */
  }
  ::-webkit-scrollbar-thumb {
    background: rgb(97, 180, 205);
  }
  
  .container {
    width: 96%;
    height: auto;
    background: #fff;
    padding-top: 50px;
    padding-left: 50px;
    /*padding: 50px 14px 0px 14px;*/
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
  
  .back-wrapper {
    display: flex;
    padding: 30px 0 10px 0;
  }
  
  .back-img {
    width: 31px;
    height: 31px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("images/Specialised/BackIcon.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  
  .content-wrapper {
    width: 100%;
    height: auto;
    /*flex-shrink: 0;*/
  }
  
  .content-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Upper Buttons Section */
  
  .btn-wrapper {
    display: inline-flex;
    background-color: #f5f5f5;
    border-radius: 50px;
    gap: 20px;
    box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.29);
  }
  
  .btn-wrapper button {
    width: 195px;
    height: 60px;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-family: "Azo Sans Med";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 50px;
    border: transparent;
    background: transparent;
    cursor: pointer;
  }
  
  .content h2 {
    display: flex;
    height: 76px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    font-family: "Azo Sans Med";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 25px;
  }
  
  /* Information About Resources */
  
  .info {
    width: 100%;
    flex-shrink: 0;
    border-radius: 10px;
    background-image: url(images/Resources/Rectangle\ 205.png);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.29);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 54px 37px;
  }
  
  .info div {
    display: flex;
  }
  
  .info div p {
    flex-shrink: 0;
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .info > div > h3 {
    width: 95%;
    flex-shrink: 0;
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    gap: 10px;
  }
  
  .info div h3 span {
    width: 100%;
    flex-shrink: 0;
    color: #fff;
    font-family: "Azo Sans Reg";
    margin-top: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  
  /* Links for Registration */
  
  .inner-opentimes {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	/*grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); /* Responsive columns */
    width: 100%; /* Ensure it takes full width */
	justify-items: center; /* Center items horizontally */
  }



  .content-border {
    width: 95%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    margin-bottom: 30px;
  }
  .right-inner-timming-conent img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
  }
  .right-inner-timming-conent {
    display: flex;
    flex-direction: column;
    /*padding: 20px;*/
  }

.inner-text {
	margin: 5%;
}

  .inner-text > h1 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    font-family: "Azo Sans Reg";
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 30px;
    text-align: left;
    text-decoration: underline;
    text-decoration-color: #4EB8D4;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }
  .inner-text > p {
    margin-left: 0%;
    width: 100%;
    text-align: left;
    font-family: "Azo Sans Reg";
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 20px;
  }
  .right-inner-timming-conent  p span {
    width: 85%;
    font-family: "Azo Sans Reg";
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
  }

  /*Conntent design buton*/
  
  .mg-tp {
    margin-top: 93px;
  }
  
  .hide {
    display: none;
  }
  
  .active {
    display: block;
  }
  
  .btn-wrapper .background {
    background-image: url(images/Resources/Rectangle\ 205.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
  
  /* Media Queries */

 @media (max-width: 1500px) {
  
  .inner-opentimes {
	padding-left: 0px;
	padding-right: 0px;
  }
	 
}	 
  
  @media (max-width: 1330px) {
    .btn-wrapper button {
      width: 180px;
      height: 68px;
      font-size: 22px;
    }
  
    .content h2,
    .info > div > h3,
    .info div p {
      font-size: 32px;
    }
  
    .external-links div h4 {
      font-size: 22px;
    }
	  
	  .inner-opentimes {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-items: center;
}
	
  .right-inner-timming-conent {
     padding: 10px;
  }
}
    

  
  @media (max-width: 1000px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .btn-wrapper button {
        width: 157px;
        height: 61px;
        font-size: 20px;
    }

    .content h2,
    .info > div > h3,
    .info div p {
        font-size: 26px;
    }

    .content h2 {
        margin-left: 10px;
    }

    .info > div > h3 {
        margin-left: 20px;
    }

    .info div h3 span {
        font-size: 16px;
    }

    .external-links {
        padding-left: 65px;
    }

    .external-links div a {
        word-break: break-all;
    }

    .external-links div a,
    .external-links div p {
        font-size: 16px;
    }

    .external-links div {
        display: flex;
        align-items: start;
        gap: 20px;
        flex-direction: column;
    }

    .external-links {
        padding-left: 9px;
        padding-right: 9px;
    }

    .mg-tp {
        margin-top: 55px;
    }

  .inner-opentimes {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-items: center;
}

    .content-border {
        width: 95%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
        padding-bottom: 50px;
        margin-bottom: 20px; /* Add margin to create space between content borders */
    }

    .right-inner-timming-conent {
        width: 100%;
		padding: 0px;
    }

    .right-inner-timming-conent img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
        height: 450px;
        margin-bottom: 20px;
    }

    .content-wrapper {
      width: 100%;
      height: auto;
      margin-left: 0.5%;
      /*flex-shrink: 0;*/
    }
}

  @media only screen and (min-width: 681) and (max-width: 800px) {

  .btn-wrapper {
    width: auto;
    flex-direction: row; /* Stack buttons Horinzontally */
    align-items: center; /* Center buttons horizontally */
    display: inline-flex;
    background-color: #f5f5f5;
    border-radius: 50px;
    gap: 20px;
    box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.29);
  }

  .btn-wrapper button {
    width: 157px;
    height: 61px;
    font-size: 20px;
    margin: 5px; /* Add some margin between buttons */
}

    .info > div > h3,
    .info div p {
      font-size: 25px;
    }
  
    .info div h3 span {
      font-size: 14px;
    }
  
    .info {
      padding: 25px 15px;
    }

    .info > div > h3 {
      width: 95%;
      flex-shrink: 0;
      color: #fff;
      font-family: "Azo Sans Med";
      font-size: 25px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      display: flex;
      flex-direction: column;
      margin-left: 5px;
      gap: 10px;
    }

    .inner-opentimes {
      width: 100%;
      display: flex;
      flex-direction: column; /* Stack items vertically */
      padding-right: 11%;
      
    }

    .content-border {
      width: 100%; /* Full width for smaller screens */
      margin-right: 0%;
      margin-bottom: 20px; /* Adjust margin if needed */
      
     

  }

    .right-inner-timming-conent {
      padding: 20px; /* Add some padding for better spacing */
    }

    .right-inner-timming-conent > p {
      text-align: center;
      font-family: "Azo Sans Reg";
      font-size: 16px;
      font-weight: 100;
      padding: 0 50px;
    }

    img {
      width: 100%; /* Make images responsive */
      height: auto; /* Maintain aspect ratio */
    }
  
  
}
  
  @media (max-width: 680px) {

    
    header {
      padding-left: 0%;
      padding-right: 0%;
    }

  .burger-menu {
    width: 40px;
    height: 40px;
	padding-left: 0px;
  }
	  
    .btn-wrapper {
      flex-direction: column; /* Stack buttons vertically */
      align-items: center; /* Center buttons horizontally */
  }

    .btn-wrapper button {
      width: 157px;
      height: 61px;
      font-size: 20px;
    }

    .content-wrapper {
      width: 100%;
      height: auto;
      margin-left: 0.5%;
      /*flex-shrink: 0;*/
    }
    
    .info > div > h3,
    .info div p {
      font-size: 20px;
    }
  
    .info div h3 span {
      font-size: 14px;
    }
  
    .info {
      padding: 25px 15px;
    }

    .info > div > h3 {
      width: 95%;
      flex-shrink: 0;
      color: #fff;
      font-family: "Azo Sans Med";
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      display: flex;
      flex-direction: column;
      margin-left: 5px;
      gap: 10px;
    }

    .inner-opentimes {
      width: auto;
      display: flex;
      flex-direction: column; /* Stack items vertically */
      align-items: center; /* Center items horizontally */
      padding-right: 0%;
      padding-left: 0%;
    }

    .content-border {
      width: 100%; /* Full width for smaller screens */
      margin-right: 0%;
      margin-bottom: 20px; /* Adjust margin if needed */

  }

    .right-inner-timming-conent {
      padding: 10px; /* Add some padding for better spacing */
    }

    .right-inner-timming-conent > p {
      width: 100%;
      margin-left: 0%;
      text-align: center;
      font-family: "Azo Sans Reg";
      font-size: 13px;
      font-weight: 100;
      padding-bottom: 20px;
    }

    img {
      width: 100%; /* Make images responsive */
      height: auto; /* Maintain aspect ratio */
    }
  }

@media (max-width: 450px) {

  .right-inner-timming-conent {
      padding: 0px;
    }
}
  