/**
 * Custom stylesheet
 */

:root { 
    --white: #fff;
    --blue-200: #e3eeff;
    --blue-500: #a9c5ef;
    --blue-600: #2c7ee2;
    --blue-800: #0047bb;
    --blue-900: #240771;
    --black-500: #e1e1e1;
    --black-900: #1d1d1b;

    --bold: 700;
    --semi-bold: 600;
    --medium: 500;

    --brandbox-gradient: linear-gradient(0deg, rgba(61, 137, 228, 0) 0%, rgba(61, 137, 228, 0.3) 100%);
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

.sub {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--blue-600);
}

.lints-button {
    display: inline-block;
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    transition: all .3s ease-in-out;
    text-align: center;
}

.button-primary {
    border: 1px solid var(--blue-900);
    background-color: var(--blue-900);
    color: var(--white) !important;
}

.button-primary:hover {
    border-color: var(--blue-800);
    background-color: var(--blue-800);
}

.button-primary-outline {
    border: 1px solid var(--blue-900);
    color: var(--blue-900) !important;
}

.button-primary-outline:hover {
    border-color: var(--blue-900);
    background-color: var(--blue-900);
    color: var(--white) !important;
}

.button-secondary {
    border: 1px solid var(--blue-500);
    background-color: var(--blue-500);
    color: var(--blue-900) !important;
}

.button-secondary:hover {
    border: 1px solid var(--blue-800);
    background-color: var(--blue-800);
    color: var(--white) !important;
}

.button-secondary-outline {
    border: 1px solid var(--blue-500);
    color: var(--blue-500) !important;
}

.button-secondary-outline:hover {
    background-color: var(--blue-500);
    color: var(--blue-900) !important;
}

.elementor-button-info .elementor-button {
    background: var(--blue-500) !important;
    color: var(--blue-900);
}

.elementor-button-info .elementor-button:hover {
    background: var(--blue-800) !important;
    color: var(--white) !important;
}

.elementor-button-success .elementor-button {
    border: 1px solid var(--blue-200);
    background: transparent !important;
    color: var(--blue-200);
}

.elementor-button-success .elementor-button:hover {
    background: var(--blue-200) !important;
    color: var(--black-900);
}

.elementor-location-header > .elementor-element {
    display: block;
}

.elementor-widget-image img {
    border-radius: 12px;
}

@media ( max-width: 767px ) {
    .lints-button {
        font-size: 16px;
    }
}

/*
 * Header
 */
#header-menu {
    padding-top: 32px;
    padding-bottom: 32px;
    /* border-bottom: 1px solid #f7f7f7; */
}

.header-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1242px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.header-logo {
    width: 20%;
}

.header-logo .custom-logo-link {
    display: block;
}

.header-logo .custom-logo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 160px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
}

.header-top .menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-top .menu .menu-item {
    padding: 0 16px;
    font-weight: var(--medium);
}

.header-top .menu .menu-item a {
    color: var(--blue-900);
}

.header-top .menu .menu-item a:hover {
    color: var(--blue-800);
    text-decoration: underline;
}

.header-top .mail,
.header-top .phone {
    display: flex;
    align-items: center;
    padding: 0 18px;
    font-weight: var(--medium);
    text-decoration: underline;
    color: var(--blue-900);
}

.header-top .mail::before {
    content: url('../media/envelope.svg');
    line-height: 1px;
}

.header-top .phone::before {
    content: url('../media/telephone.svg');
    line-height: 1px;
}

.header-top .mail::before,
.header-top .phone::before {
    margin-right: 12px;
}

.header-top .elementor-button {
    margin-left: 16px;
}

.header-toggle {
    display: none;
    height: 20px;
    margin: auto;
}

.header-toggle span {
    display: block;
    position: relative;
    width: 24px;
    height: 3px;
    border-radius: 4px;
    background-color: var(--blue-900);
    transform: translateY(9px);
}

.header-toggle span::before,
.header-toggle span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 3px;
    border-radius: 4px;
    background-color: var(--blue-900);
}

.header-toggle span::before {
    top: -8px;
}

.header-toggle span::after {
    bottom: -8px;
}

.header-nav {
    width: 100%;
    padding-top: 12px;
}

