/*
Version: 3.0.1
Theme Name: Super Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* declare primary color */
:root {
    --cus-primary-color: #1789E2;
    --cus-secondary-color: #a93e17;
    --cus-black-color: #000;
    --cus-white-color: #fff;
}

body, a, h1, h2, h3, h4, h5, h6, p, li {
    font-family: "Manrope", sans-serif;
}

.mb-0, .mb-0 p {
    margin-bottom: 0 !important;
}
.d-flex .uxb-wrapper {
    width: auto;
}

/* Mobile Menu */
.off-canvas-left .mfp-content {
    background: #fff;
}

/* Header nav */
#header .nav > li.menu-item {
    margin: 0 20px;
}

#header .nav > li > a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--cus-white-color);
}

#header .nav > li > a:hover {
    color: var(--cus-secondary-color);
}

/* SPT Button */
.spt-button {
    transition: all 0.3s ease;
    display: inline-block;
}

.spt-button-inner {
    display: flex;
    align-items: center;
}

.spt-button svg {
    margin-right: 10px;
}

.spt-button:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

/*  SPT Icon Box  */
.spt-icon-box-content p {
    margin-bottom: 0;
}

/* CF7 */
span.wpcf7-spinner {
    display: none;
}

/* Accordion */
.accordion {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px -1px 6px 1px #ddd;
}

div#accordion-2860439605 {}

.accordion-title {
    border: 0;
    padding-left: 20px;
}

.accordion-title span {
    font-size: 16px;
    color: rgb(0, 51, 102);
}

.accordion-title button {}

.accordion-title button i {}

.accordion-title button i::before {}

.accordion-inner {
    padding-bottom: 0;
}

.accordion-inner p {}

.accordion-inner ul li {}

.accordion-inner p:last-child {
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion .toggle {
    left: unset;
    right: 0;
}


/* Custom */

.button.primary {
    background: linear-gradient(to right, #a93e17 0%, var(--cus-primary-color) 50%, #a93e17 100%);
    background-size: 200% auto;
    padding: 17px 30px;
    min-height: unset;
    line-height: 16px;
    font-size: 16px;
    text-transform: none;
    color: #fff !important;
}

.button span {
    line-height: 16px;
}

.button {
    padding: 17px 30px;
    min-height: unset;
    line-height: 16px;
    font-size: 16px;
    text-transform: none;
    color: #000 !important;
}

.header-nav-main {
    justify-content: center;
}

.header-nav-main > li {
    margin: 0 !important;
}

.header-nav-main > li.menu-item > a {
    padding: 13px 20px;
    background: #ffffff0f;
    border-top: 1px solid #ffffff0f;
    border-bottom: 1px solid #ffffff0f;
}

.header-nav-main > li.menu-item:first-child > a {
    border-left: 1px solid #ffffff0f;
    padding-left: 30px;
    border-radius: 30px 0 0 30px;
}

.header-nav-main > li.menu-item:last-child > a {
    border-right: 1px solid #ffffff0f;
    padding-right: 30px;
    border-radius: 0 30px 30px 0;
}

.sec-sub-title {
    color: #a7aabb;
    background: #ffffff0f;
    border: 1px solid #ffffff0f;
    border-radius: 100px;
    padding: 10px 50px;
    position: relative;
    font-size: 14px;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
}

.sec-sub-title::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    background: url('./assets/img/icon-sparkle.svg') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 16px;
    height: 16px;
}

.sec-sub-title::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    background: url('./assets/img/icon-sparkle.svg') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 16px;
    height: 16px;
}

.sec-sub-title p {
    margin: 0;
}

.text.badge {
    border: 1px solid #ffffff0f;
    border-radius: 9999px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: normal;
    height: auto;
}

.text.badge, .text.badge p {
    margin: 0;
}

