.services-section {

    padding: 50px 0;

}

.services-heading {

    max-width: 720px;

    margin: 0 auto 70px;

    text-align: center;

}

.section-badge {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 8px 18px;

    margin-bottom: 20px;

    border-radius: 50px;

    background: var(--clr-surface);

    border: 1px solid var(--clr-border);

    color: var(--clr-blue);

    font-weight: 600;

    font-size: 14px;

}

.services-heading h2 {

    font-size: clamp(34px, 5vw, 46px);

    font-weight: 800;

    color: var(--clr-text);

    margin-bottom: 18px;

}

.services-heading p {

    color: var(--clr-text-muted);

    line-height: 2;

    font-size: 16px;

}

.services-grid {

    display: grid;

    grid-template-columns:repeat(auto-fit, minmax(270px, 1fr));

    gap: 24px;

}

.service-card {

    display: flex;

    flex-direction: column;

    padding: 34px;

    border-radius: 20px;

    background: var(--clr-surface);

    border: 1px solid var(--clr-border);

    transition: .25s ease;

    height: 100%;

}

.service-card:hover {

    transform: translateY(-6px);

    border-color: rgba(14, 165, 233, .35);

}

.service-icon {

    width: 58px;

    height: 58px;

    border-radius: 16px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 26px;

    background: rgba(14, 165, 233, .08);

    color: var(--clr-blue);

    font-size: 22px;

    transition: .25s;

}

.service-card:hover .service-icon {

    background: var(--grad-brand);

    color: #fff;

}

.service-card h3 {

    font-size: 22px;

    font-weight: 700;

    color: var(--clr-text);

    margin-bottom: 14px;

}

.service-card p {

    color: var(--clr-text-muted);

    line-height: 2;

    font-size: 15px;

    margin-bottom: 28px;

}

.service-card a {

    margin-top: auto;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--clr-blue);

    text-decoration: none;

    font-weight: 600;

    transition: .25s;

}

.service-card:hover a {

    gap: 14px;

}

.service-card a i {

    font-size: 13px;

}

/*==================================================
                ORDER PROCESS
==================================================*/

.order-process {

    background-color: var(--clr-bg-2);
    padding: 50px 0;
    position: relative;
    overflow: hidden;

}

.process-slider {

    position: relative;
    margin-top: 70px;
}

.procedureP {
    text-align: justify;
}

/*=========================
        Timeline
==========================*/

.process-timeline {

    position: relative;
    width: 100%;
    height: 4px;
    background: var(--clr-border);
    border-radius: 20px;
    margin: 70px auto -28px;
    overflow: hidden;
}

.timeline-progress {

    position: absolute;
    inset: 0;
    width: 0;
    background: var(--grad-brand);
    border-radius: 20px;
    transition: 1.3s ease;
}

.order-process.active .timeline-progress {

    width: 100%;
}

/*=========================
        Column
==========================*/

.process-col {

    position: relative;
    opacity: 0;
    transform: translateY(45px);
    transition: .7s cubic-bezier(.2, .8, .2, 1);

}

.process-col.show {

    opacity: 1;
    transform: none;
}

/*=========================
        Card
==========================*/

.process-item {

    position: relative;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: 22px;
    padding: 32px 26px;
    text-align: center;
    height: 100%;
    transition: var(--tr-normal);
    backdrop-filter: blur(12px);
}

.process-item:hover {

    transform: translateY(-8px);
    border-color: rgba(14, 165, 233, .25);
    box-shadow: var(--shadow-card);
}

/*=========================
        Number
==========================*/

.process-top {

    display: flex;

    justify-content: center;

    margin-top: -64px;

    margin-bottom: 25px;

}

.process-number {

    width: 64px;

    height: 64px;

    border-radius: 50%;

    background: var(--clr-bg);

    border: 4px solid var(--clr-blue);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

    font-weight: 700;

    color: var(--clr-blue);

    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);

    transition: .35s;

}

.process-item:hover .process-number {

    background: var(--clr-blue);

    color: #fff;

}

/*=========================
        Icon
==========================*/

.process-icon {

    width: 72px;

    height: 72px;

    margin: 0 auto 25px;

    border-radius: 18px;

    background: linear-gradient(135deg,
    rgba(14, 165, 233, .08),
    rgba(124, 58, 237, .08));

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 28px;

    color: var(--clr-blue);

    transition: .35s;

}

.process-item:hover .process-icon {

    transform: translateY(-4px);

    background: var(--grad-brand);

    color: #fff;

}

/*=========================
        Title
==========================*/

.process-item h4 {

    font-size: 20px;

    margin-bottom: 16px;

    color: var(--clr-text);

    font-weight: 700;

}

/*=========================
        Text
==========================*/

.process-item p {

    color: var(--clr-text-muted);

    line-height: 2;

    font-size: 15px;

    margin: 0;

}

