/**
****************************************************************
* homepage 
****************************************************************
*/
/**
****************************************************************
* banner section
****************************************************************
*/

.spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    height: 100vh;
    /* width: 100vw; */
    background-color: #fff;
}


.homepage .hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100svh;
    overflow: hidden;

    @media (max-width:576px) {
        height: 100%;
    }

}

.homepage .hero .hero-text {
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
    line-height: 1.1em;
    letter-spacing: 1px;
    color: #000;

    @media (max-width:1439px) {
        font-size: 45px;
    }

    @media (max-width:991px) {
        font-size: 48px;
        line-height: 60px;
    }

    @media (max-width:767px) {
        width: 100%;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        margin-top: 3rem;
    }
}

.homepage .hero .banner-content {
    max-width: 78%;
    margin: auto;
    height: 100vh;


    @media (max-width:1400px) {
        margin-top: 3rem;
        max-width: 64%;
    }

    @media (max-width:991px) {
        margin-top: 0rem;
        max-width: 90%;
    }

    @media (max-width:575px) {
        margin-top: 4rem;
        max-width: 100%;
        height: 100%;
        padding: 120px 0;
    }
}

.homepage .hero .banner-content .dark-btn {
    @media (max-width:1139px) {
        padding: 28px 40px;
        margin: auto;
    }

    @media (max-width:767px) {
        padding: 28px 40px;
        margin: auto;
        font-size: 16px;
        line-height: 1em;
    }

    @media (max-width:576px) {
        padding: 32px 46px;
        margin: auto;
        font-size: 16px;
        line-height: 1em;
    }

    &:hover {
        background-color: #E62B4A;
        border-color: #E62B4A;
    }
}

.homepage .hero .banner-content .dark-btn {
    visibility: hidden;
}

.homepage .hero .banner-text span {
    display: inline-block;
}

.word {
    display: inline-block;
}

.char {
    display: inline-block;
}


@media (max-width:575px) {

    .homepage .hero .swiper-button-next,
    .homepage .hero .swiper-button-prev {
        top: 90%;
        transform: translateY(-50%);
    }

    .homepage .hero .swiper-button-prev {
        left: 45px;
    }

    .homepage .hero .swiper-button-next {
        right: 45px;

    }
}

/**
****************************************************************
* audit report
****************************************************************
*/
.audit-report {
    background-color: #000;
    padding: 100px 0px;

    @media (max-width:575px) {
        padding: 55px 0;
    }
}

.audit-report h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 3rem;

    @media (max-width:575px) {
        font-size: 24px;
    }
}

.audit-report input {
    height: 140px;
    width: 100%;
    outline: 0;
    border: 0;
    font-size: 22px;
    display: block;
    padding: 5px 20px;
    border-radius: 0;

    @media (max-width:575px) {
        height: 65px;
        padding: 5px 1rem;
        font-size: 18px;
    }
}

.audit-report .row {
    row-gap: 15px;

    @media (max-width:575px) {
        column-gap: 0px;
    }
}

.audit-report .row .col-6 {
    @media (max-width:575px) {
        padding: 8px;
    }
}

