
    .buyer-menu{
    position:relative;
    display:inline-block;
}

.buyer-toggle{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
}

.buyer-toggle i{
    font-size:12px;
    transition:0.3s;
}

/* Dropdown */
.buyer-dropdown-menu{
    position:absolute;
    top:35px;
    left:0;
    background:#fff;
    min-width:240px;
    border-radius:6px;
    padding:8px 0;
    list-style:none;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:0.3s;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
    display: block !important;
}

.buyer-dropdown-menu li {
    display:block;
   padding:6px 18px;
}

.buyer-dropdown-menu li a{
    display:block;
    color:#000;
    text-decoration:none;
    transition:0.3s;
}

.buyer-dropdown-menu li a:hover{
    background:#f5f5f5;
}

/* Hover Effect */
.buyer-menu:hover .buyer-dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.buyer-menu:hover .buyer-toggle .arr{
    transform:rotate(180deg);
}

/* Default (Desktop) */
.buyer-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* First icon hidden on desktop */
.buyer-toggle i:first-of-type {
    display: none;
}

/* Rotate only dropdown arrow */
.buyer-toggle.active .fa-chevron-down {
    transform: rotate(180deg);
    transition: 0.3s;
}

/* Mobile */
@media (max-width: 767px) {

    /* Hide text */
    .buyer-toggle span {
        display: none;
    }

    /* Show first icon */
    .buyer-toggle i:first-of-type {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: rgb(83, 83, 83);
    }

    /* Keep dropdown arrow visible */
    .buyer-toggle .fa-chevron-down {
        display: inline-block;
        font-size: 12px;
    }

    .tf-topbar .tf-list{
        gap: 20px;
    }

    .buyer-dropdown-menu li a{
        font-size: 14px;
    }

    .buyer-dropdown-menu li p{
        font-size: 14px;
    }


.buyer-menu .buyer-toggle .arr{
   display: none;
}

   
}


.mobile-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-title {
    display: none;
}

@media (max-width: 767px) {

    .buyer-toggle > span {
        display: none;
    }

    .mobile-title {
        display: block;
        font-size: 10px;
        margin-top: 2px;
        line-height: 1;
    }
}




/* trending sproduct section  */
.cate-content .cate_name{
    font-size: 17px;
    font-weight: 600;
    color: #103998;
}

@media (max-width:768px){
    .cate-content .cate_name{
    font-size: 13px;

}
}



  /* UNIQUE CLASS NAMES */
    .tyb-category-wrapper{
      padding:40px 0;
      background-color: #444;
    }



    /* SECTION */
    .tyb-category-wrapper{
      padding:40px 0;
    }

    /* CARD */
    .tyb-category-card{
      background:#fff;
      border-radius:20px;
      padding:22px;
      height:100%;
      box-shadow:0 2px 10px rgba(0,0,0,0.06);
    }

    /* HEADER */
    .tyb-card-header{
      display:flex;
      justify-content:space-between;
      align-items:center;
      margin-bottom:20px;
    }

    .tyb-card-title{
      font-size:20px;
      font-weight:700;
      color:#111;
      margin:0;
    }

    .tyb-view-link{
      text-decoration:none;
      color:#2563eb;
      font-size:15px;
      font-weight:500;
    }

    /* ITEM */
    .tyb-item-box{
      text-align:center;
      margin-bottom:22px;
    }

    /* IMAGE WRAPPER */
    .tyb-image-wrap{
      overflow:hidden;
      border-radius:18px;
      position:relative;
    }

    /* IMAGE */
    .tyb-item-image{
      width:100%;
      height:125px;
      object-fit:cover;
      border-radius:18px;
      transition:0.4s ease;
      display:block;
    }

    /* IMAGE HOVER */
    .tyb-image-wrap:hover .tyb-item-image{
      transform:scale(1.12);
    }

    /* TITLE */
    .tyb-item-title{
      font-size:14px;
      color:#444;
      line-height:1.3;
      margin-top:12px;
      margin-bottom:0;
      font-weight:500;
    }

    /* RESPONSIVE */
    @media(max-width:768px){

      .tyb-card-title{
        font-size:24px;
      }

      .tyb-item-image{
        height:140px;
      }

      .tyb-item-title{
        font-size:16px;
      }

    }



