body {
    overflow-x: hidden;
    font-family: Urbanist, sans-serif !important;
}

#menu-new-header-menu .sub-menu {
    left: 0 !important;
}

.custom-header .header-menu ul {
    width: 100%;
}

.custom-header .header-menu ul:first-of-type li:last-child {
    margin-left: auto;
}

.custom-header .header-menu ul:first-of-type li:last-child a {
    font-size: 20px;
    color: #fff;
    padding: 13px 25px;
}

.custom-header .header-menu .sub-menu:first-of-type li:last-child a {
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: unset;
    color: #71717F;
}

.custom-header .header-menu .current_page_item a,
.custom-header .header-menu a:hover {
    color: #21759b !important;
}

.custom-header .header-menu ul li:hover .fl-menu-toggle:before {
    border-color: #294DFF;
}

.custom-header .header-menu ul li .fl-menu-toggle {
    transition: 0.5s;
    margin: -24.5px 0 0 30px !important;
    right: unset;
}

.custom-header .header-menu ul li:hover .fl-menu-toggle {
    rotate: 180deg;
    transition: 0.5s;
}

.banner-video {
    width: 100%;
    height: 710px;
}

.five-icon img {
    height: 93px !important;
    object-fit: contain;
}

.right-button-box {
    float: right;
    width: 26.041666vw;
    margin-top: -180px;
}

.right-button-para-box h2 {
    font-family: Urbanist, sans-serif;
    font-weight: 500;
    font-size: 94px;
    line-height: 105px;
    text-transform: none;
    color: #0F0F12;
}

.right-button-para-box p {
    font-family: Urbanist, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #71717F;
    line-height: 27px;
}

