/*!
Theme Name: Capili child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --ff-primary: 'Gotham', sans-serif;
  --ff-secondary: "Ganache", sans-serif;

  --clr-gold: #E6BC51;
  --clr-black: #0F0F0F;
  --clr-bg: #FFFAED;

  --clr-orange: #F74D00;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--ff-primary);
}

/* html,
body {
  overflow-x: hidden;
} */

body {
  background-color: var(--clr-bg) !important;
}

ul {
  padding: 0;
  margin: 0;
}

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

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

.post,
.page {
  margin: 0;
}

body {
  background-color: #FFFAED;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #0F0F0F;
}

.inner-banner-heading p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  white-space: pre-wrap;
  color: var(--clr-black);
  font-weight: 800;
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0px;
  font-family: 'Proxima Nova Lt';
}

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

ul li,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* UTILS START */

.fix-image {
  object-position: center center !important;
}

.footer-social-navigation ul li a .icon_wrap,
.info-links li a .icon_wrap {
  position: relative;
}

.footer-social-navigation ul li a .icon_wrap::before,
.info-links li a .icon_wrap::before {
  content: "";
  background-size: cover;
  height: 22px;
  width: 22px;
}

.footer-social-navigation ul li:nth-child(1) a .icon_wrap::before,
.info-links li:nth-child(1) a .icon_wrap::before {
  background-image: url("/wp-content/uploads/2025/09/location-icon.svg");
  width: 16px;
}

.footer-social-navigation ul li:nth-child(2) a .icon_wrap::before,
.info-links li:nth-child(2) a .icon_wrap::before {
  background-image: url("/wp-content/uploads/2025/09/phone-icon.svg");
  height: 22px;
  width: 22px;
}

.footer-social-navigation ul li:nth-child(3) a .icon_wrap::before,
.info-links li:nth-child(3) a .icon_wrap::before {
  background-image: url("/wp-content/uploads/2025/09/email-icon.svg");
  height: 18px;
  width: 21px;
}

.dots-section .slick-dots {
  margin-top: 30px;
  bottom: -55px;
}

.dots-section .slick-dots li {
  margin-inline: 1px;
}

.dots-section .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #D9D9D9 !important;
  border: none;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.dots-section .slick-dots li.slick-active button {
  background-color: var(--clr-orange) !important;
  width: 15px;
  height: 15px;
}

.dots-section .slick-dots li button:before {
  font-size: 0px;
}

.hide-overflow {
  overflow-x: hidden !important;
}

.button_wrap * {
  position: relative;
  background: #FFFAED;
  border: 1px solid #BABABA;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px 16px 20px;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  leading-trim: both;
  text-edge: cap;
  text-transform: uppercase;
  color: #0F0F0F;
  min-width: 190px;
  transition: all 300ms ease;
}

.button_wrap *::after {
  content: '\f061';
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  height: 35px;
  width: 35px;
  background: #FFFAED;
  font-size: 16px;
  border-radius: 100%;
  color: #000 !important;
}

.button_wrap *:hover {
  background-color: var(--clr-orange);
  color: #fff;
  border-color: var(--clr-gold);
}

.section-heading {
  font-weight: 800;
  font-size: 45px;
  line-height: 60px;
  color: var(--clr-black);
  margin-bottom: 30px;
}

.gold-clr {
  color: var(--clr-gold);
}

.orange-clr {
  color: var(--clr-orange);
}

.heading-lines {
  margin-top: 10px;
}

.heading-lines div {
  height: 2px;
  background-color: #F3E7C9;
}

.heading-lines div:not(:last-child) {
  margin-bottom: 8px;
}

.heading-lines div:nth-child(1) {
  width: 412px !important;
  /* width: 100%; */
}

.heading-lines div:nth-child(2) {
  max-width: 306px;
  width: 100%;
}

.heading-lines div:nth-child(3) {
  max-width: 152px;
  width: 100%;
}

.center-heading-lines div {
  margin-inline: auto;
  max-width: 412px;
  width: 100%;
}

/* UTILS END */

.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: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  left: auto;
  margin-left: auto;
  position: relative;
  background-size: cover;
  padding: 90px 0;
  margin-top: 117px;
}

.error-404.not-found .button_wrap>* {
  min-width: 228px;
}

.error-404.not-found .section-heading {
  margin-bottom: 10px;
  color: var(--clr-orange);
}

.not_found_inner {
  max-width: 100%;
}

/* .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: 170px;
  line-height: 1;
  color: #000;
  margin: 0;
  font-weight: 800;
}

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

.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 .nav-links {
  display: none;
}



/*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, .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: 650px !important;
  margin: 50px 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: center;
  margin: 0px;
}

#primary-menu li {
  display: inline-block;
  padding: 0 10px;
}

#primary-menu li a {
  padding: 10px 0;
  color: #000;
}

.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: none;
  !important;
  height: auto !important;
}

#mm ul.sub-menu.active-sub-menu {
  display: block !important;
}

#mml {
  padding: 0 15px;
  color: #ffffff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.mm {
  position: relative;
  background-color: #fff;
  min-height: 49px;
  padding-block: 10px;
  /* width: 90%; */
  /* margin-inline: auto; */
  /* border-bottom-right-radius: 45px; */
  /* border-bottom-left-radius: 45px; */
}

#mmb {
  /* position: absolute; */
  /* width: 40px; */
  /* height: 50px; */
  /* margin-right: 15px; */
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--clr-orange);
  font-size: 30px;
  /* -webkit-transform: rotate(0deg); */
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  /* transform: rotate(0deg); */
  /* -webkit-transition: .5s ease-in-out; */
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  /* transition: .5s ease-in-out; */
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: var(--clr-black);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .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: var(--clr-orange) 1px solid;
  color: var(--clr-orange);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: white;
  word-wrap: break-word;
  text-align: left;
  font-weight: 500;
}

#mm #primary-menu li:last-child a {
  border: none;
}

#mm #primary-menu a:hover {
  background-color: var(--clr-orange);
  color: white;
}

.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: 22px;
}

#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, .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;
  letter-spacing: ;
  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, .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, .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, .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: 550px;
}

/*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;
  text-align: center;
}

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

/* Woo Commerce End Here */

/* HEADER START */

header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 999;
  height: 168px;
  margin-bottom: 30px;
}

header .header-wrapper {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 40px 40px;
  max-width: 1345px;
  width: 100%;
  margin-inline: auto;
  isolation: isolate;
}

.on #ham {
  display: none;
}

#close {
  display: none;
}

.on #close {
  display: block;
}

.header-wrapper::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 897px;
  height: 39px;
  z-index: -1;
  background: linear-gradient(90deg, #FFFFFF 0.95%, #E6BC51 114.77%);
}

.header-top-wrapper {
  padding-block: 7px;
}

.header-top-wrapper .header-top-info-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin: 0px;
}

.header-top-wrapper .header-top-info-links li a {
  color: #000 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top-wrapper .header-top-info-links li .icon_wrap {
  height: 25px;
  width: 25px;
  border: 1px solid var(--clr-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--clr-orange);
  border-radius: 50%;
  transition: all 300ms ease;
}

.header-top-wrapper .header-top-info-links li a:hover .icon_wrap {
  color: #fff;
  background-color: var(--clr-orange);
}

.header-top-info-links a span {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #0F0F0F;
}

.header-top-info-links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  leading-trim: both;
  text-edge: cap;
  color: #0F0F0F;
  /* padding: 10px; */
}

.header-bottom-wrapper {
  padding-block: 20px;
}

.logo:not(.mm .logo) {
  position: absolute;
  top: -14px;
  z-index: 999;
  background: #fff;
  padding-top: 24px;
  padding-bottom: 13px;
  border-radius: 50%;
}

.logo img {
  width: 173px;
}

.mm .logo img {
  width: 100px;
}

#primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
}

header #primary-menu li {
  padding: 0px;
}

header #primary-menu li a {
  display: block;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 17px;
  color: #0F0F0F;
  position: relative;
  padding: 10px;
  transition: color 200ms ease !important;
}

header #primary-menu li a:hover {
  color: var(--clr-orange);
  font-weight: 400 !important;
}

header #primary-menu li a:hover::before {
  opacity: 1;
}

header #primary-menu li.current-menu-item a {
  color: var(--clr-orange);
  font-weight: 400 !important;
}

header #primary-menu li a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: var(--clr-orange);
  opacity: 0;
  transition: all 200ms ease;
}

header #primary-menu li.current-menu-item a::before {
  opacity: 1;
}

#mm #primary-menu .current-menu-item a {
  background-color: var(--clr-orange);
  color: #fff;
}

/* HEADER END */

/* HOME BANNER SECTION START */

.banner-section {
  margin-top: 198px;
  margin-bottom: 150px;
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-image: url("/wp-content/uploads/2025/09/banner-bg-before.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 858px;
  width: 100%;
  z-index: -1;
}

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

.banner-section .banner-text h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #E6BC51;
}

.banner-section .banner-text h1 {
  font-weight: 500;
  font-size: 55px;
  line-height: 61px;
  text-transform: uppercase;
}

.banner-section .banner-text span:nth-of-type(2) {
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
}

.banner-section .banner-text h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #E6BC51;
}

.banner-section .banner-text h1 {
  font-weight: 900;
  font-size: 55px;
  line-height: 1;
  text-transform: uppercase;
  color: #0F0F0F;
}

