/*
Theme Name: White Label Partner
Theme URI: https://example.com
Author: White Label Partner
Author URI: https://example.com
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: White Label Partner
*/

body,
html {
    overflow-x: hidden;
}

:root {
    --primary-color: #123E40;
    --heading-color: #33AAB1;
    --pera-color: #222222;
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #58595B;
    --heading-font: "Lato", sans-serif;
    --pera-font: "Lato", sans-serif;
}

.section-padding {
    padding: 100px 10px 50px !important;
    position: relative;
}

.left-anima-bg-img {
    position: absolute;
    left: 0;
    bottom: -250px;
    width: clamp(70px, 14vw, 200px);
    z-index: -1;
}

.right-anim-bg-img {
    position: absolute;
    right: 0;
    top: -300px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}

img.right-anim-bg-img-2 {
    position: absolute;
    right: 0;
    bottom: -200px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}

img.right-anim-bg-img-7 {
    position: absolute;
    right: 0;
    bottom: -200px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}


img.right-anim-bg-img-6 {
    position: absolute;
    right: 0;
    top: -200px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}

img.right-anim-bg-img-5 {
    position: absolute;
    right: -40px;
    top: -170px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}

img.right-anim-bg-img-4 {
    position: absolute;
    right: -40px;
    top: -190px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}

.how-start-section {
    position: relative;
}

img.right-anim-bg-img-3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}

img.left-anima-bg-img-2 {
    position: absolute;
    left: 0;
    bottom: -211px;
    width: clamp(70px, 14vw, 200px);
    z-index: -1;
}

img.left-anima-bg-img-6 {
    position: absolute;
    left: 0;
    bottom: -250px;
    width: clamp(70px, 14vw, 200px);
    z-index: -1;

}

img.left-anima-bg-img-5 {
    position: absolute;
    left: 0;
    top: -200px;
    width: clamp(70px, 14vw, 200px);
    z-index: -1;
}

img.left-anima-bg-img-4 {
    position: absolute;
    left: 0;
    top: -200px;
    width: clamp(70px, 14vw, 200px);
    z-index: -1;
}

.meet-team-section {
    position: relative;
}

img.left-anima-bg-img-3 {
    position: absolute;
    left: -76px;
    width: clamp(70px, 14vw, 200px);
    z-index: -1;
    top: -35px;
}

.color-black {
    color: var(--black-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

p,
span,
a {
    font-family: var(--pera-font);
    color: var(--pera-color);
}

li {
    font-family: var(--pera-font);
}

.container {
    max-width: 1280px !important;
    width: 100%;
}

h1 {
    font-size: 65px !important;
}

h2 {
    font-size: 45px !important;
    color: var(--heading-color) !important;
    font-weight: bold !important;
}

h3 {
    font-size: 40px !important;
    font-weight: bold !important;
}

h4 {
    font-size: 32px !important;
    font-weight: bold !important;
}

h5 {
    font-size: 30px !important;
}

h6 {
    font-size: 25px !important;
}

p {
    font-size: 18px !important;
}

#main-header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: all 0.35s ease;
}


#main-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.35s ease forwards;
    padding: 15px 10px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

header.header-section {
    padding: 15px 0 20px;
    position: relative;
}

header.header-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg,
            #33AAB1,
            #16484B,
            #33AAB1);
    background-size: 300% 300%;
    bottom: 0;
    left: 0;
    animation: borderGlowMove 4s ease infinite;
}

@keyframes borderGlowMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.header-logo-col {
    max-width: 200px;
    width: 100%;
}

.navbar-nav.header-menu .menu-item a {
    font-size: 16px;
    font-weight: 500 !important;
    color: #2B2B2B;
    text-decoration: none;
}

.navbar-nav.header-menu .current-menu-item a,
.navbar-nav.header-menu .menu-item a:hover {
    color: var(--primary-color);
}

.services-dropdown li.current-menu-item a {
    background: var(--heading-color);
    color: #fff !important;
}

.sub-menu li {
    margin: 0px !important;
}

.mobile-menu .sub-menu {
    display: none;
    padding-left: 0;
    margin-top: 10px;
    background: var(--heading-color);
}

.mobile-menu-offcanvas .mobile-menu li {
    list-style: none;
    margin-bottom: 10px;
}

/* Submenu links */
.mobile-menu .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fffbfb;
    text-decoration: none;
}

.mobile-menu .sub-menu li a:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Add arrow icon */
.mobile-menu .menu-item-has-children>a {
    position: relative;
    padding-right: 25px;
    /* space for arrow */
}

/* Rotate arrow when active */
.mobile-menu .menu-item-has-children.active>a::after {
    transform: translateY(-50%) rotate(180deg);
}



.header-menu li.services-dropdown .sub-menu {
    display: none;
    position: absolute;
    width: 550px;
    top: 100%;
    left: 0;
    padding: 0;
    background: #fff;
    box-shadow: -4px 7px 19px 4px #29858a38;
    z-index: 999;
    border-left: 4px solid var(--heading-color);
    transition: all 0.2s ease-in-out;
    transform: scale(0.5);
}

.header-menu li.services-dropdown.menu-item-has-children:hover>.sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 550px;
    transform: scale(1);
    padding: 20px 30px 20px 10px;
    gap: 10px 5px;
}

.header-menu .sub-menu li a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
}

.services-dropdown li.current-menu-item a {
    background: var(--heading-color);
    color: #fff !important;
    border-radius: 0 10px 10px 0;
}

.navbar-nav.header-menu .services-dropdown .sub-menu a {
    transition: all 0.3s ease;
}

.navbar-nav.header-menu .services-dropdown .sub-menu a:hover {
    transform: translateX(10px);
    border-radius: 0 10px 10px 0;
}

.services-dropdown .fa-solid.fa-chevron-down {
    font-size: 11px;
    color: var(--primary-color);
}


.header-menu .sub-menu li a:hover {
    background: var(--heading-color);
    color: #fff !important;
}

.header-menu li {
    list-style: none;
    position: relative;
}

.header-menu .sub-menu li a:hover:before {
    display: none;
}

img.header-logo {
    width: 100%;
    max-width: 180px;
    transition: max-width 0.3s ease;
}

.header-section.is-sticky img.header-logo {
    max-width: 140px;
}

.header-cta-canvas-col {
    display: flex;
}

div#mobmenu-custom {
    display: none;
}

.header-menu {
    position: relative;
    padding: 11px 0;
}


.navbar-nav.header-menu {
    gap: 20px;
    flex: 1;
}

.mobile-menu-offcanvas .mobile-menu .current-menu-item a {
    color: var(--primary-color);
}

.mobile-menu-offcanvas {
    display: none;
}

.glob-btn.header-btn {
    padding: 8px 14px;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 1.3em;
    display: flex;
    align-content: center;
    align-items: center;
}

.header-call-cta {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
}

.header-call-cta a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.header-call-cta .fa-phone {
    color: var(--heading-color) !important;
    font-size: 30px;
}

.header-call-cta a .call-cta-text {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 700;
}

.header-call-cta a .call-cta-number {
    color: var(--heading-color);
}

/* Header Css End */

/* Home Page Css Start */

.glob-btn {
    display: inline-block;
    color: var(--white-color);
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 50px;
    border: 2px solid var(--heading-color);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}


.glob-btn::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #33AAB1, #16484B, #33AAB1);
    background-size: 300% 300%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.glob-btn:hover::after {
    background: #ffffff;
    animation: none;
}

.glob-btn:hover {
    color: var(--heading-color);
    transform: scale(1.04);
}


/* @keyframes CTAgradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
} */

.glob-btn-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--heading-color);
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    font-size: 20px;
    border: 2px solid var(--heading-color);
}

/* .glob-btn-outline::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg,
            #33A7AE,
            #174D50,
            #33A7AE);
    background-size: 300% 100%;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
} */


.glob-btn-outline::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg,
            #33A7AE,
            #174D50,
            #33A7AE);
    background-size: 300% 100%;
    opacity: 0;
    z-index: -2;
}

.glob-btn-outline:hover {
    color: #fff;
    transform: scale(1.04);
}

.glob-btn-outline:hover::after {
    opacity: 1;
    animation: gradientMove 3.5s linear infinite;
}


@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


/* Home Page Css End */

/* Hero Section CSS */

/* Hero Layout */
.hero {
    position: relative;
    padding: 70px 15px;
    /* mobile-first spacing */
}

/* Left text column */
.hero-title {
    font-family: var(--heading-font);
    color: #202020;
    letter-spacing: 0.2px;
    margin-bottom: 40px;
    line-height: 1.2em;
    font-weight: 300;
}

.hero-title .accent {
    color: var(--heading-color);
    font-weight: 700;
    display: block;
}

.hero-sub {
    font-family: var(--heading-font);
    color: var(--black-color) !important;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400 !important;
}

.hero-sub .accent {
    color: var(--heading-color);
    font-weight: 900;
}

.heading-anim {
    display: inline-grid;
    position: relative;
    height: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
    vertical-align: bottom;
}


.heading-anim .word {
    grid-area: 1 / 1;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    white-space: nowrap;
    text-align: left;
}

.heading-anim .word.active {
    transform: translateY(0);
    opacity: 1;
    color: #33AAB1;
}

.heading-anim .word.exit {
    transform: translateY(-100%);
    opacity: 0;
}




