/* #Website Fonts
================================================== */

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-ExtraBold.eot');
    src: url('../fonts/Urbanist-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-ExtraBold.woff2') format('woff2'),
        url('../fonts/Urbanist-ExtraBold.woff') format('woff'),
        url('../fonts/Urbanist-ExtraBold.ttf') format('truetype'),
        url('../fonts/Urbanist-ExtraBold.svg#Urbanist-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Black.eot');
    src: url('../fonts/Urbanist-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-Black.woff2') format('woff2'),
        url('../fonts/Urbanist-Black.woff') format('woff'),
        url('../fonts/Urbanist-Black.ttf') format('truetype'),
        url('../fonts/Urbanist-Black.svg#Urbanist-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Bold.eot');
    src: url('../fonts/Urbanist-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-Bold.woff2') format('woff2'),
        url('../fonts/Urbanist-Bold.woff') format('woff'),
        url('../fonts/Urbanist-Bold.ttf') format('truetype'),
        url('../fonts/Urbanist-Bold.svg#Urbanist-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Regular.eot');
    src: url('../fonts/Urbanist-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-Regular.woff2') format('woff2'),
        url('../fonts/Urbanist-Regular.woff') format('woff'),
        url('../fonts/Urbanist-Regular.ttf') format('truetype'),
        url('../fonts/Urbanist-Regular.svg#Urbanist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Light.eot');
    src: url('../fonts/Urbanist-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-Light.woff2') format('woff2'),
        url('../fonts/Urbanist-Light.woff') format('woff'),
        url('../fonts/Urbanist-Light.ttf') format('truetype'),
        url('../fonts/Urbanist-Light.svg#Urbanist-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-SemiBold.eot');
    src: url('../fonts/Urbanist-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-SemiBold.woff2') format('woff2'),
        url('../fonts/Urbanist-SemiBold.woff') format('woff'),
        url('../fonts/Urbanist-SemiBold.ttf') format('truetype'),
        url('../fonts/Urbanist-SemiBold.svg#Urbanist-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Medium.eot');
    src: url('../fonts/Urbanist-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-Medium.woff2') format('woff2'),
        url('../fonts/Urbanist-Medium.woff') format('woff'),
        url('../fonts/Urbanist-Medium.ttf') format('truetype'),
        url('../fonts/Urbanist-Medium.svg#Urbanist-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-Bold.eot');
    src: url('../fonts/Teko-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Teko-Bold.woff2') format('woff2'),
        url('../fonts/Teko-Bold.woff') format('woff'),
        url('../fonts/Teko-Bold.ttf') format('truetype'),
        url('../fonts/Teko-Bold.svg#Teko-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-SemiBold.eot');
    src: url('../fonts/Teko-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Teko-SemiBold.woff2') format('woff2'),
        url('../fonts/Teko-SemiBold.woff') format('woff'),
        url('../fonts/Teko-SemiBold.ttf') format('truetype'),
        url('../fonts/Teko-SemiBold.svg#Teko-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* #Standard Css
================================================== */

body {
    font-family: 'Urbanist';
    transition: all 200ms linear;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Teko';
    font-weight: 900;
}


a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer !important;
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}

section {
    transition: all 200ms linear;
}



/* #Website Colors
================================================== */

:root {

    --main-blue: #0A1C3D;
    --secondary-color: #DA902F;
    --black-bg: #000;
    --line-bg: #32518A;

    --text-main-color: #DA902F;
    --text-black: #000;
    --text-white: #fff;


}





/* #Homepage Css
================================================== */
.deals-contact {}

.deals-contact ul li {
    list-style: none;
    display: inline-block;
}

.deals-contact ul {
    margin: 0;
    padding: 0;
}

header#header {
    background-color: var(--main-blue);
}

a.navbar-brand img {
    width: 150px;
}

a.nav-link {
    color: var(--text-white);
    margin-right: 10px;
}

a.nav-link:hover {
    color: var(--secondary-color);
}

.deals-contact ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.contact-icon i {
    color: var(--secondary-color);
    font-size: 18px;
}

.social-media ul {
    margin: 0;
    padding: 0;
}

.social-media ul li {
    list-style: none;
    display: inline-block;
}

.social-media ul li a i {
    border: 1px solid var(--line-bg);
    color: var(--secondary-color);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    line-height: 40px;
    font-size: 18px;
}

.social-media ul li a i:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--text-white);
}

.deals-list {
    display: flex;
    gap: 5px;
}

.contact-text p {
    margin-bottom: 0;
    font-weight: 500;
}

.welcome-text p {
    margin-bottom: 0;
    font-weight: 500;
}

section#top-div {
    padding: 10px 0;
}

.deals-contact {
    float: right;
}

section#main-banner {
    background: url(../img/banner.png) no-repeat;
    min-height: 500px;
    background-position: center;
    background-size: cover;
}

.main-banner-text ul {
    margin: 0;
    padding: 0;
}

.main-banner-text ul li {
    list-style: none;
    display: inline-block;
}

.main-banner-text {
    margin-top: 25%;
}

.main-banner-text h1 {
    font-size: 3.25rem;
    line-height: 50px;
}

.main-banner-text ul li img {
    width: 150px;
}

