@import url('https://api.fontshare.com/v2/css?f[]=general-sans@200,300,400,500,600,700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
    font-family: 'General Sans', sans-serif;
}

.go-up,
.go-down,
.go-left,
.go-right {
    opacity: 1 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    will-change: transform, opacity;
}



:root {
    --main-color: #FE8A02;
    --title-color: #1f1f1f;
    --sub-title-color: #424242;
    --light-bg: #fff9f5;
    --light-bg-color: linear-gradient(180deg, #f9f4f2 0%, #f7f5f4 100%);
    --border-color: #dddddd57;
}

h1 {
    font-size: 52px;
    font-family: 'General Sans', sans-serif;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 12px;
    word-wrap: break-word;
    margin: 0 auto 12px;
    text-transform: capitalize;
}

h2 {
    font-size: 38px;
    font-family: 'General Sans', sans-serif;
    font-weight: 600;
    color: var(--title-color);
    text-transform: capitalize;
}

p {
    font-size: 17px;
    line-height: normal;
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--sub-title-color);
}

h3 {
    font-size: 30px;
    margin-bottom: 8px;
    line-height: normal;
    color: var(--title-color);
    font-weight: 600;
    font-family: 'General Sans', sans-serif;
    text-transform: capitalize;
}

h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    font-family: 'General Sans', sans-serif;
    color: var(--title-color);
}

h5 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'General Sans', sans-serif;
    color: var(--title-color);
    font-weight: 600;
}

.tab-lists h5 {
    margin-bottom: 8px;
}

.nav-inner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

body.gradient-hero-section {
    background: var(--light-bg-color);
}

video.hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    opacity: 0.2;

}






.dropdown-toggle svg path {
    stroke: var(--title-color);
}


.scrollbar-w-2::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
}

.scrollbar-track-blue-lighter::-webkit-scrollbar-track {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.scrollbar-thumb-blue::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
}

.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
}









/* body {
    background-image: url(images/dot-bg.png) !important;
    background-repeat: repeat;
    background-position: left top;
    border: 0;
    background-size: 1000px auto;
} */


.hero-content span.badge {
    background: transparent;
    border: navajowhite;
    font-weight: 600;
    font-size: 20px;
    /* text-transform: capitalize !important; */
    margin: 0;
}

li.dropdown.active li {
    padding: 0 !important;
}

a.dropdown-toggle::after {
    content: "";
    width: 110px;
    height: 15px;
    position: absolute;
    bottom: -9px;
    top: auto;
}

ul.dropdown-menu li {
    padding: 0px !important;
    border-bottom: none;
    background: none !important;

}

body.gradient-hero-section.price-page a.btn-primary.disabled-btn {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed;
    color: #666 !important;
    border-color: #666;
    display: none;
}

/* ===== Header ===== */

.sticky header#mainHeader {
    position: fixed;
    background: #ffffffad;
    border-bottom: 1px solid #e8e8e84f;
    top: 0;
    border-radius: 0;
    padding: 12px 30px;
    backdrop-filter: blur(40px);
    width: calc(100% - 0px);
    max-width: 100%;
    /* box-shadow: 0px 2px 10px #fff8f07d; */

}

body.gradient-hero-section .hero-content {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}

h1.go-up span {
    text-transform: unset !important;
}




.logo {
    width: 100%;
    max-width: 292px;
}

li.active {
    border: 1px solid var(--border-color);
    border-radius: 30px;
    background: var(--light-bg);
}

li.active a {
    color: var(--main-color) !important;
}

a.dropdown-toggle {
    display: flex;
    align-items: center;
}

ul.dropdown-menu li a {
    color: #0a0a0a !important;
    border-radius: 0px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    max-width: 1500px;
    margin: auto;
    right: 0;
    transition: all ease-out 0.2s;
}

li.dropdown.active a.dropdown-toggle svg path {
    stroke: var(--main-color);
}

.logo img {
    width: 100%;
    max-width: 200px;
}


nav {
    background: #fff;
    padding: 3px;
    border-radius: 50px;
    border: 1px solid #e9e0db;
}

nav#nav ul li {
    padding: 6px 24px;
    transition: all ease-in-out 0.4s;
}

::selection {
    background-color: var(--sub-title-color);
    color: white;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 2px;
}

nav a {
    text-decoration: none;
    color: var(--sub-title-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Manrope', sans-serif;
}

.btn-contact {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 4px 4px 4px 20px;
    border: 1px solid var(--sub-title-color);
    border-radius: 50px;
    background-color: var(--title-color);
    background-image: radial-gradient(circle at 50% 0, #ffffff4f, #fff0 80%);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    overflow: hidden;
    z-index: 1;
    transition: color .3s ease;
    line-height: 24px;
}

.btn-contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    z-index: -1;
    transition: width .6s ease-in-out;
    border-radius: 50px;
}

.btn-contact svg {
    color: #fff;
    background: #fff;
    width: 36px;
    height: 36px;
    padding: 6px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    transition: all .4s ease 0s;
}

.btn-contact svg path {
    fill: var(--title-color);
}

a.btn-contact:hover svg {
    background: var(--title-color);
}

a.btn-contact:hover svg path {
    fill: white;
}

.btn-contact:hover {
    border-color: var(--border-color);
    color: var(--title-color);
}

.btn-contact {
    border-color: var(--border-color);
}

.btn-contact:hover:before {
    width: 100%;
}


.right-btn {
    width: 100%;
    max-width: 292px;
    justify-content: end;
    display: flex;
}




/* ===== Mobile Menu ===== */
.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

/* ===== Hero Section ===== */
/* .hero-content::before{
    content: "";
    position: absolute;
       background: linear-gradient(0deg, var(--token-2eb96ee1-dfbb-48dc-a8fc-c398796dd782, #ffcab6) 0%, rgba(228, 241, 254, 0.15) 51%, rgba(255, 255, 255, 0) 100%);
    border-radius: 1000px;
    inset: 0px 0px 450px;
    filter: blur(20px);
    flex: 0 0 auto;
    overflow: hidden;
    z-index: -1;
} */

body.home-page .slider-horizontal {
    background: transparent;
    margin-top: 50px;
    border-bottom: none;
}


.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 180px 0px 0px;
    position: relative;
    overflow: hidden;
    /* background-image: url("images/card-bg.svg"); */
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;

}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #fff7ed38, #fff7ed33);
}

.hero-content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}



.hero p {
    color: var(--sub-title-color);
    max-width: 900px;
    margin: 0 auto 30px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary {
    background-color: var(--title-color);
    background-image: radial-gradient(circle at 50% 0, #ffffff4f, #fff0 80%);
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    box-shadow: inset 0px 0px 6px #666;
    font-family: 'General Sans', sans-serif;
    transition: all ease-in-out 0.2s;
    border: 1px solid var(--sub-title-color);
}

.footer-col.brand-info a.btn-primary:hover {
    background-color: #000;
}

.btn-primary:hover {
    background-color: #000;
}


.btn-secondary {
    color: var(--title-color);
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /* box-shadow: inset 0px 0px 2px #ffffffb8; */
    font-family: 'General Sans', sans-serif;
    background: var(--main-color);
    font-weight: 500;
    /* border: 1px solid #fff; */
    transition: all ease-in-out 0.2s;
}

.estimator-left h4 {
    color: white;
}

.btn-secondary:hover {
    background: white;
}

/* ===== Chat Section ===== */
.chat-box {
    background: linear-gradient(0deg, #ffffff7d, #fbede7);
    backdrop-filter: blur(10px);
    border-radius: 24px 24px 0px 0px;
    padding: 30px 30px 20px 30px;
    display: flex;
    align-items: end;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid #fff;
    border-bottom: 0px;
    max-width: 1440px;
    margin: 0px auto 0px;

    transform: perspective(1000px) rotateX(15deg) scale(0.9);
    transition: transform 0.3s linear;

}

.chat {
    position: relative;
    max-width: 933px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #dddddd7e;
    border-radius: 16px;
    overflow: hidden;
}

.chating {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 54px 40px 20px 40px;
    border: 1px solid #ffffffc7;
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    border-bottom: 0px;
    height: 100%;
    background-color: white;
    max-height: 630px;
    overflow-y: AUTO;
    overflow-x: hidden;
}

.msg.user .user-chat {
    text-align: right;
}

.msg {
    max-width: 80%;
    display: flex;
    gap: 16px;
    align-items: self-start;
}

.chatFootMain {
    padding: 15px;
    background: #fff;
}

.chat-foot input[type="text"] {
    padding: 12px;
    width: 100%;
    border: 1px solid var(--light-bg-color);
    background: #fff;
    border-radius: 8px;
    min-height: 52px;
    font-size: 16px;
}

.chat-foot {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--light-bg);
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.chat-foot button {
    padding: 12px 30px;
    border: 1px solid var(--sub-title-color);
    color: white;
    border-radius: 8px;
    min-height: 52px;
    background-color: var(--sub-title-color);
    font-size: 16px;

}



.msg div {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 26px;
    background: var(--light-bg-color);
    font-weight: 500;
    color: var(--sub-title-color);
    font-family: 'Manrope', sans-serif;
}

.msg img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

.msg.bot {
    text-align: start;
    align-self: flex-start;
}

.msg.user {
    align-self: flex-end;
}


.msg.bot span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 0;
}










/* ===== Icons ===== */
.side-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
    height: 100%;
    justify-content: space-between;
    padding: 60px 40px;
}

.side-icons.left {
    left: 20px;
}

.side-icons.right {
    right: 20px;
}

/* .side-icons.left span:first-child {
    position: absolute;
    top: 116px;
    left: 40px;
} */
.side-icons.left span:nth-child(2) {
    top: 300px;
    left: 86px;
    position: absolute;
}

.side-icons.right span:nth-child(2) {
    top: 300px;
    right: 86px;
    position: absolute;
}


.side-icons span img {
    animation: floatIcons 4s ease-in-out infinite;
}


.side-icons span:nth-child(1) img {
    animation: floatIcons 3s ease-in-out infinite;
}

.side-icons span:nth-child(2) img {
    animation: floatIcons 4s ease-in-out infinite;
}

.side-icons span:nth-child(3) img {
    animation: floatIcons 6s ease-in-out infinite;
}

@keyframes floatIcons {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(4px, -10px);
    }

    50% {
        transform: translate(0, -15px);
    }

    75% {
        transform: translate(-4px, -8px);
    }

    100% {
        transform: translate(0, 0);
    }
}






/* ================================ The problem  section css =========================== */



/* Section */
.problem-section {
    padding: 100px 30px 100px;
    text-align: center;
}

.problem-section h2 {
    max-width: 898px;
    margin: 0 auto 8px;
}

ul.agency-list li img {
    max-width: 24px;
}

.badge {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #ff8a2b;
    border-radius: 30px;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    background-color: white;
}



.problem-section p.intro {
    max-width: 843px;
    margin: 0 auto 60px;
    color: var(--sub-title-color);
}


/* Grid */
.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1440px;
    margin: 0 auto;
}


/* Card */
.problem-card {
    background: var(--light-bg-color);
    border: none;
    border-radius: 16px;
    padding: 20px;
    text-align: left;
    color: var(--title-color);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none;
    text-align: center;
}


/* .problem-card::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(135deg,rgba(255,138,43,0.08),transparent);
} */


.problem-card img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    min-height: 200px;
    max-height: 335px;
}









/* ============================================  promise-section   css  =========================== */


.promise-section {
    padding: 100px 30px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: var(--light-bg-color);
}

body.gradient-hero-section.service-page.sticky .promise-section {
    border-top: 1px solid #dddddd57;
}

