.light-background,
:root {
    --surface-color: #ffffff
}

.dark-background,
:root {
    --contrast-color: #ffffff
}

.php-email-form .error-message,
.php-email-form .loading,
.php-email-form .sent-message {
    padding: 15px;
    margin-bottom: 24px;
    display: none
}

.header,
.page-title,
.section,
body,
section {
    color: var(--default-color);
    background-color: var(--background-color)
}

.btn,
.contact .info-item p a,
a,
a:hover {
    text-decoration: none
}

:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Nunito Sans", sans-serif;
    --nav-font: "Poppins", sans-serif;
    --background-color: #ffffff;
    --default-color: #555555;
    --heading-color: #364146;
    --accent-color: #009cea;
    --nav-color: #828c91;
    --nav-hover-color: #009cea;
    --nav-mobile-background-color: #ffffff;
    scroll-behavior: smooth
}

.light-background {
    --background-color: #f6f8fa
}

.dark-background {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525
}

body {
    font-family: var(--default-font)
}

.faq .faq-container .faq-item .faq-toggle:hover,
.faq .faq-container .faq-item h3:hover,
.footer .footer-links ul a:hover,
.header .header-social-links a:hover,
.hero .btn-watch-video:hover,
.services .service-item:hover h4 a,
a {
    color: var(--accent-color)
}

a {
    transition: .3s
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font)
}

.php-email-form .error-message {
    background: #df1529;
    color: #fff;
    text-align: left;
    font-weight: 600
}

.php-email-form .sent-message {
    color: #fff;
    background: #059652;
    text-align: center;
    font-weight: 600
}

.header-number a,
.header-number i {
    color: var(--contrast-color)
}

.php-email-form .loading {
    background: var(--surface-color);
    text-align: center
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--accent-color);
    border-top-color: var(--surface-color);
    animation: 1s linear infinite php-email-form-loading
}

@keyframes php-email-form-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.header {
    padding: 15px 0;
    transition: .5s;
    z-index: 997
}

.footer .footer-about .logo,
.header .logo {
    line-height: 1
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color)
}

.header .header-social-links {
    padding-left: 15px
}

.header .header-social-links a {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    padding-left: 6px;
    display: inline-block;
    transition: .3s;
    font-size: 16px
}

.header .header-social-links a i {
    line-height: 0
}

.header-number {
    background: var(--accent-color);
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
    padding: 2px 8px;
    display: none
}

.header .desktop img,
.header-number.desktop {
    display: inline
}

.header-number a {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500
}

.header-number i {
    font-size: 20px;
    font-weight: 600
}

.header .logo img {
    max-height: 52px;
    margin-right: 8px
}

.header .mobile img {
    display: none
}

@media (max-width:1200px) {
    .header .header-social-links {
        order: 2;
        padding-right: 20px
    }

    .header .navmenu {
        order: 3
    }

    .navmenu a,
    .navmenu a:focus {
        color: #000;
        padding: 18px 12px;
        font-size: 16px;
        font-family: var(--nav-font);
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: .3s
    }
}

@media (max-width:768px) {
    .header .mobile img {
        display: inline
    }

    .header .desktop img,
    .header-number.desktop {
        display: none
    }

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

    .header-top-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .header-number {
        margin-top: 10px;
        width: auto;
        justify-content: flex-start;
        display: inline
    }
}

@media (min-width:769px) {
    .header .container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .header-top-row {
        display: flex;
        align-items: center;
        width: auto
    }

    .header-number {
        margin-top: 0
    }

    .scrolled .header {
        box-shadow: 0 0 18px rgba(0, 0, 0, .1)
    }
}

.hero .btn-get-started,
.hero .btn-get-started:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
    color: var(--contrast-color)
}

@media (min-width:1200px) {
    .navmenu {
        padding: 0
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }

    .navmenu li {
        position: relative
    }

    .navmenu a,
    .navmenu a:focus {
        color: #000;
        padding: 18px 15px;
        font-size: 16px;
        font-family: var(--nav-font);
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: .3s
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: .3s
    }

    .navmenu li:last-child a {
        padding-right: 0
    }

    .navmenu .active,
    .navmenu .active:focus,
    .navmenu li:hover>a {
        color: var(--nav-hover-color)
    }
}

.call-to-action,
.hero,
.page-title,
.section-title,
.section-title h2 {
    position: relative
}

.hero .btn-watch-video span,
.hero h1 {
    color: #fff
}

