:root {
  --Primary-Color: #8c1d82;
  --Primary-Color-Hover: #f58220;
  --Secondary-Color: #f58220;

  --Heading-Color: #272727;

  --grey-color-text: #515151;
  --black-color-text: #000000;

  --field-border-color: #d9d9d9;
  --border-color: #cbcbcb;

  --label-color: #515151;
}

body {
  margin: 0 auto;
  font-size: 16px;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #000;
  text-rendering: geometricPrecision;
}

::selection {
  background-color: var(--Primary-Color);
  color: #fff;
}

* {
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: var(--Primary-Color) rgba(0, 0, 0, 0.1);
  /* Custom scrollbar color */
}

/* Custom Scrollbar (For WebKit Browsers like Chrome, Safari) */
*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 7px;
}

*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 7px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Playfair Display";
  color: var(--Heading-Color);
}

a,
button {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  outline: 0;
  color: var(--Primary-Color);
  text-decoration: none;
}

a:hover,
button:hover {
  outline: none;
  color: var(--Heading-Color);
  text-decoration: none;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    -webkit-text-fill-color: #000;
} */

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid var(--field-border-color);
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Inputs */
select {
  color: var(--Heading-Color);
}

option:not(:first-of-type) {
  color: black;
}

.clear {
  clear: both;
}

img:not(table img) {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

p {
  font-size: 16px;
  color: var(--grey-color-text);
}

figure {
  margin: 0 auto;
  display: block;
  text-align: center;
}

body.scroll-off {
  overflow: hidden;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bestCollection {
  background: #f9fafb;
}

.section-heading {
  color: var(--Heading-Color);
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.section-desc {
  color: var(--grey-color-text);
  font-size: 16px;
}

.form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}

.form-control::-moz-placeholder {
  color: #9c9c9c;
}

.form-control:-ms-input-placeholder {
  color: #9c9c9c;
}

.form-control:-moz-placeholder {
  color: #9c9c9c;
}

/*==================== User Dropdown Start ===================*/

.user_dropdown {
  display: inline-block;
}

.user_dropdown > a {
  color: var(--Heading-Color);
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.user_dropdown img {
  height: 38px;
  width: 38px;
  min-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  border: 1px solid #af65a9;
}

.user_dropdown .dropdown-menu.show {
  display: block;
  left: auto;
  width: 160px;
  overflow-x: hidden;
  padding-bottom: 0;
  margin-top: 3px;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  color: rgba(255, 255, 255, 0.6);
  right: 1px;
  box-shadow: 0 8px 13px rgba(60, 64, 67, 0.07);
  font-size: 12px;
  border-radius: 9px;
  border: 1px solid #eaeaea;
}

.user_name > div {
  white-space: nowrap;
  max-width: calc(160px - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #494949;
  text-transform: capitalize;
  font-size: 15px;
}

.user_name {
  padding: 0 10px;
  border-bottom: 1px solid #e9ecef;
}

.user_name small {
  color: #a2a2a2;
  text-transform: lowercase;
}

.user_name .user_email {
  margin-top: -10px;
}

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

.user_dropdown ul li {
  display: block;
}

.user_dropdown ul li a,
.user_dropdown ul li button {
  color: #494949;
  text-transform: capitalize;
  font-size: 14px;
  padding: 10px 10px;
  /* padding-left: 20px; */
  display: block;
  border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
  margin-right: 5px;
}

.user_dropdown ul li a:hover {
  color: var(--Primary-Color);
}

/*==================== User Dropdown End ===================*/

/* *** loader css start ****  */

.loader-wrapper {
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* *** loader css end  ****  */

/*==================== Header Start ===================*/
#header {
  /* height: 194px; */
  /* display: flex; */
  align-items: center;
  z-index: 101;
  position: relative;
  /* border-bottom: 1px solid #ededed; */
  /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); */
  background-color: #fff;
  /* -webkit-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out; */
}

#header.is-sticky {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  box-shadow: 0 20px 50px rgba(140, 29, 130, 0.08);
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
  /* height: 90px; */

  /* -webkit-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out; */
}

#header.is-sticky .navbar {
  padding: 5px 0;
}

/* Header menu background brightness change */
.mega-nav-container {
  /* Default: slightly lighter orange */
  background: linear-gradient(180deg, #ffbf66 0%, #f79333 100%);
}

#header.menu-scrolled .mega-nav-container,
.mega-nav-container.menu-scrolled {
  /* On scroll: slightly darker/richer orange */
  background: linear-gradient(180deg, #f58220 0%, #d85a00 100%) !important;
  border-top-color: rgba(15, 23, 42, 0.10) !important;
  border-bottom-color: rgba(15, 23, 42, 0.10) !important;
  box-shadow: 0 14px 40px rgba(245, 130, 32, 0.26) !important;
}

#header.menu-scrolled .mega-nav a,
#header.menu-scrolled .mega-nav a:hover {
  color: #0b1220 !important;
}

#header.menu-scrolled .mega-nav a:hover {
  background: rgba(255, 255, 255, 0.28) !important;
}

#header.menu-scrolled .mega-nav .navChevron {
  stroke: #0b1220 !important;
}

#header.menu-scrolled .mobile-menu-trigger {
  color: #0b1220 !important;
}

#header.menu-scrolled .mobile-menu-trigger svg {
  stroke: #0b1220 !important;
}

#header.is-sticky.awake {
  transform: translateY(0%);
  -webkit-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
  height: 65px;
}

#header > .container-fluid > .navbar {
  padding-left: 0;
  padding-right: 0;
}

#header .navbar-brand img {
  max-height: 70px;
  width: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 25px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

#header .nav-link {
  position: relative;
  padding: 0;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: var(--Primary-Color);
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
  color: var(--Primary-Color);
  transform: scaleX(1);
}

#header .navbar-expand-lg .navbar-nav .nav-link:before {
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: var(--Primary-Color);
  transform: scaleX(0);
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}

#header .dropdown-toggle::after {
  border: none;
  /* height: 8px;
  width: 11px; */
  /* background-image: url(../img/drop_arrow.png); */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 3px;
}

#header .extra_nav {
  margin-left: 30px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
  margin-right: 10px;
}

#header .extra_nav .nav-item:list-child {
  margin-right: 0px;
}

#header .extra_btn:hover {
  background-color: rgba(255, 255, 255, 0.24);
}

#header .header_filled_btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: var(--Primary-Color);
  color: #fff;
  border: 1px solid var(--Primary-Color);
}

#header .header_filled_btn:hover {
  background-color: #fff;
  color: var(--Primary-Color);
}

#header .header_border_btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #fff;
  color: var(--Primary-Color);
  border: 1px solid var(--Primary-Color);
}

#header .header_border_btn:hover {
  background-color: var(--Primary-Color);
  color: #fff !important;
}

.header_border_btn:before,
.header_filled_btn:before {
  display: none;
}

#header .flag_ico {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
  padding-left: 32px;
  padding-right: 5px;
  width: auto;
  font-weight: 400;
  color: #000;
}

.form-control.headerSearch {
  padding-right: 32px !important;
  background-color: #f9f0f8;
  border: 0;
  border-radius: 50px;
}
.form-control.headerSearch:focus {
  color: #333;
  background-color: #f9f0f8;
  border-color: var(--field-border-color);
  outline: 0;
  box-shadow: none;
}
#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
  width: 21px;
  height: auto;
  vertical-align: text-bottom;
}

#header .for_mobile {
  display: none;
}

#header .for_desktop {
  display: block;
}

#header .dropdown-item {
  /* font-weight: 300; */
}

/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/

.langugae_filter {
  position: relative;
}

.lang_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100px;
  background-color: #fff;
  color: rgba(255, 255, 255, 0.6);
  right: 1px;
  box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
  font-size: 12px;
  border-radius: 9px;
  border: 0;
  margin: 0;
  padding: 4px 11px 6px 10px;
}

.lang_country {
  position: relative;
  cursor: pointer;
}

.dropdown-toggle.lang_drop {
  border: 0;
  background: transparent;
}

#header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
  padding: 8px 0 8px 36px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
  padding: 8px 0 8px 36px;
  color: #8b96a5;
}

.lang_country {
  position: relative;
  padding: 5px 0px 5px 34px;
  color: #494949;
  border-bottom: 1px solid #e9e9e9;
}

.lang_country .flag_ico img {
  max-width: 19px;
}

.lang_country:last-child {
  border-bottom: 0;
}

.lang_country:hover {
  color: var(--Primary-Color);
  background-color: transparent;
}

.navbar-brand {
  font-size: 0;
  margin: 0 auto 0 0;
  padding: 0;
}

/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/

/*==================== Footer login Signup Section ===================*/
.footer-logsign-link {
  position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}

.footer-logsign-link:before {
  background-color: #df1f26;
  left: 0;
}

.footer-logsign-link:after {
  background-color: #ec2027;
  right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
  height: 150px;
  align-items: center;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.footer-signup-link a {
  background-color: #df1f26;
  padding-left: 0px;
}

.footer-signin-link a {
  background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
  color: #fff;
  font-size: 36px;
  width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
  color: #fff;
  font-size: 15px;
  width: 100%;
  margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background-color: #d42027;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
  background-color: #fff;
  color: #d42027;
}

/*==================== Footer login Signup Section ===================*/

/*==================== Footer ===================*/
.footer-block {
  height: 100%;
  text-align: center;
  border-left: 1px solid #dfe8e8;
  border-right: 1px solid #dfe8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerBlockContent {
  max-width: 580px;
  margin: auto;
  padding: 0 20px;
}

.footer-block figure {
  margin: 0 0 24px;
  display: inline-block;
  max-width: 110px;
}

.footer-block p {
  color: #000;
  line-height: 1.65;
}

.footerSocialList {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.socialLink {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border-radius: 50px;
  color: #000;
  background-color: #fff2e4;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socialLink:hover {
  color: #fff;
  background-color: var(--Primary-Color);
}

.otherLinks {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.otherLinks a {
  color: #434141;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}

.otherLinks a:hover {
  color: var(--Primary-Color);
}

.cts_no {
  font-size: 15px;
  padding: 0 80px 0 0;
}

.cts_no p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

.copyright {
  padding: 32px 0;
  border-top: 1px solid #dfe8e8;
  color: #434141;
  font-size: 14px;
  font-weight: 400;
  margin-top: 65px;
}

.newsletter-form .form-control {
  height: 45px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  background: transparent;
  border: 0;
  border-radius: 3px;
  padding-right: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
  position: relative;
  top: 7px;
}

.relative-box .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #827e7e;
  height: 45px;
  font-size: 20px;
  background: no-repeat;
}

.relative-box .subscribe-btn:hover {
  color: #d42027;
}

footer h6 {
  font-size: 17px;
  color: #000;
  margin: 0 0 27px;
  position: relative;
}

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

ul.footer-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 8px;
}

ul.footer-links li a {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  color: #3e3e40;
}

ul.footer-links li a:hover {
  color: var(--Primary-Color);
}

.contactItem {
  color: #3e3e40;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

.contactItem .contactTitle {
  font-weight: 700;
}

ul.footer-links.socialize li a {
  position: relative;
  padding-left: 25px;
}

ul.footer-links.socialize li a i {
  position: absolute;
  left: -9px;
  width: 30px;
  text-align: center;
  top: -4px;
  color: #959595;
  font-size: 17px;
}

.footer_wrapper {
  background: #f8f8f8;
  padding: 58px 0 0;
}

footer h6 {
  font-size: 25px;
  margin: 0 0 24px;
  font-weight: 700;
  color: #0b001f;
}

.subscribe_text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.navbar {
  padding: 0;
  justify-content: right;
  background-color: #fff;
}

#top-button {
  display: inline-block;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

.back_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: var(--Primary-Color);
  display: none;
  border: var(--Primary-Color) 1px solid;
  z-index: 1;
  border-radius: 4px;
}

.back_top span {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}

.back_top span svg {
  width: 22px;
  height: 21px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.back_top:hover {
  border-color: var(--Primary-Color);
  color: var(--Primary-Color);
  background-color: #fff;
}

.back_top:hover span {
  color: var(--Primary-Color);
}

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

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 25px;
}

.mobiledrop {
  position: absolute;
  right: 0px;
  top: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 2px solid #dddddd;
  border-radius: 5px;
  background: transparent;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
  border: 2px solid var(--Primary-Color);
  background: var(--Primary-Color);
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
  content: "\f00c";
  height: 100%;
  color: #fff;
  font-family: "Font-awesome-5-pro";
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.custom_checkbox label {
  color: var(--label-color) !important;
}

/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
  position: absolute;
  /* left: -9999px; */
  appearance: none;
}

.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--Heading-Color);
}