/* Badge */
.promise-badge {
    display: inline-block;
    padding: 7px 22px;
    border: 1px solid #ff8a2b;
    border-radius: 25px;
    color: #ff8a2b;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}


/* Heading */


/* Feature Grid */
.features {
    max-width: 1440px;
    margin: 60px auto 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}


.feature-box {
    background: white;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    text-align: left;
    border: 1px solid #f1f1f1;
}


.feature-icon {
    min-width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 12px;
    color: #ff8a2b;
}

.feature-icon img {
    width: 100%;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 28px;
    color: var(--title-color);
}


.feature-content p {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}


/* Center two */
.features-bottom {
    max-width: 950px;
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.laptop-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}






.laptop-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Laptop always on top */
.laptop-img {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 730px;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Background text */
.bg-text {
    position: absolute;
    top: 50%;
    font-size: 128px;
    font-weight: 600;
    color: #999999;
    white-space: nowrap;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 1;
    will-change: transform;
    opacity: 0.3;
    line-height: 128px;
}

/* Start positions */
.bg-text.left {
    left: 180px;
}

.bg-text.right {
    right: -50px;
}









.agency-image {
    min-width: 320px;


}

body.gradient-hero-section .process-btns button.btn-secondary {
    border: 1px solid var(--main-color);
}

/* ====================== agency-section   =========================== */

/* Section Base */
.agency-section {
    padding: 100px 30px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Layout */

body.gradient-hero-section.marketing-age-page {
    background: white !important;
    overflow-x: hidden;
}

body.gradient-hero-section.marketing-age-page section.process-section.t-b-gap {
    max-width: 1490px;
}

.agency-container {
    max-width: 1440px;
    margin: auto;
    display: flex;
    gap: 60px;
    align-items: center;
    background: var(--light-bg-color);
    padding: 40px;
    position: sticky;
    top: 0;
    border-radius: 16px;
    background-position: bottom;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

/* body.gradient-hero-section section.the-agency-problem .agency-container {
   background: url(images/Frame-bg-new.png);

} */
/* section.promise-section.t-b-gap.how-it-work {
    padding: 0 30px;
} */




/* Image */
.agency-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
    margin: auto;
    min-width: 320px;
    object-fit: cover;
    max-height: 560px;
}

/* Content */
.agency-content {
    max-width: 640px;
    text-align: start;
}

.about-app-page .agency-content {
    width: 100%;
}

.agency-section p {
    max-width: 843px;
    margin: 8px auto 60px;
}

body.gradient-hero-section.service-page section.fetures-section.t-b-gap .key-fectures .agency-container {
    align-items: center;
}

/* Tag */

body.gradient-hero-section.setup-muilti-channel.sticky section.the-agency-problem .agency-image {
    min-width: 320px;
    width: 100%;
}

.key-fectures .agency-content ul.agency-list li img {
    max-width: 24px;
}

.agency-tag {
    color: var(--main-color);
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 24px;
    display: block;
}

/* Heading */
.agency-content h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.agency-content p {
    margin: 0 0px 20px;
}

.agency-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.who-it-is {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 100px;
    max-width: 1440px;
    margin: auto;
    width: calc(100% - 60px);
}

li {
    position: relative;
    padding-left: 0;
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--sub-title-color);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    line-height: 26px;
}

.agency-list li img {
    padding-top: 4px;
}


/* Responsive */
@media (max-width: 900px) {

    .agency-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .agency-content {
        margin: auto;
        max-width: 350px;
    }

    li {
        text-align: left;
    }

}




/* =========================  Integrations  CSS  ====================== */


.Integrations {
    max-width: 1440px;
    margin: AUTO;
}

.Integrations p.intro {
    max-width: 843px;
    margin: 8px auto 60px;
}

.icons-box {
    display: flex;
    gap: 20px;
    align-items: end;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.icons-box .center-content>img {
    max-width: 264px;
    width: 100%;
    margin-bottom: 20px;
}

.center-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.left-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
}

.right-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
}

.center-content {
    max-width: 536px;
    width: 100%;
    margin: 0 auto -30px;
}

.floating-icon {
    transition: transform 0.15s ease-out;
    will-change: transform;
    max-width: 85px;
}







body.gradient-hero-section.setup-muilti-channel .agency-container {
    align-items: center !important;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
}



/* =============================================  process-section  css   ========================================================== */
.process-image.help-img-service img {
    max-height: 480px;
}

/* SECTION */
.process-section {
    max-width: 1470px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 20px;
    padding: 100px 30px 100px;
    overflow: hidden;
}

body.gradient-hero-section .hero-content .hero-buttons a.btn-secondary:hover svg path {
    stroke: white;
}

/* HERO */
.process-hero {
    background-image: url(images/card-bg.svg), var(--light-bg-color);
    border-radius: 20px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    background-position: top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;

}

body.gradient-hero-section.setup-muilti-channel {
    background: white;

}

body.gradient-hero-section.marketing-age-page section.the-agency-problem {
    padding: 100px 30px 0px !important;
}


body.gradient-hero-section.service-page .process-section .process-hero {
    background: url(images/card-bg.svg), #fff;
    border: 1px solid var(--light-bg-color);
    background-size: cover;
    background-position: 50% 50%;
}

body.gradient-hero-section.service-page .step-card {
    background: url(images/card-bg.svg), #fff !important;
    border: 1px solid var(--light-bg-color);
}


.process-badge {
    display: inline-block;
    border: 1px solid #ff8a1f;
    color: #ff8a1f;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 25px;
    font-family: 'General Sans', sans-serif;
    line-height: 26px;
}

.platform-section img.platform-img {
    display: none;
}

body.gradient-hero-section.service-page section.service-tabs {
    background: white;
}



/* Hero Text */
.process-hero h1 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 15px;
}

.process-hero p {
    max-width: 550px;
    line-height: 1.6;
    margin-bottom: 24px;
    font-weight: 500;
    margin-top: 8px;
}

.process-heros p {
    max-width: 537px;
    line-height: 1.6;
    margin-bottom: 24px;
    font-weight: 500;
    margin-top: 8px;
}


/* Buttons */
.process-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}




/* IMAGE */
.process-image {
    border-radius: 20px;
    overflow: hidden;
}

.process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 560px;
}

/* STEPS */
.process-steps {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD */
.step-card {
    background: url(images/card-bg.svg), var(--light-bg-color);
    border-radius: 12px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}


.step-number {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Manrope', sans-serif;
}

.step-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}


.service-packages-block {
    padding: 100px 30px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.tab-listsss {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    gap: 20px;
}

section.t-b-gap.service-packages-block .key-fectures {
    margin-top: 60px;
}

/* Tag */

body.gradient-hero-section.marketing-age-page div#tab4 .tab-lists span:first-child {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block;
}

.step-tag {
    display: inline-flex;
    color: var(--title-color);
    padding: 5px 12px 5px 12px;
    border-radius: 30px;
    background: #fff;
    margin-top: auto;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #f1f1f1;
    gap: 4px;
}

body.gradient-hero-section .step-card span.step-tag {
    background: #Fff;
    border-color: var(--border-color);
}

body.gradient-hero-section.marketing-age-page .step-tag {
    padding: 5px 12px;
}


/* =================================================   pricing-section    ============================================= */

section.pricing-section {
    background: var(--light-bg-color);
    padding: 100px 30px 100px;
}

.pricing-box {
    max-width: 1440px;
    margin: auto;
    text-align: center;
}

.pricing-card-container {
    width: 100%;
    text-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 65px;
    margin: auto;
}

.pricing-card {
    background: white;
    border-radius: 16px;
    width: 100%;
    /* border: 1px solid #E5E7EB; */
    /* box-shadow: 0px 12px 32px #0000001f; */
    display: flex;
    overflow: hidden;
}

.pricing-card>img {
    width: 100%;
    max-width: 457px;
}


.pricing-box>p {
    margin: 8px auto 65px;
    max-width: 618px;
    width: 100%;
}

.pricing-card ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Manrope', sans-serif;
}

.ul-box {
    display: grid;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
}

.pricing-card-container .pricing-card p {
    margin-bottom: 0px;
}

.line {
    margin: 24px 0px;
    background: #E5E7EB;
    height: 1px;
}

.pricing-card-container a.btn-primary {
    width: 100%;
    max-width: fit-content;
    text-align: center;
    display: block;
    margin-top: 14px;
}

.pland-data {
    padding: 40px;
    width: 100%;
    text-align: start;
}

.pland-data span {
    color: var(--main-color);
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 24px;
    display: block;

}

.image-card img {
    width: 100%;
    transform: scale(1.02);
}

.image-card {
    width: 100%;
    max-width: 520px;
    display: flex;
    padding: 30px;
}


/* =========================================== cta platform-section -=================================   */




.tab-sticky {
    display: flex;
    justify-content: start;
    gap: 12px;
    padding-block: 0px;
    flex-direction: column;
    max-width: 250px;
    width: 100%;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.images-box img:nth-child(odd) {
    width: 100%;
    max-width: 80px;
}

.images-box img:nth-child(even) {
    width: 100%;
    max-width: 65px;
}

body.gradient-hero-section.marketing-age-page section.platform-section.t-b-gap {
    margin: 0px auto;
}

.images-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: auto;
    justify-content: center;
    padding-block: 20px 0px;
    flex-wrap: wrap;
}

.images-box img {
    transition: all ease-in-out 0.2s;
    opacity: 0.9;
    transform: scale(0.9);
    /* Animation call: name | duration | timing | iteration | direction */
    animation: waveZoom 3s ease-in-out infinite;
}


@keyframes waveZoom {

    0%,
    100% {
        transform: scale(0.8);
        opacity: 0.8;
        filter: brightness(1);
    }

    50% {
        transform: scale(1);
        /* Zoom effect */
        opacity: 1;
        /* Blink/Highlight effect */
        filter: brightness(1.2);
    }
}

/* Wave effect ke liye Har image par delay add karein */
.images-box img:nth-child(1) {
    animation-delay: 0.1s;
}

.images-box img:nth-child(2) {
    animation-delay: 0.2s;
}

.images-box img:nth-child(3) {
    animation-delay: 0.3s;
}

.images-box img:nth-child(4) {
    animation-delay: 0.4s;
}

.images-box img:nth-child(5) {
    animation-delay: 0.5s;
}

.images-box img:nth-child(6) {
    animation-delay: 0.6s;
}

.images-box img:nth-child(7) {
    animation-delay: 0.7s;
}

.images-box img:nth-child(8) {
    animation-delay: 0.8s;
}

.images-box img:nth-child(9) {
    animation-delay: 0.9s;
}

.images-box img:nth-child(10) {
    animation-delay: 1.0s;
}

.images-box img:nth-child(11) {
    animation-delay: 1.1s;
}

.images-box img:nth-child(12) {
    animation-delay: 1.2s;
}






.images-box img:hover {
    transform: scale(1.08);
}

.platform-section {
    width: calc(100% - 30px);
    padding: 50px 20px;
    background: url(images/XQ6LLoyOyTIJyh6FLMuoUt0Npfc.png\ 2.png);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin: 100px auto;
    max-width: calc(1470px - 30px);
    background-size: cover;
    background-repeat: no-repeat;
}

.platform-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* Content */

.platform-content {
    margin: auto;
    position: relative;
    z-index: 5;
}



.platform-content h2 {
    font-size: 52px;
    margin-bottom: 8px;
    font-weight: 600;
}

.platform-content p {
    max-width: 750px;
    margin: auto;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 24px;
}

/* Buttons */

.platform-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.process-btns button.btn-secondary {
    background: white;
    color: var(--main-color);
}


/* Images */

.platform-img {
    position: absolute;
    max-width: 355px;
    z-index: 3;
}

/* Left Image */

.left-img {
    left: -5px;
    bottom: -25px;
    transform: rotate(-10deg);
}

/* Right Image */

.right-img {
    right: -5px;
    bottom: -25px;
    transform: rotate(10deg);
}

.cloud.cloud-left {
    position: absolute;
    top: 0;
    left: 0;
}

.cloud.cloud-right {
    position: absolute;
    right: 0;
    top: 0;
}

.platform-buttons .btn-secondary {
    color: #fff;
}

.platform-buttons .btn-secondary:hover {
    background-color: var(--title-color);
}



section.promise-section.t-b-gap.clear-process-section h2 {
    color: white;
}

