@font-face {
    font-family: "Google Sans";
    src: url("../fonts/GoogleSans.eot");
    src: url("../fonts/GoogleSans.eot?#iefix")format("embedded-opentype"),
        url("../fonts/GoogleSans.woff2")format("woff2"),
        url("../fonts/GoogleSans.woff")format("woff"),
        url("../fonts/GoogleSans.ttf")format("truetype"),
}



:root {
    --color-primary: #393d3f;
    --color-secondary: #be0005;

    --doc-text: #1f2937;
    /* gray-800 */
    --doc-muted: #6b7280;
    /* gray-500 */
    --doc-heading: #0f172a;
    /* slate-900 */
    --doc-accent: #0ea5e9;
    /* sky-500 */
    --doc-border: #e5e7eb;
    /* gray-200 */
    --doc-bg: #ffffff;
    --doc-callout-info: #0ea5e9;
    --doc-callout-success: #10b981;
    /* emerald */
    --doc-callout-warn: #f59e0b;
    /* amber */
    --doc-radius: 14px;
    --doc-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    --doc-scroll-offset: 96px;
}

html {
    scroll-behavior: smooth;
    line-height: 25px;
}



/* All styles inside .theme-dark will apply only in dark mode */


body.theme-dark,
body.theme-dark footer {
    color: #eee;
    background-color: #1c1c1c;
    transform: none !important;
}

body.theme-dark a {
    color: #eee;
}

body.theme-dark a:hover {
    color: #be0005;
}

body.theme-dark .text-dark {
    color: #eee !important;
}

body.theme-dark .footer-about p,
body.theme-dark .footer-down .nav .nav-link,
body.theme-dark .box-about-link strong,
body.theme-dark .title-box-rate,
body.theme-dark .timeline-wrapper h3,
body.theme-dark .box-products .card-title,
body.theme-dark .wpforms-form label,
body.theme-dark .wpforms-form legend,
body.theme-dark h3.service-title,
body.theme-dark .about-campaign .author .content .info h4,
body.theme-dark .box-partner h2 p,
body.theme-dark .hero-campaign h1,
body.theme-dark .section-title .title,
body.theme-dark #header .box-account a,
body.theme-dark #header .box-search button,
body.theme-dark .page-title h1 mark {
    color: #fff !important;
}

body.theme-dark .box-about-link p,
body.theme-dark .box-about-link span,
body.theme-dark footer a,
body.theme-dark .timeline-wrapper p,
body.theme-dark .box-products .card-text,
body.theme-dark .box-blog .card-body,
body.theme-dark .service-content p,
body.theme-dark .about-campaign .author .content .info span,
body.theme-dark .action-content p,
body.theme-dark .hero-campaign blockquote,
body.theme-dark .section-title p,
body.theme-dark .faq-accordion .accordion-body {
    color: #999 !important;
}

body.theme-dark .box-top-header,
body.theme-dark .box-down-header,
body.theme-dark .header-scrolled .box-down-header {
    background-color: #1c1c1c !important;
    color: #fff !important;
    border-bottom: 1px solid #444 !important;
}

body.home.theme-dark .box-down-header {
    background-color: transparent !important;
    border-bottom: 0 !important;
}

body.home.theme-dark .header-scrolled .box-down-header {
    background: linear-gradient(360deg, #333 40%, #1e1e1e 100%) !important;
    color: #e0e0e0 !important;
    border-bottom: 1px solid #555 !important;
}

body.theme-dark .header-scrolled .box-account a,
body.theme-dark .header-scrolled .nav-item-text,
body.theme-dark .header-scrolled .box-search button {
    color: #fff !important;
}

body.theme-dark .navbar-nav-menu .nav-item-text,
body.theme-dark #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
}

body.theme-dark #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: var(--color-secondary);
}

body.theme-dark .btn-custom-secondary,
body.theme-dark .form-faq .wpforms-submit,
body.theme-dark #commentform button,
body.theme-dark .wpforms-form .wpforms-submit body.theme-dark .action-content a:hover,
body.theme-dark .box-ads .box-ads-item {
    background: #333 !important;
    color: #fff !important;
    border-color: #444 !important;
}

body.theme-dark .box-camaign-mojavej img {
    filter: invert() grayscale(1);
}

body.theme-dark .btn-custom-secondary:hover,
body.theme-dark .form-faq .wpforms-submit:hover,
body.theme-dark .wpforms-form .wpforms-submit:hover,
body.theme-dark #commentform button:hover,
body.theme-dark .action-content a {
    background: #be0005 !important;
    color: #fff !important;
    border-color: #be0005 !important;
}

body.theme-dark input[type="text"],
body.theme-dark input[type="submit"],
body.theme-dark input[type="email"],
body.theme-dark textarea {
    background-color: #2a2a2a !important;
    color: #fff !important;
    border-color: #444 !important;
}

body.theme-dark .card,
body.theme-dark .box-products .card,
body.theme-dark .testimonial-single-box1,
body.theme-dark .faq .form-faq,
body.theme-dark .item-box-customer,
body.theme-dark .service-single-box1,
body.theme-dark .about-campaign .author .content,
body.theme-dark .action-content h2,
body.theme-dark .contact-box-section .right-sidebar-box form,
body.theme-dark .contact-box-section .box-about-link,
body.theme-dark .page-title {
    background-color: #212529 !important;
    color: #eee;
    border-color: #444;
}

body.theme-dark .faq,
body.theme-dark .box-rate,
body.theme-dark .box-partner,
body.theme-dark .hero-campaign,
body.theme-dark .page-title,
body.theme-dark .bg-mintcream,
body.theme-dark .faq-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(360deg, #333 40%, #1e1e1e 100%) !important;
    color: #e0e0e0;
}

body.theme-dark .about-campaign {
    background: #1e1e1e;
}

body.theme-dark .box-partner .item-box-customer strong {
    color: #949494;
    background-color: #333;
}

