/* ===================hero================ */

.event-hero{
    padding:80px 0;
    background:#fff;
    overflow:hidden;
    position:relative;
}

.hero-badge{
    display:inline-block;
    background:#ffe8ef;
    color:#f5386d;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
}

.hero-title{
    font-size:41px;
    font-weight:700;
    color:#141c2f;
    line-height:1.15;
}

.hero-title span{
    background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text{
    font-size:16px;
    color:#666;
    line-height:1.5;
    max-width:480px;
}

.hero-btns{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.btn-gradientt{
    background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    color:#fff;
    padding:10px 13px;
    border-radius:8px;
    font-weight:600;
}

.btn-gradientt:hover{
    color:#fff;
    transform:translateY(-3px);
}

.btn-outline-gradient{
    border:2px solid #f5386d;
    color:#f5386d;
    padding:10px 13px;
    border-radius:8px;
    font-weight:600;
    background:#fff;
}

.btn-outline-gradient:hover{
    background:#f5386d;
    color:#fff;
}


.hero-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img{
    width: 100%;
    max-width: auto;   /* Desktop Width */
    height: 505px;      /* Desktop Height */
    /* object-fit: contain; */
    border-radius: 13px;

    -webkit-mask-image: linear-gradient(to left, black 75%, transparent 100%);
    mask-image: linear-gradient(to left, black 75%, transparent 100%);
}

/* Large Devices */
@media (max-width: 1199px){
    .hero-image img{
        max-width: auto;
        height: 450px;
    }
}

/* Tablet */
@media (max-width: 991px){
    .hero-image img{
        max-width: auto;
        height: auto;
    }
}

/* Mobile */
@media (max-width: 767px){
    .hero-image img{
        max-width: 100%;
        height: auto;
    }
}

/* Small Mobile */
@media (max-width: 575px){
    .hero-image img{
        width: 100%;
        height: auto;
    }
}



@media(max-width:991px){

.event-hero{
    text-align:center;
}

.hero-title{
    font-size:42px;
}

.hero-text{
    margin:auto;
}

.hero-btns{
    justify-content:center;
}

/* .hero-image{
    margin-top:50px;
} */

.plant{
    width:90px;
    right:30px;
}

.mug{
    width:80px;
}

}

@media(max-width:767px){

.event-hero{
    padding:60px 0;
}

.hero-title{
    font-size:34px;
}

.hero-text{
    font-size:16px;
}

.hero-btns{
    flex-direction:column;
}

.btn-gradientt,
.btn-outline-gradient{
    width:100%;
}

.plant{
    width:70px;
    right:20px;
}

.mug{
    width:60px;
}

.circle1{
    width:120px;
    height:120px;
}

.circle2{
    width:80px;
    height:80px;
}

.circle3{
    width:60px;
    height:60px;
}

}


/* =====================event and webinors================== */


.category-section{
    background:#fff;
}

.category-heading{
    font-size:25px;
    font-weight:700;
    color:#17233d;
}

.category-heading span{
    color:#f5386d;
}

.heading-line{
    width:55px;
    height:3px;
    background:#f5386d;
    margin:12px auto 0;
    border-radius:20px;
}

.category-card{
    background:#fff;
    border:1px solid #f3f3f3;
    border-radius:16px;
    padding:35px 20px;
    height:100%;
    transition:.35s;
    box-shadow:0 8px 30px rgba(0,0,0,.04);
}

.category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(245,56,109,.15);
}

.category-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff5f8;
    color:#f5386d;
    font-size:28px;
    transition:.35s;
}

