/*
Theme Name: Ecommerce Trendy Outfits Pro
Theme URI: https://www.titanthemes.net/products/trendy-outfit-wordpress-theme
Author: Titanthemes
Author URI: https://www.titanthemes.net/
Description:
Version: 0.0.1
Tested up to: 6.2
Requires at least: 5.9
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecommerce-trendy-outfits-pro
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Mulish", sans-serif;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto";
  overflow: hidden;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
  text-decoration-style: dashed;
}

a:active {
  text-decoration: none;
}

figure a {
  display: inline-block;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration-style: solid;
}
.etn-speaker-info {
  border-radius: 10px;
  box-shadow: 0px 5px 15px #e6797969;
}
.etn-speaker-info .etn-title.etn-speaker-name {
  margin-bottom: 10px;
  font-family: "Jost";
  color: #e96967;
}
.etn-speaker-info .etn-speaker-designation {
  font-family: "Jost";
  font-weight: 600;
}
.etn-speaker-details-meta a {
  color: #e96967;
  font-family: "Jost";
  font-weight: 500;
  text-decoration: unset;
  &:hover {
    color: #000;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Poppins";
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}
h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-size: 20px;
  margin: 25px 0;
}
h5 {
  font-size: 18px;
  margin: 30px 0;
}
h6 {
  font-size: 16px;
  margin: 36px 0;
}

p {
  margin: 0 0 25px;
}

img {
  border: none;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  hyphens: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  hyphens: none;
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
small {
  font-size: smaller;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 15px;
}
ul {
  list-style-type: square;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
li > ul,
li > ol {
  margin: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  width: 270px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  min-height: 120px;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

/* Form fields styles. */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
  border: 2px solid #e3e3e3;
  width: 100%;
  border-radius: 6px;
  padding: 10px;
  outline: none;
  font-family: "Poppins";
}

.wp-block-group.banner-home-group form select,
.wp-block-group.banner-home-group form input[type="date"] {
  background: #ececec;
  border: 1px solid #ececec;
  width: 100%;
  border-radius: 6px !important;
  padding: 13px;
  outline: none;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  color: #000000cc;
  height: 100%;
}
.wp-block-group.banner-home-group form p button {
  width: 100%;
  padding: 12px 40px;
  border: unset;
  outline: none;
  border-radius: 6px;
  background-color: #000000;
  color: #fff;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  &:hover {
    background-color: #ff4343;
  }
}

/* Placeholder text color -- selectors need to be separate to work. */
::placeholder {
  color: #000;
  opacity: 1;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #041f69;
}
::-ms-input-placeholder {
  color: #041f69;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

a:where(:not(.wp-element-button)):hover {
  color: red;
}
/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--outer);
  padding-bottom: var(--wp--custom--spacing--large);
  padding-right: var(--wp--custom--spacing--outer);
  padding-left: var(--wp--custom--spacing--outer);
}
body.woocommerce-cart h1,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout h1,
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.search.search-results h1,
body.search.search-results .wp-block-query {
  max-width: 1320px !important;
  margin: auto;
}
body.search.search-results h1 {
  font-family: "Syne" !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 30px;
}
body.search.search-results .wp-block-query {
  margin-bottom: 15% !important;
}
body.woocommerce-checkout h1 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  font-family: "Syne";
  font-weight: 400;
  color: #323232;
}
.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin-bottom: 50px;
}
body.woocommerce-cart .footer-section {
  margin-top: 280px !important;
}

.ecommerce-trendy-outfits-pro-header .wp-block-navigation__submenu-container {
  min-width: 215px !important;
  background: #5f1c00 !important;
}
.ecommerce-trendy-outfits-pro-menu .wp-block-navigation li {
  padding: 17px 0px;
}
.ecommerce-trendy-outfits-pro-menu .wp-block-navigation__submenu-container li {
  padding: inherit;
}
.ecommerce-trendy-outfits-pro-menu .wp-block-group {
  padding: 0;
}
.wc-block-mini-cart__button:hover {
  background: transparent;
}

.ecommerce-trendy-outfits-pro-menu {
  font-family: Oswald;
}
.ecommerce-trendy-outfits-pro-header
  .wp-block-navigation
  li.current-menu-item
  .wp-block-navigation-item__label,
.ecommerce-trendy-outfits-pro-header
  .wp-block-navigation
  li
  .wp-block-navigation-item__label:hover {
  color: #5baaec;
}

.ecommerce-trendy-outfits-pro-ice-berg .wp-block-image {
  background: #5f1c00;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}
.ecommerce-trendy-outfits-pro-ice-berg h3 {
  width: 50%;
  margin: 0 auto;
}
.ecommerce-trendy-outfits-pro-ice-berg:hover .wp-block-image {
  background: #19375b;
}
.ecommerce-trendy-outfits-pro-ice-berg:hover h3 {
  color: #19375b !important;
}
.ecommerce-trendy-outfits-pro-better-box .wp-block-image {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  float: left;
}
.ecommerce-trendy-outfits-pro-product-box
  .wc-block-components-product-image
  img {
  width: auto !important;
  margin: 0 auto;
  display: table;
}

.ecommerce-trendy-outfits-pro-section .wp-block-columns {
  position: relative;
  overflow: hidden;
}
.ecommerce-trendy-outfits-pro-discount-box {
  width: 230px !important;
  height: 230px;
  position: absolute;
  right: -60px;
  bottom: -50px;
}
.ecommerce-trendy-outfits-pro-inner-banner {
  position: relative;
}

.ecommerce-trendy-outfits-pro-section11-left {
  margin-right: 100px !important;
}
.ecommerce-trendy-outfits-pro-section11 {
  position: relative;
}
.ecommerce-trendy-outfits-pro-section11::before {
  content: "";
  width: 41.5%;
  position: absolute;
  height: 100%;
  background: #19375b;
  z-index: 0;
}
.ecommerce-trendy-outfits-pro-section11 .wp-block-columns {
  position: relative;
  z-index: 0;
}

.ecommerce-trendy-outfits-pro-section7-right .wp-block-image {
  position: absolute;
  right: 0;
}
.ecommerce-trendy-outfits-pro-section7 {
  position: relative;
  overflow: hidden;
}
.ecommerce-trendy-outfits-pro-section5-left {
  position: relative;
}
.ecommerce-trendy-outfits-pro-section5-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #19375b;
  width: 45%;
  height: 100%;
  z-index: -1;
}
.ecommerce-trendy-outfits-pro-header {
  position: absolute !important;
  width: 100%;
  z-index: 2;
}

/**woocommerce**/
.woocommerce div.product .product_title {
  display: none;
}
.entry-summary .price {
  padding-bottom: 15px !important;
}
.woocommerce div.product .quantity .qty {
  width: auto;
  padding: 0 !important;
}
/* .cart {
  padding-bottom: 20px !important;
} */
.woocommerce div.product div.images img {
  width: 100% !important;
  margin: 0 auto;
}
.woocommerce-tabs .tabs.wc-tabs {
  margin: 0px !important;
  padding: 0px !important;
}
.woocommerce-tabs .tabs.wc-tabs:before {
  border: none !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 20px;
  padding: 0px !important;
  background-color: #f6f6f6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #222 !important;
  color: #fff !important;
  border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
  font-weight: 400 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  padding: 5px 30px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #fff !important;
}
.related.products h2 {
  text-align: center;
}

.related.products li .price,
.products li .price {
  text-align: center;
}
.related.products .button,
.products .button {
  display: table;
  margin: 0 auto;
}
.related.products,
.products {
  text-align: center;
}
.related.products li,
.products li {
  float: none !important;
  display: inline-block;
  margin: 15px !important;
  padding: 35px 15px 0px !important;
  border-radius: 5px !important;
}
.related.products li img,
.products li img {
  width: auto !important;
  text-align: center;
  display: table !important;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}

.woocommerce div.product .related.products {
  padding: 40px !important;
  background-color: #f6f6f6;
}
.qty.text {
  width: auto !important;
}
.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
  max-width: 100%;
}
.woocommerce-page .button {
  padding: 10px 35px !important;
}
.woocommerce-Price-amount bdi {
  font-weight: 600;
  font-family: Syne;
}
.select2-container--default .select2-selection--single,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #222;
  border-radius: 0px;
}
body.home .ecommerce-trendy-outfits-pro-menu li:nth-child(1) span {
  color: #5baaec;
}
body.home
  .ecommerce-trendy-outfits-pro-menu
  li
  .wp-block-navigation__submenu-container
  li:nth-child(1)
  span {
  color: inherit;
}
body.home
  .ecommerce-trendy-outfits-pro-menu
  li
  .wp-block-navigation__submenu-container
  li:nth-child(1)
  span:hover,
body.home
  .ecommerce-trendy-outfits-pro-menu
  li
  .wp-block-navigation__submenu-container
  li
  span:hover,
.ecommerce-trendy-outfits-pro-menu
  li
  .wp-block-navigation__submenu-container
  li
  span:hover {
  color: #5baaec;
}
.ecommerce-trendy-outfits-pro-section10 .add_to_cart_button {
  border-radius: 3px;
  background-color: #19375b;
  padding: 12px 25px !important;
}
.added_to_cart.wc-forward {
  display: block;
}
.current-menu-item a {
  color: #5baaec;
}

