.why-suppliers-love {
    height: 400px;
    padding: 100px 0px;
    background: var(--primary-rotate);
    position: relative;
    z-index: 1;
}

.why-suppliers-love .suppliers-title {
    color: var(--accent-light);
}

.why-suppliers-love .lead {
    color: var(--card-background);
}

.custom-shape-divider-bottom-1744011299 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1744011299 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1744011299 .shape-fill {
    fill: #ffffff;
}


/* permium plan start  */
.pricing-section h2 {
    color: var(--primary-color);
}

.pricing-section .price-card p strong {
    color: var(--medium-dark);
}

.price-alert {
    background-color: #fdf4ff;
    color: var(--light-color);
}

.price-card h3 {
    color: var(--primary-color);
}

/* premium plan end  */


.process__item {
    display: flex;
    flex-direction: column;
    background: var(--light-gray-color);
    width: 100%;
    /* padding: 25px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
    text-align: center;
    /* align-items: center;*/
    /* position: relative; */
    /* margin-bottom: 20px; */
    /* height: 300px; */
}

.forward-box:hover .process__number {
    color: var(--primary-color);
}

.process__item:hover .process__subtitle,
.process__item:hover .process__title {
    color: var(--primary-color);
}

.process__number {
    font-size: 60px;
    -webkit-text-stroke: 1px var(--primary-color);
    display: block;
    color: transparent;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
}

.process__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.process__subtitle {
    font-family: "Josefin Slab", serif;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    line-height: 1.5;
}

/* flaoting icon start */
.float-svg {
    position: absolute;
    opacity: 0.4;
    animation: floatSvg 5s ease-in-out infinite;
}

.svg-top-1 {
    top: 20%;
    right: 20%;
    animation-delay: 0s;
}

.svg-top-2 {
    bottom: 20%;
    left: 15%;
    animation-delay: 1s;
}

.svg-bottom-1 {
    top: 20%;
    left: 25%;
    animation-delay: 0.5s;
}

.svg-bottom-2 {
    bottom: 10%;
    right: 10%;
    animation-delay: 1.5s;
}

