/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*

CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY

--------------------------------------------------------------*/

/*  General Styles
/*----------------------------------------------*/
:root {
    --primary: #1F2755;
    --primary-dark: #000628;
    --primary-light: #20253f;
    --secondary: #9E9FA0;
    --tertiary: #DBDBDB;
    --light: #eee;
    --dark: #202020;
}




*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

body {
    --heading-font: "Inter", sans-serif;
    --heading-font-weight: bold !important;
    --heading-color: #1F1F1F;
    --accent-color: #1F2755;
    --background-color: #F6F6F6;



    /* bootstrap */
    --bs-body-font-family: 'Nunito Sans', sans-serif;
    --bs-body-font-size: 18px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.75313rem;
    --bs-body-color: #ccd0de;
    --bs-body-color-rgb: 143, 143, 143;


}

a {
    text-decoration: none;
    color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: var(--bs-white);
    line-height: var(--heading-line-height);
    letter-spacing: 0.0725rem;
    text-transform: uppercase;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: bold;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: bold;
}

.custom-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.custom-row>.col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
}

.custom-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.header-top {
    /*color: var(--accent-color);*/
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28125rem;
}

/*.heading-color {
    color: var(--accent-color);
}*/

.padding-large {
    /* padding-top: 26.13rem;
    padding-bottom: 14.06rem;*/
    padding-top: 220px;
    padding-bottom: 225px;
}

.padding-medium {
    padding-top: 14rem;
    padding-bottom: 8rem;
}

.padding-medium-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.navbar-brand img {
    width: 170px;
}

@media only screen and (max-width: 912px) {
    .custom-row>.col-lg-3 {
        flex: 0 0 auto;
        width: 33.33%;
        padding-bottom: 1.5rem;
    }

    .padding-large {
        padding-top: 10rem;
        padding-bottom: 3rem;
    }

    .padding-medium {
        padding-top: 5rem;
        padding-bottom: 0rem;
    }

    .padding-medium-2 {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }

    .border-end {
        border-right: none !important;
    }

    .navbar-brand img {
        width: 120px;
    }
}


/* bootstrap button style  */
.btn {
    text-transform: uppercase;
    /* letter-spacing: 0.075rem;
    --bs-btn-padding-x: 3rem;
    --bs-btn-padding-y: 1.4rem;*/
    --bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: 1rem;
    --bs-btn-font-weight: 600;
    /*--bs-btn-border-radius: 0px;*/
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-light);
    --bs-btn-border-color: var(--bs-light);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--bs-light);
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-light);
    --bs-btn-active-bg: var(--bs-light);
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--accent-color);
    --bs-btn-border-color: var(--accent-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--dark);
    --bs-btn-hover-border-color: var(--primary-dark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

/* button arrow style  */
iconify-icon.arrow-icon {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: -3px;
}


/* offcanvas style  */
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-bg: var(--bs-dark);
}

.navbar-toggler {
    border: var(--bs-border-width) solid var(--bs-light);
}

iconify-icon.hamburger-menu {
    color: var(--bs-light);
    font-size: 30px;
}



/*---- navigation section style start ----*/
.navbar-nav .nav-item .nav-link {
    padding: .5rem 1rem;
    color: #fff;
    text-transform: uppercase;
    margin: 0 .5rem;
}

.nav-link {
    padding: 8px 35px;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.075rem;
    border-radius: 5px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
    background: var(--primary);
}

.sticky-nav .navbar-nav .nav-link.active,
.sticky-nav .navbar-nav .nav-link:hover,
.sticky-nav .navbar-nav .nav-link.show {
    background: #fff;
    color: var(--primary);
}

ul.social-div {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 2rem;
    display: flex;
    align-items: center;
}

ul.social-div li {
    display: inline-block;
    padding: 0 5px;
}

ul.social-div li a {
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

ul.social-div li a:hover {
    background-color: var(--accent-color);
}

iconify-icon.social-icon {
    font-size: 1.2rem;
}

/* dropdown style  */

.dropdown-menu {
    --bs-dropdown-bg: var(--bs-black);
    --bs-dropdown-border-radius: 0px;
}

.dropdown-item {
    color: var(--bs-light);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-gray-dark);
}

