body {
    font-family: "Inter";
    --bs-pink-color: #E01E5A;
    --bs-black-color: #000000;
    --bs-white-color: #ffffff;
    --bs-light-gray: #f3f3f3;
    --bs-black2-color: #3C3C3C;
    --bs-gray-2: #535862;
    --bs-gray3: #dfdfdf;
    --bs-gray4: #6E6E6E;
    --bs-gray5: #666666;
}

/* header starts here */


.demo-button {
    background-color: var(--bs-black-color);
    color: var(--bs-pink-color);
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    transition: 0.5s ease-in-out;
    border: 1px solid var(--bs-pink-color);
}

.demo-button:hover {
    background-color: var(--bs-black-color);
    color: var(--bs-white-color);
    transform: scale(1.05);
    transition: 0.5s ease-in-out;
}

/* Force center nav between logo and button */
header {
    background-color: var(--bs-black-color);
}

.navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-nav {
    margin: 0 auto;
}

ul.navbar-nav li a {
    color: var(--bs-white-color) !important;
    font-size: 14px !important;
    font-weight: 400;
}

.nav-link:hover {
    color: var(--bs-pink-color) !important;
}

ul.navbar-nav li {
    margin: 0 14px;
}

/* header ends here */

/* banner section starts here */

.banner-section {
    background-size: cover;
    padding: 100px 0 40px;
    text-align: center;
    position: relative;
}


.banner-title {
    font-size: 54px;
    font-weight: 500;
    color: var(--bs-black-color);
    line-height: 1.2;
}

.banner-title span {
    color: var(--bs-pink-color);
}

.banner-subtitle {
    font-size: 14px;
    color: var(--bs-gray4);
    margin-top: 32px;
    margin-bottom: 32px;
}

.banner-button {
    background-color: var(--bs-pink-color);
    color: var(--bs-white-color) !important;
    padding: 12px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 6px 20px rgba(220, 42, 108, 0.3);
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.banner-button:hover {
    background-color: var(--bs-pink-color);
    transform: scale(1.05);
}

/* banner section ends here */

/* tier section starts here */
.tier-box {
    border: 1px solid #E9EAEB;
    border-radius: 16px;
    padding: 30px 20px;
    transition: all 0.3s ease-in-out;
    background: white;
    position: relative;
    box-shadow: 0px 4px 6px -2px rgba(10.000000000000027, 13.000000000000034, 18.000000000000046, 0.23);
    height: 100%;
}

.tier-title2 p {
    font-size: 12px;
    margin: 0 !important;
}

.tier-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-color: var(--bs-pink-color);
}

.tier-box.active {
    border: 2px solid var(--bs-pink-color);
    box-shadow: 0 4px 25px rgba(236, 64, 122, 0.3);
}

.tier-header {
    font-size: 14px;
    color: var(--bs-pink-color);
    margin-bottom: 10px;
}

.tier-title {
    font-weight: 500;
    font-size: 16px;
    color: var(--bs-pink-color);
    margin-bottom: 25px;
    min-height: 48px;
}

.contact-btn {
    background-color: white;
    color: var(--bs-pink-color);
    border: 1px solid var(--bs-pink-color);
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s ease;
    font-size: 14px;
    width: 100%;
    margin-bottom: 25px !important;

}

.contact-btn:hover {
    background-color: var(--bs-pink-color);
    color: white;
}

.most-popular {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--bs-pink-color);
    color: white;
    padding: 4px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    font-weight: 500;
}

.tier-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.tier-list li {
    margin-bottom: 10px;
    color: var(--bs-pink-color);
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}

.tier-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--bs-pink-color);
}

.tier-subtitle {
    font-weight: 600;
    font-size: 18px;
    color: var(--bs-gray-2);
    padding-top: 25px;
    border-top: 1px solid var(--bs-gray3);

}

/* tier section ends here */


/* Brand Section starts here */

