html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  line-height: 1.5;
  color: #000;
  scroll-behavior: smooth;
}

p {
  margin: 0 !important;
}

ul {
  padding: 0;
  margin: 0;
}

.section {
  padding: 50px 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

a,
input,
button {
  outline: 0 !important;
}

.post,
.page {
  margin: 0;
}

body,
p {
  font-weight: 400;
  color: #000;
  font-family: "Nunito" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Nunito" !important;
}

.home .entry-title {
  display: none;
}

ul li,
li {
  list-style: none;
}

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  background-image: url(/wp-content/uploads/2020/10/404.jpg);
  background-size: cover;
}

.not_found_inner {
  max-width: 69.5%;
}

.error404 #masthead,
.error404 #colophon {
  display: none;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #404040;
  margin: 30px 0;
  font-weight: 800;
}

.error-404.not-found h1 span {
  color: #e01e26;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 700px !important;
  margin: 25px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */

/*  Drop down menu CSS*/
#primary-menu {
  text-align: right;
  margin: 0;
}

#primary-menu li {
  display: inline-block;
}

#primary-menu li:not(:last-child) {
  padding: 0px 5px;
}

#primary-menu li:not(:last-child) a {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: capitalize;
  color: #434856;
  padding: 14px 24px;
  border-radius: 12px;
}

#primary-menu li:not(:last-child) a:hover,
#primary-menu li:not(:last-child).current-menu-item a {
  background: #578c6c;
  color: #fff;
}

#primary-menu li:last-child a {
  background: #8b6a45;
  border-radius: 10px;
  padding: 14px 40px;
  padding-right: 65px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  line-height: 160%;
  margin-left: 10px;
}

#primary-menu li:last-child a:hover {
  transform: translateY(-7px);
  background: #578c6c;
}

#primary-menu li:last-child a:before {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/uploads/2026/01/up_arrow.svg);
  width: 12px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}

#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: block !important;
  height: auto !important;
}

#mml {
  padding: 0 15px;
  color: #ffffff;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: relative;
  background-color: #000;
  min-height: 49px;
}

#mmb {
  position: absolute;
  width: 40px;
  height: 50px;
  margin-right: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 2px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: #000;
  word-wrap: break-word;
  text-align: left;
}

#mm #primary-menu a:hover {
  background-color: #0b204d;
}

.mm,
#mm {
  display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
  color: #000;
  font-weight: 600;
}

.woocommerce td.product-name a:hover {
  color: #0b204d;
}

input#coupon_code {
  width: 200px !important;
  padding-left: 10px;
  margin-right: 10px;
  height: 45px;
  background-color: #eee;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
}

.coupon .button {
  height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  height: 45px;
}

.actions button {
  height: 45px;
}

.woocommerce a.added_to_cart {
  padding: 10px 20px;
  border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff;
  background-color: #0b204d;
  padding: 10px 20px;
  line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #333;
}

.post-type-archive li .added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  display: block;
  width: 100%;
  height: 45px;
}

a.shipping-calculator-button {
  color: #0b204d;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
  background: #0b204d !important;
  color: #fff !important;
  line-height: 17px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}

.woocommerce-cart-form {
  width: 62%;
  float: left;
}

.woocommerce .cart-collaterals {
  width: 35%;
  float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  background: rgba(84, 84, 84, 0.05);
  padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
  border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}

.woocommerce table.shop_table th {
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
  padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebe9eb;
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
  padding-bottom: 30px !important;
}

.qib-container button {
  cursor: pointer;
}

.woocommerce-shipping-destination {
  font-size: 14px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
  width: 17px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  outline-width: medium;
  position: relative;
  border: none;
  cursor: pointer;
  outline-width: 0;
  border-radius: 50%;
  top: 3px;
}

input[type="radio"]::before {
  background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
  border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
  content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-color: rgba(84, 84, 84, 0.8);
}