.sec1-otp-box {
    border: 1px solid #ffffff0f;
    background: url(./assets/img/service-item-bg.svg), #0a0a0a;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

.otp-number-box .col-inner {
    padding: 20PX;
    border: 1px solid #ffffff1c;
    border-radius: 16px;
    margin-top: 20px;
}

.otp-box-number p {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background: #ffffff1f;
    line-height: normal;
    padding: 0 27px;
    border-radius: 5px;
    margin-top: 20px;
}

.sec2 .spt-icon-box-icon {
    background: linear-gradient(120deg, #a93e17, #1789e2) no-repeat;
}

.tabbed-content {}

.tabbed-content .nav {
    display: flex;
    justify-content: space-between;
    gap: 0;
    flex-wrap: nowrap;
    border: 1px solid #ffffff1c;
    border-radius: 16px;
    overflow: hidden;
}

.tabbed-content .nav a {
    color: #fff !important;
    display: block;
}

.tabbed-content .nav li {
    width: 100%;
    margin: 0;
    text-align: center;
    border-right: 1px solid #ffffff1c;
}

.tabbed-content .nav li:last-child {
    border: 0;
}

.tabbed-content .nav li.active {
    background: #000;
}

.tabbed-content .tab-panels {}

.tabbed-content .tab-panels pre {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.099);
    color: #fff;
    font-size: 15px;
    margin: 0;
    border-radius: 16px;
}

.price-col .button {
    width: 100%;
    margin: 0;
}

.price-col ul {
    list-style: none;
    margin-top: 10px;
}

.price-col ul li {
    position: relative;
    margin: 0;
    background: url(./assets/img/icon-sparkle.svg) no-repeat;
    background-position: left center;
    padding-left: 26px;
    line-height: 22px;
    margin-bottom: 10px;
}

.price-col ul li::before {
    content: '';
}

.price-label {
    position: absolute;
    top: -13px;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(23, 137, 226);
    text-align: center;
    border-radius: 30px;
    color: #fff;
}

.sec5-main-col > .col-inner {
    background: #0a0a0a url(./assets/img/testimonials-box-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #ffffff0f;
    border-radius: 20px;
    padding: 80px 80px 50px;
}

.sec5 .banner {
    background: none;
    border-radius: 20px;
}

.sec5 .banner h3, .sec5 .banner p {
    font-style: normal;
}

.sec5 .banner h3 {
    font-size: 16px;
    border-bottom: 1px solid #ffffff0f;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}

.sec5 .banner p {
    font-size: 20px;
    line-height: normal;
}

.sec5 .slider-wrapper {
    padding-left: 76px;
}

.sec5 .testimonial-meta {
    display: none;
}

.sec5 .slider-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75px;
    width: calc(100% - 76px);
    height: 100%;
    background-color: #ffffff0f;
    border-radius: 20px;
    transform: rotate(-9deg);
    z-index: 0;
    content: '';
}

.sec5 .flickity-viewport {
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(136.83deg, #a93e17 2.01%, #15399a 97.82%);
}

.accordion {
    background: no-repeat;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.accordion-title span {
    font-size: 18px;
    color: #fff;
}

.accordion-item {
    border-bottom: 0;
    margin-top: 30px;
    position: relative;
    background: #0a0a0a;
    border: 1px solid #ffffff0f;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.accordion-item:first-child {
    margin-top: 0;
}

.accordion .toggle {
    left: unset;
    right: 0;
    color: #fff;
    opacity: 1;
}

.accordion-inner {
    padding-bottom: 0;
    color: rgb(192, 192, 192);
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #ffffff0f;
}

.accordion .active .toggle {
    color: #fff;
}

.footer-line {
    height: 1px;
    width: 100%;
    background: #ffffff0f;
    margin: 20px 0 40px;
}

.cus-footer {}

.cus-footer a.ux-menu-link__link {
    border: 0;
    padding: 0;
    color: rgb(192, 192, 192) !important;
}

.cus-footer {
    background: url('./assets/img/footer-bg.png') no-repeat;
    background-position: bottom center;
    background-size: auto;
    border-top: 1px solid #ffffff0f;
    padding: 100px 0 0;
}

.off-canvas .nav-vertical>li>a {
    color: #000;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .button.primary, .button {
        padding: 17px 20px;
    }

    .otp-box-number p {
        font-size: 20px;
        padding: 0 12px;
    }

    .mb-pl-15 {
        padding-left: 15px !important;
    }

    .mb-pr-15 {
        padding-right: 15px !important;
    }

    .sec3 .spt-icon-box, .sec3 .spt-icon-box-content {
        width: 100%;
    }

    .tabbed-content {
        width: 100%;
    }

    .sec5-main-col > .col-inner {
        padding: 30px;
    }

    .sec5 .slider-wrapper {
        padding-left: 0;
    }

    .sec5 .banner p {
        margin-bottom: 60px;
    }
}

#footer .absolute-footer {
    display: none;
}