.category-card:hover .category-icon{
    background:linear-gradient(90deg,#f5386d,#ff8a1e);
    color:#fff;
}

.category-card h5{
    margin-top:12px;
    margin-bottom:8px;
    font-size:14px;
    font-weight:700;
    color:#17233d;
}

.category-card p{
    margin:0;
    color:#6c757d;
    font-size:13px;
}

@media(max-width:991px){

.category-heading{
    font-size:23px;
}

.category-card{
    padding:30px 15px;
}

}

@media(max-width:767px){

.category-heading{
    font-size:20px;
}

.category-card{
    padding:25px 15px;
}

.category-icon{
    width:60px;
    height:60px;
    font-size:24px;
}

.category-card h5{
    font-size:14px;
}

.category-card p{
    font-size:14px;
}

}

@media(max-width:575px){

.category-card{
    margin:auto;
}

}


/*=================== our project============== *

/*==================================
 Mobile App Projects
===================================*/

.mobile-projects{
    background:#fff;
    position:relative;
}

.project-title{
    font-size:28px;
    font-weight:700;
    color:#18223d;
    margin-bottom:8px;
}

.project-title span{
    color:#ff3d7f;
}

.title-line{
    width:70px;
    height:4px;
    background:#ff3d7f;
    margin:12px auto 0;
    border-radius:30px;
}

.project-filter{
    margin-top:35px;
}

.filter-btn{
    border:1px solid #ececec;
    background:#fff;
    color:#566170;
    border-radius:8px;
    padding:8px 18px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.filter-btn:hover{
    background:#ff3d7f;
    color:#fff;
    border-color:#ff3d7f;
}

.filter-btn.active{
    background:#ff3d7f;
    color:#fff;
    border-color:#ff3d7f;
}

/* Tablet */

@media (max-width:991px){

.project-title{
    font-size:34px;
}

.project-filter{
    gap:10px;
}

}

/* Mobile */

@media (max-width:767px){

.project-title{
    font-size:28px;
}

.filter-btn{
    padding:8px 14px;
    font-size:13px;
}

}

.project-card{
    border:1px solid #f0e8ee;
    border-radius:18px;
    padding:22px;
    background:#fff;
    height:100%;
    transition:.35s;
}

.project-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.project-phone{
    max-height:155px;
    transition:.35s;
}

.project-card:hover .project-phone{
    transform:scale(1.05);
}

.project-icon{
    width:42px;
    height:42px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    margin-bottom:12px;
}

.bg-pink{
    background:#ff4d87;
}

.bg-blue{
    background:#5a7cff;
}

.bg-green{
    background:#21c78d;
}

.bg-orange{
    background:#ffae31;
}

.project-card h4{
    font-size:22px;
    font-weight:700;
    color:#18223d;
    margin-bottom:4px;
}

.project-category{
    display:block;
    color:#666;
    font-size:14px;
    font-weight:600;
    margin-bottom:12px;
}

.project-card p{
    color:#666;
    font-size:14px;
    line-height:1.4;
    margin-bottom:16px;
}

.case-link{
    color:#ff3d7f;
    text-decoration:none;
    font-weight:700;
    font-size:14px;
}

.case-link:hover{
    color:#ff3d7f;
}

.bg-orange2{
    background:#ff8f2c;
}

.bg-purple{
    background:#7b5cff;
}

.bg-sky{
    background:#28a9ff;
}


/*=========================================
 Mobile Projects Responsive
==========================================*/

.mobile-projects{
    padding:80px 0;
    background:#fff;
    overflow:hidden;
}

/* Card */

.project-card{
    background:#fff;
    border:1px solid #f2dfe7;
    border-radius:18px;
    padding:18px;
    height:100%;
    transition:all .35s ease;
    position:relative;
    overflow:hidden;
}

.project-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    border-color:#ff4f87;
}

/* Phone Image */

.project-phone{
    width:100%;
    max-width:95px;
    height:190px;
    object-fit:contain;
    transition:.35s;
}

.project-card:hover .project-phone{
    transform:scale(1.05);
}

/* Icon */

.project-icon{
    width:42px;
    height:42px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    margin-bottom:12px;
}

/* Heading */

.project-card h4{
    font-size:15px;
    font-weight:700;
    color:#18223d;
    margin-bottom:4px;
}

/* Category */

.project-category{
    display:block;
    color:#555;
    font-size:14px;
    font-weight:600;
    margin-bottom:6px;
}

/* Description */

.project-card p{
    font-size:14px;
    color:#6b7280;
    line-height:1.4;
    margin-bottom:16px;
}

/* Link */

.case-link{
    color:#ff3f7f;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    transition:.3s;
}

.case-link i{
    transition:.3s;
}

.case-link:hover{
    color:#ff3f7f;
}

.case-link:hover i{
    transform:translateX(5px);
}

/*==========================
 Large Desktop
===========================*/

@media (min-width:1400px){

.project-phone{
    max-width:100px;
    height:200px;
}

}

/*==========================
 Laptop
===========================*/

@media (max-width:1199px){

.project-card{
    padding:18px;
}

.project-phone{
    max-width:85px;
    height:175px;
}

.project-card h4{
    font-size:14px;
}

}

/*==========================
 Tablet
===========================*/

@media (max-width:991px){

.mobile-projects{
    padding:70px 0;
}

.project-card{
    padding:20px;
}

.project-phone{
    max-width:90px;
    height:180px;
}

.project-card h4{
    font-size:14px;
}

.project-card p{
    font-size:14px;
}

}

/*==========================
 Mobile
===========================*/

@media (max-width:767px){

.mobile-projects{
    padding:60px 0;
}

.project-card{
    padding:18px;
}

.project-phone{
    max-width:80px;
    height:160px;
    margin-bottom:15px;
}

.project-card h4{
    font-size:14px;
}

.project-category{
    font-size:13px;
}

.project-card p{
    font-size:13px;
    margin-bottom:12px;
}

.case-link{
    font-size:13px;
}

}

/*==========================
 Small Mobile
===========================*/

@media (max-width:575px){

.project-card{
    text-align:center;
}

.project-card .row{
    flex-direction:column;
}

.project-card .col-4,
.project-card .col-8{
    width:100%;
}

.project-phone{
    display:block;
    margin:auto auto 18px;
    max-width:90px;
    height:170px;
}

.project-icon{
    margin:0 auto 15px;
}

.project-card h4{
    font-size:14px;
}

.project-category{
    margin-bottom:10px;
}

.project-card p{
    max-width:280px;
    margin:0 auto 16px;
}

.case-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

}

.project-item{

    transition:.45s ease;

}

.project-item.hide{

    opacity:0;
    transform:scale(.9);
    pointer-events:none;
    position:absolute;

}

.project-item.show{

    opacity:1;
    transform:scale(1);

}

.project-card{

transition:.35s;
cursor:pointer;

}

.project-card:hover{

transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.project-card:hover .project-phone{

transform:scale(1.08) rotate(-2deg);

}

.project-card:hover .project-icon{

transform:rotate(10deg);

}

.project-icon{

transition:.35s;

}

.project-phone{

transition:.4s;

}

.case-link i{

transition:.3s;

}

.project-card:hover .case-link i{

transform:translateX(6px);

}


.view-project-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:52px;
    border:2px solid #ff4d87;
    color:#ff4d87;
    background:#fff;
    border-radius:10px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.35s ease;
}

.view-project-btn i{
    transition:.35s;
}

.view-project-btn:hover{
    background:#ff4d87;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(255,77,135,.25);
}

.view-project-btn:hover i{
    transform:translateX(5px);
}

@media(max-width:576px){

    .view-project-btn{
        width:100%;
        max-width:300px;
        height:50px;
        font-size:15px;
    }

}


/* ==================================

        our stories

=================================*/

 .ssq-section {
    background-color: #ffffff;
  }
 
  .ssq-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1b1b1b;
  }
  .ssq-heading-accent {
   background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
 
  /* Filter tabs */
  .ssq-filter-btn {
    border: 1px solid #e9e9ef;
    background-color: #ffffff;
    color: #4a4a55;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.3rem 1.1rem;
    border-radius: 5px;
    transition: all 0.25s ease;
  }
  .ssq-filter-btn:hover {
    border-color: #f5386d;
    color: #f5386d;
  }
  .ssq-filter-btn.ssq-filter-active {
    background: linear-gradient(90deg, #f5386d, #ff8a1e);
    border-color: transparent;
    color: #ffffff;
  }
 
  /* Card */
  .ssq-card {
    background: #ffffff;
    border: 1px solid #f0f0f5;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(20, 20, 43, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .ssq-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(20, 20, 43, 0.12);
  }
 
  .ssq-card-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 6 / 3;
    overflow: hidden;
  }
  .ssq-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .ssq-card:hover .ssq-card-img {
    transform: scale(1.06);
  }
 
  /* .ssq-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(90deg, #f5386d, #ff8a1e);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    text-transform: capitalize;
  } */


  .ssq-card-body{
    text-align: left;
}

.ssq-category{
    display: inline-block;
    width: auto !important;
    max-width: max-content;
    padding: 2px 10px;
    margin-bottom: 16px;

    background: linear-gradient(90deg,#ff4d8d,#ff2f6d);
    color: #fff;

    font-size: 12px;
    font-weight: 600;
    border-radius: 7px;

    float: left;
}

.ssq-card-title{
    clear: both;
}
 
  .ssq-card-body {
    padding: 1rem 1.1rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .ssq-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #343071;
    margin-bottom: 0.25rem;
  }
  .ssq-card-desc {
    font-size: 0.75rem;
    color: #757580;
    margin-bottom: 0.9rem;
  }
 
  .ssq-stats {
    margin-bottom: 0.9rem;
  }
  .ssq-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #faf9fb;
    border-radius: 8px;
    padding: 0.45rem 0.2rem;
  }
  .ssq-stat-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: #f5386d;
  }
  .ssq-stat-label {
    font-size: 0.62rem;
    color: #8b8b95;
    line-height: 1.15;
    margin-top: 2px;
  }
 
  .ssq-card-link {
    margin-top: auto;
    font-size: 0.85rem;
    font-weight: 600;
    color: #f5386d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .ssq-card-link:hover {
    color: #ff8a1e;
    gap: 10px;
  }
 
  .ssq-viewall-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #f5386d;
    color: #f5386d;
    font-weight: 600;
    padding: 0.65rem 1.8rem;
    border-radius: 7px;
    text-decoration: none;
    transition: all 0.25s ease;
  }
  .ssq-viewall-btn:hover {
    background: linear-gradient(90deg, #f5386d, #ff8a1e);
    color: #ffffff;
    border-color: transparent;
  }
 
  /* Responsive tweaks */
  @media (max-width: 767.98px) {
    .ssq-heading { font-size: 1.5rem; }
    .ssq-filter-btn { font-size: 0.8rem; padding: 0.45rem 0.9rem; }
    .ssq-stat-label { font-size: 0.58rem; }
  }


/*=========================
our seo process
==========================*/

 .seo-process-section {
    background: #ffffff;
  }
 
 .text-gradient {
    background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
 
  .seo-steps-row {
    position: relative;
  }
 
  /* dotted connector line - desktop only */
  .seo-steps-row::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 8%;
    right: 8%;
    border-top: 2px dotted #f5386d55;
    z-index: 0;
  }
 
  .seo-step {
    position: relative;
    z-index: 1;
    padding: 5px 8px;
  }
 
  /* small dot marker on the connector line between icons - desktop only */
  .seo-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 45px;
    right: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f5386d;
    transform: translateY(-50%);
    z-index: 2;
  }
 
  .seo-step-icon {
    position: relative;
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #f5386d;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.3s ease;
  }
 
  .seo-step-icon i {
    font-size: 28px;
    color: #f5386d;
  }
 
  .seo-step:hover .seo-step-icon {
    background: #f5386d;
    box-shadow: 0 8px 20px rgba(245, 56, 109, 0.3);
  }
 
  .seo-step:hover .seo-step-icon i {
    color: #fff;
  }
 
  .seo-step-number {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 26px;
    height: 26px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    background: #f5386d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .seo-step-title {
    font-weight: 700;
    font-size: 15px;
    color: #1c1c1c;
    margin-bottom: 8px;
  }
 
  .seo-step-desc {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 0;
  }
 
  /* Responsive tweaks */
  @media (max-width: 991.98px) {
    .seo-steps-row::before {
      display: none; /* hide connector line below desktop for cleaner stacked/grid layout */
    }
    .seo-step::after {
      display: none; /* hide dot markers along with the line */
    }
    .seo-step-icon {
      width: 75px;
      height: 75px;
    }
    .seo-step-icon i {
      font-size: 22px;
    }
  }
 
  @media (max-width: 575.98px) {
    .seo-step-icon {
      width: 65px;
      height: 65px;
    }
    .seo-step-title {
      font-size: 14px;
    }
    .seo-step-desc {
      font-size: 12px;
    }
  }


