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

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

.fade-1-4,
.sub {
    opacity: .75
}

.header .logo h1,
.section-title h2 {
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.about .about-image .experience-badge,
.hero .stats-card {
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    padding: 1.5rem;
    position: absolute
}

.scroll-top.active,
.services .service-card:hover::before {
    opacity: 1;
    visibility: visible
}

.visibility-hidden {
    visibility: hidden;
}

.ia-blog-link,
a,
a:hover {
    text-decoration: none
}

:root {
    --default-font: "LINESeedSansTH", sans-serif;
    --heading-font: "LINESeedSansTH B", sans-serif;
    --nav-font: "LINESeedSansTH", sans-serif;
    --background-color: #ffffff;
    --default-color: #212529;
    --heading-color: #212529;
    --accent-color: #22afa7;
    --nav-color: #212529;
    --nav-hover-color: #22afa7;
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #212529;
    --nav-dropdown-hover-color: #2c416e;
    scroll-behavior: smooth
}

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

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

body {
    color: var(--default-color);
    background-color: var(--background-color);
    overflow-x: hidden;
    font-family: var(--default-font)
}

.bg-blue {
    background-color: #1d2f59 !important;
}

.accent,
.faq .faq-arrow,
.faq .faq-container .faq-active h3,
.faq .faq-container .faq-item .faq-toggle:hover,
.faq .faq-container .faq-item h3:hover,
.features-tabs .nav-link.active .tab-icon i,
.features-tabs .nav-link:hover .tab-icon i,
.footer .footer-links ul a:hover,
.portfolio-details .portfolio-details-content .project-overview .project-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) i,
.pricing .plan-features ul li i.bi-check-circle-fill,
.services .service-card h3 a:hover,
.services .service-card:hover h3 a,
.services .service-card:hover h3 a:hover,
a {
    color: var(--accent-color)
}

.section-title .heading,
.steps .step-number,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font)
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    letter-spacing: -.025em
}

li,
p,
span {
    letter-spacing: .02em
}

hr {
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%)
}

hr .closer {
    margin: 0;
    vertical-align: middle;
    align-items: center
}

.about .testimonial-section .testimonial-item .client-info h6,
b {
    font-weight: 600
}

.sub {
    font-size: 80%
}

.php-email-form .error-message,
.php-email-form .sent-message {
    color: #fff;
    display: none;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600
}

.fade-half {
    opacity: .5
}

.fade-3-4 {
    opacity: .25
}

.php-email-form .error-message {
    background: #df1529;
    text-align: left
}

.php-email-form .sent-message {
    background: #059652;
    text-align: center
}

.php-email-form .loading {
    display: none;
    background: var(--surface-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px
}

.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 {
    color: var(--default-color);
    background: color-mix(in srgb, var(--background-color), transparent 5%);
    padding: 0;
    transition: .5s;
    z-index: 997;
    box-shadow: 0 0 10px rgb(0 0 0 / .1)
}

.header .header-container {
    padding: 8px 25px 8px 35px
}

.header .logo {
    line-height: 1
}

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

.header .wechat img {
    max-height: 32px;
    margin-right: 8px;
    right: 0
}

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

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 20px;
    margin: 0 0 0 30px;
    border-radius: 5px;
    transition: .3s
}

.header .btn-getstarted:focus:hover,
.header .btn-getstarted:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%)
}

@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: var(--nav-color);
        padding: 15px 15px;
        font-size: 14px;
        font-family: var(--nav-font);
        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)
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 150%;
        opacity: 0;
        transition: .3s;
        z-index: 99;
        box-shadow: 0 0 30px rgb(0 0 0 / .1)
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
        border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
    }

    .navmenu .dropdown ul li:last-child {
        border-bottom: 0
    }

    .navmenu .dropdown ul a {
        padding: 10px 14px;
        font-size: 14px;
        text-transform: none;
        color: var(--nav-dropdown-color)
    }

    .navmenu .dropdown ul a i {
        font-size: 12px
    }

    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul li:hover>a {
        color: var(--nav-dropdown-hover-color);
        background-color: color-mix(in srgb, var(--default-color), transparent 98%)
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible
    }

    .portfolio .portfolio-item .entry-title {
        font-size: 20px
    }
}

.hero .stats-card .stats-arrow a:hover,
.pricing .pricing-card.popular .plan-cta .btn-plan:hover,
.scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%)
}

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

.footer .footer-top {
    padding-top: 50px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px
}

.footer .footer-about .logo img {
    max-height: 32px;
    margin-right: 6px
}

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

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

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin-right: 10px;
    transition: .3s
}

.footer .social-links a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color)
}

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

.footer .footer-links {
    margin-bottom: 30px
}

.footer .footer-links ul,
.pricing .plan-features ul,
.service-details .service-sidebar .service-features-list 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: 8px 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 20%);
    display: inline-block;
    line-height: 1
}

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

.footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 95%)
}

.footer .copyright a,
.footer .copyright b {
    color: var(--default-color);
    font-weight: 400
}

.footer .copyright a:hover {
    text-decoration: underline
}

.footer .copyright p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: left
}

.footer .credits {
    margin-top: 6px;
    font-size: 11px;
    color: color-mix(in srgb, var(--default-color), transparent 75%)
}

.footer .credits a {
    color: color-mix(in srgb, var(--default-color), transparent 65%)
}

.hero .agency-name h5,
.scroll-top i,
.scroll-top:hover {
    color: var(--contrast-color)
}

.footer .copyright img {
    max-height: 20px;
    margin: 0 8px
}

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

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

.scroll-top i {
    font-size: 24px;
    line-height: 0
}

.page-title .breadcrumbs ol li+li::before,
.section-title h2 {
    color: color-mix(in srgb, var(--default-color), transparent 50%)
}

.scroll-top.active {
    bottom: 15px
}

@media screen and (max-width:768px) {
    .section-title h2::after {
        content: "";
        width: 120px;
        height: 45px !important;
        display: inline-block;
        margin: 4px 10px;
        background-color: transparent !important;
    }

    .section-title h2 {
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        line-height: 35px !Important;
        margin: 0;
        position: relative;
        height: 90px;
    }

    .section-title {
        padding-bottom: 20px !Important;
        position: relative;
    }
}

.page-title {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 24px;
    text-align: center;
    position: relative
}

.hero::after,
.page-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(45deg, rgb(255 255 255 / .02) 0, rgb(255 255 255 / .05) 1px, transparent 1px, transparent 10px);
    z-index: 1
}

.page-title h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 10px
}

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

.page-title .breadcrumbs ol li+li,
.service-details .service-tabs .tab-content .process-timeline .timeline-item .timeline-content {
    padding-left: 10px
}

.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px
}

.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: 0 70px 0 0;
        padding: 0;
        margin: 0;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: .3s;
        z-index: 9998;
        box-shadow: 0 0 30px rgb(0 0 0 / .1)
    }

    .navmenu ul li {
        border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
    }

    .navmenu ul li:first-child {
        text-transform: uppercase;
        background: #f8f8f8
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 14px 20px;
        font-family: var(--nav-font);
        font-size: 14px;
        font-weight: 400;
        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)
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 0;
        margin: 0;
        background-color: color-mix(in srgb, var(--nav-mobile-background-color), transparent 95%);
        border: 0 solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: .5s ease-in-out
    }

    .navmenu .dropdown ul li {
        padding: 2px 8px
    }

    .navmenu .dropdown ul li:first-child {
        text-transform: none;
        border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 95%)
    }

    .navmenu .dropdown ul li:last-child {
        border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 75%)
    }

    .navmenu .dropdown ul li a:hover {
        color: var(--accent-color)
    }

    .navmenu .dropdown ul ul {
        background-color: rgb(33 37 41 / .1)
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgb(33 37 41 / .03)
    }

    .mobile-nav-active {
        overflow: hidden
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: var(--background-color);
        position: fixed;
        font-size: 44px;
        font-weight: 100 !important;
        top: 5px;
        right: 25px;
        margin-right: 0;
        z-index: 9999
    }

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

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

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

.section-title {
    padding-bottom: 60px;
    position: relative
}

.section-title h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    line-height: 1px;
    margin: 0;
    position: relative
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--accent-color);
    margin: 4px 10px
}

.section-title .heading {
    color: var(--heading-color);
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase
}

.hero {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 100px 0
}

.hero .container,
.hero .container-fluid {
    position: relative;
    z-index: 2
}

.hero .content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 3rem
}

.about .testimonial-section .testimonial-intro p,
.hero .agency-name {
    margin-bottom: 1.5rem
}

.hero .divider,
.hero .main-heading {
    margin-bottom: 2rem
}

.hero .agency-name h5 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0
}

.hero .main-heading h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0
}

@media (max-width:1200px) {
    .header {
        padding-top: 0
    }

    .header .header-container {
        margin-left: 0;
        margin-right: 0;
        padding: 10px 5px 10px 15px
    }

    .header .logo {
        order: 1
    }

    .header .wechat {
        order: 2
    }

    .header .btn-getstarted {
        order: 3;
        margin: 0 10px 0 0;
        padding: 6px 15px;
        font-size: 12px
    }

    .header .navmenu {
        order: 4
    }

    .hero .main-heading h1 {
        font-size: 4rem
    }
}

@media (max-width:767px) {
    .hero .main-heading h1 {
        font-size: 3rem
    }
}

@media (max-width:480px) {
    .hero .main-heading h1 {
        font-size: 2.5rem
    }
}

