@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

/*
Theme Name: Right Check
Author: SEVN7
Version: 2026
*/

body {
    margin: 0;
    padding: 0;
    color: #0C0932;
    position: relative;
    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 16px;
    font-style: normal;
    line-height: 1.4;
}

body.stuck {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
}

a {
    transition: 300ms ease opacity;
}

a:focus,
a:hover {
    opacity: 0.7;
}

* {
    outline: none;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

section,
header,
footer {
    display: block;
    clear: both;
}

.container {
    display: block;
    clear: both;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.container.sm {
    max-width: 600px;
}

.container.md {
    max-width: 800px;
}

.container.lg {
    max-width: 1000px;
}

.clear {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
}

#hero {
    padding: 150px 0 0;
    background-color: #0C0932;
    background-image: url('img/hero.svg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
}

body:not(.home) #hero {
    padding: 150px 0 100px;
}

#hero .left {
    float: left;
    width: 60%;
    margin: 0 5% 0 0;
}

#hero .right {
    float: left;
    width: 35%;
    margin: 0 0 0 0;
}

#hero .right img {
    position: relative;
    bottom: -10px;
}

#hero h1 {
    letter-spacing: -2%;
    color: #fff;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.1;
    margin: 30px 0 30px 0;
}

#hero .item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 160px;
}

#hero .item img {
    display: block;
    max-width: 70%;
    max-height: 40px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

#hero h6 {
    letter-spacing: -2%;
    color: #F75724;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

#hero p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 30px 0;
}

#hero .btn {
    margin: 0 20px 0 0;
}

.btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 30px 0;
    display: inline-block;
    width: max-content;
    padding: 16px 20px;
    background-color: #F75724;
    border-radius: 11px;
    text-decoration: none;
    line-height: 1;
    border: 2px #F75724 solid;
}

.btn.wide {
    width: 100%;
    text-align: center;
    margin: 0;
}

.btn.outline {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 30px 0;
    display: inline-block;
    width: max-content;
    padding: 16px 20px;
    background-color: transparent;
    border-radius: 11px;
    text-decoration: none;
    line-height: 1;
    border: 2px #fff solid;
}

.btn.outline-orange {
    color: #F75724;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 30px 0;
    display: inline-block;
    width: max-content;
    padding: 16px 20px;
    background-color: transparent;
    border-radius: 11px;
    text-decoration: none;
    line-height: 1;
    border: 2px #F75724 solid;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 92px;
    padding: 30px 0 0;
    transition: 300ms ease all;
}

#header.sticky {
    z-index: 3;
    background: #fff;
    padding: 16px 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.mobile-menu {
    position: fixed;
    top: 92px;
    left: -100vw;
    transition: 300ms ease all;
    width: 100%;
    background: #fff;
    z-index: 333;
    height: calc(100vh - 92px);
    display: none;
}

.mobile-menu ul {
    margin: 0;
    padding: 20px 5%;
    float: left;
    width: 100%;
}

.mobile-menu ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

.mobile-menu ul li a {
    color: #0C0932 !important;
    float: left;
    width: 100%;
    text-decoration: none;
    font-size: 19px;
    padding: 5px 0;
}

.mobile-menu .sub-menu {
    display: none;
    padding: 5px 0 10px 20px;
}

.mobile-menu .sub-menu li a {
    font-size: 16px;
    padding: 7px 0;
}

.mobile-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 35px;
}

.mobile-menu .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0c0932;
    border-bottom: 2px solid #0c0932;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 250ms ease;
}

.mobile-menu .menu-item-has-children.submenu-open > a::after {
    transform: translateY(-35%) rotate(225deg);
}

.mobile-menu.active {
    left: 0;
}

.logo {
    height: 62px;
    width: 236px;
    background-image: url('img/logo.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

#header .buttons {
    float: right;
}

#header .container {
    display: flex;
    align-items: top;
}

#header .logo {
    flex: 0 0 auto;
}

#header .menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

#header ul.menu {
    display: flex;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .buttons {
    flex: 0 0 auto;
    display: flex;
    gap: 1rem;
}

#header .clear {
    display: none;
}

#header ul.menu li {
    list-style: none;
    position: relative;
}

#header ul.menu li a {
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    font-weight: 400;
    white-space: nowrap;
}

#header.sticky .logo {
    background-image: url('img/logo2.svg');
    margin-top: 10px;
}

#header.sticky ul.menu li a {
    color: #0C0932;
}

#header.sticky ul.menu {
    margin: 5px 0 0 0;
    height: 71px;
}

#header.sticky .btn.outline {
    color: #0C0932;
    border: 2px #0C0932 solid;
}