section.promise-section.t-b-gap.clear-process-section {
    background-image: url(images/dark-bg-image.png), linear-gradient(360deg, black, #303030);
    background-size: inherit;
    background-position: top;
    background-repeat: repeat;
    background-attachment: fixed;
}



/* ===============================    footer css =================================== */

.main-footer {
    background-image: url(images/star-bg.svg), linear-gradient(360deg, black, #181818);
    color: white;
    padding: 80px 30px 0px;
}

/* CTA Section */
.footer-cta-section {
    text-align: center;
    margin: auto;
    /* background-color: #ffffff4a; */
    background-image: linear-gradient(180deg, black, #24242470), url(images/footer-inner-card.avif);
    padding: 30px 20%;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #dddddd21;
}

.footer-col.brand-info p {
    margin: 10px 0px 4px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    max-width: 320px;
}

.badge-link {
    display: inline-block;
    border: 1px solid #fff;
    padding: 9px 40px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta-heading {
    margin-bottom: 20px;
    color: white;
}

a.btn-secondary.install {
    background: white;
    color: var(--main-color);
}

.cta-buttons a.btn-secondary:last-child {
    color: white;
}

.cta-buttons a.btn-secondary:last-child:hover {
    color: #fff;
    background: var(--title-color);
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn {
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.btn-white {
    background: white;
    color: var(--main-color);
}

.btn-outline {
    border: 1px solid white;
    color: white;
}

.btn-outline:hover {
    background: var(--main-color);
    color: white;
}

.btn-sm {
    padding: 10px 20px;
    font-size: 0.9rem;
}

.footer-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0);
    margin: 50px 0;
}

/* Links Grid */
.footer-links-grid {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.footer-col h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.info-item img {
    width: 40px;
    height: 40px;
}

.footer-col h4 {
    margin-bottom: 20px;
    color: #fff;
}

.footer-col.brand-info a.btn-secondary {
    display: inline-block;
    color: var(--main-color);
    background: white;
    transition: 0.2s;
}

.footer-col li {
    font-size: 16px;
}

.footer-col ul li a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    opacity: 0.8;
}

.footer-col a:hover {
    color: white;
}

a.info-item:hover span {
    opacity: 0.8;
}

.margin-top {
    margin-top: 30px;
}

.info-item {
    display: flex;
    margin-bottom: 12px;
    font-size: 16px;
    opacity: 1;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
}

.footer-col.company-info {
    width: 100%;
    max-width: 350px;
}

/* Bottom Bar */
.footer-bottom {
    /* background-color: #333; */
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    width: calc(100% + 60px);
    margin-left: -30px;
    border-top: 1px solid #dddddd40;
}

.foot-inner {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
    max-width: 1470px;
    margin: auto;
}

.footer-col ul li a:hover {
    opacity: 1;
}

.legal-links a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
}

.shopify-badge img {
    width: 100%;
    max-width: 188px;
    margin-top: 20px;
}

.footer-data {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.footer-col.brand-info {
    width: 100%;
    max-width: 320px;
}

.footer-col {
    width: fit-content;
}

.agency-section.t-b-gap.who-is-sec {
    padding-bottom: 0 !important;
}

.process-btns button.btn-secondary:hover {
    background: #fef8ef;
}


nav#nav ul li {
    margin: 0;
}

nav#nav ul li ul.dropdown-menu li:hover {
    border-radius: 0px !important;
}

/* ======================================= about page style  ============================ */


body.gradient-hero-section section.hero {
    /* background: linear-gradient(190deg, var(--token-0ee9c6f7-b8b9-4ba6-b343-9c3d3fc7c423, rgba(250, 145, 75, 0.12)) 0%, rgba(255, 255, 255, 0) 55%, #ff8a1f14 100%); */
    background: url(images/new-bg-for-head.png);
    justify-content: start;
    overflow: hidden;
    background-size: cover;
    padding: 180px 30px 100px;
    position: relative;
}



section.about-gtm-assistant {
    padding: 100px 30px !important;
    background-color: white;
}

section.about-gtm-assistant .agency-container {
    padding: 0;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.about-app-page section.fetures-section.t-b-gap {
    border-block: 1px solid #dddddd36;
}

section.fetures-section.t-b-gap {
    padding: 100px 30px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: var(--light-bg-color);
}

section.fetures-section.t-b-gap>p {
    max-width: 843px;
    margin: 8px auto 60px;
}


.key-fectures .agency-content ul.agency-list li {
    margin-bottom: 8px;
}

.service-page section.t-b-gap.service-packages-block {
    overflow: unset;
}

.service-page .agency-image {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.tab-listsss h5 {
    margin-bottom: 12px;
}

.key-fectures .agency-container {
    background: transparent;
    padding: 0;
    align-items: start;
    position: relative;
}

.key-fectures .agency-container .agency-image img {
    width: 100%;
    max-width: 652px;
}

section.fetures-section.pri-sec.t-b-gap {
    overflow: unset !important;
}

.key-fectures {
    display: flex;
    gap: 70px;
    flex-direction: column;
}

.privacy-compliance {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    gap: 40px;
    max-width: 1440px;
    margin: auto;
    width: 100%;
}

.privacy-compliance .agency-image {
    min-width: 320px;
    width: 100%;
    position: sticky;
    top: 100px;
}

.privacy-compliance .agency-content {
    max-width: 700px;
    text-align: start;
    width: 100%;
}

.privacy-compliance .agency-image img {
    max-width: 500px;
}

.agency-content span.badge {
    background: #ff8a2b;
    color: white;
    padding: 6px 14px;
    text-transform: capitalize;
}

/* =-=-=-=-=-=-=-------------------------   sliders css    -=-------------------=--=----------------- */




/* Layout */
.platform-slider {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    overflow: hidden;
    margin: auto;
    width: 100%;
}

/* -------------------
   Vertical Slider
-------------------- */

.slider-vertical {
    height: 820px;
    overflow: hidden;
}

.slider-track-vertical {
    display: flex;
    flex-direction: column;
    animation: scrollUp 30s linear infinite;
    gap: 20px;
}

.slider-track-vertical .slide {
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
}

.slider-track-vertical .slide img {
    width: 100px;
    height: 100px;
}


body.gradient-hero-section.setup-muilti-channel .agency-container:last-child {
    margin-bottom: 0px !important;
}

body.gradient-hero-section.setup-muilti-channel .agency-container:not(last-child) {
    margin-bottom: 30px;
}





/* Vertical Animation */
@keyframes scrollUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}


/* -------------------
   Horizontal Slider
-------------------- */

.slider-horizontal {
    overflow: hidden;
    padding-top: 12px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dddddd36;
    padding-bottom: 12px;
    background-color: white;
}

.slider-track-horizontal {
    display: flex;
    width: max-content;
    animation: scrollLeft 40s linear infinite;
    white-space: nowrap;
}

.h-slide {
    padding: 15px 50px;
    display: flex;
    align-items: center;
    flex-shrink: 0;

}

.h-slide img {
    max-height: 45px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 8));
        /* Move left by exactly the width of the first 8 slides */
    }
}

.slider-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0px 30px;
    align-items: center;
}

.slider-box .process-hero {
    padding: 0;
    background: transparent;
}

.platform-box {
    background: var(--light-bg-color);
}

/* Horizontal Animation */
@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}






/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=   slider css end  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */



/* Section */
.faq-section {
    background: #fff;
    padding: 100px 30px;
    text-align: center;
}

/* Badge */
.faq-badge {
    width: fit-content;
    margin: 0 auto 60px;

    padding: 8px 26px;
    border-radius: 50px;

    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 1px;

    box-shadow: 0 0 20px rgba(255, 140, 0, 0.5);
}

ul.agency-list+p {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    display: block;
}

.setup-muilti-channel .agency-content h3+p+p b {
    font-weight: 600 !important;
}


ul.agency-list+p b {
    font-weight: 600 !important;
}



/* Container */
.faq-container {
    max-width: 900px;
    margin: auto;
    margin-top: 32px;
}

.faq-question h5 {
    font-weight: 500;
    text-align: start;
    max-width: 90%;
}

/* Item */
.faq-item {
    border-bottom: 1px solid #EAECF0 !important;
}

/* Question */
.faq-question {
    width: 100%;
    background: transparent;

    border: none;
    color: var(--title-color);
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* Plus Icon */
.faq-question .icon {
    transition: 0.3s;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    color: var(--sub-title-color);
    font-size: 15px;
    line-height: 1.6;

    transition: max-height 0.4s ease, padding 0.3s ease;
}

/* Active State */
.faq-item.active .faq-answer {
    max-height: 200px;
    padding-bottom: 25px;

}

.faq-item .faq-answer {
    text-align: start;
    max-width: calc(100% - 48px);
}

.faq-answer p {
    font-size: 16px;
    line-height: 24px;
    color: var(--sub-title-color);

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.contact-section .info-card a {
    text-decoration: none;
    color: var(--sub-title-color);
    font-size: 17px;
}

.contact-section .input-group label .required {
    color: var(--main-color);
}

.faq-question .icon img {
    width: 24px;
}

/* Hide minus by default */
.faq-question .minus {
    display: none;
}

/* When active */
.faq-item.active .plus {
    display: none;
}

.faq-item.active .minus {
    display: inline-block;
}

.faq-item.active .icon:first-of-type {
    display: none;
}

.faq-item .icon:last-of-type {
    display: none;
}

.faq-item.active .icon:last-of-type {
    display: block !important;
}

.faq-item.active h5 {
    color: var(--main-color);
}

.faq-item:last-child {
    border: none !important;
}

.faq-item:last-child .faq-answer {
    padding-bottom: 0px !important;
}



/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-    price section css  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */


.pricing-card-container .pricing-card {
    padding: 60px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.pricing-card-container .pricing-card a.btn-primary.disabled-btn {
    display: none;
}


.pricing-cards .price-card a.btn-primary:hover {
    color: white !important;
    background: var(--title-color) !important;
}

.price-inner-block {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    align-items: start;
}



/* Section */
.pricing-section {
    background: var(--title-color);
    padding: 80px 40px;
    color: #fff;
}

/* Cards Layout */


.pricing-cards .price-card a.btn-primary {
    background: transparent !important;
    color: var(--sub-title-color) !important;
    box-shadow: none;
}

.pricing-cards .price-card ul.freemium-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.pricing-cards {
    display: flex;
    gap: 30px;
    width: 100%;
    margin: 0px auto 0px;
    align-items: center;
    flex-wrap: wrap;
}

/* .price-card.price-gray-card .card-header p {
    color: var(--title-color);
}



.price-card.price-gray-card .card-header h2 {
    color: var(--main-color) !important;
}

.price-card.price-gray-card {
    background: linear-gradient(135deg, #dddddd, #bbbbbb00);
} */

.another-card {
    display: none;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 30px;
}

.center-icons img {
    max-width: 85px;
}

/* Card */
.price-card {
    background: var(--light-bg-color);
    border-radius: 20px;
    padding: 0px;
    text-align: start;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;

}

.pricing-card-container .pricing-card .price-card {
    max-width: calc(100% - 66% - 30px);
}

.pricing-card-container .pricing-card a.btn-primary {
    width: 100%;
    max-width: 100%;
}

/* Header */
.card-header {
    color: #fff;
    padding: 20px 20px 10px;
    width: 100%;
    text-align: center;
}



.card-header span {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Manrope', sans-serif;
    text-transform: capitalize;
}

.iti {
    width: 100%;
}

/* Body */
.card-body {
    background: #fff;
    color: var(--title-color);
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    border: 2px solid var(--border-color);
    height: 100%;
    margin-bottom: 5px;
}



.card-body a.btn-primary {
    display: block;
    text-align: center;
    margin-top: 0px;
}

.card-body h3 {
    margin-bottom: 5px;
}

.sub-text {
    color: var(--sub-title-color);
    margin-top: 8px;
}

/* List */
.card-body ul {
    list-style: none;
    margin: 20px 0;
}

.home-page .card-body ul {
    list-style: none;
    margin: 20px 0 0px;
}





.card-body li img {
    margin-top: 4px;
    max-width: 24px;
}


/* Button */
.card-body button {
    width: 100%;
    padding: 12px;
    background: #ff8a00;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

.card-body button:hover {
    background: #e77700;
}

/* Estimator */

.estimator-left {
    text-align: start;
    width: 100%;
}

.estimator-left h3 {
    color: white;
}

.estimator {
    background: #FEA54D;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0px auto 0px;
    position: sticky;
    flex-direction: column;
    gap: 12px;
    top: 100px;
    z-index: 9;
}

/* Left */
.estimator-left span {
    border: 1px solid #fff;
    color: white;
    margin-bottom: 10px;
}

.estimator-left h2 {
    font-size: 24px;
    color: #FFF;
}

/* Right */
.estimator-right {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    align-items: end;
    justify-content: end;
}

.estimator-right input,
.estimator-right select {
    padding: 12px;
    border-radius: 8px !important;
    border: none;
    min-width: 140px;
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    border-radius: 12px;
}

.input-box label {
    font-size: 16px;
    line-height: 24px;
    color: white;
    font-weight: 500;
}

.estimator-right select {
    border-right: 8px solid #ffffff;
}

.estimator-right a.btn-secondary {
    background: white;
    color: var(--main-color);
}

.estimator-right button {
    padding: 10px 25px;
    background: #fff;
    color: #ff8a00;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 12px;
}

span.selected-text {
    color: #666;
    font-weight: 500;
}

.estimator-right button:hover {
    background: #f2f2f2;
}


section.price-section.t-b-gap {
    text-align: center;
    padding: 100px 30px 0px;
    background-color: #fff;
}

p.price-paragraph {
    max-width: 843px;
    margin: auto;
}




.input-box {
    display: flex;
    flex-direction: column;
    text-align: start;
    width: 100%;
    gap: 4px;
}



body.gradient-hero-section .hero-content .hero-buttons a.btn-secondary {
    border: 1px solid var(--sub-title-color);
    color: var(--sub-title-color);
    background-color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all ease-in-out 0.3s;
}

body.gradient-hero-section .hero-content .hero-buttons a.btn-secondary:hover {
    background: var(--title-color);
    color: white;
    box-shadow: inset 0px 0px 6px #666;
}

/* a.btn-secondary:Hover {
    box-shadow: 0px 2px 10px #fdd5a1 !important;
} */

.footer-col.brand-info a.btn-secondary:hover {
    background: var(--main-color);
    color: white;
}


/* -=====-=-=-=-=-=-=-=-=-=-=-   service-tabs   =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

body.gradient-hero-section.service-page .process-hero button.btn-secondary {
    border: 1px solid var(--main-color);
}

.service-tabs {
    margin: auto;
    padding: 100px 30px;
}

/* Tabs Header */
.tabs-header {
    display: flex;
    justify-content: center;
    gap: 65px;
    padding-block: 30px;
}

.tab-btn {
    background: none;
    border: none;
    padding-bottom: 13px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #d9d9d96e;
}

/* .tab-btn.active {
    color: #ff8c2b;
}



.tab-btn.active svg path {
    stroke: #ff8c2b;
}

.tab-btn.active:last-of-type svg path {
    fill: #ff8c2b;
}

.tab-btn.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ff8c2b;
    position: absolute;
    bottom: -1px;
    left: 0;
} */

/* Content */

.tab-content.active {
    display: block;
}

.tab-content {
    margin: auto;
}

body.gradient-hero-section.marketing-age-page div#tab2 {
    background: var(--light-bg-color);
    margin-block: 100px;
    padding-block: 100px;
}

body.gradient-hero-section.marketing-age-page div#tab4 {
    background: var(--light-bg-color);
    margin-block: 100px 0px;
    padding-block: 100px;
}

/* Grid */
.tab-lists div {
    padding: 20px;
    position: relative;
}

.tab-lists div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #FE6A2E 0%, rgba(171, 171, 171, 0.07) 100%);
    border-radius: 50px;
}

.tab-lists div::after {
    content: "";
    background: #FE6A2E;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 42px;
    border-radius: 50px;

}




.tab-image {
    height: 100%;
}

body.home-page .step-card {
    min-height: 200px;
}



/* Image */
.tab-image img {
    width: 100%;
    border-radius: 20px;
}

body.gradient-hero-section.service-page.sticky .tab-image img {
    border: 1px solid #eeeeee;
}



body.gradient-hero-section.service-page div#tab3 {
    margin-bottom: 0;
}