.input-radio::after,
input[type="radio"]::after {
  border-radius: 50%;
}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #a5a5a5;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
  border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  height: 45px;
}

.woocommerce form .form-row {
  padding: 3px 0;
  margin: 0 0 06px;
  display: block;
}

#calc_shipping_city_field {
  margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
  width: 100% !important;
  padding-left: 15px !important;
  display: inline-block;
  padding: 6px 10px;
}

.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 60%;
}

#order_review {
  width: 38%;
  background: rgba(84, 84, 84, 0.05);
  padding: 20px 40px 40px;
  position: relative;
}

#order_review_heading {
  display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
  height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 50%;
}

.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  .product-total {
  text-align: right;
}

.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  thead
  td,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  thead
  th,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  tfoot
  td,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  tfoot
  th {
  border: none;
  vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
  padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 20px;
  margin-left: 10px;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
  text-transform: uppercase;
  color: #252525;
  font-size: 24px !important;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

span.select2-selection.select2-selection--single {
  height: 45px !important;
  padding: 9px 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
  right: 10px;
}

form.checkout.woocommerce-checkout label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

#order_comments {
  height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
  border-bottom: 1px solid rgba(84, 84, 84, 0.15);
  line-height: 16px;
  padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
  background-color: transparent;
  line-height: 1.538em;
  padding: 0 35px;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  margin-top: 20px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce #payment div.payment_box p {
  font-size: 13px;
  line-height: 1.4285em;
  margin: -2px 0 0;
  margin-bottom: 0px;
  text-shadow: none;
  font-weight: 400;
  color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
}

.woocommerce-error {
  border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
  color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  padding: 10px 22px !important;
  font-size: 16px !important;
  margin-top: 8px !important;
  font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce-message a {
  margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
  border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-received
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  border: 0;
  padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
  border-bottom: 3px solid rgba(0, 0, 0, 0.9);
  margin-bottom: 40px;
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
  padding: 15px 0;
}

.woocommerce-order-received
  .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
  color: #0b204d;
  font-weight: 600;
  font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
  color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
  display: inline-block;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: unset;
}

#ship-to-different-address label span {
  margin-left: 8px;
  font-weight: bold;
  color: #000;
}

.tinv-wishlist .product-action {
  width: 165px;
}

#tinvwl_product_actions {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
  border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
  display: flex;
  flex-wrap: wrap;
}

.select-wrapper {
  flex: 1;
  margin-right: 5px;
  position: relative;
}

.select-wrapper::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  line-height: 0;
  color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
  width: 100%;
  border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
  width: 100px;
  height: auto;
  max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
  content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0 0 10px;
  line-height: 1.8;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-table
  tfoot
  th {
  text-align: right;
  border-top: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-table
  tbody
  tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
  padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
  text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
  flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  height: 400px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
  padding: 9px 10px;
  display: block;
  border: 1px solid #0b204d;
  margin-bottom: 9px;
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in;
  background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #252525;
  color: white;
  border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: white !important;
  border: 1px solid #252525;
  background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
  padding-left: 0;
  padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
  background-color: #0b204d;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
  background-color: #252525;
  color: #fff;
}

.woocommerce-account .addresses .title h3 {
  position: relative;
}

.woocommerce-privacy-policy-text a {
  color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
  color: #0b204d;
}

.woocommerce-info {
  border-top-color: #0b204d;
  margin-bottom: 10px !important;
}

.lost_password a {
  color: #252525 !important;
}

.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-info::before {
  color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
  color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
  padding-bottom: 20px;
}

.woocommerce form .form-row .required {
  color: #0b204d;
}

a.showcoupon {
  font-size: 16px;
  font-weight: 500;
}

h3#order_review_heading {
  margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
  height: auto;
  border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}

ul.woocommerce-error {
  margin-bottom: 50px !important;
}

.tinv-header {
  display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
  margin-top: 30px;
}

