body {
    margin: 0;
    overflow-x: hidden !important;
}

p,.card-title {
    margin-bottom: 0px;           
     font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.logo {
    height: 60px;
}



@media screen and (max-width: 768px) {
    .vclass{
        font-size: 1.5rem !important;
        padding-top: 30px !important;
    }
    .pclass{
        font-size: 1rem !important;
    }
    .top {
        display: none;
    }

    .logo {
        height:52px;
    }

    .navbar-toggler {
        color: black;
        font-size: 12px;
    }

    .dropdown-menu {
        width: 280px;
    }

    .moving-text {
        top: 20% !important;
        left: 4% !important;
        font-size: 1rem !important;
    }

    .form-container {
        margin: 5px;
        max-width: 300px;
        left: 0px !important;
        top: 150px;
    }

    .navbar {
        top: 0px !important;
    }

    .navbar-offset {
        padding-top: 30px !important;
        /* Adjust based on the navbar height and initial gap */
    }
}
.dropdown-menu li {
    padding: 4px;
}

.dropdown-menu a {
    text-decoration: none !important;
    color: black;
    padding: 8px;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.dropdown-menu a:hover {
    color: white;
    background-color: rgb(1, 1, 47);
}

a {
    text-decoration: none !important;
  color: black;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.moving-text {
    position: absolute;
    top: 25%;
    left: 12%;
    font-size: 4rem;
    color: white;
}


.navbar {
    position: fixed;
  
    width: 100%;
    z-index: 1000;
   
    background-color: white;
}

.navbar-offset {
    padding-top: 70px;
}

.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

.curve-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #0f4c81;
    clip-path: ellipse(80% 100% at 0% 0%);
}

.curve-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background: #0f4c81;
    clip-path: ellipse(80% 100% at 100% 100%);
}
.mission{
    position: relative;
}

.content {
    position: relative;
    z-index: 1;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline {
    width: 60%;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #d3d3d3;
    z-index: 0;
}

.timeline-item {
    position: relative;
    width: 45%;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.timeline-item:nth-child(odd) {
    right: -5%;
    margin-bottom: 100px;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-item:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent white;
}

.timeline-item:nth-child(even):after {
    left: -15px;
    right: auto;
    border-width: 10px 15px 10px 0;
    border-color: transparent white transparent transparent;
}

.timeline-circle {
    position: absolute;
    top: 20px;
    width: 60px;
    height: 60px;
    background: #0f4c81;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-item:nth-child(odd) .timeline-circle {
    right: -60px;
}

.timeline-item:nth-child(even) .timeline-circle {
    left: -60px;
}

.timeline-item h3 {
    margin: 0;
    font-size: 18px;
    color: #0f4c81;
}

.timeline-item p {
    font-size: 16px;
    color: #333;
    margin: 10px 0 0 0;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .timeline {
        width: 100%;
    }

    .timeline-item {
        width: 80%;
        left: 10%;
    }

    .timeline-item:nth-child(even) {
        left: 10%;
    }
    .timeline-item:nth-child(odd) {
        left: 10%;
    }

    .timeline-item .timeline-circle {
        display: none;
    }

    .timeline-item:after {
        display: none;
    }
}
.website{
    position: relative;
    background-image: url("bg.jpg");
    min-height: 200px;
    height:auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    .website::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
}

.overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 0, 7, 0.7);
    opacity: 8;
}
.card{
    border: none;
}