.hero .divider {
    width: 60%;
    height: 1px;
    background-color: color-mix(in srgb, var(--default-color), transparent 85%)
}

.hero .description {
    margin-bottom: 2.5rem
}

.hero .description p {
    font-size: 1rem;
    line-height: 1.7;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0
}

.hero .cta-button .btn {
    display: inline-flex;
    align-items: center;
    background-color: #fff0;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 40%);
    color: var(--default-color);
    padding: .75rem 1.5rem;
    border-radius: 50px;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s
}

.hero .cta-button .btn span {
    margin-right: .5rem
}

.hero .cta-button .btn i {
    font-size: 1.2rem;
    transition: transform .3s
}

.about .testimonial-section .testimonial-intro .swiper-nav-buttons button:hover,
.call-to-action .cta-buttons .btn.btn-primary,
.hero .cta-button .btn:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color)
}

.features-tabs .content-wrapper .btn-primary:hover i,
.hero .cta-button .btn:hover i,
.services .service-header .service-summary .service-btn:hover i {
    transform: translateX(5px)
}

.hero .visual-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero .fluid-shape {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.hero .fluid-shape .fluid-img {
    width: 100%;
    height: auto;
    animation: 6s ease-in-out infinite float
}

.hero .stats-card {
    bottom: -24px;
    right: -24px;
    background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
    backdrop-filter: blur(10px);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    border-radius: 10px;
    width: 200px;
    display: flex;
    flex-direction: column
}

.services .grid2,
.services .service-grid4 {
    display: grid;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    position: relative
}

.hero .stats-card .stats-number h2 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    line-height: 1
}

.hero .stats-card .stats-label {
    margin-top: .5rem
}

.hero .stats-card .stats-label p {
    font-size: .9rem;
    margin: 0
}

.hero .stats-card .stats-arrow {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem
}

.hero .stats-card .stats-arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--accent-color);
    border-radius: 50%;
    color: var(--contrast-color);
    font-size: 1rem;
    transition: .3s
}

.hero .stats-card .stats-arrow a:hover {
    transform: translateY(-3px)
}

.about {
    padding-top: 60px;
    padding-bottom: 60px
}

.about .about-image {
    border-radius: 8px;
    overflow: hidden
}

.about .about-image .experience-badge {
    bottom: 30px;
    right: 0;
    background: var(--accent-color);
    color: var(--contrast-color);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    min-width: 140px
}

.about .about-image .experience-badge .years {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 5px
}

.about .about-image .experience-badge .text {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 1px
}

.about .about-content h1 {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    font-weight: 700
}

.about .about-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1.25rem;
    font-weight: 700
}

.about .about-content .lead {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
    color: color-mix(in srgb, var(--heading-color), transparent 0%);
    font-weight: 400
}

.about .about-content p {
    margin-bottom: 1rem
}

.about .about-content .feature-item {
    padding: 1.25rem;
    background-color: var(--surface-color);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .05);
    height: 100%;
    transition: .3s
}

.about .about-content .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgb(0 0 0 / .1)
}

.about .about-content .feature-item i {
    font-size: 1.75rem;
    color: var(--accent-color);
    margin-bottom: .75rem;
    display: block
}

.about .about-content .feature-item h5 {
    font-size: 1.15rem;
    margin-bottom: .75rem;
    font-weight: 600
}

.about .about-content .feature-item p {
    font-size: .9rem;
    margin-bottom: 0
}

.about .about-content .btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    padding: .5rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    color: var(--contrast-color)
}

.about .about-content .btn-primary:hover {
    background-color: color-mix(in srgb, var(--accent-color), #000 10%);
    border-color: color-mix(in srgb, var(--accent-color), #000 10%)
}

.about .testimonial-section {
    border-top: 1px solid
}

.about .testimonial-section .testimonial-intro h3 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    font-weight: 700
}

.about .testimonial-section .testimonial-intro .swiper-nav-buttons,
.team .team-member .member-info .social {
    display: flex;
    gap: 10px
}

.about .testimonial-section .testimonial-intro .swiper-nav-buttons button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--surface-color);
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    color: var(--accent-color)
}

.about .testimonial-section .testimonial-intro .swiper-nav-buttons button i {
    font-size: 1.25rem
}

.about .testimonial-section .testimonial-slider {
    overflow: hidden
}

.about .testimonial-section .testimonial-slider .swiper-wrapper,
.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider .swiper-wrapper,
.service-details .swiper-wrapper {
    height: auto !important
}

.about .testimonial-section .testimonial-item {
    background-color: var(--surface-color);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 30px rgb(0 0 0 / .05);
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about .testimonial-section .testimonial-item .rating {
    color: #ffc107;
    font-size: 1rem
}

.about .testimonial-section .testimonial-item p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6
}

.about .testimonial-section .testimonial-item .client-info .client-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover
}

.about .testimonial-section .testimonial-item .client-info span {
    font-size: .85rem;
    color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.services .service-header {
    margin-bottom: 60px
}

.services .service-header .service-intro .service-heading {
    font-size: 48px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.2;
    color: var(--heading-color)
}

.services .service-header .service-intro .service-heading div {
    display: block;
    position: relative
}

.services .service-header .service-intro .service-heading span {
    display: block;
    color: var(--accent-color);
    letter-spacing: -.035em
}

@media (max-width:992px) {
    .services .service-header .service-intro .service-heading {
        font-size: 36px
    }

    .services .service-header .service-summary {
        margin-top: 30px
    }
}

.services .service-header .service-summary p {
    margin-bottom: 25px;
    color: var(--default-color)
}

.services .service-header .service-summary p span {
    font-size: .8rem
}

.services .service-header .service-summary .service-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    border-radius: 4px;
    font-weight: 500;
    transition: .3s
}

.services .service-header .service-summary .service-btn i {
    margin-left: 10px;
    transition: transform .3s
}

.services .service-header .service-summary .service-btn:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
    color: var(--contrast-color)
}

.services .grid3-blank,
.services .service-grid,
.services .service-grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-items: stretch;
    align-items: stretch;
    position: relative
}

.services .service-grid4 {
    grid-template-columns: repeat(4, 1fr);
    justify-items: stretch;
    align-items: stretch
}

.services .service-grid4>div,
.services .service-grid>div {
    background-color: var(--background-color);
    border: 0 solid #000;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 0 20px rgb(0 0 0 / .05)
}

.services .service-grid3>div {
    background-color: var(--background-color);
    border: 0 solid #000;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / .05)
}

.services .service-grid>div:hover {
    background-color: #fff0;
    box-shadow: 0 0 0 rgb(0 0 0 / .1)
}

.services .grid3-blank>div {
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5rem 0
}

.services .grid2 {
    grid-template-columns: repeat(2, 1fr);
    justify-items: stretch;
    align-items: stretch
}

@media only screen and (max-width:600px) {

    .services .grid3-blank,
    .services .service-grid,
    .services .service-grid3 {
        display: grid;
        grid-template-columns: auto
    }
}

.services .content {
    padding: .8rem 2rem;
    transition: .3s
}

.services .content2 {
    padding: 0 2rem;
    transition: .3s
}

.contact .contact-info-box .info-content p:last-child,
.faq .faq-container .faq-item:last-child,
.service-details .service-main-content .contact-info .contact-method:last-child,
.service-details .service-sidebar .contact-info .contact-method:last-child,
.service-details .service-sidebar .service-features-list ul li:last-child,
.services .content h3,
.services .content h5,
.services .content p,
.services .content2 h3,
.steps .step-item:last-child {
    margin-bottom: 0
}

.services .content h3 sup,
.services .content2 h3 sup {
    font-size: 14px;
    font-weight: 200
}

.services .content2 span {
    font-size: 14px;
    margin-bottom: 0
}

.services .service-card2 h5 {
    font-size: 22px;
    font-weight: 700
}

.services .service-card2 h6 {
    font-weight: 500
}

.services .service-card {
    padding: 20px 40px;
    transition: .3s
}

.services .service-card .service-icon,
.services .service-card2 .service-icon {
    margin-bottom: 25px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 64px;
    height: 64px
}

.services .service-card .card-action,
.services .service-card2 .card-action {
    align-items: center;
    background-color: var(--accent-color);
    transition: .3s;
    position: absolute;
    display: flex
}

.services .service-card .service-icon i,
.services .service-card2 .service-icon i {
    font-size: 32px;
    color: var(--accent-color);
    transition: .3s
}

.services .service-card h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700
}

.services .service-card h3 span {
    letter-spacing: -.035em
}

.services .service-card h3 a {
    color: var(--heading-color);
    transition: color .3s
}

.services .service-card h3 a span {
    display: block
}

.services .service-card p {
    color: var(--default-color);
    transition: color .3s;
    margin-bottom: 0
}

.services .service-card .card-action {
    top: 5px;
    right: 5px;
    width: 80px;
    height: 80px;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px)
}

.services .service-card .card-action i {
    font-size: 24px;
    color: var(--contrast-color);
    transition: transform .3s
}

.floating-container.active .floating-button,
.services .service-card .card-action:hover i {
    transform: rotate(45deg)
}

.services .service-card2 .card-action {
    bottom: .8rem;
    right: .8rem;
    width: 40px;
    height: 40px;
    justify-content: center;
    transform: translateY(-10px)
}

.services .service-card::before,
.services .service-card:hover::before,
.steps .step-icon,
.steps .step-info {
    background-color: var(--surface-color)
}

