.py-60{
    padding:60px 0;
}

.smm-hero-section{
    background:linear-gradient(135deg,#faf5ff 0%,#ffffff 100%);
    overflow:hidden;
}

.smm-badge{
    display:inline-block;
    padding:9px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#7c3aed,#ec4899);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
    letter-spacing:.5px;
}

.smm-title{
    font-size:44px;
    font-weight:600;
    color:#2d1457;
    line-height:1.25;
    margin-bottom:22px;
}

.smm-text{
    font-size:17px;
    color:#5f5672;
    font-weight:400;
    line-height:1.9;
    margin-bottom:18px;
}

.smm-highlight-card{
    background:#fff;
    border-radius:26px;
    padding:45px 35px;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(124,58,237,.10);
    box-shadow:0 25px 60px rgba(124,58,237,.12);
    transition:.4s;
}

.smm-highlight-card::before{

    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#7c3aed,#ec4899);

}

.smm-highlight-card:hover{

    transform:translateY(-8px);

}

.smm-icon{

    width:90px;
    height:90px;
    border-radius:24px;
    background:linear-gradient(135deg,#7c3aed,#ec4899);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    margin-bottom:25px;
    transition:.35s;

}

.smm-highlight-card:hover .smm-icon{

    transform:rotate(-12deg);

}

.smm-highlight-card h3{

    font-size:28px;
    color:#2d1457;
    font-weight:600;
    margin-bottom:15px;

}

.smm-highlight-card p{

    color:#6b6280;
    font-size:16px;
    font-weight:400;
    line-height:1.8;
    margin-bottom:30px;

}

.smm-mini-stats{

    display:flex;
    gap:20px;

}

.smm-mini-stats div{

    flex:1;
    text-align:center;
    background:#faf5ff;
    border-radius:18px;
    padding:18px;

}

.smm-mini-stats h4{

    font-size:20px;
    color:#7c3aed;
    font-weight:600;
    margin-bottom:6px;

}

.smm-mini-stats span{

    color:#667085;
    font-size:14px;
    font-weight:400;

}

@media(max-width:991px){

.smm-title{

    font-size:36px;

}

.smm-highlight-card{

    margin-top:10px;

}

}

@media(max-width:767px){

.smm-title{

    font-size:30px;

}

.smm-text{

    font-size:15px;

}

.smm-highlight-card{

    padding:30px 22px;

}

.smm-mini-stats{

    flex-direction:column;

}

.smm-icon{

    width:75px;
    height:75px;
    font-size:28px;

}

}
.py-60{
    padding:60px 0;
}

.smm-services-section{
    background:linear-gradient(180deg,#f4fbff 0%,#ffffff 100%);
}

.service-badge{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#0f172a,#06b6d4);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
}

.service-title{
    font-size:42px;
    font-weight:600;
    color:#10213d;
    margin-bottom:20px;
    line-height:1.3;
}

.service-text{
    font-size:17px;
    color:#5b6678;
    line-height:1.9;
    font-weight:400;
}

.service-side-card{
    margin-top:35px;
    background:#fff;
    padding:30px;
    border-radius:24px;
    border:1px solid rgba(6,182,212,.12);
    box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.service-side-icon{
    width:75px;
    height:75px;
    border-radius:20px;
    background:linear-gradient(135deg,#0f172a,#06b6d4);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:20px;
}

.service-side-card h4{
    font-size:24px;
    color:#10213d;
    font-weight:600;
    margin-bottom:12px;
}

.service-side-card p{
    color:#64748b;
    font-size:16px;
    line-height:1.8;
    font-weight:400;
    margin:0;
}

.service-list-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.service-item{
    display:flex;
    align-items:center;
    gap:15px;
    background:#fff;
    border-radius:18px;
    padding:20px;
    border:1px solid #e6f4fa;
    box-shadow:0 12px 30px rgba(15,23,42,.05);
    transition:.35s;
}

.service-item:hover{
    transform:translateY(-6px);
    background:linear-gradient(135deg,#0f172a,#06b6d4);
}

.service-item i{
    font-size:22px;
    color:#06b6d4;
    transition:.35s;
    min-width:24px;
}

.service-item span{
    font-size:16px;
    color:#334155;
    font-weight:500;
    transition:.35s;
}

.service-item:hover i,
.service-item:hover span{
    color:#fff;
}

@media(max-width:991px){

.service-title{
    font-size:34px;
}

.service-list-grid{
    margin-top:20px;
}

}

@media(max-width:767px){

.service-title{
    font-size:28px;
}

.service-text{
    font-size:15px;
}

.service-list-grid{
    grid-template-columns:1fr;
}

.service-side-card{
    padding:25px;
}

}
.py-60{
    padding:60px 0;
}

.platform-section{
    background:linear-gradient(180deg,#fff5f7 0%,#ffffff 100%);
}

.platform-heading{
    max-width:720px;
    margin:auto;
    margin-bottom:50px;
}

.platform-badge{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#be123c,#e11d48);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
}

.platform-heading h2{
    font-size:42px;
    font-weight:600;
    color:#3f1021;
    margin-bottom:18px;
}

.platform-heading p{
    font-size:17px;
    color:#6b5563;
    font-weight:400;
    line-height:1.9;
}

.platform-card{
    background:#fff;
    border-radius:24px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    border:1px solid rgba(225,29,72,.10);
    box-shadow:0 18px 40px rgba(0,0,0,.06);
    transition:.35s;
}

.platform-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 55px rgba(190,24,93,.15);
}

.platform-icon{
    width:85px;
    height:85px;
    margin:0 auto 22px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    transition:.35s;
}

.platform-card:hover .platform-icon{
    transform:rotate(-12deg) scale(1.08);
}

/* Individual Platform Colors */

.facebook{
    background:linear-gradient(135deg,#1877F2,#4F8EF7);
}

.instagram{
    background:linear-gradient(135deg,#F58529,#DD2A7B,#8134AF);
}

.linkedin{
    background:linear-gradient(135deg,#0077B5,#0A66C2);
}

.twitter{
    background:linear-gradient(135deg,#111827,#374151);
}

.youtube{
    background:linear-gradient(135deg,#FF0000,#FF4D4D);
}

.pinterest{
    background:linear-gradient(135deg,#BD081C,#E60023);
}

.telegram{
    background:linear-gradient(135deg,#229ED9,#38BDF8);
}

.whatsapp{
    background:linear-gradient(135deg,#25D366,#16A34A);
}

.threads{
    background:linear-gradient(135deg,#7C3AED,#A855F7);
}

.platform-card h5{
    font-size:19px;
    font-weight:500;
    color:#374151;
    margin:0;
}

@media(max-width:991px){

.platform-heading h2{
    font-size:34px;
}

}

@media(max-width:767px){

.platform-heading h2{
    font-size:28px;
}

.platform-heading p{
    font-size:15px;
}

.platform-card{
    padding:28px 20px;
}

.platform-icon{
    width:70px;
    height:70px;
    font-size:28px;
}

}
.py-60{
    padding:60px 0;
}

.monthly-management-section{
    background:linear-gradient(180deg,#fffef8 0%,#ffffff 100%);
}

.management-heading{
    max-width:760px;
    margin:auto;
}

.management-badge{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#b8860b,#f4b400);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
}

.management-heading h2{
    font-size:42px;
    font-weight:600;
    color:#2f2a1f;
    margin-bottom:18px;
}

.management-heading p{
    font-size:17px;
    color:#6d6658;
    font-weight:400;
    line-height:1.9;
}

.management-info{
    background:#2f3640;
    color:#fff;
    padding:30px 40px;
    border-radius:24px;
    min-height:620px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.management-icon{
    width:85px;
    height:85px;
    border-radius:22px;
    background:linear-gradient(135deg,#b8860b,#f4b400);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
}

.management-info h3{
    font-size:28px;
    font-weight:600;
    margin-bottom:18px;
}

.management-info p{
    font-size:16px;
    line-height:1.9;
    color:rgba(255,255,255,.85);
    font-weight:400;
    margin:0;
}

.management-list{
    position:relative;
    padding-left:28px;
}

.management-list::before{
    content:"";
    position:absolute;
    left:12px;
    top:0;
    bottom:0;
    width:3px;
    background:linear-gradient(#b8860b,#f4b400);
}

.management-item{
    position:relative;
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:22px;
    background:#fff;
    border-radius:18px;
    padding:18px 22px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s;
}

.management-item:hover{
    transform:translateX(8px);
}

.management-item span{
    width:42px;
    height:42px;
    border-radius:50%;
    background:linear-gradient(135deg,#b8860b,#f4b400);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    flex-shrink:0;
}

.management-item p{
    margin:0;
    font-size:17px;
    color:#374151;
    font-weight:500;
}

@media(max-width:991px){

.management-heading h2{
    font-size:34px;
}

.management-info{
    margin-bottom:10px;
}

}

@media(max-width:767px){

.management-heading h2{
    font-size:28px;
}

.management-heading p{
    font-size:15px;
}

.management-info{
    padding:30px 24px;
}

.management-info h3{
    font-size:24px;
}

.management-item{
    padding:16px 18px;
}

.management-item p{
    font-size:16px;
}

}
.py-60{
    padding:60px 0;
}

.paid-ads-section{
    background:linear-gradient(180deg,#f6fffb 0%,#ffffff 100%);
}

.paid-heading{
    max-width:760px;
    margin:auto;
}

.paid-badge{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#2563eb,#84cc16);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
}

.paid-heading h2{
    font-size:42px;
    font-weight:600;
    color:#173153;
    margin-bottom:18px;
}

.paid-heading p{
    font-size:17px;
    color:#64748b;
    font-weight:400;
    line-height:1.9;
}

.paid-info-card{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:#fff;
    border-radius:24px;
    padding:40px 35px;
    height:100%;
    box-shadow:0 25px 60px rgba(37,99,235,.20);
}

.paid-icon{
    width:85px;
    height:85px;
    border-radius:20px;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
}

.paid-info-card h3{
    font-size:28px;
    font-weight:600;
    margin-bottom:15px;
}

.paid-info-card p{
    font-size:16px;
    line-height:1.9;
    font-weight:400;
    opacity:.95;
}

.paid-highlight{
    margin-top:30px;
    background:rgba(255,255,255,.12);
    border-radius:16px;
    padding:18px;
    display:flex;
    gap:15px;
    align-items:flex-start;
}

.paid-highlight i{
    color:#bef264;
    font-size:22px;
    margin-top:3px;
}

.paid-highlight span{
    font-size:15px;
    line-height:1.7;
    font-weight:400;
}

.ads-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.ads-card{
    background:#fff;
    border:1px solid #e6f7ee;
    border-radius:20px;
    padding:22px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.05);
    transition:.35s;
}

.ads-card:hover{
    transform:translateY(-8px);
    background:linear-gradient(135deg,#2563eb,#84cc16);
}

.ads-card i{
    width:55px;
    height:55px;
    border-radius:16px;
    background:#eef7ff;
    color:#2563eb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    transition:.35s;
}

.ads-card span{
    font-size:16px;
    color:#334155;
    font-weight:500;
    transition:.35s;
}

.ads-card:hover i{
    background:rgba(255,255,255,.15);
    color:#fff;
}

.ads-card:hover span{
    color:#fff;
}

@media(max-width:991px){

.paid-heading h2{
    font-size:34px;
}

.ads-grid{
    margin-top:10px;
}

}

@media(max-width:767px){

.paid-heading h2{
    font-size:28px;
}

.paid-heading p{
    font-size:15px;
}

.ads-grid{
    grid-template-columns:1fr;
}

.paid-info-card{
    padding:30px 24px;
}

}
.py-60{
    padding:60px 0;
}

.benefits-section{
    background:linear-gradient(180deg,#f3fffe 0%,#ffffff 100%);
    overflow:hidden;
}

.benefits-heading{
    max-width:760px;
    margin:auto;
}

.benefits-badge{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#0f766e,#14b8a6);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
}

.benefits-heading h2{
    font-size:42px;
    font-weight:600;
    color:#134e4a;
    margin-bottom:18px;
}

.benefits-heading p{
    font-size:17px;
    color:#5b6b6a;
    font-weight:400;
    line-height:1.9;
}

.benefits-wrapper{
    position:relative;
    max-width:900px;
    margin:auto;
}

.benefits-wrapper::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:4px;
    background:linear-gradient(#0f766e,#2dd4bf);
    transform:translateX(-50%);
}

.benefit-item{
    width:50%;
    position:relative;
    margin-bottom:30px;
}

.benefit-item.left{
    padding-right:50px;
}

.benefit-item.right{
    margin-left:50%;
    padding-left:50px;
}

.benefit-content{
    background:#fff;
    border-radius:20px;
    padding:22px 25px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    border:1px solid rgba(20,184,166,.12);
    transition:.35s;
}

.benefit-content:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 50px rgba(15,118,110,.12);
}

.benefit-content h5{
    margin:0;
    font-size:18px;
    color:#1f2937;
    font-weight:500;
}

.benefit-icon{
    position:absolute;
    top:18px;
    width:54px;
    height:54px;
    border-radius:50%;
    background:linear-gradient(135deg,#0f766e,#14b8a6);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    z-index:2;
}

.benefit-item.left .benefit-icon{
    right:-27px;
}

.benefit-item.right .benefit-icon{
    left:-27px;
}

@media(max-width:768px){

.benefits-heading h2{
    font-size:30px;
}

.benefits-heading p{
    font-size:15px;
}

.benefits-wrapper::before{
    left:26px;
}

.benefit-item,
.benefit-item.right{
    width:100%;
    margin-left:0;
    padding-left:70px;
    padding-right:0;
}

.benefit-item.left .benefit-icon,
.benefit-item.right .benefit-icon{
    left:0;
    right:auto;
}

}
/*==========================
    Pricing Section
===========================*/

.py-60{
    padding:60px 0;
}

.pricing-section{
    background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}

.pricing-heading{
    max-width:760px;
    margin:auto;
    margin-bottom:20px;
}

.pricing-badge{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#4f46e5,#06b6d4);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
}

.pricing-heading h2{
    font-size:42px;
    font-weight:600;
    color:#1e293b;
    margin-bottom:18px;
}

.pricing-heading p{
    font-size:17px;
    line-height:1.8;
    color:#64748b;
    font-weight:400;
}

/*==========================
    Pricing Cards
===========================*/

.pricing-card{
    background:#fff;
    border-radius:22px;
    padding:35px 28px;
    box-shadow:0 18px 45px rgba(15,23,42,.08);
    border:1px solid #e6edf8;
    position:relative;
    transition:.35s;
    overflow:hidden;
    height:100%;
}

.pricing-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(79,70,229,.18);
}

.pricing-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#4f46e5,#06b6d4);
}

.featured{
    transform:scale(1.04);
    border:2px solid #4f46e5;
}

.featured:hover{
    transform:scale(1.04) translateY(-10px);
}

.popular-tag{
    position:absolute;
    top:18px;
    right:-38px;
    background:#4f46e5;
    color:#fff;
    font-size:12px;
    font-weight:500;
    padding:8px 45px;
    transform:rotate(45deg);
}

/*==========================
    Package Icon
===========================*/

.package-icon{
    width:80px;
    height:80px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:22px;
    color:#fff;
    font-size:30px;
}

.starter{
    background:linear-gradient(135deg,#06b6d4,#0ea5e9);
}

.business{
    background:linear-gradient(135deg,#4f46e5,#6366f1);
}

.premium{
    background:linear-gradient(135deg,#f59e0b,#f97316);
}

/*==========================
    Text
===========================*/

.pricing-card h3{
    text-align:center;
    font-size:28px;
    font-weight:600;
    color:#1e293b;
    margin-bottom:8px;
}

.package-for{
    display:block;
    text-align:center;
    color:#64748b;
    font-size:15px;
    font-weight:400;
    margin-bottom:25px;
}

/*==========================
    Table
===========================*/

.pricing-table{
    margin-bottom:25px;
}

.pricing-table tr td{
    padding:12px 0;
    border-color:#eef2f7;
    font-size:15px;
    color:#475569;
    font-weight:400;
}

.pricing-table tr td:last-child{
    text-align:right;
    font-weight:500;
    color:#1e293b;
}

.pricing-table i{
    color:#10b981;
}

/*==========================
    Price
===========================*/

.package-price{
    text-align:center;
    font-size:42px;
    font-weight:600;
    color:#4f46e5;
    margin-bottom:25px;
}

.package-price span{
    display:block;
    font-size:16px;
    color:#64748b;
    font-weight:400;
}

/*==========================
    Button
===========================*/

.package-btn{
    display:block;
    text-align:center;
    padding:14px;
    border-radius:50px;
    text-decoration:none;
    background:linear-gradient(135deg,#4f46e5,#06b6d4);
    color:#fff;
    font-weight:500;
    transition:.35s;
}

.package-btn:hover{
    color:#fff;
    transform:translateY(-3px);
}

/*==========================
    Bottom Tables
===========================*/

.price-box{
    background:#fff;
    border-radius:22px;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.07);
    border:1px solid #e8eef8;
    height:100%;
}

.price-box h4{
    font-size:24px;
    font-weight:600;
    color:#1e293b;
    margin-bottom:25px;
}

.price-box h4 i{
    color:#4f46e5;
    margin-right:10px;
}

.price-box table{
    margin-bottom:0;
}

.price-box table thead{
    background:#4f46e5;
}

.price-box table thead th{
    color:#fff;
    font-weight:500;
    border:none;
    padding:15px;
}

.price-box table td{
    padding:14px 15px;
    vertical-align:middle;
    color:#475569;
    font-weight:400;
}

.price-box table tbody tr:hover{
    background:#f8fbff;
}

/*==========================
    Note
===========================*/

.note-box{
    margin-top:22px;
    background:#eef6ff;
    border-left:5px solid #4f46e5;
    padding:18px;
    border-radius:10px;
    color:#475569;
    font-size:15px;
    line-height:1.8;
}

.note-box strong{
    color:#1e293b;
}

/*==========================
    Responsive
===========================*/

@media(max-width:991px){

.featured{
    transform:none;
}

.featured:hover{
    transform:translateY(-8px);
}

.pricing-heading h2{
    font-size:34px;
}

.price-box{
    margin-top:10px;
}

}

@media(max-width:767px){

.py-60{
    padding:60px 0;
}

.pricing-heading h2{
    font-size:28px;
}

.pricing-heading p{
    font-size:15px;
}

.pricing-card{
    padding:28px 20px;
}

.pricing-card h3{
    font-size:24px;
}

.package-price{
    font-size:34px;
}

.package-icon{
    width:70px;
    height:70px;
    font-size:26px;
}

.price-box{
    padding:22px;
}

.price-box h4{
    font-size:20px;
}

.price-box table{
    font-size:14px;
}

}
.py-60{
    padding:60px 0;
}

.smm-why-section{
    background:linear-gradient(180deg,#fff7fc 0%,#ffffff 100%);
}

.smm-why-heading{
    max-width:760px;
    margin:auto;
    margin-bottom:40px;
}

.smm-why-badge{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#7c3aed,#ec4899);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
}

.smm-why-heading h2{
    font-size:42px;
    font-weight:600;
    color:#2e1065;
    margin-bottom:18px;
}

.smm-why-heading p{
    font-size:17px;
    font-weight:400;
    line-height:1.9;
    color:#6b7280;
}

.why-strip{
    display:flex;
    align-items:center;
    gap:22px;
    background:#fff;
    padding:22px 25px;
    border-radius:20px;
    border:1px solid #f2d7f8;
    box-shadow:0 15px 35px rgba(0,0,0,.05);
    transition:.35s;
    height:100%;
}

.why-strip:hover{
    transform:translateX(8px);
    box-shadow:0 20px 45px rgba(124,58,237,.15);
}

.why-icon{
    width:68px;
    height:68px;
    border-radius:18px;
    background:linear-gradient(135deg,#7c3aed,#ec4899);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:26px;
    flex-shrink:0;
    transition:.35s;
}

.why-strip:hover .why-icon{
    transform:rotate(-10deg) scale(1.08);
}

.why-strip h5{
    margin:0;
    font-size:19px;
    font-weight:500;
    color:#374151;
    line-height:1.6;
}

@media(max-width:991px){

.smm-why-heading h2{
    font-size:34px;
}

}

@media(max-width:767px){

.smm-why-heading h2{
    font-size:28px;
}

.smm-why-heading p{
    font-size:15px;
}

.why-strip{
    padding:18px;
    gap:16px;
}

.why-icon{
    width:58px;
    height:58px;
    font-size:22px;
}

.why-strip h5{
    font-size:17px;
}

}
.py-60{
    padding:60px 0;
}

.smm-cta-section{
    background:#ffffff;
}

.smm-cta-wrapper{
   background:linear-gradient(135deg,#0f172a 0%, #059669 100%);
    border-radius:28px;
    padding:55px 60px;
    color:#fff;
    overflow:hidden;
    position:relative;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.smm-cta-wrapper::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-90px;
    right:-90px;
}

.smm-cta-wrapper::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    bottom:-70px;
    left:-70px;
}

.smm-cta-wrapper>*{
    position:relative;
    z-index:2;
}

.cta-tag{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(8px);
    font-size:14px;
    font-weight:500;
    margin-bottom:20px;
}

.smm-cta-wrapper h2{
    font-size:42px;
    font-weight:600;
    margin-bottom:20px;
    line-height:1.3;
}

.smm-cta-wrapper p{
    font-size:17px;
    font-weight:400;
    line-height:1.9;
    color:rgba(255,255,255,.92);
    margin-bottom:15px;
}

.cta-btn-main{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:18px 34px;
    border-radius:50px;
    background:#fff;
    color:#059669;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    transition:.35s;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.cta-btn-main:hover{
    background:#ecfdf5;
    color:#0f172a;
    transform:translateY(-4px);
}

.cta-small-text{
    margin-top:18px;
    font-size:15px;
    color:rgba(255,255,255,.88);
    font-weight:400;
    line-height:1.7;
}

@media(max-width:991px){

.smm-cta-wrapper{
    padding:45px 35px;
}

.smm-cta-wrapper h2{
    font-size:34px;
}

}

@media(max-width:767px){

.smm-cta-wrapper{
    padding:35px 25px;
    text-align:center;
}

.smm-cta-wrapper h2{
    font-size:28px;
}

.smm-cta-wrapper p{
    font-size:15px;
}

.cta-btn-main{
    width:100%;
}

.cta-small-text{
    margin-top:15px;
}

}
.py-60{
    padding:60px 0;
}

.faq-section{
    background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

.faq-heading{
    max-width:750px;
    margin:auto;
}

.faq-badge{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#1d4ed8,#4f46e5);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
}

.faq-heading h2{
    font-size:42px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:18px;
}

.faq-heading p{
    font-size:17px;
    font-weight:400;
    color:#64748b;
    line-height:1.8;
}

/* Accordion Styling */

.faq-accordion .accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
}

.faq-accordion .accordion-button{
    background:#fff;
    font-weight:500;
    font-size:16px;
    color:#0f172a;
    padding:18px 20px;
    box-shadow:none;
}

.faq-accordion .accordion-button:not(.collapsed){
    background:linear-gradient(135deg,#1d4ed8,#4f46e5);
    color:#fff;
}

.faq-accordion .accordion-button:focus{
    box-shadow:none;
}

.faq-accordion .accordion-body{
    font-size:15px;
    color:#475569;
    line-height:1.8;
    background:#fff;
    padding:18px 20px;
}

/* Icon fix */
.accordion-button::after{
    filter:invert(0.3);
}

.accordion-button:not(.collapsed)::after{
    filter:invert(1);
}

@media(max-width:991px){
    .faq-heading h2{
        font-size:34px;
    }
}

@media(max-width:767px){
    .faq-heading h2{
        font-size:28px;
    }

    .faq-heading p{
        font-size:15px;
    }

    .faq-accordion .accordion-button{
        font-size:15px;
    }
}