* {
    font-family: var(--poppins-font);
}

.hide-desktop {
    display: none;
}

.hero_section {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(auto-fill, 50px);
    grid-template-rows: repeat(auto-fill, 50px);
    background-color: #121319;
    overflow: hidden;
}

.hero_section .breadcrumbs {
    position: absolute;
    left: 2rem;
    bottom: 1rem;
}

.hero_section .details-container {
    position: absolute;
    top: 30px;
    left: 80px;
    color: white;
}

.hero_section .design-type-text {
    font-size: 4rem;
    line-height: 6rem;
    font-weight: 700;
    text-align: left;
    padding: 0;
}

.hero_section .design-type-des-text {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 300;
    max-width: 950px;
}

.hero_section .images-container {
    width: 100%;
    height: 100%;
    position: absolute;
}

.hero_section .images-container img:nth-child(1) {
    position: absolute;
    top: 75%;
    left: 0;
    transform: translateY(-50%);
    height: 250px;
    width: 250px;
}

.hero_section .images-container img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 75%;
    transform: translateX(-50%);
    width: 500px;
}

.hero_section .images-container img:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    height: 250px;
    width: 250px;
}

.main-image-container {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 50%);
}

.circular-border-1 {
    width: 700px;
    height: 700px;
    border-radius: 50%;
    border: 2px solid #555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circular-border-2 {
    width: 620px;
    height: 620px;
    border-radius: 50%;
    border: 2px solid #555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circular-border-2 .main-img {
    width: 95%;
    height: 95%;
    border-radius: 50%;
    overflow: hidden;
}

.circular-border-2 .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.three-buttons {
    display: flex;
    gap: 8rem;
    justify-content: center;
    position: relative;
}

.three-buttons button {
    color: #666C88;
    font-family: var(--inknut-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 51.58px;
    cursor: pointer;
    border: 0.5px solid transparent;
    border-top: 2px solid transparent;
    padding-inline: 10px;
}

.three-buttons button.active {
    background: linear-gradient(180deg, #1D1B1C 0%, #191718 81.19%, #252120 96.35%);
    /* padding: 10px; */
    border: 0.5px solid;
    border-top: 2px solid #fff;
    padding-inline: 10px;
    border-image-source: conic-gradient(from 180deg at 50% 50%, #5A5958 0deg, #918F90 33.46deg, #2F2E2C 45.91deg, #5B5652 215.15deg, #D4CEC2 230.43deg, #201E1C 252.47deg, #201E1C 311.2deg, #918F90 326.97deg, #5A5958 360deg);

    box-shadow: 0px -3px 3px 1px #FFF5DD1A inset;

    box-shadow: 2.5px -2px 3px 0px #7C6C5EBF inset;

    box-shadow: 0px -3px 1px 0px #00000080 inset;

    box-shadow: 1px 1px 3px 3px #1A1818 inset;

    box-shadow: 0px 4.75px 0.25px -2.5px #FBFBFB inset;

    box-shadow: 1.25px 1.5px 0px 0px #000000BF inset;

    box-shadow: 3px 5px 2px -4.75px #FFFFFF inset;

    box-shadow: 0px 0px 0.25px 1.25px #262524 inset;

    border-radius: 10px;
}

.three-buttons button:nth-child(1) {
    transform: rotate(-33deg);
    position: absolute;
    top: 66px;
    left: 72px;
}

.three-buttons button:nth-child(1).active::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}

.three-buttons button:nth-child(2) {
    margin-bottom: 22px;
}

.three-buttons button:nth-child(2).active::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
}

.three-buttons button:nth-child(3) {
    transform: rotate(33deg);
    position: absolute;
    right: 64px;
    bottom: -39px;
}

.three-buttons button:nth-child(3).active::after {
    content: '';
    position: absolute;
    top: 75px;
    left: 40%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
}

.square {
    width: 50px;
    height: 50px;
    border: 1px solid #1B1E2D80;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.square.hovered {
    border-color: var(--primary-green);
    background: radial-gradient(circle,
            var(--primary-green) 0%,
            var(--primary-green-light) 50%,
            rgba(0, 0, 0, 0) 100%);
}

.hero_section .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero_section .text-container {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;

}

.hero_section .text-container .green-color {
    color: var(--primary-green);
}

.hero-heading {
    font-size: 80px;
    font-weight: 800;
    width: 840px;
    color: var(--primary-green);
    /* Always visible in Primary Green */
    position: relative;
    display: inline-block;
    text-align: center;

}

.highlight {
    position: relative;
    display: inline-block;
    /* Make each character an inline-block element */
    color: inherit;
    /* Inherit the default color */
    transition: background 0.3s ease;
    /* Smooth transition on hover */
}

.highlight:hover {
    background: linear-gradient(90deg, white, var(--primary-green));
    /* Gradient applied on hover */
    -webkit-background-clip: text;
    /* Clip the background to the text */
    background-clip: text;
    /* For non-Webkit browsers */
    color: transparent;
    /* Make text color transparent to show the gradient */
}


.hero_section .text-container .hire-us-btn {
    position: relative;
    background: #ccc;
    border: none;
    width: 320px;
    height: 55px;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease-in-out;
    overflow: hidden;
}


/* Hover Background Effect */
.hero_section .text-container .hire-us-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 0;
    background: #ffc700;
    /* Pink */
    transform: translate(-50%, -50%) rotate(45deg);
    transition: height 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Hover State */
.hero_section .text-container .hire-us-btn:hover::before {
    height: 250px;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Text Change on Hover */
.hero_section .text-container .hire-us-btn:hover {
    color: white;
}

/* Ensuring Text is Above the Background */
.hero_section .text-container .hire-us-btn span {
    position: relative;
    z-index: 2;
    transition: color 0.2s ease;
}

.bottom-part-gradinent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: radial-gradient(58% 81% at 52% 96%, #514ED8 7%, #073AFF00 100%);
    background-repeat: no-repeat;
    filter: blur(120px);
}

.about-container {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 4rem;
}

.about-sub-container {
    width: 85%;
    max-width: 1600px;
    background: var(--about-bg);
    background-repeat: no-repeat;
    margin: 1rem;
}

.inner-sub-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-block: 4rem;
    background: linear-gradient(89.9deg, #FFFFFF 0.09%, #FFFFFF 32.87%, rgba(255, 255, 255, 0.738308) 54.28%, rgba(255, 255, 255, 0) 81.05%);
}

.about-text {
    font-size: 18px;
    color: var(--primary-green);
}

.inner-sub-container .sub-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    width: 996px;
    color: #3D3D3D;

}

.inner-sub-container p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #525252;
    width: 675px;
}

