body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

h4 {
  color: rgb(33, 33, 33) !important;
}

.call-to-action .container .row {
    display: flex;
    justify-content: center;
}

.background-video-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.audio-toggle-button {
    position: absolute;
    bottom: 1px;
    /* right: 150px; */
    padding: 10px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    cursor: pointer;
}

.audio-toggle-button i {
    font-size: 24px;
}

.translucent-aqua {
    background-color: rgb(37, 208, 205, 0.2);
    backdrop-filter: blur(7px);
}

.translucent-sky {
    background-color: rgba(10, 177, 248, 0.2);
    backdrop-filter: blur(7px);
    border-radius: 20px;
}

.translucent-box {
    margin: 10px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.translucent-box-2 {
    margin: 10px;
    padding-left: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch /* flex-start */;
    gap: 35px; /* Space between text and image */
  }

.translucent-header {
    color:#060606; 
    margin-left: -30px; 
    background: rgba(255,255,255,0.2); 
    padding: 10px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    transition: all 0.1s ease;
    }

.translucent-header-2 {
    color:#060606; 
    margin-left: -30px; 
    background: rgba(255, 255, 255, 0.4); 
    padding: 10px;
    border-radius: 60px;
    /* width: 50%; */
}

.content-section {
    flex: 1; 
    padding-bottom: 50px;
  }

.image-section {
    flex: 1;
    width: 300px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-size: cover; 
    background-position: top;
}

.translucent-box h4 ~ span, .translucent-box-2 h4 ~ span {
    font-size: 14pt !important;
    color: rgba(255, 255, 255, 0.868);
}

.translucent-box h4 ~ ul, .translucent-box-2 h4 ~ ul {
    padding-top: 0.8em;
    font-size: 13pt !important;
    color: rgb(8, 25, 28) !important;
}

.translucent-box:has(h4) {
    padding-right: 30px;
    margin-right: 30px;
    background-color: rgba(37, 117, 208, 0.7);
}

.translucent-box-2:has(h4) {
    background-color: rgba(37, 117, 208, 0.7);
}

.translucent-box-2 h4 {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
}

a:hover .translucent-header {
  /*background: rgba(10, 177, 248, 0.3);*/
  background: rgba(136, 219, 255, 0.7);
  width: 90%;
  border-radius: 60px;
  color: black;
  font-weight:400;
}

.top-bar {
  top: 0;
  background: rgba(34, 60, 163, 0.7) !important; 
  position: fixed; 
  z-index: 1000;
  width: 100%;
}

a {
  width: fit-content;
}

a:hover {
  text-decoration: none;
  color: white;
}

a:visited, a:visited .translucent-header {
  text-decoration: none;
}

@media (min-width: 900px) { /* Laptop screens and larger*/
    .video-container {
        max-width: 1200px; /* Adjust max-width as needed */
        height: auto;
    }

    .responsive-video {
        height: 70vh;
    }
}

@media (max-width: 899px) { /* Phone screens */
    ul {
        text-align: left !important; 
        /* padding-left: 20px;*/
    }

    .video-container {
        display: flex;
        justify-content: center;
        margin-top: 70px !important;
    }

    .responsive-video {
        width: 90%;
    }

    .audio-toggle-button {
        right: 0px;
    }

    .translucent-box {
        flex-direction: column;
    }

    .image-section {
        width: 0;
        flex: unset;
    }
}