.hero-actions {
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

/* Descriptive text */
.hero-desc {
    margin-top: 10px;
}

.hero-desc .lead-top {
    color: var(--heading-color);
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 18px !important;
}

.hero-desc .lead-bottom {
    color: var(--gray-color);
    font-weight: 700;
}

/* Right visual column */
.hero-visual {
    position: relative;
    min-height: 420px;
    /* ensure room for floating logos */
}

.hero-main-img {
    width: 100%;
    max-width: 680px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Floating logos (individual elements w/ smooth up-down) */
.floating-logo {
    position: absolute;
    transition: transform 200ms ease;
    animation: floatY 5.2s ease-in-out infinite;
}

.floating-logo img {
    width: 80px;
    height: 80px;
}

.floating-logo:hover {
    transform: translateY(-2px) scale(1.02);
}

/* Subtle stagger via delay utilities */
.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.6s;
}

.delay-3 {
    animation-delay: 0.9s;
}

.delay-4 {
    animation-delay: 1.2s;
}

.delay-5 {
    animation-delay: 1.5s;
}

.delay-6 {
    animation-delay: 1.8s;
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Approximate positions to match composition */
/* Adjust as needed after pixel-check */
.logo-shopify {
    right: 0;
    bottom: 50px;
}

.logo-w {
    right: 24%;
    bottom: 5%;
}

.logo-wp {
    right: 0;
    bottom: 148px;
}

.logo-meta {
    left: 0;
    top: 65%;
}

.logo-flutter {
    left: 12%;
    bottom: 0;
}

.logo-google {
    left: -50px;
    bottom: 4%;
}

.hero-sub {
    font-size: 38px !important;
}

.hero-desc p {
    font-size: 16px;
    line-height: 1.6;
}

/* .faqs-accordion .accordion-button::after {
    display: none;
}

.faqs-accordion .accordion-header {
    position: relative;
}


.faqs-accordion .accordion-header::after {
    position: absolute;
    right: 104px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    color: #000000;
    border: 1px solid #000;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
	z-index: 2;
}


.faqs-accordion .accordion-header:has(.accordion-button.collapsed)::after {
    content: '+';
	z-index: 2;
}


.faqs-accordion .accordion-header:has(.accordion-button:not(.collapsed))::after {
    content: '−';
    color: #fff;
    border-color: #fff;
}

.faqs-accordion .accordion-header::after {
    transition: all 0.25s ease;
} */


/* hide bootstrap arrow */
.faqs-accordion .accordion-button::after {
    display: none;
    z-index: 9;
}

.faqs-accordion .accordion-header {
    position: relative;
    cursor: pointer;
    /* important */
    z-index: 9;
}

/* icon base */
.faqs-accordion .accordion-header::after {
    position: absolute;
    right: 104px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    color: #000000;
    border: 1px solid #000;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    pointer-events: none;
    /* icon pseudo-element */
    z-index: 9;
}

/* CLOSED */
.faqs-accordion .accordion-header:has(.accordion-button.collapsed)::after {
    content: '+';
    z-index: 9;
}

/* OPEN */
.faqs-accordion .accordion-header:has(.accordion-button:not(.collapsed))::after {
    content: '−';
    z-index: 9;
    color: #fff;
    border-color: #fff;
}

.faqs-section .text-center.mb-4 {
    margin-bottom: 50px !important;
}

img.monday-logo {
    max-width: 270px !important;
}

img.basecamp-logo {
    max-width: 256px !important;
}

.portfolio-section {
    padding-top: 20px !important;
}

.portfolio-container .pf-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
}


.home-portfolio-logo-slider .slick-dots li.slick-active button:before,
.home-portfolio-logo-slider-web-app .slick-dots li.slick-active button:before {
    color: var(--heading-color);
    font-size: 15px;
    opacity: 1;
}

.home-portfolio-logo-slider .slick-dots li button:before,
.home-portfolio-logo-slider-web-app .slick-dots li button:before {
    color: #000;
    font-size: 10px;
    opacity: 1;
}

.home-portfolio-logo-slider .slick-dots li,
.home-portfolio-logo-slider-web-app .slick-dots li {
    margin: 0;
}

.home-portfolio-logo-slider.slick-dotted.slick-slider,
.home-portfolio-logo-slider-web-app.slick-dotted.slick-slider {
    margin-bottom: 80px;
}

.home-portfolio-logo-slider .slick-dots,
.home-portfolio-logo-slider-web-app .slick-dots {
    bottom: -45px;
}



.parntership-models-border-heading h6 {
    font-size: 24px !important;
    font-weight: 700;
}



/* Responsive: mobile-first to larger screens */
@media (min-width: 576px) {
    .hero {
        padding: 60px 10px;
    }
}


@media (min-width: 768px) {
    .hero {
        padding: 60px 10px;
    }

    .hero-visual {
        min-height: 350px;
    }

    .hero-actions .btn-hero {
        padding: 14px 26px;
    }

    .email-marketing-logo-slider {
        display: none !important;
    }

    .heading-margin-bottom,
    .section-desc {
        margin-bottom: 1.5rem !important;
    }

    b.para-bold {
        font-size: 20px;
        padding-top: 10px;
        display: block;
    }
}

@media (min-width: 992px) {
    .hero {
        padding: 60px 10px;
    }

    .hero-visual {
        min-height: 560px;
    }

    .hero-main-img {
        max-width: 480px;
    }

    .hero-actions {
        gap: 16px;
    }
}

@media (min-width: 1200px) {

    .hero-main-img {
        max-width: 500px;
    }

    .live-chat-hero .service-hero-img {
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .gd-portfolio-section .smma-portfolio-section .pf-tabs .pf-tab {
        width: auto;
        flex: 1;
        padding: 10px 5px;
        font-size: 16px;
    }

}

@media (min-width: 1201px) {
    .footer-inner-container .q-link-column {
        width: 20%;
        padding-left: 40px;
    }

    .footer-inner-container .services-link-column {
        width: 25%;
    }

    .footer-inner-container .contact-column {
        width: 30%;
    }

    .portfolio-section.gd-portfolio-section .pf-tabs .pf-tab {
        width: auto;
        flex: 1;
        padding: 12px 5px;
        font-size: 16px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .ssma-bottom-banner img.smma-bottom-banner-img {
        width: clamp(70px, 65vw, 800px);
        position: absolute !important;
        right: 0;
        top: -108px;
        animation: serimgshke 5s ease-in-out infinite;
    }

    .custom-website-bottom-banner img.smma-bottom-banner-img {
        width: clamp(70px, 30vw, 800px);
        position: absolute !important;
        right: 40px;
        top: -10px;
        animation: serimgshke 5s ease-in-out infinite;
    }

    .custom-website-bottom-banner p {
        max-width: 350px;
    }

    .blue-cox-row-2 .col-sm-12.col-lg-3 {
        max-width: 264px !important;
    }

    .blue-cox-row-1 .col-sm-12.col-lg-3 {
        max-width: 265px !important;
    }

    .blue-cox-row-1 .col-sm-12.col-lg-3:not(.blue-cox-row-3) {
        margin-bottom: -26px !important;
    }

    .blue-cox-row-3 .col-sm-12.col-lg-3:not(.blue-cox-row-1) {
        margin-top: -26px !important;
    }

    .ghl-bottom-banner .service-banner-img .content-writing-service-banner-img {
        position: absolute;
        width: clamp(70px, 40vw, 650px);
        top: unset;
        bottom: -60px;
    }

    .ghl-bottom-banner .footer-container {
        overflow: visible !important;
    }

    footer {
        padding: 0 20px 0px !important;
    }

    .footer-banner-section {
        padding: 50px 20px !important;
    }

    section.contact-section {
        padding: 40px 20px !important;
    }

    .footer-info-heading a {
        font-size: 16px !important;
    }

    .partnership-left-anime-img,
    .partnership-right-anime-img-2 {
        max-width: 310px !important;
    }

    .partnership-left-anime-img {
        left: 84px !important;
    }

    .partnership-right-anime-img-2 {
        right: 60px !important;
    }
}

@media(min-width:992px) and (max-width:1399px) {

    .agency-testimonial-slider .custom-arrow.slick-next,
    .app-dev-slider-project-col .slick-next.app-dev-arrow {
        right: -10px;
    }

    .agency-testimonial-slider .custom-arrow.slick-prev,
    .app-dev-slider-project-col .slick-prev.app-dev-arrow {
        left: -10px;
    }

    .service-hero-desc .lead-top {
        margin-bottom: 25px !important;
    }

    .service-hero-desc {
        margin-top: 15px !important;
    }

    .service-hero-title {
        margin-bottom: 15px !important;
    }

    .hero-sub {
        margin-bottom: 20px;
    }

    .logo-shopify {
        right: 0;
        bottom: 100px;
    }

    .logo-w {
        right: 24%;
        bottom: 15%;
    }

    .logo-wp {
        right: 0;
        bottom: 206px;
    }

    .logo-meta {
        left: 0;
        bottom: 206px;
        top: unset;
    }

    .logo-flutter {
        bottom: 110px;
    }

    .logo-google {
        bottom: 130px;
    }
}

@media(max-width:1399px) {
    .team-slider .custom-arrow.slick-prev {
        left: 0;
    }

    .team-slider .custom-arrow.slick-next {
        right: 0;
    }

    .app-dev-slider-project-col .slick-next.app-dev-arrow {
        right: -10px;
    }

    .app-dev-slider-project-col .slick-prev.app-dev-arrow {
        left: -10px;
    }

    .service-hero::before {
        width: 500px !important;
        height: 500px !important;
    }

    .hero-visual .hero-main-img {
        max-width: 435px;
    }



}


@media (min-width: 1400px) {
    .hero {
        padding: 60px 10px;
    }

    .hero-main-img {
        max-width: 550px;
    }

    .ssma-bottom-banner img.smma-bottom-banner-img {
        width: clamp(70px, 53vw, 800px);
        position: absolute !important;
        right: 0px;
        animation: serimgshke 5s ease-in-out infinite;
        top: -137px;
    }

    .custom-website-bottom-banner img.smma-bottom-banner-img {
        width: clamp(70px, 40vw, 512px);
        position: absolute !important;
        right: 70px;
        top: unset;
        bottom: -102px;
        animation: serimgshke 5s ease-in-out infinite;
    }

    .ghl-bottom-banner .service-banner-img .content-writing-service-banner-img {
        position: absolute;
        width: clamp(70px, 44vw, 750px);
        top: unset;
        bottom: -110px;
    }

    .ghl-bottom-banner .footer-container {
        overflow: visible !important;
    }
}

/* Accessibility: focus styles */
.btn-hero:focus-visible,
.floating-logo:focus-visible {
    outline: 3px solid rgba(51, 170, 177, 0.35);
    outline-offset: 2px;
}

/* Hero Section CSS End*/

.counter-section {
    padding: 0 30px;
}

.counter-section .container {
    background: linear-gradient(90deg, #33AAB1 0%, #216C70 25%, #216C70 50%, #216C70 75%, #33AAB1 100%);
    box-shadow: 0px 16px 48px rgba(31, 36, 48, 0.2);
    padding: 40px 30px;
    border-radius: 28px;
    position: relative;
}

.counter-section .container:after {
    position: absolute;
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, #31A3AA 0%, #ffffff00 100%);
    width: 100%;
    height: 100%;
    bottom: -40px;
    left: 0;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}

.counter-number {
    font-size: 42px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: #fff;
}

.counter.wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-label {
    color: #fff;
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-size: 13px;
}

.counter-section .counter-main-col {
    max-width: 20%;
    width: 100%;
}

.counter-section .counter-main-col:not(:last-child) {
    border-right: 2px solid #fff;
}

.video-col video#aboutVideo {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 5/4.5;
    object-fit: cover;
    border-radius: 59px;
}

.video-wrapper {
    position: relative;
    display: inline-block;
}

.custom-video {
    width: 100%;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s ease;
    z-index: 99;
    background: transparent;
}

#aboutVideoOverlay .fa-solid {
    font-size: 70px;
    color: var(--heading-color);
}

.video-wrapper.playing .video-overlay {
    opacity: 0;
    pointer-events: none;
}

.video-wrapper.playing:hover .video-overlay {
    opacity: 1;
    pointer-events: auto;
}


.blue-cox-row-1 .col-sm-12.col-lg-3 {
    max-width: 327px;
    width: 100%;
}

.blue-cox-row-1 .col-sm-12.col-lg-3:not(.blue-cox-row-3) {
    margin-bottom: -50px;
}

.blue-cox-row-2 .col-sm-12.col-lg-3 {
    max-width: 314px;
    width: 100%;
}

.blue-cox-row-3 .col-sm-12.col-lg-3:not(.blue-cox-row-1) {
    margin-top: -50px;
}



.blue-col-clip-col-wrap h6 {
    font-weight: bold;
    font-size: 20px !important;
    color: #fff;
}

.blue-box-shadow-img {
    position: absolute;
    max-width: 100px;
    right: 15px;
    bottom: 18px;
    transform: rotate(-15deg);
}

.blue-col-shadow {
    width: 280px;
    aspect-ratio: 1;
    filter: drop-shadow(0px 10px 22.9px #CDCDCD);
    display: flex;
    justify-content: center;
    align-items: center;
}


.blue-col-clip-col {
    background: linear-gradient(180deg, #33AAB1 0%, #16425E 100%);
    width: 100%;
    height: 100%;
    clip-path: url(#hexagon-clip);
    -webkit-clip-path: url(#hexagon-clip);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(30deg);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.blue-col-clip-col:hover {
    background: #fff;
}

.blue-col-clip-col:hover .blue-col-clip-col-wrap h6 {
    color: var(--heading-color);
}

.white-col-clip-col:hover {
    background: linear-gradient(180deg, #33AAB1 0%, #16425E 100%);
}

.white-col-clip-col:hover .blue-col-clip-col-wrap h6 {
    color: #fff;
}


.blue-col-clip-col-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    transform: rotate(-30deg);
    width: 100%;
    height: 100%;
}


.blue-box-main-col {
    position: relative;
    max-width: 230px;
    width: 100%;
    display: flex;
    justify-content: center;
}

img.top-curve-border-img {
    max-width: 200px;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.white-col-clip-col {
    background: #ffffff;
}

.white-col-clip-col h6 {
    color: #33AAB1;
}


.blue-cox-row-2 .blue-box-main-col .top-curve-border-img {
    right: -12px;
    top: 0;
    left: unset;
    bottom: 0;
    width: 100%;
    max-width: 57px;
    z-index: 9;
}

.left-curve-border-img {
    position: absolute;
    top: 0;
    right: unset;
    bottom: 0;
    left: -16px;
    width: 100%;
    max-width: 57px;
    transform: scale(-1);
    margin: auto;
    z-index: 9;
}

.blue-cox-row-3 .blue-box-main-col .top-curve-border-img {
    bottom: 5px;
    margin: 0 auto;
    top: unset;
    transform: rotate(180deg) !important;
    z-index: 9;
}


.services-section .container>p {
    max-width: 845px;
    margin: 0 auto;
}

.services-section.email-marketing-service-box .container>p {
    max-width: 870px;
    margin: 0 auto;
}

.service-icon img {
    max-width: 50px;
    height: 50px;
    object-fit: contain;
}

.service-wrapper {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0px 15px 30px #CDCDCD;
    border-radius: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-wrapper:after {
    position: absolute;
    content: '';
    background: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/box-img-1.png');
    width: 100px;
    height: 100px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: -20px;
    z-index: 0;
}

.service-wrapper:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #33AAB1 0%, #16425E 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.service-wrapper:hover:before {
    opacity: 1;
}

.service-icon {
    background: #33AAB1;
    box-shadow: 10px 0px 15px #CDCDCD;
    border-radius: 30px;
    padding: 20px;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service-wrapper .service-cta {
    text-decoration: none;
}

.service-content h6 {
    color: var(--heading-color);
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.service-content .service-cta {
    opacity: 0;
    color: #fff;
    position: absolute;
    text-decoration: none;
}

.service-content .service-cta i {
    font-size: 12px;
    margin-left: 10px;
}

.service-wrapper:hover .service-content h6 {
    color: #fff;
}

.service-wrapper:hover .service-icon {
    background: #fff;
    box-shadow: 10px 0px 15px #33AAB1;
}

.service-wrapper:hover .service-icon img {
    max-width: 50px;
    filter: brightness(0) saturate(100%) invert(61%) sepia(13%) saturate(1997%) hue-rotate(135deg) brightness(93%) contrast(85%);
}

.service-wrapper:hover .service-content .service-cta {
    opacity: 1;
    position: relative;
}

.service-wrapper:hover {
    transform: scale(1.02);
}

a.cta-border-gradient {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 38px;
    border-radius: 50px;
    font-weight: 500;
    color: var(--heading-color);
    text-decoration: none;
    background: transparent;
    z-index: 1;
    transition: color .3s ease;
    border: 2px solid var(--heading-color);
}

/* a.cta-border-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(181deg, #33A7AE, #174D50);
    background-size: 300% 100%;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
} */


a.cta-border-gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg,
            #33A7AE,
            #174D50,
            #33A7AE);
    background-size: 300% 100%;
    opacity: 0;
    z-index: -2;
}

a.cta-border-gradient:hover {
    color: #fff;
}

a.cta-border-gradient:hover::after {
    opacity: 1;
    animation: gradientMove 3.5s linear infinite;
}

/* Animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}



.agency-section .container-fluid>p,
.agency-testimonial-section .container>p,
.portfolio-section .container>p,
.partnership-section .container>p,
.how-start-section .container>p,
.meet-team-section .container>p,
.faqs-section .container>p,
.why-wlp-section .container>p,
.service-tabs-section .container>p,
.app-dev-projects-section .container>p,
.app-dev-tabs-main-section>p {
    max-width: 800px;
    margin: 0 auto;
}

.why-wlp-section .container .row>p {
    max-width: 980px;
    margin: 0 auto;
}

.agency-smmoth-slider-1 .slick-track,
.agency-smmoth-slider-2 .slick-track {
    display: flex;
    align-items: center;
}

.agency-smmoth-slider-1,
.agency-smmoth-slider-2 {
    width: 100%;
    overflow: hidden;
}

.agency-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.agency-slide img {
    max-width: 205px;
    width: 100%;
    transition: all 0.3s ease;
}

.agency-slide img:hover {
    transform: scale(1.02);
}

.agency-smmoth-slider-2 {
    transform: scaleX(-1);
}

.agency-smmoth-slider-2 .slick-slide {
    transform: scaleX(-1);
}


/* Slider container spacing */
.agency-testimonial-slider {
    position: relative;
    padding: 40px 0;
}

.agency-testimonial-slide {
    padding: 25px 20px;
}

.testimonial-wrapper {
    background: #fff;
    box-shadow: 0px 3px 18px #CDCDCD;
    border-radius: 22px;
    padding: 40px 30px 30px;
    position: relative;
    height: 235px;
}

.testimonial-top-content {
    display: flex;
    background: linear-gradient(90deg, #33AAB1 0%, #16484B 100%);
    box-shadow: 15px 18px 30px #CDCDCD;
    border-radius: 10px;
    padding: 10px 0;
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% - 30px);
}

.testimonial-author {
    border-radius: 50px;
    margin-top: -18px;
    margin-bottom: -18px;
    margin-left: -6px;
}

.testimonial-author img {
    width: 100%;
    max-width: 60px;
}


.testimonial-author-info h6 {
    font-size: 15px !important;
    font-weight: 800;
    margin: 0;
    color: #fff;
}

.testimonial-author-info span {
    color: #E2E2E2;
    font-size: 12px;
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.testimonial-star i {
    font-size: 12px;
}

.testimonial-star {
    align-content: center;
    flex: 1;
    text-align: center;
}

.testimonial-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.4s ease;
    font-size: 20px;
    margin-top: 30px;
}

.testimonial-text.expanded {
    -webkit-line-clamp: unset;
    max-height: 120px;
    overflow-y: auto;
    padding-right: 6px;
}

.testimonial-text.expanded::-webkit-scrollbar {
    width: 4px;
}

.testimonial-text.expanded::-webkit-scrollbar-thumb {
    background: #33AAB1;
    border-radius: 10px;
}

.testimonial-readmore {
    display: inline-block;
    margin-top: 10px;
    color: #33AAB1;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

.testimonial-readmore:hover {
    color: #16484B;
}



.agency-testimonial-slider {
    position: relative;
}

.agency-testimonial-slider .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: #32A8AF;
    border-radius: 50%;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}

.agency-testimonial-slider .custom-arrow i {
    color: #fff;
    font-size: 16px;
}

.agency-testimonial-slider .slick-prev {
    left: -70px;
}

.agency-testimonial-slider .slick-next {
    right: -70px;
}

button.custom-arrow:before {
    display: none;
}

button.custom-arrow .fa-solid {
    color: #000;
}

.agency-testimonial-slider .custom-arrow:hover {
    background: var(--black-color);
}

.agency-testimonial-slider .custom-arrow:hover .fa-solid {
    color: #fff;
}

.testimonial-wrapper:after {
    position: absolute;
    content: '';
    background: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/testimonial-quote.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 10px;
}

/* Tabs (pill chips) */
.pf-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 28px;
}

.pf-tab,
.platform-tab-btn {
    border-radius: 9999px;
    border: 1px solid var(--heading-color);
    color: var(--heading-color);
    background: transparent;
    font-weight: bold;
    font-family: var(--heading-font);
    cursor: pointer;
    transition: all .25s ease;
    padding: 10px 30px;
    border: 2px solid var(--heading-color);
    font-size: 20px;
    text-transform: capitalize;
}

.pf-tab:hover,
.platform-tab-btn:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.pf-tab[aria-pressed="true"],
.platform-tab-btn[aria-pressed="true"],
.pf-tab.active,
.pf-tab:hover {
    color: var(--white-color);
    background: linear-gradient(90deg, #33AAB1 0%, #16484B 100%);
    border: 2px solid var(--heading-color);
    box-shadow: 0px 15px 25px rgba(34, 34, 34, 0.2);
    border-radius: 32px;
    padding: 10px 30px;
}

/* Grid */
.pf-grid {
    display: grid;
    gap: 18px;
}

/* Desktop mosaic (≥992px): 3 top squares + 2 wides */
@media (min-width: 992px) {
    .pf-grid {
        grid-template-columns: repeat(12, 1fr);
    }

    .pf-card.square {
        grid-column: span 4;
    }

    .pf-card.wide {
        grid-column: span 6;
    }

    .app-development-portfolio .portfolio-img-wrapper img {
        height: 550px;
        object-fit: cover;
    }

    .about-wlp-section.left-right-img-content-section .content-col {
        padding-right: 90px;
    }
}

/* Tablet: 2 columns */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 column */
@media (max-width: 767.98px) {
    .pf-grid {
        grid-template-columns: 1fr;
    }

    .glob-btn-outline,
    .glob-btn {
        padding: 13px 28px;
        font-size: 17px;
    }

    .accordion-collapse.collapse.show:before,
    .accordion-button[aria-expanded="true"]:before,
    .accordion-button.collapsed:before {
        display: none;
    }

    .get-set-staff-hero .service-hero-img {
        max-width: 250px !important;
    }

    .service-hero-container .service-hero-visual {
        min-height: 200px;
    }

    .gd-panel-grid.gd-pg-all-grid .pf-item img {
        height: auto;
    }

    .hero-actions a {
        max-width: 200px;
        width: 100%;
    }

    .counter-section {
        padding: 0 24px;
        margin-bottom: 20px;
    }

    .left-right-content-section.section-padding .content-col {
        margin-top: 20px;
    }

    .heading-section {
        padding: 20px 0;
    }

    .video-col video#aboutVideo {
        aspect-ratio: 4/3;
    }

    section.faqs-section.section-padding {
        padding: 20px 0 !important;
    }

}

/* Cards */
.pf-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
    background: #f6f8f9;
}

.pf-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Aspect ratios to match composition */
.home-portfolio-section .pf-card.square {
    aspect-ratio: 1 / 1;
}

.home-portfolio-section .pf-card.wide {
    aspect-ratio: 16 / 9;
}

.home-portfolio-section .pf-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: #00000075;
    opacity: 0;
    transition: opacity .25s ease;
}

.home-portfolio-section .pf-overlay-content {
    flex-direction: column;
}

.pf-card:hover .pf-overlay,
.pf-card:focus-within .pf-overlay {
    opacity: 1;
}

.pf-overlay-content {
    text-align: center;
}

.pf-title {
    color: var(--white-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: .2px;
}

.pf-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 9999px;
    color: var(--white-color);
    text-decoration: none;
    background: #13B5D9;
    font-weight: 700;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
}

.pf-cta span {
    color: #fff;
    font-family: poppins;
    font-weight: 400;
    letter-spacing: 1px;
}

.pf-cta svg {
    width: 11px;
    height: 11px;
    fill: var(--white-color);
}

/* Filters (hide by category) */
.pf-card[hidden] {
    display: none !important;
}

/* Full-width marquee wrapper */
.heading-section {
    padding: 0;
    overflow: hidden;
}

.marquee {
    width: 100vw;
    position: relative;
    overflow: hidden;
}

.track {
    display: flex;
    gap: 0;
    will-change: transform;
    animation: scrollX 20s linear infinite;
}

.phrase {
    white-space: nowrap;
    font-family: var(--heading-font);
    letter-spacing: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.phrase .static {
    color: var(--black-color);
    font-weight: 300;
}

.phrase .accent {
    color: #31A3AA;
}


.phrase {
    font-size: clamp(22px, 6vw, 96px);
}

/* Infinite horizontal scroll */
@keyframes scrollX {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Duplicate track for seamless loop */
.track-inner {
    display: flex;
    gap: 12px;
    padding-inline: 4vw;
}

.parntership-models-border-heading {
    max-width: 400px;
    width: 100%;
    margin: auto;
    border: 2px dashed #000;
    padding: 10px;
    border-radius: 50px;
}

.parntership-models-border-heading h6 {
    margin: 0;
    padding: 15px 20px;
    border: 1px solid #B3B3B3;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.parntership-models-border-heading h6:after {
    position: absolute;
    content: '';
    background: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/partnership-model-img.png');
    width: 60px;
    height: 60px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    top: -10px;
    left: -10px;
}

.parntership-models-border-heading h6:before {
    position: absolute;
    content: '';
    background: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/partnership-model-img.png');
    width: 60px;
    height: 60px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -10px;
    right: -10px;
}

.partnership-left-anime-img,
.partnership-right-anime-img-2 {
    max-width: 400px;
    width: 100%;
}

.partnership-left-anime-img {
    position: absolute;
    left: 0;
    animation: prtimgmove 5s ease-in-out infinite;
}

@keyframes prtimgmove {
    0% {
        transform: translateX(20px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(20px);
    }
}

.partnership-right-anime-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    animation: prtimgmove2 5s ease-in-out infinite;
    z-index: -1;
}

@keyframes prtimgmove2 {
    0% {
        transform: translateX(-20px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-20px);
    }
}

.partnership-section .col-sm-6.col-md-6 {
    position: relative;
}

.rounded-bg-anime {
    width: 230px;
    height: 230px;
    background: linear-gradient(180deg, #33AAB1 0%, #16484B 100%);
    clip-path: circle(50%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.rounded-bg-anime:before {
    position: absolute;
    content: '';
    background: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/blue-box-img-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    top: -5px;
    left: -5px;
    transform: rotate(-15deg);
    animation: boximgmove 7s ease infinite;
}

@keyframes boximgmove {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-10px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.rounded-bg-anime:after {
    position: absolute;
    content: '';
    background: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/blue-box-img-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    bottom: -5px;
    right: -5px;
    transform: rotate(-15deg);
    animation: boximgmove 7s ease infinite;
}

.rounded-bg-anime h6 {
    color: #fff;
    font-size: 23px !important;
    font-weight: 700;
}

.dashed-border-rotate-col {
    width: 230px;
    height: 230px;
    position: relative;
}

.dashed-border-rotate-col:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px dashed #000;
    border-radius: 50%;
    top: 0;
    left: -0;
    transform: scale(1.1)
}



.dashed-border-rotate-col:after {
    content: '';
    position: absolute;
    border: 1px solid #000;
    width: 100%;
    height: 100px;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: roundedrotation 20s linear infinite;
    z-index: -1;
}

@keyframes roundedrotation {
    0% {
        transform: scale(1.3) rotate(0deg);
    }

    100% {
        transform: scale(1.3) rotate(360deg);
    }
}

.partnership-section .row {
    --bs-gutter-x: 10rem;
}

.how-work-col img {
    max-width: 200px;
    width: 100%;
}

.how-work-label {
    background: linear-gradient(270deg, #33AAB1, #16484B, #33AAB1);
    background-size: 400% 400%;
    box-shadow: 0px 15px 40px #CDCDCD;
    border-radius: 13px;
    text-align: center;
    padding: 12px 20px;
    max-width: 250px;
    margin: auto;
    animation: gradientMove 10s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.how-work-label span {
    color: #fff;
    font-size: 20px !important;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;

    animation: typing 4s steps(30, end) forwards;
}

@keyframes typing {
    from {
        max-width: 0;
    }

    to {
        max-width: 100%;
    }
}


.how-work-col {
    position: relative;
}

.how-work-absolute-arrow-1 {
    position: absolute;
    top: 30px;
    right: -100px;
    display: flex;
    flex-direction: column;
    animation: arrowmove 3s ease-in-out infinite;
}

.how-work-absolute-arrow-1 h6 {
    color: var(--heading-color);
    margin-bottom: 0;
    font-size: 20px !important;
}

.how-work-absolute-arrow-2.referclient-arrow {
    bottom: 130px;
}

.how-work-absolute-arrow-2.referclient-arrow img {
    max-width: 230px;
    width: 100%;
}

.how-work-absolute-arrow-1.arrow-simple img {
    transform: scaleX(1);
}

.how-work-absolute-arrow-2.arrow-scalex img {
    transform: scaleX(-1);
}

.how-work-absolute-arrow-1 img {
    transform: scaleX(-1);
}

@keyframes arrowmove {
    0% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-10px);
    }
}

.how-work-absolute-arrow-2 {
    position: absolute;
    bottom: 80px;
    right: -80px;
    display: flex;
    flex-direction: column;
    animation: arrowmove2 3s ease-in-out infinite;
}

@keyframes arrowmove2 {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(10px);
    }
}


.how-work-absolute-arrow-2 h6 {
    color: var(--heading-color);
    margin-bottom: 0;
    font-size: 20px !important;
}


.trusted-img-section .trusted-img-carousel .agency-slide img {
    aspect-ratio: 4/2;
    object-fit: contain;
}

.trusted-img-section .trusted-img-carousel .slick-track {
    display: flex;
    align-items: center;
}

.team-slider .team-slide {
    padding: 0 10px;
}

.team-wrapper {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 360px;
    border-radius: 15px;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.team-wrapper:after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(51, 170, 177, 0) 45.74%, rgba(18, 75, 78, 0.8) 65.89%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    transition: all 0.3s ease;
    transform: translateY(50px);
}

.team-wrapper:hover:after {
    transform: translateY(100px);
}

.team-border-col {
    border: 1px solid var(--heading-color);
    padding: 8px;
    border-radius: 20px;
}

.row.team-grid .team-border-col {
    background: #fff;
    z-index: 1;
    position: relative;
}

.team-member-gd {
    position: relative;
    z-index: 1;
}

.team-member-gd h6 {
    color: #fff;
    font-size: 22px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.team-member-gd p {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px !important;
}

.team-slider .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: #32A8AF;
    border-radius: 50%;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}

.team-slider .custom-arrow i {
    color: #fff;
    font-size: 16px;
}

.team-slider .slick-prev {
    left: -70px;
}

.team-slider .slick-next {
    right: -70px;
}

button.custom-arrow:before {
    display: none;
}

button.custom-arrow .fa-solid {
    color: #000;
}

.team-slider .custom-arrow:hover {
    background: var(--black-color);
}

.team-slider .custom-arrow:hover .fa-solid {
    color: #fff;
}

.home-blog-section .blog-title,
.home-blog-section .blog-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-blog-section .blog-title {
    -webkit-line-clamp: 2;
}

.home-blog-section .blog-excerpt {
    -webkit-line-clamp: 2;
}

.home-blog-section .blog-wrap .blog-img {
    max-width: 100%;
    border-radius: 15px 15px 0 0;
    filter: grayscale(100%);
    transition: all 0.2s ease;
}

.home-blog-section .blog-wrap:hover .blog-img {
    filter: unset;
}


.blog-wrap {
    border: 1px solid #C3C3C3;
    border-radius: 15px;
    box-shadow: 0px 15px 35px #CDCDCD;
}

h5.blog-title {
    font-size: 18px !important;
    font-weight: 700;
    color: #222222;
    max-width: 300px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.blog-detail {
    padding: 20px 15px;
}

.blog-detail p.blog-excerpt {
    font-size: 16px !important;
}

.blog-btn {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}


.accordion-item {
    background: #EAF3F3;
    border-radius: 20px !important;
    margin-bottom: 20px;
    overflow: hidden;
    transition: background 0.25s ease;
    border: none;
}


button.accordion-button {
    padding: 30px;
    padding-right: 158px;
    background: #EAF3F3;
    border: 1px solid #D1D0D0;
    box-shadow: 0px 5px 10px rgba(205, 205, 205, 0.6);
    border-radius: 20px !important;
    font-weight: 700;
    font-size: 22px;
    color: #222222;
    transition: all 0.25s ease;
}

button.accordion-button::after {
    display: none;
}

button.accordion-button[aria-expanded="true"] {
    color: #fff;
    border: none;
    padding-bottom: 10px;
    box-shadow: none;
    background: none;
}


.accordion-item.is-open {
    background: linear-gradient(90deg, #33AAB1 0%, #16484B 100%);
    border: none;
}

.accordion-button:focus {
    border-color: #D1D0D0 !important;
    box-shadow: unset !important;
}



.accordion-collapse {
    transition: height 0.25s ease !important;
}


.accordion-collapse .accordion-body {
    padding: 0 30px 30px 30px;
    color: #fff;
    font-size: 18px;
    opacity: 1;
    max-width: 1030px;
    transition: opacity 0.2s ease;
}

.accordion-collapse.collapsing .accordion-body {
    opacity: 0;
}

button.accordion-button.collapsed {
    position: relative;

}

.accordion-button.collapsed:before {
    position: absolute;
    content: '';
    background: #195457;
    height: 113%;
    width: 20px;
    top: 0;
    right: 33px;
    transform: rotate(15deg) translateY(-5px);
}

.accordion-button[aria-expanded="true"]:before {
    position: absolute;
    content: '';
    background: #eaf3f3;
    height: 126%;
    width: 20px;
    right: 43px;
    top: 0;
    transform: rotate(15deg) translateY(-5px);
}

.accordion-collapse.collapse.show {
    position: relative;
}

.accordion-collapse.collapse.show:before {
    position: absolute;
    content: '';
    background: #eaf3f3;
    height: 115%;
    width: 20px;
    right: 30px;
    bottom: -4px;
    transform: rotate(15deg) translateY(3px);
}

ul.calender-list {
    list-style: none;
    padding: 0;
}

.content-col p {
    font-size: 18px !important;
    color: #202020 !important;
}

ul.calender-list li {
    display: grid;
    grid-template-columns: 20px 1fr;
    column-gap: 10px;
    align-items: start;
    font-size: 20px;
    margin-bottom: 8px;
}

ul.calender-list li svg {
    margin-right: 10px;
    margin-top: 4px;
}

.calender-section .content-col h2 {
    text-transform: capitalize;
    font-size: 50px !important;
}

.widget-col img {
    max-width: 100%;
    width: 100%;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

section.contact-section {
    padding: 50px;
    position: relative;
}

.contact-section .contact-section-container {
    background: url(https://whitelabelpartner.com/wp-content/uploads/2025/12/contact-section-bg-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 28px;
}


.contact-wrapper {
    background: #EAF3F3;
    border-radius: 36px;
    padding: 30px;
}

.contact-content-col h2,
.contact-content-col p {
    color: #fff !important;
}

.contact-content-col p {
    font-size: 18px !important;
}

.custom-contact-form input,
.custom-contact-form textarea,
.custom-contact-form select {
    background: #E6E6E6;
    border-radius: 5px;
    height: 50px;
    border: none !important;
    padding: 12px 15px;
    font-size: 15px;
    width: 100%;
}

.custom-contact-form textarea {
    height: 75px !important;
    resize: none;
}

.custom-contact-form .col-12 p,
.custom-contact-form .col-md-6 p {
    margin: 0;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder,
.custom-contact-form select {
    color: #7C7C7C;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #7C7C7C;
}

.custom-contact-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237C7C7C' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    padding-right: 40px;
    color: #7C7C7C;
}

.custom-contact-form .custom-submit {
    width: 100%;
    height: 55px;
    border-radius: 40px;
    background: #143E40 !important;
    color: #fff;
    font-size: 17px;
    border: none !important;
    transition: 0.3s ease;
    font-weight: 600;
}


.custom-contact-form .custom-submit::before {
    content: " \f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
}


.custom-contact-form .custom-submit:hover {
    background: #0F2F31;
}



.logo-column img {
    max-width: 100%;
}

footer {
    padding: 50px 50px 10px;
}

.footer-inner-container {
    background: linear-gradient(180deg, #28858A 0%, #123E40 100%);
    border-radius: 28px;
    padding: 60px 50px 0;
    position: relative;
    overflow: hidden;
}

.footer-inner-container:before {
    position: absolute;
    content: '';
    background: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/footer-bg-left-particle.webp');
    width: 468px;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -4px;
    z-index: -1;
}

.footer-menu {
    padding-left: 25px;
}

.footer-menu {
    color: #fff;
}

.footer-menu li {
    margin-bottom: 3px;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

h3.footer-heading {
    color: #fff;
    font-weight: 600;
    font-size: 22px !important;
    margin-bottom: 30px;
    letter-spacing: 0.9px;
}

img.footer-logo {
    margin-top: 60px;
    margin-bottom: 20px;
}

img.footer-dmca-logo {
    max-width: 100px;
    position: absolute;
    bottom: 25px;
    left: 12px;
}

.footer-inner-container .logo-column {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-info-col {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-info-heading h3 {
    color: #fff;
    font-size: 20px !important;
    margin: 0;
    font-weight: 600;
    font-family: var(--heading-font);
}

.footer-info-col .footer-call-icon,
.footer-info-col .footer-email-icon {
    width: 35px;
    filter: brightness(0) saturate(100%) invert(90%) sepia(99%) saturate(32%) hue-rotate(194deg) brightness(107%) contrast(99%);
}

.footer-info-heading a {
    color: #fff;
    text-decoration: none;
    font-family: var(--pera-font);
}

.footer-call-col .footer-info-heading a {
    font-size: 17px;
}

.footer-email-col .footer-info-heading a {
    font-size: 19px;
}

.footer-info-heading {
    margin-left: 20px;
}

.footer-follow-col h3,
.footer-newsletter-col h3 {
    color: #fff;
    font-size: 22px !important;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-social-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.footer-social-icon .footer-ss-icon {
    border-radius: 6px;
    padding: 8px;
    transition: all 0.2s ease;
}

.footer-social-icon .footer-ss-icon:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.footer-social-icon .fb-icon:hover {
    background: #3081C3;
}

.footer-social-icon .insta-icon:hover {
    background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
    --contrast-color: #ffdcff;
}

.footer-social-icon .x-icon:hover {
    background: #000;
}

.footer-social-icon .pinterest-icon:hover {
    background: #E00024;
}

.footer-social-icon .linkedin-icon:hover {
    background: #0077B5;
}

.footer-social-icon .gmb-icon:hover {
    background: #4285F4;
}

.footer-follow-col {
    margin: 50px 0 50px;
}

.newsletter-input-wrap {
    position: relative;
    border-radius: 16px;
}

.newsletter-input-wrap input[type="email"] {
    width: 100%;
    height: 56px;
    border-radius: 8px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 0 60px 0 15px;
    outline: none;
}

.newsletter-input-wrap input::placeholder {
    color: #ffffffcc;
}

.newsletter-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff url("https://whitelabelpartner.com/wp-content/uploads/2025/12/p-plan.png") no-repeat center;
    background-size: 20px;
    border-radius: 8px;
    border: none;
    font-size: 0;
    cursor: pointer;
    padding: 0;
}

.newsletter-input-wrap .wpcf7-spinner {
    position: absolute !important;
}

@media (max-width: 575px) {
    .newsletter-wrap {
        max-width: 100%;
    }
}

.copyright-row {
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding: 15px 0 20px;
}

.copyright-row p {
    color: #fff;
    text-align: center;
    margin: 0;
}

/* Become A Partner Page Styles */
.become-a-partner-right-anim-bg-img-1 {
    position: absolute;
    right: -10px;
    top: 0;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}

.become-a-partner-right-anim-bg-img-3 {
    position: absolute;
    right: 0;
    bottom: -150px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}

.become-partner-footer-banner .service-banner-img .web-design-service-banner-img {
    width: clamp(70px, 32vw, 650px);
}

.process-section {
    padding: 48px 16px;
}

.process-container {
    max-width: 1160px;
    margin: 0 auto;
}

.section-title {
    font-family: var(--heading-font);
    font-weight: 800;
    color: var(--heading-color);
    text-align: center;
    margin-bottom: 12px;
}


.section-desc {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 50px;
    color: #000000;
    font-family: var(--pera-font);
}

.process-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

@media (min-width: 992px) {
    .process-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }

    .app-dev-steps .process-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

.process-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 15px 30px rgba(205, 205, 205, 0.803922);
    padding: 60px 20px;
    text-align: center;
    overflow: hidden;
    transition: background 240ms ease, color 240ms ease;
}

.process-card:hover {
    background: linear-gradient(90deg, #33AAB1 0%, #16484B 100%);
    color: var(--white-color);
}

.process-card::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -20px;
    left: -20px;
    background: url(https://whitelabelpartner.com/wp-content/uploads/2025/12/stepbef-img.png);
    background-position: center;
    background-size: contain;
}

.process-card::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: -2px;
    background: url(https://whitelabelpartner.com/wp-content/uploads/2025/12/stepbef-img.png);
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
}



.icon-circle {
    width: 84px;
    height: 84px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #33AAB1;
    display: grid;
    place-items: center;
    transition: background 240ms ease, filter 240ms ease;
}

.icon-circle img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    transition: filter 240ms ease;
}

.process-card:hover .icon-circle {
    background: var(--white-color);
    box-shadow: 0px 5px 15px #33A7AE;
}

.process-card:hover .icon-circle img {
    filter: brightness(0) saturate(100%) invert(85%) sepia(8%) saturate(4704%) hue-rotate(140deg) brightness(74%) contrast(80%);
}

.step-label {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
}

.process-card:hover .step-label {
    color: rgba(255, 255, 255, 0.9);
}

.card-title {
    font-family: var(--heading-font);
    font-weight: bold;
    font-size: 22px;
    color: #174C4F !important;
    margin-bottom: 8px !important;
    line-height: 1.4em;
}

.process-card:hover .card-title {
    color: var(--white-color) !important;
}

.card-desc {
    font-family: var(--pera-font);
    color: #000;
    margin: 0;
    font-size: 18px !important;
}

.process-card:hover .card-desc {
    color: rgb(255, 255, 255);
}

/* Subtle bottom corner blobs like screenshot */
.corner-blob {
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: -60px;
    right: -60px;
    background: radial-gradient(closest-side, rgba(51, 170, 177, 0.12), rgba(51, 170, 177, 0));
    border-radius: 50%;
    pointer-events: none;
}

.process-card:hover .corner-blob {
    background: radial-gradient(closest-side, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

/* Middle card emphasized with gradient base */
.process-card.emphasis {
    background: var(--hover-gradient);
    color: var(--white-color);
}

.process-card.emphasis .icon-circle {
    background: var(--white-color);
}

.process-card.emphasis::before {
    background: radial-gradient(closest-side, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}

.process-card.emphasis .corner-blob {
    background: radial-gradient(closest-side, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.footer-container {
    background: linear-gradient(90deg, #33AAB1 0%, #16484B 100%);
    position: relative;
    border-radius: 20px;
    padding: 100px 0;
    z-index: 1;
}

.footer-container.footer-container-less-padding {
    padding: 40px 0;
}

.footer-banner-section {
    padding: 50px;
}

.footer-container .row h2,
.footer-container .row p {
    color: #fff !important;
}

.white-cta {
    background: #fff;
    text-decoration: none;
    color: var(--heading-color);
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: bold;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.white-cta:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transform: scale(1.02);
}

.white-brdr-cta {
    background: #aa838300;
    text-decoration: none;
    color: var(--white-color);
    padding: 14px 30px;
    border-radius: 50px;
    border: 1px solid #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}

.white-brdr-cta:hover {
    background: #fff;
    color: var(--heading-color);
    transform: scale(1.02);
}

.fb-cta-row {
    display: flex;
    gap: 15px;
}

.footer-container:after {
    position: absolute;
    content: '';
    background: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/footer-banner-bg-img-scaled.webp');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 20px;
}

.dashed-border-arrow-img-col img {
    max-width: 100%;
}

.dashed-border-arrow-img-col {
    max-width: 900px;
    margin: 30px auto 50px;
}

.dashed-border-arrow-img-col p {
    color: var(--heading-color);
    font-weight: bold;
    font-size: 20px !important;
    margin-top: 10px;
}

.cta-row-section-center {
    gap: 15px 20px;
}

/* Become A Partner Page End */

/* Who We Are Page Styles Start */

.img-col img {
    max-width: 100%;
    border-radius: 30px;
}

.trusted-counter {
    position: absolute;
    bottom: 20px;
    left: -80px;
    background: rgba(252, 252, 252, 0.7);
    backdrop-filter: blur(14.95px);
    border-radius: 30px;
    padding: 15px 40px;
    text-align: center;
    filter: drop-shadow(0px 15px 30px rgba(72, 72, 72, 0.3));
}

.trusted-counter span {
    color: var(--heading-color);
    font-size: 55px;
    font-weight: 600;
    font-family: poppins;
    line-height: 1.2em;
}

.trusted-counter p {
    font-family: poppins;
    font-weight: 500;
    font-size: 16px !important;
}

.img-col-wrap {
    position: relative;
}

.content-col h3 {
    color: var(--heading-color);
    font-weight: bold;
}

.content-col p:nth-of-type(2) {
    max-width: 750px;
    font-size: 18px !important;
}

.about-row-2 {
    padding: 60px 0 0;
}

.about-row-2 .trusted-counter {
    right: -50px;
    left: unset;
}

.about-row-2 .content-col {
    padding-left: 80px;
}

.team-grid .team-member-gd p {
    font-size: 15px !important;
}

.row.team-grid {
    row-gap: 30px;
    justify-content: center;
}

/* Scaling Simple Section */
.scaling-section {
    position: relative;
    padding: 100px 0 300px;
    color: var(--white-color);
    background: linear-gradient(90deg, #33AAB1 0%, #16484B 100%);
}

.scaling-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/scaling-bg-canvas-scaled.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.35;
    pointer-events: none;
}

.wwa-right-anim-bg-img-2 {
    position: absolute;
    right: 0;
    bottom: -200px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}

.wwa-left-bg-img-3 {
    width: clamp(70px, 14vw, 200px);
    position: absolute;
    bottom: -150px;
    left: 0;
}

img.wwa-left-anima-bg-img-5 {
    width: clamp(70px, 14vw, 200px);
    position: absolute;
    bottom: 0;
    left: 0;
}

img.wwa-right-anim-bg-img-5 {
    position: absolute;
    right: 0;
    bottom: 150px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}

.scaling-section .container {
    position: relative;
    z-index: 1;
}

.scaling-col-1 h2 {
    color: var(--white-color) !important;
}

.scaling-col-2 {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px 0;
    flex-wrap: wrap;
}

.scaling-counter-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 20px;
    position: relative;
}

.scaling-counter-wrap h3 {
    color: var(--white-color);
    font-family: var(--heading-font);
    font-weight: bold;
    font-size: clamp(28px, 3vw, 42px);
    margin: 0 0 6px 0;
}

.scaling-counter-wrap p {
    color: rgba(255, 255, 255);
    font-family: var(--heading-font);
    font-size: 12px !important;
    margin: 0;
    text-transform: uppercase;
}

/* Vertical separators */
.scaling-col-2 .scaling-counter-wrap:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: rgba(255, 255, 255, 0.7);
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .scaling-section {
        padding: 48px 0;
    }

    .scaling-col-1 {
        margin-bottom: 18px;
    }

    .scaling-col-2 {
        justify-content: space-around;
    }

    .scaling-counter-wrap {
        padding: 0 12px;
    }

    .scaling-col-2 .scaling-counter-wrap:not(:last-child)::after {
        display: none;
    }

    .scaling-col-1 h2 {
        text-align: center;
    }

    .about-wlp-section.left-right-img-content-section.section-padding {
        padding-bottom: 0 !important;
    }

    /* .scaling-counter-wrap p br {
        display: none;
    } */
}

@media (max-width: 575.98px) {
    .scaling-col-2 {
        gap: 16px;
    }

    .scaling-counter-wrap {
        align-items: center;
        text-align: center;
        max-width: 150px;
        width: 100%;
    }
}

.who-we-are-gallery-section {
    margin-top: -220px;
}

img.wwa-left-bg-img-1 {
    width: clamp(70px, 14vw, 200px);
    position: absolute;
    top: 0;
    left: 0;
}

.wwa-right-bg-img-1 {
    width: clamp(70px, 14vw, 200px);
    position: absolute;
    right: -10px;
    bottom: -100px;
}

.wwa-left-bg-img-2 {
    width: clamp(70px, 14vw, 200px);
    position: absolute;
    top: 0;
    left: 0;
}

.wwa-right-bg-img-2 {
    width: clamp(70px, 14vw, 200px);
    position: absolute;
    right: -10px;
    bottom: 0;

}

.who-we-are-video-section video#aboutVideo {
    aspect-ratio: 4/2;
    max-width: 100%;
    width: 991px;
    margin: 0 auto;
}

/* Who We Are Page Styles End */

/* Services CSS Style Start */

.agency-testimonial-section.services-testimonial {
    background: #EAF3F3;
}

.service-right-img-1 {
    position: absolute;
    width: clamp(60px, 14vw, 190px);
    right: 0;
}

.service-left-img-1 {
    position: absolute;
    width: clamp(60px, 14vw, 190px);
    left: -50px;
    bottom: -20px;
}

.service-right-img-2 {
    position: absolute;
    width: clamp(60px, 14vw, 190px);
    right: 0;
    top: 0;
    z-index: -1;
}

.service-left-img-2 {
    position: absolute;
    width: clamp(60px, 14vw, 190px);
    left: -50px;
    bottom: -200px;
}

.get-set-staff-steps .process-container .section-desc {
    font-size: 18px !important;
}

/* Services CSS Style End */

/* Services Inner Page Styles Start */

/* Service Hero (scoped classes to avoid homepage overrides) */
.service-hero {
    position: relative;
    padding: 64px 16px;
    overflow: hidden;
}

.service-hero-container {
    position: relative;
    z-index: 2;
}

.service-hero::before {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -6%;
    width: 700px;
    height: 700px;
    background-image: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/hero-banner-before-img-scaled.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(0.5deg);
}

.service-hero-title {
    font-family: var(--heading-font);
    font-weight: 300;
    color: #2A2A2A;
    margin-bottom: 30px;
}

.service-hero-title .accent {
    color: var(--heading-color);
    font-weight: 600;
    display: block;
}

.service-hero-sub {
    font-weight: 500;
    color: #222222;
    font-size: 25px;
}

.service-hero-sub .accent {
    color: var(--heading-color);
    font-weight: 600;
    display: block;
}

.service-hero-desc {
    margin-top: 30px;
}

.service-hero-desc .lead-top {
    color: #222222;
    margin-bottom: 50px;
    max-width: 500px;
}

.service-hero-desc .lead-bottom {
    font-family: var(--pere-font);
    color: #3A3A3A;
}

.service-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.glob-btn,
.glob-btn-outline {
    font-family: var(--heading-font);
}

/* Right column visual */
.service-hero-visual {
    position: relative;
    min-height: 420px;
    display: grid;
    place-items: center;
}

.service-hero-img {
    width: 100%;
    max-width: 760px;
    height: auto;
    display: block;
    /* filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.15)); */
    animation: heroFloat 9s ease-in-out infinite;
    will-change: transform;
}

/* Subtle infinite float + micro tilt */
@keyframes heroFloat {
    0% {
        transform: translateY(0) rotate(0.2deg) scale(1);
    }

    25% {
        transform: translateY(-6px) rotate(0.4deg) scale(1.002);
    }

    50% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    75% {
        transform: translateY(6px) rotate(-0.3deg) scale(0.998);
    }

    100% {
        transform: translateY(0) rotate(0.2deg) scale(1);
    }
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .service-hero {
        padding: 56px 12px;
    }

    .service-hero::before {
        right: -100px;
        bottom: 0;
        width: 560px;
        height: 560px;
        background-size: contain;
        opacity: 0.3;
        background-repeat: no-repeat;
    }

    .service-hero-img {
        max-width: 400px;
        animation-duration: 8s;
    }
}

@media (max-width: 575.98px) {
    .service-hero {
        padding: 44px 10px;
    }

    .service-hero::before {
        right: -28%;
        bottom: -22%;
        width: 520px;
        height: 520px;
        opacity: 0.28;
    }

    .service-hero-img {
        max-width: 500px;
        animation-duration: 7s;
    }

    .service-hero-actions {
        justify-content: center;
    }

    .service-hero-desc .lead-top,
    .service-hero-desc .lead-bottom {
        text-align: center;
    }
}

.check-banner-section {
    background: #174C4F;
    padding: 25px 10px;
}

.check-banner-section .row {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px 0;
}

.check-banner-section .row .checklist-banner-col {
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.check-banner-section .row .checklist-banner-col img {
    max-width: 35px;
    width: 100%;
}

.check-banner-section .row .checklist-banner-col h6 {
    color: #fff;
    margin: 0;

}

.image-col .img-wrap {
    position: relative;
    display: flex;
    justify-content: end;
}

.image-col img {
    max-width: 600px;
    width: 100%;
}

.image-col .web-design-total-view {
    position: absolute;
    max-width: 250px;
    left: 0;
    box-shadow: 0px 15px 30px rgba(205, 205, 205, 0.803922);
    border-radius: 16px;
    animation: imgshake 6s ease-in-out infinite;
}

.services-left-right-content-section .content-col p {
    font-size: 18px !important;
}

.check-icon-list {
    list-style: none;
}

.check-icon-list li {
    font-size: 19px;
    color: #202020;
    position: relative;
    margin-bottom: 7px;
}

.check-icon-list li:before {
    position: absolute;
    content: '';
    background: url(https://whitelabelpartner.com/wp-content/uploads/2025/12/banner-checked-icon.png);
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(59%) sepia(64%) saturate(459%) hue-rotate(135deg) brightness(87%) contrast(84%);
    top: 4px;
    left: -30px;
}

.service-tabs-section {
    position: relative;
    padding: 60px 0 30px;
    overflow: hidden;
}

.service-tabs-slider-area {
    padding: 0 50px;
}

.service-tabs-slider-area .service-tab-bg-container {
    position: relative;
    background: linear-gradient(90deg, #33AAB1 0%, #16484B 100%);
    border-radius: 40px;
    padding: 50px;
}

.pf-slider-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/background-lines-scaled.webp');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 0.25;
    pointer-events: none;
    border-radius: 18px;
}

.service-tabs-section .section-head {
    color: var(--white);
}

.service-tabs-section .section-head h2 {
    font-family: var(--heading-font);
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

.service-tabs-section .section-head p {
    max-width: 920px;
    margin: 0 auto 18px;
    opacity: 0.92;
}

/* Tabs */
.pf-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 8px auto 22px;
}



.pf-tab:focus-visible {
    outline: 2px solid var(--white);
    outline-offset: 2px;
}

/* Slider area removed */

/* Cards */
.pf-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.pf-card.square {
    aspect-ratio: 4 / 3;
}

.pf-card.wide {
    aspect-ratio: 16 / 9;
}

.pf-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pf-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.0));
    opacity: 0;
    transition: opacity .25s ease;
}

.pf-card:hover .pf-overlay {
    opacity: 1;
}

.pf-overlay-content {
    color: #fff;
    padding: 14px 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pf-title {
    font-weight: 700;
    font-family: var(--heading-font);
}

.pf-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

/* Arrows */
.pf-arrows {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 12px;
    z-index: 5;
}

.pf-nav {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all .2s ease;
}

.pf-nav:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Static pane layout (two-column) */
.pf-pane {
    display: none;
}

.pf-pane.active {
    display: block;
}

.pf-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
}

.pf-media {
    position: relative;
}

.pf-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 17px;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.25));
}

.pf-content {
    position: relative;
    color: #ffffff;
    padding: 8px;
}

.pf-content .pf-slide-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-family: var(--heading-font);
    line-height: 1.2em;
    color: #fff !important;
}

.pf-content .pf-slide-text {
    margin-bottom: 12px;
    font-size: 18px;
}

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

    .pf-grid .pf-card.wide {
        grid-column: span 2;
    }

    .video-col video#aboutVideo {
        border-radius: 20px;
    }
}

@media (max-width: 575.98px) {
    .pf-grid {
        grid-template-columns: 1fr;
    }

    .pf-arrows {
        right: 12px;
    }
}

.img-left .image-col img:not(.web-design-total-view) {
    max-width: 650px;
}

.img-left .image-col .img-wrap {
    justify-content: start;
}

.img-left .image-col .web-design-total-view {
    left: unset;
    right: 50px;
    bottom: 0;
    max-width: 200px;
    animation: imgshake 5s ease-in-out infinite;
    box-shadow: 0px 5px 10px rgba(205, 205, 205, 0.803922);
    backdrop-filter: blur(2.85px);
}

@keyframes imgshake {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.img-left .image-col .web-design-total-view.national-seo-rank-img {
    box-shadow: unset;
    backdrop-filter: unset;
}

.web-dev-steps .process-card .card-desc {
    max-width: 315px;
    margin: 15px auto 0;
}

.services-bottom-banner .footer-container {
    overflow: hidden;
}

.services-bottom-banner .web-design-service-banner-img {
    width: clamp(70px, 40vw, 650px);
    position: absolute;
    right: 20px;
    bottom: 0;
    animation: serimgshke 5s ease-in-out infinite;
}

.services-bottom-banner .wd-pg-bottom-banner-img {
    bottom: -100px;
}

@keyframes serimgshke {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(10px);
    }
}

.service-absolute-img-right-1 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 15px;
}

.service-absolute-img-right-2 {
    position: absolute;
    right: -50px;
    width: clamp(60px, 14vw, 190px);
    bottom: -100px;
}

.service-absolute-img-left-1 {
    position: absolute;
    left: -100px;
    width: clamp(60px, 14vw, 190px);
    bottom: -50px;
}

.service-absolute-img-left-2 {
    position: absolute;
    left: -50px;
    width: clamp(60px, 14vw, 190px);
    bottom: -50px;
}

.seo-pg-absolute-img-right-1 {
    position: absolute;
    right: -50px;
    width: clamp(60px, 14vw, 190px);
    top: 0;
}

.seo-absolute-img-left-1 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -50px;
    z-index: -1;
}

.seo-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -150px;
    z-index: -1;
}

.seo-absolute-img-left-2 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -280px;
    z-index: -1;

}

img.seo-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -150px;
    z-index: -1;
}

.seo-absolute-img-left-3 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -200px;
    z-index: -1;
}

.seo-absolute-img-right-4 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -45px;
    z-index: -1;
}

.seo-absolute-img-left-4 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: 100px;
    z-index: -1;
}


/* .seo-service-hero .service-hero-visual .service-hero-img {
    filter: drop-shadow(0px 83px 33px rgba(0, 0, 0, 0.01)) drop-shadow(0px 47px 28px rgba(0, 0, 0, 0.05)) drop-shadow(0px 21px 21px rgba(0, 0, 0, 0.09)) drop-shadow(0px 5px 11px rgba(0, 0, 0, 0.1));
} */

.seo-local-img-col .seo-rank-increase-img,
.nation-seo-img-col .seo-rank-increase-img {
    box-shadow: unset;
    top: unset;
    bottom: -30px;
    max-width: 200px;
    left: 15px;
}

.seo-local-img-col .img-wrap img:not(.seo-rank-increase-img),
.nation-seo-img-col .img-wrap img:not(.seo-rank-increase-img) {
    filter: drop-shadow(0px 192px 77px rgba(0, 0, 0, 0.01)) drop-shadow(0px 108px 65px rgba(0, 0, 0, 0.05)) drop-shadow(0px 48px 48px rgba(0, 0, 0, 0.09)) drop-shadow(0px 12px 26px rgba(0, 0, 0, 0.1));
}

.seo-service-tab-slider-area .pf-two-col {
    gap: 15px 50px;
    align-items: center;
}

.seo-steps .section-desc {
    font-size: 25px !important;
    color: #202020;
}

.seo-bottom-banner .service-banner-img img {
    position: unset;
}

.seo-bottom-banner .service-banner-img {
    text-align: center;
}

.web-img-scroll-wrapper {
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
}

.web-img-scroll-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
    transition: transform 10s linear;
}

.web-img-scroll-wrapper:hover img {
    transform: translateY(calc(-100% + 400px));
}


.app-dev-absolute-img-right-1 {
    position: absolute;
    right: 00px;
    width: clamp(60px, 14vw, 190px);
    top: 00px;
    z-index: -1;
}

.app-dev-absolute-img-left-1 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -150px;
    z-index: -1;
}

.app-dev-absolute-img-right-2 {
    position: absolute;
    right: 00px;
    width: clamp(60px, 14vw, 190px);
    top: -250px;
    z-index: -1;
}

.app-dev-absolute-img-left-2 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -240px;
    z-index: -1;
}

.app-dev-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 0px;
    z-index: -1;
}

.app-dev-absolute-img-left-3 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    top: -90px;
    z-index: -1;
}

