* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.montserrat-medium {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.montserrat-regular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

a {
    text-decoration: none !important;
    color: inherit !important;

}

h1 {
    margin-bottom: 0 !important;
}

h2 {
    margin-bottom: 0 !important;
}

h3 {
    margin-bottom: 0 !important;
}

h4 {
    margin-bottom: 0 !important;
}

h5 {
    margin-bottom: 0 !important;
}

h6 {
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 0 !important;
}

body {
    overflow-x: hidden !important;
    background: #212121;
}

/* ============ SECTION TITLE ============ */
.section-title {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 50px;
    text-transform: capitalize;
}

/* ============ HERO / BANNER ============ */
.sec1banner {
    background: url(../img/bannerbg.svg);
    background-position: center;
    background-size: cover;
    height: 900px;
}


.login_btn {
    background: #F3BF2D;
    border-radius: 70px;
    border: none;
    width: 219px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    box-shadow:
        inset -4px -4px 4px 0 rgba(0, 0, 0, 25%),
        inset 4px 4px 3.8px 0 rgba(255, 255, 255, 25%);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.login_btn:hover {
    transform: translateY(-2px);
    box-shadow:
        inset -4px -4px 4px 0 rgba(0, 0, 0, 25%),
        inset 4px 4px 3.8px 0 rgba(255, 255, 255, 25%),
        0 6px 20px rgba(243, 191, 45, 0.3);
}

.sec1 h1 {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 70px;
    text-transform: capitalize;
    color: #ffffff;

}

.sec1 p {
    color: #ffffff;
    font-size: 16px;
}

.downloadbtn {
    width: 184px;
    height: 50px;
    border-radius: 70px;
    border: 3px solid #F3BF2D;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.downloadbtn:hover {
    background: #F3BF2D;
    color: #212121;
    transform: translateY(-2px);
}

/* Trust Badges */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.trust-badge {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(243, 191, 45, 0.25);
}

.trust-badge i {
    color: #F3BF2D;
}


/* ============ FEATURES SECTION ============ */
.sec2 {
    background-color: #402935;
    padding-top: 90px;
    background: url(../img/sec3bg-img.svg);
    background-position: inherit;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec2bg {
}

.ellipseimg {
    position: absolute;
    object-fit: contain;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec2 h2 {
    font-size: 50px;
    font-family: 'Abhaya Libre';
    font-weight: 800;
}

.nav-link {
    color: white !important;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #F3BF2D !important;
}

.nav-link.active {
    color: #F3BF2D !important;
}


.sec2box1 {
    width: 286px;
    min-height: 265px;
    height: auto;
    border-radius: 10px;
    text-align: center;
    background-color: #212121;
    border: 1px solid #F3BF2D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 20px;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sec2box1:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(243, 191, 45, 0.15);
}

.sec2box1 h3 {
    font-size: 20px;
}

.sec2box1 p {
    font-size: 14px;
}

/* Marketplace Feature Box */
.marketplace-box {
    background: rgba(243, 191, 45, 0.08);
    border: 1px solid rgba(243, 191, 45, 0.3);
    border-radius: 16px;
    padding: 40px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.marketplace-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(243, 191, 45, 0.12);
}

.marketplace-icon {
    font-size: 48px;
    color: #F3BF2D;
}

.marketplace-box h3 {
    font-size: 24px;
}

.marketplace-box p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}


/* ============ HOW IT WORKS SECTION ============ */
.how-it-works-section {
    padding: 100px 0 60px;
}

.step-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(243, 191, 45, 0.2);
    border-radius: 16px;
    padding: 30px 24px;
    text-align: center;
    color: #fff;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(243, 191, 45, 0.12);
    border-color: #F3BF2D;
}

.step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F3BF2D, #e6a800);
    color: #212121;
    font-size: 24px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(243, 191, 45, 0.3);
}

.step-card h4 {
    font-size: 18px;
    color: #F3BF2D;
}

.step-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}


/* ============ ABOUT SECTION ============ */
.sec3 {
    padding-top: 170px;
}


.sec3 h1 {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 70px;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 65px;

}

.sec3 p {
    color: rgba(255, 255, 255, 80%);
    font-size: 16px;
}