/* Lists */
.tab-lists {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tab-lists h4 {
    margin-bottom: 12px;
    color: var(--title-color);
}

.tab-lists ul {
    padding-left: 0px;
}

.tab-lists li {
    margin-bottom: 8px;
    color: var(--sub-title-color);
    list-style: inside;
    display: list-item;
    font-size: 16px;
    font-weight: 500;

}

/* Buttons */
.tab-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* 
.btn-primary {
    background: var(--main-color);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
} */

.btn-outline {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
}

.tab-box a.btn-outline.btn-secondary {
    color: white;
}

.tab-box {
    max-width: 100%;
    margin: auto;

}






.tab-info>p {
    font-size: 18px;
    margin-top: 4px;
}



section.service-tabs h2 {
    text-align: center;
    margin-bottom: 60px;
}



/* =================================  dropdown css  ====================================== */


.dropdown {
    position: relative;
}

.gradient-hero-section .dropdown-menu {
    position: absolute;
    top: 42px;
}

/* Hide Menu */
.dropdown-menu {
    position: absolute;
    top: 41px;
    left: 25px;
    background: #fff;
    min-width: max-content;
    padding: 0;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.10);
    display: none;
    z-index: 99;
    width: 100%;
    border: 1px solid #fdd5a1;
    overflow: hidden;
    border-top: 0;
    padding: 10px 25px;
}

/* Dropdown Items */
.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 5px 0px;
    color: var(--title-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: background 0.3s;
    width: 100%;
    border-radius: 0px !important;
    background: none !important;
    opacity: 0.7;
}

.dropdown-menu li:hover a {
    opacity: 1;
}

/* Hover Effect */
.dropdown-menu li a:hover {
    background: #fff8ee;
    color: var(--title-color) !important;
    border-radius: 0px;
}

/* Show on Hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Arrow Animation */
.dropdown-toggle svg {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-toggle svg {
    transform: rotate(180deg);
}


/* -========================================-=====================================-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
body.gradient-hero-section.service-page section.fetures-section.t-b-gap {
    background: white;
}

section.the-agency-problem {
    padding: 100px 30px;
    text-align: center;
}

.head-paragrapgh {
    max-width: 710px;
    margin: 0 auto 60px;
}

section.the-agency-problem .agency-content {
    max-width: 100%;
    text-align: start;
}


section.promise-section.t-b-gap.how-it-work .feature-box {
    flex-direction: column;
    gap: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 6px 20px #F973160F;
}

section.promise-section.t-b-gap.how-it-work .feature-box .feature-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bg-text.left {
    top: 35%;
}

body.gradient-hero-section.setup-muilti-channel .head-paragrapgh {
    max-width: 850px;
}





.head-paragrapgh h2 {
    margin-bottom: 8px;
}



body.gradient-hero-section.feature-page {
    background: white;
}

a.copyright:hover {
    text-decoration: underline;
}

.legal-links a:hover {
    text-decoration: underline;
}

a.copyright {
    color: white;
    text-decoration: none;
}

.process-steps .step-card h4 {
    font-weight: 600;
    font-size: 20px;
    color: var(--title-color);
}

.gradient-hero-section .setup-muilti-channel .faq-section {
    background: transparent !important;
    padding-top: 0px;
}


.gradient-hero-section .price-page .faq-section {
    background: transparent !important;
    padding-top: 0px;
}

.setup-muilti-channel .agency-content h3+p+p {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    display: block;
}

.footer-col ul li a.active {
    color: #fff;
    opacity: 1;
}

.footer-col ul li a.active:hover {
    color: #ff8a1f;
}

body.gradient-hero-section.marketing-age-page .process-hero p {
    max-width: 736px;
}

body.gradient-hero-section.marketing-age-page button.btn-secondary {
    border: 1px solid var(--main-color);
}


body.gradient-hero-section.marketing-age-page section.top-agency-problem {
    padding-top: 0 !important;
}

body.gradient-hero-section.setup-muilti-channel section.faq-section {
    background: transparent;
    padding-top: 0;
}





/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=   check box style  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */


.multi-select {
    position: relative;
}

.select-box {
    padding: 12px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    max-height: 46px;
    overflow: auto;
}

.arrow {
    font-size: 12px;
}

.checkbox-list {
    position: absolute;
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 5px;
    padding: 8px 0;
    display: none;
    z-index: 10;
    top: 75px;
}

.checkbox-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    color: var(--title-color);
}

.checkbox-list label:hover {
    background: #f5f5f5;
}


.checkbox-list input {
    cursor: pointer;
    max-width: 20px;
    height: 20px;
    min-width: 20px;
    accent-color: #db7600;
}


.estimator-result {
    width: 100%;
    position: relative;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #009758;
    bottom: 0px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #009758;
    display: none;
}

body.gradient-hero-section.service-page .hero p {
    max-width: 1172px;
}

.logo a:focus-visible {
    outline: none;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=   contact us page style   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.contact-section .info-card h4 {
    margin-bottom: 8px;
}


.contact-section {
    padding: 80px 30px;
    margin-top: 0px;
    position: relative;
}

.contact-section .contact-container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

/* Top Section Layout */
.contact-section .contact-top {
    display: flex;
    gap: 60px;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 100px;
}

.contact-section .contact-image {
    width: 100%;
    max-width: 650px;
}

.contact-section .contact-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.contact-section .contact-form-wrapper {
    width: 100%;
    padding: 40px;
    background: white;
    border-radius: 12px;
}



/* Form Styling */
.contact-section .input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-section .input-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}

.contact-section .input-group input,
.contact-section .input-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #1414144f;
    background: white;
    box-sizing: border-box;
    min-height: 52px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #5B5E62;
}

.contact-section .input-group textarea {
    height: 96px;
    resize: none;
}


/* Info Cards */
.contact-section .info-cards {
    display: flex;
    gap: 20px;
    position: absolute;
    width: 100%;
    max-width: 1440px;
    bottom: -300px;
}

.contact-section .info-card {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}



.contact-section .card-line {
    border: 0;
    border-top: 1px solid var(--main-color);
    margin: 24px 0px 24px;
    display: block;
    opacity: 0.3;
}

section.contact-head {
    padding: 168px 0px 210px;
    margin: auto;
    background: var(--light-bg-color);
    background-repeat: no-repeat;
    background-size: cover;

}

section.contact-head.t-b-gap p {
    margin: 12px 0px 0px;
    font-size: 18px;
    font-weight: 600;
}

.contact-header {
    max-width: 1440px;
    margin: auto;
}

.contact-header {
    max-width: 1500px;
    margin: auto;
    padding-inline: 30px;
}

nav#nav ul li:hover {
    border-radius: 30px;
    background: #FFEDDE;
}

/* .input-box input::placeholder {
    color: var(--sub-title-color);
} */


ul li a.active-link {
    color: var(--main-color) !important;
    opacity: 1;
}

ul li a.active-link:hover {
    color: var(--main-color) !important;
}

input[name="price"] {
    color: var(--title-color);
}







/* ======================================    form style  ======================================== */

.head-performance {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 60px;
}

section.Performance-check-tabs-section {
    padding: 100px 0px 0px;
}



section.Performance-check-tabs-section .tab-box .tabs-header {
    display: flex;
    justify-content: start;
    gap: 12px;
    padding-block: 0px;
    flex-direction: column;
    max-width: 250px;
    width: 100%;
}

section.Performance-check-tabs-section .tab-btn {
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #FFE7D6;
    background: white;
    border-radius: 8px;
    justify-content: space-between;
    transition: all ease-in-out 0.3s;
}

section.Performance-check-tabs-section .tab-btn:hover {
    box-shadow: 0px 1px 2px #ff8a1f;
}

section.Performance-check-tabs-section .tab-btn.active::after {
    display: none;
}

section.Performance-check-tabs-section button.tab-btn.active {
    background: var(--main-color);
    color: white;
}

section.Performance-check-tabs-section .tab-content-container {
    padding: 0;
    width: 100%;
    margin: auto;
}

.tab-left-content {
    position: sticky !important;
    top: 200px;
    height: max-content;
}

.tab-left-content img {
    width: 100%;
}




p.strong-point {
    margin-top: 12px;
}

body.gradient-hero-section.marketing-age-page div#tab3 .tab-lists {
    grid-template-columns: 1fr;
    gap: 20px;
}



.tab-info {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
}



section.Performance-check-tabs-section .tab-lists li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 0;
}

section.Performance-check-tabs-section .tab-image {
    width: 100%;
    max-width: 450px;
    position: sticky;
    top: 100px;
}

