@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

  *,
  *::after,
  *::before {
    box-sizing: border-box;
  }

  html,
  body {
    height: 100%;
  }

  body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Lato", sans-serif;
    color: #000000;
    letter-spacing: 0.05em;
  }

  .fix {
    overflow: hidden;
  }

  .hidden {
    display: none;
  }

  .clear {
    clear: both;
  }

  .container {
    max-width: 1170px;
  }

  @media only screen and (max-width: 767px) {
    .container {
      width: 450px;
    }
  }

  @media only screen and (max-width: 479px) {
    .container {
      width: 100%;
    }
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .no-gutters>.col,
  .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }

  .off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #000000;
    top: 0;
  }

  .off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
  }

  .offcanvas_menu {
    display: none;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
      display: block;
    }
  }

  @media only screen and (max-width: 767px) {
    .offcanvas_menu {
      display: block;
    }
  }

  @media only screen and (max-width: 767px) {
    .offcanvas_two .canvas_open {
      top: 18px;
    }
  }

  .offcanvas_two .canvas_open a:hover {
    color: #f6692a;
    border-color: #f6692a;
  }

  .canvas_open {
    position: absolute;
    right: 17px;
    top: 34px;
    z-index: 9;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .canvas_open {
      right: 25px;
      top: 26px;
    }
  }

  @media only screen and (max-width: 767px) {
    .canvas_open {
      right: 19px;
      top: 28px;
    }
  }

  .canvas_open a {
    font-size: 30px;
    width: 43px;
    height: 40px;
    display: block;
    line-height: 39px;
    text-align: center;
    color: #555555;
    border: 1px solid #555555;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .canvas_open a {
      width: 33px;
      height: 33px;
      line-height: 30px;
      font-size: 26px;
    }
  }

  @media only screen and (max-width: 767px) {
    .canvas_open a {
      width: 30px;
      height: 30px;
      line-height: 26px;
      font-size: 24px;
    }
  }

  .canvas_open a:hover {
    color: #bda87f;
    border-color: #bda87f;
  }

  .canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
  }

  .canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 31px;
    border: 1px solid #8b1b46;
    border-radius: 50%;
    color: #58240c;
  }

  .canvas_close a:hover {
    background: #bda87f;
    border-color: #bda87f;
    color: #fff;
  }

  .offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 15px 30px;
    overflow-y: auto;
  }

  .offcanvas_menu_wrapper.active {
    margin-left: 0;
  }

  .offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
  }

  .offcanvas_menu_wrapper .header_right_info {
    display: block;
    margin-bottom: 25px;
  }

  .offcanvas_menu_wrapper .header_right_info>ul>li>a {
    color: #000000;
  }

  .offcanvas_menu_wrapper .header_account {
    display: block;
  }

  ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }

  .header_account {
    margin-right: 45px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_account {
      margin-right: 25px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account {
      display: none;
      margin-right: 0;
      margin-bottom: 20px;
      text-align: center;
    }
  }

  @media only screen and (max-width: 767px) {
    .header_account {
      display: none;
      margin-right: 0;
      margin-bottom: 20px;
      text-align: center;
    }
  }

  .header_account>ul>li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
  }

  .header_account>ul>li:last-child {
    margin-right: 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account>ul>li {
      margin-right: 0;
    }

    .header_account>ul>li:hover>a {
      color: #ffffff;
    }
  }

  @media only screen and (max-width: 767px) {
    .header_account>ul>li {
      margin-right: 0;
    }

    .header_account>ul>li:hover>a {
      color: #ffffff;
    }
  }

  .header_account>ul>li:hover ul.dropdown_currency,
  .header_account>ul>li:hover ul.dropdown_language,
  .header_account>ul>li:hover ul.dropdown_links {
    visibility: visible;
    max-height: 200px;
  }

  .header_account>ul>li:hover>a {
    color: #ffffff;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account>ul>li:hover>a {
      color: #bda87f;
    }
  }

  @media only screen and (max-width: 767px) {
    .header_account>ul>li:hover>a {
      color: #bda87f;
    }
  }

  .header_account>ul>li>a {
    text-transform: uppercase;
    line-height: 50px;
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    color: #999999;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_account>ul>li>a {
      line-height: 22px;
      color: #000000;
    }
  }

  @media only screen and (max-width: 767px) {
    .header_account>ul>li>a {
      line-height: 22px;
      color: #000000;
    }
  }

  .header_account>ul>li>a i {
    margin-left: 3px;
  }

  .header_account>ul>li>a img {
    margin-right: 4px;
  }

  .header_account>ul>li:hover a:not([href]):not([tabindex]) {
    color: #bda87f;
  }

  .dropdown_currency,
  .dropdown_language,
  .dropdown_links {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 130px;
    text-align: left;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
    z-index: 9999;
    border-radius: 3px;
    visibility: hidden;
    max-height: 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .dropdown_currency,
    .dropdown_language,
    .dropdown_links {
      left: -30px;
    }
  }

  @media only screen and (max-width: 767px) {

    .dropdown_currency,
    .dropdown_language,
    .dropdown_links {
      left: -30px;
    }
  }

  .dropdown_currency li a,
  .dropdown_language li a,
  .dropdown_links li a {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    padding: 8px 8px 8px 20px;
    line-height: 20px;
    color: #000000;
  }

  .dropdown_currency li a:hover,
  .dropdown_language li a:hover,
  .dropdown_links li a:hover {
    background: #f2f2f2;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_language {
      left: -10px;
    }
  }

  @media only screen and (max-width: 767px) {
    .dropdown_language {
      left: -10px;
    }
  }

  .dropdown_links {
    right: 0;
    left: auto;
  }

  .header_right_info {
    text-align: right;
    margin-left: 15px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_right_info {
      display: none;
      text-align: center;
      margin-left: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    .header_right_info {
      display: none;
      text-align: center;
      margin-left: 0;
    }
  }

  .header_right_info>ul>li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
  }

  .header_right_info>ul>li:hover>a {
    color: #f6692a;
  }

  .header_right_info>ul>li:last-child {
    margin-right: 0;
  }

  .header_right_info>ul>li>a {
    font-size: 20px;
    color: #999999;
  }

  .search_widget {
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 99;
    display: none;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_widget {
      left: -68px;
      right: auto;
    }
  }

  @media only screen and (max-width: 767px) {
    .search_widget {
      left: -68px;
      right: auto;
    }
  }

  .search_widget form {
    position: relative;
    width: 400px;
    border: 1px solid #ebebeb;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_widget form {
      width: 225px;
    }
  }

  @media only screen and (max-width: 767px) {
    .search_widget form {
      width: 225px;
    }
  }

  .search_widget form input {
    padding: 10px 40px 10px 15px;
    height: 41px;
    line-height: 30px;
    font-size: 12px;
    color: #222;
    border: none;
    width: 100%;
    background: #f7f7f7;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_widget form input {
      padding: 8px 40px 8px 15px;
      height: 38px;
    }
  }

  @media only screen and (max-width: 767px) {
    .search_widget form input {
      padding: 8px 40px 8px 15px;
      height: 38px;
    }
  }

  .search_widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: 0;
    background: none;
    font-size: 16px;
  }

  .search_widget form button:hover {
    color: #f6692a;
  }

  .header_wishlist span.item_count {
    position: absolute;
    top: -6px;
    right: -14px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 100%;
    text-align: center;
    background: #f6692a;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
  }

  .mini_cart_wrapper:hover .mini_cart {
    max-height: 550px;
    padding: 20px 28px 33px;
    visibility: visible;
  }

  .mini_cart {
    overflow-x: auto;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_cart_wrapper:hover .mini_cart {
      padding: 10px 11px 20px;
    }
  }

  @media only screen and (max-width: 767px) {
    .mini_cart_wrapper:hover .mini_cart {
      padding: 10px 11px 20px;
    }
  }

  .mini_cart_wrapper span.item_count {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 100%;
    text-align: center;
    background: #f6692a;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
  }

  .mini_cart {
    position: absolute;
    min-width: 355px;
    padding: 0 28px;
    background: #fff;
    border: 0;
    z-index: 999;
    right: 0;
    top: 142%;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    border: 1px solid #ebebeb;
    transition: 0.5s;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_cart {
      display: none;
      transition: unset;
      padding: 10px 11px 20px;
      min-width: 253px;
      right: -69px;
      max-height: inherit;
      visibility: inherit;
    }
  }

  @media only screen and (max-width: 767px) {
    .mini_cart {
      display: none;
      transition: unset;
      padding: 10px 11px 20px;
      min-width: 253px;
      right: -69px;
      max-height: inherit;
      visibility: inherit;
    }
  }

  .mini_cart2 .cart_info a:hover {
    color: #f6692a !important;
  }

  .mini_cart2 .cart_img:hover {
    border-color: #f6692a !important;
  }

  .mini_cart2 .cart_remove a:hover {
    border-color: #f6692a !important;
    background: #f6692a !important;
  }

  .mini_cart2 .cart_button a:hover {
    border-color: #f6692a !important;
    background: #f6692a !important;
  }

  .cart_item {
    overflow: hidden;
    padding: 11px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
  }

  .cart_img {
    width: 90px;
    margin-right: 10px;
    border: 1px solid transparent;
  }

  .cart_img:hover {
    border-color: #f6692a !important;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_img {
      width: 70px;
    }
  }

  @media only screen and (max-width: 767px) {
    .cart_img {
      width: 70px;
    }
  }

  .cart_info {
    width: 63%;
    text-align: left;
  }

  .cart_info a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 6px;
    color: #000000;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_info a {
      font-size: 13px;
    }
  }

  @media only screen and (max-width: 767px) {
    .cart_info a {
      font-size: 13px;
    }
  }

  .cart_info a:hover {
    color: #f6692a;
  }

  .cart_info p {
    font-size: 12px;
  }

  .cart_info p span {
    font-size: 16px;
    font-weight: 600;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .cart_remove a {
    font-size: 15px;
    border: 1px solid #ebebeb;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    color: #555555;
  }

  .cart_remove a:hover {
    background: #f6692a;
    border-color: #f6692a;
    color: #fff;
  }

  .cart_remove a i {
    display: block;
    padding-left: 2px;
    padding-top: 2px;
  }

  .mini_cart_table {
    padding: 23px 0;
  }

  .cart_total {
    display: flex;
    justify-content: space-between;
  }

  .cart_total span {
    font-size: 14px;
    font-weight: 400;
  }

  .cart_total span.price {
    font-weight: 700;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart_total span {
      font-size: 13px;
    }
  }

  @media only screen and (max-width: 767px) {
    .cart_total span {
      font-size: 13px;
    }
  }

  .cart_button:first-child {
    margin-bottom: 15px;
  }

  .cart_button a {
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px 0;
    color: #000000;
    border: 2px solid #000000;
    text-decoration: none;
  }

  .cart_button a:hover {
    color: #ffffff;
    border-color: #f6692a;
  }

  .offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
    transform: rotate(180deg);
  }

  .offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
  }

  .offcanvas_main_menu li {
    position: relative;
  }

  .offcanvas_main_menu li:last-child {
    margin: 0;
  }

  .offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0;
  }

  .offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
  }

  a:focus {
    text-decoration: none !important;
    color: inherit;
    outline: none;
  }

  a:hover {
    text-decoration: none !important;
  }

  .offcanvas_main_menu li a:hover {
    color: #f6692a;
  }

  .offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
  }

  p:last-child {
    margin-bottom: 0;
  }

  a,
  button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
  }

  a,
  button,
  img,
  input,
  span {
    transition: all 0.3s ease 0s;
  }

  *:focus {
    outline: none !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
    margin-top: 0;
  }

  h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
  }

  h2 {
    font-size: 36px;
    line-height: 36px;
  }

  h3 {
    font-size: 30px;
    line-height: 30px;
  }

  h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
  }

  h5 {
    font-size: 14px;
    line-height: 18px;
  }

  h6 {
    font-size: 12px;
    line-height: 14px;
  }

  .offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }

  .offcanvas_footer span a {
    font-size: 14px;
  }

  .offcanvas_footer span a:hover {
    color: #f6692a;
  }

  .offcanvas_footer ul {
    margin-top: 20px;
  }

  .offcanvas_footer ul li {
    display: inline-block;
    margin-right: 4px;
  }

  .offcanvas_footer ul li:last-child {
    margin-right: 0;
  }

  .offcanvas_footer ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    color: #ffffff;
  }

  .offcanvas_footer ul li.facebook a {
    background: #3c5b9b;
  }

  .offcanvas_footer ul li.facebook a:hover {
    background: #f6692a;
  }

  .offcanvas_footer ul li.twitter a {
    background: #1da1f2;
  }

  .offcanvas_footer ul li.twitter a:hover {
    background: #f6692a;
  }

  .offcanvas_footer ul li.pinterest a {
    background: #bd081b;
  }

  .offcanvas_footer ul li.pinterest a:hover {
    background: #f6692a;
  }

  .offcanvas_footer ul li.google-plus a {
    background: #2af645;
  }

  .offcanvas_footer ul li.google-plus a:hover {
    background: #f6692a;
  }

  .offcanvas_footer ul li.linkedin a {
    background: #242492;
  }

  .offcanvas_footer ul li.linkedin a:hover {
    background: #f6692a;
  }

  /* ********************************************************************** */
  /* header */
  .header_transparent {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_transparent {
      position: inherit;
    }
  }

  @media only screen and (max-width: 767px) {
    .header_transparent {
      position: inherit;
    }
  }

  .header_transparent .header_container {
    background: inherit;
    padding: 17px 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_transparent .header_container {
      background: #1c1d22;
    }
  }

  @media only screen and (max-width: 767px) {
    .header_transparent .header_container {
      background: #1c1d22;
    }
  }

  .header_transparent .sticky-header.sticky {
    background: rgba(28, 29, 24, 0.7);
    padding: 8px 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-mobile-m {
      margin-bottom: 30px;
    }
  }

  @media only screen and (max-width: 767px) {
    .header-mobile-m {
      margin-bottom: 30px;
    }
  }

  .header_container {
    padding: 22px 0;
    background: #1c1d22;
  }

  @media only screen and (max-width: 767px) {
    .header_container {
      padding: 25px 0;
    }
  }

  .sticky-header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: rgba(28, 29, 24, 0.7);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    animation-name: fadeInDown;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    border-bottom: 0;
    display: block;
    padding: 10px 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky-header.sticky {
      position: inherit;
      box-shadow: inherit;
      animation-name: inherit;
      padding: 0;
      background: inherit;
      opacity: inherit;
    }
  }

  @media only screen and (max-width: 767px) {
    .sticky-header.sticky {
      position: inherit;
      box-shadow: inherit;
      animation-name: inherit;
      padding: 0;
      background: inherit;
      opacity: inherit;
    }
  }

  .sticky-header.sticky .logo a img {
    max-width: 118px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky-header.sticky .logo a img {
      max-width: 100%;
    }
  }

  @media only screen and (max-width: 767px) {
    .sticky-header.sticky .logo a img {
      max-width: 100px;
    }
  }

  .header_transparent .sticky-header.sticky {
    background: rgba(28, 29, 24, 0.7);
    padding: 8px 0;
  }

  @media only screen and (max-width: 767px) {
    .logo {
      display: inline-block;
    }
  }

  @media only screen and (max-width: 767px) {
    .logo a img {
      max-width: 110px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_menu {
      display: none;
    }
  }

  @media only screen and (max-width: 767px) {
    .main_menu {
      display: none;
    }
  }

  .main_menu nav>ul {
    display: flex;
    justify-content: flex-end;
  }

  .main_menu nav>ul>li {
    position: relative;
    flex-shrink: 0;
  }

  .main_menu nav>ul>li:hover ul.sub_menu {
    visibility: visible;
    max-height: 300px;
    padding: 24px 30px;
  }

  .main_menu nav>ul>li:hover .mega_menu {
    visibility: visible;
    max-height: 300px;
    padding: 25px 30px 30px 30px;
  }

  .main_menu nav>ul>li:hover>a {
    color: #f6692a;
  }

  .main_menu nav>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 23px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    color: #fff;
  }

  .main_menu nav>ul>li>a i {
    margin-left: 3px;
  }

  .main_menu nav>ul>li>a.active {
    color: #f6692a;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main_menu nav>ul>li>a {
      padding: 10px 15px;
    }
  }

  .main_menu nav>ul>li ul.sub_menu {
    position: absolute;
    min-width: 215px;
    padding: 0 30px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    max-height: 0;
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    visibility: hidden;
    overflow: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .main_menu nav>ul>li ul.sub_menu li a {
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 32px;
    text-transform: capitalize;
  }

  .main_menu nav>ul>li ul.sub_menu li a:hover {
    color: #f6692a;
  }

  .main_menu nav>ul>li.mega_items {
    position: static;
  }

  .main_menu nav>ul>li .mega_menu {
    position: absolute;
    min-width: 100%;
    padding: 0 30px 0 30px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    max-height: 0;
    transform-origin: 0 0 0;
    left: 0;
    right: auto;
    visibility: hidden;
    overflow: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: left;
  }

  .menu_two nav>ul {
    justify-content: center;
  }

  .menu_two nav>ul>li:hover>a {
    color: #f6692a;
  }

  .menu_two nav>ul>li>a {
    padding: 10px 20px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .menu_two nav>ul>li>a {
      padding: 10px 14px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu_two nav>ul>li>a {
      padding: 10px 8px;
      font-size: 13px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu_two nav>ul>li>a i {
      margin-left: 1px;
    }
  }

  .menu_two nav>ul>li>a.active {
    color: #f6692a;
  }

  .menu_two nav>ul>li ul.sub_menu li a:hover {
    color: #f6692a;
  }

  .menu_two .mega_menu_inner>li>a:hover {
    color: #f6692a;
  }

  .menu_two .mega_menu_inner>li ul li a:hover {
    color: #f6692a;
  }

  .menu_position {
    position: relative;
  }

  .mega_menu_inner {
    display: flex;
    justify-content: space-between;
  }

  .mega_menu_inner>li>a {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
  }

  .mega_menu_inner>li>a:hover {
    color: #f6692a;
  }

  .mega_menu_inner>li ul li {
    display: block;
  }

  .mega_menu_inner>li ul li a {
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 30px;
    text-transform: capitalize;
  }

  .mega_menu_inner>li ul li a:hover {
    color: #f6692a;
  }

  .header_top_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header_top_right .header_right_info {
    margin-left: 0;
  }

  .header_top_right .header_right_info>ul>li {
    margin-right: 11px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_top_right .header_right_info>ul>li {
      margin-right: 10px;
    }
  }

  .header_top_right .header_right_info>ul>li:last-child {
    margin-right: 0;
  }

  .header_top_right .header_right_info>ul>li>a {
    color: #fff;
    /* color: #000000; */
  }

  .header_top_right .header_right_info>ul>li:hover>a {
    color: #f6692a;
  }

  .header_top_right .search_widget form button:hover {
    color: #f6692a;
  }

  .header_top_right .header_wishlist span.item_count {
    color: #ffffff;
  }

  .header_top_right .header_account {
    margin-right: 0;
    margin-left: 20px;
  }

  .header_top_right .header_account>ul>li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_top_right .header_account>ul>li {
      margin-right: 8px;
      padding-right: 8px;
    }
  }

  .header_top_right .header_account>ul>li::before {
    content: "";
    width: 1px;
    height: 18px;
    background: #a4a5a7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header_top_right .header_account>ul>li:last-child {
    margin-right: 0;
    padding-right: 0;
  }

  .header_top_right .header_account>ul>li:last-child::before {
    display: none;
  }

  .header_top_right .header_account>ul>li>a {
    color: #fff;
    font-size: 13px;
  }

  .header_top_right .header_account>ul>li.top_links>a {
    font-size: 18px;
  }

  .header_top_right .header_account>ul>li:hover>a {
    color: #f6692a;
  }

  .header_top_right .dropdown_language,
  .header_top_right .dropdown_currency,
  .header_top_right .dropdown_links {
    right: 0;
    left: auto;
  }

  /* *********************** */

  .footer_widgets {
    background: #1c1d22;
  }

  .footer_top {
    padding: 67px 0 68px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_top {
      padding: 70px 0 17px;
    }
  }

  @media only screen and (max-width: 767px) {
    .footer_top {
      padding: 58px 0 5px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .widgets_container {
      margin-bottom: 52px;
    }
  }

  @media only screen and (max-width: 767px) {
    .widgets_container {
      margin-bottom: 45px;
    }
  }

  .footer_logo {
    margin-bottom: 31px;
  }

  @media only screen and (max-width: 767px) {
    .footer_logo a img {
      max-width: 126px;
    }
  }

  @media only screen and (max-width: 767px) {
    .contact_us {
      margin-bottom: 50px;
    }
  }

  .contact_us>p {
    font-size: 14px;
    line-height: 20px;
    color: #bdbdbd;
    margin-bottom: 10px;
  }

  .contact_us>p a:hover {
    color: #f6692a;
  }

  .footer_desc {
    margin-bottom: 20px;
  }

  @media only screen and (max-width: 767px) {
    .footer_desc {
      margin-bottom: 10px;
    }
  }

  .footer_desc p {
    font-size: 14px;
    line-height: 20px;
    color: #bdbdbd;
  }

  @media only screen and (max-width: 767px) {
    .footer_desc p {
      line-height: 25px;
    }
  }

  .footer_menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #bdbdbd;
  }

  .footer_menu ul li a:hover {
    color: #f6692a;
  }

  @media only screen and (max-width: 767px) {
    .footer_menu ul li a {
      line-height: 32px;
    }
  }

  .widgets_container h3 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .widgets_container h3 {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 767px) {
    .widgets_container h3 {
      margin-bottom: 12px;
      line-height: 22px;
      font-size: 13px;
    }
  }

  .footer_link {
    padding: 20px 0;
  }

  .footer_link ul li {
    display: inline-block;
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #414141;
  }

  .footer_link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }

  @media only screen and (max-width: 767px) {
    .footer_link ul li {
      margin-right: 12px;
      padding-right: 12px;
      line-height: 24px;
    }
  }

  .footer_link ul li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
  }

  .footer_link ul li a:hover {
    color: #f6692a;
  }

  @media only screen and (max-width: 767px) {
    .footer_link ul li a {
      letter-spacing: 0;
    }
  }

  .copyright_area p {
    text-transform: capitalize;
    line-height: 25px;
    font-size: 14px;
    color: #bdbdbd;
  }

  @media only screen and (max-width: 767px) {
    .copyright_area p {
      letter-spacing: 0;
    }
  }

  .copyright_area p a {
    color: #ffffff;
  }

  .copyright_area p a:hover {
    text-decoration: underline;
    color: #f6692a;
  }

  .footer_bottom {
    padding: 25px 0 25px;
    background: #15161b;
  }

  @media only screen and (max-width: 767px) {
    .footer_bottom {
      padding: 20px 0 25px;
    }
  }

  @media only screen and (max-width: 767px) {
    .footer_payment {
      text-align: center !important;
    }
  }

  .footer_payment ul li {
    display: inline-block;
    margin-right: 13px;
  }

  .footer_payment ul li:last-child {
    margin-right: 0;
  }

  /* *************************** */
  .mb-10 {
    margin-bottom: 10px;
  }

  .mb-15 {
    margin-bottom: 15px;
  }

  .modal-dialog.modal-dialog-centered {
    min-width: 1100px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .modal-dialog.modal-dialog-centered {
      min-width: 1000px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modal-dialog.modal-dialog-centered {
      min-width: 950px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog.modal-dialog-centered {
      min-width: 730px;
    }
  }

  @media only screen and (max-width: 767px) {
    .modal-dialog.modal-dialog-centered {
      min-width: 90%;
    }
  }

  .modal_tab_img {
    text-align: center;
    margin-bottom: 10px;
  }

  .modal_tab_img img {
    margin: 0 auto;
  }

  .modal_tab_button ul li a {
    padding: 0;
    border: 1px solid #ebebeb;
    margin: 0 2px;
  }

  .modal_tab_button ul li a img {
    width: 100%;
  }

  .modal_title h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 26px;
  }

  .modal_social h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 20px;
  }

  .modal_social ul li {
    display: inline-block;
    margin-right: 3px;
  }

  .modal_social ul li a {
    text-transform: uppercase;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
  }

  .modal_social ul li.facebook a {
    background: #3c5b9b;
  }

  .modal_social ul li.twitter a {
    background: #1da1f2;
  }

  .modal_social ul li.pinterest a {
    background: #bd081b;
  }

  .modal_social ul li.google-plus a {
    background: #84df84;
  }

  .modal_social ul li.linkedin a {
    background: #7a3dc0;
  }

  .modal_social ul li.facebook a:hover {
    background: #000000;
  }

  .modal_social ul li.twitter a:hover {
    background: #000000;
  }

  .modal_social ul li.pinterest a:hover {
    background: #000000;
  }

  .modal_social ul li.google-plus a:hover {
    background: #000000;
  }

  .modal_social ul li.linkedin a:hover {
    background: #000000;
  }

  .modal_price {
    margin-bottom: 12px;
  }

  .modal_price span {
    font-weight: 600;
    color: tomato;
    font-size: 16px;
  }

  .modal_price span.old_price {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 5px;
  }

  .modal_description p {
    line-height: 24px;
    font-size: 15px;
    margin: 0;
  }

  .variants_size h2,
  .variants_fragrance h2 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: 20px;
  }

  .variants_size.mb-15,
  .mb-15.variants_fragrance {
    margin-bottom: 24px;
  }

  .variants_size .select_option,
  .variants_fragrance .select_option {
    width: 100%;
    border-radius: 0;
    margin-bottom: 25px;
  }

  .variants_size .select_option .list,
  .variants_fragrance .select_option .list {
    width: 100%;
    border-radius: 0;
  }

  .modal_add_to_cart {
    margin-bottom: 25px;
  }

  .modal_add_to_cart form input {
    width: 95px;
    border: 1px solid #ebebeb;
    background: none;
    padding: 0 10px;
    height: 45px;
  }

  @media only screen and (max-width: 767px) {
    .modal_add_to_cart form input {
      width: 75px;
    }
  }

  .modal_add_to_cart form button {
    background: none;
    border: 1px solid #000000;
    margin-left: 10px;
    font-size: 12px;
    height: 45px;
    width: 230px;
    line-height: 18px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #000000;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
  }

  @media only screen and (max-width: 767px) {
    .modal_add_to_cart form button {
      width: 130px;
    }
  }

  .modal_add_to_cart form button:hover {
    background: #f6692a;
    border-color: #f6692a;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 700;
  }

  .modal_body {
    padding: 29px 6px 38px;
  }

  @media only screen and (max-width: 767px) {
    .modal_body {
      padding: 42px 6px 38px;
    }
  }

  @media only screen and (max-width: 767px) {
    .modal_body .modal_tab {
      margin-bottom: 60px;
    }
  }

  .modal-content {
    border-radius: 0;
  }

  .modal-content button.close {
    position: absolute;
    left: 94%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: block;
    border: 1px solid #ebebeb;
    top: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    z-index: 9;
  }

  @media only screen and (max-width: 767px) {
    .modal-content button.close {
      left: 93%;
      width: 32px;
      height: 32px;
      line-height: 30px;
      top: 4px;
      margin-bottom: 14px;
    }
  }

  .modal-content button.close:hover {
    color: #b93f06;
  }

  .modal_add_to_cart.mb-15 {
    margin-bottom: 23px;
  }

  .modal_description.mb-15 {
    margin-bottom: 20px;
  }

  .product_navactive.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
  }

  .product_navactive.owl-carousel .owl-nav {
    display: block;
  }

  .product_navactive.owl-carousel .owl-nav div {
    position: absolute;
    background: #000000;
    color: #f6692a !important;
    border-radius: 5px;
    color: #333333;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    text-align: center;
    line-height: 32px;
    left: -7px;
    font-size: 18px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }

  .product_navactive.owl-carousel .owl-nav div:hover {
    background: #f6692a;
    color: #000000 !important;
  }

  .product_navactive.owl-carousel .owl-nav div.owl-next {
    right: -7px;
    left: auto;
  }

  .select_option {
    display: flex;
    align-items: center;
  }

  @media only screen and (max-width: 767px) {
    .select_option {
      flex-direction: column;
    }
  }

  .select_option .nice-select {
    border: 0;
    height: 30px;
    line-height: 29px;
  }

  /* Updated Color Scheme */
  :root {
    --primary: #f6692a;
    /* Your brand orange */
    --primary-light: #ff8c5a;
    /* Lighter orange */
    --primary-dark: #d64a0a;
    /* Darker orange */
    --secondary: #2a3f54;
    /* Deep blue for contrast */
    --light-bg: #f9f5f2;
    /* Warm light background */
    --text-dark: #333333;
    /* Main text color */
    --text-medium: #666666;
    /* Secondary text */
    --text-light: #999999;
    /* Placeholder text */
    --white: #ffffff;
  }

  /* Contact Page Styles */
  .contact-page {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--light-bg);
  }

  .contact-hero {
    position: relative;
    height: 400px;
    background: url('https://images.unsplash.com/photo-1592945403244-b3fbafd7f539?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-bottom: 60px;
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 20px;
  }

  .hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--white);
  }

  .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
  }

  .contact-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
    gap: 40px;
  }

  .contact-form-wrapper {
    flex: 1;
    background: var(--white);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(246, 105, 42, 0.15);
    /* Enhanced shadow with brand color tint */
  }

  .form-header {
    margin-bottom: 30px;
    text-align: center;
  }

  .form-header h2 {
    font-size: 2rem;
    color: var(--secondary);
    margin-bottom: 10px;
    font-weight: 600;
  }

  .form-header p {
    color: var(--text-medium);
  }

  .perfume-contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .form-group {
    position: relative;
  }

  .dual-inputs {
    display: flex;
    gap: 20px;
  }

  .dual-inputs .input-wrapper {
    flex: 1;
  }

  .input-wrapper,
  .textarea-wrapper,
  .select-wrapper {
    position: relative;
  }

  .input-wrapper input,
  .textarea-wrapper textarea,
  .select-wrapper select {
    width: 100%;
    padding: 15px 0 5px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background: transparent;
    transition: all 0.3s;
  }

  .select-wrapper select {
    appearance: none;
    padding-right: 25px;
    cursor: pointer;
  }

  .select-wrapper::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 12px;
    color: var(--text-light);
    pointer-events: none;
  }

  .input-wrapper label,
  .textarea-wrapper label,
  .select-wrapper label {
    position: absolute;
    top: 15px;
    left: 0;
    color: var(--text-light);
    transition: all 0.3s;
    pointer-events: none;
  }

  .input-wrapper input:focus,
  .textarea-wrapper textarea:focus,
  .select-wrapper select:focus {
    outline: none;
    border-bottom-color: var(--primary);
  }

  .input-wrapper input:focus~label,
  .input-wrapper input:valid~label,
  .textarea-wrapper textarea:focus~label,
  .textarea-wrapper textarea:valid~label,
  .select-wrapper select:focus~label,
  .select-wrapper select:valid~label {
    top: 0;
    font-size: 12px;
    color: var(--primary);
  }

  .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: width 0.3s;
  }

  .input-wrapper input:focus~.focus-border,
  .textarea-wrapper textarea:focus~.focus-border,
  .select-wrapper select:focus~.focus-border {
    width: 100%;
  }

  .textarea-wrapper textarea {
    resize: vertical;
    min-height: 100px;
  }

  .perfume-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 25px rgba(246, 105, 42, 0.4);
    /* Enhanced shadow */
    overflow: hidden;
    position: relative;
  }

  .perfume-btn:hover {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    box-shadow: 0 10px 30px rgba(246, 105, 42, 0.5);
    /* Even more prominent on hover */
    transform: translateY(-3px);
  }

  .perfume-btn i {
    margin-left: 10px;
    transition: transform 0.3s;
  }

  .perfume-btn:hover i {
    transform: translateX(5px);
  }

  .form-submit {
    text-align: center;
    margin-top: 20px;
  }

  .contact-info-wrapper {
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .info-card {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(42, 63, 84, 0.15);
    /* Enhanced shadow */
    transition: all 0.3s;
    border: 1px solid rgba(246, 105, 42, 0.1);
  }

  .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(42, 63, 84, 0.2);
    /* More prominent on hover */
  }

  .info-icon {
    width: 50px;
    height: 50px;
    background: rgba(246, 105, 42, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 20px;
  }

  .info-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--secondary);
    font-weight: 600;
  }

  .info-content p {
    margin: 5px 0;
    color: var(--text-medium);
  }

  .info-content a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.3s;
  }

  .info-content a:hover {
    color: var(--primary-dark);
  }

  .map-link {
    display: inline-block;
    margin-top: 10px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
  }

  .map-link:hover {
    color: var(--primary-dark);
  }

  .map-link i {
    margin-left: 5px;
    transition: transform 0.3s;
  }

  .map-link:hover i {
    transform: translateX(5px);
  }

  .social-links {
    padding: 30px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(42, 63, 84, 0.15);
    /* Enhanced shadow */
    text-align: center;
    border: 1px solid rgba(246, 105, 42, 0.1);
  }

  .social-links h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: var(--secondary);
    font-weight: 600;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(246, 105, 42, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 16px;
    transition: all 0.3s;
  }

  .social-icon:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(246, 105, 42, 0.3);
  }

  .contact-map {
    margin-bottom: 80px;
  }

  .contact-map iframe {
    display: block;
    width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(42, 63, 84, 0.15);
    /* Enhanced shadow */
  }

  .faq-section {
    max-width: 1000px;
    margin: 0 auto 80px;
    padding: 0 20px;
  }

  .faq-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--secondary);
    font-weight: 600;
  }

  .faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .faq-item {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(42, 63, 84, 0.1);
    /* Enhanced shadow */
    overflow: hidden;
    border: 1px solid rgba(246, 105, 42, 0.1);
  }

  .faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    background: var(--white);
  }

  .faq-question:hover {
    background: rgba(246, 105, 42, 0.05);
  }

  .faq-question h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--secondary);
    margin: 0;
  }

  .faq-question i {
    color: var(--primary);
    transition: transform 0.3s;
  }

  .faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    color: var(--text-medium);
  }

  .faq-item.active .faq-answer {
    padding: 0 25px 20px;
    max-height: 200px;
  }

  .faq-item.active .faq-question i {
    transform: rotate(180deg);
  }

  @media (max-width: 992px) {
    .contact-container {
      flex-direction: column;
    }

    .contact-info-wrapper {
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap;
    }

    .info-card {
      flex: 1 1 300px;
    }

    .social-links {
      width: 100%;
    }
  }

  @media (max-width: 768px) {
    .contact-hero {
      height: 300px;
    }

    .hero-content h1 {
      font-size: 2.2rem;
    }

    .dual-inputs {
      flex-direction: column;
      gap: 25px;
    }

    .contact-form-wrapper {
      padding: 30px 20px;
    }

    .info-card {
      flex: 1 1 100%;
    }
  }

  @media (max-width: 576px) {
    .contact-hero {
      height: 250px;
    }

    .hero-content h1 {
      font-size: 1.8rem;
    }

    .hero-content p {
      font-size: 1rem;
    }

    .form-header h2 {
      font-size: 1.5rem;
    }

    .faq-section h2 {
      font-size: 1.5rem;
    }

    .faq-question h3 {
      font-size: 1rem;
    }
  }