.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  background: #fff;
}

.custom_radio [type="radio"]:checked + label:before {
  border-color: var(--Primary-Color);
}

.custom_radio [type="radio"]:checked + label::after,
.custom_radio [type="radio"]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--Primary-Color);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom_radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-primary {
  background-color: var(--Secondary-Color);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 11px 20px;
  border: 1px solid var(--Secondary-Color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--Primary-Color);
  border: 1px solid var(--Primary-Color);
}

.btn-outline-primary {
  background-color: transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--Primary-Color);
  padding: 11px 20px;
  border: 1px solid var(--Primary-Color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-outline-primary:hover {
  background-color: transparent;
  color: var(--Secondary-Color);
  border: 1px solid var(--Secondary-Color);
}

.btn-theme {
  background-color: var(--Primary-Color);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 11px 20px;
  border: 1px solid var(--Primary-Color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-theme:hover {
  color: #fff;
  background-color: var(--Primary-Color-Hover);
  border: 1px solid var(--Primary-Color-Hover);
}

.btn-secondary {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-sm.btn-primary {
  /* border-radius: 4px; */
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px;
}
.mark-read-btn {
  border-radius: 8px;
}
.btn-secondry {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid var(--Primary-Color);
  background-color: var(--Primary-Color);
}

.btn-secondry:hover {
  color: #fff;
  background-color: var(--Secondary-Color);
  border: 1px solid var(--Secondary-Color);
}

.custom_select_block .ms-dd .ms-dd-header {
  height: 45px;
  font-size: 16px;
  color: rgb(66 66 66 / 60%);
  font-weight: 400;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  width: 100%;
}

.custom_select_block .ms-dd .ms-dd-header .option-selected {
  height: 45px;
  padding: 10px 25px;
  width: 100%;
}

.custom_select_block .ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
  background: #ffffff;
}

.custom_select_block .ms-dd {
  width: 100%;
}

.custom_select_block .ms-dd .ms-dd-arrow {
  margin-top: -5px;
  right: 25px;
}

/* Select2 */
.floating-label {
  font-size: 16px;
  font-weight: 400;
  color: #475f7b;
  opacity: 1;
  top: 16px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  margin-bottom: 0;
  z-index: 1;
}

.floating-diff .floating-label {
  opacity: 0;
}

.floating-diff.focused .floating-label {
  opacity: 1;
}

.form-group.focused .floating-label {
  opacity: 1;
  color: #7b7f82;
  top: 4px;
  left: 19px;
  font-size: 12px;
}

.form-group.focused select.form-control {
  padding-top: 21px;
}

.float-checkradio {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  padding: 8px 19px;
  transition: 0.3s;
  min-height: 55px;
}

.float-checkradio.focused {
  padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label {
  opacity: 0;
}

.select2Part.focused .floating-label {
  opacity: 1;
}

.select2multiple .floating-label {
  opacity: 1;
}

.floating-group.focused
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-bottom: 7px;
  margin: 0;
  padding-top: 17px;
  padding-left: 0px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered:before {
  border: none;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=")
    no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  left: auto;
  top: 0;
  right: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  padding-right: 30px;
  padding-left: 0px;
  background-color: #ebf0fe;
  margin-right: 5px;
  border: 0px solid #aaa;
  margin-top: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: var(--Primary-Color);
  color: #e4e4e4;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: var(--Primary-Color);
  color: #fff;
  padding: 1px;
  top: 7px;
  right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border-right: 0;
  justify-content: center;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-right: 10px;
  font-size: 13px;
  font-weight: 300;
  padding-left: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove
  span {
  line-height: 11px;
  height: 17px;
  /* width: 1px; */
  padding-right: 1px;
  border-radius: 50%;
  display: flex;
  font-weight: 300;
  justify-content: center;
}

.floating-group .select2-container--focus .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--focus .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection--multiple {
  padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection__rendered {
  padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection--multiple {
  padding-top: 20px !important;
}

.floating-group .select2-selection--multiple .select2-selection__rendered {
  padding-top: 20px !important;
}

.select2-dropdown {
  border: 0px solid #aaa;
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.1);
  margin-top: 3px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #dfe3e7;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #dfe3e7;
  padding-left: 19px;
  padding-bottom: 9px;
}

.select2-container .select2-selection--multiple {
  min-height: 55px;
}

.select2-container .select2-selection--single {
  min-height: 55px;
  border: 1px solid #dfe3e7;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 16px;
  line-height: 1;
  margin-left: 0;
  padding-left: 0px;
  font-size: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=)
    no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}

.select2-selection__rendered li:first-child {
  margin-left: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 19px;
  padding-right: 20px;
  font-size: 15px;
  color: #000;
  padding-top: 10px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-weight: 300;
}

.select2-results__option {
  font-size: 15px;
  font-weight: 300;
}

/*select2*/
.form-group {
  position: relative;
  margin-bottom: 17px;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 3px 15px;
  min-height: 40px;
  font-size: 15px;
  color: var(--Heading-Color);
  background-color: #fff;
  border: 1px solid var(--field-border-color);
  border-radius: 6px;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

select.form-control {
  padding-top: 10px;
  transition: 0.15s;
}

.form-control:focus {
  color: #475f7b;
  background-color: #fff;
  border-color: var(--field-border-color);
  outline: 0;
  box-shadow: none;
}

/* ======= Go to Top Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background-color: #fff;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.07);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.arrowTop {
  position: absolute;
  top: 16px;
  left: 17px;
}

.arrowTop path {
  fill: var(--Primary-Color);
}

/* .progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: normal;
    color: transparent;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
} */
.progress-wrap svg.progress-circle path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: transparent;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* .progress-wrap::after {
    color: #1e90ff;
} */
.progress-wrap svg.progress-circle path {
  stroke: var(--Primary-Color);
}

/* End */

.header-flex {
  /* flex: auto; */
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
}

.hader-left {
  min-width: 300px;
  padding: 0 0 0 40px;
  margin: 0 20px 0 0;
}

.searchGroup {
  position: relative;
}

.search-btn {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 6px;
  right: 12px;
  color: var(--Primary-Color);
}

.search-btn:hover {
  color: var(--Primary-Color-Hover);
}

.hader-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

header .btn-primary {
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 20px;
}

.cart-btn a {
  color: #8c1d82;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f0f8;
}

.btn-login {
  color: #8c1d82;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f0f8;
}
.cart-btn a:hover,
.btn-login:hover {
  color: var(--Secondary-Color);
  background: #fff7f3;
}

.btn-login svg,
.cart-btn a svg {
  height: 17px;
}
.currencySelect {
  padding: 3px 26px 3px 8px !important;
  font-size: 14px;
  background-position: right 0.25rem center;
  min-height: 40px;
}

.cart-btn .cartCount {
  color: #fff;
  position: absolute;
  right: -1px;
  top: -16px;
  background-color: #eb0029;
  border-radius: 30px;
  height: 18px;
  min-width: 18px;
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

body.login-signup {
  background: #fff4e9;
  background-image: url(../img/login-bg.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
}

body.login-signup::after,
body.login-signup::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* body.login-signup::after {
    background-image: url(../img/loginTopLeftImg.png);
    background-position: top left;
    top: 0;
    left: 0;
}

body.login-signup::before {
    background-image: url(../img/loginBottomRightImg.png);
    background-position: bottom right;
    bottom: 0;
    right: 0;
} */

.login-container {
  display: flex;
  max-width: 532px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* Auth pages: close control → homepage */
.auth-close-home {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1050;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  color: var(--Heading-Color);
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.auth-close-home:hover {
  background: #f8f8f8;
  color: var(--Primary-Color);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.auth-close-home:focus-visible {
  outline: 2px solid var(--Primary-Color);
  outline-offset: 2px;
}

.login-container .logo svg {
  height: 40px;
  width: 40px;
  fill: var(--Primary-Color);
}

.login-form {
  margin: 24px auto;
  width: 100%;
  min-width: 300px;
  padding: 28px 42px 36px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(16px);
}

.login-container .login-form .login-form-inner {
  /* max-width: 450px;
    width: 100%; */
}

.login-form-inner .logo {
  margin-bottom: 18px;
  display: block;
}

.login-form-inner h1 {
  color: var(--Heading-Color);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 8px;
}

.login-form-inner .login-h2 {
  color: var(--grey-color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
  max-width: 340px;
}

.login-form-inner .login-h2 span {
  font-weight: 600;
}

.login-container .login-form .login-form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.login-container .login-form .login-form-group label {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-color-text);
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.login-container .login-form .login-form-group input,
.login-container .login-form .login-form-group select {
  padding: 7.5px 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: var(--Heading-Color);
  transition: linear 0.2s;
  outline: none;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #fff;
  min-height: 44px;
  width: 100%;
}
.login-container .login-form .login-form-group select {
  min-height: 41px;
}

.login-container
  .login-form
  .login-form-group
  .custom_checkbox
  input[type="checkbox"] {
  padding: 0;
  border-radius: 4px;
  border: 2px solid var(--border-color);
  margin: 0;
}

.login-container
  .login-form
  .login-form-group
  .custom_checkbox
  input[type="checkbox"]:checked {
  border: 2px solid var(--Primary-Color);
}

.login-container .login-form .login-form-group input:focus {
  outline: none;
  border-color: #7c7b7b;
}

.login-container
  .login-form
  .login-form-group
  input::-webkit-input-placeholder {
  color: #969696;
  font-weight: 300;
  font-size: 14px;
}

.login-container .login-form .login-form-group.single-row {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 5px;
}

/* custom checkbox */

.login-container .login-form .custom-check input[type="checkbox"] {
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  /* background: #fff; */
  position: relative;
  margin-right: 7px;
  cursor: pointer;
  align-self: baseline;
  margin-top: 2px;
  min-height: unset;
}

.custom-check input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  /* background: #fff; */
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  min-height: unset;
}

.login-container .login-form .custom-check input[type="checkbox"]:checked {
  border: 2px solid var(--Primary-Color);
  background: var(--Primary-Color);
}

.custom-check input[type="checkbox"]:checked {
  border: 2px solid var(--Primary-Color);
  background: var(--Primary-Color);
}

.login-container
  .login-form
  .custom-check
  input[type="checkbox"]:checked:before,
.custom-check input[type="checkbox"]:checked:before,
.login-container .login-form .custom-check input[type="checkbox"]:checked:after,
.custom-check input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
}

.login-container
  .login-form
  .custom-check
  input[type="checkbox"]:checked:before {
  width: 5px;
  top: 6px;
  left: 2px;
  transform: rotate(40deg);
}

.login-container
  .login-form
  .custom-check
  input[type="checkbox"]:checked:after {
  width: 9px;
  top: 5px;
  left: 3px;
  transform: rotate(-50deg);
}

.login-container .login-form .custom-check input[type="checkbox"]:focus,
.custom-check input[type="checkbox"]:focus {
  outline: none;
}

.login-container .login-form .custom-check,
.custom-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container .login-form .custom-check label,
.custom-check label {
  margin: 0;
  color: var(--grey-color-text);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  display: block;
}

.login-container .login-form .link {
  color: var(--Primary-Color);
  font-weight: 500;
  text-decoration: underline;
  font-size: 15px;
  background-color: transparent;
  border: none;
}

.login-container .login-form .link:hover {
  color: var(--Primary-Color-Hover);
}

.login-container .login-form .custom-check a {
  color: var(--Primary-Color);
}

.login-container .login-form .custom-check a:hover {
  text-decoration: underline;
}

.contryList {
  position: relative;
}

.intl-tel-input.allow-dropdown > .flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
  }
}

.intl-tel-input {
  display: block;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
  /* padding-top: 8px; */
}

.intl-tel-input input[type="tel"] div {
  padding-left: 15px;
}

.intl-tel-input.separate-dial-code .selected-flag {
  padding-left: 15px;
  background-color: transparent;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent;
}

.contryList {
  position: relative;
}

.intl-tel-input.iti-container {
  top: 74px !important;
  left: 0 !important;
  width: 100% !important;
}

.intl-tel-input .country-list .country {
  font-size: 14px;
}

.intl-tel-input .country-list {
  white-space: unset;
  width: 100%;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-right: 24px;
  /* padding-left: 0 !important; */
  font-size: 14px;
  font-weight: 400;
}

/* Hide the flag icon */
/* .intl-tel-input .selected-flag .iti-flag {
    display: none !important;
} */

.intl-tel-input.separate-dial-code .flag-container {
  padding-right: 8px !important;
}

/* .intl-tel-input.separate-dial-code .flag-container::after {
    content: '' !important;
    height: 22px;
    width: 1px;
    background-color: var(--Heading-Color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
} */

.intl-tel-input .selected-flag .iti-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #555;
  background-size: 10px;
}

.login-container .body-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.login-container .onboarding .swiper-container {
  width: 100%;
  /* height: 100%; */
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 40px;
  display: flex;
  justify-content: center;
}

.login-container .onboarding .swiper-slide {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.login-container .onboarding .swiper-pagination-bullet-active {
  background-color: var(--Primary-Color);
}

.login-container .onboarding .swiper-slide {
  flex-direction: column;
  display: flex;
}

.login-container .onboarding .swiper-slide .slide-image img {
  width: 100%;
  height: 80%;
}

.login-container .onboarding .slide-content h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.login-container .onboarding .slide-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.register-div {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
  text-align: center;
}

.register-div a {
  font-weight: 700 !important;
}

.has-icon {
  position: relative;
}

.password_icon {
  position: absolute;
  right: 12px;
  top: 37px;
  display: flex;
  cursor: pointer;
}

.password_icon:not(.password_show) .password_showIcon {
  display: none;
}

.password_icon.password_show .password_hideIcon {
  display: none;
}

.otp_verification {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 16px;
}

.otp_verification .form-control.dark-form-control {
  width: 86px;
  height: 86px;
  aspect-ratio: 1/1;
  color: #0c0e23;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
  border-radius: 8px;
}

.otp_verification .form-control.dark-form-control:focus {
  border-color: var(--Primary-Color);
}

.otpTimer {
  color: var(--Primary-Color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
}

.smallModal .modal-dialog {
  max-width: 448px;
}

.modalDesign .modal-content {
  border-radius: 16px;
}

.extraPadding {
  padding: 46px;
}

.btnClose {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.modal-body .btnClose {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modalDesign .statusIcon {
  width: 86px;
  height: 86px;
  border-radius: 50px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Primary-Color);
  background-color: rgba(255, 209, 158, 0.4);
  border: 1px solid rgba(255, 209, 158, 0.4);
}

.modalDesign .modalContent {
  text-align: center;
}

.modalDesign h1 {
  color: var(--Heading-Color);
  font-size: 30px;
  font-weight: 700 !important;
  line-height: normal;
  margin-bottom: 16px;
}

.modalDesign p {
  color: #686972;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.7;
}

.navbar-toggler {
  display: block;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  transition: all 0.4s ease;
  border: 2px solid #000;
  border-radius: 4px;
}

.navbar-toggler:hover {
  opacity: 0.7;
}

.navcollapse {
  overflow-y: scroll;
  display: none;
}

.navbar-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 0.6rem 16px;
  border-radius: 0;
  position: relative;
  transition: all 0.4s ease;
  text-transform: uppercase;
  color: var(--Heading-Color);
}

.drop-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:hover .drop-icon {
  color: var(--Primary-Color);
}

.sub-menu h4 {
  text-transform: capitalize;
  font-size: 1rem;
  padding: 0.5rem 0;
  font-weight: 600;
  margin-bottom: 0;
}

.sub-menu ul {
  padding: 0;
}

.sub-menu ul li {
  text-transform: capitalize;
  padding: 0.2rem 0;
  margin: 0.2rem 0;
  font-size: 15px;
  list-style: none;
}

.sub-menu ul li a {
  transition: all 0.5s ease;
  color: var(--Secondary-Color);
  display: flex;
  align-items: center;
  gap: 8px;
}

.sub-menu ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #979797;
}

.sub-menu ul li a:hover:before {
  background: var(--Primary-Color);
}

.sub-menu ul li a:hover {
  color: var(--Primary-Color);
}

.sub-menu {
  display: none;
  padding: 0 16px;
  border-radius: 6px;
  /* background: #f1f1f1; */
}

.sub-menu-item {
  /* padding-left: 1.2rem; */
}

.sub-menu-item.bgBox {
  background: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sub-menu-item.bgBox h2 {
  text-transform: capitalize;
  margin: 1.5rem 0;
}

.sub-menu-item.bgBox .btn {
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  cursor: pointer;
  background: #000;
  color: #fff;
  transition: all 0.5s ease;
}

.sub-menu-item.bgBox .btn:hover {
  background: transparent;
  color: #000;
}

.sub-menu-item.imgBox {
  width: 50%;
  margin: 0 auto;
  padding: 2rem 0;
}

.navbar {
  padding: 18px 0;
  position: relative;
  border-top: 1px solid #ddd;
}

.bottomPart .navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lazy-loading,
.lazy-waiting {
  display: block;
  visibility: hidden;
}

:not(body).lazy-done {
  display: block;
  animation: 2s fadeIn;
  visibility: visible;
}

body.lazy-done {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper:has(> .swiper-pagination:not(.overlapPagination)) {
  padding-bottom: 30px !important;
}

.swiper-pagination.overlapPagination {
  bottom: 16px !important;
}

span.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px !important;
  background-color: #f7dbbb;
  transition: ease-in-out 0.3s;
  border-radius: 6px;
  opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background-color: var(--Primary-Color);
}

.benefitsSection {
  padding-top: 50px;
}

.benefitsOuter {
  display: flex;
  flex-wrap: wrap;
}

.benefitsItem {
  padding: 8px 16px;
  text-align: center;
  width: calc(100% / 5);
}

.benefitsItem figure {
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefitsItem figure img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.benefitsItem:not(:last-child) {
  border-right: 1px solid #f2f2f2;
}

.benefitsItem h5 {
  color: var(--Heading-Color);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}

.section-header {
  margin-bottom: 40px;
}

.section-header h6 {
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

/* .section-header h6::after,
.section-header span::after,
.section-header h6::before,
.section-header span::before {
    content: '';
    display: block;
    width: 34px;
    height: 3px;
    background-color: #FFA94866;
} */

.section-header h2 {
  color: var(--Heading-Color);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  font-family: "Playfair Display";
}

/* .bestCollectionItem {
    padding: 36px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    text-align: center;
    transition: ease-in-out .3s;
} */
.bestCollectionItem {
  padding: 36px;
  border-radius: 16px;
  text-align: center;
  transition: ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.bestCollectionItem:hover {
  border-color: var(--Primary-Color);
}

.bestCollectionItem figure {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.bestCollectionItem figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bestCollectionItem h5 {
  color: var(--Heading-Color);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

/* .productCard {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--border-color);
  text-align: center;
  transition: ease-in-out 0.3s;
  display: block;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
} */

.productCard {
  overflow: hidden;
  padding: 0;
  border-radius: 16px;
  border: 1px solid var(--border-color);
  text-align: center;
  transition: ease-in-out 0.3s;
  display: block;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.productCard .proImg {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* .productCard .proImg {
  width: 160px;
  height: 160px;
  margin-bottom: 8px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .productCard .proImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */
.productCard .proImg img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  background: #f3f4f6;
}
.productCard .proImg figure {
  width: 100%;
}

.productCard .flex-fill {
  padding: 24px 19px;
  padding-bottom: 0;
  flex: unset !important;
}

.productCard:hover {
  border-color: var(--Primary-Color);
}

.productCard .btnOutline,
.productCard .btnOutlineSecondary {
  min-width: auto;
  width: 100%;
}
.productCard .btnOutline {
  margin-bottom: 8px;
}

/* Out of stock on product cards — clearly visible red (listing grids) */
.productCard .btnOutline--outOfStock,
.productCard .btnOutline--outOfStock:disabled {
  color: #c62828;
  border-color: #c62828;
  background-color: rgba(198, 40, 40, 0.08);
  opacity: 1;
  cursor: not-allowed;
}

.productCard .btnOutline--outOfStock:hover,
.productCard .btnOutline--outOfStock:disabled:hover {
  color: #c62828;
  border-color: #c62828;
  background-color: rgba(198, 40, 40, 0.12);
}

.proCrdFooter {
  padding: 0 20px;
  margin-bottom: 20px;
}

.btnOutlineSecondary {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: var(--Primary-Color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btnOutlineSecondary:hover {
  color: #fff;
  background-color: var(--Secondary-Color);
}

.btnOutlineSecondary--outOfStock:disabled {
  color: #fff;
  background-color: #c62828;
  border: 1px solid #c62828;
  opacity: 1;
  cursor: not-allowed;
}

.btnOutlineSecondary--outOfStock:disabled:hover {
  color: #fff;
  background-color: #b71c1c;
  border-color: #b71c1c;
}

/* .btnOutlineSecondary {
    color: var(--Heading-Color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 24px;
    border: 1px solid var(--Heading-Color);
    border-radius: 8px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btnOutlineSecondary:hover {
    color: #fff;
    background-color: var(--Heading-Color);
} */

.btnOutline {
  color: var(--Heading-Color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 24px;
  border: 1px solid var(--Heading-Color);
  border-radius: 8px;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btnOutline:hover {
  border-color: var(--Secondary-Color);
  color: #fff;
  background-color: var(--Secondary-Color);
}

.proPrice {
  color: var(--Primary-Color);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.proType,
.proSize {
  color: #7b7876;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}

.proTitle {
  color: var(--Heading-Color);
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}
.proTitle a {
  color: var(--Heading-Color);
}

.proTitleText a {
  color: var(--Heading-Color);
}

.proTitle::after {
  content: "";
  display: block;
  width: 84%;
  height: 1px;
  background: linear-gradient(90deg, #f8f8f8 0%, #d9d9d9 50%, #f8f8f8 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.favBtn {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  border: 0;
  color: #7d7d7d;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: ease-in-out 0.3s;
  z-index: 2;
}

.favBtn:hover {
  color: red;
  box-shadow: 0 0 7px 0 rgba(240, 126, 1, 0.11);
}

.favBtn.favProduct {
  color: red;
}

.favBtn.favProduct svg path {
  fill: red;
}

.btnCenter {
  text-align: center;
}

/* Find Style Section CSS Start */
.findStyleSection {
  padding: 138px 0 !important;
  background: url(../img/findStyleBgSape.png), #fff4e9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: relative;
}

.findStyleSection::after,
.findStyleSection::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.findStyleSection::before {
  width: 772px;
  height: 112px;
  background-image: url(../img/topLeftBg.png);
  background-position: top left;
  top: 0;
  left: 0;
}

.findStyleSection::after {
  width: 825px;
  height: 95px;
  background-image: url(../img/bottomRightBg.png);
  background-position: bottom right;
  bottom: 0;
  right: 0;
}

.findStyleSection .section-header h6,
.findStyleSection .section-header span,
.whyChooseUs .section-header h6,
.whyChooseUs .section-header span,
.blogSection .section-header h6,
.blogSection .section-header span {
  justify-content: start;
}

.findStyleSection .section-header h6::after,
.findStyleSection .section-header span::after,
.whyChooseUs .section-header h6::after,
.whyChooseUs .section-header span::after,
.blogSection .section-header h6::after,
.blogSection .section-header span::after {
  display: none;
}

.findStyleSection .section-header {
  margin-bottom: 10px;
}

.findStyleSection .content {
  max-width: 350px;
}

.swiperBtnOuter {
  display: flex;
  align-items: center;
  gap: 15px;
}

.swiperBtnOuter .swiper-button-next,
.swiperBtnOuter .swiper-button-prev {
  position: unset;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: #4b5062;
  background-color: #fff;
  border: 1px solid #fff;
  transition: ease-in-out 0.3s;
  margin: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #fff;
  background-color: var(--Secondary-Color);
  border-color: var(--Secondary-Color);
}

/* Find Style Section CSS End */

/* Why Choose Us Section CSS Start */
.whyChooseUs {
  position: relative;
}

.whyChooseUs .topRightStar {
  position: absolute;
  top: -20%;
  right: 0;
  z-index: -1;
}

.whyChooseUs .section-header {
  margin-bottom: 24px;
}

.whyChooseUs .section-header h2 {
  margin-top: 8px;
}

.whyChooseUsImgOuter {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
}

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

.whyChooseUsContentBox {
  --leftOverlap: 82px;
  width: calc(100% + var(--leftOverlap));
  border-radius: 16px;
  background: #fbeff5;
  margin-left: calc(-1 * var(--leftOverlap));
  padding: 45px 56px 45px 66px;
}

.whyChooseUsContentBox li {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 50px;
}

.whyChooseUsContentBox li:last-child {
  margin-bottom: 0;
}

.whyChIcon {
  width: 78px;
  height: 78px;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.whyChooseUsContentBox li h3 {
  color: var(--Heading-Color);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.whyChooseUsContentBox li p {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/* Why Choose Us Section CSS End */

/* collectionBoxes Section CSS Start */
.collectionBoxes {
  position: relative;
}

.collectionBoxes .topLeftStar {
  position: absolute;
  top: -295px;
  left: 0;
  z-index: -1;
}

.collectionBox {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  border-radius: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  padding: 55px 36px;
}

.blockPrintBox {
  background-image: url(../img/blockPrintImg.png);
}

.natureBox {
  background-image: url(../img/natureBoxImg.png);
}

.collectionBox .contentBox {
  max-width: 400px;
}

.collectionBox .contentBox h4 {
  color: var(--Heading-Color);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.collectionBox .contentBox p {
  color: #656565;
  line-height: 1.37;
}

.addCard {
  padding: 11px 21px;
  /* max-width: 210px;
    margin: auto; */
}

.addCard .addImg {
  width: 100%;
  height: 145px;
}

.addCard .addImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.addCard .addBody {
  text-align: center;
}

.addCard h6,
.add-card-title {
  color: var(--Heading-Color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.addCard p,
.add-card-desc {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

/* collectionBoxes Section CSS End */

/* Testimonial Section CSS Start */
.testimonialSection {
  padding: 44px 0;
  /* background-image: url(../img/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-color: var(--Primary-Color);
}

.testimonialItem {
  text-align: center;
  max-width: 760px;
  margin: auto;
}

/* .testimonialItem p {
    color: #000;
    text-align: center;
    font-family: "Playball", cursive;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.39;
    margin: 0;
} */

.testimonialItem p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.39;
  margin: 0;
  font-style: italic;
}

.testimonialItem .clientDetail {
  margin-top: 40px;
}

.testimonialItem .clientDetail h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.testimonialItem .clientDetail p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}

/* Testimonial Section CSS End */

/* Blogs Section CSS Start */
.blogItem {
  --marginBottom: 40px;
  width: 100%;
  height: 100%;
  aspect-ratio: 139 / 108;
  border-radius: 30px;
  padding: 32px 44px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--marginBottom);
}

.blogItem .blogDate {
  width: 84px;
  height: 84px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px;
  background-color: #fff;
  text-align: center;

  color: var(--Heading-Color);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.blogItem .blogDate span {
  font-size: 25px;
}

.blogItem .blogDetail {
  padding: 36px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 20.543px 35.95px 0 rgba(167, 167, 167, 0.25);
  bottom: 0;
  margin-top: auto;
  margin-bottom: calc(-1 * calc(var(--marginBottom)));
}

.blogBy {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Heading-Color);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.blogContentBox {
  margin-bottom: 8px;
}

.blogDetail h3 {
  color: var(--Heading-Color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2px;
  /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis; */
}

.blogDetail p {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 24px; */
}

/* Blogs Section CSS End */

/* News Letter Section CSS Start */
.newsLetterinner {
  padding: 52px 60px 70px;
  background: url(../img/newsLetterBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  border-radius: 30px;
  position: relative;
}

.newsLetterinner img {
  max-width: 600px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.newsLetterinner h2 {
  color: var(--Heading-Color);
  font-size: 43px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 24px;
}

.newsLetterinner .btn-secondry {
  padding: 14px 28px;
  font-size: 20px;
}

.form-control.newsletterControl {
  padding: 17px 26px;
  border-color: #fff;
  border-radius: 8px;
}

.form-control.newsletterControl::placeholder {
  color: #ababab;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  min-height: 60px;
}

/* News Letter Section CSS End */
.breadcrumbOuter {
  display: flex;
  align-items: center;
  gap: 12px;
}

.breadcrumb {
  margin: 0;
}

.breadcrumbOuter .breadcrumb-item,
.breadcrumbOuter a,
.breadcrumb-item + .breadcrumb-item::before {
  color: #939393;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.breadcrumbOuter a:hover {
  color: var(--Primary-Color);
}

.pageTitle {
  font-family: "Playfair Display";
  color: var(--Heading-Color);
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin: -10px 0 -3px 0;
}

.totalPro {
  color: #7b7876;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.totalPro span {
  color: var(--Heading-Color);
}

.pageHeader,
.filterOuter {
  margin-bottom: 24px;
}

.filterInner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.filterTitle {
  color: var(--Heading-Color);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.filterInner .filterInpOuter {
  display: flex;
  align-items: center;
  gap: 14px;
}

.filterInpOuter .select2-container {
  min-width: 110px;
  width: auto !important;
}

.filterInpOuter .select2-container .select2-selection--single {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  min-height: 42px;
}

.filterInpOuter
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 15px;
  color: #000;
  padding: 7px 30px 7px 14px;
}

.filterInpOuter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M5.97248 6.56902L11.9451 -4.76837e-07H-0.000109673L5.97248 6.56902Z' fill='%23272727'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
  transform: unset;
  top: 18px;
  right: 10px;
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--Primary-Color);
  color: #fff;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--border-color);
  color: var(--black-color-text);
}

.proImgViewSlider {
  border-radius: 16px;
  overflow: hidden;
}

.proDetailLeftPart {
  position: sticky;
  top: 90px;
}

.productImgView {
  position: relative;
}

.proImgOuter,
.videoSlide {
  width: 100%;
  height: 100%;
  aspect-ratio: 70 / 67;
  background-color: #f3f4f6;
}

.videoSlide,
.videoThumb {
  position: relative;
}

.proImgOuter img,
.proImgThumb img,
.videoSlide video,
.videoThumb video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productImgThumbs {
  margin-top: 30px;
}

.proImgThumb,
.swiper-slide:has(> .proImgThumb) {
  width: 125px;
  height: 125px;
  aspect-ratio: 1 / 1;
  background-color: #f3f4f6;
  border-radius: 15px;
  overflow: hidden;
  transition: ease-in-out 0.3s;
}

.proImgThumb {
  border: 2px solid transparent;
  cursor: pointer;
}

.swiper-slide.swiper-slide-thumb-active .proImgThumb {
  border-color: #144584;
}

.play-btn {
  width: 33px;
  height: 33px;
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  inset: 0;
  margin: auto;
  z-index: 0;
}

.play-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  animation: pulse 1.6s infinite;
  z-index: -1;
}

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

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.proShareWith {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 50px;
}

.proShareWith .socialLink {
  width: 46px;
  height: 46px;
}

.proShareWith span {
  color: var(--Heading-Color);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.proDetailOuter h2 {
  color: var(--Heading-Color);
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.proDetailOuter .p_Price {
  color: var(--Primary-Color);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.proDetailOuter ul {
  padding: 0;
  margin: 16px 0;
  list-style: none;
}

.proDetailOuter ul li {
  color: var(--Heading-Color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.87;
  display: flex;
  align-items: center;
  gap: 10px;
}

.proDetailOuter ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M9.71372 1.36753C9.56661 1.22017 9.32792 1.21991 9.18081 1.36691L4.65946 5.87632L3.02817 4.10458C2.88721 3.95158 2.64889 3.94165 2.49563 4.08259C2.34249 4.22355 2.33268 4.46199 2.47364 4.61513L4.37063 6.67531C4.405 6.71266 4.44656 6.74268 4.49283 6.76356C4.53909 6.78443 4.5891 6.79574 4.63985 6.79679C4.74763 6.79687 4.84329 6.75735 4.91397 6.68699L9.71297 1.90056C9.86045 1.75359 9.86071 1.5149 9.71372 1.36753Z' fill='%23272727'/%3E%3Cpath d='M9.62311 4.62311C9.41494 4.62311 9.24623 4.79182 9.24623 5C9.24623 7.34146 7.34146 9.24623 5 9.24623C2.65867 9.24623 0.75377 7.34146 0.75377 5C0.75377 2.65867 2.65867 0.75377 5 0.75377C5.20816 0.75377 5.37689 0.585059 5.37689 0.376895C5.37689 0.168711 5.20816 0 5 0C2.24297 0 0 2.24297 0 5C0 7.75691 2.24297 10 5 10C7.75691 10 10 7.75691 10 5C10 4.79184 9.83129 4.62311 9.62311 4.62311Z' fill='%23272727'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.pro_dimension {
  color: var(--Heading-Color);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.pro_dimension span {
  font-weight: 400;
}

.pro_dimension:has(+ p) {
  margin-bottom: 18px;
}

.proDetailOuter p {
  color: #656565;
  line-height: 1.75;
}

.btnBox {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.btnBox > * {
  flex: 1;
}

.p_detail_box:has(+ .p_detail_box) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e8e8e8;
}

.p_detail_box h5 {
  color: var(--Heading-Color);
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.p_detail_box h6 {
  color: var(--Heading-Color);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.totalbulkPrice {
  color: var(--Heading-Color);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-left: auto;
}

.bulkPricingOuter {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.bulkPricingItem {
  padding: 17px 20px;
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  background: rgba(243, 244, 246, 0.5);
}

.bulkPricingItem .custom_checkbox {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.bulkPricingItem .labelTop,
.bulkPricingItem .labelBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bulkPricingItem .labelBottom {
  margin-top: 16px;
  display: none;
}

.bulkPricingItem .custom_checkbox {
  margin: 0;
}

.bulkPricingItem .custom_checkbox input {
  margin: 4px 0 0;
}

.bulkPricingItem label .title {
  color: var(--Heading-Color);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 12px;
}

.offBadge {
  color: var(--Primary-Color);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 7px 12px;
  border-radius: 100px;
  background: #fff1e2;
}

.proIncDecBox {
  border-radius: 10px;
  background: #e8e8e8;
  padding: 1px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.btnIncDec {
  width: 36px;
  height: 36px;
  aspect-ratio: 1 / 1;
  border-radius: 9px;
  color: var(--Heading-Color);
  background-color: #fff;
  transition: ease-in-out 0.3s;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proIncDecBox.small {
  border-radius: 7px;
}

.small .btnIncDec {
  width: 26px;
  height: 26px;
  border-radius: 6px;
}

.small .btnIncDec svg {
  width: 10px;
}

.small .proCount {
  max-width: 24px;
  font-size: 12px;
}

.btnIncDec:hover {
  color: #fff;
  background-color: var(--Heading-Color);
}

.proCount {
  min-width: 24px;
  max-width: 36px;
  color: var(--Heading-Color);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none;
  margin: 0 !important;
}

.bulkPricingItem input[type="radio"]:checked ~ label .labelBottom {
  display: flex;
}

.offcanvas.offcanvas-end {
  width: 100%;
  max-width: 400px;
}

.offcanvas-header {
  border-bottom: 1px solid #dddddd;
}

.offcanvas-footer {
  border-top: 1px solid #dddddd;
}

.offcanvas-header,
.offcanvas-footer {
  padding: 16px 24px;
}

.offcanvas-body {
  padding: 0;
}

.offcanvas-header .offcanvas-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--Heading-Color);
  margin: 0;
}

.offcanvas-header .btn-close {
  font-size: 14px;
}

.cartTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--Secondary-Color);
  background-color: var(--field-border-color);
  padding: 8px 24px;
}

.cartItemOuter {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cartItem {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding-bottom: 16px;
}

.cartItem:last-child {
  padding-bottom: 0;
}

.cartItem:not(:last-child):after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, #f8f8f8 0%, #d9d9d9 50%, #f8f8f8 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.cartItemImg {
  width: 90px;
  flex: 0 0 auto;
}

.cartItemImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cartItemDetail h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--Heading-Color);
  margin-bottom: 4px;
}

.cartItemDetail p {
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin-bottom: 4px !important;
}

.cartItemPrice {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--Heading-Color);
  margin: 0;
}

.cartItemRemove {
  margin-left: auto;
  cursor: pointer;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.couponCodeOuter {
  display: flex;
  gap: 16px;
}

.couponCodeOuter,
.additionalNoteOuter {
  padding: 16px 24px;
  border-top: 1px solid #dddddd;
}

.totalAmount {
  font-size: 15px;
  line-height: 1.5;
  color: var(--Heading-Color);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.totalAmount .amountValue {
  font-weight: 700;
}

.table-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.table-wrap th,
.table-wrap td {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--Heading-Color);
  background-color: #f6f6f6;
  padding: 12px;
}

.table-wrap td {
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);
}

.table-wrap tr:last-child td {
  border-bottom: 0;
}

.table-wrap td,
.table-wrap th {
  vertical-align: middle;
}

.table-wrap th:first-child,
.table-wrap td:first-child {
  /* padding-left: 24px; */
}

.table-wrap th:last-child,
.table-wrap td:last-child {
  /* padding-right: 24px; */
}

.productThumb {
  width: 90px;
  height: 80px;
  flex: 0 0 auto;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}
.productThumb img {
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 1 / 0.9;
}
/* .productThumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

.productInfo .productPrice {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--Heading-Color);
}

.productInfo .productTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--Heading-Color);
  margin-bottom: 6px;
}

.productInfo .totalItem {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Secondary-Color);
}

.ProRemove {
  font-size: 14px;
  font-weight: 400;
  color: var(--Secondary-Color);
}

.ProRemove:hover {
  font-size: 14px;
  font-weight: 400;
  color: var(--Primary-Color);
}

.totalBox {
  /* border-radius: 12px; */
  overflow: hidden;
  /* border: 1px solid var(--border-color);
  padding: 24px; */
  position: sticky;
  top: 90px;
}

.total_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--Secondary-Color);
  margin-bottom: 8px;
}

.fullAmount {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--Heading-Color);
}

.totalBox p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--grey-color-text);
}

.customTitle,
.customSmallTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--Heading-Color);
}

.customSmallTitle {
  font-size: 16px;
}

.deliveryOptionOuter .custom_radio,
.payOptOuter .custom_radio,
.savedAddress .custom_radio {
  border: 1px solid var(--border-color);
  background-color: #fff;
  padding: 12px 16px;
  transition: ease-in-out 0.3s;
  border-radius: 12px;
}

.deliveryOptionOuter .custom_radio:has(> input[type="radio"]:checked),
.payOptOuter .custom_radio:has(> input[type="radio"]:checked),
.savedAddress .custom_radio:has(> input[type="radio"]:checked) {
  border-color: var(--Primary-Color);
  background-color: #f07e0114;
  color: var(--Primary-Color);
}

/* .deliveryOptionOuter .custom_radio:has(> input[type="radio"]:checked) label svg {
    stroke: var(--Primary-Color);
} */
.deliveryOptionOuter .custom_radio:has(+ .custom_radio) {
  border-bottom-color: transparent;
}

.deliveryOptionOuter
  .custom_radio:has(> input[type="radio"]:checked):has(+ .custom_radio) {
  border-bottom-color: var(--Primary-Color);
}

.deliveryOptionOuter
  .custom_radio:has(> input[type="radio"]:checked)
  + .custom_radio {
  border-top-color: transparent;
}

.deliveryOptionOuter .custom_radio:has(+ .custom_radio),
.savedAddress .custom_radio:has(+ .custom_radio) {
  border-radius: 12px 12px 0 0;
}

.deliveryOptionOuter .custom_radio + .custom_radio,
.savedAddress .custom_radio + .custom_radio {
  border-radius: 0 0 12px 12px;
}

.form-floating > label {
  font-size: 14px;
  color: var(--label-color);
}

.shippingMethodBox {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  background-color: #f9f9f9;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Heading-Color);
}

.paymentOption p,
.selfPickUp p {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-color-text);
}

.payOptOuter .custom_radio {
  border-radius: 12px 12px 0 0;
}

.payOptOuter .custom_radio label,
.savedAddress .custom_radio label {
  padding: 0 !important;
  font-size: 14px;
  color: var(--grey-color-text);
  display: flex !important;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.payOptOuter .custom_radio label::before,
.payOptOuter .custom_radio label::after,
.savedAddress .custom_radio label::before,
.savedAddress .custom_radio label::after {
  display: none;
}

.payType {
  display: flex;
  align-items: center;
  gap: 8px;
}

.payTypeLogo {
  width: 38px;
  min-height: 24px;
  height: 100%;
  height: 3 / 2;
}

.payTypeLogo.moreCard {
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--Heading-Color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.otherBox {
  text-align: center;
  border-radius: 0 0 12px 12px;
}

.billingAddressForm,
.otherBox {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-top: 0;
  background-color: #f9f9f9;
}

.otherBox p {
  max-width: 500px;
  margin: auto;
}

.deliveryOptionOuter
  .custom_radio:has(> input#useDiffrent[type="radio"]:checked) {
  border-radius: 0;
}

.deliveryOptionOuter:has(
    > .custom_radio input#useDiffrent[type="radio"]:checked
  )
  + .billingAddressForm {
  display: block !important;
  border-radius: 0 0 12px 12px;
}

.savedAddress p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Heading-Color);
  margin: 0;
}

.savedAddress span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--grey-color-text);
}

.addAddress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--Primary-Color);
}

.py-14px {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.divder {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--grey-color-text);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.divder::before,
.divder::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: var(--border-color);
}

.amountRow {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Heading-Color);
  margin: 8px;
}

.t_amount {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--Heading-Color);
  margin: 8px;
}

.blogImgOuter {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 5;
  border-radius: 16px;
  overflow: hidden;
}

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

.blogDate {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--label-color);
}

.blogContent h1,
.cms-content h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}

.blogContent h2,
.cms-content h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

.blogContent h3,
.cms-content h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.blogContent h4,
.cms-content h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.blogContent h5,
.cms-content h5 {
  font-size: 18px;
  margin-bottom: 12px;
}

.blogContent h6,
.cms-content h6 {
  font-size: 16px;
  margin-bottom: 12px;
}

.blogContent p,
.cms-content p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey-color-text);
}

.blogContent p:has(+ h1, + h2, + h3, + h4, + h5, + h6),
.cms-content p:has(+ h1, + h2, + h3, + h4, + h5, + h6) {
  margin-bottom: 30px;
}

.moreBlogSlider .swiper-button-next,
.moreBlogSlider .swiper-button-prev {
  border: 1px solid #f1f1f1;
}

/* Notifications Page CSS Start */
.updated_list {
  margin: 0;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

.updateInfo {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 14px;
}

.updateInfo:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.gameTitle {
  font-size: 16px;
  font-weight: 500;
  color: var(--Heading-Color);
  line-height: normal;
  margin-bottom: 6px;
}

.updateInfo p,
.duration_time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--label-color);
  margin: 0;
}

.duration_time {
  font-size: 12px;
  white-space: nowrap;
}

.updateInfo:last-child {
  border-bottom: none;
}

.load-btn {
  display: flex;
  margin-top: 32px;
}

/* Notifications Page CSS End */
.nav-item.dropdown.user_dropdown span {
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.user_fname {
  color: #272727;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user_fname.w-150 {
  width: 80px;
}

.label-text {
  color: #6a6a6a;
  font-size: 14px;
  margin: 0 0 6px;
}

.profileImage {
  width: 80px;
  height: 80px;
  border: 3px solid var(--Primary-Color);
}

.mobileWrap {
  position: relative;
}

.contentBox {
  padding: 12px;
  border-radius: 8px;
  background-color: #d0f4fc;
  border: 1px solid #abecfa;
  margin-bottom: 16px;
}

.contentBox h6 {
  margin-bottom: 4px;
}

.contentBox .login-h2 {
  margin: 0;
  font-size: 14px;
}

.login-form p,
.login-form ol li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #272727;
}

.bgSuccess {
  background-color: #d1e7dd;
  border: 1px solid #94c4ae;
  color: #1b8152;
}

.bgSuccess p {
  color: #136d43;
  font-size: 14px;
}

.contactUsImg {
  width: 100%;
  height: 100%;
  max-height: 735px;
  border-radius: 26px;
  overflow: hidden;
}

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

.contactCard {
  padding: 30px 30px 36px;
  border-radius: 26px;
  /* border: 1px solid var(--border-color);
    background: var(--white-color); */
  border: 1px solid #f0f0f0;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
}

.log-title {
  /* color: var(--Secondary-Color); */
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
  font-family: "Playfair Display";
}

.log-desc {
  color: var(--grey-color-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}

.form-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey-color-text);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
} 

.contactCard .form-control {
  padding: 10.5px 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: var(--Heading-Color);
  transition: linear 0.2s;
  outline: none;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #fff;
  min-height: 44px;
  width: 100%;
}

.contactCard .form-control:focus {
  outline: none;
  border-color: #7c7b7b;
}

.contactCard .form-group {
  margin-bottom: 20px;
}

.fixedSidebar {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 20px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f0f0;
  height: fit-content;
}

.fixedSidebar .list-group {
  max-height: calc(100vh - 100px);
  overflow: auto;
}

.list-group-item {
  padding: 12px 16px !important;
  border-color: var(--border-color) !important;
}

.list-group-item.active {
  background-color: var(--Secondary-Color);
  border-color: var(--Secondary-Color) !important;
}

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

.ac-lbl {
  font-size: 17px;
  font-weight: 500;
}

.menu-btn {
  display: none;
}

.menu-icon {
  cursor: pointer;
  padding: 18px 11px;
  user-select: none;
  background: var(--Secondary-Color);
  border-radius: 4px;
}

.menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.menu-icon .navicon:before,
.menu-icon .navicon:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.menu-icon .navicon:before {
  top: 7px;
}

.menu-icon .navicon:after {
  top: -7px;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.tableOuter {
  border: 1px solid var(--border-color) !important;
  border-radius: 16px;
  overflow: hidden;
}

.tableOuter table th {
  white-space: nowrap;
  font-size: 16px;
  padding: 12px 16px;
  background-color: var(--border-color) !important;
  color: var(--Heading-Color);
}

.tableOuter table td {
  white-space: nowrap;
  font-size: 15px;
  padding: 8px 16px;
  color: var(--Heading-Color);
  vertical-align: middle;
}

table a,
table button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pagination .page-link {
  border-radius: 8px !important;
  margin: 0;
  color: var(--Heading-Color);
  box-shadow: none !important;
}

.page-item:not(:first-child) .page-link {
  margin-left: 8px !important;
}

.pagination .page-item.active .page-link {
  background-color: var(--Heading-Color) !important;
  border-color: var(--Heading-Color) !important;
  color: #fff !important;
}

.card {
  border-color: var(--border-color);
}

.successPendingModal .popUpIcon {
  margin-bottom: 24px;
}

.success-svg {
  overflow: visible;
}

.success-svg {
  overflow: visible;
}

.ring {
  transform-origin: center;
  transform: scale(0);
  animation: ringIntro 0.35s ease-out forwards;
}

.ring-1 {
  animation-delay: 0s;
}

.ring-2 {
  animation-delay: 0.05s;
}

.ring-3 {
  animation-delay: 0.1s;
}

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

  80% {
    transform: scale(1.08);
  }

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

.ring-1,
.ring-2 {
  animation:
    ringIntro 0.35s ease-out forwards,
    ringPulse 1.8s ease-in-out 0.6s infinite;
}

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

  50% {
    transform: scale(1.04);
  }

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

.ring-3 {
  animation: ringIntro 0.35s ease-out forwards;
}

.reviewOuter {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #e7e7e7;
}

.reviewOuter .pageTitle {
  color: var(--Heading-Color);
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.reviewOuter .pageTitle span {
  font-size: 18px;
  font-weight: 500;
}

.reviewOuter .reviewInner {
  padding: 20px;
  background-color: #f7f7f78c;
  border-radius: 12px;
  border: 1px solid #f7f7f7;
}

.reviewItem:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #e7e7e7;
}

.reviewItem h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.reviewItem p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/*  */
.customisImageBox {
  display: block;
  width: 100%;
  height: 100%;
}

.youMakeCard {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.youMakeImage {
  position: relative;
  overflow: hidden;
}

.youMakeImage img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  transition: transform 0.5s ease;
  aspect-ratio: 3/2;
}

.youMakeCard:hover .youMakeImage img {
  transform: scale(1.1);
}

.youMakeTitle {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  color: var(--Heading-Color);
  transition:
    color 0.3s ease,
    letter-spacing 0.3s ease;
}

.youMakeCard:hover .youMakeTitle {
  color: var(--Primary-Color);
}

.team-expert-block {
  display: flex;
  align-items: center;
  gap: 50px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 50px;
  background: #fff;
}

.team-expert-content {
  flex: 1;
}

.team-expert-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--Heading-Color);
  margin-bottom: 22px;
}

.team-expert-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--grey-color-text);
  max-width: 95%;
}

.team-expert-image-box {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
}

.team-expert-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  transition: transform 0.5s ease;
}

.team-expert-image-box:hover .team-expert-image {
  transform: scale(1.05);
}

.services-offer-section {
  padding: 70px 0;
}

.services-offer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  margin-top: 50px;
  align-items: center;
}

.service-offer-card {
  text-align: center;
}

.service-offer-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-offer-icon svg {
  width: 55px !important;
  height: 55px !important;
  max-width: 55px;
  max-height: 55px;
}

.service-offer-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--Heading-Color);
}

.service-offer-card:hover .service-offer-icon svg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.request-form-block {
  padding: 40px;
  background-color: #f8f8f8;
}

.request-form-title {
  font-size: 20px;
  color: var(--Heading-Color);
  font-weight: 500;
  margin-bottom: 12px;
}

.request-form-desc {
  font-size: 16px;
  color: var(--grey-color-text);
  margin-bottom: 30px;
}

.request-form-block .form-control::file-selector-button {
  display: none;
}

.upload-file-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.upload-file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 10px;
  margin-bottom: 6px;
  font-size: 13px;
}

.upload-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
}

.upload-remove-btn {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 14px;
  cursor: pointer;
}

.upload-remove-btn:hover {
  text-decoration: underline;
}

.faq-section .accordion-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 19px;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.74473 0.334375C7.21607 0.334375 6.7875 0.762942 6.7875 1.2916V14.2073C6.7875 14.7359 7.21607 15.1645 7.74473 15.1645C8.27339 15.1645 8.70196 14.7359 8.70196 14.2073V1.2916C8.70196 0.762941 8.27339 0.334375 7.74473 0.334375Z' fill='%236F6C8F' stroke='%236F6C8F' stroke-width='0.3' stroke-linecap='round'/%3E%3Cpath d='M1.2916 6.79531C0.762941 6.79531 0.334375 7.22388 0.334375 7.75254C0.334375 8.2812 0.762942 8.70977 1.2916 8.70977H14.2073C14.7359 8.70977 15.1645 8.2812 15.1645 7.75254C15.1645 7.22388 14.7359 6.79531 14.2073 6.79531H1.2916Z' fill='%236F6C8F' stroke='%236F6C8F' stroke-width='0.3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: 14px;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='3' viewBox='0 0 16 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2916 0.79043C0.762941 0.79043 0.334375 1.219 0.334375 1.74766C0.334375 2.27632 0.762942 2.70489 1.2916 2.70489H14.2073C14.7359 2.70489 15.1645 2.27632 15.1645 1.74766C15.1645 1.219 14.7359 0.79043 14.2073 0.79043H1.2916Z' fill='%236F6C8F' stroke='%236F6C8F' stroke-width='0.3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  transform: unset;
}

.faq-section .accordion-item {
  border-radius: 15px;
  margin-bottom: 15px;
  border: 1px solid var(--field-border-color);
}

.faq-section .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-section .accordion-header {
  margin-bottom: 0;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: var(--white-color);
  box-shadow: none;
  border: 0;
}

.faq-section .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.faq-section .accordion-button {
  color: var(--title-color);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  cursor: pointer;
  padding: 18px 50px 18px 20px;
  position: relative;
}

.faq-section .accordion-item .accordion-button {
  border-radius: 15px !important;
}

.faq-section .accordion-body {
  padding: 0px 45px 18px 20px;
}

.faq_Questions_title p {
  font-size: 16px;
  color: var(--grey-color-text);
  font-weight: 400;
  margin-bottom: 0;
}

.faq-accordion-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  color: var(--Heading-Color);
}

