/*=========================================
Social Media Hero
==========================================*/

.py-60{
    padding:60px 0;
}

.sm-hero{
    background:#fff;
    overflow:hidden;
    position:relative;
}

.sm-content{
    position:relative;
    z-index:2;
}

.sm-badge{

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#eef5ff;
    color:#0d6efd;

    padding:10px 18px;

    border-radius:30px;

    font-size:14px;
    font-weight:500;

    margin-bottom:20px;

    transition:.35s ease;

}

.sm-badge:hover{

    background:#0d6efd;
    color:#fff;

}

.sm-content h1{

    font-size:42px;
    font-weight:600;

    color:#1f2937;

    margin-bottom:22px;

    line-height:1.3;

}

.sm-content p{

    color:#6b7280;

    font-size:16px;

    font-weight:400;

    line-height:1.9;

    margin-bottom:18px;

}

.sm-image{

    position:relative;

}

.sm-image img{

    max-width:100%;

    border-radius:18px;

    transition:.4s ease;

}

.sm-image:hover img{

    transform:scale(1.02);

}

.social-card{

    position:absolute;

    background:#fff;

    padding:12px 18px;

    border-radius:12px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    display:flex;

    align-items:center;

    gap:10px;

    font-size:14px;

    font-weight:500;

    transition:.35s ease;

}

.social-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.social-card i{

    color:#0d6efd;

    font-size:18px;

}

.instagram{

    top:30px;

    left:-15px;

}

.facebook{

    right:-20px;

    top:45%;

}

.linkedin{

    left:40px;

    bottom:20px;

}

@media(max-width:991px){

.sm-content{

text-align:center;

}

.sm-image{

margin-top:30px;

}

.social-card{

display:none;

}

}

@media(max-width:576px){

.sm-content h1{

font-size:32px;

}

.sm-content p{

font-size:15px;

line-height:1.8;

}

}
/*=========================================
Social Media Services
==========================================*/

.py-60{
    padding:60px 0;
}

.social-services{

    background:#f8fafc;

}

.section-title{

    max-width:720px;

    margin:auto;

}

.section-tag{

    display:inline-block;

    padding:8px 18px;

    background:#eaf2ff;

    color:#0d6efd;

    border-radius:30px;

    font-size:14px;

    font-weight:500;

    margin-bottom:15px;

    transition:.35s ease;

}

.section-tag:hover{

    background:#0d6efd;

    color:#fff;

}

.section-title h2{

    font-size:36px;

    font-weight:600;

    color:#1f2937;

    margin-bottom:15px;

}

.section-title p{

    font-size:16px;

    color:#6b7280;

    font-weight:400;

    line-height:1.8;

}

.service-card{

    background:#fff;

    border-radius:18px;

    padding:35px 25px;

    text-align:center;

    height:100%;

    border:1px solid #edf2f7;

    transition:.35s ease;

}

.service-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

    border-color:#0d6efd;

}

.service-icon{

    width:72px;

    height:72px;

    margin:auto;

    margin-bottom:22px;

    border-radius:18px;

    background:#eef5ff;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s ease;

}

.service-card:hover .service-icon{

    background:#0d6efd;

}

.service-icon i{

    font-size:28px;

    color:#0d6efd;

    transition:.35s ease;

}

.service-card:hover .service-icon i{

    color:#fff;

}

.service-card h5{

    font-size:18px;

    font-weight:500;

    color:#1f2937;

    line-height:1.6;

    margin:0;

}

@media(max-width:991px){

.section-title h2{

font-size:30px;

}

}

@media(max-width:576px){

.section-title h2{

font-size:26px;

}

.service-card{

padding:28px 20px;

}

.service-icon{

width:65px;

height:65px;

}

.service-icon i{

font-size:24px;

}

}
/*=========================================
Campaign Section
==========================================*/

