@font-face {
    font-family: myFont1;
    src: url(../fonts/Outfit.ttf);
}

@font-face {
    font-family: myFont2;
    src: url(../fonts/Corben-Regular.ttf);
}

@font-face {
    font-family: myFontHead;
    src: url(../fonts/AlegreyaSans-ExtraBold.ttf);
}

@font-face {
    font-family: abtcf;
    src: url(../fonts/PCMerchisDEMO-Expanded-BF67a48db3781cc.otf);
}


@font-face {
    font-family: codeverse;
    src: url(../fonts/PCMerchisDEMO-Expanded-BF67a48db3781cc.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fc0300;
}


/* --------------smooth scroll whole page-------------------- */

/* Initial hidden state */
[data-scroll] {
    opacity: 0;
    transform: translateY(50px);
    /* Slightly below its original position */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Active state when the element is in view */
[data-scroll].show {
    opacity: 1;
    transform: translateY(0);
    /* Reset position */
}

/* --------------smooth scroll whole page end-------------------- */


body {
    background-color: #000000;
}

.main-header-section {
    background-color: #fede00;

}



/* -----------------------ham-menu-------------------- */

.hamburger {
    background-color: white;
    border-radius: 50px;
    -webkit-box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
    -moz-box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
    box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
}

.ham-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.65rem 0.5rem;
    cursor: pointer;
    transition: width 0.3s ease;
    /* Smooth transition */
    width: 65px;
    /* Default width */
    height: 65px;

}

.ham-menu:hover {
    width: 160px;
    /* Expanded width on hover */

}


.ham-icon-img img {
    width: 50px;
    height: 50px;

}

.ham-icon i {
    color: #fc0300;
    font-size: 48px;
    margin-left: 0;
    text-align: center;

}

.hamburger:hover {
    background: #000000;
}

.ham-icon {
    display: none;
    transition: opacity 0.3s ease;
    background: #ffffff;
    border-radius: 50px;
    padding: 0 .3rem;

}

.ham-menu:hover .ham-icon {
    display: block;

}

.ham-menu:hover .ham-icon-img {
    /* margin-left: -3rem; */
    display: none;
    position: relative;


}


.shape {
    width: 400px;
    height: 400px;
    border: 1px solid blue, 1px solid blue, 1px solid blue 1px solid blue 1px solid blue;
    background-position: center;
    background: url(../images/n2.jpg) no-repeat;
    background-size: contain;

    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.nav-social-con {
    display: flex;
    justify-content: space-between;
}

.main-contact {
    display: flex;
    gap: 1rem;
    margin-left: 3rem;

}

.nav-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5rem;
}


.nav-socials li {
    list-style: none;
}

.nav-socials li a i {
    padding: 0.5rem;
}


.nav-socials li a {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #D46FCF;
    /* border: 1px solid rgb(106, 106, 235); */
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease-out;
}

.nav-socials li a:hover {
    background-color: #7B47C5;
    color: #ffffff;
    border: none;
}

.nav-socials li a i {
    color: #ffffff;
}





.nav-logo1 img {
    width: 100px;
    height: 100px;

}

.nav-logo img {
    width: 200px;
    height: 200px;
    margin-left: 1rem;

}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 3rem;
    align-items: center;
    /* background-color: #040053; */

}

.navigation-menu {
    display: flex;
    justify-content: space-between;
    margin: 3rem;
    gap: 3rem;
    align-items: center;
}

.navitems {
    display: flex;
    flex-direction: column;

    /* gap: 1rem; */
}



.navitems li {
    list-style: none;
    display: inline-block;
    height: 80px;
    position: relative;

}