/* SECTION */
    .tyb-city-section{
        padding:70px 0;
    }

    /* TITLE */
    .tyb-city-title-wrap{
        text-align:center;
        margin-bottom:50px;
    }

    .tyb-city-subtitle{
        color:#0d6efd;
        font-size:15px;
        font-weight:600;
        text-transform:uppercase;
        letter-spacing:1px;
        margin-bottom:10px;
    }

    .tyb-city-heading{
        font-size:42px;
        font-weight:700;
        color:#111827;
        margin-bottom:12px;
    }

    .tyb-city-text{
        font-size:17px;
        color:#6b7280;
        max-width:650px;
        margin:auto;
        line-height:1.7;
    }

    /* CARD */
    .tyb-city-card{
        position:relative;
        background:#fff;
        border-radius:24px;
        overflow:hidden;
        transition:0.35s ease;
        border:1px solid #edf0f5;
        height:100%;
    }

    .tyb-city-card:hover{
        transform:translateY(-8px);
        box-shadow:0 18px 40px rgba(0,0,0,0.08);
    }

    /* IMAGE WRAP */
    .tyb-city-image-wrap{
        overflow:hidden;
        height:170px;
    }

    /* IMAGE */
    .tyb-city-image{
        width:100%;
        height:100%;
        object-fit:cover;
        transition:0.5s ease;
    }

    .tyb-city-card:hover .tyb-city-image{
        transform:scale(1.12);
    }

    /* CONTENT */
    .tyb-city-content{
        padding:22px 18px;
        text-align:center;
    }

    .tyb-city-link{
        text-decoration:none;
        color:#111827;
        font-size:22px;
        font-weight:700;
        display:block;
        margin-bottom:8px;
    }

    .tyb-city-link:hover{
        color:#0d6efd;
    }

    .tyb-city-desc{
        color:#6b7280;
        font-size:14px;
        margin:0;
    }

    /* MORE CARD */
    .tyb-more-card{
        background:linear-gradient(135deg,#0d6efd,#2563eb);
    }

    .tyb-more-card .tyb-city-link,
    .tyb-more-card .tyb-city-desc{
        color:#fff;
    }

    .tyb-more-card .tyb-city-image{
        opacity:0.9;
    }

    /* RESPONSIVE */
    @media(max-width:768px){

        .tyb-city-heading{
            font-size:30px;
        }

        .tyb-city-text{
            font-size:15px;
        }

        .tyb-city-image-wrap{
            height:140px;
        }

        .tyb-city-link{
            font-size:18px;
        }

    }






















/* =========================
   SECTION
========================= */
.client-section{
    background: #f8f9fc;
    padding: 80px 0;
    overflow: hidden;
}

/* =========================
   TITLE
========================= */
.section-title{
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.section-title p{
    color: #777;
    font-size: 16px;
}

/* =========================
   LOGO CARD
========================= */
.client-logo{
    background: #fff;
    border-radius: 18px;
    height: 130px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    box-shadow: 0 5px 20px rgba(0,0,0,0.06);

    transition: all 0.4s ease;
    overflow: hidden;
}

/* Glow Effect */
.client-logo::before{
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(0,123,255,0.06);
    border-radius: 50%;
    top: -80px;
    right: -80px;
    transition: 0.5s;
}

/* Hover Effect */
.client-logo:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.client-logo:hover::before{
    transform: scale(1.3);
}

/* =========================
   IMAGE
========================= */
.client-logo img{
    width: 100%;
    max-width: 140px;
    max-height: 60px;
    object-fit: contain;

    transition: all 0.4s ease;
}

.client-logo:hover img{
    
    opacity: 1;
    transform: scale(1.08);
}

/* =========================
   ANIMATION
========================= */
.fade-out{
    opacity: 0;
    transform: scale(0.8);
}

.fade-in{
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn{
    from{
        opacity: 0;
        transform: scale(0.8);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}

/* Floating Animation */
.client-logo{
    animation: float 4s ease-in-out infinite;
}

.client-logo:nth-child(even){
    animation-delay: 1s;
}

@keyframes float{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(0px);
    }
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:768px){

    .section-title h2{
        font-size: 32px;
    }

    .client-logo{
        height: 110px;
        padding: 20px;
    }
}












.buyer-menu span {
    color: rgb(20, 20, 20);
    font-weight: 400;
}

.buyer-menu i{
    color: rgb(20, 20, 20);
}

.tf-topbar {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width:768px){
    .tf-topbar {
    padding-top: 12px;
    padding-bottom: 12px;
}
}




/* =========================
   SECTION
========================= */
.popular-category-section{
    background: #f4f4f4;
}

/* =========================
   CARD
========================= */
.category-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.3s;
    text-decoration: none;
}

/* =========================
   ICON BOX
========================= */
.category-icon{
    width: 75px;
    height: 75px;
    border: 1px solid #d9d9d9;
    border-radius: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;

    transition: 0.3s;
    overflow: hidden;
    padding: 15px;
    border-radius: 50%;
}

/* =========================
   ICON IMAGE
========================= */
.category-icon img{
    width: 42px;
    height: 42px;
    object-fit: contain;
}

/* =========================
   TEXT
========================= */
.category-card h6{
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
    white-space: nowrap;      /* Prevent line break */
    overflow: hidden;         /* Hide extra text */
    text-overflow: ellipsis;  /* Show ... */
}

/* =========================
   HOVER
========================= */
.category-card:hover .category-icon{
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* =========================
   ACTIVE CATEGORY
========================= */
.active-category .category-icon{
    border: 2px solid #ff4dd2;
}

/* =========================
   MORE ICON
========================= */
.more-icon{
    background: #007bff;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

/* =========================
   MOBILE
========================= */
@media(max-width:768px){

    .category-icon{
        width: 65px;
        height: 65px;
    }

    .category-icon img{
        width: 36px;
        height: 36px;
    }

    .category-card h6{
        font-size: 13px;
    }
}




.popular-category-section .g-4, .gy-4 {
    --bs-gutter-y: 0rem;
}



/* =========================================
   HEADER
========================================= */




.portal-heading{
    font-size: 34px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

/* =========================================
   VIEW ALL BTN
========================================= */
.view-all-btn{
    padding: 8px 16px;
    border-radius: 10px;

    background: #111827;
    color: #fff;

    text-decoration: none;
    font-weight: 600;

    transition: 0.3s;
}

.view-all-btn:hover{
    background: #2563eb;
    color: #fff;
}



/* =========================================
   RESPONSIVE
========================================= */
@media(max-width:768px){
    .portal-heading{
        font-size: 22px;
        line-height: 1;

    }
}





.header-s3 .item-link{
    font-size: 16px;
}

.btn-nav-drop {
    padding: 10px 20px;
    border-radius: 10px;
}










.fm-category-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.fm-category-img{
    width: 120px;
    min-width: 120px;
    /* height: 120px; */
    overflow: hidden;
    border-radius: 14px;
}

.fm-category-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fm-category-content{
    flex: 1;
}

.fm-category-title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.fm-category-list{
    padding-left: 18px;
    margin-bottom: 15px;
}

.fm-category-list li{
    font-size: 15px;
     list-style: disc !important;
    display: list-item !important;
   
    color: #555;
}

.fm-category-btn{
    display: inline-block;
    text-decoration: none;
    color: #D4AF37;
    font-weight: 600;
    transition: 0.3s;
}

.fm-category-btn:hover{
    color: #000;
}



.tyb-card-holder .col-md-6{
margin-bottom: 1rem;
}



/* ===================================
   NEXT LEVEL PREMIUM CARD UI
=================================== */

.fm-category-card{
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 26px;
    border-radius: 30px;
    background: #ffffff;
    overflow: hidden;
    transition: 0.6s cubic-bezier(.23,1,.32,1);
    height: 100%;
    z-index: 1;
    border: 2px solid rgba(0,0,0,0.08);
}


/* GOLD LIGHT EFFECT */
.fm-category-card::after{
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(
        circle,
        rgba(212,175,55,0.45),
        transparent 70%
    );
    right: -180px;
    bottom: -180px;
    transition: 0.7s ease;
    border-radius: 50%;
    z-index: -1;
}



/* DARK BG ACTIVE */
.fm-category-card:hover::before{
    opacity: 1;
}

/* GOLD LIGHT MOVE */
.fm-category-card:hover::after{
    transform: scale(1.8);
}

/* ANIMATED BORDER */
.fm-category-card span{
    position: absolute;
    display: block;
}

/* TOP */
.fm-category-card span:nth-child(1){
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#D4AF37);
}

.fm-category-card:hover span:nth-child(1){
    left: 100%;
    transition: 0.8s;
}

/* RIGHT */
.fm-category-card span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#D4AF37);
}

.fm-category-card:hover span:nth-child(2){
    top: 100%;
    transition: 0.8s;
    transition-delay: .2s;
}

/* BOTTOM */
.fm-category-card span:nth-child(3){
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#D4AF37);
}

.fm-category-card:hover span:nth-child(3){
    right: 100%;
    transition: 0.8s;
    transition-delay: .4s;
}

/* LEFT */
.fm-category-card span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#D4AF37);
}

.fm-category-card:hover span:nth-child(4){
    bottom: 100%;
    transition: 0.8s;
    transition-delay: .6s;
}










.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.2);
}

.hero-title{
  font-size:45px;
  font-weight:800;
  line-height:1.2;
  color:#111827;
}

.hero-title span{
  color:#0d6efd;
}

.hero-subtitle{
  font-size:18px;
  color:#4b5563;
  max-width:550px;
}

.hero-card{
  background:#fff;
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
  transition:0.3s;
  height:100%;
}

.hero-card:hover{
  transform:translateY(-5px);
}

.icon-box{
  width:60px;
  height:60px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  flex-shrink:0;
}

.buyer-icon{
  background:#e8f1ff;
  color:#0d6efd;
}

.seller-icon{
  background:#fff1e7;
  color:#ff7a00;
}

.custom-btn{
  border-radius:10px;
  padding:7px 18px;
  font-weight:600;
  margin-top: 1rem;
}

.stats-section{
  margin-top:20px;
}

.stat-box{
  display:flex;
  align-items:center;
  gap:15px;
  background:rgba(255,255,255,0.8);
  padding:18px;
  border-radius:14px;
  backdrop-filter:blur(10px);
}

.stat-icon{
  width:50px;
  height:50px;
  background:#eff6ff;
  color:#0d6efd;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}

.stat-box h4{
  margin:0;
  font-size:24px;
  font-weight:700;
  color:#0d6efd;
}

.stat-box p{
  margin:0;
  color:#6b7280;
  font-size:14px;
}

@media(max-width:991px){

  .hero-title{
    font-size:40px;
  }

  .hero-section{
    padding:70px 0 40px;
  }

}





















/* =========================
   SECTION
========================= */

.b2b-requirement-section{
    padding:90px 0;
    background:#f5f7fb;
}

/* =========================
   WRAPPER
========================= */

.b2b-requirement-wrapper{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 15px 50px rgba(0,0,0,0.06);
}

/* =========================
   LEFT PANEL
========================= */

.b2b-left-panel{
    position:relative;
    height:100%;
    min-height:450px;
}

.b2b-left-image{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================
   FLOATING CARDS
========================= */

.b2b-floating-card{
    position:absolute;
    background:#fff;
    border-radius:16px;
    padding:14px 18px;
    display:flex;
    align-items:center;
    gap:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    min-width:220px;
}

.card-one{
    top:60px;
    right:20px;
}

.card-two{
    top:150px;
    right:40px;
}

.b2b-float-icon{
    width:55px;
    height:55px;
    border-radius:14px;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.b2b-floating-card span{
    color:#6b7280;
    font-size:14px;
}

.b2b-floating-card h4{
    margin:0;
    font-size:28px;
    font-weight:800;
    color:#111827;
}

/* =========================
   FORM AREA
========================= */



.b2b-form-heading h2{
    font-size:42px;
    font-weight:800;
    color:#111827;
    margin-bottom:15px;
}

.b2b-form-heading p{
    color:#6b7280;
    font-size:17px;
    margin-bottom:35px;
}

/* =========================
   INPUT
========================= */

.b2b-input{
    height:62px;
    border-radius:14px;
    border:1px solid #dbe4f0;
    padding:12px 18px;
    font-size:15px;
    box-shadow:none !important;
}

.b2b-input:focus{
    border-color:#0d6efd;
}

/* =========================
   SELECT
========================= */

.b2b-select-wrap{
    position:relative;
}

.b2b-select-wrap label{
    position:absolute;
    top:-10px;
    left:15px;
    background:#fff;
    padding:0 8px;
    font-size:13px;
    color:#0d6efd;
    z-index:2;
}

/* =========================
   PHONE
========================= */

.b2b-phone-wrap{
    position:relative;
}

.b2b-phone-wrap label{
    position:absolute;
    top:-10px;
    left:15px;
    background:#fff;
    padding:0 8px;
    font-size:13px;
    color:#0d6efd;
    z-index:2;
}

.b2b-phone-field{
    height:62px;
    border:1px solid #dbe4f0;
    border-radius:14px;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.b2b-country-code{
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 15px;
    border-right:1px solid #e5e7eb;
    height:100%;
    background:#f9fbff;
}

.b2b-country-code img{
    width:22px;
    height:16px;
    object-fit:cover;
}

.b2b-phone-field input{
    border:none;
    width:100%;
    height:100%;
    padding:0 15px;
    outline:none;
}

/* =========================
   BUTTON
========================= */

.b2b-submit-btn{
    background:linear-gradient(135deg,#0d6efd,#2563eb);
    color:#fff;
    border:none; 
    padding:10px 30px;
    border-radius:14px;
    font-size:17px;
    font-weight:700;
    transition:0.3s;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
}

.b2b-submit-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(13,110,253,0.3);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .b2b-left-panel{
        min-height:400px;
    }

    .b2b-form-area{
        padding:35px 25px;
    }

    .b2b-form-heading h2{
        font-size:30px;
    }

    .b2b-floating-card{
        transform:scale(.85);
    }

}























/* =========================
   SECTION
========================= */

.mp-featured-products-section{
    background:#f5f8ff;
    overflow:hidden;
}

/* =========================
   CUSTOM 8 COLUMN
========================= */

@media(min-width:1400px){

    .col-xl-1-5{
        width:12.5%;
        flex:0 0 auto;
    }

}



@media(min-width:992px){

    .col-custom-8{
        width:12.5%;
        flex:0 0 auto;
    }

}

/* =========================
   HEADER
========================= */

.mp-featured-header{
    display:flex;
    justify-content:space-between;
    align-items:end;
    margin-bottom:40px;
    gap:20px;
}

.mp-featured-badge{
    background:#e8f1ff;
    color:#0d6efd;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    display:inline-block;
    margin-bottom:18px;
}

.mp-featured-header h2{
    font-size:42px;
    font-weight:800;
    color:#111827;
    margin-bottom:10px;
}

.mp-featured-header p{
    color:#6b7280;
    margin:0;
}

.mp-view-all-btn{
    background:#0d6efd;
    color:#fff;
    padding:14px 22px;
    border-radius:14px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.mp-view-all-btn:hover{
    background:#0057d8;
    color:#fff;
}

/* =========================
   PRODUCT CARD
========================= */

.mp-product-card{
    background:transparent;
    border-radius:22px;
    overflow:hidden;
    display:block;
    text-decoration:none;
    transition:0.4s;
    border:2px solid #ecebeb;
    position:relative;
    height:100%;
    /* box-shadow:0 10px 30px rgba(0,0,0,0.04); */
}

.mp-product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(13,110,253,0.12);
}

/* =========================
   IMAGE
========================= */

.mp-product-image{
    height:130px;
    overflow:hidden;
    background:#f8fbff;
    position:relative;
}

.mp-product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.mp-product-card:hover img{
    transform:scale(1.08);
}

/* =========================
   TAG
========================= */

.mp-product-tag{
    position:absolute;
    top:14px;
    left:14px;
    background:#ff4d4f;
    color:#fff;
    font-size:12px;
    padding:6px 12px;
    border-radius:50px;
    font-weight:600;
}

/* =========================
   CONTENT
========================= */

.mp-product-content{
    /* padding:18px; */
    text-align:center;
}

.mp-product-content h4{
    font-size:17px;
    font-weight:700;
    color:#111827;
    /* margin-bottom:8px; */
    transition:0.3s;
}

.mp-product-card:hover h4{
    color:#0d6efd;
}

.mp-product-content p{
    margin:0;
    color:#6b7280;
    font-size:14px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .mp-featured-header{
        flex-direction:column;
        align-items:start;
    }

    .mp-featured-header h2{
        font-size:32px;
    }

}

@media(max-width:768px){

    .mp-featured-products-section{
        padding:0px ;
    }

    .mp-product-image{
        height:140px;
    }

    .mp-product-content{
        padding:14px;
    }

    .mp-product-content h4{
        font-size:15px;
    }

}










.web-stories-section {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  }

  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .section-header h2 {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
  }

  .line {
    width: 70px;
    height: 4px;
    background: #6d5dfc;
    border-radius: 10px;
    display: block;
    margin-top: 10px;
  }

  .view-all {
    text-decoration: none;
    color: #111827;
    font-weight: 600;
    font-size: 15px;
  }

  .story-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    height: 240px;
    cursor: pointer;
  }

  .story-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
  }

  .story-card:hover img {
    transform: scale(1.08);
  }

  .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.15)
    );
  }

  .story-content {
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px;
    color: white;
    z-index: 2;
  }

  .story-content h3 {
    font-size: 24px;
    line-height: 1.3;
    margin: 14px 0 12px;
    font-weight: 700;
  }

  .story-content p {
    font-size: 14px;
    opacity: 0.9;
  }

  .tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
  }

  .lifestyle {
    background: #8b5cf6;
  }

  .tech {
    background: #ec4899;
  }

  .health {
    background: #22c55e;
  }

  .travel {
    background: #f59e0b;
  }

  .business {
    background: #3b82f6;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    color: #111827;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
  }

  @media (max-width: 768px) {
  
    .section-header h2 {
      font-size: 24px;
    }

    .story-card {
      height: 200px;
    }

    .story-content h3 {
      font-size: 18px;
    }
  }









  .price-btn-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
}