.banner-section span.orange-clr {
  font-family: 'Ganache';
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  text-transform: none;
}

.banner-section .banner-text span:nth-of-type(2) {
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  display: block;
  text-transform: none;
}

.banner-section .banner-text p {
  margin-bottom: 25px;
  margin-top: 14px;
}

.banner-section .right-col img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-section .right-col-flex {
  display: flex;
  align-items: center;
  position: relative;
}

.banner-section .right-col .img-1 {
  position: relative;
  width: 298px;
  height: 281px;
  border-radius: 40px;
  margin-bottom: 17px;
}

.banner-text {
  position: relative;
}

.banner-text::before {
  content: "";
  position: absolute;
  right: 9.58px;
  top: 61px;
  background-image: url(/wp-content/uploads/2025/09/img-3-icon-4.png);
  height: 41.28px;
  width: 40.58px;
}

.banner-section .right-col .img-1::before {
  content: "";
  position: absolute;
  top: -17px;
  right: -40.5px;
  background-image: url(/wp-content/uploads/2025/09/img-1-icon-1.png);
  height: 81px;
  width: 81px;
  background-repeat: no-repeat;
}

.banner-section .right-col .img-1::after {
  content: "";
  position: absolute;
  top: 253px;
  right: 256px;
  height: 81px;
  width: 81px;
  background-image: url(/wp-content/uploads/2025/09/img-2-icon-2.png);
  background-repeat: no-repeat;
  z-index: 5;
}

.banner-section .right-col img {
  border-radius: 40px;
}

.banner-section .right-col .img-2 {
  position: relative;
  width: 359px;
  height: 238px;
}

.banner-section .right-col .img-2::before {
  content: "";
  position: absolute;
  bottom: 184px;
  left: 244px;
  width: 142px;
  height: 66px;
  background-image: url(/wp-content/uploads/2025/09/img-2-icon-1.png);
  background-repeat: no-repeat;
}

.banner-section .right-col .img-2::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: 7.72px;
  background-image: url(/wp-content/uploads/2025/09/img-3-icon-4.png);
  height: 41.28px;
  width: 40.58px;
}

.banner-section .right-col .img-2 img {
  border: 8px solid #FFFAED;
}

.banner-section .right-col .img-3 {
  position: relative;
  width: 292px;
  height: 347px;
  position: absolute;
  right: -21px;
  z-index: -1;
  top: 108px;
}

.banner-section .right-col .img-3::before {
  content: "";
  position: absolute;
  left: 33px;
  top: -90px;
  bottom: 7.72px;
  background-image: url(/wp-content/uploads/2025/09/img-3-icon-4.png);
  height: 41.28px;
  width: 40.58px;
}

.banner-section .right-col .img-3::after {
  content: "";
  position: absolute;
  left: 253px;
  top: -90px;
  bottom: 7.72px;
  background-image: url(/wp-content/uploads/2025/09/img-3-icon-3.png);
  height: 76px;
  width: 76px;
}

/* HOME BANNER SECTION END */


/* PRO SECTION START */

.pro-section {
  margin-bottom: 50px;
}

.pro-section-text {
  max-width: 1015px;
  width: 100%;
  padding-inline: 10px;
  text-align: center;
  margin-inline: auto;
}

.pro-section-text .section-heading {
  font-weight: 800;
  font-size: 55px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--clr-black);
}

.pro-section-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #0F0F0F;
  margin-bottom: 15px;
}

.pro-section-text p:nth-of-type(2) {
  margin-bottom: 30px;
}

/* PRO SECTION END */

/* OUR VALUES SECTION START */

.our-values-section {
  position: relative;
  min-height: 512px;
  width: 100%;
  margin-bottom: 100px;
}

.our-values-section .row {
  min-height: 100%;
}

.our-values-section .left-col {
  position: static;
}

.our-values-section .left-col .img_wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 874px;
  height: 406px;
  border-radius: 0px 203px 203px 0px;
  overflow: hidden;
}

.our-values-section .left-col .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-values-section .right-col {
  position: static;
}

.our-values-section .our-value-text {
  background-color: #F3E7C9;
  min-height: 406px;
  width: 739px;
  position: absolute;
  top: 114px;
  right: 0px;
  border: 10px solid var(--clr-bg);
  border-right: 0px;
  border-radius: 203px 0px 0px 203px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-values-section .our-value-text h3 {
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-size: 60px;
  line-height: 84px;
  color: var(--clr-black);
  margin-bottom: 10px;
}

.our-values-section .our-value-text h3 span {
  font-family: inherit;
}

.our-values-section .our-value-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: var(--clr-black);
  margin-bottom: 30px;
  max-width: 588px;
  width: 100%;
}

/* OUR VALUES SECTION END */


/* LUXURY SECTION START */

.luxury-section {
  position: relative;
  margin-bottom: 100px;
}

.luxury-section::before {
  content: "";
  position: absolute;
  top: -18px;
  right: 0px;
  width: 676px;
  height: 663px;
  background: rgba(247, 77, 0, 0.1);
  border-radius: 50%;
}

.luxury-section::after {
  content: "";
  position: absolute;
  top: -50%;
  right: 0px;
  left: 0px;
  background-image: url('/wp-content/uploads/2025/09/luxury-prop.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1314px;
  width: 100%;
  z-index: -1;
  opacity: .3;
}

.luxury-section .luxury-text li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0F0F0F;
}

.luxury-section .luxury-text li:not(:last-child) {
  margin-bottom: 20px;
}

.luxury-section .luxury-text li::before {
  content: "";
  display: block;
  background-image: url('/wp-content/uploads/2025/09/tick-icon.png');
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  margin-top: 3px;
}

.pointed-list {
  margin: 0px;
}

.pointed-list li::before {
  content: "";
  display: block;
  background-image: url('/wp-content/uploads/2025/09/tick-icon.png');
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  /* margin-top: 5px; */
}

.luxury-section .right-col {
  position: static;
}

.luxury-section .right-col .img_wrap {
  position: absolute;
  width: 60%;
  right: 0px;
  top: 9%;
  height: auto;
}

.luxury-section .right-col .img_wrap img {
  width: 100%;
  height: 100%;
}

/* LUXURY SECTION END */

/* SERVICES SECTION START */

.service-section {
  margin-bottom: 80px;
}

.service-section .section-heading {
  margin-bottom: 50px;
  font-weight: 800;
}

.service-section .service-card {
  padding: 30px;
  max-width: 570px;
  width: 100%;
  height: 506px;
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: normal;
  box-shadow: 26px 46px 155px -18px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  border-radius: 20px;
  transition: all 300ms ease;
}

.service-section .service-card:hover {
  background: #FFFFFF;
  mix-blend-mode: normal;
  box-shadow: 26px 46px 155px -18px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(25px);
  border-radius: 20px;
}

.service-section .service-card:hover .img_wrap img {
  transform: scale(1.1);
}

.service-section .service-card:hover a {
  color: var(--clr-orange);
}

.service-section .service-card .img_wrap {
  margin-bottom: 22px;
  border-radius: 15px;
  overflow: hidden;
}

.service-section .service-card .img_wrap img {
  width: 510px;
  height: 273px;
  transition: all 300ms ease;
}

.service-card h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  text-transform: uppercase;
  color: #0F0F0F;
}

.service-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #0F0F0F;
  margin-bottom: 30px;
  min-height: 58px;
}

.service-card .service-card-link a {
  display: flex;
  align-items: center;
  text-align: left !important;
  font-weight: 600;
  gap: 10px;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--clr-black);
  transition: all 300ms ease;
  width: fit-content;
}

.service-card .service-card-link a>* {
  font-size: 17px;
}

.service-card .service-card-link a img {
  margin-left: 8px;
}

/* SERVICES SECTION END */

/* TEAM SECTION START */

.team-section {
  margin-bottom: 80px;
}

.team-section .heading-lines div {
  background: #DAD3CA;
}

.team-section-wrapper {
  position: relative;
  background-image: url("/wp-content/uploads/2025/09/team-section-image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 120px 120px 0px 0px;
  isolation: isolate;
  overflow: hidden;
}

.team-section-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(68.37deg, #FFFAED 13.62%, rgba(255, 250, 237, 0) 78.95%);
  z-index: -1;
}

.team-section-text {
  padding-block: 104px;
  max-width: 440px;
  width: 100%;
}

.team-section-text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 19px;
}

/* TEAM SECTION END */

/* GALLERY SECTION START */

.gallery-section {
  margin-bottom: 154px;
}

.gallery-section .section-heading {
  margin-bottom: 50px;
}

.gallery-wrapper {
  display: flex;
  gap: 20px;
}

.gallery-wrapper .img_wrap {
  border-radius: 20px;
  overflow: hidden;
}

.gallery-wrapper .img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-wrapper .img_wrap:nth-child(1) {
  width: 293px;
  height: 512px;
}

.gallery-wrapper>.img_wrap:nth-child(2) {
  width: 221px;
  height: 324px;
  margin-top: 94px;
}

.gallery-wrapper .img-container .img_wrap:nth-child(1) {
  width: 369px;
  height: 240px;
  margin-bottom: 32px;
}

.gallery-wrapper .img-container .img_wrap:nth-child(2) {
  width: 486px;
  height: 300px;
}

.gallery-wrapper .img_wrap:nth-child(4) {
  width: 221px;
  height: 324px;
  margin-top: 98px;
}