.services .service-card2 .card-action i {
    font-size: 18px;
    color: var(--contrast-color);
    transition: transform .3s
}

.services .service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(70% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.services .service-card:hover {
    border-color: #fff0
}

.services .service-card:hover p {
    color: color-mix(in srgb, var(--default-color), transparent 20%)
}

.services .service-card2:hover .card-action,
.services .service-card:hover .card-action {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.portfolio .portfolio-filters li:hover i,
.services .service-card:hover .service-icon i {
    transform: scale(1.1)
}

.features-tab .tab-content .tab-pane .social-links img,
.services .service-card2 .social-links img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    transition: .3s;
    margin-right: 5px
}

.call-to-action .cta-buttons .wechat:hover,
.call-to-action .social-links img:hover,
.features-tab .tab-content .tab-pane .social-links img:hover,
.services .service-card2 .social-links img:hover {
    transform: translateY(-2px);
    opacity: .9
}

.steps .steps-wrapper {
    position: relative;
    padding: 20px 0
}

.steps .launchpad {
    font-size: 32px
}

.steps .steps-wrapper::before {
    content: "";
    position: absolute;
    width: 2px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.steps .step-item {
    margin-bottom: 50px;
    width: 100%;
    position: relative
}

.steps .step-item:nth-child(2n) .step-content {
    flex-direction: row-reverse
}

.steps .step-content {
    display: flex;
    align-items: center;
    gap: 30px
}

.steps .step-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgb(0 0 0 / .1);
    border: 2px solid color-mix(in srgb, var(--accent-color), transparent 75%);
    transition: .3s ease-in-out
}

.steps .step-icon i {
    font-size: 32px;
    color: var(--accent-color);
    transition: transform .3s ease-in-out
}

.steps .step-info {
    flex: 1;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgb(0 0 0 / .05);
    transition: transform .3s ease-in-out
}

.steps .step-info:hover {
    transform: translateY(-5px)
}

.steps .step-number {
    display: inline-block;
    font-size: .9rem;
    font-weight: 600;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.steps h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--heading-color)
}

.steps p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0
}

.call-to-action .content {
    padding: 3rem 2rem;
    position: relative;
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 3rem
}

.call-to-action .badge {
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 500;
    border-radius: 2rem
}

.call-to-action h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0
}

.call-to-action p {
    font-size: 1.05rem;
    line-height: 1.6;
    opacity: .9
}

.call-to-action .features .feature-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    background-color: var(--surface-color);
    border-radius: .5rem;
    box-shadow: 0 2px 4px rgb(0 0 0 / .05);
    transition: transform .3s
}

.call-to-action .features .feature-item:hover {
    transform: translateY(-2px)
}

.call-to-action .features .feature-item i {
    color: var(--accent-color);
    font-size: 1.25rem
}

.call-to-action .features .feature-item span {
    font-weight: 400
}

.call-to-action .cta-buttons .btn {
    padding: .75rem 1.5rem;
    font-weight: 400;
    border-radius: .5rem;
    transition: .3s
}

.call-to-action .cta-buttons .btn.btn-primary:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
    border-color: color-mix(in srgb, var(--accent-color), transparent 15%);
    transform: translateY(-2px)
}

.call-to-action .cta-buttons .btn.btn-outline {
    border: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
    color: var(--accent-color)
}

.call-to-action .cta-buttons .btn.btn-outline:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
    transform: translateY(-2px)
}

.call-to-action .cta-buttons .btn.btn-outline i {
    color: var(--accent-color);
    font-size: 1.25rem;
    margin-left: 8px
}

.call-to-action .cta-buttons .btn.btn-outline i:hover {
    color: var(--contrast-color);
    transform: translateY(-2px)
}

.call-to-action .cta-buttons .wechat {
    max-height: 48px;
    margin: 2px
}

.call-to-action .content-right {
    flex-shrink: 0;
    max-width: 100%;
    width: 450px
}

.call-to-action .content-right img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1)
}

.call-to-action .content-right .floating-card {
    position: absolute;
    bottom: 2rem;
    right: -1rem;
    background: var(--surface-color);
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: 3s ease-in-out infinite float
}

.call-to-action .content-right .floating-card .card-icon {
    width: 3rem;
    height: 3rem;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.call-to-action .content-right .floating-card .card-icon i {
    color: var(--accent-color);
    font-size: 1.5rem
}

.call-to-action .content-right .floating-card .card-content {
    display: flex;
    flex-direction: column
}

.call-to-action .content-right .floating-card .card-content .stats-number {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--accent-color)
}

.call-to-action .content-right .floating-card .card-content .stats-text {
    font-size: .875rem;
    opacity: .8
}

.call-to-action .social-links img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    transition: .3s;
    margin-right: 5px
}

.call-to-action .decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0
}

.call-to-action .decoration .circle-1,
.call-to-action .decoration .circle-2,
.call-to-action .decoration .circle-3 {
    position: absolute;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%)
}

.call-to-action .decoration .circle-1 {
    width: 400px;
    height: 400px;
    top: -150px;
    right: -150px;
    opacity: .5
}

.call-to-action .decoration .circle-2 {
    width: 250px;
    height: 250px;
    bottom: 4px;
    left: -70px;
    opacity: .3
}

.call-to-action .decoration .circle-3 {
    width: 150px;
    height: 150px;
    bottom: 150px;
    right: 420px;
    opacity: .6
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.testimonials .testimonials-slider {
    width: 100%;
    position: relative;
    padding-bottom: 60px
}

.testimonials .swiper-wrapper {
    height: auto
}

.testimonials .testimonial-item {
    background-color: var(--surface-color);
    padding: 40px;
    border-radius: 20px
}

@media (max-width:575px) {
    .testimonials .testimonial-item {
        padding: 20px
    }
}

.testimonials .testimonial-item h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.testimonials .testimonial-item p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic
}

.testimonials .testimonial-item .profile {
    gap: 15px
}

.testimonials .testimonial-item .profile .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover
}

.testimonials .testimonial-item .profile .profile-info h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600
}

.testimonials .testimonial-item .profile .profile-info span {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color) 70%, transparent)
}

.testimonials .testimonial-item .featured-img-wrapper {
    min-height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.testimonials .testimonial-item .featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.testimonials .swiper-navigation {
    position: absolute;
    bottom: 0;
    gap: 10px
}

.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    width: 44px;
    height: 44px;
    background-color: var(--surface-color);
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color) 5%, transparent);
    transition: .3s
}

.testimonials .swiper-button-next::after,
.testimonials .swiper-button-prev::after {
    font-size: 20px;
    color: var(--accent-color)
}

.testimonials .swiper-button-next:hover,
.testimonials .swiper-button-prev:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color)
}

.features-tabs .nav-link.active .tab-content h5,
.features-tabs .nav-link.active .tab-content span,
.features-tabs .nav-link:hover .tab-content h5,
.features-tabs .nav-link:hover .tab-content span,
.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider .swiper-button-next:hover:after,
.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider .swiper-button-prev:hover:after,
.service-details .service-tabs .tab-content .benefit-card:hover .benefit-icon i,
.testimonials .swiper-button-next:hover::after,
.testimonials .swiper-button-prev:hover::after {
    color: var(--contrast-color)
}

.portfolio .portfolio-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0 0 40px;
    list-style: none
}

.portfolio .portfolio-filters li {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 25px;
    cursor: pointer;
    background: var(--surface-color);
    color: var(--default-color);
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .3s
}

.portfolio .portfolio-filters li i {
    font-size: 1.1em;
    transition: transform .3s
}

.portfolio .portfolio-filters li:hover {
    color: var(--accent-color);
    transform: translateY(-2px);
    background: color-mix(in srgb, var(--accent-color), transparent 92%)
}

.portfolio .portfolio-filters li.filter-active {
    background: var(--accent-color);
    color: var(--contrast-color)
}

.portfolio .portfolio-entry {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--surface-color);
    box-shadow: 0 4px 30px rgb(0 0 0 / .05)
}

.portfolio .portfolio-entry .entry-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 16/9
}

.portfolio .portfolio-entry .entry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.4, 0, .2, 1)
}

.portfolio .portfolio-entry .entry-image .entry-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0, rgb(0 0 0 / .8) 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: .4s cubic-bezier(.4, 0, .2, 1)
}

