
.btn-primary{
    background-color: #002B64;
    border-color: aqua;
    color: #ffffff;
}
.btn-primary:hover{
    background-color:transparent ;
    border-bottom: none;
    color: #002B64;
}
.btn-outline-primary{
    background-color: transparent;
    border-color: #002B64;
    color: #002B64;
}
.btn-outline-primary:hover{
    background-color:#002B64 ;
    border-bottom: none;
    color: #ffffff;
}
h2{
    color: #002B64;
}
.feat{
    border: none;
    margin-bottom: 16px;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.feat h5{
    color: #002B64;
}
.feat:hover {
    background-color: transparent !important; /* Transparent background on hover */
    color: black !important; /* Change text color to black */
    border-color: transparent !important; /* Remove default border */
    border-bottom: 4px solid #04B3C4 !important;
}
.accordion-item {
        border: none;
        margin-bottom: 16px;
        border-radius: 12px !important;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .accordion-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    .accordion-body {
        padding: 25px;
        background-color: #ffffff;
    }
    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #002B64;
    }
            .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 0, .125);
    }

    .accordion-button::after {
        background-size: 20px;
        transition: all 0.3s ease;
    }
    /* sponsors section */
    .logo-cloud {
    background-color: #E8ECFA;
    }

    .logo-item {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    }

    .logo-item i {
    font-size: 2.5rem;
    color: #6c757d;
    transition: all 0.3s ease;
    }

    .logo-item:hover i {
    color: #04B3C4;
    }
    .hero {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/static/img/header1.png') center/cover no-repeat; */
    background: url('/static/img/momintechBG.png') center/cover no-repeat;
    color: white;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.BG{
        background: url('/static/img/momintechBG.png') center/cover no-repeat;
    color: white;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.herop{
    font-weight: 600;
    
    color: #002B64;
}
.contact-form {
background-color: #ffffff;
border-radius: 15px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
padding: 30px;
margin-top: 50px;
}

.contact-form h2 {
color: #007bff;
margin-bottom: 30px;
}

.form-control {
background-color: #04B3C4;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* hero section */
.hero-section {
position: relative;
min-height: 50vh;
}

.hero-img {
position: relative;
z-index: 2;
animation: float-img 6s ease-in-out infinite;
}

.shapes .shape {
position: absolute;
opacity: 0.1;
z-index: 1;
animation: float 8s ease-in-out infinite;
}

.shape.circle {
width: 200px;
height: 200px;
background: radial-gradient(circle, #00c6ff, #002B64);
border-radius: 50%;
top: 10%;
left: -60px;
}

.shape.square {
width: 150px;
height: 150px;
background: linear-gradient(135deg, #ff6ec7, #ffb6f0);
top: 15%;
right: -50px;
transform: rotate(20deg);
}

.shape.triangle {
width: 0;
height: 0;
border-left: 90px solid transparent;
border-right: 90px solid transparent;
border-bottom: 160px solid rgba(255, 215, 0, 0.5);
top: 40%;
left: 45%;
}

.event-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 10px;
overflow: hidden;
}

.event-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.nav-pills .nav-link {
border-radius: 50px;
padding: 12px 24px;
font-weight: 500;
transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
background-color: #002B64;
box-shadow: 0 4px 15px rgba(78, 115, 223, 0.3);
}

.nav-pills .nav-link:not(.active) {
color: #6c757d;
}

.nav-pills .nav-link:not(.active):hover {
color: #002B64;
background-color: rgba(78, 115, 223, 0.1);
}

#eventsTabsContent {
min-height: 400px;
}

@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}

@keyframes float-img {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
