/* ================================================
	GLOBAL STYLES
================================================ */
* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    scroll-behavior: smooth;
}

body {
    color: #212529;
    /* padding-top: 76px; */
}

.row {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

@media (max-width: 440px) {
    body {
        /* padding-top: 45px !important; */
    }
}

/* ================================================
	NAVBAR
================================================ */
.navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.navbar:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 90px;
    padding-top: 0;
    z-index: 1;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.hamburger i {
    font-size: 25px;
    color: #333;
    transition: color 0.3s ease;
}

.hamburger i:hover {
    color: #ff6b6b;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    border: none !important;
}

/* place this AFTER bootstrap / theme css */
.navbar .nav-link.cart-icon,
.navbar .nav-link.cart-icon:hover,
.navbar .nav-link.cart-icon:focus,
.navbar .nav-link.cart-icon:active,
.navbar .nav-link.cart-icon.active {
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* also hide any underline created by pseudo-elements */
.navbar .nav-link.cart-icon::after,
.navbar .nav-link.cart-icon::before {
    display: none !important;
    content: none !important;
}


/* Show dropdown on hover for desktop */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block !important;
        margin-top: 0;
    }
}

@media (max-width: 440px) {
    .cart-icon .badge {
        display: inline-block !important;
    }

    .offcanvas .dropdown-menu {
        position: static;
        /* dropdown menu follows flow inside offcanvas */
        float: none;
        width: 100%;
        /* optional: full width */
        margin: 0;
        background-color: #fff;
        border: 0;
        box-shadow: none;
    }

    .cart-icon {
        background: none !important;
    }
}