@media (max-width: 1300px) {
  .ecommerce-trendy-outfits-pro-section7-right .wp-block-image {
    right: -40px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .woocommerce-page .button {
    padding: 10px 25px !important;
  }
  .related.products li,
  .products li {
    margin: 10px !important;
  }
}
@media (max-width: 1023px) {
  h3.has-text-color {
    font-size: 20px !important;
  }
  .ecommerce-trendy-outfits-pro-header-top-bar-left {
    text-align: center;
    padding-bottom: 25px;
  }
  .ecommerce-trendy-outfits-pro-header-top-bar-left .wp-block-image {
    display: table;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 10px !important;
    display: none;
  }
  .ecommerce-trendy-outfits-pro-header-top-bar {
    padding-top: 20px !important;
    padding-bottom: 35px !important;
  }

  .ecommerce-trendy-outfits-pro-banner-content {
    padding-top: 0px !important;
    text-align: center;
    padding-bottom: 40px;
  }
  .ecommerce-trendy-outfits-pro-banner-content .wp-block-buttons {
    margin: 0 auto;
    display: table !important;
  }
  .ecommerce-trendy-outfits-pro-header-top-bar-right
    .wp-block-woocommerce-mini-cart {
    display: table;
    margin: 0 auto !important;
    padding-top: 20px;
  }
  .ecommerce-trendy-outfits-pro-section1 {
    padding: 40px 15px 0px !important;
  }
  .ecommerce-trendy-outfits-pro-section1-left {
    text-align: center;
  }
  .ecommerce-trendy-outfits-pro-section1-left .wp-block-button {
    display: table;
    margin: 0 auto;
  }
  .ecommerce-trendy-outfits-pro-section1-right {
    padding-top: 40px;
  }
  .ecommerce-trendy-outfits-pro-ice-berg {
    margin-bottom: 40px !important;
  }
  .ecommerce-trendy-outfits-pro-ice-berg h3 {
    width: 100%;
  }
  .ecommerce-trendy-outfits-pro-section1-left p {
    padding-top: 0px !important;
  }

  .ecommerce-trendy-outfits-pro-section2 {
    padding: 60px 15px 40px !important;
  }
  .ecommerce-trendy-outfits-pro-section2-right {
    text-align: center;
  }
  .ecommerce-trendy-outfits-pro-section2-right .wp-block-image {
    margin: 0 auto;
    display: table;
    margin-bottom: 20px !important;
    margin-inline-start: auto !important;
    margin-inline-end: auto !important;
    float: none !important;
  }

  .ecommerce-trendy-outfits-pro-section3 {
    padding: 40px 15px !important;
    text-align: center;
  }
  .ecommerce-trendy-outfits-pro-section3-right {
    margin-top: 40px !important;
    padding: 30px !important;
    text-align: center !important;
  }
  .ecommerce-trendy-outfits-pro-better-box .wp-block-image {
    float: none;
    margin-bottom: 15px !important;
  }
  .ecommerce-trendy-outfits-pro-section3-left .wp-block-button {
    display: table;
    margin: 0 auto;
  }
  .ecommerce-trendy-outfits-pro-discount-box {
    padding-top: 30px !important;
  }

  .ecommerce-trendy-outfits-pro-section5-inner {
    padding: 40px 15px !important;
  }
  .ecommerce-trendy-outfits-pro-porduct-section {
    padding: 40px 0px !important;
  }

  .ecommerce-trendy-outfits-pro-section5-right .wp-block-buttons {
    display: table;
    margin: 0 auto;
  }
  .ecommerce-trendy-outfits-pro-section6 {
    padding: 40px 15px !important;
  }
  .ecommerce-trendy-outfits-pro-section7-left {
    padding: 40px 15px !important;
  }
  .ecommerce-trendy-outfits-pro-section7-left .wp-block-group,
  .ecommerce-trendy-outfits-pro-section7-left h2.has-text-color,
  .ecommerce-trendy-outfits-pro-section7-left .wp-block-columns {
    padding: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-section7-testimonial-box {
    padding: 30px !important;
  }
  .wp-block-group.ecommerce-trendy-outfits-pro-section7-testimonial-box {
    padding: 30px !important;
  }
  .ecommerce-trendy-outfits-pro-section7-left .wp-block-columns {
    margin-top: 40px !important;
  }
  .wp-block-group.ecommerce-trendy-outfits-pro-section7-testimonial-box
    .wp-block-columns {
    margin-top: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-section7-right .wp-block-image {
    margin: 0px !important;
    right: 0px;
  }
  .ecommerce-trendy-outfits-pro-section7-left h5,
  .ecommerce-trendy-outfits-pro-section7-left h2 {
    text-align: center;
  }
  .ecommerce-trendy-outfits-pro-section7-testimonial-box h4,
  .ecommerce-trendy-outfits-pro-section7-testimonial-box p {
    text-align: center;
  }
  .ecommerce-trendy-outfits-pro-section7-testimonial-box .wp-block-image {
    margin: 0 auto !important;
    float: none !important;
  }
  .ecommerce-trendy-outfits-pro-section7-right .wp-block-image,
  .ecommerce-trendy-outfits-pro-section7-right .wp-block-image img {
    width: 100% !important;
  }

  .ecommerce-trendy-outfits-pro-section9 {
    padding: 40px 15px !important;
  }
  .ecommerce-trendy-outfits-pro-section10 {
    padding: 40px 15px !important;
  }
  .ecommerce-trendy-outfits-pro-section11 {
    padding: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-section11-left {
    padding: 0px !important;
    padding-bottom: 40px !important;
  }
  .ecommerce-trendy-outfits-pro-section11-left h5,
  .ecommerce-trendy-outfits-pro-section11-left h2 {
    text-align: center;
  }
  .ecommerce-trendy-outfits-pro-section11-left .wp-block-buttons {
    display: table !important;
    margin: 0 auto !important;
  }
  .ecommerce-trendy-outfits-pro-section11-right .wp-block-column {
    border: none;
  }
  .ecommerce-trendy-outfits-pro-section11-left {
    margin-right: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-section11-left .wp-block-group {
    padding: 40px !important;
  }
  .ecommerce-trendy-outfits-pro-section11::before {
    display: none;
  }
  .ecommerce-trendy-outfits-pro-section11-right {
    padding: 0px 0px 40px 0px !important;
  }

  .ecommerce-trendy-outfits-pro-footer-column {
    padding: 20px 15px !important;
  }
  .ecommerce-trendy-outfits-pro-footer-box,
  .ecommerce-trendy-outfits-pro-footer-menu {
    padding: 20px 0px;
  }

  .ecommerce-trendy-outfits-pro-section11-right .wp-block-columns {
    border: none;
    margin: 0px !important;
  }

  .header-layout1 {
    padding: 20px 0px !important;
  }
  .ecommerce-trendy-outfits-pro-404 .wp-block-search__inside-wrapper {
    width: 100% !important;
  }
  .ecommerce-trendy-outfits-pro-404 {
    padding: 40px 15px !important;
  }

  .ecommerce-trendy-outfits-pro-blog-area,
  .iceland-blog-right-side,
  .ecommerce-trendy-outfits-pro-blog-left-side-page,
  .ecommerce-trendy-outfits-pro-blog-no-sidebar,
  .ecommerce-trendy-outfits-pro-archive-page {
    padding: 40px 15px !important;
  }
  .ecommerce-trendy-outfits-pro-blog-content {
    padding-left: 0px !important;
    padding-top: 25px;
  }
  .ecommerce-trendy-outfits-pro-blog-meta .wp-block-post-date,
  .ecommerce-trendy-outfits-pro-blog-meta .wp-block-post-author,
  .ecommerce-trendy-outfits-pro-blog-meta .wp-block-post-terms {
    width: 100% !important;
    padding: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-blog-left-side-area {
    padding-right: 0px !important;
  }
  .iceland-iceland-blog-right-side-page {
    padding-left: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-contact-lay1,
  .ecommerce-trendy-outfits-pro-contact-lay2-box {
    padding: 40px 15px !important;
  }
  .ecommerce-trendy-outfits-pro-contact-lay1 .wp-block-group {
    padding-right: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-contact-lay1
    .ecommerce-trendy-outfits-pro-contact-info {
    padding-top: 40px;
  }
  .ecommerce-trendy-outfits-pro-contact-info-box {
    padding: 30px !important;
  }
  .ecommerce-trendy-outfits-pro-service-single-lay {
    padding: 40px 15px 0px !important;
  }
  .ecommerce-trendy-outfits-pro-service-menu {
    padding-right: 0px !important;
    padding-bottom: 40px;
  }
  .ecommerce-trendy-outfits-pro-service-single-lay h2 {
    font-size: 24px !important;
  }
  .ecommerce-trendy-outfits-pro-archive-left {
    padding-right: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-inner-banner-title {
    font-size: 26px !important;
    margin: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-blog-single-area {
    padding: 40px 15px !important;
  }
  .ecommerce-trendy-outfits-pro-blog-single-right-area {
    padding-left: 0px !important;
    padding-top: 40px;
  }
  .ecommerce-trendy-outfits-pro-section9 .wp-block-buttons {
    margin-top: 30px !important;
  }
  .ecommerce-trendy-outfits-pro-inner-banner .wp-block-cover {
    min-height: 220px !important;
  }
  .ecommerce-trendy-outfits-pro-404 h1 {
    padding-bottom: 30px !important;
    font-size: 30px !important;
  }
  .related.products li,
  .products li {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .ecommerce-trendy-outfits-pro-section5-menu-box .wp-block-column {
    text-align: center;
  }
  .ecommerce-trendy-outfits-pro-section5-left::after {
    display: none;
  }
  .ecommerce-trendy-outfits-pro-section5-left,
  .ecommerce-trendy-outfits-pro-section5-right {
    padding: 0px !important;
  }
}
@media (min-width: 1024px) {
  .ecommerce-trendy-outfits-pro-banner {
    padding-left: 60px !important;
  }
  .wc-block-product .yith-wcwl-add-to-wishlist-button {
    right: 32px !important;
  }
  .product-section .wc-block-components-product-button {
    transform: translate(-50%, 160%) !important;
  }
  .product-section .wp-block-button__link {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single-blog-page .pagination {
    flex-wrap: nowrap !important;
  }
  .ecommerce-trendy-outfits-pro-header-top-bar {
    padding: 20px 15px !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.ecommerce-trendy-outfits-pro-header-top-bar-left,
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.ecommerce-trendy-outfits-pro-header-top-bar-logo,
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.ecommerce-trendy-outfits-pro-header-top-bar-right {
    flex-basis: auto !important;
    width: 33.33%;
    float: left;
    padding: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-ice-berg .wp-block-image {
    width: 140px;
    height: 140px;
  }
  .ecommerce-trendy-outfits-pro-header-top-bar-right
    .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
    padding: 0px;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.ecommerce-trendy-outfits-pro-banner-content,
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.ecommerce-trendy-outfits-pro-banner-image {
    flex-basis: auto !important;
    width: 50%;
    float: left;
    padding: 0px !important;
    text-align: left;
  }
  .ecommerce-trendy-outfits-pro-banner-content .wp-block-buttons {
    margin: inherit;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column.ecommerce-trendy-outfits-pro-banner-content {
    padding-top: 40px !important;
  }
  .ecommerce-trendy-outfits-pro-section1-right
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: auto !important;
  }
  .ecommerce-trendy-outfits-pro-better-box {
    flex-basis: auto !important;
    width: 49% !important;
    display: inline-block;
    padding: 15px !important;
  }
  .ecommerce-trendy-outfits-pro-section11-right
    .is-layout-flow.wp-block-column {
    flex-basis: auto !important;
    padding: 15px;
  }
  .ecommerce-trendy-outfits-pro-section2-left
    .wp-block-image.alignleft.size-full,
  .ecommerce-trendy-outfits-pro-section5-inner
    .wp-block-image.alignleft.size-full {
    float: none;
    text-align: center;
    width: 100%;
  }
  .ecommerce-trendy-outfits-pro-section7-testimonial-box {
    width: 60%;
    margin: 0 auto;
  }
  .ecommerce-trendy-outfits-pro-banner {
    padding-left: 60px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  h3.has-text-color {
    font-size: 20px !important;
  }
  .ecommerce-trendy-outfits-pro-blog-content h2 {
    font-size: 24px !important;
  }
  .ecommerce-trendy-outfits-pro-ice-berg h3 {
    width: 100%;
  }
  .ecommerce-trendy-outfits-pro-section7-left .wp-block-group {
    padding: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-section7-left .wp-block-columns {
    padding: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-section7-left h2 {
    padding: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-section1-left p {
    padding-top: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-section7-left {
    padding: 40px 15px 0px !important;
  }
  .wp-block-group .ecommerce-trendy-outfits-pro-section7-testimonial-box {
    padding: 20px 25px !important;
    margin-top: 30px !important;
  }
  .wp-block-group .ecommerce-trendy-outfits-pro-section7-testimonial-box p {
    font-size: 16px !important;
    padding-bottom: 10px !important;
  }
  .ecommerce-trendy-outfits-pro-section8 h2 {
    font-size: 46px !important;
  }
  .ecommerce-trendy-outfits-pro-banner-content h1 {
    font-size: 50px !important;
  }
  .ecommerce-trendy-outfits-pro-header-top-bar-left .wp-block-image {
    margin: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-404 h3.has-text-color {
    font-size: 80px !important;
  }
  .ecommerce-trendy-outfits-pro-section11-left {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .wp-block-cover.latest-news-section .gutentor-post-title a {
    font-size: 16px !important;
  }
  .wp-block-cover.banner-section .wp-block-cover.one-container {
    padding-top: 15rem !important;
    padding-bottom: 6rem !important;
  }
  .wp-block-group.banner-home-group .wp-block-stackable-heading h1 {
    line-height: 70px !important;
  }

  .wp-block-group.single-blog-page .wp-block-columns div.wp-block-column {
    flex-basis: 100% !important;
    margin-bottom: 15px;
  }

  .wp-block-group.banner-home-group form {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .wp-block-group.banner-home-group .wp-block-stackable-heading {
    width: 100% !important;
  }
  .wp-block-stackable-button-group.activity-group-button {
    position: unset !important;
    right: unset;
    top: unset;
    transform: unset !important;
    margin-top: 28px !important;
    margin-bottom: 30px;
  }

  .wp-block-columns.about-section-main-row .wp-block-column.about-imgs-col {
    order: 1;
  }
  .wp-block-group.about-single-text-grp div.wp-block-stackable-text {
    padding-left: 0 !important;
    &::before {
      content: unset !important;
    }
  }
  footer .wp-block-cover.one-container {
    padding-top: 3em !important;
    padding-bottom: 6em !important;
  }
  .wp-block-columns.test-main-row .wp-block-column.test-client-slider-col {
    order: 2;
  }

  .wp-block-group.client-carousel-arrow-row {
    justify-content: center;
  }
  .wp-block-group.client-img-name-row .wp-block-group.is-vertical {
    width: auto;
  }
  .wp-block-group.client-img-name-row {
    justify-content: center;
    flex-wrap: wrap;
  }

  .destinations-tabs.row {
    justify-content: center;
  }

  .destinations-tabs.row .pop-card .contents {
    text-align: center;
  }

  .destinations-section .wp-block-cover.one-container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .footer-row.wp-block-columns div.wp-block-column nav {
    align-items: center !important;
    margin-bottom: 30px;
  }
  .footer-row.wp-block-columns div.wp-block-column nav ul {
    align-items: center;
  }

  .single-blog-page .post-info {
    padding: 30px !important;
    text-align: center;
  }
  body.post-type-archive-services .post_col {
    text-align: center;
  }
  body.post-type-archive-services .post_col figure {
    margin: 0 auto;
  }
  .ecommerce-trendy-outfits-pro-header-banner .wp-block-cover {
    padding-top: 300px !important;
  }
}
@media (max-width: 599px) {
  header nav .wp-block-navigation__responsive-container {
    padding-top: 5em !important;
  }
  .nav-group .wp-block-navigation__responsive-container ul {
    row-gap: 25px !important;
  }
  .nav-group .wp-block-navigation__responsive-container ul .has-child > a {
    text-align: center !important;
    display: block !important;
    margin: auto;
    margin-bottom: 14px !important;
  }

  .header-logo img {
    margin: auto !important;
  }
  .footer-section .wp-block-navigation__responsive-container-content ul {
    margin: auto;
    & li a {
      color: #000 !important;
    }
  }
  .footer-section .wp-block-navigation__responsive-dialog {
    width: 80%;
    margin: 0 auto;
  }
  .footer-section .wp-block-navigation__responsive-dialog button {
    color: #000;
  }
  .nav-group .wp-block-navigation__responsive-container ul {
    margin: auto;
  }
  .nav-group .wp-block-navigation__responsive-container ul li {
    margin: 0 auto;
  }
  .ecommerce-trendy-outfits-pro-menu {
    position: relative;
    right: 0px;
    top: -25px;
  }
  .ecommerce-trendy-outfits-pro-menu .wp-block-navigation ul {
    display: block !important;
    width: 100%;
    text-align: right;
    min-width: 310px !important;
    padding-left: 5px !important;
  }
  .wp-block-navigation__submenu-container li {
    padding-right: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-menu .wp-block-navigation ul li {
    display: block !important;
    border-bottom: solid 1px #ccc;
    margin-bottom: 0px;
    padding: 15px 0px;
    padding-right: 25px;
  }
  .ecommerce-trendy-outfits-pro-menu .wp-block-navigation__submenu-container {
    padding-right: 0px !important;
  }
  .ecommerce-trendy-outfits-pro-menu .wp-block-navigation ul li a {
    line-height: normal !important;
  }
  .ecommerce-trendy-outfits-pro-menu
    .wp-block-navigation__submenu-container
    li
    a {
    text-align: right;
    display: inherit !important;
  }
  .ecommerce-trendy-outfits-pro-menu .wp-block-navigation__submenu-container {
    padding-top: 20px !important;
  }
  .ecommerce-trendy-outfits-pro-menu
    .wp-block-navigation__submenu-container
    li {
    border: none !important;
  }
  .ecommerce-trendy-outfits-pro-menu
    .wp-block-navigation__responsive-container-open:hover {
    background: none;
  }
  .ecommerce-trendy-outfits-pro-menu
    .wp-block-navigation__responsive-container-open
    svg {
    width: 35px;
    height: 35px;
  }
  .ecommerce-trendy-outfits-pro-menu
    .wp-block-navigation.items-justified-right {
    padding-top: 0px;
  }
  .ecommerce-trendy-outfits-pro-menu .current-menu-item a,
  .ecommerce-trendy-outfits-pro-menu li a:hover {
    color: #5baaec !important;
    background: none !important;
  }
  .ecommerce-trendy-outfits-pro-menu .is-layout-constrained {
    padding: 5px !important;
  }
  .footer-col-two nav ul li a span {
    color: #000 !important;
  }
}
/* *-*-*-*-*-*-*-*-*-* New CSS	*-*-*-*-*-*-*-*-*-*-*-* */

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

/* ------------------ Header CSS -------------------- */
.wp-block-group.main-head-nav .wp-block-stackable-button-group a {
  text-align: center;
}
.wp-block-group.main-head-nav .wp-block-stackable-button-group a:hover {
  background-color: #000 !important;
  border: 1px solid #ff4343;
}
.header-nav .wp-block-navigation__container li.open-on-hover-click:hover ul {
  animation: fadeInDown 0.2s linear;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
header nav ul {
  gap: 30px !important;
}

.sticky {
  position: fixed !important;
  width: 100%;
  max-width: 100% !important;
  top: 30px;
  left: 0;
  z-index: 999;
  right: 0;
}
header .wp-block-cover.one-container.sticky > img {
  filter: drop-shadow(2px 4px 6px #ff4343);
}
body:not(.home) .wp-block-cover.sticky {
  position: unset !important;
}

/* body:not(.home) header .wp-block-cover.one-container {
  background-color: #ff434324;
  border-radius: 10px;
  border: 1px solid #ff434324;
} */

.wp-block-group.main-head-nav {
  gap: 50px;
  justify-content: end;
}
body.page-template-filtered-results
  > .wp-block-cover.one-container
  ul.wp-block-navigation__container {
  gap: 30px;
}
header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}

header .wp-block-cover.one-container {
  min-height: auto;
  width: 100% !important;
  padding: 10px;
  overflow: visible;
}

body.page-template-filtered-results > .wp-block-cover.one-container {
  min-height: 100px;
  width: 100% !important;
  padding: 7px 8px 66px;
  overflow: visible;
  background-color: #ff434324;
  border-radius: 10px;
  border: 1px solid #ff434324;
}
header .wp-block-cover.one-container > img {
  height: auto;
}
.wp-block-column.header-logo figure {
  transform: translateY(10px);
}

body.stk--anim-init .header-logo img {
  object-fit: contain;
  width: auto !important;
}

header .wp-block-navigation__responsive-container-close {
  transform: translateX(-30px);
}

body:not(.home) header .nav-group ul.wp-block-navigation__container > li {
  color: #000;
}

header .wp-block-columns {
  align-items: center !important;
  display: flex;
  justify-content: space-between;
}
header .wp-block-columns .wp-block-column {
  flex-basis: auto !important;
}
header .wp-block-group.main-head-nav {
  justify-content: end;
}

.nav-group ul.wp-block-navigation__container > li {
  padding: 0px 18px;
  font-family: "Jost";
  color: #31313b;
  font-weight: 400;
}
.copy-text h4 strong {
  font-weight: 800;
}

.nav-group ul.wp-block-navigation__container > li a.current-menu-item {
  position: relative;
  &:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #ff4343;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    transform: translateY(18px);
    z-index: 2;
  }
}
.nav-group ul.wp-block-navigation__container > li a {
  font-size: 16px;
  font-family: "Poppins";
  color: #000000 !important;
  font-weight: 600;
}

/* ------------- Search -------------- */

/* ------------ Banner Section -------------- */
.wp-block-stackable-text.banner-small-text {
  width: fit-content !important;
}

.wp-block-group.banner-home-group .wp-block-stackable-heading {
  width: 100%;
  & h1 {
    text-shadow: 0px 3px 6px #00000029;
  }
}
.wp-block-group.banner-home-group form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-group.banner-home-group form p br {
  display: none;
}
.wp-block-group.banner-home-group form p {
  margin-bottom: 0 !important;
  width: 180px;
}
.wp-block-group.banner-home-group form {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  background-color: #fff;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
  margin-top: 30px;
}

/* ---------- About Us Section ----------- */

.wp-block-group.review-about-grp {
  box-shadow: 0px 3px 6px #00000029;
  width: fit-content;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  transform: translate(-30px, 0px);
  padding: 10px;
}
.wp-block-stackable-image.main-curve-image {
  width: 48% !important;
  margin-left: 40px !important;
}
.wp-block-group.about-experience-grp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
  width: fit-content;
  height: fit-content;
  z-index: 1;
}
.wp-block-stackable-image.main-girl-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52%;
  transform: translate(-50px, -30px);
  z-index: 1;
}
.wp-block-group.back-circle-grp {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 60%;
  margin: auto;
  right: 0;
  border-radius: 50%;
  left: 0;
  transform: translateX(50px);
}

header ul li.has-child ul li a.current-menu-item::after {
  content: unset !important;
}
footer ul li.has-child ul li span {
  color: #000;
}
.wp-block-columns.footer-row .wp-block-column:nth-child(1) figure {
  margin-bottom: 20px;
}

.wp-block-group.about-image-media-grp .wp-block-stackable-image {
  border-radius: 50% !important;
}
.wp-block-group.about-row-for-text .wp-block-group.about-image-media-grp {
  flex-basis: 56%;
}

.wp-block-group.only-text-abt-row {
  position: relative;
  &::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff80;
    transform: translateX(-25px);
  }
}
.wp-block-group.about-single-text-grp .wp-block-stackable-text {
  position: relative;
  &::before {
    position: absolute;
    content: "" !important;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 92%;
    background-color: #ffffff80;
    margin: auto;
  }
}

/* -------- Counter Section --------- */
.wp-block-group.grad-group-counter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* -------- Destination Section --------- */
.dest-img img {
  border-radius: 10px;
  object-fit: cover;
}
.trip-info span i {
  margin-right: 5px;
  color: #ffffff;
}
.trip-info span a {
  text-decoration: unset;
}
#destination-section .dest {
  position: relative;
}
.cat-count {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #ff4343;
  color: #fff;
  padding: 5px 15px;
  font-family: "Jost";
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
  opacity: 0;
}
#destination-section .dest:hover .cat-count {
  opacity: 1;
}
.dest-card {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 14px 20px;
}

.dest-card .title a {
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: unset;
  color: #fff;
  font-size: 20px;
}
.dest-card .cat-name {
  font-family: "Jost";
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}

.dest .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    0deg,
    rgba(5, 5, 4, 1) 0%,
    rgba(255, 255, 255, 0.10968137254901966) 30%
  );
  border-radius: 10px;
}
#destination-section .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3em;
  width: 605px;
  margin: 1em auto 0;
}
#destination-section .owl-dots {
  display: flex;
  text-align: center;
  transform: translateY(-28px);
  z-index: -1;
  position: relative;
  column-gap: 21px;
  justify-content: center;
  align-items: center;
}
#destination-section .owl-dots .owl-dot {
  width: 76px;
  border: unset;
  outline: none;
  background-color: #d5d5d5;
  height: 5px;
  border-radius: 5px;
}
#destination-section .owl-dots .owl-dot.active {
  background-color: #ff4343 !important;
}

#destination-section .owl-nav button {
  font-size: 20px;
  padding: 10px 17px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  border: unset;
  &:hover {
    background-color: #ff4343;
  }
}
#destination-section .owl-carousel .owl-stage-outer {
  padding-top: 50px;
}
#destination-section .owl-carousel .active.two-five {
  transform: translateY(-20px);
}
#destination-section .owl-carousel .active.three-four {
  transform: translateY(-40px);
}
/* ----------- Activities Section ------------ */
.wp-block-stackable-button-group.activity-group-button {
  position: absolute;
  right: 0;
  top: 0;
}
.activities-section .act-card .image a {
  background-color: #e5f1f0;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  height: 100% !important;
  width: fit-content;
  display: block;
  margin: auto;
  transition: 0.4s ease-in-out;
}
.activities-section .act-card:hover .title a {
  color: #ff4343;
}

.activities-section .act-card:hover .image a {
  background-color: #ff4343;
}
.activities-section .act-card:hover img {
  filter: invert(1);
}

.activities-section .act-card {
  background-color: #fff;
  padding: 24px 15px;
  border-radius: 10px;
}
.activities-section .act-card .title a {
  text-decoration: unset;
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  margin-top: 17px;
}
.activities-section .act-card .excerpt {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  line-height: 26px;
}

/* ----------- Why Choose Us ------------- */
.wp-block-column.progress-col {
  box-shadow: 40px 0px 0px 0px #ff4343;
}
.wp-block-column.progress-col .wp-block-group {
  width: fit-content;
  margin-left: 0 !important;
  position: relative;
  top: 5%;
}
.wp-block-stackable-video-popup.video-popup-block {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 10px solid #fff !important;
  border-radius: 50%;
}

/* ------------- Gallery Section -------------- */
.wp-block-gallery.home-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 330px 1fr 1fr;
  grid-template-rows: repeat(10, 30px);
  grid-gap: 20px !important;
  margin: 0;
}

.wp-block-gallery.home-gallery figure {
  width: 100% !important;
  height: 100% !important;
  & img {
    border-radius: 10px !important;
  }
}

.wp-block-gallery.home-gallery figure:nth-child(1) {
  grid-column: 5 / 6;
  grid-row: 4 / 8;
}

.wp-block-gallery.home-gallery figure:nth-child(2) {
  grid-column: 4 / 5;
  grid-row: 2 / 6;
}
.wp-block-gallery.home-gallery figure:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 6 / 10;
}
.wp-block-gallery.home-gallery figure:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 2 / 6;
}
.wp-block-gallery.home-gallery figure:nth-child(5) {
  grid-column: 1 / 2;
  grid-row: 4 / 8;
}
.wp-block-gallery.home-gallery figure:nth-child(6) {
  grid-column: 3 / 4;
  grid-row: 1 / 11;
}
.wp-block-gallery.home-gallery figure:nth-child(7) {
  grid-column: 4 / 5;
  grid-row: 6 / 10;
}

/* -------------------- Testimonials Section ----------------------- */
.one-container {
  max-width: 1320px !important;
  margin: 0px auto !important;
}
.wp-block-group.test-group {
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}
.wp-block-group.test-group:hover {
  background-color: #ff4343 !important;
}
.wp-block-group.test-group:hover::after {
  color: #ffffff0d !important;
}
.wp-block-group.test-group::after {
  position: absolute;
  content: "\f10d" !important;
  right: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 90px;
  color: #ff43430d;
  transform: translateX(-50px);
}
.wp-block-stackable-carousel.testimonial-carousel
  .wp-block-stackable-column
  .stk-block-content {
  padding: 3px;
}

.client-carousel-arrow-row .wp-block-stackable-icon {
  cursor: pointer;
}
.wp-block-stackable-carousel.testimonial-carousel .stk-block-carousel__buttons {
  display: none !important;
}
.wp-block-group.test-group figure {
  width: 86px;
  height: 86px;
}

/* ---------- Destinations Code ------------ */
#destination-section {
  padding-bottom: 60px !important;
}

/* ---------------- Destinations Tabs Section-------------------- */

.trip-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}
.trip-info span.direct-text,
.trip-info span.direct-text a {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.destinations-tabs .pop-card .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 420px;
}
.pop-card .adv-tour-over {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
  width: 100%;
  height: 50%;
  border-radius: 0px 0px 10px 10px;
}

.pop-card:hover .adv-tour-over {
  background: linear-gradient(180deg, #ff434300 0%, #ff4343 100%);
}

.destinations-tabs .pop-card .contents {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.destinations-tabs .contents .title a {
  text-decoration: unset;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  &:hover {
    color: #ffffff;
  }
}
.destinations-tabs .pop-card .price .sale-price {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  font-family: "Poppins";
}

.destinations-tabs .contents .excerpt {
  font-family: "Jost";
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  p {
    margin-bottom: 0;
  }
}

/* ------------- Started Section --------------- */
.wp-block-group.trek-group {
  width: 40%;
  position: relative;
  z-index: 2;
}
.wp-block-stackable-image.sg-shape-image-trek {
  position: absolute;
  bottom: 0;
}
.wp-block-group.gradient-trek {
  position: absolute;
  top: 0;
}

/* -------------- Teams Section ---------------- */

.wp-block-group.team-text-position {
  left: 0;
  right: 0;
  bottom: 8px;
  position: absolute;
  z-index: 2;
}
.wp-block-group.team-text-position .team-social-button {
  display: none;
  transition: 0.5s ease-in-out;
}

.wp-block-group.team-img-grp {
  position: relative;
  transition: 0.5s ease-in-out;
  &::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #111111 100%)
      0% 0% no-repeat padding-box;
    width: 100%;
    height: 160px;
    content: "" !important;
    z-index: 1;
    border-radius: 0 0 20px 20px;
    transition: 0.5s ease-in-out;
  }
  &:hover::after {
    height: 100%;
  }
  &:hover .team-social-button {
    display: block !important;
  }
}

/****************** contact-form-section-css**********************/
.contact-col-two-group input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  margin-top: 20px;
  font-family: "Roboto";
}
.contact-page-right-col form label {
  font-family: "Jost";
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.contact-page-right-col form input[type="text"]::placeholder,
.contact-page-right-col form input[type="email"]::placeholder,
.contact-page-right-col form textarea::placeholder {
  font-family: "Jost" !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 26px !important;
}
.contact-page-left-col .contact-map {
  margin-bottom: 10px;
}
.contact-page-left-col .contact-map iframe {
  border-radius: 10px;
}
.contact-col {
  align-items: end !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #00b5e2;
  color: #000;
}
.contact-col-two-group .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute;
}

/*************** what do i do -section-css ****************************/
.gutentor-element-progressbar .gutentor-element-progressbar-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/**************** newsletter-section-csss****************************/
.wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.newsletter-section .input-subscribe {
  bottom: 0px;
  position: absolute;
  margin: 0px auto;
  width: auto;
  top: 1px;
  right: 2px;
  height: auto;
}
.newsletter-section .input-subscribe .wpcf7-spinner {
  position: absolute;
  top: 70px;
  right: 0;
}
.input-container {
  position: relative;
  height: auto;
}

.wp-block-stackable-text.news-block-black {
  width: fit-content;
}

.wp-block-group.news-form-group {
  width: 895px !important;
}

.wp-block-group.news-form-group form p {
  position: relative;
  margin-bottom: 0;
  display: flex;
  gap: 5px;
}

.wp-block-group.news-form-group form {
  padding: 10px 12px;
  border-radius: 10px;
}
.wp-block-group.news-form-group form {
  padding: 10px 12px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.wp-block-group.news-form-group form p span.wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

.wp-block-group.news-form-group form span input[type="email"] {
  background-color: #fff3f3;
  border-radius: 10px;
  padding: 12px 20px;
}
.wp-block-group.news-form-group form span input[type="email"]::placeholder {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.wp-block-group.news-form-group form input[type="submit"] {
  background-color: #ff4343;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 6px;
  padding: 12px 19px;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 15px;
  &:hover {
    background-color: #000;
  }
}
.wp-block-group.news-form-group form .wpcf7-spinner {
  bottom: -40px;
}
.wp-block-group.news-form-group form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -75px;
  color: #000;
}
.wp-block-group.news-form-group form .wpcf7-response-output {
  position: absolute;
  bottom: -38px;
  color: white;
  border-color: #ff4343;
}
.wp-block-group.gradient-newsl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.wp-block-cover.home-news-section
  .wp-block-cover.one-container
  .wp-block-cover__inner-container {
  padding-top: 12em;
  padding-bottom: 8em;
}

.input-subscribe > p:nth-child(1) {
  margin-bottom: 0;
}

/* -------------- Blog Section --------------- */

.latest-news-section .gutentor-post-item .gutentor-image-thumb img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}
.latest-news-section .gutentor-post-item {
  position: relative;
  overflow: visible !important;
}

.blogs-slider .blog-wrap .vcard::before {
  content: unset !important;
}

.blog-wrap .gutentor-meta-categories a {
  font-family: "Jost";
  font-weight: 400;
  color: #ff4343 !important;
  font-size: 16px !important;
}
.blog-wrap .gutentor-meta-categories::before {
  content: unset !important;
}
.blog-wrap .gutentor-post-title a {
  line-height: 26px;
}
div.blog-wrap .gutentor-entry-meta-secondary i {
  font-weight: 700;
  font-size: 12px !important;
  color: #000 !important;
}
div.blog-wrap .gutentor-entry-meta-secondary a,
div.blog-wrap .gutentor-entry-meta-secondary .comments-link {
  text-transform: capitalize;
}
div.blog-wrap .author.vcard::before {
  color: #dbdbdb;
  height: 15px !important;
}
.blogs-slider .blog-wrap .gutentor-entry-meta-secondary i {
  font-size: 16px !important;
  margin-right: 10px !important;
  color: #fff !important;
}
.wp-block-cover.latest-news-section .gutentor-entry-meta-secondary a,
.wp-block-cover.latest-news-section
  .gutentor-entry-meta-secondary
  .comments-link {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.blogs-slider .blog-wrap a.gutentor-post-button {
  margin-bottom: 0;
}
/* ------------- Blogs Page ---------------- */
.blogs-page-posts .gutentor-image-thumb img {
  height: auto;
}
.latest-news-section .gutentor-image-thumb img {
  height: auto;
  border-radius: 8px;
}

.page-template-blog-page .gutentor-image-thumb img {
  width: 100%;
}

.wp-block-cover.latest-news-section .gutentor-post-image-box {
  margin-bottom: 0 !important;
}

.wp-block-cover.latest-news-section article {
  padding: 0 !important;
}
.wp-block-cover.latest-news-section .stk-block-carousel__buttons {
  transform: translate(10px, -8em);
}

.wp-block-cover.latest-news-section .blog-wrap {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px 30px;
  z-index: 1;
}
.blogs-slider .gutentor-entry-meta-secondary {
  column-gap: 42px;
  display: flex;
  margin-bottom: 8px !important;
  flex-wrap: wrap;
  row-gap: 10px;
}
.wp-block-cover.latest-news-section .comments-link::before {
  content: unset !important;
}
.wp-block-cover.latest-news-section
  .gutentor-entry-meta-secondary
  div:has(a):hover
  a {
  color: #ff4343;
}
.blog-wrap .gutentor-post-title a {
  line-height: 26px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  &:hover {
    color: #ff4343;
  }
}
.wp-block-cover.latest-news-section .gutentor-image-thumb {
  position: relative; /* required for ::after to position correctly */
  overflow: hidden; /* keeps overlay inside the image */
}
.wp-block-cover.latest-news-section .gutentor-image-thumb::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #00000000 0%, #111111 100%) 0%
    0% no-repeat padding-box;
  width: 100%;
  height: 160px;
  content: "" !important;
  z-index: 1;
  border-radius: 0 0 10px 10px;
  transition: 0.5s ease-in-out;
}
.wp-block-cover.latest-news-section .gutentor-image-thumb:hover::after {
  height: 100%; /* expand to full image height */
}
/* ------------- Footer Section --------------- */
.footer-section-two .gutentor-text-wrap a {
  text-decoration: none;
}
.footer-section-two .gutentor-text-wrap a:hover {
  color: #111111;
}
.wp-block-column.footer-col-five .gutentor-text-wrap a {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  &:hover {
    color: #ff4343;
  }
}
.wp-block-group.footer-section-two a h4 {
  margin-bottom: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  &:hover {
    color: #000 !important;
  }
}

.footer-col-two nav ul {
  justify-content: space-evenly;
}
.footer-nav-head h3 {
  position: relative;
}

.footer-row nav ul li {
  padding: 10px 0px;
}
.footer-row nav ul li a {
  font-family: "Mulish";
  font-size: 18px;
  font-weight: normal;
  color: #e6dfdf;
}
.footer-row nav li a:hover {
  color: #ff4343 !important;
}

.footer-section-two {
  padding: 16px 15px;
  margin-bottom: 25px !important;
}

.footer-section-two .wp-block-columns {
  padding: 0 40px;
}

.foot-newsletter-form form p {
  display: flex;
  margin-bottom: 0;
}

.wp-block-columns.footer-row .footer-call a {
  text-decoration: unset;
}

.foot-newsletter-form form span.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.foot-newsletter-form form {
  position: relative;
  width: 90%;
}

footer .wpcf7 form.invalid .wpcf7-response-output {
  position: absolute;
  transform: translateY(40px);
  bottom: 0;
  border-color: red;
  color: #fff;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}
footer .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
}

/* ------------- Shop --------------- */
.archive.post-type-archive .product h3 a {
  text-decoration: unset;
}

/* ------------ Cart Page ------------- */
.wc-block-cart-items .wc-block-cart-item__image {
  width: 40%;
  & img {
    border-radius: 10px;
  }
}
.woocommerce-cart .wp-site-blocks h1 {
  margin-top: 50px;
  font-family: "Jost";
  color: #ff4343;
  font-weight: 700;
}
.wc-block-cart-items__row {
  background: #ff434361;
  border-radius: 10px;
  border-bottom: 8px solid #fff;
}
.wc-block-cart-items__row td {
  border: none !important;
}
.wc-block-cart-items__header th {
  font-family: "Jost";
  font-size: 18px;
  color: #ff4343;
}
.wc-block-cart-item__wrap a.wc-block-components-product-name {
  text-decoration: unset;
  color: #000;
  font-family: "Jost";
  font-size: 20px;
  font-weight: 700;
  &:hover {
    color: #ff4343;
  }
}
.price.wc-block-components-product-price ins {
  font-weight: 600;
  font-size: 20px;
  color: #323232;
}
.price.wc-block-components-product-price del {
  font-size: 20px;
  font-weight: 400;
  color: #323232b5;
}
.wc-block-cart-item__total span.wc-block-components-product-price__value {
  font-family: "Saira";
  font-weight: 600;
  font-size: 22px;
  color: #083f9b;
}
.wc-block-cart-item__product .wc-block-components-sale-badge {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.wc-block-cart-item__product
  .wc-block-components-product-metadata__description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Jost";
  color: #000;
}
.wc-block-cart-item__remove-link {
  text-decoration: unset !important;
  font-size: 18px !important;
  margin-top: 10px !important;
  &:hover {
    text-decoration: underline !important;
    text-decoration-color: #ff4343 !important;
    color: #181616 !important;
  }
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper
  .wc-block-components-product-badge.wc-block-components-sale-badge {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.wc-block-components-totals-coupon a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: unset;
  &:hover {
    color: #083f9b;
  }
}
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-family: "Jost" !important;
  font-size: 18px !important;
  color: #ff4343 !important;
}
body.woocommerce-cart header {
  box-shadow: 0px 0px 18px #e9767669;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item
  .wc-block-formatted-money-amount {
  color: #ff4343;
  font-size: 24px;
}
.wc-block-cart__submit-container a {
  font-size: 20px !important;
  border: 1px solid #3232;
  border-radius: 5px;
  margin-top: 10px;
  font-family: "Syne";
  font-weight: 400;
  &:hover {
    color: #000;
  }
}
.lp-archive-courses-sidebar {
  display: none;
}

/************************* Responsive-css-all-media *****************************************/

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .wc-block-product .yith-wcwl-add-to-wishlist-button {
    right: 10px !important;
  }
  .banner-section
    .banner-home-group
    .stk-block-heading
    .stk-block-heading__text {
    font-size: 320px !important;
  }
  .banner-section .slider-col-2 .stk-block-text .stk-block-text__text {
    font-size: 23px !important;
  }
  .banner-section .slider-col-1 .stk-block-text .stk-block-text__text {
    font-size: 14px !important;
  }
  header .wp-block-cover.one-container.sticky > img {
    filter: unset !important;
  }
  header .wp-block-cover.one-container {
    overflow: visible;
  }
  .wp-block-column.header-logo figure {
    transform: unset !important;
  }
  .wp-block-group.banner-home-group .wp-block-stackable-heading {
    width: 100%;
  }
  .wp-block-columns.about-section-main-row .wp-block-column.about-imgs-col {
    align-self: center;
  }
  .gutentor-element-advanced-text.footer-call p {
    font-size: 16px !important;
  }
  .wp-block-column.footer-col-five .wp-block-stackable-button span {
    font-size: 12px !important;
  }

  .wp-block-column.progress-main-img .wp-block-stackable-image,
  .wp-block-column.progress-main-img .wp-block-stackable-image figure {
    height: 100% !important;
    & img {
      object-fit: fill !important;
    }
  }

  .blogs-slider .blog-wrap .gutentor-entry-meta-secondary {
    gap: 42px;
  }

  .one-container {
    max-width: 1140px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .nav-group ul.wp-block-navigation__container > li {
    padding: 0px 20px;
  }

  .blog-posts-col-one .gutentor-post-button,
  .blog-posts-col-three .gutentor-post-button {
    top: unset;
    margin-left: 20px;
    display: block;
    width: fit-content;
  }
  .blog-posts-col-one .g-avatar-wrap,
  .blog-posts-col-three .g-avatar-wrap {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 1199px) {
  header .wp-block-cover.one-container.sticky > img {
    filter: unset !important;
  }
  header .wp-block-cover.one-container {
    padding: 12px 10px 12px;
    overflow: visible;
    background-color: #fff !important;
    border-radius: 10px;
  }
  .wp-block-column.header-logo figure {
    transform: unset !important;
  }

  #destination-section .owl-carousel .active.two-five,
  #destination-section .owl-carousel .active.three-four {
    transform: unset !important;
  }
  .wp-block-cover.footer-section {
    padding-top: 4rem !important;
  }
  .wp-block-cover.latest-news-section {
    padding-bottom: 5rem !important;
  }
  .wp-block-cover.teams-section {
    padding-bottom: 2em !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header nav ul {
    gap: 16px !important;
  }
  .wp-block-group.banner-home-group .wp-block-stackable-heading {
    width: 85%;
  }
  .wp-block-group.about-row-for-text h5 {
    font-size: 15px !important;
  }
  .wp-block-column.about-imgs-col {
    align-self: center;
  }
  .wp-block-group.about-single-text-grp .wp-block-stackable-text p {
    font-size: 15px !important;
  }
  .wp-block-cover.home-counter-section {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .wp-block-column.footer-col-five .wp-block-stackable-button span {
    font-size: 15px !important;
  }
  .wp-block-column.footer-col-five .wp-block-stackable-button a {
    padding: 10px 16px !important;
  }

  .wp-block-columns.footer-row .wp-block-column {
    flex-basis: 31% !important;
    flex-grow: unset !important;
  }
  .wp-block-columns.footer-row {
    flex-wrap: nowrap !important;
    row-gap: 30px;
  }

  .wp-block-column.progress-col {
    padding-left: 30px !important;
  }

  .wp-block-column.progress-main-img .wp-block-stackable-image,
  .wp-block-column.progress-main-img .wp-block-stackable-image figure {
    height: 100% !important;
    & img {
      object-fit: fill !important;
    }
  }

  .header-logo figure.stk-img-wrapper {
    width: 140px !important;
  }

  footer .wpcf7-not-valid-tip {
    top: 0;
    transform: translateY(-25px);
  }

  .blogs-slider .stk-block-carousel__slider {
    --slides-to-show: 2 !important;
  }

  .one-container {
    max-width: 960px !important;
  }
  .nav-group ul.wp-block-navigation__container > li {
    padding: 5px 15px;
    font-size: 12px !important;
  }
  .header-container .header-logo {
    flex-basis: 20% !important;
  }
  .header-container .header-nav {
    flex-basis: 100% !important;
  }

  .gutentor-image-thumb img {
    width: 100%;
    object-fit: fill;
  }

  .blog-posts-col-one .g-avatar-wrap,
  .blog-posts-col-three .g-avatar-wrap {
    margin-top: 10px !important;
  }

  body.woocommerce-cart h1,
  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout h1,
  body.woocommerce-checkout .wp-block-woocommerce-checkout,
  body.search.search-results h1,
  body.search.search-results .wp-block-query {
    max-width: 1000px !important;
    margin: auto;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .wp-block-group.main-head-nav nav {
    flex-basis: 65% !important;
  }
  .trip-info {
    flex-wrap: wrap !important;
  }
  .mtsnb .mtsnb-container {
    padding: 10px 10px;
  }
  .wp-block-group.main-head-nav {
    gap: 30px !important;
  }
  .wp-block-group.banner-home-group form {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .wp-block-group.banner-home-group .wp-block-stackable-heading {
    width: 100%;
  }
  .wp-block-stackable-button-group.activity-group-button {
    position: unset !important;
    transform: translateY(12px) !important;
  }
  .wp-block-columns.about-section-main-row .wp-block-column {
    flex-basis: 100% !important;
  }

  .wp-block-columns.about-section-main-row .wp-block-column.about-imgs-col {
    order: 1;
  }
  .wp-block-cover.home-counter-section {
    padding-top: 4em !important;
    padding-bottom: 3em !important;
  }
  .wp-block-columns.footer-row {
    flex-wrap: wrap !important;
    row-gap: 30px;
  }
  footer .wp-block-cover.one-container {
    padding-top: 3em !important;
    padding-bottom: 6em !important;
  }

  .wp-block-cover.home-news-section
    .wp-block-cover.one-container
    .wp-block-cover__inner-container {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .wp-block-cover.latest-news-section {
    padding-bottom: 5rem !important;
    padding-top: 8rem !important;
  }
  .wp-block-columns.choose-us-row > .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns.progress-col-row,
  .wp-block-columns.choose-features-row {
    flex-wrap: nowrap !important;
  }
  .wp-block-columns.test-main-row .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns.test-main-row .wp-block-column.test-client-slider-col {
    order: 1;
  }

  .wp-block-group.trek-group {
    width: 60%;
  }
  .wp-block-cover.started-section {
    min-height: 430px !important;
  }

  .wp-block-gallery.home-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, 150px);
  }
  .wp-block-gallery.home-gallery figure:nth-child(1) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .wp-block-gallery.home-gallery figure:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .wp-block-gallery.home-gallery figure:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 9;
    grid-row-end: 11;
  }

  .wp-block-gallery.home-gallery figure:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .wp-block-gallery.home-gallery figure:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .wp-block-gallery.home-gallery figure:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 9;
  }

  .wp-block-gallery.home-gallery figure:nth-child(7) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 9;
    grid-row-end: 11;
  }

  .destinations-section .wp-block-cover.one-container {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .nav-group ul.wp-block-navigation__container > li a.current-menu-item::after {
    transform: translateY(15px);
  }
  .wp-block-columns .wp-block-column.header-logo {
    flex-basis: 20% !important;
  }

  .blogs-slider .blog-wrap .gutentor-entry-meta-secondary {
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 5px;
  }

  .wp-block-cover.latest-news-section .stk-block-carousel__buttons {
    transform: translate(0px, 5em);
    justify-content: center !important;
    align-items: end !important;
  }

  .wp-block-cover.latest-news-section .wp-block-stackable-carousel {
    padding-bottom: 5em;
  }

  .wp-block-cover.teams-section .stk-block-carousel__slider {
    --slides-to-show: 2 !important;
  }
  .header-logo figure.stk-img-wrapper {
    width: 140px !important;
  }

  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .footer-section-two .stk-block-button-group .stk-row {
    justify-content: center;
    margin: 30px 0 0;
  }
  .footer-section-two h4 {
    font-size: 16px;
    text-align: center;
  }
  .footer-logo-col {
    margin-top: 30px !important;
  }
  footer .wpcf7-not-valid-tip {
    top: 0;
    transform: translateY(-30px);
  }
  .footer-logo-col figure {
    margin: 0 auto;
    width: 40%;
  }
  .foot-newsletter-form form {
    width: 100%;
  }
  .foot-news-row {
    flex-flow: column;
  }
  .footer-row > :nth-child(n + 3) {
    margin-top: 40px;
  }

  .testimonial-slider-col .stk-block-carousel__slider {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .one-container {
    max-width: 720px !important;
  }
  .service_post-info .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 30px;
  }
  .service-feat-image,
  .service-content {
    flex-basis: 100% !important;
  }

  .contact-page-left-col {
    padding-bottom: 0 !important;
  }
  .contact-page-left-col .wp-block-cover__inner-container {
    padding: 25px;
  }
  nav ul a {
    font-size: 16px !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-bottom: 50px !important;
  }
  ::placeholder {
    color: white;
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
  }
  .nav-group ul.wp-block-navigation__container > li {
    padding: 0px 16px;
    font-size: 12px !important;
  }

  .header-container .header-logo.wp-block-column {
    flex-basis: 20% !important;
  }
  .header-container .header-nav.wp-block-column {
    flex-basis: 100% !important;
  }

  body.woocommerce-cart h1,
  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout h1,
  body.woocommerce-checkout .wp-block-woocommerce-checkout,
  body.search.search-results h1,
  body.search.search-results .wp-block-query {
    max-width: 640px !important;
    margin: auto;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
    padding: 20px !important;
    display: flex !important;
    border-bottom: none !important;
    margin-bottom: 10px;
  }
  .wc-block-cart-items .wc-block-cart-item__image {
    width: 100%;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__product {
    margin-bottom: 0 !important;
  }

  .blog-posts-col-one .gutentor-post.grid-md-4,
  .blog-posts-col-three .gutentor-post.grid-md-4 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .posts-main-row {
    flex-wrap: wrap !important;
  }
  .posts-main-row.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: 100% !important;
  }
  .blog-posts-col-two .gutentor-post-image-box,
  .blog-posts-col-two .gutentor-post-content {
    width: 100% !important;
  }
  .blog-posts-col-one .gutentor-post,
  .blog-posts-col-three .gutentor-post {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    flex-wrap: wrap !important;
    justify-content: space-between;
  }
  .footer-row > .wp-block-column.wp-block-column-is-layout-flow {
    flex-basis: 47% !important;
  }

  header.wp-block-template-part
    .header-nav.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts-col-one .gutentor-post.grid-md-4,
  .blog-posts-col-three .gutentor-post.grid-md-4 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .posts-main-row {
    flex-wrap: wrap !important;
  }
  .posts-main-row.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: 100% !important;
  }
  .blog-posts-col-two .gutentor-post-image-box,
  .blog-posts-col-two .gutentor-post-content {
    width: 100% !important;
  }
  .blog-posts-col-one .gutentor-post,
  .blog-posts-col-three .gutentor-post {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mtsnb .mtsnb-container {
    padding: 10px 10px;
  }
  #destination-section .owl-nav {
    width: 480px;
  }

  .wp-block-cover.home-counter-section {
    padding-top: 3em !important;
    padding-bottom: 2em !important;
  }

  .wp-block-cover.home-news-section
    .wp-block-cover.one-container
    .wp-block-cover__inner-container {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .wp-block-cover.latest-news-section .wp-block-stackable-carousel {
    padding-bottom: 5em;
  }
  .wp-block-cover.latest-news-section .stk-block-carousel__buttons {
    transform: translate(0px, 5em);
    justify-content: center !important;
    align-items: end !important;
  }

  .wp-block-columns.progress-col-row,
  .wp-block-columns.choose-features-row {
    flex-wrap: nowrap !important;
  }
  .wp-block-column.progress-main-img .wp-block-stackable-image,
  .wp-block-column.progress-main-img .wp-block-stackable-image figure {
    height: 100% !important;
    & img {
      object-fit: fill !important;
    }
  }

  .wp-block-group.trek-group {
    width: 60%;
  }
  .wp-block-cover.started-section {
    min-height: 430px !important;
  }
  .wp-block-gallery.home-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, 100px);
  }
  .wp-block-gallery.home-gallery figure:nth-child(1) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .wp-block-gallery.home-gallery figure:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .wp-block-gallery.home-gallery figure:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 9;
    grid-row-end: 11;
  }

  .wp-block-gallery.home-gallery figure:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .wp-block-gallery.home-gallery figure:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .wp-block-gallery.home-gallery figure:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 9;
  }

  .wp-block-gallery.home-gallery figure:nth-child(7) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 9;
    grid-row-end: 11;
  }

  .wp-block-cover.teams-section .stk-block-carousel__slider {
    --slides-to-show: 2 !important;
  }

  .header-logo figure.stk-img-wrapper {
    width: 160px !important;
  }

  .banner-section > img {
    object-position: left;
  }

  .footer-logo-col figure {
    width: 50%;
  }
  .foot-newsletter-form h4 {
    text-align: center;
  }
  .footer-section-two h4 {
    font-size: 16px !important;
  }
  footer .wpcf7 form.invalid .wpcf7-response-output {
    transform: translateY(6px);
  }
  .foot-newsletter-form form {
    width: 100%;
  }
  .foot-newsletter-form form p {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }

  .footer-row.wp-block-columns div.wp-block-column {
    flex-basis: 40% !important;
  }

  header .wp-block-columns {
    flex-wrap: nowrap !important;
  }

  .header-container .header-logo.wp-block-column {
    flex-basis: 35% !important;
  }
  .header-container .header-nav.wp-block-column {
    flex-basis: 100% !important;
  }
  .header-logo figure {
    padding: 10px;
  }

  .single-blog-page .post-navigation-link-previous a {
    text-align: left;
  }
  .single-blog-page .pagination {
    flex-wrap: nowrap !important;
  }
  .service_post-info .wp-block-columns {
    gap: 30px;
  }

  .service-feat-image,
  .service-content {
    flex-basis: 100% !important;
    text-align: center;
  }

  .footer-col-one .wp-block-stackable-text p {
    margin-bottom: 20px;
  }

  .footer-col-two nav ul {
    width: 100%;
  }
  .footer-col-two nav ul li {
    margin: auto;
  }
  .contact-page-left-col {
    padding-bottom: 0 !important;
  }
  .contact-page-left-col .wp-block-cover__inner-container {
    padding: 25px;
  }
  .contact-email-row,
  .contact-call-row {
    justify-content: center !important;
  }
  .newsletter-section .input-subscribe {
    position: unset;
    text-align: center;
  }

  .contact-page-row .contact-mail,
  .contact-page-row .contact-call {
    justify-content: center !important;
  }
  body.woocommerce-cart h1,
  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout h1,
  body.woocommerce-checkout .wp-block-woocommerce-checkout,
  body.search.search-results h1,
  body.search.search-results .wp-block-query {
    max-width: 475px !important;
    margin: auto;
  }
  .achieve-col-one,
  .achieve-col-two {
    flex-basis: 75% !important;
  }
  .achieve-col-two .wp-block-column {
    height: 35px;
  }
  .achieve-col-one .wp-block-column {
    margin-bottom: 15px;
  }
  .achieve-col-one,
  .achieve-col-two {
    margin-bottom: 0 !important;
  }
  .gutentor-image-thumb img {
    width: 100%;
    object-fit: unset;
    height: auto;
  }

  .blog-posts-col-one .gutentor-post-item > :nth-child(1n),
  .blog-posts-col-three .gutentor-post-item > :nth-child(1n),
  .blog-posts-col-two .gutentor-post-content > :nth-child(1n) {
    text-align: center;
  }
  .posts-col .gutentor-button {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .footer-row h4 {
    text-align: center;
  }
  .footer-row .wp-block-stackable-heading {
    margin-top: 25px;
  }
  .footer-row ul.wp-block-navigation__container li {
    text-align: center;
  }

  body.woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
    padding: 16px;
    display: flex;
    flex-flow: column;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__image {
    width: 100%;
    padding-right: 0 !important;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__product {
    padding: 16px !important;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap {
    text-align: center;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap a {
    display: block;
    margin: auto;
  }
  body.woocommerce-cart.woocommerce-page
    .wc-block-components-quantity-selector {
    margin: auto;
  }
  body.woocommerce-cart.woocommerce-page
    .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: center !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
  .wp-block-group.main-head-nav {
    gap: 20px;
  }
  .nav-group ul.wp-block-navigation__container > li {
    padding: 5px 0px;
    font-size: 12px !important;
  }

  .wp-block-columns .wp-block-column.header-logo {
    flex-basis: 20% !important;
  }
  .wp-block-columns .wp-block-column.header-nav {
    flex-basis: 80% !important;
  }
  .header-logo figure.stk-img-wrapper {
    width: auto !important;
  }
  .header-logo img {
    object-fit: unset !important;
    width: auto !important;
  }
  .wp-block-columns .wp-block-column.header-nav ul {
    justify-content: center;
  }
  .nav-group ul.wp-block-navigation__container > li a.current-menu-item::after {
    transform: translateY(15px);
  }
}

@media screen and (max-width: 600px) {
  .client-image.is-stacked-on-mobile {
    grid-template-columns: unset !important;
    display: flex !important;
    flex-flow: column !important;
  }
}

@media screen and (max-width: 575px) {
  .mtsnb .mtsnb-container {
    padding: 10px 10px;
  }
  body:not(.admin-bar) .wp-block-cover.sticky {
    top: 72px !important;
  }

  #destination-section .owl-nav {
    width: auto;
  }
  #destination-section .owl-dots {
    display: none !important;
  }

  .wp-block-cover.activities-section .wp-block-cover.one-container {
    padding-top: 6em !important;
    padding-bottom: 10em !important;
  }

  .wp-block-group.about-row-for-text {
    flex-flow: column;
  }
  .wp-block-group.about-row-for-text
    .wp-block-group.about-image-media-grp
    .wp-block-group {
    flex-flow: column;
  }
  .wp-block-group.about-row-for-text .wp-block-group.only-text-abt-row p {
    text-align: center;
  }
  .wp-block-group.review-about-grp {
    position: unset !important;
    transform: unset !important;
    flex-wrap: wrap !important;
    margin-top: 20px;
    justify-content: center;
  }
  .wp-block-group.back-circle-grp {
    display: none;
  }
  .wp-block-group.about-experience-grp {
    position: unset !important;
    margin: 20px auto 0px !important;
  }

  .wp-block-cover.home-counter-section {
    padding-top: 3em !important;
    padding-bottom: 2em !important;
  }

  .wp-block-cover.home-news-section
    .wp-block-cover.one-container
    .wp-block-cover__inner-container {
    padding-top: 4em !important;
    padding-bottom: 6em !important;
  }

  .wp-block-cover.latest-news-section .stk-block-carousel__buttons {
    display: none !important;
  }
  .wp-block-group.news-form-group form p {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wp-block-group.news-form-group form .wpcf7-not-valid-tip {
    position: unset;
    color: #000;
    text-align: center;
  }
  .wp-block-group.news-form-group form .wpcf7-response-output {
    position: unset;
    color: #000;
    margin-top: 13px;
    text-align: center;
  }
  .blogs-slider .gutentor-entry-meta-secondary {
    flex-wrap: wrap;
    row-gap: 5px !important;
  }

  .wp-block-columns.choose-features-row .wp-block-group.is-vertical * {
    margin: auto;
  }
  .wp-block-columns.progress-col-row {
    row-gap: 20px;
  }
  .wp-block-columns.progress-col-row .wp-block-column.progress-main-img {
    background-color: unset !important;
    border-radius: unset !important;
  }
  .wp-block-column.progress-col
    .wp-block-group
    .stk-block-progress-circle__container {
    justify-content: center;
  }
  .wp-block-column.progress-col .wp-block-group {
    width: 100% !important;
    margin-left: auto !important;
  }
  .wp-block-column.progress-col {
    box-shadow: unset !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 10px !important;
  }
  .wp-block-group.trek-group {
    width: 90%;
  }
  .wp-block-cover.started-section {
    min-height: 430px !important;
  }
  .wp-block-group.client-img-name-row {
    flex-flow: column;
  }
  .wp-block-group.test-group
    .wp-block-group.is-vertical
    .wp-block-stackable-text {
    margin: auto;
  }
  .wp-block-gallery.home-gallery {
    display: flex;
  }

  .wp-block-cover.teams-section .stk-block-carousel__slider {
    --slides-to-show: 1 !important;
  }
  .banner-section .breadcrumds {
    flex-wrap: wrap;
    text-align: center;
  }
  .main-acc-div .panel-body {
    text-align: center;
  }

  .header-logo figure.stk-img-wrapper {
    margin: 0px auto 15px;
  }
  header .wp-block-group.main-head-nav {
    justify-content: center;
  }
  .banner-section > img {
    object-position: left;
  }

  .footer-contact-col > .wp-block-group > .wp-block-group {
    justify-content: center !important;
  }
  .footer-row nav {
    align-items: center !important;
  }

  .footer-nav-head {
    text-align: center;
    & h3 {
      display: inline-block;
      &::after {
        right: 0;
        margin: 0 auto;
      }
    }
  }
  footer .wpcf7-not-valid-tip,
  footer .wpcf7 form.invalid .wpcf7-response-output {
    position: unset;
  }
  .footer-logo-col figure {
    width: 165px;
  }
  .foot-newsletter-form h4 {
    text-align: center;
  }
  .footer-section-two h4 {
    font-size: 16px !important;
  }
  footer .wpcf7 form.invalid .wpcf7-response-output {
    transform: translateY(6px);
  }
  .foot-newsletter-form form {
    width: 100%;
  }
  .foot-newsletter-form form p {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }

  .nav-group ul.wp-block-navigation__container > li {
    padding: 0px 22px;
    font-size: 12px !important;
  }
  .header-container .header-logo.wp-block-column {
    flex-basis: 20% !important;
  }
  .header-container .header-nav.wp-block-column {
    flex-basis: 100% !important;
  }
  .single-blog-page .post-navigation-link-previous a {
    text-align: left;
  }
  .service_post-info {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .service_post-info .wp-block-columns {
    gap: 30px;
  }

  .service-feat-image,
  .service-content {
    flex-basis: 100% !important;
    text-align: center;
  }

  .copy-text h4.stk-block-heading__text {
    line-height: 25px !important;
  }
  .footer-col-one .wp-block-stackable-text p {
    margin-bottom: 20px;
  }
  .footer-col-two nav ul {
    width: 100%;
  }
  .footer-col-two nav ul li {
    margin: auto;
  }
  .contact-page-left-col,
  .contact-page-right-col {
    padding-bottom: 0 !important;
  }
  #Submit-btn {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }
  .contact-page-left-col .wp-block-cover__inner-container {
    padding: 25px;
  }
  .contact-email-row,
  .contact-call-row {
    justify-content: center !important;
  }

  .newsletter-section .input-subscribe {
    position: unset;
    text-align: center;
  }

  .contact-page-row .contact-mail,
  .contact-page-row .contact-call {
    justify-content: center !important;
  }
  body.woocommerce-cart h1,
  body.woocommerce-cart .entry-content,
  body.woocommerce-checkout h1,
  body.woocommerce-checkout .wp-block-woocommerce-checkout,
  body.search.search-results h1,
  body.search.search-results .wp-block-query {
    max-width: 450px !important;
    margin: auto;
    padding: 0px 20px !important;
  }
  body.search.search-results .breadcrumds {
    display: none;
  }

  .quest-div {
    width: 125px !important;
  }
  .achieve-col-one {
    margin-bottom: 0 !important;
  }
  .achieve-col-two {
    margin: 0 !important;
  }
  .newsletter-section .input-subscribe {
    position: unset;
    text-align: center;
  }

  .gutentor-image-thumb img {
    width: 100%;
    object-fit: unset;
    height: auto;
  }

  .blog-posts-col-one .gutentor-post-item > :nth-child(1n),
  .blog-posts-col-three .gutentor-post-item > :nth-child(1n),
  .blog-posts-col-two .gutentor-post-content > :nth-child(1n) {
    text-align: center;
  }
  .posts-col .gutentor-button {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .footer-row h4 {
    text-align: center;
  }
  .footer-row .wp-block-stackable-heading {
    margin-top: 25px;
  }
  .footer-row ul.wp-block-navigation__container li {
    text-align: center;
  }

  body.woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
    padding: 16px;
    display: flex;
    flex-flow: column;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__image {
    width: 100%;
    padding-right: 0 !important;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__product {
    padding: 16px !important;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap {
    text-align: center;
  }
  body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap a {
    display: block;
    margin: auto;
  }
  body.woocommerce-cart.woocommerce-page
    .wc-block-components-quantity-selector {
    margin: auto;
  }
  body.woocommerce-cart.woocommerce-page
    .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: center !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1600px) {
  .destinations-section .wp-block-cover.one-container {
    overflow: visible;
  }

  .banner-section > img {
    object-fit: fill;
  }

  .nav-group ul.wp-block-navigation__container > li {
    font-size: 20px !important;
  }
  .header-container .header-logo {
    flex-basis: 20% !important;
  }
  .header-container .header-nav {
    flex-basis: 80% !important;
  }
}

/************* Animaction for all section ******************/
@media screen and (max-width: 1920px) and (min-width: 320px) {
  .one-container.animate__fadeInLeft,
  .about--us-section.animate__fadeInLeft,
  .testimonials-section.animate__fadeInLeft,
  .latest-news-section.animate__fadeInLeft {
    animation: fadeInLeft;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .banner-section.animate__fadeInRight,
  .destinations-section.animate__fadeInRight,
  .why-choose-us.animate__fadeInRight,
  .footer-section.animate__fadeInRight {
    animation: fadeInRight;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .activities-section.animate__fadeInUp,
  .home-counter-section.animate__fadeInUp,
  .home-news-section.animate__fadeInUp {
    animation: fadeInUp;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
  .product-section.animate__fadeInDown,
  .our-gallery-section.animate__fadeInDown,
  .teams-section.animate__fadeInDown {
    animation: fadeInDown;
    animation-duration: 2s;
    --animate-delay: 0s;
  }
}

.new-foot-social {
  margin-top: 45px;
}

footer .wp-block-cover {
  overflow: visible;
}

/* -------- Updated CSS -------- */

header nav ul li.has-child ul {
  gap: 10px !important;
}

footer .wpcf7-response-output {
  width: fit-content;
  margin: 10px auto !important;
}

/*------------- New Live CSS ---------------*/
header ul li.header-buy-now span {
  background-color: #ff4343 !important;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  &:hover {
    background-color: #000 !important;
  }
}

footer ul li.footer-buy-now span {
  background-color: #ff4343;
  padding: 6px 10px;
  display: block;
  margin-top: 6px;
  color: #fff;
  border-radius: 5px;
  &:hover {
    background-color: #000 !important;
  }
}

body:not(.admin-bar) .wp-block-cover.sticky {
  top: 0px;
}
.mtsnb-button-type a {
  background-color: #ff4343;
  padding: 2px 6px;
  border-radius: 5px;
  display: inline-block;
}

.wp-block-group.single-blog-page .wp-block-columns.admin-col .wp-block-column {
  flex-basis: 50% !important;
}
body:not(.home)
  .wp-block-cover.activities-section
  .wp-block-cover.one-container {
  padding-top: 8em !important;
}

body:not(.home)
  .wp-block-cover.about--us-section
  .about-text-col
  .wp-block-stackable-button-group {
  display: none;
}

body.page-template-filtered-results .search-result .img-result {
  margin-bottom: 25px;
}
body.page-template-filtered-results .search-result .img-result img {
  width: 100% !important;
  object-fit: cover;
}
body.page-template-filtered-results .search-result .img-result h3 {
  margin-top: 10px;
}
body.page-template-filtered-results .search-result .img-result h3 a {
  font-family: "Poppins";
  text-decoration: unset;
  font-weight: 500;
  &:hover {
    color: #ff4343;
  }
}
body.page-template-filtered-results .search-result .img-result p {
  font-family: "Poppins";
  font-weight: 500;
}
.header-logo .stk-img-wrapper {
  margin: 0 !important;
  width: auto !important;
}
.header-logo .stk-img-wrapper img {
  width: auto !important;
}
.wp-block-search__button {
  background-color: transparent;
  transform: scaleX(-1);
  position: relative;
  left: 10px;
}
.banner-section .slider-col-1,
.banner-section .slider-col-2,
.banner-section .slider-col-3 {
  min-height: 159px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.banner-section .slider-col-3 .stk-button {
  padding: 0 !important;
}
.banner-section .stk-button__inner-text {
  text-align: center;
}
.banner-section .wp-block-stackable-heading {
  margin: 0 !important;
}

.wp-block-search__input {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: width 0.3s ease, opacity 0.3s ease;
  z-index: 1000;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

/* Expanded on normal pages */
.wp-block-search.active .wp-block-search__input {
  width: 250px;
  opacity: 1;
  visibility: visible;
}
.banner-section .more-collection {
  position: relative;
  z-index: 0;
}
.wp-block-navigation a {
  font-family: Syne;
  font-size: 16px;
  color: white;
  font-weight: normal;
}
.wp-block-navigation a.current-menu-item {
  position: relative;
  color: #ff4343 !important;
}
.wp-block-navigation a:hover {
  color: #ff4343 !important;
}
.wp-block-navigation a.current-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  height: 6px;
  background-color: #ff4343;
  border-radius: 6px;
  z-index: 2;
}
.banner-section .more-collection .stk-button:hover {
  background-color: #000 !important;
}
.banner-section .more-collection .stk-block-image img {
  transition: transform 0.3s ease;
}
.banner-section .more-collection .stk-block-image img:hover {
  transform: scale(1.05);
}
.banner-section .slider-col-2:hover .stk-block-image img {
  transition: transform 0.3s ease;
  transform: scale(1.05);
}
.banner-section .slider-col-3:hover .stk-button__inner-text {
  color: #ff4343 !important;
}
.banner-section .slider-col-3:hover svg path {
  fill: #ff4343 !important;
}
.activities-section .gutentor-post {
  background-color: #111111 !important;
  border-radius: 20px;
  padding: 20px;
}
.activities-section .gutentor-post:hover .gutentor-image-thumb {
  background-color: #ff4343;
}
.activities-section .gutentor-post:hover .gutentor-image-thumb img {
  filter: brightness(1) contrast(1) invert(1);
}
.activities-section .gutentor-image-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 111px;
  background-color: white;
  margin: auto;
  border-radius: 50%;
}
.activities-section .gutentor-post-title {
  text-align: center;
}
.activities-section .gutentor-post-title a {
  font-size: 20px;
  font-family: Syne;
  font-weight: bold;
  color: white;
}
.activities-section .gutentor-post-title a:hover {
  color: #ff4343;
}
.activities-section .gutentor-post-desc {
  text-align: center;
  color: white;
  font-family: Mulish;
  font-size: 14px;
  font-weight: normal;
}
.activities-section .activity-group-button .stk-button:hover {
  background-color: black !important;
  border: 1px solid #ff4343;
}
.product-section .wl_single-product-item .product-thumbnail,
.product-section .wl_single-product-item .product-thumbnail .images,
.product-section .wl_single-product-item,
.product-section .wl_single-product-item .product-thumbnail .images img {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.product-section .wl_single-product-item .product-thumbnail .images img {
  border-radius: 30px !important;
}
.product-section
  .wl_single-product-item
  .product-content
  .product-content-top
  .title
  a {
  font-size: 22px;
  font-family: Syne;
  font-weight: normal;
  color: white;
}
.product-section
  .wl_single-product-item
  .product-content
  .product-content-top
  .title
  a:hover {
  color: #ff4343;
}
.product-section .woocommerce-Price-amount bdi {
  color: white;
  font-size: 18px;
  font-family: Mulish;
  font-weight: normal;
}
.wl_single-product-item {
  position: relative;
  background-color: transparent;
  border: unset;
}

.wl_single-product-item ul.action {
  padding: 0 !important;
}

/* Hide both wishlist + cart initially */
.wl_single-product-item ul.action li {
  opacity: 0;
  transition: all 0.3s ease;
}

/* Show on hover */
.wl_single-product-item:hover ul.action li {
  opacity: 1 !important;
}

/* Add to cart button - bottom center */
.wl_single-product-item ul.action li.wl_cart {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, -250%);
  z-index: 10;
}

/* Add to cart button style */
.wl_single-product-item .wl_cart a {
  width: 140px !important;
  background-color: white !important;
  text-align: center;
}

/* Replace cart icon with text */
.wl_single-product-item .wl_cart i {
  font-size: 0;
  width: 100%;
}

.wl_single-product-item .wl_cart i::after {
  position: relative;
  content: "Add To Cart";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Mulish";
  font-weight: bold;
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
}

/* Hover effect */
.wl_single-product-item .wl_cart:hover a {
  background-color: #ff4343 !important;
}
.wl_single-product-item .wl_cart:hover i::after {
  color: white;
}

/* Wishlist icon - top right */
.wl_single-product-item ul.action li:nth-child(2) {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

/* Make wishlist circular button */
.wl_single-product-item .product-content .action li .wishsuite-button.wishlist {
  background-color: white;
  border-radius: 50%;
  padding: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wl_single-product-item
  .product-content
  .action
  li
  .wishsuite-button.wishlist:hover {
  background-color: #ff4343;
}
.wl_single-product-item
  .product-content
  .action
  li
  .wishsuite-button.wishlist
  svg {
  width: 20px !important;
  height: 20px !important;
  fill: #111111;
}
.wl_single-product-item
  .product-content
  .action
  li
  .wishsuite-button.wishlist:hover
  svg {
  fill: white;
}
/* Quick View icon - below wishlist */
.wl_single-product-item ul.action li.yith-wcqv-button {
  position: absolute;
  top: 60px; /* adjust based on spacing you want below wishlist */
  right: 15px;
  z-index: 10;
}

/* Make Quick View circular button */
.wl_single-product-item .product-content .action li.yith-wcqv-button a {
  background-color: white;
  border-radius: 50%;
  padding: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover effect */
.wl_single-product-item .product-content .action li.yith-wcqv-button a:hover {
  background-color: #ff4343;
}

/* Icon size */
.wl_single-product-item .product-content .action li.yith-wcqv-button a i {
  font-size: 18px;
  color: #111111;
}

.wl_single-product-item .product-content .action li.yith-wcqv-button a:hover i {
  color: white;
}

.about--us-section .about-image-media-grp .stk-block-image img {
  width: auto !important;
  height: auto !important;
  margin: auto !important;
}
.grid-container {
  max-width: 100%;
}
.about--us-section .about-image-media-grp:hover .stk-block-image img {
  filter: brightness(0);
}
.destinations-section .stk-block-countdown__content-container {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  width: 180px;
  height: 120px;
}
.destinations-section .stk-block-countdown__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.destinations-section {
  min-height: 580px;
}
.home-counter-section .wp-block-cover__image-background {
  border-radius: 30px;
  width: 100%;
  box-shadow: inset 0 -30px 30px -20px rgba(0, 0, 0, 0.5);
}
.home-counter-section .wp-block-columns .wp-block-group {
  position: absolute;
  top: 70%;
  padding: 20px;
}
.home-counter-section .wp-block-cover {
  position: relative;
  overflow: hidden;
}
.home-counter-section .wp-block-cover {
  position: relative; /* ensure ::after stays inside */
  overflow: hidden; /* keep gradient inside rounded corners */
}
.home-counter-section .wp-block-cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: transparent linear-gradient(180deg, #00000000 0%, #111111 100%) 0%
    0% no-repeat padding-box;
  border-radius: 0 0 30px 30px;
}
.gutentor-element-advanced-text.footer-call p {
  color: white;
}
.gutentor-element-advanced-text.footer-call p:hover {
  color: #ff4343;
}
footer .footer-col-five .stk-button:hover {
  background-color: #000 !important;
  border: 1px solid #ff4343;
}
.latest-news-section .stk-block-carousel__button__prev:hover svg path,
.latest-news-section .stk-block-carousel__button__next:hover svg path {
  fill: white !important;
}
.why-choose-us .choose-features-row .wp-block-column img {
  transition: transform 0.3s ease;
}
.why-choose-us .choose-features-row .wp-block-column:hover img {
  transform: rotate(360deg);
}
.why-choose-us
  .choose-progress-col
  .video-popup-block
  .stk-block-video-popup__overlay
  .stk-block-icon:hover
  .svg-inline--fa
  path {
  fill: #ff4343 !important;
}
.about--us-section .review-about-grp .stk-block-image img,
.product-section .wl_single-product-item .product-thumbnail .images img,
.about--us-section .about-leftcol-main-grp .stk-block-image img,
.our-gallery-section .wp-block-gallery .wp-block-image img,
.testimonials-section .test-group .stk-block-image img,
.why-choose-us .progress-main-img .stk-block-image img {
  transition: transform 0.3s ease;
}
.about--us-section .review-about-grp:hover .stk-block-image img,
.product-section .wl_single-product-item .product-thumbnail .images img:hover,
.about--us-section .about-leftcol-main-grp .stk-block-image img:hover,
.our-gallery-section .wp-block-gallery .wp-block-image img:hover,
.testimonials-section .test-group:hover .stk-block-image img,
.why-choose-us .progress-main-img .stk-block-image img:hover {
  transform: scale(1.05);
}
.about--us-section .stk-button:hover {
  border: 1px solid #ff4343;
}
.destinations-section .stk-button:hover {
  background-color: #000 !important;
  border: 1px solid #ff4343;
}
.home-counter-section .wp-block-cover:hover::after {
  height: 100%;
}
/* .why-choose-us .choose-slider .stk-block-image img:hover {
  filter: brightness(0) saturate(100%) invert(12%) sepia(98%) saturate(7471%)
    hue-rotate(1deg) brightness(98%) contrast(112%);
} */
.why-choose-us .choose-slider .stk-block-image img {
  transition: filter 0.3s ease-in-out;
}
.why-choose-us .choose-slider .stk-block-image img:hover {
  filter: brightness(0) saturate(100%) invert(27%) sepia(90%) saturate(5400%)
    hue-rotate(346deg) brightness(100%) contrast(105%);
}

.page-template-404-page .wp-block-image.size-full.error_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.page-template-blog-page .gutentor-post,
.page-template-blog-left-sidebar .gutentor-post,
.page-template-blog-right-sidebar .gutentor-post {
  padding: 20px;
}
.page-template-blog-page .gutentor-image-thumb img,
.page-template-blog-left-sidebar .gutentor-image-thumb img,
.page-template-blog-right-sidebar .gutentor-image-thumb img,
.wc-block-components-product-image a {
  transition: transform 0.3s ease;
  width: 100%;
  border-radius: 20px;
}
.page-template-blog-page .gutentor-image-thumb img:hover,
.page-template-blog-left-sidebar .gutentor-image-thumb img:hover,
.page-template-blog-right-sidebar .gutentor-image-thumb img:hover,
.wc-block-components-product-image a:hover {
  transform: scale(1.05);
}
.page-template-blog-page .gutentor-post-title a:hover,
.page-template-blog-left-sidebar .gutentor-post-title a:hover,
.page-template-blog-right-sidebar .gutentor-post-title a:hover {
  color: #ff4343;
}
.page-template-blog-page .gutentor-post-button,
.page-template-blog-left-sidebar .gutentor-post-button,
.page-template-blog-right-sidebar .gutentor-post-button {
  background-color: #ff4343;
  color: white;
  padding: 10px;
  border-radius: 6px;
}
.page-template-blog-page .gutentor-post-button:hover,
.page-template-blog-left-sidebar .gutentor-post-button:hover,
.page-template-blog-right-sidebar .gutentor-post-button:hover {
  background-color: #101114;
}
.page-template-blog-left-sidebar .search_sec,
.page-template-blog-left-sidebar .archive_sec,
.page-template-blog-left-sidebar .category_sec,
.page-template-blog-right-sidebar .search_sec,
.page-template-blog-right-sidebar .archive_sec,
.page-template-blog-right-sidebar .category_sec,
.page-template-page-left-sidebar .search_sec,
.page-template-page-left-sidebar .archive_sec,
.page-template-page-left-sidebar .category_sec,
.page-template-page-right-sidebar .search_sec,
.page-template-page-right-sidebar .archive_sec,
.page-template-page-right-sidebar .category_sec,
.page-template-blog-left-sidebar .calendar_sec,
.page-template-blog-left-sidebar .recent_posts_sec,
.page-template-blog-left-sidebar .meta_sec,
.page-template-blog-right-sidebar .calendar_sec,
.page-template-blog-right-sidebar .recent_posts_sec,
.page-template-blog-right-sidebar .meta_sec,
.page-template-page-left-sidebar .calendar_sec,
.page-template-page-left-sidebar .recent_posts_sec,
.page-template-page-left-sidebar .meta_sec,
.page-template-page-right-sidebar .calendar_sec,
.page-template-page-right-sidebar .recent_posts_sec,
.page-template-page-right-sidebar .meta_sec {
  background-color: #ff4343 !important;
  color: white;
}
.page-template-blog-left-sidebar .archive_sec .wp-block-heading,
.page-template-blog-left-sidebar .archive_sec ul li a,
.page-template-blog-left-sidebar .category_sec .wp-block-heading,
.page-template-blog-left-sidebar .category_sec ul li a,
.page-template-blog-right-sidebar .archive_sec .wp-block-heading,
.page-template-blog-right-sidebar .archive_sec ul li a,
.page-template-blog-right-sidebar .category_sec .wp-block-heading,
.page-template-blog-right-sidebar .category_sec ul li a,
.page-template-page-left-sidebar .archive_sec .wp-block-heading,
.page-template-page-left-sidebar .archive_sec ul li a,
.page-template-page-left-sidebar .category_sec .wp-block-heading,
.page-template-page-left-sidebar .category_sec ul li a,
.page-template-page-right-sidebar .archive_sec .wp-block-heading,
.page-template-page-right-sidebar .archive_sec ul li a,
.page-template-page-right-sidebar .category_sec .wp-block-heading,
.page-template-page-right-sidebar .category_sec ul li a,
.page-template-page-left-sidebar .calendar_sec h4,
.page-template-page-left-sidebar #wp-calendar,
.page-template-page-left-sidebar #today a,
.page-template-page-left-sidebar #wp-calendar caption,
.page-template-page-left-sidebar .recent_posts_sec h4,
.page-template-page-left-sidebar .recent_posts_sec ul li a,
.page-template-page-left-sidebar .meta_sec h4,
.page-template-page-right-sidebar .calendar_sec h4,
.page-template-page-right-sidebar #wp-calendar,
.page-template-page-right-sidebar #today a,
.page-template-page-right-sidebar #wp-calendar caption,
.page-template-page-right-sidebar .recent_posts_sec h4,
.page-template-page-right-sidebar .recent_posts_sec ul li a,
.page-template-page-right-sidebar .meta_sec h4,
.page-template-blog-left-sidebar .calendar_sec h4,
.page-template-blog-left-sidebar #wp-calendar,
.page-template-blog-left-sidebar #today a,
.page-template-blog-left-sidebar #wp-calendar caption,
.page-template-blog-left-sidebar .recent_posts_sec h4,
.page-template-blog-left-sidebar .recent_posts_sec ul li a,
.page-template-blog-left-sidebar .meta_sec h4,
.page-template-blog-right-sidebar .calendar_sec h4,
.page-template-blog-right-sidebar #wp-calendar,
.page-template-blog-right-sidebar #today a,
.page-template-blog-right-sidebar #wp-calendar caption,
.page-template-blog-right-sidebar .recent_posts_sec h4,
.page-template-blog-right-sidebar .recent_posts_sec ul li a,
.page-template-blog-right-sidebar .meta_sec h4,
.page-template-page-left-sidebar .meta_sec ul li a,
.page-template-page-right-sidebar .meta_sec ul li a,
.page-template-blog-left-sidebar .meta_sec ul li a,
.page-template-blog-right-sidebar .meta_sec ul li a {
  color: white !important;
}
.page-template-page-left-sidebar #wp-calendar thead,
.page-template-page-left-sidebar #wp-calendar thead tr,
.page-template-page-left-sidebar #wp-calendar thead th,
.page-template-page-right-sidebar #wp-calendar thead,
.page-template-page-right-sidebar #wp-calendar thead tr,
.page-template-page-right-sidebar #wp-calendar thead th,
.page-template-blog-left-sidebar #wp-calendar thead,
.page-template-blog-left-sidebar #wp-calendar thead tr,
.page-template-blog-left-sidebar #wp-calendar thead th,
.page-template-blog-right-sidebar #wp-calendar thead,
.page-template-blog-right-sidebar #wp-calendar thead tr,
.page-template-blog-right-sidebar #wp-calendar thead th {
  border-color: white;
  background-color: transparent;
}
.page-template-page-left-sidebar .calendar_sec nav,
.page-template-page-right-sidebar .calendar_sec nav,
.page-template-blog-left-sidebar .calendar_sec nav,
.page-template-blog-right-sidebar .calendar_sec nav {
  display: none;
}
.page-template-page-left-sidebar .recent_posts_sec ul li,
.page-template-page-right-sidebar .recent_posts_sec ul li,
.page-template-blog-left-sidebar .recent_posts_sec ul li,
.page-template-blog-right-sidebar .recent_posts_sec ul li {
  margin: 10px;
}
.page-template .wp-block-search__input {
  right: auto;
  position: relative;
  top: auto;
  transform: translate(0);
}
.page-template
  .wp-block-search:not(.wp-block-search__searchfield-hidden)
  .wp-block-search__input {
  width: 100%;
}
.page-template .wp-block-search {
  display: block;
}
footer .footer-section-two {
  padding: 20px;
}
footer .footer-section-two .gutentor-element-advanced-text .gutentor-text {
  margin: auto;
  font-size: 17px;
  font-family: Syne;
  font-weight: normal;
  color: white !important;
}
footer .footer-col-five .stk-button {
  padding: 15px !important;
  column-gap: 0 !important;
}
.page-template-faq .stk-block-heading .stk-block-heading__text {
  color: white;
}
.page-template-404-page .wp-block-image img {
  filter: brightness(0);
}
.page-template-contact-us
  .contact-page-left-col
  .contact-email-row
  .gutentor-element-advanced-text
  .gutentor-text,
.page-template-contact-us
  .contact-page-left-col
  .contact-call-row
  .gutentor-element-advanced-text
  .gutentor-text {
  margin: auto !important;
}
footer .wp-block-navigation a.current-menu-item::after {
  display: none;
}
.page-template-default .entry-content h2,
.page-template-default .entry-content h3 {
  margin-top: 20px;
  color: #ff4343;
  font-family: Syne;
  font-size: 25px;
  font-weight: 700;
}
.page-template-default .entry-content p,
.page-template-default .entry-content ul li {
  font-size: 16px;
  font-family: Syne;
  font-weight: 500;
  color: #111111;
}
.product-section .wp-block-columns {
  gap: 20px;
}
.product-section .wc-block-components-product-image img {
  min-height: 340px;
  object-fit: fill !important;
}
.product-section .wp-block-column h2 {
  text-align: left !important;
}
.product-section .wp-block-column h2 a {
  font-size: 22px;
  font-family: Syne;
  font-weight: normal;
  color: white;
}
.product-section .wp-block-column h2 a:hover {
  color: #ff4343;
}
.product-section .wc-block-components-product-price {
  text-align: left !important;
}
.product-section
  .wc-block-components-product-price
  .woocommerce-Price-amount
  bdi {
  color: white;
  font-size: 18px;
  font-family: Mulish;
  font-weight: normal;
}
.product-section .wc-block-components-product-button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 120%);
  z-index: 5;
}
.product-section .wp-block-button__link {
  background-color: white !important;
  border-radius: 6px;
  font-family: "Mulish";
  font-weight: bold;
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
}
.product-section .wp-block-button__link:hover {
  background-color: #ff4343 !important;
  color: white;
}
.product-section .wc-block-product {
  position: relative;
}

.product-section .wc-block-product:hover .wc-block-components-product-button {
  display: block;
}
.wc-block-mini-cart__badge {
  color: #111111;
}
/* Quick View button like wishlist (top right corner) */
.wc-block-product .yith-wcqv-button {
  display: none;
  position: absolute;
  top: 60px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white; /* red background, adjust if needed */
  color: transparent;
  font-size: 0; /* hide text, show icon only */
  text-indent: -9999px; /* hide label text */
  overflow: hidden;
  border: none;
  z-index: 6;
  transition: all 0.3s ease;
}
.wc-block-product .yith-wcqv-button:hover {
  background: #ff4343;
}
/* Show button on hover */
.wc-block-product:hover .yith-wcqv-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add Quick View icon (FontAwesome or Dashicons) */
.wc-block-product .yith-wcqv-button::before {
  content: "\f06e"; /* FontAwesome eye icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #111111;
  text-indent: 0;
}
.wc-block-product .yith-wcqv-button:hover::before {
  color: white;
}
/* Make product card a positioning context */
.wc-block-product {
  position: relative;
}

/* Wishlist button styling */
.wc-block-product .yith-wcwl-add-to-wishlist-button {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10px;
  right: -13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  overflow: hidden;
  z-index: 10;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translate(370%, -1080%);
  opacity: 0;
  gap: 0;
}
.wc-block-product .yith-wcwl-add-to-wishlist-button svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px !important;
  color: #111111 !important;
}
/* Slide it UP into the image on hover */
.wc-block-product:hover .yith-wcwl-add-to-wishlist-button {
  opacity: 1;
}
.wc-block-product .yith-wcwl-add-to-wishlist-button:hover {
  background-color: #ff4343;
}
.wc-block-product .yith-wcwl-add-to-wishlist-button:hover svg path {
  fill: white !important;
}

a#tpbr_calltoaction {
    background-color: #000 !important;
    color: #fff !important;
}
a#tpbr_calltoaction:hover {
    background-color: #fff !important;
    color: #000 !important;
}

li.navbar-buynow a .wp-block-navigation-item__label,
li.footer-buynow a .wp-block-navigation-item__label {
  background-color: #ff4343 !important;
  color: #fff !important;
  padding: 10px;
  border-radius: 6px;
}
li.navbar-buynow a .wp-block-navigation-item__label:hover,
li.footer-buynow a .wp-block-navigation-item__label:hover {
  background-color: #000 !important;
  color: white !important;
  border: 1px solid #ff4343;
}
.page-template-default .entry-content h2,
.page-template-default .entry-content h3 {
  margin-top: 20px;
  color: #ff4343;
  font-family: Syne;
  font-size: 25px;
  font-weight: 700;
}
.page-template-default .entry-content p,
.page-template-default .entry-content ul li {
  font-size: 16px;
  font-family: Syne;
  font-weight: 500;
  color: #111111;
}