.portfolio .portfolio-entry .entry-image .entry-overlay .overlay-content {
    width: 100%;
    transform: translateY(20px);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1)
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-meta {
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-title {
    color: var(--contrast-color);
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links {
    display: flex;
    gap: 15px
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface-color);
    color: var(--accent-color);
    border-radius: 12px;
    font-size: 20px;
    transition: .3s;
    opacity: 0;
    transform: translateY(20px)
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
    transform: translateY(-2px)
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a:first-child {
    transition-delay: 0.1s
}

.portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a:nth-child(2) {
    transition-delay: 0.2s
}

.featuredSwiper img:hover,
.features-tabs .visual-content .main-image:hover img,
.portfolio .portfolio-entry:hover .entry-image img {
    transform: scale(1.05)
}

.floating-container.active .floating-menu .float-item,
.portfolio .portfolio-entry:hover .entry-image .entry-overlay,
.portfolio .portfolio-entry:hover .entry-image .entry-overlay .entry-links a,
.service-details .service-gallery .service-details-slider .portfolio-item:hover .portfolio-info {
    opacity: 1;
    transform: translateY(0)
}

.portfolio .portfolio-entry:hover .entry-image .entry-overlay .overlay-content {
    transform: translateY(0)
}

.portfolio .portfolio-item .entry-image {
    aspect-ratio: 4/3
}

@media (min-width:768px) {
    .portfolio .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .portfolio .row .portfolio-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:992px) {
    .portfolio .row {
        margin-left: -12px;
        margin-right: -12px
    }

    .portfolio .row .portfolio-item {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:1200px) {
    .portfolio .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .portfolio .row .portfolio-item {
        padding-left: 15px;
        padding-right: 15px
    }

    .portfolio .entry-overlay {
        padding: 25px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .portfolio .entry-overlay {
        padding: 20px
    }
}

.team .team-member {
    position: relative;
    background-color: var(--surface-color);
    border: 0 solid color-mix(in srgb, var(--default-color), transparent 90%);
    border-radius: 8px;
    transition: .3s
}

.team .team-member:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / .05)
}

.team .team-member .member-img {
    flex: 0 0 200px;
    overflow: hidden
}

.team .team-member .member-img img {
    width: 200px;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.team .team-member .member-info {
    padding: 25px;
    text-align: left
}

.team .team-member .member-info h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--heading-color)
}

.team .team-member .member-info span {
    font-size: .9rem;
    font-weight: 400;
    color: color-mix(in srgb, var(--heading-color), transparent 30%);
    display: block;
    margin-bottom: 15px
}

.team .team-member .member-info p {
    font-size: .9rem;
    margin-bottom: 20px;
    color: color-mix(in srgb, var(--default-color), transparent 20%)
}

.team .team-member .member-info .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 1rem;
    color: var(--heading-color);
    transition: .3s;
    border-radius: 4px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.team .team-member .member-info .social a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
    background: color-mix(in srgb, var(--accent-color), transparent 95%)
}

.pricing {
    --card-border-radius: 20px
}

.pricing .row {
    justify-content: center
}

.pricing .pricing-card {
    height: 100%;
    background: var(--surface-color);
    border-radius: var(--card-border-radius);
    box-shadow: 0 5px 30px rgb(0 0 0 / .05);
    overflow: hidden;
    position: relative;
    transition: .4s;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    border: 0 solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.pricing .pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgb(0 0 0 / .1)
}

.pricing .pricing-card.popular {
    border: 2px solid var(--accent-color)
}

.pricing .pricing-card.popular .plan-cta .btn-plan {
    background-color: var(--accent-color);
    color: var(--contrast-color)
}

.pricing .pricing-card .popular-tag {
    position: absolute;
    top: 20px;
    right: -35px;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 40px;
    transform: rotate(45deg)
}

.pricing .plan-header {
    padding: 30px 30px 20px;
    text-align: center
}

.pricing .plan-header .plan-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%)
}

.features-tabs .visual-content .floating-card i,
.pricing .plan-header .plan-icon i {
    font-size: 28px;
    color: var(--accent-color)
}

.pricing .plan-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.pricing .plan-header p {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 30%)
}

.pricing .plan-pricing {
    text-align: center;
    padding: 10px 30px 20px;
    position: relative
}

.pricing .plan-pricing .currency {
    font-size: 24px;
    vertical-align: top;
    line-height: 1;
    color: var(--heading-color);
    font-weight: 600
}

.pricing .plan-pricing .amount {
    font-size: 60px;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1
}

.pricing .plan-pricing .period {
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.pricing .plan-features {
    padding: 20px 30px;
    flex: 1
}

.pricing .plan-features ul li {
    padding: 12px 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 20%)
}

.pricing .plan-features ul li i.bi-x-circle-fill,
.pricing .plan-features ul li.disabled {
    color: color-mix(in srgb, var(--default-color), transparent 60%)
}

.pricing .plan-features ul li i {
    font-size: 18px
}

.pricing .plan-cta {
    padding: 10px 30px 30px;
    text-align: center
}

.pricing .plan-cta .btn-plan {
    display: inline-block;
    width: 100%;
    padding: 14px 32px;
    background-color: color-mix(in srgb, var(--default-color), transparent 95%);
    color: var(--default-color);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s
}

.contact .contact-info-box,
.faq .faq-container .faq-item {
    border-radius: 10px;
    background-color: var(--surface-color)
}

.pricing .plan-cta .btn-plan:hover {
    background-color: color-mix(in srgb, var(--default-color), transparent 80%)
}

.faq .faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--heading-color)
}

.faq .faq-description {
    font-size: 1rem;
    color: var(--default-color);
    margin-bottom: 2rem
}

.faq .faq-container .faq-item {
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    overflow: hidden
}

.faq .faq-container .faq-item h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: .3s;
    cursor: pointer;
    display: flex;
    align-items: center
}

.faq .faq-container .faq-item h3 .num {
    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-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: .3s;
    cursor: pointer
}

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

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: var(--accent-color)
}

.about-us img {
    height: 300px
}

.contact .contact-info-box {
    box-shadow: 0 5px 25px rgb(0 0 0 / .05);
    padding: 25px;
    height: 100%;
    transition: transform .3s, box-shadow .3s;
    display: flex;
    align-items: center;
    gap: 15px
}

.contact .contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgb(0 0 0 / .1)
}

.contact .contact-info-box .icon-box {
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact .contact-info-box .icon-box i {
    font-size: 24px
}

.contact .contact-info-box .info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact .contact-info-box .info-content p {
    margin-bottom: 5px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 15px;
    line-height: 1.5
}

.contact .map-section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden
}

.contact .map-section iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

.contact .form-container-overlap {
    position: relative;
    margin-top: -150px;
    margin-bottom: 60px;
    z-index: 10
}

.contact .contact-form-wrapper {
    background-color: var(--surface-color);
    border-radius: 12px;
    box-shadow: 0 5px 25px rgb(0 0 0 / .05);
    padding: 40px
}

.contact .contact-form-wrapper h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative
}

.contact .contact-form-wrapper h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: var(--accent-color)
}

.contact .contact-form-wrapper .form-group {
    margin-bottom: 20px
}

.contact .contact-form-wrapper .form-group .input-with-icon,
.features-tabs .visual-content,
.portfolio-details .portfolio-details-media,
.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider {
    position: relative
}

.contact .contact-form-wrapper .form-group .input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 18px;
    z-index: 10
}

.contact .contact-form-wrapper .form-group .input-with-icon i.message-icon {
    top: 28px
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea+i {
    top: 25px;
    transform: none
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control {
    border-radius: 8px;
    padding: 12px 15px 12px 45px;
    height: 3.5rem;
    color: var(--default-color);
    background-color: var(--surface-color);
    font-size: 15px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%)
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 .25rem color-mix(in srgb, var(--accent-color), transparent 90%)
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea.form-control {
    height: 180px;
    resize: none;
    padding-top: 15px
}

.contact .contact-form-wrapper .btn-submit {
    background-color: var(--accent-color);
    border: none;
    color: var(--contrast-color);
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: .3s;
    box-shadow: 0 5px 15px color-mix(in srgb, var(--accent-color), transparent 70%)
}

.contact .contact-form-wrapper .btn-submit:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 60%)
}

.contact .contact-form-wrapper .btn-submit:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px color-mix(in srgb, var(--accent-color), transparent 70%)
}

.contact .contact-form-wrapper .error-message,
.contact .contact-form-wrapper .loading,
.contact .contact-form-wrapper .sent-message {
    margin-top: 10px;
    margin-bottom: 20px
}

@media (max-width:992px) {
    .pricing .pricing-card {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .contact .form-container-overlap {
        margin-top: -120px
    }

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

    .contact .contact-form-wrapper {
        padding: 30px
    }
}

@media (max-width:768px) {
    .about .about-image .experience-badge {
        right: 0;
        bottom: 20px;
        padding: 1rem;
        min-width: 120px
    }

    .about .about-image .experience-badge .years {
        font-size: 2rem
    }

    .about .about-content h1 {
        font-size: 2.5rem
    }

    .about .about-content h2 {
        font-size: 1.8rem
    }

    .services .service-header .service-intro .service-heading {
        font-size: 30px;
        margin-bottom: 20px
    }

    .services .service-card {
        padding: 150px 25px 25px
    }

    .services .service-card h3 {
        font-size: 24px;
        margin-left: 80px !important;
        padding-top: 8px
    }

    .services .service-card .service-icon {
        position: absolute;
        margin-top: 0;
        left: 25px;
        margin-bottom: 24px
    }

    .services {
        padding: 70px 0 50px
    }

    .portfolio .portfolio-filters {
        gap: 10px
    }

    .portfolio .portfolio-filters li {
        padding: 8px 20px;
        font-size: 14px
    }

    .portfolio .portfolio-entry .entry-image .entry-overlay {
        padding: 20px
    }

    .portfolio .portfolio-entry .entry-image .entry-overlay .entry-title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .portfolio .portfolio-entry .entry-image .entry-overlay .entry-links a {
        width: 40px;
        height: 40px;
        font-size: 18px
    }

    .pricing .plan-pricing .amount {
        font-size: 48px
    }

    .pricing .plan-header {
        padding: 25px 20px 15px
    }

    .pricing .plan-cta,
    .pricing .plan-features,
    .pricing .plan-pricing {
        padding-left: 20px;
        padding-right: 20px
    }

    .footer h4,
    .footer p {
        text-align: left
    }

    .about-us img {
        height: 200px;
        object-fit: cover;
        margin-top: 2rem
    }

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

    .contact .contact-info-box {
        margin-bottom: 20px
    }

    .contact .form-container-overlap {
        margin-top: -100px
    }

    .contact .contact-form-wrapper {
        padding: 25px
    }

    .contact .contact-form-wrapper h2 {
        font-size: 24px
    }

    .contact .map-section {
        height: 450px
    }
}

.portfolio-details {
    --section-spacing: 2.5rem
}

.portfolio-details .portfolio-details-media .main-image {
    margin-bottom: 1rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08)
}

