.navbar-custom {
    background-color: #468EE4;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.hpt-20{
    padding-top: 20px; 
}
.hpb-20{
    padding-bottom: 20px;
}
.gd-fs-60 {
    font-size: 60px;
}
.rounded-6{
    border-radius: 1rem  !important;
}
.text-gd-blue{
    color: #468EE4 !important;
}
.badge-gd-blue, .bg-gd-blue{
    background-color: #468EE4 !important;
    color: #fff !important;
    border-color: #468EE4;
}
.btn-gd-blue{
    background-color: #468EE4 !important;
    color: #fff !important;
    border-color: #468EE4;
}
.hero-section {
    padding: 40px 0;
}
.sub-heading {
    margin-bottom: 15px;
}
.footer-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-logos img {
    height: 40px; /* Adjust based on actual logo size */
}
.btn-custom {
    background-color: #61A9FF !important;
    color: white  !important;
    border-color: white !important;
}
.card-custom {
    background-color: #fff;
    margin-right: 30px;
}

.card-header-custom {
    min-height: 200px;
    padding: 10px 15px;
    color: #ffffff;
}

.card-body-custom {
    padding: 25px 41px;
}

.card_btn a:hover {
    text-decoration: underline !important;
}

.footer {
    background-color: #ffffff;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ddd;
}
.footer a {
    color: #007bff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.subscribe-section {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.subscribe-form {
    max-width: 500px;
    margin: auto;
}
.form-label {
    font-weight: bold;
}
.sm-py-5{
    padding-top: 3rem ;
    padding-bottom: 4rem;
}
.sm-my-4{
    margin-top: 1.5rem ;
    margin-bottom: 1.5rem;
}
.hero-background {
    background-image: url(../img/bg_pe_case.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: start;
    justify-content: start;
    color: white;
    text-align: center;
}
@media (min-width: 992px)
{
    .contact_padd{
        padding: 1.5rem;
    }
    .lg-bg-footer {
        background-color: var(--home-bg-color) !important;
    }
    .main-heading {
        color: #fff;
        margin-top: 80px;
        margin-bottom: 140px;
    }
    .padd-start{
        padding-left: 6rem;
    }
    .quiz-px-10{
        padding-right: 12rem;
        padding-left: 3rem;
    }
    .story-mt-4{
        margin-top: 1.5rem;
        padding-top: 1rem;
    }
    .mission-header{
        margin-top: 4rem;
        margin-bottom: 2rem;
    }
    .mission-header.quizy{
        margin-top: 3rem;
        margin-bottom: 4rem;
        margin-left: 3.5rem !important;
    }
    .mission-header.quizy img{
        width: 55%;
    }
    .mission-header.eeg{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .mission-header.eeg img{
        width: 90%;
    }
    .mission-header p{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    
    .gs-pe-5{
        padding-right: 3rem;
    }
}

@media (max-width:992px){
    .contact_padd{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .cont_btn_width{
        width: 100% !important;
    }
    .hero-background {
        min-height: 270px;
    }
    .mission-header.quizy img{
        width: 80%;
    }
    .mission-header.eeg img{
        width: 100%;
    }
    .carousel-control-prev, .carousel-control-next, .carousel-indicators {
        display: block;
        position: relative !important;
        border-radius: 2rem;
        opacity: 1;
        padding: 0.6rem;
    }
    .card-header-custom {
        min-height: 180px;
    }
    .carousel-item {
        margin-right: 0;
        flex: 0 0 auto;
        width: 100%;
    }
    .gd-fs-60 {
    font-size: 36px;
    }
    .sm-fw-600{
        font-weight: 600 !important;
    }
    .sm-py-5{
        padding-top: 1.5rem ;
        padding-bottom: 1.5rem;
    }
    .sm-my-4{
        margin-top: 0 ;
        margin-bottom: 0;
    }
    .main-heading {
        color: #fff;
        margin-top: 40px;
        margin-bottom: 80px;
    }
}