/* navbar */
html {
    scroll-padding-top: 180px;
    scroll-behavior: smooth !important;
}

.paragraph {
    color: #5c5c5c;
}

.paragraph a {
    color: #018F83;
    text-decoration: none;
    font-weight: 500;
}

.service-nav {
    border-bottom: 1px solid #d2d6db;
    position: sticky;
    top: 80px;
    background-color: #fff;
    /* margin-top: 72px; */
    z-index: 99;
}

/* .service-nav .main-container{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
} */
.service-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.service-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #2b2c2d;
    padding: 16px 0;
    display: inline-block;
}

.active-highlight {
    border-bottom: 3px solid #018f83;
    /* Adjust color and thickness as needed */
}

/* service grid */

/* hero Css */

/* .hero-heading-wrapper {
    height: 120px;
    overflow: hidden;
}

.hero-heading-wrapper h2 {
    position: relative;
    animation: 10s heroTextAnimation 2s ease infinite;
} */

.hero-group {
    gap: 24px;
}

.hero-group p {
    font-size: 16px;
    font-weight: 400px;
}

@keyframes heroTextAnimation {
    0% {
        top: 0;
    }

    15% {
        top: 0;
    }

    20% {
        top: -125px;
    }

    35% {
        top: -125px;
    }

    40% {
        top: -242px;
    }

    55% {
        top: -242px;
    }

    60% {
        top: -362px;
    }

    75% {
        top: -362px;
    }

    80% {
        top: -500px;
    }

    95% {
        top: -500px;
    }

    99.9% {
        top: -605px;
    }

    100% {
        top: 0;
    }
}

.hero-heading {
    font-size: 40px;
    color: #3c3c3b;
    font-weight: 600;
}

.hero-heading span:nth-of-type(1) {
    font-size: 62px;
    font-weight: 600;
    color: #018f83;
}

.hero-heading span:nth-of-type(2) {
    font-size: 40px;
    font-weight: 600;
    color: #5c5c5c;
}

/*  hero-right css */

.hero-showcase {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    height: 366px;
}

.hero-showcase .column-1 {
    flex-grow: 0.2931323283;
    border-radius: 0 0 0 300px;
    position: relative;
    overflow: hidden;
    background-image: url('../images/grid-images/col-1/image-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image 0.1s ease-in;
    width: 100%;
    height: 100%;
}

.hero-image-overlay::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);

}

.hero-showcase .column-2 {
    flex-grow: 0.31825795644;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hero-showcase .column-2 .row-1 {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    background-image: url('../images/grid-images/col-2/t-image-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image 0.1s ease-in;
    width: 100%;
    height: 100%;
}

.hero-showcase .column-2 .row-2 {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 80px 80px;
    background-image: url('../images/grid-images/col-2/b-image-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image 0.1s ease-in;
    width: 100%;
    height: 100%;
}

.hero-showcase .column-3 {
    position: relative;
    overflow: hidden;
    flex-grow: 0.38860971524;
    border-radius: 0 130px 130px 0;
    background-image: url('../images/grid-images/col-3/image-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image 0.1s ease-in;
    width: 100%;
    height: 100%;
}

/* elevate section */

.ui-ux-explaination-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 60px;
}

.ui-ux-explaination {
    display: grid;
    row-gap: 60px;
    column-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    width: 100%;
    /* height: 500px; */
    margin-top: 100px;
}

.ui-ux-explaination::before {
    content: '';
    position: absolute;
    /* top: -32px; */
    left: 50%;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='664' viewBox='0 0 2 664' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.566406' y1='331.566' x2='0.56641' y2='-5.96242e-09' stroke='url(%23paint0_linear_523_52879)'/%3E%3Cline x1='0.566406' y1='331.566' x2='0.56641' y2='663.133' stroke='url(%23paint1_linear_523_52879)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_523_52879' x1='1.56641' y1='331.566' x2='1.56641' y2='5.96242e-09' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23018F83'/%3E%3Cstop offset='1' stop-color='%23002926' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_523_52879' x1='-0.433594' y1='331.566' x2='-0.43359' y2='663.133' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23018F83'/%3E%3Cstop offset='1' stop-color='%23002926' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    height: 532px;
    width: 1px;
    animation: scale 2s ease-in-out infinite;
    transition: all 2s ease-in-out;
}

.ui-ux-explaination::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='664' height='2' viewBox='0 0 664 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='331.566' y1='0.566406' x2='663.133' y2='0.566425' stroke='url(%23paint0_linear_523_52882)'/%3E%3Cline x1='331.566' y1='0.566406' x2='-1.58932e-08' y2='0.566396' stroke='url(%23paint1_linear_523_52882)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_523_52882' x1='331.566' y1='1.56641' x2='663.133' y2='1.56642' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23018F83'/%3E%3Cstop offset='1' stop-color='%23002926' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_523_52882' x1='331.566' y1='-0.433594' x2='1.58932e-08' y2='-0.433604' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23018F83'/%3E%3Cstop offset='1' stop-color='%23002926' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    /* height: 663px; */
    height: 1px;
    width: 100%;
    animation: scale 2s ease-in-out infinite;
    transition: all 2s ease-in-out;
}


@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.3);
    }

    75% {
        transform: scale(0.3);
    }

    100% {
        transform: scale(1);
    }

}