.clients-logo .fl-col-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.client-reviews .pp-testimonials-slider .pp-testimonial {
    background-image: url(http://wp-brand.developmentlabs.co/wp-content/uploads/2024/03/Rectangle-8987.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.round-text p {
    background: rgba(33, 33, 37, 1);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 22px;
}

.round-review-text .fl-rich-text {
    display: flex;
}

.round-review-text p {
    background: #dedaf7;
    padding: 10px 20px;
    border-radius: 20px;
    margin: auto;
}

.round-lets-work-text p {
    background: #ECECF1;
}
.blue-color-ec-bg p {
  background: #dedaf7 !important;
}

.round-service-text p {
    margin: revert;
}

.bg-round-img .fl-row-content-wrap {
    background: url(http://wp-brand.developmentlabs.co/wp-content/uploads/2024/03/right-round.png) left top 23px no-repeat, url(http://wp-brand.developmentlabs.co/wp-content/uploads/2024/03/left-round.png) right -77px top 251px no-repeat;
    background-color: #0f0f12;
    padding-top: 100px;
}

.main-text-width {
    width: 60%;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
    margin: 0 auto;
}

.service-box .service-image {
	width: 64px;
    height: 64px;
}

.service-box:nth-child(odd) {
    background: #FFFFFF;
    backdrop-filter: blur(4px);
}

.service-box:nth-child(even) {
    background: #ECECF166;
    backdrop-filter: blur(4px);
}

.service-box {
    border: 1px solid rgba(33, 117, 155, 0.7);
    background: #ECECF105;
    padding: 30px;
    min-height: 300px;
}

.service-box:nth-child(1) {
    border-top-left-radius: 30px;
}

.service-box:nth-child(3) {
    border-top-right-radius: 30px;
}

.service-box:nth-last-child(3) {
    border-bottom-left-radius: 30px;
}

.service-box:not(:nth-child(3n)) {
    border-right: none;
}

.service-box:nth-child(-n+6) {
    border-bottom: none;
}

.service-box h3 {
    font-family: Urbanist, sans-serif;
    font-weight: 600;
    line-height: normal;
    font-size: 20px;
    margin: 20px 0 8px 0;
}

.service-box p,
.service-box .more-link,
.more-services-card h3,
.more-services-card p {
    color: #71717F;
    font-family: Urbanist, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.service-box .more-link {
    color: #0F0F12;
    font-size: 14px;
    text-transform: uppercase;
}

.service-box .service-box-content,
.service-box .fl-node-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: inherit;
}

.service-box:hover {
    background: #21759b !important;
}

.service-box:hover h3,
.service-box:hover p,
.service-box:hover span,
.service-box:hover a,
.service-box:hover i {
    color: #F9F9FB !important;
    text-decoration: none !important;
}

.service-box:hover svg path {
    fill: #fff;
}

.service-box .fl-callout-photo img {
    margin-bottom: 10px;
}

.more-services-card {
    background-color: #21759b;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
    height: 100%;
    min-height: 360px;
    border-bottom-right-radius: 30px;
}

.more-services-card h3,
.more-services-card p {
    font-size: 28px;
    color: #F9F9FB;
}

.more-services-link:hover {
    text-decoration: none !important;
}

.more-services-card:hover {
    background-color: #F9F9FB;
    border: 1px solid rgba(41, 77, 255, 0.3);
}

.more-services-card:hover h3,
.more-services-card:hover p {
    color: #000000;
}

.more-services-card:hover svg path {
    fill: #000000;
}

.services-tabs {
    margin-bottom: 20px;
}

.services-tab-list {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    white-space: nowrap;
    overflow: auto;
    padding: 0;
    list-style: none;
    margin-bottom: 80px;
    width: 100%;
}

.services-tab-item {
    color: #0F0F12;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #D7D7E4;
    background: #F9F9FB;
    border-radius: 16px;
    padding: 10px 23px;
    cursor: pointer;
}

.services-tab-item:hover,
.services-tab-item.active {
    background-color: #21759b;
    color: #ffffff;
    border: 1px solid #21759b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-header .header-menu ul:first-of-type li:last-child a,
.get-button a {
    background: linear-gradient(109.47deg, #21759b 15.48%, #2ea4d9 92.77%) !important;
    border: 1px !important;
    border-radius: 16px !important;
}

.custom-header .header-menu ul:first-of-type li:last-child a {
	color: #fff !important;
}

.custom-header .header-menu ul:first-of-type li:last-child a:hover,
.get-button a:hover {
	background: linear-gradient(109.47deg, #bacbd3 15.48%, #2ea4d9 92.77%) !important;
    color: #fff !important;
}

.rating-star-image {
    width: 18px !important;
    height: 18px !important;
    margin: 0 2px !important;
}

.client-reviews .pp-testimonials-content h5 {
    font-family: Urbanist, sans-serif;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #0F0F12;
    border-bottom: 1px solid rgba(110, 129, 226, 0.2);
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-weight: 600;
}

.client-reviews .owl-nav {
    margin-top: 40px;
}

.client-reviews .owl-nav button {
    border: 1px solid rgba(41, 77, 255, 0.2) !important;
    border-radius: 50% !important;
    width: 48px;
    height: 48px;
    margin: 0 12px !important;
}

.client-reviews .owl-nav button:hover svg path {
    fill: #000000;
}

.arrow-button a i {
    rotate: 40deg
}

.pricing-box .fl-col-content.fl-node-content {
    border: 1px solid rgba(33, 117, 155, 0.7);
    padding: 32px 24px;
    margin: 0 12px;
    border-radius: 20px;
    background: #F4F4F7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
}

.pricing-box .fl-col-content.fl-node-content:hover {
    background: #21759b;
    color:#ffffff;
}

.month-span {
	font-size: 22px;
    color: #000000 !important;
    font-weight: 500;
}

.pricing-box .fl-col-content.fl-node-content:hover .arrow-button a span,
.pricing-box .fl-col-content.fl-node-content:hover h4,
.pricing-box .fl-col-content.fl-node-content:hover h4 span,
.pricing-box .fl-col-content.fl-node-content:hover p,
.pricing-box .fl-col-content.fl-node-content:hover p strong,
.pricing-box .fl-col-content.fl-node-content:hover a i {
	color: #FFFFFF !important;
}

.pp-testimonials-wrap .owl-theme .owl-nav button {
  background-color:#9F90FF !important;
}

.monthly-box {
    border-bottom: 1px solid rgba(139, 139, 165, 0.4);
    margin-bottom: 24px;
}

.pricing-box-table .fl-row-content-wrap {
    background: url(http://wp-brand.developmentlabs.co/wp-content/uploads/2024/03/right-round.png) left -275px top 350px no-repeat, url(http://wp-brand.developmentlabs.co/wp-content/uploads/2024/03/left-round.png) right 0px no-repeat;
    background-color: #0f0f12;
}

.work-contact-form {
    font-family: Urbanist, sans-serif;
}

.work-contact-form input,
.work-contact-form textarea {
    font-size: 18px !important;
    padding: 19px 12px 10px 0px !important;
    background-color: transparent !important;
    color: #000000B2 !important;
    border: none !important;
    border-bottom: 1px solid #0000004D !important;
    border-radius: 0 !important;
    min-height: auto;
    margin-bottom: 25px;
}

.work-contact-form input::placeholder,
.work-contact-form textarea::placeholder {
    color: #000000B2 !important;
    font-size: 18px;
}

.work-box {
    background: #F9F9FB;
}

.work-box .fl-row-content-wrap {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.work-box .fl-button:hover {
	background: #000000 !important;
}

.work-box .fl-button:hover span {
	color: #fff !important;
}

.work-contact-form .fl-button {
    margin-top: 64px;
}

.footer-policy .fl-col-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-policy .fl-col-content.fl-node-content {
    flex-wrap: wrap;
}

.footer-sec .fl-row-content .fl-col-group {
    position: unset !important;
    padding: 0 !important;
}

.terms-policy .fl-list {
    display: flex;
    gap: 48px;
}

.icon-line .fl-mosaicflow-col {
    width: 100px !important;
    display: flex;
    gap: 16px;
}

.footer-form form input {
    background: none !important;
    border: none;
    border-bottom: 1px solid rgba(249, 249, 251, 0.3);
    border-radius: 0;
    color: rgba(249, 249, 251, 0.7);
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
}

.footer-form form input::placeholder {
    color: rgba(249, 249, 251, 0.7);
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.image-row .banner-image {
    position: absolute;
    top: 30px;
    right: 0;
    width: 45.365vw !important;
}

.round-service-text.bg-black p {
    background: #212125;
}

.our-work-slider .slick-track {
    display: flex;
    gap: 25px;
}

.our-work-slider .slide {
    position: relative;
    /* margin-right: 25px; */
}

.our-work-slider .post-image img {
    height: 600px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.our-work-slider .category-label {
    position: absolute;
    top: 24px;
    left: 24px;
    background: #ECECF1;
    padding: 10px 16px;
    border-radius: 100px;
    text-transform: uppercase;
    color: #0F0F12;
    font-size: 14px;
    font-family: Urbanist, sans-serif;
}

.our-work-slider .post-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(5.18deg, rgba(0, 0, 0, 0.8) 4.02%, rgba(0, 0, 0, 0) 95.75%);
    padding: 24px 8px;
}

.our-work-slider .post-content .post-title {
    color: #F9F9FB;
    font-size: 1.667vw;
    font-weight: 500;
    line-height: 35px;
    font-family: Urbanist, sans-serif;
}

.our-work-slider .read-more {
    border: 1px solid #F9F9FB;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-work-slider .read-more svg {
    width: 20px;
    height: 20px;
}

.benefits-section .benefits-card-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 25px;
}

.benefits-section .benefits-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.benefits-section .benefits-cards-wrapper-style2,
.benefits-section .benefits-cards-wrapper-style3,
.benefits-section .benefits-cards-wrapper-style4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefits-section .benefits-card-row:nth-child(odd) {
    justify-content: flex-start;
}

.benefits-section .benefits-card-row:nth-child(even) {
    justify-content: flex-end;
}

.benefits-section .benefits-advantage p {
    background: #9F90FF33;
    width: fit-content;
    padding: 16px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.07em;
}

.benefits-section .benefits-card {
	backdrop-filter: blur(40px);
    padding: 32px;
    border-radius: 20px;
    width: calc(33.33% - 17px);
    min-height: 360px;
    margin-bottom: 24px;
}

.benefits-section .benefits-card h3, 
.benefits-section .benefits-card p {
	color: #000000 !important;
}

.benefits-section .card-benefits1 {
	background: #DDA0EB33;
	border: 1px solid #b59abb33;
}

.benefits-section .card-benefits2,
.benefits-section .card-benefits3 {
	background: #F7C4C033;
    border: 1px solid #c9a6a433;
}

.benefits-section .card-benefits4 {
	background: #CBEFE333;
	border: 1px solid #7faf9f33;
}


.benefits-card.style2,
.benefits-card.style3 {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    border: none;
    background: none;
    min-height: 100%;
    padding: 0;
    width: calc(50% - 8vw);
    margin-bottom: 80px;
}

.benefits-card.style2 .margin-top {
    margin-top: 38px;
}

.benefits-card.style3 .margin-top {
    margin-top: 24px !important;
}

.benefits-card.style3,
.benefits-card.style4 {
    display: block;
    min-width: calc(25% - 40px);
    margin-bottom: 0;
    background: none;
}

.benefits-card.style4 {
    min-width: calc(25% - 12px);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.benefits-card.style4 .counter {
    font-size: 28px;
    color: #F9F9FB;
    font-weight: 400;
    font-family: Urbanist, sans-serif;
}

.our-work-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.approach-cards-section .approach-cards img,
.our-work-section .our-work img,
.benefits-section .benefits-card img {
    margin-bottom: 48px;
    width: 64px;
    height: 64px;
}

.benefits-card.style2 img,
.benefits-card.style3 img {
    background: #F9F9FB14;
    border: 1px solid #F9F9FB66;
    backdrop-filter: blur(40px);
    border-radius: 20px;
    width: 110px;
    height: 110px;
    padding: 20px;
    margin: 0;
}

.our-work-section .our-work img {
    margin-bottom: 0;
}

.approach-cards h3,
.our-work-section .our-work h3,
.benefits-section .benefits-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #F9F9FB;
    margin-bottom: 16px;
    font-family: Urbanist, sans-serif;
}

.approach-cards p,
.our-work-section .our-work p,
.our-work-section .our-work li,
.benefits-section .benefits-card p {
    font-size: 18px;
    color: #F9F9FBCC;
    margin-bottom: 0;
    line-height: 28px;
    font-weight: 400;
}

.our-work-section .our-work ul {
    list-style-image: url(/wp-content/uploads/2025/04/Vector.svg);
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 20px;
}

.our-work-section .our-work strong {
    color: #ffffff;
}

.our-work-section .our-work {
    display: flex;
    align-items: center;
    gap: 48px;
    background: #1B1B1E33;
    border: 1px solid #8B8BA531;
    backdrop-filter: blur(40px);
    border-radius: 20px;
    padding: 32px;
}

.sticky-sidebar {
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 0;
    position: sticky;
    top: 145px;
    bottom: 0;
    overflow: auto;
    padding-right: 5.99vw;
}

.approach-cards-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}

.approach-cards-section-tab {
    gap: 0 !important;
    align-items: unset;
    justify-content: unset;
}

.approach-cards-section .approach-cards {
    background: #ECECF180;
    backdrop-filter: blur(4px);
    border: 1px solid #6E81E233;
    border-radius: 20px;
    min-height: 280px;
    width: calc(33.33% - 25px);
    padding: 32px;
}

.approach-cards-section .approach-cards.card {
    width: 100%;
    min-height: 100%;
}

.approach-cards-section .approach-cards img {
    margin-bottom: 24px;
}

.approach-cards-section .approach-cards h3 {
    color: #0F0F12;
}

.approach-cards-section .approach-cards p {
    color: #71717F;
}

.our-approach-section .fl-button {
    margin-top: 60px;
}

.white-round-box p {
    background: #ECECF1;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
}

.tab-details {
    margin-bottom: 70px;
}

.tab-details h2 {
    font-family: Urbanist, sans-serif;
    font-weight: 500;
    font-size: 54px;
    color: #0F0F12;
    line-height: 64px;
    text-transform: none;
}

.tab-details p {
    font-family: Urbanist, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #93939E;
}

.footer-sec .fl-col-group-custom-width {
	display: flex;
    align-items: center;
}

.footer-link-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    row-gap: 25px;
}

.footer-link-menu ul li {
    border-right: 1px solid #fff;
}

.footer-link-menu ul li:last-child {
  	border-right: none;
}

.footer-link-menu ul li a:hover {
	color: red;
}

@media (max-width: 1400px) {
    .monthly-box p {
        font-size: 35px !important;
    }

    .pricing-box .fl-col-content.fl-node-content {
        min-height: 550px;
        padding: 30px 14px;
        margin: 0 5px;
    }

    .sticky-sidebar {
        padding-right: 50px;
    }
}

@media (max-width: 1200px) {
    .pricing-box {
        width: 50%;
    }

    .pricing-box .fl-col-content.fl-node-content {
        margin: 10px 10px;
    }

    .pricing-box-table .fl-row-content-wrap,
    .bg-round-img .fl-row-content-wrap {
        background-image: none;
        padding-top: 0;
    }

    .our-work-slider .post-content .post-title {
        font-size: 24px;
    }

    .benefits-section .benefits-card {
        width: calc(44.33% - 17px);
    }

    .benefits-card.style2 .margin-top {
        margin-top: 25px;
    }

    .benefits-card.style3,
    .benefits-card.style4 {
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    #menu-new-header-menu li {
        margin: 12px 0;
    }

    #menu-new-header-menu .sub-menu {
        margin-left: 0;
        padding: 0;
    }

    .benefits-card.style2 {
        width: calc(50% - 15px);
        margin-bottom: 35px;
    }

    .benefits-card.style2 img,
    .benefits-card.style3 img {
        width: 80px;
        height: 80px;
        padding: 10px;
    }

    .benefits-card.style2 .margin-top {
        margin-top: 10px;
    }
}


@media (max-width: 991px) {

    .hamburger {
        width: 100%;
        padding: 0 !important;
    }

    .hamburger .fl-menu-icon {
        float: inline-end;
    }

    .image-row .banner-image {
        position: unset;
        width: 100% !important;
    }

    .banner-video {
        height: auto;
    }

    .right-button-box {
        float: left;
        width: auto;
        margin-top: 15px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .more-services-card h3,
    .more-services-card p {
        font-size: 22px;
    }

    .service-box,
    .more-services-card {
        border: 1px solid rgba(41, 77, 255, 0.3) !important;
        padding: 15px;
        border-radius: 15px !important;
    }
    
    .more-services-card {
    	min-height: 330px;
	}

    .main-text-width {
        width: 100%;
    }

    .services-tab-list {
        gap: 10px;
        margin-bottom: 40px;
    }

    .approach-cards-section {
        gap: 10px;
    }

    .approach-cards-section .approach-cards {
        min-height: 280px;
        width: calc(50% - 10px);
    }

    .benefits-section .benefits-card {
        width: calc(50% - 13px);
    }

    .tab-details h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .tab-details {
        margin-bottom: 30px;
    }

    .benefits-card.style2 .margin-top {
        margin-top: 0;
    }
    
}

@media (max-width: 768px) {

    .custom-header .header-menu .sub-menu:first-of-type li:last-child a {
        padding: 0 15px;
    }

    .service-box {
        min-height: 100%;
        max-width: 100% !important;
        border: 1px solid rgba(41, 77, 255, 0.3);
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .mobile-div {
        display: none;
    }

    .pricing-box {
        max-width: 100% !important;
    }

    .pricing-box .fl-col-content.fl-node-content {
        min-height: auto;
        margin: 10px 0;
    }

    .footer-form form {
        gap: 8px;
        margin-top: 20px;
    }

    .footer-form form input {
        font-size: 16px;
    }

    .footer-form form input::placeholder {
        font-size: 16px;
    }

    .services-filter-bar ul {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .our-work-slider .post-image img {
        height: 400px !important;
    }

    .our-work-slider .post-content .post-title {
        font-size: 22px;
        line-height: 25px;
    }

    .our-work-slider .post-content {
        padding: 15px 8px;
    }

    .our-work-slider .read-more {
        width: 35px;
        height: 35px;
    }

    .our-work-section .our-work {
        gap: 30px;
        padding: 15px;
    }

    .our-work-section {
        gap: 15px;
    }

    .our-work-section .our-work img {
        width: 45px;
    }

    .sticky-sidebar {
        position: unset;
        padding-right: 0;
    }

    .benefits-section .benefits-card-row {
        gap: 0;
    }

    .benefits-section .benefits-card {
        padding: 15px;
        width: 100%;
        min-height: 100%;
    }

    .benefits-card.style2 {
        gap: 10px;
    }

    .benefits-card.style2,
    .benefits-card.style3 {
        margin-bottom: 30px;
        padding: 0;
    }

    .benefits-section .benefits-card img {
        width: 50px;
        margin-bottom: 20px;
    }

    .benefits-card.style2 img,
    .benefits-card.style3 img {
        width: 50px;
        margin-bottom: 0;
        height: 50px;
        border-radius: 10px;
        padding: 6px;
    }

    .benefits-card.style4 {
        margin-bottom: 24px;
    }

    .tab-details h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .tab-details {
        margin-bottom: 10px;
    }
    
    .footer-sec .fl-col-group-custom-width {
    	display: block;
	}
    
    .footer-link-menu ul {
        gap: 15px;
        flex-direction: column;
        align-items: baseline;
    }

    .footer-link-menu ul li {
        border-right: none;
    }
    
    .footer-link-menu ul li a {
    	padding: 0 !important;
	}
    
    .footer-sec .footer-form {
    	gap: 15px;
    }
}

@media (max-width: 567px) {
    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .our-work-section .our-work {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .approach-cards-section .approach-cards {
        padding: 15px;
        min-height: 100%;
        width: 100%;
    }

    .our-approach-section .fl-button {
        width: 100% !important;
        margin-top: 20px;
        font-size: 18px !important;
        padding: 10px !important;
    }

    .round-review-text p {
        margin: unset;
    }
    
    .more-services-card {
    	min-height: 280px;
	}

}