.app-dev-absolute-img-right-4 {
    position: absolute;
    right: 00px;
    width: clamp(60px, 14vw, 190px);
    bottom: 100px;
    z-index: -1;
}

.app-dev-absolute-img-left-4 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -200px;
    z-index: -1;
}

.app-dev-steps {
    padding: 100px 50px 50px;
}

/* Slider item spacing */
.app-dev-slider-wrapper {
    padding: 0 12px;
}

.app-dev-slider-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
    filter: grayscale(1);
    border-radius: 20px;
}

.app-dev-slider-wrapper:hover img {
    filter: grayscale(0);
}

/* Common Arrow Style */
.app-dev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px !important;
    height: 45px !important;
    background: #32A8AF !important;
    border-radius: 50%;
    border: none;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Arrow Icons */
.app-dev-arrow i {
    color: #202020;
    font-size: 18px;
}

/* Left Arrow */
.slick-prev.app-dev-arrow {
    left: -60px;
}

/* Right Arrow */
.slick-next.app-dev-arrow {
    right: -60px;
}

/* Remove default slick arrow styles */
.slick-prev:before,
.slick-next:before {
    display: none;
}

/* Responsive arrow adjustment */
@media (max-width: 767px) {
    .slick-prev.app-dev-arrow {
        left: -45px;
    }

    .slick-next.app-dev-arrow {
        right: -45px;
    }

    .agency-slide img {
        max-width: 142px !important;
    }

    img.basecamp-logo,
    img.monday-logo {
        max-width: 175px !important;
    }

    .portfolio-section {
        padding-top: 0px !important;
    }

    .agency-testimonial-slider {
        padding-bottom: 0;
    }

    .fixed-call-cta-wrapper {
        right: -135px !important;
    }

    b.para-bold {
        font-size: 18px;
        padding-top: 10px;
        display: block;
    }

}