/* ================card csss======= */
.tp-feature-area{
    background:#fff;
}

.tp-feature-wrapper{
    border:1px solid #f2d9df;
    border-radius:18px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.tp-feature-box{
    position:relative;
    text-align:center;
    padding: 8px 13px 12px;
    height:100%;
    transition:.35s;
}

.tp-feature-box:hover{
    background:#fff7f9;
}

.tp-feature-box::after{
    content:"";
    position:absolute;
    right:0;
    top:16px;
    width:1px;
    height:calc(100% - 32px);
    background:#ececec;
}

.tp-last-box::after{
    display:none;
}

/* Divider + Dot */

/* .tp-divider{
    position:absolute;
    right:-1px;
    top:0;
    width:1px;
    height:34px;
    background:#ff4d8d;
} */

/* .tp-dot{
    position:absolute;
    top:-6px;
    left:50%;
    transform:translateX(-50%);
    width:11px;
    height:11px;
    border-radius:50%;
    background:#ff4d8d;
    border:3px solid #fff;
    box-shadow:0 0 0 1px #ff4d8d;
} */

.tp-icon{
    width:62px;
    height:62px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ff4d8d;
    font-size:28px;
    transition:.3s;
}

.tp-feature-box:hover .tp-icon{
    transform:translateY(-5px);
}

.tp-feature-box h5{
    font-size:15px;
    font-weight:700;
    color:#1b1b1b;
    margin-top:10px;
    margin-bottom:10px;
    line-height:1.4;
}

.tp-feature-box p{
    font-size:13px;
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.tp-feature-box::after{
    display:none;
}

.tp-divider{
    display:none;
}

.tp-feature-box{
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
}

}

/* Mobile */

@media(max-width:575px){

.tp-feature-box{
    padding:30px 12px;
}

.tp-icon{
    width:55px;
    height:55px;
    font-size:24px;
}

.tp-feature-box h5{
    font-size:14px;
}

.tp-feature-box p{
    font-size:12px;
    line-height:1.6;
}

}



/* ==========project ================*/

 

/* ============================================================
   CASE STUDIES SECTION CSS
   Prefix: csw-  (namespaced so it never overlaps with other
   sections' classes like .card, .icon-badge etc.)
   ============================================================ */
 
.csw-section {
  background: #ffffff;
}
 
.csw-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a2e;
}
 