.price-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:2px 10px;
  background: linear-gradient(135deg, #6d5dfc, #4f46e5);
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:600;
  border-radius:14px;
  transition:all 0.35s ease;
  /* box-shadow:0 8px 25px rgba(79, 70, 229, 0.25); */
  position:relative;
  overflow:hidden;
}

.price-btn i{
  font-size:18px;
  transition:transform 0.3s ease;
}

/* Shine Effect */
.price-btn::before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.2);
  transform:skewX(-25deg);
  transition:0.6s;
}

.price-btn:hover::before{
  left:120%;
}



.price-btn:hover i{
  transform:translateY(2px);
}

.price-btn:active{
  transform:scale(0.98);
}










.buy-lead-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 2px 10px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.buy-lead-btn i{
    font-size: 18px;
}

.buy-lead-btn:hover{
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.4);
}



    
.top-offer-banner{
    width:100%;
    background:url(../img/topbar-img1.png) center center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;

    position:relative;
    overflow:hidden;
}


.top-offer-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.15);
}

/* Banner Content */
.banner-content{
    position:relative;
    z-index:2;

    width:100%;
   
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;

    padding:0 20px;

    color:#fff;
}

/* Main Heading */
.banner-title{
    font-size:15px;
    letter-spacing:0.5px;
}