.audit-report .dark-btn {
    color: #fff !important;
    background: #E62B4A;
    width: 100%;
    height: 140px;
    text-transform: uppercase;

    background: linear-gradient(to right, #E62B4A 50%, #000 50%) left;
    background-size: 200%;
    border: none;

    @media (max-width:575px) {
        height: 65px;
        font-size: 100%;
        padding: 0px 8px;
        line-height: 20px;
    }

    &:hover {
        background-position: right;
        /* border-right: 4px solid #000; */
        color: white !important;
    }
}


/**
****************************************************************
* our commitment
****************************************************************
*/

.our-commitment {
    padding: 100px 0px;

    @media (max-width:575px) {
        padding: 55px 0px;
    }
}

.our-commitment .headings {
    max-width: 75%;
    margin: auto;
    margin-bottom: 30px;

    @media (max-width:991px) {
        max-width: 100%;
    }
}

.our-commitment .headings .sec-title {
    @media (max-width:991px) {
        font-size: 44px;
    }

    @media (max-width:767px) {
        font-size: 34px;
        line-height: 50px;
    }

    @media (max-width:575px) {
        font-size: 24px;
        line-height: 34px;
    }
}

.our-commitment .headings .sec-desc {
    max-width: 55%;
    margin: auto auto 52px auto;

    @media (max-width:767px) {
        max-width: 100%;
    }

    @media (max-width:991px) {
        margin-bottom: 0;
    }
}

.commitment-item {
    padding: 50px 50px 100px 50px;
    border: 2px solid #dadada63;
    position: relative;
    transition: all 0.4s ease-in-out;
    max-height: 300px;
    overflow: hidden;

    &:hover {
        background-color: #E62B4A;
        border-color: transparent;

        h3.title {
            color: #fff;
        }

        p {
            color: #fff;
        }

        .icon-wrap i {
            color: #fff;
        }

        .icon-wrap i {
            transition: all 0.65s;
            transform: rotateY(360deg);
        }
    }

    @media (max-width:575px) {
        padding: 50px 15px 100px 15px;
    }
}

.commitment-item h3 {
    font-size: 20px;
    letter-spacing: .80px;
    color: #000;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 35px;
    font-weight: 400;
}

.commitment-item p {
    margin-bottom: 30px;
    letter-spacing: 0.8px;
    color: #818181;
    font-size: 1rem;
    line-height: 28px;
}

.our-commitment .swiper-button-next,
.our-commitment .swiper-button-prev {
    top: 60%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    padding: 4px;
}

.commitment-item .icon-wrap i {
    font-size: 64px;
    font-style: normal;
    color: #000;
    display: inline-block;
    margin: 0 0 0;
}

.icon-wrap:after {
    background: url(../images/shadow.png) no-repeat center center / cover;
    height: 7px;
    width: 75px;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -17px;
    margin: 0 auto;
    z-index: 2;
}

/**
****************************************************************
* Google Ads
****************************************************************
*/
.google-ads {
    background-color: #F4F4F4;
    padding: 100px 0 100px 0;

    @media (max-width:575px) {
        padding: 55px 0;
    }

}

.google-ads .headings {
    margin: 0px 0px 34px 0px;
}

.google-ads .service-content {
    margin-left: 75px;
}

.google-ads .service-content h3 {
    font-size: 18px;
    line-height: .8;
    letter-spacing: 0.72px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 29px;
    font-weight: 400;
}

.google-ads .service-content .service-desc {
    font-size: 1rem;
    color: #818181;
    line-height: 33px;
    letter-spacing: 0.3px;
}

.google-ads .service-counter {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    width: 50px;
    height: 48px;
    line-height: .8;
    background: #000;
}

.google-ads .featurebar {
    position: absolute;
    left: 24px;
    top: 58px;
    content: '';
    width: 2px;
    height: calc(100% - 70px);
    background: #000;
}

.google-ads .google-ads-image .notes {
    background-color: #e62b4a;
    color: #ffffff;
    padding: 43px 103px 45px 50px;
    max-width: 75%;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 0;
    /* max-width: 370px; */

    @media (max-width:1440px) {}

    @media (max-width:1024px) {}

    @media (max-width:768px) {
        padding: 15px;
    }
}

.google-ads .google-ads-image .notes p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;

    @media (max-width:767px) {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 24px;
    }
}


/**
****************************************************************
* Happy customer
****************************************************************
*/

.happy-customers {
    background-color: #000;
    padding: 100px 0;

    @media (max-width:767px) {
        padding: 55px 0;
    }
}

.happy-customers .headings {
    margin-bottom: 3rem;
}

.happy-customers .row {
    @media (max-width:767px) {
        /* row-gap: 3rem; */
    }
}

.happy-customers .headings .subtitle {
    font-size: 12px;
    line-height: .8;
    font-weight: 400;
    color: #aaaaaa;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.happy-customers .headings .sec-title {
    color: #fff;
}

.happy-customers .customer-details {
    @media (max-width:767px) {
        margin-bottom: 4rem;
    }
}

.happy-customers .customer-details span {
    display: inline-block;
    margin-bottom: 21px;
    position: relative;
}

.happy-customers .customer-details .customer_image:after {
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0;
    bottom: 4px;
    content: '“';
    background: #e62b4a;
    font-size: 30px;
    z-index: 9;
    color: #fff;
    text-align: center;
}

.happy-customers .customer-details .customer-name {
    font-size: 16px;
    color: #fff;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.happy-customers .customer-details .customer-deg {
    font-size: 12px;
    line-height: 1.5em;
    color: #aaaaaa;
    letter-spacing: 1.2px;
    margin: 0;
    text-transform: uppercase;
}

.happy-customers .customer-review {
    transition: all 0.4s ease-in-out;
}

.happy-customers .customer-review p {
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.96px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 21px;


    @media (max-width:991px) {
        font-size: 18px;
    }

    @media (max-width:575px) {
        font-size: 18px;
        line-height: 28px;
    }
}

.happy-customers .customer-review .date {
    text-transform: uppercase;
    color: #aaaaaa;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: .9;
    display: block;
    margin: 0;
}

.happy-customers .swiper-slide {
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity change */
    opacity: 0.5;
    /* Default opacity for non-active slides */
}

.happy-customers .swiper-slide-active {
    opacity: 1;
    /* Full opacity for the active slide */
}



/**
****************************************************************
* Our Benifits what we offer
****************************************************************
*/
.our-benifits {
    padding: 100px 0;
    background-color: #fff;

    @media (max-width:575px) {
        padding: 50px 0;
    }
}

.headings {
    margin-bottom: 34px;
}

