@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", sans-serif;
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
    -webkit-transition: 400ms all ease-in-out;
    -o-transition: 400ms all ease-in-out;
    transition: 400ms all ease-in-out;
    text-decoration: none;
    font-style: normal;
}

button {
    border: none;
}

a:hover,
a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
    color: inherit;
}

figure {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 0;
    font-size: 0;
    line-height: 100%;
}

figure img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* global */

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #404d72;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    background-color: #f8f9fa;
}

.common-padd {
    padding-top: 80px;
    padding-bottom: 80px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p {
    font-size: 18px;
    line-height: 24px;
    color: #404d72;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    padding: 0;
}

/* --- Button Styles --- */
.btnn {
    border: 1px solid transparent;
    padding: 12px 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 6px;
    min-width: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btnn-blue {
    background-color: #0044ff;
    color: #fff;
    border: 1px solid #0000;
}

.btnn-blue:hover {
    background-color: #fff;
    color: #0044ff;
    border: 1px solid #0044ff;
}

.btnn-border {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    min-width: 200px;
}

.btnn-border:hover {
    background-color: #fff;
    color: #000;
}

.btnn-bl-border {
    border: 1px solid rgb(0 0 0 / 50%);
    color: rgb(0 0 0 / 50%);
    min-width: 190px;
}

.btnn-bl-border:hover {
    color: #000000;
    border: 1px solid #000;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
    color: inherit;
}

/* header */
.main-header {
    position: relative;
    background-color: #fff;
    transition: all 0.8s ease;
}

.main-header .offcanvas-body {
    justify-content: end;
}

.main-header .nav-item {
    margin-left: 15px;
}

.main-header .nav-item:first-child {
    margin-left: 0;
}

.main-header .nav-link {
    font-size: 18px;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.main-header .nav-link:hover {
    color: #0044ff;
}

.main-header .offcanvas-body ul li.active a {
    color: #0044ff;
}

.main-header .navbar-brand {
    max-width: 80px;
}

/* header */

/* headrer-fixed */
header.fixed.main-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Add padding to body when header is fixed to prevent content overlap */
body.header-fixed {
    padding-top: 80px;
}

/* < !-- footer-section --> */
.main-footer {
    background-color: #f0f2ff;
    padding: 80px 0 55px 0;
    position: relative;
}

.foot-bott-p {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin-right: 50px;
}

.foot-top-p {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -60px;
}

.company-wrap {
    margin-left: 50px;
}

.link-wrap.sec {
    margin-left: 60px;
}

.link-wrap {
    margin-left: 50px;
}

.upper-footer {
    border-bottom: 1px solid #404d7230;
    padding-bottom: 30px;
}

.foot-logo {
    max-width: 117px;
    margin-bottom: 15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.foot-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-wrap p {
    max-width: 287px;
    margin-bottom: 10px;
}

.upper-footer h5 {
    color: #404d72;
    font-weight: 600;
    margin-bottom: 20px;
}

.upper-footer ul li {
    font-size: 16px;
    font-weight: 400;
    color: #404d72;
    margin-bottom: 10px;
}

.foot-logo-wrap ul li i {
    margin-right: 13px;
    color: #000;
}

.upper-footer ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #404d72;
}

.foot-logo-wrap ul li:hover a {
    color: #0044ff;
}

.foot-logo-wrap ul li:hover i {
    color: #0044ff;
}

.upper-footer ul li a:hover {
    color: #0044ff;
}

.lower-footer p {
    margin-bottom: 0;
    margin-top: 40px;
    font-weight: 400;
}

.lower-footer {
    text-align: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1px;
    padding-left: 2px;
    text-transform: uppercase;
}

.logo img {
    width: 60px;
    height: auto;
    object-fit: contain;
}

.social-wrap {
    display: flex;
    gap: 10px;
}

.social-wrap a {
    width: 40px;
    height: 40px;
    background: #0044ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.social-wrap a:hover {
    background: transparent;
    border: 1px solid #0044ff;
    color: #0044ff !important;
}

.address p {
    margin: 0 0 8px;
}

.address a {
    color: #0044ff;
}

/* < !-- footer-section --> */

.offcanvas-body {
    justify-content: space-around !important;
}

.right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

/* ==========banerr section */
.banner-section {
    position: relative;
    height: 70vh;
    overflow: hidden;
    background: linear-gradient(135deg, #8190b9, #c8ba8f);
    /* Cool gradient */
    padding: 30px 0;
}

/* Make sure slider images fit properly */
.banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    opacity: 0.85;
    /* Slight transparency to blend with gradient */
    border-radius: 30px;
}

/* Optional: dark overlay to make images look smoother */

.register-section {
    background: linear-gradient(135deg, #5b6ea3, #4f67ae);
    color: #fff;
}

.register-box {
    background: #ffffff;
    color: #000;
}

.register-box h2 {
    font-weight: bold;
    color: #0044ff;
}

/* ==================Banner Slider Navigation */
.home-banner {
    position: relative;
}

/* Slider Arrows */
.slick-slider .slick-prev,
.slick-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 68, 255, 0.8);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    background: #0044ff;
    transform: translateY(-50%) scale(1.1);
}

.slick-slider .slick-prev {
    left: 30px;
}

.slick-slider .slick-next {
    right: 30px;
}

.slick-slider .slick-prev i,
.slick-slider .slick-next i {
    font-size: 18px;
}

/* Slider Dots */
.slick-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    width: 30%;
    justify-self: anchor-center;
    justify-self: center;
}

.slick-slider .slick-dots li {
    margin: 0 6px;
}

.slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid white;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    transition: all 0.3s ease;
}