.faq-accordion-subtitle {
  font-size: 13px;
  color: var(--grey-color-text);
  display: block;
  margin-top: 2px;
  font-weight: 500;
}

.latest-articles-link {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.article-card-image {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 16px;
}

.article-card-content {
  padding-top: 8px;
}

.article-card-date {
  font-size: 12px;
  color: #777;
  display: block;
  margin-bottom: 6px;
}

.article-card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #000;
  line-height: 1.4;
}

.article-card-small .article-card-title {
  font-size: 16px;
}

/*  */

.desktopSlider img,
.mobileSlider img {
  max-width: 100%;
  height: 100%;
}

/* Benefits Section Styles */
.benefitsSection {
  padding: 40px 0;
  /* background: white; */
}

.benefitsOuter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.benefitsItem {
  text-align: center;
  flex: 1;
  min-width: 150px;
  max-width: 200px;
}

.benefitsItem figure {
  margin: 0 auto 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff4eb;
}
.benefitsItem:nth-child(2) figure {
  background: #ecfff3;
}
.benefitsItem:nth-child(3) figure {
  background: #fff1fe;
}
.benefitsItem:nth-child(4) figure {
  background: #f1f5ff;
}
.benefitsItem:nth-child(5) figure {
  background: #fff4ef;
}