.app-dev-bottom-banner .service-banner-img img {
    width: clamp(100px, 40vw, 450px);
}

.app-dev-bottom-banner .service-banner-img {
    text-align: right;
}

.app-dev-bottom-banner .footer-container {
    padding: 50px 0;
}


.platform-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.platform-tab-btn.active {
    color: var(--white-color);
    background: linear-gradient(90deg, #33AAB1 0%, #16484B 100%);
    border: 2px solid var(--heading-color);
    box-shadow: 0px 15px 25px rgba(34, 34, 34, 0.2);
    border-radius: 32px;
    padding: 10px 30px;
}

.tech-grid-container {
    padding: 0;
    overflow: hidden;
    display: none;
}

.tech-grid-container.active {
    display: block;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
}

.tech-item {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 140px;
}

.tech-item .step-label {
    color: #fff;
}

.tech-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-icon img {
    width: 140px;
    height: 100%;
    object-fit: contain;
}

.tech-name {
    color: var(--white-color);
    font-family: var(--heading-font);
    font-size: 25px !important;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .platform-tabs {
        flex-wrap: wrap;
        gap: 10px;
    }

    .platform-tab-btn {
        padding: 8px 25px;
        font-size: 14px;
    }

    .tech-item {
        padding: 30px 15px;
        min-height: 120px;
    }

    .tech-icon {
        width: 50px;
        height: 50px;
    }

    .tech-name {
        font-size: 14px;
    }

    .ai-four-col .tech-grid {
        grid-template-rows: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .tech-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
}

.app-dev-tabs-main-section {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.app-dev-tabs-main-section .app-dev-tab-content-section {
    background: linear-gradient(90deg, #33AAB1 0%, #16484B 100%);
    border-radius: 49px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.app-dev-tabs-main-section .app-dev-tab-content-section:after {
    position: absolute;
    content: '';
    background: url('https://whitelabelpartner.com/wp-content/uploads/2025/12/background-lines-scaled.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.paid-ads-absolute-img-left-1 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -250px;
    z-index: -1;
}

.paid-ads-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: -180px;
    z-index: -1;
}

.paid-ads-absolute-img-left-2 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    top: -70px;
    z-index: -1;
}

.paid-ads-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: -180px;
    z-index: -1;
}

.paid-ads-absolute-img-left-3 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -220px;
    z-index: -1;
}


.paid-ads-service-tab-slider-section .container>p {
    max-width: 960px;
    margin: 0 auto;
}

.paid-ads-conversion-rate-img {
    box-shadow: 0px 5px 10px rgba(205, 205, 205, 0.803922) !important;
    backdrop-filter: blur(22.85px) !important;
}

.smm-absolute-img-left-1 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    top: -50px;
    z-index: -1;
}

.smm-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -180px;
    z-index: -1;
}