.gallery-wrapper .img_wrap:nth-child(5) {
  flex-shrink: 0;
  width: 159px;
  height: 527px;
  position: relative;
  right: 0px;
  border-radius: unset;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.gallery-wrapper .img_wrap:nth-child(5) img {
  object-fit: unset;
}

.gallery-section-mobile {
  display: none;
}

/* GALLERY SECTION END */

/* FOOTER START */

footer {
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background-image: url('/wp-content/uploads/2025/09/footer-bg-prop.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 782px;
  background-size: 100% 100%;
}

.footer-top-wrapper {
  display: flex;
  align-items: center;
  gap: 78px;
  margin-bottom: 36px;
}

.footer-top-wrapper .footer-logo a img {
  width: 113px !important;
  width: 190px;
}

.footer-social-navigation ul {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0px;
}

.footer-social-navigation ul li a,
.info-links li a {
  display: flex;
  gap: 15px;
}

.footer-social-navigation ul li a .icon_wrap,
.info-links li a .icon_wrap {
  background-color: var(--clr-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  transition: all 300ms ease;
  box-shadow: 0px 3.55745px 22.234px rgba(0, 0, 0, 0.1);
}

footer li.current-menu-item a {
  color: var(--clr-orange);
}

.footer-social-navigation .footer-nav-text h6,
.info-links .footer-nav-text h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: var(--clr-gold);
  margin-bottom: 5px;
}

.footer-social-navigation .footer-nav-text span,
.info-links span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--clr-black);
  transition: all 200ms ease;
}

.footer-social-navigation ul li a:hover span,
.info-links li a:hover span {
  color: var(--clr-gold);
}

.footer-middle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 74px;
}

.footer-main-nav ul {
  display: flex;
  align-items: center;
  gap: 60px;
}

.footer-middle-wrapper .footer-main-nav li a,
.social-links-wrapper li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: var(--clr-black);
}

.footer-middle-wrapper ul,
.social-links-wrapper ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0px;
}

.footer-middle-wrapper ul#footer-menu {
  display: flex;
  align-items: center;
  gap: 60px;
}

.footer-middle-wrapper ul#footer-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0F0F0F;
  transition: all 300ms ease;
}

.footer-middle-wrapper ul#footer-menu li a:hover {
  color: var(--clr-orange);
}

.footer-middle-wrapper ul li .icon_wrap,
.social-links-wrapper ul li .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--clr-black);
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 283.784px;
}

.footer-middle-wrapper ul li .icon_wrap>*,
.social-links-wrapper ul li .icon_wrap>* {
  transition: font-size 300ms ease;
  font-weight: 600;
}

.footer-middle-wrapper ul li .icon_wrap:hover,
.social-links-wrapper ul li .icon_wrap:hover {
  font-size: 16px;
  background-color: var(--clr-orange);
  color: #fff;
}

footer :is(.fa-facebook-f:before, .fa-instagram:before, .fa-linkedin-in:before) {
  font-weight: bold;
}

footer p.copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: var(--clr-black);
  margin: 0px;
}

footer p.copyright a {
  color: var(--clr-orange);
  font-weight: 500;
  text-transform: uppercase;
  transition: all 300ms ease;
  font-size: 12px;
}

footer p.copyright a:hover {
  color: var(--clr-gold);
}

footer .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 8.5px;
  border-top: 1px solid #CACACA;
}

footer .footer-bottom-wrapper li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: var(--clr-black);
  padding-right: 16px;
  border-right: 1px solid var(--clr-black);
  transition: all 300m ease;
}

footer .footer-bottom-wrapper li a:hover {
  color: var(--clr-orange);
}

footer .footer-bottom-wrapper li:last-child a {
  padding-right: 0px;
  border: none;
  padding-left: 16px;
}

footer #footer-bottom-menu {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  margin: 0;
}

ul#footer-menu .current-menu-item a {
  color: var(--clr-orange) !important;
}

ul#footer-bottom-menu .current-menu-item a {
  color: var(--clr-orange) !important;
}

/* FOOTER END  */

/* INNER BANNER START */

.inner-banner-section {
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  background-color: rgba(247, 77, 0, 0.1);
  min-height: 434px;
  width: 100%;
  margin-bottom: 110px;
}

.inner-banner-section h1.inner-banner-heading {
  padding-top: 242px;
  margin-inline: auto;
  width: max-content;
  font-weight: 800;
  font-size: 55px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: var(--clr-black);
}

h1.inner-banner-heading .heading-lines div {
  background-color: #DAD3CA;
}

/* INNER BANNER END */

/* ABOUT EVEN COL SECTION START */

.about-even-col-section {
  margin-bottom: 100px;
}

.about-even-col-section .about-even-col-row {
  align-items: center;
}

.about-even-col-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #0F0F0F;
  margin: 0px;
  padding-right: 50px;
}

.about-even-col-text p:not(:last-child) {
  margin-bottom: 15px;
}

.about-even-col-section .img_wrap {
  position: relative;
  width: max-content;
  margin-left: auto;
}

.about-even-col-section .img_wrap::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 11.27px;
  height: 40px;
  width: 40px;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/09/about-paw-icon-1.svg);
}

.about-even-col-section .img_wrap::after {
  content: "";
  position: absolute;
  bottom: 106px;
  right: 27px;
  height: 41px;
  width: 41px;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/09/about-paw-icon-2.svg);
}

.about-even-col-section .img_wrap img {
  width: 633px;
  height: 655px;
  object-fit: cover;
}

/* ABOUT EVEN COL SECTION END */


/* ABOUT TEAM SECION START */

.about-team-section {
  position: relative;
  margin-bottom: 100px;
}

section.about-team-section .heading-lines div {
  background-color: #D8D8D8;
}

.about-team-section::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/09/about-team-bg.png");
  position: absolute;
  z-index: -1;
  top: -253px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 1314px;
  width: 100%;
}

.about-team-section .container {
  position: relative;
}

.about-team-section .container::before {
  content: "";
  position: absolute;
  right: -35px;
  top: -78px;
  background-image: url('/wp-content/uploads/2025/09/about-team-logo.svg');
  background-size: cover;
  height: 182px;
  width: 182px;
  z-index: 10;
}

.about-team-wrapper {
  background: #FFFFFF;
  border-radius: 60px;
  padding: 40px;
}

.about-team-row {
  align-items: center;
}

.about-team-wrapper .img_wrap img {
  width: 580px;
  height: 470px;
  border-radius: 40px;
  object-fit: cover;
}

.about-team-text {
  padding-inline: 40px;
}

.about-team-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #0F0F0F;
  margin: 0px;
}

/* ABOUT TEAM SECTION END */

/* ABOUT PET FAMILY SECTION START */

.about-pet-family-section {
  position: relative;
  margin-bottom: 170px;
  max-width: 991px;
  width: 100%;
  min-height: 530px;
  margin-inline: auto;
}

.about-pet-family-section .section-heading {
  font-weight: 700;
}

.about-pet-family-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 85.45px;
  height: 86.91px;
  background-size: cover;
  background-image: url("/wp-content/uploads/2025/09/about-pet-claw-1.svg");
}

.about-pet-family-section::after {
  content: "";
  position: absolute;
  top: 72px;
  right: 26px;
  width: 56px;
  height: 56px;
  background-size: cover;
  background-image: url("/wp-content/uploads/2025/09/about-pet-claw-2.svg");
}

.about-pet-family-wrapper {
  position: relative;
  max-width: 991px;
  width: 100%;
  height: 530px;
  /* background-color: #F3E7C9; */
  margin-inline: auto;
}

.about-pet-family-wrapper::before {
  content: "";
  position: absolute;
  background-image: url('/wp-content/uploads/2025/09/about-pet-fam-bg-circle.png');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-repeat: no-repeat;
}

.about-pet-logo {
  margin-bottom: 10px;
}

.about-pet-logo img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.about-pet-family-wrapper .about-pet-fam-text {
  padding-top: 70px;
  max-width: 563px;
  width: 100%;
  margin-inline: auto;
}

.about-pet-fam-text .heading-lines div {
  background-color: #CDC9BE;
}

.about-pet-family-wrapper>.img_wrap {
  position: absolute;
  bottom: -73px;
  left: 5px;
}

.about-pet-family-wrapper>.img_wrap img {
  width: 1038px;
  height: 300px;
  object-fit: cover;
}

/* ABOUT PET FAMILY SECTION END */

/* ABOUT HAPPY PET SECTION START */

.about-happy-pet-section {
  margin-bottom: 190px;
}

.about-happy-pet-section,
.about-happy-pet-slider {
  position: relative;
}

.about-happy-pet-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

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

.slider-buttons button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E6BC51;
  border-radius: 200px;
  transition: all 300ms ease;
  cursor: pointer;
}

.slider-buttons button:hover {
  background-color: var(--clr-orange);
  color: #fff;
}

.about-happy-pet-slider {
  align-items: center;
}

.about-happy-text-slider .icon_wrap {
  margin-bottom: 40px;
}

.about-happy-text-slider .icon_wrap img {
  width: 122px;
  height: 93px;
}

.about-happy-text-slider p {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #0F0F0F;
  margin-bottom: 40px;
}

.about-happy-text-slider .profile-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.profile-flex h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F74D00;
  margin-bottom: 0px;
}

.profile-flex span {
  font-weight: 400;
  font-size: 12.9167px;
  line-height: 15px;
  color: #1C1C1C;
  font-weight: 500;
}