.campaign-section{

    padding:60px 0;

    background:linear-gradient(135deg,#fff7fb,#f8f2ff);

}

.campaign-badge{

    display:inline-block;

    background:#f3e8ff;

    color:#7c3aed;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:500;

    margin-bottom:18px;

    transition:.35s ease;

}

.campaign-badge:hover{

    background:#7c3aed;

    color:#fff;

}

.section-heading h2{

    font-size:36px;

    font-weight:600;

    color:#2d1b69;

    margin-bottom:15px;

}

.section-heading p{

    max-width:760px;

    margin:auto;

    font-size:16px;

    line-height:1.8;

    color:#6b7280;

    font-weight:400;

}

.campaign-card{

    background:rgba(255,255,255,.8);

    backdrop-filter:blur(10px);

    border:1px solid rgba(124,58,237,.12);

    border-radius:18px;

    padding:30px;

    text-align:center;

    height:100%;

    transition:.35s ease;

}

.campaign-card:hover{

    transform:translateY(-8px);

    background:#7c3aed;

    box-shadow:0 20px 35px rgba(124,58,237,.25);

}

.campaign-card i{

    width:70px;

    height:70px;

    line-height:70px;

    border-radius:50%;

    background:#f3e8ff;

    color:#7c3aed;

    font-size:28px;

    margin-bottom:22px;

    transition:.35s ease;

}

.campaign-card:hover i{

    background:#fff;

    color:#7c3aed;

}

.campaign-card h5{

    font-size:18px;

    font-weight:500;

    color:#2d1b69;

    line-height:1.6;

    margin:0;

    transition:.35s ease;

}

.campaign-card:hover h5{

    color:#fff;

}

.campaign-note{

    margin-top:45px;

}

.campaign-note p{

    max-width:850px;

    margin:auto;

    background:#ffffff;

    padding:20px 30px;

    border-left:5px solid #7c3aed;

    border-radius:12px;

    color:#555;

    font-size:16px;

    font-weight:400;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

@media(max-width:768px){

.section-heading h2{

font-size:28px;

}

.campaign-card{

padding:25px;

}

}
/*=========================================
Platforms Section
==========================================*/

.platform-section{

    padding:60px 0;

    background:#ffffff;

}

.platform-tag{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:#e7faf5;

    color:#0f9d7a;

    font-size:14px;

    font-weight:500;

    margin-bottom:18px;

    transition:.35s ease;

}

.platform-tag:hover{

    background:#0f9d7a;

    color:#fff;

}

.platform-section h2{

    font-size:36px;

    font-weight:600;

    color:#233044;

    margin-bottom:15px;

}

.platform-section p{

    max-width:720px;

    margin:auto;

    color:#6b7280;

    font-size:16px;

    font-weight:400;

    line-height:1.8;

}

.platform-wrapper{

    margin-top:45px;

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:18px;

}

.platform-item{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 26px;

    border:1px solid #d8f2eb;

    border-radius:50px;

    background:#fff;

    transition:.35s ease;

    cursor:pointer;

}

.platform-item:hover{

    transform:translateY(-5px);

    background:#0f9d7a;

    border-color:#0f9d7a;

    box-shadow:0 12px 30px rgba(15,157,122,.18);

}

.platform-item i{

    font-size:22px;

    color:#0f9d7a;

    transition:.35s ease;

}

.platform-item span{

    font-size:16px;

    font-weight:500;

    color:#233044;

    transition:.35s ease;

}

.platform-item:hover i,

.platform-item:hover span{

    color:#fff;

}

@media(max-width:768px){

.platform-section h2{

    font-size:28px;

}

.platform-wrapper{

    gap:12px;

}

.platform-item{

    width:100%;

    justify-content:center;

}

}
/*=========================================
Why Social Media Creatives Matter
==========================================*/

.why-social{
    padding:60px 0;
    background:#f8fafc;
}

.why-tag{
    display:inline-block;
    padding:8px 18px;
    background:#eef2ff;
    color:#4f46e5;
    font-size:14px;
    font-weight:500;
    border-radius:30px;
    margin-bottom:18px;
    transition:.35s ease;
}

.why-tag:hover{
    background:#4f46e5;
    color:#fff;
}

.why-content h2{
    font-size:36px;
    font-weight:600;
    color:#1f2937;
    margin-bottom:15px;
}

.intro-text{
    font-size:16px;
    font-weight:400;
    color:#6b7280;
    line-height:1.8;
    margin-bottom:20px;
}

.sub-title{
    font-size:18px;
    font-weight:600;
    color:#111827;
    margin-bottom:12px;
}

.benefit-list{
    list-style:none;
    padding:0;
    margin:0;
}

.benefit-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    font-size:15px;
    font-weight:400;
    color:#4b5563;
    transition:.3s ease;
}

.benefit-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#4f46e5;
    font-weight:600;
}

.benefit-list li:hover{
    transform:translateX(5px);
    color:#1f2937;
}