.smm-absolute-img-left-2 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -100px;
    z-index: -1;
}

.smm-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: 0;
    z-index: -1;
}

.smma-service-section .container {
    max-width: 850px !important;
    width: 100%;
}

.smma-service-section .container>p {
    max-width: 650px;
}

.smma-service-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.smma-portfolio-section .pf-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 8px auto 22px;
    flex-direction: row;
}

.smma-portfolio-section .pf-tabs .pf-tab:not(.gd-portfolio-section) {
    width: auto;
    flex: 1;
    padding: 10px 5px;
    font-size: 16px;
}


.smma-portfolio-section .pf-grid .pf-item {
    overflow: hidden;
    box-shadow:
        0px 75px 30px rgba(0, 0, 0, 0.01),
        0px 42px 25px rgba(0, 0, 0, 0.05),
        0px 19px 19px rgba(0, 0, 0, 0.09),
        0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.smma-portfolio-section .pf-grid .pf-item img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
}

.smma-portfolio-section .pf-grid .pf-item:hover img {
    transform: scale(1.1);
    filter: unset;
}

.smma-portfolio-section .pf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px 20px;
}

.smma-portfolio-section .pf-grid {
    display: none;
}

.smma-portfolio-section .pf-grid.active {
    display: grid;
}

.smma-portfolio-section .pf-grid.smma-portfolio-gif-grid.active,
.smma-portfolio-section .smma-portfolio-sm-cover-grid.active,
.smma-portfolio-section .smma-portfolio-animate-video-grid.active {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 40px 20px;
}

.smma-portfolio-section .pf-grid.smma-portfolio-gif-grid .pf-item .pf-video {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.content-writting-absolute-img-right-1 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 0;
    z-index: -1;
}

.content-writting-absolute-img-left-1 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: 0px;
    z-index: -1;
}

.content-writting-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -50px;
    z-index: -1;
}

.content-writting-absolute-img-left-2 {
    position: absolute;
    left: -30px;
    width: clamp(60px, 14vw, 190px);
    bottom: 40px;
    z-index: -1;
}

.content-writting-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: 0px;
    z-index: -1;
}

.content-writting-absolute-img-left-3 {
    position: absolute;
    left: -30px;
    width: clamp(60px, 14vw, 190px);
    top: 70px;
    z-index: -1;
}

.content-writting-absolute-img-right-4 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: 0px;
    z-index: -1;
}

.content-writting-absolute-img-left-4 {
    position: absolute;
    left: -30px;
    width: clamp(60px, 14vw, 190px);
    bottom: 00px;
    z-index: -1;
}

.content-writting-absolute-img-right-5 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: -50px;
    z-index: -1;
}

.content-writing-img-text-col .image-col img {
    width: 100%;
    max-width: 100%;
}

.content-writing-bottom-banner .content-writing-service-banner-img {
    width: clamp(70px, 40vw, 550px);
}

.gd-panel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
}

.gd-panel-grid.gd-pg-all-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
}

.gd-portfolio-section .pf-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 8px auto 22px;
    flex-direction: row;
}

.gd-panel-grid .pf-item {
    overflow: hidden;
    box-shadow: 0px 75px 30px rgba(0, 0, 0, 0.01), 0px 42px 25px rgba(0, 0, 0, 0.05), 0px 19px 19px rgba(0, 0, 0, 0.09), 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.gd-pg-gifs-grid .pf-item video {
    width: 100%;
}

.gd-panel-grid .pf-item img {
    max-width: 100%;
    transition: all 0.3s ease;
    filter: grayscale(100%);
    height: -webkit-fill-available;
}

.gd-panel-grid .pf-item:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.gd-panel-grid.gd-pg-all-grid .pf-item img {
    height: 295px;
    object-fit: cover;
    width: 100%;
}


.gd-bottom-banner .content-writing-service-banner-img {
    width: clamp(70px, 45vw, 750px);
}

.pf-grid.smma-portfolio-gif-grid.graphic-pg-logo-design-grid.active {
    grid-template-columns: repeat(3, 1fr);
}

.custom-web-tech-section .platform-tabs {
    max-width: 850px;
    margin: 15px auto 30px;
}

.custom-web-tech-section .platform-tabs .platform-tab-btn {
    flex: 1;
}

@media (min-width: 992px) {

    .custom-web-tech-section .custom-web-five-col .tech-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

    /* Top row: 3 items (2 columns each) */
    .custom-web-tech-section .custom-web-five-col .tech-grid> :nth-child(1),
    .custom-web-tech-section .custom-web-five-col .tech-grid> :nth-child(2),
    .custom-web-tech-section .custom-web-five-col .tech-grid> :nth-child(3) {
        grid-column: span 2;
    }

    /* Bottom row: 2 items (50% / 50%) */
    .custom-web-tech-section .custom-web-five-col .tech-grid> :nth-child(4),
    .custom-web-tech-section .custom-web-five-col .tech-grid> :nth-child(5) {
        grid-column: span 3;
    }
}

@media (max-width: 991px) {
    .custom-web-tech-section .custom-web-five-col .tech-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    /* reset desktop spans */
    .custom-web-tech-section .custom-web-five-col .tech-grid>* {
        grid-column: auto;
    }

    /* center last item if odd (5th item) */
    .custom-web-tech-section .custom-web-five-col .tech-grid> :last-child:nth-child(odd) {
        grid-column: 1 / -1;
        /* take full row */
    }

    .custom-website-portfolio-section .custom-web-portfolio-col {
        gap: 40px 20px;
    }

    .row>div:nth-child(2) .contact-info-wrapper::before,
    .row>div:nth-child(2) .contact-info-wrapper::after,
    .row>div:nth-child(3) .contact-info-wrapper::after {
        display: none;
    }
}

.gd-absolute-img-right-1 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -170px;
    z-index: -1;
}

.gd-absolute-img-left-1 {
    position: absolute;
    left: -80px;
    width: clamp(60px, 14vw, 190px);
    top: -80px;
    z-index: -1;
}

.gd-absolute-img-left-2 {
    position: absolute;
    left: -80px;
    width: clamp(60px, 14vw, 190px);
    bottom: -180px;
    z-index: -1;
}

.gd-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -170px;
    z-index: -1;
}

.gd-absolute-img-left-3 {
    position: absolute;
    left: -80px;
    width: clamp(60px, 14vw, 190px);
    bottom: -80px;
    z-index: -1;
}


.custom-website-portfolio-section .custom-web-portfolio-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.custom-website-portfolio-section .custom-web-portfolio-item {
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
}


.custom-website-portfolio-section .custom-web-portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
    transition: transform 10s linear;
}

.custom-website-portfolio-section .custom-web-portfolio-item:hover img {
    transform: translateY(calc(-100% + 400px));
}

.custom-website-portfolio-section .container>p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.custom-web-absolute-img-right-1 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 0px;
    z-index: -1;
}

.custom-web-absolute-img-left-1 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    bottom: -170px;
    z-index: -1;
}

.custom-web-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: -70px;
    z-index: -1;
}

.custom-web-absolute-img-left-2 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    bottom: -70px;
    z-index: -1;
}

.custom-web-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -50px;
    z-index: -1;
}



.live-call-absolute-img-right-1 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 0px;
    z-index: -1;
}

.live-call-absolute-img-left-1 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    top: 00px;
    z-index: -1;
}

.live-call-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 0px;
    z-index: -1;
}

.live-call-absolute-img-left-2 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    top: 150px;
    z-index: -1;
}

.live-call-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 100px;
    z-index: -1;
}

.live-chat-tabs-section .tech-grid-container .tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0;
}

.ai-chat-footer-banner-img .live-chat-footer-banner-img {
    width: clamp(70px, 40vw, 800px) !important;
    position: unset !important;
}

.live-call-left-right-section1 .image-col img {
    max-width: 650px;
    width: 100%;
}

.live-call-bottom-banner .content-writing-service-banner-img {
    width: clamp(70px, 40vw, 650px);
}


.ghl-absolute-img-right-1 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 0px;
    z-index: -1;
}

.ghl-absolute-img-left-1 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    top: -75px;
    z-index: -1;
}

.ghl-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 0px;
    z-index: -1;
}

.ghl-absolute-img-left-2 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    top: -50px;
    z-index: -1;
}

.ghl-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 0px;
    z-index: -1;
}

.ghl-service-solution-section .service-icon,
.live-chat-service-icon-section .service-icon,
.get-set-staff-services-section .service-icon {
    min-width: 90px;
    border-radius: 18px;
}

.live-chat-absolute-img-right-1 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 0px;
    z-index: -1;
}

.live-chat-absolute-img-left-1 {
    position: absolute;
    left: -70px;
    width: clamp(60px, 14vw, 190px);
    top: -75px;
    z-index: -1;
}

.live-chat-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: -150px;
    z-index: -1;
}

.live-chat-absolute-img-left-2 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    top: 0px;
    z-index: -1;
}

.live-chat-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 100px;
    z-index: -1;
}

.live-chat-absolute-img-left-3 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    top: 0px;
    z-index: -1;
}

.live-chat-absolute-img-right-4 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: 100px;
    z-index: -1;
}

.live-chat-absolute-img-left-4 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    top: 70px;
    z-index: -1;
}

.live-chat-absolute-img-right-5 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: -150px;
    z-index: -1;
}


.ghl-three-stage-content .ghl-three-stage-content-col p {
    color: #fff;
}

.ghl-three-stage-content .ghl-three-stage-content-col h6 {
    font-weight: bold;
}


.ai-absolute-img-right-1 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    top: -180px;
    z-index: -1;
}

.ai-absolute-img-left-1 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    bottom: 0px;
    z-index: -1;
}

.ai-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -250px;
    z-index: -1;
}

.ai-absolute-img-left-2 {
    position: absolute;
    left: 0px;
    width: clamp(60px, 14vw, 190px);
    bottom: -100px;
    z-index: -1;
}

.ai-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -100px;
    z-index: -1;
}

.ai-chat-integration-section .container>p {
    max-width: 800px;
    margin: 0 auto 30px;
}

.ai-chat-logo-wrapper img {
    max-width: 170px;
    width: 100%;
}

.ai-integration-logo-col {
    display: flex;
    align-items: center;
    gap: 30px 80px;
    justify-content: center;
}

.text-cta {
    color: #33AAB1;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.ai-chat-footer-banner-img .content-writing-service-banner-img {
    position: absolute;
    width: clamp(70px, 40vw, 600px);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.ai-service .platform-tabs {
    flex-wrap: wrap;
    max-width: 950px;
}

.ai-service .platform-tabs .platform-tab-btn {
    flex: unset !important;
}

.ai-service .ai-four-col .tech-grid {
    grid-template-columns: 1fr 1fr;
    --cols: 4
}

.ai-bottom-banner .service-banner-img .web-design-service-banner-img {
    position: absolute;
    width: clamp(70px, 40vw, 420px);
}

.ai-bottom-banner .service-banner-img .ai-bottom-banner-img {
    bottom: -100px;
}

.tech-item p {
    color: #fff;
}

.email-marketing-absolute-img-right-1 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -250px;
    z-index: -1;
}

.email-marketing-absolute-img-left-1 {
    position: absolute;
    left: -70px;
    width: clamp(60px, 14vw, 190px);
    top: -75px;
    z-index: -1;
}

.email-marketing-absolute-img-right-2 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -100px;
    z-index: -2;
}

.email-marketing-absolute-img-left-2 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -50px;
    z-index: -1;
}

.email-marketing-absolute-img-right-3 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -250px;
    z-index: -3;
}

.email-marketing-absolute-img-left-3 {
    position: absolute;
    left: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -50px;
    z-index: -1;
}

.email-marketing-absolute-img-right-4 {
    position: absolute;
    right: 0;
    width: clamp(60px, 14vw, 190px);
    bottom: -50px;
    z-index: -3;
}

.email-marketing-absolute-img-left-4 {
    position: absolute;
    left: -70px;
    width: clamp(60px, 14vw, 190px);
    bottom: 0px;
    z-index: -1;
}

.email-marketing-service-tab-section .app-dev-tab-content-section {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.email-marketing-logo-col .ai-chat-logo-wrapper img {
    max-width: 250px;
    width: 100%;
}

.email-marketing-tech-grid .tech-item .tech-desc {
    max-width: 550px;
}

.email-marketing-portfolio-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px;
}

.email-marketing-portfolio-item img {
    width: 100%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    filter: grayscale(1);
    transition: all 0.3s ease;
}

.email-marketing-portfolio-item:hover img {
    filter: grayscale(0);
}

.email-marketing-banner .service-banner-img img {
    position: absolute;
    bottom: unset;
    top: -40px;
}

.contact-info-wrapper img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.contact-info-wrapper h6 {
    color: var(--heading-color);
    font-size: 22px !important;
    font-weight: bold;
}

.contact-info-wrapper p,
.contact-info-wrapper a {
    color: #535353;
    font-size: 16px !important;
    font-weight: bold;
    text-decoration: none;
}

/* Center column wrapper */
.row>div:nth-child(2) .contact-info-wrapper,
.row>div:nth-child(3) .contact-info-wrapper {
    position: relative;
}

/* Gradient borders */
.row>div:nth-child(2) .contact-info-wrapper::before,
.row>div:nth-child(2) .contact-info-wrapper::after,
.row>div:nth-child(3) .contact-info-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg,
            rgba(51, 170, 177, 0) 0%,
            #33AAB1 50%,
            rgba(51, 170, 177, 0) 100%);
}

/* Left border */
.row>div:nth-child(2) .contact-info-wrapper::before {
    left: 0;
}

/* Right border */
.row>div:nth-child(2) .contact-info-wrapper::after {
    right: 0;
}

.row>div:nth-child(3) .contact-info-wrapper::after {
    right: -15px;
}

.contact-footer-banner .service-banner-img img {
    width: clamp(70px, 25vw, 630px);
    position: absolute;
    top: -112px;
    right: 0;
    animation: serimgshke 5s ease-in-out infinite;
}

