* {
    margin: 0;
    padding: 0;
}

#main-content
{
	margin-top:50px;
}
.nav-tabs
{
	position: relative;
	z-index:10;
}
.tab-content
{
	position: relative;
	z-index:10;
}
p {
    font-weight: 500;
}

.content-accordion ul {
    background-color: #0e1f39;
    border-radius: 6px;
    height: 80vh;
}

.content-accordion ul li {
    width: 100%;
}

.content-accordion ul li button {
    width: 100%;
    text-align: left;
    padding: 35px 40px;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 0;
    position: relative;
}

.content-accordion ul li button::after {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    right: 50px;
    font-weight: 400;
    font-size: 20px;
    color: #3e4c61;
    top: 35%;

}

.content-accordion ul li button.active::after {
    color: #ffffff;
}

.highlight-text {
    color: #e69442;
}

.content-accordion ul li button.active {
    background-color: #1e365c !important;
}

#tab-accordion-combined .accordion-item {
    border-radius: 6px;
    border: 0;
    background: #ffffff;
}

.video-section img {
    border-radius: 6px;
}

.video-section a {
    position: relative;
}

.video-section a .play-btn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.video-section a .fa-play {

    background: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0e1f39;
}

.toggle-btn {
    background: #0e1f39;
    color: #fff;
    border-radius: 6px;
    border: 0;
    padding: 7px 21px;
    font-size: 14px;
    font-weight: 500;
}

.extra-text {
    transition: all ease-in-out 0.3s;
}

.toggle-btn:hover {
    background-color: #1e365c;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    position: relative;
    width: 90%;
    max-width: 800px;
}

#videoFrame {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* Modern way to keep video shape */
    border: none;
}

.close-btn {
    position: absolute;
    top: -45px;
    right: 0;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

@media(max-width:1399px) {
    .content-accordion ul li button::after {
        right: 25px;
        font-size: 18px;
    }
}


@media(max-width:1199px) {
    .content-accordion ul li button {
        padding: 30px;
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .row-reverse {
        flex-direction: column-reverse;
        gap: 20px;
    }
}


@media (max-width: 767px) {
    .tab-content>.tab-pane {
        display: block !important;
        opacity: 1 !important;
    }

    .nav-tabs {
        display: none !important;
    }

    #tab-accordion-combined button {
        background-color: #0e1f39;
        color: #fff;
    }

    #tab-accordion-combined button[aria-expanded="true"] {
        background: #1e365c;
    }

    #tab-accordion-combined h2 {
        font-size: 18px;
    }

    .about-content h5 {
        font-size: 16px;
    }

    .accordion-item {
        scroll-margin-top: 20px;

    }

    #tab-accordion-combined .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    }
}


@media(max-width:567px) {
    #tab-accordion-combined button.toggle-btn {
        padding: 5px 18px;
    }
}


@media (min-width: 768px) {
    .accordion-header2 {
        display: none !important;
    }
/*
    .accordion-collapse {
        display: block !important;
    }
	*/
}

@media (max-width: 768px) {
    .accordion-header2 {
        display: none !important;
    }

    
}