p.strong-point {
    margin-top: -8px;
}

section.Performance-check-tabs-section .tab-lists p {
    font-size: 16px;
    margin-top: 12px;
}

section.Performance-check-tabs-section .tab-lists ul {
    padding-left: 0px;
    margin-block: 12px;
}












.lead-gen-section {
    background: var(--light-bg-color);
    padding: 100px 30px;
}

.lead-gen-section .container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: stretch;
}

/* Image Column */
.lead-gen-section .image-column {
    flex: 1;
}

.lead-gen-section .image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* Form Column */
.lead-gen-section .form-column {
    flex: 1.5;
    background: white;
    padding: 30px;
    border-radius: 16px;
}




.lead-gen-section .form-row {
    display: flex;
    gap: 20px;

}

.lead-gen-section .input-group {
    flex: 1;
    margin-bottom: 20px;
}

.lead-gen-section label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.lead-gen-section input[type="text"],
input[type="email"],
input[type="url"] {
    width: 100%;
    border: 1px solid #14141445;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 16px 12px;
}

.lead-gen-section .checkbox-grid label input[type="checkbox"] {

    background-color: #fff;
    margin: 0;
    display: grid;
    place-content: center;
    border: 1px solid #D0D0D0;
    width: 18px;
    height: 18px;
    accent-color: #e07700;

    cursor: pointer;
    border-radius: 3px;
}


/* Checkbox Grid */
.lead-gen-section .checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    margin-bottom: 25px;
}

.lead-gen-section .checkbox-grid label {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    counter-reset: var(--main-color);
}

/* Range Slider */
.lead-gen-section .range-section {
    margin-top: 30px;

}

.lead-gen-section input[type="range"] {
    width: 100%;
    accent-color: var(--main-color);
}

.lead-gen-section .range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #888;
    margin-top: 5px;

}

.range-labels span {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
}



.lead-gen-section .center-label {
    color: var(--title-color);
    font-weight: 600;
    font-size: 14px;

}

/* Submit Button */
form button.btn-primary {
    margin: auto;
    display: block;
    margin-top: 30px;
    cursor: pointer;
}





/* ========================================= feature style  ========================================= */




.card-container {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
}

.setup-card {
    background: var(--card-bg);
    border-radius: 12px;
    flex: 1;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e9e0db;
}

.card-container .card-content {
    padding: 20px;
    flex-grow: 1;
    background: white;
    /* border: 1px solid #FFE7D6; */
    overflow: hidden;
}


.card-container .card-content p.description {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 4px;
}

.card-container .card-content .feature-list li img {
    max-width: 24px;
}

/* Feature Box Area */
.card-container .card-content .feature-box {
    background: #fafafa;
    border: 1px solid var(--light-bg-color);
    border-radius: 8px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.card-container .card-content .feature-list h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;

}

section.Performance-check-tabs-section .tab-info h4 {
    color: var(--title-color);
}

.card-container .card-content .feature-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-container .card-content .feature-list li {
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 0px;
    position: relative;
    color: var(--title-color);
    font-weight: 500;
    display: flex;
    align-items: center;
}



/* Footer Section */
.why-it-matters {
    /* background: #FFE7D6;
    padding: 12px;
    border: 1px solid var(--main-color);
    border-radius: 8px; */
    margin-top: 20px;
}

.why-it-matters strong {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
}

.why-it-matters p {
    font-size: 16px;
    color: var(--sub-title-color);
    margin: 0;
}

.core-setup h3.section-title {
    text-align: center;
    margin-bottom: 40px;
}


section.feature-section .head-paragrapgh {
    max-width: 710px;
    margin: 0 auto 60px;
    text-align: center;
}

section.feature-section.t-b-gap {
    padding: 100px 30px;
}

.core-setup {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #e9e0db;
    background: var(--light-bg-color);
    /* position: sticky;
    top: 0; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.core-blocks {
    display: flex;
    flex-direction: column;
    gap: 60px;
}



/* ==============================================   core cards style ====================================== */

.card-container .card-content .feature-box p {
    font-size: 16px;
    margin-top: 12px;
}

.card-container .card-content .feature-list li {
    align-items: start;
}

.card-container .card-content .feature-list ul li b {
    font-weight: 600;
}

.card-container .card-content .feature-list ul li span {
    font-weight: 400;
    line-height: 24px;
}

.core-setup.customization-section .waht-image-box .feature-visual {
    max-width: 100%;
    width: 100%;
    height: auto;

}

.core-setup.customization-section .fec-row {
    display: grid;
    gap: 20px;
    align-items: self-start;
    grid-template-columns: 1fr 480px;
}

.core-setup.customization-section .feature-visual {
    /* max-width: 446.75px; */
    width: 100%;
    /* height: 100%; */
}

.core-setup.customization-section .feature-visual img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 16px;
    max-width: 530px;
    min-height: 380px;

}

.core-setup.customization-section .slider-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;

}

.core-setup.customization-section .slider-wrapper::-webkit-scrollbar {
    display: none;
}



.core-setup.customization-section .feature-card {
    flex: 0 0 85%;
    border-radius: 12px;
    display: flex;
    scroll-snap-align: center;
    flex-grow: 1;
}

/* Specific Layout for the "Large Card" with image */
.core-setup.customization-section .card-left {
    flex: 1.2;
    padding-right: 20px;
}

.core-setup.customization-section .card-right {
    flex: 1;
}

.core-setup.customization-section .card-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Nav Buttons Styling */
.core-setup.customization-section .slider-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.core-setup.customization-section .slider-nav button.nav-btn:first-child {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: -23px;
}

.core-setup.customization-section .slider-nav button.nav-btn:last-child {
    position: absolute;
    top: 50%;
    z-index: 9;
    right: -23px;
}

body.gradient-hero-section.service-page span.step-tag {
    background: var(--light-bg);
}

body.gradient-hero-section.about-app-page.sticky span.step-tag {
    background: var(--light-bg);
}


.core-setup.customization-section .nav-btn {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    height: 44px;
    width: 44px;
    justify-content: center;
}

.core-setup.customization-section .nav-btn:hover {
    background: var(--sub-title-color);
}

.core-setup.customization-section .nav-btn:hover svg path {
    stroke: white;
}

.problem-card h4 {
    margin-bottom: 4px;
}



.agency-timeline .agency-right .agency-container {
    display: flex !important;
}

.agency-timeline .agency-right .agency-container .agency-content {
    width: 100%;
    max-width: 100%;
}


/* ========================================================================= */


html {
    scroll-behavior: smooth;
}


body {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
}

button.see-more {
    margin: auto;
    background: transparent;
    border: none;
    font-size: 16px;
    color: var(--title-color);
    text-decoration: underline;
    cursor: pointer;
}

body.gradient-hero-section.service-page .step-card {
    min-height: 200px;
}


/* ====================================== revenue-section style  ====================== } */

section.revenue-section.t-b-gap h2 span {
    color: white;
}

section.revenue-section.t-b-gap p {
    color: white !important;
    opacity: 0.7;
}

h4.point-title {
    color: white;
}

section.revenue-section.t-b-gap {
    padding: 100px 30px;
    margin-bottom: 100px;
    background: url(images/dark-bg-image.png);
    overflow: hidden;
    background-attachment: fixed;
}

section.revenue-section.t-b-gap .revenue-row {
    max-width: 1440px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}


.points-right {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

h2.point-number {
    font-size: 24px;
    color: var(--main-color);
    margin-bottom: 8px;
}

.points-right .point-item {
    width: 100%;
    max-width: calc(100% - 50% - 30px);
}

/* .creadit-image {
    background-image: url(images/creadit-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin-top: 30px;
}

.creadit-image img {
    max-width: 300px;
} */


/* The Main Wrapper */
.orbit-container {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main-color);
    border-radius: 100%;
}

/* Concentric Background Circles */
.circles {
    position: absolute;
    border: 1px solid #ff8a0078;
    border-radius: 50%;
}

.circle-md {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ff8800a6 0%, transparent 70%);
    animation: circleBlink 2s ease-in-out infinite;
    border: none;
}

@keyframes circleBlink {
    0% {
        opacity: 0.3;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0.3;
        transform: scale(0.9);
    }
}

/* Central Rocket Icon */
.central-hub {
    position: relative;
    z-index: 10;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff87;
    border-radius: 100%;
}

.central-hub img {
    width: 110px;
}

.tab-box .central-hub img {
    width: 90px;
}

.icon-card img {
    max-width: 96px;
}


/* The Rotating Ring */
.icon-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: orbit var(--orbit-speed) linear infinite;
}

/* Individual Icon Cards */
.icon-card {
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    /* Keep icons upright */
    animation: counter-orbit var(--orbit-speed) linear infinite;
}

/* Positioning 8 icons around the circle */
.icon-card:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-card:nth-child(2) {
    top: 15%;
    left: 85%;
    transform: translate(-50%, -50%);
}

.icon-card:nth-child(3) {
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.icon-card:nth-child(4) {
    top: 85%;
    left: 85%;
    transform: translate(-50%, -50%);
}

.icon-card:nth-child(5) {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-card:nth-child(6) {
    top: 85%;
    left: 15%;
    transform: translate(-50%, -50%);
}

.icon-card:nth-child(7) {
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
}

.icon-card:nth-child(8) {
    top: 15%;
    left: 15%;
    transform: translate(-50%, -50%);
}




/* =============================================== */

body.gradient-hero-section.about-app-page .platform-box {
    background: #fff;
}


body.gradient-hero-section.about-app-page .process-hero {
    background: url(images/card-bg.svg), #fff;
    border: 1px solid var(--light-bg-color);
    background-size: cover;
    background-position: 50% 50%;
}

body.gradient-hero-section.about-app-page .step-card {
    background: #fff;
    border: 1px solid var(--border-color);
    min-height: 200px;
}

body.gradient-hero-section.about-app-page .slider-track-vertical .slide {
    box-shadow: 0px 0px 14px #dddddd4a;
}

body.gradient-hero-section.about-app-page .slider-track-vertical {
    padding-inline: 12px;
}


body.gradient-hero-section.about-app-page .agency-container {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    align-items: center;
}






/* Animation Keyframes */
@keyframes orbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes counter-orbit {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

/* Icon Colors Matching the UI */
.icon-card i {
    font-size: 20px;
    font-style: normal;
}

.orange {
    color: #ff8c5a;
    background: rgba(255, 140, 90, 0.1);
}

.pink {
    color: #ff6b8b;
    background: rgba(255, 107, 139, 0.1);
}


:root {
    --orbit-speed: 40s;
    /* Adjust for faster/slower rotation */
    --bg-color: #ffffff;
    --accent-glow: rgba(255, 107, 53, 0.1);
}

.creadit-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    padding: 60px 20px;
    width: 100%;
    overflow: hidden;
}





/* =============================    time line style   =============================== */



#agencyMainImage {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

#agencyMainImage.fade-out {
    opacity: 0;
    transform: scale(0.98);
}


.agency-timeline {
    padding: 100px 30px;
    background: var(--light-bg-color)
}

.agency-timeline .agency-wrapper {
    display: flex;
    max-width: 1440px;
    margin: auto;
    gap: 80px;
}

/* LEFT IMAGE */
.agency-timeline .agency-image-sticky {
    width: 45%;
    position: sticky;
    top: 120px;
    height: fit-content;
}

.agency-timeline .agency-image-sticky img {
    width: 100%;
    border-radius: 30px;
    transition: opacity 0.4s ease;
}

/* RIGHT SIDE */
.agency-timeline .agency-right {
    width: 55%;
    position: relative;
}

/* Vertical line */
.agency-timeline .agency-line {
    position: absolute;
    left: -40px;
    top: 0;
    width: 2px;
    height: 86%;
    background: #bbbbbb;
    overflow: hidden;
}

.agency-timeline .agency-progress {
    position: absolute;
    width: 2px;
    height: 0;
    background: var(--main-color);
    transition: height 0.3s ease;
}

/* Cards */
.agency-timeline .agency-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 80px;
    border: 1.5px solid transparent;
    position: relative;
    transition: 0.3s ease;
}

.agency-timeline .agency-container.active {
    border-color: #e2bba5;
}