.navitems li a {
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 55px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    /* font-family: myFontnav; */
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.navitems li a:hover {
    animation: smoothHover 0.5s forwards;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: none;
}



@keyframes smoothHover {
    0% {
        background-image: none;
        -webkit-text-fill-color: white;
        font-weight: 400;
        letter-spacing: 3px;
        font-size: 55px;
        font-style: normal;
    }

    100% {
        background-image: url(../images1/download.jpg);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        font-weight: 800;
        letter-spacing: 10px;
        font-size: 70px;
        /* font-style: italic; */
    }
}

.navigation-main-modal {
    display: flex;
    display: none;
    justify-content: center;

    /* width: 1300px; */
    /* display: none; */
}

.navigation-main-modal.show {
    display: block;
    /* animation: fadeIn 0.5s ease-out; */

}



.navigation-modal {
    /* display: none; */
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1001;
    /* Sit on top */
    left: 0;
    top: -5%;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 800px;


}

.nav-modal-content {
    background-color: #000000;
    background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
    margin: 4rem 1rem;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
}

.nav-close-button {
    color: #aaa;
    float: right;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
}

.nav-close-button:hover,
.nav-close-button:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

.contact-btn {
    display: flex;
    justify-content: center;
}


.button {
    pointer-events: auto;
    cursor: pointer;
    padding: 0.78rem 2rem;
    background: radial-gradient(circle at 3% 7.4%, rgb(0, 144, 243) 0%, rgb(0, 86, 240) 90%);
    border: none;
    outline: none;
    font-family: myFont1;
    font-size: 18px;
    position: relative;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.button--telesto {
    overflow: hidden;
    font-weight: 800;
    font-family: myFont1;

    font-style: italic;
    font-size: 1.15rem;
    color: #fff7f7;
}

.button--telesto span {
    display: block;
    position: relative;
    z-index: 1;

}

.button--telesto>.contact-btn span {
    overflow: hidden;
    mix-blend-mode: difference;
}

.button--telesto:hover>.contact-btn span>.contact-btn span {
    animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
}

@keyframes MoveRightInitial {
    to {
        transform: translate3d(105%, 0, 0);
    }
}

@keyframes MoveRightEnd {
    from {
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.button--telesto::before,
.button--telesto::after {
    content: '';
    background: #010203;
}

.button--telesto::before {
    width: 135%;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    transform: translate3d(-100%, 0, 0);
}

.button--telesto:hover::before {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);

}

.button--telesto::after {
    width: 105%;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto:hover::after {
    transform: translate3d(0, 0, 0);
    transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);

}



/* --------------------modal-whatsapp-expert-button----------------------- */

.expert-modal {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;

}

/* Expert Modal Content */
.expert-modal-content {
    background: #25D366;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.expert-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Expert WhatsApp Links */
.expert-whatsapp-links {
    display: block;
    background: #25D366;
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;

}

.expert-whatsapp-links a {
    color: #707070;
    text-decoration: none;
    background: #2dff7a;
    padding: 1px 9px;
    border-radius: 15px;
}

.expert-whatsapp-link:hover {
    background: #1eb656;
}


/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------modal-whatsapp-expert-button-end---------------------- */





/* -- =====================-start-Digital Marketing Hero-========================  -- */

.dm-hero {
    background: linear-gradient(180deg, rgba(254, 222, 0, 1) 0%, rgba(254, 214, 77, 1) 100%);
    color: #0b0b0b;
    padding: 20px 20px 100px;
    overflow: hidden;
    position: relative;
}

.dm-hero-inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 40px;
    align-items: center;
    padding: 40px;
}

.dm-hero-left {
    padding: 18px;
}

.dm-kicker {
    display: inline-block;
    background: rgba(0, 0, 0, 0.08);
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 18px;
    color: #0b0b0b;
    backdrop-filter: blur(6px);
}

.dm-title {
    font-family: myFont1;
    font-size: 46px;
    line-height: 1.02;
    margin: 0 0 14px 0;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.dm-sub {
    font-size: 18px;
    margin: 0 0 20px 0;
    color: rgba(3, 3, 3, 0.9);
    max-width: 62ch;
}

.dm-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
    display: grid;
    gap: 10px;
}

.dm-list li {
    background: rgba(0, 0, 0, 0.03);
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 600;
    max-width: 560px;
    box-shadow: 0 6px 16px rgba(11, 11, 11, 0.04);
}

.dm-ctas {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    align-items: center;
}

.dm-cta-primary {
    background: #0b0b0b;
    color: #fede00;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(11, 11, 11, 0.12);
    transition: transform .28s cubic-bezier(.2, .9, .2, 1), box-shadow .28s cubic-bezier(.2, .9, .2, 1);
}

.dm-cta-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(11, 11, 11, 0.18);
}

.dm-cta-ghost {
    background: rgba(0, 0, 0, 0.06);
    color: #0b0b0b;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
}

.dm-trust {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}

.dm-trust-sep {
    opacity: .35;
}

.dm-hero-right {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-mockup {
    position: relative;
    width: 420px;
    height: 320px;
}

.dm-shape {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    opacity: .95;
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.12));
}

.dm-shape-1 {
    width: 220px;
    height: 220px;
    top: -18px;
    left: -26px;
    transform: rotate(-8deg);
    animation: floatY 6s cubic-bezier(.2, .9, .2, 1) infinite alternate;
}

.dm-shape-2 {
    width: 320px;
    height: 320px;
    bottom: -28px;
    right: -30px;
    opacity: 0.6;
}

@keyframes floatY {
    to {
        transform: translateY(10px) rotate(2deg);
    }
}

.dm-card {
    position: absolute;
    width: 280px;
    padding: 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 100%);
    box-shadow: 0 18px 40px rgba(11, 11, 11, 0.12);
    transition: transform .6s cubic-bezier(.2, .9, .2, 1), box-shadow .4s cubic-bezier(.2, .9, .2, 1);
}

.dm-card-heading {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 6px;
    color: #0b0b0b;
}

.dm-card-body {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
}

.dm-card-footer {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.48);
}

.dm-card-a {
    top: 6px;
    left: 26px;
    transform: rotate(-6deg);
    animation: cardFloatA 7s ease-in-out infinite;
}

.dm-card-b {
    top: 90px;
    left: 72px;
    transform: rotate(4deg);
    animation: cardFloatB 6.2s ease-in-out infinite;
}

.dm-card-c {
    top: 170px;
    left: 18px;
    transform: rotate(-2deg);
    animation: cardFloatC 8s ease-in-out infinite;
}

@keyframes cardFloatA {
    50% {
        transform: translateY(-10px) rotate(-2deg);
    }
}

@keyframes cardFloatB {
    50% {
        transform: translateY(8px) rotate(6deg) scale(1.02);
    }
}

@keyframes cardFloatC {
    50% {
        transform: translateY(-6px) rotate(2deg);
    }
}

.dm-mockup:hover .dm-card {
    filter: brightness(.98);
}

.dm-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 60px rgba(11, 11, 11, 0.18);
    z-index: 40;
}

/* responsive */
@media (max-width: 980px) {
    .dm-hero-inner {
        grid-template-columns: 1fr 420px;
        padding: 30px;
        gap: 18px;
    }

    .dm-title {
        font-size: 40px;
    }

    .dm-hero-right {
        height: 360px;
    }

    .dm-mockup {
        width: 360px;
        height: 280px;
    }
}

@media (max-width: 760px) {
    .dm-hero-inner {
        grid-template-columns: 1fr;
        padding: 18px;
        gap: 18px;
    }

    .dm-hero-right {
        order: 2;
        height: 300px;
        display: flex;
        justify-content: center;
        margin-top: 6px;
    }

    .dm-hero-left {
        order: 1;
    }

    .dm-title {
        font-size: 30px;
    }

    .dm-list li {
        max-width: 100%;
    }

    .dm-mockup {
        width: 320px;
        height: 240px;
    }

    .dm-card {
        width: 260px;
    }
}

@media (max-width:420px) {
    .dm-title {
        font-size: 24px;
        line-height: 1.08;
    }

    .dm-sub {
        font-size: 15px;
    }

    .dm-hero-inner {
        padding: 14px;
    }

    .dm-ctas {
        flex-direction: column;
        align-items: flex-start;
    }

    .dm-cta-primary,
    .dm-cta-ghost {
        width: 100%;
        text-align: center;
        padding: 12px;
    }
}


/* -- =====================-end-Digital Marketing Hero-========================  -- */



/* ==========================dm-why-digital-marketing- matter-section-============================ */

.dm-why-section {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(135deg, #0a0a0a 0%, #0e0e0e 50%, #000000 100%);
    overflow: hidden;
    color: #fff;
}

.dm-why-bg-effect {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.35) 0%, rgba(254, 222, 0, 0) 70%);
    filter: blur(55px);
    animation: dmWhyGlow 6s infinite alternate ease-in-out;
    pointer-events: none;
}

@keyframes dmWhyGlow {
    0% {
        transform: scale(1);
        opacity: .7;
    }

    100% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* layout */
.dm-why-container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    position: relative;
    z-index: 5;
}

/* Left Column */
.dm-why-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 18px;
}