@media only screen and (max-width: 994px) {
    .offcanvas-body .navbar-nav .nav-item {
        width: 100%;
    }

    ul.social-div {
        margin: 0;
        margin-left: 0;
        margin-top: 3rem;
    }
}

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


/*---- hero section style start ----*/


/*---- project section style start ----*/
/*.swiper-slide {
    width: auto !important;
}
*/
iconify-icon.icon-arrow-left,
iconify-icon.icon-arrow-right {
    color: var(--bs-light);
    font-size: 30px;
}

iconify-icon.icon-arrow-left:active,
iconify-icon.icon-arrow-right:active {
    color: var(--bs-light);
}

@media only screen and (max-width: 576px) {
    .swiper-arrow {
        left: 0;
    }

    iconify-icon.icon-arrow-left,
    iconify-icon.icon-arrow-right {

        font-size: 50px;
    }

}

/*---- price section style start ----*/

/* tab style  */
.nav-tabs {
    --bs-nav-tabs-border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: var(--bs-light);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    border: 1px solid #E4E4E4;
    border-radius: 0px;
    transition: all 0.2s ease-in;

}


.plan-post {
    border: 1px solid var(--bs-border-color);
}

span.price-tick {
    color: var(--accent-color);
}

.price-option {
    height: 320px;
}


/*---- blog section style start ----*/
.blog-content {
    border-bottom: 1px solid var(--bs-border-color);
    transition: all 0.2s ease-in;
}

.blog-topic {
    color: var(--bs-gray-dark);
    font-size: 0.9375rem;
    letter-spacing: 0.28125rem;
}

.blog-title {
    transition: all 0.3s ease-in;
}


.blog-content:hover {
    background: var(--background-color);
}

.blog-content:hover .blog-title {
    color: var(--accent-color);
}

/*---- video section style start ----*/
#hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#hero .video-overlay {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.inner-hero {
    background-image: url(images/inner-banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.video .video-player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

iconify-icon.video-icon {
    font-size: 66px;
    color: var(--bs-light);
    border-radius: 6.25rem;
    background: rgba(255, 255, 255, 0.35);
}

#basic_laundry,
#premium_dry_clean,
#2_wheeler_basic_wash,
#4_wheeler_basic_wash,
#4_wheeler_premium_wash,
#1_bhk_deep_cleaning,
#2_bhk_deep_cleaning,
#small_office_cleaning,
#factory_floor_cleaning {
    scroll-margin-top: 120px !important;
    /* Ensures the browser treats it as a box */
}

/*---- footer section style start ----*/

.navbar-nav .footer-list .nav-link.active,
.navbar-nav .footer-list .nav-link:hover,
.navbar-nav .footer-list .nav-link.show {
    background: transparent;
    color: #fff;
}

iconify-icon.social-icon-footer {
    font-size: 20px;
    color: #D0D0D0;
}

iconify-icon.social-icon-footer.active,
iconify-icon.social-icon-footer:hover,
iconify-icon.social-icon-footer.show {
    color: #fff;
}


/*--------------------------------------------------------------
about section style start
--------------------------------------------------------------*/

.breadcrumb {
    --bs-breadcrumb-divider-color: var(--bs-light);
}


/*--------------------------------------------------------------
blog section style start
--------------------------------------------------------------*/

.blog-title:hover {
    color: var(--accent-color);
}

.pagination {
    --bs-pagination-active-bg: var(--bs-black);
    --bs-pagination-active-border-color: var(--bs-gray-dark);
}


/*--------------------------------------------------------------
booking section style start
--------------------------------------------------------------*/

.form-control {
    padding: 0.9rem 0.9rem;
    font-size: 1.2rem;
    border-radius: 10px;
    color: var(--bs-black);
}

.form-control:focus {
    color: var(--accent-color);
    background-color: var(--bs-body-bg);
    border-color: var(--accent-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--bs-gray);
}

/*--------------------------------------------------------------
faqs section style start
--------------------------------------------------------------*/

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-gray);
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-black);
    outline: 0;
    box-shadow: var(--bs-black);
}


/*--------------------------------------------------------------
services section style start
--------------------------------------------------------------*/

.services-content {
    border-radius: 20px;
}

iconify-icon.service-icon {
    font-size: 80px;
    color: var(--accent-color);
}