.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider .swiper-slide img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%
}

.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider .swiper-button-next,
.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider .swiper-button-prev {
    background-color: var(--contrast-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: .3s
}

.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider .swiper-button-next:after,
.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider .swiper-button-prev:after {
    font-size: 16px;
    color: var(--accent-color);
    font-weight: 700
}

.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider .swiper-button-next:hover,
.portfolio-details .portfolio-details-media .main-image .portfolio-details-slider .swiper-button-prev:hover {
    background-color: var(--accent-color)
}

.portfolio-details .portfolio-details-media .thumbnail-grid img {
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 4px 10px rgb(0 0 0 / .05)
}

.portfolio-details .portfolio-details-media .thumbnail-grid img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgb(0 0 0 / .1)
}

.portfolio-details .portfolio-details-media .tech-stack-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.5rem
}

.portfolio-details .portfolio-details-media .tech-stack-badges span {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    background-color: color-mix(in srgb, var(--heading-color), transparent 85%);
    color: var(--heading-color);
    transition: .3s
}

.portfolio-details .portfolio-details-media .tech-stack-badges span:hover {
    background-color: color-mix(in srgb, var(--heading-color), transparent 70%);
    transform: translateY(-2px)
}

.portfolio-details .portfolio-details-content {
    padding: 0 0 0 2rem;
    height: 100%;
    display: flex;
    flex-direction: column
}

.portfolio-details .portfolio-details-content .project-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.5rem
}

.portfolio-details .portfolio-details-content .project-meta .badge-wrapper .project-badge {
    display: inline-block;
    padding: 8px 16px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px
}

.portfolio-details .portfolio-details-content .project-meta .date-client {
    display: flex;
    gap: 1.5rem
}

.portfolio-details .portfolio-details-content .project-meta .date-client .meta-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 30%)
}

.portfolio-details .portfolio-details-content .project-meta .date-client .meta-item i {
    margin-right: 6px;
    color: var(--accent-color)
}

.portfolio-details .portfolio-details-content .project-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--heading-color)
}

.portfolio-details .portfolio-details-content .project-website {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem
}

.portfolio-details .portfolio-details-content .project-website i {
    font-size: 22px;
    color: var(--accent-color);
    margin-right: 8px
}

.portfolio-details .portfolio-details-content .project-website a {
    font-weight: 500;
    transition: .3s
}

.featuredSwiper img,
.features-tabs .content-wrapper .btn-primary i,
.portfolio-details .portfolio-details-content .cta-buttons .btn-next-project i {
    transition: transform .3s
}

.portfolio-details .portfolio-details-content .project-website a:hover {
    letter-spacing: .5px
}

.portfolio-details .portfolio-details-content .project-features,
.portfolio-details .portfolio-details-content .project-overview {
    margin-bottom: var(--section-spacing)
}

.portfolio-details .portfolio-details-content .project-overview .lead {
    font-size: 1.1rem;
    line-height: 1.7;
    color: color-mix(in srgb, var(--default-color), transparent 15%);
    margin-bottom: 1.5rem
}

.portfolio-details .portfolio-details-content .project-overview .project-accordion .accordion-item {
    border: none;
    background: 0 0;
    margin-bottom: 10px
}

.portfolio-details .portfolio-details-content .project-overview .project-accordion .accordion-item .accordion-header .accordion-button {
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    color: var(--heading-color);
    background-color: color-mix(in srgb, var(--surface-color), transparent 70%);
    border-radius: 8px !important;
    box-shadow: none
}

.portfolio-details .portfolio-details-content .project-overview .project-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--surface-color);
    color: var(--accent-color);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: 0 4px 10px rgb(0 0 0 / .03)
}

.portfolio-details .portfolio-details-content .project-overview .project-accordion .accordion-item .accordion-header .accordion-button::after {
    background-size: 14px;
    width: 14px;
    height: 14px
}

.portfolio-details .portfolio-details-content .project-overview .project-accordion .accordion-item .accordion-header .accordion-button i {
    font-size: 1.1rem
}

.portfolio-details .portfolio-details-content .project-overview .project-accordion .accordion-item .accordion-body {
    padding: 1rem;
    background-color: var(--surface-color);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.portfolio-details .portfolio-details-content .project-overview .project-accordion .accordion-item .accordion-body p {
    margin-bottom: 0;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    line-height: 1.6
}

.portfolio-details .portfolio-details-content .project-features h3 {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    margin-bottom: 1.2rem
}

.portfolio-details .portfolio-details-content .project-features h3 i {
    margin-right: 10px;
    color: var(--accent-color);
    font-size: 1.1em
}

.portfolio-details .portfolio-details-content .project-features .feature-list {
    list-style: none;
    padding-left: 0
}

.portfolio-details .portfolio-details-content .project-features .feature-list li {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 15%)
}

.portfolio-details .portfolio-details-content .project-features .feature-list li i {
    color: var(--accent-color);
    margin-right: 10px;
    font-size: 1.1em
}

.portfolio-details .portfolio-details-content .cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: auto
}

.portfolio-details .portfolio-details-content .cta-buttons .btn-view-project {
    padding: 12px 28px;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    border-radius: 30px;
    font-weight: 500;
    transition: .3s
}

.portfolio-details .portfolio-details-content .cta-buttons .btn-view-project:hover {
    background-color: color-mix(in srgb, var(--accent-color), #000 15%);
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgb(0 0 0 / .1)
}

.portfolio-details .portfolio-details-content .cta-buttons .btn-next-project {
    padding: 12px 28px;
    background-color: color-mix(in srgb, var(--heading-color), transparent 90%);
    color: var(--heading-color);
    border-radius: 30px;
    font-weight: 500;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 8px
}

.portfolio-details .portfolio-details-content .cta-buttons .btn-next-project:hover {
    background-color: color-mix(in srgb, var(--heading-color), transparent 80%)
}

.portfolio-details .portfolio-details-content .cta-buttons .btn-next-project:hover i {
    transform: translateX(3px)
}

@media (max-width:1199.98px) {
    .portfolio-details .portfolio-details-content {
        padding-left: 1rem
    }
}

@media (max-width:991.98px) {
    .call-to-action .content {
        padding: 2rem;
        margin: 0 1rem
    }

    .call-to-action .content-right {
        width: 100%;
        margin-top: 2rem
    }

    .call-to-action .content-right .floating-card {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: -3rem;
        margin-left: 3rem;
        margin-right: 3rem;
        z-index: 1
    }

    .call-to-action .decoration .circle-3 {
        right: 250px
    }

    .portfolio-details .portfolio-details-content {
        padding: 2rem 0 0
    }

    .portfolio-details .portfolio-details-content .cta-buttons {
        margin-top: 2rem
    }
}

@media (max-width:767.98px) {
    .portfolio-details .project-meta {
        flex-direction: column;
        gap: 1rem
    }

    .portfolio-details .project-meta .date-client {
        flex-direction: column;
        gap: .5rem
    }

    .portfolio-details .cta-buttons {
        flex-direction: column;
        width: 100%
    }

    .portfolio-details .cta-buttons a {
        width: 100%;
        text-align: center
    }
}

.service-details .service-header {
    margin-bottom: 40px
}

.service-details .service-header h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative
}

.service-details .service-header h1:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--accent-color)
}

.service-details .service-header .service-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 25px
}

.service-details .service-header .service-meta span {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 30%)
}

.service-details .service-header .service-meta span i {
    color: var(--accent-color);
    margin-right: 8px;
    font-size: 16px
}

.service-details .service-header .lead {
    font-size: 18px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--default-color), transparent 15%)
}

.service-details .service-tabs {
    margin-bottom: 50px
}

.service-details .service-tabs .nav-tabs {
    border-bottom: 2px solid color-mix(in srgb, var(--heading-color), transparent 90%);
    margin-bottom: 30px
}

.service-details .service-sidebar .action-card .guarantee i,
.service-details .service-tabs .nav-tabs .nav-item {
    margin-right: 5px
}

.service-details .service-tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    font-weight: 600;
    color: color-mix(in srgb, var(--heading-color), transparent 30%);
    position: relative;
    transition: .3s;
    display: flex;
    align-items: center
}

.service-details .service-tabs .nav-tabs .nav-link i {
    margin-right: 8px;
    font-size: 18px
}

.service-details .service-tabs .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--accent-color);
    transition: .3s
}

.service-details .service-tabs .nav-tabs .nav-link:hover {
    color: var(--heading-color);
    background-color: #fff0
}

.service-details .service-tabs .nav-tabs .nav-link:hover:after {
    width: 30%
}

.service-details .service-tabs .nav-tabs .nav-link.active {
    color: var(--accent-color);
    background-color: #fff0
}

.service-details .service-tabs .nav-tabs .nav-link.active:after {
    width: 100%
}

.service-details .service-tabs .tab-content .content-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700
}

.service-details .service-tabs .tab-content .content-block p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 15px;
    line-height: 1.7
}