.dm-why-title span {
    color: #fede00;
    text-shadow: 0 0 18px rgba(254, 222, 0, 0.45);
}

.dm-why-subtext {
    font-size: 18px;
    color: #dcdcdc;
    margin-bottom: 30px;
    max-width: 62ch;
}

/* Points */
.dm-why-points {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 22px;
}

.dm-why-points li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    border-radius: 16px;
    backdrop-filter: blur(4px);
    transition: transform .3s ease, background .3s ease;
}

.dm-why-points li:hover {
    transform: translateY(-4px);
    background: rgba(254, 222, 0, 0.08);
}

.dm-why-points li i {
    font-size: 26px;
    color: #fede00;
    margin-top: 6px;
}

/* Right Column Graphic */
.dm-why-right {
    position: relative;
    height: 360px;
}

.dm-why-graphic-circle {
    position: absolute;
    width: 340px;
    height: 340px;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.28) 0%, rgba(254, 222, 0, 0) 70%);
    filter: blur(40px);
    animation: dmWhyPulse 7s infinite alternate ease-in-out;
}

@keyframes dmWhyPulse {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(1.15);
        opacity: .6;
    }
}

/* Floating Cards */
.dm-why-floating-card {
    position: absolute;
    background: #111;
    padding: 14px 18px;
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
    border: 1px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    animation: dmWhyFloat 6s infinite ease-in-out;
}

.dm-why-floating-card h5 {
    font-size: 16px;
    margin-bottom: 4px;
    color: #fede00;
}

.dm-why-floating-card p {
    font-size: 14px;
    opacity: .85;
}

/* Positions */
.dm-why-c1 {
    top: 20px;
    left: 40px;
    animation-delay: 0.2s;
}

.dm-why-c2 {
    top: 140px;
    right: 20px;
    animation-delay: 0.4s;
}

.dm-why-c3 {
    bottom: 20px;
    left: 28%;
    animation-delay: 0.6s;
}

@keyframes dmWhyFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Responsive */
@media(max-width: 980px) {
    .dm-why-container {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .dm-why-right {
        height: 280px;
        margin-top: 30px;
    }
}

@media(max-width: 480px) {
    .dm-why-title {
        font-size: 32px;
    }

    .dm-why-subtext {
        font-size: 16px;
    }
}

/* ==========================dm-why-digital-marketing- matter-section-end============================ */



/*========================- START DM SERVICES CSS-=============================== */

.dm-serv-section {
    position: relative;
    padding: 72px 18px;
    background: linear-gradient(180deg, #fede00 0%, #ffd44a 45%, #0b0b0b 100%);
    color: #070707;
    overflow: hidden;
}

/* decorative radial & grain overlay */
.dm-serv-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 10%, rgba(0, 0, 0, 0.04), transparent 15%),
        radial-gradient(circle at 85% 80%, rgba(0, 0, 0, 0.06), transparent 20%);
    pointer-events: none;
    mix-blend-mode: multiply;
}

/* wrapper */
.dm-serv-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* header */
.dm-serv-header {
    text-align: left;
    margin-bottom: 28px;
}

.dm-serv-kicker {
    display: inline-block;
    background: rgba(0, 0, 0, 0.08);
    color: #111;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
}

.dm-serv-title {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    margin: 14px 0 6px;
    color: #071010;
    line-height: 1.03;
    font-weight: 800;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.dm-serv-sub {
    font-size: 16px;
    margin: 0 0 20px;
    color: rgba(3, 3, 3, 0.85);
}

/* grid layout */
.dm-serv-grid {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 28px;
    align-items: start;
}

/* left column */
.dm-serv-left {
    padding: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.02));
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(11, 11, 11, 0.09);
}

.dm-serv-intro p {
    margin: 0 0 14px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
}

.dm-serv-quick {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: grid;
    gap: 10px;
}

.dm-serv-quick li {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.82));
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 8px 26px rgba(11, 11, 11, 0.06);
    color: #111;
}

