/* Product card title font */

@font-face {
    font-family: 'BrilliantFont';
    src: url('/fonts/Brilliant-Regular2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Glipe';
    src: url('/fonts/Glipe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Glipe';
    src: url('/fonts/Glipe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Starixo';
    src: url('Starixo.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bingo';
    src: url('Bingo.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}



@font-face {
    font-family: 'Laren';
    src: url('Laren.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


/* styling for product page */

/* .product-item h3.card-title {
   font-family: 'BrilliantFont', sans-serif;
  
    color: #513b3b; 
    font-weight: 400;
}

.card-title sup.tm {
    font-size: 30px !important;
    position: relative;
    top: -0.15em;
    margin-left: 3px;
}


.product-items h3.card-title {
 font-family: "Dancing Script", cursive;
     color: #D4AF37; 
    font-weight: 800;
} */

/* Section */
.products-section {
    background: #f8f9fa;
}



/* Heading */
/* Reset link */
.product-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Image with round corners */
.product-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    border-radius: 16px;   /* 👈 rounded corners */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.product-title {
    margin-top: 10px;
    margin-bottom: 2px;
    text-align: center;
    font-family: 'Glipe', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.product-category {
    display: block;
    text-align: center;
    font-family: 'Glipe', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}



/* Hover (premium touch) */
.product-link:hover .product-title,
.product-link:hover .product-category {
    color: #bc1e1e;
}



/* Hidden initially */
.product-item {
    opacity: 1;
    transform: translateY(0);
}

/* Animation class */
.product-item.fade-in {
    animation: fadeUp 5s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Container */
.brand-text {
    margin-top: px;
    text-align: center;
}

/* Brand name */
.brand-name {
    display: block;
    font-family: 'Glipe', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #6b21a8;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-bottom: 2px;
    margin-top:10px;
}

/* TM */
.tm {
    font-size: 85%;          /* 🔥 big TM */
    line-height: 1;
    position: relative;
    top: -0.45em;            /* 🔥 bring down closer */
    margin-left: -2px;       /* 🔥 pull TM left */
    font-weight: 600;
}

/* Category text */
.brand-category {
    display: block;
    font-family: 'Glipe', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    color: #6b21a8;
    margin-top: 0;
    line-height: 1;
}


/* brands font are starxio ********************************************************************************/
/* Brand name */
.brand-name2 {
    display: block;
    font-family: 'Starixo', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #7576cc;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-bottom: 2px;
    margin-top:10px;
}

/* TM */
.tm2 {
    font-size: 85%;          /* 🔥 big TM */
    line-height: 1;
    position: relative;
    top: -0.45em;            /* 🔥 bring down closer */
    margin-left: -2px;       /* 🔥 pull TM left */
    font-weight: 600;
}

/* Category text */
.brand-category2 {
    display: block;
    font-family: 'Starixo', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    color: #7576cc;
    margin-top: 0;
    line-height: 1;
}




/* brand font bingo******************************************************************************************* */

/* Brand name */
.brand-name3 {
    display: block;
    font-family: 'Bingo', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #530209;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-bottom: 2px;
    margin-top:10px;
}

/* TM */
.tm3 {
    font-size: 85%;          /* 🔥 big TM */
    line-height: 1;
    position: relative;
    top: -0.45em;            /* 🔥 bring down closer */
    margin-left: -2px;       /* 🔥 pull TM left */
    font-weight: 600;
}

/* Category text */
.brand-category3 {
    display: block;
    font-family: 'Bingo', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    color: #530209;
    margin-top: 0;
    line-height: 1;
}




/* brand font laren*************************************************************************************** */

/* Brand name */
.brand-name4 {
    display: block;
    font-family: 'Laren', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #2b6488;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-bottom: 2px;
    margin-top:10px;
}

/* TM */
.tm4 {
    font-size: 85%;          /* 🔥 big TM */
    line-height: 1;
    position: relative;
    top: -0.45em;            /* 🔥 bring down closer */
    margin-left: -2px;       /* 🔥 pull TM left */
    font-weight: 600;
}

/* Category text */
.brand-category4 {
    display: block;
    font-family: 'Laren', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    color: #530209;
    margin-top: 0;
    line-height: 1;
}







/* Hover effect */
.product-link:hover .brand-name,
.product-link:hover .brand-category {
    color: #bc1e1e;
}


.product-title {
    font-family: 'Glipe', sans-serif;
    font-size: 30px;          /* 👈 size (increase/decrease) */
    font-weight: 600;
    color: #3d75c3;           /* 👈 dark gray (premium look) */
    text-align: center;
}



/* for products deatils page */
   .product-page-bg {
    background-color: #f5f5f5;
    

}


/* ******** css for toast****** */
/* ===========================
   BIG TOAST STYLE (GLOBAL)
   =========================== */
.custom-toast {
    min-width: 420px;
    max-width: 520px;
    font-size: 16px;
    padding: 12px;
}

.custom-toast .toast-body {
    padding: 18px 20px;
    line-height: 1.6;
}

.custom-toast ul {
    padding-left: 20px;
}

.custom-toast ul li {
    font-size: 15px;
    margin-bottom: 6px;
}

/* 📱 Mobile Responsive */
@media (max-width: 576px) {
    .custom-toast {
        min-width: 90vw;
        max-width: 90vw;
    }
}











/* Floating WhatsApp & Phone */
/* ================= FLOATING CONTACT ICONS ================= */
.floating-icons {
    position: fixed;
    left: 20px;              /* 👈 LEFT SIDE */
    bottom: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Button Base */
.float-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;

    /* 3D Feel */
    box-shadow:
        0 8px 15px rgba(0,0,0,0.25),
        inset 0 -3px 6px rgba(0,0,0,0.25);

    transform-style: preserve-3d;
    transition: all 0.35s ease;
}

/* 3D Hover Effect */
.float-btn:hover {
    transform: translateY(-4px) rotateX(12deg);
    box-shadow:
        0 14px 28px rgba(0,0,0,0.35),
        inset 0 -2px 4px rgba(0,0,0,0.15);
}

/* WhatsApp */
.float-btn.whatsapp {
    background: linear-gradient(145deg, #2ee26b, #1ebd57);
}

/* Phone */
.float-btn.phone {
    background: linear-gradient(145deg, #2b7cff, #0d6efd);
}

/* Icon Depth */
.float-btn i {
    transform: translateZ(15px);
}

@keyframes pulse3d {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
    }
}

.float-btn.whatsapp {
    animation: pulse3d 2.5s infinite;
}

html, body {
    overflow-x: hidden;
}    
}
