@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #111;
    font-family: 'Poppins', sans-serif;
    color: white;
}

.whatsapp-icon {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
    text-decoration: none; /* Optional: Removes underline from text */
    display: inline-block; /* Keeps the icon and text aligned */
}

.whatsapp-icon .whatsapp-text {
    visibility: hidden;
    opacity: 0;
    width: 128px;
    /*background-color: #111; */
    color: white; /* Text color */
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Adjust based on your needs */
    /*left: 50%;*/
    margin-left: -70px; /* Half of width to center the text */
    transition: opacity 0.3s, visibility 0.3s;
}

.whatsapp-icon:hover .whatsapp-text {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 430px) {
    .whatsapp-icon .whatsapp-text {
        display: none;
    }
}

/* header */


.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    height: 150px;
    /* Adjust the height as needed */
}

.navbar {
    display: flex;
    justify-content: center;
}

.navbar a {
    display: inline-block;
    font-size: 1em;
    background: #ffeb3b;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
    color: #111;
    letter-spacing: 2px;
    transition: 0.2s;
    margin: 10px;
    border-radius: 5px;
}

.navbar a:hover {
    color: #e70c08;
}


#sec {
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

#sec h2 {
    font-size: 4rem;
    margin-bottom: 30px;
    color: white;
}


.uk-height-medium {
    height: 100%;
}

h4 {
    font-family: 'Ubuntu', sans-serif;
    color: #e70c08;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

p {
    padding: 0 15px 0px;
    margin: 0px 15px 0px;
}

p,
ul {
    color: white;
}

.uk-form-label {
    color: #ffeb3b;
}

.uk-flex-wrap {
    flex-wrap: wrap;
    margin: 20px 0px 0px;
}

.uk-card-default {
    box-shadow: 0 0px 10px #ffeb3b;
    margin: 30px;
    background-color: #111;
    border-radius: 10px;

}

.uk-input,
.uk-select,
.uk-textarea {
    background-color: whitesmoke;
    border-radius: 10px;
}

.uk-form-label {
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
}

.uk-form-horizontal .uk-form-controls {
    margin-left: 300px;
}

@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width: 200px;
        margin-top: 0px;
        float: left;
    }
}

.uk-input:focus {
    border: 3px solid #ffeb3b;
}

.uk-margin-small-bottom {
    font-family: 'Ubuntu', sans-serif;
    color: black;
    background-color: #ffeb3b;
    border-radius: 10px;
}

.uk-margin-small-bottom:hover {
    font-family: 'Ubuntu', sans-serif;
    color: white;
    background-color: #e70c08;
}

.uk-radio {
    border: 1px solid #e70c08;
}

.uk-radio:checked {
    background-color: #ffeb3b;
    border-color: #e70c08;
}

@media only screen and (max-width: 480px) {
    .title {
        font-size: 2em;
    }

    .logo {
        height: 100px;
    }

    .text {
        font-size: 0.8em;
    }

    .uk-form-label {
        color: #ffeb3b;
    }

    .uk-flex-wrap {
        flex-wrap: wrap;
        margin: 20px 0px 0px;
    }

    .uk-card-default {
        box-shadow: 0 0px 10px #ffeb3b;
        margin: 30px;

    }

    .uk-form-horizontal .uk-form-controls {
        margin-left: 0;
    }

    .uk-input,
    .uk-select,
    .uk-textarea {
        background-color: whitesmoke;
        border-radius: 10px;
    }

    .uk-form-label {
        font-size: 20px;
        font-family: 'Ubuntu', sans-serif;
    }

    .uk-input:focus {
        border: 3px solid #ffeb3b;
    }

    .uk-margin-small-bottom {
        font-family: 'Ubuntu', sans-serif;
        color: black;
        background-color: #ffeb3b;
        border-radius: 10px;
    }

    .uk-margin-small-bottom:hover {
        font-family: 'Ubuntu', sans-serif;
        color: white;
        background-color: #e70c08;
    }

    .uk-radio {
        border: 1px solid #e70c08;
    }

    .uk-radio:checked {
        background-color: #ffeb3b;
        border-color: #e70c08;
    }

    .navbar a {
        display: inline-block;
        font-size: 11px;
        background: #ffeb3b;
        padding: 5px 2px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 500;
        margin-top: 10px;
        color: #111;
        letter-spacing: 0px;
        /* transition: 0.2s; */
        margin: 4px;
        border-radius: 5px;
    }

    #sec h2 {
        font-size: 3rem;
        margin-bottom: 30px;
        color: white;
    }

    .footer-logo {
        padding: 0;
    }

}


/* footer */
.footer-logo {
    color: #fff;
    padding: 20px;
    text-align: center;

}

.footer-logo img {
    height: 100px;
}

.copyright {
    color: white;
    text-align: center;
}