body.theme-dark .service-single-box1 .service-icon .card-img,
body.theme-dark .item-box-customer .card-img {
    background: #212121;
}

body.theme-dark .bg-circle-1,
body.theme-dark .bg-circle-2 {
    border: 2px dashed #474747;
}



body.theme-dark .about-campaign .author .content .thumb svg rect,
body.theme-dark .about-campaign .author .content .thumb svg circle {
    stroke: #ccc;
}

body.theme-dark .about-campaign .author .content .thumb svg path {
    stroke: #eee;
}

body.theme-dark .hero-campaign .color-left-1 {
    background-color: #0034ff !important;
    filter: blur(76px);
    opacity: 0.35;
}

body.theme-dark .hero-campaign .color-left-2 {
    background-color: #00d4ff !important;
    filter: blur(95px);
    opacity: 0.3;
}

body.theme-dark .hero-campaign .color-right-1 {
    background-color: #be0005 !important;
    filter: blur(90px);
    opacity: 0.45;
}

body.theme-dark .hero-campaign .color-right-2 {
    background-color: #c21116 !important;
    filter: blur(82px);
    opacity: 0.45;
}

body.theme-dark .hero-campaign path,
body.theme-dark .call-top-action path {
    fill: #fff;
}

body.theme-dark .call-top-action .framer-15or3sf {
    background-color: #303030;
}

body.theme-dark .call-top-action .framer-3f55nw {
    background-color: #494949;
}

body.theme-dark .call-top-action .framer-rso4fi {
    background-color: #5252524d;
}

body.theme-dark .call-top-action .framer-r5clv3 {
    background-color: #49494966;
}

body.theme-dark .form-check .form-check-label,
body.theme-dark .header-scrolled .form-check .form-check-label {
    color: #fff !important;
}

body.theme-dark .form-check-input {
    background-color: #1c1c1c;
}

body.theme-dark .border-dotted,
body.theme-dark .border {
    border-color: #444 !important;
}

body.theme-dark .box-rate label {
    color: #fff;
    background-color: #212529;
    filter: drop-shadow(0px 15px 30px rgba(109, 109, 109, 0.1));
}



.label-light,
.label-dark {
    display: none;
}

.theme-light .label-dark {
    display: inline-block;
}

.theme-dark .label-light {
    display: inline-block;
}

.form-check {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
}

.form-check .form-check-input {
    margin: 0 5px !important;
    width: 40px !important;
    height: 20px !important;
}

.form-check-input:checked {
    background-color: #d9d9d9;
    border-color: #9c9c9c;
}

.form-check .form-check-label {
    font-weight: 100;
    color: #000;
}

.header-scrolled .form-check .form-check-label {
    font-weight: 100;
    color: #000;
}

#faq-section-1,
#faq-section-2,
#faq-section-3 {
    scroll-margin-top: 150px;
}

.hr-custom {
    color: #c4c4c4;
    opacity: .25;
}

.btn-custom {
    border-radius: 10px;
    padding: 5px 20px;
    transition: all 0.3s ease-in;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}

.btn-custom-primary {
    background: #be0005;
    color: #ffffff;
    border: 2px solid #be0005;
    transition: 0.3s all ease-in-out;

}

.btn-custom-secondary {
    background: #fff;
    color: #000;
    border: 2px solid #be0005;
    transition: 0.3s all ease-in-out;

}

.btn-custom-primary:hover {
    background: var(--color-primary);
    color: #fff;
    border: 2px solid var(--color-primary);
    transition: 0.3s all ease-in-out;

}

.btn-custom-secondary:hover {
    border: 2px solid var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
    transition: 0.3s all ease-in-out;
}

html {
    overflow-x: hidden;
    margin-top: 0 !important;
}

body.theme-dark {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
}

body.theme-light {
    background: #fff !important;
}



body {
    color: #000;
    font-weight: 400;
    font-family: "Google Sans";
    direction: ltr;
    text-align: left;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    font-size: 0.85em;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: var(--color-secondary);
}


.container-custom {
    width: 90%;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    margin-left: auto;
    margin-right: auto;
}



.default-margin {
    margin-top: 50px;
}

.default-padding {
    padding-top: 100px;
}


.f-h1 {
    font-size: 25px !important;
}

.f-h2 {
    font-size: 20px !important;
}

.f-h3 {
    font-size: 18px !important;
}

.bg-mintcream {
    background-color: mintcream;
}

.header .logo {
    padding: 5px 0;
    display: inline-block;
    width: auto;
}

.nav-header {
    z-index: 100 !important;
}

.box-top-header {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
}

.box-top-header strong {
    font-size: 1em;
    color: #fff;
}

.box-top-header span {
    font-size: 0.9em;
    color: #d1d1d1;
    font-weight: bold;
}

.box-header-mobile ul {
    padding: 0;
    margin: 0;
}

.box-header-mobile ul li {
    display: inline-block;
    width: auto;
}

.box-header-mobile ul p {
    margin: 0;
    float: right;
}

.box-header-mobile ul a {
    color: #fff;
    font-weight: bold;
}

.circle {
    border-radius: 50%;
    background-color: #be0005;
    color: #fff;
    height: 50px;
    width: 50px;
    z-index: 2;
    line-height: 50px;
    font-size: 1.6em;
    font-weight: bold;
}

.owl-carousel-slider .owl-stage-outer {
    padding: 25px;
}

.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}

.timeline-wrapper {
    padding: 25px 0;
}

.timeline-wrapper h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #000000;

}

.timeline-wrapper p {
    font-size: 1em;
    margin: 0;
    color: #333;
    line-height: 25px;
}

.timeline div {
    padding: 0;
    height: 40px;
}

.timeline hr {
    border-top: 3px solid #be0005;
    margin: 0;
    top: 17px;
    position: relative;
}

.timeline .col-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #be0005;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}

.intro-info {
    z-index: 10;
    position: relative;
}


#header .box-top-header,
#header.header-pages .box-top-header {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    line-height: normal;
}

