@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body * {
    font-family: "Inter", sans-serif;
}

/* Common CSS */
h2.section-subtitle {
    font-size: 1rem;
    color: var(--theme-color);
}

h3.section-title {
    color: #333333;
}

p.section-description {
    font-size: 1.1rem;
    color: #6b7280;
}

.b2b-hero-section {
    background: #f5f9ff;
}

.partner-program {
    padding: 3rem 0;
    border-radius: 10px;
}

.program-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--theme-color)
}

.program-subtitle {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: #333;
    line-height: 1.25;
}

.program-subtitle span {
    color: var(--theme-color);
}

.program-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #6b7280;
}

.btn-partner {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: white;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    margin-right: 1rem;
}

.btn-partner:hover {
    background-color: #fff;
    color: var(--theme-color);
}

.btn-catalogue {
    background-color: #ffffff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

.btn-catalogue:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.b2b-hero-section img {
    border-radius: 20px;
}

/* 2nd Section */


.partner-benefits .card {
    transition: transform 0.3s ease;
}

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

.partner-benefits h2 {
    font-size: 1rem;
    color: var(--theme-color);
}

.partner-benefits h3 {
    color: #333333;
}

.partner-description {
    font-size: 1.1rem;
    color: #6b7280;
}

.partner-benefits .card {
    box-shadow: 0 0 8px #e1e1e1 !important;
}

.partner-benefits .card .card-body > div {
    background: var(--theme-color) !important;
}

/* 3rd Section */
.box-img-b2b {
    background-color: #fff;
    /*padding: 20px 0px;*/
    border: 1px solid #d3d3d33d;
    border-radius: 50%;
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
}

.box-img-b2b img {
    border-radius: 50%;

    object-fit: cover;
}

.our-products {
    position: relative;
    background: #f5f9ff;
}

.products-slider .slick-list {
    padding: 20px 0;
    margin: 0 -15px;
}

.products-slider .product-item {
    padding: 0 15px;
}

.products-slider .slick-dots {
    bottom: -40px;
}

.products-slider .slick-dots li button:before {
    font-size: 10px;
}

.products-slider .slick-dots li.slick-active button:before {
    color: #0d6efd;
}

.products-slider .card {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.products-slider .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.our-products .btn-primary {
    background: #ffffff;
    border-color: var(--theme-color);
    color: var(--theme-color);
}

/* 4th Section */
.why-partner {
    background-color: #ffffff;
}

.advantage-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.advantage-card .bg-primary {
    background-color: var(--theme-color) !important;
}

.icon-wrapper {
    transition: all 0.3s ease;
}

.advantage-card:hover .icon-wrapper {
    background-color: rgba(13, 110, 253, 0.2) !important;
    transform: scale(1.1);
}

/*5th Section */
.new-product-line {
    background: #f5f9ff;
}

.main-heading {
    color: #0c0c0c;
}

.subheading {
    font-size: 1rem;
}

.feature-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    background: #fff;
    padding: 2rem;
    text-align: center;
    height: 100%;
    min-height: 240px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.feature-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #002d5a;
}

.feature-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.45;
}

.slick-slide {
    padding: 0 10px;
}

.slick-dots li button:before {
    color: #a7cd39;
}

/* 6th Section */
.rating-b2b i {
    color: var(--theme-color) !important;
}

.testimonials {
    position: relative;
}

.testimonials-slider .slick-list {
    padding: 30px 0;
    margin: 0 -15px;
}

.testimonials-slider .testimonial-item {
    padding: 0 15px;
}

.testimonials-slider .slick-dots {
    bottom: -20px;
}

.testimonials-slider .slick-dots li button:before {
    font-size: 12px;
    color: #adb5bd;
}

.testimonials-slider .slick-dots li.slick-active button:before {
    color: #0d6efd;
}

.testimonials-slider .card {
    transition: all 0.3s ease;
    height: 100%;
}

.testimonials-slider .card {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
    min-height: 370px;
}

.testimonials-slider .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

blockquote {
    position: relative;
    padding-left: 20px;
}

blockquote:before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 40px;
    color: rgba(13, 110, 253, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

/* 7th Section */
.cta-section {
    background-color: var(--theme-color);
}

.cta-section h5 {
    font-size: 2.25rem;
}

.text-shadow {
    color: #2e4f6d;
}

.cta-section .btn-secondary {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

/* 8th Section */


.partner-form {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.partner-form label {
    font-weight: 500;
}

.partner-form .form-control,
.partner-form .form-select {
    padding: 0.75rem 0.25rem;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.partner-form .form-control:focus,
.partner-form .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.partner-form .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.2em;
}

.partner-form .form-check-label {
    margin-left: 0.5em;
}

.partner-form .btn-primary {
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    background: var(--theme-color);
    border-color: var(--theme-color);
    border-radius: 30px;
}

.partner-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

/* 10th Section */
.support-section {
    background-color: #f5f9ff; /* Very light blue */
}

.support-section h5 {
    font-size: 1.75rem;
}

.support-box {
    flex: 1;
    min-width: 280px;
}

.text-highlight {
    color: #cad401; /* Yellow-green icon color */
    font-size: 1.2rem;
}


@media only screen and (max-width: 600px) {
    h2.section-subtitle {
        font-size: 0.95rem;
    }

    h3.section-title {
        font-size: 1.5rem;
    }

    p.section-description {
        font-size: 0.95rem;
    }

    .partner-program {
        padding: 1.5rem 0;
    }

    .program-title {
        font-size: 1.05rem;
    }

    .program-subtitle {
        font-size: 2rem;
    }

    .program-description {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }

    .partner-description {
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .cta-section h3, .cta-section h5 {
        font-size: 1.15rem;
    }

    .mobile-search, .mobile-cart, .mobile-fix-option {
        display: none;
    }

    .products-slider .slick-list, .testimonials-slider .slick-list {
        margin: 0 0;
    }

    body {
        overflow-x: hidden;
    }


}

@media only screen and (max-width: 390px) {
    .btn-partner, .btn-catalogue {
        padding: 0.5rem 0.75rem;
        font-weight: 500;
        margin-right: 0.5rem;
    }

}