/*=========================
        Owl
==========================*/

.owl-stage {

    display: flex;

}

.owl-item {

    display: flex;

}

.owl-item .process-col {

    width: 100%;

    opacity: 1 !important;

    transform: none !important;

}

.owl-item .process-item {

    margin-top: 35px;

}

/*=========================
        Dots
==========================*/

.order-process .owl-dots {

    margin-top: 30px;

}

.order-process .owl-dot span {

    width: 10px;

    height: 10px;

    background: var(--clr-border) !important;

    transition: .3s;

}

.order-process .owl-dot.active span {

    width: 28px;

    border-radius: 20px;

    background: var(--clr-blue) !important;

}

/*=========================
        Responsive
==========================*/

@media (max-width: 1199px) {

    .process-item {

        padding: 28px 20px;

    }

    .process-item h4 {

        font-size: 18px;

    }

}

@media (max-width: 991px) {

    .process-timeline {

        display: none;

    }

    .process-slider {

        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 18px;
        padding: 10px 5px 20px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .process-slider::-webkit-scrollbar {

        display: none;
    }

    .process-col {

        flex: 0 0 85%;
        max-width: 85%;
        opacity: 1;
        transform: none;
        scroll-snap-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .process-item {

        margin-top: 25px;
        height: 100%;
    }

}

.home-products {

    padding: 110px 0;
}

.product-tabs {

    gap: 12px;
}

.product-tabs .nav-link {

    border: 1px solid var(--clr-border);
    background: transparent;
    color: var(--clr-text);
    border-radius: 50px;
    padding: 10px 22px;
    transition: .25s;
    font-weight: 600;
}

.product-tabs .nav-link.active {

    background: var(--grad-brand);
    color: #fff;
    border-color: transparent;
}

.product-card {

    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: 20px;
    overflow: hidden;
    transition: .25s;
    height: 100%;
}

.product-card:hover {

    transform: translateY(-5px);

    border-color: rgba(14, 165, 233, .35);

}

.product-image {

    aspect-ratio: 1/1;

    overflow: hidden;

    background: #fff;

}

.product-image img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    transition: .3s;

    padding: 20px;

}

.product-card:hover img {

    transform: scale(1.04);

}

.product-body {

    padding: 25px;

}

.product-body h3 {

    font-size: 18px;

    margin-bottom: 14px;

    line-height: 1.8;

    height: 58px;

}

.product-body h3 a {

    color: var(--clr-text);

    text-decoration: none;

}

.product-body p {

    color: var(--clr-text-muted);
    font-size: 14px;
    line-height: 2;
    height: 84px;
    overflow: hidden;
}

.product-footer {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.price {

    color: var(--clr-blue);
    font-weight: 700;
}

.product-footer a {

    color: var(--clr-text);
    text-decoration: none;
    font-weight: 600;
}

.home-blog {

    background-color: var(--clr-bg-2);
    padding: 50px 0;
}

.blog-featured {

    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    transition: .25s;
}

.blog-featured:hover {

    transform: translateY(-5px);
    border-color: rgba(14, 165, 233, .35);
}

.blog-image {

    aspect-ratio: 16/9;
    overflow: hidden;
}

.blog-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s;
}

.blog-featured:hover img {

    transform: scale(1.05);
}

.blog-content {

    padding: 30px;
}

.blog-date {

    color: var(--clr-text-muted);
    font-size: 14px;
}

.blog-content h3 {

    margin: 18px 0;
    font-size: 28px;
    line-height: 1.7;
}

.blog-content h3 a {

    color: var(--clr-text);
    text-decoration: none;
}

.blog-content p {

    color: var(--clr-text-muted);
    line-height: 2;
    margin-bottom: 25px;
}

.blog-more {

    color: var(--clr-blue);
    text-decoration: none;
    font-weight: 600;
}

/*========================*/

.blog-mini {

    display: flex;
    gap: 20px;
    align-items: center;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    border-radius: 18px;
    padding: 18px;
    transition: .25s;
    height: 100%;
}

.blog-mini:hover {

    transform: translateY(-4px);
    border-color: rgba(14, 165, 233, .35);
}

.blog-mini-image {

    width: 170px;
    min-width: 170px;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 14px;
}

.blog-mini-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s;
}

.blog-mini:hover img {
    transform: scale(1.05);
}

.blog-mini-content span {
    font-size: 13px;
    color: var(--clr-text-faint);
}

.blog-mini-content h4 {
    margin: 10px 0 16px;
    font-size: 18px;
    line-height: 1.8;
}

.blog-mini-content h4 a {
    color: var(--clr-text);
    text-decoration: none;
}