/* CTA */
.dm-serv-cta {
    display: flex;
    gap: 12px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.dm-serv-btn-primary {
    background: #0b0b0b;
    color: var(--dm-yellow, #fede00);
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.dm-serv-btn-ghost {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.06);
    padding: 10px 14px;
    border-radius: 12px;
    color: #070707;
    text-decoration: none;
    font-weight: 700;
}

/* stats */
.dm-serv-stats {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    align-items: center;
}

.dm-serv-stat {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88));
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 800;
    color: #0b0b0b;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* right column cards */
.dm-serv-right {
    padding: 10px;
}

.dm-serv-cards {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.dm-serv-card {
    background: linear-gradient(180deg, rgba(11, 11, 11, 0.98), rgba(12, 12, 12, 0.96));
    color: #fff;
    padding: 18px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    box-shadow: 0 20px 50px rgba(11, 11, 11, 0.4);
    transition: transform .45s cubic-bezier(.2, .9, .2, 1);
}

.dm-serv-card:hover {
    transform: translateY(-10px) scale(1.02);
    z-index: 4;
}

.dm-serv-card-icon {
    font-size: 28px;
    margin-bottom: 8px;
    display: inline-block;
    background: linear-gradient(90deg, #fede00, #ffd34d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* card text */
.dm-serv-card h4 {
    margin: 6px 0 8px;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}

.dm-serv-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.45;
}

/* microcopy - visible to search engines */
.dm-serv-microcopy {
    position: relative;
    margin-top: 18px;
    color: rgba(3, 3, 3, 0.7);
    font-size: 13px;
}

/* decorative animated accents (dots) */
.dm-serv-accent {
    position: absolute;
    inset: auto 0 10% -6%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06), transparent 20%), linear-gradient(90deg, rgba(0, 0, 0, 0.06), transparent 60%);
    border-radius: 50%;
    transform: rotate(12deg);
    pointer-events: none;
    filter: blur(10px);
    opacity: 0.7;
}

/* responsive */
/* ================================
   LARGE TABLETS / SMALL DESKTOPS
================================ */
@media (max-width: 1200px) {

    .dm-serv-grid {
        grid-template-columns: 1fr 440px;
        gap: 24px;
    }

    .dm-serv-title {
        font-size: 48px;
    }

    .dm-serv-sub {
        font-size: 20px;
    }
}


/* ================================
   TABLETS / LARGE PHONES
================================ */
@media (max-width: 992px) {

    .dm-serv-section {
        padding: 64px 16px;
    }

    .dm-serv-header {
        text-align: center;
    }

    .dm-serv-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .dm-serv-left {
        padding: 20px;
    }

    .dm-serv-title {
        font-size: 40px;
        line-height: 1.15;
    }

    .dm-serv-sub {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .dm-serv-cta {
        justify-content: center;
    }

    .dm-serv-stats {
        justify-content: center;
        flex-wrap: wrap;
    }

    .dm-serv-right {
        padding: 0;
    }

    .dm-serv-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ================================
   MOBILE DEVICES
================================ */
@media (max-width: 600px) {

    .dm-serv-section {
        padding: 56px 14px;
    }

    .dm-serv-title {
        font-size: 38px;
    }

    .dm-serv-sub {
        font-size: 18px;
    }

    .dm-serv-intro p {
        font-size: 17px;
    }

    .dm-serv-quick li {
        font-size: 16px;
        padding: 10px;
    }

    .dm-serv-cta {
        gap: 10px;
    }

    .dm-serv-btn-primary,
    .dm-serv-btn-ghost {
        padding: 11px 16px;
        font-size: 14px;
    }

    .dm-serv-stats {
        gap: 10px;
    }

    .dm-serv-stat {
        padding: 8px 10px;
        font-size: 14px;
    }

    .dm-serv-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dm-serv-card {
        min-height: auto;
        padding: 16px;
    }

    .dm-serv-card h4 {
        font-size: 17px;
    }

    .dm-serv-card p {
        font-size: 15px;
    }

    .dm-serv-accent {
        display: none;
        /* remove heavy decoration on mobile */
    }
}


/* ================================
   SMALL / VERY SMALL PHONES
================================ */
@media (max-width: 400px) {

    .dm-serv-title {
        font-size: 34px;
    }

    .dm-serv-sub {
        font-size: 16px;
    }

    .dm-serv-kicker {
        font-size: 12px;
        padding: 6px 12px;
    }

    .dm-serv-btn-primary {
        width: 100%;
        text-align: center;
    }

    .dm-serv-stat {
        width: 100%;
        align-items: center;
        text-align: center;
    }
}


/* =================-END DM SERVICES CSS -======================================== */




/* ================== START: Video Content Creation & Editing Pro Styles ================== */

.vf-video-pro {
    position: relative;
    color: #fff;
    padding: 70px 20px;
    overflow: hidden;

    /* Exotic layered background */
    background:
        radial-gradient(900px 500px at 10% 20%, rgba(254, 222, 0, 0.18), transparent 60%),
        radial-gradient(700px 400px at 90% 80%, rgba(254, 222, 0, 0.12), transparent 65%),
        linear-gradient(135deg, #0f0f0f, #0f0f0f 40%, #1d1d1d 70%, #1f1f1f);
}


/* Animated background lines */
.vf-video-bg-lines {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(120deg,
            rgba(254, 222, 0, 0.08) 0px,
            rgba(254, 222, 0, 0.08) 1px,
            transparent 1px,
            transparent 80px),
        repeating-linear-gradient(-120deg,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 90px);
    animation: moveLines 22s linear infinite;
    z-index: 0;
}


@keyframes moveLines {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 300px 300px;
    }
}

/* Floating glow circle */
.vf-video-glow-circle {
    position: absolute;
    width: 720px;
    height: 720px;
    background:
        radial-gradient(circle at center,
            rgba(254,222,0,0.45),
            rgba(254,222,0,0.18),
            transparent 65%);
    top: 10%;
    right: -150px;
    animation: floatGlow 6s ease-in-out infinite alternate;
    z-index: 0;
}


@keyframes floatGlow {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(40px);
    }
}

.vf-video-wrapper {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    z-index: 2;
}

/* LEFT CONTENT */
.vf-video-left .vf-video-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    margin-bottom: 20px;
}

.vf-video-left h2 {
    font-size: 44px;
    color: #fede00;
    margin-bottom: 20px;
}

.vf-video-left p {
    font-size: 17px;
    line-height: 1.8;
    color: #e5e5e5;
}

.vf-video-cta {
    margin-top: 40px;
    padding-left: 20px;
    border-left: 4px solid #fede00;
}

.vf-video-cta p {
    margin-bottom: 12px;
    font-weight: 500;
}

.vf-video-cta a {
    display: inline-block;
    padding: 14px 34px;
    background: linear-gradient(135deg, #fede00, #ffea55);
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.vf-video-cta a:hover {
    transform: translateX(8px);
}

/* RIGHT SERVICES – TIMELINE STYLE */
.vf-video-right {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.vf-video-service {
    position: relative;
    padding-left: 80px;
}

.vf-video-service span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 42px;
    font-weight: 700;
    color: rgba(254, 222, 0, 0.25);
}

.vf-video-service h4 {
    font-size: 20px;
    color: #fede00;
    margin-bottom: 8px;
}

.vf-video-service p {
    font-size: 15px;
    line-height: 1.6;
    color: #d6d6d6;
}

/* Hover micro-interaction */
.vf-video-service:hover span {
    color: #fede00;
    transform: scale(1.1);
    transition: 0.3s;
}




/*  START: Video Content Section – Responsive Media Queries  */

/* Ultra Small Devices (≤360px) */
@media (max-width: 360px) {
    .vf-video-pro {
        padding: 70px 16px;
    }

    .vf-video-left h2 {
        font-size: 26px;
    }

    .vf-video-left p {
        font-size: 14px;
    }

    .vf-video-service {
        padding-left: 55px;
    }

    .vf-video-service span {
        font-size: 32px;
    }
}

/* Small Phones (≤480px) */
@media (max-width: 480px) {
    .vf-video-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .vf-video-left h2 {
        font-size: 30px;
    }

    .vf-video-cta a {
        padding: 12px 26px;
        font-size: 14px;
    }

    .vf-video-service h4 {
        font-size: 18px;
    }

    .vf-video-service p {
        font-size: 14px;
    }
}

/* Large Phones / Phablets (≤600px) */
@media (max-width: 600px) {
    .vf-video-left p {
        font-size: 15px;
    }

    .vf-video-right {
        gap: 28px;
    }

    .vf-video-glow-circle {
        width: 280px;
        height: 280px;
        right: -120px;
    }
}

/* Tablets Portrait (≤768px) */
@media (max-width: 768px) {
    .vf-video-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .vf-video-left h2 {
        font-size: 34px;
    }

    .vf-video-left p {
        max-width: 100%;
    }

    .vf-video-service {
        padding-left: 70px;
    }

    .vf-video-service span {
        font-size: 38px;
    }
}

/* Tablets Landscape & Small Laptops (≤992px) */
@media (max-width: 992px) {
    .vf-video-wrapper {
        gap: 60px;
    }

    .vf-video-left h2 {
        font-size: 38px;
    }

    .vf-video-pro {
        padding: 100px 30px;
    }

    .vf-video-glow-circle {
        width: 350px;
        height: 350px;
    }
}

/* Small Laptops (≤1200px) */
@media (max-width: 1200px) {
    .vf-video-wrapper {
        max-width: 1050px;
        gap: 70px;
    }

    .vf-video-left h2 {
        font-size: 40px;
    }
}

/* Large Screens / 2K+ */
@media (min-width: 1600px) {
    .vf-video-wrapper {
        max-width: 1400px;
    }

    .vf-video-left h2 {
        font-size: 48px;
    }

    .vf-video-left p {
        font-size: 18px;
    }
}

/*  END: Video Content Section – Responsive Media Queries  */


/* ================== END: Video Content Creation & Editing Pro Styles ================== */


/* ================= START: Digital Marketing Connected Services ================= */

.cf-dm-connect {
    position: relative;
    padding: 70px 20px;
    background:
        linear-gradient(160deg, #0f0f0f 0%, #161616 45%, #171717 100%);
    overflow: hidden;
    color: #fff;
}

/* diagonal background layers */
.cf-dm-connect-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            120deg,
            rgba(61, 53, 0, 0.307) 0%,
            rgba(254, 220, 0, 0.541) 30%,
            transparent 60%
        ),
        linear-gradient(
            -120deg,
            rgba(254, 186, 0, 0.315) 0%,
            transparent 50%
        );
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    z-index: 0;
}

.cf-dm-connect-wrap {
    position: relative;
    max-width: 1250px;
    margin: auto;
    z-index: 2;
}

/* Heading */
.cf-dm-connect-head {
    max-width: 900px;
    margin-bottom: 90px;
}

.cf-dm-connect-head h2 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 20px;
}

.cf-dm-connect-head h2 span {
    color: #fede00;
}

.cf-dm-connect-head p {
    font-size: 18px;
    line-height: 1.9;
    color: #e4e4e4;
}

/* Horizontal rail */
.cf-dm-connect-rail {
    display: flex;
    gap: 40px;
}

/* Panels (NOT cards) */
.cf-dm-connect-item {
    position: relative;
    flex: 1;
    padding: 40px 35px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.06),
            rgba(255,255,255,0.01)
        );
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cf-dm-connect-item.highlight {
    transform: translateY(-25px);
}

