.mainmenu > .menu-item-has-children .axil-submenu li a::after {
    display: none !important;
}


    
    .pay-btn {
  background: var(--color-primary);
  color: #fff !important;
  padding: 0px 16px;
  border: 1px solid var(--color-primary);
  border-radius: 6px;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 36px !important;  
  transition: all 0.3s ease !important;
}

.pay-btn::before {
  display: none !important;
}
.pay-btn:hover {
  background-color: var(--color-link);
  transform: translateY(-2px);
}

/* =========================
   Banner Section
========================= */

.highlight {
    color: var(--color-link);
    display: inline;
}

h2, .h2 {
    font-size: 48px;
    line-height: 1.2;
}

@media only screen and (min-width: 344px) and (max-width: 992px) {
    h2, .h2 {
    font-size: 24px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner {
        padding-top: 170px;
        padding-bottom: 80px;
    }
    .banner.banner-style-1 .banner-content .title {
        font-family: Poppins, Montserrat, sans-serif;
        font-size: 53px;
        font-weight: 800;
        line-height: 1.1em;
        letter-spacing: -1.6px;
    }

    .banner .banner-content .subtitle {
        font-size: var(--font-body-2);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h3,.h3{
        font-family: "Poppins", Montserrat, Sans-serif;
        font-size: 38px;
        font-weight: 800;
        line-height: 1.3em;
        letter-spacing: -0.6px;
    }
    
    h2, .h2 {
        font-size: 38px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .banner .banner-content  {
        padding-top: 140px;
    }
    
    .banner-thumbnail {
        position: relative;
        transform: translateY(-190px);
    }

    .banner-thumbnail video {
        width: 100%;
        height: auto;
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 998px) {

    .banner-thumbnail {
        transform: translateY(-80px); 
    }

}
h2, .h2 {
    font-family: "Poppins", Montserrat, Sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -1.6px;
}

.btn-group {
    display: flex;
}
.banner .banner-content .axil-btn {
    padding: 10px 30px;
}

.axil-btn {
    border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner {
        padding: 0;
        min-height: 100%;
    }
}
@media only screen and (max-width: 1199px) {

    .banner-thumbnail {
        display: flex;
        align-items: center; 
        justify-content: center;
        height: 100%;
    }

    .banner-thumbnail .large-thumb {
        width: 100%;
    }

    .banner-thumbnail video {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media only screen and (max-width: 767px) {

    .banner {
        padding-top: 130px;
        padding-bottom: 40px;
    }

    .banner .banner-content {
        padding-top: 0;
    }

    .banner.banner-style-1 .banner-content .title {
        font-size: 24px;
        line-height: 1.3em;
        letter-spacing: 0;
    }

     .banner .banner-content .subtitle {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
    }

    .btn-group {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px;
        margin-top: 15px;
    }

    .banner .banner-content .axil-btn {
        flex: 1;              
        padding: 10px;
        font-size: 13px;
        text-align: center;
        white-space: nowrap;
    }
   
    .banner-thumbnail {
        transform: none;  
        margin-top: 30px;
    }

    .banner-thumbnail video {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .shape-group-21,
    .shape-group {
        display: none;
    }
}
/* =========================
   Client Section
========================= */
.section-padding {
    padding: 50px 0 30px;
}

/* SECTION */
.client-logo-area {
    background: #f4f3f1;
    padding: 10px 0;
}

.client-logo-box {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;   
    margin: 0 auto;
}

.client-logo-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.client-logo {
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-logo img {
    max-height: 80px;
    width: auto;
}

@media (max-width: 768px) {
    .client-logo {
        flex: 0 0 50%; 
    }
}

/* =========================
   About Section
========================= */

.case-study-featured .section-heading .title {
    display: block;
}

@media only screen and (max-width: 1199px) {
    .section-heading .title {
        font-size: 25px;
    }
}
.core-strengths {
    margin-top: 20px;
}

.core-strengths h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.strength-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 15px;
    font-size: 14px;
}

.strength-list i {
    color: var(--color-blue-shade); 
    margin-right: 6px;
}

/* COUNTERS */
.stats-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    gap: 20px;
}

.stat-box {
    text-align: center;
    flex: 1;
}
.stat-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-blue-shade);
    margin-bottom: 3px;
}

.stat-box p {
    font-size: 13px;
    color: #555;
}

@media (max-width: 768px) {
    .stats-row {
        flex: 0 0 50%; 
        gap: 15px;
    }
    .strength-list {
        grid-template-columns: 1fr;
    }
}
/* =========================
   SERVICEs Section
========================= */
.services {
    height: 100vh !important;
    overflow: hidden;
    padding: 0 80px !important;
    box-sizing: border-box;
}

.services-inner {
    display: flex;
    height: 100vh;
}

/* LEFT */
.images {
    width: 50%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain; 
    top: 0;
    left: 0;
    clip-path: inset(100% 0 0 0);
    
}
/* RIGHT */
.contents {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.content-service {
    height: 100vh;
    position: absolute; 
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    opacity: 0;
}

.content-service h2{
     font-family: var(--font-primary) !important;
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    right: 50%;
    z-index: 10;
    animation: rotateScroll 20s linear infinite;
}

.scroll-down img {
    width: 90px;
}

/* rotation animation */
@keyframes rotateScroll {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .services {
        overflow: hidden;
    padding: 0 10px !important;
    }
    
    .content-service h2{
         font-family: var(--font-primary) !important;
         font-size: 24px;
    }
    
    .content-service {
         height: 100vh;
        padding: 0 15px;
    }
    .images{
        height: 100vh;
    }
}

@media (max-width: 998px) {

     .services {
        height: auto !important;
        overflow: visible;
        padding: 40px 20px !important;
    }

    .services-inner {
        display: block;
        height: auto;
    }

    .images {
        display: none;
    }

    .contents {
        width: 100%;
        position: relative;
    }

    .content-service {
        position: relative;
        height: auto;
        opacity: 1 !important;
        transform: none !important;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

     .content-service::before {
        content: "";
        display: block;
        width: 100%;
        height: 100vw;       
        max-height: 100%;  
        min-height: 300px;
        margin-bottom: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* IMAGE MAPPING */
    .content-service:nth-child(1)::before {
        background-image: url('../media/services/services-01.png');
    }

    .content-service:nth-child(2)::before {
        background-image: url('../media/services/services-02.png');
    }

    .content-service:nth-child(3)::before {
        background-image: url('../media/services/services-03.png');
    }

    .content-service:nth-child(4)::before {
        background-image: url('../media/services/services-04.png');
    }

    .content-service:nth-child(5)::before {
        background-image: url('../media/services/services-05.png');
    }

    .content-service h2,
    .content-service h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .content-service p {
        font-size: 14px;
        line-height: 1.6;
    }

    .content-service ul {
        padding-left: 18px;
    }

    .content-service li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    /* HIDE SCROLL ICON */
    .scroll-down {
        display: none;
    }
}
/* Tablet (768–998) */
@media only screen and (min-width: 768px) and (max-width: 998px) {

    .content-service h2,
    .content-service h3 {
        font-size: 30px !important;
    }

    .content-service p {
        font-size: 24px !important;
    }

    .content-service li {
        font-size: 20px !important;
    }

}

/* Mobile (below 768) */
@media (max-width: 767px) {

    .content-service h2,
    .content-service h3 {
        font-size: 20px;
    }

    .content-service p {
        font-size: 14px;
    }

    .content-service li {
        font-size: 14px;
    }

}
/*--==============CLIENT AREA START=======================--*/
.client-section {
    padding: 80px 0;
    background: #f9fbff;
}

.client-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
/* LOGO STYLE */
.client-logos img {
    flex: 0 0 calc(100% / 7 - 20px);
    max-width: 120px;
    height: auto;
    object-fit: contain;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.client-logos img:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}  box-shadow: 0 6px 20px rgba(0,0,0,0.1);


/* TABLET */
@media (max-width: 992px) {
    .client-logos {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .client-logos {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*--==============PORTFOLIO AREA START=======================--*/
.portfolio-section {
    padding: 100px 10px;
    background: #fcfcfc;
}

.portfolio-header p {
    max-width: 600px;
    margin: 10px auto 50px;
    color: #666;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.portfolio-card {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.08),
        0 2px 6px rgba(0,0,0,0.06);
}
.portfolio-card:hover {
    transform: translateY(-8px);

    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 10px 15px rgba(0,0,0,0.08);
}

.img-wrapper {
    height: 100%;
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 6s linear;
}

.portfolio-card:hover img {
    transform: translateY(calc(-100% + 320px));
}



.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.overlay span {
    font-size: 12px;
    opacity: 0.8;
}

.overlay h5 {
    margin-top: 5px;
}

.portfolio-card:hover {
    transform: scale(1.03);
}

@media(max-width:992px){
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:576px){
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}

/*--==============Achieve AREA START=======================--*/

.goal-section {
    padding: 80px 0;
    text-align: center;
}

.goal-cards {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.goal-card {
     width: 100%;
    max-width: 370px;
    border: 3px solid rgba(59, 130, 246, 0.2);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: 0.4s;
}

.goal-card:hover {
    transform: translateY(-10px);
}

.card-top {
    padding: 30px;
    color: #fff;
}

.card-top i {
    font-size: 40px;
    margin-bottom: 10px;
}

.card-top h3 {
    font-size: 20px;
    font-weight: 800;
}

.red .card-top {
    background: #020202;
}
.red .card-top h3{
    color: #ffffff;
}

.blue .card-top {
    background: var(--color-link);
}
.blue .card-top h3{
   color: #fcfcfc;
}

.card-body {
    padding: 25px;
    text-align: left;
}

.card-body p {
    font-size: 14px;
    color: #555;
    margin: 0 0 15px 0 !important;
}

.card-body h4 {
    margin-top: 15px;
    color: var(--color-primary);
    font-size: 16px;
    font-weight:700;
}

.card-body ul li {
    list-style: none;
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
}

.card-body ul li i {
    color: #0d6efd;
    margin-right: 8px;
}

.goal-card.active {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .goal-cards {
        flex-direction: column;
        align-items: center;
        
    }
}
@media (max-width: 576px) {

    .goal-card {
        width: 100%;
        max-width: 100%;
    }

    .goal-cards {
        padding: 0 15px;  /* side gap */
    }

}

/* =========================
   Industry Section
========================= */

.industry-main {
    position: relative;
    padding: 10px 0 50px;
    background: #f5f5f5;
    overflow: hidden;
}

.industry-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 90%;   
    background: var(--color-dark);
    border-radius: 15px;
    z-index: 0;
}

.industry-top {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 40px;
}

.industry-top h2{
    color: var(--color-white);
    font-weight: 500;
    letter-spacing: -0.025em;
}

.industry-top p {
    color: var(--color-gray-4);
    font-size: var(--font-body-1);
    width: 50%;
    margin: 0 auto 40px;

}

.industry-slider {
    position: relative;
    z-index: 2;
}

.industry-card {
    padding: 1px !important;
    transform: scale(0.98);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.industry-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
}

.slick-center .industry-card {
    transform: scale(1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

    padding: 20px;

    background: rgba(0, 0, 0, 0.4); 
    opacity: 0;
    transition: 0.4s ease;
}

.overlay h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.industry-card:hover .overlay {
    opacity: 1;
}

body {
    overflow-x: hidden;
}

.slick-slide {
    padding: 0 5px;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;

    background: #000; 
    border-radius: 50%;
    border: none;

    cursor: pointer;
}

.slick-prev {
    left: 12px;
}

.slick-next {
    right: 12px;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    color: #fff; 
    opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
    background: #333;
}

@media(max-width:1199px){

    .industry-top h2{
        font-size: 32px !important;
        font-weight: 600;
    }

    .industry-card img {
       height: 370px;
    }
}
/* MOBILE FIX */
@media(max-width:998px){

    .industry-main {
        padding: 30px 0 40px;
    }

    .industry-main::before {
        width: 92%;
        height: 75%;
        border-radius: 20px;
    }

    /* TEXT SECTION */
    .industry-top {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .industry-top h2{
        font-size: 24px;
        line-height: 1.3;
    }

    .industry-top p {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 30px;
        line-height: 1.7;
    }

    .industry-slider {
        margin-top: 10px;
    }

    /* CARD FIX */
    .industry-card {
        padding: 0;
        transform: scale(1);
    }

    .industry-card img {
        height: 420px;
        border-radius: 15px;
        padding: 0px 8px 0px;
    }

    .slick-slide {
        padding: 0 8px;
    }

    .slick-list {
        margin: 0 -8px;
    }
    
    
}

/*--============== SUCCESS STORY AREA START=======================--*/


.reel-slider {
    position: relative;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.card {
    position: absolute;
    width: 280px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;

    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease;

    z-index: 1; /* default */
}


.card iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.card.active {
    opacity: 1;
    transform: scale(1);
    z-index: 5; /* sabse upar */
}


.card.prev1 {
    transform: translateX(-130px) scale(0.9);
    opacity: 0.7;
    z-index: 4;
}


.card.prev2 {
    transform: translateX(-250px) scale(0.8);
    opacity: 0.4;
    z-index: 3;
}

.card.next1 {
    transform: translateX(130px) scale(0.9);
    opacity: 0.7;
    z-index: 4;
}

.card.next2 {
    transform: translateX(250px) scale(0.8);
    opacity: 0.4;
    z-index: 3;
}


.card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    transition: 0.4s;
}

.card.active::after {
    background: transparent;
}

.btn {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.prev { left: 20%; }
.next { right: 20%; }



/*--==============FAQ AREA START=======================--*/

.faq-split {
    display: flex;
    max-width: 1000px;
    margin: 80px auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.faq-left {
    width: 40%;
    background: #f7f7f7;
    padding: 30px;
}

.faq-item {
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}

.faq-item:hover {
    background: #eaeaea;
}

.faq-item.active {
    background: #000;
    color: #fff;
}

.faq-right {
    width: 60%;
    padding: 40px;
}

.faq-content {
    display: none;
    animation: fade 0.4s ease;
}

.faq-content.active {
    display: block;
}

.faq-content h2 {
    margin-bottom: 10px;
}

.faq-content p {
    color: #555;
    line-height: 1.6;
}

@keyframes fade {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.faq-bg {
    position: relative;
    height: 100%;
    min-height: 350px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#faq-1 .faq-bg {
    background-image: url('https://images.unsplash.com/photo-1559027615-cd4628902d4a');
}

#faq-2 .faq-bg {
    background-image: url('https://images.unsplash.com/photo-1492724441997-5dc865305da7');
}

#faq-3 .faq-bg {
   background-image: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1200&auto=format&fit=crop&q=80');
}

#faq-4 .faq-bg {
    background-image: url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d');
}

#faq-5 .faq-bg {
    background-image: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c');
}

#faq-6 .faq-bg {
    background-image: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d');
}

.faq-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.faq-inner {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: #fff;
    z-index: 2;
}

.faq-inner h3 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
}

.faq-inner p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
}
@media (max-width: 768px) {

    .faq-split {
        flex-direction: column;
    }

    .faq-right {
        display: none !important;
    }

    .faq-left {
        width: 100%;
        padding: 15px;
    }

    .faq-item {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 12px 15px;
        margin-bottom: 10px;
        cursor: pointer;
        position: relative;
    }

    .faq-item.active {
        background: #000;
        color: #fff;
    }

    .faq-content.mobile-answer {
        display: block !important;
        background: #f9f9f9;
        padding: 12px 15px;
        margin: 8px 0 15px 0;
        border-radius: 10px;
        border-left: 3px solid #000;
    }
}

/*--============== Marketing Comparison AREA START=======================--*/

.marketing-comparison {
    padding: 80px 20px;
    text-align: center;
    background: #f7f7f7;
    font-family: 'Poppins', sans-serif;
}

.comparison-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    background: #f7f7f7;
    
    position: relative;
}

.comparison-wrapper::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    height: 80%;
    border-left: 2px dotted #ccc;
    transform: translateX(-50%);
}

.compare-box {
    width: 400px;
    background: #fff;
    border: 4px solid rgba(59, 130, 246, 0.2);
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden; 
}

.compare-box h4 {
    font-family: "Poppins", Montserrat, Sans-serif;
    text-align: center;
    font-size: 29px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -1.1px;
    background: #ffffff;
    padding: 20px 10px;
    margin: -30px -20px 0px -35px;
}

.compare-box ul {
    text-align: center;
    list-style: none;
    padding: 20px;
    background: #f3f4f6;
    margin: 0 -30px -30px -30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.compare-box ul li {
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
}

.compare-box ul li span {
    display: block;
    color: var(--color-link);
    font-weight: 600;
    margin-bottom: 3px;
}

.vs {
    font-weight: bold;
    color: var(--color-link);
    font-size: 20px;
    position: relative;
    z-index: 2;
    background: #f7f7f7;
    padding: 5px 10px;
}



.badge {
    position: absolute;
    top: 20px;
    right: -40px; 
    background: var(--color-primary);
    color: #fff;
    padding: 6px 40px;
    font-size: 12px;
    text-align: center;
    transform: rotate(45deg); 
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    
    
    .comparison-wrapper::before {
        display: none;
    }
    
    .marketing-comparison .section-heading .title {
        line-height: 1.4;
    }

    .marketing-comparison .section-heading .title .highlight {
        display: block;  
        margin: 5px 0;
    }
    .marketing-comparison .compare-box {
        padding-top: 40px;  
    }

    .marketing-comparison .badge {
        top: 12px;           
        right: -60px;       
        transform: rotate(45deg) scale(0.9);
    }
}