/*====== header css*/
header.custom-header .container {
    max-width: 100%;
    padding: 25px 80px;
}

header.custom-header .container .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

header.custom-header .container .header-right form {
    position: relative;
    width: 70%;
}

header.custom-header .container .header-right form input {
    border-radius: 100px;
    border: 1px solid #DDD8F9;
    height: 44px;
    color: #6B6B6B;
    font-size: 14px;
    font-family: 'Rubik';
    font-weight: 400;
    padding: 8px 20px;
}

header.custom-header .container .header-right form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 18px;
    height: 40px;
    padding: 0 !important;
    border-radius: 100px;
    background: transparent;
    border: unset;
}

.header-btn a {
    padding: 9px 22px;
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik';
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #EA6524;
    border: 1px solid #EA6524;
    border-radius: 100px;
    transition: all 0.3s linear;
}

.header-btn a svg {
    width: 17px;
    height: 17px;
    transition: all 0.3s linear;
}

.header-btn a:hover {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}

.header-btn a:hover svg {transform: rotate(45deg);}


header a.nav-link {
    color: #000;
    font-size: 16px;
    font-family: 'Rubik';
    line-height: 26px;
    border-radius: 10px;
    transition: all 0.3s linear;
}


header.custom-header .container .header-right form button[type="submit"] svg {
    width: 14px;
    height: 14px;
}

header a.nav-link:hover {
    background: rgb(234 101 36 / 6%) !important;
    color: #ea6524 !important;
}

a.logo {
    width: 100%;
    display: block;
}

a.logo img {
    width: 100%;
    height: auto;
}

.header-btn a svg path {
    fill: #fff;
}

/*====== end header css*/

/*====== footer css */

.row.top-footer-row {
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(97 94 252 / 20%);
}

.row.bottom-footer-row {
    padding: 50px 0 0;
}

.footer-title h4 {
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'syne';
    font-weight: 700;
    border-bottom: 1px solid #000;
    display: inline-block;
}


.footer-menu ul {
    padding: 0 0;
    margin: 0 0;
}

.footer-menu ul li {
    list-style: none;
    margin-bottom: 15px;
}

.footer-menu ul li a {
    text-decoration: unset;
    color: #111032;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Rubik';
    transition: all 0.3s linear;
    cursor: pointer;
}

.footer-menu ul li a:hover {
    color: #ea6524 !important;
}

.footer-copyright p {
    margin: 0 0;
    text-align: center;
    padding: 18px 0;
    color: #000;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 26px;
}


footer#footer .container {
    max-width: 100%;
    padding: 0 80px;
}

footer#footer {padding: 100px 0px 60px;}

footer#footer a.footer-logo {
    display: block;
    width: 225px;
}

footer#footer a.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-footer-row form.search-box {
    width: 60%;
    margin: 0 0 0 auto;
    position: relative;
}

.top-footer-row form.search-box input {
    height: 56px;
    border-radius: 100px;
    border: 1px solid rgb(97 94 252 / 20%);
    padding: 12px 23px;
    color: #000;
    font-size: 16px;
    line-height: normal;
    font-family: 'Rubik';
    background: transparent !important;
}

.top-footer-row form.search-box input::placeholder {
    color: #000;
}

.top-footer-row form.search-box button.btn {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    font-family: 'Rubik';
    border-radius: 100px;
    background: #EA6524;
    border: 1px solid #EA6524;
    padding: 12px 20px;
    width: 128px;
}

.top-space-footer-menu {
    padding-top: 30px;
}

/*====== end footer*/

/*======= faqs */

.faqs-sec-class {
    padding: 100px 0px;
}

.faqs-sec-class h2.sec-title {
    text-align: center;
    margin-bottom: 45px;
}

h2.sec-title {
    color: #111032;
    font-size: 48px;
    line-height: 52px;
    font-family: 'Syne';
    font-weight: 700;
}

.faqs-wrapper {
    max-width: 870px;
    margin: 0 auto;
}

.faqs-wrapper .inner-faqs-wrapper .main-faqs-box {
    border: 1px solid rgb(97 94 252 / 20%);
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 25px 30px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.faqs-wrapper .inner-faqs-wrapper .main-faqs-box h4 {
    margin: 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111032;
    font-size: 20px;
    line-height: normal;
    font-family: 'Syne';
    font-weight: 600;
}

span.faq-icon {
    width: 20px;
    height: 20px;
    background: #111032;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.faq-icon i {
    color: #fff;
    font-size: 12px;
}

.faq-content {
    padding: 15px 0 0;
}

.faq-content {
    font-size: 16px;
    color: #111032;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 26px;
    width: 89%;
}

.faqs-wrapper .inner-faqs-wrapper .main-faqs-box:hover {
    background: rgb(97 94 252 / 20%);
}

/*====== end faqs */