a.icon-link {
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-table;
}

a.icon-link:after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--accent-color);
    width: 20%;
    transition: width 0.2s ease-out;
}

a.icon-link:hover:after {
    width: 80%;
}




/*--------------------------------------------------------------
reviews section style start
--------------------------------------------------------------*/
#testimonials :is(p, h5) {
    color: var(--primary-light);
}

.reviews-components {
    border: 2px solid #FAFAFA;
    box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
    border-radius: 9px;
}

iconify-icon.quote {
    font-size: 60px;
    color: var(--tertiary);
}

.rate {
    color: var(--accent-color);
}



/*--------------------------------------------------------------
gallary/project section style start
--------------------------------------------------------------*/

button.filter-button {
    letter-spacing: 0.075rem;
    border: 1px solid var(--bs-border-color);
    background: transparent;
    color: var(--bs-black);
    text-transform: uppercase;
    font-size: 1rem;
    transition: all 0.3s ease-in;
}

button.filter-button.active {
    color: var(--bs-light);
    background: var(--accent-color);
}

button.filter-button:hover {
    color: var(--bs-light);
    background: var(--accent-color);
}

.item .description {
    width: 100%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    transition: all 0.5s ease-in;
    background-color: color(srgb 0 0 0 / 0.50);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item:hover .description {
    opacity: 1;
}


/* chocolat style  */
.chocolat-wrapper.chocolat-visible {
    z-index: 9999999999;
    transition: opacity 0.4s, visibility 0s;
    opacity: 1;
    visibility: visible;
}

.counter {
    background-color: #111111;
    color: #fff;
    padding: 100px;
}

.counter H3 {
    color: #fff
}

.top-wawe {
    position: absolute;
    top: -10px;
    left: 0;
    fill: #fff;
    height: 70px;
    width: 100%;
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.shape-bottom svg {
    fill: #fff;
    height: 56px;
    transform-origin: center;
    transform: rotateY(0deg);
    width: 120%;
}

.shape-bottom {
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    z-index: 111;
    width: 100%;
    left: 0;
    /* height: 25px; */
}

/*.testimonials-swiper .reviews-components {
    max-width: 400px;
}*/

#testimonials iconify-icon.icon-arrow-left,
#testimonials iconify-icon.icon-arrow-right {
    color: var(--bs-dark);
    font-size: 40px;
}

.video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: white;
}

.video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-overlay {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    /* optional overlay */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.video-overlay h1 {
    font-size: 2.8rem;
}

.appie-single-service-2 {
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    height: 100%;
    display: flex;
    gap: 15px;
}

section {
    overflow: hidden;
}

.appie-single-service-2 .icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background-color: #ffc107;
    display: block;
    border-radius: 5px;
}

#hero {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

/*#hero::before {
    content: "";
    background: linear-gradient(to bottom right, rgb(0 0 0 / 5%), rgb(0 0 0 / 0%));
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 37%);
    z-index: -1;
}*/

.work__item {
    cursor: pointer;
    position: relative;
}

.work__shape {
    position: absolute;
    right: -60px;
    top: 32px;
    z-index: -1;
}

.work__item-wrap .row [class*=col-]:last-child .work__shape {
    display: none;
}

.work__icon {
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    position: relative;
    font-size: 56px;
    line-height: 0;
}

.work__icon img {
    max-width: 50px;
    transform: rotateY(0);
    transition: all .3s ease-out 0s;
}

.work__icon .number {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    right: 3px;
    top: 0;
}

.work__item:hover .work__icon img {
    transform: rotateY(180deg);
}


.proton-features-wrapper {
    padding: 16px;
    border-radius: 5px;
    text-align: center;
    height: 100%;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    background-color: var(--primary);
}

.proton-features-wrapper:hover {
    box-shadow: 0 -3px 0 0 rgba(234, 76, 137, .004), 0 20px 20px 0 rgba(14, 17, 51, .1);
    transform: translateY(-10px);
    background-image: linear-gradient(to bottom right, rgb(0 0 0 / 5%), rgb(0 0 0 / 0%));
}

.proton-features-wrapper:hover .proton-features_icon {
    background-color: #c6c6c6;
}

