﻿

:root {
    --primary-color: #2563eb;
    --primary-rgb-12: rgba(37, 99, 235, .12);
}

.preloader .preloader-icon img {
    width: auto;
    height: 78px;
    max-width: 240px;
}

.header .logo img {
    max-height: 56px;
    width: auto;
}

.offcanvas-logo img,
.footer-logo img {
    max-height: 52px;
    width: auto;
}

.preloader-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image figure {
    aspect-ratio: 1919 / 1079;
    overflow: visible;
}

.hero-image figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
}

.partners-section-1 .partners-image img {
    width: 206px;
    height: 36px;
    object-fit: contain;
    margin-inline: auto;
    filter: brightness(0) invert(1) grayscale(1);
    opacity: .92;
}

.partners-section-1 .partners-image figure {
    width: 206px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.brand-blue {
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb;
    background: none !important;
}

.hero-section-1 .theme-button.style-1 {
    background: linear-gradient(90deg, #2563eb, #1d4ed8);
    border-color: #2563eb;
    color: #fff;
}

.hero-section-1 .theme-button.style-1 i {
    color: #fff;
}

.hero-section-1 .hero-wapper .hero-content .button-wapper {
    margin-bottom: 24px;
}

.header .header-lower .header-sidebar .sidebar-toggler,
.header .button-wapper .header-sidebar a {
    width: 51px;
    height: 51px;
    background: var(--primary-color) !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.header .header-right .button-wapper {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.header .header-lower .header-sidebar .sidebar-toggler:hover,
.header .button-wapper .header-sidebar a:hover {
    background: var(--primary-color) !important;
    box-shadow: 0 10px 24px rgba(38, 103, 255, .28) !important;
    filter: brightness(1.05);
    transform: translateY(-2px) scale(1.04);
}

.header .header-lower .header-sidebar .sidebar-toggler:active,
.header .button-wapper .header-sidebar a:active {
    box-shadow: 0 4px 12px rgba(38, 103, 255, .22) !important;
    filter: brightness(.98);
    transform: translateY(0) scale(.96);
}

.header .header-lower .header-sidebar .sidebar-toggler span {
    width: 28px;
    height: 3px;
    transition: transform .18s ease, background-color .18s ease;
}

.header .header-lower .header-sidebar .sidebar-toggler:hover span:first-child {
    transform: translateY(-2px);
}

.header .header-lower .header-sidebar .sidebar-toggler:hover span:last-child {
    transform: translateY(2px);
}

.header .header-lower .header-sidebar .sidebar-toggler:hover span {
    background-color: var(--black-color) !important;
}

.features-section-1 .features-cards-row {
    margin-top: 18px;
}

.features-section-1 .features-grid-six {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.features-section-1 .features-item {
    min-height: 300px;
    height: 100%;
}

.features-section-1 .features-content {
    height: 100%;
    justify-content: space-between;
}

.features-section-1 .features-task-box {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-section-1 .features-task-box img {
    width: 132px;
    height: 132px;
    object-fit: contain;
}

.features-section-1 .features-title h2 span {
    color: #2563eb;
    -webkit-text-fill-color: #2563eb;
    background: none;
}

.features-section-1 .features-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 42px;
    flex-wrap: wrap;
}

.features-section-1 .features-action-button {
    min-width: 245px;
    justify-content: center;
    padding: 20px 30px;
    font-size: 16px;
}

.pricing-section .pricing-item {
    transform: scale(1.08);
    transform-origin: center;
    margin: 18px;
}

.pricing-section .pricing-tag span {
    font-size: 1.2em;
    padding: 1.2em 1.35em;
}

.pricing-section .pricing-top-content h2 {
    font-size: 1.2em;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    text-align: center;
}

.pricing-section .pricing-top-content .price-period {
    font-size: .46em;
    font-weight: 700;
    opacity: .82;
}

.pricing-section .pricing-top-content p,
.pricing-section .pricing-list {
    font-size: 1.08em;
}

.pricing-section .pricing-top-icon img {
    width: 92px;
    height: 92px;
    object-fit: contain;
}

.pricing-section .pricing-top-icon,
.pricing-section .pricing-top-icon figure,
.pricing-section .tab-content .pricing-item .pricing-top .pricing-top-icon figure {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

.pricing-section .pricing-card-expert .pricing-content {
    background: linear-gradient(145deg, rgba(242, 184, 75, .24), rgba(42, 31, 11, .96));
    border: 1px solid rgba(242, 184, 75, .55);
    box-shadow: 0 18px 48px rgba(242, 184, 75, .16);
}

.pricing-section .pricing-card-expert .pricing-tag span {
    background: linear-gradient(90deg, #f2b84b, #ffd98a);
    color: #1c1303;
}

.pricing-section .pricing-card-expert .theme-button.style-1 {
    background: linear-gradient(90deg, #f2b84b, #ffd98a);
    border-color: #f2b84b;
    color: #000;
}

.pricing-section .pricing-card-expert .theme-button.style-1 span,
.pricing-section .pricing-card-expert .theme-button.style-1 span::before {
    color: #000;
}

.pricing-section .pricing-card-pro .theme-button.style-1,
.pricing-section .pricing-card-pro .theme-button.style-1 span,
.pricing-section .pricing-card-pro .theme-button.style-1 span::before {
    color: #000;
}

.pricing-section .pricing-card-expert .theme-button.style-1 i {
    color: #fff;
}
.how-it-work-section .how-it-work-num {
    width: 78px;
    height: 78px;
    min-width: 78px;
    font-size: 26px;
    line-height: 78px;
}

.how-it-work-section .how-it-work-icon .icon,
.how-it-work-section .how-it-work-icon figure,
.how-it-work-section .how-it-work-item .how-it-work-icon .icon figure {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

.how-it-work-section .how-it-work-gif {
    max-width: 882px;
    margin: 52px auto 0;
}

.how-it-work-section .how-it-work-gif figure {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .12);
}

.how-it-work-section .how-it-work-gif img {
    display: block;
    width: 100%;
    height: auto;
}

.offcanvas-cta-content,
.footer-bottom .info {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 10px;
}

.footer-1 .footer-bottom .footer-widget-wrap .info {
    gap: 8px !important;
    align-items: center !important;
    padding-bottom: 28px !important;
    margin-bottom: 36px !important;
}

.footer-1 .footer-bottom .footer-widget-wrap .info a {
    margin: 0 !important;
}

.offcanvas-cta-content p {
    margin: 0;
}

.contact-whatsapp-link {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff !important;
    line-height: 1;
    margin-left: -4px;
    font-size: 1.2em;
}

.contact-whatsapp-link:hover {
    background: #1ebe5d;
    color: #fff !important;
}

.subscribe-form .form-status {
    width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

.subscribe-form .form-status.success {
    color: #22c55e;
}

.subscribe-form .form-status.error {
    color: #ef4444;
}

.project-section-1 .project-wapper .project-item {
    cursor: pointer;
}

.project-section-1 .project-wapper .project-item .project-number {
    min-width: 92px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--primary-color);
}

.shado-top,
.shado-bottom {
    opacity: 0 !important;
}

.hero-section-1 .bakground-assets,
.footer-1 .bakground-assets,
.hero-image-assets {
    position: absolute;
}

.hero-section-1 {
    overflow: hidden;
}

.hero-section-1 .bakground-assets {
    inset: 0;
    width: 100%;
    pointer-events: none;
}

.hero-section-1 .bakground-assets .bg-line {
    left: 50%;
    width: 1920px;
    max-width: none;
    transform: translateX(-50%);
}

.hero-section-1 .bakground-assets::before,
.footer-1 .bakground-assets::before,
.hero-image-assets::before {
    content: "";
    position: absolute;
    display: block;
    background: #2563eb;
    pointer-events: none;
    opacity: .82;
}

.hero-section-1 .bakground-assets::before {
    top: 0;
    left: 50%;
    width: 1920px;
    height: 594px;
    transform: translateX(-50%);
    -webkit-mask: url("assets/images/hero/shado-top.png") center top / 100% 100% no-repeat;
    mask: url("assets/images/hero/shado-top.png") center top / 100% 100% no-repeat;
}

.hero-image-assets::before {
    top: 0;
    left: 50%;
    width: 1322px;
    height: 169px;
    transform: translateX(-50%);
    -webkit-mask: url("assets/images/hero/shado-bottom.png") center top / 100% 100% no-repeat;
    mask: url("assets/images/hero/shado-bottom.png") center top / 100% 100% no-repeat;
}

.footer-1 .bakground-assets::before {
    top: 0;
    left: 50%;
    width: 1920px;
    height: 594px;
    transform: translateX(-50%);
    -webkit-mask: url("assets/images/footer/shado-top.png") center top / 100% 100% no-repeat;
    mask: url("assets/images/footer/shado-top.png") center top / 100% 100% no-repeat;
}

.shape-left,
.shape-right {
    filter: brightness(0) saturate(100%) invert(33%) sepia(97%) saturate(1881%) hue-rotate(213deg) brightness(94%) contrast(96%);
    opacity: .72;
}

@media (max-width: 991px) {
    .features-section-1 .features-grid-six {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .features-section-1 .features-grid-six {
        grid-template-columns: 1fr;
    }
}