.post-type-archive .products li {
  text-align: center;
}

.tax-product_cat .products li {
  text-align: center;
}

.tax-product_cat li .added_to_cart {
  background-color: #c12a30 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  border-radius: 25px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  /*    display: inline-block !important; */
  font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.quantity {
  position: relative;
  width: fit-content;
}

.woocommerce-cart .quantity .minus {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 5px 14px 7px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

.woocommerce-cart .quantity .plus {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 12px 4px 11px 4px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

a.restore-item {
  margin-left: 10px;
  margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
  height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
  position: relative;
}

.page-id-316 .wc-backward {
  margin-left: 20px !important;
  color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
  color: #c12a30 !important;
}

.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
  position: relative;
  top: -10px !important;
}

/* Woo Commerce End Here */

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

@media (max-width: 767px) {
  .mm,
  #mm {
    display: block;
  }

  #primary-menu {
    display: none;
  }
}

header#masthead {
  padding: 14px 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
}

header#masthead .row {
  align-items: center;
}

footer#colophon {
  background: #1f3d2b;
}

.footer {
  padding: 50px 0px;
  text-align: center;
}

.social_icon ul {
  margin: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.social_icon ul a img {
  transition: 0.3s all ease;
}

.social_icon ul a:hover img {
  filter: invert(41%) sepia(8%) saturate(2202%) hue-rotate(351deg)
    brightness(99%) contrast(83%);
}

.copyrights p,
.copyrights p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
}

.copyrights p a:hover,
.copyrights ul#menu-copyright-menu a:hover {
  color: #8b6a45;
}

.copyrights .row {
  border-top: 1px solid rgba(135, 135, 135, 0.42);
  align-items: center;
  padding: 10px 0px;
}

.copyrights ul#menu-copyright-menu {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 40px;
}

.copyrights ul#menu-copyright-menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
}

.copyrights ul#menu-copyright-menu li {
  position: relative;
}

.copyrights ul#menu-copyright-menu li:nth-child(1):before {
  content: "";
  position: absolute;
  right: -20px;
  width: 1px;
  height: 25px;
  background: #fff;
  top: 0;
}

.hero_sec {
  padding-top: 190px;
  padding-bottom: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom;
}

.hero_sec h1 {
  font-weight: 700;
  font-size: 65px;
  line-height: 75px;
  letter-spacing: -0.05em;
  color: #1f3d2b;
  width: 65%;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.hero_sec h1:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -50px;
  width: 121px;
  height: 91px;
  background-image: url(/wp-content/uploads/2026/01/parrot_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.hero_sec h1 span {
  position: relative;
}

.hero_sec h1 span::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  width: 41px;
  height: 37px;
  background-image: url(/wp-content/uploads/2026/01/3_leaves.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_sec h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #252525;
  margin-bottom: 25px;
}

.hero_sec p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #434856;
}

.hero_sec .button_flex {
  margin-top: 50px;
}

.button_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.content_btn a {
  background: #1f3d2b;
  box-shadow: 0px 3.5px 21.875px rgba(0, 0, 0, 0.1);
  border-radius: 8.75px;
  display: block;
  padding: 14px 0px;
  width: 190px;
}

.content_btn a:hover {
  background: #8b6a45;
  transform: translateY(-7px);
}

.heading h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #252525;
  position: relative;
  margin: 0;
}

.heading h2 span {
  position: relative;
}

.heading h2 span::after {
  content: "";
  position: absolute;
  left: -35px;
  top: -15px;
  width: 41px;
  height: 37px;
  background-image: url(/wp-content/uploads/2026/01/3_leaves.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-75deg);
}

.para p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #434856;
}

section.home_video_sec {
  padding: 100px 0px;
  position: relative;
}

