html, body {
    height: 100%;
}

.modalText {
    font-family: 'DM Serif Display', serif;
    font-weight: 800;
}

.leadText {
    font-family: 'Merriweather', serif;
}

#cover {
    background: #222 url('../assets/image/sanwo2.jpg') center center no-repeat;
    background-size: cover;
    height: 100vh;
}

#cover2 {
    background: #222 url('../assets/image/EKO.jpg') center center no-repeat;
    background-size: cover;
    height: 100%;
}

#cover3 {
    background: #222 url('../assets/image/lagosMetro2.jpg') center center no-repeat;
    background-size: cover;
    height: 100vh;
}

#cover4 {
    background: #222 url('../assets/image/mobilePhone.jpg') center center no-repeat;
    background-size: cover;
    height: 100vh;
}

#modalTextSpan {
    color: orange;
}

#topnav {
    border-bottom: rgba(25, 135, 84, 0.4) 3px solid;
}

.a-link {
    text-decoration: none;
    color: #595d6e;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat scroll center scroll;
    background-size: cover;
    -webkit-background-size: cover;
}

.justify-my-text {
    text-align: justify;
}

.feature-content {
    padding: 4rem 0 !important;
    overflow: hidden;
}

#feature-one {
    background: #fff url('../assets/image/bg-image.jpg') top center no-repeat;
    background-size: cover;
}

#feature-two {
    background: #fff url('../assets/image/bg-image.jpg') center center no-repeat;
    background-size: cover;
}

.feature-three {
    background: #c0e8e0;
}

#feature-four {
    background: #008d84;
}

#imageBg {
    background-color: rgba(41, 236, 223, 0.5);
    height: 100%;
    width: 80%;
    border-radius: 50%;
    padding: 1rem;
    margin: 0 auto;
}

#imageBg3 {
    background-color: rgba(41, 236, 223, 0.5);
    height: 75%;
    width: 70%;
    border-radius: 50%;
    padding: 1rem;
    margin: 0 auto;
}

.imageBg4 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    padding: 1rem;
    margin: 0 auto;
}

.svg-footer {
    color: rgba(255, 255, 255, 0.6);
}

.svg-icon {
    color: #ffffff;
}

.kt-scrolltop {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    background: #2c77f4;
    -webkit-box-shadow: 0 0 15px 1px rgb(69 65 78 / 20%);
    box-shadow: 0 0 15px 1px rgb(69 65 78 / 20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.kt-scrolltop--on .kt-scrolltop {
    opacity: 0.3;
    -webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cookiePopup {
    background-color: rgba(225, 198, 65, 0.9);
    position: fixed;
    font-size: 1rem;
    width: 70vw;
    max-width: 42.85em;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    font-family: "Poppins", sans-serif;
    text-align: justify;
    line-height: 1.8em;
    padding: 1em 0.7em;
    border-radius: 6px;
    transition: all 0.5s ease-in;
}

    #cookiePopup p {
        text-align: center;
        margin: 1.4em;
    }

    #cookiePopup input[type=button] {
        display: block;
        position: relative;
        margin: auto;
    }

.show {
    visibility: visible;
    bottom: 2em;
    right: 0;
}

.hide {
    visibility: hidden;
    bottom: 0;
    right: 0;
}

/*@media (min-width: 992px) {
    .w-50 {
        width: 50% !important;
    }
}*/

/* Mobile Responsive Styles */
@media (max-width: 991.98px) {
    .carousel-inner > .carousel-item > section {
        padding: 2rem 1rem;
    }

    .carousel-item .w-50 {
        width: 100% !important;
    }

    .carousel-item h1 {
        font-size: 4rem;
    }

    .carousel-item p {
        font-size: 2rem;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        margin-bottom: 0.5rem;
    }

    .navbar-brand {
        margin: auto;
    }

    .feature-three {
        padding: 2rem 0;
    }

    .feature-three .offset-3 {
        margin-left: 0 !important;
    }

    .feature-three .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .feature-three .col-5, .feature-three .col-4, .feature-three .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .feature-three .col-4 {
        text-align: center;
    }

    .feature-three .col-2 {
        width: 100% !important;
    }

    .feature-three .col-9 {
        width: 100% !important;
    }

    .feature-three .offset-4 {
        margin-left: 0 !important;
    }

    .feature-three button {
        display: block !important;
        width: 100%;
    }

    #feature-one .col-lg-6 {
        padding: 1.5rem !important;
    }

    #feature-one .ps-5 {
        padding-left: 0 !important;
    }

    #feature-one .ms-5 {
        margin-left: 0 !important;
    }

    #feature-one .mt-5 {
        margin-top: 0 !important;
    }

    #feature-one .feature-content {
        padding: 1rem 0 !important;
    }

    #feature-two .feature-content {
        padding-top: 0 !important;
    }

    #feature-two .col-lg-5 {
        padding: 1rem !important;
    }

    #feature-two .col-lg-6 {
        margin: 0rem !important;
        padding: 1.5rem !important;
    }

    #feature-two .card-body {
        padding: 0 !important;
    }

    #feature-two .col-lg-1 {
        display: none !important;
    }

    #feature-two .col-lg-10 {
        padding: 0 !important;
        font-size: 1rem;
    }

    #feature-two .ms-1 {
        margin-left: 0 !important;
    }

    #feature-four .feature-content {
        padding: 2rem 0 !important;
    }

    #feature-four .col-lg-1 {
        display: none !important;
    }

    #feature-four .offset-1 {
        margin-left: 0 !important;
    }


    footer {
        padding: 1rem !important;
    }

    /*.footer .position-absolute {
        position: relative !important;
    }

     Feature One Mobile Responsive Styles 
    #feature-one .ps-5 {
        padding-left: 0 !important;
    }

    #feature-one .mt-5 {
        margin-top: 0 !important;
    }

    .feature-one .w-50 {
        width: 100% !important;
    }

    .feature-one .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    #feature-one .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #feature-one .leadText {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    #feature-one img {
        max-width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }*/
}

