html,
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    font-family: "Mozilla Text", serif;
}

h1 {
    font-weight: 500;
    font-size: 60px;
}

h2 {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 16px;
}

h3 {
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    margin-bottom: 16px;
}

h6 {
    font-size: 18px;
    margin-bottom: 16px;
}

p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #57585A;
}

a {
    text-decoration: none;
    border-bottom: none;
    color: black;
}

.container {
    max-width: 100%;
    padding: 0 5vw;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

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

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

.pb-40 {
    padding: 40px 0;
}

.pt-70 {
    padding-top: 70px;
}

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

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

/*//////////////top bar style///////////////////*/

.top-bar {
    background-color: #ffffff;
    font-family: sans-serif;
}

.business-btn {
    background-color: #FCF5E0;
    padding: 6px 15px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
}

.personal-link {
    font-size: 15px;
    color: #57585A;
    cursor: pointer;
}

.contact-sales-link {
    color: #57585A;
    font-size: 15px;
}

.contact-sales-link:hover {
    color: #333;
}

.btn-signin {
    background-color: #F1B8A0;
    color: #58595B;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

/*///////nav style////////*/

.custom-nav-link {
    color: #000000 !important;
    font-size: 15px;
    font-weight: 500;
}

.btn-send-gift {
    background-color: #84946d !important;
    color: white !important;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    border: none;
}

.btn-book-call-use {
    border: 1px solid #84946d !important;
    color: #84946d !important;
    background-color: transparent;
    border-radius: 10px;
    font-size: 15px;
    padding: 14px 40px;
}


.btn-book-call {
    border: 1px solid #84946d !important;
    color: #84946d !important;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
}

.cart-wrapper {
    background-color: #d8e6c8;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #84946d;
    cursor: pointer;
    font-size: 18px;
    padding: 15px;
}

/*//////////banner section//////////////*/


.banner-section {
    background-image: url('../img/bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;

}

.trusted-text {
    color: #819466;
    font-size: 18px;
    font-weight: 400;
}

.banner-title-custom {
    color: #EC6859;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.1;
}

.banner-title-world {
    color: #EC6859;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
}

.banner-title {
    color: #EC6859;
    font-size: 72px;
    font-weight: 600;
    line-height: 1.1;
}

.banner-description {
    color: #57585A;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}

.btn-start-gifting-banner-section {
    background-color: #819466 !important;
    color: white !important;
    padding: 14px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    transition: 0.3s;
}

.btn-start-gifting-banner-section:hover {
    background-color: #6e7c5b !important;
    transform: translateY(-2px);
}

.hero-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 4px 0px #00000026;

}

.hero-img-tall {
    height: 520px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px -4px 4px 0px #00000014;
    box-shadow: 0px 3px 4px 0px #00000026;
}

.rounded-4 {
    border-radius: 20px !important;
}

/*/////////client logo/////////////*/

.logo-slider-section {
    background: linear-gradient(189.44deg, #FFFFFF 8.99%, #FAF3DF 257.08%);
    padding: 50px 0;
}

.client-logo {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

/*//////////////////////////////////////*/


.how-it-works-section {
    padding: 100px 0 0 0;
    background-image: #fff;
}


.hiw-top-text {
    color: #819466;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

.hiw-main-title {
    color: #E86E6E;

    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}

.hiw-sub-title {
    color: #E86E6E;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
}


.steps-container {
    position: relative;
    margin-bottom: 40px;
    padding: 0 10%;
}


.steps-line {
    position: absolute;
    top: 50%;
    left: 19%;
    right: 19%;
    height: 2px;
    background-color: #F1E4D1;
    z-index: 1;
    transform: translateY(-50%);
}

.step-badge {
    background-color: #84966E;
    color: white;
    padding: 8px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.hiw-image-card {
    width: 100%;
    transition: transform 0.3s ease;
}

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

.hiw-image-card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .hiw-main-title {
        font-size: 32px;
    }

    .hiw-sub-title {
        font-size: 24px;
    }

    .steps-line {
        display: none;
    }

    .step-col {
        margin-bottom: 20px;
    }

    .steps-container {
        padding: 0;
    }
}

/*////////////////////////////////*/


.gift-promo-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.promo-inner-wrapper {
    background-color: #84946d;
    border-radius: 40px;
    padding: 80px 40px 0 40px;
    position: relative;
    overflow: hidden;
    text-align: center;

    background-image: url('../img/free-bg-gift.png');
    background-repeat: repeat;
    background-position: center;
}

.promo-inner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(132, 150, 110, 0.5);
    z-index: 1;
}

/*/////////////*/

.promo-inner-wrapper-work {
    background-color: #FAF3DF;
    border-radius: 40px;
    padding: 80px 40px 0 40px;
    position: relative;
    overflow: hidden;
    text-align: center;

    background-image: url('../img/free-bg-gift.png');
    background-repeat: repeat;
    background-position: center;
}

.promo-inner-wrapper-work::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(250 243 223 / 50%);
    z-index: 1;
}

.promo-title-work {
    color: #EC6859;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
}

.promo-description-work {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.4;
}

/*////////////*/


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

.promo-title {
    color: #FFE5B2;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
}

.promo-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.4;
}

.btn-let-choose {
    background-color: #EC6859;
    color: #ffffff !important;
    padding: 14px 35px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    border: none;
    margin-bottom: 60px;
}

.btn-let-choose:hover {
    background-color: #d65d5d;
    transform: translateY(-2px);
}

.catalog-image-container {
    background-color: #ffffff;
    border-radius: 30px 30px 0 0;
    padding: 10px;
    box-shadow: 0px -2px 4px 0px #0000001A;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.catalog-image-container img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
    display: block;
}

/*///////////////////*/


.occasion-section {
    position: relative;
    padding: 0 0 80px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.occasion-main-title {
    color: #EC6859;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
}

.occasion-sub-title {
    color: #57585A;
    font-size: 18px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 60px auto;
    line-height: 1.5;
}

.occasion-card {
    background-color: #FAF3DF;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
}

.occasion-card:hover {
    transform: translateY(-5px);
}

.occasion-card-title {
    color: #EC6859;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.occasion-card-img {
    width: 100%;
    height: 240px;
    border-radius: 12px;
    object-fit: cover;
}

.decor-shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.shape-top-left {
    top: 50px;
    left: 50px;
    width: 60px;
}

.shape-top-right {
    top: 100px;
    right: 50px;
    width: 50px;
}

.shape-bottom-left {
    bottom: 50px;
    left: 50px;
    width: 70px;
}

.shape-bottom-right {
    bottom: 50px;
    right: 80px;
    width: 60px;
}

.shape-mid-right {
    top: 50%;
    right: 30px;
    width: 40px;
}


/*///////slider double /////////*/

.luxe-section {
    position: relative;
    padding: 0 0 80px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.luxe-title {
    color: #EC6859;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}

.luxe-subtitle {
    color: #57585A;
    font-size: 18px;
    max-width: 650px;
    margin: 0 auto 50px auto;
    line-height: 1.4;
}

.swiper-wrapper-custom {
    position: relative;
    padding: 0 60px;
    max-width: 1300px;
    margin: 0 auto;
}

swiper-container {
    width: 100%;
    height: 520px;
}

swiper-slide {
    height: calc((100% - 20px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: #84966E;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border: none;
    transition: 0.3s;
}

.nav-btn:hover {
    background-color: #6c7a5a;
}

.btn-prev {
    left: 0;
}

.btn-next {
    right: 0;
}

.btn-browse {
    background-color: #758E51;
    color: white !important;
    padding: 14px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    transition: 0.3s;
}

.btn-browse:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bg-shape {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

.shape-1 {
    top: 100px;
    right: 5%;
    width: 80px;
}

.shape-2 {
    bottom: 50px;
    left: 8%;
    width: 90px;
}

.shape-3 {
    bottom: 30px;
    right: 6%;
    width: 70px;
}

/*///purpose section/////////////*/


.purpose-outer-section {
    background-color: #ffffff;
    padding: 0px 0 80px 0;
}

.purpose-banner {
    background-color: #FAF3DF;
    border: 1px solid #819466;
    border-radius: 20px;
    padding: 0 40px;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.purpose-visual {
    position: relative;
    min-height: 280px;
    width: 100%;
    background-image: url('../img/purpose-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.purpose-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
    position: absolute;
    width: 110px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    z-index: 10;
    transition: transform 0.3s ease;
}

.purpose-box:hover {
    transform: translateY(-5px);
}

.purpose-box img {
    width: 26px;
    height: 26px;
    margin-bottom: 6px;
}

.purpose-box span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    color: #6C7A65;
}

.box-lgbtq {
    top: 10%;
    left: 10%;
}

.box-organic {
    top: 11%;
    right: 10%;
}

.box-female {
    top: 30%;
    left: 39%;
    width: 130px;
    padding: 18px;
}

.box-kosher {
    bottom: 10%;
    left: 10%;
}

.box-bipoc {
    bottom: 10%;
    right: 10%;
}

.purpose-content {
    padding-left: 30px;
}

.purpose-title {
    color: #EC6859;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

.purpose-text {
    color: #6C7A65;
    font-size: 19px;
    line-height: 1.5;
    max-width: 500px;
}



.swag-section {
    position: relative;
    padding: 0 0 80px 0;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}

.swag-title {
    color: #EC6859;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
}

.swag-subtitle {
    color: #57585A;
    font-size: 18px;
    margin-bottom: 50px;
}

.brand-card {
    background: #ffffff;
    border: 1px solid #57585A;
    border-radius: 12px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}

.brand-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
    border-color: #CB7C65;
}

.brand-card img {
    max-width: 80%;
    max-height: 60%;
    object-fit: contain;
    filter: grayscale(0);
}

.many-more-link {
    color: #819466;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}

.many-more-link:hover {
    color: #819466;
    text-decoration: underline;
}

.swag-shape {
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
}

.shape-tl {
    top: 10%;
    left: 5%;
    width: 60px;
}

.shape-tr {
    top: 15%;
    right: 5%;
    width: 50px;
}

.shape-bl {
    bottom: 10%;
    left: 8%;
    width: 70px;
}

.shape-br {
    bottom: 10%;
    right: 8%;
    width: 60px;
}

/*//////plan home section///////////////////*/

/*/////////////*/

.premium-plans-section-work {
    background-color: #819466;
    padding: 80px 0;
}

.plan-main-title-work {
    color: #FAF3DF;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px;
}

.plan-description-work {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
    max-width: 440px;
}

.plan-badge-work {
    color: #819466;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    display: block;
    background: #FAF3DF;
    border-radius: 20px;
    padding: 5px 10px;
    width: fit-content;
}

/*///////////////*/
.premium-plans-section {
    background-color: #FAF3DF;
    padding: 80px 0;
}

.plan-badge {
    color: #819466;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    display: block;
}

.plan-main-title {
    color: #EC6859;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px;
}

.plan-description {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
    max-width: 440px;
}

.btn-premium {
    background-color: #EC6859;
    color: #ffffff !important;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
    border: none;
}

.btn-premium:hover {
    background-color: #d65d5d;
    transform: translateY(-2px);
}

.team-card {
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-people {
    background-color: #FEB59D;
}

.card-sales {
    background-color: #FFD98E;
}

.card-title-text {
    font-size: 28px;
    font-weight: 600;
    color: #2B4021;
    margin-bottom: 12px;
}

.card-sub-desc {
    font-size: 15px;
    color: #2B4021;
    line-height: 1.4;
    margin-bottom: 25px;
    opacity: 0.8;
}

.card-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    flex-grow: 1;
}

.card-list li {
    font-size: 14px;
    color: #2B4021;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.card-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a1a1a;
}

.integration-label {
    font-size: 16px;
    font-weight: 500;
    color: #2B4021;
    margin-bottom: 15px;
    display: block;
}

.integration-logos {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.integration-logos img {
    height: 35px;
    width: auto;
    opacity: 0.8;
}

.more-text {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 500;
}

/*////////testimonials home section/////////////*/


.testimonial-sections {
    padding: 100px 0 200px 0;
    background-color: #ffffff;
}

.testimonial-main-title {
    color: #E86E6E;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 80px;
    text-align: center;
}

.testimonial-card {
    background-color: #D9EAC280;
    border-radius: 20px;
    padding: 60px 30px 40px 30px;
    text-align: center;
    position: relative;
    height: 100%;
    margin-top: 50px;
}

.profile-img-wrapper {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.profile-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-text {
    color: #4A4A4A;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 400;
}

.testimonial-author {
    color: #758E51;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
    display: block;
}

.testimonial-meta {
    color: #758E51;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.quote-icon-wrapper {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.quote-icon-wrapper i {
    color: #819466;
    font-size: 24px;
}

/*///footer upper section//////////////*/

.gifting-today-wrapper {
    display: flex;
    width: 100%;
    min-height: 300px;
    background-color: #ffffff;
    overflow: hidden;
}

.gifting-side-image {
    flex: 1;
    display: block;
}

.gifting-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gifting-center-content {
    flex: 1.5;
    background-color: #FAF3DF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 60px;
}

.gifting-title {
    color: #EC6859;
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

.gifting-description {
    color: #57585A;
    font-size: 20px;
    line-height: 1.4;
    max-width: 500px;
    margin-bottom: 35px;
    font-weight: 400;
}

.btn-send-gifts {
    background-color: #819466;
    color: #ffffff !important;
    padding: 16px 45px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-send-gifts:hover {
    background-color: #6c7a5a;
    transform: translateY(-2px);
}

/*//////footer section///////////*/

.main-footer {
    background-color: #819466;
    color: #ffffff;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    background-image: url('../img/footer-bg.png');
    background-repeat: repeat;
    background-position: center;
}

.footer-logo-brand img {
    max-width: 100px;
    margin-bottom: 25px;
}

.social-icons-footer {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons-footer a {
    color: #ffffff;
    font-size: 20px;
    transition: opacity 0.3s ease;
}

.social-icons-footer a:hover {
    opacity: 0.7;
}

.footer-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    white-space: nowrap;
}

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

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

.footer-links-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer-links-list a:hover {
    opacity: 1;
    padding-left: 5px;
}

.qr-download-wrap {
    text-align: left;
}

.qr-img-box {
    margin-bottom: 15px;
    width: 120px;
}

.qr-img-box img {
    width: 100%;
    height: auto;
}

.qr-caption {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.4;
    display: block;
    max-width: 180px;
}

.footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 60px;
    padding: 30px 0;
    font-size: 14px;
}

.legal-links {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.legal-links a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}

/*///////contact page/////////////*/


.contact-section {
    background-color: #ffffff;
    padding: 0 0 50px 0px;
}

.contact-title {
    color: #EC6859;
    font-size: 48px;
    font-weight: 600;
}

.contact-subtitle {
    color: #555;
    font-size: 18px;
}

.contact-subtitle a {
    color: #84946D;
    text-decoration: underline;
}

.contact-form-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 50px 60px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.main-label {
    color: #666;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 12px;
    display: block;
}

.form-check-label {
    color: #777;
    font-size: 16px;
    cursor: pointer;
}

.custom-input {
    background-color: #FFFAEF !important;
    border: 1.5px solid #FFD98E !important;
    border-radius: 10px !important;
    padding: 12px 15px;
    color: #555;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #F27264 !important;
}

.btn-contact-submit {
    background-color: #84946D !important;
    color: #ffffff !important;
    padding: 12px 0;
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    transition: 0.3s;
}

.btn-contact-submit:hover {
    background-color: #6e7c5b !important;
    transform: translateY(-2px);
}

/*//////pricing page/////////////*/

.pricing-section {
    background-color: #fff;
    padding: 0 0 50px 0;
}

.pricing-main-title {
    color: #EC6859;
    font-size: 56px;
    font-weight: 600;
}

.pricing-desc {
    color: #666;
    font-size: 18px;
}

.btn-build-collection {
    background-color: #819466;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 500;
}

.billing-text {
    font-size: 14px;
    color: #555;
}

.custom-switch .form-check-input {
    width: 3em;
    height: 1.5em;
    background-color: #ccc;
    border-color: transparent;
    cursor: pointer;
}

.custom-switch .form-check-input:checked {
    background-color: #819466;
}

.pricing-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    border-top: 5px solid #EC6859;
    padding: 40px 30px;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.pro-card {
    background-color: #FAF3DF;
    border-top: 5px solid #EC6859;
}

.icon-box {
    background: #e9edde;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #819466;
    font-size: 20px;
}

.plan-name {
    color: #333;
    font-weight: 600;
    font-size: 20px;
}

.plan-subtitle {
    color: #777;
    font-size: 14px;
}

.price-wrap {
    color: #333;
}

.price-wrap .amount {
    font-size: 48px;
    font-weight: 700;
}

.price-wrap .currency {
    font-size: 48px;
    font-weight: 600;
    display: inline-block;
}

.price-wrap .period {
    color: #888;
    font-size: 16px;
}

.price-wrap .chat-text {
    font-size: 28px;
    font-weight: 700;
}

.small-info {
    font-size: 12px;
    color: #888;
}

.btn-olive {
    background-color: #819466 !important;
    color: white !important;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
}

.bold-feature {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}

.features-title {
    color: #EC6859;
    font-weight: 600;
    font-size: 16px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #444;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #EC6859;
    border-radius: 50%;
}


/*//////pricing faq////////////*/


.faq-main-title {
    color: #EC6859;
    font-size: 3.5rem;
    font-weight: 600;
}

.custom-faq .accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
    background: transparent;
}

.custom-faq .accordion-button {
    background-color: transparent;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 25px 30px;
    box-shadow: none;
    border-radius: 12px !important;
}

.custom-faq .accordion-button:not(.collapsed) {
    background-color: #819466;
    color: #FFD98E;
    box-shadow: none;
}

.custom-faq .accordion-button::after {
    filter: brightness(0);
}

.custom-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.custom-faq .accordion-body {
    background-color: #ffffff;
    color: #555;
    font-size: 1rem;
    line-height: 1.8;
    padding: 20px 30px 40px 30px;
}

/*/////////pricing review////////////*/


.testimonial-section {
    background-color: #FAF3DF;
    overflow: hidden;
}

.quote-text {
    color: #819466;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 850px;
    margin: 0 auto;
}

.author-name {
    color: #84946D;
    font-weight: 700;
    font-size: 18px;
}

.author-title {
    color: #84946D;
    font-weight: 400;
    font-size: 18px;
}

.custom-nav {
    background-color: #84946D;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    color: #ffffff !important;
    transition: 0.3s ease;
}

.custom-nav::after {
    font-size: 18px !important;
    font-weight: bold;
}

.custom-nav:hover {
    background-color: #6e7c5b;
    transform: scale(1.1);
}

.swiper-pagination-bullet {
    background: #84946D !important;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.floating-gift {
    position: absolute;
    width: 40px;
    z-index: 0;
}

.icon-1 {
    top: 10%;
    left: 5%;
    transform: rotate(-15deg);
}

.icon-2 {
    bottom: 20%;
    left: 3%;
    transform: rotate(10deg);
}

.icon-3 {
    top: 15%;
    right: 5%;
    transform: rotate(20deg);
}

.icon-4 {
    bottom: 10%;
    right: 15%;
    transform: rotate(-10deg);
}

.icon-5 {
    bottom: 5%;
    left: 50%;
}

/*///////////signup//////////////*/

.signup-wrapper {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url('../img/signup-bg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .signup-wrapper {
        height: 100vh;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .signup-wrapper {
        min-height: 100vh;
        padding: 40px 0;
        overflow-y: auto;
    }
}

.signup-card {
    max-width: 500px;
    width: 100%;
    padding: 20px;
    text-align: start;
}

.signup-title {
    color: #EC6859;
    font-size: 38px;
    font-weight: 600;
}

.custom-input {
    background-color: #FFFAEF !important;
    border: 1.5px solid #FFD98E !important;
    border-radius: 10px !important;
    margin-bottom: 15px;
}

.btn-start-gifting {
    background-color: #758E51 !important;
    color: white !important;
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    font-size: 18px;
    border: none;
}

.btn-google {
    background-color: white !important;
    border: 1px solid #758E51 !important;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 20px;
    color: #555;
}

/*///////////////////*/

.signin-page-wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.signin-form-col {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 50px;
}

.signin-image-col {
    flex: 0 0 50%;
    max-width: 50%;
    background-image: url('../img/signin.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.signin-card {
    max-width: 420px;
    width: 100%;
}

.welcome-text {
    color: #84946D;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}

.signin-brand-title {
    color: #F27264;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}

.custom-signin-input {
    background-color: #FDF8E1 !important;
    border: 1.5px solid #FCE6D1 !important;
    border-radius: 10px !important;
    padding: 12px 15px;
    font-size: 15px;
    margin-bottom: 15px;
    color: #333;
}

.forgot-link {
    display: block;
    text-align: right;
    color: #aaa;
    font-size: 13px;
    text-decoration: none;
    margin-top: -5px;
    margin-bottom: 25px;
}

.btn-signin-main {
    background-color: #84946D !important;
    color: white !important;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    border: none;
    margin-bottom: 15px;
}

.btn-google-signin {
    background-color: white !important;
    color: #555 !important;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
}

.btn-google-signin img {
    width: 20px;
    margin-right: 10px;
}

.signup-footer-link {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 25px;
}

.signup-footer-link a {
    color: #F27264;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 991px) {
    .signin-page-wrapper {
        height: auto;
        flex-direction: column;
        overflow-y: auto;
    }

    .signin-form-col,
    .signin-image-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .signin-image-col {
        height: 300px;
        order: -1;
    }

    .signin-form-col {
        padding: 40px 20px;
    }
}

/*///how work page/////////////*/


.pwa-container-section {
    background-color: #FAF3DF;
    border-radius: 10px;
    padding: 30px 15px;
    color: #819466;
}

.feature-column {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pwa-logo-text {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1.5px;
    margin-bottom: 5px;
    line-height: 1;
}

.feature-svg {
    margin-bottom: 12px;
    display: block;
}

.feature-description {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    max-width: 140px;
    color: #819466;
}

@media (max-width: 767px) {
    .feature-column {
        margin-bottom: 25px;
    }

    .feature-column:last-child {
        margin-bottom: 0;
    }
}

/*/////////////////*/

.gift-tracking-section {
    padding: 0 0 80px 0;
}

.gift-dashboard-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
}

.text-coral {
    color: #EC6859;
}

.text-green {
    color: #819466;
}

.gift-dashboard-desc {
    color: #57585A;
    font-size: 16px;
    line-height: 1.6;
    max-width: 480px;
}

.gift-dashboard-card {
    background-color: #FAF3DF;
    border-radius: 25px;
    padding: 45px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    max-width: 540px;
    margin-left: auto;
}

.card-heading {
    color: #819466;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.acceptance-bar {
    height: 6px;
    width: 100%;
    background-color: #819466;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.acceptance-bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background-color: #EC6859;
}

.stat-label {
    font-size: 15px;
    margin-bottom: 5px;
}

.stat-value {
    font-size: 34px;
    font-weight: 400;
}

.card-hr {
    border: none;
    border-top: 1px solid #A59483;
    margin: 30px 0;
}

.delivery-heading {
    color: #819466;
    font-size: 20px;
    margin-bottom: 20px;
}

.delivery-heading span {
    color: #58595B;
    font-weight: 400;
}

.delivery-status-track {
    display: flex;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.track-item {
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.bg-preparing {
    background-color: #F1B8A0;
    width: 25%;
}

.bg-shipped {
    background-color: #FFD98E;
    width: 45%;
}

.bg-delivered {
    background-color: #D9D9D9;
    width: 30%;
}

@media (max-width: 991px) {
    .gift-tracking-section {
        padding: 50px 0;
    }

    .gift-dashboard-card {
        margin: 40px auto 0;
        padding: 30px;
    }

    .gift-dashboard-title {
        font-size: 36px;
        text-align: center;
    }

    .gift-dashboard-desc {
        text-align: center;
        margin: 0 auto;
    }
}


/*/////////////////////*/


.how-it-works-section {
    padding: 0 0 100px 0;
    background-color: #ffffff;
}

.section-title {
    color: #EC6859;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 80px;
    text-align: center;
}

.step-card {
    background-color: #FAF3DF;
    border-radius: 12px;
    padding: 50px 30px 40px 30px;
    position: relative;
    height: 100%;
    border: none;
}

.step-number {
    position: absolute;
    top: -22px;
    left: 30px;
    background-color: #F1B8A0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8C9E6E;
    font-weight: 600;
    font-size: 18px;
}

.step-card h3 {
    color: #819466;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.step-card p {
    color: #57585A;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .how-it-works-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 36px;
        margin-bottom: 60px;
    }

    .card-col {
        margin-bottom: 60px;
    }
}


.employee-gifting-section {
    padding: 0 0 100px 0;
    background-color: #ffffff;
}

.sub-heading {
    color: #819466;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.main-heading {
    color: #EC6859;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
}

.main-description {
    color: #57585A;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.stat-card {
    background-color: #F1B8A0;
    border-radius: 12px;
    padding: 50px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.stat-card h2 {
    color: #FAF3DF;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
}

.stat-card p {
    color: #57585A;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 40px;
    flex-grow: 1;
}

.stat-card .source-text {
    color: #FAF3DF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .main-heading {
        font-size: 32px;
    }

    .card-wrapper {
        margin-bottom: 30px;
    }

    .employee-gifting-section {
        padding: 60px 0;
    }
}

/*//////////////////*/

.faq-sub-title {
    color: #819466;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

.faq-main-title-use {
    color: #EC6859;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
}

.custom-accordion .accordion-item {
    border: 1px solid #8194665E;
    border-radius: 12px !important;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.custom-accordion .accordion-button {
    padding: 22px 25px;
    font-size: 17px;
    color: #666666;
    background-color: #ffffff;
    box-shadow: none;
    font-weight: 400;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: #819466;
    background-color: #ffffff;
    padding-bottom: 10px;
}

.custom-accordion .accordion-body {
    padding: 0 25px 22px 25px;
    color: #757575;
    font-size: 15px;
    line-height: 1.6;
}

.custom-accordion .accordion-button::after {
    background-size: 14px;
    transition: transform 0.2s ease-in-out;
}

.btn-how-works {
    background-color: #819466;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;
    transition: opacity 0.3s ease;
}

.btn-how-works:hover {
    color: #ffffff;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .faq-main-title {
        font-size: 32px;
    }
}

/*//////////////////////*/


.integrations-section {
    background-color: #F1B8A0;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.gift-icon {
    position: absolute;
    width: 60px;
}

.gift-top-left {
    top: 30px;
    left: 30px;
    transform: rotate(-15deg);
}

.gift-bottom-left {
    bottom: 40px;
    left: 32%;
    transform: rotate(10deg);
}

.gift-top-right {
    top: 50px;
    right: 35%;
    transform: rotate(20deg);
}

.gift-bottom-right {
    bottom: 30px;
    right: 30px;
    transform: rotate(-20deg);
}

.integration-col-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.integration-col-img img {
    max-width: 100%;
    height: auto;
}

.integration-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.integration-content .sub-text {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}

.integration-content h2 {
    font-size: 42px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.integration-content p {
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
    max-width: 380px;
    margin-bottom: 35px;
}

.btn-discover {
    border: 1.5px solid #819466;
    color: #819466;
    background: transparent;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.btn-discover:hover {
    background-color: #8c9e6e;
    color: #ffffff;
}

@media (max-width: 991px) {
    .integrations-section {
        padding: 60px 0;
    }

    .integration-content h2 {
        font-size: 32px;
    }

    .integration-col-img {
        margin-bottom: 40px;
    }

    .gift-icon {
        display: none;
    }
}

/*////////////////*/


.client-gifting-section {
    background-color: #ffffff;
    padding: 0 0 100px 0;
}

.client-gifting-section .sub-heading {
    color: #819466;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 12px;
}

.client-gifting-section .main-title {
    color: #EC6859;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px auto;
    line-height: 1.2;
}

.client-gifting-section .description {
    color: #57585A;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 70px auto;
}

.gift-card {
    background-color: #FFF4DF;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    border: none;
    text-align: center;
}

.gift-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gift-card-body {
    padding: 30px 25px 40px 25px;
}

.gift-card-body h4 {
    color: #677651;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.gift-card-body p {
    color: #757575;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .client-gifting-section {
        padding: 60px 0;
    }

    .client-gifting-section .main-title {
        font-size: 30px;
        padding: 0 15px;
    }

    .gift-col {
        margin-bottom: 30px;
    }
}

/*////////////////*/


.api-integration-section {
    padding: 50px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.api-sub-title {
    color: #EC6859;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.api-main-title {
    color: #EC6859;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px auto;
    line-height: 1.1;
}

.api-description {
    color: #57585A;
    font-size: 17px;
    text-align: center;
    margin-bottom: 35px;
}

.api-btns-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.btn-apply {
    background-color: #819466;
    color: #ffffff;
    padding: 12px 35px;
    border-radius: 10px;
    font-weight: 500;
    border: none;
    transition: 0.3s;
    text-decoration: none;
}

.btn-docs {
    background-color: transparent;
    color: #819466;
    padding: 12px 35px;
    border-radius: 10px;
    font-weight: 500;
    border: 1.5px solid #819466;
    transition: 0.3s;
    text-decoration: none;
}

.btn-apply:hover {
    opacity: 0.9;
    color: #fff;
}

.btn-docs:hover {
    background: #8C9E6E;
    color: #fff;
}

.side-img-wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-top: 50px;
}

.floating-img {
    width: 100%;
    max-width: 160px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.api-preview-box {
    border: 1.5px solid #8C9E6E;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    padding: 60px 30px 0 30px;
    margin: 0 auto;
    max-width: 600px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.preview-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .api-main-title {
        font-size: 32px;
    }

    .side-img-wrapper {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        margin-bottom: 40px;
        padding-top: 0;
    }

    .api-preview-box {
        padding: 30px 15px 0 15px;
    }

    .preview-item {
        width: 70px;
        height: 70px;
    }
}

/*///////////////////*/


.choose-api-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.choose-api-section .section-title {
    color: #EC6859;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}

.api-card {
    border-radius: 30px;
    padding: 50px 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.api-card-peach {
    background-color: #F1B8A0;
    border: none;
}

.api-card-white {
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
}

.card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.api-card h3 {
    color: #819466;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.api-badge {
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.badge-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.badge-outline-green {
    border: 1px solid #819466;
    color: #8C9E6E;
}

.api-card p {
    color: #666666;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    max-width: 400px;
}

@media (max-width: 991px) {
    .choose-api-section .section-title {
        font-size: 32px;
    }

    .api-card {
        padding: 40px 30px;
        margin-bottom: 25px;
    }

    .api-card h3 {
        font-size: 24px;
    }

    .card-header-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

/*/////////////////////*/


.brands-section {
    padding: 0 0 100px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.brands-section .main-title {
    color: #EC6859;
    font-size: 44px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
}

.brands-section .sub-title {
    color: #757575;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    max-width: 650px;
    margin: 0 auto 0 auto;
}

.visual-wrapper {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 0;
}

.trending-box {
    background-color: #F1B8A0;
    border-radius: 15px;
    padding: 60px 40px;
    text-align: center;
    margin: 0 100px;
}

.trending-label {
    color: #8C9E6E;
    font-size: 22px;
    margin-bottom: 35px;
    display: block;
}

.logos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.logos-grid img {
    height: 70px;
}

.floating-product {
    position: absolute;
    width: 140px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.prod-1 {
    top: 10%;
    left: -8%;
    height: 120px;
}

.prod-2 {
    bottom: 0;
    left: 13px;
    height: 120px;
}

.prod-3 {
    top: 10%;
    right: -8%;
    height: 120px;
}

.prod-4 {
    bottom: 0;
    right: 13px;
    height: 120px;
}

@media (max-width: 991px) {
    .brands-section .main-title {
        font-size: 32px;
    }

    .trending-box {
        margin: 0 20px;
        padding: 40px 20px;
    }

    .floating-product {
        width: 100px;
    }

    .prod-1 {
        left: -20px;
    }

    .prod-2 {
        left: 0;
        bottom: -20px;
    }

    .prod-3 {
        right: -20px;
    }

    .prod-4 {
        right: 0;
        bottom: -20px;
    }
}

@media (max-width: 767px) {
    .floating-product {
        display: none;
    }

    .trending-box {
        margin: 0;
    }
}

/*/////////////////*/


.catalog-revenue-section {
    padding: 0 0 80px 0;
    background-color: #ffffff;
}

.feature-card {
    background-color: #F1B8A0;
    border-radius: 25px;
    padding: 60px 40px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.badge-label {
    background-color: #758E51;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: inline-block;
}

.feature-card h2 {
    color: #FAF3DF;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    max-width: 450px;
}

.feature-card p {
    color: #4A4A4A;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 480px;
}

.btn-collection {
    background-color: #758E51;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
    transition: 0.3s;
}

.btn-collection:hover {
    opacity: 0.9;
    color: #ffffff;
}

/* Logo Grid Styling */
.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: auto;
}

.logo-container img {
    width: 100%;
}

/* Fulfillment Graphic Styling */
.fulfillment-graphic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: auto;
    position: relative;
}

.graphic-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    width: 140px;
}

.graphic-box img {
    width: 100%;
    border-radius: 10px;
}

.order-label {
    font-size: 11px;
    color: #4A90E2;
    margin-top: 8px;
    display: block;
    font-weight: 600;
}

.swap-icon img {
    width: 100%;
}

.chart-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    width: 140px;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.chart-box span {
    font-size: 10px;
    color: #4A90E2;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .feature-card h2 {
        font-size: 28px;
    }

    .feature-card {
        margin-bottom: 30px;
        padding: 40px 20px;
    }

    .fulfillment-graphic {
        flex-direction: row;
        flex-wrap: wrap;
    }
}


/*/////////////////////////////*/


.case-study-section {
    background-color: #FAF3DF;
    padding: 100px 0;
}

.case-study-section .main-heading {
    color: #EC6859;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 50px;
}

.case-item {
    margin-bottom: 35px;
}

.case-item .sub-heading {
    color: #819466;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.case-item p {
    color: #57585A;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    max-width: 530px;
}

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

.results-list li {
    color: #757575;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.results-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #757575;
    border-radius: 1px;
}

.case-study-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .case-study-section {
        padding: 60px 0;
    }

    .case-study-section .main-heading {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .case-study-img-col {
        margin-top: 50px;
    }

    .case-item p,
    .results-list li {
        font-size: 16px;
    }
}


/*//////////////////////*/



.testimonials-section {
    background-color: #ffffff;
    padding: 80px 0 80px 0;
    overflow: hidden;
}

.testimonial-row {
    position: relative;
    margin-bottom: 80px;
    display: flex;
}

.testimonial-row.row-1 {
    justify-content: flex-start;
    padding-left: 10%;
}

.testimonial-row.row-2 {
    justify-content: flex-end;
    padding-right: 5%;
}

.testimonial-row.row-3 {
    justify-content: flex-start;
    padding-left: 5%;
}

.testimonial-card {
    background-color: #FFF9EE;
    border-radius: 12px;
    padding: 40px 40px 40px 110px;
    max-width: 650px;
    position: relative;
    min-height: 200px;
}

.testimonial-img {
    position: absolute;
    left: -80px;
    top: -20px;
    width: 170px;
    height: 170px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content h3 {
    color: #819466;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.4;
}

.testimonial-content p {
    color: #57585A;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-author {
    font-size: 13px;
    color: #444;
}

.testimonial-author strong {
    font-weight: 700;
    color: #1a1a1a;
}

.testimonial-author span {
    color: #888;
}

@media (max-width: 991px) {
    .testimonial-row {
        padding: 0 !important;
        justify-content: center !important;
        margin-bottom: 120px;
    }

    .testimonial-card {
        padding: 100px 30px 40px 30px;
        max-width: 100%;
        margin: 0 15px;
    }

    .testimonial-img {
        left: 50%;
        top: -70px;
        transform: translateX(-50%);
        width: 140px;
        height: 140px;
    }

    .testimonial-content {
        text-align: center;
    }
}


.main-header {
    background-color: #FEF9EA;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-link-custom {
    color: #757575;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 15px;
    transition: 0.3s;
}

.nav-link-custom:hover,
.nav-link-custom.active {
    color: #E67E66;
}

.sidebar-container-desktop {
    padding-right: 20px;
}

.category-toggle {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    display: inline-flex;
    padding: 4px;
    margin-bottom: 30px;
}

.toggle-btn {
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 20px;
    border: none;
    background: transparent;
    color: #757575;
}

.toggle-btn.active {
    background: #8C9E6E !important;
    color: #fff !important;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
}

.sidebar-nav li {
    margin-bottom: 5px;
}

.sidebar-nav a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    border-radius: 8px;
    transition: 0.3s;
}

.sidebar-nav a i {
    margin-right: 12px;
    font-size: 18px;
}

.sidebar-nav a.active {
    background-color: #FEE6E0;
    color: #E67E66;
    font-weight: 500;
}

.filter-bar {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.filter-pill {
    padding: 8px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    font-size: 14px;
    color: #666;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.filter-pill:hover {
    background-color: #f9f9f9;
}

.filter-pill.active-pill {
    background-color: #FEF9EA;
    border-color: #f0e6cc;
}

.dropdown-menu {
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 10px;
}

.dropdown-item {
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 15px;
    color: #555;
}

.dropdown-item:hover {
    background-color: #FEE6E0;
    color: #E67E66;
}

#searchModal .modal-content {
    border-radius: 20px;
    border: none;
    padding: 20px;
}

.search-input-group {
    position: relative;
}

.search-input-group input {
    width: 100%;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 15px 20px 15px 50px;
    font-size: 18px;
    outline: none;
    transition: 0.3s;
}

.search-input-group input:focus {
    border-color: #8C9E6E;
}

.search-input-group i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #aaa;
}

.content-title {
    font-size: 26px !important;
}

@media (max-width: 991px) {
    .sidebar-container-desktop {
        display: none;
    }

    .content-title {
        font-size: 26px !important;
    }

    .mobile-filter-btn {
        display: inline-flex;
        background-color: #8C9E6E;
        color: #fff;
        border: none;
        border-radius: 30px;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .main-header .nav-links {
        display: none;
    }
}


/* --- Product Card Grid --- */
.product-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.product-card.active-bg {
    background-color: #FEF9EA;
    border-color: #f0e6cc;
}

.product-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.product-info {
    padding: 15px;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.product-title {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin: 0;
}

.product-price {
    color: #8C9E6E;
    font-weight: 600;
    font-size: 14px;
}

.product-desc {
    font-size: 11px;
    color: #888;
    line-height: 1.4;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #ccc;
    font-size: 12px;
    gap: 5px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #94a07e;
    color: white;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}


/*//////////////////////////*/


.product-main-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price {
    font-size: 24px !important;
    color: #94a07e !important;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.product-slider-container {
    background: #fdfdfd;
    border-radius: 15px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.single_add_to_cart_button {
    background: #84946d !important;
    color: white !important;
    border-radius: 5px !important;
    padding: 12px 35px !important;
    font-weight: 600 !important;
    border: none !important;
}

.quantity input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px;
}

.nav-tabs {
    border-bottom: 2px solid #f4f4f4;
    gap: 30px;
}

.nav-tabs .nav-link {
    border: none;
    color: #888;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    background: none;
}

.nav-tabs .nav-link.active {
    color: #94a07e;
    background: none;
    border: none;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #94a07e;
}

.tab-content {
    padding: 30px 0;
    line-height: 1.8;
    color: #555;
}

.cart-wrapper {
    position: relative;
    cursor: pointer;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100%;
    background: white;
    z-index: 99999;
    transition: 0.5s;
    padding: 30px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.cart-sidebar.open {
    right: 0;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    display: none;
}

.cart-overlay.show {
    display: block;
}

.woocommerce a.remove {
    background: black;
    color: white !important;
    margin-bottom: 9px;
}

.woocommerce ul.cart_list li img {
    width: 85px !important;
}

.widget_shopping_cart_content .cart_list {
    padding: 0 !important;
    margin: 0 !important;
}

.widget_shopping_cart_content .cart_list li {
    position: relative !important;
    padding: 20px 0 20px 40px !important;
    border-bottom: 1px solid #eee !important;
    list-style: none !important;
    overflow: hidden; 
    display: block !important; 
}

.widget_shopping_cart_content .cart_list li .remove {
    position: absolute !important;
    left: 0 !important;
    top: 15px !important;
    width: 24px !important;
    height: 24px !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.widget_shopping_cart_content .cart_list li img {
    float: right !important;
    width: 75px !important;
    height: auto !important;
    margin-left: 15px !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.widget_shopping_cart_content .cart_list li a:not(.remove) {
    width: auto !important;
    max-width: 100%;
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
}

.widget_shopping_cart_content .cart_list li .quantity {
    display: block !important;
    margin-top: 8px !important;
    font-size: 15px !important;
    color: #666 !important;
}

.widget_shopping_cart_content .total {
    padding: 20px 0 !important;
    border-top: none !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #777 !important;
}

.widget_shopping_cart_content .total .amount {
    color: #777 !important;
    font-weight: 400 !important;
}

.widget_shopping_cart_content .buttons {
    display: flex !important;
    gap: 10px !important;
    padding: 0 !important;
}

.widget_shopping_cart_content .buttons a {
    flex: 1 !important;
    background: #ebe9eb !important;
    color: #515151 !important;
    text-align: center !important;
    padding: 12px 5px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    border: none !important;
}
.widget_shopping_cart_content .buttons a:not(.checkout) {
    display: none !important;
}



/* 1. Chrome, Safari, Edge aur Opera se up/down arrows hatane ke liye */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 2. Firefox se arrows hatane ke liye */
.qty-input {
    -moz-appearance: textfield;
    width: 40px !important; /* Width thodi barha di hai takay space mile */
    text-align: center !important;
    border: none !important;
    padding: 0 !important; /* Padding zero karna zaroori hai centering ke liye */
    font-weight: bold !important;
    background: transparent !important;
    outline: none !important; /* Click karne par jo border aata hai wo khatam hoga */
    display: inline-block !important;
    line-height: 25px !important; /* Buttons ki height ke barabar */
}

/* 3. Wrapper ko stable rakhne ke liye */
.quantity-ajax-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important; /* Buttons ke sath align rahega */
    gap: 5px !important; /* Buttons aur number ke beech halka sa gap */
    margin-top: 10px !important;
}

/* 4. Buttons ko thoda behtar dikhane ke liye */
.qty-btn {
    width: 25px !important;
    height: 25px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    line-height: 1 !important;
}



.quantity-ajax-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 0px !important;
    margin-top: 10px !important;
}
.qty-btn {
    width: 25px !important;
    height: 25px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
}
.qty-input {
    width: 35px !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    border: none !important;
    font-weight: bold !important;
}
/* Loading state */
.quantity-ajax-wrapper.loading {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

/* Sidebar Cart Content Container */
.widget_shopping_cart_content {
    position: relative;
    min-height: 200px; /* Layout collapse hone se rokta hai */
}

/* Loading Overlay - Jo bikhre hue content ko chhupa dega */
.cart-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* White transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    border-radius: 10px;
}

/* Spinner Animation */
.cart-loader-spinner {
    width: 35px;
    height: 35px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #7c4dff; /* Apne purple color ka code yaha dalein */
    border-radius: 50%;
    animation: cart-spin 0.8s linear infinite;
}

@keyframes cart-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Items ko blur karne ke liye jab loading ho */
.cart_list.product_list_widget.loading-blur {
    filter: blur(2px);
    opacity: 0.5;
}