@media (max-width: 1367px) {

    .hero-swiper-next,
    .hero-swiper-prev {
        top: unset;
        bottom: 20px;
        z-index: 10;
    }

    .hero-swiper-pagination {
        z-index: 5;
    }

    .hero-swiper-prev {
        left: unset;
        right: 70px;
    }

    .hero-slide {
        padding: 100px 40px;
    }

    header .site-logo {
        height: 70px;
    }

    .blog-image img {
        height: 370px;
    }

    .footer-content-spacer {
        height: 40px;
    }

    .bg-footer {
        padding: 60px 0 0 0;
    }

    .bg-footer>.hero-container {
        padding: 0 30px;
    }

    .social-container {
        gap: 12px;
    }

    .footer-services-container,
    .footer-quick-links,
    .footer-contact-container {
        gap: 14px;
    }
}

@media (max-width: 1280px) {
    h2 {
        font-size: 36px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 22px;
    }

    .hero-slide h1 {
        font-size: 44px;
        line-height: 1.3em;
    }

    .logo-container-footer {
        max-width: 45%;
    }


    .blog-link {
        font-size: 24px;
    }

    .expertise-img {
        height: 500px;
    }

    .breadcrumb-section h1 {
        font-size: 32px;
    }
}

@media (max-width: 1200px) {
    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    .hero-slide {
        padding: 75px 40px;
    }

    .hero-floating-badge {
        height: 70px;
        width: 70px;
    }

    .hero-floating-badge i {
        font-size: 24px;
    }

    .blog-link-post {
        font-size: 20px;
    }

    .post-image {
        height: 500px;
    }
}