@media (max-width: 767px) {
    .modal.show .modal-dialog.modal-lg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        /*border-radius: 0;
        max-height: 80%;  Adjust as needed 
        overflow-y: auto;
        transform: translate3d(0, 0, 0);  Fixes modal positioning */
    }

    .modal-body {
        width: 100% !important;
        font-size: .8rem !important
    }
}


/* Styles for different screen sizes */
@media (max-width: 575.98px) {
    /*.feature-content {
        padding: 1rem 0 !important;
        overflow: hidden;
    }*/

    /*.feature-content .row:first-child .p-5 {
        padding: 1.2rem !important;
    }*/

    .carousel-inner > .carousel-item > section {
        padding: 2rem 1rem;
    }

    .carousel-item .w-50 {
        width: 100% !important;
    }

    .carousel-item h1 {
        font-size: 4rem;
    }

    .carousel-item p {
        font-size: 2rem;
    }

    .carousel-item h1 {
        font-size: 1.5rem;
    }

    .carousel-item p {
        font-size: 1rem;
    }

    .btn-lg {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
}

.payment-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
}

.payment-wrapper a.pay-btn{
    border:3px solid #cecece;
    border-radius: 6px !important;
    margin:10px !important;
    height: 144px;
    width: 170px;
}

.payment-wrapper a.pay-btn:hover {
    border:3px solid #198754;
}

.payment-wrapper a img{
    height: 125px;
    width: 125px;
}

/* General styles for the modal */
/*.modal {
    display: none;*/ /* Hidden by default */
    /*position: fixed;*/ /* Stay in place */
    /*z-index: 1050;*/ /* Sit on top */
    /*padding-top: 100px;*/ /* Location of the box */
    /*left: 0;
    top: 0;
    width: 100%;*/ /* Full width */
    /*height: 100%;*/ /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
/*}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}*/

/* Modal Dialog */
/*.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}*/

/* Modal Content */
/*.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}*/

/* Modal Body */
/*.modal-body {
    position: relative;
    padding: 1rem;
}*/

/* Responsive adjustments */
/*@media (max-width: 300px) {
    .modal-lg {
        max-width: 80%;
        margin: 1.75rem auto;
    }

    .modal-body p {
        font-size: 0.8rem;
    }

    .modal-body input[type="button"] {
        width: 100%;
        padding: 0.5rem;
        font-size: 1rem;
    }
}*/

/* Button styles */
/*.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}*/

/* Override data-dismiss for Bootstrap */
/*[data-dismiss="modal"] {
    cursor: pointer;
}*/
