html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a{
    text-decoration: none !important;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    background-color: #f9f9fb !important;
}

:root {
    --primary: #058db6;
    --secondary: #026481;
    --dark: #23262f;
}

.btn-primary {
    padding: 12px;
    border-radius: 6px;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-primary:hover {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

/* =================== Header ================ */

.header_sec .nav-item .nav-link {
    font-size: 14px;
    color: #23262f;
    font-weight: 500;
    font-family: Inter, sans-serif;
    line-height: 1.75;
    letter-spacing: 0.00938em;
}

.header_sec .dropdown button {
    padding: 6px 12px 8px 12px;
    border: 1px solid #DDD;
    background: #fff;
    border-radius: 20px;
}

.header_sec .dropdown-menu {
    padding: 12px 20px;
    border: 1px solid #EEE;
    box-shadow: rgba(63, 0, 30, 0.16) 0px 6px 72px;
}

.header_sec .dropdown-item {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}

.header_sec .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.04) !important;
}

.header_sec .dropdown-divider {
    border-color: #f2f2f2;
}


/* =================== Banner ================ */

.banner_sec {
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_form {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 6px;
    margin: auto;
    margin-top: -50px;
    position: relative;
    box-shadow: 0px 6px 72px rgba(63, 0, 30, 0.07);
    max-width: 990px;
}

.search_form{
    background-color: #F4F5F6;
}

.search_form .input_field {
    border: 1px solid #00000000;
    padding: 4px 12px;
    border-radius: 8px;
    background-color: #F5F5F5;
}

.search_form .input_field p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    color: rgb(102, 104, 112);
}

.search_form .form-control {
    border: none !important;
    background: transparent !important;
    padding: 5px 0px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
}

.search_form .btn-primary {
    padding: 16px 5px;
    border-radius: 6px;
    font-weight: 500;
}

/* =================== apps ================ */

.apps_sec { 
    background-color: #F4F5F6;
}

.apps_content h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.167;
    letter-spacing: -0.01562em;
    margin-bottom: 15px;
}

.apps_content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 25px;
}

.apps_content img {
    margin: 5px;
}

/* =================== About section ================ */

.about_sec{
    padding:100px 0px;
}


.section_heading .title {
    font-size: 40px;
    color: var(--dark);
    font-weight: 600;
}

.about_wrap .content h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
}

.about_wrap .content p {
    margin: 0;
    font-size: 16px;
    color: #555;
}

.about_wrap .icon svg {
    width: 35px;
    height: 35px;
    stroke: var(--primary);
}

/* =================== Footer ================ */

.footer_nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 1px 30px;
}

.footer_nav ul li {
    display: inline-block;
    padding: 4px 0px;
}

.footer_nav ul li a {
    color: #666870;
    font-size: 15px;
    font-weight: 400;
}

.footer_nav ul li a:hover{
    color:var(--primary);
}


.custom_pages .content {
    font-size: 16px;
    line-height: 36px;
}


/* =================== Contact ================ */

.contact_info p {
    color: #777e91;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.01em;
    max-width: 450px;
    margin: auto;
    margin-bottom: 20px;
}

.contact_info h4{
    color: var(--primary);
}