/* Divider */
.banner-divider{
    width:1px;
    height:35px;
    background:rgba(255,255,255,0.4);
}

/* Subtitle */
.banner-subtitle{
    font-size:15px;
   
}

/* Button */
.shop-btn-1{
    display:inline-flex;
    align-items:center;
    gap:10px;

    background:#ffcc00;
    color:#000;

    text-decoration:none;

    padding:4px 28px;
    border-radius:50px;

    font-size:15px;
   
    transition:0.3s ease;
}

.shop-btn-1:hover{
    transform:translateY(-2px);
    background:#ffd633;
}

.shop-btn-1 span{
    font-size:20px;
}

.top-offer-right-content{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .top-offer-banner{
        height:auto;
        padding:4px 0;
    }

    .banner-content{
        flex-direction:column;
        gap:6px;
        text-align:center;
    }

    .banner-divider{
        display:none;
    }

    .banner-title{
        font-size:24px;
    }

    .banner-subtitle{
        font-size:12px;
    }

    .shop-btn-1{
        padding:4px 22px;
        font-size:13px;
    }
}


.main-box{
    background: #f8f3eb;
    border-radius: 20px;
    padding: 18px;
}

@media (max-width:768px){
    .main-box{

        margin-top: 0.5rem;
        background-color: #eeddf3;
    }
}