.inner-sub-container button {
    background: var(--primary-blue);
    height: 65px;
    width: 170px;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

/* support section */
.support-container {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 4rem;
}

.support-sub-container {
    width: 85%;
    max-width: 1600px;
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-top: 3rem;
}

.support-sub-container .text-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.support-sub-container .text-container .sub-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 39px;
    letter-spacing: 0px;
    color: var(--primary-blue);
    margin-bottom: 1.3rem;
}

.support-sub-container .text-container .support-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 23.8px;
    letter-spacing: 0.8px;
    color: var(--primary-blue);
}

.support-sub-container .text-container .support-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 0px;
    margin-block: 1.6rem;
}

.support-sub-container .text-container button {
    width: 169px;
    height: 52px;
    border-radius: 8px;
    gap: 12px;
    background: var(--primary-blue);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

/* carousel */
.process-container {
    width: 100%;
    height: 100vh;
    min-height: 1400px;
    /* max-width: 1600px; */
    margin: auto;
    position: relative;
    /* padding-block: 15%; */
}

.process-sub-container {
    width: 85%;
    max-width: 1600px;
    height: 100%;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.process-sub-container .process-text-with-arrow {

    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.process-sub-container .process-text-with-arrow img {
    width: 20px;
    height: 20px;
}

.process-sub-container .process-text-with-arrow .process-text {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0 !important;
    margin: 0;
    padding: 0;
}

.process-sub-container .sub-heading {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    max-width: 95%;
}

/* Dots Container */
.dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 1;
}

/* Individual Dot */
.dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Active Dot */
.dots .dot.active {
    background-color: #fff;
    width: 12px;
    height: 12px;
}

.carousel {
    height: 1000px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
}

.carousel .list .item {
    width: 100%;
    height: 100%;
    position: absolute;
}

.carousel .list .item .image-container {
    position: relative;
    /* To position the overlay inside the image container */
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel .list .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    /* Ensure the image stays behind the overlay */
}

.carousel .list .item.active .image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0));
    z-index: 1;
}

.carousel .list .item .content {
    position: absolute;
    top: 6%;
    width: 1140px;
    max-width: 80%;
    left: 5%;
    /* transform: translateX(-50%); */
    /* padding-right: 30%; */
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

}

.carousel .list .item.active .content {
    z-index: 3;
}

.carousel .list .item .content:nth-child(1) {
    z-index: 2;
}

.carousel .list .item .content .number {
    font-size: 7rem;
    font-weight: 400;
    line-height: 6rem;
    font-family: var(--poppins-font);
    opacity: 0.1;
    color: #fff;
}

.carousel .list .item .title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
    white-space: nowrap;
    font-family: var(--inknut-font)
}

.carousel .list .item .content .des {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.5rem;
    max-width: 800px;
    font-family: var(--inknut-font)
}

/* .carousel .list .item .buttons{
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 20px;
} */
.carousel .list .item .buttons button {
    border: none;
    background-color: #202020;
    color: #fff;
    letter-spacing: 3px;
    font-family: var(--inknut-font);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    padding: 20px 25px;
    border-radius: 10px;
}

.thumbnail .item:nth-child(1) {
    border: 3px solid white;
    border-radius: 20px;
}

.carousel .list .item .buttons button:nth-child(2) {
    background-color: transparent;
    border: 1px solid #fff;
    color: #eee;
}