.cf-dm-connect-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(254,222,0,0.25);
}

/* glow layer */
.cf-dm-connect-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top left,
            rgba(254,222,0,0.25),
            transparent 55%
        );
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.cf-dm-connect-item:hover .cf-dm-connect-glow {
    opacity: 1;
}

.cf-dm-connect-item h3 {
    font-size: 22px;
    color: #fede00;
    margin-bottom: 14px;
}

.cf-dm-connect-item p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #dcdcdc;
    margin-bottom: 20px;
}

.cf-dm-connect-item a {
    font-weight: 600;
    color: #fede00;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.cf-dm-connect-item a:hover {
    border-color: #fede00;
}


/* ================= START: Responsive Media Queries ================= */

/* Ultra Large Screens (4K / Large Desktops) */
@media (min-width: 1600px) {
    .cf-dm-connect-wrap {
        max-width: 1400px;
    }

    .cf-dm-connect-head h2 {
        font-size: 54px;
    }

    .cf-dm-connect-head p {
        font-size: 19px;
    }
}

/* Large Desktop */
@media (max-width: 1440px) {
    .cf-dm-connect-head h2 {
        font-size: 46px;
    }
}

/* Laptop */
@media (max-width: 1280px) {
    .cf-dm-connect {
        padding: 130px 20px;
    }

    .cf-dm-connect-head h2 {
        font-size: 42px;
    }

    .cf-dm-connect-rail {
        gap: 30px;
    }
}