.ui-ux-explaination .elevate-content:nth-child(1),
.ui-ux-explaination .elevate-content:nth-child(3) {
    padding-right: 60px;
}

.ui-ux-explaination .elevate-content:nth-child(2),
.ui-ux-explaination .elevate-content:nth-child(4) {
    padding-left: 60px;
}

.elevate-content h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #2b2c2d;
    line-height: 1.5;
}

.elevate-content p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #5c5c5c;
}

.top-ui-ux-agency {
    /* margin-top: 72px; */
    position: relative;
}

.agency-card {
    width: 100%;
    height: 100%;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.agency-card.bg-1 {
    background-color: #f0fff9;
}

.agency-card.bg-2 {
    background-color: #FCF0FE;
}

.agency-card.bg-3 {
    background-color: #F0FAFF;
}

.agency-card.bg-4 {
    background-color: #F1F3FF
}

.agency-card.bg-5 {
    background-color: #FEFCF0;
}

.agency-card.bg-6 {
    background-color: #FEF1F0;
}

.agency-card.bg-7 {
    background-color: #FEF4FF;
}

.agency-card.bg-8 {
    background-color: #F6FEF0;
}

.agency-card img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 4px;
    border: 0.43px solid #E0DADA
}

.subtitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #2b2c2d;
}

.agency-card p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #5C5C5C;
}

/* new */

.service-showcase {
    width: 100%;
    /* height: 100%; */
    border-radius: 0px 30px 30px 30px;
    position: relative;

}

.service-showcase img {
    object-fit: contain;
    border-radius: 0px 30px 30px 30px;

}

.service-showcase::before {
    content: '';
    position: absolute;
    display: block;
    right: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    border-radius: 0px 30px 30px 30px;
    border: 4px solid #46E2D5;
    z-index: -1;
}

/* #approach {
    margin-top: 60px !important;
} */

/* revamped css */

.top-ui-ux-agency .hovering-square-dottes-one {
    position: absolute;
    left: -200px;
    top: 605px;
    transform: translateY(-50%);
    width: 330px;
    height: auto;
    z-index: -1;
    opacity: 0.8;
}

.top-ui-ux-agency .hovering-square-dottes-two {
    position: absolute;
    left: -95px;
    top: 664px;
    transform: translateY(-50%);
    width: 160px;
    height: auto;
    z-index: -1;
    opacity: 0.8;
}

.tools-section {
    background: #f1faff;
    /* padding: 40px 16px; */
}

.tools-section h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.03rem;
}

.tools-section h4 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    color: #5C5C5C;
}

.tool-images {
    gap: 60px;
}

.tool-images img {
    max-width: 80px;
    max-height: 80px;
}


/* industry section */
.mobile-industry-types {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-industry-card {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: #FCFFFF;
    border-radius: 16px;
    height: 100%;
    border: 1px solid #F2F9FF;
}

.mobile-industry-card img {
    max-width: 44px;
    max-height: 44px;
}







.ui-ux-explaination-2.ui-ux-explaination::before {
    top: -150px;
    background-position: center;
    height: 300px;
}

.ui-ux-explaination-2.ui-ux-explaination::after {
    top: -30.5px;
    transform: none;
}



.form-texts {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #018F83;
}

.our-work-section {
    position: relative;
}

.our-work-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    color: #2b2c2d;
}

.ourWorkSwiper {
    padding: 10px 0 !important;
}

.our-work-section {
    padding: 72px 0px;
    box-shadow: 0px 1px 3.7px 0px #d0d0d040 inset, 0px -1px 3.7px 0px #d0d0d040 inset;
}

#ourwork-pills-tabContent {
    width: 100%;
    height: 350px;
    /* height: 230px; */
}

.word-card {
    border: 1px solid #e9e8e8;
    width: 100%;
    height: 350px;
    /* height: 230px; */
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease;
}

.speech-ballon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 124%;
    transition: all 0.6s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.50) 24%);
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.word-speech-ballon {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 14px 24px;
    border-radius: 30px;
    border: 1px solid #06d1c0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
    font-size: 16px;
    font-weight: 500;
    color: #2B2C2D;
    z-index: 5;
}