section.home_video_sec:before {
  content: "";
  position: absolute;
  right: 0;
  top: -220px;
  width: 100%;
  height: 884px;
  background: url(/wp-content/uploads/2026/01/video_sec_shapes.webp);
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

section.home_video_sec .heading h2 {
  color: #1f3d2b;
  width: 80%;
  margin-bottom: 30px;
}

section.home_video_sec .left .para p {
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #252525;
}

section.home_video_sec .icon {
  text-align: right;
  margin-top: -25px;
  margin-bottom: 10px;
}

section.home_video_sec .right .para p {
  font-weight: 500;
  color: #252525;
  padding-left: 10px;
}

section.home_video_sec .video {
  margin-top: 70px;
}

section.home_video_sec .video video {
  width: 100%;
  height: 580px;
  border-radius: 30px;
  object-fit: cover;
  object-position: top;
}

.home_sec1 {
  position: relative;
}

.home_sec1 .heading h2 {
  margin-bottom: 20px;
  padding-top: 15px;
}

.home_sec1 .slider-section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 30px;
  width: 214px;
  height: 221px;
  background-image: url(/wp-content/uploads/2026/01/arrow_vector.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: left-mover 1s infinite alternate;
  animation: left-mover 1s infinite alternate;
}

@-webkit-keyframes left-mover {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

@keyframes left-mover {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

.home_sec1 .slider-section::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 528px;
  background-image: url(/wp-content/uploads/2026/01/grill-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.home_sec1 .slider-sticky-track {
  /* padding-top: 100px; */
  position: relative;
}

.home_sec1 .slider-section {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  will-change: transform;
}

.home_sec1 .slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.home_sec1 .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: none !important;
  /* GSAP ko control karne dein */
  will-change: transform, opacity;
}

.home_sec1 .slide-inner {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.home_sec1 .slide-inner h2 {
  font-weight: 800;
  font-size: 55px;
  line-height: 120%;
  color: #1f3d2b;
  width: 55%;
  margin: auto;
  text-align: center;
  position: relative;
}

.home_sec1 .slider-wrapper,
.home_sec1 .slide-inner {
  height: 310px;
}

.home_sec1 .slide-inner h2::before {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -30px;
  width: 110px;
  height: 110px;
  background: url(/wp-content/uploads/2026/01/cursor_icons.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.home_sec1 .slide .slide-inner h2::after {
  content: "";
  position: absolute;
  left: -250px;
  bottom: -15px;
  width: 234px;
  height: 224px;
  background: url(/wp-content/uploads/2026/01/record_book.png);
  background-position: center;
  background-repeat: no-repeat;
}

.home_sec1 .slide:nth-child(2) .slide-inner h2::after {
  left: -275px;
  top: -85px;
  bottom: unset;
  width: 303px;
  height: 283px;
  background: url(/wp-content/uploads/2026/01/generate_icons.png);
}

.home_sec1 .slide:nth-child(3) .slide-inner h2 {
  color: #fff;
}

.home_sec1 .slide:nth-child(3) .slide-inner h2::after {
  left: -230px;
  top: -75px;
  bottom: unset;
  width: 228px;
  height: 228px;
  background: url(/wp-content/uploads/2026/01/share_them_icon.png);
}

.home_sec2 {
  position: relative;
  padding-bottom: 500px;
}

.home_sec2::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 400px;
  width: 214px;
  height: 221px;
  background-image: url(/wp-content/uploads/2026/01/arrow_vector.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-animation: left-mover-revers 1s infinite alternate;
  animation: left-mover-revers 1s infinite alternate;
}

@-webkit-keyframes left-mover-revers {
  0% {
    transform: scaleX(-1) translateX(0);
  }

  100% {
    transform: scaleX(-1) translateX(-20px);
  }
}

@keyframes left-mover-revers {
  0% {
    transform: scaleX(-1) translateX(0);
  }

  100% {
    transform: scaleX(-1) translateX(-20px);
  }
}

.home_sec2::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 612px;
  background-image: url(/wp-content/uploads/2026/01/magical_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.magical_tabs {
  display: grid;
  grid-template-columns: 38% 59%;
  gap: 3%;
  margin-top: 70px;
  align-items: center;
}

.home_sec2 .tabs {
  position: relative;
}

.home_sec2 .tabs::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -5%;
  height: 110%;
  width: 3px;
  background: rgba(124, 124, 124, 0.2);
}

.home_sec2 .tab {
  all: unset;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #bcbcbc;
  position: relative;
  transition: 0.5s all ease;
}

.home_sec2 .tabs .tab.active {
  color: #578c6c;
}

.home_sec2 .tabs .tab::before {
  content: "";
  position: absolute;
  left: -21px;
  top: -10%;
  height: 0px;
  width: 5px;
  background: #578c6c;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 1s ease;
}

.home_sec2 .tabs .tab.active::before {
  opacity: 1;
  height: 46px;
}

.home_sec2 .tabs button:not(:last-child) {
  margin-bottom: 50px;
}

.home_sec2 .features .feature {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  height: 0;
}

.home_sec2 .features .feature.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.home_sec2 .features .box {
  display: grid;
  grid-template-columns: 45% 53%;
  align-items: center;
  gap: 2%;
}

.home_sec2 .features .box .img img {
  height: 627px;
}

.home_sec2 .features .box .content {
  padding: 30px 26px;
  background: #f4ffde;
  border: 3px solid #1f3d2b;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
}

.home_sec2 .features .box .content .icon {
  width: 70px;
  height: 70px;
  background: #578c6c;
  backdrop-filter: blur(13.2035px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_sec2 .features .box .content h2 {
  margin: 20px 0px;
  font-weight: 700;
  font-size: 30px;
  color: #1f3d2b;
  line-height: 30px;
}

.home_sec2 .features .box .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #252525;
}

.home_sec3 {
  background: #f3ffe0;
  padding: 50px 0px;
}

.home_sec3 .row {
  align-items: center;
}

.home_sec3 .para {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 108%;
}

.home_sec3 .boxes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.home_sec3 .boxes .items {
  padding: 20px;
  background: rgba(87, 140, 108, 0.15);
  border: 2.29582px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(27.5498px);
  border-radius: 10px;
  width: 48.3%;
}

.home_sec3 .boxes .items h3 {
  margin: 0;
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1f3d2b;
}

.home_sec3 .img {
  position: relative;
}

.home_sec3 .img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  background: url(/wp-content/uploads/2026/01/space_lil_ears_img_shadow.svg);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.home_sec3 .img img {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 1;
}

section.home_sec_4 {
  position: relative;
  padding: 100px 0;
}

section.home_sec_4 .text-center {
  margin-bottom: 50px;
}

section.home_sec_4:before {
  content: "";
  position: absolute;
  right: -20px;
  top: -150px;
  background: url(/wp-content/uploads/2026/01/tree_parrot.svg);
  width: 363px;
  height: 412px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: left-mover 1s infinite alternate;
  animation: left-mover 1s infinite alternate;
}

section.home_sec_4 .row {
  position: relative;
  z-index: 1;
}

section.home_sec_4 .row .inn {
  margin-top: 15px;
}

section.home_sec_4 .row .img img {
  width: 100%;
}

section.home_sec_4 .row .img {
  position: relative;
}

section.home_sec_4 .row .img:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 460px;
  height: 385px;
  left: -40px;
  margin: auto;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 84.91%
  );
}

section.home_sec_4 .box:not(:last-child) {
  margin-bottom: 70px;
}

section.home_sec_4 .box .item {
  border: 2px solid #1f3d2b;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  background: #f4ffde;
  padding: 30px 26px;
  width: 90%;
  transition: 0.5s all ease;
}

section.home_sec_4 .box .item:hover {
  transform: translateY(-10px) !important;
}

section.home_sec_4 .box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #8b6a45;
  border-radius: 200px;
  transition: 0.5s all ease;
}

section.home_sec_4 .box:hover .icon {
  background: #578c6c;
}

section.home_sec_4 .box .content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  color: #1f3d2b;
  margin: 20px 0;
}

section.home_sec_4 .box .content ul {
  margin: 0;
  padding-left: 20px;
}

section.home_sec_4 .box .content ul li,
section.home_sec_4 .box .content p {
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #434856;
}

section.home_sec_4 .col-md-4:last-child .box {
  margin-left: auto;
}

.home_sec_4 .img,
.home_sec_4 .box {
  opacity: 0;
  transform: translateY(80px);
}

section.home_sec_5 {
  padding: 100px 0px;
  position: relative;
}

.home_sec_5::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 528px;
  background-image: url(/wp-content/uploads/2026/01/grill-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.home_sec_5 .heading h2 {
  color: #1f3d2b;
  margin-bottom: 20px;
}

section.home_sec_5 .para p:not(:last-child) {
  margin-bottom: 15px !important;
}

section.home_sec_5 .button_flex {
  justify-content: start;
  gap: 20px;
  margin-top: 40px;
}

section.home_sec_5 .button_flex .content_btn a {
  text-align: center;
}

section.home_sec_5 .row {
  align-items: center;
}

section.home_sec_5 .img img {
  width: 100%;
}

section.home_sec_6 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 250px;
  margin-top: 100px;
}

section.home_sec_6:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 1393px;
  height: 907px;
  background: linear-gradient(
    180deg,
    #dbfff4 0%,
    rgba(255, 255, 255, 0) 33.52%
  );
  border-radius: 50%;
  margin: auto;
  right: 0;
}

section.home_sec_6:after {
  content: "";
  position: absolute;
  right: -20px;
  top: -150px;
  background: url(/wp-content/uploads/2026/01/tree_parrot_small.svg);
  width: 251px;
  height: 382px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: left-mover 1s infinite alternate;
  animation: left-mover 1s infinite alternate;
}

section.home_sec_6 .container {
  z-index: 1;
  position: relative;
}

section.home_sec_6 .box {
  position: relative;
  width: 965px;
  margin: auto;
}

section.home_sec_6 .box .img {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 130px;
  height: 130px;
  filter: drop-shadow(0px 4px 11.3px rgba(0, 0, 0, 0.18));
  border-radius: 14px;
  overflow: hidden;
  transform: rotate(-29.46deg);
}

section.home_sec_6 .box .img:nth-child(2) {
  left: 270px;
  top: -60px;
  transform: rotate(-16.54deg);
}

section.home_sec_6 .box .img:nth-child(3) {
  left: unset;
  right: 270px;
  top: -60px;
  transform: rotate(16.54deg);
}

section.home_sec_6 .box .img:nth-child(4) {
  left: unset;
  right: 0px;
  transform: rotate(29.46deg);
}

section.home_sec_6 .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

section.home_sec_6 .box .img:hover img {
  transform: scale(1.1);
}

section.home_sec_6 .text-center {
  width: 60%;
  margin: auto;
  padding-top: 180px;
}

section.home_sec_6 .text-center h2 {
  font-weight: 800;
  font-size: 75px;
  line-height: 80px;
  letter-spacing: -0.05em;
  color: #1f3d2b;
  margin: 0;
}

section.home_sec_6 .text-center .para {
  margin: 20px 0px;
}

.content_btn1 a {
  background: #8b6a45;
  border-radius: 10px;
  padding: 14px 40px;
  padding-right: 65px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff !important;
  position: relative;
  line-height: 160%;
  margin-left: 10px;
  text-transform: capitalize;
  display: inline-block;
}

.content_btn1 a:before {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/uploads/2026/01/up_arrow.svg);
  width: 12px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_btn1 a:hover {
  transform: translateY(-7px);
  background: #578c6c;
}

html.modal-open-overflow {
  overflow: hidden;
}

html.modal-open-custom {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

div#ContactFormPopUp .modal-content {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background: url(/wp-content/uploads/2026/01/popup_bg_.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

div#ContactFormPopUp .modal-content .modal-header button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background: transparent !important;
  border: none !important;
}

div#ContactFormPopUp .modal-content .modal-header button svg rect,
div#ContactFormPopUp .modal-content .modal-header button svg path {
  transition: 0.5s all ease;
}

div#ContactFormPopUp .modal-content .modal-header button:hover svg path {
  fill: #ffff;
}