#header.header-scrolled .box-top-header,
#header.header-pages .box-top-header {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
    line-height: normal;
}


#header .navbar {
    padding: 8px 0;
    transition: all 0.5s;
}

#header.header-scrolled .navbar {
    padding: 0;
    transition: all 0.5s;
}

.home .box-down-header {
    background-color: transparent;
    border: 0;
    transition: all 0.5s;
}

.box-down-header {
    background-color: #fff;
    border: 0;
    transition: all 0.5s;
}

.home .box-down-header .form-check .form-check-label {
    color: #fff;
}

.home .header-scrolled .box-down-header .form-check .form-check-label {
    color: #000;
}


#header.header-scrolled .box-down-header {
    background-color: #fff;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
}


#header .logo img {
    width: 100px;
    height: auto;
    transition: all 0.5s;
}

#header.header-scrolled .logo img {
    width: 105px;
    height: auto;
    transition: all 0.5s;
}


.badge-cart {
    top: 0px;
    left: 15px;
    position: absolute;
    padding: 0 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #f68121;
    color: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 19px;
    width: 18px;
}

.box-header-mobile ul i {
    vertical-align: middle;
    color: #fff;
    font-size: 1.2em;
}

.box-down-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.box-down-header .media {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header .box-search {
    position: relative;
}


.header .search-header input[type="text"] {
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
    width: 80%;
}

.header .search-header input[type="submit"] {
    width: 20%;
    padding: 8px 0;
    background: #fdd864;
    color: #000000;
    font-weight: bold;
    border: 1px solid #f58220;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navbar-nav-menu {
    padding: 0 !important;
}

.navbar-nav-menu .nav-item-text {
    font-weight: 500;
    font-size: 1em;
}

.navbar-nav-menu .active .nav-item-text {
    font-weight: bold;
}

.navbar-nav-menu .nav-item-text .search-header {
    width: 100%;
    position: fixed;
    top: 98px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 25px 0;

}

#header .box-search button,
#header .box-cart button,
#header .box-account a {
    border: 0;
    outline: 0;
    background-color: transparent;
    border-radius: 8px;
    color: #fff;
    padding: 5px 8px;
    line-height: 20px;
    overflow: hidden;
    border: 2px solid #f1f1f2;
}

#header.header-scrolled .box-search button,
#header.header-scrolled .box-cart button,
#header.header-scrolled .box-account a {
    color: #000;
}


#header .box-search button:hover,
#header .box-cart button:hover,
#header .box-account a:hover {
    background-color: var(--color-primary) !important;
    color: #fff;
}

#header .nav-item-text {
    transition: all 0.5s;
}

#header.header-scrolled .nav-item-text {
    color: #000;
    text-shadow: none;
    filter: none;
    transition: all 0.5s;
}

.header .box-search button i,
.header .box-cart button i {
    font-size: 1.2em;
}

.header .box-account a {
    padding: 5px 12px;
    margin-right: 8px;
    font-size: 0.9em;
}

.header .box-account a:hover,
.header .box-cart button:hover,
.header .box-search button:hover {
    background-color: var(--color-primary);
    color: #fff !important;
}

.product-template-page-campaign .main-nav a {
    color: #fff;
}

.product-template-page-campaign .header-scrolled .main-nav a {
    color: #454647;
}

