@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

:root {
    --heading-color: #133496;
    --font: "Varela Round", sans-serif;
}

body {
    font-family: var(--font) !important;
}

.text-justify {
    text-align: justify;
}

.bx-shd {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.bx-shd2 {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

p, li, h3, h4, h5, ul {
    text-shadow: 1px 1px 1px rgba(41, 41, 41, 0.15);
    line-height: 33px;
}

h3, h4, h5, .card-title, h6 {
    color: var(--heading-color) !important;
}

.ml-2 {
    margin-left: 1.1rem;
}

.col-lg-4 {
    height: fit-content;
}

.btn-one {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    background-color: var(--heading-color) !important;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 8px;
    border: none;
    outline: none;
    letter-spacing: 1.3px;
    transition: all .1s ease-in-out;
}

.btn-one:hover {
    background: white !important;
    border: 2px solid var(--heading-color);
    color: var(--heading-color);
}

.head {
    background: transparent linear-gradient(90deg, #b80a0b 35%, #8d0505 65%) 0% 0% no-repeat padding-box;
}

.fa-star, .fa-star-half-stroke {
    color: gold;
}

.fom-control, .form-select, select, input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
    outline: none !important;
    border-bottom: 1px solid grey !important;
    transition: all .4s ease-in-out !important;
}

.form-control:focus, .form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 5px solid var(--heading-color) !important;
}

ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0; /* Reset padding */
}

ul li {
    position: relative;
    padding-left: 5px; /* Add space for the custom bullet */
}
    ul.canada li, ul.germany li, .uk li {
        position: relative;
        padding-left: 30px !important;
    }

ul.canada li:before {
    content: url('https://i.postimg.cc/bN0HDBCX/canada-flag.png'); /* Insert your custom image */
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(4px);
    /*list-style-image: url('https://i.postimg.cc/bN0HDBCX/canada-flag.png');*/

}

ul.germany li:before {
    content: url('https://i.postimg.cc/3xnX9DQn/germany-flag.png'); /* Insert your custom image */
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(4px);

}

ul.uk li:before {
    content: url('https://i.postimg.cc/52x5wSTX/uk-flag.png'); /* Insert your custom image */
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(4px);

}
    ul.france li:before {
        content: url('https://i.postimg.cc/Vk9bd5wS/france.png'); /* Insert your custom image */
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(4px);
    }

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--heading-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--heading-color);
}

.footer {
    background: transparent linear-gradient(90deg, #b80a0b 45%, #8d0505 55%) 0% 0% no-repeat padding-box;

}

.cursor-pointer {
    cursor: pointer;
}

.footer-10 .con-info .icon {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.icon .fa {
    color: var(--heading-color);;
}

.fa-brands:hover {
    color: var(--heading-color) !important;
}

.fa-globe:hover {
    color: var(--heading-color) !important;
}