@media screen and (min-width: 1024px) {

    /* Flex spacing (gap) */
    .gspace-md-0 {
        gap: 0px 0px;
    }

    .gspace-md-1 {
        gap: 10px 10px;
    }

    .gspace-md-2 {
        gap: 20px 20px;
    }

    .gspace-md-3 {
        gap: 30px 30px;
    }

    .gspace-md-4 {
        gap: 40px 40px;
    }

    .gspace-md-5 {
        gap: 50px 50px;
    }

    /* Grid spacing (column-gap) */

    .gspace-x-md-0 {
        column-gap: 0px;
    }

    .gspace-x-md-1 {
        column-gap: 10px;
    }

    .gspace-x-md-2 {
        column-gap: 20px;
    }

    .gspace-x-md-3 {
        column-gap: 30px;
    }

    .gspace-x-md-4 {
        column-gap: 40px;
    }

    .gspace-x-md-5 {
        column-gap: 50px;
    }

    /* Grid spacing (row-gap) */

    .gspace-y-md-0 {
        row-gap: 0px;
    }

    .gspace-y-md-1 {
        row-gap: 10px;
    }

    .gspace-y-md-2 {
        row-gap: 20px;
    }

    .gspace-y-md-3 {
        row-gap: 30px;
    }

    .gspace-y-md-4 {
        row-gap: 40px;
    }

    .gspace-y-md-5 {
        row-gap: 50px;
    }

    /* Grid spacing (row-gap & column-gap) */

    .grid-spacer-md-0 {
        --bs-gutter-x: 0px;
        --bs-gutter-y: 0px;
    }

    .grid-spacer-md-1 {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .grid-spacer-md-2 {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .grid-spacer-md-3 {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }

    .grid-spacer-md-4 {
        --bs-gutter-x: 40px;
        --bs-gutter-y: 40px;
    }

    .grid-spacer-md-5 {
        --bs-gutter-x: 50px;
        --bs-gutter-y: 50px;
    }

    /* Grid spacing (column-gap) */

    .grid-spacer-x-md-0 {
        --bs-gutter-x: 0px;
    }

    .grid-spacer-x-md-1 {
        --bs-gutter-x: 10px;
    }

    .grid-spacer-x-md-1 {
        --bs-gutter-x: 10px;
    }

    .grid-spacer-x-md-2 {
        --bs-gutter-x: 20px;
    }

    .grid-spacer-x-md-3 {
        --bs-gutter-x: 30px;
    }

    .grid-spacer-x-md-4 {
        --bs-gutter-x: 40px;
    }

    .grid-spacer-x-md-5 {
        --bs-gutter-x: 50px;
    }

    /* Grid spacing (row-gap) */

    .grid-spacer-y-md-0 {
        --bs-gutter-y: 0px;
    }

    .grid-spacer-y-md-1 {
        --bs-gutter-y: 10px;
    }

    .grid-spacer-y-md-1 {
        --bs-gutter-y: 10px;
    }

    .grid-spacer-y-md-2 {
        --bs-gutter-y: 20px;
    }

    .grid-spacer-y-md-3 {
        --bs-gutter-y: 30px;
    }

    .grid-spacer-y-md-4 {
        --bs-gutter-y: 40px;
    }

    .grid-spacer-y-md-5 {
        --bs-gutter-y: 50px;
    }
}


@media screen and (max-width: 1024px) {
    h1 {
        font-size: var(--font-size-14xl);
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    button,
    a {
        font-size: 14px;
    }

    .navbar {
        position: relative;
    }

    .navbar-collapse {
        display: none;
    }

    .nav-btn {
        display: block;
    }

    .expertise-img img {
        width: 100%;
    }

    .section {
        padding: 100px 20px 100px 20px;
    }

    .logo-container-footer {
        max-width: 40%;
    }

    .copyright-container {
        padding: 20px;
    }

    .about-img-layout {
        width: 100%;
    }

    .hero-slide h1 {
        font-size: 34px;
    }

    .hero-slide-content {
        gap: 14px;
    }

    .about-img {
        height: 100%;
    }

    .card-about {
        width: 400px;
    }

    .card-about .counter {
        font-size: var(--font-size-14xl);
    }

    .card-about .counter-detail {
        font-size: var(--font-size-8xl);
    }

    .about-title {
        width: 100%;
    }

    .navbar-action-container {
        justify-content: flex-start;
    }

    .navbar-icon-wrapper {
        display: none;
    }

    .banner-video-content {
        width: 100%;
    }

    .banner-video-content p {
        max-width: 48%;
        font-size: var(--font-size-sm);
    }

    .banner-content {
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .btn-title {
        padding: 17px 27px 17px 27px;
    }

    .icon-circle {
        width: 53px;
        height: 53px;
    }

    .logo-container {
        width: 50%;
    }

    .service-recent {
        width: 50%;
    }

    .cta-service-banner {
        width: 50%;
    }

    .social-team-spacer {
        width: 40px;
        height: 40px;
    }

    .sub-heading span {
        font-size: 18px;
    }

    .pricing-container {
        flex-direction: row;
        width: 100%;
    }

    .expertise-title,
    .expertise-img-layout {
        width: 100%;
    }

    .card-expertise {
        width: 320px;
    }

    .card-expertise .counter {
        font-size: var(--font-size-14xl);
    }

    .card-expertise .counter-detail {
        font-size: var(--font-size-7xl);
    }

    .chooseus-card-container {
        width: 100%;
        order: 2;
    }

    .chooseus-content-container {
        width: 100%;
        order: 1;
    }

    .card-chooseus {
        width: 85%;
    }

    .card-chooseus:nth-child(2) {
        align-self: end;
    }

    .card-chooseus-cta-wrapper {
        width: 320px;
    }

    .card-pricing-title {
        width: 50%;
    }

    .card-pricing {
        width: 50%;
    }

    .card-pricing.pricing-highlight {
        width: 100%;
    }

    .pricing-highlight-box {
        width: 50%;
    }

    .team-layout {
        padding: 30px 30px 0px 30px;
    }

    .banner-heading {
        flex-direction: column;
        gap: 100px;
    }

    .single-service-title-layout {
        width: 85%;
    }

    .guide-banner {
        padding: 250px 30px 30px 30px;
    }

    .guide-content {
        max-width: 100%;
    }

    .guide-video-container p {
        margin-bottom: 0;
        font-size: var(--font-size-sm);
        max-width: 20%;
    }

    .dropdown-item {
        padding: 15px 30px;
        font-weight: 500;
    }

    .logo {
        max-width: 125px;
    }

    .text-404 {
        font-size: var(--font-size-16xl);
    }

    .layout-404 p {
        max-width: 60%;
    }

    .price-card-wrapper .price {
        font-size: var(--font-size-7xl);
    }

    .logo-footer {
        max-width: 20%;
    }

    .card-expertise .counter-detail {
        font-size: var(--font-size-12xl);
    }

    .contactus-content {
        width: 80%;
    }

    .card-case-studies {
        padding: 30px 30px 30px 30px;
    }

    .case-studies-content.local-business,
    .case-studies-content.saas-leads,
    .case-studies-content.ecommerce,
    .case-studies-content.startup-branding {
        width: 100%;
    }

    .cs-component a {
        font-size: var(--font-size-sm);
    }

    .service-details {
        padding: 0em 2em 0em 0em;
    }

    .number-box {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .heading-container {
        max-width: 70%;
    }

    .testimonial-title-container,
    .testimonial-reviewer-container {
        width: 100%;
    }

    .testimonial-reviewer {
        flex-direction: column;
    }

    .testimonial-rating-container {
        width: 50%;
    }

    .card-testimonial-reviewer .counter {
        font-size: var(--font-size-8xl);
    }

    .card-testimonial-reviewer p {
        font-size: var(--font-size-sm);
    }

    .price-card-wrapper .price {
        font-size: var(--font-size-9xl);
    }

    .tab-content {
        padding: 0.5em;
    }

    .input-container {
        width: 100%;
    }

    .sidebar-header .logo {
        width: 100%;
    }

    .social-team-container {
        width: 60px;
    }

    .social-team-container .social-item {
        width: 40px;
        height: 40px;
        font-size: var(--font-size-base);
    }

    .accordion .accordion-button {
        font-size: 18px;
        padding: 10px 26px;
    }


    .accordion-button::after,
    .accordion-button:not(.collapsed)::after {
        height: 36px;
        width: 36px;
        background-size: 36px;
    }

    #newsletterForm {
        flex-direction: column;
        border-radius: 35px 35px 35px 35px;
        width: 100%;
    }

    .newsletter-layout {
        padding: 0px 30px 30px 30px;
        gap: 30px 30px;
    }

    .blog-link {
        font-size: 22px;
    }

    .blog-link-post {
        font-size: var(--font-size-lg);
    }

    .footer-list a {
        font-size: var(--font-size-sm);
    }

    .contact-list li {
        font-size: var(--font-size-sm);
    }


    aside #sidebar .menu-item.menu-item-has-children {
        position: relative;
    }

    aside #sidebar .menu-item.menu-item-has-children .sidebar-dropdown-btn {
        position: absolute;
        right: 0;
        top: 8px;
    }

    aside #sidebar .menu-item .sub-menu {
        list-style: none;
        padding-left: 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
        padding-top: 0;
        padding-bottom: 0;
    }

    aside #sidebar .menu-item .sub-menu.active {
        max-height: 100%;
        padding-top: 10px;
    }

    .chooseus-icon-wrapper {
        min-height: unset;
    }

    .chooseus-icon-layout {
        height: 90px;
        width: 90px;
    }

    .chooseus-content {
        width: 100%;
    }

    .check-list li {
        font-size: 18px;
    }

    .blog-menu .blog-image img {
        height: 260px;
    }

    .icon-wrapper {
        height: 80px;
        width: 80px;
        min-height: 80px;
    }

    .icon-box {
        height: 70px;
        width: 70px;
        min-height: 70px;
    }

    .contact-title-wrapper h5 a {
        font-size: 20px;
    }

    .faq-section .accordion {
        margin-top: 24px;
    }
}