.closing-text{
    margin-top:18px;
    font-size:15px;
    font-weight:400;
    color:#6b7280;
}


/*=========================================
Why Social Media Section (Image Version)
==========================================*/

.why-social{
    padding:60px 0;
    background:#f8fafc;
}

.why-tag{
    display:inline-block;
    padding:8px 18px;
    background:#eef2ff;
    color:#4f46e5;
    font-size:14px;
    font-weight:500;
    border-radius:30px;
    margin-bottom:18px;
    transition:.35s ease;
}

.why-tag:hover{
    background:#4f46e5;
    color:#fff;
}

.why-content h2{
    font-size:36px;
    font-weight:600;
    color:#1f2937;
    margin-bottom:15px;
}

.intro-text{
    font-size:16px;
    font-weight:400;
    color:#6b7280;
    line-height:1.8;
    margin-bottom:20px;
}

.sub-title{
    font-size:18px;
    font-weight:600;
    color:#111827;
    margin-bottom:12px;
}

.benefit-list{
    list-style:none;
    padding:0;
    margin:0;
}

.benefit-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    font-size:15px;
    font-weight:400;
    color:#4b5563;
    transition:.3s ease;
}

.benefit-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#4f46e5;
    font-weight:600;
}

.benefit-list li:hover{
    transform:translateX(5px);
    color:#1f2937;
}

.closing-text{
    margin-top:18px;
    font-size:15px;
    font-weight:400;
    color:#6b7280;
}

/* IMAGE SIDE */

.why-image{
    position:relative;
    text-align:center;
}