.word-card:hover .speech-ballon {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.word-card:hover .word-speech-ballon {
    top: 50%;
}

.ourWorkSwiper .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ourWorkSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ourWorkSwiper .swiper-button-next,
.ourWorkSwiper .swiper-button-prev {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(1, 143, 131, 0.8);
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 4px 4px 15px #d1d1d140;
}

.ourWorkSwiper .swiper-button-next {
    right: 146px;
}

.ourWorkSwiper .swiper-button-prev {
    left: 146px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
}

/* Insights section */

.swiper-slide a {
    text-decoration: none !important;
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
}

.industry-section {
    /* background: #FCFCFC; */
}

.approach-section {
    /* background: #FCFCFC; */
    overflow: hidden;
}

.deliverables-section {
    overflow: hidden;
}

.get-text {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #2b2c2d;
}

.industry-text-content .paragraph {
    margin-bottom: 48px !important;
}

/* why trust section */
.why-trust-section {
    background: #FCFCFC;
}

.why-trust-content {
    display: flex;
    flex-direction: column;
}

.why-trust-card {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 19.9px 0px #5353530A;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
}

.why-trust-img {
    border-radius: 8px;
    padding: 8px;
    max-width: 48px;
}

.trust-img-one {
    background: #018F831A;
}

.trust-img-two {
    background: #6DA0001A;
}

.trust-img-three {
    background: #0062B21A;
}

.trust-img-four {
    background: #C29F011A;
}

.why-trust-card h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
}

.why-trust-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #5C5C5C;
}


@media (min-width: 1600px) {
    .our-work-container {
        max-width: 1280px !important;
    }
}


@media (min-width: 1400px) {
    .top-ui-ux-agency .g-3 {
        --bs-gutter-y: 20px;
        --bs-gutter-x: 20px;
    }

}

@media (max-width: 1199px) {

    .ourWorkSwiper .swiper-button-next,
    .ourWorkSwiper .swiper-button-prev {
        display: none !important;
    }

    .ourWorkSwiper .swiper-slide {
        width: 525px;
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .word-card {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
    }

}


@media (max-width: 991px) {

    /* navbar */
    html {
        scroll-padding-top: 170px;
    }

    .service-nav {

        top: 70px;
    }

    .double-circle-heading br {
        display: none;
    }

    .ui-ux-explaination {
        display: grid;
        row-gap: 30px;
        column-gap: 32px;
        grid-template-columns: repeat(2, 1fr);
        position: relative;
        width: 100%;
        /* height: 500px; */
        margin-top: 80px;
    }

    .ui-ux-explaination .elevate-content:nth-child(2),
    .ui-ux-explaination .elevate-content:nth-child(4) {
        padding-left: 32px;
    }

    /* revamped */
    .tool-images {
        flex-direction: column;
        margin: 0 auto;
    }



    .mobile-industry-card .subtitle {
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
    }

    .tool-images img {
        max-width: 60px;
    }

    .our-work-section {
        padding: 48px 20px;
    }

    .our-work-section p {
        font-size: 14px;
        margin-bottom: 30px !important;
    }


    .word-speech-ballon {
        top: 120% !important;
    }

    .industry-section .double-circle-heading {
        z-index: 1;
    }

    .service-showcase::before {
        right: -16px;
        bottom: -20px;
    }

    .elevate-content h5 {
        font-size: 16px;
    }

    .industry-text-content .paragraph {
        margin-bottom: 30px !important;
    }

    .circle-logo::before {
        width: 48px;
        height: 48px;
    }

    .circle-logo .circle-icon {
        width: 60px;
        height: 60px;
    }

    .ui-ux-explaination-wrapper {
        gap: 30px;
    }

    .tools-section h2 {
        font-size: 22px;
    }

    .why-trust-card h3 {
        font-size: 16px;
    }

    .why-trust-card p {
        font-size: 14px;
    }
    .why-trust-content{
        gap: 16px;
    }
}

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

@media (max-width: 575px) {

    .ui-ux-explaination {
        column-gap: 16px;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 60px;
    }

    .ui-ux-explaination::before,
    .ui-ux-explaination::after {
        content: unset;
        display: none;
    }

    .ui-ux-explaination .elevate-content {
        padding-left: 0px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ui-ux-explaination .elevate-content h5,
    .ui-ux-explaination .elevate-content p {
        text-align: center;
    }

    .agency-card {
        display: flex;
        flex-direction: column;
    }

    .agency-card h4,
    .agency-card p {
        text-align: center;
    }

    .ui-ux-explaination .elevate-content:nth-child(1),
    .ui-ux-explaination .elevate-content:nth-child(3) {
        padding-right: 0px;
    }

    .blue-header h2 {
        text-align: center;
    }

    .subtitle {
        font-size: 16px;
    }

    #ourwork-pills-tabContent {
        width: 100%;
        height: 264px;
    }


    .ourWorkSwiper .swiper-slide {
        width: 400px;
        height: auto;
        aspect-ratio: 3 / 2;
    }
}


@media (max-width:450px) {
    #ourwork-pills-tabContent {
        width: 100%;
        height: 200px;
    }


    .ourWorkSwiper .swiper-slide {
        width: 300px;
        height: auto;
        aspect-ratio: 3 / 2;
    }
}