div#ContactFormPopUp .modal-content .modal-header button:hover svg rect {
  fill: #578c6c;
}

div#ContactFormPopUp .modal-body {
  padding: 30px 15px !important;
  padding-top: 0 !important;
}

div#ContactFormPopUp .modal-body .text-center {
  width: 65%;
  margin: auto;
  margin-bottom: 30px;
}

div#ContactFormPopUp .modal-body h2 {
  font-weight: 700;
  font-size: 33.0645px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #1f3d2b;
  margin-bottom: 10px;
}

div#ContactFormPopUp .modal-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #434856;
}

div#ContactFormPopUp .modal-body h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #1f3d2b;
  margin-bottom: 15px;
}

div#gform_wrapper_1 label span.gfield_required {
  display: none;
}

div#gform_wrapper_1 input,
div#gform_wrapper_1 textarea,
div#gform_wrapper_2 input,
.email_sec_1 .form_box .input_box input {
  height: 45px;
  box-shadow: none !important;
  outline: 0;
  background: #ffffff;
  border-radius: 8px;
  padding: 5px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #434856;
  box-shadow: none !important;
  border: 1px solid #fff;
}

div#gform_wrapper_1 textarea {
  resize: none;
  min-height: 188px;
  height: 188px;
  border-radius: 8px;
  word-break: break-word;
  box-shadow: none !important;
}