.header-nav-top,
.header-nav-bottom {
    display: none;
}

.header-nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-nav .menu .menu-item {
    padding: 0 18px;
    font-size: 18px;
    font-weight: var(--medium);
}

.header-nav .menu .menu-item:last-child {
    padding-right: 0;
}

.header-nav .menu .menu-item a {
    display: flex;
    align-items: center;
    color: var(--blue-900);
}

.header-nav .menu .menu-item a:hover {
    color: var(--blue-800);
}

.header-nav .menu > .menu-item:not(.menu-item-has-children) > a::after {
    content: url('../media/arrow-right.svg');
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    line-height: 8px;
    transition: all .3s;
}

.header-nav .menu > .menu-item:not(.menu-item-has-children):hover > a::after {
    content: url('../media/arrow-right-white.svg');
    border-color: var(--blue-900);
    background-color: var(--blue-900);
}

.header-nav .menu > .menu-item.menu-item-has-children > a::after {
    content: url('../media/chev-down.svg');
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    line-height: 8px;
    transition: all .3s;
}

.header-nav .menu > .menu-item.menu-item-has-children:hover > a::after {
    content: url('../media/chev-down-white.svg');
    border-color: var(--blue-900);
    background-color: var(--blue-900);
}

.header-nav .menu .sub-menu-wrapper {
    display: none;
    position: absolute;
    padding-top: 18px;
}

.header-nav .menu .sub-menu {
    padding: 12px 16px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    list-style-type: none;
}

.header-nav .menu .sub-menu .menu-item {
    padding: 4px 0;
    font-size: 18px;
    font-weight: 400;
}

.header-nav .menu .menu-item.menu-item-has-children:hover > .sub-menu-wrapper {
    display: block;
}

@media ( max-width: 991px ) {
    #header-menu {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .header-logo,
    .header-toggle {
        width: 50%;
    }

    .header-top {
        display: none;
    }

    .header-toggle {
        display: flex;
        justify-content: flex-end;
    }

    .header-nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
        background-color: #e3eeff;
        transform: translateX(-100%);
        transition: all .4s ease-in-out;
    }

    #header-menu.active .header-nav {
        transform: translateX(0);
    }

    .header-nav-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
    }

    .header-nav-top .phone {
        display: flex;
        align-items: center;
        font-weight: var(--medium);
        text-decoration: underline;
        color: var(--blue-900);
    }

    .header-nav-top .phone::before {
        content: url('../media/telephone.svg');
        margin-right: 8px;
        line-height: 1px;
    }

    .header-close {
        position: relative;
        width: 24px;
        height: 24px;
    }
    
    .header-close span::before,
    .header-close span::after {
        content: '';
        position: absolute;
        left: 2px;
        top: 11px;
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: var(--blue-900);
        transform: rotate(45deg);
    }

    .header-close span::after {
        transform: rotate(-45deg);
    }

    .header-nav .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-nav .menu .menu-item {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #e1e1e1;
        background-color: #fff;

        font-size: 16px;
    }

    .header-nav .menu .menu-item a {
        padding: 12px 16px;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .header-nav .menu > .menu-item.menu-item-has-children > a::after {
        width: 32px;
        height: 32px;
        transition: transform .3s ease-in-out;
    }

    .header-nav .menu > .menu-item.menu-item-has-children:hover > a::after {
        transform: rotate(180deg);
    }

    .header-nav .menu > .menu-item:not(.menu-item-has-children) > a::after {
        display: none;
    }

    .header-nav .menu .sub-menu-wrapper {
        position: relative;
        padding: 0;
    }

    .header-nav .menu .sub-menu {
        padding: 0;
        border-bottom: 0;
        border-radius: 0;
        background-color: #f8f8f8;
    }

    .header-nav .menu .sub-menu .menu-item {
        padding: 0;
        background-color: transparent;
    }

    .header-nav .menu .sub-menu .menu-item:last-child {
        border-bottom: 0;
    }

    .header-nav .menu .sub-menu .menu-item a {
        padding: 14px 16px;
        padding-left: 32px;
        font-size: 14px;
    }

    .header-nav-bottom {
        display: block;
        padding-top: 16px;
    }

    .header-nav-bottom .elementor-button {
        width: calc(100% - 32px);
        margin: 16px;
    }
	
	.header-nav-bottom .elementor-button:last-of-type {
        margin-top: 0;
    }
}