/* Dot */
.agency-timeline .agency-container::before {
    content: "";
    position: absolute;
    left: -48px;
    top: 50px;
    width: 16px;
    height: 16px;
    background: #bbb;
    border-radius: 50%;
}

.agency-timeline .agency-container.active::before {
    background: var(--main-color);
}

.agency-timeline .agency-list {
    list-style: none;
    padding: 0;
}

a.step-tag {
    text-decoration: none;
    cursor: pointer;
}

.step-tag img {
    transition: all ease-in-out 0.3s !important;

}


.step-tag:hover img {
    transform: rotate(45deg);
}


a.info-item span {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

a.info-item strong {
    font-weight: 600;
}

a.btn-primary.mobile-menu-button {
    display: none;
}

/* ===================   animations style code  =============================== */





@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.scroll-target {
    scroll-margin-top: 2rem;
}


.clear-process-section .feature-box {
    max-width: 450px;
}




@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}




.msg.bot img {
    border: 1px solid var(--light-bg-color);
    padding: 1px;
}

.agency-section.who-is-sec h2 {
    margin-bottom: 60px;
}



/* ==================================   blog page style  =========================================== */

body.gradient-hero-section.blog-page {
    background: white;
}


.blog-section {
    padding: 100px 30px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    justify-content: space-between;
}

.blog-card a.arrow-btn {
    display: flex;
    align-items: center;
}

.blog-card {
    background: var(--light-bg-color);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 0;
    border: 1px solid transparent;
    position: relative;
}

a.link-blog {
    position: absolute;
    top: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.blog-card:hover {
    transform: translateY(-5px);
    border: 1px solid var(--main-color);
}

.card-image {
    width: 100%;
    padding: 20px 20px 0px 20px;
    border-radius: 12px;
}

.card-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    aspect-ratio: 1.5 / 1;
}

.blog-card .card-content {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.blog-card .card-content h4 {
    margin-bottom: 4px;
}

.blog-card a.arrow-btn img {
    width: 26px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border-color);
    padding-top: 15px;
    margin-top: 20px;
}

.read-time,
span.post-date {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    align-items: center;
    width: max-content;
    gap: 8px;
    white-space: nowrap;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 300px;
    width: 100%;
}

.post-meta svg {
    width: 24px;
}



body.gradient-hero-section.blog-page .blog-platform-container {
    width: calc(100% - 30px);
    padding: 50px 20px;
    background-image: linear-gradient(#202020, #17171700), url(images/bright-bg.png);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin: 0px auto 100px;
    max-width: calc(1470px - 30px);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-attachment: fixed;
}

body.gradient-hero-section.blog-page .blog-platform-container h2 {
    color: white;
}

body.gradient-hero-section.blog-page .blog-platform-container p {
    color: white;
}


/* ============================  blog-detail-style  ============================== */


article.blog-content {
    max-width: 1500px;
    margin: auto;
    width: 100%;
    padding: 180px 30px 100px;
}

section.blog-detail-header {
    max-width: 1500px;
    padding: 180px 30px 100px;
    margin: auto;
}

.featured-image-wrapper img.featured-img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
    max-height: 650px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.2s linear;
}

.featured-image-wrapper {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
}

.cont-box {
    margin-bottom: 40px;
}

.middle-image img {
    width: 100%;
    border-radius: 20px;
    max-height: 450px;
    object-fit: cover;
    margin-bottom: 30px;
}


.container-box-blog {
    display: flex;
    align-items: end;
    gap: 60px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.pro-tip-box {
    padding-top: 12px;
}

.pricing-card ul li:last-child {
    margin: 0;
}


.iti__selected-country-primary {
    display: none !important;
}
/* key-fectures section without images */
.key-fectures.key-fectures-without-image .agency-container .agency-image {
    display: none;
}
body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    max-width: 1440px;
    margin-inline: auto;
    gap: 20px;
}
body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image .agency-container {
    display: block;
    background: #fff;
    padding: 26px;
    width: 100%;
    margin: 0;
    border: 1px solid var(--border-color);
}
body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image .agency-container h3 {
    font-size: 28px;
}
body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-one {
    margin-bottom: 20px;
}
body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-two {
    grid-template-columns: 1fr 1fr 1fr;
}
body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image .agency-container .agency-content ul.agency-list,
body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image .agency-container .agency-content ul.agency-list li:last-child {
    margin-bottom: 0;
}


@media (max-width: 1440px) {
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image,
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-two {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 1024px) {
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-one,
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-two {
        grid-template-columns: 1fr 1fr;
    }
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-one .agency-container:first-child,
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-two .agency-container:last-child {
        grid-column: 1 / 3;
    }
}
@media (max-width: 768px) {
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-one,
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-two {
        grid-template-columns: 1fr;
    }
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-one .agency-container:first-child,
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image.kf-two .agency-container:last-child {
        grid-column: unset;
    }
    body.gradient-hero-section.about-app-page .key-fectures.key-fectures-without-image .agency-container h3 {
        font-size: 20px;
    }
}
@media (min-width: 1280px) {
    .feature-box.integrationss-image img {
        max-height: 300px;
        object-fit: cover;
        object-position: top;
        border-radius: 4px;
    }
}

/* Responsive */
@media (max-width: 1280px) {
    body.gradient-hero-section.marketing-age-page.tracking-health-page.sticky div#tab4 {
        margin-bottom: 0;
    }

    body.gradient-hero-section.marketing-age-page section.Performance-check-tabs-section {
        padding: 80px 0px 0px;
    }

    body.gradient-hero-section.blog-page .blog-platform-container {
        margin: 0px auto 80px;
    }

    .blog-section {
        padding: 80px 30px;
    }


    body.gradient-hero-section.setup-muilti-channel .agency-container {
        align-items: center !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }


    .key-fectures .agency-container .agency-image img {
        width: 100%;
    }

    body.gradient-hero-section.about-app-page .agency-container {
        grid-template-columns: 1fr 1fr;
    }



    body.gradient-hero-section.setup-muilti-channel .agency-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .about-app-page section.platform-slider.t-b-gap {
        padding: 0 !important;
    }

    body.gradient-hero-section.marketing-age-page section.the-agency-problem .agency-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }

    .pricing-card-container .pricing-card {
        padding: 20px;
    }

    section.price-section.t-b-gap {
        padding: 80px 30px 0px !important;
    }

    .agency-timeline {
        padding: 80px 30px;
    }

    .card-container .card-content .feature-box .feature-list ul li img {
        margin-top: 4px;
    }

    .card-container .card-content .feature-box .feature-list ul li {
        line-height: 24px;
    }

    .clear-process-section .feature-box {
        max-width: 48%;
    }

    .core-setup.customization-section .feature-card {
        flex: 0 0 85%;
    }

    .core-setup {
        padding: 30px;
    }


    .lead-gen-section {
        padding: 80px 30px;
    }

    section.Performance-check-tabs-section {
        padding: 80px 0px;
    }


    .lead-gen-section .form-column {
        flex: 2;
    }

    .lead-gen-section .container {
        gap: 30px;
    }



    section.service-tabs h2 {
        margin-bottom: 40px;
    }

    .contact-section {
        padding: 80px 30px;
    }

    section.contact-head {
        padding: 150px 0px 240px;
        margin: auto;
    }

    section.the-agency-problem {
        padding: 80px 30px;
        text-align: center;
    }

    .service-tabs {
        margin: auto;
        padding: 80px 30px 0px;
    }

    body.gradient-hero-section section.hero {
        height: auto;
        padding: 208px 30px 80px;
    }










    .t-b-gap {
        padding-block: 80px !important;
    }

    .platform-section {
        margin-block: 80px;
    }

    .footer-col.brand-info {
        width: 100%;
        max-width: 270px;
    }

    .image-card {
        max-width: 0;
        padding: 0;
    }

    .chat {
        max-width: 80%;
    }

    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 32px;
    }

    p {
        font-size: 18px;
    }

    .agency-container {
        gap: 40px;
        padding: 40px;
    }

    li {
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 36px;
    }

    .platform-section {
        width: calc(100% - 60px);
        border-radius: 12px;
    }

    .logo {
        width: 100%;
        max-width: 220px;
    }

    .logo img {
        max-width: 200px;
    }

    .right-btn {
        max-width: 220px;
    }

    nav#nav ul li {
        padding: 6px 14px;
    }

    .faq-section {
        padding: 80px 30px;
    }

    section.about-gtm-assistant {
        padding: 80px 30px !important;
    }

    .tab-info {
        gap: 30px;
    }

    section.Performance-check-tabs-section .tab-info {
        padding-inline: 30px;
    }

    body.gradient-hero-section.marketing-age-page div#tab2 {
        margin-block: 80px;
        padding-block: 80px;
    }

    body.gradient-hero-section.marketing-age-page div#tab4 {
        margin-block: 50px;
        padding-block: 50px;
    }
}


@media (max-width: 1200px) {



    .core-setup.customization-section .feature-card {
        min-width: 1024px;
    }

    .footer-links-grid {
        padding-bottom: 40px;
        gap: 30px;
    }

    .footer-links-grid {
        grid-template-columns: 245px 1fr 1fr 1fr;
        display: grid;
    }

    .another-card {
        grid-template-columns: 1fr;
    }

    .service-page .key-fectures .agency-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .pricing-cards {
        margin: 40px auto 0px;
    }

    body.gradient-hero-section.price-page .pricing-cards {
        margin: 0px auto 0px;
    }

    section.fetures-section.t-b-gap>p {
        margin: 8px auto 40px;
    }

}