.footer .copyright,
.page-title {
    padding: 20px 0
}

.page-title h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0
}

.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

.page-title .breadcrumbs ol li+li {
    padding-left: 10px
}

.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 70%)
}

.section,
section {
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip
}

@media (max-width:1199px) {
    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color .3s
    }

    .navmenu {
        padding: 0;
        z-index: 9997
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: .3s;
        z-index: 9998;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1)
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: .3s
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: .3s;
        background-color: color-mix(in srgb, var(--accent-color), transparent 90%)
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color)
    }

    .navmenu .active,
    .navmenu .active:focus,
    .navmenu a:hover {
        color: var(--nav-dropdown-hover-color)
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg)
    }

    .mobile-nav-active {
        overflow: hidden
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, .8);
        transition: .3s
    }

    .mobile-nav-active .navmenu>ul {
        display: block
    }

    .section,
    section {
        scroll-margin-top: 66px
    }
}

@media (max-width:768px) {

    .section,
    section {
        padding: 60px 20px
    }
}

.section-title {
    text-align: center;
    padding-bottom: 60px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.faq .faq-container .faq-item:last-child,
.footer .copyright p,
.section-title p {
    margin-bottom: 0
}

.hero {
    background: linear-gradient(to right, rgba(0, 117, 194, .9), rgba(0, 117, 194, .2)), url("https://wishgeeks.s3.ap-southeast-2.amazonaws.com/hero-bg.webp") center center/cover no-repeat;
    width: 100%;
    min-height: 84vh;
    padding: 30px 0 60px;
    display: flex;
    align-items: center
}

.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px
}

.hero p {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin: 5px 0 30px;
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.hero .btn-get-started {
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px;
    border-radius: 4px;
    transition: .5s
}

.call-to-action h3,
.call-to-action p,
.contact .info-item p a,
.hero .btn-watch-video {
    color: var(--default-color)
}

.hero .btn-get-started:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 15%)
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: .5s;
    margin-left: 25px;
    font-weight: 600
}

.hero .btn-watch-video i {
    color: #fff;
    font-size: 32px;
    transition: .3s;
    line-height: 0;
    margin-right: 8px
}

.hero .btn-watch-video:hover i {
    color: color-mix(in srgb, var(--accent-color), transparent 15%)
}

@media (min-width:768px) and (max-width:1080px) {
    .hero {
        min-height: 50vh
    }
}

@media (max-width:640px) {
    .hero {
        min-height: 40vh
    }

    .hero h1 {
        font-size: 28px;
        line-height: 36px
    }

    .hero p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 13px
    }
}


.printer-image {
    width: 350px;
    height: auto;
}

.printer-image img {
    width: 210px;
    height: auto;
}

.support-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: white;
    border-top: 1px solid #e0e0e0;
    padding: 20px 80px;
    border-bottom: 1px solid #d0d0d0;
}