.csw-heading-highlight {
  color: #f5386d;
}



/* ---- Filter buttons ---- */
.csw-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
 
.csw-filter-btn {
  background: #ffffff;
  border: 1px solid #e2e5eb;
  color: #4a4f57;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: all .2s ease;
}
 
.csw-filter-btn:hover {
  border-color: #f5386d;
  color: #f5386d;
}
 
.csw-filter-btn.csw-filter-active {
  background: #f5386d;
  border-color: #f5386d;
  color: #ffffff;
}
 
/* ---- View all button ---- */
.csw-viewall-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #f5386d;
  color: #f5386d;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 26px;
  border-radius: 30px;
  text-decoration: none;
  transition: all .2s ease;
}
 
.csw-viewall-btn:hover {
  background: #f5386d;
  color: #ffffff;
}
 
 
/* ---- Card: ROW layout -> phone LEFT (full height), content RIGHT ---- */
.csw-card {
  background: #ffffff;
  border: 1px solid #eceef2;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 14px;
  transition: box-shadow .25s ease, transform .25s ease;
}
 
.csw-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}
 
.csw-card-featured {
  border: 1.5px solid #f5386d;
  box-shadow: 0 8px 24px rgba(245, 56, 109, 0.12);
}
 
/* Phone thumbnail: fixed width, stretches full card height */
.csw-phone-wrap {
  width: 72px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
 
.csw-phone-img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-position: top center;
}
 