div#gform_wrapper_1::placeholder,
div#gform_wrapper_2::placeholder {
  color: #718096;
}

div#gform_wrapper_1 li {
  margin-bottom: 15px !important;
}

div#gform_wrapper_1 div {
  margin-top: 0px;
  gap: 15px !important;
}

.validation_error {
  display: none;
}

div#gform_wrapper_1 .validation_message,
div#gform_wrapper_2 .validation_message {
  display: none;
}

.gform_confirmation_message_1 {
  border: 1px solid #578c6c !important;
  margin: 45px 0px !important;
  display: inline-block !important;
  padding: 15px 20px !important;
  color: #578c6c !important;
}

.gform_confirmation_wrapper {
  text-align: center;
}

div#gform_wrapper_1 .gfield.gfield_error input,
div#gform_wrapper_1 .gfield_error textarea,
div#gform_wrapper_2 .gfield.gfield_error input {
  border-color: red !important;
}

div#gform_wrapper_1 .gform_footer.top_label {
  text-align: center;
}

div#gform_1_validation_container,
div#gform_2_validation_container {
  display: none;
}

div#gform_wrapper_1 .gform-loader,
div#gform_wrapper_2 .gform-loader {
  display: none !important;
}

div#gform_wrapper_1 {
  margin-top: 0px;
}

div#gform_wrapper_1 div input#gform_submit_button_1 {
  all: unset;
  background-color: #8b6a45;
  border-radius: 10px;
  padding: 14px 40px;
  padding-right: 80px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff !important;
  position: relative;
  line-height: 160%;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-image: url(/wp-content/uploads/2026/01/up_arrow.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 80% 21px;
  margin-top: 15px;
  transition: 0.5s all ease;
}

div#gform_wrapper_1 div input#gform_submit_button_1:hover {
  transform: translateY(-3px);
  background-color: #578c6c;
}

.slider-wrapper {
  position: relative;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}

.slider-wrapper .slide {
  display: grid;
  margin-top: 3.5rem;
  width: 100%;

  > * {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.spacer {
  height: 100vh;
}