.map-form-row {
    gap: 0;
    filter: drop-shadow(0px 15px 30px #CDCDCD);
    border-radius: 37px;
    overflow: hidden;
}

.map-form-row .map-col iframe {
    width: 100%;
    height: 100%;
}

img.map-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.map-form-row .form-col {
    background: linear-gradient(90deg, #1A575B 0%, #37B9C1 100%);
    padding: 40px;
    overflow: hidden;
    z-index: 1;
}

.map-form-row .form-col:after {
    position: absolute;
    content: '';
    background: url(https://whitelabelpartner.com/wp-content/uploads/2025/12/hero-blue-animation-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80%;
    bottom: 0;
    right: -40%;
    z-index: -1;
    opacity: 0.2;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.map-form-row .form-col h2,
.map-form-row .form-col p {
    color: #fff !important;
}

.calendly-inline-widget {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    padding-top: 60px;
}

/* Remove CF7 default styles */
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    color: #fff;
}

/* Inputs & textarea */
.contact-form-bootstrap .form-control,
.contact-form-bootstrap .form-select {
    height: 54px;
    border-radius: 12px;
    border: none;
    padding: 0 18px;
    font-size: 15px;
    background: #f1f1f1;
    color: #222;
}

.contact-form-bootstrap .form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237C7C7C' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.contact-form-bootstrap textarea.form-control {
    height: 120px;
    padding-top: 14px;
    resize: none;
}

.contact-form-bootstrap input::placeholder,
.contact-form-bootstrap select {
    font-family: 'Poppins', sans-serif;
    color: #8a8a8a;
}


/* Focus state */
.contact-form-bootstrap .form-control:focus,
.contact-form-bootstrap .form-select:focus {
    box-shadow: none;
    outline: none;
    background: #f1f1f1;
}

/* Submit button */
.contact-form-bootstrap .contact-submit-btn {
    width: 100%;
    max-width: 100%;
    height: 54px;
    border-radius: 50px;
    background: #0f3c3e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    transition: all .3s ease;
    border: 1px solid #fff;
}

.contact-form-bootstrap .wpcf7-spinner {
    position: absolute;
}

.contact-form-bootstrap .contact-submit-btn:hover {
    background: #0c2f30;
}

/* Arrow spacing */
.contact-submit-btn::after {
    content: "";
    position: relative !important;
    top: 50px;
    left: 10px;
}

/* Mobile full width */
@media (max-width: 767px) {
    .contact-submit-btn {
        max-width: 100%;
    }

    .row.team-grid .col-lg-3 {
        display: flex;
        justify-content: center;
    }

    .row.team-grid .team-border-col {
        max-width: 340px;
        width: 100%;
    }

    header.header-section {
        padding: 10px 10px 15px;
    }

    .agency-section p.text-center {
        padding: 0 10px;
    }

    .partnership-section .row {
        row-gap: 25px;
        --bs-gutter-x: 5rem;
        justify-content: center;
    }

    .partnership-section .row .rotation-circle-col {
        max-width: max-content;
    }
}

.service-bottom-banner .service-banner-img {
    text-align: center;
}

.service-bottom-banner .service-banner-img img {
    width: clamp(70px, 25vw, 630px);
}

.get-set-staff-hero .service-hero-img {
    max-width: 415px;
}

.get-set-staff-tab-two-col-section .tech-grid-container .tech-grid {
    grid-template-columns: repeat(2, 1fr);

}

.get-set-staff-left-right-content-section .container>p {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.get-set-staff-left-right-content-section .container>p {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.get-set-staff-left-right-content-section .img-wrap {
    position: relative;
}

.get-set-staff-left-right-content-section .img-wrap:before {
    position: absolute;
    content: '';
    background: #33AAB1;
    width: 200px;
    height: 200px;
    top: -12px;
    right: -12px;
    border-top-right-radius: 30px;

}

.get-set-staff-left-right-content-section .img-wrap:after {
    position: absolute;
    content: '';
    background: #33AAB1;
    width: 200px;
    height: 200px;
    bottom: -15px;
    left: -15px;
    border-bottom-left-radius: 30px;
    z-index: -1;


}

.get-set-staff-left-right-content-section .img-wrap img {
    border-radius: 35px;
}

.get-set-staff-left-right-content-section .service-absolute-img-left-1 {
    position: absolute;
    left: -31px;
    width: clamp(60px, 14vw, 190px);
    bottom: -200px;
}

.get-set-absolute-img-right-2 {
    position: absolute;
    right: -30px;
    width: clamp(60px, 14vw, 190px);
    bottom: -270px;
}

.get-set-absolute-img-right-3 {
    position: absolute;
    right: -30px;
    width: clamp(60px, 14vw, 190px);
    bottom: -150px;
}

.get-set-absolute-img-right-4 {
    position: absolute;
    right: -30px;
    width: clamp(60px, 14vw, 190px);
    bottom: 50px;
}

.get-set-staff-bottom-banner .footer-container {
    overflow: visible;
}

.get-set-staff-bottom-banner .service-banner-img .ai-bottom-banner-img {
    bottom: -100px;
    width: clamp(70px, 40vw, 309px);
    animation: unset;
    right: 130px;
}

/* Services Inner Page Styles End */

/* Portfolio Page Styles Start */
.smma-portfolio-section .container>p {
    max-width: 900px;
    margin: 0 auto 30px;
}

.portfolio-img-grid.portfolio-pg-item-grid.all-portfolio-all-work .portfolio-img-wrapper img,
.portfolio-img-grid.portfolio-pg-item-grid.all-portfolio-all-work .custom-web-portfolio-item img {
    max-width: 100%;
    aspect-ratio: 3/3;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 15px 30px rgba(205, 205, 205, 0.803922);
    border-radius: 20px;
    height: 350px;
    width: 100%;
}

.portfolio-img-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.portfolio-img-grid .portfolio-img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 15px 30px rgba(205, 205, 205, 0.803922);
    transition: all 0.3s ease-in-out;
}

.portfolio-img-grid .portfolio-img-wrapper img {
    max-width: 100%;
    box-shadow: 0px 15px 30px rgba(205, 205, 205, 0.803922);
    border-radius: 20px;
}

.portfolio-img-grid {
    display: none;
}

.portfolio-img-grid[data-category="all-work"] {
    display: grid;
}

.portfolio-img-grid.app-development-portfolio {
    grid-template-columns: repeat(2, 1fr);
}

.portfolio-img-grid.app-development-portfolio .portfolio-img-wrapper img,
.portfolio-img-grid.app-development-portfolio .portfolio-img-wrapper {
    box-shadow: unset !important;
    border-radius: 15px;
}

/* WEB DEV PORT */

.portfolio-img-grid.web-design-portfolio {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

.portfolio-img-grid.web-design-portfolio .custom-web-portfolio-item {
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
}


.portfolio-img-grid.web-design-portfolio .custom-web-portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
    transition: transform 10s linear;
}

.portfolio-img-grid.web-design-portfolio .custom-web-portfolio-item:hover img {
    transform: translateY(calc(-100% + 400px));
}

/* Social Portfolio */

.portfolio-img-grid.social-portfolio .portfolio-img-wrapper {
    overflow: hidden;
    box-shadow:
        0px 75px 30px rgba(0, 0, 0, 0.01),
        0px 42px 25px rgba(0, 0, 0, 0.05),
        0px 19px 19px rgba(0, 0, 0, 0.09),
        0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.portfolio-img-grid .portfolio-img-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
}


.portfolio-img-grid .portfolio-img-wrapper:hover img {
    transform: scale(1.1);
    filter: unset;
}

.portfolio-img-grid.social-portfolio {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px 20px;
}

/* Stationary Portfolio */
.portfolio-img-grid.stationary-design-portfolio img {
    aspect-ratio: 4/3;
    object-fit: cover;
}


/* Portfolio Page Styles End */

/* Blog Page Style Start */

.blog-grid-column .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px 15px;
}

.blog-page-container .blog-col .blog-img,
.related-posts .blog-col .blog-img {
    max-width: 100%;
    border-radius: 15px 15px 0 0;
    filter: grayscale(100%);
    transition: all 0.2s ease;
}

.blog-page-container .blog-wrap:hover .blog-img,
.related-posts .blog-col:hover .blog-img {
    filter: unset;
}


.blog-page-container .blog-title,
.blog-page-container .blog-excerpt,
.related-posts .blog-col .blog-title,
.related-posts .blog-col .blog-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-page-container .blog-title,
.related-posts .blog-col .blog-title {
    -webkit-line-clamp: 2;
}

.blog-page-container .blog-excerpt,
.related-posts .blog-col .blog-excerpt {
    -webkit-line-clamp: 2;
}


.related-posts .container {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid var(--heading-color);
}

.related-posts h3 {
    color: var(--heading-color);
}

.blog-inner-title {
    font-size: 40px !important;
    color: #000;
    font-weight: 600;
    text-align: left !important;
}

.single-blog-content p,
.single-page-content p {
    font-size: 16px !important;
    color: #000;
}

.single-blog-content h2,
.single-page-content h2 {
    font-size: 32px !important;
}

.single-blog-content h3,
.single-page-content h3 {
    font-size: 25px !important;
    color: var(--heading-color);
    font-weight: bold;
}

.single-blog-content a,
.single-page-content a {
    color: var(--heading-color);
    text-decoration: none;
    font-weight: 600;
}

.single-blog-content .single-meta .fa-solid.fa-folder-open,
.single-blog-content .single-meta .fa-regular {
    color: var(--primary-color);
}

.pagination .page-numbers.current {
    color: var(--heading-color);
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
}

.pagination .page-numbers:not(.current) {
    color: var(--black-color);
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

/* Blog Page Style End */

/* Contact Page */
.contact-pg-left-bg-img-1 {
    width: clamp(70px, 14vw, 200px);
    position: absolute;
    top: 0px;
    left: -54px;
    transform: rotate(-15deg);
}

.contact-pg-right-anim-bg-img-1 {
    position: absolute;
    right: 0;
    bottom: -200px;
    width: clamp(60px, 14vw, 190px);
    z-index: -1;
}


/* Media Query Start */

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

/* Max Width 391px */
@media(max-width:391px) {

    .mobile-menu-offcanvas {
        width: 300px !important;
        max-width: 100% !important;
    }

    .partnership-section .row {
        --bs-gutter-x: 2rem !important;
    }
}

/* Max Width 460px */
@media(max-width:460px) {

    .hero-actions .glob-btn-outline,
    .service-hero-actions .glob-btn-outline,
    .cta-row-section-center .glob-btn-outline {
        display: none;
    }
}

/* END */

/* Max Width 500px */
@media(max-width:500px) {
    .check-icon-list {
        text-align: left !important;
        flex-direction: column;
    }

    /* .service-tab-bg-container .pf-content .pf-slide-title {
        font-size: 21px !important;
    } */

    .service-tab-bg-container .pf-content .pf-slide-text {
        font-size: 16px;
    }

    .service-hero-visual {
        min-height: 200px !important;
    }

    .portfolio-img-grid.portfolio-pg-item-grid.all-portfolio-all-work .portfolio-img-wrapper img,
    .portfolio-img-grid.portfolio-pg-item-grid.all-portfolio-all-work .custom-web-portfolio-item img {
        height: 220px;
    }

    .testimonial-star i {
        font-size: 8px;
    }

    .hero-visual .logo-meta {
        left: 0 !important;
        top: 52%;
    }

    .hero-visual .logo-google {
        left: 0px !important;
        bottom: 0% !important;
    }

    .hero-visual .logo-flutter {
        left: 16% !important;
        bottom: -10px;
    }

    .hero-visual .logo-wp {
        right: 0 !important;
        bottom: 91px !important;
    }

    .hero-visual .logo-w {
        right: 0 !important;
        bottom: 0 !important;
    }

    .counter-section .counter-main-col {
        max-width: 85px !important;
    }

    .counter-section .counter-main-col:not(:last-child) {
        border: none;
    }

    .counter-section .row {
        align-items: center;
    }

    .counter-section .counter-main-col {
        padding: 0 !important;
    }

    .counter-section .row .counter.wrapper {
        flex-direction: column;
    }

    .counter-label {
        text-align: center;
    }

    .home-portfolio-section .home-portfolio-tab {
        max-width: 250px;
        width: 100%;
    }

    .pf-tab,
    .platform-tab-btn {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }

    .home-portfolio-section .home-portfolio-tabs {
        flex-direction: column;
        align-items: center;
    }

    .service-hero-container .service-hero-sub b {
        display: block;
    }

    .dashed-border-rotate-col {
        width: 135px;
        height: 135px;
    }

    .rounded-bg-anime {
        width: 135px;
        height: 135px;
    }

    .dashed-border-rotate-col:after {
        width: 90%;
        height: 90px;
    }

    .rounded-bg-anime h6 {
        font-size: 16px !important;
    }

    .partnership-section .row {
        --bs-gutter-x: 4rem;
    }

    .arrow-path-wrapper .arrow-svg {
        width: 220px;
        margin: -40px auto 10px;
    }

    .parntership-models-border-heading h6 {
        font-size: 16px !important;
    }

    .parntership-models-border-heading {
        padding: 6px;
    }

    .rounded-bg-anime:before,
    .rounded-bg-anime:after {
        width: 50px;
        height: 50px;
    }
}

/* END */

@media(min-width:501px) and (max-width: 767px) {
    .app-dev-tabs-main-section.custom-web-tech-section .platform-tabs {
        justify-content: center !important;
    }

    section.app-dev-tabs-main-section.section-padding.custom-web-tech-section.ai-service .platform-tabs {
        justify-content: flex-start !important;
    }

    .section-padding,
    .app-dev-steps,
    .service-tabs-section.section-padding {
        padding: 30px 10px !important;
    }

    .rounded-bg-anime h6 {
        font-size: 20px !important;
    }

    .dashed-border-rotate-col {
        width: 180px;
        height: 180px;
    }

    .rounded-bg-anime {
        width: 180px;
        height: 180px;
    }

    .arrow-path-wrapper .arrow-svg {
        width: 300px;
        height: auto;
        display: block;
        margin: -35px auto 25px;
    }

    .parntership-models-border-heading h6 {
        font-size: 20px !important;
    }

}

/* Max Width 550px */

@media(max-width:550px) {
    .header-btn {
        display: none;
    }

    div#mobmenu-custom {
        padding: 10px 20px !important;
    }

    .section-padding,
    .app-dev-steps,
    .service-tabs-section.section-padding {
        padding: 20px 10px !important;
    }

    .glob-btn.header-btn {
        display: none;
    }

}

@media(max-width:599px) {
    .team-slider .team-slide {
        display: flex !important;
        justify-content: center;
    }

    .team-border-col {
        max-width: 310px;
        width: 100%;
    }

    #heading-anim-change .word {
        text-align: center;
    }

}



/* END */

@media(max-width: 700px) {
    .counter-section .row {
        justify-content: center;
        gap: 20px;
    }

    .counter-main-col {
        align-content: center;
        max-width: fit-content !important;
        padding: 0 30px !important;
    }

    .live-chat-logo-col {
        flex-wrap: wrap;
    }

    .live-chat-logo-col .ai-chat-logo-wrapper img {
        max-width: 120px;
    }
}

/* Max Width 767px */
@media(max-width:767px) {

    h1 {
        font-size: 32px !important;
        text-align: center !important;
    }

    h2,
    .calender-section .content-col h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 22px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 18px !important;
    }

    p,
    .card-desc,
    .services-left-right-content-section .content-col p {
        font-size: 16px !important;
    }

    .heading-margin-bottom,
    .section-desc {
        margin-bottom: 1rem !important;
    }

    .service-wrapper {
        max-width: 450px;
        margin: 0 auto;
    }

    .custom-contact-form {
        padding: 20px;
    }

    .counter-section .counter-main-col {
        align-content: center;
    }

    .counter-number {
        font-size: 20px !important;
    }

    .counter-label {
        font-size: 10px !important;
    }

    .pf-card.wide {
        aspect-ratio: 4/3;
        max-width: 450px;
    }

    .pf-card.square {
        aspect-ratio: 4/3;
        max-width: 450px;
    }

    .pf-grid {
        place-items: center;
    }

    .partnership-left-anime-img,
    .partnership-right-anime-img-2,
    .how-work-absolute-arrow-1,
    .how-work-absolute-arrow-2 {
        display: none;
    }


    .partnership-section .row .col-sm-12.col-md-6 {
        display: flex;
        justify-content: center !important;
    }

    .blog-section .row {
        justify-content: center;
    }

    .blog-section .blog-col {
        max-width: 450px;
    }

    .calender-section .content-col h2 {
        font-size: 28px !important;
    }

    .contact-section .contact-section-container {
        padding: 30px 20px;
    }

    .calender-section .content-col h2,
    .calender-section .content-col p {
        text-align: center;
    }

    .calender-section .content-col .calender-list {
        max-width: 350px;
        margin: 15px auto;
    }

    .calender-section .content-col .calender-list li {
        margin: 10px 0;
    }

    .contact-section-container .form-col {
        padding: 0;
    }

    section.faqs-section.section-padding {
        padding: 0 10px !important;
    }

    .hero-sub {
        display: flex;
        flex-direction: column;
    }

    .heading-anim .word {
        text-align: center;
    }

    button.accordion-button {
        font-size: 17px;
    }

    .accordion-collapse .accordion-body {
        font-size: 16px;
    }

    .contact-content-col p,
    .content-col p,
    ul.calender-list li,
    p.testimonial-text {
        font-size: 16px !important;
    }

    /* .pf-tabs {
        flex-direction: column;
    } */

    /* .arrow-path-section {
        display: none;
    } */

    .hero {
        padding: 50px 10px 20px;
    }

    .footer-container .row h2,
    .footer-container .row p {
        text-align: center;
    }

    .footer-container .row p b {
        font-size: 18px !important;
    }

    .fb-cta-row {
        justify-content: center;
    }

    .footer-container {
        padding: 40px 0;
    }

    .dashed-border-arrow-img-col img {
        display: none;
    }

    .process-row {
        place-items: center;
    }

    .process-card {
        max-width: 450px;
        width: 100%;
    }

    .team-grid .col-sm-12.col-md-6 {
        max-width: 450px;
    }

    .trusted-counter {
        bottom: -10px;
        left: -20px;
        padding: 15px 20px;
    }

    .trusted-counter span {
        font-size: 30px;
    }

    .trusted-counter p {
        font-size: 14px !important;
    }

    .about-row-2 .trusted-counter {
        right: 0;
    }

    .service-hero-sub {
        font-size: 20px;
        text-align: center;
        display: block;
    }


    .service-hero-desc .lead-top {
        margin: auto;
        text-align: center;
    }

    .service-hero-actions {
        justify-content: center;
    }

    .service-tabs-slider-area .service-tab-bg-container {
        padding: 14px 0px;
    }

    .service-tabs-slider-area .service-tab-bg-container {
        border-radius: 25px;
    }

    .image-col .web-design-total-view {
        max-width: 100px !important;
    }

    .email-marketing-portfolio-col {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .get-set-staff-tab-two-col-section .tech-grid-container .tech-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .live-chat-tabs-section .tech-grid-container .tech-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .map-form-row .map-col iframe {
        height: 400px;
    }

    .contact-info-section .row {
        gap: 40px 20px;
    }

    .blog-inner-title {
        font-size: 28px !important;
    }

    .single-blog-content h2,
    .single-page-content h2 {
        font-size: 25px !important;
    }

    .single-blog-content h3,
    .single-page-content h3 {
        font-size: 20px !important;
    }

    .single-blog-container .sidebar {
        padding-left: 10px;
    }

    .blue-cox-row-1 .col-sm-12.col-lg-3:not(.blue-cox-row-3) {
        margin-bottom: 0;
    }

    .blue-cox-row-1 .col-sm-12.col-lg-3 {
        max-width: 312px !important;
    }

    img.top-curve-border-img {
        max-width: 255px;

    }

    .blue-cox-row-3 .col-sm-12.col-lg-3:not(.blue-cox-row-1) {
        margin-top: 0;
    }

    .blue-box-main-col {
        max-width: 300px;
    }

    .faqs-accordion .accordion-header::after {
        right: 76px;
        font-size: 20px;
        width: 26px;
        height: 26px;
        line-height: 22px;
    }

    .accordion-collapse .accordion-body,
    button.accordion-button {
        padding-right: 52px !important;
    }

    .accordion-collapse .accordion-body {
        padding: 0 115px 30px 30px;
    }

    .faqs-accordion .accordion-header::after {
        right: 14px;
    }

    .seo-bottom-banner .service-banner-img img {
        width: clamp(100px, 60vw, 600px);
    }

    .services-bottom-banner .footer-container {
        padding: 10px 0 30px !important;
    }

    .ai-service .ai-four-col .tech-grid {
        grid-template-rows: revert;
    }

    .custom-website-portfolio-section .custom-web-portfolio-col {
        gap: 30px 20px;
    }

    .smma-service-section .row {
        grid-template-columns: 1fr;
    }

    .wlp-pg-particle-img {
        display: none !important;
        width: clamp(20px, 5vw, 190px) !important;
    }

    .dashed-border-arrow-img-col p {
        text-align: center !important;
    }

    .why-wlp-section .blue-cox-row-1,
    .why-wlp-section .blue-cox-row-2 {
        display: none;
    }

    .why-wlp-section .why-wlp-mob-img {
        display: block !important;
        max-width: 400px;
        width: 100%;
    }

    .portfolio-img-grid.portfolio-pg-item-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 15px;
    }

    .gd-panel-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px 15px;
    }

    .tech-item {
        border: 1px solid rgb(255 255 255);
    }

    .web-img-scroll-wrapper {
        height: 300px;
    }

    .web-img-scroll-wrapper:hover img {
        transform: translateY(calc(-100% + 300px));
    }

    .fb-cta-row {
        flex-wrap: wrap;
    }

    .check-banner-section .row .checklist-banner-col img {
        max-width: 18px;
    }

    .check-banner-section .row .checklist-banner-col h6 {
        font-size: 16px !important;
    }

    img.footer-logo {
        max-width: 250px !important;
        margin-bottom: 20px;
    }

    img.service-hero-img.Ai_img_mob {
        max-width: clamp(300px, 50vw, 520px);
    }

    .hero-main-img {
        max-width: 290px !important;
    }

    .hero-visual {
        min-height: 285px;
    }

    .floating-logo img {
        width: 60px;
        height: 60px;
    }

    .logo-google {
        left: 29px !important;
        bottom: 0% !important;
    }

    .logo-meta {
        left: 63px;
        top: 52%;
    }

    .logo-flutter {
        left: 20%;
        bottom: -10px;
    }

    .logo-shopify {
        right: 57px;
        bottom: 36px;
    }

    .logo-w {
        right: 24%;
        bottom: 0;
    }

    .logo-wp {
        right: 86px;
        bottom: 98px;
    }

    .col-md-6 .wpcf7-form-control-wrap {
        width: 100%;
        max-width: 100%;
        display: inline-block;
    }

    .col-md-6 .wpcf7-form-control-wrap .iti--allow-dropdown {
        width: 100%;
    }

    .footer-contact-col-wrap-2 {
        max-width: 100%;
    }

    .services-section .row .col-sm-12 {
        margin-top: 25px;
    }

    .services-section .row .col-sm-12:last-child {
        margin-bottom: 25px;
    }

    .agency-testimonial-slider {
        padding: 0 0 !important;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }

    .home-portfolio-logo-slider-web-app.slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .cta-border-wrapper .cta-border-gradient.mt-5 {
        margin-top: 10px !important;
    }

    .hero-sub {
        font-size: 24px !important;
    }

    .email-marketing-logo-col,
    .email-marketing-logo-col-2 {
        display: none;
    }

    .email-marketing-logo-slider {
        display: block !important;
    }

    .email-marketing-logo-slider .slick-track {
        display: flex;
        align-items: center;
    }

    .email-logo-slide-wrap img {
        max-width: 150px;
        padding: 0 20px;
        width: 100%;
    }

    img.service-hero-img.paid_img,
    img.service-hero-img.GD_img {
        display: none;
    }

    .service-hero-img-mob-img.google-paid-ads-hero-mob-img,
    .service-hero-img-mob-img.gd-hero-mob-img {
        display: block !important;
        max-width: 400px;
        width: 100%;
    }

    .mob-img {
        display: block !important;
    }

    .desktop-img {
        display: none;
    }

    .content-writing-img-text-col .image-col img {
        width: 100%;
        max-width: 350px;
    }

    .app-dev-bottom-banner .mob-img,
    .livechat-footer-mob-img,
    .gd-footer-mob-img {
        max-width: 200px;
        margin: 0 auto 30px;
    }

    .portfolio-container .pf-tabs,
    .home-portfolio-section.portfolio-section .home-portfolio-tabs,
    .service-tabs-section .pf-tabs,
    .app-dev-tabs-main-section .platform-tabs {
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        justify-content: flex-start;
    }

    .portfolio-container .pf-tabs::-webkit-scrollbar,
    .home-portfolio-section.portfolio-section .home-portfolio-tabs::-webkit-scrollbar,
    .service-tabs-section .pf-tabs::-webkit-scrollbar,
    .app-dev-tabs-main-section .platform-tabs::-webkit-scrollbar {
        display: none;
    }

    .portfolio-container .pf-tabs button.pf-tab,
    .home-portfolio-section.portfolio-section .home-portfolio-tabs .home-portfolio-tab,
    .service-tabs-section .pf-tabs button.pf-tab,
    .app-dev-tabs-main-section .platform-tabs button.platform-tab-btn {
        flex: 0 0 auto !important;
        max-width: max-content;
        width: 100%;
    }

    .how-work-label {
        padding: 12px 20px 9px;
        max-width: 214px;
    }

    .how-start-section .how-work-col:nth-child(2) {
        margin: 25px 0;
    }

    .home-portfolio-tabs .home-portfolio-tab {
        padding: 5px 20px;
        font-size: 18px;
    }

    .blog-section.home-blog-section .row {
        margin-bottom: 35px;
    }

    .video-overlay {
        display: none;
    }
}