.about-happy-image-slider .img_wrap img {
  width: 751.36px;
  height: 575px;
  border-radius: 40px 0px 0px 40px;
  object-fit: cover;
}

.about-happy-pet-slider {
  min-height: 575px;
}

.about-happy-pet-slider .right-col {
  position: static;
}

.about-happy-image-slider .img_wrap {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
}

/* ABOUT HAPPY PET SECTION END */

/* SERVICES EVEN COL SECTION START */

.services-even-col-section {
  margin-bottom: 100px;
}

.services-row-wrapper .img_wrap img {
  width: 605px;
  height: 500px;
  border-radius: 40px;
  object-fit: cover;
}

.service-even-col-text h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #0F0F0F;
  margin-bottom: 5px;
}

.service-even-col-text .quote-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: var(--clr-gold);
  margin-bottom: 20px;
}

.service-even-col-text {
  padding-left: 30px;
}

.service-even-col-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #0F0F0F;
  margin-bottom: 0px;
}

.services-row-wrapper .row {
  align-items: center;
}

.services-row-wrapper .row:not(:last-child) {
  margin-bottom: 50px;
}

.services-row-wrapper .row:nth-child(even) {
  flex-direction: row-reverse;
}

.services-row-wrapper .row:nth-child(even) .service-even-col-text {
  padding-left: 0px;
}

/* SERVICES EVEN COL SECTION END */

/* SERVICE PLAN SECTION START */

.service-plan-section {
  margin-bottom: 100px;
}

.service-plan-section .section-heading {
  margin-bottom: 211px;
}

.service-plan-card .img_wrap {
  position: absolute;
  top: -150px;
  left: 0px;
  right: 0px;
  width: max-content;
  margin-inline: auto;
}

.service-plan-card .img_wrap img {
  height: 300px;
  width: 300px;
  border-radius: 50%;
}

.service-plan-text {
  margin-top: 136px;
}

.service-plan-card {
  position: relative;
  padding: 44px 30px;
  max-width: 595px;
  width: 100%;
  min-height: 785px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 40px;
  text-align: center;
}

.service-plan-card h3 {
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  /* display: flex; */
  /* align-items: center; */
  /* text-align: center; */
  text-transform: uppercase;
  color: #F74D00;
  margin-bottom: 10px;
}

.service-plan-card.service-plan-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #0F0F0F;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.service-plan-card.service-plan-card p strong {
  font-weight: 700;
}

.service-plan-card .spacer {
  font-weight: 700;
  font-size: 19.2383px;
  line-height: 120%;
  letter-spacing: 0.4em;
  text-transform: capitalize;
  color: #E6BC51;
  margin-bottom: 14px;
  display: block;
}

.service-plan-card ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0F0F0F;
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-plan-card ul li:not(:last-child) {
  margin-bottom: 20px;
}

.button-container {
  text-align: center;
  margin-top: 50px;
}

.button-container a {
  background: #E6BC51;
  border-radius: 100px;
  max-width: 510px;
  width: 100%;
  height: 56px;
  padding: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #FFFFFF;
  margin-inline: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  cursor: default;
}

.button-container a:hover {
  background-color: var(--clr-orange);
  color: #fff;
}

/* SERVICE PLAN SECTION END */

/* SERVICE OFFER SECTION START */

.service-offer-section {
  margin-bottom: 140px;
}

.offer-image-flex {
  display: flex;
  gap: 20px;
}

.offer-image-flex .img_wrap img {
  border-radius: 30px;
  object-fit: cover;
  width: 100% !important;
  height: auto !important;
}

.offer-image-flex>div.img_wrap img {
  width: 315px;
  height: 601px;
}

.offer-image-wrapper div:first-child {
  margin-bottom: 20px;
}

.offer-image-wrapper div:first-child img {
  width: 315px;
  height: 215px;
}

.offer-image-wrapper div:last-child img {
  width: 315px;
  height: 366px;
  height: auto !important;
}

.service-offer-section .section-heading {
  font-weight: 800;
  font-size: 36px;
  line-height: 45px;
  color: #0F0F0F;
}

.offer-sec-text li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0F0F0F;
}

.offer-sec-text li:not(:last-child) {
  margin-bottom: 15px;
}

/* SERVICE OFFER SECTION END */

/* CONTACT US FORM SECTION START */

.contact-us-form-section {
  margin-bottom: 130px;
}

.contact-sec-text {
  margin-top: 40px;
}

.contact-sec-text .section-heading {
  margin-bottom: 10px;
}

.contact-sec-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0F0F0F;
  margin-bottom: 30px;
}

.info-links {
  margin-bottom: 40px;
}

.info-links li:not(:last-child) {
  margin-bottom: 30px;
}

.social-links-wrapper h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0F0F0F;
  margin-bottom: 10px;
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: normal;
  box-shadow: 26px 46px 155px -18px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(25px);
  border-radius: 30px;
  padding: 30px;
  max-width: 673px;
  width: 100%;
  min-height: 668px;
  min-height: auto;
}

.contact-form-wrapper #gform_fields_1 {
  row-gap: 30px !important;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="number"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  padding: 16px 20px !important;
  width: 291.5px !important;
  height: 60px !important;
  background: #FFFFFF !important;
  border: 1px solid #E2E2E2 !important;
  border-radius: 10px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #0F0F0F !important;
  max-width: 100% !important;
  width: 100% !important;
  resize: none !important;
}

.contact-form-wrapper select {
  line-height: 28px !important;
  cursor: pointer;
}

.contact-form-wrapper select option {
  cursor: pointer;
}

.contact-form-wrapper textarea {
  min-block-size: 185px !important;
}

.contact-form-wrapper textarea,
.contact-form-wrapper select {
  max-width: 100% !important;
  width: 100% !important;
}

.contact-form-wrapper h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #0F0F0F;
  margin-bottom: 30px;
}

.contact-form-wrapper .ginput_container_select.ginput_container_select {
  position: relative;
}

.contact-form-wrapper .gform-loader.gform-loader {
  display: none !important;
}

.contact-form-wrapper .ginput_container_select.ginput_container_select::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #1F5BD6;
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

.contact-form-wrapper .gform_button {
  position: relative !important;
  background: #FFFAED !important;
  border: 1px solid #BABABA !important;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15) !important;
  border-radius: 100px !important;
  display: inline-flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 16px 10px 16px 20px !important;
  height: 50px !important;
  padding-left: 20px !important;
  padding-right: 10px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  leading-trim: both !important;
  text-edge: cap !important;
  text-transform: uppercase !important;
  color: #0F0F0F !important;
  min-width: 190px !important;
  transition: all 300ms ease !important;
  text-align: start !important;
}

.contact-form-wrapper .gform_button:hover {
  background-color: var(--clr-orange) !important;
  color: #fff !important;
  border-color: var(--clr-orange) !important;
}

.contact-form-wrapper .gform_footer {
  display: block !important;
  position: relative !important;
  width: max-content !important;
}

.contact-form-wrapper .gform_footer::after {
  content: '\f061' !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
  height: 35px !important;
  width: 35px !important;
  background: #FFFAED !important;
  font-size: 16px !important;
  border-radius: 100% !important;
  color: #000 !important;
  position: absolute !important;
  top: 7.5px !important;
  right: 10px !important;
}

body .contact-form-wrapper .gform_validation_errors.gform_validation_errors {
  display: none !important;
}

.contact-form-wrapper .gfield_validation_message.gfield_validation_message {
  display: none !important;
}

.contact-form-wrapper .gfield_error.gfield_error input {
  border: 1px solid red !important;
}

/* CONTACT US FORM SECTION END */

/* CONTACT MAP SECTION START */

.contact-map-section {
  margin-bottom: 97px;
}

.contact-map-section iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 470px;
  object-fit: cover;
  border-radius: 40px;
}

/* CONTACT MAP SECTION END */

/* GALLERY PET GOOMING SECTION START */

.pet-grooming-section {
  margin-bottom: 130px;
}

.pet-grooming-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 78px;
}

.pet-grooming-flex .section-heading {
  margin: 0px;
}

.pet-gromming-image-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.pet-gromming-image-container .img_wrap img {
  width: 451px;
  height: 451px;
  border: 30px solid #F9F2DF;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.pet-grooming-slider .grooming-image-container {
  display: flex;
  justify-content: flex-end;
}

.pet-grooming-slider .slick-current .img_wrap img {
  border-color: #E6BC51 !important;
}

.pet-grooming-slider .grooming-image-container .img_wrap img {
  height: 188px;
  width: 188px;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
}

.pet-grooming-slider .slick-slide[data-slick-index="2"] img {
  object-position: unset;
}

.grooming-image-container .img_wrap:first-child img {
  border: 7.26px solid #F9F2DF;
}

.grooming-image-container .img_wrap:last-child {
  position: relative;
  left: -18px;
  z-index: 1;
}

.grooming-image-container .img_wrap:last-child img {
  border: 7.26px solid #FFFAED;
}

/* GALLERY PET GROOMING SECTION END */

/* CONTENT SECTION START */

.content-section {
  padding-bottom: 110px;
}

.content-section a.gold-clr:hover {
  color: var(--clr-orange);
}

.content-section p {
  font-size: 16px;
  font-weight: 400;
}

.content-section .small-heading {
  font-size: 20px;
  font-weight: 500;
}

.content-section .content_wrap {
  margin-bottom: 25px;
}