.slick-slider .slick-dots li.slick-active button {
    background: #0044ff;
    border-color: #0044ff;
    width: 30px;
    border-radius: 10px;
}

.slick-slider .slick-dots li button:hover {
    background: rgba(0, 68, 255, 0.7);
}

/* Responsive adjustments */
@media (max-width: 768px) {

    .slick-slider .slick-prev,
    .slick-slider .slick-next {
        width: 40px;
        height: 40px;
    }

    .slick-slider .slick-prev {
        left: 15px;
    }

    .slick-slider .slick-next {
        right: 15px;
    }

    .slick-slider .slick-prev i,
    .slick-slider .slick-next i {
        font-size: 14px;
    }

    .slick-slider .slick-dots {
        bottom: 15px;
    }

    .slick-slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .slick-slider .slick-dots li.slick-active button {
        width: 24px;
    }
}

.link {
    color: #0044ff;
}

/* ==================Modern Product Cards (Unified Site-Wide - Professional) */
.product-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.product-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 350px;
    /* Slight increase for better visibility */
    background: #ffffff;
    /* White bg for clean look */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* Remove padding to maximize image size */
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Fill the container */
    transition: transform 0.4s ease;
}

.product-card:hover .product-img-wrapper img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #0044ff;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-badge.customizable {
    background: #28a745;
}

.product-category {
    display: inline-block;
    background: #e9ecef;
    color: #495057;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.product-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin: 8px 0;
    line-height: 1.4;
}

.product-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0044ff;
    margin: 12px 0;
}