.service-details .service-tabs .tab-content img {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgb(0 0 0 / .08)
}

.service-details .service-tabs .tab-content .process-timeline {
    position: relative;
    padding-left: 30px
}

.service-details .service-tabs .tab-content .process-timeline:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 15px;
    width: 2px;
    background: color-mix(in srgb, var(--accent-color), transparent 80%)
}

.service-details .service-tabs .tab-content .process-timeline .timeline-item {
    position: relative;
    padding-bottom: 35px
}

.service-details .service-tabs .tab-content .process-timeline .timeline-item:last-child {
    padding-bottom: 0
}

.service-details .service-tabs .tab-content .process-timeline .timeline-item .timeline-marker {
    position: absolute;
    left: -30px;
    top: -5px;
    width: 32px;
    height: 32px;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    z-index: 2
}

.service-details .service-tabs .tab-content .process-timeline .timeline-item .timeline-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.service-details .service-tabs .tab-content .process-timeline .timeline-item .timeline-content p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    line-height: 1.6
}

.service-details .service-tabs .tab-content .benefit-card {
    background-color: var(--surface-color);
    border-radius: 12px;
    padding: 30px;
    transition: .3s;
    height: 100%;
    box-shadow: 0 5px 15px rgb(0 0 0 / .04);
    position: relative;
    overflow: hidden
}

.service-details .service-tabs .tab-content .benefit-card:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--accent-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s
}

.service-details .service-tabs .tab-content .benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgb(0 0 0 / .08)
}

.service-details .service-tabs .tab-content .benefit-card:hover:before {
    transform: scaleX(1);
    transform-origin: left
}

.service-details .service-tabs .tab-content .benefit-card:hover .benefit-icon {
    transform: rotateY(180deg);
    background-color: var(--accent-color)
}

.service-details .service-tabs .tab-content .benefit-card .benefit-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: .5s
}

.service-details .service-tabs .tab-content .benefit-card .benefit-icon i {
    font-size: 28px;
    color: var(--accent-color);
    transition: .5s
}

.service-details .service-tabs .tab-content .benefit-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px
}

.service-details .service-tabs .tab-content .benefit-card p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 0
}

.service-details .service-gallery h3 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 700
}

.service-details .service-gallery .service-details-slider {
    margin-bottom: 40px;
    padding-bottom: 40px
}

.service-details .service-gallery .service-details-slider .portfolio-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgb(0 0 0 / .08)
}

.service-details .service-gallery .service-details-slider .portfolio-item img {
    border-radius: 12px;
    transition: .4s
}

.service-details .service-gallery .service-details-slider .portfolio-item .portfolio-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / .7) 0, #fff0 100%);
    padding: 30px 20px 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: .3s;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.service-details .service-gallery .service-details-slider .portfolio-item .portfolio-info h5 {
    color: var(--contrast-color);
    font-weight: 700;
    margin-bottom: 5px
}

.service-details .service-gallery .service-details-slider .portfolio-item .portfolio-info p {
    color: color-mix(in srgb, var(--contrast-color), transparent 20%);
    margin: 0;
    font-size: 14px
}

.service-details .service-gallery .service-details-slider .swiper-pagination {
    padding-top: 5px;
    bottom: 0
}

.service-details .service-gallery .service-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 70%);
    opacity: 1
}

.service-details .service-gallery .service-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 5px;
    background-color: var(--accent-color)
}

.service-details .service-sidebar {
    position: sticky;
    top: 100px
}

.service-details .service-sidebar .action-card {
    background: linear-gradient(135deg, var(--accent-color) 0, color-mix(in srgb, var(--accent-color), #000 20%) 100%);
    border-radius: 15px;
    padding: 35px 30px;
    color: var(--contrast-color);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .15);
    text-align: center
}

.service-details .service-sidebar .action-card:before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgb(255 255 255 / .1);
    z-index: 1
}

.service-details .service-sidebar .action-card:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(255 255 255 / .08);
    z-index: 1
}

.service-details .service-sidebar .action-card h3 {
    color: var(--contrast-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.service-details .service-sidebar .action-card p {
    margin-bottom: 25px;
    opacity: .9
}

.service-details .service-sidebar .action-card .btn-primary {
    background-color: var(--contrast-color);
    color: var(--accent-color);
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-weight: 600;
    display: inline-block;
    transition: .3s
}

.service-details .service-sidebar .contact-info,
.service-details .service-sidebar .service-features-list,
.service-details .service-sidebar .testimonial-card {
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 25px rgb(0 0 0 / .05);
    background-color: var(--surface-color)
}

.service-details .service-main-content .contact-info .btn-primary:hover,
.service-details .service-sidebar .action-card .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(0 0 0 / .15)
}

.service-details .service-sidebar .action-card .guarantee {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    opacity: .8
}

.service-details .service-sidebar .service-features-list,
.service-details .service-sidebar .testimonial-card {
    margin-bottom: 30px
}

.service-details .service-sidebar .service-features-list h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid color-mix(in srgb, var(--heading-color), transparent 90%)
}

.service-details .service-sidebar .service-features-list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px
}

.service-details .service-sidebar .service-features-list ul li i {
    flex-shrink: 0;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px
}

.service-details .service-main-content .contact-info .contact-method div,
.service-details .service-sidebar .contact-info .contact-method div,
.service-details .service-sidebar .service-features-list ul li div {
    flex: 1
}

.service-details .service-sidebar .service-features-list ul li div h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.service-details .service-sidebar .service-features-list ul li div p {
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    margin: 0;
    font-size: 14px
}

.service-details .service-sidebar .testimonial-card .testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.features-tabs .nav-link,
.service-details .service-sidebar .testimonial-card .client-info {
    display: flex;
    align-items: center
}

.service-details .service-sidebar .testimonial-card .testimonial-header i {
    font-size: 36px;
    color: var(--accent-color);
    opacity: .3
}

.service-details .service-sidebar .testimonial-card .testimonial-header .rating {
    display: flex
}

.service-details .service-sidebar .testimonial-card .testimonial-header .rating i {
    color: gold;
    font-size: 16px;
    opacity: 1;
    margin-left: 2px
}

.service-details .service-sidebar .testimonial-card .testimonial-text {
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 20px;
    color: color-mix(in srgb, var(--default-color), transparent 15%)
}

.service-details .service-sidebar .testimonial-card .client-info .client-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px
}

.service-details .service-sidebar .testimonial-card .client-info .client-details h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px
}

.service-details .service-sidebar .testimonial-card .client-info .client-details span {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 30%)
}

.features-tabs .nav-link.active,
.features-tabs .nav-link:hover {
    box-shadow: 0 15px 40px color-mix(in srgb, var(--accent-color), transparent 70%)
}

.service-details .service-sidebar .contact-info h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px
}

.service-details .service-main-content .contact-info .contact-method,
.service-details .service-sidebar .contact-info .contact-method {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

.service-details .service-main-content .contact-info .contact-method i,
.service-details .service-sidebar .contact-info .contact-method i {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px
}

.service-details .service-main-content .contact-info .contact-method div span,
.service-details .service-sidebar .contact-info .contact-method div span {
    display: block;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-bottom: 5px
}

.service-details .service-main-content .contact-info .contact-method div p,
.service-details .service-sidebar .contact-info .contact-method div p {
    margin: 0;
    font-weight: 600;
    color: var(--heading-color)
}

.service-details .service-main-content .contact-info {
    padding: 40px;
    position: relative;
    background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
    border-radius: 1rem;
    overflow: hidden
}

.service-details .service-main-content .contact-info h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 4px
}

.service-details .service-main-content .contact-info img {
    width: 80px;
    height: 80px;
    padding: 4px
}

.service-details .service-main-content .contact-info .btn-primary {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-weight: 600;
    display: inline-block;
    transition: .3s
}

.service-details .service-main-content .contact-info p span {
    font-size: 12px;
    opacity: .8
}

@media (max-width:991px) {
    .hero .content-col {
        padding-right: 15px;
        margin-bottom: 3rem
    }

    .hero .visual-content {
        flex-direction: column
    }

    .hero .stats-card {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 2rem;
        width: 90%
    }

    .steps .steps-wrapper::before {
        left: 25px
    }

    .steps .step-item .step-content {
        flex-direction: row !important
    }

    .steps .step-icon {
        width: 60px;
        height: 60px
    }

    .steps .step-icon i {
        font-size: 24px
    }

    .portfolio .entry-overlay,
    .steps .step-info {
        padding: 20px
    }

    .steps h3 {
        font-size: 1.3rem
    }

    .service-details .service-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 40px
    }

    .service-details .service-header h1 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .hero .divider {
        width: 100%
    }

    .steps .step-content {
        gap: 20px
    }

    .steps .step-icon {
        width: 50px;
        height: 50px
    }

    .steps .step-icon i {
        font-size: 20px
    }

    .steps .step-info {
        padding: 15px
    }

    .steps h3 {
        font-size: 1.2rem
    }

    .steps p {
        font-size: .95rem
    }

    .team .team-member {
        flex-direction: column
    }

    .team .team-member .member-img {
        flex: auto
    }

    .team .team-member .member-img img {
        width: 100%;
        border-radius: 8px 8px 0 0
    }

    .team .team-member .member-info {
        text-align: center
    }

    .team .team-member .member-info .social {
        justify-content: center
    }

    .service-details .service-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .service-details .service-tabs .nav-tabs .nav-link {
        white-space: nowrap;
        padding: 10px 15px;
        font-size: 14px
    }

    .service-details .service-header .lead,
    .service-details .service-tabs .nav-tabs .nav-link i {
        font-size: 16px
    }

    .service-details .service-header h1 {
        font-size: 26px
    }

    .service-details .service-header .service-meta {
        gap: 15px
    }

    .service-details .service-header .service-meta span {
        font-size: 14px
    }
}