.btn-1 {
    background: #F3BF2D;
    border-radius: 70px;
    border: none;
    width: 159px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    box-shadow:
        inset -4px -4px 4px 0 rgba(0, 0, 0, 25%),
        inset 4px 4px 3.8px 0 rgba(255, 255, 255, 25%);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-1:hover {
    transform: translateY(-2px);
    box-shadow:
        inset -4px -4px 4px 0 rgba(0, 0, 0, 25%),
        inset 4px 4px 3.8px 0 rgba(255, 255, 255, 25%),
        0 6px 20px rgba(243, 191, 45, 0.3);
}


/* ============ WHY CHOOSE US SECTION ============ */
.why-choose-section {
    padding: 100px 0;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    border-left: 3px solid #F3BF2D;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.why-item:hover {
    background: rgba(243, 191, 45, 0.08);
    transform: translateX(4px);
}

.why-icon {
    color: #F3BF2D;
    font-size: 18px;
    flex-shrink: 0;
}


/* ============ BUILT FOR EVERYONE / AUDIENCE CARDS ============ */
.audience-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(243, 191, 45, 0.2);
    border-radius: 16px;
    padding: 30px 24px;
    text-align: center;
    color: #fff;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.audience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(243, 191, 45, 0.12);
    border-color: #F3BF2D;
}

.audience-icon {
    font-size: 40px;
    color: #F3BF2D;
}

.audience-card h4 {
    font-size: 18px;
    color: #F3BF2D;
}

.audience-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}


.sec4 h1 {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 70px;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 65px;

}

.sec4 p {
    color: rgba(255, 255, 255, 80%);
    font-size: 16px;
    width: 54%;
    margin: 0 auto;
}

.sec4 {
    padding-top: 240px;
    z-index: 9999;
}

.bgadd {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.images {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 900px;
}


/* ============ TESTIMONIALS ============ */
.cards-flex {
    cursor: pointer;
    padding: 20px;
    border-radius: 8px;
    height: fit-content;
    margin-top: 60px;
    padding: 40px 45px;
    background-color: #F3BF2D;
    transition: transform 0.3s ease;
}

.cards-flex:hover {
    transform: translateY(-4px);
}

.pre-image {
    width: 58px;
    height: 58px;
}

.owl-theme .owl-nav .owl-prev,
.owl-next {
    background: transparent !important;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 38%;
    left: -30px;
    background: none;
    margin-top: 35px;
}

.next-image {
    position: relative;
    left: 55px;
    width: 58px;
    height: 58px;
}

.cilent-image {
    width: 122px !important;
    height: 122px !important;
    position: absolute;
    top: -100px;
}

.star {
    width: 23px !important;
    height: 23px !important;
}

.testimonals {
    padding-top: 100px;
    padding-bottom: 90px;
}

.testimonals h1 {
    text-align: center;
    font-family: 'Abhaya Libre';
    font-weight: 800;
    color: #ffffff;
    font-size: 50px;
}

.text h3 {
    color: #ffffff;
    font-size: 25px;
    margin-top: 60px;
}

.text .cilent-2 {
    color: rgba(255, 255, 255, 80%);
    font-size: 14px;
}


/* ============ FAQ SECTION ============ */
.faq-section {
    padding: 80px 0 100px;
}

.faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 12px;
    border: 1px solid rgba(243, 191, 45, 0.2);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(243, 191, 45, 0.5);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    cursor: pointer;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: rgba(243, 191, 45, 0.06);
}

.faq-question.active {
    background: rgba(243, 191, 45, 0.08);
}

.faq-arrow {
    color: #F3BF2D;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.faq-question.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 0 24px 18px;
    color: rgba(255, 255, 255, 0.75);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.7;
}


/* ============ FINAL CTA SECTION ============ */
.final-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(243, 191, 45, 0.08) 0%, rgba(33, 33, 33, 1) 60%);
}

.final-cta-section .section-title {
    font-size: 44px;
}

.cta-subtitle {
    max-width: 700px;
    margin: 0 auto !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px;
}


/* ============ FOOTER ============ */
.footer {
    margin-top: 100px;

}

.fotter {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 70%;
}

.footer h6 {
    font-size: 25px;
    text-transform: capitalize;
}

.footer p {
    font-size: 14px;
    margin-bottom: 6px !important;
    text-transform: capitalize;
}

.bgaddition {

    background-repeat: no-repeat;
    background-position: top left;
    background-size: 900px;
    background-position-y: -10px;
}