.content-section .sub-heading {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 10px;
}

.content-section .content-list {
  padding-left: 48px;
}

.content-section li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #0F0F0F;
  margin-bottom: 10px;
  list-style: disc;
}

.content-section ul li:last-child {
  margin: 0px;
}

.content-section li a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #0F0F0F;
}

.icon-list {
  padding: 0px !important;
}

.icon-list li {
  display: flex;
  align-items: center;
}

.icon-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.icon-list li a br {
  display: none;
}

.icon-list li a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background: var(--clr-orange);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  transition: all 300ms ease;
}

.icon-list li:first-child a::before {
  content: '\f0e0';
}

.icon-list li:last-child a::before {
  content: '\f3c5';
}

.icon-list li:hover a::before {
  background-color: var(--clr-gold);
}

.icon-list p {
  margin: 0px;
}

.content-list ul:has(.icon_wrap) {
  padding-left: 0px !important;
}

.content-list li:has(.icon_wrap) {
  list-style: none;
}

.content-list .icon_wrap {
  display: none;
}

.content-list li a:hover .icon_wrap {
  background-color: var(--clr-gold);
  color: #fff;
}

/* CONTENT SECTION END */
.gfield--type-captcha.gfield_error>.ginput_recaptcha>div {
    border: 1px solid red;
}
/* MEDIA QUERY */

@media (min-width: 1600px) {
  .our-values-section .left-col .img_wrap {
    width: 60.69%;
  }

  .our-values-section .our-value-text {
    width: 50.3%;
  }

  .gallery-wrapper .img_wrap:nth-child(1) {
    width: 22%;
  }

  .gallery-wrapper .img-container {
    width: 36%;
  }

  .gallery-wrapper>.img_wrap:nth-child(2) {
    width: 15%;
  }

  .gallery-wrapper .img-container .img_wrap:nth-child(1) {
    width: 70%;
  }

  .gallery-wrapper .img-container .img_wrap:nth-child(2) {
    width: 100%;
  }

  .gallery-wrapper .img_wrap:nth-child(4) {
    width: 15%;
  }

  .about-happy-image-slider .img_wrap {
    position: absolute;
    right: 0px;
    top: 129.6px;
    height: 100%;
    width: 46%;
  }

  .about-happy-pet-section {
    height: 590px;
    margin-bottom: 290px;
  }

  .about-happy-image-slider .img_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .about-happy-pet-slider {
    position: static;
    /* min-height: 670px; */
    min-height: 590px;
  }

  .team-section-text {
    padding-block: 150px;
  }

  .team-section-wrapper {
    background-position: top;
  }

  .luxury-section .right-col .img_wrap {
    width: 52%;
    top: 5%;
  }

  .luxury-section {
    margin-bottom: 110px;
  }

  /* 	.contact-form-wrapper #gform_confirmation_message_1 {
		    position: absolute;
    		top: 50%;
    		left: 50%;
   			text-align: center;
   			transform: translate(-50%, -50%);
	} */
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .banner-section .right-col .img-3::after {
    left: 194px;
  }

  .banner-section {
    margin-top: 170px;
  }
}

@media (max-width: 1199px) {
  br:not(.banner-section br) {
    display: none;
  }

  .logo img {
    width: 150px;
  }

  .heading-lines div:nth-child(1) {
    width: 100% !important;
  }

  .team-section-text {
    padding-block: 50px;
    margin-bottom: 50px;
  }

  .luxury-section .section-heading br {
    display: none;
  }

  .banner-section .right-col .img-3::before {
    height: 36.28px;
    width: 36.28px;
    background-size: cover;
  }

  .banner-section .right-col .img-3::after {
    right: 0px;
    left: unset;
    width: 60px;
    height: 60px;
    background-size: cover;
  }

  .banner-section {
    margin-top: 160px;
    margin-bottom: 100px;
  }

  .banner-section::before {
    height: 630px;
  }

  .banner-section .right-col .img-2 {
    width: 287px;
    height: 193px;
  }

  .banner-section .right-col .img-1 {
    width: 230px;
    height: 220px;
    margin-bottom: 10px;
  }

  .banner-section .right-col .img-3 {
    width: 217px;
    height: 265px;
  }

  .banner-section .banner-text h2 {
    font-size: 14px;
  }

  .banner-section span.orange-clr {
    font-size: 45px;
    line-height: 64px;
  }

  .banner-section .banner-text h1 {
    font-size: 44px;
  }

  .banner-section .banner-text span:nth-of-type(2) {
    font-size: 22px;
  }

  .banner-text::before {
    right: 2.58px;
    top: 41px;
  }

  .banner-section .banner-text p {
    margin-block: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-section .banner-text p br {
    display: none;
  }

  .banner-section .right-col .img-1::after {
    top: 199px;
    right: 195px;
    z-index: 10;
    height: 60px;
    width: 60px;
    background-size: cover;
  }

  .banner-section .right-col .img-1::before {
    height: 65px;
    width: 65px;
    background-size: cover;
    right: -22.5px;
  }

  .banner-section .right-col .img-2::before {
    width: 97px;
    height: 45px;
    bottom: 147px;
    left: 206px;
    background-size: cover;
  }

  .banner-section .right-col .img-2::after {
    right: -52px;
    bottom: -14.28px;
    height: 37.28px;
    width: 37.28px;
    background-size: cover;
  }

  .pro-section-text .section-heading {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
  }

  .pro-section-text p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px !important;
  }

  .our-values-section .left-col .img_wrap {
    width: 70%;
    height: 330px;
  }

  .our-values-section .our-value-text {
    width: 55%;
    min-height: 337px;
  }

  .our-values-section .our-value-text h3 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 0px;
    margin-bottom: 10px;
  }

  .our-values-section .our-value-text p {
    font-size: 14px;
    line-height: 26px;
    max-width: 515px;
    margin-bottom: 15px;
  }

  .our-values-section {
    min-height: 435px;
    margin-bottom: 80px;
  }

  .section-heading {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
  }

  .luxury-section .luxury-text li:not(:last-child) {
    margin-bottom: 15px;
  }

  .luxury-section::before {
    top: 0px;
    right: 0px;
    width: 520px;
    height: 520px;
  }

  .luxury-section .right-col .img_wrap {
    width: 57%;
    right: 0px;
    top: 81px;
  }

  .service-card h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .service-card p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .service-section .service-card {
    height: 477px;
    padding: 20px;
  }

  .gallery-wrapper {
    gap: 10px;
    align-items: end;
  }

  .gallery-wrapper .img_wrap:nth-child(4) {
    width: 255px;
    height: 255px;
    margin-top: 68px;
  }

  .gallery-wrapper .img_wrap:nth-child(5) {
    width: 182px;
    height: 396px;
    flex-shrink: unset;
  }

  .gallery-wrapper .img-container .img_wrap:nth-child(2) {
    width: 286px;
    height: 175px;
  }

  .gallery-wrapper>.img_wrap:nth-child(2) {
    width: 263px;
    height: 225px;
    margin-top: 94px;
  }

  .gallery-wrapper .img_wrap:nth-child(1) {
    width: 374px;
    height: 363px;
  }

  .gallery-wrapper .img-container .img_wrap:nth-child(1) {
    width: 240px;
    height: 156px;
    margin-bottom: 20px;
  }

  .gallery-section {
    margin-bottom: 100px;
  }

  .footer-social-navigation ul {
    gap: 20px;
  }

  .gallery-section .section-heading {
    margin-bottom: 20px;
  }

  .footer-social-navigation .footer-nav-text span {
    font-size: 14px;
  }

  .footer-social-navigation ul li a .icon_wrap {
    flex-shrink: 0;
  }

  .footer-top-wrapper {
    gap: 30px;
    justify-content: space-between;
  }

  .footer-middle-wrapper {
    margin-bottom: 30px;
  }

  .footer-middle-wrapper ul li .icon_wrap {
    width: 45px;
    height: 45px;
    font-size: 18px
  }

  .footer-social-navigation .footer-nav-text h6 {
    font-size: 14px;
    line-height: 10px;
  }

  .inner-banner-section {
    min-height: 330px;
    margin-bottom: 70px;
  }

  .inner-banner-section h1.inner-banner-heading {
    padding-top: 175px;
    font-size: 40px;
  }

  .about-even-col-section .img_wrap {
    margin: unset;
    width: auto;
  }

  .about-even-col-section .img_wrap img {
    height: 100%;
    width: 100%;
  }

  .about-even-col-text p {
    font-size: 14px;
    line-height: 26px;
    padding: 0px;
  }

  .about-even-col-section {
    margin-bottom: 70px;
  }

  .about-team-wrapper {
    padding-inline: 20px;
    padding-block: 30px;
  }

  .about-team-wrapper .img_wrap img {
    width: 100%;
    height: 100%;
  }

  .about-team-text {
    padding: 0px;
  }

  .about-team-text p {
    font-size: 14px;
    line-height: 26px;
    /* margin: 0px; */
  }

  .about-team-section .container::before {
    right: -11px;
    top: -63px;
    height: 120px;
    width: 120px;
  }

  .about-team-section {
    margin-bottom: 70px;
  }

  .about-pet-family-section::before {
    width: 65.45px;
    height: 65.46px;
    top: 20px;
    left: 40px;
  }

  .about-pet-family-section::after {
    top: 72px;
    right: 45px;
    width: 50px;
  }

  .about-pet-family-wrapper>.img_wrap {
    left: 5px;
  }

  .about-pet-family-section {
    margin-bottom: 130px;
  }

  .about-happy-text-slider .icon_wrap {
    margin-bottom: 20px;
  }

  .about-happy-text-slider .icon_wrap img {
    width: 80px;
    height: auto;
  }

  .about-happy-text-slider p {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .about-happy-image-slider .img_wrap {
    width: 60%;
    right: -30px;
  }

  .about-happy-image-slider .img_wrap img {
    width: 100%;
    height: 100%;
  }

  .about-happy-pet-slider {
    min-height: 441px;
  }

  .profile-flex img {
    width: 50px;
  }

  .about-happy-pet-section {
    margin-bottom: 130px;
  }

  .services-even-col-section .img_wrap img {
    width: 100%;
    height: auto;
  }

  .service-even-col-text {
    padding: 0px;
  }

  .service-even-col-text .quote-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .service-even-col-text h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .service-even-col-text p {
    font-size: 14px;
    line-height: 26px;
  }

  .services-row-wrapper .row:not(:last-child) {
    margin-bottom: 30px;
  }

  .service-plan-section .section-heading {
    margin-bottom: 190px;
  }

  .service-plan-card .img_wrap img {
    height: 250px;
    width: 250px;
  }

  .service-plan-text {
    margin-top: 80px;
  }

  .service-plan-card ul li {
    text-align: start;
    align-items: start;
    font-size: 14px;
  }

  .service-plan-card h3 {
    font-size: 28px;
  }

  .service-plan-card .spacer {
    letter-spacing: 0.2em;
  }

  .pointed-list li::before {
    margin-top: 5px;
  }

  .service-plan-card {
    min-height: auto;
  }

  .button-container {
    margin-top: 30px;
  }

  .service-plan-card ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .services-even-col-section,
  .service-plan-section {
    margin-bottom: 70px;
  }

  .service-offer-section {
    margin-bottom: 100px;
  }

  .info-links li a span {
    font-size: 14px;
  }

  .contact-sec-text p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .info-links li a {
    gap: 10px;
  }

  .info-links li a .icon_wrap {
    height: 35px;
    width: 35px;
    font-size: 14px;
  }

  .info-links {
    margin-bottom: 30px;
  }

  .info-links {
    gap: 20px;
  }

  .contact-form-wrapper textarea {
    min-height: 200px !important;
    min-block-size: 140px !important;
  }

  .contact-form-wrapper input[type="text"],
  .contact-form-wrapper input[type="email"],
  .contact-form-wrapper input[type="number"],
  .contact-form-wrapper input[type="tel"],
  .contact-form-wrapper textarea,
  .contact-form-wrapper select {
    height: 45px !important;
    font-size: 14px !important;
  }

  .contact-us-form-section .contact-form-wrapper select {
    line-height: 11px !important;
    padding-block: 0px !important;
    display: flex;
    align-items: center;
    line-height: 1.2em !important;
  }

  .contact-form-wrapper {
    height: auto;
    min-height: auto;
  }

  .contact-form-wrapper h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .contact-form-wrapper .ginput_container_select.ginput_container_select::after {
    font-size: 18px;
  }

  .contact-us-form-section,
  .contact-map-section {
    margin-bottom: 70px;
  }

  /* .contact-us-form-section .contact-sec-text {
    text-align: center;
  } */

  .pet-gromming-image-container .img_wrap img {
    width: 350px;
    height: 350px;
    border: 20px solid #F9F2DF;
  }

  .pet-gromming-image-container .icon_wrap img {
    width: 100px;
  }

  .pet-grooming-slider .grooming-image-container .img_wrap img {
    width: 150px;
    height: 150px;
    border-width: 5px;
  }

  .pet-gromming-image-container {
    margin-bottom: 30px;
  }

  .pet-grooming-flex {
    margin-bottom: 40px;
  }

  .pet-grooming-section {
    margin-bottom: 100px;
  }

  .inner-banner-section .container {
    max-width: 100%;
    width: 100%;
  }

  .contact-form-wrapper #gform_fields_1 {
    row-gap: 20px !important;
  }

  .error-404.not-found h1 {
    font-size: 140px;
  }

  .page-header p {
    font-size: 16px !important;
  }

  .error-404.not-found .section-heading {
    font-size: 35px;
  }

  .error-404.not-found {
    padding-block: 110px !important;
  }

  .content-section .sub-heading {
    font-size: 22px;
    line-height: 40px;
  }

  .content-section li {
    margin-bottom: 10px;
  }

  .content-section {
    padding-bottom: 50px;
  }

  /* 1199 end */
}

