body {
    width: 100%;
    height: 100%;
}
.navbar {
    z-index: 1;
}

.application-header .nav-link {
    color: #fff !important;
}
.dashboard-section {
    position: relative;
    width: 100%;
    height: 90vh;
    margin-top: -85px;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}

.content-container {
    padding-top: 80px;
}

.content-container h1, .content-container h2{
    font-family: 'Mokoto', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 0 !important;
    color: #fff; /* Ensure text is white for visibility */
}

.cct h1, .cct h2 {
    font-family: 'Mokoto', sans-serif !important;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin-left: 20px !important;
    margin-right: 20px !important;
    color: #fff; /* Ensure text is white for visibility */
}

/* Styling for h1 */
.content-container h1 {
    font-size: 3rem !important;
    font-weight: bold !important;
}

/* Styling for h2 */
.content-container h2 {
    font-size: 2rem !important;
    font-weight: bold !important;
}

/* Adjust the paragraph text under the h2 */
.content-container p {
    max-width: 700px !important;
    margin: 20px auto !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-size: 1.1rem;
    color: #fff;
    margin-top: 15px;
    text-align: center;
    padding: 0 20px;
}

/* Hero overlay - keep the previous styling */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 90vh;
    background: rgba(0, 0, 0, 0.4); /* dark overlay */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.hero-form-container {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 30px;
    border: #fff 2px solid;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    color: #fff;
    max-width: 300px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-top: 15px;

}



.lighBg {
    background-color: #f7f7f7;
}
#permission {
    top: 0;
    position: absolute;
    left: 140px;
}
.entering-info {
    position: absolute;
    width: 60%;
    margin: auto;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#meeting {
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
}


.btn-outline-secondary:hover {
    color: #fff !important;
}
.btn-outline-secondary:active {
    color: inherit !important;
    background-color: transparent !important;
    border-color: #fff !important;
}
.btn-outline-secondary:hover {
    background-color: transparent !important;
    border-color: #fff !important;
    color: var(--primary-color) !important;
}
.input-group input,
.input-group input:active,
.input-group input:focus,
.input-group input:hover {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    border-radius: 0 !important;
}
.input-group .btn {
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    
    letter-spacing: 0.6px;
    border-radius: 0 !important;
}
.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 0.2s;
    opacity: 0.7;
    color: #fff;
}
.form-control:focus + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}
.page-section {
    position: relative;
    padding: 80px 20px;
}
.text-white {
    color: #fff;
}
.icon-box em {
    font-size: 32px;
    color: #fff;
    padding: 20px;
}
.about-section {
    background-color: var(--white-bg);
}
.feature-section .icon-box {
    opacity: 0.8;
}
.feature-section .icon-box em {
    transition: all 0.2s ease-in-out;
}
.feature-section .icon-box:hover em {
    transform: scale(1.1);
}
.feature-section .icon-box:hover {
    opacity: 1;
}

.use-show i {
    font-size: 30px;
    color: var(--primary-color);
    padding: 15px 10px;
}
.faq_section .card-header {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.icon-box {
    padding: 10px 15px;
}
main {
    height: 100%;
}
.theme-bg {
    background-color: var(--primary-color);
}
.start-btn {
    color: #fff !important;
    border: 1px solid #fff;
    padding: 10px 30px;
    margin: 10px auto 0;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.start-btn:hover {
    color: #fff;
    opacity: 0.7;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}
[dir="rtl"] .left-center {
    right: 0;
    left: auto;
}
[dir="rtl"] .right-center {
    left: 0;
    right: auto;
}
[dir="rtl"] .faq_section .card-header {
    text-align: right;
}
[dir="rtl"] .faq_section .card-header h5 {
    direction: ltr;
}
[dir="rtl"] .faq_section .card-header h5 i {
    float: left !important;
}
[dir="rtl"] .faq_section .card-body {
    text-align: right;
}
@media only screen and (max-width: 768px) {
    .dashboard-section {
        position: relative;
        padding: 15px;
    }
    .entering-info {
        width: 85%;
    }
    .left-center {
        width: 100%;
        height: 50%;
    }
    .right-center {
        width: 100%;
        bottom: 0;
        height: 50%;
        top: auto;
    }
    .site-detail {
        font-size: 20px;
        margin-bottom: 0;
        padding: 10px 0;
        width: 80%;
    }
}
.application-footer {
    position: relative;
    padding: 10px 10px 5px;
    color: var(--primary-color);
    box-shadow: none;
}