.benefitsItem figure img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.benefitsItem h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 768px) {
  .benefitsOuter {
    justify-content: center;
  }

  .benefitsItem {
    min-width: 120px;
    max-width: 150px;
  }

  .benefitsItem figure {
    width: 60px;
    height: 60px;
  }

  .benefitsItem h5 {
    font-size: 14px;
  }
}

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

  .benefitsOuter {
    gap: 15px;
  }

  .benefitsItem {
    min-width: 130px;
    max-width: 130px;
  }
}

/* Blog Section Styles */
.blogSection {
  /* background: #f8f9fa; */
}

.blogCard {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blogCard:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.blogImageWrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f0f0f0;
}

.blogImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blogDateOverlay {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blogContent {
  padding: 20px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blogAuthor {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
}

.blogAuthor i {
  font-size: 16px;
}

.blogTitle {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.3;
}

.blogExcerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  flex: 1;
}

.blogCard .btn {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 768px) {
  .blogImageWrapper {
    height: 200px;
  }

  .blogContent {
    padding: 15px;
  }

  .blogTitle {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .blogImageWrapper {
    height: 180px;
  }

  .blogDateOverlay {
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* Newsletter Section Styles */
.newsletterSection {
  background: #e8f5e9;
  padding: 60px 0;
}

.newsletterBox {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.newsletterTitle {
  font-size: 32px;
  font-weight: 700;
  color: #2e7d32;
  margin-bottom: 25px;
}

.newsletterForm .input-group {
  max-width: 500px;
  margin: 0 auto;
}

/* .newsletterForm .form-control {
    height: 50px;
    border-radius: 6px 0 0 6px;
    border: 2px solid #e0e0e0;
    font-size: 16px;
    padding: 12px 20px;
} */

.newsletterForm .form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  padding: 12px 20px;
}

.newsletterForm .form-control:focus {
  border-color: #ff6b35;
  box-shadow: none;
}

.newsletterForm .btn {
  height: 50px;
  border-radius: 0 6px 6px 0;
  padding: 12px 30px;
  font-weight: 600;
  background: #ff6b35;
  border: 2px solid #ff6b35;
}

.newsletterForm .btn:hover {
  background: #e55a2b;
  border-color: #e55a2b;
}

.newsletterImage {
  max-width: 100%;
}

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

@media (max-width: 768px) {
  .newsletterSection {
    padding: 40px 0;
  }

  .newsletterBox {
    padding: 30px 20px;
  }

  .newsletterTitle {
    font-size: 24px;
  }

  .newsletterForm .input-group {
    max-width: 100%;
  }
}

.mega-menu {
  padding: 0 !important;
}

.mega-menu .row {
  margin: 0;
}

.mega-menu .col-md-6 {
  padding: 1rem;
}

.dropdown-menu .dropdown-header {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.dropdown-item {
  padding: 0.5rem 1rem;
}

.form-check-label {
  cursor: pointer;
  font-size: 1rem;
}

#bulkPricingTable tbody tr:hover {
  background-color: #f8f9fa;
}

#bulkPricingTable tbody tr.pricing-row td {
  vertical-align: middle;
}

/* Compact Pagination */
.pagination {
  margin-bottom: 0;
}

.pagination .page-link {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  margin: 0 0.125rem;
}

.pagination .page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}

.order-progress {
  position: relative;
}

.progress-steps {
  position: relative;
}

.progress-steps::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 3px;
  background: #ddd;
  z-index: 0;
}

.step {
  position: relative;
  z-index: 1;
}

.circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ddd;
  line-height: 32px;
  font-weight: bold;
  margin: auto;
}