/* ================================================
	BUTTONS & BADGES
================================================ */
.loading-btn {
    border: none !important;
    font-size: 14px !important;
    color: white;
    background: linear-gradient(135deg, #ff6b6b, #ff9770);
    padding: 10px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.loading-btn:hover {
    background: linear-gradient(135deg, #ff9770, #ff6b6b);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 107, 107, 0.4);
}

.cart-icon {
    position: relative;
    cursor: pointer;
}

.cart-icon .badge {
    position: absolute;
    background-color: #c6a35d !important;
    color: #fff;
    font-size: 13px;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6px;
    left: 0;
    border-radius: 50%;
    font-weight: 600;
    box-shadow: 0 0 6px rgba(255, 107, 107, 0.5);
}

/* ================================================
	BANNER SECTION
================================================ */
.main-banner {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.main-banner img {
    border-radius: 8px;
    height: 600px;
    width: 100%;
    transition: transform 1s ease;
}

.main-banner:hover img {
    transform: scale(1.05);
}

/* ================================================
	HEADERS & TEXT
================================================ */
.header-outer {
    position: relative;
    top: -80px;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    background-color: rgba(44, 122, 255, 0.10);
    height: 250px;
    padding-top: 110px !important;
}

.header .title {
    font-weight: 700;
    font-size: 38px;
    color: #212529;
    text-transform: capitalize;
    position: relative;
}

/**
	.underline {
	width: 90px;
	height: 4px;
	background: linear-gradient(90deg, #ff6b6b, #ff9770);
	border-radius: 10px;
	margin-top: 10px;
}**/

.header h1 {
    font-size: 40px;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .header-outer {
        top: auto;
    }

    .header {
        height: auto;
        padding-top: 48px !important;
    }
}

/* ================================================
	PRODUCT CARD
================================================ */
.card1 {
    width: auto;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card1 img {
    height: 270px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card1:hover img {
    transform: scale(1.05);
}

.card1 .card-body {
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}

.price {
    font-size: 20px;
    color: #ff6b6b !important;
    font-weight: 600;
}

/**
	.card1 .btn {
	background: linear-gradient(135deg, #051144, #051144);
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	}
	
	.card1 .btn:hover {
	background: linear-gradient(135deg, #051144, #051144);
	transform: translateY(-2px);
	}
**/

/* Quantity Controls Wrapper */
.quantity-controls {
    width: 100% !important;
}

/* Quantity box (shown after ADD click) */
.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
    height: 42px;
    border: 1px solid #d1d1d1;
    border-radius: 30px;
    background: #fff;
    padding: 0 8px;
    width: 100% !important;
}

/* + and - buttons */
.quantity-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #f2f2f2;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
}

.quantity-btn:hover {
    background: #e0e0e0;
}

/* Quantity number */
.quantity-display {
    font-size: 14px;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

/* ADD Button – Full Width */
.add-btn {
    width: 100% !important;
    color: #051144 !important;
    border: none;
    border-radius: 50px !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    padding: 10px !important;
    background: none !important;
    border: #051144 solid 1px !important;
}

/* Hover effect */
.add-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* Hide quantity until ADD is clicked (you already use hidden) */
.hidden {
    display: none;
}

/* ================================================
	RESPONSIVE DESIGN
================================================ */
@media (max-width: 768px) {
    .navbar-brand img {
        width: 40px;
        height: 40px;
    }

    .header .title {
        font-size: 30px;
    }

    .card1 img {
        height: 220px;
    }

    .main-banner img {
        height: 200px;
    }
}


/* ====================================================
	GENERAL STYLES
==================================================== */
hr {
    background-color: #eee !important;
    color: #000 !important;
    margin: 10px 0 !important;
    border: none;
    height: 2px;
    border-radius: 5px;
}

.card-title {
    font-size: 24px;
    color: #222;
    letter-spacing: 0.5px;
}

.card1 {
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* ====================================================
	ADD BUTTONS & QUANTITY CONTROLS
==================================================== */
/**
	.control-box {
	width: 65px;
	height: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f8f9fa;
	color: #333;	
	border-radius: 6px;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
	}
	
	.quantity-wrapper {
	width: 250px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
	
	.quantity-display {
	color: #111;
	font-weight: 600;
	font-size: 14px;
	}
	
	.add-btn {
	width: 65px;
	height: 25px;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(135deg, #ff6b6b, #ff9770);
	transition: all 0.3s ease;
	}
	
	.add-btn:hover {
	background: linear-gradient(135deg, #ff9770, #ff6b6b);
	box-shadow: 0 3px 10px rgba(255,107,107,0.3);
	}
**/
/* ====================================================
	BUTTONS
==================================================== */
.btn-primary,
.btn-success {
    border: none;
    color: white;
    font-size: 13px;
    border-radius: 5px !important;
    padding: 8px 14px;
    background: linear-gradient(135deg, #007bff, #00b4d8);
    transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-success:hover {
    transform: translateY(-1px);
}

.btn-warning {
    border-radius: 50px !important;
    padding: 8px 14px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: none !important;
}

.btn-danger {
    border-radius: 50px !important;
    padding: 8px 14px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #051144 !important;
    border: #051144 1px solid !important;
}

.btn-warning:hover,
.btn-danger:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    border: #051144 1px solid !important;
}

.btn-outline-primary {
    border: #051144 solid 1px !important;
}

.btn-outline-primary:hover {
    border: #051144 solid 1px !important;
    background: #051144 !important;
}

.btn.loading-btn {
    padding: 5px 10px;
    font-size: 12px;
    background-color: rgb(46, 182, 254) !important;
}

.btn.loading-btn .spinner-border-sm {
    width: 16px;
    height: 16px;
    padding: 20px !important;
}

/* ====================================================
	FLOATING ICONS
==================================================== */
.whatsup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 55px;
    width: 55px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: #25D366;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease-in-out;
}

.whatsup:hover {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
}

.check-btn a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 55px;
    width: 55px;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: linear-gradient(135deg, #ff6b6b, #ff9770);
    box-shadow: 0 8px 18px rgba(255, 107, 107, 0.4);
    transition: all 0.3s ease-in-out;
}

.check-btn a:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(255, 107, 107, 0.6);
}

/* ====================================================
	PRODUCT & CART SECTIONS
==================================================== */
.item-1 {
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}

.item-1:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.cart-img img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.quantity-wrapper1 button {
    padding: 5px 8px;
    background-color: #f1f3f5;
    margin: 0 10px;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.quantity-wrapper1 button:hover {
    background: #ff9770;
    color: #fff;
}

/* ====================================================
	FORM STYLES
==================================================== */
.s-address input,
.s-address textarea,
.s-address select {
    margin-bottom: 5px;
    background-color: #f7f7f7;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px;
    transition: border-color 0.3s ease;
}

.s-address input:focus,
.s-address textarea:focus,
.s-address select:focus {
    border-color: #ff6b6b;
    outline: none;
}

.cart-details input,
.cart-details .btn {
    background-color: #f7f7f7;
    font-size: 13px;
    margin-bottom: 20px !important;
}

/* ====================================================
	PRODUCT DISPLAY
==================================================== */
.p-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.quantity {
    background-color: #f1f3f5;
    font-size: 14px;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: 600;
}

.line-through {
    text-decoration: line-through;
    color: #888;
}

.desc li,
.desc p {
    text-align: justify;
    color: #555;
}

/* ====================================================
	ABOUT PAGE
==================================================== */
.about-ul li {
    text-align: justify;
    padding-right: 20px;
}

.about-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.about-card img {
    width: 100%;
    height: 13rem;
    object-fit: cover;
}


.fa-whatsapp {
    background-color: #25D366;
    color: white;
    border-radius: 50%;
}

/* ====================================================
	DROPDOWNS
==================================================== */
.dropdown-center {
    position: relative !important;
    padding: 3px 10px 3px 0px;
}

.dropdown-center a {
    color: #ffffff;
    text-decoration: none !important;
    font-size: 16px;
}

.track-img {
    filter: brightness(2000%);
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
}

/* ====================================================
	MISC
==================================================== */
.txt-secondary {
    color: #aaa;
}

.txt-success {
    color: #00ad09;
}

.hidden {
    display: none;
}

.btn:active {
    border: none !important;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff5e6;
    color: #444;
    height: 25px;
    font-weight: 600;
}

/* ----------------------------------------------------
	✨ FANCY ECOMMERCE ENHANCEMENTS ✨
---------------------------------------------------- */

/* Smooth transitions globally */
* {
    transition: all 0.3s ease-in-out;
    scroll-behavior: smooth;
}

/* Navbar enhancement */
.navbar {
    /** background: linear-gradient(90deg, #fefefe, #f5f8ff); **/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
    transition: transform 0.4s;
}

.navbar-brand img:hover {
    transform: rotate(-5deg) scale(1.1);
}

/* Nav links */
.nav-link {
    color: #333 !important;
    position: relative;
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
    /* match your spacing */
    transition: border-color 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nav-link:hover {
    border-bottom: 2px solid #007bff;
}


/* Banner styling */
.main-banner {
    position: relative;
    overflow: hidden;
}

.main-banner img {
    filter: brightness(0.95);
    transition: transform 1s ease;
}

.main-banner:hover img {
    transform: scale(1.05);
}

/* Card styling */
.card1 {
    border: none;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.card1:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.card1 img {
    height: 270px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

/* Card body refinement */
.card1 .card-body {
    border: none;
    padding: 15px 20px;
    background-color: #fff;
}

.card1 .card-body .card-title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #232323;
}

.card1 .card-body p {
    color: #555;
    font-size: 13px;
    line-height: 1.5;
}


/* Add to cart or button enhancement */
.btn,
.apply-btn {
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.apply-btn {
    background: linear-gradient(135deg, #007bff, #00aaff);
    color: #fff !important;
    border: none;
}

.apply-btn:hover {
    background: linear-gradient(135deg, #00aaff, #007bff);
    transform: translateY(-2px);
}

/* Cart icon badge */
.cart-icon .badge {
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

/* Header title enhancement */
.header .title {
    font-weight: 800;
    font-size: 40px;
    background: linear-gradient(90deg, #007bff, #00bcd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Underline accent 
	.underline {
	background: linear-gradient(90deg, #00bcd4, #007bff);
	margin-top: 5px;
}*/

/* Footer or bottom fixed elements */
.btns {
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.discount-tax-info {
    border-left: 5px solid transparent;
    background: linear-gradient(90deg, #f8f9fa, #ffffff);
}

/* Hover pop for discount/tax info */
.discount-tax-info:hover {
    transform: scale(1.02);
}


/* Smooth mobile card interaction */
@media (max-width: 440px) {
    .card1 {
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .card1:hover {
        transform: scale(1.03);
    }

    .main-banner img {
        border-radius: 12px !important;
    }
}


/* ============================================
	✨ Modern Fancy Alert & Rating Enhancements ✨
	(Keeps all class names, logic, and behavior)
=============================================== */

/* App Alert (Base) */
.app-alert {
    position: fixed;
    top: 27% !important;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 320px !important;
    min-height: 55px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 12px;
    padding: 12px 20px;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-align: left;
    opacity: 0;
    transform: translateX(100px);
    animation: slideIn 0.5s forwards;
}

/* Entry animation */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Exit animation */
@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(50px);
    }
}

/* Text inside alert */
#app-page-alert span {
    padding-left: 35px;
    line-height: 1.3em;
}

/* Close icon styling */
.btn-sm i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s;
}

.btn-sm i:hover {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
}

/* SUCCESS Alert */
.app-alert.success {
    background: linear-gradient(90deg, #d8f8e4, #a4f0c6);
    border-left: 5px solid #1fa87d;
    color: #0a573f;
}

.app-alert.success::before {
    content: "✓";
    position: absolute;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: #1fa87d;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(31, 168, 125, 0.5);
}

/* DANGER Alert */
.app-alert.danger {
    background: linear-gradient(90deg, #ffd6d6, #ffb1b1);
    border-left: 5px solid #e74c3c;
    color: #a22020;
}

.app-alert.danger::before {
    content: "✕";
    position: absolute;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: #e74c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(231, 76, 60, 0.4);
}

/* WARNING Alert */
.app-alert.warning {
    background: linear-gradient(90deg, #fff2c4, #ffe694);
    border-left: 5px solid #ffbf00;
    color: #856404;
}

.app-alert.warning::before {
    content: "!";
    position: absolute;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: #ffbf00;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(255, 191, 0, 0.4);
}

/* Mobile Responsive */
@media (max-width: 450px) {
    .app-alert {
        top: 48% !important;
        left: 5%;
        width: 90% !important;
        font-size: 15px;
        padding: 16px;
        border-radius: 10px;
    }
}

/* Dismiss button */
.alert-dismissable .close,
.alert-dismissible .close {
    right: -6px;
    top: -6px;
    font-size: 22px;
    color: inherit;
    opacity: 0.8;
    transition: all 0.3s;
}

.alert-dismissible .close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/* ============================================================
	✨ Modern Rating Stars
============================================================ */

.rating {
    display: flex;
    gap: 6px;
    font-size: 2.2rem;
    align-items: center;
    justify-content: flex-start;
}

.rating input {
    display: none;
}

.rating label {
    color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

/* Hover and selected colors */
.rating label:hover,
.rating label:hover~label {
    color: #ffc107;
    transform: scale(1.1);
}

.rating input:checked~label {
    color: #ffb800;
    text-shadow: 0 0 8px rgba(255, 184, 0, 0.4);
}

/* Rating text */
.rating-text {
    font-size: 14px;
    font-weight: 600;
    color: #ff9800;
    margin-left: 10px;
}

/* Product name + rating layout */
.product-name-rating a {
    text-decoration: none !important;
}

.product-name-rating img {
    width: 60px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    transition: transform 0.3s ease;
}

.product-name-rating img:hover {
    transform: scale(1.05);
}

/* Carousel arrows polish */
.carousel-control-prev i,
.carousel-control-next i {
    font-size: 25px;
    color: #333;
    background: #fff;
    padding: 8px 12px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.carousel-control-prev i:hover,
.carousel-control-next i:hover {
    background: #007bff;
    color: #fff;
    transform: scale(1.1);
}


/* ===========================
	🌟 Fancy Ecommerce Enhancements
=========================== */

/* Buttons & Links */
.view-msg a {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: #fff !important;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 114, 255, 0.3);
    transition: all 0.3s ease-in-out;
}

.view-msg a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 114, 255, 0.5);
}

/* Ratings */
.star-rating {
    color: rgb(255, 143, 0);
    /* dark green shade */
    font-size: 25px;
}

.average-ratings {
    color: #145a32;
    /* deeper green tone for text */
    font-weight: 600;
}


/* Product Card */
.card1 {
    background: #fff;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card1:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.card1 img {
    height: 350px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.card1:hover img {
    transform: scale(1.05);
}

.card1 .card-body {
    border-top: 1px solid #eee;
    border-radius: 0 0 15px 15px;
}

/* Price Styling */
.price {
    font-size: 18px;
    color: #111 !important;
    font-weight: 700;
}

/* media query for mobile devices */
@media (max-width: 440px) {
    .card1 img {
        height: 150px;
        object-fit: cover;
        transition: all 0.4s ease;
    }

    .price {
        font-size: 12px !important;
    }
}

/* ============================= */
/* 🔹 Fancy Pagination Design */
/* ============================= */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.pagination .nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pagination .nav-links .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none !important;
}

.pagination .nav-links .page-numbers:hover {
    background: #2c7aff;
    color: #fff !important;
    transform: translateY(-3px);
    text-decoration: none !important;
}

.pagination .nav-links .page-numbers.current {
    background: #2c7aff;
    color: #fff !important;
    border: none;
    transform: scale(1.1);
}

.pagination .nav-links .page-numbers.next,
.pagination .nav-links .page-numbers.prev {
    width: auto;
    padding: 0 14px;
    font-weight: 600;
    border-radius: 50px;
}

.pagination .nav-links .page-numbers.next:hover,
.pagination .nav-links .page-numbers.prev:hover {
    background: linear-gradient(135deg, #051144, #051144);
    color: #fff !important;
    transform: translateY(-2px);
}

/* Mobile optimization */
@media (max-width: 768px) {
    .pagination .nav-links .page-numbers {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
}


.loader-container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.spinner-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-top: 2px solid #0d6efd;
    border-radius: 50%;
    animation: spin 1s linear infinite !important;
}

.loading-text {
    margin: 0;
    font-size: 16px;
    color: #0d6efd;
}

/* Spinner inside button */
.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    /* light gray border */
    border-top: 2px solid #0d6efd;
    /* blue color */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* Add to Cart Check Icon */
.cart-check-icon {
    display: inline-block;
    color: #00AD09 !important;
    animation: pop 0.4s ease;
}

@keyframes pop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Header Title */
.header .title {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(90deg, #0072ff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

/* Underline 
	.underline {
	background: linear-gradient(90deg, #0072ff, #00c6ff);
	height: 6px;
	width: 90px;
	border-radius: 10px;
	margin-top: 10px;
}*/

/* Track Order */
.card-track-order .card {
    background: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.tracking-item .tracking-content {
    background: #f1f9ff;
    border-left: 4px solid #00ba0d;
    font-weight: 600;
}

.tracking-item .tracking-icon {
    background: #00ba0d;
    box-shadow: 0 0 10px rgba(0, 186, 13, 0.4);
}

/* Smooth hover for all interactive elements */
a,
button {
    transition: all 0.3s ease-in-out !important;
}

/* ================================
	🌟 Fancy Enhancements (Tracking + Reviews)
================================ */

/* --- Enhanced Professional Order Tracking --- */
#tracking {
    padding: 20px 0;
}

.tracking-list {
    position: relative;
    margin-left: 20px;
    border-left: 3px solid #e5e5e5;
    padding-left: 25px;
}

.tracking-item-pending {
    position: relative;
    margin-bottom: 30px;
    padding-left: 15px;
}

.tracking-item-pending:last-child {
    margin-bottom: 0;
}

/* Icon Circle */
.tracking-item-pending .tracking-icon {
    position: absolute;
    left: -34px;
    top: 0;
    width: 22px;
    height: 22px;
    background-color: #e5e5e5;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 3px #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    font-size: 12px;
    transition: all 0.3s ease;
}

/* Active/Completed Step */
.tracking-item-pending.active .tracking-icon {
    background-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.3);
    color: #fff;
}

/* Step Box */
.tracking-item-pending .tracking-content {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.tracking-item-pending.active .tracking-content {
    background: #f5fff7;
    border-color: #c2f2cb;
}

/* Hover Effect */
.tracking-item-pending:hover .tracking-content {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Text styles */
.tracking-item-pending .tracking-content span {
    display: block;
    color: #666;
    font-size: 13px;
    margin-top: 3px;
}

.tracking-item-pending .tracking-content strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

/* Animation Pulse for active step */
.tracking-item-pending.active .tracking-icon::after {
    content: '';
    position: absolute;
    border: 2px solid rgba(40, 167, 69, 0.4);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    left: -5px;
    top: -5px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 1;
    }

    70% {
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        transform: scale(0.95);
        opacity: 0;
    }
}

/* Pending style */
.tracking-item-pending {
    background: #fcfcfc;
    border-left: 4px solid #ddd;
    border-radius: 10px;
}

.tracking-item-pending .tracking-content {
    color: #999;
    background: #f4f4f4;
    border-left: 3px dashed #ccc;
}

/* --- Customer Review Carousel --- */
#carouselExampleSlidesOnly1 {
    background: linear-gradient(145deg, #fdfdfd, #f1f1f1);
    padding: 25px 0;
    border-radius: 20px;
}

#carouselExampleSlidesOnly1 .card {
    border: none;
    background: #fff;
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

#carouselExampleSlidesOnly1 .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.customer-card .card-body {
    background: linear-gradient(135deg, #f8f9fa, #e8e7c8);
    border-radius: 0 0 15px 15px;
}

.customer-card img {
    border-radius: 15px 15px 0 0;
    filter: brightness(0.98);
    transition: all 0.3s ease-in-out;
}

.customer-card:hover img {
    filter: brightness(1.05);
    transform: scale(1.03);
}

/* Review Texts */
#carouselExampleSlidesOnly1 .card-title {
    color: #0072ff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#carouselExampleSlidesOnly1 .card-text {
    color: #555;
    line-height: 1.5;
}

/* Carousel Controls */
#carouselExampleSlidesOnly1 .carousel-control-prev,
#carouselExampleSlidesOnly1 .carousel-control-next {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#carouselExampleSlidesOnly1 .carousel-control-prev:hover,
#carouselExampleSlidesOnly1 .carousel-control-next:hover {
    background: linear-gradient(135deg, #0072ff, #00c6ff);
    transform: scale(1.1);
}

/* Hover wave overlay effect */
#carouselExampleSlidesOnly1 .hover-effect::after {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, transparent 80%);
}

/* Responsive */
@media (max-width: 768px) {
    #carouselExampleSlidesOnly1 .card-title {
        font-size: 1rem;
    }

    #carouselExampleSlidesOnly1 .card-text {
        font-size: 0.85rem;
    }
}

/* .test-qoute i{
    position: absolute;
	right: 30px;
	top:  5%;
	font-size: 40px;
	color: #3fca55;
	z-index: 1;
} */


/* ======== PRODUCT PAGE ======== */
.product-name-rating a {
    color: #222 !important;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.product-name-rating a:hover {
    color: #e91e63 !important;
    transform: scale(1.03);
}

/* Review Box */
.review-textarea {
    height: 120px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.review-textarea:focus {
    outline: none;
    border-color: #e91e63;
    box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.15);
}

/* File Input */
.file-input {
    display: flex;
    height: 60px;
    border: 2px dashed rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-input:hover {
    background-color: #fff5f8;
    border-color: #e91e63;
    box-shadow: 0 3px 10px rgba(233, 30, 99, 0.1);
}

/* Carousel Controls */
.slide .carousel-control-next:hover,
.slide .carousel-control-prev:hover,
.slide .carousel-control-next:focus,
.slide .carousel-control-prev:focus {
    background-color: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(5px);
    border-radius: 50%;
}

/* Responsive Iframe */
iframe {
    height: 350px !important;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 450px) {
    iframe {
        height: 200px !important;
    }
}

@media (max-width: 468px) {
    .product-name {
        margin-top: 40px !important;
        font-size: 30px !important;
    }
}

/* ======== ORDER TRACKING ======== */
.tracking-icon {
    height: 38px;
    width: 38px;
    background: linear-gradient(135deg, #f9f9f9, #fff);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.tracking-icon i {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

.tracking-icon:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #ffe6ef, #fff);
}

.col-12 {
    position: relative !important;
}

.status-pending {
    position: absolute;
}

/* ======== PAYMENT SUCCESS ======== */
.fancy-row {
    padding: 15px 0 5px 0 !important;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eee;
}

.fancy-row:last-child {
    border-bottom: none;
}

.fancy-label {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.fancy-value {
    font-weight: 400;
    font-size: 16px;
    color: #555;
}

.fancy-label::after {
    margin-left: 5px;
    color: #888;
    content: "";
}

.fancy-row h6 {
    margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {

    .fancy-label,
    .fancy-value {
        font-size: 14px;
    }
}

/* CATEGORY CARD STYLING */
.category {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.category a {
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2%;
}

.category .center-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 2%;
    border: 1px solid #dcc1a4;
}

.category .center-container span {
    display: block;
    padding: 12px 8px 6px;
    /* top | left-right | bottom */
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #222;
    letter-spacing: 0.4px;
}

/* MAIN CHANGE HERE */
.category .img-circle {
    width: 100%;
    height: 390px;
    /* increase here */
    aspect-ratio: unset;
    /* remove ratio lock */
    border-radius: 2%;
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
}

.category .img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1%;
    transition: transform 0.4s ease;
}


/* Optional hover zoom like reference */
.category:hover .img-circle img {
    transform: scale(1.08);
}


/* OVERLAY EFFECT */
.category a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    transition: background 0.3s ease;
}

/* HOVER EFFECT */

.category:hover a p {
    background: rgba(0, 0, 0, 0.65);
}

/* MOBILE ADJUSTMENTS */
@media screen and (max-width: 440px) {

    .check-btn a,
    .whatsup {
        bottom: 7%;
        z-index: 2;
    }

    .index-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .home-checkout {
        top: 40%;
        right: 0;
        padding: 0 15px;
        box-shadow: none;
        width: 100% !important;
    }
}


/* ======== CUSTOM FIELDS ======== */
.custom-field {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}



/* ============================= */
/* 🔹 PAYMENT SUCCESS PAGE STYLE */
/* ============================= */
.payment-success h1 {
    color: #00AD09;
    font-size: 22px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ============================= */
/* 🔹 TESTIMONIAL SECTION */
/* ============================= */
.testimonial-dv .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

.testimonial-dv .carousel-indicators button {
    background: #bbb;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    border: none;
    transition: all 0.3s ease;
}

.testimonial-dv .carousel-indicators button:hover {
    background: #888;
    transform: scale(1.2);
}

.testimonial-dv .carousel-indicators .active {
    background: #444;
}

.testimonial-dv .mobile-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: brightness(0.7) saturate(0.3);
}

.testimonial-dv .image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.testimonial-dv .image-container img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* ============================= */
/* 🔹 BUTTON & INPUT CLEANUP */
/* ============================= */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* ============================= */
/* 🔹 ANNOUNCEMENT & NAVBAR */
/* ============================= */
.announcement-bar {
    padding: 10px;
    background: linear-gradient(135deg, #ff6f61, #ff9a76);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.announcement-bar a {
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nav-first-row {
    min-height: 10px !important;
    color: #2c2528 !important;
    padding: 4px 0 !important;
}

.nav-second-row {
    height: 60px;
    color: #2c2528 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.search-menu .nav-link {
    color: #000 !important;
    display: inline;
    padding: 6px;
    top: 35px;
    transition: all 0.3s ease;
}

.search-menu .nav-link:hover {
    color: #e91e63 !important;
    transform: scale(1.1);
}

.search-menu .nav-link i {
    margin-top: 25%;
    font-size: 20px;
    color: #333;
}

/* ============================= */
/* 🔹 CATEGORY & PRODUCT DISPLAY */
/* ============================= */
.bg-orange-category {
    background: linear-gradient(135deg, #fffde7, #fcffd6);
    padding: 60px 0;
    border-radius: 10px;
}

.swiper-slide img {
    width: 100% !important;
    height: 170px;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
}

.swiper-slide img:hover {
    transform: scale(1.05);
}

.swiper-slide a {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 500;
}

/* ============================= */
/* 🔹 PRODUCT CARDS */
/* ============================= */
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.card-img-top,
.card-img-top-product {
    width: 100% !important;
    border-radius: 0px !important;
    object-fit: cover;
    transition: all 0.3s ease;
}

.card-img-top {
    height: 500px;
}

.card-img-top-product {
    height: 400px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-img-top:hover,
.card-img-top-product:hover {
    transform: scale(1.03);
}

.overlay-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 15px;
    font-size: 18px;
    text-align: center;
    border-radius: 8px;
    backdrop-filter: blur(4px);
}

.overlay-text h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
}

/* ============================= */
/* 🔹 DISCOUNT BADGE */
/* ============================= */
.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #2c7aff;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    animation: floatBadge 3s ease-in-out infinite;
    z-index: 2;
}

/* Subtle floating animation for fancy look */
@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

/* Optional: make it smaller on mobile */
@media (max-width: 576px) {
    .discount-badge {
        font-size: 12px;
        padding: 4px 8px;
        top: 8px;
        right: 8px;
    }
}


/* ============================= */
/* 🔹 NEWSLETTER SECTION */
/* ============================= */
.bg-orange-newsletter {
    background: linear-gradient(135deg, #fffde7, #fcffd6);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.bg-orange-newsletter .form-control,
.bg-orange-newsletter .input-group .btn {
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.bg-orange-newsletter .btn-primary {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    background: linear-gradient(135deg, #ff6f61, #ff9a76);
    border: none;
    transition: all 0.3s ease;
}

.bg-orange-newsletter .btn-primary:hover {
    background: linear-gradient(135deg, #ff8a80, #ffb199);
    transform: scale(1.05);
}

/* ============================= */
/* 🔹 ABOUT IMAGE */
/* ============================= */
.about-img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    height: 180px;
    object-fit: cover;
}

/* ============================= */
/* 🔹 WISHLIST BUTTON */
/* ============================= */
.wishlist-btn {
    position: absolute;
    top: -100px;
    right: 10px;
    background: #000 !important;
    border-radius: 50%;
    font-size: 14px;
    color: #fff !important;
    border: #fff solid 1px;
    padding: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.wishlist-btn:hover {
    background: #e91e63 !important;
    transform: scale(1.1);
}

/* ============================= */
/* 🔹 MOBILE RESPONSIVE UPGRADES */
/* ============================= */
@media (max-width: 768px) {
    .nav-item.social-media {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .nav-item.social-media .insta {
        width: 35px !important;
        height: 35px !important;
    }

    .nav-item.social-media .youtube {
        width: 50px !important;
        height: 36px !important;
    }

    .copy-right {
        font-size: 13px;
    }

    .home-products {
        margin: 20px 0;
        background: #fff;
        padding: 20px !important;
        border-radius: 20px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    }

    .center-container .img-circle img {
        height: 170px !important;
    }

    .cat-name {
        font-size: 13px;
        text-align: center;
    }

    .testimonial-card {
        height: 220px !important;
    }
}



/* ============================= */
/* 🔹 FOOTER STYLING */
/* ============================= */
footer {
    color: #fff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.25);
    padding: 0 !important;
}

.quick-links {
    padding: 20px 0 5px 0 !important;
}

.quick-links a {
    color: #f1f1f1;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.quick-links a:hover {
    color: #00e5ff;
    transform: translateX(4px);
}

.footer a:hover {
    color: aqua;
}

.footer-a a {
    color: #000;
    text-decoration: none;
}

.name-nav {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================= */
/* 🔹 HOME PRODUCT SECTION */
/* ============================= */
.bg-products {
    background: #f5f5f5;
    padding: 50px 0;
}

.home-products {
    margin: 20px 0;
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-products:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* ============================= */
/* 🔹 PRODUCT GALLERY */
/* ============================= */
.product-gallery {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.product-gallery__media-list-wrapper {
    width: 100%;
}

.product-gallery__media-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 470px;
    padding: 0;
    scrollbar-width: none;
}

.product-gallery__media-list::-webkit-scrollbar {
    display: none;
}

.product-gallery__media {
    scroll-snap-align: start;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
}

.product-gallery__media img {
    display: block;
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.product-gallery__media img:hover {
    transform: scale(1.03);
}

.product-gallery__thumbnail-list-wrapper {
    overflow: hidden;
}

.product-gallery__thumbnail-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 10px;
}

.product-gallery__thumbnail-list::-webkit-scrollbar {
    display: none;
}

.product-gallery__thumbnail {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    background: none;
}

.product-gallery__thumbnail:hover {
    border-color: #2c7aff;
    transform: scale(1.05);
    padding: 0 !important;
}

.product-gallery__thumbnail[aria-current="true"] {
    border-color: #2c7aff;
    padding: 0 !important;
}

.product-gallery__thumbnail img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/* ============================= */
/* 🔹 GALLERY CONTROLS */
/* ============================= */
.circle-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.circle-button:hover {
    background: #2c7aff;
    color: #fff;
    transform: scale(1.1);
}

.gallery-controls {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.gallery-progress-container {
    width: 100%;
}

.gallery-progress-bar {
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.gallery-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #2c7aff, #1a2d62);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.gallery-nav-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-left: 10px;
}

.gallery-nav-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.gallery-nav-button:hover {
    background: #2c7aff;
    transform: scale(1.1);
}

.gallery-nav-button:hover svg {
    color: #fff;
}

.gallery-nav-button svg {
    width: 20px;
    height: 20px;
    color: #2c7aff;
}

/* ============================= */
/* 🔹 TESTIMONIALS */
/* ============================= */
.testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
    margin-top: 20px;
}

.testimonial-card {
    flex: 1 1 calc(100% - 30px);
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.profile-icon {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.testimonial-header {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}

.verified-badge {
    background-color: #00ad09;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    margin-left: 10px;
    box-shadow: 0 2px 5px rgba(0, 173, 9, 0.4);
}

.stars {
    color: #ffc107;
    font-size: 15px;
    margin: 5px 0;
}

.review-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* ============================= */
/* 🔹 RESPONSIVE OPTIMIZATION */
/* ============================= */
@media (max-width: 768px) {
    .product-gallery__media img {
        max-height: 400px;
    }

    .product-gallery__thumbnail {
        margin-top: 15px;
    }

    .product-gallery__thumbnail img {
        width: 90px;
        height: 90px;
    }

    .gallery-controls {
        padding: 0 10px;
    }

    .gallery-nav-button {
        width: 34px;
        height: 34px;
    }

    .product-gallery__media-list {
        height: 350px;
        border-radius: 10px;
    }

    .testimonial-card {
        height: auto !important;
        padding: 18px;
    }

    .review-text {
        font-size: 13px;
    }
}

/* ============================= */
/* 🔹 LOGIN PAGE */
/* ============================= */

.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login {
    /** background: #fff; **/
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
}

.login-page .btn-danger {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


/* =======================================
   SIDEBAR WIDGET
======================================= */

.sidebar-widget {
    background: #ffffff;
    border: 1px solid #edf2ff !important;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 10px 35px rgba(44, 122, 255, 0.08);
    transition: all .35s ease;
    overflow: hidden;
    position: relative;
}

.sidebar-widget::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #2c7aff, #68a8ff);
}

.sidebar-widget:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(44, 122, 255, .15);
}


/* Heading */

.sidebar-widget h5 {
    color: #1a2d62;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #edf2ff;
    position: relative;
}

.sidebar-widget h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 70px;
    height: 3px;
    background: #2c7aff;
    border-radius: 30px;
}


/* Product / Category Row */

.sidebar-widget .d-flex {
    align-items: center;
    gap: 0;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 14px;
    transition: .3s;
    border: 1px solid transparent;
}

.sidebar-widget .d-flex:last-child {
    margin-bottom: 0;
}

.sidebar-widget .d-flex:hover {
    background: #f7faff;
    border-color: #dce8ff;
}


/* Images */

.sidebar-widget img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 14px;
    border: 2px solid #edf2ff;
    transition: .35s;
    flex-shrink: 0;
}

.sidebar-widget .d-flex:hover img {
    transform: scale(1.08);
    border-color: #2c7aff;
}


/* Links */

.sidebar-widget a {
    color: #1a2d62 !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    line-height: 1.4;
}

.sidebar-widget a:hover {
    color: #2c7aff;
}


/* Price */

.sidebar-widget p {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 14px;
    color: #7a879f;
}

.sidebar-widget .text-danger {
    color: #2c7aff !important;
    font-weight: 700;
    font-size: 15px;
}

.sidebar-widget .text-decoration-line-through {
    color: #b4bfd4 !important;
}


/* Category Text */

.sidebar-widget .category-title {
    margin-top: 0 !important;
}


/* Mobile */

@media (max-width:768px) {

    .sidebar-widget {
        padding: 20px;
        margin-top: 25px;
    }

    .sidebar-widget img {
        width: 60px;
        height: 60px;
    }

    .sidebar-widget h5 {
        font-size: 18px;
    }

}

/* ============================= */
/* 🔹 PRODUCT VARIANT */
/* ============================= */

.variant-section {
    background: #ebeeff;
    border-radius: 1rem;
}

.variant-card {
    transition: all 0.3s ease;
}

.variant-card:hover {
    transform: translateY(-2px);
}

.variant-pill {
    background: #fff !important;
    color: #333;
    border-color: #dee2e6;
    font-weight: 500;
    transition: all 0.25s;
    cursor: pointer;
}

.variant-pill a {
    color: #000 !important;
}

.variant-pill:hover {
    background: #051144 !important;
    border-color: #0d6efd;
    color: #fff !important;
}

.variant-pill a:hover {
    color: #fff !important;
}


@media(max-width:768px) {
    .variant-section {
        padding: 5px !important;
    }
}


/* ============================= */
/* 🔹 Whatsapp Icon */
/* ============================= */

.whatsapp-float {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #25D366;
    color: white;
    width: 50px;
    height: 50px;
    font-size: 22px;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: background 0.3s ease;
}


.whatsapp-float i {
    font-size: 30px !important;
    /* increase icon size */
    line-height: 1;
}


.whatsapp-float:hover {
    background-color: #1ebd5a;
    color: #fff !important;
}



/* ----------------------------
	Mobile Menu Enhancements
----------------------------- */

@media (max-width: 576px) {

    /* Navbar */
    .navbar {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        padding: 6px 10px !important;
    }

    .navbar-brand img {
        /** max-height: 42px; **/
        object-fit: contain;
    }

    .navbar-toggler {
        border: none;
        padding: 5px 8px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        filter: brightness(0);
    }

    /* Cart + Icons */
    .nav-link i {
        font-size: 1.2rem;
    }

    .nav-link {
        color: #222 !important;
        padding: 8px 0;
    }

    .nav-link:hover {
        color: #000 !important;
    }

    .badge {
        font-size: 0.65rem;
        min-width: 15px;
        min-height: 15px;
        top: auto !important;
    }

    /* -------------------
		Offcanvas Menu
	------------------- */
    .offcanvas {
        background: #fff;
        width: 85%;
        max-width: 320px;
        border-right: none;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .offcanvas-header {
        background: #f8f8f8;
        border-bottom: 1px solid #e0e0e0;
    }

    .offcanvas-title {
        font-size: 1rem;
        font-weight: 600;
        color: #333;
    }

    .btn-close {
        filter: brightness(0.3);
    }

    /* Menu Items */
    .offcanvas-body {
        padding: 0;
    }

    .navbar-nav .nav-item {
        padding: 10px 15px;
    }

    .navbar-nav .nav-item.border-bottom {
        border-color: #eee !important;
    }

    .navbar-nav .nav-link {
        font-size: 0.95rem;
        color: #333 !important;
        font-weight: 500;
        display: block;
        padding: 6px 0;
        position: relative;
    }

    .navbar-nav .nav-link i {
        margin-right: 6px;
        font-size: 1rem;
        color: #666;
    }

    .navbar-nav .nav-link:hover {
        background-color: #f7f7f7;
        border-radius: 6px;
    }

    /* Hello User */
    .name-nav {
        font-weight: 600;
        color: #222 !important;
        background: #f5f5f5;
        border-radius: 6px;
    }

    /* Social Icons Row */
    .offcanvas-body .row {
        padding: 8px 10px;
        justify-content: flex-start;
        align-items: center;
        margin-left: 10px !important;
    }

    .offcanvas-body .row .col-1 {
        width: auto;
        margin-right: 8px;
    }

    .offcanvas-body .row .nav-link {
        padding: 4px;
        font-size: 1.1rem;
        color: #333 !important;
    }

    .offcanvas-body .row .nav-link:hover {
        color: #000 !important;
        transform: scale(1.1);
    }

    /* WhatsApp Floating Button */
    .whatsapp-float {
        bottom: 15px;
        left: 15px;
        padding: 10px 18px;
        font-size: 15px;
        border-radius: 25px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    .whatsapp-float i {
        font-size: 18px;
    }
}

.fixed-top {
    height: 75px;
}

.fixed-top a {
    font-size: 12px;
}

.logo-border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* INSET BORDER – joins with logo */
    box-shadow: inset 0 0 0 2px #051144;
}

.logo-border img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* keeps logo intact */
    border-radius: 50%;
}

.middle-menu-bar {
    height: 100px;
}

/* Header Icon Base */
.header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease;
    background: transparent;
}

/* ALL icons inside header */
.header-icon i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff !important;
    transition: all 0.25s ease;
}

/* Hover effect – SAME for login, track, cart */
.header-icon:hover i {
    background-color: #fff;
    color: #051144 !important;
    transform: scale(1.1);
}

/* Cart badge stays clean */
.cart-icon .badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 5;
}

/* Search input */
.search-btn {
    border-top-right-radius: 999px !important;
    border-bottom-right-radius: 999px !important;
    background: #051144;
    border: none;
    transition: all 0.25s ease;
}

.search-btn i {
    color: #fff;
}



/* Button hover */
.search-btn:hover {
    background: #7a1d1d;
}

/* ===============================
	MOBILE HEADER – MATCH DESKTOP
=============================== */
@media (max-width: 767px) {

    /* Apply desktop icon style to mobile icons */
    .col-3 .nav-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        position: relative;
        transition: all 0.25s ease;
        background: transparent;
        padding: 0;
    }

    .col-3 .nav-link i {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 18px;
        transition: all 0.25s ease;
    }

    /* Hover / tap effect same as desktop */
    .col-3 .nav-link:hover i,
    .col-3 .nav-link:active i {
        background-color: #fff;
        color: #051144 !important;
        transform: scale(1.1);
    }

    /* Cart badge – same as desktop */
    .col-3 .cart-icon .badge {
        position: absolute;
        top: -4px;
        right: -4px;
        min-width: 18px;
        height: 18px;
        font-size: 11px;
        line-height: 18px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        z-index: 5;
    }

    /* Spacing like desktop */
    .col-3 {
        gap: 1.5rem !important;
        align-items: center;
    }

    /* ===============================
		CART ICON – WHITE BG, BLACK ICON
	=============================== */

    /* Default cart appearance */
    .cart-icon .fa-shopping-cart {
        background-color: #fff !important;
        color: #000 !important;
    }

    /* Optional hover – keep it clean & subtle */
    .cart-icon:hover i {
        background-color: #f5f5f5 !important;
        color: #000 !important;
        transform: scale(1.1);
    }

    /* Force navbar toggler icon to white */
    .navbar-toggler-icon {
        filter: invert(1) brightness(2) contrast(2);
    }


    .category .img-circle {
        width: 100%;
        height: 150px;
        /* increase here */
        aspect-ratio: unset;
        /* remove ratio lock */
        border-radius: 2%;
        overflow: hidden;
        position: relative;
        background: #f7f7f7;
    }

    .fixed-top {
        height: 60px !important;
    }

    .fixed-top a {
        font-size: 15px !important;
    }

    .whatsapp-float {
        left: auto !important;
        /*remove left */
        right: 15px !important;
        /* move to right */
        bottom: 15px;
    }

    .btn-primary,
    .btn-success {
        font-size: 12px !important;
    }

    /* Mobile logo: remove underline and focus outline */

    .navbar-brand .img:hover {
        text-decoration: none !important;

    }

    .main-banner img {
        height: 150px !important;
        margin-top: 0px !important;
    }

    .header h1 {
        font-size: 25px !important;
    }


}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #ffffff;
    color: #1a2d62;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #1a2d62;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #2c7aff;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 7px;
    color: #1a2d62;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "-";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 7px;
}

.footer .footer-link a:hover {
    letter-spacing: 1px;
    color: #1a2d62;
    text-shadow: 2px 2px 4px #2c7aff;

}

.footer .footer-contact p i {
    width: auto;
    color: #2c7aff;
}

.footer .footer-contact p a {
    color: #1a2d62;
    font-size: 14px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #2c7aff;
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #2c7aff;
}

.footer .footer-social a:hover {
    background: #1a2d62;
}

.footer .footer-social a:hover i {
    color: #ffffff;
}


.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #ffffff;
    text-shadow: 2px 2px 4px #c6a35d;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #fff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #1a2d62;

}

.footer .copyright {
    color: #fff !important;
    background: linear-gradient(90deg, #2c7aff, #2c7aff) !important;
}

@media (max-width: 768px) {

    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }

    .footer {
        padding-top: 0;
    }

    .footer .copyright {
        padding: 20px 0;
    }
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 22px;
    font-weight: 600;
    transform: none !important;
}

/* Change to minus when open */
.accordion-button:not(.collapsed)::after {
    content: "−";
}

/* Optional: align better */
.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exclusive-bg {
    background: #ebeeff;
}

.exclusive-box p {
    font-size: 14px;
    color: #777;
}

.icon-circle {
    width: 70px;
    height: 70px;
    border: 1.5px solid #051144;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-circle i {
    font-size: 26px;
    color: #051144;
}


.price-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.old-price {
    font-size: 13px;
    color: #000;
    text-decoration: line-through;
}

.new-price {
    font-size: 16px;
    font-weight: 600;
    color: #0a9d58;
}

.save-badge {
    margin-top: 4px;
    display: inline-block;
    padding: 1px 10px;
    background: #0a9d58;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}


/* ============================= */
/* 🔹 RELATED PRODUCT  */
/* ============================= */
.hover-card {
    transition: all 0.3s ease;
    margin: 10px;
}

.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.swiper-slide a:hover {
    color: #fff !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #333;
    background: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #007bff;
    color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.search-bar-mobile {
    position: sticky;
    top: 45px;
    z-index: 3;
    background-color: #fff;
}

.watermark-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.watermark-bg img {
    width: 700px;
    max-width: 70%;
    opacity: 0.07;
}

@media screen and (max-width:500px) {
    .watermark-bg img {
        width: 700px;
        max-width: 100%;
        opacity: 0.07;
    }
}

.your-cart {
    width: 65%;
}

.your-cart .add-more a {
    text-decoration: none;
    color: #198754;
    font-weight: bold;
    transition: all .5s ease;
}

.your-cart .add-more a:hover,
.your-cart .add-more a:hover .plus-outline {
    border-color: #051144;
    color: #051144;
    transition: all .5s ease;
}

.your-cart .add-more a .plus-outline {
    width: 18px;
    height: 18px;
    padding: 5px;
    border: 2.3px solid #198754;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}


@media screen and (max-width:500px) {
    .your-cart {
        width: 100%;
    }

    .your-cart .add-more a .plus-outline {
        width: 18px;
        height: 18px;
        padding: 7px;
        font-size: 11px;
    }
}

.image-wrapper {
    position: relative;
    width: 100%;
}

.out-of-stock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.out-of-stock-overlay span {
    background: #dc3545;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
}


.out-of-stock-overlay-text span {
    background: #dc3545;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
}

.badge-online {
    background: #1c7ed6;
    color: #fff;
}

.badge-office {
    background: #6c757d;
    color: #fff;
}

.blog-item {
    background-color: #ffffff;
    box-shadow: 0 6px 2px #ccc;
    height: 650px;
}

.blog-item a img {
    border: none !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    height: auto;
}

.cat-badge {
    color: #1A2D4A;
}

/* ===============================
   BLOG SIDEBAR
==================================*/

.widget {
    position: sticky;
    top: 30px;
}

/* Card Design */
.category-card,
.latest-card {
    background: #ffffff !important;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    transition: .3s;
}

.category-card:hover,
.latest-card:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

/* Heading */
.category-card h5,
.latest-card h5 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.category-card h5::after,
.latest-card h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: #1A2D4A;
    border-radius: 10px;
}

/* ===============================
   CATEGORY
==================================*/

.category-list {
    margin: 0;
    padding: 0;
}

.category-list li {
    list-style: none;
    margin-bottom: 12px;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 10px;
    transition: .3s;
    border: 1px solid #eeeeee;
    background: #fff;
}

.category-item:hover {
    background: #fff8f2;
    border-color: #1A2D4A;
    transform: translateX(5px);
    text-decoration: none;
}

/* Circle Badge */

.category-badge {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1A2D4A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    transition: .3s;
}

.category-item:hover .category-badge {
    background: #dfa64c;
    transform: rotate(8deg);
}

.category-name {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.category-item:hover .category-name {
    color: #1A2D4A;
}

/* ===============================
   LATEST POSTS
==================================*/

.latest-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.latest-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.latest-img {
    width: 90px;
    min-width: 90px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

.latest-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: .4s;
}

.latest-item:hover .latest-img img {
    transform: scale(1.08);
}

.latest-content {
    flex: 1;
}

.latest-title {
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 10px;
}

.latest-title:hover {
    color: #1A2D4A;
    text-decoration: none;
}

.latest-date {
    color: #777;
    font-size: 13px;
}

.latest-date i {
    color: #1A2D4A;
    margin-right: 6px;
}

/* ===============================
   RESPONSIVE
==================================*/

@media(max-width:991px) {

    .widget {
        position: relative;
        top: 0;
        margin-top: 40px;
    }

    .latest-img {
        width: 75px;
        min-width: 75px;
        height: 70px;
    }

}

@media(max-width:576px) {

    .category-item {
        padding: 10px;
    }

    .category-badge {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .latest-item {
        gap: 12px;
    }

    .latest-title {
        font-size: 14px;
    }

}

/* ==========================
   BLOG CONTENT
========================== */

.blog h2 {
    font-weight: 700;
}

.blog-content~p,
.other-page p {
    color: #5d6b8b;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
}

/* Headings */
.blog-content~h1,
.blog-content~h2,
.blog-content~h3,
.blog-content~h4,
.blog-content~h5,
.blog-content~h6,
.other-page h1,
.other-page h2,
.other-page h3,
.other-page h4,
.other-page h5,
.other-page h6 {
    font-weight: 700;
    line-height: 1.4;
    color: #1a2d62;
}

/* Bold */
.blog-content~b,
.blog-content~strong,
.other-page b,
.other-page strong {
    color: #000000b5 !important;
    font-weight: 700;
}

/* Italic */
.blog-content~i,
.blog-content~em,
.other-page i,
.other-page em {
    color: #666;
    font-style: italic;
}

/* Lists */
.blog-content~ul,
.blog-content~ol,
.other-page ul,
.other-page ol {
    padding-left: 30px;
    color: #555;
}

.blog-content~ul li::marker,
.blog-content~ol li::marker,
.other-page ul li::marker,
.other-page ol li::marker {
    color: #1A2D4A;
}

/* Links */
.blog-content~p a,
.other-page a {
    color: #1A2D4A;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.blog-content~p a:hover,
.other-page a:hover {
    color: #000;
    text-decoration: underline;
}

/* Images */
.blog img {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

/* Tables */
.blog-content~table,
.other-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.blog-content~table th,
.other-page table th {
    background: #1A2D4A;
    color: #fff;
    padding: 12px;
    border: 1px solid #ddd;
}

.blog-content~table td,
.other-page table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.blog-content~table tr:nth-child(even),
.other-page table tr:nth-child(even) {
    background: #fafafa;
}

/* Horizontal Line */
.blog-content~hr,
.other-page hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}

.other-page img {
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.other-page img:hover {
    box-shadow: 0 20px 45px rgba(44, 122, 255, .18);
}

.blog-centent a {
    font-size: 18px;
}

.blog-single-header h1 {
    font-size: 28px;
}

/* Responsive */
@media (max-width:768px) {

    .blog-content,
    .other-page {
        font-size: 15px;
        line-height: 1.8;
    }

    .blog-content~h1,
    .other-page h1 {
        font-size: 30px;
    }

    .blog-content~h2,
    .other-page h2 {
        font-size: 26px;
    }

    .blog-content~h3,
    .other-page h3 {
        font-size: 22px;
    }

    .blog-content~table,
    .other-page table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .blog-content~table th,
    .blog-content~table td,
    .other-page table th,
    .other-page table td {
        min-width: 140px;
    }

    .blog img {
        height: auto;
    }
}

.bg-breadcrumb {
    background: #000;
}

.bg-breadcrumb .breadcrumb-item a,
.bg-breadcrumb .breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.bg-breadcrumb h3 {
    font-size: 30px;
}


/* Desktop Medical Navbar */

.medical-navbar {
    background: #ffffff;
    height: 80px;
    border-radius: 0 0 45px 45px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    width: 900px;
    margin: auto;
    padding: 0 20px;
}

.medical-nav-content {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* Left menu */
.nav-left .nav-link {
    color: #222;
    font-weight: 600;
    font-size: 14px;
}

.nav-left .nav-link:hover {
    color: #2c7aff;
}

/* Center Logo */
.medical-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.medical-logo img {
    width: 160px;
    height: 60px;
    object-fit: contain;
}

/* Contact Button */
.contact-btn {
    color: #1a2d62;
    border: 2px solid #2c7aff;
    padding: 12px 30px;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
    transition: 0.3s;
    background: #fff;
}

.contact-btn:hover {
    background: #1a2d62;
    color: white;
}

/* Dropdown */
.dropdown-menu {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.dropdown-item:hover {
    background: #2c7aff;
    color: white;
}

.desk-menu {
    position: sticky;
    top: 0;
    z-index: 99;
}

.desk-menu.scrolled {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}

.desk-menu.scrolled .medical-navbar {
    box-shadow: none;

}

.carousel {
    position: relative;
    top: -80px;
    z-index: 0;
    padding: 10px;
    background: #fff;
}


/* Mobile */


.mobile-medical-nav {
    background: #ffffff;
    height: 70px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    position: sticky;
    top: 0;
    z-index: 99;
}

.mobile-nav-content {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-logo img {
    width: 120px;
    height: 50px;
    object-fit: contain;
}

.mobile-toggler {
    border: none;
    background: none;
    color: #2c7aff;
    font-size: 26px;
}

.medical-mobile-menu {
    width: 290px !important;
}

.medical-mobile-menu .offcanvas-header {
    border-bottom: 1px solid #eee;
}

.medical-mobile-menu .nav-link {
    padding: 14px 5px;
    color: #222;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
}

.medical-mobile-menu .nav-link:hover {
    color: #2c7aff;
}

.mobile-user .nav-link {
    color: #2c7aff;
}

.mobile-contact-btn {
    width: 100%;
    background: #2c7aff;
    color: white;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
}

.mobile-contact-btn:hover {
    background: #1a2d62;
    color: white;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.dropdown-item {
    padding: 10px;
}

@media screen and (max-width: 468px) {
    .carousel {
        top: auto;
        padding: 5px;
    }
}

/* Section CSS */
.section-padding {
    padding: 80px 0
}

/*START SECTION TITLE DESIGN*/
.section-title {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.section-title h4 {
    color: #2c7aff;
    font-weight: 500;
    font-size: 18px;
}

.section-title h1 {
    font-size: 37px;
    width: 60%;
    font-weight: 700;
    margin: auto;
    color: #1a2d62;
}

@media only screen and (max-width:768px) {

    .section-padding {
        padding: 50px 0;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title h1 {
        font-size: 30px;
        width: 100%;
    }

    .section-title p {
        width: 100%;
        font-size: 16px;
        text-align: justify;
    }
}


/* Home About Section */

/*
=========================================
Medical About Section
=========================================
*/

.medical-about-section {
    padding-bottom: 50px;
}

/* Content */

.medical-about-content {
    margin-bottom: 30px;
    position: relative;
}

.medical-about-content h2 {
    margin-bottom: 20px;
    line-height: 45px;
    font-size: 32px;
    font-weight: 600;
    color: #1a2d62;
}

@media only screen and (max-width:480px) {

    .medical-about-content h2 {
        font-size: 23px;
        line-height: normal;
    }

}

.medical-about-content p {
    margin-bottom: 30px;
}

.medical-about-content ul {
    margin-bottom: 50px;
}

.medical-about-content ul li {
    color: #1a2d62;
    font-weight: 600;
    line-height: 40px;
}

/* Feature Box */

.medical-feature-box {
    margin-bottom: 30px;
    overflow: hidden;
}

@media only screen and (max-width:767px) {

    .medical-feature-box {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }

}

.medical-feature-box i {
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    background: rgba(44, 122, 255, 0.10);
    color: #2c7aff;
}

.medical-feature-box h4 {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #1a2d62;
}

.medical-feature-box p {
    overflow: hidden;
    width: 70%;
}

/* Button */

.medical-about-btn {
    margin-top: 20px;
}

/* Image */

.medical-about-image {
    position: relative;
}

.medical-about-image img {
    width: 90%;
    height: 600px;
    border-radius: 20px;
    margin-left: 30px;
}

@media only screen and (max-width:880px) {

    .medical-about-image {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .medical-about-image img {
        width: 100%;
        height: auto;
        margin-left: auto;
    }

    medical-feature-box i {
        margin-right: 14px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 21px;
    }

    .medical-feature-box p {
        width: 100%;
    }
}

/* Experience Box */

.medical-experience-box {
    text-align: center;
}

.medical-experience-box h3 {
    position: absolute;
    top: 70%;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #eee;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 10px 15px 18px rgb(23 23 36 / 61%);
}

.medical-experience-box h3 span {
    color: #2c7aff;
    font-size: 30px;
}

.cta {
    position: relative;
    margin: auto;
    padding: 18px 22px;
    transition: all 0.2s ease;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(44, 122, 255, 0.1);
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.cta span {
    /* position: relative; */
    font-size: 15px;
    color: #1a2d62;
    font-weight: 700;
    text-transform: uppercase;
}

.cta i {
    color: #1a2d62;
}

@media screen and (max-width: 768px) {
    .medical-experience-box h3 {
        padding: 28px 14px;
        font-size: 14px;
        box-shadow: 10px 0px 23px rgb(23 23 36 / 61%);
    }

}

/* Why Choose Us Section */

/*====================================================
    WHY CHOOSE OUR MEDICAL SUPPLIES
====================================================*/

.medical_features {
    padding-bottom: 50px;
}

.medical_feature_card {
    background: #EAF3FF;
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 0 150px rgba(44, 122, 255, 0.08);
    transition: 0.35s ease;
    position: relative;
    text-align: left;
}

.feature_two,
.feature_four {
    margin-top: 20px;
}

.feature_three {
    margin-top: -20px;
}

.medical_feature_card i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    background: #2c7aff;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: .3s;
}

.medical_feature_card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2d4a;
    margin-bottom: 18px;
}

.medical_feature_card p {
    margin-bottom: 0;
    color: #6c757d;
    line-height: 1.8;
}

.medical_feature_card:hover {
    background: #ffffff;
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.medical_feature_card:hover i {
    background: #1a2d4a;
}

@media (max-width: 991px) {

    .feature_two,
    .feature_three,
    .feature_four {
        margin-top: 0;
    }

    .feature_four {
        margin-bottom: 0;
    }
}

/* Categories Section */

/* MEDICAL CATEGORY SECTION */
/*=============================
        CATEGORY CARD
==============================*/

.medical_category_card {
    background: #7EB2FF;
    border-radius: 18px;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    height: 100%;
}

.medical_category_card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .18);
}

/*=============================
        IMAGE
==============================*/

.medical_category_image {
    overflow: hidden;
}

.medical_category_image img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    transition: .5s;
    padding: 25px 25px 0;

}

.medical_category_card:hover .medical_category_image img {
    transform: scale(1.08);
}

/*=============================
        CONTENT
==============================*/

.medical_category_content {
    padding: 25px 25px 0;
    text-align: center;
}

.medical_category_content h3 {
    margin-bottom: 15px;
}

.medical_category_content h3 a {
    color: #1a2d62;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.medical_category_content h3 a:hover {
    color: #1a2d4a;
}

/*=============================
        PRODUCT COUNT
==============================*/

.medical_product_count {
    display: inline-block;
    padding: 9px 22px;
    background: #ffffff;
    color: #2c7aff;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 22px;
}

/*=============================
        BUTTON
==============================*/

.medical_category_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1a2d4a;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 40px;
    text-decoration: none;
    transition: .3s;
    font-weight: 600;
}

.medical_category_btn:hover {
    background: #1a2d62;
    color: white;
}

.medical_category_btn i {
    transition: .3s;
}

.medical_category_btn:hover i {
    transform: translateX(6px);
}

/*=============================
      VIEW ALL BUTTON
==============================*/

.medical_all_category_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1a2d62;
    border: 2px solid #2c7aff;
    padding: 12px 30px;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
    transition: 0.3s;
    background: #fff;
}

.medical_all_category_btn:hover {
    background: #1a2d62;
    color: #ffffff;
}

.medical_all_category_btn i {
    transition: .3s;
}

.medical_all_category_btn:hover i {
    transform: translateX(6px);
}

/*=============================
        RESPONSIVE
==============================*/

@media(max-width:767px) {
    .medical_categories_section {
        padding: 70px 0;
    }

    .medical_category_image {
        height: 200px;
    }

    .medical_category_image img {
        object-fit: cover;
    }

    .medical_category_content {
        padding: 20px 20px 0;
    }

    .medical_category_content h3 a {
        font-size: 20px;
    }

    .category-btn-out {
        width: 80%;
        margin: auto;
    }
}


@media(max-width:575px) {

    .medical_category_btn {
        width: 100%;
        justify-content: center;
    }

    .medical_all_category_btn {
        width: 100%;
        justify-content: center;
    }
}


/* Products Section */

/*==========================================
MEDICAL PRODUCTS SECTION
==========================================*/

.medical_products_section {
    padding: 100px 0;
    background: #f8fbff;
}

.medical_products_section .medical-products-row {
    margin-top: 20px;
}

/* Card */

.medical_products_section .products-item {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    transition: .35s ease;
    position: relative;
    height: 100%;
    border: 1px solid #edf2ff;
}

.medical_products_section .products-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(44, 122, 255, .18);
}

/* Image */

.medical_products_section .products-img {
    position: relative;
    overflow: hidden;
}

.medical_products_section .products-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .5s;
}

.medical_products_section .products-item:hover .products-img img {
    transform: scale(1.08);
}

/* Out of Stock */

.medical_products_section .products-price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #dc3545;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    z-index: 5;
}

/* Content */

.medical_products_section .products-content {
    padding: 30px 25px;
}

.medical_products_section .ccategory {
    margin-bottom: 18px;
}

.medical_products_section .ccategory a {
    display: inline-block;
    background: #eaf2ff;
    color: #2c7aff !important;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.medical_products_section .products-content h3 a {
    color: #1a2d62 !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.medical_products_section .products-content h3 a:hover {
    color: #2c7aff;
}

/* Button */

.medical_products_section .medical-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: #2c7aff;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
}

.medical_products_section .medical-btn:hover {
    background: #185fdf;
    color: #fff;
}

.medical_products_section .medical-btn i {
    margin-left: 10px;
    transition: .3s;
}

.medical_products_section .medical-btn:hover i {
    transform: translateX(5px);
}

/* Hover */

.medical_products_section .products-hover {
    position: absolute;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);

    transition: .35s;
}

.medical_products_section .products-item:hover .products-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.medical_products_section .chover_content {
    width: 100%;
}

.medical_products_section .chover_content h3 {
    margin: 20px 0;
}

.medical_products_section .chover_content h3 a {
    color: #222 !important;
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
}

.medical_products_section .chover_content h3 a:hover {
    color: #1a2d62 !important;
}

.medical_products_section .chover_content p {
    color: #666 !important;
    line-height: 23px;
    margin-bottom: 30px;
    text-align: justify;
}

/* Responsive */

@media(max-width:991px) {

    .medical_products_section {
        padding: 80px 0;
    }

    .medical_products_section .products-img img {
        height: 240px;
    }

    .medical_products_section .products-content {
        padding: 22px;
    }

    .medical_products_section .products-content h3 {
        min-height: auto;
    }

}

@media(max-width:767px) {

    .medical_products_section .products-img img {
        height: 220px;
    }

    .medical_products_section .products-content h3 a {
        font-size: 18px;
        line-height: 28px;
    }

    .medical_products_section .medical-btn {
        width: 100%;
    }

    .medical_products_section .products-hover {
        padding: 25px;
    }

}

.products-list {
    background: transparent;
}

.products-list .section-title {
    text-align: left;
}

.products-list .section-title h1 {
    width: 100%;
}

.swiper {
    padding: 20px;
}

/*==========================
 PRODUCT DETAILS
==========================*/

.details {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(44, 122, 255, .08);
    border: 1px solid #edf4ff;
}

/* Product Name */

.product-name {
    font-size: 38px;
    font-weight: 700;
    color: #1a2d62;
    line-height: 1.3;
    margin-bottom: 18px;
}

/* Category */

.category-badge {
    display: inline-block;
    padding: 8px 18px;
    background: #edf4ff;
    color: #2c7aff;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid #cfe0ff;
    width: auto;
    height: auto;
}

/* Description */

.product-description~p {
    color: #5d6b8b;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .details {
        padding: 5px;
    }

}

/*====================================================
    CONTACT PAGE
====================================================*/

.login-page {
    align-items: stretch;
    justify-content: space-evenly;
}

/* Common Card */

.contact-info,
.contact-form {
    background: #ffffff;
    border: 1px solid #e8f0ff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(44, 122, 255, .08);
    height: 100%;
    transition: .35s ease;
}

.contact-info:hover,
.contact-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(44, 122, 255, .14);
}

/* Heading */

.contact-info h4,
.contact-form h4 {
    color: #1a2d62;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.contact-info h4::after,
.contact-form h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 70px;
    height: 4px;
    background: #2c7aff;
    border-radius: 50px;
}

/* Contact List */

.contact-info .row {
    row-gap: 40px;
}

.contact-info .icons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.contact-info i {
    width: 55px;
    height: 55px;
    border-radius: 16px;
    background: #edf4ff;
    color: #2c7aff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: .35s;
    border: 1px solid #d7e6ff;
}

.contact-info .row:hover i {
    background: #2c7aff;
    color: #ffffff;
    transform: rotate(-8deg);
}

.contact-info p {
    margin: 0;
    color: #2c7aff;
    font-size: 15px;
    line-height: 1.7;
}

.contact-info span {
    color: #1a2d62;
}

.contact-info a {
    color: #2c7aff !important;
    text-decoration: none;
    transition: .3s;
}

.contact-info a:hover {
    color: #1a2d62 !important;
}

/*====================================================
    FORM
====================================================*/

.contact-form label {
    color: #1a2d62;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #dbe8ff;
    border-radius: 14px;
    background: #f8fbff;
    padding: 14px 18px;
    margin-bottom: 22px;
    color: #1a2d62;
    transition: .3s;
    box-shadow: none;
}

.contact-form textarea {
    /* min-height:160px; */
    resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #9aa7c5;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #2c7aff;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(44, 122, 255, .12);
    outline: none;
}

/* Required */

.required {
    color: #ff4d4d;
}

/* Button */

.contact-form .btn {
    background: #2c7aff;
    border: none;
    border-radius: 50px;
    padding: 14px 35px;
    font-weight: 600;
    transition: .35s;
    box-shadow: 0 10px 25px rgba(44, 122, 255, .25);
}

.contact-form .btn:hover {
    background: #1a2d62;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(26, 45, 98, .30);
}

/*====================================================
    SOCIAL ICONS
====================================================*/

.social-icons {
    margin-top: 35px;
    text-align: center;
}

.social-icons a {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    border-radius: 50%;
    background: #edf4ff;
    color: #2c7aff;
    transition: .35s;
    border: 1px solid #d7e6ff;
    font-size: 18px;
}

.social-icons a:hover {
    background: #2c7aff;
    color: #ffffff;
    transform: translateY(-5px);
}

.login-page .cta {
    border: none;
    background: none;
    color: #1a2d62;
    font-weight: 600;
    text-transform: uppercase;
}

.login-page .cta:hover,
.login-page .cta:hover i {
    color: #2c7aff; 
}


/*====================================================
    MOBILE
====================================================*/

@media(max-width:991px) {

    .contact-info {
        margin-bottom: 25px !important;
    }

    .contact-info,
    .contact-form {
        padding: 10px;
    }

    .contact-info h4,
    .contact-form h4 {
        font-size: 24px;
    }

    .contact-info .icons {
        padding: 0;
    }

}

@media(max-width:576px) {

    .contact-info i {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .contact-form .btn {
        width: 100% !important;
    }

}