section#aboutus {
    margin-top: 70px;
}

.aboutus-text {
    margin-top: 20px;
}

.aboutus-text span {
    color: var(--text-main-color);
    font-weight: 500;
}

.aboutus-text h2 {
    font-size: 2.5rem;
}

.read-more-btn a {
    background-color: var(--main-blue);
    color: var(--text-white);
    border-color: var(--main-blue);
    font-weight: 600;
}


section#works-div {
    margin-top: 60px;
}

.section-title {
    margin: auto;
    text-align: center;
}

.section-title span {
    color: var(--text-main-color);
    font-weight: 500;
}

.steps-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    min-height: 180px;
    padding: 10px;
}

.steps-info {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    margin-left: 10px;
}

.list-steps-img img {
    width: 100px;
}

.lists-text {
    margin-top: 10px;
}

.lists-text h3 {
    margin-bottom: 0;
    font-size: 2rem;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
}

section#app-download {
    margin-top: 80px;
    background-color: #FFEEE1;
    min-height: 410px;
}

section#faq-section {
    margin-top: 120px;
}

.app-screens img {
    width: 450px;
    position: relative;
    top: 60px;
}

.app-screens {
    margin: auto;
    text-align: center;
}

.app-screen-text {
    margin-top: 25%;
}

.app-screen-text ul li {
    list-style: none;
    display: inline-block;
}

.app-screen-text ul {
    margin: 0;
    padding: 0;
}

.app-screen-text h2 {
    font-size: 2.75rem;
}

.faq-list {
    margin-top: 20px;
}

.faq-list .accordion-button {
    font-size: 1.5rem;
}

footer {
    margin-top: 80px;
    background-color: var(--main-blue);
}

.footer-section {
    margin-top: 70px;
}

.footer-section h2 {
    color: var(--text-white);
}

.nav-links ul li a {
    color: #fff;
}

.nav-links ul li a:hover {
    color: var(--secondary-color);
}

.nav-links ul {
    margin: 0;
    padding: 0;
}

.nav-links {
    margin-top: 20px;
}

.nav-links ul li {
    padding-bottom: 5px;
    list-style: none;
}

.download-app-link {
    margin-top: 20px;
}

.download-app-link ul li {
    margin-bottom: 10px;
}

.download-app-link ul {
    margin: 0;
    padding: 0;
}

.download-app-link ul li img {
    width: 150px;
}

.get-touch-box {
    margin-top: 25px;
}

.contact-icon-text p {
    color: #fff;
}

.contact-list {
    display: flex;
    gap: 5px;
}

.copyright-link ul li {
    display: inline-block;
    border-right: 1px solid #fff;
}

.copyright-link ul li:last-child {
    border-right: none;
}

.copyright-link ul {
    margin: 0;
    padding: 0;
}

.copyright-link ul li a {
    padding: 0px 10px;
    color: var(--text-white);
    font-size: 14px;

}

.copyright-top {
    margin-top: 30px;
    border-top: 1px solid var(--line-bg);
    padding: 5px 0;
}

.copyright-link {
    float: right;
}

.copyright-top p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}



section#breadcrumb {
    background-color: #FFEEE1;
    padding: 10px 0;
}

.page-path {
    float: right;
}

.page-path ul li {
    list-style: none;
    display: inline-block;
    font-weight: 600;
    border-right: 1px solid #000;
    padding-right: 10px;
}

.page-path ul li:last-child {
    border-right: none;
}

.page-path ul {
    margin: 0;
    padding: 0;
}

.page-path ul li p {
    margin-bottom: 0;
}

.page-title h3 {
    margin-bottom: 0;
}

.page-path ul li a {
    color: #000;
}

section#inner-page {
    margin-top: 70px;
}

.extend-content {
    margin-top: 20px;
}

.contact-details h4 {
    font-size: 2.15rem;
    line-height: 40px;
}

.contact-details p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.contact-form label {
    font-weight: 700;
}

.contact-form input {
    height: 45px;
}

.contact-form button {
    background-color: var(--main-blue);
    border-color: var(--main-blue);
    font-weight: 600;
}



#mainNavbar {
    transition: all 0.3s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    border-radius: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    opacity: 0;
    animation: slideDownFade 0.3s forwards;
    background-color: var(--main-blue);
}

/* Slide down + fade-in animation */
@keyframes slideDownFade {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.spacer {
    height: 70px;
    /* Equal to navbar height, prevents layout shift */
}


.navbar-toggler {
    border: 1px solid #fff;
}

.navbar-toggler-icon {
    background-image: none;
}

span.navbar-toggler-icon i {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.policy-pointer span {
    font-weight: 700;
    font-size: 18px;
}

.policy-pointer ul li {
    margin-bottom: 5px;
}



.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: var(--secondary-color);
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: var(--secondary-color);
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.iti {
    width: 100% !important;
    height: 44px;
}

.iti input {
    width: 100% !important;
    box-sizing: border-box !important;
}

.invalid-feedback {
    display: block;
    font-size: 0.875rem;
    color: #dc3545;
    /* Bootstrap red */
}

.lang-link {
    color: var(--secondary-color);
    margin-right: 10px;
}

.lang-link:hover {
    color: var(--secondary-color);
}