.why-image img{
    width:100%;
    border-radius:18px;
    transition:.4s ease;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.why-image:hover img{
    transform:scale(1.03);
}

/* BADGES */

.image-badge{
    position:absolute;
    background:#fff;
    padding:10px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:500;
    display:flex;
    align-items:center;
    gap:8px;
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
    transition:.35s ease;
}

.image-badge i{
    color:#4f46e5;
}

.image-badge.top{
    top:20px;
    left:20px;
}

.image-badge.bottom{
    bottom:20px;
    right:20px;
}

.image-badge:hover{
    transform:translateY(-5px);
}

/* RESPONSIVE */

@media(max-width:991px){

.why-content h2{
    font-size:28px;
}

.why-image{
    margin-top:30px;
}

.image-badge{
    display:none;
}

}
.premium-packages{
    background: linear-gradient(135deg, #0b1220, #111c33);
    padding: 35px;
    border-radius: 18px;
    color: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.pp-header{
    text-align: center;
    margin-bottom: 20px;
}

.pp-header h2{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: white;
}

/* MAIN BOX */
.pp-box{
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
}

/* ROW STYLE */
.pp-row{
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: 0.3s;
    font-size: 16px;
}

/* HOVER EFFECT */
.pp-row:hover{
    background: rgba(255,255,255,0.06);
}

/* HEADER ROW */
.pp-head{
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    font-weight: 700;
    font-size: 17px;
}

/* FOOTER ROW (Custom Package) */
.pp-footer{
    background: linear-gradient(90deg, #0ea5e9, #22c55e);
    font-weight: 700;
    font-size: 17px;
    border-bottom: none;
}

/* RESPONSIVE */
@media(max-width: 600px){
    .pp-row{
        font-size: 14px;
        padding: 14px;
    }
}
.py-60{
    padding:60px 0;
}

.creative-pricing-section{
    background:#f7f9fc;
}

.section-heading h2{
    font-size:38px;
    font-weight:600;
    color:#1b2559;
    margin-bottom:12px;
}

.section-heading p{
    color:#687188;
    font-size:16px;
    font-weight:400;
    max-width:650px;
    margin:auto;
}

.pricing-tag{
    display:inline-block;
    background:linear-gradient(135deg,#4f46e5,#8b5cf6);
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
}

.pricing-wrapper{
    max-width:900px;
    margin:auto;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 45px rgba(20,40,80,.08);
    border:1px solid rgba(79,70,229,.08);
}

.pricing-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 35px;
    background:linear-gradient(135deg,#1e3c72,#2a5298,#4f46e5);
    color:#fff;
    font-size:18px;
    font-weight:600;
}

.pricing-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 35px;
    border-bottom:1px solid #edf1f8;
    transition:.35s;
    background:#fff;
}

.pricing-row:last-child{
    border-bottom:none;
}

.pricing-row:hover{
    background:linear-gradient(90deg,#eef4ff,#ffffff);
    transform:translateX(6px);
}

.pricing-row span{
    color:#293241;
    font-size:16px;
    font-weight:500;
}

.pricing-row strong{
    color:#4f46e5;
    font-size:17px;
    font-weight:600;
}

@media(max-width:768px){

.pricing-header{
    display:none;
}

.pricing-row{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    padding:18px 22px;
}

.section-heading h2{
    font-size:30px;
}

.pricing-row strong{
    font-size:18px;
}

}
.py-60{
    padding:60px 0;
}

.video-package-section{
    background:linear-gradient(180deg,#f6f9ff,#ffffff);
}

.section-title{
    max-width:760px;
    margin:auto;
}

.section-badge{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:linear-gradient(135deg,#2563eb,#7c3aed);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
}

.section-title h2{
    font-size:40px;
    color:#182848;
    font-weight:600;
    margin-bottom:15px;
}

.section-title p{
    color:#667085;
    font-size:17px;
    font-weight:400;
    line-height:1.8;
}

.video-pricing-card{
    margin-top:45px;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    border:1px solid #edf2ff;
    box-shadow:0 20px 50px rgba(25,42,89,.08);
}

.pricing-table{
    width:100%;
}

.table-head{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    background:linear-gradient(135deg,#0f4c81,#2563eb,#7c3aed);
    color:#fff;
    font-weight:600;
}

.table-head div{
    padding:22px;
    text-align:center;
}

.table-row{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    align-items:center;
    transition:.35s;
    border-bottom:1px solid #edf1f7;
}

.table-row:last-child{
    border-bottom:none;
}

.table-row div{
    padding:20px;
    text-align:center;
    color:#334155;
    font-size:16px;
    font-weight:500;
}

.table-row div:nth-child(2),
.table-row div:nth-child(3){
    color:#2563eb;
    font-weight:600;
}

.table-row:hover{
    background:#f8fbff;
    transform:scale(1.01);
}

.services-title h4{
    font-size:28px;
    color:#182848;
    font-weight:600;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.service-item{
    background:#fff;
    border-radius:18px;
    padding:22px;
    text-align:center;
    font-size:16px;
    color:#334155;
    font-weight:500;
    border:1px solid #edf2ff;
    box-shadow:0 10px 30px rgba(38,63,145,.06);
    transition:.35s;
}

.service-item:hover{
    transform:translateY(-8px);
    background:linear-gradient(135deg,#2563eb,#7c3aed);
    color:#fff;
}

@media(max-width:991px){

.service-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.section-title h2{
    font-size:30px;
}

.table-head{
    display:none;
}

.table-row{
    grid-template-columns:1fr;
    text-align:left;
    padding:15px;
}

.table-row div{
    text-align:left;
    padding:6px 10px;
}

.table-row div:first-child{
    font-weight:600;
    color:#111827;
    margin-bottom:5px;
}

.service-grid{
    grid-template-columns:1fr;
}

.service-item{
    padding:18px;
}

}
.py-60{
    padding:60px 0;
}

.why-choose-section{
    background:linear-gradient(180deg,#f3fffb 0%,#ffffff 100%);
    overflow:hidden;
}

.why-heading{
    max-width:720px;
    margin:auto;
    margin-bottom:50px;
}

.why-badge{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#10b981,#14b8a6);
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;
    letter-spacing:.5px;
}

.why-heading h2{
    font-size:42px;
    font-weight:600;
    color:#12372a;
    margin-bottom:15px;
}

.why-heading p{
    font-size:17px;
    color:#5f6f65;
    line-height:1.8;
    font-weight:400;
}

.why-card{
    background:#ffffff;
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(16,185,129,.12);
    box-shadow:0 18px 40px rgba(0,0,0,.06);
    transition:.4s ease;
}

.why-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#10b981,#14b8a6,#34d399);
}

.why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 28px 60px rgba(16,185,129,.18);
}

.why-icon{
    width:75px;
    height:75px;
    border-radius:20px;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#10b981,#14b8a6);
    color:#fff;
    font-size:28px;
    transition:.4s;
}

.why-card:hover .why-icon{
    transform:rotate(-10deg) scale(1.08);
    border-radius:50%;
}

.why-card h5{
    font-size:18px;
    font-weight:500;
    color:#1f2937;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){

.why-heading h2{
    font-size:34px;
}

.why-card{
    padding:30px 20px;
}

}

@media(max-width:767px){

.py-60{
    padding:60px 0;
}

.why-heading{
    margin-bottom:35px;
}

.why-heading h2{
    font-size:28px;
}

.why-heading p{
    font-size:15px;
}

.why-icon{
    width:65px;
    height:65px;
    font-size:24px;
}

.why-card h5{
    font-size:17px;
}

}
.py-60{
    padding:60px 0;
}

.brand-growth-section{
    background:linear-gradient(135deg,#fff8ef 0%,#ffffff 100%);
    overflow:hidden;
}

.brand-label{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#ff7a18,#ffb347);
    color:#fff;
    font-size:14px;
    font-weight:500;
    letter-spacing:.5px;
    margin-bottom:18px;
}

.brand-title{
    font-size:42px;
    font-weight:600;
    color:#2d1b08;
    margin-bottom:22px;
    line-height:1.3;
}

.brand-description{
    font-size:17px;
    color:#5f5548;
    font-weight:400;
    line-height:1.9;
    margin-bottom:18px;
}

.brand-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:15px;
    padding:15px 32px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-size:16px;
    font-weight:500;
    background:linear-gradient(135deg,#ff7a18,#ff9f43);
    box-shadow:0 15px 35px rgba(255,122,24,.25);
    transition:.35s ease;
}

.brand-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 22px 45px rgba(255,122,24,.35);
}

.brand-highlight{
    background:#ffffff;
    border-radius:24px;
    padding:45px 35px;
    text-align:center;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(255,122,24,.12);
    box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.brand-highlight::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#ff7a18,#ffb347);
}

.quote-icon{
    width:90px;
    height:90px;
    margin:auto auto 25px;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#ff7a18,#ffb347);
    color:#fff;
    font-size:34px;
    transition:.4s;
}

.brand-highlight:hover .quote-icon{
    transform:rotate(-12deg) scale(1.08);
}

.brand-highlight h4{
    font-size:26px;
    color:#2d1b08;
    font-weight:600;
    margin-bottom:15px;
}

.brand-highlight p{
    font-size:16px;
    color:#6b6258;
    font-weight:400;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

.brand-title{
    font-size:34px;
}

.brand-highlight{
    margin-top:15px;
}

}

@media(max-width:767px){

.brand-title{
    font-size:28px;
}

.brand-description{
    font-size:15px;
}

.brand-highlight{
    padding:35px 25px;
}

.quote-icon{
    width:75px;
    height:75px;
    font-size:28px;
}

.brand-highlight h4{
    font-size:22px;
}

.brand-btn{
    width:100%;
    justify-content:center;
}

}

.py-60{
    padding:60px 0;
}

.faq-section{
    background:linear-gradient(180deg,#fffdf8,#ffffff);
}

.faq-heading{
    max-width:720px;
    margin:auto;
}

.faq-badge{

    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:linear-gradient(135deg,#2d2d2d,#4b5563);
    color:#ffc857;
    font-size:14px;
    font-weight:500;
    margin-bottom:18px;

}

.faq-heading h2{

    font-size:40px;
    color:#222;
    font-weight:600;
    margin-bottom:15px;

}

.faq-heading p{

    color:#6b7280;
    font-size:17px;
    font-weight:400;
    line-height:1.8;

}

.faq-wrapper{

    max-width:900px;
    margin:auto;

}

.accordion-item{

    border:none;
    border-radius:18px !important;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.accordion-button{

    background:#fff;
    padding:22px 25px;
    font-size:17px;
    font-weight:500;
    color:#222;
    box-shadow:none !important;

}

.accordion-button:not(.collapsed){

    background:linear-gradient(135deg,#2d2d2d,#4b5563);
    color:#ffc857;

}

.accordion-button:focus{

    box-shadow:none;
    border:none;

}

.accordion-button::after{

    filter:brightness(0);

}

.accordion-button:not(.collapsed)::after{

    filter:brightness(0) invert(1);

}

.accordion-body{

    padding:22px 25px;
    font-size:16px;
    color:#666;
    line-height:1.9;
    font-weight:400;
    background:#fff;

}

@media(max-width:768px){

.faq-heading h2{

    font-size:30px;

}

.accordion-button{

    font-size:16px;
    padding:18px;

}

.accordion-body{

    padding:18px;
    font-size:15px;

}

}