.circle.active {
  background: #28a745;
  color: #fff;
}

/* Timeline */
.tracking-timeline {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #ddd;
}

.tracking-step {
  position: relative;
  margin-bottom: 25px;
}

.tracking-icon {
  position: absolute;
  left: -12px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.tracking-content h6 {
  font-weight: 600;
}

.tracking-time {
  font-size: 12px;
  color: #888;
}

.multi-column {
  column-count: auto;
  column-width: 150px;
}

.multi-column li {
  break-inside: avoid;
  margin-bottom: 6px;
}
.heroSection {
  margin-top: 25px;
}
.heroSection .swiper {
  border-radius: 20px;
}
.heroSliderItem {
  height: 100%;
}
.heroSliderItem article {
  height: 100%;
}
.heroSliderItem figure {
  height: 100%;
}
.heroSection .swiper-slide {
  height: auto;
}
.bg-brand-orange {
  background-color: var(--Secondary-Color) !important;
}
.bg-brand-purple {
  background-color: var(--Primary-Color) !important;
}
.text-brand-orange {
  color: var(--Secondary-Color) !important;
}
.text-brand-purple {
  color: var(--Primary-Color) !important;
}

.newsletter-banner {
  background: #f58220;
  /*background: linear-gradient(to right, var(--Secondary-Color));*/
  border-radius: 30px;
  padding: 40px;
  color: white;
  box-shadow: 0 20px 40px rgba(245, 130, 32, 0.2);
}
.newsLetter-section {
  padding: 0 0 70px;
  margin-top: 68px;
}

.blog-card {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 400px;
}
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.blog-card:hover img {
  transform: scale(1.1);
}
.blog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: white;
}
.blog-date {
  position: absolute;
  top: 25px;
  left: 25px;
  background: #8c1d82;
  padding: 10px;
  border-radius: 15px;
  min-width: 60px;
  color: #fff;
  text-align: center;
  z-index: 11;
}