@media (max-width: 991px) {
  #masthead {
    display: none;
  }

  .mm,
  #mm {
    display: block;
  }

  .team-section-wrapper {
    border-radius: 80px 80px 0px 0px;
  }

  .banner-row {
    row-gap: 25px;
    flex-direction: column-reverse;
  }

  .banner-text {
    text-align: center;
  }

  .banner-section {
    margin-block: 50px;
  }

  .banner-section .heading-lines>div {
    margin-inline: auto;
  }

  .banner-section .right-col-flex {
    width: 66%;
    margin: auto;
  }

  .banner-section span.orange-clr {
    font-size: 40px;
    line-height: 60px;
  }

  .banner-section .banner-text span:nth-of-type(2) {
    font-size: 18px;
  }

  .banner-section .banner-text p {
    margin-block: 10px;
    font-size: 14px;
    line-height: 24px;
    width: max-content;
  }

  .banner-text::before {
    right: 149.58px;
    top: 41px;
  }

  .banner-section .banner-text h1 {
    font-size: 40px;
  }

  .pro-section-text .section-heading {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .pro-section-text p {
    line-height: 24px;
  }

  .pro-section {
    margin-bottom: 30px;
  }

  .our-values-section .our-value-text {
    min-height: 290px;
  }

  .our-values-section .our-value-text h3 {
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-bottom: 10px;
  }

  .heading-lines div:nth-child(1) {
    width: 255px !important;
  }

  .heading-lines div:nth-child(2) {
    width: 225px;
  }

  .luxury-section::before {
    top: 0px;
    right: 0px;
    width: 380px;
    height: 381px;
  }

  .service-section .service-card .img_wrap img {
    width: 100%;
    height: 178px;
    object-fit: cover;
  }

  .our-values-section {
    min-height: 380px;
    margin-bottom: 50px;
  }

  .service-section .section-heading {
    margin-bottom: 25px;
  }

  .luxury-section {
    margin-bottom: 50px;
  }

  .section-heading {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .service-section .service-card {
    height: 377px;
    padding: 20px;
  }

  .service-card h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .service-card p {
    font-size: 14px;
    line-height: 24px;
  }

  .gallery-wrapper .img_wrap:nth-child(4) {
    width: 269px;
    height: 200px;
    margin-top: 68px;
  }

  .gallery-wrapper .img_wrap:nth-child(5) {
    width: 198px;
    height: 327px;
    flex-shrink: unset;
  }

  .gallery-wrapper .img-container .img_wrap:nth-child(2) {
    width: 237px;
    height: 146px;
  }

  .gallery-wrapper>.img_wrap:nth-child(2) {
    width: 263px;
    height: 171px;
    margin-top: 94px;
  }

  .gallery-wrapper .img_wrap:nth-child(1) {
    width: 372px;
    height: 289px;
  }

  .gallery-wrapper .img-container .img_wrap:nth-child(1) {
    width: 188px;
    height: 129px;
    margin-bottom: 20px;
  }

  .footer-top-wrapper {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
  }

  .footer-social-navigation .footer-nav-text span {
    font-size: 12px;
  }

  .footer-social-navigation ul li a .icon_wrap {
    height: 36px;
    width: 35px;
    font-size: 12px;
  }

  .footer-middle-wrapper ul#footer-menu {
    gap: 20px;
  }

  footer .footer-bottom-wrapper {
    flex-direction: column-reverse;
  }

  footer p.copyright {
    line-height: 1.3;
  }

  .footer-middle-wrapper ul li .icon_wrap {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  section.about-even-col-section h2.section-heading {
    font-size: 30px;
    padding: 0px;
  }

  .about-even-col-section .img_wrap::before {
    top: 50px;
    left: 5.27px;
  }

  .about-even-col-section .img_wrap::after {
    bottom: 55px;
    right: 0px;
  }

  .about-team-row {
    align-items: stretch;
  }

  .about-team-row .img_wrap {
    height: 100%;
  }

  .about-even-col-section {
    margin-bottom: 50px;
  }

  .inner-banner-section {
    min-height: 225px;
    margin-bottom: 50px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }

  .inner-banner-section h1.inner-banner-heading {
    padding-top: 65px;
    font-size: 40px;
  }

  .about-pet-family-wrapper>.img_wrap img {
    width: 100%;
    height: 100%;
  }

  .about-pet-family-wrapper {
    height: 450px;
  }

  .about-pet-family-wrapper>.img_wrap {
    left: 20px;
    bottom: -60px;
  }

  .about-pet-family-section {
    min-height: auto;
    margin-bottom: 100px;
  }

  .about-happy-text-slider p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 26px;
  }

  .about-happy-text-slider .icon_wrap img {
    width: 60px;
  }

  .profile-flex h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-buttons button {
    height: 35px;
    width: 35px;
  }

  .about-happy-pet-slider {
    min-height: 360px;
  }

  .about-happy-pet-section {
    margin-bottom: 70px;
  }

  .about-even-col-text p:not(:last-child) {
    margin-bottom: 10px;
  }

  .service-even-col-text .quote-text {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .service-even-col-text h3 {
    font-size: 28px;
  }

  .service-plan-card .img_wrap img {
    height: 200px;
    width: 200px;
  }

  .service-plan-card h3 {
    font-size: 22px;
  }

  .service-plan-card .img_wrap {
    top: -120px;
  }

  .service-plan-text {
    margin-top: 75px;
  }

  .service-plan-card.service-plan-card p {
    font-size: 14px;
  }

  .service-plan-card .spacer {
    letter-spacing: 1px;
  }

  .button-container a {
    max-width: 454px;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
  }

  .service-plan-card {
    padding: 20px;
  }

  .service-offer-section .row {
    row-gap: 30px;
  }

  .gform-theme--foundation .gform-grid-row {
    display: inline-block !important;
    height: min-content;
  }

  .contact-form-wrapper .gform-theme--foundation .gfield--width-half {
    grid-column: span 1;
  }

  .contact-form-wrapper #gform_fields_1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 15px !important;
  }

  .contact-form-wrapper #gform_fields_1>* {
    width: 100% !important;
    max-width: 100% !important;
  }

  .contact-form-wrapper .gform-theme--foundation .gform-grid-row {
    margin: unset !important;
    display: block !important;
    height: 123px;
  }

  .contact-form-wrapper .ginput_container_select.ginput_container_select::after {
    font-size: 16px;
  }

  .contact-form-wrapper {
    padding: 20px;
  }

  .contact-form-wrapper h3 {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .social-links-wrapper li div.icon_wrap {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }

  .info-links li:not(:last-child) {
    margin-bottom: 20px;
  }

  .contact-us-form-section {
    margin-bottom: 60px;
  }

  .social-links-wrapper ul {
    gap: 15px;
  }

  .contact-map-section iframe {
    min-height: 340px;
    height: 340px;
  }

  .contact-map-section {
    margin-bottom: 60px;
  }

  .contact-us-form-section .section-heading {
    font-size: 30px;
  }

  .pet-gromming-image-container .img_wrap img {
    width: 250px;
    height: 250px;
    border: 10px solid #F9F2DF;
  }

  .pet-grooming-slider .grooming-image-container {
    justify-content: center;
  }

  .pet-grooming-section .slider-buttons {
    display: none !important;
  }

  .pet-gromming-image-container .icon_wrap img {
    width: 85px;
  }

  .dots-section.pet-grooming-section .slick-dots li.slick-active button {
    background-color: var(--clr-gold) !important;
  }

  .pet-grooming-flex {
    justify-content: center;
  }

  .pet-grooming-flex .section-heading {
    text-align: center;
  }

  .pet-grooming-flex .section-heading div {
    margin-inline: auto;
  }

  .footer-social-navigation ul li:nth-child(1) a .icon_wrap::before,
  .info-links li:nth-child(1) a .icon_wrap::before {
    background-image: url("/wp-content/uploads/2025/09/location-icon.svg");
    width: 12px;
    width: 15px;
    height: 19px;
  }

  .footer-social-navigation ul li:nth-child(2) a .icon_wrap::before,
  .info-links li:nth-child(2) a .icon_wrap::before {
    background-image: url("/wp-content/uploads/2025/09/phone-icon.svg");
    height: 17px;
    width: 17px;
  }

  .footer-social-navigation ul li:nth-child(3) a .icon_wrap::before,
  .info-links li:nth-child(3) a .icon_wrap::before {
    background-image: url("/wp-content/uploads/2025/09/email-icon.svg");
    height: 15px;
    width: 17px;
  }

  .error-404.not-found {
    padding-block: 110px !important;
    padding-block: 130px !important;
    margin: 0px;
  }

  .about-pet-family-wrapper::before {
    background-position: top;
  }

  .contact-form-wrapper #gform_confirmation_message_1 {
    font-size: 14px;
    margin-top: 10px;
  }

  .services-row-wrapper .row {
    align-items: flex-start;
  }

  .service-offer-section .section-heading {
    text-align: center;
  }

  .service-offer-section .section-heading .heading-lines div {
    margin-inline: auto;
  }

  .offer-image-flex {
    justify-content: center;
  }

  .about-happy-pet-flex {
    align-items: flex-start;
  }

  .service-offer-section .pointed-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 88%;
    margin-inline: auto;
  }

  .team-section-wrapper::before {
    background: linear-gradient(to right, #FFFAED 20%, rgba(255, 250, 237, 0.4) 100%);
  }


  .services-row-wrapper .row {
    row-gap: 20px;
    text-align: center;
  }

  .luxury-section .right-col .img_wrap,
  .luxury-section::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .luxury-section .right-col .img_wrap {
    position: relative;
    width: 100%;
    margin-top: 85px;
    top: 0px;
    left: unset;
    bottom: unsetr;
    bottom: unset;
    right: unset;
    transform: unset;
  }

  .luxury-section .right-col .img_wrap img {
    width: 690px;
    height: 100%;
  }

  .luxury-section::before {
    top: -7px;
    right: 50%;
    left: 50%;
    width: 510px;
    height: 510px;
    z-index: -1;
    transform: translateX(-50%);
  }

  .luxury-section .row {
    flex-direction: column-reverse !important;
  }


  section.luxury-section .text_wrap {
    max-width: 100% !important;
    width: 100% !important;
  }

  .content-section p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .content-section .content-list {
    padding-left: 30px;
  }

  .content-section li {
    font-size: 14px;
    line-height: 22px;
  }

  .content-section .sub-heading {
    font-size: 20px;
    line-height: 32px;
  }

  /* 991 end */
}