.hero-campaign {
    align-content: center;
    align-items: center;
    background: linear-gradient(1deg, #fff 40%, #ffffff 70%) !important;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 80px;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero-campaign h1 {
    color: #000;
    margin-bottom: 10px;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.hero-campaign blockquote {
    font-size: 1em;
    color: #666;
    width: 80%;
    display: inline-block;
}

.hero-campaign .color-right {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 670px;
    justify-content: center;
    left: calc(69.84375000000003% - 772px / 2);
    overflow: visible;
    padding: 0;
    position: absolute;
    top: -400px;
    transform: perspective(1200px);
    width: 772px;
    z-index: 0;
}

.hero-campaign .color-right-1 {
    -webkit-filter: blur(90px);
    background-color: #be0005;
    border-radius: 100%;
    filter: blur(90px);
    flex: none;
    height: 618px;
    position: absolute;
    right: -283px;
    top: 0;
    width: 838px;
    z-index: 1;
}

.bg-circle-1 {
    height: 1700px;
    width: 1700px;
    position: absolute;
    top: -700px;
    left: -120px;
    border: 2px dashed #eee;
    background-color: transparent;
    border-radius: 50%;
}

.bg-circle-2 {
    height: 1700px;
    width: 1700px;
    position: absolute;
    top: -950px;
    left: 0%;
    border: 2px dashed #eee;
    background-color: transparent;
    border-radius: 50%;

}

.circle-woo {
    border: 2px dashed #eee !important;
    opacity: 0.1;
}

.hero-campaign .color-right-2 {
    -webkit-filter: blur(82px);
    background-color: #c21116;
    border-radius: 50%;
    filter: blur(82px);
    flex: none;
    height: 514px;
    left: -310px;
    position: absolute;
    top: 31px;
    width: 791px;
    z-index: 1;
}

.hero-campaign .color-left {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 670px;
    justify-content: center;
    left: calc(18.046875000000025% - 772px / 2);
    overflow: visible;
    padding: 0;
    position: absolute;
    top: -400px;
    transform: perspective(1200px);
    width: 772px;
    z-index: 0;
}


.hero-campaign .color-left-1 {
    -webkit-filter: blur(76px);
    background-color: #f8ff37;
    border-radius: 100%;
    filter: blur(76px);
    flex: none;
    height: 523px;
    position: absolute;
    right: 268px;
    top: 119px;
    width: 536px;
    z-index: 1;
}

.slider-img {
    height: auto !important;
    margin: 0 auto;
    max-width: 100%;
}


.hero-campaign .color-left-2 {
    -webkit-filter: blur(95px);
    background-color: #02ed2a;
    border-radius: 100%;
    filter: blur(95px);
    flex: none;
    height: 345px;
    overflow: hidden;
    position: absolute;
    right: 62px;
    top: 123px;
    width: 345px;
    will-change: transform;
    z-index: 1;
}

.hero-campaign .framer-19sflp7 {
    bottom: -130px;
    flex: none;
    height: 115px;
    right: 0;
    overflow: hidden;
    position: absolute;
    width: 196px;
}

.search-header {
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: #0f0f0f5e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    backdrop-filter: grayscale(1) blur(5px);
}

.search-form {
    display: flex;
    flex-direction: column;
}

.search-form button,
.search-form input,
.search-form select {
    margin: 10px 0;
}

.search-form button {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}

.search-input {
    height: 56px;
    font-size: 18px;
    padding: 0 16px;
}

.search-btn {
    height: 56px;
    padding: 0 20px;
}

.header-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-search i {
    font-size: 3em;
    margin-bottom: 25px;
    background-color: #ffffff;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 8px;
    /* padding: 5px; */
    font-weight: 700;
}

.content-search {
    width: 360px;
    background-color: #eee;
    padding: 35px;
    border-radius: 8px;
}

.content-search button {
    padding: 15px 10px !important;
}

.header-search h3 {
    font-weight: bold;
    font-size: 2em;
}

.header-search p {
    color: #666;
}

.search-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    background: #fff !important;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    border: 2px solid #ddd !important;
}

.box-partner {
    border-bottom-width: 1px;
    border-color: rgba(228, 221, 218, .5);
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 1px;
    background: linear-gradient(360deg, #fff 40%, #f5f7f6 100%) !important;
    padding: 40px 0;
}

.box-partner h2 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: -0.5px;
    text-align: center;
}

.box-partner h2 p {
    margin: 0;
}

.box-partner strong {
    color: #be0005;
    font-weight: bold;
    font-size: 1.2em;
}

.call-top-action {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 65px 0;
    margin-top: 90px;
}

.call-top-action .framer-1d4u0y0 {
    flex: none;
    height: 677px;
    overflow: visible;
    position: relative;
    width: 100%;
}

.call-top-action .flash-down {
    flex: none;
    left: 30%;
    overflow: visible;
    position: absolute;
    top: -160px;
    z-index: 1;
}

.call-top-action .framer-15or3sf {
    background-color: #eee;
    bottom: 0;
    flex: none;
    height: 100%;
    left: calc(50.00000000000002% - 100% / 2);
    position: absolute;
    width: 100%;
}

.call-top-action .framer-1ygoqts {
    bottom: 0;
    flex: none;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
}

.call-top-action .framer-1tlu372 {
    flex: none;
    left: calc(50.00000000000002% - 100% / 2);
    opacity: .8;
    overflow: visible;
    position: absolute;
    top: -590px;
    width: 100%;
}

.call-top-action .framer-rso4fi {
    aspect-ratio: 1.0583942104171034 / 1;
    background-color: #ffffff4d;
    border-radius: 100%;
    flex: none;
    height: var(--framer-aspect-ratio-supported, 1180px);
    left: 0;
    position: absolute;
    top: 0;
    width: 1249px;
}

.call-top-action .framer-r5clv3 {
    aspect-ratio: 1.0583941257552147 / 1;
    background-color: #fff6;
    border-radius: 100%;
    flex: none;
    height: var(--framer-aspect-ratio-supported, 832px);
    left: 185px;
    position: absolute;
    top: 174px;
    width: 880px;
}

.call-top-action .framer-15or3sf,
.call-top-action .framer-1tlu372,
.call-top-action .framer-rso4fi,
.call-top-action .framer-r5clv3,
.call-top-action .framer-3f55nw {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.action-content {
    text-align: center;
    z-index: 1;
    position: relative;
}

.action-content h2 {
    font-weight: bold;
    color: #000;
    font-size: 2em;
    margin-top: 65px;
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
    vertical-align: middle;
}

.action-content h2 p {
    margin: 0;
}

.action-content h2 strong {
    color: #be0005;

}

.action-content p {
    font-size: 1em;
    color: #333;
    text-align: center;
}

.action-content a {
    background-color: #be0005;
    border-radius: 8px;
    padding: 3px 15px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    transition: 0.3s all ease-in-out;

}

.action-content a:hover {
    background-color: var(--color-primary);
    transition: 0.3s all ease-in-out;
}

.call-top-action .framer-3f55nw {
    aspect-ratio: 1.0583942012614824 / 1;
    background-color: #fff;
    border-radius: 100%;
    flex: none;
    height: var(--framer-aspect-ratio-supported, 537px);
    position: absolute;
    top: 321px;
    width: 568px;
}

.call-top-action .framer-1emxl2a {
    bottom: -23px;
    flex: none;
    height: 501px;
    left: calc(50.694444444444464% - 1088px / 2);
    position: absolute;
    transform: perspective(1200px);
    width: 1088px;
}

.call-top-action .framer-cs2ha4 {
    align-content: center;
    align-items: center;
    bottom: 137px;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 238px;
    justify-content: space-between;
    left: calc(50.2777777777778% - 654px / 2);
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 654px;
}

.section-title {
    text-align: center;
    margin-bottom: 15px;
}

.section-title.extra .title {
    margin-bottom: 24px;
}

.section-title.white .subtitle {
    color: #fff;
}

.section-title.white .title {
    color: #fff;
}

.section-title.white p {
    color: rgba(255, 255, 255, 0.7);
}

.section-title .title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

.section-title p {
    font-size: 14px;
    color: #555;
    margin: 0 auto;
}



.faq {
    text-align: left;
    border-bottom-width: 1px;
    border-color: rgba(228, 221, 218, .5);
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 1px;
    background: linear-gradient(360deg, #fff 40%, #f5f7f6 100%) !important;
    padding: 40px 0;
}

.faq .accordion {
    width: 100%;
}

.faq .form-faq {
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 15px;
    text-align: left;
}

.form-faq .wpforms-submit,
.wpforms-form .wpforms-submit,
#commentform button {
    border-radius: 10px !important;
    padding: 3px 20px !important;
    transition: all 0.3s ease-in;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #be0005 !important;
    transition: 0.3s all ease-in-out;
    display: inline-block;
    width: auto;
}

.form-faq .wpforms-submit:hover,
.wpforms-form .wpforms-submit:hover {
    background-color: var(--color-primary) !important;
    transition: 0.3s all ease-in-out;
    color: #fff !important;
    border: 2px solid var(--color-primary) !important;
}

.faq .accordion-header {
    border-radius: 15px;
    overflow: hidden;
}

.faq .accordion-header i {
    margin-right: 5px;
}

.faq .accordion-item {
    margin: 12px 0;
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
    outline: 0 !important;
    border-radius: 15px;

}

.faq .accordion-button {
    padding: 20px 15px;
}

.faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #eee;
    box-shadow: none;
    font-weight: bold;
}


.box-ads {
    margin-top: 35px;
}

.box-ads-item {
    height: 100%;
}

.box-ads h3 {
    font-weight: bold;
    font-size: 1.3em;
}

.box-ads p {
    font-size: 1em;
}

.img-ads {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 8px;
}

.subscribe-title2 strong {
    font-size: 32px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.subscribe .social-links {
    font-size: 1.4em;
}

.subscribe-shape {
    position: absolute;
    top: -75%;
    left: -8%;
    z-index: -1;
}

.subscribe-shape2 {
    position: absolute;
    top: -69%;
    left: 6%;
    z-index: -1;
}

.subscribe-shape3 {
    position: absolute;
    top: 32%;
    left: 5%;
    z-index: -1;
}

.subscribe-shape4 {
    position: absolute;
    top: -139%;
    right: -24%;
    z-index: -1;
}



.item-box-customer {
    box-shadow: 0 0 13px 0px #0000001f;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 8px 0;
    text-align: center;
}

.change-bg span {
    color: #444;
}

.change-bg::before {
    left: 0;
    top: 0;
    z-index: 2;
    width: 360px;
    right: 90px;
    background: #a2a2a2;
    opacity: .04;
    position: absolute;
    content: "";
    margin: 0 auto;
    bottom: 0;
    -webkit-transform: skewX(60deg);
    -ms-transform: skewX(60deg);
    transform: skewX(60deg);
}

.item-box-customer span {
    font-size: 0.7em;
    letter-spacing: -0.5px;
    display: inline-block;
    width: 100%;
}

.item-box-customer img {
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
}

.item-box-customer strong {
    font-size: 0.9em;
    letter-spacing: -0.5px;
    color: #000;
    display: inline-block;
    width: 100%;
}

.box-partner .item-box-customer strong {
    background-color: #f8f8f8;
    margin-top: 10px;
}

.item-box-customer p {
    font-size: 0.8em;
    font-weight: 100;
    color: #737272;
    margin-top: 15px;
}


.testimonial-area1 {
    padding: 90px 0 50px 0;
    position: relative;
    background-color: #f7f7f7;
}

.testimonial-single-box1 {
    border-radius: 5px;
    padding: 35px 43px 57px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    margin: 9px 0 30px 0;
    filter: drop-shadow(0px 12px 17px rgba(104, 100, 104, 0.08));
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.07);
    background-image: url('../img/campaign/testi-shape.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-rating {
    margin-bottom: 19px;
}

.testimonial-rating ul li {
    list-style: none;
    display: inline-block;
    padding-right: 6px;
}

.testimonial-rating ul li i {
    display: inline-block;
    color: #FF3B00;
    font-size: 17px;
    transition: .5s;
}

.testi-text p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    margin: 0;
}

.quote-thumb1 {
    float: left;
    margin-right: 19px;
}

.quote-thumb1 i {
    font-size: 1.5em;
    color: #ddd;
    margin: 15px 0;
}

.quote-title1 {
    position: relative;
    top: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}

.quote-title1 h4 {
    font-size: 13px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 2px;
    transition: .5s;
}

.quote-title1 p {
    font-size: 12px;
    line-height: 28px;
    color: #ff3c00;
    font-weight: 400;
    margin: 0;
    transition: .5s;
}

.testi-text p {
    font-size: 13px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    margin: 0;
    padding: 0 0 33px;
    transition: .5s;
}



.quote-icon {
    float: right;
    position: relative;
    top: -19px;
    z-index: -1;
}

.quote-title1 img {
    transition: .5s;
    width: 70px !important;
    height: auto;
    float: right;
    border: 3px solid #f4f4f4;
    border-radius: 8px;
    margin-left: 8px;
    padding: 5px;
}

.testi-shape {
    position: absolute;
    top: 0;
    right: 8%;
}

.owl-nav {
    position: relative;
    top: -125%;
    left: -10px;
}

.owl-prev {
    position: absolute;
    right: 0;
}

.owl-next {
    display: inline-block;
    right: 65px;
    position: absolute;
}

.owl-prev,
.owl-next {
    height: 55px;
    width: 55px;
    line-height: 59px;
    text-align: center;
    background: #F6F7F9;
    border-radius: 50%;
    transition: .5s;
}

.owl-prev i,
.owl-next i {
    color: #C4C5C7;
    font-size: 22px;
    display: inline-block;
    transition: .5s;
}

.owl-dots {
    text-align: center;
    padding-top: 8px;
}

.owl-dot {
    width: 20px;
    height: 6px;
    background: #CCCCCC;
    display: inline-block;
    margin-right: 14px;
    border-radius: 10px;
}

.owl-dot.active {
    background: #FF3D03;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 3px;
    position: relative;
}

.owl-next:hover {
    background: #FF3C00;
    color: #fff;
}

.owl-prev:hover {
    background: #FF3C00;
    color: #fff;
}

.owl-prev:hover i,
.owl-next:hover i {
    color: #fff;
}



.testimonial-single-box1:hover .testimonial-rating ul li i {
    color: #fff;
}


.testimonial-single-box1:hover .quote-icon img {
    filter: brightness(0) invert(1);
}


.about-campaign {
    background-color: #fff;
}

.box-camaign-mojavej {
    background-color: var(--color-secondary);
    border-radius: 16px;
    margin-bottom: 10px;
    width: 100%;
    padding: 35px;
    text-align: center;
}

.box-camaign-mojavej img {
    max-width: 100%;
}

.service-single-box1 {
    border-radius: 10px;
    filter: drop-shadow(0px 15px 30px rgba(109, 109, 109, 0.1));
    background-color: #ffffff;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 2px dotted #ddd;
    justify-content: flex-start;
}

.service-single-box1.tow {
    margin-left: -63px;
    margin-right: 63px;
}

.service-single-box1 .service-icon .card-img {
    float: left;
    height: 100px !important;
    width: 100px !important;
    line-height: 100px;
    text-align: center;
    background: #F6F7F9;
    border-radius: 50%;
    margin-right: 25px;
}


.service-single-box1 .service-icon-first .card-img {
    height: 125px !important;
    width: 125px !important;
    line-height: 125px !important;
}

h3.service-title {
    font-size: 15px;
    line-height: 25px;
    color: #232323;
    font-weight: bold;
    margin: 10px 0;
}

p.service-desc {
    font-size: 13px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    margin: 0;
    width: 98%;
}


.way-campaign {
    padding: 90px 0;
}

.way-campaign h2 {
    text-align: left;
    line-height: 45px !important;
}

.way-campaign p {
    text-align: left;
}

.way-campaign .way-campaign-2 {
    background-color: #a2e95a;
}

.way-campaign .way-campaign-1 {
    background-color: #3065ee;
}

.way-campaign ul {
    list-style: none;
    margin-top: 16px;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.way-campaign ul li {
    font-size: 13px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.way-campaign ul li i {
    display: inline-block;
    text-align: center;
    color: rgba(187, 11, 11, 1);
    margin: 0px 12px 0 6px;
    position: relative;
    font-size: 18px;
    vertical-align: middle;
}


.about-campaign .info h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
    margin-top: -5px;
    font-size: 1.4em;
}

.about-campaign .info p {
    font-size: 12px;
    line-height: 34px;
    color: #5c5c5c;
    margin: 0;
}

.service-content p {
    font-size: 12px;
    line-height: 34px;
    color: #5c5c5c;
    margin: 0;
}


.about-campaign .author {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.about-campaign .author .content .info h4 {
    margin-bottom: 7px;
    color: #232323;
    font-size: 0.9em;
}

.about-campaign .author .content .info span {
    font-size: 0.9em;
    color: #666;
}

.about-campaign .author .content .thumb {
    margin-right: 20px;
}

.about-campaign .about-content .thumb {
    position: relative;
}

.about-campaign .author .content .thumb svg {
    fill: #eee;
}

.about-campaign .author .content .thumb svg rect {
    stroke: #000;
}

.about-campaign .author .content .thumb svg path {
    stroke: #444;
}

.about-campaign .about-content .thumb img {
    width: 49%;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 10px;
    background: #ffffff;
}

.about-campaign .author .signature img {
    max-height: 70px;
}

.about-campaign .author .content {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 25px;
    filter: drop-shadow(0px 15px 30px rgba(109, 109, 109, 0.1));
    background-color: #ffffff;
    border: 2px dotted #ddd;
    width: 100%;
}


.call-top-action .framer-h12fzp {
    flex: none;
    height: 199px;
    position: relative;
    width: 237px;
}


.about-video {
    position: relative;
    text-align: center;
}

@-webkit-keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(31, 33, 72, 0.3), 0 0 0 10px rgb(31, 33, 72, 0.3), 0 0 0 20px rgb(31, 33, 72, 0.3);
        box-shadow: 0 0 0 0 rgb(31, 33, 72, 0.3), 0 0 0 10px rgb(31, 33, 72, 0.3), 0 0 0 rgb(31, 33, 72, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(31, 33, 72, 0.3), 0 0 0 20px rgb(31, 33, 72, 0.3), 0 0 0 30px rgb(31, 33, 72, 0.3);
        box-shadow: 0 0 0 10px rgb(31, 33, 72, 0.3), 0 0 0 20px rgb(31, 33, 72, 0.3), 0 0 0 30px rgb(31, 33, 72, 0)
    }
}

@keyframes ripple-yellow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(31, 33, 72, 0.3), 0 0 0 10px rgb(31, 33, 72, 0.3), 0 0 0 20px rgb(31, 33, 72, 0.3);
        box-shadow: 0 0 0 0 rgb(31, 33, 72, 0.3), 0 0 0 10px rgb(31, 33, 72, 0.3), 0 0 0 20px rgb(31, 33, 72, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(31, 33, 72, 0.3), 0 0 0 20px rgb(31, 33, 72, 0.3), 0 0 0 30px rgb(31, 33, 72, 0);
        box-shadow: 0 0 0 10px rgb(31, 33, 72, 0.3), 0 0 0 20px rgb(31, 33, 72, 0.3), 0 0 0 30px rgb(31, 33, 72, 0)
    }
}

.common-video .video-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    line-height: 110px;
    animation: ripple-yellow 1s linear infinite;
    background: #000;
    display: inline-block;
    position: relative;
}

