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:#6C5DD4;
}

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

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

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

}






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


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

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

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

.hero-text .welcome {
  color: #FEA4D5;
  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: #6C5DD4;
  color: #F3F3FF;
  font-size: 14px;
  border-radius: 8px;
  padding: 7px  39px!important;
}

.hero .btn.primary:hover {
  background: #5a50e0;
}

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

.hero .btn.secondary:hover {
  background: #6C5DD4;
  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: #4441E5; /* 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: 20px;
  font-weight: 600;
  margin: 0;
  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: 15px 0 38px 0;
  position: relative;
}

.underline::after {
  content: "";
  position: absolute;
  width: 208px;
  height: 2px;
  background: #6C5DD4; /* 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;
  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;
}

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

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

.review-card {
   /* dark like your screenshot */
   border-radius: 16px;
   padding: 20px;
   min-height: 220px;
   display: flex;
   border: 1px solid #DCE2EE;
   flex-direction: column;
   justify-content: space-between;
}

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

.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: 15px 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: 16px;
  line-height: 1.4;
  color: #293347;
}


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







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


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

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

/* 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: 14px;
  padding-left: 0;
  font-weight: 500;
  color:#111;
}





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

.client-slider {

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

}

.client-slider h2{
    font-size: 20px;
    font-weight: 600;
    color: #0D0C0D;
    margin-bottom: 25px;

}

.client-card img {
    filter: grayscale(1);
}
.happy-client{
  margin-bottom: 50px;;
}



/* ========================== 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, #5d5fef, #7a5cfa);
  -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: 36px;
  margin-bottom: 40px;;
}

.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: #fff;
}

/* 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: #6C5DD4;
  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: #6C5DD4;
}

.sign-button {
  padding: 12px;
  background-color: #6C5DD4;
  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: #6C5DD4;
  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:#6c5dd4;
   outline:1px solid #6c5dd4
}

.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:#6C5DD4;
  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: #6C5DD4;
    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: #6C5DD4;
    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;
}