.btn-blog {
  color: #fff;
  border: 1px solid;
  padding: 10px;
  border-radius: 9px;
  text-align: center;
  display: inline-block;
  width: 129px;
  font-size: 15px;
}

.btn-blog:hover {
  color: var(--Secondary-Color);
}

.favBtn.cart-btn {
  top: 69px;
  color: var(--Primary-Color-Hover);
}

.favBtn.cart-btn:hover {
  color: var(--Primary-Color);
  box-shadow: 0 0 7px 0 rgba(240, 126, 1, 0.11);
}
.form-select:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: unset;
}
@media (min-width: 992px) {
  .sticky {
    position: sticky;
    top: 20px;
  }
}
.row,
.col-lg-6 {
  overflow: visible;
}

.feature-card {
  border-radius: 16px;
  padding: 19px;
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background-color: #fff5ed;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.benefitsSection .col-lg-4:nth-child(2) .feature-card {
  background-color: #fdf2ff;
}
.benefitsSection .col-lg-4:nth-child(3) .feature-card {
  background-color: #f0fff4;
}

.feature-icon-wrapper {
  font-size: 2.5rem;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-divider {
  width: 1.5px;
  height: 50px;
  background: rgba(0, 0, 0, 0.08);
}
.feature-content h5 {
  font-weight: 800;
  font-size: 23px;
  margin-bottom: 4px;
  color: #111;
}
.feature-content p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #555;
  line-height: 1.4;
}