.common-video img {
    padding: 10px;
}

.box-information-pack {
    position: relative;
    padding: 60px 150px;
    z-index: 1;
    background: #FFFFFF;
    border-radius: 25px;
    filter: drop-shadow(0 0 35px rgba(37, 9, 0, 0.1));
    background-color: #ffffff;
    overflow: hidden;
    border: 2px dashed #ddd;
}

.box-information-pack ul {
    list-style: none;
}

.box-information-pack p {
    font-size: 0.8em;
}

.service-thumb {
    position: absolute;
    content: "";
    top: -20px;
    right: -175px;
}

.shape-icon {
    background: #be0005;
    height: 250px;
    width: 250PX;
    opacity: 1;
    transition: .5s;
    transform: rotate(315deg);
    border-radius: 30px;
}

.service-thumb em {
    color: #000;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
    left: 0;
    font-family: sans-serif;
    font-weight: 700;
    background-color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
}

.page-template-page-campaign .main-nav a {
    color: #ffffff;
}

.page-template-page-campaign .header-scrolled .main-nav a {
    color: #000;
}

@media (min-width:0px) and (max-width:769px) {
    .product-template-page-campaign .mobile-nav-toggle i {
        color: #000;
    }

    .hero-campaign blockquote {
        text-align: center;
        width: 100%;
        border: 0;
    }

    .hero-campaign h1 {
        margin-top: 35px;
        font-size: 1.5em;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .hero-campaign .framer-19sflp7 {
        top: -320px;
        flex: none;
        height: 115px;
        left: 0;
        overflow: hidden;
        position: absolute;
        width: 196px;
        bottom: auto;
        transform: rotate3d(0, 0, 3, 52deg) !important;
        scale: 0.6;
    }

    .owl-carousel-slider .owl-stage-outer {
        padding: 0;
    }

    .owl-carousel-wrapper::before,
    .owl-carousel-wrapper::after {
        content: '' !important;
        backdrop-filter: unset !important;
    }

    .box-partner h2 {
        font-size: 1.4em;
    }

    .section-title .title {
        font-size: 1.4em;
    }

    .section-title p {
        font-size: 1em;
    }

    .call-top-action .flash-down {
        left: -10%;
        top: -130px;
        transform: scale(0.7) !important;
    }

    .action-content h2 {
        font-size: 1em;
    }

    .way-campaign {
        padding: 50px 0 0 0;
    }

    .box-information-pack p {
        font-size: 0.9em;
    }

    .subscribe-shape {
        position: absolute;
        top: -35%;
        left: -28%;
        z-index: -1;
    }

    .subscribe-shape2 {
        position: absolute;
        top: -50%;
        left: 6%;
        z-index: -1;
    }

    .subscribe-shape3 {
        top: 70%;
        left: 0%;
    }

    .subscribe {
        padding: 60px 20px;
        text-align: center;
    }

    .subscribe-title2 {
        text-align: center;
        margin-top: 25px;
    }

    .subscribe-shape4 {
        position: absolute;
        top: -30%;
        right: -34%;
        z-index: -1;
    }

    .bg-comment-1 {
        bottom: 383px;
        filter: blur(240px);
        height: 100vh;
        left: 0;
        width: 590px;
    }

    .bg-comment-2 {
        bottom: 113px;
        filter: blur(150px);
        height: 202px;
        right: 0;
        left: auto;
        width: 573px;
    }

    .service-thumb {
        position: absolute;
        content: "";
        top: -20px;
        right: -100px;
    }

    .shape-icon {
        height: 150px;
        width: 150PX;
    }

    .box-information-pack {
        padding: 100px 0px 50px 0;
        line-height: 30px;
    }

    .slider-img {
        max-width: 100%;
        margin: 95px 0 10px 0;
    }

    .box-camaign-mojavej {
        padding: 15px;
    }

    .hero-campaign .links {
        text-align: center;
    }

    .service-icon {
        width: 100%;
        line-height: 70px;
        border-radius: 0;
        margin: 0 auto;
    }

    h3.service-title {
        text-align: center;
    }

    .service-content p {
        text-align: center;
    }

    .service-single-box1 .service-icon .card-img {
        float: none;
        margin: 0 auto;
    }

    .img-ads {
        position: relative !important;
        margin: 0 0 15px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 90%;
    }

    .box-products {
        background-size: 300% !important;
    }

    .circle {
        height: 40px;
        line-height: 40px;
    }

    .home .box-down-header {
        padding: 8px 0;
    }

    .menu-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ddd;
        z-index: 9999;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
        padding: 8px;
    }




    .menu-mobile a:not(.mega-menu-wrap a),
    .menu-mobile button,
    .menu-mobile .box-search,
    .menu-mobile .mega-menu-wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        width: auto !important;
        height: 30px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
        font-weight: bold !important;
        color: #444 !important;
        text-decoration: none !important;
        background: #e8e7e7 !important;
        border: 1px solid transparent;
        transition: all 0.2s ease-in-out;
    }

    .menu-mobile a:not(.mega-menu-wrap a):hover,
    .menu-mobile button:hover {
        background: var(--color-primary);
        color: #fff;
        border-color: var(--color-primary);
    }

    .menu-mobile i {
        font-size: 18px;
    }

    .menu-mobile .box-search button {
        background: none;
        border: none;
        font-size: 18px;
        color: #555;
    }

    .theme-dark .menu-mobile,
    .theme-dark #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        background-color: #1e1e1e;
    }

    .theme-dark .menu-mobile a,
    .theme-dark .menu-mobile button,
    .theme-dark .menu-mobile .box-search,
    .theme-dark .menu-mobile .mega-menu-wrap {
        color: #fff !important;
        background-color: #333333 !important;
    }

}