.our-benifits .services-list {
    background-color: #F4F4F4;
    margin-bottom: 62px;
}

.our-benifits .services-list .active {
    background-color: #000;
    color: #fff;
}

.our-benifits .services-list button {
    display: block;
    font-size: 20px;
    line-height: .8;
    color: #000000;
    letter-spacing: 0.80px;
    background: #f4f4f4;
    padding: 49px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border: none;

    &:hover {
        background-color: #000;
        color: #fff;
    }

    @media (max-width:991px) {
        font-size: 16px;
    }

    @media (max-width:767px) {
        font-size: 18px;
        padding: 32px 0;
    }

    @media (max-width:575px) {
        width: 100%;
        height: 55px;
        padding: 0;
    }
}


/* If you need styles for max-width 575px, add them here */
@media (max-width: 575px) {

    .our-benifits .services-list .service-btn{
        /* padding: 8px; */
        /* width: 50%; */
        flex-basis: 50%;
    }

    .our-benifits .services-list {
        display: flex !important;
        flex-wrap: wrap;
    }

    .our-benifits .services-list button {
        display: inline-block;
        font-size: 16px;
        padding: 15px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        border: none;
        background-color: #f4f4f4;
        line-height: 20px;
        height: 100px;
    }

    .our-benifits .services-list button:last-child {
        border-right: 1px solid #ddd; /* Add right border back for the last tab */
    }

    .our-benifits .services-list button.active {
        background-color: #000;
        color: #fff;
    }

    .our-benifits .services-list button:hover {
        background-color: #000;
        color: #fff;
    }
}




.our-benifits .service-content {
    transition: all 0.5s ease-in-out;
}

.our-benifits .service-content .title {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 24px;
    margin-top: 0;
}

.our-benifits .service-content .desc {
    font-size: 1rem;
    color: #818181;
    line-height: 33px;
    letter-spacing: 0.3px;
    margin-bottom: 2rem;
}

.our-benifits .google-ads-content .dark-btn {
    font-size: 16px;
    padding: 28px 45px;
    margin-bottom: 2rem;

    @media (max-width:767px) {
        font-size: 18px;
    }
}

.our-benifits .content-more-details ul {
    margin: 0;
}

.our-benifits .content-more-details ul li svg {
    margin-right: 10px;
}

.our-benifits .content-more-details ul li {
    padding-bottom: 10px;
    color: #818181;
}


/**
****************************************************************
* What we do
****************************************************************
*/
.what-we-do {
    padding: 100px 0;
    background-color: #F4F4F4;

    @media (max-width:575px) {
        padding: 50px 0;
    }
}

.what-we-do .headings .sec-desc {
    max-width: 50%;
    margin: auto;

    @media (max-width:767px) {
        max-width: 100%;
    }
}

.what-we-do .work-list {
    position: relative;
    text-align: center;
}

.what-we-do .work-list img {
    width: 100%;
}

.what-we-do .anim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 4px;
    display: inline-block;
    background-image: linear-gradient(#e62b4a81, #e62b4a81);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    z-index: 8;
}

.what-we-do .anim:hover {
    background-size: 100% 100%;
    color: #fff;
}

.what-we-do .white-btn {
    height: 68px;
    color: #000000;
    line-height: .8;
    font-size: 18px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    text-align: center;
    /* padding: 26px 0; */
    width: 240px;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;

    &:hover {
        background: #000;
        color: #fff;
    }
}

/**
****************************************************************
* Quotes
****************************************************************
*/
.quotes {
    padding: 100px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    @media (max-width:575px) {
        padding: 50px 0;
    }
}

.quotes .icon-wrap {
    width: 115px;
    height: 115px;
    background: #e62b4a;
    text-align: center;
    display: inline-block;
    font-size: 64px;
    line-height: .8;
    color: #fff;
    padding: 25px 0;
    margin: 0 auto 49px;
}

.quotes .icon-wrap i {
    font-size: 64px;
    color: #fff;
}

.quotes .headings {
    @media (max-width:575px) {
        margin-bottom: 0;
    }
}

.quotes .headings .sec-title {
    color: #ffffff;
    line-height: 62px;
    letter-spacing: 2px;
    margin: 0px auto 44px auto;
    max-width: 72%;

    @media (max-width:991px) {
        line-height: 50px;
        max-width: 100%;
    }

    @media (max-width:575px) {
        font-size: 24px;
        line-height: 34px;
    }
}

.quotes .headings .sec-title span {
    color: #E62B4A
}

.quotes .headings .sec-title p {
    margin: 0;
}

.quotes .headings .sec-desc {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.8px;
    max-width: 55%;
    margin: 0 auto 0;

    @media (max-width:991px) {
        max-width: 100%;
    }

    @media (max-width:575px) {
        font-size: 18px;
    }
}

/**
****************************************************************
* Audit Report
****************************************************************
*/

.audit-report-red {
    padding: 25px 0;
}