#footer {
    z-index: 2;
    width: 100%;
    padding: 150px 0 0;
    background-color: #0C0932;
}

.footer-menus {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    /* Adjust spacing if needed */
}

.footer-menus ul {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menus ul li {
    list-style: none;
    margin: 10px 0;
}

.footer-menus ul li a {
    color: #fff;
    letter-spacing: -2%;
}

.footer-menus ul li a span {
    display: block;
    text-decoration: none !important;
}

.footer-menus ul li:first-child a {
    font-weight: 700;
    text-decoration: none;
}

.footer-top {
    width: 320px;
    text-align: center;
    margin: 0 auto 50px;
}

.footer-top p {
    color: #fff;
    margin: 20px auto 30px;
}

.footer-top img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.footer-top img.footer-logos {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.footer-top p {
    color: #fff;
}

.copyright {
    float: left;
    width: 100%;
    margin: 50px 0 50px 0;
    padding: 25px 0;
    border-top: 1px solid #359EF180;
}

.copyright p {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
}

#cta {
    width: 100%;
    padding: 95px 0 75px;
    background-color: #0C0932;
    background-image: url('img/cta.svg'), url('img/cta-2.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: auto 100%, auto 100%;
    text-align: center;
}

#cta h3 {
    letter-spacing: -2%;
    color: #fff;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.1;
    margin: 0 0 30px 0;
}

#cta.sm h3 {
    letter-spacing: -2%;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.1;
    margin: 0 0 30px 0;
}

#cta.sm h3 strong {
    color: #F75724;
}

#cta h3.orange {
    color: #F75724;
}

#cta p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    margin: 0 0 30px 0;
}

#cta .btn {
    margin: 0 5px;
}

#count {
    width: 100%;
    padding: 50px 0 75px;
    background-color: #fff;
    background-image: url('img/dots-top.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    text-align: center;
}

.mobile-menu-toggle {
    display: none;
}

#text-editor {
    width: 100%;
    padding: 50px 0 0;
    background-color: #fff;
    background-image: url('img/dots-top.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    text-align: center;
}

#text-editor h6 {
    letter-spacing: -2%;
    color: #F75724;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

#text-editor h3 {
    letter-spacing: -2%;
    color: #0C0932;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

#text-editor:nth-of-type(odd) {
    background-color: #f7f7f7;
}

#text-editor .aligncenter,
#text-editor .alignleft,
#text-editor .alignright {
    display: block;
    padding: 0;
    width: 40%;
}

#text-editor a {
    color: #0C0932;
    text-decoration: underline;
}

.page-id-11533 #text-editor .alignleft,
.page-id-11533 #text-editor .aligncenter,
.page-id-11533 #text-editor .alignright,
.parent-pageid-11518 #text-editor .alignleft,
.parent-pageid-11518 #text-editor .aligncenter,
.parent-pageid-11518 #text-editor .alignright {
    width: 30%;
    margin-top: -70px;
}

#text-editor:has(.aligncenter),
#text-editor:has(.alignleft),
#text-editor:has(.alignright) {
    text-align: left;
    padding: 75px 0;
}

.page-id-11533 #text-editor:has(.alignleft),
.page-id-11533 #text-editor:has(.aligncenter),
.page-id-11533 #text-editor:has(.alignright),
.parent-pageid-11518 #text-editor:has(.aligncenter),
.parent-pageid-11518 #text-editor:has(.alignleft),
.parent-pageid-11518 #text-editor:has(.alignright) {
    text-align: left;
    padding: 125px 0 75px;
}

#text-editor:has(.aligncenter) .container.md,
#text-editor:has(.alignleft) .container.md,
#text-editor:has(.alignright) .container.md {
    max-width: 1000px;
}

#text-editor .alignright {
    float: right;
    margin: 0 0 0 30px;
}

#text-editor .alignleft {
    float: left;
    margin: 0 30px 0 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

.page-id-351 #text-editor {
    padding: 75px 0;
}

.hamburger {
    display: none !important;
}

#count h4 {
    color: #0C0932;
    letter-spacing: -2%;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 50px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    text-align: center;
}

#features-5 .stats-grid {
    grid-template-columns: repeat(3, 1fr);
}

.page-id-338 #features.three {
    padding-top: 0;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    display: block;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    line-height: 1;
    color: #F75724;
    margin-bottom: 30px;
}

.stat-label {
    display: block;
    letter-spacing: -2%;
    font-weight: 600;
    font-size: 16px;
    max-width: 180px;
    color: #0C0932;
}