/* Small Laptop / Landscape Tablet */
@media (max-width: 1024px) {
    .cf-dm-connect-head {
        max-width: 100%;
    }

    .cf-dm-connect-head h2 {
        font-size: 38px;
    }

    .cf-dm-connect-head p {
        font-size: 17px;
    }

    .cf-dm-connect-rail {
        gap: 24px;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .cf-dm-connect-rail {
        flex-direction: column;
    }

    .cf-dm-connect-item,
    .cf-dm-connect-item.highlight {
        transform: none;
    }

    .cf-dm-connect-item {
        padding: 38px 32px;
    }
}

/* Large Mobile */
@media (max-width: 768px) {
    .cf-dm-connect {
        padding: 110px 18px;
    }

    .cf-dm-connect-head h2 {
        font-size: 34px;
    }

    .cf-dm-connect-head p {
        font-size: 16px;
    }
}

/* Medium Mobile */
@media (max-width: 600px) {
    .cf-dm-connect-head h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .cf-dm-connect-item h3 {
        font-size: 20px;
    }

    .cf-dm-connect-item p {
        font-size: 15px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .cf-dm-connect {
        padding: 90px 16px;
    }

    .cf-dm-connect-head h2 {
        font-size: 26px;
    }

    .cf-dm-connect-item {
        padding: 28px 22px;
    }
}

/* Extra Small Devices */
@media (max-width: 360px) {
    .cf-dm-connect-head h2 {
        font-size: 24px;
    }

    .cf-dm-connect-item h3 {
        font-size: 18px;
    }

    .cf-dm-connect-item p {
        font-size: 14px;
    }
}

/* ================= END: Responsive Media Queries ================= */

/* ================= END: Digital Marketing Connected Services ================= */








/* ==========================DIGITAL MARKETING PROCESS / WORKFLOW — START========================== */

.dm-proc-section {
    position: relative;
    background: #000;
    padding: 80px 20px;
    overflow: hidden;
}

/* BACKGROUND */
.dm-proc-bg {
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, #fede00 0%, transparent 70%);
    top: -200px;
    right: -200px;
    opacity: 0.15;
    filter: blur(50px);
    z-index: 1;
}

.dm-proc-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.dm-proc-title {
    font-size: 42px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}

.dm-proc-subtitle {
    text-align: center;
    color: #ccc;
    margin-bottom: 50px;
}

/* FLOW STRUCTURE */
.dm-proc-flow {
    display: flex;
    flex-direction: column;
    gap: 70px;
    position: relative;
}

/* STEP ELEMENT */
.dm-proc-step {
    position: relative;
    background: linear-gradient(135deg, #111, #0a0a0a);
    border-left: 6px solid #fede00;
    padding: 30px;
    border-radius: 20px 0 20px 0;
    box-shadow: 0 0 20px rgba(254, 222, 0, 0.15);
}

.dm-proc-step h3 {
    color: #fede00;
    font-size: 22px;
    margin-bottom: 5px;
}

.dm-proc-step p {
    color: #ccc;
    font-size: 15px;
}

/* STEP NUMBER */
.dm-proc-number {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fede00, #bfa400);
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 25px rgba(254, 222, 0, 0.4);
}

/* CURVED CONNECTORS */
.dm-proc-connector {
    width: 3px;
    height: 60px;
    background: linear-gradient(to bottom, #fede00, transparent);
    margin: 0 auto;
    border-radius: 5px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .dm-proc-step {
        padding: 20px;
    }

    .dm-proc-number {
        width: 45px;
        height: 45px;
        top: -20px;
        left: -15px;
        font-size: 16px;
    }

    .dm-proc-title {
        font-size: 32px;
    }

    .dm-proc-flow {
        gap: 50px;
    }
}


/* ==========================DIGITAL MARKETING PROCESS / WORKFLOW — END========================== */



/* =========================== FEATURED SERVICE (SEO) - CSS START  ============================ */

.dm-feat-section {
    background: radial-gradient(circle at top left, #fede00 0%, #000 70%);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.dm-feat-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(254, 222, 0, 0.15);
    border-radius: 50%;
    top: -120px;
    left: -120px;
    filter: blur(60px);
}

.dm-feat-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    bottom: -150px;
    right: -100px;
    filter: blur(50px);
}

.dm-feat-container {
    max-width: 1250px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.dm-feat-left {
    flex: 1 1 500px;
    z-index: 3;
}

.dm-feat-title {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.dm-feat-title span {
    color: #fede00;
}

.dm-feat-sub {
    color: #ddd;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.dm-feat-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.dm-feat-list li {
    color: #fff;
    margin-bottom: 12px;
    font-size: 17px;
    padding-left: 20px;
    position: relative;
}

.dm-feat-list li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fede00;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.dm-feat-btn {
    display: inline-block;
    background: #fede00;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(254, 222, 0, 0.3);
    transition: 0.3s ease;
}

.dm-feat-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 30px rgba(254, 222, 0, 0.45);
}

.dm-feat-right {
    flex: 1 1 450px;
    position: relative;
}

.dm-feat-graphic {
    position: relative;
}

.dm-feat-circle {
    position: absolute;
    width: 330px;
    height: 330px;
    background: linear-gradient(135deg, #fede00, #000);
    border-radius: 50%;
    filter: blur(12px);
    animation: pulse 5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}

.dm-feat-seograph img {
    width: 100%;
    max-width: 480px;
    position: relative;
    /* border-radius: 20px; */
    /* box-shadow: 0 15px 40px rgba(0,0,0,0.5); */
    z-index: 3;
}

/* ============= RESPONSIVE ============= */

@media (max-width: 992px) {
    .dm-feat-title {
        font-size: 36px;
    }

    .dm-feat-container {
        text-align: center;
    }

    .dm-feat-right {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .dm-feat-title {
        font-size: 30px;
    }

    .dm-feat-sub {
        font-size: 16px;
    }

    .dm-feat-seograph img {
        max-width: 280px;
    }
}



/* ========================== FEATURED SERVICE (SEO) - CSS END ============================ */


/* -================== start of Digital Marketing Expertise Section ======================= */

.dm-exp-section {
    position: relative;
    overflow: hidden;
    padding: 120px 20px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.dm-exp-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000 50%, #fede00 50%);
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.15;
    animation: dm-exp-bg-move 10s infinite alternate;
}

@keyframes dm-exp-bg-move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Container */
.dm-exp-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}

/* Header */
.dm-exp-header {
    margin-bottom: 60px;
}

.dm-exp-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(90deg, #fede00, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dm-exp-subtitle {
    font-size: 1.2rem;
    margin-top: 15px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Cards Layout */
.dm-exp-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.dm-exp-card {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 20px;
    transition: transform 0.5s, box-shadow 0.5s;
    position: relative;
    overflow: hidden;
}

.dm-exp-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(254, 222, 0, 0.4);
}

.dm-exp-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.dm-exp-card-desc {
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
}

/* Floating Shapes */
.dm-exp-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    z-index: 1;
    animation: dm-exp-float 8s ease-in-out infinite;
}

.dm-exp-shape-1 {
    width: 150px;
    height: 150px;
    background: #fede00;
    top: -50px;
    left: 10%;
    animation-delay: 0s;
}

.dm-exp-shape-2 {
    width: 100px;
    height: 100px;
    background: #000;
    bottom: -30px;
    right: 15%;
    animation-delay: 2s;
}

.dm-exp-shape-3 {
    width: 200px;
    height: 200px;
    background: #fede00;
    top: 40%;
    left: 50%;
    animation-delay: 4s;
}

@keyframes dm-exp-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-25px) rotate(20deg);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .dm-exp-title {
        font-size: 2.5rem;
    }

    .dm-exp-subtitle {
        font-size: 1.1rem;
    }
}

/* -================== End of Digital Marketing Expertise Section ======================= */

/* --================= Start of Digital Marketing CTA Section ========================- */

.dm-cta-section {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, #111111 100%);
    color: #fff;
    padding: 120px 20px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.dm-cta-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
}

.dm-cta-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(90deg, #fede00, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

.dm-cta-text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #ddd;
}

.dm-cta-btn {
    display: inline-block;
    padding: 18px 45px;
    background: #fede00;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(254, 222, 0, 0.4);
}

.dm-cta-btn:hover {
    background: #fff200;
    transform: translateY(-3px);
}

/* Animated Background Shapes */
.dm-cta-shapes .dm-cta-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    z-index: 1;
    animation: dm-float 10s ease-in-out infinite;
}

.dm-shape-1 {
    width: 200px;
    height: 200px;
    background: #fede00;
    top: -50px;
    left: -30px;
    animation-delay: 0s;
}

.dm-shape-2 {
    width: 150px;
    height: 150px;
    background: #fff200;
    bottom: -40px;
    right: 20px;
    animation-delay: 2s;
}

.dm-shape-3 {
    width: 250px;
    height: 250px;
    background: #fede00;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 4s;
}

@keyframes dm-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-25px) rotate(15deg);
    }
}