/* End */

/* Max Width 1024px */

@media(max-width: 1024px) {

    .mobile-menu-offcanvas {
        display: block;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 365px;
        background: #fff;
        height: 100vh;
        padding: 20px;
        opacity: 0;
        transition: all 0.6s ease;
        transform: translateX(-100%);
        overflow-y: scroll;
    }

    .mobile-menu-offcanvas.open {
        opacity: 1;
        transform: translateX(0);
        z-index: 9;
    }

    .mobile-menu-offcanvas .mobile-logo {
        max-width: 180px;
        margin-bottom: 60px;
        margin-top: 8px !important;
    }

    .mobile-menu-offcanvas .mobile-menu li {
        list-style: none;
        margin-bottom: 18px;
    }

    .mobile-menu-offcanvas .mobile-menu li a {
        color: var(--heading-color);
        font-family: var(--pera-font);
        text-decoration: none;
        font-size: 18px;
    }

    .mobile-menu-offcanvas .mobile-menu .services-dropdown .sub-menu a {
        color: #ffffff !important;
    }

    .mobile-menu-offcanvas .mobile-menu {
        padding: 0;
    }

    .menu-close {
        position: absolute;
        top: 20px;
        right: 10px;
        padding: 8px;
        width: 40px !important;
        border-radius: 3px;
        font-size: 20px;
    }

    div#mobmenu-custom {
        background: var(--heading-color);
        padding: 2px 20px;
        width: max-content;
        display: flex;
        align-items: center;
        column-gap: 5px;
        cursor: pointer;
        border-radius: 50px;
        margin-left: 20px;
    }

    /* Hamburger lines */
    #mobmenu-custom span {
        display: block;
        height: 2px;
        width: 18px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.4s ease;
        position: relative;
    }

    /* Space between bars */
    #mobmenu-custom span:not(:last-child) {
        margin-bottom: 4px;
    }

    /* Active (cross) state */
    #mobmenu-custom.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }

    #mobmenu-custom.active span:nth-child(2) {
        opacity: 0;
    }

    #mobmenu-custom.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: -7px;
    }

    .navbar-nav.header-menu {
        display: none !important;
    }

    div#mobmenu-custom p {
        color: #fff;
        font-size: 14px !important;
        font-weight: bold;
        margin-top: 1px !important;
    }

    img.map-img {
        object-fit: cover;
        object-position: left;
    }

}

/* End */


