a{
  text-decoration: none!important;
}


.main-nav {
    padding:30px 0px;
}

.main-nav .navbar-brand span {
  font-size: 14px;
  letter-spacing: 1px;
}

.main-nav .nav-link {
  font-size: 16px;
    color:#424255;
}

.main-nav .nav-link.active {
  color: #6c63ff !important; /* purple highlight */
}

.main-nav .btn {
  background: #fff;
  border-radius: 12px;
  padding: 6px 12px;
  height:50px;
}

.main-nav .btn i {
  font-size: 18px;
}

.main-nav .badge {
  font-size: 11px;
}


.right-side{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-side .navbar-nav{
    margin-right: 50px;;
}

.right-side .navbar-nav .nav-item .active{
    color:#333333;
}

.right-side .top-btn {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #bbbbbb;
    align-items: center;
}

.right-side .cart-btn {
    height: 50px;
    width: 136px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #bbbbbb;
    align-items: center;
    justify-content: space-evenly;
    text-decoration: none;
    color:#000;
}

.right-side .items-count{
  height:20px;
  width:20px;
  border-radius: 50px;
  background: #333 !important;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}






/* ================================== Hero css -------------------------------------- */


.hero {
  display: flex;
  /* align-items: center; */
  height: 477px;;
  justify-content: space-between;
  /* background: #f5f3ff; */
  position: relative;
}

.hero-left {
  /* background: url("/assets/images/hero/hero-img.png") no-repeat; */
  width: 100%;
  padding: 40px;
  height: 477px;
  background-size: cover;
  height: auto;
  border-radius: 0px;
  display: flex;
  align-items: center;
}

.hero-text {
  max-width: 500px;
  padding-left: 70px;
}

.hero-text .welcome {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
}

.hero-text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #212131;
}

.hero-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #424255;
  margin-bottom: 15px;
  line-height: 1.4;
}

.hero-text .description {
  color: #424255;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
}

.hero .btn {
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  border: none;
}

.hero .btn.primary {
  background: #333333;
  color: #F3F3FF;
  font-size: 14px;
  border-radius: 8px;
  padding: 12px  39px!important;
}

.hero .btn.primary:hover {
  background: transparent;
  color: #333;
  border: 1px solid #333;
}

.hero .btn.secondary {
  background: transparent;
  border: 1px solid #333;
  color: #333;
}

.hero .btn.secondary:hover {
  background: #333;
  color: #fff;
}

.hero-right {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  width: 25%;
  padding-left: 20px;
}

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


.hero-right > div {
    width: 100%;
    position: relative;
}

.right-badge h2 {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    color: #8888FF;
    font-weight: 500;
    background: #EDEDFF;
    border-radius: 50px;
    padding: 8px 25px;
    right: 15px;
    bottom: 15px;
    margin: 0;
}

.first-block{
    margin-bottom: 15px;
}



/* ===============================Featuers Css============ */





.features-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FCFCFD;
  border-radius: 10px;
  margin-top: 50px;
  border: 1px solid #F1F1F3;
  padding: 35px 40px;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  text-align: left;
}

.feature-icon {
  width: 62px;
  height: 62px;
  border-radius: 50px;
  object-fit: contain;
  border: 1px solid #DCE2EE;
  padding: 7px;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333; /* blue like in your design */
}

.feature-text {
  font-size: 16px;
  margin: 0;
  color: #3A3A3A;
}


/* ============================ Categories Section ================================= */

.categories-section {
  margin: 100px 0;
}

.categories-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.categories-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  color: #0D0C0D;
}

.view-all-link {
  font-size: 15px;
  font-weight: 500;
  color: #222222; /* purple-ish */
  text-decoration: none;
}

.view-all-link:hover {
  text-decoration: underline;
}

.underline {
  width: 100%;
  height: 1px;
  background: #EDEDED;
  margin-bottom: 50px;
  /* margin: 22px 0px; */
  position: relative;
}

.underline::after {
  content: "";
  position: absolute;
  width: 208px;
  height: 2px;
  background: #333333; /* purple accent */
  top: 0;
  left: 0;
}