@media (max-width: 991px) {
    .dm-cta-wrapper {
        padding: 0 15px;
    }

    .dm-cta-title {
        font-size: 2.2rem;
    }

    .dm-cta-text {
        font-size: 1rem;
    }
}

/* --================= end of Digital Marketing CTA Section ========================- */



/* ===================== DIGITAL MARKETING TESTIMONIALS START ===================== */
.dm-test {
    background:
        radial-gradient(circle at top left, rgba(254, 222, 0, 0.25), transparent 55%),
        radial-gradient(circle at bottom right, rgba(254, 222, 0, 0.15), transparent 60%),
        #0b0b0b;
    color: #fff;
    padding: 100px 20px;
}

.dm-test-wrap {
    max-width: 1200px;
    margin: auto;
}

.dm-test-head {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 70px;
}

.dm-test-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    margin-bottom: 18px;
}

.dm-test-title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 18px;
    font-weight: 800;
}

.dm-test-title span {
    color: #fede00;
}

.dm-test-sub {
    color: #d0d0d0;
    font-size: 17px;
}

/* GRID */
.dm-test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* ITEM */
.dm-test-item {
    background: linear-gradient(160deg, #111, #1a1a1a);
    padding: 32px;
    border-radius: 20px;
    position: relative;
    transition: all .4s ease;
    border: 1px solid rgba(254, 222, 0, .15);
}

.dm-test-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(140deg, rgba(254, 222, 0, .15), transparent 60%);
    opacity: 0;
    transition: .4s;
}

.dm-test-item:hover::before {
    opacity: 1;
}

.dm-test-item:hover {
    transform: translateY(-10px);
}

/* Highlight */
.dm-test-item.highlight {
    background: linear-gradient(160deg, #fede00, #ffd84d);
    color: #000;
    border: none;
}

.dm-test-item.highlight .dm-test-text,
.dm-test-item.highlight span {
    color: #000;
}

/* SCORE */
.dm-test-score {
    font-size: 22px;
    font-weight: 900;
    color: #fede00;
    margin-bottom: 16px;
}

.dm-test-item.highlight .dm-test-score {
    color: #000;
}

/* TEXT */
.dm-test-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 22px;
    color: #e0e0e0;
}

/* CLIENT */
.dm-test-client strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.dm-test-client span {
    font-size: 13px;
    color: #aaa;
}

/* FOOT */
.dm-test-foot {
    margin-top: 70px;
    text-align: center;
}

.dm-test-foot p {
    font-size: 15px;
    color: #ccc;
    margin-bottom: 22px;
}

.dm-test-cta {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 14px 32px;
    border-radius: 40px;
    font-weight: 800;
    text-decoration: none;
    transition: .3s;
}

.dm-test-cta:hover {
    transform: scale(1.05);
}

/* RESPONSIVE */
@media(max-width:900px) {
    .dm-test-grid {
        grid-template-columns: 1fr;
    }

    .dm-test-title {
        font-size: 32px;
    }
}

/* ===================== DIGITAL MARKETING TESTIMONIALS END ===================== */

























/* ---------------start- Premium FAQ Section ---------------- */