@media (max-width: 1024px) {

    video.hero-bg-video {
        width: 100%;
        height: 100%;
        transform: scale(1.5);
    }



    .tab-left-content {
        top: 150px;
    }


    section#price-card-block {
        overflow: unset !important;
    }

    .blog-container {
        grid-template-columns: 1fr 1fr;
    }


    section.revenue-section.t-b-gap {
        margin-bottom: 0;

    }


    .pricing-card-container .pricing-card .price-card {
        max-width: calc(100% - 50% - 15px);
    }



    body.gradient-hero-section.about-app-page .agency-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .about-app-page .key-fectures .agency-content ul.agency-list li {
        margin-bottom: 8px;
        line-height: normal;
        align-items: self-start;
    }

    /* .about-app-page .key-fectures .agency-container .agency-image img {
        min-height: 400px;
        max-height: 450px;
    } */

    section.revenue-section.t-b-gap .revenue-row {
        gap: 0px;
        grid-template-columns: 1fr;
    }

    .points-right {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 40px;
    }

    .points-right .point-item {
        width: 100%;
        max-width: calc(100% - 50% - 10px);
    }

    .core-setup.customization-section .fec-row .fec-col .feature-box {
        max-width: 100%;
        min-width: 100%;

    }





    .pricing-cards .price-card ul.freemium-points {
        display: grid;
        grid-template-columns: 1fr;
    }

    .price-inner-block {
        grid-template-columns: 1fr 1fr;
    }


    .footer-cta-section {
        padding: 30px 20px;

    }

    .dropdown-menu {
        top: 38px;
        left: 14px;
    }




    .waht-image-box {
        width: 100%;
    }

    .card-container {
        flex-direction: column;
    }

    .core-setup {
        position: relative;
        top: 0;
        padding: 30px;
    }

    .core-setup.customization-section .feature-visual img {
        max-width: 100%;
    }

    .core-setup.customization-section .fec-row {
        flex-direction: column;
    }



    .core-setup.customization-section .feature-visual {
        max-width: 100%;
        width: 100%;
    }

    body.gradient-hero-section.setup-muilti-channel section.promise-section.t-b-gap {
        padding-bottom: 0px !important;
    }

    body.gradient-hero-section.marketing-age-page .features {
        margin: 40px auto 24px;
        grid-template-columns: repeat(2, 1fr);
    }





    body.gradient-hero-section.marketing-age-page section.the-agency-problem {
        padding: 80px 30px 0px !important;
    }




    body.gradient-hero-section.sticky header#mainHeader {
        position: fixed;
        background: #fffbf6;
        top: 0;
        border-radius: 0px;
        padding: 12px 15px;
        backdrop-filter: blur(1px);
        width: calc(100% - 0px);
        box-shadow: 0px 0px 10px #fff2e1;
    }

    .contact-section .info-cards {
        position: relative;
        bottom: 0px;
        flex-wrap: wrap;
    }




    .contact-section .contact-top {
        gap: 40px;
        margin-bottom: 60px;
    }

    section.contact-head {
        padding: 100px 0px 80px;
        margin: auto;
    }



    .right-btn {
        display: none;
    }

    body.gradient-hero-section section.hero {
        height: auto;
        padding: 180px 30px 80px;
    }









    h1 {
        font-size: 46px;
    }

    .hero {
        padding: 150px 0px 0px;
    }

    .side-icons {
        padding: 40px 0px;
    }

    .side-icons.left span:nth-child(2) {
        left: 30px;
    }

    .side-icons.right span:nth-child(2) {
        right: 30px;
    }

    .chat {
        max-width: 80%;
        padding: 20px;

    }

    .app-icons span img {
        width: 64px;
    }

    h2 {
        font-size: 34px;
    }

    .problem-section p.intro {
        margin: 0 auto 40px;
    }

    .problem-card img {
        width: 100%;
        max-height: 250px;
        min-height: auto;
    }




    .bg-text {
        position: absolute;
        top: 50%;
        font-size: 92px;
    }

    .laptop-img {
        max-width: 600px;
    }

    .agency-section p {

        margin: 12px auto 40px;
    }

    h3 {
        font-size: 24px;
    }

    .agency-container {
        gap: 30px;
        padding: 30px;
    }

    .who-it-is {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding-bottom: 80px;
    }

    img.floating-icon {
        width: 65px;
    }

    .center-icons img {
        width: 65px;
    }

    .icons-box .center-content>img {
        max-width: 200px;
        width: 100%;
    }

    .process-hero {
        padding: 30px;
    }

    .step-card {
        border-radius: 12px;
        padding: 20px;
        min-height: 220px;
    }

    h4 {
        font-size: 20px;
    }

    .pricing-box>p {
        margin: 12px auto 40px;
    }

    .platform-section {
        padding: 40px !important;
    }

    .platform-content h2 {
        font-size: 34px;
    }

    .platform-img {
        max-width: 220px;
    }


    .footer-bottom {
        background-color: #333;
        padding: 24px 30px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .brand-logo img {
        width: 100%;
        max-width: 220px;
    }



    .footer-col.company-info {
        width: 100%;
        max-width: 100%;
    }

    .pland-data {
        padding: 30px;
    }

    .ul-box {

        flex-wrap: wrap;
    }

    .process-image img {

        border-radius: 12px;
        /* max-height: 450px; */
    }

    .left-icons {
        gap: 40px;
    }

    .right-icons {

        gap: 40px;
    }

    .hero {
        height: 100%;
    }

    .chat-box {
        margin-top: 40px;
    }

    .problem-card {
        padding: 40px;
    }


    .platform-content h2 {
        font-size: 36px;
    }

    .platform-img {
        max-width: 220px;
    }

    .left-img,
    .right-img {
        display: none;
    }

    .problem-grid {
        grid-template-columns: 1fr 1fr;
    }

    section.problem-section.t-b-gap .problem-card {
        padding: 20px;
    }

    .process-section {
        grid-template-columns: 1fr 1fr;
    }

    .process-hero {
        padding: 40px;
    }

    .process-hero h1 {
        font-size: 36px;
    }

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .core-setup.customization-section .feature-card {
        flex: 0 0 100%;
    }

    .core-setup.customization-section .feature-card {
        min-width: 100%;
    }

    .core-setup.customization-section .fec-row {
        grid-template-columns: 1fr 1fr;
    }

    nav {
        display: none;
    }

    .menu-toggle {
        display: block;
        width: 24px;
    }

    .open-btn {
        display: block;
    }

    .close-btn {
        display: none;
    }

    /* When menu is active */
    #nav.active~.open-btn {
        display: none;
    }

    #nav.active~.close-btn {
        display: block;
    }

    .active {
        display: block;
    }

    nav#nav {
        position: absolute;
        top: 100px;
        right: 0;
        left: 0;
        width: fit-content;
        margin: auto;
    }

    nav ul {
        list-style: none;
        display: flex;

    }

    nav#nav ul li {
        padding: 4px 12px;
        line-height: normal;
    }


    .tabs-header {
        display: flex;
        justify-content: center;
        gap: 20px 40px;
        padding-block: 30px;
        flex-wrap: wrap;
        padding-inline: 20px;
    }

    .tab-content-container {
        padding: 0px 20px 20px;
    }






    .tab-lists {
        grid-template-columns: 1fr;
    }

    .head-paragrapgh {
        margin: 0 auto 40px !important;
    }
}



@media(max-width: 820px) {
    .process-hero {
        padding: 20px;
        border-radius: 12px;
    }

    .feature-box {
        max-width: 100%;
        min-width: 100%;
    }

    .lead-gen-section .image-column {
        display: none;
    }

    .badge {
        padding: 9px 20px;
    }

    .foot-inner {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
    }


    .contact-section .info-card {
        width: 100%;
        flex: auto;
        max-width: calc(100% - 50% - 12px);
    }

    .contact-section .contact-image {
        display: none;
    }

    .contact-section .contact-form-wrapper {
        width: 100%;
        max-width: 100%;
    }
}



@media(max-width:768px) {


    video.hero-bg-video {
        width: 100%;
        height: 100%;
        transform: scale(3);
    }

    .privacy-compliance .agency-image img {
        max-width: 100%;
    }

    section {
        overflow: hidden;
    }

    body.gradient-hero-section.price-page.sticky .pricing-cards .price-card ul.freemium-points {
        gap: 0;
    }

    a.btn-primary.mobile-menu-button {
        display: block;
        text-align: center;
    }

    ul.dropdown-menu.hide {
        display: none !important;
    }

    li.dropdown:nth-child(2) .dropdown-toggle svg {
        transform: rotate(0deg);
    }

    li.dropdown.active.activess:nth-child(2) .dropdown-toggle svg {
        transform: rotate(180deg);
    }

    nav#nav ul li a.dropdown-toggle {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    nav#nav ul li a {
        width: 100%;
        max-width: 100%;
        display: block;
    }


    nav#nav ul li {
        padding: 10px 12px;
        border-radius: 8px;
    }



    li.dropdown:nth-child(2) .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        padding: 12px;
        border: none;
        box-shadow: none;

    }


    li.dropdown:nth-child(2) {
        background: transparent !important;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 0px;
        border: none;
    }

    header {
        padding: 15px 15px;
    }


    nav#nav ul {
        flex-direction: column;
        width: 100%;
        height: 90%;
    }

    nav#nav {
        position: absolute;
        top: 75px;
        right: 0;
        left: 0;
        width: 100%;
        margin: auto;
        border-radius: 0px;
        height: 100vh;
        padding: 20px 12px;
        max-height: calc(100vh - 75px);
    }

    .sticky header#mainHeader {
        padding: 12px 15px;
    }



    body.gradient-hero-section.blog-page .blog-platform-container {
        border-radius: 12px;
    }

    body.gradient-hero-section.blog-page .blog-platform-container {
        margin: 0px auto 50px;
    }

    .blog-section {
        padding: 50px 30px;
    }

    .container-box-blog {
        display: flex;
        align-items: start;
        gap: 20px;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-bottom: 10px;
        flex-direction: column;
    }

    section.blog-detail-header {
        max-width: 1500px;
        padding: 150px 14px 50px;
        margin: auto;
    }

    body.gradient-hero-section.setup-muilti-channel .agency-container {
        align-items: center !important;
        display: grid;
        grid-template-columns: 1fr;
    }


    body.gradient-hero-section.setup-muilti-channel.sticky section.the-agency-problem .agency-image {
        max-width: 100%;
    }

    body.gradient-hero-section.setup-muilti-channel .agency-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.gradient-hero-section.marketing-age-page section.the-agency-problem .agency-container {
        display: grid;
        grid-template-columns: 1fr;
    }


    .service-page .key-fectures .agency-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pricing-card-container .pricing-card .price-card {
        max-width: 100%;
    }

    .marketing-age-page .process-steps {
        margin-bottom: 0;
    }


    .agency-timeline .agency-container {
        padding: 20px;
        border-radius: 8px;
    }

    section.price-section.t-b-gap {
        padding: 50px 30px 0px !important;
    }


    .agency-timeline .agency-right .agency-container:not(last-child) {
        margin-bottom: 30px !important;
    }

    .head-paragrapgh {
        margin: 0 auto 20px !important;
    }

    body.gradient-hero-section.setup-muilti-channel.sticky section.the-agency-problem .agency-image {
        margin-block: 0px 30px;
    }

    section.revenue-section.t-b-gap {
        margin-bottom: 0;
    }

    body.gradient-hero-section.setup-muilti-channel .agency-container:not(last-child) {
        gap: 0;
    }

    .core-setup.customization-section .feature-visual img {
        max-width: 100%;
        object-fit: contain;
        min-height: auto;
    }



    body.gradient-hero-section.marketing-age-page div#tab4 {
        margin-block: 0px;
        padding-block: 50px;
    }

    body.gradient-hero-section.marketing-age-page div#tab2 {
        margin-block: 0px 50px;
        padding-block: 50px 0px;
    }

    .another-card {
        grid-template-columns: 1fr;
    }

    .chating {
        padding: 20px;
    }

    .chat {
        max-width: 100%;
        padding: 20px 20px 0px 20px;
    }

    .hero {
        padding: 150px 15px 0px;
    }

    .tab-left-content {
        position: relative !important;
        top: 0;
        height: max-content;
    }

    .agency-timeline .agency-content {
        margin: auto;
        max-width: 100%;
    }

    .agency-timeline .agency-image-sticky {
        display: none;
    }

    .agency-timeline .agency-right {
        width: 98%;
        position: relative;
        margin-left: auto;
    }

    .agency-timeline .agency-line {
        left: -20px;
        z-index: 9;
    }

    .agency-timeline .agency-container::before {
        left: -28px;
        z-index: 9;
    }





    .agency-timeline {
        padding: 50px 30px;
    }

    .service-page .agency-image {
        position: relative;
        top: 0;
        height: fit-content;
    }

    body.gradient-hero-section.about-app-page .agency-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .process-section {
        grid-template-columns: 1fr;
    }

    .clear-process-section .feature-box {
        max-width: 48%;
    }

    .core-setup.customization-section .feature-card {
        min-width: auto;
    }

    .core-setup.customization-section .fec-row {
        grid-template-columns: 1fr;
    }


    .pricing-cards .price-card ul.freemium-points {
        gap: 12px;
    }

    .estimator-left h2 {
        text-align: center;
    }

    .estimator-left {
        margin-bottom: 0;
    }

    .price-inner-block {
        grid-template-columns: 1fr;
    }

    .agency-container {
        position: relative !important;
        top: 0 !important;
    }

    .agency-container.scaled {
        transform: scale(1) !important;
    }



    .tab-sticky {
        position: relative;
        top: 0px;
        max-width: 100%;
    }



    .problem-grid {
        grid-template-columns: 1fr;
    }


    .core-blocks {
        gap: 40px;
    }

    .feature-list {
        width: 100%;
    }

    .card-container .card-content .feature-box .feature-visual {
        width: 100%;
        align-content: center;
        text-align: center;
    }

    .core-setup {
        padding: 30px;
    }

    .core-setup h3.section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .card-container .card-content .feature-box {
        flex-direction: column;
    }

    .card-container .card-content .feature-box .feature-visual {
        width: 100%;
        align-content: center;
        text-align: center;
    }

    .lead-gen-section {
        padding: 50px 30px;
    }


    .marketing-age-page section.Performance-check-tabs-section .head-performance {
        padding-inline: 15px;
    }

    section.Performance-check-tabs-section {
        padding: 50px 0px;
    }



    section.Performance-check-tabs-section .tab-btn {
        width: 100%;
        max-width: calc(100% - 50% - 6px);
    }





    body.gradient-hero-section.setup-muilti-channel section.fetures-section.t-b-gap .agency-container:nth-child(even) {
        flex-direction: column-reverse;
    }

    section.fetures-section.t-b-gap>p {
        margin: 8px auto 20px;
    }

    .pricing-cards {
        margin: 20px auto 0px;
    }



    section.service-tabs h2 {
        margin-bottom: 20px;
    }





    .head-paragrapgh {
        margin: 0 auto 20px;
    }

    .contact-section {
        padding: 50px 30px;
    }

    .side-icons.left span:nth-child(2) {
        left: -10px;
    }

    .side-icons.right span:nth-child(2) {
        right: -10px;
    }

    .laptop-img {
        max-width: 450px;
    }

    .dropdown-menu {
        top: 42px;
        left: 15px;
    }




    section.contact-head {
        padding: 100px 0px 0px;
        margin: auto;
    }



    .service-page section.t-b-gap.service-packages-block .key-fectures {
        gap: 50px;
    }

    body.gradient-hero-section section.hero {
        height: auto;
        padding: 120px 15px 80px;
    }

    .service-tabs {
        margin: auto;
        padding: 50px 30px 0px;
    }

    section.the-agency-problem {
        padding: 50px 30px;
        text-align: center;
    }















    .agency-image img {
        margin: 0;
    }


    h1 {
        font-size: 36px;
    }

    .agency-image {
        width: 100%;
        max-width: 100%;
    }

    .key-fectures .agency-container .agency-image img {
        width: 100%;
        max-width: 100%;
    }

    section.platform-slider.t-b-gap {
        padding-inline: 0px !important;
        padding-block: 0 !IMPORTANT;
    }

    section.about-gtm-assistant .agency-container {
        flex-direction: column-reverse;
    }

    section.about-gtm-assistant {
        padding: 50px 30px !important;
    }

    .faq-section {
        padding: 50px 30px;
    }



    .agency-content {
        margin: auto;
        max-width: 100% !important;
        width: 100%;
    }











    .right-btn {
        display: none;
    }

    .menu-toggle svg {
        width: 24px;
        height: 24px;
    }

    .promise-section {
        padding: 80px 20px 90px;
    }









    .bg-text {
        font-size: 100px;
    }

    .footer-links-grid {
        grid-template-columns: 2fr 1fr;
        gap: 40px 20px;
    }

    .logo img {
        max-width: 165px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .platform-section {
        margin-block: 50px;
    }

    .t-b-gap {
        padding-block: 50px !important;
    }

    .left-icons {
        gap: 20px;
    }

    .right-icons {
        gap: 20px;
    }

    img.floating-icon {
        width: 55px;
    }

    .center-icons img {
        width: 55px;
    }

    .who-it-is {
        padding-bottom: 50px;
        gap: 20px;
    }

    .laptop-wrapper {
        height: 350px;
    }

    .agency-container {
        flex-direction: column;
    }

    .agency-container {
        position: relative;
    }

    .agency-image img {
        max-width: 100%;
    }

    .main-footer {
        padding: 50px 30px 0px;
        overflow: hidden;
    }

    .slider-box {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 50px 30px;
    }

    .privacy-compliance {
        gap: 30px;
        flex-direction: column;
    }

    .tab-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .key-fectures .agency-container .agency-image img {
        width: 100%;
        /* min-height: auto;
        object-fit: cover;
        max-height: max-content; */
    }

    section.t-b-gap.service-packages-block .key-fectures {
        margin-top: 20px;
    }

    .features {
        margin: 20px auto 20px;
    }

    .faq-container {
        margin-top: 20px;
    }

    .key-fectures {
        gap: 20px;
    }

    .pricing-card-container .pricing-card {
        padding: 20px;
        gap: 30px;
        display: flex;
        flex-direction: column;
    }

    .agency-section.who-is-sec h2,
    .promise-section>.Integrations>h2 {
        margin-bottom: 20px;
    }

    .head-performance {
        margin: 0 auto 20px;
    }

    .side-icons {
        display: none;
    }

    .chat-box {
        border-radius: 12px;
        padding: 0;
        height: auto;
        border: none;
        margin-inline: 15px;
    }


}