.categories-swiper {
  padding-bottom: 20px;

  max-width: 93%;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.category-card {
  text-align: center;
}

.category-img-wrap {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto 0px auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-img {
  /* max-width: 80%; */
  /* max-height: 80%; */
  object-fit: contain;
}

.category-title {
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 500;
  margin-top: 10px;
}



/* ====================================== Google review css================ */


.reviews-section {
  /* margin: 50px 0; */
  max-width: 93%;
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-bottom: 100px;
}

.reviews-title {
    font-size: 30px;
    font-weight: 600;
    color: #0D0C0D;
    margin-bottom: 50px;
}

.reviews-swiper {
  padding-bottom: 40px;
}

.review-card {
   /* dark like your screenshot */
   border-radius: 16px;
   padding: 15px;
   min-height: auto;
   display: flex;
   border: 1px solid #DCE2EE;
   flex-direction: column;
   justify-content: flex-start;
   min-height: 204px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.review-user {
  display: flex;
  /* align-items: center; */
  gap: 10px;
}

.review-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.reviews-section .review-name {
  font-weight: 600;
  font-size: 16px;
  color: #293347;
}

.reviews-section .google-logo {
  width: auto;
  /* margin-bottom: 20px; */
}

.review-rating {
  margin: 10px 0;
  /* text-align: center; */
}

.reviews-section .star {
  font-size: 18px;
  color: #555;
  margin-right: 3px;
}

.reviews-section .star.filled {
  color: #facc15; /* yellow */
}

.reviews-section .review-text {
  font-size: 15px;
  line-height: 1.4;
  color: #293347;
  margin-bottom: 0;
}


.review-date {
    margin-bottom: 0;
    font-size: 13px;
    color: #0000007d;
}







/* ==================================== Product Slider =========================== */


/* Container */
.product-slider {
    max-width: 93%;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin:100px 0px;
    margin-top: 50px;
}

.product-slider h2 {
    font-size: 30px;
    font-weight: 600;
    color: #0D0C0D;
    margin-bottom: 50px;
}

/* Product Card */
.product-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  /* background: #fff; */
}

/* Price Tag */
.product-card .price-tag {
  position: absolute;
  top: 17px;
  left: 17px;
  background: #75CFF4; /* light sky blue */
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 9999px; /* pill shape */
}

/* Image */
.product-card img {
    width: 100%;
    height: 313px;
    border-radius: 15px;
    object-fit: cover;
}

/* Title */
.product-card .title {
  padding: 12px;
  text-align: left;
  font-size: 15px;
  padding-left: 0;
  font-weight: 600;
  color:#111;
}





/* ========================= Client Slider ==================== */

.client-slider {

max-width: 93%;

margin-left: auto !important;

margin-right: 0 !important;

margin:100px 0px;

margin-top: 50px;
}

.client-slider h2{
    font-size: 30px;
    font-weight: 600;
    color: #0D0C0D;
    margin-bottom: 50px;
}

.client-card img {
    /* filter: grayscale(1); */
    width: 130px;
    padding: 10px;
    object-fit: contain;
}
.happy-client{
  margin-bottom: 50px;;
}

.client-card {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    background: white;
    border: 1px solid #ddd;
    height: 100px;
    padding: 10px;
}

/* ========================== Cta css========================= */


.deal-banner {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}

/* Text Container */
.deal-content {
  max-width: 50%;
  color: #222;
  padding-left: 60px;
}

/* Subtitle */
.deal-subtitle {
  font-size: 47px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #66666600;
  margin: 0 0 0px;
  -webkit-text-stroke: 1px #333333;
}

/* Main Title */
.deal-title {
  font-size: 66px;
  font-weight: 800;
  margin: 0 0 12px;
  color: #333333;
}

/* Description */
.deal-text {
  font-size: 25px;
  margin: 0 0 20px;
  color: #6B6B6B;
}

/* Button */
.deal-btn {
  background: #333333;
  color: #fff;
  border: none;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 2px;
  transition: background 0.3s ease;
  text-decoration: none;;
}


.deal-btn:hover {
  background: #444;
  color: #fff;

}



.deal-banner{
  background-image: url("/assets/images/cta.png");
}



/* ================================= Accordion Faq ======================= */

/* Gradient header styling */
.text-gradient {
  background: linear-gradient(90deg, #333, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Accordion item styles */
.custom-accordion-item {
    border: none;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #F1F1F3;
    overflow: hidden;
}
/* Accordion button */
.accordion-button {
  background-color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1rem 1.25rem;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  border: none;
}

/* Remove Bootstrap's default icon */
.accordion-button::after {
  display: none !important;
}

/* Custom question text */
.question-text {
  flex: 1;
  text-align: left;
}

/* Icon on right (+ / ×) */
.toggle-icon {
    background-color: #FFF4E5;
    color: #000;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 1.25rem;
    font-weight: 600;
    border: 1px solid #ffe0b2;
    margin-left: auto;
}
/* Accordion content */
.accordion-body {
  padding: 0 1.25rem 1rem;
  font-size: 0.95rem;
  color: #444;
}

/* Spacing between items */
.accordion .accordion-item + .accordion-item {
  margin-top: 0.5rem;
}


.custom-accrodion-bx .accordion-button:not(.collapsed) {
    color: #262626;
    background-color: #ffffff;
    box-shadow: unset
}

.accordion-item  h2{
  font-size: 24px;
  color:#262626;
}
.accordion-item p{
  color:#4C4C4D;
}

.accordion-item .accordion-body {
    padding: 15px 1.25rem 1rem;
    font-size: 0.95rem;
    color: #4C4C4D;
}

.custom-accrodion-bx .accordion-item:not(:first-of-type) {
    border: 1px solid #F1F1F3!important;
   
}

.custom-accrodion-bx > h2{
  color:#262626;
  font-size: 30px;
  margin-bottom: 50px;
}

.custom-accrodion-bx {
  margin: 100px 0px;
}

.custom-accrodion-bx .accordion-item:first-of-type{
  border-radius: 12px!important;
}


/* =========================== Footer Css========================== */


.footer {
  background-color: #0f0f18;
  color: #f1f1f1;
  padding: 3rem 2rem;
  font-family: 'Inter', sans-serif;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.footer-left {
  flex: 1 1 300px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-text p {
  margin: 0.5rem 0;
  font-size: 0.95rem;
  color: #ddd;
}

.footer-text ul {
  list-style-type: disc;
  padding-left: 1.2rem;
  margin: 0.5rem 0 1rem 0;
  color: white;
  font-size: 16px;
}

.footer-right {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.footer-links h4 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

/* Divider */
.footer-divider {
  border: none;
  border-top: 1px solid #2b2b3b;
  margin: 2rem 0 1.5rem;
}

/* Bottom Footer */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: white;
}
.footer-bottom p{
  margin-bottom: 0;;
}

/* ============================ Login Page ===================== */

.auth-container {
  display: flex;
  height: 100vh;
}

.auth-image-section {
  flex: 1.5;
  background-image: url('/assets/images/login.webp'); /* replace with actual image path */
  background-size: cover;
  background-position: center;
  border-radius: 0 30px 30px 0;
}

.auth-form-section {
  flex: 1;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.logo {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.logo span {
  color: red;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-top: 4px;
}

.toggle-buttons {
  display: flex;
  margin-bottom: 10px;
  padding-top: 0px;
}
.toggle-buttons button {
    flex: 1;
    padding: 10px;
    color: #808080;
    font-size: 15px;;
    margin-right: 10px;
    border: none;
    background: #eee;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
}
.toggle-buttons button:last-child {
  margin-right: 0;
}
.toggle-buttons .active {
  background: #333333;
  color: white;
}

.auth-form {
    display: flex
;
    flex-direction: column;
    padding-top: 15px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 31px;
}
.auth-form input {
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #F2F2F2;
    border: none;
    font-size: 14px;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: 10px;;
}
.form-options a {
  text-decoration: none;
  color: #333333;
}

.sign-button {
  padding: 12px;
  background-color: #333333;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;;
}

.signup-toggle {
    margin-top: 25px;
    font-size: 14px;
    text-align: center;
}
.signup-toggle span {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}


.form-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  /* margin-top: 20px; */
}


.remember-me > input{
  margin-bottom:0!important;
  margin-right: 5px;

}

.remember-me{
  display: flex;
  align-items: center;
}

.auth-form input:focus {
    outline-color:#e3241f;
   outline:1px solid #e3241f
}

.password-wrapper {
  position: relative;
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px; /* space for icon */
}

.eye-icon {
    position: absolute;
    right: 12px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
}



/* ================================= Product Details page ================================= */


.secondaryBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #007bff;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
  border: none;
}

.secondaryBtn:hover {
  background: #0056b3;
}

.fileList {
  margin-top: 8px;
  font-size: 13px;
  color: #555;
}



.product-description {
    font-size: 18px;
    padding-top: 30px;

    color:#000000;
}
.product-min-order{
  color:#333333;
  font-size: 18px;
  font-weight: 500;
}

.product-page{
  /* padding-top: 25px;; */
}







/* ============================================  Proucts add page  css ======================================== */


/* Page Wrapper */
.add-product-page {
  /* max-width: 1200px;
  margin: 2rem auto;
  font-family: 'Inter', sans-serif;
  color: #2d3748;
  background: #f5f7fa;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08); */
}

.add-product-page .page-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #1a202c;
}

/* Category Section */
.category-section {
  margin-bottom: 2rem;
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.category-section h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #2d3748;
}

.category-section .category-inputs {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.category-section .category-select,
.category-section .category-new-input {
  padding: 0.7rem 1rem;
  border-radius: 8px;
  border: 1px solid #cbd5e0;
  font-size: 0.95rem;
  width: 220px;
  transition: border 0.2s, box-shadow 0.2s;
}

.category-section .category-select:focus,
.category-section .category-new-input:focus {
  border-color: #3182ce;
  box-shadow: 0 0 0 2px rgba(49,130,206,0.2);
  outline: none;
}

.category-section .btn-add-category {
  background: linear-gradient(90deg,#3182ce,#2b6cb0);
  color: #fff;
  padding: 0.65rem 1.2rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}

.category-section .btn-add-category:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(49,130,206,0.3);
}

/* Form Grid */
.form-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

/* Left Column */
.form-left input.input-primary,
.form-left select.select-primary,
.form-left .react-quill {
  width: 100%;
  padding: 0.65rem 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid #cbd5e0;
  font-size: 0.95rem;
  transition: border 0.2s, box-shadow 0.2s;
}

.form-left input.input-primary:focus,
.form-left select.select-primary:focus,
.form-left .react-quill:focus {
  border-color: #3182ce;
  box-shadow: 0 0 0 2px rgba(49,130,206,0.15);
  outline: none;
}

.form-left .short-desc-row,
.form-left .pricing-row,
.form-left .sku-stock-row,
.form-left .min-order-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.form-left label {
  font-weight: 500;
  margin-bottom: 0.3rem;
  display: block;
}

/* Attributes Section */
.attributes-section {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
}

.attributes-section h4 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.attributes-section .note {
  font-size: 0.85rem;
  color: #718096;
  margin-bottom: 1rem;
}

.attributes-section .attribute-card {
  background: #f7fafc;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  transition: all 0.2s ease;
  position: relative;
}

.attributes-section .attribute-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.attributes-section .attribute-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}

.attributes-section .attribute-row input,
.attributes-section .attribute-row select {
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  border: 1px solid #cbd5e0;
  font-size: 0.9rem;
  transition: border 0.2s, box-shadow 0.2s;
}

.attributes-section .attribute-row input:focus,
.attributes-section .attribute-row select:focus {
  border-color: #3182ce;
  box-shadow: 0 0 0 2px rgba(49,130,206,0.15);
}

.attributes-section .attribute-row .delete-btn {
  background: #e53e3e;
  color: #fff;
  border: none;
  padding: 0.45rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.attributes-section .attribute-row .delete-btn:hover {
  background: #c53030;
  transform: translateY(-2px);
}

.attributes-section .attribute-values {
  width: 100%;
  padding: 0.55rem 0.85rem;
  border-radius: 6px;
  border: 1px solid #cbd5e0;
  font-size: 0.9rem;
}

.attributes-section .add-attribute-btn {
  background: linear-gradient(90deg,#3182ce,#2b6cb0);
  color: #fff;
  border: none;
  padding: 0.6rem 1.3rem;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: all 0.2s ease;
}

.attributes-section .add-attribute-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(49,130,206,0.3);
}

/* Right Column - Images */
.form-right .image-upload-section {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-right .image-upload-section label {
  font-weight: 500;
}

.form-right .file-input {
  padding: 0.6rem;
  border-radius: 8px;
  border: 1px solid #cbd5e0;
  cursor: pointer;
  transition: border 0.2s, box-shadow 0.2s;
}

.form-right .file-input:hover {
  border-color: #3182ce;
  box-shadow: 0 0 0 2px rgba(49,130,206,0.15);
}

.form-right .image-preview,
.form-right .gallery-preview img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 0.5rem;
  transition: transform 0.2s ease;
}

.form-right .gallery-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 0.5rem;
}

.form-right .gallery-preview img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

/* Save Button */
.btn.save-btn {
  background: linear-gradient(90deg,#3182ce,#2b6cb0);
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1rem;
  transition: all 0.2s ease;
}

.btn.save-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(49,130,206,0.3);
}

/* Tooltips for hints */
.tooltip {
  position: relative;
  cursor: help;
}

.tooltip:hover::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: 120%;
  transform: translateX(-50%);
  background: #2d3748;
  color: #fff;
  padding: 0.4rem 0.7rem;
  font-size: 0.8rem;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0.95;
}

/* Responsive */
@media(max-width:1024px){
  .form-grid{
    grid-template-columns:1fr;
  }
}


/* ==================================================  Contact us Css ========================================== */

.contact-hero img{
  height:674px;
  width:100%;
  object-fit: cover;;
}

 .contact-section {
  margin-top: 100px;
}

 .contact-container {
  display: flex;
  justify-content: space-between;
  /* max-width: 1100px; */
  /* margin: 0 auto; */
  gap: 40px;
}

 .contact-info {
  flex: 1;
  color: #0f1a40;
}

.contact-info h2 {
    font-size: 40px;
    color: #011334;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-item p {
    color: #011334;
    font-size: 17px;
    margin-bottom: 0;
}

.contact-info > p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 35px;
    color: #011334;
}

.info-item {
    display: flex
;
    align-items: flex-start;
    margin-bottom: 30px;
}

.info-item .icon {
    font-size: 20px;
    margin-right: 10px;
    line-height: normal;
}
.contact-form {
    flex: 1;
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 10px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-row input {
  flex: 1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #7a5af8;
  box-shadow: 0 0 0 2px rgba(122,90,248,0.2);
}

.contact-form button {
    background: #333333;
    color: white;
    font-size: 16px;
    padding: 12px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s 
ease;
}

.contact-form button:hover {
  background: #6a4fe3;
}


.upload-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #ddd !important;
    border-radius: 0px 50px 50px 0px;
    color: #ffffff;
    background: #333333;
    border: none;
    padding: 12px 16px;
}

.product-details .accordion-button:not(.collapsed) {
    color: unset;
    background-color: transparent;
    box-shadow: unset;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;

    border-radius: unset;
}


.select-status{
  max-width: fit-content;
  margin-right: 5px;;

}


.pt5-100{
  padding-top: 50px;
  padding-bottom: 100px;
}


.wishlist-remove-btn{
  background-color: transparent;
  padding: 0!important;
  border:none!important
}

.auth-form textarea{
  padding: 12px;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #F2F2F2;
    border: none;
    font-size: 14px;
}

.desktop-none{
  display: none;;
}


.mobile-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}       

.products-main-row{
  padding-bottom: 50px;
}
.products-main-page .product-slider {
    margin: 50px 0px;
}

.wishlist-main-page .product-slider {
    margin: 50px 0px;
}

    .wishlist-main-page .wishlist-card {
        border-radius: 10px;
        overflow: hidden;
    }

        .wishlist-main-page .wishlist-card .text-center button {
        padding: 10px 0px !important;
        color: #333333;
        background: transparent;
        border: none;
        padding-bottom: 0 !important;
        font-size: 14px;
        border-top: 1px solid #ddd;
        font-weight: 600;
        border-radius: 0 !important;
        width: 100%;
    }

        .wishlist-main-page .wishlist-card a img {
        height: 200px !important;
    }

        .wishlist-main-page .wishlist-card .text-center h6 {
        font-size: 16px !important;
    }





    /* ===========================================cart ui css====================== */

    /* GRID LAYOUT (LEFT ITEMS + RIGHT SUMMARY) */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  margin-top: 20px;
}

/* LEFT SIDE WRAPPER */
.cart-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CART CARD */
.cart-card {
    position: relative;
    display: grid;
    grid-template-columns: 90px 1fr 90px;
    gap: 16px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
}

/* REMOVE BUTTON */
.cart-remove {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.6;
}
.cart-remove:hover {
  opacity: 1;
}

/* IMAGE */
.cart-card-img img {
  width: 95px;
  height: 111px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #eee;
}

/* CENTER CONTENT */
.cart-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-name {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.cart-unit-price {
  margin: 0;
  color: #666;
  font-size: 14px;
}

/* QTY CONTROLS */
.cart-qty-row {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F5F5F6;
  width: fit-content;
  padding: 5px;
  border-radius: 10px;
}

.cart-qty-row button {
    width: 32px;
    height: 32px;
    border: 1px solid #D9D9D9;
    font-size: 18px;
    border-radius: 6px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.cart-qty-row input {
  width: 55px;
  height: 32px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* ATTRIBUTES */
.cart-attrs {
  font-size: 13px;
  color: #444;
}

.cart-attr-item {
  margin-bottom: 2px;
}

/* SUBTOTAL RIGHT SIDE */
.cart-subtotal {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
}

/* SUMMARY CARD (RIGHT SIDE) */
.cart-summary-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  height: fit-content;
}

.cart-summary-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #111;
}

.promo-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.promo-row input {
  flex: 1;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.promo-row button {
  padding: 7px 14px;
  border-radius: 6px;
  background: #333333;
  color: #fff;
  border: none;
  font-size: 14px;
}

/* SUMMARY LINES */
.summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 10px;
}

.summary-total {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}

/* CHECKOUT BUTTON */
.summary-checkout {
  width: 100%;
  padding: 10px 0;
  margin-top: 17px;
  background: #333333;
  border: none;
  color: white;
  border-radius: 6px;
  font-size: 14px;
}



.cart-page-area .product-slider {
    margin: 50px 0px;
}

.confirm-remove .modal-content {
    border-radius: 10px;
}

.confirm-remove .modal-content .btn-danger {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    font-size: 14px;;
}

.confirm-remove .modal-content  .btn-secondary {
    color: #333333;
    background-color: transparent;
    border-color: #333333;
    font-size: 14px;;
}
.confirm-remove .modal-content .modal-body p {
    font-size: 14px;
}

.confirm-remove .modal-content  .btn-secondary:hover {
    background-color: #333333;
    color: #fff;


}



/* ========================================================= Off Canvas ===========================/ */

/* Parent wrapper */
.myntra-offcanvas {
  width: 80%;
  max-width: 320px;
  background: #ffffff;
  border-right: 1px solid #eee;
  padding: 0;
}

/* Header */
.myntra-offcanvas-header {
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
}

.myntra-offcanvas-logo img {
  height: 42px;
}

/* Quick Icons Row */
.myntra-quick-icons {
  display: flex;
  justify-content: space-between;
  padding: 18px 15px;
  background: #fafafa;
  border-radius: 6px;
  margin-bottom: 12px;
}

.qi-item {
  text-align: center;
  font-size: 13px;
  color: #333;
}

.qi-item img {
  width: 26px;
  margin-bottom: 4px;
}

/* Menu list */
.myntra-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.myntra-menu-list li {
  padding: 10px 15px;
  font-size: 13px;
  border-bottom: 1px solid #f4f4f4;
}

.myntra-menu-list li a {
  color: #222;
  text-decoration: none;
  font-weight: 500;
}

/* Footer */
.myntra-offcanvas-footer {
    padding: 15px;
    font-size: 13px;
    color: #ffffff;
    border-top: 1px solid #eee;
    text-align: center;
    background: linear-gradient(90deg, rgba(170, 130, 255, 1) 0%, rgba(202, 162, 255, 1) 100%);
}

/* Logout Button */
.logout-btn {
  background: none;
  border: none;
  padding: 0;
  text-align: center;
}
.logout-btn span {
  color: red;
  font-weight: 600;
}
.myntra-offcanvas-body{
  padding:0;
}

.myntra-offcanvas-footer p {
    margin-bottom: 0;
}



/* ================================== this is dropdown card css start from here ====================================== */

/* ==========================================
   CUSTOM PROFILE CARD — IMPROVED UI
   ========================================== */
.ops-dropdown-wrapper {
  position: relative;
}

.ops-profile-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Smooth animation */
.ops-animate {
  animation: fadeSlide 0.25s ease-out;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.ops-profile-card {
  position: absolute;
  top: 66px;
  right: 0;
  width: 290px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
  overflow: hidden;
  z-index: 2000;
}

/* Banner */
.ops-card-banner {
  padding: 14px;
  display: flex;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  background: linear-gradient(90deg, #711815 0%, #ff0000 100%);
}

.ops-card-banner > img {
  width: 113px;
  /* border-radius: 12px; */
  position: absolute;
  bottom: 0;
}

.ops-banner-text h4 {
  margin: 0;
  font-size: 18px;
  color: white;
  font-weight: bold;
}

.ops-banner-text p {
    margin: 0;
    font-size: 8px;
    color: white;
    margin-top: 10px;
}
/* User info */
.ops-user-info {
  padding: 16px;
  border-bottom: 1px solid #eee;
}

.ops-user-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ops-user-row i {
  font-size: 20px;
}

.ops-email {
    margin-top: 4px;
    color: #666;
    margin-bottom: 0;
    font-size: 14px;
}

.ops-user-info h5 {
    margin-bottom: 0;
}
/* Menu */
.ops-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ops-menu-list a {
    color: #111;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.ops-menu-list a img {
    width: 18px;
    margin-right: 10px;
}

.ops-menu-list li {
  padding: 14px 16px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  cursor: pointer;
}
.ops-menu-list li.logout{
  display: flex;
  align-items: center;
  
}
.ops-menu-list li.logout img{
   width: 18px;
    margin-right: 10px;
}

/* Social */
.ops-social-section {
    padding: 14px 16px;
    text-align: center;
    background: linear-gradient(90deg, #711815 0%, #ff0000 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ops-social-section span {
    font-size: 14px;
    display: block;
    margin-bottom: 0;
    color: white;
}

.ops-social-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
}


.ops-banner-text {width: 50%;position: absolute;right: 0;height: 100px;padding: 40px 34px 40px 0px;display: flex;flex-flow: column;justify-content: center;}

.ops-banner-text img {
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
}


/* ==================================== upload file ui ============================ */

/* ops-file-uploader - unique parent */
.ops-file-uploader {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* CTA button when panel closed */
.ops-upload-cta {
  display: flex;
  gap: 12px;
}

.ops-upload-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* background: linear-gradient(90deg,#6c3bff,#a05bff); */
  background: #333333;

  color: #fff;
  padding: 10px 16px;
  border-radius: 50px;
  border: none;
  font-weight: normal;
  font-size: 14px;;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(108,59,255,0.15);
}

.ops-upload-primary img {
  width: 18px;
  height: 18px;
}

/* Panel container */
.ops-panel {
  margin-top: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #eef0f6;
  box-shadow: 0 10px 30px rgba(22, 20, 36, 0.06);
}

/* panel inner padding */
.ops-panel-inner {
  padding: 18px;
}

/* Drag and drop zone */
.ops-dnd {
  border-radius: 10px;
  padding: 22px;
  border: 1px dashed #5046FA;
  background: linear-gradient(180deg,#ffffff,#fbfbfe);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  text-align: center;
}

.ops-dnd-inner h4 {
  margin: 8px 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.ops-dnd-sub {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
  margin-top: 8px;
}

.ops-dnd-illustration {
  width: 48px;
  margin-bottom: 8px;
}

/* actions inside dnd box */
.ops-dnd-actions {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.ops-dnd-select {
  background: #fff;
  border: 1px solid #e6e6f0;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.03);
}

.ops-dnd-note {
  color: #6b7280;
  font-size: 13px;
}

/* URL row */
.ops-url-row {
  margin-top: 14px;
}

.ops-url-label {
  display: block;
  font-size: 13px;
  color: #374151;
  margin-bottom: 8px;
}

.ops-url-input-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ops-url-input-row input[type="text"] {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #eef0f6;
  outline: none;
  font-size: 14px;
}

.ops-btn-ghost {
  background: #fff;
  border: 1px solid #e6e6f0;
  padding: 9px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

/* Uploaded files list */
.ops-uploaded-files {
  margin-top: 16px;
}

.ops-uploaded-files h5 {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #111827;
}

.ops-files-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ops-file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f1f2f7;
}

.ops-file-left {
  display: flex;
  gap: 12px;
  align-items: center;
}

.ops-file-icon {
  width: 40px;
  height: 40px;
}

.ops-file-meta {
  display: flex;
  flex-direction: column;
}

.ops-file-name {
  font-weight: 600;
  font-size: 14px;
}

.ops-file-sub {
  font-size: 12px;
  color: #6b7280;
}

.ops-uploading {
  color: #10b981; /* green */
  font-weight: 600;
}

/* file remove */
.ops-file-remove {
  background: none;
  border: none;
  cursor: pointer;
}

/* no files message */
.ops-no-files {
  padding: 12px;
  color: #6b7280;
}

/* actions */
.ops-panel-actions {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.ops-btn-cancel {
  background: #fff;
  border: 1px solid #e6e6f0;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
}

.ops-btn-primary {
  color: #fff;
  padding: 10px 16px;
  background: #333;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(108,59,255,0.14);
}

.ops-btn-primary[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}



.ops-file-uploader {
    margin-bottom: 20px;
}

/* small responsive */
@media (max-width: 576px) {
  /* .ops-profile-card { right: 6px; left: 6px; width: auto; } */
  .ops-panel-inner { padding: 14px; }
  .ops-dnd { min-height: 140px; padding: 16px; }
}



.checkout-area-page .card {
    border: 1px solid #EAEAEC;
    border-radius: 10px;
}

.checkout-area-page .form-control {
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #ced4da;
}

.checkout-area-page .form-control:focus {
  box-shadow: unset;
}

.checkout-area-page .form-select{
   font-size: 14px;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    border-radius: 4px;

}


.checkout-area-page .form-select:focus{
  box-shadow: unset;

}

.place-order-btn{
  width: 100%;
    padding: 10px 0;
    margin-top: 17px;
    background: #333333;
    border: none;
    color: white;
    border-radius: 6px;
    font-size: 14px;
}

.padding-top-40{
  padding-top: 40px;
}

.empty-wishlist-area {
    padding: 50px;
    padding-bottom: 50px;
}


.empty-wishlist-area .continue-shoppin-btn {
    width: fit-content;
    padding: 10px 15px;
    background: #333333;
    justify-content: center;
    border: none;
    color: white;
    display: flex;
    border-radius: 50px;
    font-size: 16px;
    margin: 30px auto;
    font-weight: 600;
}
.track-order-btn{

  width: fit-content;
    padding: 10px 15px;
    background: #333333;
    justify-content: center;
    border: none;
    color: white;
    display: flex;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;

}
.primary-c{
  color:#333333;
}
.empty-wishlist-area h3{
      margin-top: 30px;
    font-size: 30px;
}

.empty-wishlist-area img {
      width: 250px;
}

.padding-b-50{
  padding-bottom: 50px;
}


.shopping-btn{
     width: fit-content;
    padding: 10px 15px;
    background: #333333;
    justify-content: center;
    border: none;
    color: white;
    display: flex;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.shopping-btn:hover{
  color:white;
}

.view-orders-btn{
       width: fit-content;
    padding: 10px 15px;
    background: transparent;
    justify-content: center;
    border: none;
    border:1px solid #333333;
    color: #333333;
    display: flex;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}


.view-orders-btn:hover{
   color: #333333;
}

.shopping-btn-row{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.orders-page .progress{
  height:auto!important;
}

.orders-page .view-link {
    font-size: 14px;
    color: #4a37c0;
}

.order-details-area .card{
   border: 1px solid #DCE2EE;
}

.order-details-area .summary-card {
      margin-left: auto;
    width: 500px;
}

.bg-brand{
  background: #4a37c0;;

}

.b2c-purchase-row{
  gap: 10px;
}

.b2c-purchase-row  .ops-file-uploader{
  margin-bottom: 0!important;
}



.ops-file-uploader {
  display: inline-block;
}

.ops-panel-full {
  width: 100%;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
}

.b2c-purchase-row .cart-png {
  width: 22px;
    margin-right: 7px;
}

.ops-file-uploader {
  width: 100%;
}
/* Keep WhatsApp + Upload button always in one row */
.b2c-purchase-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  position: relative;
}

/* Upload button stays inline */
.b2c-purchase-row .ops-file-uploader {
  width: auto;
}

/* When panel open → push drawer below */
.ops-file-uploader.expanded {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100% !important;
    margin-top: 0;
    z-index: 10;
}

/* Drawer UI full width */
.b2c-purchase-row .ops-panel {
  width: 100%;
}

.b2b-add-to-cart .cart-b2b{
      width: 20px;
    margin-right: 5px;
}




.raj-footer {
  background: #1c2430;
  padding: 60px 0 20px;
  color: #fff;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* flex-wrap: wrap; */
}

.footer-logo-section .footer-logo {
  height: 70px;
}
.footer-info {
    display: flex;
    gap: 38px;
    justify-content: space-between;
}
.footer-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    max-width: 33.33%;
}

.footer-icon {
  font-size: 40px;
  color: #333333;
  filter:brightness(0)invert(1);
  width:42px;
}

.footer-item h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.footer-item p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
}

.footer-divider {
  height: 1px;
  background: #2b3442;
  border: 0;
  margin: 40px 0;
}

.footer-bottom1 {
  text-align: center;
  color: #c9c9c9;
  font-size: 14px;
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.footer-bottom1 .ops-social-section {
    padding: 0;
    background: transparent;
    gap:20px;

}
.footer-bottom1 .ops-social-section span {
    font-size: 14px;
    color: #c9c9c9;
}

.footer-bottom1 a {
  margin-left: 5px;
  color: #e3241f;
}



.footer-item > div {
    border-left: 1px solid #dddd;
    padding-left: 15px;
}

/* =================================admin panel css-==================== */

/* Unique Parent Wrapper */
.ops-admin-sidebar {
  width: 17%;
  height: 100vh;
  background: #ffffff;
  border-right: 1px solid #e6e6e6;
  padding: 20px 12px;
  /* position: fixed; */
  left: 0;
  top: 0;
  overflow-y: auto;
  display: none;
  transition: 0.3s ease-in-out;
  z-index: 100000;
}

.ops-admin-sidebar.open {
  display: block;
}

.ops-admin-sidebar .navbar{
  margin-left: 20px;
}
/* Inner container */
.ops-sidebar-inner {
  display: flex;
  flex-direction: column;
}

/* Logo */
.ops-logo img {
    width: 100px;
    margin-bottom: 30px;
}

/* Sidebar Items */
.ops-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 15px;
  color: #111;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.2s;
}

.ops-item img {
  width: 20px;
  height: 20px;
}
.ops-item:hover {
    background: #f5f7ff;
    color: #8b909a;
}
/* Active Item */
.ops-item.active {
  background: #1A71F6 !important;
  color: #fff !important;
}

.ops-item.active img {
  filter: brightness(0) invert(1);
}

/* Section Title */
.ops-section-title {
  font-size: 12px;
  color: #9c9c9c;
  margin: 20px 14px 10px;
  letter-spacing: 0.5px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}



/* ACTIVE STATE */
.ops-item.active {
  background: #1A71F6 !important;
  color: #ffffff !important;
  font-weight: 600;
}

.ops-item.active img {
  filter: brightness(0) invert(1) !important;
}




/* UNIQUE PARENT */
.admin-dashboard-v2 {
  background: #f8f9fc;
  min-height: 100vh;
}

/* STATS CARDS */
.admin-dashboard-v2 .stats-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 15px;
  transition: 0.2s;
  border: 1px solid #E7E7E7;
}

.admin-dashboard-v2 .stats-card.highlight-card {
  background: #0057ff;
  color: #fff;
}

.admin-dashboard-v2 .stats-card .top-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #454545;
  font-weight: 500;
  padding-bottom: 20px;
}

.admin-dashboard-v2 .stats-card .title {
  font-weight: 500;
}

.admin-dashboard-v2 .stats-card .arrow {
  font-weight: bold;
  opacity: 0.6;
}

.admin-dashboard-v2 .stats-card .value {
  font-size: 30px;
  font-weight: 500;
  margin: 8px 0;
  color: #1A71F6;
  margin-bottom: 0;
}

.admin-dashboard-v2 .percent {
  font-size: 13px;
}

.admin-dashboard-v2 .percent.green {
  color: #16a34a;
}

.admin-dashboard-v2 .percent.red {
  color: #dc2626;
}

/* RECENT ORDERS */
.admin-dashboard-v2 .recent-orders-card {
  border-radius: 16px;
}

.admin-dashboard-v2 table thead {
  background: #f1f3f7;
}

.admin-dashboard-v2 table th {
  font-size: 14px;
  font-weight: 600;
}

.admin-dashboard-v2 .status-pill {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
}

.status-pill.pending {
  background: #fff7e5;
  color: #d97706;
}

.status-pill.completed {
  background: #e7fee7;
  color: #15803d;
}


.main-area-pad{
  padding:20px;
}

.dashboard-main-h{
  font-size: 30px;
  margin-bottom: 35px;
}

.stats-card.highlight-card  span {
    color: white;
}

.stats-card.highlight-card .value {
    color: white;
}
.highlight-card .top-row .arrow img{
  filter: brightness(0) invert(1);
}

.user-flow-icon{
  height:50px;
  width:50px;
  background: #fff;
  border-radius: 8px;
  border:1px solid #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
}


.quantity-btns{
 
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
}


.hero-slide{
  display: flex;
  align-items: center;
  padding: 40px;
}

.ops-file-uploader.expanded {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100% !important;
    margin-top: 0;
    z-index: 10;
}

 #b2border-section{
  position: relative;
 }

 /* UNIQUE PARENT CLASS */
.privacy-page {
  width: 100%;
  background: #ffffff;
}

/* MAIN CONTENT BOX */
.privacy-content {
  padding: 60px 20px;
  color: #333;
  line-height: 1.8;
}

/* HEADING */
.privacy-content h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

/* SUBHEADINGS */
.privacy-content h2 {
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600;
}

/* PARAGRAPH */
.privacy-content p {
  font-size: 16px;
  margin-bottom: 14px;
  color: #444;
}

/* UPDATE DATE STYLE */
.privacy-content .update-date {
  font-size: 14px;
  margin-bottom: 25px;
  opacity: 0.7;
}

/* LIST STYLE */
.privacy-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-content ul li {
  margin-bottom: 8px;
  font-size: 16px;
}




.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.footer-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-links  ul li {
    margin: 0;
}

.footer-links ul li a {
    font-size: 15px;
    color: #fefefe;
    padding: 10px 15px;
    border-radius: 7px;
    border: 1px solid #ddd;
    background: #1c2430;
}


/* ===== Hero Slider Navigation Buttons ===== */
.hero-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: transparent;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: unset;
  font-weight: bold;
}

.hero-nav-btn:hover {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);

  transform: translateY(-50%) scale(1.1);
}

/* Left button */
.hero-prev-btn {
  left: 20px;
}

/* Right button */
.hero-next-btn {
  right: 20px;
}

/* Hide on mobile if needed */
@media (max-width: 768px) {
  .hero-nav-btn {
    display: none;
  }
}

.hire-a-designer {
    border-radius: 50px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    background: white;
    border: 1px solid #3ec24f;
    color: #3ec24f;
}

.hire-a-designer:hover {
    color: #3ec24f;

}

.b2b-container-area{
  display: flex;
  align-items: center;
  gap:20px;
}

#b2border-section{
  flex-flow: column;
}

.one-prime-studios-area{
  font-size: 140px;
}

.one-prime-studios-area {
    font-size: 140px;
    text-align: center;
    margin-bottom: 100px;
    font-weight: bold;
    color: #6e707461;
}



/* ============================= */
/* DESKTOP SEARCH BAR */
/* ============================= */
.top-search-bar {
  flex: 1;
  max-width: 450px;
  margin-right: 25px;
}

.search-form {
  display: flex;
  width: 100%;
  position: relative;
}

.search-input {
    width: 100%;
    padding: 8px 14px;
    padding-right: 40px;
    border-radius: 8px;
    border: 1px solid #bbbbbb;
    font-size: 15px;
    outline: none;
    transition: 0.3s ease;
}

.search-input:focus {
  border-color: #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.search-btn img {
  width: 23px;
  opacity: 0.7;
}

.search-btn:hover img {
  opacity: 1;
}

/* ============================= */
/* MOBILE SEARCH BAR */
/* ============================= */
.mobile-search-wrapper {
  width: 100%;
  margin-bottom: 12px;
}

.mobile-search-form {
  display: flex;
  width: 100%;
  position: relative;
}

.mobile-search-input {
  width: 100%;
  padding: 9px 12px;
  padding-right: 40px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.mobile-search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  background: none;
  border: none;
  transform: translateY(-50%);
}

.mobile-search-btn img {
  width: 18px;
  opacity: 0.7;
}

.mobile-search-wrapper {
    margin-bottom: 12px;
    margin-top: 20px;
}


.info-item .icon img{
  width: 24px;;
}
.review-rating > img{
  width:100px!important
}

.footer-bottom1 p{
  margin-bottom: 0;
}


.category-img-wrap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}







.attributes-area{

  border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 10px;
    position: relative;
}











.ops-member-id {
  font-size: 13px;
  color: #555;
  margin-top: 4px;
}


.categories-wise-products{
      text-decoration: none;
    color: inherit;
    border-radius: 14px;
    overflow: hidden;
    display: block;
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 10px; */
    border: 1px solid #F0EEF0;
    padding: 10px;
}

.category-info{
      display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
}
.category-info h5{

    margin: 0px;
    font-size: 15px;
    color: #0D0C0D;

}

.category-info span{
      font-size: 15px;
    color: #6C5DD4;
    margin-top: 0px;
    display: inline-block;
}

.categories-wise-products .products-img{
  border-radius: 9px;
   width: 100%;
   height: 100%;
   object-fit: cover;
            
}


.main-area {
    width: 83%;
}

.ops-admin-sidebar .ops-item svg{
      color: #8b909a;
    font-size: 18px;
}

.ops-admin-sidebar .ops-item.active svg {
    color: #fff;
    font-size: 18px;
}