.blog-mini-content a {
    color: var(--clr-blue);
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 991px) {
    .blog-mini {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-mini-image {
        width: 100%;
        min-width: 100%;
    }
}

.watchAllBlogs {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.watchAllBlogs a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    color: var(--clr-text);
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    transition: all .25s ease;
}

.watchAllBlogs a i {
    transition: transform .25s ease;
    font-size: 14px;
}

.watchAllBlogs a:hover {
    background: var(--clr-blue);
    color: #fff;
    border-color: var(--clr-blue);
    transform: translateY(-2px);
}

.watchAllBlogs a:hover i {
    transform: translateX(-5px);
}

/*==========================
        ABOUT BANNER
===========================*/

.about-banner {

    position: relative;
    padding: 60px 0;
    background: url('../../images/about.jpg') center center/cover no-repeat;
    overflow: hidden;
}

.about-overlay {

    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
    rgba(5, 8, 22, .82) 0%,
    rgba(5, 8, 22, .68) 45%,
    rgba(5, 8, 22, .45) 100%);
}

.about-banner .container {

    position: relative;
    z-index: 2;
}

.about-banner h2 {

    color: #fff;
    font-size: 42px;
    margin: 20px 0;
}

.about-banner p {

    color: rgba(255, 255, 255, .85);
    line-height: 2.1;
    margin: 0 auto;
    max-width: 760px;
}

.about-features {

    margin-top: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.about-features span {

    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    padding: 12px 18px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .08);
}

.about-features i {

    color: var(--clr-blue);
}

.about-buttons {

    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary-custom {

    background: var(--grad-brand);
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.btn-primary-custom:hover {

    transform: translateY(-3px);
    color: #fff;
}

.btn-outline-custom {

    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(8px);
}

.btn-outline-custom:hover {

    background: var(--clr-bg);
    color: var(--clr-text);
}

@media (max-width: 768px) {

    .about-banner {

        padding: 90px 0;
    }

    .about-banner h2 {

        font-size: 30px;
    }

    .about-features {

        flex-direction: column;
        align-items: center;
    }

    .about-features span {

        width: 100%;
        justify-content: center;
    }

    .about-buttons {

        flex-direction: column;
    }

    .about-buttons a {

        width: 100%;
    }
}

/*=====================================
        Clients
======================================*/

.clients-section {

    background-color: var(--clr-bg-2);
    padding: 80px 0;
}

.clients-slider {

    margin-top: 50px;

}

.client-card {

    background: var(--clr-surface);

    border: 1px solid var(--clr-border);

    border-radius: 22px;

    padding: 45px;

    text-align: center;

    height: 100%;

    transition: var(--tr-normal);

}

.client-card:hover {

    transform: translateY(-8px);

    box-shadow: var(--shadow-card);

}

.client-badge {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 8px 18px;

    border-radius: 50px;

    background: rgba(14, 165, 233, .08);

    color: var(--clr-blue);

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 28px;

}

.client-logo {

    height: 110px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 28px;

}

.client-logo img {

    max-height: 90px;

    max-width: 220px;

    object-fit: contain;

    filter: grayscale(100%);

    opacity: .8;

    transition: .35s;

}

.client-card:hover img {

    filter: none;

    opacity: 1;

    transform: scale(1.05);

}

.client-card h3 {

    font-size: 24px;

    margin-bottom: 15px;

    color: var(--clr-text);

}

.client-card p {

    color: var(--clr-text-muted);

    line-height: 2;

    margin: 0;

}

.clients-footer {

    margin-top: 55px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 25px;

    padding: 30px 35px;

    background: var(--clr-bg);

    border-radius: 18px;

}

.clients-text strong {

    display: block;

    font-size: 22px;

    color: var(--clr-text);

    margin-bottom: 10px;

}

.clients-text span {

    color: var(--clr-text-muted);

}

.clients-btn {

    min-width: 190px;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border-radius: 14px;

    text-decoration: none;

    color: #fff;

    background: var(--grad-brand);

    transition: .3s;

    font-weight: 600;

}

.clients-btn:hover {

    color: #fff;

    transform: translateY(-4px);

}


/*==========================
        Mobile
===========================*/

@media (min-width: 992px) {

    .clients-slider {

        display: grid;

        grid-template-columns:repeat(2, 1fr);

        gap: 30px;

    }

    .clients-slider .item {

        width: 100%;

    }

}

@media (max-width: 991px) {

    .clients-footer {

        flex-direction: column;

        text-align: center;

    }

    .clients-btn {

        width: 100%;

    }

    .client-card {

        margin: 8px;

    }

}

@media (max-width: 768px) {

    .clients-section {

        padding: 80px 0;

    }

    .client-card {

        padding: 30px;

    }

    .client-card h3 {

        font-size: 20px;

    }

    .clients-text strong {

        font-size: 20px;

    }

}

.owl-nav {
    text-align: center !important;
}