.header__topbar {
  padding: 20px 20px 25px 20px;
}

.main__header.header__sticky {
  padding: 10px;
  border-top: 1px solid #cccccc42;
}

.main__header.header__sticky .header__menu {
  width: 100%;
}

.header__topbar.header__sticky.main__header .logo-box {
  border-right: 1px solid #741818;
  padding-right: 30px;
}

.header-link-box {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  margin: 0;
}

.header__menu--items {
  margin-right: 0 !important;
  position: relative;
  margin-left: 0;
  list-style: none !important;
}

.header-link-box .header__menu--items .header__menu--link {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 10px;
  position: relative;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

.header-link-box .header__menu--items .header__menu--link:hover,
.header-link-box .header__menu--items .header__menu--link.active-link {
  color: #741818;
}

.header-link-box .header__menu--items .header__menu--link i {
  font-size: 14px;
}

.header__account .account-details-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__account {
  min-width: 300px;
  display: flex;
  justify-content: end;
}

.btn-header a {
  padding: 24px 20px;
  border-radius: 40px;
  border: 1px solid #741818;
  background: #fff;
  display: block;
  color: #741818;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.btn-header a:hover {
  background-color: #741818;
  color: #fff;
}

.btn-header a svg {
  fill: #741818;
}

.btn-header a:hover svg {
  fill: #fff;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.header-search-box {
  width: 50px;
  height: 50px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white !important;
  font-size: 18px;
  cursor: pointer;
}

.header-link-box .header__menu--items a:hover {
  color: #741818;
}

.offcanvas__header--menu__open--svg {
  width: 32px;
}

.offcanvas__header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  transition: var(--transition);
  transform: translateX(-100%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 480px) {
  .offcanvas__header {
    max-width: 320px;
  }
}

.offcanvas__header.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.offcanvas__header.open~.offcanvas-overlay {
  visibility: visible;
  opacity: 0.75;
}

.offcanvas-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  opacity: 0;
  background-color: var(--black-color);
}

.offcanvas__inner {
  position: relative;
  height: 100%;
}

.offcanvas__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
}

.offcanvas__close--btn {
  position: relative;
  margin-right: 10px;
  align-self: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.offcanvas__close--btn::before,
.offcanvas__close--btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  transform: rotate(45deg);
  background-color: #06402a;
}

.offcanvas__close--btn::after {
  transform: rotate(-45deg);
}

.offcanvas__menu {
  overflow-y: auto;
  height: 100%;
}

.offcanvas__menu_ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.offcanvas__menu_li {
  position: relative;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
  margin: 0;
}

.offcanvas__menu_li:first-child {
  border-top: 1px solid var(--border-color2);
}

.offcanvas__menu_item {
  line-height: 1;
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #2f2f2f;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
}

.offcanvas__sub_menu {
  display: none;
  /* hidden by default */
  margin: 0 0 0 5px;
  /* indent for sub-levels */
  padding: 0;
  list-style: none;
}