@media (max-width: 900px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

.title-block {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.title-block.left-aligned {
    text-align: left;
    max-width: 100%;
}

.title-block h3 {
    letter-spacing: -2%;
    color: #0C0932;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 30px 0;
}

.title-block p {
    color: #0C0932;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 0 0;
    letter-spacing: -2%;
}

.default-block {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.default-block h6 {
    letter-spacing: -2%;
    color: #0C0932;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

.default-block h5 {
    letter-spacing: -2%;
    color: #0C0932;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

.default-block h4 {
    letter-spacing: -2%;
    color: #0C0932;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

.default-block h3 {
    letter-spacing: -2%;
    color: #0C0932;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

.default-block h2 {
    letter-spacing: -2%;
    color: #0C0932;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

.default-block h1 {
    letter-spacing: -2%;
    color: #0C0932;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

.default-block p {
    color: #0C0932;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 20px 0;
    letter-spacing: -2%;
}

.default-block li {
    list-style-position: inside;
}

.default-block ul,
.default-block ol {
    margin: 0 0 20px 0;
    padding: 0;
}

.default-block a {
    color: #F75724;
    text-decoration: none;
}

.title-block .buttons {
    margin: 30px auto 0 auto;
}

#features {
    padding: 75px 0;
}

#features .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 100%;
    margin: 50px 0 0 0;
}

#features.two .grid {
    grid-template-columns: repeat(2, 1fr);
}

#features .grid p {
    margin: 0;
    letter-spacing: -2%;
    font-weight: 400;
    color: #464B54;
}

#features .grid h4 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

#features-2 {
    padding: 75px 0;
    background-image: url('img/dots-left.png'), url('img/dots-right.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: auto 100%, auto 100%;
}

#features-2 .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 100%;
    margin: 50px 0 0;
}

#features-2 .grid > div:last-child {
    grid-column: 1 / -1;
}

#features-2 .card {
    padding: 30px 0;
}

#features-2 .inner {
    padding: 30px 30px 0;
}

#features-2 .left .inner {
    padding: 0 30px;
    float: left;
    width: 50%;
    flex: 1;
}

#features-2 .left .inner .buttons {
    margin: 30px 0 0 0;
}

#features-2 .left img {
    float: right;
    height: 450px;
    width: auto;
    margin-right: 0;
}

#features-2 .left {
    padding: 0;
    display: flex;
    align-items: center;
}

.trusted {
    font-weight: 600;
    color: #F75724;
    margin: 0 0 0 20px;

}

#features-2 .inner h3 {
    letter-spacing: -2%;
    color: #0C0932;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 30px 0;
}

#features-2 p {
    margin: 0 0 0 0;
    color: #464B54;
}

#features-3 {
    padding: 75px 0;
}

#features-3 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 100%;
    margin: 50px 0 0 0;
}

#features-3 h4 {
    color: #0C0932;
    font-size: 24px;
    margin: 10px 0 20px 0;
}

#features-3 p {
    margin: 0 0 20px 0;
}

.sub button {
    appearance: none;
    font-size: 16px;
    font-weight: 500;
    color: #464B54;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
    position: relative;
}

#features-3 .card.sub p {
    display: none;
    margin: 0 0 20px 0;
}

.card.sub button svg.open {
    transform: rotate(0deg);
    top: 7px;
}

.sub button svg {
    position: absolute;
    top: 13px;
    right: 0;
    height: 16px;
    transition: all 300ms ease;
    transform: rotate(180deg);
}

.sub strong {
    font-weight: 600;
    color: #359EF1;
}

.sub strong a {
    color: #359EF1;
    text-decoration: none;
}

.sub p {
    margin: 0 0 20px 0;
}

.sub {
    padding-bottom: 20px !important;
}

#features-4 {
    padding: 75px 0;
    background-image: url('img/dots-left.png'), url('img/dots-right.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: auto 100%, auto 100%;
}

#features-5 {
    padding: 75px 0;
}

#features-5 .card {
    padding: 50px;
}

#features-5 .owl-carousel {
    margin: 0 0 75px 0;
}

.carousel-wrap {
    width: calc(100% + 200px);
    margin: 75px 0 0 0;
}

#features-5 .owl-carousel p {
    font-size: 24px;
    font-weight: 400;
}

#features-5 .owl-carousel h6 {
    margin: 50px 0 0 0;
    font-size: 20px;
    font-weight: 700;
}

#features-5 .owl-carousel .from p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

#features-5 .owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    width: max-content;
    padding: 16px 20px;
    background-color: #F75724;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1;
    border: 2px #F75724 solid;
    position: absolute;
    top: 50%;
    left: 19%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    line-height: 62px;
}