.features-tabs .tabs-wrapper {
    background-color: var(--surface-color);
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 90%)
}

.features-tabs .nav-tabs {
    border: 0;
    gap: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap
}

.features-tabs .nav-item {
    flex: 1;
    min-width: 0
}

.features-tabs .nav-link {
    background: color-mix(in srgb, var(--surface-color), var(--default-color) 3%);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    border-radius: 15px;
    padding: 25px 20px;
    gap: 15px;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 80px;
    cursor: pointer
}

.features-tabs .content-wrapper .icon-badge,
.features-tabs .nav-link .tab-icon {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), var(--heading-color) 20%))
}

.features-tabs .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), var(--heading-color) 20%));
    opacity: 0;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    z-index: 1
}

.features-tabs .nav-link .tab-icon {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    justify-content: center;
    transition: .4s cubic-bezier(.4, 0, .2, 1)
}

.features-tabs .nav-link .tab-icon i {
    font-size: 24px;
    color: var(--contrast-color)
}

.features-tabs .nav-link .tab-content {
    position: relative;
    z-index: 2;
    flex: 1
}

.features-tabs .nav-link .tab-content h5 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    transition: color .4s
}

.features-tabs .nav-link .tab-content span {
    font-size: 13px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    transition: color .4s
}

.features-tabs .nav-link:hover {
    transform: translateY(-3px);
    border-color: #fff0
}

.features-tabs .nav-link.active::before,
.features-tabs .nav-link:hover::before {
    opacity: 1
}

.features-tabs .nav-link:hover .tab-icon {
    background: var(--contrast-color);
    box-shadow: 0 8px 25px color-mix(in srgb, var(--default-color), transparent 80%)
}

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

.features-tabs .nav-link.active .tab-icon {
    background: var(--contrast-color)
}

.features-tabs .tab-content .tab-pane {
    padding: 40px 0
}

.features-tabs .content-wrapper {
    padding-right: 40px
}

.features-tabs .content-wrapper .icon-badge {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px color-mix(in srgb, var(--accent-color), transparent 70%)
}

.features-tabs .content-wrapper .icon-badge i {
    font-size: 30px;
    color: var(--contrast-color)
}

.features-tabs .content-wrapper h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
    line-height: 1.2
}

.features-tabs .content-wrapper p {
    font-size: 16px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 30px
}

.features-tabs .content-wrapper .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 35px
}

.features-tabs .content-wrapper .feature-grid-dif {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 15px;
    margin-bottom: 35px
}

.features-tabs .content-wrapper .feature-grid .feature-item {
    display: flex;
    align-items: center;
    gap: 12px
}

.features-tabs .content-wrapper .feature-grid-dif .feature-item {
    display: inherit;
    gap: 12px
}

.features-tabs .content-wrapper .feature-grid .feature-item i,
.features-tabs .content-wrapper .feature-grid-dif .feature-item i {
    font-size: 16px;
    color: var(--accent-color);
    flex-shrink: 0
}

.features-tabs .content-wrapper .feature-grid-dif .feature-item p {
    font-size: 16px;
    margin-bottom: 0
}

.features-tabs .content-wrapper .feature-grid .feature-item span,
.features-tabs .content-wrapper .feature-grid-dif .feature-item span {
    font-size: 14px;
    color: var(--default-color);
    line-height: 1.4
}

.features-tabs .content-wrapper .stats-row {
    display: flex;
    gap: 30px;
    margin-bottom: 35px
}

.features-tabs .content-wrapper .stats-row .stat-item {
    text-align: center
}

.features-tabs .content-wrapper .stats-row .stat-item .stat-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 5px
}

.features-tabs .content-wrapper .stats-row .stat-item .stat-label,
.features-tabs .visual-content .floating-card .card-content span {
    font-size: 12px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    text-transform: uppercase;
    letter-spacing: 1px
}

.features-tabs .content-wrapper .btn-primary {
    background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), var(--heading-color) 20%));
    color: var(--contrast-color);
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border: none;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 70%)
}

.float-item,
.floating-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff
}

.features-tabs .content-wrapper .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px color-mix(in srgb, var(--accent-color), transparent 60%);
    color: var(--contrast-color)
}

.features-tabs .visual-content .main-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%)
}

.features-tabs .visual-content .main-image img {
    width: 100%;
    height: auto;
    transition: transform .6s
}

.features-tabs .visual-content .floating-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--surface-color);
    padding: 20px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 40px color-mix(in srgb, var(--default-color), transparent 80%);
    transform: translateY(20px);
    opacity: 0;
    animation: .8s .6s forwards fadeInUp
}

.features-tabs .visual-content .floating-card .card-content span {
    display: block;
    margin-bottom: 2px
}

.features-tabs .visual-content .floating-card .card-content strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color)
}

@media (max-width:576px) {
    .contact .form-container-overlap {
        margin-top: -80px
    }

    .contact .contact-form-wrapper {
        padding: 20px
    }

    .contact .btn-submit {
        width: 100%
    }

    .contact .map-section {
        height: 400px
    }

    .features-tabs .content-wrapper .feature-grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .features-tabs .content-wrapper .stats-row {
        gap: 20px
    }

    .features-tabs .content-wrapper .stats-row .stat-item .stat-number {
        font-size: 20px
    }

    .features-tabs .visual-content .floating-card {
        bottom: 20px;
        left: 20px;
        padding: 15px 20px;
        gap: 10px
    }

    .features-tabs .visual-content .floating-card i {
        font-size: 24px
    }

    .features-tabs .visual-content .floating-card .card-content strong {
        font-size: 14px
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.text-gold {
    color: #d1a683 !important
}

.featuredSwiper .swiper-slide,
.logoSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.floating-container,
ul.bullets.mb0 {
    flex-direction: column;
    display: flex
}

.logoSwiper img {
    max-width: 100px;
    height: auto;
    object-fit: contain
}

.featuredSwiper img {
    max-height: 50px;
    object-fit: contain
}

ul.bullets.mb0 {
    gap: 20px
}

.floating-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    align-items: center
}

.floating-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
    pointer-events: none
}

.float-item {
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    transition: opacity .3s, transform .3s;
    opacity: 0;
    transform: translateY(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto
}

.float-item img {
    width: 60%;
    height: 60%;
    pointer-events: none
}

.floating-button {
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    z-index: 1001;
    transition: transform .3s
}

.pma-container4,
.ro-container5,
.tax-container3 {
    background: #f9fafb
}

.pma-container4 .swiper-wrapper,
.ro-container5 .swiper-wrapper,
.tax-container3 .swiper-wrapper {
    padding-bottom: 1rem;
    padding-top: 1rem
}

select#currencySelect3,
select#currencySelect4,
select#currencySelect5 {
    border: 2px solid #22afa7;
    border-radius: 10px;
    padding: 5px
}

.pma-currency4,
.pma-title4,
.ro-currency5,
.ro-title5,
.tax-currency3,
.tax-title3 {
    text-align: center;
    margin-bottom: 20px
}

.ro-card5,
.tax-card3 {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%
}

.tax-card3 h3 {
    margin-bottom: 10px;
    font-size: 28px
}

.pma-price4,
.ro-price5,
.tax-price3 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0
}

.pma-term4,
.ro-term5,
.tax-term3 {
    color: #22afa7;
    font-weight: 700;
    margin-bottom: 15px
}

.tax-card3 h4 {
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 16px
}

.pma-card4 ul,
.ro-card5 ul,
.tax-card3 ul {
    padding-left: 20px;
    font-size: 14px;
    color: #444
}

.pma-card4 ul li,
.ro-card5 ul li,
.tax-card3 ul li {
    margin-bottom: 6px
}

.pma-nav4,
.ro-nav5,
.tax-nav3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px
}

.pma-next4,
.pma-prev4,
.ro-next5,
.ro-prev5,
.tax-next3,
.tax-prev3 {
    background: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    color: #22afa7;
    transition: .3s;
    cursor: pointer;
    font-size: 20px
}

.pma-next4:hover,
.pma-prev4:hover,
.tax-next3:hover,
.tax-prev3:hover {
    background: #2c416e;
    color: #fff
}

.pma-container4 .btn-primary,
.ro-container5 .btn-primary,
.tax-container3 .btn-primary {
    background: #22afa7;
    color: #fff;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: .3s
}

.pma-container4 .btn-primary:hover,
.ro-container5 .btn-primary:hover,
.tax-container3 .btn-primary:hover {
    background: #2c416e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(232, 69, 69, .4)
}

.swiper-slide {
    display: flex;
    height: auto
}