@media(max-width:600px) {

    .chating {
        max-height: 450px;
    }

    .chat-foot {
        flex-direction: column;
    }
.icons-box {
     gap: 10px;
}
.Integrations p.intro {
    margin: 8px auto 30px;
}
    .chat-box {
        margin-top: 20px;
    }
    .step-card {
        min-height: auto !important;
    }

    span.step-tag {
        margin-top: 20px;
    }


    body.gradient-hero-section.setup-muilti-channel .agency-timeline .agency-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    body.gradient-hero-section.setup-muilti-channel section.the-agency-problem .agency-content.go-up ul.agency-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    body.gradient-hero-section.marketing-age-page section.the-agency-problem .agency-container ul.agency-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    section.fetures-section.pri-sec.t-b-gap ul.agency-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    section.about-gtm-assistant ul.agency-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    ul.agency-list li img {
        max-width: 20px;
        width: 20px;
    }

    .card-body li img {
        margin-top: 4px;
        max-width: 20px;
    }

    .service-page .key-fectures .agency-container .tab-listsss ul {
        gap: 12px;
        display: flex;
        flex-direction: column;
    }


    .promise-section>.Integrations>h2 {
        margin-bottom: 0px !important;
    }


    .pricing-box>p {
        margin: 4px auto 40px;
    }

    h3 {
        font-size: 20px;
    }

    .blog-section {
        padding: 50px 15px;
    }

    .blog-container {
        grid-template-columns: 1fr;
    }

    section.price-section.t-b-gap {
        padding: 50px 15px 0px !important;
    }


    .chat {
        max-width: 100%;
        padding: 15px;
    }

    .chat-foot {
        display: flex;
        align-items: center;
    }

    .chat-foot button {
        width: 100%;
    }

    .slider-box {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 50px 15px;
    }

    .agency-timeline .agency-container::before {
        left: -23px;
        z-index: 9;
    }

    .agency-timeline .agency-line {
        left: -15px;
        z-index: 9;
    }

    .agency-timeline .agency-right {
        width: 95%;
        position: relative;
        margin-left: auto;
    }


    .agency-timeline {
        padding: 50px 15px;
    }


    .points-right .point-item {
        width: 100%;
        max-width: calc(100% - 0% - 0px);
    }

    .icon-card img {
        max-width: 65px;
    }

    .orbit-container {
        width: 300px;
        height: 300px;
    }

    .circle-md {
        width: 300px;
        height: 300px;
    }

    .creadit-image {
        padding: 40px 15px;
    }

    section.revenue-section.t-b-gap .revenue-row {
        gap: 0;
    }





    .tab-lists {
        grid-template-columns: 1fr;
    }

    .core-setup {
        padding: 20px;
    }

    .card-container .card-content {
        padding: 20px;
    }

    .core-setup.customization-section .slider-wrapper {
        flex-direction: column;
    }

    .core-setup.customization-section .slider-nav {
        display: none;
    }

    .lead-gen-section .form-row {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    section.Performance-check-tabs-section {
        padding: 50px 0px 0px;
    }

    section.Performance-check-tabs-section .tab-info {
        padding-inline: 15px;
    }

    .lead-gen-section {
        padding: 50px 15px;
    }


    body.gradient-hero-section.marketing-age-page section.the-agency-problem {
        padding: 50px 15px 0px !important;
    }


    .contact-section {
        padding: 50px 15px;
    }

    .contact-section .input-grid {
        grid-template-columns: 1fr;

    }

    .contact-section .info-card {
        width: 100%;
        flex: auto;
        max-width: calc(100% - 0% - 0px);
    }

    .contact-header {
        padding-inline: 15px;
    }

    .contact-section {
        margin-top: 0px;

    }




    section.the-agency-problem {
        padding: 50px 15px;
    }

    .service-tabs {
        margin: auto;
        padding: 50px 15px;
    }

    .estimator {
        padding: 20px;
    }

    .card-body {
        padding: 20px;
    }

    .line {
        margin: 20px 0px;
    }




    section.about-gtm-assistant {
        padding: 50px 15px !important;
    }

    .agency-image img {
        max-width: 100%;
    }

    .faq-section {
        padding: 50px 15px;
    }

    .main-footer {
        padding: 50px 15px 0px;
    }

    .slider-track-vertical .slide img {
        width: 65px;
        height: 65px;
    }

    section.platform-slider.t-b-gap {
        padding-inline: 0px !important;

    }

    h1 {
        font-size: 28px;
    }


    h2 {
        font-size: 26px;
    }




    .problem-section {
        padding: 70px 20px 60px;
    }


    .problem-card {
        padding: 22px;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .process-hero {
        padding: 30px;
    }

    .bg-text.left {
        left: 100px;
    }

    .bg-text {
        font-size: 60px;
    }

    .laptop-img {
        max-width: 300px;
    }

    .laptop-wrapper {
        height: auto;
    }

    .center-content h2 {
        font-size: 20px;
    }

    .left-icons {
        gap: 8px;
    }

    .right-icons {
        gap: 8px;
    }

    .center-icons {
        margin-top: 12px;
    }

    img.floating-icon {
        width: 35px;
    }

    .t-b-gap {
        padding-block: 50px !important;
        padding-inline: 15px !important;
    }

    .center-icons img {
        width: 35px;
    }



    .footer-links-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        gap: 60px 30px;
    }

    .images-box img:nth-child(odd) {
        width: 100%;
        max-width: 65px;
    }

    .step-card {
        border-radius: 12px;
        padding: 20px;
        height: auto;
        min-height: 200px;
    }

    .cta-buttons {
        display: flex;
        gap: 15px;
        flex-direction: column;
        width: fit-content;
        text-align: center;
        margin: auto;
    }

    .cta-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }



    .platform-section {
        width: calc(100% - 30px);
    }

    .platform-content h2 {
        font-size: 30px;
    }

    .cloud.cloud-right,
    .cloud.cloud-left {
        width: 150px;
        height: 150px;
    }

    .cloud.cloud-right img {
        width: 100%;
    }

    .cloud.cloud-left img {
        width: 100%;
    }

    .who-it-is {
        width: calc(100% - 30px);
    }

    .agency-container {
        gap: 30px;
        padding: 12px;
    }

    .hero {
        padding: 150px 0px 0px;
    }





    .her-head-box.go-up {
        padding-inline: 15px;
    }

    .msg {
        max-width: 100%;
    }

    .icons-box .center-content>img {
        max-width: 130px;
    }

    .badge {
        padding: 9px 20px;
    }

    .ul-box {
        gap: 0;
    }

    li {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        gap: 8px;
    }

    .agency-list li img {
        width: 28px;
    }

    p {
        font-size: 16px;
    }





    section.promise-section.t-b-gap.how-it-work {
        padding: 0 15px;
    }

    .process-heros .process-btns a {
        text-align: center;
    }

    .agency-image img {
        border-radius: 12px;
    }

    section.promise-section.t-b-gap.how-it-work {
        padding-block: 50px 0px !important;
    }

    .h-slide {
        padding: 15px 20px;
    }

    .h-slide img {
        max-width: 125px;
    }

    .slider-horizontal {
        padding-top: 0;
    }

    section.Performance-check-tabs-section .tab-btn {
        width: 100%;
        max-width: 100%;
    }

    .lead-gen-section .lead-gen-section .container {
        flex-direction: column;
    }

    .lead-gen-section .checkbox-grid {
        grid-template-columns: 1fr 1fr;
    }





    .btn-secondary {
        padding: 10px 16px;
    }





    .step-tag {
        font-size: 14px;
    }

    .ul-box {
        grid-template-columns: 1fr;
    }

    body.home-page ul.agency-list li {
        margin-bottom: 8px;
    }

    .contact-section .contact-form-wrapper {
        padding: 30px 20px;

    }

    .core-setup {
        padding: 0;
        background: transparent;
        border: none;
    }

    .privacy-compliance .agency-image img {
        max-width: 100%;
    }

    .footer-cta-section {
        background-size: 200% 200%;
        background-position: top;
    }

    .btn-primary {
        padding: 10px 16px;
    }

    .tab-left-content .points-right .central-hub {
        top: 10px;
    }

    .faq-question {
        padding: 20px 0 12px;
    }

.agency-timeline .agency-line {
    height: 100%;
}


}

@media(max-width: 380px) {
    nav#nav ul li {
        padding: 10px 10px;
    }

    nav {
        padding: 4px;
    }

    .footer-col.brand-info {
        width: 100%;
        max-width: 100%;
    }
}