/* Slider */
.festivalSwiper{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.slider-img{
    height: 100%;
}

.slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Category Card */
.main-box .category-card{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    height: 170px;
}

.category-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.category-card:hover img{
    transform: scale(1.08);
}

.overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.1));
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 16px;
}

.overlay h5{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.overlay span{
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* Swiper Pagination */
.swiper-pagination{
    bottom: 15px !important;
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .5;
}

.swiper-pagination-bullet-active{
    opacity: 1;
}

@media(max-width:991px){

   .main-box .category-card{
        height: 160px;
    }

}

@media(max-width:576px){

    .main-box{
        padding: 10px;
    }

   .main-box .category-card{
        height: 140px;
    }

    .overlay h5{
        font-size: 12px;
    }

}



.seller-growth-wrapper{
    background: linear-gradient(90deg, #1140b7 0%, #0b37a6 100%);
    border-radius: 18px;
    padding: 12px 35px;
}

/* Left Content */
.seller-growth-left{
    gap: 18px;
}

.seller-growth-icon img{
    width: 58px;
    filter: brightness(0) invert(1);
}

.seller-growth-content h3{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
   
}

.seller-growth-content p{
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    margin: 0;
}

/* Stats */
.seller-growth-item{
    position: relative;
}

.border-end-custom::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 55px;
    background: rgba(255,255,255,0.15);
}

.seller-growth-item h2{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    
}

.seller-growth-item p{
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    margin: 0;
}

/* Button */
.seller-growth-btn{
    background: #fff;
    color: #1140b7;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    transition: .3s;
}

.seller-growth-btn:hover{
    transform: translateY(-2px);
    color: #1140b7;
}

.seller-growth-btn span{
    font-size: 22px;
}

/* Responsive */
@media(max-width:991px){

    .seller-growth-wrapper{
        padding: 25px;
    }

    .seller-growth-content h3{
        font-size: 28px;
    }

    .seller-growth-item{
        margin-bottom: 20px;
    }

    .border-end-custom::after{
        display: none;
    }

    .seller-growth-btn{
        margin-top: 10px;
    }
}

@media(max-width:576px){

    .seller-growth-wrapper{
        padding: 20px 15px;
    }

    .seller-growth-left{
        flex-direction: column;
        text-align: center;
    }

    .seller-growth-content h3{
        font-size: 24px;
    }

    .seller-growth-content p,
    .seller-growth-item p{
        font-size: 15px;
    }

    .seller-growth-item h2{
        font-size: 28px;

        
    }

    .seller-growth-btn{
        width: 100%;
        justify-content: center;
        font-size: 16px;
        padding: 14px 20px;
    }
}


.category-v05{
    background-color: white !important;
    border: 1px solid #ccc;
}

@media  (max-width:768px) {
   
    .category-v05 p{
display: none;
    }
  .cate-content .cate_name {
    line-height: 15px;
  }

.category-v05 .cate-image{
    max-width: 35px;
}

}




 .thankyou-category-section {
    padding: 40px 0;
    background: #fff;
  }

  .thankyou-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }

  .thankyou-category-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
  }