.proton-features_icon {
    width: 64px;
    background-color: #e5e5e5;
    height: 64px;
    border-radius: 100%;
    line-height: 64px;
    font-size: 30px;
    margin: 0 auto 16px auto;
    transition: all .3s ease-out 0s;
}

/*#our-primium-services {
    background-color: #f2f2f2;
}*/
#our-primium-services {
    /*background-image: url("images/services-bg.jpg");
    background-attachment: fixed;*/
    position: relative;
    z-index: 1;
}

/*#our-primium-services:before{
    content: "";
    background: linear-gradient(to bottom right, rgb(0 0 0 / 5%), rgb(0 0 0 / 0%));
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 37%);
    z-index: -1;
}*/

.service-desc {
    padding-left: 2rem;
}

.services-arrow iconify-icon.icon-arrow-left,
.services-arrow iconify-icon.icon-arrow-right {
    color: #000;
    font-size: 30px;
}

.services-arrow {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.services-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.services-swiper-wrapper:hover img {
    transform: scale(1.1);
}

.proton-features_icon i {
    font-size: 30px;
    color: #000;
}

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

.trusted-wrapper {
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 30px;
}

.primium-services-wrapper {
    padding: 16px;
    display: flex;
    gap: 16px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    height: 100%;
    transition: all .3s ease-out 0s;
    cursor: pointer;
}

.primium-services_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f2f2f2;
    flex: none;
    border-radius: 5px;
    transition: all .3s ease-out 0s;
}

.primium-services-wrapper:hover {
    box-shadow: 0 -3px 0 0 rgba(234, 76, 137, .004), 0 20px 20px 0 rgba(14, 17, 51, .1);
    transform: translateY(-10px);

}

.proton-features-wrapper:hover .primium-services_icon {
    background-color: #c6c6c6;
}

.primium-services_icon i {
    font-size: 30px;
    color: #000;
}

.blog-item {
    padding: 30px;
    /* background-color: #f2f2f2; */
    border-radius: 5px;
    box-shadow: 0px 15px 50px 0px rgba(14, 17, 51, 0.1);
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
}

.blog-item .thumb {
    max-width: 120px;
    min-width: 120px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 16px;
}

.blog-item .thumb img {
    width: 100%;
    transition: all linear 0.3s;
}

.blog-item .content .title {
    font-size: 18px;
    line-height: 28px;
}

.blog-item .content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-item .content ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 22px;
}

.blog-item .content ul li i {
    padding-right: 6px;
}

.footer-contact-icon i {
    font-size: 24px;
}

.copyright {
    border-top: 1px solid var(--primary-dark);
    margin-top: 1.5rem;
}

.space-top {
    padding-top: 50px;
}

.space-bottom {
    padding-bottom: 50px;
}

.space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-100 {
    padding: 50px
}

.clip-section {
    clip-path: inset(0% 0% round 20px);
    padding: 50px;
}

.bg-black {
    background-color: var(--primary-dark) !important
}

.counter-1 {
    background-color: var(--primary-dark);
    padding: 30px;
    border-radius: 5px;
}

.about-img img {
    border-radius: 20px;
}

.about-img {
    padding-left: 100px;
    position: relative;
}

.teatmonial-autor {
    display: flex;
    gap: 15px;
    align-items: center;
}

.testimonials-autor-img {
    max-width: 80px;
}

.testimonials-autor-img img {
    border-radius: 100%;
}


.services-swiper .item .services-swiper-wrapper {
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.services-description {
    position: absolute;
    bottom: -1px;
    left: 0;
    /*height: 100%;*/
    width: 100%;
    background-color: rgb(0 0 0 / 80%);
    display: block;
    overflow: hidden;
    padding: 18px 30px 8px 30px;
    text-align: center;
    backdrop-filter: blur(4px);
}

/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap.style1 {
    background-color: #000;
}

.marquee-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}

.marquee-inner {
    display: flex;
    will-change: transform;
    transform: translateX(0);
    animation: marquee 70s linear infinite;
}

.marquee-text {
    position: relative;
    white-space: nowrap;
}

.marquee-text span {
    font-size: 50px;
    line-height: 86px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
}

.marquee-text i {
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    margin: 0 30px;
    color: #fff;
    vertical-align: middle;
}