.pma-card4 {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.pma-card4 h3,
.ro-card5 h3 {
    margin-bottom: 10px;
    font-size: 26px
}

.pma-card4 h4,
.ro-card5 h4 {
    margin-bottom: 10px;
    font-size: 16px
}

.ro-card5 h4 {
    margin-top: 15px
}

.ro-next5:hover,
.ro-prev5:hover {
    background: #22afa7;
    color: #fff
}

.wrapper-info-blog {
    background-color: #22afa7;
    color: #fff;
    padding: 1rem;
    text-align: center
}

.wrapper-info-blog a {
    color: #fff;
    font-weight: bolder
}

.ia-blog-wrapper {
    background: #fff8f7;
    padding: 40px 20px
}

.ia-blog-container {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: auto
}

.ia-blog-col-1,
.ia-blog-col-3 {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ia-blog-col-2 {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ia-blog-card,
.ia-blog-featured {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    cursor: pointer
}

.ia-blog-card img,
.ia-blog-featured img {
    width: 100%;
    display: block
}

.ia-category {
    font-size: 12px;
    color: #22afa7;
    font-weight: 700;
    margin: 10px 16px 0;
    text-transform: capitalize
}

.ia-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 6px 16px;
    line-height: 1.4;
    color: #000
}

.ia-meta {
    font-size: .9rem;
    color: #777;
    margin: 4px 16px 12px
}

.ia-blog-featured .ia-title {
    font-size: 1.6rem
}

.ia-blog-list-item {
    background: #fff;
    padding: 12px 16px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    transition: .3s
}

.ia-blog-list-item:hover {
    background: #f9f9f9
}

.ia-blog-link {
    text-align: center;
    font-weight: 700;
    color: #22afa7;
    margin-top: 10px;
    display: inline-block;
    transition: .3s
}

.ia-blog-link:hover {
    color: #1a8079
}

@media (max-width:768px) {
    .features-tabs .nav-link {
        padding: 20px 15px;
        min-height: 70px
    }

    .features-tabs .nav-link .tab-icon {
        width: 40px;
        height: 40px
    }

    .features-tabs .nav-link .tab-icon i {
        font-size: 20px
    }

    .features-tabs .nav-link .tab-content h5 {
        font-size: 14px
    }

    .features-tabs .nav-link .tab-content span {
        font-size: 12px
    }

    .features-tabs .tab-content .tab-pane {
        padding: 20px 0
    }

    .features-tabs .content-wrapper h3 {
        font-size: 24px
    }

    .pma-card4,
    .ro-card5 {
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
        display: flex;
        height: 100%
    }

    .pma-card4 {
        flex: 1;
        flex-direction: column;
        justify-content: space-between
    }

    .ro-card5 {
        flex: 1;
        flex-direction: column;
        justify-content: flex-end
    }
}

@media (max-width:992px) {
    .features-tabs .nav-tabs {
        flex-direction: column;
        gap: 15px
    }

    .features-tabs .nav-item {
        flex: none
    }

    .features-tabs .content-wrapper {
        padding-right: 0;
        margin-bottom: 40px
    }

    .ia-blog-container {
        flex-direction: column
    }

    .ia-blog-col-1,
    .ia-blog-col-2,
    .ia-blog-col-3 {
        flex: 0 0 100%
    }

    .ia-blog-featured .ia-title {
        font-size: 1.3rem
    }
}

.mega-menu .head-service {
    font-weight: bolder;
}

/* ==== Mega Menu khusus Desktop ==== */
@media (min-width:1200px) {
    .navmenu .mega-menu {
        position: static;
    }

    .mega-menu ul {
        display: flex;
        align-items: flex-start;
    }

    .mega-menu span.badge {
        background: #22afa7;
    }

    .navmenu .mega-menu>ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(6, minmax(180px, 1fr));
        gap: 15px 10px;
        padding: 20px 35px;
        background: var(--nav-dropdown-background-color);
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease, visibility .3s ease;
        z-index: 999;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .navmenu .mega-menu:hover>ul {
        visibility: visible;
        opacity: 1;
    }

    .navmenu .mega-menu>ul li {
        list-style: none;
        border: none;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    .navmenu .mega-menu>ul h6 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 12px;
        color: var(--nav-dropdown-color);
    }

    /* Link style */
    .navmenu .mega-menu>ul a {
        position: relative;
        display: inline-block;
        padding: 6px 0;
        font-size: 14px;
        color: var(--nav-dropdown-color);
        white-space: normal;
        transition: color .2s;
        text-decoration: none;
    }

    /* Garis animasi */
    .navmenu .mega-menu>ul a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: var(--nav-dropdown-hover-color);
        transition: width .3s ease;
    }

    /* Saat hover */
    .navmenu .mega-menu>ul a:hover {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .mega-menu>ul a:hover::after {
        width: 100%;
    }


    .navmenu .mega-menu>ul a:hover {
        color: var(--nav-dropdown-hover-color);
    }
}

.promo-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.promo-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .75rem;
}

.promo-desc {
    color: #555;
    margin-bottom: 1rem;
}

.promo-price {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.promo-card .btn-primary {
    background-color: #22afa7;
    width: 100%;
    border: none;
}

/* Accordion styling */
.accordion-button {
    font-weight: 600;
    font-size: 1.1rem;
}

.accordion-body {
    padding: 2rem 1rem;
    background: #f9f9f9;
    border-radius: 0.5rem;
}

/* Swiper arrows */
.accordion-career .swiper-button-next,
.swiper-button-prev {
    color: #003366;
    /* warna arrow */
    background: #ffffffaa;
    /* semi transparan background */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

.accordion-career .swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #003366;
    color: #fff;
}

.accordion-career .swiper-pagination-bullet {
    background: #22afa7;
    opacity: 0.6;
}

.accordion-career .swiper-pagination-bullet-active {
    opacity: 1;
}

.accordion-career .swiper-button-next,
.swiper-button-prev {
    background: #ffffffdd;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
    color: #003366;
    font-size: 1.2rem;
}

.accordion-career .swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #003366;
    color: #fff;
}

.accordion-career .swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

.accordion-career .btn {
    background-color: #22afa7;
    border: none;
    width: 100%;
}

.accordion-career img {
    width: 40%;
}

.hidden-challenge .hidden-challenge-title {
    font-weight: 700;
    font-size: 1.75rem;
}

.hidden-challenge .hidden-challenge-desc {
    color: #555;
    font-size: 1rem;
}

.hidden-challenge .hidden-challenge-cta {
    border-radius: 20px;
    width: 100%;
    padding: 10px 20px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.hidden-challenge .hidden-challenge-card {
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 10px 10px 16px -7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 10px 16px -7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 16px -7px rgba(0, 0, 0, 0.5);
}

.hidden-challenge .hidden-challenge-card:hover {
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.hidden-challenge .hidden-challenge-card .icon {
    font-size: 1.5rem;
}

.accordion-flush .accordion-header {
    background: #f3ede6;
}

.accordion-flush .accordion-body {
    border-radius: 0.5rem;
    padding: 0;
    background: #f3ede6;
}

.price-pt-pma-kitas {
    background-image: url('https://investinasia.id/img/batam/background/bg-rectangle.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.price-pt-pma-kitas .bg-second {
    background: transparent !important;
    padding: 0rem 2rem 2rem 2rem;
}

.price-pt-pma-kitas .card-body {
    padding: 10px
}

.price-pt-pma-kitas .bg-white {
    border-radius: 20px;
    padding: 2rem;
}

.price-pt-pma-kitas .accordion-button:after {
    display: none;
}

.price-pt-pma-kitas .accordion-button {
    background: none;
    box-shadow: none;
    font-weight: 500;
}

.price-pt-pma-kitas .accordion-button:focus {
    box-shadow: none;
}

.price-pt-pma-kitas .accordion-button i {
    transition: transform 0.2s ease;
}

.price-pt-pma-kitas .accordion-button:not(.collapsed) i {
    transform: rotate(45deg);
    /* jadi minus */
}

.price-pt-pma-kitas .get-started {
    background-color: #22afa7;
    border: none;
    color: #fff;
}

.price-pt-pma-kitas .swiper {
    padding-bottom: 40px;
}

.price-pt-pma-kitas .swiper-slide {
    display: flex;
    justify-content: center;
}

.price-pt-pma-kitas .card {
    /* max-width: 500px; */
    border-radius: 16px;
    background: #F3EDE6;
}

.price-pt-pma-kitas-nav button {
    margin: 0 6px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.price-pt-pma-kitas hr {
    border: 2px solid black;
}

.benefits-section .btn-primary {
    background-color: #22afa7;
    border: none;
    font-size: 18px;
}

.benefits-section .text-primary {
    color: #000 !important;
}

.benefits-section h2 {
    font-weight: 700;
    font-size: 2rem;
}

.benefit-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.benefit-card h5 {
    font-weight: 600;
    color: #22afa7;
}

.cta-expansion {
    background: linear-gradient(135deg, #f4f6f9, #e9ecef);
    border-radius: 16px;
}

.cta-expansion-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
}

.cta-expansion-title .highlight {
    color: #d1a683;
}

.cta-expansion img {
    border-radius: 10px;
}

.cta-expansion .row {
    align-items: anchor-center;
}

.trusted-global h2 {
    font-size: 2rem;
    color: #222;
}

.trusted-global .stat-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.trusted-global .stat-box:hover {
    transform: translateY(-5px);
}

.trusted-global .stat-box h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #d1a683;
    margin-bottom: 10px;
}

.indo-growth .heading {
    font-size: 2rem;
    font-weight: 700;
}

.indo-growth .sub-head {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.indo-growth p {
    font-size: 1rem;
    line-height: 1.6;
}

.indo-growth img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 1rem;
}

.pma-form img {
    width: 90%;
}

.pma-form .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.faq-pma .accordion-button {
    font-weight: 600;
}

.faq-pma .accordion-body {
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width:768px) {
    .indo-growth img {
        margin-bottom: 2rem;
    }
}