.btn-view-product {
    background: #0044ff;
    border: none;
    color: white;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.btn-view-product:hover {
    background: #0033cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 68, 255, 0.3);
    color: white;
}

.btn-customize {
    background: #28a745;
}

.btn-customize:hover {
    background: #218838;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

/* Shop Page - Professional */
.shop-section {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 60px 0;
}

.shop-header {
    text-align: center;
    margin-bottom: 40px;
}

.shop-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

.shop-tabs {
    background: white;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: inline-flex;
    margin-bottom: 30px;
}

.shop-tabs .nav-link {
    border: none;
    border-radius: 6px;
    padding: 10px 24px;
    font-weight: 600;
    color: #6c757d;
    transition: all 0.2s ease;
    margin: 0 4px;
}

.shop-tabs .nav-link:hover {
    background: #f8f9fa;
    color: #495057;
}

.shop-tabs .nav-link.active {
    background: #0044ff;
    color: white;
}

.no-products {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.no-products i {
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.3;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .shop-header h1 {
        font-size: 2.2rem;
    }

    .product-img-wrapper {
        height: 240px;
    }
}

@media (max-width: 992px) {
    .shop-section {
        padding: 40px 0;
    }

    .shop-header h1 {
        font-size: 2rem;
    }

    .product-card h5 {
        min-height: auto;
        font-size: 1rem;
    }

    .product-img-wrapper {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .shop-header h1 {
        font-size: 1.8rem;
    }

    .shop-tabs {
        flex-direction: column;
        width: 100%;
    }

    .shop-tabs .nav-link {
        margin: 2px 0;
        text-align: center;
    }

    .product-img-wrapper {
        height: 200px;
    }

    .product-price {
        font-size: 1.2rem;
    }

    .btn-view-product {
        width: 100%;
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .shop-section {
        padding: 30px 0;
    }

    .shop-header {
        margin-bottom: 30px;
    }

    .shop-header h1 {
        font-size: 1.5rem;
    }

    .product-card {
        margin-bottom: 20px;
    }

    .product-img-wrapper {
        height: 180px;
    }

    .product-card h5 {
        font-size: 0.95rem;
    }
}

/* Old Button Styling - Keep for compatibility */
.btn-custom {
    background: #0044ff;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: #0033cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 68, 255, 0.3);
}

.hero-banner {
    position: relative;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
}

.hero-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgb(25 31 47 / 77%);
}

.hero-banner .container {
    position: relative;
    z-index: 2;
}

/* Responsive text */
.hero-banner h1 {
    font-size: 3rem;
}

.hero-banner p {
    font-size: 1.25rem;
}

.backbtn a {
    font-size: 20px;
}

/* Editor CSS */

#editorCanvas {
    border: 2px dashed #ccc;
    border-radius: 12px;
    background: #fff;
}

.toolbar {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.frame-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.6s forwards;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.frame-card img {
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.frame-card:hover img {
    transform: scale(1.1);
}

.frame-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.frame-card .card-body {
    text-align: center;
    background: linear-gradient(135deg, #6c63ff, #48c6ef);
    color: #fff;
}

.frame-card h5 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@keyframes fadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.checkout-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: white;
}

.checkout-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.order-summary {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.product-preview h6,
.product-preview small {
    font-size: 20px;
    text-transform: capitalize;
}

.product-preview {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background: #f1f3f6;
    border-radius: 10px;
}

.product-preview img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}

.hero-section {
    background: linear-gradient(135deg, #4a90e2, #eeeff1);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.about-text {
    padding: 60px 20px;
}

.team-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-card img {
    height: 250px;
    object-fit: cover;
}

.contact-header {
    background: linear-gradient(135deg, #4a90e2, #eeeff1);
    color: white;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 40px;
}

.contact-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: #fff;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

/* =================thank you csss ====================== */
.thankyou {
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 20px;
}

.thankyou .thankyou-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    width: 100%;
    animation: fadeIn 0.8s ease-in-out;
}

.thankyou .thankyou-icon {
    font-size: 60px;
    color: #28a745;
    margin-bottom: 20px;
}

/* Product List Styling */
.thankyou .ordered-products {
    margin-top: 20px;
    text-align: left;
}

.thankyou .product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thankyou .product-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.thankyou .product-item:last-child {
    border-bottom: none;
}

.thankyou .product-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}

.thankyou .product-info {
    display: flex;
    flex-direction: column;
}

.thankyou .product-name {
    font-weight: bold;
}

.thankyou .product-qty,
.thankyou .product-price {
    font-size: 14px;
    color: #555;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =================cart page css======================== */
.cart-section {
    padding: 50px 20px;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
}

.cart-container {
    max-width: 900px;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cart-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.cart-table th,
.cart-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.cart-table th {
    background: #f1f1f1;
    font-weight: 600;
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.cart-product img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.qty-input {
    width: 60px;
    padding: 5px;
    text-align: center;
}

.remove-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: red;
}

.remove-btn:hover {
    color: darkred;
}

.cart-summary {
    text-align: right;
    border-top: 2px solid #eee;
    padding-top: 15px;
}

.cart-summary p,
.cart-summary h4 {
    margin: 5px 0;
}

.cart-summary span {
    font-weight: bold;
}

.btn-checkout {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.btn-checkout:hover {
    background: #0056b3;
}

.qty-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.qty-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    border-radius: 4px;
}

.qty-btn:hover {
    background: #ddd;
}

.qty-input {
    width: 50px;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {

    .cart-table th,
    .cart-table td {
        font-size: 14px;
        padding: 8px;
    }

    .cart-product span {
        font-size: 13px;
    }
}

/* =========================shop p[age=====================css */

.nav-tabs .nav-link {
    font-weight: 600;
    color: #555;
}

.nav-tabs .nav-link.active {
    background-color: #007bff;
    color: white !important;
    border-radius: 8px 8px 0 0;
}

.product-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

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

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .card-body {
    text-align: center;
}

.subcategory-tabs {
    margin-top: 20px;
}

.subcategory-tabs .nav-link.active {
    background: #28a745;
    color: white !important;
}

.shop {
    padding: 80px 0;
}

.banner {
    background: linear-gradient(135deg, #4a90e2, #eeeff1);
    padding: 60px 0;
    text-align: center;
    color: #333;
}

.banner h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.content-section {
    padding: 50px 15px;
    background-color: #fff;
}

.content-section h2 {
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: 600;
}

.content-section p {
    margin-top: 10px;
    color: #555;
    line-height: 1.7;
}

.admin-menu .nav-link {
    transition: all 0.3s;
}

.admin-menu .nav-link:hover {
    background: #41416e;
    border-radius: 10px;
}

.admin-menu .nav-link.active {
    background: #41416e;
    border-radius: 10px;
}

.admincontact-data a {
    color: #0056b3;
}

/* latest hero banner  */
.home-banner {
    position: relative;
    overflow: hidden;
}

.slick-slider img.banner-img {
    width: 100%;
    height: 60vh;
    /* Full screen height */
    object-fit: cover;
}

/* Static content on left */
.banner-content {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 100%;
    z-index: 10;
}

.banner-content h5 {
    font-size: 1rem;
    letter-spacing: 2px;
    background: #005cda;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.banner-content h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #fff;
}

.btn-theme {
    background: #005cda;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.3s ease;
}

.btn-theme:hover {
    background: #0046a8;
}

/* Extra info icons */
.extra-info {
    margin-top: 20px;
}

.extra-info ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.extra-info li {
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.extra-info i {
    color: #005cda;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 0.9rem;
}

/* search bar */
/* Hidden Search Bar Styles */
/* Search Bar Container */
#searchBar {
    position: fixed;
    top: 2px;
    /* distance from top */
    right: -480px;
    /* hidden off-screen initially */
    width: 480px;
    /* small width */
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 8px;
    transition: right 0.9s ease;
    z-index: 9999;
    display: flex;
    opacity: 1;
}

#searchBar.active {
    right: 141px;
    opacity: 1;
}

/* Close Icon on top right */
#searchBar #closeSearch {
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    position: absolute;

    right: -25px;
    cursor: pointer;
    bottom: -9px;
}

/* Unified Input + Button */
#searchBar .search-row {
    display: flex;
    margin-top: 25px;
    /* space below close button */
}

#searchBar input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-right: none;
    /* remove border between input & button */
    border-radius: 5px 0 0 5px;
    font-size: 0.95rem;
    outline: none;
}

#searchBar .search-btn {
    background: #005cda;
    border: 1px solid #005cda;
    color: #fff;
    padding: 8px 12px;
    border-radius: 0 5px 5px 0;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

#searchBar .search-btn:hover {
    background: #0046a8;
}

/* Search Toggle Button in header */
#searchToggle {
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}

#searchToggle i {
    font-size: 1.5rem;
}

.home-banner::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #00000078;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.btn-theme:hover {
    color: #fff;
    background-color: #000;
}

/* ==========shop page css */
.shop-section {
    background-color: #f8f9fa;
}

.shop-tabs .nav-link {
    font-weight: 600;
    padding: 12px 25px;
    border: none;
    color: #333;
    background: #e9ecef;
    margin: 0 5px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.shop-tabs .nav-link.active,
.shop-tabs .nav-link:hover {
    background: #0056d2;
    color: #fff;
}

.product-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.product-img-wrapper {
    overflow: hidden;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.product-img-wrapper img {
    max-height: 100%;
    transition: transform 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.1);
}

.price {
    font-size: 1.2rem;
    color: #28a745;
    font-weight: bold;
}

.btn-theme {
    background: #0056d2;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.btn-theme:hover {
    background: #003d99;
}

.btn-customize {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.btn-customize:hover {
    background: #1e7e34;
}

.profile {
    background: #0056d2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 13px;
}

.profile {
    color: #fff;
    font-size: 24px;
}

/* Cart Icon Styling */
.cart-icon-wrapper {
    position: relative;
}

.cart-link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #000;
    transition: color 0.3s ease;
}

.cart-link:hover {
    color: #0044ff;
}

.cart-link i {
    font-size: 22px;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ff4444;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
    box-shadow: 0 2px 6px rgba(255, 68, 68, 0.4);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.cart-link:hover .cart-badge {
    background: #cc0000;
}

.slick-dots li button::before {
    font-size: 0px;
}

/* Standard Product Gallery */
.product-gallery-container {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.gallery-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 500px;
    overflow-y: auto;
    width: 90px;
    padding-right: 5px;
}

.gallery-thumbnails::-webkit-scrollbar {
    width: 4px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.gallery-thumbnail {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #eee;
    border-radius: 8px;
    transition: all 0.2s ease;
    opacity: 0.7;
}

.gallery-thumbnail:hover,
.gallery-thumbnail.active {
    border-color: #0044ff;
    opacity: 1;
    transform: scale(1.05);
}

.gallery-main-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    min-height: 400px;
}

.gallery-main-image {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.gallery-main-image:hover {
    transform: scale(1.02);
}

/* Common Details Section */
.product-details-container {
    padding: 20px;
}