.option {
    padding: 20px 5px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.option:last-child {
    border-right: none;
}

.option:hover {
    background-color: #f8f8f8;
}

.second-sec-icon {
    width: 60px;
    height: 60px;
}

.second-sec-icon img {
    width: 100%;
    height: 100%;
}

.option-text {
    font-size: 20px;
    color: #0096d6;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.option-text::after {
    content: '›';
    font-size: 28px;
    font-weight: 300;
}

.head-top-section {
    padding: 20px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d0d0d0;
}

.head-top-section h1 {
    font-size: 44px;
    color: var(--accent-color);
    font-weight: 600;
}

@media (max-width: 1024px) {
    .support-options {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 30px;
    }

    .option {
        border-bottom: 1px solid #e0e0e0;
    }

    .option:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 768px) {
    .head-top-section {
        flex-direction: column;
        padding: 40px 20px;
    }

    .printer-image {
        width: 100%;
        max-width: 220px;
    }

    .option {
        border-right: none;
    }
}

.setup {
    border-top: 1px solid #e0e0e0;
}

.simple-printer-setup h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.simple-printer-setup .btn-get-started {
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px;
    border-radius: 4px;
    transition: .5s;
    color: #fff;
}

.simple-printer-setup p {
    margin: 5px 0 30px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.support-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 20px;
    padding: 0px 80px;
}

.support-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (max-width:768px) {
    .support-section {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0px 30px;
    }
}

.printer-svg-wrapper {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.printer-svg-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.support-title {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.4;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-text {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.support-btn {
    background: var(--accent-color);
    color: white;
    border: none;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    margin-bottom: 30px;
}

.support-btn a {
    color: white;
    text-decoration: none;
}

.support-btn:hover {
    background-color: #005a9e;
}

.support-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .windows-title {
        font-size: 32px;
    }

    .support-title {
        font-size: 20px;
        min-height: auto;
    }

    .printer-svg-wrapper {
        width: 240px;
        height: 180px;
    }
}

.about .content {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    padding: 40px
}

.about .content h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-color);
    text-transform: uppercase
}

.about .content h2 {
    font-size: 24px;
    font-weight: 700
}

.about .content p {
    margin: 15px 0 30px;
    line-height: 24px
}

.about .content .btn-read-more {
    color: var(--contrast-color);
    background: var(--accent-color);
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: .5s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.about .content .btn-read-more span {
    font-family: var(--default-font);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px
}

.about .content .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: .3s
}

.about .content .btn-read-more:hover i {
    transform: translateX(5px)
}

.features .nav-tabs {
    border: 0
}

.features .nav-link {
    color: var(--heading-color);
    padding: 15px 0;
    transition: .3s;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    height: 100%;
    border: 0;
    border-bottom: 4px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 48px
}

.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

@media (max-width:575px) {
    .features .nav-link h4 {
        font-size: 16px
    }

    .features .nav-link:hover {
        color: var(--accent-color);
        border-color: color-mix(in srgb, var(--default-color), transparent 80%)
    }

    .features .nav-link.active {
        background-color: var(--background-color);
        color: var(--accent-color);
        border-color: var(--accent-color)
    }

    .features .tab-content {
        margin-top: 30px
    }

    .features .tab-pane h3 {
        color: var(--heading-color);
        font-weight: 700;
        font-size: 32px;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .features .tab-pane h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 3px;
        background: var(--accent-color);
        left: 0;
        bottom: 0
    }

    .features .tab-pane ul {
        list-style: none;
        padding: 0
    }

    .features .tab-pane ul li {
        padding-top: 10px
    }

    .features .tab-pane ul i {
        font-size: 20px;
        padding-right: 4px;
        color: var(--accent-color)
    }

    .features .tab-pane p:last-child {
        margin-bottom: 0
    }
}

.services .service-item {
    background-color: var(--surface-color);
    box-shadow: 0 5px 90px 0 rgba(0, 0, 0, .1);
    padding: 50px 30px;
    transition: .4s ease-in-out;
    height: 100%
}

.services .service-item .icon {
    margin-bottom: 10px
}

.services .service-item .icon i {
    color: var(--accent-color);
    font-size: 36px;
    transition: .3s
}

.services .service-item h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px
}

.services .service-item h4 a {
    color: var(--heading-color);
    transition: .3s ease-in-out
}

.services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.services .service-item:hover {
    transform: translateY(-10px)
}

.call-to-action {
    padding: 120px 0;
    clip-path: inset(0)
}

.call-to-action img {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.call-to-action:before {
    content: "";
    background: color-mix(in srgb, var(--background-color), transparent 50%);
    position: absolute;
    inset: 0;
    z-index: 2
}

.call-to-action .container {
    position: relative;
    z-index: 3
}

.call-to-action h3 {
    font-size: 28px;
    font-weight: 700
}

.call-to-action .cta-btn {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    color: var(--contrast-color);
    background: var(--accent-color)
}

.contact .info-item,
.contact .php-email-form {
    background: color-mix(in srgb, var(--default-color), transparent 96%)
}

.call-to-action .cta-btn:hover {
    background: color-mix(in srgb, var(--accent-color) 90%, #fff 15%)
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid var(--background-color)
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 45px
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0 0 0 45px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, var(--accent-color), transparent 50%);
    font-size: 26px;
    line-height: 0
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1)
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px;
    padding: 20px 20px 60px;
    background: color-mix(in srgb, var(--default-color), transparent 97%);
    border-radius: 6px;
    position: relative;
    z-index: 1
}

.testimonials .swiper-wrapper {
    height: auto
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--background-color);
    opacity: 1;
    border: 1px solid var(--accent-color)
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color)
}

.faq .faq-container {
    margin-top: 15px
}

.faq .faq-container .faq-item {
    background-color: color-mix(in srgb, var(--default-color), transparent 96%);
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .3s
}

.faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 0 32px;
    transition: .3s;
    cursor: pointer
}

.faq .faq-container .faq-item h3 span {
    color: var(--accent-color);
    padding-right: 5px
}

.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: .3s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden
}

.faq .faq-container .faq-item .faq-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 20px;
    line-height: 0;
    transition: .3s;
    color: var(--accent-color)
}

.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: .3s;
    cursor: pointer
}

.faq .faq-container .faq-active {
    background-color: var(--accent-color);
    transition: .3s
}

.faq .faq-container .faq-active .faq-content,
.faq .faq-container .faq-active .faq-icon,
.faq .faq-container .faq-active .faq-toggle,
.faq .faq-container .faq-active h3,
.faq .faq-container .faq-active h3:hover,
.service-details .help-box a,
.service-details .help-box h4,
.service-details .services-list a.active i {
    color: var(--contrast-color)
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding: 5px
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg)
}

.contact .info-item {
    padding: 20px 30px
}

.contact .info-item i {
    font-size: 28px;
    line-height: 0;
    color: var(--accent-color)
}

.contact .info-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0
}

.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 35px
}

.contact .php-email-form {
    padding: 30px;
    height: 100%
}

.service-details .service-box,
.service-details .services-list {
    background-color: var(--surface-color)
}

.contact .php-email-form input[type=email],
.contact .php-email-form input[type=text],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%)
}

.contact .php-email-form input[type=email]:focus,
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--accent-color)
}

.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 70%)
}

.contact .php-email-form button[type=submit] {
    background: var(--accent-color);
    color: var(--contrast-color);
    border: 0;
    padding: 10px 30px;
    transition: .4s;
    border-radius: 4px
}

.contact .php-email-form button[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.service-details .service-box {
    padding: 20px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}

.service-details .service-box+.service-box {
    margin-top: 30px
}

.service-details .service-box h4 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
    padding-bottom: 15px;
    margin-bottom: 15px
}

.service-details .help-box,
.service-details .services-list a.active {
    background-color: var(--accent-color);
    color: var(--contrast-color)
}

.service-details .services-list a {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    background-color: color-mix(in srgb, var(--default-color), transparent 96%);
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin-top: 15px;
    transition: .3s
}

.service-details .services-list a:first-child {
    margin-top: 0
}

.service-details .services-list a i {
    font-size: 16px;
    margin-right: 8px;
    color: var(--accent-color)
}

.service-details .services-list a:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    color: var(--accent-color)
}

.service-details .help-box {
    margin-top: 30px;
    padding: 30px 15px
}

.service-details .help-box .help-icon {
    font-size: 48px
}

.service-details .services-img {
    margin-bottom: 20px
}

.service-details h3 {
    font-size: 26px;
    font-weight: 700
}

.service-details h4 {
    font-weight: 600
}

.service-details p {
    font-size: 15px
}

.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.service-details ol li,
.service-details ul li {
    padding: 5px 0;
    display: flex;
    align-items: center
}

.service-details ol {
    padding-left: 0 !important
}

.get-started-content ul i,
.service-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--accent-color)
}

#get-started-section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    z-index: 1050;
    align-items: center;
    justify-content: center
}

.get-started-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.get-started-content {
    background: var(--surface-color);
    padding: 40px 30px;
    max-width: 700px;
    width: 90%;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
    text-align: center;
    animation: .3s ease-in-out fadeIn;
    position: relative
}

.close-icon {
    position: absolute;
    top: 14px;
    right: 18px;
    background: 0 0;
    border: none;
    font-size: 28px;
    font-weight: 700;
    color: var(--heading-color);
    cursor: pointer;
    transition: .2s
}

.close-icon:hover {
    color: var(--accent-color);
    transform: scale(1.2)
}

.get-started-content h2 {
    font-weight: 700;
    color: var(--accent-color)
}

.btn,
.footer h4 {
    font-weight: 600
}

.get-started-content p {
    color: #555;
    font-size: 1.05rem
}

.btn-group-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px
}