@media (max-width: 880px) {
  .about-pet-family-wrapper>.img_wrap {
    bottom: -50px;
  }
}

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


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



@media (max-width: 767px) {
  br {
    display: none !important;
  }

  header #primary-menu {
    display: none;
  }

  .pro-section-text .section-heading {
    padding: 0px;
  }

  .about-pet-family-wrapper {
    height: 406px;
  }

  .banner-section .banner-text h1 {
    font-size: 32px;
  }

  .banner-section .banner-text span:nth-of-type(2) {
    font-size: 16px;
  }

  .banner-section .banner-text h2 {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1.2;
  }

  .banner-text::before {
    right: 52px;
    top: 71px;
    height: 30px;
    width: 30px;
    background-size: cover;
  }

  .banner-section {
    margin-block: 50px;
  }

  .pro-section-text p {
    margin-bottom: 10px;
  }

  .our-values-section .left-col .img_wrap {
    position: static;
    width: 100%;
    height: auto;
  }

  .our-values-section .our-value-text {
    position: static;
    width: 100%;
    border: none;
    min-height: 279px;
    margin-top: -25px;
  }

  .our-values-section .container {
    padding-inline: 0px;
  }

  .our-values-section .our-value-text h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .our-values-section .our-value-text p {
    max-width: 89%;
  }

  .luxury-section .right-col .img_wrap {
    position: relative;
    width: 100%;
    margin-top: 85px;
    top: 0px;
    left: unset;
    bottom: unsetr;
    bottom: unset;
    right: 40px;
    transform: unset;
  }

  .luxury-row-wrapper {
    flex-direction: column-reverse;
    row-gap: 0px;
  }

  .luxury-section::before {
    top: -7px;
    right: -24px;
    width: 550px;
    height: 550px;
    z-index: -1;
    transform: unset;
  }

  .services-row {
    row-gap: 30px;
  }

  .service-card .service-card-link a {
    font-size: 12px;
  }

  .team-section-text {
    text-align: center;
    padding-block: 80px;
  }

  .team-section-text .heading-lines div {
    margin-inline: auto;
  }

  .section-heading {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-inline: 0px;
    text-align: center;
  }

  .banner-section .right-col-flex {
    width: 76%;
  }

  /* .banner-section .right-col-flex {
    display: block;
  } */

  .banner-section div.img_wrap {
    position: static !important;
    height: 250px !important;
    width: 100% !important;
  }

  .banner-section .right-col .img-2 img {
    border: none;
  }

  /* .banner-section div.img_wrap::before,
  .banner-section div.img_wrap::after {
    display: none !important;
  } */

  .banner-section .img-col {
    margin-bottom: 10px;
  }

  .gallery-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 14px;
  }

  .gallery-wrapper .img_wrap {
    width: 100% !important;
    height: 350px !important;
    margin: 0px !important;
  }

  .gallery-wrapper .img_wrap img {
    object-fit: cover !important;
    width: 50%;
    border-radius: 20px;
    margin: auto;
    display: block;
  }

  .footer-social-navigation ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-middle-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  footer .footer-bottom-wrapper {
    text-align: center;
    gap: 5px;
  }

  .footer-middle-wrapper ul#footer-menu {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .inner-banner-section h1.inner-banner-heading {
    font-size: 30px;
  }

  .about-even-col-row {
    flex-direction: column-reverse;
    row-gap: 30px;
    text-align: center;
  }

  .about-even-col-row .heading-lines div {
    margin-inline: auto;
  }

  .about-team-row {
    text-align: center;
    row-gap: 30px;
  }

  .about-team-row .heading-lines div {
    margin-inline: auto;
  }

  .about-team-section .container::before {
    right: 5px;
    top: -43px;
    height: 75px;
    width: 75px;
  }

  .about-happy-image-slider .img_wrap {
    position: static;
    width: 100%;
    height: 100%;
  }

  .about-happy-pet-slider {
    min-height: auto;
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .about-happy-pet-section {
    text-align: center;
  }

  .about-happy-pet-section .heading-lines div {
    margin-inline: auto;
  }

  .about-happy-image-slider .img_wrap img {
    border-radius: 20px;
  }

  .profile-flex {
    justify-content: center;
    align-items: center;
  }

  .about-happy-text-slider .icon_wrap {
    width: max-content;
    margin-inline: auto;
    margin-bottom: 15px;
  }

  .slider-buttons {
    display: none;
  }

  .about-team-wrapper {
    border-radius: 20px;
  }

  .about-pet-family-wrapper>.img_wrap {
    left: 10px;
    position: relative;
    bottom: -22px;
  }

  .about-pet-family-wrapper .about-pet-fam-text {
    padding-top: 40px;
  }

  .about-pet-family-section::after {
    top: -45px;
  }

  .about-pet-family-section::before {
    top: -53px;
  }

  footer::before {
    height: 103%;
    background-size: cover;
  }

  .gallery-wrapper .img-container .img_wrap:nth-child(1) {
    margin-bottom: 10px !important;
  }

  .footer-social-navigation ul li a {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .banner-section::before {
    height: 100%;
    background-size: cover;
    background-position: left;
  }

  .banner-section .right-col .img-3 {
    position: absolute !important;
    right: -6px;
    z-index: 1;
    bottom: 69px;
    width: 185px !important;
    height: 185px !important;
    top: unset;
  }

  .banner-section div.img_wrap {
    height: 200px !important;
    width: 200px !important;
  }

  .banner-section .right-col .img-1::after {
    right: 89%;
    height: 45px;
    width: 45px;
  }

  .banner-section .right-col .img-1::before {
    height: 45px;
    width: 45px;
    background-size: cover;
    left: 168.5px;
  }

  .banner-section .right-col .img-3::after {
    background-size: cover;
    height: 50px;
    width: 50px;
    top: -111px;
  }

  .banner-section .right-col .img-3::before {
    width: 35px;
    height: 35px;
    background-size: cover;
    right: 134px;
    top: -95px;
    left: unset;
  }

  .service-row {
    row-gap: 30px;
    text-align: center;
  }

  .service-plan-row.row {
    row-gap: 160px;
  }

  .button-container a {
    font-size: 14px;
    height: 45px;
  }

  .offer-image-flex .img_wrap img {
    height: 100% !important;
  }

  .service-offer-section .section-heading {
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    padding: 0px;
  }

  .service-offer-section .section-heading div {
    margin-inline: auto;
  }

  .services-even-col-section,
  .service-plan-section,
  .service-offer-section {
    margin-bottom: 50px;
  }

  .offer-sec-text li {
    font-size: 14px;
  }

  .banner-section .right-col .img-2::after {
    right: 125px;
    bottom: 12.72px;
    height: 31.58px;
    width: 31.58px;
    background-size: cover;
  }

  .banner-section span.orange-clr {
    display: block;
  }

  .luxury-section .right-col .img_wrap img {
    width: 650px;
    height: 100%;
  }

  .img-container {
    width: 100%;
  }

  .banner-section .right-col .img-2::before {
    background-size: cover;
    left: 150px;
    bottom: 170px;
    z-index: 10;
  }

  .our-values-section .container {
    width: 100%;
    max-width: 100%;
  }

  .pro-section-text .section-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .contact-form-row {
    row-gap: 30px;
  }

  .social-links-wrapper ul {
    justify-content: center;
    align-items: center;
  }

  .contact-us-form-section .contact-sec-text {
    margin-top: 0px;
    text-align: center;
  }

  .contact-us-form-section .section-heading .heading-lines div {
    margin-inline: auto;
  }

  .contact-form-wrapper textarea {
    min-block-size: 120px !important;
  }

  .contact-form-wrapper h3 {
    text-align: center;
  }

  .contact-form-wrapper .gform_footer {
    margin-inline: auto !important;
  }

  .pet-gromming-image-container .img_wrap img {
    width: 200px;
    height: 200px;
    border: 7px solid #F9F2DF;
  }

  .pet-grooming-slider .grooming-image-container .img_wrap img {
    width: 110px;
    height: 110px;
    border-width: 5px;
  }

  .pet-gromming-image-container .icon_wrap img {
    width: 55px;
  }

  .about-happy-pet-flex {
    justify-content: center;
  }

  /*   .info-links li a {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  } */

  .luxury-section .heading-lines div {
    margin-inline: auto !important;
  }

  .service-section,
  .team-section,
  .gallery-section,
  .contact-us-form-section {
    margin-bottom: 50px;
  }

  .about-team-section {
    margin-bottom: 100px;
  }

  .service-plan-section .section-heading {
    margin-bottom: 155px;
  }

  div.contact-form-wrapper div#gform_confirmation_message_1 {
    text-align: center !important;
    margin-top: 15px;
  }

  .info-links li a {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .contact-form-wrapper select {
    padding-block: 10px !important;
    display: flex;
    align-items: center;
    line-height: 1.5 !important;
  }

  .error-404.not-found h1 {
    font-size: 100px !important;
  }

  .error-404.not-found {
    padding-block: 80px !important;
  }

  .page-header p {
    font-size: 14px !important;
  }

  .banner-section .banner-text p {
    width: auto;
  }

  .page-template-terms-and-conditions .inner-banner-heading {
    width: fit-content !important;
    line-height: 1.5 !important;
  }

  .content-list .icon_wrap {
    margin-right: 5px;
  }

  .content-section .content_wrap {
    margin-bottom: 15px;
  }

  .content-section .content-list {
    padding-left: 20px;
  }

  .content-section li a {
    font-size: 14px;
    line-height: 26px;
  }

  .content-section .small-heading {
    text-align: center;
  }

  .content-para {
    text-align: center;
  }

  /* 767 end */
}

@media (max-width: 480px) {

  .banner-section .right-col .img-3::before {
    width: 30px;
    height: 30px;
    background-size: cover;
    right: 76px;
    top: -49px;
    left: unset;
  }

  .grooming-image-container .img_wrap:last-child {
    left: -5px;
  }

  .pet-gromming-image-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }

  .luxury-section .right-col .img_wrap {
    position: relative;
    width: 100%;
    margin-top: 85px;
    top: 0px;
    left: unset;
    bottom: unsetr;
    bottom: unset;
    right: -14px;
  }

  .banner-text::before {
    right: 3px;
    top: 40px;
    height: 25px;
    width: 25px;
    background-size: cover;
  }

  .luxury-section::before {
    top: 0px;
    right: -12px;
    width: 320px;
    height: 320px;
    z-index: -1;
  }

  .luxury-section .right-col .img_wrap img {
    width: 100%;
  }

  .banner-section .right-col-flex {
    width: 100%;
  }

  .banner-section .right-col .img-2::after {
    right: 50px;
  }

  .banner-section .right-col .img-2::before {
    display: none;
  }

  .pet-grooming-slider .grooming-image-container .img_wrap img {
    width: 80px;
    height: 80px;
    border-width: 3px;
  }

  .gallery-wrapper .img_wrap img {
    width: 100%;
    display: inline;
    margin: unset;
  }

  .about-pet-family-wrapper .about-pet-fam-text {
    padding-inline: 14px;
  }

  .about-pet-family-wrapper {
    height: 361px;
  }

  .about-pet-family-section {
    min-height: auto;
    margin-bottom: 70px;
  }

  .team-section-wrapper::before {
    background: linear-gradient(to right, #FFFAED 20%, rgba(255, 250, 237, 0.4) 100%);
  }

  .gallery-section-mobile {
    display: block;
    margin-bottom: 100px;
  }

  .gallery-section-mobile .img_wrap {
    width: 100%;
    height: 350px;
  }

  .gallery-section-mobile .img_wrap img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px;
  }

  .gallery-section {
    display: none;
  }

  .service-offer-section .pointed-list {
    width: 100%;
    display: block;
  }

  /* 480 end */
}