@media (max-width:768px){
    .thankyou-category-title {
    font-size: 15px;
   
  }
}

  .thankyou-view-all {
    text-decoration: none;
    color: #2563eb;
    font-weight: 600;
  }

  .thankyou-swiper {
    padding-bottom: 10px;
  }

  .thankyou-slide {
    height: auto;
  }

  .thankyou-category-card {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 14px;
    padding: 20px 15px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
  }

  .thankyou-category-card:hover { 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #103998;
  }

  .thankyou-category-image {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
  }



  .thankyou-category-name {
    font-size: 12px;
    font-weight: 600;
    color: #222;
    margin: 0;
  }


.thankyou-cities-section{
  padding: 90px 0 0;
  background:#f5f7fb;
 
}


/* Heading */

.thankyou-cities-heading{
  text-align:center;
  margin-bottom:60px;
}

.thankyou-cities-subtitle{
  display:inline-block;
  padding:8px 18px;
  background:#e8f0ff;
  color:#2563eb;
  border-radius:50px;
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
}

.thankyou-cities-heading h2{
  font-size:48px;
  font-weight:800;
  color:#111827;
  margin-bottom:14px;
}

.thankyou-cities-heading p{
  max-width:760px;
  margin:auto;
  color:#6b7280;
  line-height:1.8;
  font-size:17px;
}