.sec1bbg {
    width: 810px;
    position: absolute;
    top: 0;
    object-fit: cover;
    right: 0;

}

.zindex {
    z-index: 9999;
}


/* ============ PRICING / CREDITS ============ */

.subscriptionbox {
    padding: 90px 0px;
}


.subscriptionbox .box1 {
    width: 100%;
}

.subscriptionbox .box1 {
    border-radius: 22.07px;
    border: 2.21px solid #F3BF2D;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 25px 25px 35px;
    height: fit-content;
    width: 90%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.subscriptionbox .box1:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(243, 191, 45, 0.15);
}

/* Popular plan highlight */
.popular-plan {
    border-color: #F3BF2D !important;
    background: rgba(243, 191, 45, 0.06) !important;
    position: relative;
}

.popular-badge {
    background-color: #F3BF2D !important;
    color: #212121 !important;
    border-color: #F3BF2D !important;
}


.subscriptionbox .packageshead {
    font-family: 'Abhaya Libre';
    font-size: 50px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.subscriptionbox .packagespara {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.subscriptionbox .box1 h1 {
    font-size: 30px;
    font-weight: bold;
    color: white;
    margin-top: 10px;
    text-align: center;
}

.subscriptionbox .box1 h2 {
    font-size: 12px;
}

.subscriptionbox .box1 h2 {
    font-size: 14.66px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: white;
    margin-bottom: 0;
    text-transform: capitalize;
}


.influncer_btn {
    position: relative;
    display: inline-block;
    border-radius: 123px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 20px;
    color: black;
    background-color: #F3BF2D;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
}

.influncer_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 191, 45, 0.3);
}

.subscriptionbox .box1 h1 span {
    font-size: 25.63px;
    margin-left: 10px;
}

.basicbox {
    height: 55px;
    border-radius: 44px;
    background-color: #212121;
    border: 2.21px solid #F3BF2D;
    padding: 0px 50px;
    font-size: 17.66px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    text-transform: capitalize;
}

.footerDiv {
    width: 100%;
    height: fit-content;
    background-color: #F3BF2D;
    padding-top: 40px;
    padding-bottom: 10px;
}

footer h1 {
    font-size: 20px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

footer p {
    font-size: 12px;
    color: black;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

.borderDiv {
    border: 1px solid rgba(33, 33, 33, 0.2);
    margin-top: 20px;
}

/* Footer new styles */
.footer-logo {
    width: 160px;
}

.footer-tagline {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.7) !important;
    line-height: 1.6;
}

.footer-heading {
    font-size: 16px !important;
    color: #212121;
    margin-bottom: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75) !important;
    font-family: "Poppins", sans-serif;
    transition: color 0.3s ease;
}

.footer-links li a:hover {
    color: #212121 !important;
}

.footer-contact-text {
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.7) !important;
    line-height: 1.6;
    margin-bottom: 8px !important;
}

.footer-email {
    font-size: 14px !important;
    color: #212121 !important;
    font-weight: 600;
    margin-top: 8px !important;
}

.footer-email i {
    color: #212121;
}


/* ============ POLICY / LEGAL PAGES ============ */
.policy-container {
    min-height: 100vh;
    padding: 30px 0;
    font-family: 'Inter', sans-serif;
}

.policy-container h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.policy-container h2 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #e2f1ff;
}

.policy-container p {
    font-size: 15px;
    line-height: 1.8;
    color: #dbe9f4;
    margin-bottom: 15px;
}

.policy-container ul {
    padding-left: 20px;
}

.policy-container ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #cfe3f1;
}



/* ============ CONTACT PAGE ============ */
.contact-container {
    min-height: 100vh;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
}

.contact-card {
    max-width: 700px;
    margin: auto;
    background: rgba(255, 255, 255, 0.06);
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.contact-card h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-card .subtitle {
    font-size: 15px;
    color: #d5e8f5;
    margin-bottom: 30px;
    line-height: 1.7;
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
}

.contact-form .form-group {
    margin-bottom: 20px;
    flex: 1;
}

.contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #cfe3f1;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 14px;
    transition: background 0.3s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-form input:focus,
.contact-form textarea:focus {
    background: rgba(255, 255, 255, 0.18);
}

.submit-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    background: #F3BF2D;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 191, 45, 0.3);
}

/* Mobile */
@media (max-width: 768px) {
    .contact-form .form-row {
        flex-direction: column;
    }
}