@media (min-width: 390px) and (max-width: 413px) {
  .about-pet-family-wrapper>.img_wrap {
    bottom: -44px;
  }
}

@media (min-width: 380px) and (max-width: 391px) {
  .about-pet-family-wrapper>.img_wrap {
    bottom: -48px;
  }
}


@media (min-width: 415px) and (max-width: 430px) {
  .about-pet-family-wrapper>.img_wrap {
    bottom: -39px;
  }
}

@media (min-width: 413px) and (max-width: 414px) {
  .about-pet-family-wrapper>.img_wrap {
    bottom: -42px;
  }
}

@media (min-width: 350px) and (max-width: 360px) {
  .about-pet-family-wrapper>.img_wrap {
    bottom: -23px;
  }
}

@media (max-width: 349px) {
  .about-pet-family-wrapper>.img_wrap {
    left: 5px;
    bottom: -27px;
  }
}

@media (max-width: 321px) {
  .about-pet-family-wrapper>.img_wrap {
    bottom: -31px;
  }
}

@media (min-width: 540px) and (max-width: 600px) {
  .about-pet-family-wrapper>.img_wrap {
    bottom: -61px;
  }
}

@media (min-width: 819px) and (max-width: 854px) {
  .about-pet-family-wrapper>.img_wrap {
    bottom: -55px;
  }
}