/* Right side content column */
.csw-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
 
.csw-icon-badge {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 8px;
  flex-shrink: 0;
}
 
.csw-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1px;
}
 
.csw-card-tag {
  font-size: 0.78rem;
  font-weight: 600;
  color: #9aa1ab;
  margin-bottom: 6px;
}
 
.csw-card-desc {
  font-size: 0.8rem;
  color: #6c757d;
  line-height: 1.45;
  margin-bottom: 10px;
  flex-grow: 1;
}
 
/* ---- Link (always bottom aligned) ---- */
.csw-card-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: #f5386d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}
 
.csw-card-link i {
  font-size: 0.75rem;
  transition: transform .2s ease;
}
 
.csw-card-link:hover {
  color: #ff8a1e;
}
 
.csw-card-link:hover i {
  transform: translateX(4px);
}
 
/* ---- Responsive ---- */
@media (max-width: 575.98px) {
  .csw-phone-wrap {
    width: 60px;
  }
  .csw-heading {
    font-size: 1.3rem;
  }
}



/*================= why choose========== */

.tp-mad-section {
    padding: 35px 0;
    background: #ffffff;
    overflow: hidden;
  }
 
  .tp-mad-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 21px;
    height: 100%;
  }
 
  .tp-mad-card.tp-mad-left-card {
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    border: 1px solid #f1f1f4;
  }
 
  .tp-mad-card.tp-mad-right-card {
    background: #fff8f9;
    border: 1px solid #fbe4ea;
  }
 
  .tp-mad-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1c1c2b;
    margin-bottom: 24px;
  }
 
  .tp-mad-heading .tp-mad-highlight {
    background: linear-gradient(90deg, #f5386d, #ff8a1e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
 
  /* ---------- Process steps ---------- */
  .tp-mad-steps {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 4px;
    align-items: start;
  }
 
  .tp-mad-steps::before {
    content: "";
    position: absolute;
    top: calc(clamp(36px, 12vw, 68px) / 2);
    left: 8%;
    right: 8%;
    border-top: 2px dashed #f5c2d3;
    z-index: 0;
  }
 
  .tp-mad-step {
    position: relative;
    z-index: 1;
    text-align: center;
    min-width: 0;
    padding: 0 4px;
  }
 
  .tp-mad-step-icon {
    width: clamp(36px, 12vw, 68px);
    height: clamp(36px, 12vw, 68px);
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fde3ea, #ffe7d1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.8rem, 3vw, 1.4rem);
    background-clip: padding-box;
  }
 
  .tp-mad-step-icon i {
    background: linear-gradient(135deg, #f5386d, #ff8a1e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
 
  .tp-mad-step-num {
    font-size: 0.75rem;
    font-weight: 700;
    color: #f5386d;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
  }
 
  .tp-mad-step-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1c1c2b;
    margin-bottom: 6px;
  }
 
  .tp-mad-step-desc {
    font-size: 0.78rem;
    color: #6b6b7b;
    line-height: 1.4;
    margin-bottom: 0;
  }
 
  /* ---------- Why choose us ---------- */
  .tp-mad-why-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1c1c2b;
    margin-bottom: 26px;
  }
 
  .tp-mad-checklist {
    margin-bottom: 30px;
  }
 
  .tp-mad-checklist {
    list-style: none !important;
    padding-left: 0 !important;
  }
 
  .tp-mad-checklist li {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    float: none !important;
    position: static !important;
    gap: 12px;
    font-size: 0.85rem;
    color: #33333f;
    font-weight: 500;
    margin: 0 0 14px 0 !important;
    list-style: none !important;
  }
 
  .tp-mad-checklist li:last-child {
    margin-bottom: 0 !important;
  }
 
  .tp-mad-checklist li::before,
  .tp-mad-checklist li::marker {
    content: none !important;
  }
 
  .tp-mad-check-icon {
    flex: 0 0 22px !important;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5386d, #ff8a1e);
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: #fff;
    margin-top: 2px;
    float: none !important;
    position: static !important;
    order: -1;
  }
 
  .tp-mad-check-icon i {
    line-height: 1;
  }
 
  .tp-mad-rocket-wrap {
    text-align: center;
  }
 
  .tp-mad-rocket-wrap img {
    max-height: 220px;
    width: auto;
  }
 
  /* ---------- Responsive ---------- */
  @media (max-width: 991.98px) {
    .tp-mad-card {
      padding: 30px 22px;
    }
  }
 
  @media (max-width: 767.98px) {
    .tp-mad-steps {
      grid-template-columns: 1fr !important;
      row-gap: 0;
    }
 
    .tp-mad-steps::before {
      top: 0;
      bottom: 0;
      left: 34px;
      right: auto;
      width: 0;
      border-top: none;
      border-left: 2px dashed #f5c2d3;
    }
 
    .tp-mad-step {
      display: flex;
      align-items: center;
      text-align: left;
      gap: 18px;
      padding: 14px 0;
    }
 
    .tp-mad-step-icon {
      width: 56px;
      height: 56px;
      margin: 0;
      flex: 0 0 56px;
    }
  }
 
  @media (max-width: 575.98px) {
    .tp-mad-section {
      padding: 45px 0;
    }
 
    .tp-mad-heading,
    .tp-mad-why-heading {
      font-size: 1.3rem;
    }
  }


  /* ============================card icons =============== */


  .counter-section{
    background:#fff;
}

.counter-wrapper{
    background:linear-gradient(90deg,#ff4d87,#ff2f7d);
    border-radius:12px;
    overflow:hidden;
    padding:12px 10px;
}

.counter-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:10px 15px;
    height:100%;
    position:relative;
}

.counter-item::after{
    content:"";
    position:absolute;
    right:0;
    top:20%;
    height:60%;
    width:1px;
    background:rgba(255,255,255,.25);
}

.counter-item:last-child::after{
    display:none;
}

.counter-icon{
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    flex-shrink:0;
}

.counter-content h3{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin:0;
    line-height:1;
}

.counter-content p{
    color:#fff;
    font-size:16px;
    margin:6px 0 0;
    opacity:.95;
    white-space:nowrap;
}

@media (max-width:991px){

    .counter-item{
        justify-content:flex-start;
        padding:15px;
    }

    .counter-item::after{
        display:none;
    }

    .counter-content h3{
        font-size:24px;
    }

    .counter-content p{
        font-size:12px;
    }
}

@media (max-width:576px){

    .counter-wrapper{
        padding:8px;
    }

    .counter-item{
        gap:10px;
        padding:12px 10px;
    }

    .counter-icon{
        width:38px;
        height:38px;
        font-size:15px;
    }

    .counter-content h3{
        font-size:22px;
    }

    .counter-content p{
        font-size:11px;
    }
}


/* what our client says */


 .tp-tt-wrapper{
    background:#fff5f7;
    padding:60px 0;
    font-family:'Segoe UI',Arial,sans-serif;
  }
 
  /* ---------- shared card shell ---------- */
  .tp-tt-card{
    background:#fdf4f6;
    border-radius:18px;
    padding:15px 18px;
    height:100%;
  }
  .tp-tt-heading{
    font-weight:700;
    font-size:1.55rem;
    margin-bottom:3px;
    color:#1e2430;
  }
  .tp-tt-heading .tp-tt-accent{
     background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
 
  /* ---------------------------------------------------------
     LEFT CARD — Testimonials
     --------------------------------------------------------- */
  .tp-testi-quote-icon{
    color:#f5386d;
    font-size:1.8rem;
    line-height:1;
    font-family:Georgia,serif;
    font-weight:700;
    margin-bottom:6px;
  }
  .tp-testi-text{
    font-size:.72rem;
    color:#4a4f58;
    line-height:1.6;
    margin-bottom:2px;
    min-height:69px;
  }
  .tp-testi-person{
    display:flex;
    align-items:center;
    gap:12px;
  }
  .tp-testi-avatar{
    width:46px;
    height:46px;
    border-radius:50%;
    object-fit:cover;
    flex-shrink:0;
    background:#e9c9d2;
  }
  .tp-testi-name{
    font-weight:700;
    font-size:.9rem;
    color:#1e2430;
    margin-bottom:2px;
  }
  .tp-testi-role{
    font-size:.78rem;
    color:#8a8f98;
  }
  .tp-testi-col + .tp-testi-col{
    border-left:1px solid #eddce1;
  }
  @media (max-width:767px){
    .tp-testi-col + .tp-testi-col{
      border-left:none;
      border-top:1px solid #eddce1;
      padding-top:20px;
      margin-top:20px;
    }
  }
 
  /* carousel dots */
  .tp-testi-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:6px;
  }
  .tp-testi-dots button{
    width:9px;
    height:9px;
    border-radius:50%;
    border:none;
    background:#f3c2d0;
    opacity:1;
    padding:0;
  }
  .tp-testi-dots button.active{
    background:#f5386d;
    width:11px;
    height:11px;
  }
 
  /* ---------------------------------------------------------
     RIGHT CARD — SEO Tools & Technologies
     --------------------------------------------------------- */
  .tp-tools-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    row-gap:44px;
    column-gap:10px;
    align-items:center;
  }
  @media (max-width:767px){
    .tp-tools-grid{ grid-template-columns:repeat(2,1fr); }
  }
  .tp-tools-item{
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .tp-tools-logo{
    display:flex;
    align-items:center;
    gap:6px;
    font-weight:700;
    white-space:nowrap;
  }
  .tp-tools-logo small{
    display:block;
    font-size:.62rem;
    font-weight:600;
    color:#6b7280;
  }
 
  .tp-tools-ga{ color:#4a4f58; font-size:1.rem; }
  .tp-tools-ga .tp-tools-bars{ display:inline-flex; align-items:flex-end; gap:2px; height:18px; }
  .tp-tools-ga .tp-tools-bars span{ width:4px; display:block; border-radius:2px; }
  .tp-tools-ga .tp-tools-bars span:nth-child(1){ height:8px; background:#f9ab00; }
  .tp-tools-ga .tp-tools-bars span:nth-child(2){ height:13px; background:#e37400; }
  .tp-tools-ga .tp-tools-bars span:nth-child(3){ height:18px; background:#e94235; }
 
  .tp-tools-gsc{ color:#4a4f58; font-size:.95rem; }
  .tp-tools-gsc-icon{
    width:20px;height:20px;border-radius:4px;
    background:conic-gradient(#4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
    flex-shrink:0;
  }
 
  .tp-tools-semrush{ color:#ff642d; font-size:1.15rem; font-family:Georgia,serif; letter-spacing:-.5px; }
  .tp-tools-ahrefs{ color:#0070f3; font-size:1.2rem; font-style:italic; }
  .tp-tools-moz{ color:#00b5af; font-size:1.3rem; letter-spacing:1px; }
  .tp-tools-frog{ font-size:1.05rem; }
  .tp-tools-frog span:first-child{ color:#1e2430; }
  .tp-tools-frog span:last-child{ color:#5aa02c; }
  .tp-tools-uber{ color:#ff5c35; font-size:1.05rem; }
  .tp-tools-yoast{ color:#a02b93; font-size:1.25rem; font-style:italic; }



  /*=========================
 CTA Section
==========================*/

.cta-section{

    background:#fff;

}

.cta-box{

    background:linear-gradient(90deg,#ff3f7f 0%, #ff5d92 45%, #ffa1bd 100%);
    border-radius:14px;
    padding:12px 30px;
    overflow:hidden;
    position:relative;

}

.cta-box::before{

    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at left,
    rgba(255,255,255,.15),transparent 45%);
    pointer-events:none;

}

.cta-img{

    max-width:175px;

}

.cta-box h2{

    color:#fff;
    font-size:26px;
    font-weight:700;
    margin-bottom:10px;

}

.cta-box p{

    color:#fff;
    opacity:.95;
    font-size:14px;
    line-height:1.7;
    margin-bottom:0;

}

.cta-btn{

    background:#fff;
    color:#ff3f7f;
    font-weight:700;
    padding:16px 32px;
    border-radius:10px;
    transition:.35s;
    white-space:nowrap;

}

.cta-btn:hover{

    background:#18223d;
    color:#fff;

}

.cta-btn i{

    transition:.35s;

}

.cta-btn:hover i{

    transform:translateX(6px);

}

/* Laptop */

@media(max-width:1199px){

.cta-box{

    padding:25px;

}

.cta-box h2{

    font-size:26px;

}

}

/* Tablet */

@media(max-width:991px){

.cta-box{

    text-align:center;
    padding:30px 25px;

}

.cta-img{

    max-width:120px;
    margin-bottom:15px;

}

.cta-box h2{

    font-size:26px;

}

.cta-box p{

    font-size:13px;

}

}

/* Mobile */

@media(max-width:767px){

.cta-box{

    padding:25px 20px;

}

.cta-img{

    max-width:100px;

}

.cta-box h2{

    font-size:24px;

}

.cta-box p{

    font-size:13px;

}

.cta-btn{

    width:100%;
    margin-top:20px;
    padding:14px;

}

}