@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;
    margin: 0 0 20px;
    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;
    z-index: 99;
    width: 100%;
    background-color: #fff;
}

/* < !-- 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;
}

.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;
}

.link {
    color: #0044ff;
}

/* ==================cards */
/* Card Styling */
.product-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    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.2);
}

/* Image Wrapper for zoom effect */
.card-img-wrapper {
    overflow: hidden;
}

.card-img-wrapper img {
    transition: transform 0.4s ease;
}

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

/* Button Styling */
.btn-custom {
    background: linear-gradient(135deg, #0044ff, #0066cc);
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: linear-gradient(135deg, #0066cc, #0044ff);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.table-dark th {
    font-size: 18px;
    font-weight: 500;
}

.card-img-wrapper {
    height: 250px;
}

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

.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;
}