#features-5 .owl-carousel .owl-nav button.owl-next {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 30px 0;
    display: inline-block;
    width: max-content;
    padding: 16px 20px;
    background-color: #F75724;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1;
    border: 2px #F75724 solid;
    position: absolute;
    top: 50%;
    right: 19%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    line-height: 62px;
}

#features-5 .owl-carousel .owl-nav button svg path {
    fill: #fff;
}

#features-6 {
    padding: 75px 0;
    overflow: hidden;
}

#features-6 h4 {
    margin: 10px 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

#features .owl-carousel .owl-nav button.owl-prev,
#features-2 .owl-carousel .owl-nav button.owl-prev,
#features-6 .owl-carousel .owl-nav button.owl-prev,
#features-7 .owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    width: max-content;
    padding: 16px 20px;
    background-color: #F75724;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1;
    border: 2px #F75724 solid;
    position: absolute;
    top: -50px;
    left: 0;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    line-height: 62px;
}

#features .owl-carousel .owl-nav button.owl-next,
#features-2 .owl-carousel .owl-nav button.owl-next,
#features-6 .owl-carousel .owl-nav button.owl-next,
#features-7 .owl-carousel .owl-nav button.owl-next {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 30px 0;
    display: inline-block;
    width: max-content;
    padding: 16px 20px;
    background-color: #F75724;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1;
    border: 2px #F75724 solid;
    position: absolute;
    top: -50px;
    left: 60px;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    line-height: 62px;
}

#features .owl-carousel .owl-nav button svg path,
#features-2 .owl-carousel .owl-nav button svg path,
#features-6 .owl-carousel .owl-nav button svg path,
#features-7 .owl-carousel .owl-nav button svg path {
    fill: #fff;
}

#features-6 .pill {
    font-size: 19px;
    font-weight: 700;
    color: #0C0932;
    padding: 3px 0 0px 10px;
    height: auto;
}

#features-6 .pill.short {
    font-size: 19px;
    font-weight: 700;
    color: #359EF1;
    padding: 3px 0 0px 10px;
    height: auto;
}

#features-6.orange .pill,
#features-6.orange .pill.short {
    color: #F75724;
    background-color: #F75724;
}

#features-6 .final .pill,
#features-6 .final .pill.short {
    color: #F75724;
    background-color: #F75724;
}

#features-6 .final p {
    color: #fff;
}

#features-6 .final {
    border-color: #0C0932;
    background-color: #0C0932;
}

#features-7 {
    padding: 75px 0;
    background-image: url('img/dots-bottom.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
}

#features-7 .left {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}

#features-7 .right {
    float: right;
    width: 48%;
    margin: 0 0 0 2%;
}

#features-7 .title-block h3 {
    font-size: 43px;
}

#features-7 .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    max-width: 100%;
    margin: 0 0 0 0;
}

#features-7 .grid img {
    max-width: 100%;
    height: auto;
    float: left;
    height: 180px;
    width: auto;
    margin: 0 16px 0 0;
}

#features-7 .grid h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

#features-7 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0;
}

#features-7 .item img {
    display: block;
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

#features-7 .title-block p {
    margin: 0 0 20px 0;
}

.switcher .card {
    display: none;
}

.switcher .card.active {
    display: block;
}

.switcher {
    width: 600px;
    margin: 0 auto;
}

.switcher.two {
    width: 100%;
}

.switcher ul {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
}

.toggle {
    background-color: #FAFAFA;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    margin: 0 0 30px 0;
}

.switcher.two .toggle {
    width: 600px;
    margin: 0 auto 30px auto;
}

.switcher.two img {
    width: 35%;
    margin: 0 5%;
    float: left;
    position: relative;
    bottom: -30px;
}

.switcher.two .content {
    width: 50%;
    margin: 0 0;
    float: right;
}

.toggle button {
    appearance: none;
    font-size: 16px;
    font-weight: 500;
    color: #464B54;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    border: none;
    border-bottom: none;
    background: transparent;
    width: 48%;
    text-align: center;
    margin: 0 1%;
    position: relative;
    float: left;
    border-radius: 8px;
    cursor: pointer;
}

.switcher h3 {
    text-align: center;
    font-size: 32px;
    margin: 20px 0 20px 0;
    font-weight: 600;
    color: #0C0932;
}

.switcher ul li {
    list-style: none;
    display: inline-block;
    width: 32.3%;
    padding: 0;
    vertical-align: top;
}

.switcher ul li img {
    display: block;
    margin: 0 auto 20px auto;
}