@media screen and (max-width: 991px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .hero-slide-content {
        max-width: 100%;
    }

    .hero-slide p {
        max-width: 100%;
    }

    .hero-image-container {
        width: 70%;
        margin: 60px auto 0;
    }

    .blog-image img {
        height: 325px;
    }

    .heading-container {
        max-width: 90%;
    }

    .service-icon-wrapper {
        height: 80px;
        width: 80px;
        min-height: unset
    }

    .hero-swiper-next,
    .hero-swiper-prev {
        width: 40px;
        height: 40px;
    }

    .hero-swiper-next:after,
    .hero-swiper-prev:after {
        font-size: 14px;
        font-weight: bold;
    }

    .service-title h4 {
        font-size: 22px;
    }

    .social-item-wrapper {
        min-height: 50px;
        width: 50px;
    }

    .social-item {
        height: 40px;
        width: 40px;
    }

    .chooseus-content {
        padding: 20px;
    }

    .card-blog .card-body {
        padding: 24px;
        gap: 12px;
    }

    .breadcrumb-section h1 {
        font-size: 28px;
    }

    .blog-menu .blog-image img {
        height: 275px;
    }

    .recent-post {
        width: 75%;
    }

    .form-layout-wrapper,
    .contact-title-wrapper {
        border-radius: 20px;
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .service-title h4 {
        font-size: 20px;
    }

    .hero-image-container {
        width: 90%;
    }

    header .site-logo {
        height: 54px;
    }

    .blog-image img {
        height: 270px;
    }

    .blog-link {
        font-size: 20px;
    }

    .grid-spacer-5 {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .section {
        padding: 70px 20px 70px 20px;
    }

    .section-footer {
        padding: 0px 20px 20px 20px;
    }

    .service-icon-wrapper,
    .service-icon {
        height: 70px;
        width: 70px;
        min-height: unset
    }

    .icon-wrapper {
        height: 70px;
        width: 70px;
        min-height: 70px;
    }

    .icon-box {
        height: 55px;
        width: 55px;
        min-height: 55px;
        font-size: 22px;
    }
}


/* 57.2 Mobile Responsive */

@media screen and (min-width: 767px) {

    /* Flex spacing (gap) */

    .gspace-sm-0 {
        gap: 0px 0px;
    }

    .gspace-sm-1 {
        gap: 10px 10px;
    }

    .gspace-sm-2 {
        gap: 20px 20px;
    }

    .gspace-sm-3 {
        gap: 30px 30px;
    }

    .gspace-sm-4 {
        gap: 40px 40px;
    }

    .gspace-sm-5 {
        gap: 50px 50px;
    }

    /* Grid spacing (column-gap) */

    .gspace-x-sm-0 {
        column-gap: 0px;
    }

    .gspace-x-sm-0 {
        column-gap: 0px;
    }

    .gspace-x-sm-1 {
        column-gap: 10px;
    }

    .gspace-x-sm-2 {
        column-gap: 20px;
    }

    .gspace-x-sm-3 {
        column-gap: 30px;
    }

    .gspace-x-sm-4 {
        column-gap: 40px;
    }

    .gspace-x-sm-5 {
        column-gap: 50px;
    }

    /* Grid spacing (row-gap) */

    .gspace-y-sm-0 {
        row-gap: 0px;
    }

    .gspace-y-sm-1 {
        row-gap: 10px;
    }

    .gspace-y-sm-2 {
        row-gap: 20px;
    }

    .gspace-y-sm-3 {
        row-gap: 30px;
    }

    .gspace-y-sm-4 {
        row-gap: 40px;
    }

    .gspace-y-sm-5 {
        row-gap: 50px;
    }

    /* Grid spacing (row-gap & column-gap) */

    .grid-spacer-sm-1 {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .grid-spacer-sm-2 {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .grid-spacer-sm-3 {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }

    .grid-spacer-sm-4 {
        --bs-gutter-x: 40px;
        --bs-gutter-y: 40px;
    }

    .grid-spacer-sm-5 {
        --bs-gutter-x: 50px;
        --bs-gutter-y: 50px;
    }

    /* Grid spacing (column-gap) */

    .grid-spacer-x-sm-0 {
        --bs-gutter-x: 0px;
    }

    .grid-spacer-x-sm-1 {
        --bs-gutter-x: 10px;
    }

    .grid-spacer-x-sm-2 {
        --bs-gutter-x: 20px;
    }

    .grid-spacer-x-sm-3 {
        --bs-gutter-x: 30px;
    }

    .grid-spacer-x-sm-4 {
        --bs-gutter-x: 40px;
    }

    /* Grid spacing (row-gap) */

    .grid-spacer-y-sm-0 {
        --bs-gutter-y: 0px;
    }

    .grid-spacer-y-sm-1 {
        --bs-gutter-y: 10px;
    }

    .grid-spacer-y-sm-2 {
        --bs-gutter-y: 20px;
    }

    .grid-spacer-y-sm-3 {
        --bs-gutter-y: 30px;
    }

    .grid-spacer-y-sm-4 {
        --bs-gutter-y: 40px;
    }

    .grid-spacer-y-sm-5 {
        --bs-gutter-y: 50px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: var(--font-size-10xl);
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: var(--font-size-xl);
    }

    h6 {
        font-size: 18px;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .cta-service-banner {
        gap: 5px;
    }

    .cta-service-banner p {
        color: #000;
    }


    .check-list li {
        font-size: 16px;
        font-weight: 400;
    }

    .single-service-list {
        margin-bottom: 0;
    }

    .footer-logo-container {
        gap: 20px;
    }

    .logo-container-footer img {
        height: 60px;
    }

    .gspace-sm-0 {
        gap: 0;
    }

    .gspace-sm-1 {
        gap: 14px;
    }

    .gspace-sm-2 {
        gap: 24px;
    }

    .gspace-sm-3 {
        gap: 34px;
    }

    .card-testimonial-header-title {
        gap: 0;
    }

    .gspace-sm-4 {
        gap: 40px;
    }

    .grid-spacer-sm-0 {
        --bs-gutter-x: 0px;
        --bs-gutter-y: 0px;
    }

    .expertise-title {
        gap: 0;
    }

    button,
    a {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .bg-footer {
        padding: 38px 0 0 0;
    }

    .sub-heading {
        margin-bottom: 10px;
    }

    .sub-heading span,
    .sub-heading i {
        font-size: 14px;
    }

    .section {
        padding: 65px 20px 65px 20px;
    }

    .image-container img {
        border-radius: 18px;
    }

    .chooseus-icon-layout {
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0;
        padding: 8px;
    }

    .service-icon-wrapper,
    .service-icon {
        height: 60px;
        width: 60px;
        border-radius: 16px;
    }

    .icon-circle {
        font-size: 20px;
    }

    .card-service {
        gap: 18px;
        padding: 24px;
    }

    .underline-vertical {
        height: 82px;
    }

    .service-title h4 {
        font-size: 19px;
    }

    .card-testimonial {
        padding: 26px;
    }

    .card-testimonial-reviewer {
        padding: 24px;
        gap: 20px;
    }

    .newsletter-submit {
        position: relative;
        width: fit-content;
    }

    .card-testimonial {
        gap: 16px;
    }

    #newsletterForm input {
        padding: 18px;
    }

    #newsletterForm input[type='submit'] {
        position: relative;
        top: unset;
        right: unset;
    }

    #newsletterForm .arrow-icon {
        right: 6px;
        top: 6px;
        transform: unset;
        width: 44px;
        height: 44px;
    }


    #newsletterForm input[type='submit'],
    input[type='submit'] {
        padding-right: 80px;
    }

    .chooseus-content {
        padding: 48px 20px 20px;
    }

    .newsletter-layout {
        padding: 0px 22px 22px 22px;
    }

    .chooseus-icon {
        border-radius: 16px;
    }

    .card.team-layout h2 {
        margin-bottom: 0;
    }

    .chooseus-content-container .d-flex.flex-column.gspace-5 {
        gap: 32px;
    }

    .card-expertise.card-expertise-counter {
        width: 100%;
    }

    .logo-footer {
        max-width: 50%;
    }

    .navbar {
        padding: 10px 18px 10px 18px;
    }

    .navbar-wrapper {
        padding: 20px 20px 20px 20px;
    }

    .hero-slide {
        padding: 32px 26px;
    }

    .badge-tag {
        font-size: 12px;
    }

    .chooseus-content {
        width: 100%;
    }

    .hero-slide h1 {
        font-size: 26px;
    }

    .hero-slide p {
        margin-bottom: 0;
    }

    .hero-cta-btn {
        font-size: 15px;
        padding: 12px 24px;
    }

    .stat-number {
        font-size: 24px;
    }

    .hero-image-container {
        width: 100%;
        margin: 12px auto 0;
    }

    .hero-floating-badge {
        height: 56px;
        width: 56px;
        bottom: 3px;
        left: 3px;
        border-radius: 13px
    }

    .hero-image-card {
        border-radius: 16px;
    }

    .banner-video-content p {
        font-size: var(--font-size-xs);
        max-width: 100%;
    }

    .section-banner {
        padding: 0px 20px 0px 20px;
    }

    .section-guide {
        padding: 0px 20px 0px 20px;
    }

    .section-wrapper-digital-process {
        padding: 0px 20px 0px 20px;
    }

    .section-footer {
        padding: 0px 8px 8px 8px;
    }

    .bg-footer>.hero-container {
        padding: 0 22px;
    }

    .card-pricing-title {
        width: 100%;
    }

    .card-pricing {
        width: 100%;
    }

    .sub-heading span {
        font-size: 14px;
    }

    .card-case-studies {
        padding: 30px 20px 30px 20px;
    }

    .chooseus-icon-layout {
        border-radius: 0px 0px 16px 16px;
    }

    .cs-component a {
        font-size: var(--font-size-xs);
    }

    .accordion .accordion-button {
        font-size: 17px;
        padding: 10px 16px;
    }

    .faq-section .accordion {
        margin-top: 24px;
    }



    .event-image {
        width: 100%;
    }

    .sidebar-overlay-avatar {
        width: 85%
    }

    .team-layout {
        padding: 30px 20px 0px 20px;
    }

    .guide-video-container p {
        font-size: var(--font-size-xs);
        max-width: 40%;
    }

    .pricing-container {
        flex-direction: column;
    }

    .social-team-container {
        width: 55px;
    }

    .text-404 {
        font-size: var(--font-size-15xl);
    }

    .layout-404 p {
        max-width: 100%
    }

    .testimonial-reviewer {
        flex-direction: row;
        gap: 10px;
    }

    .testimonial-reviewer .avatar {
        width: 45px;
    }

    .card-testimonial-reviewer .counter {
        font-size: 28px;
    }

    .card-testimonial-reviewer .counter-detail {
        font-size: 24px;
    }

    .card-testimonial-header-title {
        padding: 24px;
    }

    .testimonial-header-link-wrapper {
        border-radius: 8px;
        padding: 11px;
    }

    .testimonial-header-link-wrapper a {
        font-size: 14px;
    }

    .card-testimonial-reviewer p {
        font-size: 14.5px;
    }

    .testimonial-rating-container {
        width: 100%;
    }

    .pricing-highlight-box {
        width: 100%;
        justify-content: space-between;
    }

    .about-img {
        height: 450px;
    }

    .card-about {
        width: 290px;
        padding: 14px;
    }

    .card-about h6 {
        font-size: 16px;
    }

    .card {
        border-radius: 15px;
    }

    .breadcrumb-section h1 {
        font-size: 22px;
    }

    .breadcrumb,
    .breadcrumb a {
        font-size: 14px;
    }

    .banner-layout {
        gap: 24px 0px;
        padding: 22px 20px 0px 20px;
    }

    .card-about h6 {
        margin-bottom: 0;
    }

    .card-about .counter {
        font-size: var(--font-size-10xl);
    }

    .card-about .counter-detail {
        font-size: var(--font-size-6xl);
    }

    .section404 {
        width: 100%;
    }

    .card-expertise .counter {
        font-size: var(--font-size-10xl);
    }

    .card-expertise .counter-detail {
        font-size: var(--font-size-6xl);
    }

    .expertise-list {
        width: 100%;
    }

    .card-expertise {
        width: 250px;
    }

    .card-chooseus {
        flex-direction: column;
        width: 100%;
    }

    .card-chooseus-cta-wrapper {
        width: 250px;
    }

    .chooseus-icon-wrapper {
        flex-direction: row;
        min-height: 0;
        width: 100%;
    }

    .chooseus-spacer.above,
    .chooseus-spacer.below {
        display: none;
    }

    .about-wrapper {
        padding: 20px 0px 0px 0px;
    }

    .banner-icon-container {
        width: 100%;
    }

    .step-spacer {
        width: 200px;
        height: 3px;
    }

    .form-card {
        padding: 1em 1em 1em 1em;
    }

    .form-button-container {
        width: 100%;
        justify-content: stretch;
    }

    .form-button-container .btn {
        width: 100%;
    }

    .logo-container {
        width: 100%;
    }

    .heading-container {
        max-width: 100%;
    }

    .heading-container-wide {
        max-width: 100%;
    }

    .blog-link {
        font-size: 18px;
    }

    .blog-link-post {
        font-size: var(--font-size-base);
    }

    .blog-image {
        height: auto;
    }

    .card-blog .card-body {
        gap: 18px;
    }

    .service-recent,
    .cta-service-banner {
        width: 100%;
    }

    .single-service-title-layout {
        width: 74%;
    }

    .case-studies-component.large,
    .case-studies-component.small {
        width: 100%;
    }

    .btn-title {
        padding: 15px 25px 15px 25px;
    }

    .icon-circle {
        width: 46px;
        height: 46px;
    }

    .service-details {
        padding: 0em 0em 2em 0em;
    }

    .footer-logo-container {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .copyright-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .copyright,
    .legal-link {
        font-size: 15px;
    }

    .copyright-container {
        gap: 0;
    }

    .footer-services-container,
    .footer-quick-links,
    .footer-contact-container {
        gap: 0px;
    }

    .footer-list li {
        margin-bottom: 10px;
    }

    .footer-list a {
        font-size: 16px;
    }

    .contact-list li {
        font-size: 16px;
    }

    .contact-list {
        margin-bottom: 28px;
    }

    .footer-contact-container .d-flex.flex-column.gspace-1 h5 {
        margin-bottom: 0;
    }

    .single-service-title {
        gap: 0;
    }

    .service-included {
        padding: 24px;
    }

    .recent-post {
        width: 100%;
        gap: 24px;
    }

    .post-image {
        height: 350px;
    }

    .hero-container.maps iframe {
        height: 330px;
    }

    .contact-title h2 {
        margin-bottom: 10px;
    }

    .contact-title {
        gap: 0;
    }

    .contact-title .d-flex.align-items-center {
        margin-bottom: 16px;
    }

    .contact-title-wrapper h5 a {
        font-size: 17px;
    }

    .icon-box {
        height: 50px;
        width: 50px;
        min-height: 50px;
        font-size: 20px;
        border-radius: 18px;
    }

    .icon-wrapper {
        height: 60px;
        width: 60px;
        min-height: 60px;
        border-radius: 18px;
    }

    .contact-title {
        padding: 25px;
    }


    .form-layout {
        padding: 25px;
        gap: 12px;
    }
}

@media screen and (max-width: 425px) {
    .hero-slide {
        padding: 24px 22px;
    }

    .hero-slide h1 {
        font-size: 24px;
    }

    .single-service-title-wrapper h2 {
        font-size: 18px;
    }

    .expertise-img {
        height: 450px;
    }

    .card-expertise-wrapper {
        padding: 0px 14px 14px 0px;
    }

    .chooseus-img {
        height: 440px;
    }

    .card-chooseus-cta-wrapper {
        padding: 14px 0 0 14px;
    }

    .post-image {
        height: 310px;
    }
}

@media screen and (max-width: 400px) {
    .post-image {
        height: 280px;
    }
}