.marquee-text:nth-child(2n+2) span {
    color: #000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.marquee-wrap.style2 .marquee-text span {
    font-size: 30px;
    line-height: 40px;
    text-shadow: none;
    color: #000;
}

.marquee-wrap.style2 {
    padding: 10px 0;
    transform: scale(1.1) rotate(4deg);
    background: #fff;
}

.marquee-wrap.style2 .marquee-inner {
    animation-direction: reverse;
}

.marquee-text i {
    font-size: 24px;
}

.marquee-wrap.style2 .marquee-text i {
    color: #000;
}


.new-nav {
    position: absolute;
    z-index: 111
}

.round-text {
    width: 150px;
    overflow: hidden;
    height: 150px;
    z-index: 9;
    position: absolute;
    border-radius: 50%;
    z-index: 5;
    left: 22px;
    top: -30px;
}

.round-text text {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    fill: #fff;
}

.round-text .round-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 40s;
    -moz-animation-duration: 40s;
    -ms-animation-duration: 40s;
    -o-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.text-btn-icon {
    font-size: 40px;
    color: #000 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-btn-icon svg {
    fill: #fff;
}


.service-tab {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.service-tab .nav-link.active,
.service-tab .show>.nav-link {
    color: var(--primary);
    background-color: var(--bs-body-bg);
}

.service-tab .nav-link {
    color: var(--bs-body-color);
    background: var(--primary);
}

.service-tab .nav-link:hover {
    background-color: #000000;
    color: #fff;
}

.whatsapp-massage {
    position: fixed;
    bottom: 20px;
    z-index: 111111111111;
    right: 10px;
}

.whatsapp-massage img {
    width: 60px;
}

/*.partner-swiper .swiper-wrapper {   
    justify-content: center;
}*/

.b-services {
    display: flex;
    gap: 15px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 16px;
    align-items: center;
    background-color: var(--primary);
}

.b-services-Icon img {
    max-width: 60px;
    filter: brightness(0) invert(1);
}

.b-services-containt p {
    margin-bottom: 0;
}

.bg-gray {
    background-color: var(--primary)
}

@media only screen and (max-width: 1200px) {
    .p-100 {
        padding: 100px 30px;
    }

    .clip-section {
        clip-path: inherit;
    }
}

@media only screen and (max-width: 1024px) {
    .about-img {
        padding-left: 0px;
    }

    .round-text {
        left: -25px;
    }
}

@media only screen and (max-width: 912px) {
    #hero {
        background-position: center center;
        background-size: cover;
    }

    .work__shape {
        display: none;
    }

    .round-text {
        left: 0;
        top: 0;
    }

    .p-100 {
        padding: 100px 16px;
    }

}

@media only screen and (max-width: 767px) {
    .space {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .custom-row>.col-lg-3 {
        flex: 0 0 auto;
        width: 100%;
        padding-bottom: 1.5rem;
    }

    .p-100 {
        padding: 25px 0;
    }

    #testimonials .clip-section {
        padding: 25px;
    }

    .clip-section {
        padding: 25px 0;
    }

    .video-overlay h1 {
        font-size: 2rem;
    }

    .b-services {
        flex-direction: column;
    }

    .b-services-containt {
        text-align: center;
    }

    .partner-swiper .swiper-wrapper {
        justify-content: start;
    }

}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: bold;
}

/*---------------------------------------------------------------------
  Keyframes Animation
----------------------------------------------------------------------*/

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}


@keyframes shine {
    0% {
        -webkit-mask-position: 150%;
    }

    100% {
        -webkit-mask-position: -50%;
    }

}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(720deg);
        -moz-transform: rotate(720deg);
    }
}

/* Product Category Section */
#product-categories {
    background-color: var(--accent-color);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.category-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    /* Slight transparency */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.category-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.category-card .icon-wrapper {
    margin-bottom: 20px;
}

.category-card img {
    filter: brightness(0) invert(1);
    width: 100px;
}

.category-card h4 {
    letter-spacing: 0.05em;
}

/* Ensure the nav is always ready to be sticky */
.new-nav {
    position: fixed;
    /* Changed from absolute to fixed */
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 1030;
    /* Higher than hero content */
}

/* This is the class the JS adds on scroll */
.new-nav.sticky-nav {
    background-color: #1F2755 !important;
    /* Your primary color */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}