@keyframes floatSvg {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.float-svg svg {
    width: 50px;
    height: 50px;
    color: var(--primary-color);
}

/* floating icon end */

/* new steps process box start  */
.seller-process .main-box {
    position: relative;
    display: flex;
    align-items: center;
}

.seller-process .main-box .backward-box {
    width: 70%;
    height: 300px;
    background-color: var(--primary-color);
}

.seller-process .main-box .forward-box {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    height: 250px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px #9f9f9f;
    background-color: var(--light-grey-color);
}

.forward-box:hover {
    background: #f9f9f9;
    color: var(--light-color);
}

.seller-process .main-box .top-backwardbox {
    border-radius: 100% 0% 0% 100%;
}

.seller-process .main-box .bottom-backwardbox {
    border-radius: 0% 100% 100% 0%;
}

.seller-process .top-mainbox {
    justify-content: start;
}

.seller-process .bottom-mainbox {
    justify-content: end;
}

.seller-process .main-box .top-forwardbox {
    right: 0;
    justify-content: start;
}

.seller-process .main-box .bottom-forwardbox {
    left: 0;
    justify-content: end;
}
@media (max-width: 400px) {
    .why-suppliers-love {
        height:400px !important;
        padding: 30px 10px !important;
    }

    .lead {
        font-size: 16px !important;
    }

    .why-suppliers-love .suppliers-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .custom-shape-divider-bottom-1744011299 svg {
        width: calc(297% + 151.3px);
        height: 108px;
    }

    .why-suppliers-love {
        height: 400px;
        padding: 50px 20px;
    }

    .lead {
        font-size: 18px;
        font-weight: 300;
    }

    .seller-process .main-box .backward-box {
        display: none;
    }

    .process__title {
        font-size: 20px;
    }

    .seller-process .main-box .forward-box {
        width: 100%;
        height: 220px;
        position: relative;
        right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-shape-divider-bottom-1744112620 svg {
        width: calc(100% + 10.3px);
        height: 52px;
    }

    .custom-shape-divider-top-1744112785 svg {
        width: calc(100% + 1.3px);
        height: 43px;
    }

   
}

@media (min-width: 768px) and (max-width: 991px) {
    .seller-process .main-box .forward-box {
        height: 230px;
    }

    .process__title {
        font-size: 20px;
    }

    .custom-shape-divider-bottom-1744011299 svg {
        width: calc(100% + 145.3px);
        height: 90px;
    }
}

@media (min-width: 991px) and (max-width: 1500px) {
    .seller-process .main-box .forward-box {
        height: 230px;
    }

    .process__title {
        font-size: 20px;
    }
}


/* Features Section */
.feature-section {
    position: relative;
    background:var(--primary-rotate);
}

.feature-background {
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
}

/* Feature Card */
.feature-cards {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;

}

.feature-cards:hover {
    transform: translateY(-10px);
}

/* Icon */
.icon {
    width: 60px;
    height: 60px;
    background: #FF715B;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

/* Card Title */
.feature-cards h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Card Description */
.feature-cards p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* More Button */
.more-link {
    text-decoration: none;
    font-weight: bold;
    color: black;
    display: block;
    transition: 0.3s;
}

.more-link:hover {
    color: #FF715B;
}







/* 



.section-header {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.feature-box {
    transition: transform 0.3s ease-in-out;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background: #f8f9fa;
}

.feature-box:hover {
    transform: translateY(-5px);
    background: #e3e6ea;
}

.btn-subscribe {
    background: #D89B3E;
    color: white;
    border-radius: 5px;
    transition: 0.3s;
}
.btn-subscribe:hover {
    background: #89541A;
}
.pricing-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    transition: 0.3s;
}
.pricing-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
 */


.text-purple {
    color: #b62ac4;
}



.custom-shape-divider-top-1744112785 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1744112785 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 73px;
}

.custom-shape-divider-top-1744112785 .shape-fill {
    fill: #FFFFFF;
}  

.custom-shape-divider-bottom-1744112620 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1744112620 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-bottom-1744112620 .shape-fill {
    fill: #ffffff;
}


.inquiry-form{
    background-image: url(../image/women/banner-2.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

.ecommerce-floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  
  .ecom-icon {
    position: absolute;
    width: 40px;
    opacity: 0.15;
    animation: float-icon 6s ease-in-out infinite;
  }
  
  /* Positions */
  .top-left { top: 8%; left: 8%; animation-delay: 0s; }
  .top-right { top: 8%; right: 8%; animation-delay: 0.5s; }
  .center-left { top: 50%; left: 3%; transform: translateY(-50%); animation-delay: 1s; }
  .center-right { top: 50%; right: 3%; transform: translateY(-50%); animation-delay: 1.5s; }
  .bottom-left { bottom: 10%; left: 5%; animation-delay: 2s; }
  .bottom-right { bottom: 10%; right: 5%; animation-delay: 2.5s; }
  .bottom-left-center { bottom: 10%; left: 25%; animation-delay: 3s; }
  .bottom-right-center { bottom: 10%; right: 25%; animation-delay: 3.5s; }
  
  @keyframes float-icon {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
  }

  

input.form-control,
textarea.form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid var(--primary-bg);
    box-shadow: none;
    transition: border-color 0.3s ease;
}

.inquiry-form-title {
    color: var(--primary-color);
}

input::placeholder {
    color: #732C7F;
    /* Replace with any color you want */
    opacity: 1;
    /* Optional: makes sure the color is fully visible */
}

/* Optional for textareas too */
textarea::placeholder {
    color: #732C7F;
    opacity: 1;
}

#seller-inquiry-form input.form-control:focus,
#seller-inquiry-form input.form-control:active,
#seller-inquiry-form textarea.form-control:focus,
#seller-inquiry-form textarea.form-control:active {
    /* background-color: #f6e3fa; */
    background-color: transparent;
    outline: none;
    border-bottom: 2px solid var(--primary-color) !important;
    box-shadow: none !important;
}

input.form-control:-webkit-autofill,
textarea.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
}

button.submit-btn {
    background-color: var(--primary-color);
    color: var(--light-color);
    border-color: var(--primary-color);
    box-shadow: none !important;
    letter-spacing: 1px;
}

button.submit-btn:hover,
button.submit-btn:focus,
button.submit-btn:focus-visible {
    background: var(--accent-color) !important;
    background-color: var(--accent-color) !important;
    color: var(--primary-color);
    border-color: var(--accent-color);
    box-shadow: none !important;
}

button.submit-btn:active{
    background: var(--accent-color) !important;
    background-color: var(--accent-color) !important;
    color: var(--primary-color) !important;
    border-color: var(--accent-color) !important;
    box-shadow: none !important;
}