/* Desktop Grid */

.thankyou-cities-desktop{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:35px 10px;
}

/* Card */

.thankyou-cities-card{
  width:150px;
  height:150px;
  border-radius:50%;
  overflow:hidden;
  position:relative;
  margin:auto;
  cursor:pointer;
  transition:0.4s ease;
  box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.thankyou-cities-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.5s ease;
}

.thankyou-cities-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:0.4s ease;
}

.thankyou-cities-overlay h3{
  color:#fff;
  font-size:20px;
  font-weight:700;
  transform:translateY(15px);
  transition:0.4s ease;
}

.thankyou-cities-card:hover img{
  transform:scale(1.15);
}

.thankyou-cities-card:hover .thankyou-cities-overlay{
  opacity:1;
}

.thankyou-cities-card:hover .thankyou-cities-overlay h3{
  transform:translateY(0);
}

/* Mobile Slider Hidden Desktop */

.thankyou-cities-mobile-slider{
  display:none;
}

/* Tablet */

@media(max-width:1200px){

  .thankyou-cities-desktop{
    grid-template-columns:repeat(4,1fr);
  }
}

/* Mobile */

@media(max-width:768px){

  .thankyou-cities-heading h2{
    font-size:34px;
  }

  .thankyou-cities-heading p{
    font-size:15px;
  }

  /* Hide Desktop */
  .thankyou-cities-desktop{
    display:none;
  }

  /* Show Mobile Slider */
  .thankyou-cities-mobile-slider{
    display:block;
    padding-bottom:50px;
  }

  .thankyou-cities-card{
    width:140px;
    height:140px;
  }

  .thankyou-cities-overlay h3{
    font-size:17px;
  }

  .swiper-pagination-bullet-active{
    background:#2563eb;
  }
}





/* MODERN NAVIGATION */

.thankyou-cities-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-top:35px;
}

.thankyou-cities-prev,
.thankyou-cities-next{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  color:#111827;
  box-shadow:0 10px 30px rgba(0,0,0,0.10);
  transition:0.3s ease;
}

.thankyou-cities-prev:hover,
.thankyou-cities-next:hover{
  background:#2563eb;
  color:#fff;
  transform:translateY(-3px);
  box-shadow:0 14px 35px rgba(37,99,235,0.35);
}

.thankyou-cities-prev svg,
.thankyou-cities-next svg{
  width:18px;
  height:18px;
}






/* ========================= */
/* COUNTRY SECTION */
/* ========================= */

.global-country-showcase-section{
  padding:80px 0;
  background:#f7f9fc;
  overflow:hidden;
}

/* HEADER */

.global-country-showcase-header{
  text-align:center;
  margin-bottom:60px;
}

.global-country-showcase-tag{
  display:inline-block;
  padding:8px 18px;
  border-radius:50px;
  background:#e8f0ff;
  color:#2563eb;
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
}

.global-country-showcase-header h2{
  font-size:48px;
  font-weight:800;
  color:#111827;
  margin-bottom:15px;
}

.global-country-showcase-header p{
  max-width:700px;
  margin:auto;
  color:#6b7280;
  font-size:17px;
  line-height:1.8;
}



.global-country-swiper-only{
  overflow:hidden;
}

/* CARD */