/* thumbail */
.thumbnail {
    position: absolute;
    bottom: 140px;
    left: 50%;
    width: max-content;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 33px;
}

.thumbnail .item:nth-child(1) {
    width: 330px;
    height: 400px;
    flex-shrink: 0;
    position: relative;
}

.thumbnail .item {
    width: 270px;
    height: 280px;
    flex-shrink: 0;
    position: relative;
}

.thumbnail .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.thumbnail .item .content {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.thumbnail .item .content .title {
    font-weight: 500;
}

.thumbnail .item .content .description {
    font-weight: 300;
}

/* arrows */
.arrows {
    position: absolute;
    top: 80%;
    right: 52%;
    z-index: 1;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
    display: none;
}

.arrows button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee4;
    border: none;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
}

.arrows button:hover {
    background-color: #fff;
    color: #000;
}

/* animation */
.carousel .list .item:nth-child(1) {
    z-index: 1;
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}

@keyframes showContent {
    to {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.carousel .list .item:nth-child(1) .content .title {
    animation-delay: 1s !important;
}


.carousel .list .item:nth-child(1) .content .des {
    animation-delay: 1.2s !important;
}

.carousel .list .item:nth-child(1) .content .buttons {
    animation-delay: 1.5s !important;
}

/* create animation when next click */
.carousel.next .list .item:nth-child(1) img {
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}

@keyframes showImage {
    to {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.carousel.next .thumbnail .item:nth-last-child(1) {
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}

.carousel.prev .list .item img {
    z-index: 1;
}

@keyframes showThumbnail {
    from {
        width: 0;
        opacity: 0;
    }
}

.carousel.next .thumbnail {
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext {
    from {
        transform: translateX(150px);
    }
}



/* prev click */

.carousel.prev .list .item:nth-child(2) {
    z-index: 2;
}

.carousel.prev .list .item:nth-child(2) img {
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes outFrame {
    to {
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.carousel.prev .thumbnail .item:nth-child(1) {
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}

.carousel.next .arrows button,
.carousel.prev .arrows button {
    pointer-events: none;
}

.carousel.prev .list .item:nth-child(2) .content .title,
.carousel.prev .list .item:nth-child(2) .content .des,
.carousel.prev .list .item:nth-child(2) .content .buttons {
    animation: contentOut 1.5s linear 1 forwards !important;
}

@keyframes contentOut {
    to {
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

@media screen and (max-width: 678px) {
    .carousel .list .item .content {
        padding-right: 0;
    }

    .carousel .list .item .content .title {
        font-size: 30px;
    }
}


.ui-ux-services-container {
    width: 100vw;
    min-height: 1100px;
    overflow: hidden;
    padding-top: 2rem;
    margin-bottom: -6rem;
}

.ui-ux-services-sub-container {
    width: 85%;
    max-width: 1600px;
    margin: auto;
    /* padding: 30px; */
    box-sizing: border-box;
    font-family: var(--poppins-font);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.ui-ux-services-sub-container .img-services-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    /* margin-bottom: 20px; */
    color: #fff;
}

.ui-ux-services-sub-container .img-services-text img {
    width: 20px;
    height: 20px;
}

.ui-ux-services-sub-container .img-services-text .services_text {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin: 0;
}

.ui-ux-services-sub-container .sub-heading {
    font-size: 60px;
    color: var(--primary-blue);
    line-height: 5rem;
    text-align: center;
    width: 1161px;
    max-width: 100%;
}

.text-highlighter-lines {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}


/* Container Layout */
.services-images-and-overlay-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}

/* Left Image Styling */
.left-img-container {
    position: relative;
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
    height: 660px;
}

.left-img-container img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.left-img-container img:nth-child(2),
.first-img img:nth-child(2),
.second-img img:nth-child(2) {
    display: none;
}

/* Right Images Container */
.right-img-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}
.bottom-img-container{
    display: flex;
    gap: 20px;
    width:100%;
}

.initial-overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 15px;
    /* text-align: center; */
    transition: transform 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.initial-overlay-text .service-text {
    font-size: 16px;
    font-weight: 500;
}

.initial-overlay-text .service-name {
    font-size: 21px;
    font-weight: 700;
}

.first-img,
.second-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 320px;
}

.first-img img,
.second-img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.5s ease-in-out;
}

/* Overlay Effects */
.semi-transparent-overlay-left,
.semi-transparent-overlay-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.bottom-img-container .first-img{
    width: 55%;
}
.bottom-img-container .second-img{
    width: 45%;
}

/* Text Overlay */
.text-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    color: white;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.semi-transparent-overlay-left {
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    opacity: 1;
    transition: transform 0.4s ease-in-out;
}

.overlay-text-container {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.servies-text {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-blue);
}

.services-sub-text {
    font-size: 21px;
    font-weight: 700;
    margin-top: 5px;
    color: var(--primary-blue);
}

.service-description {
    font-size: 14px;
    margin-top: 5px;
    color: var(--matt-black);
}

/* Hover Effects */
/* .left-img-container:hover img,
.first-img:hover img,
.second-img:hover img {
    transform: scale(1.1);
} */

.left-img-container:hover .semi-transparent-overlay-left,
.first-img:hover .semi-transparent-overlay-bottom,
.second-img:hover .semi-transparent-overlay-bottom {
    opacity: 1;

}

.left-img-container:hover .text-overlay-bottom,
.first-img:hover .text-overlay-bottom,
.second-img:hover .text-overlay-bottom {
    transform: translateY(0);
}

.left-img-container:hover .initial-overlay-text,
.right-img-container .first-img:hover .initial-overlay-text,
.right-img-container .second-img:hover .initial-overlay-text,
.bottom-img-container .first-img:hover .initial-overlay-text,
.bottom-img-container .second-img:hover .initial-overlay-text  {
    transform: translateY(100%);
    /* Moves text below */
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.services-images-and-overlay-container img {
    animation: fadeIn 0.8s ease-in-out;
}

.faq-container {
    margin-top: 2.5rem;
}


/* page 6 start */
.page6 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-family: var(--poppins-font);
    padding-bottom: 20px;
    position: relative;
    margin-top: 5rem;
}

.complete-seo-services-container {
    width: 90%;
    max-width: 1900px;
    height: 100%;
    margin: auto;
    position: relative;
}

#navBtnLeft,
#navBtnRight {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #00115E;
    transition: background-color 0.25s, color 0.25s;
    /* Smooth transition */
}

.dots-container1,
.dots-container2,
.dots-container3,
.dots-container4,
.dots-container5,
.dots-container6,
.dots-container7,
.dots-container8 {
    position: absolute;
    width: 50px;
}

.dots-container1 img,
.dots-container2 img,
.dots-container3 img,
.dots-container4 img,
.dots-container5 img,
.dots-container6 img,
.dots-container7 img,
.dots-container8 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.dots-container1 {
    top: 05%;
    left: 100%;
}

.dots-container2 {
    bottom: 05%;
    right: 100%;
}

.dots-container3 {
    top: 25%;
    left: 100%;
}

.dots-container4 {
    bottom: 25%;
    right: 100%;
}

.dots-container5 {
    top: 45%;
    left: 100%;
}

.dots-container6 {
    bottom: 45%;
    right: 100%;
}

.dots-container7 {
    top: 85%;
    left: 100%;
}

.dots-container8 {
    bottom: 85%;
    right: 100%;
}

.page6 .cross-icon {
    color: #70764D;
    font-size: 12px;
}


.page6 .pricing-table-title-container {
    display: flex;
    flex-direction: column;
    /* gap: .6rem; */
    align-items: center;
}

.page6 .pricing-table-title-container .heading2 {
    font-size: 2.5rem;
    text-align: center;
    width: 90%;
    max-width: 580px;
}

.page6 .pricing-table-title-container .lines-container {
    display: flex;
    gap: 0.3rem;
    margin-top: 0.3rem;
    margin-bottom: 4rem;
}

.page6 .pricing-table-title-container .lines-container .line1 {
    width: 55px;
    height: 0.4rem;
    background-color: var(--primary-green);
    border-radius: 6px;
}

.page6 .pricing-table-title-container .lines-container .line2 {
    width: 15px;
    height: 0.4;
    background-color: var(--primary-green);
    border-radius: 6px;
}

.pricing__table {
    width: 95%;
    max-width: 1150px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    overflow: hidden;
}

.table-header button {
    border: 1px solid #502274 !important;
    border-radius: 22px;
    padding: 12px 20px;
    margin-top: 25px;
    color: #502274;
    font-size: 1rem;
    white-space: nowrap;

}

.table-header h4,
.table-header p.table-price {
    color: #1E2330;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 8px;
    white-space: nowrap;
}

.table-header p.table-price {
    font-weight: 600 !important;
}

.table-header p {
    color: #676B5F;
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 7px;
}

.text-white {
    color: white !important;
}

.table-header {
    background-color: #F2F3EF;
    padding: 40px;
}

.bg-green {
    background: #d7fbed;

}

.bg-blue {
    background: #00115E;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.text-white {
    color: white;
}

button.text-white {
    background-color: #2E343F;
    border: 1px solid #EEF0F2 !important;
}

.recomonded-text {
    color: #1E2330;
    font-size: 9px;
    padding: 5px 10px;
    text-align: start;
    /* text-align: center; */
    border-radius: 8px;
    background-color: var(--primary-green);
    align-self: flex-start;
}

.pricing__table {
    display: flex;
    /* margin: 30px 30px 90px 30px; */
}

@media (max-width: 640px) {
    .pricing__table {
        margin: auto;
        width: 94%;
    }
}

.pt__title {
    max-width: 25%;
    flex: 1;
}

@media (max-width: 991px) {
    .pt__title {
        max-width: 50%;
    }

    .table-header {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .pt__item__wrap {
        transition: transform 0.3s ease;
        /* Smooth sliding effect */
        will-change: transform;
        /* Optimize animation performance */
    }

    .pt__item__wrap,
    .pt__title__wrap {
        max-height: calc(100vh - 100px);
        overflow-y: scroll;
    }

    .pt__item__wrap,
    .pt__title_wrap {
        scrollbar-width: none;
        /* For Firefox */
        -ms-overflow-style: none;
        /* For Internet Explorer and Edge */
    }

    .pt__item__wrap::-webkit-scrollbar,
    .pt__title__wrap::-webkit-scrollbar {
        display: none;
        /* For Chrome, Safari, and Opera */
    }

}

.pt__title__wrap {
    position: relative;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* padding: 24px 0; */
    font-size: 1.375rem;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 991px) {
    .pt__title__wrap {
        font-size: 1.3rem;
    }
}

.pt__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    min-height: 70px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid rgba(73, 72, 74, 0.1);
    text-align: left;
    /* align-items: flex-start; */
}

.pt__row button {
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s ease-in;
}

.pt__row button:hover {
    background: var(--primary-green);
}

.pt__row:first-child {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .pt__row {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 640px) {
    .pt__row {
        padding-left: 0;
        padding-right: 15px;
        font-size: 14px;
    }
}

.pt__option {
    position: relative;
    flex: 1;
}

@media (max-width: 991px) {
    .pt__option {
        max-width: 50%;
    }
}

.pt__option__mobile__nav {
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    display: none;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 991px) {
    .pt__option__mobile__nav {
        z-index: 2;
        top: 8px;
        display: flex;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        width: 102%;
        margin-left: -5%;
    }
}

.mobile__nav__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #0061ff;
    transition: 0.25s;
}

.mobile__nav__btn:hover {
    background-color: #0057e6;
}

.swiper-wrapper {
    display: flex;
}

.mobile__nav__btn.swiper-button-disabled {
    background-color: #c0beb6;
    pointer-events: none;
}

.mobile__nav__btn svg {
    width: 16px;
    color: #faf7f2;
}

.pt__option__slider {
    overflow: hidden;
}

@media (max-width: 991px) {
    .pt__option__slider {
        overflow: hidden;
    }
}

.pt__option__item {
    flex: 1;
    width: auto;
    max-width: 33.3333%;
    margin-right: 0;
}

@media (max-width: 991px) {
    .pt__option__item {
        width: 100%;
        max-width: none;
        flex: none;
    }
}

.pt__item {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    /* margin-bottom: 1em; */
    overflow: hidden;
    /* border-radius: 24px; */
}

.pt__title__wrap .pt__row:not(.table-header) {
    font-size: 0.9rem;
    color: #1E2330;
    text-align: start;
    font-weight: 400;
}

.pt__item__wrap .pt__row:not(.table-header) {
    font-size: 0.9rem;
    color: #1E2330;
    font-weight: 400;
}

.pt__row .cross-icon,
.pt__row .tick-icon {
    font-size: 1rem;
    font-weight: 600;
}

.table-header {
    text-align: start !important;
}

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

.pt__item.recommend {
    background-color: rgba(0, 97, 255, 0.15);
    border: 1px solid #0061ff;
}

.pt__item__wrap {
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
    /* padding: 24px 0 0 0; */
    font-size: 1.375rem;
    line-height: 1.4;
    position: relative;
}

@media (max-width: 991px) {
    .pt__item__wrap {
        font-size: 1.3rem;
    }
}

.pt__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: var(--poppins-font);
    min-height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #E4E5DE;
    text-align: center;
}

.pt__item__wrap {
    text-align: center;
}

.pt__row:first-child {
    border-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.pt__row:last-child {
    border-bottom: 0;
}

.pt__row:first-child {
    padding: 2.7rem;
}

@media (max-width: 640px) {
    .pt__row {
        font-size: 14px;
        font-weight: 400;
    }
}

h1 {
    text-align: center;
    margin-top: 60px;
    padding: 0 30px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
}

.vertical-slider-container {
    width: 100vw;
    margin-block: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vertical-slider-container .vertical-slider {
    display: flex;
    width: 80%;
    max-width: 1600px;
    margin: auto;
    align-items: center;
    margin-top: 2rem;

}

.vertical-slider-container .sliders {
    width: 850px;
    /* Adjust width as needed */
    height: 800px;
    /* Adjust height to match your images */
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

/* Container holding all slides (stacked vertically) */
.vertical-slider-container .slider-tracker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.5s ease-in-out;
}

/* Each image fills the container's width and height */
.vertical-slider-container .slides {
    width: 100%;
    height: 800px;
    /* Same as .slider height */
    display: block;
}

/* Styling for navigation buttons */
.vertical-slider-container .nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-self: end;
    margin-bottom: 66px;
}

.vertical-slider-container .nav-buttons button {
    font-weight: 700;
    font-size: 48px;
    line-height: 58.09px;
    letter-spacing: 0%;
    cursor: pointer;
    position: relative;
    /* Required for pseudo-element positioning */
    background: none;
    /* Remove default button background if desired */
    border: none;
    /* Remove default button border */
    text-align: left;
}

.vertical-slider-container .nav-buttons button.active {
    color: var(--primary-blue);
    display: flex;
    gap: 0.5rem;
}

.vertical-slider-container .nav-buttons button.active::before {
    content: "";
    position: absolute;
    left: -75px;
    /* Adjust spacing as needed */
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    /* Thickness of the line */
    height: 6px;
    border-radius: 4px;
    /* Start at zero to animate */
    background-color: var(--primary-blue);

    /* Animation properties */
    animation: lineGrow 0.3s ease forwards;
    transform-origin: top;
}

/* Keyframes to animate the line's height */
@keyframes lineGrow {
    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 50px;
        opacity: 1;
    }
}

.project-details-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.project-details-sub-container {
    width: 85%;
    max-width: 1600px;
    /* background: #2E3349; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    position: relative;
    overflow: hidden;
}

.project-details-sub-container img {
    width: 280px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.project-details-sub-container img:nth-child(2) {
    transform: translateY(-25%);
}

.project-details-sub-container img:nth-child(2):hover {
    transform: translateY(-25%) rotate(5deg);
}

.project-details-sub-container img:hover {
    transform: rotate(5deg);
}

.mt-details {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    color: white;
    background: #2E3349;
    display: none;
}

.mt-details img:nth-child(1) {
    width: 320px;
    align-self: center;
}

.center-details {
    display: none;
    max-width: 409px;
    display: flex;
    flex-direction: column;
    gap: 1rem;

}

.center-details .mt-title {
    font-size: 32px;
}

.project-details-container .mt-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}

.project-details-container .mt-right button {
    align-self: end;
    float: right;
    margin-right: 3rem;
    color: white;
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.project-details-container .mt-right button img {
    width: 20px;
}

.project-details-container .mt-right .mt-detail {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    max-width: 300px;
}

.project-details-container .mt-right .mt-detail img {
    width: 300px;
    align-self: center;
    display: block;
    opacity: 1;
}

.our-project-heading {
    font-size: 60px;
    text-align: center;
    line-height: 5rem;
}

.project-details-sub-container::-webkit-scrollbar {
    display: none;
}


@media (max-width:1650px) {
    .hero_section .text-container .hero-heading {
        font-size: 54px;
        width: 600px;
    }

    .hero_section .text-container .hire-us-btn {
        width: 270px;
    }

    .hero_section .text-container {
        font-size: 20px;
    }

    .hero_section .design-type-text {
        font-size: 3rem;
        line-height: 4rem;
    }

    .hero_section .design-type-des-text {
        font-size: 1rem;
        line-height: 2rem;
        max-width: 800px;
    }

    .ui-ux-services-sub-container .sub-heading {
        font-size: 50px;
        line-height: 4rem;
    }

    .process-sub-container .sub-heading {
        font-size: 50px;
        width: 1000px
    }

    .carousel .list .item .title {
        font-size: 50px;
    }

    .inner-sub-container .sub-heading {
        font-size: 44px;
        width: 800px;
        line-height: 55px;
    }

    .inner-sub-container p {
        font-size: 16px;
    }

    .inner-sub-container button {
        width: 150px;
        height: 55px;
    }

    .support-sub-container .text-container .sub-heading {
        font-size: 44px;
    }

    .vertical-slider-container .slides,
    .vertical-slider-container .sliders {
        height: 550px;
    }

    .vertical-slider-container .nav-buttons button {
        font-size: 32px;
    }

    .project-details-sub-container img {
        width: 180px;
    }

    .our-project-heading {
        font-size: 44px;
        line-height: 4rem;
    }
}

@media (max-width:1550px) {

    .hero_section .text-container .hire-us-btn {
        width: 210px;
        height: 50px;
    }

    .process-container {
        min-height: 1150px;
    }

    .carousel {
        height: 800px;
    }

    .ui-ux-services-sub-container .sub-heading {
        font-size: 44px;
        width: 851px;
        /* line-height: 55px; */
    }

    .process-sub-container .sub-heading {
        font-size: 44px;
        width: 1000px
    }

    .carousel .list .item .title {
        font-size: 44px;
    }

    .thumbnail {
        bottom: 80px;
    }

    .thumbnail .item:nth-child(1) {
        width: 280px;
        height: 330px;
    }

    .thumbnail .item {
        width: 240px;
        height: 250px;
    }

    .first-img,
    .second-img {
        height: 256px;
    }

    .left-img-container {
        height: 535px;
    }

    .ui-ux-services-container {
        min-height: 930px;
    }

    .ui-ux-services-sub-container .img-services-text .services_text {
        font-size: 16px;
    }

    .ui-ux-services-sub-container .img-services-text img {
        width: 16px;
        height: 17px;
    }

    .carousel .list .item .content .des {
        font-size: 14px;
        font-weight: 700;
        max-width: 600px;
    }

    .carousel .list .item .buttons button {
        padding: 12px 16px;
        font-size: 16px;
    }

    .carousel .list .item .content .number {
        font-size: 6rem;
    }
}

@media (max-width:1400px) {
    .hero_section .text-container .hero-heading {
        font-size: 44px;
        width: 500px;
    }

    .process-container {
        min-height: 1120px;
    }

    .carousel {
        height: 760px;
    }

    .carousel .list .item .content .des {
        font-size: 14px;
        max-width: 600px;
    }

    .thumbnail {
        bottom: 50px;
    }

    .carousel .list .item .content .des {
        font-size: 14px;
    }

    .carousel .list .item .content {
        width: 760px;
    }



    .overlay-text-container {
        gap: 0rem;
    }
}

@media (max-width:1280px) {

    .first-img,
    .second-img {
        height: 240px;
    }

    .left-img-container {
        height: 500px;
    }

    .ui-ux-services-container {
        min-height: 820px;
    }

    .carousel .list .item .content .number {
        font-size: 5rem;
    }

    .dots-container1,
    .dots-container2,
    .dots-container3,
    .dots-container4,
    .dots-container5,
    .dots-container6,
    .dots-container7,
    .dots-container8 {
        display: none;
    }

    .support-sub-container .image-container {
        width: 50%;
        height: 400px;
    }

    .support-sub-container .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero_section .images-container img:nth-child(2) {
        left: 80%;
        transform: rotate(20deg);
    }

    .hero_section .images-container img:nth-child(1) {
        width: 200px;
        height: 200px;
        left: -10%;
        top: 65%;
    }

    .hero_section .images-container img:nth-child(3) {
        right: -10%;
    }

    .project-details-sub-container {
        overflow: scroll;
        justify-content: normal;

    }

    .project-details-sub-container {
        width: 95%;
    }
}

@media (max-width: 1150px) {

    .first-img,
    .second-img {
        height: 190px;
    }

    .left-img-container {
        height: 400px;
    }

    .servies-text {
        font-size: 16px;
    }

    .services-sub-text {
        font-size: 18px;
    }

    .service-description {
        font-size: 9px;
    }

    .overlay-text-container {
        gap: 0rem;
    }

    .ui-ux-services-container {
        min-height: 700px;
    }
}

@media (max-width: 1000px) {
    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .process-sub-container .sub-heading,
    .ui-ux-services-sub-container .sub-heading {
        width: 442px;
    }

    .process-sub-container {
        width: 100%;
    }

    .thumbnail .item:nth-child(1) {
        width: 235px;
        height: 270px;
    }

    .thumbnail .item {
        width: 180px;
        height: 180px;
    }

    .carousel .list .item .content {
        gap: 1rem;
    }

    .carousel .list .item .content .number {
        font-size: 4rem;
    }

    .project-details-sub-container {
        width: 95%;
    }

    .mt-details {
        flex-direction: column;
        padding: 1rem;
    }

    .mt-details img:nth-child(1) {
        width: 140px;
        align-self: center;
    }

    .center-details .mt-title {
        font-size: 26px;
    }

    .center-details .mt-desc {
        font-size: 14px;
    }

    .project-details-container .mt-right {
        height: auto;
    }

    .project-details-container .mt-right .mt-detail img {
        width: 250px;
    }

    .mt-detail p {
        font-size: 14px;
    }

    .project-details-container {
        min-height: 1000px;
    }
}

/* Responsive Styling */
@media (max-width: 800px) {
    .services-images-and-overlay-container,.bottom-img-container {
        flex-direction: column;
    }
    .bottom-img-container .first-img, .bottom-img-container .second-img {
        width: 100%;
    }

    .service-description {
        font-size: 14px;
    }

    .left-img-container,
    .right-img-container {
        width: 100%;
    }

    .left-img-container img:nth-child(2),
    .first-img img:nth-child(2),
    .second-img img:nth-child(2) {
        display: block;
    }

    .left-img-container img:nth-child(1),
    .first-img img:nth-child(1),
    .second-img img:nth-child(1) {
        display: none;
    }

    .first-img,
    .left-img-container,
    .second-img {
        height: 350px;
    }

    .ui-ux-services-sub-container {
        width: 90%;
    }

    .ui-ux-services-container {
        min-height: 1400px;
    }

    .hero_section .images-container img:nth-child(3) {
        bottom: 20%;
        right: -36%;
    }

    .hero_section .images-container img:nth-child(1) {
        top: 43%;
        left: -36%;
    }

    .hero_section .design-type-text {
        font-size: 2rem;
        line-height: 4rem;
    }

    .hero_section .design-type-des-text {
        font-size: 14px;
        line-height: 2rem;
        max-width: 800px;
        width: 80%;
    }

    .about-sub-container {
        width: 100%;
        background-position: center;
    }

    .inner-sub-container {
        padding: 1rem;
    }

    .inner-sub-container p {
        width: 100%;
        font-size: 14px;
        width: 100%;
    }

    .vertical-slider-container .nav-buttons {
        display: none;
    }

    .hero_section .images-container img:nth-child(2) {
        left: 60%;
    }

    .hero_section .images-container img:nth-child(1) {
        left: -25%;
    }

    .hero_section .images-container img:nth-child(3) {
        right: -30%;
    }

    .support-sub-container .image-container {
        width: 100%;
        height: 360px;
    }

    .support-sub-container {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .text-overlay-bottom {
        padding: 10px;
    }

    .services-sub-text {
        font-size: 18px;
    }

    .service-description {
        font-size: 12px;
    }

    .first-img,
    .second-img,
    .left-img-container {
        height: 333px;
    }

    .vertical-slider-container .slides,
    .vertical-slider-container .sliders {
        height: 400px;
    }

    .page6 .pricing-table-title-container .heading2 {
        width: 95%;
    }

    .circular-border-1 {
        width: 450px;
        height: 450px;
    }

    .circular-border-2 {
        width: 400px;
        height: 400px;
    }

    .main-image-container {
        bottom: 75px;
    }

    .three-buttons button:nth-child(1) {
        transform: rotate(-33deg);
        position: absolute;
        top: 42px;
        left: 20px;
    }

    .three-buttons button:nth-child(3) {
        transform: rotate(34deg);
        position: absolute;
        right: 11px;
        bottom: -16px;
    }

    .hero_section .design-type-text {
        line-height: 2rem;
    }

    .hero_section .design-type-des-text {
        line-height: 1.4rem;
        font-size: 14px;
    }

}

@media (max-width: 500px) {
    .hero_section .text-container {
        gap: 3rem;
    }

    .hero_section .text-container .hero-heading {
        font-size: 36px;
        width: 400px;
        max-width: 98%;
    }

    .ui-ux-services-sub-container .sub-heading {
        font-size: 40px;
        line-height: 3.8rem;
    }

    .thumbnail {
        left: 30%;
    }

    .thumbnail .item:nth-child(1) {
        width: 196px;
        height: 220px;
    }

    .thumbnail .item {
        width: 180px;
        height: 180px;
    }

    .process-sub-container .sub-heading {
        font-size: 36px;
    }

    .carousel .list .item .content .des {
        font-size: 14px;
        font-weight: 400;
    }

    .process-container {
        min-height: 976px;
        padding-top: 2.5rem;
    }

    .process-sub-container .process-text-with-arrow .process-text {
        font-size: 16px;
    }

    .process-sub-container .process-text-with-arrow img {
        width: 16px;
        height: 17px;
    }

    .carousel .list .item .buttons button {
        font-size: 14px;
        font-weight: 500;
    }

    .carousel .list .item .content .title {
        font-size: 27px;
    }

    .carousel .list .item .content .des {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .hero_section .images-container img:nth-child(1) {
        left: -33%;
    }

    .hero_section .images-container img:nth-child(3) {
        right: -35%;
    }

    .vertical-slider-container .vertical-slider {
        width: 95%;
    }

    .vertical-slider-container .slides,
    .vertical-slider-container .sliders {
        height: 444px;
    }

    .support-sub-container .text-container .sub-heading {
        font-size: 36px;
        line-height: 18px;
    }

    .support-sub-container .text-container button {
        width: 135px;
        height: 47px;
        font-size: 14px;
    }

    .support-sub-container .text-container .support-description {
        font-size: 14px;
        line-height: 25px;
    }

    .page6 .pricing-table-title-container .heading2 {
        font-size: 32px;
    }

    .our-project-heading {
        font-size: 36px;
        line-height: 3rem;
    }
}

@media (max-width: 400px) {
    .hero_section .text-container {
        gap: 2rem;
    }

    .hero_section .text-container .hire-us-btn {
        width: 170px;
        height: 50px;
    }

    .hero_section .text-container .hero-heading {
        font-size: 32px;
    }

    .ui-ux-services-sub-container .sub-heading {
        font-size: 32px;
        line-height: 3.5rem;
    }

    .process-sub-container .sub-heading {
        font-size: 32px;
        line-height: 3.5rem;
    }

    .carousel .list .item .content .title {
        font-size: 25px;
    }

    .carousel .list .item .content .des {
        font-size: 12px;
        line-height: 1.5rem;
    }

    .three-buttons button:nth-child(1) {
        top: 42px;
        left: 46px;
    }

    .three-buttons button:nth-child(3) {
        right: 41px;
        bottom: -31px;
    }

    .three-buttons button {
        font-size: 15px;
        padding-inline: 7px;
    }

    .three-buttons button:nth-child(3).active::after {
        top: 45px;
    }

    .vertical-slider-container .slides,
    .vertical-slider-container .sliders {
        height: 370px;
    }
}

@media (max-width: 360px) {

    .ui-ux-services-sub-container .sub-heading,
    .process-sub-container .sub-heading {
        font-size: 30px;
        line-height: 3rem;
    }

    .hero_section .text-container .hero-heading {
        font-size: 30px;
    }
}