.cf-faq-section {
    padding: 4rem 2rem;
    background: radial-gradient(circle at top, #fede00 0%, #000 65%);
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

/* floating glowing dots */
.cf-faq-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(254, 222, 0, 0.15);
    filter: blur(120px);
    border-radius: 50%;
}

.cf-faq-title {
    font-size: 48px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

/* Container */
.cf-faq-container {
    display: flex;
    gap: 2rem;
    justify-content: center;
    width: 90%;
    margin: auto;
}

.cf-faq-col {
    width: 50%;
}

/* FAQ Item */
.cf-faq-item {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(254, 222, 0, 0.4);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 20px rgba(254, 222, 0, 0.1);
    transition: 0.3s ease;
}

.cf-faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(254, 222, 0, 0.3);
}

/* Question */
.cf-faq-question {
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.cf-faq-question span {
    font-size: 26px;
    transition: transform 0.3s ease;
}

/* Answer */
.cf-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: #ddd;
    font-size: 16px;
    line-height: 1.6;
    transition: all 0.4s ease;
}

.cf-faq-item.active .cf-faq-answer {
    max-height: 250px;
    opacity: 1;
    margin-top: 10px;
}

.cf-faq-item.active .cf-faq-question span {
    transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 992px) {
    .cf-faq-container {
        flex-direction: column;
        width: 100%;
    }

    .cf-faq-col {
        width: 100%;
    }

    .cf-faq-title {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .cf-faq-title {
        font-size: 28px;
    }
}


/* ----------------------------end faq section-------------------------- */


/* ================================contact-us-section================================== */


.con-main-section {
    display: flex;
    justify-content: center;
    padding: 5rem 0 5rem 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle farthest-side at 0% 50%,
            #282828 23.5%,
            rgba(255, 170, 0, 0) 0) 21px 30px,
        radial-gradient(circle farthest-side at 0% 50%,
            #2c3539 24%,
            rgba(240, 166, 17, 0) 0) 19px 30px,
        linear-gradient(#282828 14%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 85%,
            #282828 0) 0 0,
        linear-gradient(150deg,
            #282828 24%,
            #2c3539 0,
            #2c3539 26%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 74%,
            #2c3539 0,
            #2c3539 76%,
            #282828 0) 0 0,
        linear-gradient(30deg,
            #282828 24%,
            #2c3539 0,
            #2c3539 26%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 74%,
            #2c3539 0,
            #2c3539 76%,
            #282828 0) 0 0,
        linear-gradient(90deg, #2c3539 2%, #282828 0, #282828 98%, #2c3539 0%) 0 0 #282828;
    background-size: 40px 60px;
}

.contact-container {
    display: flex;
    width: 90%;
    max-width: 1100px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;

}

/* Left Side - Contact Info */
.contact-info {
    background: #fff387;
    padding: 40px;
    flex: 1;
}

.contact-info h2 {
    color: #e63946;
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-info p {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-detail i {
    font-size: 22px;
    background: #e63946;
    color: #fefefe;
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-detail h3 {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 5px;
}

.contact-detail p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

/* Social Links */
.con-social-links h3 {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 10px;
}

.con-social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #e63946;
    font-size: 20px;
    transition: 0.3s;
}

.con-social-links a:hover {
    color: #000;
}

/* Right Side - Contact Form */
.contact-form {
    padding: 40px;
    flex: 1;
}

.contact-form h2 {
    color: #333;
    font-size: 27px;
    margin-bottom: 20px;
    text-align: center;
}

.con-form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.con-form-group input {
    width: 100%;
    border: none;
    background: #fedc003c;
    padding: 1rem;
    border-radius: 40px;
    outline: none;
    font-family: "Poppins", sans-serif;

}



.con-form-foot textarea {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    font-family: "Poppins", sans-serif;

}

.con-form-foot textarea {
    resize: none;
}

.con-form-foot button {
    background: #fede00;
    color: #000;
    border: none;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.con-form-foot button:hover {
    background: #e63946;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        width: 100%;
        padding: 30px;
    }
}

/* ================================end-contact-us-section================================== */


/* --------------------------------whatsapp-chat-end----------------------------------------- */

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-icon {
    background: #25D366;
    color: white;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.whatsapp-popup {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: none;
    flex-direction: column;
    min-width: 180px;
}

.whatsapp-popup p {
    margin: 0;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.whatsapp-popup a {
    text-decoration: none;
    color: #25D366;
    font-weight: bold;
    padding: 8px;
    display: block;
    text-align: center;
    transition: background 0.3s ease;
}

.whatsapp-popup a:hover {
    background: #f0f0f0;
}


/* --------------------------------whatsapp-chat-end----------------------------------------- */

/* -----------------back-to-top and back-to-bottom------------------------------------ */


/* Back to Top Button (Right Side) */
.back-top-btn {
    position: fixed;
    bottom: 90px;
    /* Above WhatsApp */
    right: 30px;
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(20px);
    z-index: 1001;
}

/* Back to Bottom Button (Left Side) */
.back-bottom-btn {
    position: fixed;
    top: 90px;
    /* Appears on the left side */
    left: 30px;
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(-20px);
    z-index: 1001;
}

/* Show buttons when scrolled */
.back-top-show {
    opacity: 1;
    transform: translateY(0);
}

.back-bottom-show {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effects */
.back-top-btn:hover,
.back-bottom-btn:hover {
    background: #555;
}


/* -----------------back-to-top and back-to-bottom-end----------------------------------- */




/* -------------footer-starts-------------- */

.footer {
    background: #000000;
    color: #fede00;
    text-align: center;
    /* padding: 30px 0; */
    font-family: "Poppins", sans-serif;

    border: 2px solid #fede00;
}

/* Top Section */
.top-section {
    display: flex;
    justify-content: center;
}

.box {
    flex: 1;
    padding: 4rem 2rem;
    font-size: 45px;
    font-weight: bold;
    border: 1px solid #fede00;
    text-align: center;
}

.box a {
    text-decoration: none;
    color: #fede00;
    transition: all 0.3s ease-in-out;
}

.box:hover {
    background: #fede00;
}

.box:hover a {
    color: #000;
}

/* Middle Section */
.middle-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    flex-wrap: wrap;
}

/* Newsletter Styling */
.newsletter {
    width: 40%;
    text-align: left;
    position: relative;
}

.newsletter form {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.newsletter input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #fede00;
    padding: 10px;
    width: 60%;
    font-size: 16px;
    outline: none;
    /* Removes outline */
    transition: all 0.3s ease-in-out;
}

.newsletter input::placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #666;
}

.newsletter input:focus::placeholder {
    top: 10px;
    font-size: 12px;
    color: #fede00;
}

.newsletter .sub {
    position: absolute;
    /* right: 0; */
    left: 41%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 7px 15px;
    /* border: 1px solid #fede00;
    border-radius: 20px ; */
}

.newsletter .sub:hover {
    color: #e63946;
}

.small-text {
    font-size: 15px;
    margin-top: 7px;
    font-weight: 200;
}

/* Links */
.links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 2rem;
    margin-left: 2rem;
    gap: 1rem;
}



.links div {
    text-align: left;
}

.links h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.links ul {
    list-style: none;
}

.links ul li {
    margin-bottom: 5px;
}

.links ul li a {
    text-decoration: none;
    color: #fede00;
    font-size: 16px;
}

.links ul li a:hover {
    color: #e63946;
}





/* Bottom Section */
.bottom-section {
    text-align: center;
    padding: 30px 0;
}

.bottom-section h1 {
    font-size: 220px;
    font-weight: 900;
    font-family: codeverse;
    text-transform: capitalize;
}

.bottom-section h1:hover {
    text-shadow:
        2px 0 #fede00,
        0 -2px #fede00,
        -2px 0 #fede00,
        0 2px #fede00;
    color: #000;
    transition: text-shadow 1s, color .10s;

}

.social-icons img {
    width: 35px;
    height: 35px;
}


.bottom-section p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 200;
}

.icons {
    margin-top: 10px;
    font-size: 18px;
}

.sub {
    color: #fede00;
}




/* ========== RESPONSIVE DESIGN ========== */

/* Tablets and smaller screens */
@media (max-width: 1024px) {

    .top-section {
        flex-direction: column;
    }

    .box {

        font-size: 28px;
        padding: 1.5rem;
    }

    .middle-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .newsletter {
        width: 100%;
        text-align: center;
    }

    .newsletter form {
        justify-content: center;
    }

    .newsletter input {
        width: 70%;
    }

    .newsletter .sub {
        left: auto;
        right: 1rem;
    }

    .links {
        width: 100%;
        margin: auto;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .links div {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        padding-top: 1rem;
    }


}

/* Mobile screens */
@media (max-width: 768px) {
    .box {

        font-size: 24px;
        padding: 1rem;
    }

    .newsletter input {
        width: 80%;
    }

    .newsletter .sub {
        font-size: 15px;
    }

    .bottom-section h1 {
        font-size: 40px;
        letter-spacing: 5px;
        margin-left: -1rem;
    }

    .bottom-section p {
        font-size: 15px;
        padding: 0 1rem;

    }

    .links {
        width: 100%;
        margin: auto;
        padding-top: 1rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .support {
        text-align: center;
    }

}



/* =======================footer-ends========================= */