.global-country-showcase-card{
  background:#ffffff;
  border-radius:28px;
  padding:35px 20px;
  text-align:center;
  border:1px solid #edf2f7;
  transition:0.4s ease;
  box-shadow:0 10px 35px rgba(0,0,0,0.06);
  cursor:pointer;
}

.global-country-showcase-card:hover{
  transform:translateY(-8px);
  border-color:#dbeafe;
  box-shadow:0 20px 50px rgba(37,99,235,0.12);
}

/* FLAG */

.global-country-showcase-flag{
  width:85px;
  height:85px;
  margin:0 auto ;
  border-radius:50%;
  background:#f3f7ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
}

.global-country-showcase-card h3{
  font-size:17px;
}

.global-country-showcase-card span{
  color:#6b7280;
}

/* NAVIGATION */

.global-country-showcase-navigation{
  display:flex;
  justify-content:center;
  gap:16px;
  padding:40px 0;
}

.global-country-showcase-prev,
.global-country-showcase-next{
  width:50px;
  height:50px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.10);
  transition:0.3s ease;
}

.global-country-showcase-prev:hover,
.global-country-showcase-next:hover{
  background:#2563eb;
  color:#fff;
}

/* MOBILE */

@media(max-width:768px){

  .global-country-showcase-header h2{
    font-size:34px;
  }

}


.global-country-showcase-flag{
  width:85px;
  height:85px;
 
  border-radius:50%;
  overflow:hidden;
  border:4px solid #f3f7ff;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  transition:0.4s ease;
}

.global-country-showcase-flag img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.4s ease;
}

.global-country-showcase-card:hover .global-country-showcase-flag{
  transform:scale(1.08);
}

.global-country-showcase-card:hover .global-country-showcase-flag img{
  transform:scale(1.12);
}

/* MOBILE */

@media(max-width:768px){

  .global-country-showcase-flag{
    width:70px;
    height:70px;
  }

}


  

  .tyb-footer-link .cl-text-3{
    color: white !important;
  }

.tyb-footer-link .cl-text-3:hover{
    color: #fc9e12 !important;
  }


  .footer-heading-mobile {
     color: #fc9e12 !important;
     font-weight: 800 !important;
     font-size: 20px;
  }




/* ======================== */
/* PARTNER STRIP */
/* ======================== */

.footer-partner-strip{
  
    padding:22px 0 18px;
    position:relative;
}

.footer-partner-strip .container{
    background:#f5f5f5;
    border-top:1px solid #dcdcdc;
    padding:22px 0 18px;
    position:relative;
    border-radius: 10px;
}

/* ======================== */
/* TITLE */
/* ======================== */

.footer-partner-strip-title{
    position:absolute;
    top:-13px;
    left:50%;
    transform:translateX(-50%);
    background:linear-gradient(90deg,#00a0e3,#0078d7);
    color:#fff;
    font-size:14px;
    font-weight:600;
    padding:6px 20px;
    border-radius:50px;
    box-shadow:0 5px 15px rgba(0,120,215,0.25);
    letter-spacing:0.3px;
}

/* ======================== */
/* WRAPPER */
/* ======================== */

.footer-partner-strip-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    flex-wrap:wrap;
}

/* ======================== */
/* ITEM */
/* ======================== */

.footer-partner-strip-item{
    flex:1;
    min-width:140px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.3s ease;
    position:relative;
}

.footer-partner-strip-item img{
    max-width:100%;
    max-height:52px;
    object-fit:contain;
    transition:0.3s ease;
    filter:grayscale(100%);
    opacity:0.85;
}

/* HOVER */

.footer-partner-strip-item:hover img{
    transform:scale(1.06);
    filter:grayscale(0%);
    opacity:1;
}

/* ======================== */
/* MOBILE */
/* ======================== */

@media(max-width:768px){

    .footer-partner-strip{
        padding:35px 0 20px;
    }

    .footer-partner-strip-wrapper{
        gap:25px;
        justify-content:center;
    }

    .footer-partner-strip-item{
        flex:0 0 40%;
    }

    .footer-partner-strip-item img{
        max-height:42px;
    }

}



 .trending-products {
    padding: 60px 0;
    /* background: #e9e7e7; */
}

.trending-products .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #111;
}

.trending-products .product-card {
    display: block;
    text-decoration: none;
    text-align: center;
    /* background: #fff; */
    border-radius: 18px;
    overflow: hidden;
    padding: 12px;
    transition: all 0.35s ease;
    border: 1px solid #ccc;
}

.trending-products .product-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.trending-products .product-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 14px;
    transition: transform 0.4s ease;
}

.trending-products .product-card:hover img {
    transform: scale(1.08);
}

.trending-products .product-card span {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
        white-space: nowrap;      /* Prevent line break */
    overflow: hidden;         /* Hide extra text */
    text-overflow: ellipsis;  /* Show ... */

}