.offcanvas__sub_menu li {
  position: relative;
  line-height: 1;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  color: #2f2f2f;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}

.offcanvas__sub_menu li a {
  color: #2f2f2f;
  font-weight: 500;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  line-height: 21px;
  max-width: 270px;
  text-align: left;
}

.offcanvas__sub_menu li ul li a {
  color: #2f2f2f;
  font-weight: 400;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

.offcanvas__sub_menu_toggle {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.offcanvas__sub_menu_toggle::before,
.offcanvas__sub_menu_toggle::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.offcanvas__sub_menu_toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.offcanvas__sub_menu_toggle.active::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.offcanvas__sub_menu_toggle.active::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.offcanvas__account--items__btn {
  gap: 10px;
  color: #2f2f2f;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.offcanvas__account--items__icon {
  font-size: 20px;
  margin-right: 8px;
}

.header__sticky.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  left: 0;
  z-index: 99;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

/* === Header Menu Dropdown (Multi-Level) === */

.menu-point .has-dropdown .menu-cate-point::after {
  font-family: "Font Awesome 5 Pro";
  /* Pro version */
  font-weight: 900;
  /* Solid icons = 900, Regular = 400, Light = 300 */
  content: "\f0da";
  /* caret-down icon Unicode */
  margin-left: 8px;
  /* spacing between text and icon */
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 8px;
  transition: transform 0.3s;
  /* optional: for rotation effect */
}

/* Optional: Rotate icon when submenu is open */
/* .menu-point .has-dropdown:hover .menu-cate-point::after {
  right: 35px;
  visibility: hidden;
} */

.has-dropdown {
  position: relative;
  cursor: pointer;
}

.has-dropdown>.submenu li {
  margin: 0;
}

.has-dropdown>.submenu {
  position: absolute;
  top: 32px;
  left: 15px;
  min-width: 270px;
  display: none;
  z-index: 100;
  padding: 0;
  padding-top: 30px;
  text-align: left;
}

.has-dropdown:hover>.submenu,
.has-dropdown:focus-within>.submenu {
  display: block;
}

.submenu li {
  position: relative;
  margin-left: 0;
  list-style: none !important;
}

.submenu li a {
  display: block;
  padding: 10px 12px;
  background-color: #741818;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.submenu li:hover>a,
.submenu li:focus-within>a {
  background-color: #fff;
  color: #741818;
}

/* === Sub-submenu (Third Level) === */
.submenu .has-dropdown>.submenu {
  top: 0;
  padding: 0;
  left: 100%;
  display: none;
  position: absolute;
  min-width: 270px;
}

.submenu .has-dropdown:hover>.submenu,
.submenu .has-dropdown:focus-within>.submenu {
  display: block;
}

.offcanvas__header--menu__open {
  line-height: 1;
  display: none;
}

.offcanvas__header--menu__open a {
  color: #741818;
  font-size: 30px;
  cursor: pointer;
  text-decoration: none;
}

.predictive__search--title {
  margin-bottom: 15px;
  color: #741818;
}

.predictive__search--box {
  background: #fff;
  -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.predictive__search--input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 80px 0 15px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}

.predictive__search--input::placeholder {
  color: #000;
}

.predictive__search--input:focus {
  border-color: #0e0e0f;
}

.predictive__search--input:focus::-webkit-input-placeholder {
  color: #000000;
}

.predictive__search--box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.predictive__search--button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  background: #741818;
  border: 0;
  width: 6rem;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.predictive__search--button:hover {
  background: #741818;
  color: #fff;
}

.predictive__search--box__inner {
  padding: 20px 16px;
  text-align: center;
}

.predictive__search--close__btn {
  position: absolute;
  top: 20px;
  right: 40px;
  padding: 0;
  border: 0;
  background: inherit;
  width: 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1301px) {
  .header-link-box .header__menu--items .header__menu--link {
    font-size: 15px !important;
    padding: 10px 5px !important;
  }

  .logo-box img.img-fluid {
    height: 100px !important;
  }

  .d-flex.align-items-center.justify-content-between.flex-wrap.align-items-center.gap-3 {
    gap: 5px !important;
  }

  .submenu li a {
    font-size: 14px;
    padding: 6px 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1501px) {
  .header-link-box {
    gap: 10px;
  }

  .header-link-box .header__menu--items .header__menu--link {
    padding: 18px 5px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .header-link-box {
    flex-wrap: wrap;
    gap: 0;
  }

  .header-link-box .header__menu--items .header__menu--link {
    font-size: 14px;
    padding: 14px 6px;
  }

  .main__header.header__sticky .header__menu {
    width: 100%;
  }

  .header__account {
    display: flex;
    gap: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .predictive__search--input {
    height: 45px;
  }

  .predictive__search--close__btn {
    right: 15px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .predictive__search--box__inner {
    padding: 22px 50px;
  }

  .footer__widget ul li {
    margin-bottom: 5px !important;
  }

  .footer__widget ul li a {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__topbar--inner {
    justify-content: center !important;
  }

  .language__currency {
    padding: 5px 20px;
  }

  .main__header {
    padding: 10px 0;
  }

  .predictive__search--box__inner {
    padding: 30px 80px;
  }
}

@media only screen and (min-width: 110px) and (max-width: 990px) {
  .main__header.header__sticky .header__menu {
    width: 100%;
  }

  .logo-box {
    text-align: center;
  }

  .logo-box img {
    height: 80px !important;
    object-fit: contain;
  }

  .main__header.header__sticky {
    padding: 10px;
  }

  .sidemenu-logoimg {
    width: 90px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 1200px) {
  .offcanvas__header--menu__open {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .header__menu--navigation,
  .header__account {
    display: none;
  }

  .header__section.mb-20 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .predictive__search--box__inner {
    padding: 30px 150px;
  }

  .header__search--box {
    width: 32rem;
  }
}

@media only screen and (min-width: 1200px) {
  .header__select--inner {
    padding: 0 4.3rem 0 2rem;
  }

  .header__search--box {
    width: 45rem;
  }

  .header__search--input {
    padding: 0 7rem 0 2.2rem;
  }
}

/* Footer Css code  */
.footer__section {
  background: #741818;
  /* dark red/burgundy from image */
  padding-top: 70px;
  padding-bottom: 45px;
  color: #d8d0cb;
  /* lighter off-white */
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  word-wrap: break-word;
  text-align: left;
}

.main-footer__widget .mfw-details-box {
  padding: 55px 55px 0 0;
}

.footer-logo-text-box {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  flex-wrap: wrap;
}

.footer-logo-text-box img {
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
  padding: 6px;
}

/* Newsletter Form */
.newsletter-form {
  margin-top: 20px;
  display: flex;
  max-width: 400px;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.15);
  padding: 2px 5px;
}

.newsletter-form input[type="email"] {
  flex: 1;
  border: none;
  padding: 12px 10px;
  font-size: 13px;
  outline: none;
  border-radius: 50px 0 0 50px;

  color: #333;
}

.newsletter-form input::placeholder {
  color: #999;
}

.newsletter-form button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0 25px;
  cursor: pointer;
  border-radius: 50px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  font-weight: 500;
  width: 130px;
}

.newsletter-form button:hover {
  background-color: #444;
}

.news-warning-box {
  max-width: 400px;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  color: white;
}

/* Contact section */
.contact-section {
  margin-top: 30px;
  padding-top: 25px;
  color: #d8d0cb;
  font-size: 15px;
  font-weight: 400;
}

.contact-section .contact-heading {
  color: #dfdfdf;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin-left: 34px;
}

.contact-section .contact-heading::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}

.contact-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.contact-section ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-left: 0;
}

.contact-section ul li svg,
.contact-section ul li i {
  color: #741818;
  font-size: 15px;
  /*min-width: 24px;*/
  background: white;
  padding: 10px;
  border-radius: 50%;
}

/* Footer Right Sections & Quick Links */
.footer__widget {
  color: #d8d0cb;
}

.footer-ctitle {
  color: #dfdfdf;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__widget ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.footer__widget ul li {
  margin-bottom: 12px;
  margin-left: 0;
  list-style: none !important;
}

.footer__widget ul li a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__widget ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Footer bottom with links */
.footer-bottom {
  margin-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  padding-top: 40px;
  color: #d8d0cb;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  flex-wrap: wrap;
  gap: 10px;
}

/* Social Footer Icons */
.social-footer-icons {
  display: flex;
  gap: 20px;
}

.social-footer-icons a {
  color: #d8d0cb;
  font-size: 18px;
}

.social-footer-icons a:hover {
  color: #fff;
}

.footer-bottom .right {
  display: flex;
  gap: 15px;
}

.footer-bottom .right a {
  color: #d8d0cb;
}

.footer-bottom .right a:hover {
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .footer__widget {
    margin-bottom: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    padding-top: 30px;
  }

  .footer-bottom .right,
  .social-footer-icons {
    justify-content: center;
  }

  .footer__section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}