/* Min Width 768px */
@media(min-width:768px) {
    .ai-four-col .tech-item:nth-child(3) {
        border-top: 1px solid #fff;
    }

    .ai-four-col .tech-item:last-child {
        border-left: 1px solid #fff;
    }

    .ai-four-col .tech-item:nth-child(2) {
        border-right: 0px solid #fff !important;
    }

    .tech-item:nth-child(2) {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .tech-item:nth-child(4) {
        border-top: 1px solid #fff;
    }

    .custom-web-five-col .tech-item:nth-child(5) {
        border-right: 0px solid #fff !important;
    }

    .tech-item:nth-child(5) {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .tech-item:nth-child(6) {
        border-top: 1px solid #fff;
    }

    .get-set-staff-tab-two-col-section .tech-item:nth-child(2) {
        border-right: 0px solid #fff;
    }
}

/* End */

/* Max Width 880px */

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

/* End */



/* Max Width 991px */
@media(max-width:991px) {

    .hero-visual {
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }

    .hero-main-img {
        max-width: 350px;
    }

    .logo-google {
        left: -72px;
        bottom: 0%;
    }

    .hero-title,
    .hero-sub {
        text-align: center;
        margin-bottom: 20px;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-desc .lead-top,
    .hero-desc .lead-bottom {
        text-align: center;
    }

    .md-text-center {
        text-align: center !important;
    }

    .left-right-content-section .content-col {
        padding-top: 0px;
    }

    footer {
        padding: 50px 20px 0px;
    }

    .footer-banner-section {
        padding: 50px 20px 30px;
    }

    .logo-column {
        max-width: 100%;
        width: 100%;
        align-items: center;
        border-bottom: 1px solid #fff;
        margin-bottom: 40px;
    }

    img.footer-logo {
        max-width: 350px;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    img.footer-dmca-logo {
        position: relative;
        margin: 30px 0;
    }

    .footer-inner-container {
        padding: 100px 20px 0;
    }

    .footer-menu {
        padding: 0;
    }

    .footer-info-col {
        margin: 20px auto 20px;
    }

    .q-link-column,
    .services-link-column {
        width: 50% !important;
    }

    section.contact-section {
        padding: 20px 20px;
    }

    .left-right-content-section .row .img-col.video-col {
        max-width: 550px;
    }

    .left-right-content-section .row {
        justify-content: center;
    }

    .blog-section .row {
        row-gap: 25px;
    }


    .contact-content-col h2,
    .contact-content-col p {
        text-align: center;
    }

    .partnership-left-anime-img,
    .partnership-right-anime-img-2 {
        display: none;
    }

    .blue-cox-row-1 .col-sm-12.col-lg-3,
    .blue-cox-row-2 .col-sm-12.col-lg-3 {
        justify-content: center !important;
    }

    .blue-cox-row-2 .blue-box-main-col .top-curve-border-img,
    .left-curve-border-img {
        display: none;
    }

    .agency-slide img {
        max-width: 135px;
    }

    .how-work-absolute-arrow-1 h6,
    .how-work-absolute-arrow-2 h6 {
        font-size: 14px !important;
    }

    .how-work-absolute-arrow-1 {
        right: -80px;
    }

    .how-work-absolute-arrow-1 img,
    .how-work-absolute-arrow-2 img {
        max-width: 120px;
    }

    .how-work-absolute-arrow-2 {
        right: -70px;
    }

    .team-wrapper {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 360px;
        border-radius: 15px;
        display: flex;
        align-items: end;
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding: 10px;
    }

    .about-wlp-section .row {
        flex-direction: column-reverse !important;
    }

    .about-wlp-section .img-col {
        display: flex;
        justify-content: center;
    }

    .about-wlp-section .img-col .img-col-wrap {
        max-width: 550px;
    }

    .about-wlp-section .content-col {
        text-align: center;
    }

    .about-wlp-section .content-col p {
        margin: 20px auto 0;
    }

    .about-row-2 .content-col {
        padding: 0;
    }

    .who-we-are-gallery-section {
        margin-top: 30px;
    }

    .fb-cta-row,
    .service-hero-actions {
        justify-content: center;
    }

    .services-bottom-banner .web-design-service-banner-img {
        margin-bottom: 40px;
    }

    .services-bottom-banner .row {
        flex-direction: column-reverse;
    }

    .service-hero-desc .lead-top {
        margin: 0 auto;
    }

    .check-icon-list {
        text-align: left;
        display: flex;
        justify-content: left;
        flex-direction: column;
        gap: 10px 35px;
        max-width: 550px;
        margin: auto;
    }

    .check-icon-list.icon-list-short-text {
        max-width: 240px;
    }

    .md-col-reverse {
        flex-direction: column-reverse !important;
    }

    .image-col .img-wrap {
        justify-content: center;
        max-width: 450px;
        margin: 0 auto 40px;
    }

    .pf-two-col {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .service-tabs-section {
        padding: 60px 0 20px !important;
    }

    .service-tabs-slider-area .pf-slider-area .pf-media {
        display: flex;
        justify-content: center;
    }

    .service-tabs-slider-area .pf-slider-area .pf-media img {
        max-width: 450px;
    }

    /* .pf-content .pf-slide-title {
        font-size: 27px;
    } */

    .service-tabs-slider-area {
        padding: 0 20px;
    }

    /* .ssma-bottom-banner img.smma-bottom-banner-img,
    .custom-website-bottom-banner img.smma-bottom-banner-img,
    .services-bottom-banner .service-banner-img img {
        display: none;
    } */

    .custom-website-bottom-banner p {
        max-width: 767px;
        margin: 0 auto 20px;
    }

    .custom-web-tech-section .platform-tabs .platform-tab-btn {
        flex: unset;
    }

    .custom-web-tech-section .platform-tabs {
        flex-wrap: wrap;
    }

    /* .ai-chat-footer-banner-img .content-writing-service-banner-img {
        display: none;
    } */

    .services-bottom-banner .footer-container {
        padding: 50px 0;
    }

    .md-margin-auto {
        margin: auto;
    }

    .seo-bottom-banner .service-banner-img img,
    .ai-bottom-banner .service-banner-img .web-design-service-banner-img {
        position: unset;
    }

    .how-work-col img {
        max-width: 140px;
    }

    .how-work-absolute-arrow-2.referclient-arrow img {
        max-width: 145px;
    }

    .how-work-absolute-arrow-2.referclient-arrow {
        right: -44px;
    }

    .agency-testimonial-slider .slick-prev {
        left: -18px;
    }

    .agency-testimonial-slider .slick-next {
        right: -19px;
    }

    .agency-testimonial-slider {
        padding: 40px 0 0;
    }

    .footer-email-col .footer-info-heading a {
        font-size: 16px;
    }

    .footer-call-col .footer-info-heading a {
        font-size: 15px;
    }

    .about-wlp-section h2.text-center {
        margin-bottom: 25px !important;
    }

    .content-col p:nth-of-type(2) {
        margin: 0 auto 15px;
    }

    .service-hero-title {
        margin-bottom: 10px;
    }

    .service-hero-desc {
        margin-top: 10px;
    }

    .service-bottom-banner .row,
    .contact-footer-banner .row {
        flex-direction: column-reverse;
    }

    .service-bottom-banner .service-banner-img,
    .contact-footer-banner .service-banner-img {
        margin-bottom: 20px;
    }

    .contact-footer-banner .service-banner-img img {
        position: unset;
    }

    .contact-footer-banner.footer-banner-section .footer-container {
        padding: 30px 10px;
    }

    .tech-name {
        font-size: 16px !important;
    }

    .check-icon-list li {
        font-size: 16px;
    }

    .contact-info-section .row {
        gap: 20px 0px;
    }



}

/* End */


/* Min Width 768px to Max Width 991px */
@media(min-width:768px) and (max-width:991px) {

    .section-padding,
    .app-dev-steps {
        padding: 50px 10px !important;
    }

    .counter-number {
        font-size: 22px;
    }

    .counter-label {
        font-size: 10px;
    }

    .process-row {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        place-items: center;
    }

    .image-col .web-design-total-view {
        max-width: 150px !important;
    }

    .footer-banner-section .footer-container {
        padding: 50px 10px;
    }

    img.service-hero-img.Ai_img_mob {
        max-width: clamp(200px, 40vw, 520px);
    }

    .team-wrapper {
        height: 330px;
    }

    .team-border-col {
        height: 350px;
    }

    .contact-column {
        display: flex;
        align-items: self-start;
        padding-top: 30px;
    }

    .footer-contact-col-wrap-1 {
        max-width: 50%;
        width: 100%;
    }

    .footer-follow-col {
        margin: 0 0 50px;
    }

    .wlp-pg-particle-img {
        display: none;
    }

    .hero-sub {
        font-size: 32px !important;
    }

    .tech-item:nth-child(3) {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .service-hero-visual {
        min-height: 300px;
    }

    .parntership-models-border-heading {
        max-width: 310px;
        padding: 7px;
    }

    .parntership-models-border-heading h6 {
        padding: 12px 15px;
    }

    .parntership-models-border-heading h6,
    .rounded-bg-anime h6 {
        font-size: 20px !important;
    }

    .dashed-border-rotate-col,
    .rounded-bg-anime {
        width: 200px;
        height: 200px;
    }

    .arrow-path-wrapper .arrow-svg {
        width: 390px;
    }

}






/* End */

/* Min Width 768px to Max Width 1024px */
@media(min-width:768px) and (max-width:1024px) {

    h1 {
        font-size: 42px !important;
    }

    h2,
    .calender-section .content-col h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 26px !important;
    }

    h5 {
        font-size: 24px !important;
    }

    h6 {
        font-size: 22px !important;
    }


    p {
        font-size: 16px !important;
    }

    .calender-section .content-col h2 {
        font-size: 32px !important;
    }

    .blue-col-clip-col-wrap h6 {
        font-size: 15px !important;
    }

    .blue-cox-row-1 .col-sm-12.col-lg-3 {
        max-width: 210px !important;
    }

    .blue-cox-row-1 .col-sm-12.col-lg-3 {
        max-width: 180px !important;
    }

    .blue-cox-row-2 .col-sm-12.col-lg-3 {
        max-width: 180px !important;
    }

    .blue-cox-row-1 .col-sm-12.col-lg-3:not(.blue-cox-row-3) {
        margin-bottom: -26px;
    }

    .blue-cox-row-3 .col-sm-12.col-lg-3:not(.blue-cox-row-1) {
        margin-top: -26px;
    }

    img.top-curve-border-img {
        max-width: 135px;
    }

    .left-curve-border-img {
        left: -8px;
        max-width: 26px;
    }

    .blue-cox-row-2 .blue-box-main-col .top-curve-border-img {
        max-width: 25px;
        right: -7px;
    }


    .accordion-collapse .accordion-body {
        max-width: 600px;
    }

    .tech-name {
        font-size: 20px !important;
    }

    .process-row> :last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .app-dev-steps .process-row> :last-child {
        grid-column: unset !important;
        align-self: stretch !important;
    }

    .process-card {
        max-width: 450px;
        width: 100%;
        height: 100%;
    }

    button.accordion-button {
        font-size: 19px !important;
    }
}



/* End */



/* Min Width 992px to Max Width 1200px */
@media(min-width:992px) and (max-width:1200px) {
    .logo-column {
        max-width: 100%;
        width: 100% !important;
        align-items: center;
        border-bottom: 1px solid #fff;
        margin-bottom: 40px;
    }

    img.footer-logo {
        max-width: 350px;
        width: 100%;
        margin: 0;
    }

    img.footer-dmca-logo {
        position: relative;
        margin: 30px 0;
    }

    .q-link-column {
        width: 25% !important;
    }

    .services-link-column {
        width: 35% !important;
    }

    .contact-column {
        width: 40% !important;
    }

    .footer-inner-container {
        padding: 100px 20px 0;
    }

    .scaling-counter-wrap {
        padding: 0 15px;
    }

    .accordion-collapse .accordion-body {
        max-width: 818px;
    }

    .how-work-col img {
        max-width: 160px;
    }

    .how-work-absolute-arrow-2.referclient-arrow img {
        max-width: 175px;
        width: 100%;
    }

    .team-slider .team-wrapper {
        height: 410px;
    }

    .contact-info-section .row .col-sm-12.col-md-6.col-lg-3 {
        max-width: 50%;
        width: 100%;
    }

    .row>div:nth-child(2) .contact-info-wrapper::after {
        display: none !important;
    }

    .row>div:nth-child(2) .contact-info-wrapper::before {
        left: -12px;
    }


}


/* End */



/* Min Width 992px to Max Width 1090px */
@media(min-width:992px) and (max-width:1090px) {
    .get-set-staff-bottom-banner .service-banner-img .ai-bottom-banner-img {
        right: 90px;
    }

    .counter-label {
        font-size: 10px;
    }

    .counter-number {
        font-size: 32px;
    }

    .scaling-col-1 {
        width: 40% !important;
    }

    .scaling-col-2 {
        width: 60% !important;
    }

}

/* End */



/* Min Width 992px to Max Width 1024px */
@media(min-width:992px) and (max-width:1024px) {
    .partnership-section .row {
        --bs-gutter-x: 5rem;
    }

    .partnership-left-anime-img,
    .partnership-right-anime-img-2 {
        max-width: 250px;
        width: 100%;
    }

    .ssma-bottom-banner img.smma-bottom-banner-img {
        width: clamp(70px, 60vw, 800px);
        position: absolute !important;
        right: -48px;
        top: -81px;
        animation: serimgshke 5s ease-in-out infinite;
    }

    .custom-website-bottom-banner img.smma-bottom-banner-img {
        width: clamp(70px, 36vw, 800px);
        position: unset !important;
    }

    .footer-banner-section .footer-container {
        padding: 50px;
    }

    .process-section.web-dev-steps .process-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-wrapper {
        height: 235px;
    }
}

/* End */


/* Min Width 1025px */
@media(min-width:1025px) {
    .live-chat-dashboard-tab-slider .service-tab-bg-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/* End */

/* Min Width 1025px to Max Width 1199px */
@media(min-width:1025px) and (max-width:1199px) {

    .partnership-section .row {
        --bs-gutter-x: 4rem;
    }

    .partnership-left-anime-img,
    .partnership-right-anime-img-2 {
        max-width: 260px;
    }

    .partnership-left-anime-img {
        left: 12px;
    }

    .partnership-right-anime-img-2 {
        right: 10px;
    }

    .ssma-bottom-banner img.smma-bottom-banner-img {
        width: clamp(70px, 71vw, 800px);
        position: absolute !important;
        right: -69px;
        top: -91px;
        animation: serimgshke 5s ease-in-out infinite;
    }

    .custom-website-bottom-banner img.smma-bottom-banner-img {
        width: clamp(70px, 36vw, 800px);
        position: unset !important;
    }

    .blue-col-clip-col-wrap h6 {
        font-size: 18px !important;
    }

    .blue-box-main-col {
        max-width: 200px;
    }

    .blue-cox-row-2 .blue-box-main-col .top-curve-border-img {
        max-width: 30px;
    }

    .left-curve-border-img {
        max-width: 30px;
    }

    .blue-cox-row-1 .col-sm-12.col-lg-3 {
        max-width: 220px !important;
    }

    .blue-cox-row-2 .col-sm-12.col-lg-3 {
        max-width: 220px !important;
    }

    img.top-curve-border-img {
        max-width: 160px;
    }

    section.contact-section {
        padding: 40px 20px !important;
    }

    .team-wrapper {
        height: 270px;
    }

    .blue-cox-row-1 .col-sm-12.col-lg-3:not(.blue-cox-row-3) {
        margin-bottom: -24px;
    }

    .blue-cox-row-3 .col-sm-12.col-lg-3:not(.blue-cox-row-1) {
        margin-top: -24px;
    }

    .team-slider .team-wrapper {
        height: 280px !important;
    }

}

/* End */


/* Min Width 1025px to Max Width 1199px */
@media(min-width:1025px) and (max-width:1299px) {
    h1 {
        font-size: 50px !important;
    }

    h2,
    .calender-section .content-col h2 {
        font-size: 36px !important;
    }

    h3 {
        font-size: 30px !important;
    }

    h4 {
        font-size: 25px !important;
    }

    h5 {
        font-size: 26px !important;
    }

    h6 {
        font-size: 22px !important;
    }

    .cwd_img {
        margin-right: -150px;
        transform: scale(1.4) !important;
    }

    img.service-hero-img.app_dev {
        transform: scale(1.4) !important;
        will-change: unset !important;
        margin-right: -150px;
    }

    .footer-banner-section .footer-container {
        padding: 50px;
    }

    .service-hero-img.WD_img {
        transform: scale(1.1) !important;
        will-change: unset !important;
    }

    .service-hero-img.paid_img {
        transform: scale(1.2) !important;
        will-change: unset !important;
        margin-left: -65px;
    }

    .footer-inner-container .logo-column {
        justify-content: center;
    }

    img.footer-logo {
        margin-top: 0;
    }

    .tech-name {
        font-size: 20px !important;
    }

    .meet-team-section .container .team-slider {
        padding: 0 50px;
    }

    .team-slider .team-member-gd h6 {
        font-size: 18px !important;
    }



}

/* End */


@media (min-width:992px) and (max-width:1280px) {
    .hero-container .row {
        align-items: start !important;
    }
}

@media (min-width:992px) and (max-width:1299px) {
    p {
        font-size: 17px !important;
    }

    .card-desc,
    .content-col p:nth-of-type(2),
    .accordion-collapse .accordion-body,
    .footer-menu li a,
    .service-hero-container .service-hero-desc .lead-top,
    .pf-content .pf-slide-text,
    .seo-steps .section-desc,
    .services-left-right-content-section .content-col p,
    .get-set-staff-steps .process-container .section-desc,
    .content-col p,
    .contact-content-col p {
        font-size: 17px !important;
    }

    .section-padding,
    .app-dev-steps {
        padding: 50px 60px 50px !important;
        position: relative;
    }

    .wlp-pg-particle-img {
        width: clamp(60px, 10vw, 150px) !important;
    }

    header#main-header {
        padding: 12px 60px 15px;
    }

    #main-header.is-sticky {
        padding: 10px 60px 15px;
    }

    .hero {
        padding: 60px 60px 40px;
    }

    .agency-testimonial-slider .slick-next {
        right: -33px;
    }

    .agency-testimonial-slider .slick-prev {
        left: -30px;
    }

    footer {
        padding: 0 20px 0px !important;
    }

    .footer-banner-section {
        padding: 50px 20px !important;
    }

    section.contact-section {
        padding: 20px;
    }

    .counter-section {
        padding: 0 60px;
    }

    .service-hero {
        padding: 65px 60px;
    }

    .services-section .row.g-5 {
        --bs-gutter-y: 1rem !important;
        --bs-gutter-x: 1rem !important;
    }

    .agency-testimonial-slider {
        padding: 0;
    }

    .check-icon-list li,
    ul.calender-list li {
        font-size: 17px;
    }


    .card-title {
        font-size: 20px;
    }

    .process-row {
        gap: 20px 12px;
    }

    .scaling-section {
        padding: 100px 60px 300px;
    }

    .who-we-are-gallery-section {
        padding: 0 60px;
    }

    .who-we-are-video-section video#aboutVideo {
        aspect-ratio: 3/2;
    }

    .who-we-are-video-section .video-col {
        text-align: center;
    }

    .who-we-are-video-section .video-wrapper {
        margin: 0 auto;
        max-width: 650px;
        width: 100%;
    }

    img.header-logo {
        max-width: 150px;
    }

    .header-call-cta {
        margin-left: 8px;
    }

    .header-call-cta a .call-cta-text {
        font-size: 16px;
    }

    .header-call-cta a .call-cta-number {
        font-size: 15px;
    }

    .header-logo-col {
        max-width: 140px;
    }

    .get-set-staff-bottom-banner .service-banner-img .ai-bottom-banner-img.get-set-staff-bottom-banner-img {
        bottom: -50px;
        width: clamp(70px, 40vw, 230px);
    }

    .ai-bottom-banner .service-banner-img .ai-bottom-banner-img {
        width: clamp(70px, 40vw, 369px);
        ;
        bottom: -51px;
        animation: unset;
    }

    .ai-bottom-banner.services-bottom-banner .footer-container {
        overflow: unset;
    }

    /* .pf-content .pf-slide-title {
        font-size: 26px;
    } */

    .service-tabs-slider-area .service-tab-bg-container {
        padding: 25px 20px;
    }

    .service-absolute-img-left-1 {
        left: -50px;
    }

}

@media(min-width:1201px) and (max-width:1299px) {
    .how-work-absolute-arrow-2.arrow-scalex {
        right: -90px;
    }

    .how-work-absolute-arrow-2.arrow-scalex img {
        width: 155px;
    }

    .how-work-absolute-arrow-1.arrow-simple img {
        max-width: 155px;
    }

    .how-work-col img {
        max-width: 155px;
    }

    .header-call-cta a {
        display: none;
    }

    .row>div:nth-child(3) .contact-info-wrapper::after {
        right: -38px;
    }
}

@media(min-width:768px) and (max-width:1099px) {
    .hero {
        padding: 60px 10px 60px 40px;
    }

    .gd-panel-grid.gd-pg-all-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 30px;
    }
}

@media(max-width:1200px) {
    .header-call-cta {
        display: none;
    }

    .services-bottom-banner .web-design-service-banner-img {
        position: unset;
    }

    .service-banner-img {
        text-align: center;
    }

    .smma-portfolio-section .pf-tabs .pf-tab {
        max-width: 200px !important;
        width: 100% !important;
        flex: auto !important;
    }

    .footer-menu li a,
    .footer-info-heading a {
        font-size: 16px;
    }

    ul.calender-list li {
        font-size: 16px !important;
    }

    .logo-column .footer-heading {
        text-align: center;
        margin-top: 15px;
    }

    .testimonial-star {
        text-align: end;
        padding-right: 20px;
    }


}

@media(max-width:1299px) {
    .service-content h6 {
        font-size: 20px !important;
    }

    .br-lp {
        display: block !important;
    }

    .white-brdr-cta {
        padding: 11px 22px;
    }

    .white-cta {
        padding: 11px 24px;
    }

    .email-marketing-banner .service-banner-img img {
        top: -50px;
    }

    .icon-circle img {
        width: 36px;
        height: 36px;
    }

    .icon-circle {
        width: 65px;
        height: 65px;
    }

    .process-card {
        padding: 45px 12px;
    }

    .how-work-label span {
        font-size: 17px !important;
    }

    .call-cta-fixed {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .call-cta-fix-img-wrap {
        max-width: 22px;
        position: relative;
    }

    .call-cta-fixed img {
        max-width: 100%;
        filter: brightness(0) saturate(100%) invert(97%) sepia(66%) saturate(105%) hue-rotate(347deg) brightness(115%) contrast(101%);
        animation: callRing 1.6s infinite ease-in-out;
        transform-origin: 50% 50%;
    }

    /* Ringing animation */
    @keyframes callRing {
        0% {
            transform: rotate(0deg) scale(1);
        }

        5% {
            transform: rotate(8deg) scale(1.05);
        }

        10% {
            transform: rotate(-8deg) scale(1.05);
        }

        15% {
            transform: rotate(8deg) scale(1.05);
        }

        20% {
            transform: rotate(-8deg) scale(1.05);
        }

        25% {
            transform: rotate(0deg) scale(1);
        }

        100% {
            transform: rotate(0deg) scale(1);
        }
    }

    .call-cta-fixed .call-cta-fix-img-wrap::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
        animation: callPulse 1.6s infinite;
        z-index: -1;
    }

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

        100% {
            transform: scale(1.8);
            opacity: 0;
        }
    }

    .call-cta-fixed a {
        text-decoration: none;
        color: #fff;
        display: flex;
        gap: 0 8px;
    }

    .call-cta-fixed p {
        margin: 0;
        color: #fff;
        font-size: 15px !important;
    }

    .fixed-call-cta-wrapper {
        position: fixed;
        background: var(--heading-color);
        top: 95px;
        right: -10px;
        border: 2px solid #fff;
        z-index: 99999999;
        padding: 8px 14px;
        border-radius: 50px 0 0 50px;
        display: block !important;
    }

    .cal-wrap {
        height: 550px;
    }

    .why-wlp-section .container .row>p {
        max-width: 900px;
    }

    .portfolio-section.home-portfolio-section .container>p {
        max-width: 800px !important;
    }

    img.left-anima-bg-img-3.wlp-pg-particle-img {
        left: -18px;
        top: -7px;
    }

    .services-section .container>p {
        max-width: 820px;
    }

    .agency-testimonial-section .container>p {
        max-width: 750px;
    }

    .live-call-testimonial-section.agency-testimonial-section .container>p {
        max-width: 700px;
    }

    .agency-testimonial-section.smma-testimonial-section .container>p {
        max-width: 750px;
    }

    .section-desc,
    .email-marketing-portfolio-section .container>p {
        max-width: 780px;
        margin: 0 auto;
    }

    img.paid-ads-absolute-img-right-2.wlp-pg-particle-img {
        display: none;
    }

    .email-marketing-absolute-img-left-1 {
        left: -50px;
    }

    .email-marketing-absolute-img-left-4 {
        left: -30px;
    }

    .get-set-staff-left-right-content-section .container>p {
        max-width: 800px;
    }

    .gd-absolute-img-left-1 {
        left: -27px;
    }

    .gd-absolute-img-left-2,
    .gd-absolute-img-left-3 {
        left: -10px;
    }

    .smma-portfolio-section .pf-grid.smma-portfolio-gif-grid.active {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .br-break-lp-wrap h6 br {
        display: none;
    }

}


@media(max-width:1499px) {
    .counter-section .counter-main-col:not(:first-child) {
        padding-left: 20px;
        padding-right: 20px;
    }

    .live-chat-absolute-img-left-1 {
        top: -150px;
        left: -100px;
    }
}

@media(min-width:1500px) {
    .counter-section .counter-main-col:not(:first-child) {
        padding-left: 40px;
        padding-right: 20px;
    }

    .footer-inner-container:before {
        background-size: cover;
        left: 0;
        top: 0;
    }
}



/* Tabs */

.home-portfolio-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 8px auto 22px;
    flex-direction: row;
}

.home-portfolio-tab {
    border-radius: 9999px;
    border: 1px solid var(--heading-color);
    color: var(--heading-color);
    background: transparent;
    font-weight: bold;
    font-family: var(--heading-font);
    cursor: pointer;
    transition: all .25s ease;
    padding: 10px 30px;
    border: 2px solid var(--heading-color);
    font-size: 20px;
}

.home-portfolio-tab[aria-pressed="true"],
.home-portfolio-tab:hover {
    color: var(--white-color);
    background: linear-gradient(90deg, #33AAB1 0%, #16484B 100%);
    border: 2px solid var(--heading-color);
    box-shadow: 0px 15px 25px rgba(34, 34, 34, 0.2);
    border-radius: 32px;
}

.home-portfolio-panels {
    display: flex;
    flex-direction: column;
    gap: 30px 20px;
}

/* Panels */
.home-portfolio-panel {
    display: none;
}

/* Slider */
.home-portfolio-logo-slider {
    display: flex;
    gap: 15px;
}

.home-portfolio-logo-slide {
    flex: 0 0 auto;
    padding: 0 20px;
}

.home-portfolio-logo-item {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}

.home-portfolio-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    filter: grayscale(1);
}

.home-portfolio-logo-item:hover img {
    transform: scale(1.05);
    filter: grayscale(0);
}

.home-portfolio-logo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.home-portfolio-logo-item:hover .home-portfolio-logo-overlay {
    opacity: 1;
}

.home-portfolio-logo-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.home-portfolio-logo-cta {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}





.pf-overlay-content {
    text-align: center;
}

.home-portfolio-logo-title {
    color: var(--white-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: .2px;
}

.home-portfolio-logo-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 9999px;
    color: var(--white-color);
    text-decoration: none;
    background: #13B5D9;
    font-weight: 700;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
}

.home-portfolio-logo-cta span {
    color: #fff;
    font-family: poppins;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-portfolio-logo-cta svg {
    width: 11px;
    height: 11px;
    fill: var(--white-color);
}

.br-lp {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: red;
    text-align: center;
}

.wpcf7 form .wpcf7-response-output {
    color: #000000;
    text-align: center;
}

.fixed-call-cta-wrapper {
    display: none;
}

#faqsAccordion {
    z-index: 0;
    position: relative;
}

.slick-prev:focus,
.slick-next:focus {
    background: var(--heading-color) !important;
}

.newsletter-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: -25px;
}

.newsletter-wrap .wpcf7-form-control-wrap {
    position: unset;
}

.footer-newsletter-col .wpcf7 form .wpcf7-response-output {
    color: #fff;
    text-align: center;
}

.header-btn {
    display: inline-block;
    animation: callPulsee 2s infinite ease-in-out;
    transform-origin: center;
}

/* Call Ring + Pulse Combined */
@keyframes callPulsee {
    0% {
        transform: scale(1) rotate(0deg);
    }

    10% {
        transform: scale(1.02) rotate(-3deg);
    }

    20% {
        transform: scale(1.03) rotate(3deg);
    }

    30% {
        transform: scale(1.04) rotate(-3deg);
    }

    40% {
        transform: scale(1.03) rotate(3deg);
    }

    50% {
        transform: scale(1.02) rotate(0deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.seo-service-tab .pf-tabs {
    flex-direction: unset;
}

.service-hero-sub span,
.service-hero-sub b {
    display: block;
}

.services-section.live-chat-service-icon-section .container>p {
    max-width: 920px;
}

.agency-testimonial-section.gd-testimonial-section .container>p {
    max-width: 925px;
}

.live-call-service-icon-section.services-section .container>p {
    max-width: 980px;
    margin: 0 auto;
}

.live-call-process-section .section-desc {
    max-width: 1000px;
    margin: 0 auto;
}

.portfolio-section.home-portfolio-section .container>p {
    max-width: 920px;
}

.rotation-circle-col {
    position: relative;
}

.row.end-to-end-app-dev-row {
    max-width: 850px;
    margin: 0 auto;
}

section.faqs-section.section-padding {
    padding: 50px 0 !important;
}