.mybtn2:hover {
    background: #fff;
    color: #f5b302;
}


.process-feature {
    position: relative;
    z-index: 1;
}


.process-feature::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    width: 100%;
    z-index: -1;
    height: 2px;
    background-color: #be0005;
}

.process-feature.last:after {
    display: none;
}

.process-feature::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #be0005;
    z-index: -1;
}

.process-feature::before {
    content: "";
    position: absolute;
    top: 26px;
    /* aligned vertically with the line */
    right: -6px;
    /* adjust based on triangle size */
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #be0005;
    z-index: -1;
}

.process-feature h3 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.process-feature p {
    font-size: 12px;
    line-height: 30px;
    color: #555;
    margin: 0 auto;
}

.owl-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.owl-carousel-wrapper::before,
.owl-carousel-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    backdrop-filter: grayscale(1) blur(2px);
}

.owl-carousel-wrapper::before {
    left: 0;
}

.owl-carousel-wrapper::after {
    right: 0;
}

.owl-partner .owl-dots {
    display: none;
}

.box-rate {
    border-bottom-width: 1px;
    border-color: rgba(228, 221, 218, .5);
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 1px;
    background: linear-gradient(360deg, #fff 40%, #f5f7f6 100%) !important;
    padding: 40px 0;
}

.title-box-rate {
    color: #000;
    font-weight: bold;
    font-size: 1.4em;
}

.box-rate label {
    color: #000;
    font-size: 1.1em;
    height: 100%;
    transition: all 0.3s ease;
    filter: drop-shadow(0px 15px 30px rgba(109, 109, 109, 0.1));
    background-color: #ffffff;
    border: 2px dotted #ddd;
}

.box-rate label i {
    color: #ffc107;
    vertical-align: middle;
}

.box-products {
    background-position: center;
    background-size: 100%;
    padding: 65px 0;
}

.box-products .card {
    border-radius: 16px;
    background: #fcfcfc;
    height: 100%;
    transition: all 0.3s ease;
    filter: drop-shadow(0px 15px 30px rgba(109, 109, 109, 0.1));
    background-color: #ffffff;
    border: 2px dotted #ddd;
    margin: 15px 0;
}

.box-products .card-img img {
    opacity: 1;
    transition: 0.3s all ease-in-out;
}

.box-products .card-img:hover img {
    opacity: 0.8;
    transition: 0.3s all ease-in-out;
}

.tec-img {
    margin: 0 15px 0 0;
}

.tec-img img {
    width: 70px !important;
    height: auto !important;
}

footer {
    background-color: #ffffff;
    padding: 25px 0;
}

.footer-down .nav .nav-link {
    color: #000;
}

.social-icons i {
    font-size: 1.3em;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.ekad-path {
    position: relative;
}

.box-about-link {
    line-height: 21px;
    margin: 5px 0;
}

.box-about-link p {
    margin: 0;
    display: inline-block;
}

.box-about-link strong {
    font-weight: 100;
    color: #000;
}

.box-about-link span {
    font-weight: 100;
    color: #333;
}


.step-item {
    position: relative;
}

.step-content {
    padding: 30px 20px;
    border-radius: 16px;
    background: #fcfcfc;
    height: 100%;
    transition: all 0.3s ease;
    filter: drop-shadow(0px 15px 30px rgba(109, 109, 109, 0.1));
    background-color: #ffffff;
    border: 2px dotted #ddd;
}

.step-content:hover {
    box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.step-icon {
    width: 60px;
    height: 60px;
    color: #000000;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.text-custom {
    font-size: 1em;
    color: #333;
}

/* Cute dotted path between all steps */
.ekad-path::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    background: repeating-linear-gradient(to right, #000000, #000000 10px, transparent 10px, transparent 20px);
    z-index: 0;
    opacity: 0.1;
}

@media (max-width: 767px) {
    .ekad-path::before {
        display: none;
    }
}

.brand-footer img {
    width: 150px;
    height: auto;
}

.footer-about p {
    color: #333;
}

footer a {
    color: #333;
    font-size: 1em;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
}


footer a:hover {
    color: var(--color-secondary);
}

footer ul {
    list-style: none;
    padding-left: 0;
}

.head-footer {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}

.box-products .card-title {
    font-weight: bold;
    font-size: 1.2em !important;
    color: #000;
    margin-top: 20px;
}

.box-products .card-title:hover {
    color: var(--color-secondary);
}

.box-products .card-text {
    font-size: 1em;
    color: #666;
}

.box-products .card-technoloje {
    display: flex;
    align-items: center;

}

.box-products .card-link {
    font-weight: bold;
    font-size: 1em;
    color: #000000;
    border: 2px solid var(--color-secondary);
    padding: 5px 10px;
    border-radius: 8px;
    margin-top: 15px;
    display: inline-block;
    width: auto;
    background-color: #f3f3f3;
}

.box-blog .card-title {
    font-weight: bold;
    font-size: 1.3em;
    color: #000;
}

.box-blog .card-title:hover {
    color: var(--color-secondary);
}

.box-blog .title-box-blog {
    font-weight: bold;
}

.card-custom-button {
    font-size: 1em;
    padding: 0 10px;
}

.box-blog .card-img-top {
    height: 370px;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    transition: 0.3s all ease-in-out;
}

.box-blog .card-img-top:hover {
    opacity: 0.8;
    transition: 0.3s all ease-in-out;
}

.box-blog .card-body p {
    color: #666;
    line-height: 25px;
}

.PageError i {
    font-size: 6.3em;
    color: #000000;
}


.PageError h1 {
    font-weight: bold;
}

.btn-icon {
    color: #000 !important;
    font-weight: bold;
    background-color: #eee;
    border: 0;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover {
    color: var(--color-secondary);
}

.breadcrumbs span {
    color: #777;
}

.bg-custome {
    background-color: var(--color-secondary);
}

.faq-accordion .accordion-button i {
    margin-right: 5px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #eee;
    font-weight: bold;
}

.faq-accordion .accordion-button:focus {
    z-index: 3;
    border-color: #333 !important;
    outline: 0;
    box-shadow: 0 0 0 #000 !important;
}

.faq-accordion .accordion-body {
    color: #777;
}

.faq-sticky {
    position: sticky;
    top: 90px;
    z-index: 10;
}

.faq-sticky .faq-list-item {
    padding: 10px;
    display: flex !important;
    justify-content: space-between !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 15px !important;
    width: 50% !important;
    margin: 0 !important;
}

.box-product-category .woocommerce-ordering select {
    padding: 5px 9px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.badge-blog {
    background-color: var(--color-primary);
    padding: 5px 8px;
    margin: 8px 0;
}