@media ( max-width: 767px ) {
    .header-logo .custom-logo {
        max-width: 95px;
    }
}

/*
 * Brandbox
 */
.brandbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--brandbox-gradient);
    -webkit-mask: url( '../media/brandbox-mask.svg' ), linear-gradient(#fff 0 0);
    mask: url( '../media/brandbox-mask.svg' ), linear-gradient(#fff 0 0);
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-position: 0px -1px;
    mask-position: 0px -1px;
}

/*
 * Logo carousel
 */
/* .logo-carousel .swiper-slide {
    width: fit-content !important;
} */

/*
 * Logos
 */
.logo-slider {
    position: relative;
    display: flex;
    overflow: hidden;
}

.logo-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.logo-slider::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.logo-slider .logo-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    gap: 60px;
    animation: 18s logo-slider infinite linear;
}

.logo-slider:hover .logo-slide {
    animation-play-state: paused;
}

.logo-slider img {
    width: auto;
    height: 120px;
}

@keyframes logo-slider {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@media ( max-width: 767px ) {
    .logo-slider .logo-slide {
        width: max-content;
        min-width: max-content;
    }
}

/*
 * Services
 */
.services {
    padding: 32px;
    border-radius: 12px;
    border: 1px solid var(--Black-500, #E1E1E1);
}

.services h3 {
    margin: 0;
    margin-bottom: 24px;
}

.services .service {
    position: relative;
}

.services .service a {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    color: var(--black-900);
}

.services .service a::after {
    content: url(../media/chev-down.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    line-height: 8px;
    transform: rotate(-90deg);
    transition: all .3s;
}

.services .service a:hover::after {
    content: url(../media/chev-down-white.svg);
    border-color: var(--blue-900);
    background-color: var(--blue-900);
}

.services .service:last-child a {
    margin: 0;
}

@media ( max-width: 767px ) {
    .services {
        padding: 24px;
    }

    .services .service a {
        margin-bottom: 16px;
    }
}

/*
 * Call to action
 */
.call-to-action {
    display: flex;
    align-items: center;
    gap: 64px;
    border-radius: 12px;
}

.call-to-action.type-dark {
    padding: 64px;
    background-color: var(--blue-900);
}

.call-to-action.type-light {
    padding: 56px;
    background-color: var(--blue-200);
    background-image: url('../media/lints-shape1.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.call-to-action .call-to-action-content {
    width: 50%;
}

.call-to-action.type-dark .call-to-action-content {
    width: 65%;
}

.call-to-action .sub,
.call-to-action-content > h2,
.call-to-action p {
    margin: 0;
    margin-bottom: 24px;
}

.call-to-action.type-dark .sub,
.call-to-action.type-dark h2,
.call-to-action.type-dark p {
    color: var(--white);
}

.call-to-action .call-to-action-buttons {
    display: flex;
    gap: 16px;
}

.call-to-action .call-to-action-media {
    width: 50%;
}

.call-to-action.type-dark .call-to-action-media {
    width: 35%;
}

.call-to-action .call-to-action-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

@media ( max-width: 767px ) {
    .call-to-action {
        gap: 32px;
        padding: 24px !important;
        flex-direction: column-reverse !important;
    }

    .call-to-action .call-to-action-media,
    .call-to-action .call-to-action-content {
        width: 100% !important;
    }
}

/*
 * Price Card
 */
.elementor-widget-lints-price-card {
    height: 100%;
}

.price-card { 
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px;
    border-radius: 12px;
    background-color: var(--blue-900);
    color: var(--white);
}

.price-card-icon {
    margin-bottom: 12px;
}

.price-card .price-card-title {
    margin-top: 0;
    color: var(--white);
} 

.price-card-includes {
    margin-bottom: 24px;
    padding: 0;
    list-style-type: none;
}

.price-card-includes li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.price-card-includes li::before {
    content: url('../media/check.svg');
    display: inline-block;
    margin-right: 12px;
}

.price-card .price-card-divider {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    position: relative;
    margin-bottom: 24px;
}

.price-card .price-card-divider::before {
    content: url('../media/divider.svg');
    line-height: 1px;
}

.price-card .price-card-price {
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
}

@media ( max-width: 767px ) {
    .price-card {
        padding: 24px;
    }
}

/*
 * Breadcrumbs
 */
.rank-math-breadcrumb p {
    margin: 0;
}

.rank-math-breadcrumb p a {
    color: var(--black-900);
    text-decoration: underline;
}

/*
 * Service Card
 */
.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 12px;
    background-color: var(--blue-900);
}

.service-card img {
    margin-bottom: 12px;
    border-radius: 6px;
}

.service-card h3 {
    color: #fff;
}

.service-card-footer {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    color: #fff;
}

.service-card span:hover {
    text-decoration: underline;
}

.service-card-more {
    display: flex;
    align-items: center;
    gap: 12px;
}

/*
 * Pagination
 */
.elementor-pagination .page-numbers {
    display: inline-block;
    padding: 12px 16px;
    border: 1px solid var(--blue-900);
    border-radius: 8px;
    background-color: var(--blue-900);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    transition: all .4s;
}

.elementor-pagination .page-numbers.prev {
    border-color: var(--blue-500);
    background-color: transparent;
    color: var(--blue-500);
}

.elementor-pagination .page-numbers.prev:hover {
    border-color: var(--blue-600);
    background-color: var(--blue-600);
    color: #fff;
}

.elementor-pagination .page-numbers.next:hover {
    border-color: var(--blue-800);
    background-color: var(--blue-800);
    color: #fff;
}


/*
 * Downloads
 */
.downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

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

.download-button::before {
    content: url('../media/download-white.svg');
    margin-right: 6px;
    line-height: 1px;
}

/*
 * Accordion
 */
.e-n-accordion .e-n-accordion-item {
    margin-bottom: 24px !important;
}

.e-n-accordion .e-n-accordion-item-title {
    gap: 16px;
    padding: 0;
    border: 0;
    font-weight: 600;
}

.e-n-accordion .e-n-accordion-item-title-icon .e-opened,
.e-n-accordion .e-n-accordion-item-title-icon .e-closed {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--black-500);
    border-radius: 50%;
}

.e-n-accordion .e-n-accordion-item-title-icon .e-opened svg,
.e-n-accordion .e-n-accordion-item-title-icon .e-closed svg {
    display: none;
}

.e-n-accordion .e-n-accordion-item-title-icon .e-opened::before {
    content: url('../media/minus.svg');
    position: relative;
    top: -2px;
    line-height: 1px;
}

.e-n-accordion .e-n-accordion-item-title-icon .e-closed::before {
    content: url('../media/plus.svg');
    line-height: 1px;
}


.e-n-accordion .e-n-accordion-item > div {
    padding-left: 56px;
    border: 0;
}

.e-n-accordion .e-n-accordion-item > div p {
    margin: 0;
}

/*
 * Footer
 */
.lints-footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px;
    background-image: url('../media/footer-shape.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-55%);
}

@media ( min-width: 1500px ) {
    .lints-footer::before {
        transform: translateY(-60%);
    }
}

/*
 * Gravity Forms
 */
.gform_required_legend {
    display: none;
}

.gform_wrapper .gform_fields {
    gap: 24px !important;
}

.gform_body .gfield input[type="text"],
.gform_body .gfield input[type="email"],
.gform_body .gfield input[type="tel"] {
    height: auto;
    padding: 12px 24px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: unset;

    font-size: 16px;
    line-height: 1.4;
}

.gform_body .gfield textarea {
    padding: 12px 24px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: unset;

    font-size: 16px;
    line-height: 1.4;
}

.gform_body .gfield input::placeholder,
.gform_body .gfield textarea::placeholder {
    opacity: .5;
}

.gform_footer .gform_button.button {
    padding: 14px 16px !important;
    border-radius: 8px !important;
    background-color: var(--blue-800) !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.gform_footer .gform_button.button:hover {
    background-color: var(--blue-900) !important;
}

/*
 * Google Reviews
 */
.ti-widget.ti-goog .ti-widget-container {
    margin: 0 !important;
}