.switcher.two h3 {
    text-align: left;
    font-size: 32px;
    margin: 110px 0 20px 0;
    font-weight: 600;
    color: #0C0932;
}

.switcher.two ul {
    margin: 30px 0 0 0;
}

.switcher.two ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.switcher.two ul li img {
    display: inline-block;
    margin: 0 20px 0 0;
    height: 25px;
    width: 25px;
    bottom: auto;
}

.switcher .toggle button.active {
    color: #fff;
    background-color: #0C0932;
}

.card {
    background-color: #FAFAFA;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 30px;
}

.pill {
    display: inline-block;
    border-radius: 30px;
    background: #359EF1;
    width: 100px;
    height: 25px;
    margin: 0 10px 10px 0;
}

.pill.short {
    width: 35px;
}

#banner {
    padding: 150px 0 100px;
    background-color: #0C0932;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
    text-align: center;
}

.page-template-default #banner {
    padding: 150px 0 150px;
    min-height: 1px;
}

#banner h1 {
    letter-spacing: -2%;
    color: #fff;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.1;
    margin: 0 0 30px 0;
}

#banner p {
    letter-spacing: -2%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 30px 0;
}

#banner .btn {
    margin: 0 10px;
}

#banner h6 {
    display: inline-block;
    border-radius: 30px;
    background: #359EF1;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0 auto 30px;
    font-size: 12px;
    padding: 9px 20px;
    line-height: 1;
}

#features.three .grid {
    grid-template-columns: repeat(3, 1fr);
}

#features.three .grid .pill,
#features.three .grid .pill.short {
    background-color: #76C03D;
    border-color: #76C03D;
    padding: 5px 0 0 12px;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    height: auto;
}

#features.three .grid .pill svg {
    height: 20px;
    position: relative;
    top: 3px;
}

#features.three .grid .pill svg path {
    fill: #fff;
}

#features.three .grid .pill.short {
    width: 44px;
}

#features.three .grid h4 {
    margin: 10px 0 20px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

#features.three .grid .card {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    padding: 0px;
}

#features.three .grid {
    gap: 25px;
}

#cta.stats .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    text-align: center;
    margin: 30px 0 0 0;
}

#cta.stats .stats-grid .stat-label {
    color: #fff;
}

.stats-grid .stat-number sub {
    font-size: 23px;
    position: relative;
    top: -20px;
    left: 5px;
}

#header ul.sub-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 0 30px;
    left: -30px;
    visibility: hidden;
    opacity: 0;
    transition: 300ms ease all;
    min-width: 210px;
}

#header li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

#header .sticky ul.sub-menu li a,
#header ul.sub-menu li a {
    color: #0C0932 !important;
}

#header ul.menu ul li a {
    line-height: 40px !important;
}

#header ul.menu ul li:first-child {
    padding-top: 20px !important;
}

#header ul.menu ul li:last-child {
    padding-bottom: 20px !important;
}

#header .sticky ul.sub-menu li.break,
#header ul.sub-menu li.break {
    border-bottom: 1px solid #ddd !important;
    padding: 0 0 10px 0 !important;
    margin: 0 0 10px 0 !important;
}

#header li.menu-item-has-children::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23F75724' d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top: 3px;
    left: 3px;
    transition: transform 0.2s ease;
    transform-origin: center;
}

li.menu-item-has-children:hover::after {
    transform: rotate(180deg);
}

.sticky li.menu-item-has-children::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%230C0932' d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
}

.mobile-menu a:focus,
.mobile-menu a:hover {
    opacity: 1;
}

#grid {
    padding: 75px 0;
}

.grid-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.grid-item {
    background: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.grid-item__image {
    width: 100%;
    overflow: hidden;
    padding: 30px 30px 0;
}

.grid-item__image a {
    display: block;
    width: 100%;
    height: 100%;
}

.grid-item__image-img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.page-id-11535 .grid-item__image-img {
    height: 100px;
}

.grid-item:hover .grid-item__image-img {
    transform: scale(1.03);
}

.grid-item__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#text-editor li {
    line-height: 1.6;
}

.page-id-11535 .grid-item__content {
    padding: 0 30px 30px;
}

.grid-item__subtitle {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #F75724;
}

.grid-item__title {
    margin: 0 0 18px;
    font-size: 26px;
    line-height: 1.2;
}

.grid-item__text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.7;
}

.dontclick > a {
    cursor: default;
}

.grid-item__text a {
    color: #F75724;
}

.grid-item__text p {
    margin: 0 0 15px;
}

.grid-item__text p:last-child {
    margin-bottom: 0;
}

.grid-item__button {
    margin-top: auto;
    padding-top: 10px;
}

.grid-item__button .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}