.mobileSlider {
  display: none;
}

/* --- FOOTER RE-DESIGN --- */
.site-footer {
  background-color: #eff3f4;
  /* padding: 80px 0 30px; */
  position: relative;
  overflow: hidden;
}

/* Decorative SVGs */
.footer-leaf-tl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 100px;
  z-index: 1;
  pointer-events: none;
}
.footer-leaf-br {
  position: absolute;
  top: 0;
  right: 0;
  width: 123px;
  z-index: 1;
  pointer-events: none;
  height: 60px;
}

.footer-logo-card {
  background: white;
  /* border-radius: 12px; */
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.footer-logo-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-top: 20px;
  font-weight: 500;
}

.footer-col-title {
  font-weight: 600;
  font-size: 18px;
  color: #111;
  margin: 52px 0 25px;
}
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-list li {
  margin-bottom: 12px;
}
.footer-links-list a {
  color: #666;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  transition: all 0.3s ease;
}
.footer-links-list a:hover {
  color: var(--Primary-Color);
  padding-left: 5px;
}

.footer-right-copyright-area {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 22px;
  padding-top: 23px;
  padding-bottom: 20px;
}
.footer-copyright {
  font-size: 0.85rem;
  color: #666;
  font-weight: 400;
}

.footer-cta {
  background: #111;
  color: #fff;
  border-radius: 60px;
  padding: 80px 60px;
  margin-bottom: -40px;
  position: relative;
  z-index: 10;
}

/* --- REDESIGNED LOCATION SECTION --- */
.location-section {
  padding: 100px 0 140px;
  background-color: #fff;
  position: relative;
}
.location-card {
  background: #ffffff;
  /* border-radius: 24px;
    padding: 60px 50px; */
  /* border: 1px solid #f2f2f2;
    box-shadow: 0 40px 80px rgba(0,0,0,0.06); */
  position: relative;
  z-index: 2;
}
/* Card mesh gradient overlay */
/* .location-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 0% 0%, #fdf2ff 0%, transparent 40%),
                radial-gradient(circle at 100% 100%, #fff5ed 0%, transparent 40%);
    border-radius: 24px;
    opacity: 0.5;
    z-index: -1;
} */
.location-brand-name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #111;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.location-address {
  color: #555;
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 35px;
  font-weight: 500;
  text-align: left;
}

/* Updated Map Button (Theme Orange) */
.btn-view-map {
  background-color: #f58220;
  color: white;
  border: none;
  padding: 11px 18px;
  border-radius: 6px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 35px;
  box-shadow: 0 10px 20px rgba(245, 130, 32, 0.2);
  text-decoration: none;
}

.btn-view-map:hover {
  background-color: #e67616;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(245, 130, 32, 0.3);
  color: white;
}