.btn {
    padding: 10px 20px;
    border-radius: 8px;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-group-custom i {
    margin-right: 8px
}

.primary-btn,
.secondary-btn:hover {
    background: var(--accent-color);
    color: var(--contrast-color)
}

.primary-btn:hover {
    background: #007bb8
}

.secondary-btn {
    border: 2px solid var(--accent-color);
    color: var(--accent-color)
}

.success-btn {
    background: #28a745;
    color: #fff
}

.success-btn:hover {
    background: #218838
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.footer {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    position: relative
}

.footer .footer-top {
    background-color: color-mix(in srgb, var(--background-color), #fff 5%);
    padding-top: 50px
}

.footer .footer-about .logo img {
    max-height: 48px;
    margin-right: 6px;
    margin-top: -10px;
    margin-bottom: 15px
}

.footer .footer-about .logo span {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px
}

.footer .footer-about p {
    font-size: 14px;
    font-family: var(--heading-font)
}

.footer h4 {
    font-size: 16px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px
}

.footer h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--accent-color);
    bottom: 0;
    left: 0
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.footer .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-links ul a {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    display: inline-block;
    line-height: 1
}

.footer .footer-contact p {
    margin-bottom: 5px
}

.footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: color-mix(in srgb, var(--default-color), transparent 92%);
    color: var(--accent-color);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

.footer .social-links a:hover {
    color: var(--contrast-color);
    background: var(--accent-color);
    text-decoration: none
}

@media (max-width:468px) {
    .footer .footer-about .logo img {
        max-height: 39px
    }

    .footer-links ul li img {
        max-width: 208px
    }
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--background-color);
    transition: .6s ease-out
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #fff;
    border-color: var(--accent-color) transparent var(--accent-color) transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: 1.5s linear infinite animate-preloader
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: .4s
}

.scroll-top i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0
}

.scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color)
}

.scroll-top.active {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

/* install setup guide room page styles */
.room__grid {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.room__card {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.room__card__image {
    position: relative;
    isolation: isolate;
}

.room__card__image img {
    height: 250px;
    width: 100%;
    padding: 15px;
    border-radius: 30px;
}

.room__card__details {
    padding: 1rem;
}

.room__card h4 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}

.room__card p {
    margin-bottom: 0.5rem;
    color: var(--text-light);
}

.room__card h5 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-light);
}

.room__card h5 span {
    font-size: 1.1rem;
    color: var(--text-dark);
}

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

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

/* setup guide pages styles */
.printer-banner-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4%;
    overflow: hidden;
    height: 500px;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.printer-banner-content,
.printer-setup-image {
    position: relative;
    z-index: 1;
    color: white;
}

.printer-banner-content h1 {
    font-size: 54px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin: 0;
    max-width: 610px;
    margin-bottom: 30px;
}

.printer-setup-image {
    display: none;
}

@media only screen and (max-width: 991px) {
    .printer-banner-section {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        height: auto;
        padding: 40px 20px;
    }

    .printer-banner-content {
        text-align: center;
        width: 100%;
    }

    .printer-banner-content h1 {
        font-size: 37px;
    }

    .printer-setup-image {
        display: block;
    }
}

.step-card {
    background: rgba(255, 255, 255, 0.95);
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.step-header {
    background: var(--accent-color);
    color: white;
    padding: 20px;
    font-size: 1.3em;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
}

.step-number {
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
}

.step-content {
    padding: 25px;
}

.step-list {
    list-style: none;
    padding-left: 0;
}

.step-list li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    color: #555;
    line-height: 1.6;
}

.step-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 1.2em;
}

.method-group {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border-left: 4px solid rgba(255, 255, 255, 0.3);
}

.method-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
    font-size: 1.1em;
}

.method-steps {
    list-style: none;
    padding-left: 0;
}

.method-steps li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    color: #666;
}

.method-steps li:before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: #3498db;
    font-weight: bold;
}

.warning-box {
    background: rgba(231, 76, 60, 0.1);
    border: 2px solid #e74c3c;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}

.warning-title {
    color: #e74c3c;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    z-index: 1000;
    transition: width 0.3s ease;
}

.completion-badge {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #27ae60;
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
    display: none;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        transform: translateX(100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .step-header {
        font-size: 1.1em;
        padding: 15px;
    }

    .step-content {
        padding: 20px;
    }
}

.room-cards-p-2 {
    margin-bottom: 56px !important;
}

.room-cards-p-3 {
    margin-bottom: 56px !important;
}

.room-cards-p-4 {
    margin-bottom: 30px !important;
}


@media (max-width: 768px) {
    .room-cards-p-2 {
        margin-bottom: auto;
    }

    .room-cards-p-3 {
        margin-bottom: auto;
    }

    .room-cards-p-4 {
        margin-bottom: auto;
    }
}