.brand-logo {
    background-color: #f7f7f7;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

/* .brand-logo img {
    max-height: 30px;
    max-width: 100%;
} */

/* Brand Section ends here */
/* who-this-for section starts here */

.who-is-text h3 {
    font-weight: 500;
    color: var(--bs-black-color);

}

.who-is-text span.pink-color {
    color: var(--bs-pink-color) !important;
}

.who-is-text p {
    color: var(--bs-gray5);
}

.who-is-text ul li {
    color: var(--bs-gray5);
}

/* who-this-for section ends here */
.industries-section {
    padding: 80px 0;
    background-color: #fff;
}

.industries-section h2 {
    font-weight: 700;
    font-size: 2.5rem;
}

.industries-section p {
    color: #888;
    font-size: 1rem;
    margin-top: 10px;
}

.industry-box {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
}

.industry-box:hover {
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.industry-icon {
    font-size: 30px;
    color: #f4427d;
    margin-bottom: 15px;
}

.industry-title {
    font-weight: 600;
    font-size: 1.1rem;
}


/* call to action starts here */
.cta-section {
    background: linear-gradient(135deg, #1a000a, #0b0b0b);
    border-radius: 20px;
    padding: 40px 30px;
    color: white;
    margin: 50px 15px;
}

.cta-title {
    font-size: 1.75rem;
    font-weight: 700;
}

.cta-subtitle {
    font-size: 1.1rem;
    color: #e0e0e0;
    margin-top: 8px;
}

.cta-button {
    background-color: var(--bs-white-color);
    color: var(--bs-black-color);
    font-weight: 500;
    border-radius: 30px;
    padding: 12px 28px;
    border: 2px solid var(--bs-pink-color);
    transition: 0.3s ease;
}

.cta-button:hover {
    background-color: #e1135a;
    color: #fff;
    border-color: #f8f8f8;
}

/* call to action ends here */



/* process start here */

.process-icon {
    font-size: 2rem;
    color: #e91e63;
}

.arrow {
    font-size: 1.5rem;
    color: #e91e63;
}

.process-step {
    text-align: center;
    min-width: 100px;
}

.process-title {
    color: #e91e63;
}

.process-text {
    max-width: 400px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #555;
}

/* process end here */
/* faq starts here */
.faq-section {
    background-color: #fff;
}

.faq-section h2 {
    font-weight: bold;
    text-align: center;
}

.faq-section .text-danger {
    color: #f72585 !important;
}

.faq-subtext {
    text-align: center;
    color: #6c757d;
    font-size: 0.95rem;
}

.accordion-button {
    background-color: transparent;
    font-size: 20px;
    padding: 1rem 1.25rem;
    box-shadow: none !important;
    border-bottom: 1px solid #f8c5d9 !important;
    font-weight: 500;
    color: var(--bs-black-color) !important;
}

.accordion-button::after {
    transition: transform 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-item {
    border: none;
}

.accordion-body {
    padding: 14px;
    font-size: 14px !important;
    color: #333;
}

/* faq ends here */
/* Real Results */
.real-results h2 {
    font-weight: 700;
    font-size: 2rem;
}

.real-results .text-pink {
    color: #f72585;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
    padding: 24px;
    height: 100%;
}

.testimonial-text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.author-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-details {
    font-size: 0.9rem;
}

.author-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

/* Real Results */



.bg-box {
    background: radial-gradient(circle at center, #000000 0%, #470019 100%);
}

.btn-pink {
    background-color: #f72585;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.95rem;
    transition: background 0.3s ease-in-out;
    text-decoration: none;
}

.btn-pink:hover {
    background-color: #d2136a;
}

.campaign-message-section h2,
.campaign-message-section h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;

}
.campaign-message-section h3{
    color: var(--bs-pink-color);
}
.campaign-message-section {
    padding: 150px 0;
}


/* footer starts here */

.footer a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
}

.footer a:hover {
    text-decoration: underline;
}

.btn-pink {
    background-color: #d5005a;
    color: white;
    padding: 10px 20px !important;
    border-radius: 50px;
    font-size: 0.95rem;
    transition: all 0.3s ease-in-out;
    font-size: 14px !important;
    line-height: normal !important;
}

.btn-pink:hover {
    background-color: #bb004e;
}

.footer .fab {
    font-size: 18px;
    color: #000;
    transition: color 0.2s;
}

.footer .fab:hover {
    color: #d5005a;
}

/* footer ends here */

/* media query starts here */

@media (max-width: 991.98px) {
    .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav {
        margin: 10px 0;
    }

    .demo-button {
        margin-top: 10px;
    }

    .banner-section {
        padding: 60px 0 0 0;
    }

    ul.navbar-nav li {
        margin: 0 0px;
    }

    .banner-title {
        font-size: 60px;
    }
}



@media (max-width: 768px) {
    .banner-title {
        font-size: 2.2rem;
    }

    .banner-subtitle {
        font-size: 14px;
    }

    .campaign-message-section h2 {
        font-size: 24px;
    }
.campaign-message-section h3{
    font-size: 24px;
}
}

@media (max-width: 767px) {
    .pricing-card {
        margin-bottom: 2rem;
    }

    .who-this-for .ratio {
        min-height: 200px;
    }

    .footer .row>div {
        margin-bottom: 30px;
    }

    .cta-section {
        text-align: center;
    }

    .cta-button {
        margin-top: 20px;
    }

    .industries-section {
        padding: 0 0 30px 0;
    }

    .arrow img {
        width: 84px;
    }
    .campaign-message-section {
    padding: 50px 0;
}
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 1.8rem;
    }

    .arrow {
        transform: rotate(90deg);
    }

    .d-flex.flex-row {
        flex-direction: column !important;
    }

    .arrow-wrapper {
        margin: 0.5rem 0;
    }

    .accordion-button {
        font-size: 0.95rem;
        padding: 0.9rem 1rem;
    }
    .author-info {
        flex-direction: row;
        align-items: end;
        gap: 10px;
    }
    .testimonial-card {
    padding: 15px;
}
}


/* media query ends here */