.location-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.info-highlight-box {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  transition: all 0.3s ease;
}
.info-highlight-box:hover {
  border-color: #fdf2ff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}
.info-highlight-icon {
  color: #8c1d82;
  font-size: 1.8rem;
  min-width: 40px;
  text-align: center;
}
.info-highlight-text h6 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1rem;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.info-highlight-text p {
  margin: 0;
  font-size: 1rem;
  color: #666;
  font-weight: 400;
}
.info-highlight-text p a {
  color: #666;
}

/*  */
.testimonial-section {
}
.testimonialSlider {
  padding: 59px 30px;
}
.testi-card-premium {
  background: #ffffff;
  border-radius: 32px;
  padding: 30px 40px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 20px 50px rgba(140, 29, 130, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.testi-card-premium:hover {
  /* transform: translateY(-10px); */
  /* box-shadow: 0 30px 60px rgba(140, 29, 130, 0.08); */
  border-color: #fdf2ff;
}
.testi-quote-icon {
  font-size: 2.5rem;
  color: #8c1d82;
  margin-bottom: 25px;
}
.testi-text {
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 500;
  color: #444;
  margin-bottom: 30px;
  font-style: italic;
}
.testi-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testi-author-info h6 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 9px;
  color: #111;
}
.testi-author-info p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f58220;
}
.nav-link {
  color: #555;
}
.nav-tabs .nav-link.active,
.nav-link:focus,
.nav-link:hover {
  color: #8c1d82;
}

/* Product detail tabs (modern, full border, brand orange) */
.productTabsWrap {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.productTabsWrap .nav-tabs {
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(135deg, rgba(245, 130, 32, 0.16), rgba(245, 130, 32, 0.08));
  padding: 10px;
  gap: 10px;
}

.productTabsWrap .nav-tabs .nav-link {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.78);
  background: rgba(255, 255, 255, 0.7);
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.productTabsWrap .nav-tabs .nav-link:hover {
  background: rgba(255, 255, 255, 0.92);
  color: rgba(15, 23, 42, 0.92);
  transform: translateY(-1px);
}

.productTabsWrap .nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #f58220, #ffb26b);
  color: #0f172a;
  box-shadow: 0 14px 28px rgba(245, 130, 32, 0.26);
}

.productTabsWrap .tab-content {
  background: #fff;
}

.productTabsWrap .tab-pane {
  color: rgba(15, 23, 42, 0.85);
}

/* Reduce scrolling on product pages by widening tabs area */
@media (min-width: 992px) {
  .productShowFreshnessPage .productTabsWrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Product page freshness background wrapper (same family as home/collection) */
.productShowFreshnessPage .cms-content,
.productShowFreshnessPage .productDetailMainOuter {
  position: relative;
  z-index: 1;
}

.p_detail_box .form-control {
  border: 1px solid #6c757d;
}

.account-page {
  background-color: #fcfcfc;
  position: relative;
  z-index: 1;
  padding-top: 12px !important;
}
.bg-blob {
  position: fixed;
  z-index: -1;
  filter: blur(80px);
  opacity: 0.05;
  pointer-events: none;
}

.side-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 13px;
  border-radius: 10px;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 5px;
}

.side-link:hover {
  background: #fdf2ff;
  color: #8c1d82;
  transform: translateX(5px);
}
.side-link.active {
  background: #8c1d82;
  color: #fff;
  box-shadow: 0 10px 20px rgba(140, 29, 130, 0.15);
}
.side-link.text-danger.btn-logout {
  border: 0;
  background: #fff;
  width: 100%;
  text-align: left;
}

.side-link.text-danger.btn-logout:hover {
  background: #fdf2ff;
  color: #8c1d82;
  transform: translateX(5px);
}
.dashmain-card {
  background: #fff;
  border-radius: 24px;
  padding: 25px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.dash-subtitles {
  font-size: 28px;
}

.table-responsive {
  white-space: nowrap;
}

/* --- STATS CARDS (BENTO STYLE) --- */
.stat-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  border: 1px solid #f2f2f2;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(140, 29, 130, 0.08);
  border-color: #fdf2ff;
}
.stat-icon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}
/* .side-link.active svg {
  stroke: #fff;
} */
.side-link svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
  transition: all 0.3s;
}
.stat-info h3 {
  font-weight: 800;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.stat-info p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Status Colors */
.bg-total {
  background: #fdf2ff;
  color: #8c1d82;
}
.bg-pending {
  background: #fff4e5;
  color: #ff9800;
}
.bg-process {
  background: #e0f2fe;
  color: #0284c7;
}
.bg-shipped {
  background: #f0fdf4;
  color: #16a34a;
}
.bg-delivered {
  background: #fdf2ff;
  color: #8c1d82;
}
.bg-cancel {
  background: #fef2f2;
  color: #dc2626;
}

.table thead th {
  background: #fcfcfc;
  border-bottom: 2px solid #f2f2f2;
  padding: 14px 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #888;
}
.table tbody td {
  padding: 15px;
  vertical-align: middle;
  /* font-weight: 600; */
  border-bottom: 1px solid #e9e9e9;
  font-size: 15px;
  color: #444;
}
.order-id {
  font-family: monospace;
  color: #8c1d82;
  font-weight: 600;
}

.status-badge {
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
.status-pending {
  background: #fff4e5;
  color: #d97706;
}
.status-cancelled {
  background: #fef2f2;
  color: #dc2626;
}

.card-title {
  font-size: 21px;
}
.sidebar-subpanel {
  display: none;
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-border-radius: 8px;
}
 

.subcateImg {
  object-fit: cover;
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
  margin-bottom: 20px;
  border-radius: 50%;
  padding: 7px;
  background: linear-gradient(135deg, #fff 0%, #e1c5d2 100%);
  border: 1px solid #f1f1f1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.shadow-sm {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05) !important;
}

.subcategory-card:hover h6 {
  color: var(--Primary-Color) !important;
}

.small-h1 {
  font-family: "Playfair Display";
  font-size: 18px;
  margin: 24px 0 18px;
}
.custom_radio label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.paymentMethodBadge {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.custom_radio label .paymentMethodBadge img,
.paymentMethodBadge--payu img,
.paymentMethodBadge--phonepe img {
  height: 28px !important;
  width: auto !important;
  max-width: none !important;
  max-height: 28px !important;
  display: inline-block !important;
  object-fit: contain;
  vertical-align: middle;
}

.bank_transfer_dealits {
  font-size: 15px;
  margin-top: 21px;
  padding: 14px;
  border: 1px #8c1d82;
  border-radius: 10px;
  border-style: dashed;
  background: #fff5fe;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}

.bank_transfer_dealits .bank_transfer_text {
  flex: 1 1 220px;
  min-width: 0;
}

.bank_transfer_dealits .bank_transfer_qr {
  flex: 0 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.bank_transfer_dealits .bank_transfer_qr img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 6px;
  border: 1px solid #f0d6ee;
}

.bank_transfer_dealits .bank_transfer_qr_caption {
  font-size: 12px;
  color: #8c1d82;
  font-weight: 600;
}

@media (max-width: 480px) {
  .bank_transfer_dealits {
    flex-direction: column;
    align-items: center;
  }

  .bank_transfer_dealits .bank_transfer_text {
    flex: 1 1 auto;
    width: 100%;
  }
}

/* ==================== Homepage refresh (header/slider/cart) ==================== */
.siteLogo {
  height: auto;
  max-height: 94px;
}

.cartIconBtn {
  position: relative;
  border: 0;
  background: transparent;
  padding: 8px;
  line-height: 0;
  color: var(--Heading-Color);
}

.cartIconBtn:hover {
  color: var(--Primary-Color);
}

.miniCartOffcanvas {
  width: min(420px, 92vw);
}

.miniCartOffcanvas .offcanvas-header {
  border-bottom: 1px solid #eef2f7;
  padding: 18px 18px 14px;
}

.miniCartOffcanvas .offcanvas-title {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.miniCartOffcanvas .offcanvas-body {
  padding: 14px 18px 18px;
}

.miniCart {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.08);
  padding: 10px 14px;
}

.miniCartItem {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f7;
}

.miniCartThumb img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  background: #f3f4f6;
}

.miniCartTitle {
  font-weight: 600;
  color: #0f172a;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
}

.miniCartMeta {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}

.miniCartPrice {
  font-weight: 700;
  color: #0f172a;
  font-size: 14px;
  white-space: nowrap;
}

.miniCartFooter {
  padding-top: 14px;
}

.miniCartSubtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 14px;
  border-top: 1px solid #eef2f7;
}

.miniCartActions {
  display: grid;
  gap: 10px;
}

.miniCartActions .btnOutline,
.miniCartActions .btnOutlineSecondary {
  border-radius: 14px;
  padding: 12px 14px;
}

.miniCartQtyRow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.miniCartQtyBox {
  flex: 0 0 auto;
}

.miniCartQtyBox .proCount {
  width: 36px;
  text-align: center;
}

.miniCartRemoveBtn {
  background: transparent;
  border: 0;
  padding: 4px;
  line-height: 0;
  color: #f61b1b;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color .15s ease;
}

.miniCartRemoveBtn:hover {
  background: rgba(246, 27, 27, 0.08);
}

.miniCartRemoveBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Header WhatsApp CTA */
.headerCenterCta {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}

.headerWhatsAppCta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #0f172a;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.10);
  border: 1px solid rgba(34, 197, 94, 0.18);
}

.headerWhatsAppCta i {
  color: #22c55e;
  font-size: 15px;
}

.headerWhatsAppCta:hover {
  background: rgba(34, 197, 94, 0.16);
  color: #0f172a;
}

.headerWhatsAppCta strong {
  font-weight: 800;
}

.footerLogo {
  width: auto;
  max-height: 78px;
}

/* Footer bullets + spacing */
.footer-links-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-links-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}

.footer-links-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(245, 130, 32, 0.95);
  box-shadow: 0 10px 20px rgba(245, 130, 32, 0.25);
}

.footer-special-desc {
  margin: 8px 0 14px;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(15, 23, 42, 0.75);
}

/* Hero slider: image + readable overlay + CTA */
.heroSection .container {
  padding-left: 0;
  padding-right: 0;
}

.heroSliderItem article {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #0b1220;
}

.heroSliderItem img {
  width: 100%;
  height: clamp(200px, 28vw, 380px);
  object-fit: cover;
  display: block;
}

.heroOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: clamp(16px, 4vw, 48px);
  background: linear-gradient(180deg, rgba(12, 18, 32, 0.0) 35%, rgba(12, 18, 32, 0.75) 100%);
  pointer-events: none;
}

.heroTitle {
  color: #fff;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 46px);
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 20ch;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.heroSubtitle {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 650;
  font-size: clamp(14px, 1.4vw, 18px);
  max-width: 50ch;
}

.heroDesc {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(13px, 1.2vw, 16px);
  max-width: 55ch;
  line-height: 1.45;
}

.heroCtaBtn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  background: var(--Secondary-Color);
  color: #fff;
  box-shadow: 0 16px 40px rgba(245, 130, 32, 0.25);
}

.heroCtaBtn:hover {
  background: var(--Primary-Color);
  color: #fff;
}

/* Featured products 2-row slider spacing */
.bestCollectionWrapper .swiper-wrapper {
  padding-bottom: 10px;
}

.bestCollectionWrapper .swiper-slide {
  height: auto;
}

/* Pull featured section up visually (above fold) */
.bestCollection.section-padding {
  padding-top: 32px;
  padding-bottom: 52px;
}

/* Reduce testimonials section height/whitespace */
.textimonials-wrapper.section-padding {
  padding-top: 40px;
  padding-bottom: 24px;
}

/* Natural freshness background for home + collection pages */
.homeFreshnessPage,
.collectionFreshnessPage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.18) 45%, rgba(255, 255, 255, 0.48) 100%),
    url("../img/home-freshness-bg.svg") center top / cover no-repeat,
    #fffaf2;
}

.homeFreshnessPage::before,
.collectionFreshnessPage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.18) 44%, rgba(255, 255, 255, 0.68) 100%),
    radial-gradient(circle at 8% 18%, rgba(115, 190, 88, 0.22) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 91% 22%, rgba(245, 130, 32, 0.18) 0%, rgba(255, 255, 255, 0) 26%);
  z-index: 0;
}

.homeFreshnessPage > *,
.collectionFreshnessPage > * {
  position: relative;
  z-index: 1;
}

.homeFreshnessPage .heroSection,
.homeFreshnessPage .bestCollection,
.homeFreshnessPage .benefitsSection,
.collectionFreshnessPage .section-padding,
.collectionFreshnessPage .container {
  background: transparent;
}

/* Product card quick add-to-cart (variants + qty) */
.cardCartForm {
  display: grid;
  gap: 10px;
}

.cardVariants {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 2px;
}

.cardVariantsPlaceholder {
  min-height: 52px;
}

.variantPill {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  width: 100%;
}

.variantPill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.variantText {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  width: 100%;
  min-width: 0;
}

.variantSize {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
}

.variantPrice {
  font-size: 12px;
  color: #64748b;
  line-height: 1.1;
}

.variantPill input:checked + .variantText {
  border-color: rgba(140, 29, 130, 0.35);
  background: linear-gradient(135deg, rgba(140, 29, 130, 0.08), rgba(245, 130, 32, 0.06));
  box-shadow: 0 10px 24px rgba(140, 29, 130, 0.10);
}

.variantMore {
  font-size: 12px;
  font-weight: 600;
  align-self: center;
  color: var(--Primary-Color);
  padding: 6px 8px;
}

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

.qtyLabel {
  font-size: 13px;
  color: #475569;
  font-weight: 600;
}

.qtyInput {
  width: 86px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 6px 10px;
  font-weight: 600;
  color: #0f172a;
}

/* Keep CTA aligned across cards */
.productCard {
  display: flex;
  flex-direction: column;
}

.productCard .proCrdFooter {
  margin-top: auto;
  padding: 0 19px 18px;
}

@media (max-width: 576px) {
  .cardVariants {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cardVariantsPlaceholder {
    min-height: 44px;
  }
}
.proCrdFooter-inner {
  margin-top: auto;
}

header .offcanvas {
  height: 100vh;
}

header .offcanvas.offcanvas-start {
  width: 300px;
}

#password,
#password_confirmation {
  padding-right: 40px;
}

/* Floating WhatsApp (opens wa.me → app on mobile, WhatsApp Web on desktop) */
.floatingWhatsAppBtn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1050;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.floatingWhatsAppBtn:hover {
  color: #fff !important;
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.floatingWhatsAppBtn .bi {
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 576px) {
  .floatingWhatsAppBtn {
    bottom: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
  }

  .floatingWhatsAppBtn .bi {
    font-size: 26px;
  }
}