/*
Theme Name: Trails Chaser 2025
Author: Offshore Soft Tech
Version: 1.0
Requires at least: 6.5
Requires PHP: 7.4
*/

@font-face {
  font-family: "mazzard_bold";
  src: url("fonts/mazzard-bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "mazzard_medium";
  src: url("fonts/mazzard-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "core_sans_c45_regular";
  src: url("fonts/core_sans_cr_45_regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "core_sans_c55_medium";
  src: url("fonts/core_sans_cr_55_medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "core_sans_c65_bold";
  src: url("fonts/core_sans_65_bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "mazzardh_regular";
  src: url("fonts/mazzard-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "mazzardh_semibold";
  src: url("fonts/mazzard-semibold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "core_sans_c45_regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.7;
}
strong{
	font-family: "mazzard_bold"
}

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

a {
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  outline: 0;
}
a.glink{
	color:#000 !important;
    text-transform: uppercase;
    font-family: "mazzard_medium";
    padding-left: .75rem;
}
a.glink:hover{
	color: #00492d;
}
a.glink img{
	border-radius:30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "mazzard_bold", Arial, Helvetica, sans-serif;
}

p {
  font-family: "core_sans_c45_regular", sans-serif;
}

.pl-2 {
  padding-left: 4px;
}

.custom-logo {
  max-height: 60px;
  width: auto;
}

.custom-logo-link {
  padding: 12px 0;
}

.navbar .navbar-toggler {
  border: none;
  padding: 0;
  background: transparent !important;
  margin-left: 10px;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  color: #00492d;
}

.navbar {
  position: relative;
  padding: 0 !important;
}

.navbar>.container {
  position: relative;
}

.navbar-nav>li>a {
  font-family: "mazzard_medium";
  float: left;
  font-size: 16px;
  color: #303030;
  text-align: center;
  padding: 30px 14px !important;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-nav>li:focus-within {
  color: #00492d !important;
}

.navbar-nav li a:focus,
.navbar-nav li a:active,
.navbar-nav li a:focus-visible {
  box-shadow: none !important;
}

.dropdown {
  position: static !important;
}

.navbar-nav>.menu-item a:hover,
.navbar-nav .menu-item:focus-visible>a,
.navbar-nav .menu-item.active>a,
.navbar-nav .menu-item.open>a {
  color: #00492d;
}

@media screen and (min-width: 768px) {
  .navbar-nav>.menu-item>.dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    border: none;
    border-top: 2px solid #00492d;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 4;
    height: 344px;
    overflow: auto;
    border-radius: 0 0 8px 8px;
	margin-top:0px;
  }

  .dropdown:hover .dropdown-menu {
    /*display: block;*/
  }

  .navbar-nav .dropdown-menu>.menu-item-type-taxonomy {
    padding: 0;
  }

  .navbar-nav>.dropdown>.dropdown-menu>.menu-item-type-taxonomy:first-of-type {
    padding-top: 22px;
  }

  .navbar-nav .dropdown-menu>.menu-item-type-taxonomy>a {
    width: 268px;
    padding: 8px 56px 8px 32px;
    position: relative;
  }

  .navbar-nav .dropdown-menu>.menu-item-type-taxonomy>a:active {
    background-color: transparent;
  }
  
  .navbar-nav > .dropdown > .dropdown-menu > .nav-item > a:hover {
    background-color: #eff2f5;
  }
	.navbar-nav > .dropdown-menu > .nav-item.active>.dropdown-item{
		background-color: #eff2f5;
	}

  .navbar-nav .dropdown-menu>.active>a {
    background-color: #f8fafc;
  }

  .navbar-nav>.dropdown>.dropdown-menu>.menu-item-has-children>a:after {
    content: "\F285";
    position: absolute;
    right: 30px;
    top: 9px;
    font-family: "bootstrap-icons";
  }

  .navbar-nav .dropdown-menu .menu-item-has-children>ul {
    width: calc(100% - 268px);
    display: none;
    position: absolute;
    left: 268px;
    top: 0;
    padding: 32px 48px;
    border: none;
    height: 340px;
    overflow: auto;
  }

  .navbar-nav .dropdown-menu .menu-item-type-taxonomy:first-of-type>ul,.navbar-nav .dropdown-menu .active>ul {
    display: block;
    background-color: #f8fafc;
  }

  .navbar-nav .dropdown-menu .menu-item-type-taxonomy:hover>ul,
  .navbar-nav .dropdown-menu .menu-item-type-taxonomy:focus-within>ul {
    background-color: #f8fafc;
    /*display: block;*/
  }

  .navbar-nav .dropdown-menu .menu-item-type-taxonomy ul>li>a {
    padding: 6px 0;
    text-align: left;
  }
}

.language-switcher {
  margin-left: 16px;
}

.language-switcher .btn {
  background: transparent;
  border: none;
  color: #000000;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.language-switcher .btn:active {
  background: transparent;
  color: #000000;
}

.language-switcher .dropdown-menu {
  left: auto;
  top: auto;
}

.language-switcher .dropdown-item {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.language-switcher .dropdown-item:active {
  background-color: transparent;
  color: #000;
}

.language-switcher .btn .lang_flag {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}

.language-switcher .btn .lang_flag img {
  width: 16px;
  height: 16px;
  float: left;
}

.language-switcher .dropdown-item .lang_flag {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 6px;
}

.language-switcher .dropdown-item .lang_flag img {
  width: 14px;
  height: 14px;
  float: left;
}

@media screen and (max-width: 991px) {
  .navbar-nav>li>a {
    font-size: 12px;
    padding: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .language-switcher .btn span:not(.lang_flag) {
    display: none;
  }

  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 84px;
    background: #fff;
    width: 100%;
    z-index: 9;
    border-top: 2px solid #00492d;
  }

  .navbar-nav {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0;
  }
}

.hero {
  padding: 110px 0;
}

.hero .wp-block-group-is-layout-constrained {
  max-width: 856px;
  margin: 0 auto;
}

.hero p {
  font-family: "mazzard_medium", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 61.0281px;
  line-height: 71px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0 0 60px;
}

.hero p strong {
  color: #68a522;
  font-weight: normal;
}

.hero .wp-element-button {
  text-transform: uppercase;
}

.hero .wp-block-button__link {
  background: #ffffff;
  color: #000000;
  padding: 7px 20px;
}

.hero .is-style-outline a {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
  padding: 5px 20px;
}

.hero-inner {
  background: #f4f7fa;
}

.hero-inner,
.detail-hero {
  padding: 0 0 60px;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  padding-top: 60px;
}

.breadcrumb li,
.breadcrumb li.active {
  color: #66707c;
}

.detail-hero img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4 / 2;
  box-shadow: 0px 30.876px 29.9678px -20.8867px rgba(22, 28, 45, 0.129453);
  border-radius: 12px;
}

.breadcrumb a {
  color: #121416;
}

.pagination {
  padding-top: 30px;
}

.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4 !important;
}

.pagination .page-link.active,
.pagination .active>.page-link {
  color: #fff !important;
  padding: 2px 6px !important;
  line-height: 1.4 !important;
}

.blog-item {
  background: #ffffff;
  box-shadow: 0px 30.876px 29.9678px -20.8867px rgba(22, 28, 45, 0.129453);
  border-radius: 10px;
  overflow: hidden;
}

.blog-item figure {
  margin: 0;
  position:relative;
}

.blog-item img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
  min-height:300px;
  max-height:300px;
}
.blog-item .cat{
	position:absolute;
	position: absolute;
    bottom: .5rem;
}
.blog-item .cat a{
	color:#fff;
}
.blog-item h3 {
  font-size: 19.0704px;
  line-height: 25px;
  letter-spacing: -0.454058px;
  color: #161c2d;
}

.blog-item h3 a {
  color: #161c2d;
}
.blog-item h3 a:hover {
  color: #00492d;
}

.blog-item p {
  margin: 0;
}

.intro {
  padding: 60px 0;
}

.intro .wp-block-columns,
.about .wp-block-columns {
  padding: 60px 0 0;
}

.intro .wp-block-columns h3,
.about .wp-block-columns h3 {
  color: #00492d;
  font-size: 45.36px;
  margin: 0 0 24px;
  padding: 0;
}

.intro .wp-block-columns h3:after,
.about .wp-block-columns h3:after {
  display: none;
}

.intro p,
.about p {
  font-size: 17px;
  line-height: 28.9px;
  margin: 0 0 1.5rem;
}

.faq {
  background-color: #f7f7f7;
}

.faq .wp-block-columns {
  justify-content: center;
  margin: 0;
}

.faq .container {
  padding: 60px 12px;
}

.blog-detail h1,
.wp-singular h1 {
  font-family: "mazzard_medium";
  font-style: normal;
  font-weight: 700;
  font-size: 32.5391px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  margin: 0 0 32px;
  padding: 0 0 24px;
  position: relative;
}

.blog-detail .detail-hero {
  margin: 0;
  padding-bottom: 0;
}

.blog-detail .meta-section {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 12px 0;
}

.blog-detail .meta-section .post-meta > div {
  padding-right: 10px;
  position: relative;
}
.blog-detail .meta-section .post-meta > div:not(:last-of-type)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}

.blog-detail .meta-section * {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #999999;
}

.blog-detail .social-share {
  display: flex;
  gap: 8px;
}

.blog-detail .social-share i[class*="facebook"]::before{
  color: #1877F2;
}

.blog-detail .social-share i[class*="twitter"]::before{
  color: #1DA1F2;
}

.blog-detail .social-share i[class*="linkedin"]::before{
  color: #0077B5;
}

.blog-detail .social-share i[class*="instagram"]::before{
  color: #E4405F;
}

.blog-detail .social-share i[class*="youtube"]::before{
  color: #FF0000;
}

.blog-detail .detail-content a {
  border-bottom: 3px solid rgba(119, 176, 23, 0.5);
  border-radius: 1px;
  color: #000;
  text-decoration: none;
  transition: border-color 0.3s;
}

.detail-content {
  position: relative;
  padding: 30px 0 30px 240px;
}

.detail-content .simpletoc {
  position: absolute;
  left: 0;
  top: 0;
  width: 192px;
  flex-shrink: 0;
  padding: 30px 0 0;
}

.detail-content .simpletoc h2 {
  font-family: "core_sans_c65_bold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;

  color: #404040;
}

.detail-content .wp-block-list {
  margin: 15px auto 20px;
}

.detail-content ul.wp-block-list {
  list-style: disc;
}

.detail-content ol.wp-block-list li {
  list-style: auto !important;
}

.detail-content .wp-block-list li {
  position: relative;
  padding-left: 20px;
}

.detail-content .wp-block-list li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  margin-top: 10px;
  position: absolute;
  width: 5px;
}

.simpletoc-list ul {
  position: relative;
  margin: 8px 0 0;
}

.simpletoc-list ul:before {
  content: " ";
  border-left: 1px dashed hsla(0, 0%, 73%, 0.5);
  height: calc(100% - 18px);
  left: 3px;
  position: absolute;
  top: 10px;
}

.simpletoc-list li li:before {
  background-color: #b9b9b9;
  border-radius: 2px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 7px;
}

.simpletoc-list li li {
  margin: 0 0 12px;
  padding: 0 0 0 19px;
  position: relative;
}

.simpletoc-list a {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-size: 13.5625px;
  line-height: 22px;
  display: flex;
  align-items: center;
  border: none !important;
  color: #999999 !important;
}

.simpletoc-list a:hover {
  color: #000 !important;
}

@media screen and (max-width: 767px) {
  .detail-content {
    padding-left: 0;
  }

  .detail-content .simpletoc {
    display: none;
  }
}

.detail-content h2.wp-block-heading {
  font-size: 32px;
  line-height: 34px;
  color: #000000;
  padding: 0;
  margin: 0 0 18px;
}

.detail-content h3.wp-block-heading {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  padding: 0;
  margin: 0 0 10px;
}

.detail-content .wp-block-heading:after {
  display: none;
}

.detail-content .wp-block-image {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 20px;
}

.detail-content .wp-block-group {
  margin: 0 0 30px;
}
.blog-detail .detail-content .app_tag{
	padding-bottom:1rem;
	align-items:center;
}
.blog-detail .detail-content .app_tag a{
	border-bottom: none;
	border:1px solid #00492d;
	border-radius:30px;
	padding: 0.25rem .75rem;
    font-size: 14px;
	color: #00492d;
}

.wp-block-heading:after,
.wp-singular h1:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 0px;
  border-bottom: 1px solid #00492d;
  transform: translateX(-50%);
}

.wp-block-details {
  padding: 20px 15px 19px;
  background: #ffffff;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02),
    0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852),
    0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481),
    0px 20px 13px rgba(0, 0, 0, 0.01),
    0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185),
    0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
  border-radius: 10px;
  margin: 0 0 12px;
  font-family: "core_sans_c55_medium";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
}

.wp-block-details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 1.5em;
}

.wp-block-details summary::-webkit-details-marker {
  display: none;
}

.wp-block-details summary::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 7px;
  top: 8px;
  font-size: 1em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.wp-block-details[open] summary::before {
  content: "\f286";
}

.wp-block-details>summary {
  position: relative;
  padding-right: 13px;
  padding-top: 2px;
}

.wp-block-details>summary::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #00492d;
}

.wp-block-details>summary::marker {
  margin: 0 0 0 4px;
  font-size: 14px;
}

.wp-block-details>summary>strong {
  padding-right: 12px;
}

.wp-block-details[open]>summary::marker {
  color: #00492d;
}

.wp-block-details[open]>summary {
  padding-right: 11px;
}

.wp-block-details[open]>summary>strong {
  padding-right: 14px;
}

.wp-block-details strong {
  font-weight: normal;
}

.wp-block-details p {
  font-family: "core_sans_c45_regular";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  color: #000000;
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .detail-content .wp-block-image {
    width: 100%;
  }

  .detail-content .wp-block-group {
    grid-template-columns: auto;
  }
}

.latest-blog {
  padding: 60px 0 110px;
}

.wp-block-latest-posts li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 12px;
  overflow: hidden;

  width: 100%;
  aspect-ratio: 1 / 1;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02),
    0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852),
    0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481),
    0px 20px 13px rgba(0, 0, 0, 0.01),
    0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185),
    0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
}

.wp-block-latest-posts li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
  aspect-ratio: 1 / 1;
}

.wp-block-latest-posts__post-title {
  font-family: "core_sans_c45_regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  color: #ffffff;
}

.post-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(18, 20, 22, 0.64);
  border-radius: 0px 0px 12px 12px;
  padding: 14px 24px;
}

.category-item {
  font-family: "core_sans_c65_bold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 9.87192px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.46069px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 6px;
}

.latest-blog .wp-block-latest-posts__featured-image {
  /* box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02),
    0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852),
    0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481),
    0px 20px 13px rgba(0, 0, 0, 0.01),
    0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185),
    0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481); */
  overflow: hidden;
  border-radius: 12px;
}

.latest-blog .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  aspect-ratio: 1 / 1;
}

.latest-blog .position-relative {
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02),
    0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852),
    0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481),
    0px 20px 13px rgba(0, 0, 0, 0.01),
    0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185),
    0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
  /* border-radius: 12px;
  overflow: hidden; */
}

.region-posts {
  display: none;
}

.region-posts.active {
  display: block;
}

.instagram-feed {
  padding: 60px 0;
}

.instagram-feed .wp-block-group {
  justify-content: center;
  align-items: center;
  gap: 0.7em;
}

.instagram-feed .wp-block-heading {
  margin: 0;
  padding: 0;
  font-size: 22.6406px;
  line-height: 35px;
}

.instagram-feed .wp-block-heading:after {
  display: none;
}

#sb_instagram {
  padding: 32px 0 0;
}

#sbi_images {
  gap: 24px !important;
  padding: 0 12px !important;
  margin-bottom: 36px;
}

#sb_instagram #sbi_images .sbi_item {
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
}

#sb_instagram .sbi_photo img {
  min-height: 260px;
}

#sb_instagram .sbi_photo {
  min-height: 260px;
}

#sb_instagram .sbi_load_btn,
#sb_instagram .sb_instagram_header {
  display: none !important;
}

#sb_instagram .sbi_follow_btn a {
  background: linear-gradient(80.43deg,
      #ffdd55 6.62%,
      #ff543e 50.06%,
      #c837ab 93.5%) !important;
  font-size: 14px;
  border-radius: 24px;
  text-transform: uppercase;
  padding: 10px 14px;
  transition: all 0.9s ease-in-out;
  white-space: nowrap;
}

#sb_instagram .sbi_follow_btn a:hover {
  background: linear-gradient(80.43deg,
      #ffdd55 6.62%,
      #ff543e 50.06%,
      #c837ab 93.5%) !important;
  box-shadow: none;
}

.enquiry_,
.enquiry {
  display: flex;
  gap: 3rem;
  align-items: center;
  padding: 50px 12px;
  border-top: 1px solid #f1f1f1;
}

.enquiry .footer-widget {}

.enquiry .col-two {
  display: flex;
}

.enquiry_ h3,
.enquiry .wp-block-heading {
  font-family: "core_sans_c55_medium";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  color: #807059;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
}

.enquiry .wp-block-heading:after {
  display: none;
}

.enquiry_ p,
.enquiry p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #807059;
  margin: 0;
}

.enquiry_ a,
.enquiry .block {
  background: #ffffff;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02),
    0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852),
    0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481),
    0px 20px 13px rgba(0, 0, 0, 0.01),
    0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185),
    0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #a49175;
  min-width: 144px;
  height: 128px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 36px;
}

.enquiry .col-two .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
}

.enquiry .col-two .block .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.enquiry .col-two .block .wp-block-image img {
  width: 22px;
  height: auto;
}

.enquiry .col-two .block p,
.enquiry .col-two .block a {
  color: #a49175;
}

@media screen and (max-width: 991px) {
  .enquiry {
    flex-direction: column;
  }

  .enquiry .footer-widget,
  .enquiry .footer-widget * {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .enquiry .col-two .wp-block-group__inner-container {
    gap: 1rem;
  }
}

.wpcf7-form {
  margin-bottom: 40px;
}

.wpcf7-form .form-control {
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  color: #000;
  padding: 9px 20px;
  transition: color 0.3s, border-color 0.3s;
  width: 100%;
}

.wpcf7-form .form-control:hover,
.wpcf7-form .form-control:focus {
  border-color: #c4c4c4;
}

.wpcf7-form .btn-primary {
  position: relative;
}

.wpcf7-form .btn-primary::after {
  /* content: "\f32C";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 7px;
  top: 8px;
  font-size: 1em;
  line-height: 1;
  transition: transform 0.3s ease; */
}

#comments {
  border-top: 1px solid #ebebeb;
  padding: 36px 0 25px;
}

.comment-form-comment {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 10px;

  grid-gap: 7px;
  gap: 7px;
  border-top: 1px solid #ececec;
  display: flex;
  padding: 5px 7px 7px;
  flex-direction: column;
  text-align: left;
}

.comment-form-comment label {
  font-size: 15px;
  font-family: "core_sans_c55_medium";
}

.comment-form-comment textarea {
  font-family: "core_sans_c45_regular", sans-serif;
  resize: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  color: #202020;
  font-size: 15px;
  line-height: 1.55;
  padding: 10px 13px;
  width: 100%;
  height: 56px;
  padding: 7px 13px;
}

#respond {
  border-top: 1px solid #ebebeb;
  padding: 36px 0 25px;
}

#respond .comment-reply-title,
#comments .comments-title {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 13px;
}

#respond .comment-reply-title {
  display: flex;
  justify-content: space-between;
}

#respond .form-submit input,
.wpcf7-form .btn-primary {
  align-items: center;
  background-color: #00492d;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;

  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  /* min-width: 190px; */
  padding: 16.5px 16px 15.5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

#respond .form-submit input:hover,
.wpcf7-form .btn-primary:hover {
  background-color: #00492d;
}

#respond .form-submit input::after {
  /* content: "\f32C";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 7px;
  top: 8px;
  font-size: 1em;
  line-height: 1;
  transition: transform 0.3s ease; */
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-radius: 10px;
}

#comments .vcard img {
  border-radius: 10px;
}

#comments .comment {
  border-left: none;
  padding-left: 0;
  /* margin-left: 0; */
}

#comments .comment-body {
  padding: 12px 0;
}

#comments .comment-list a {
  border-bottom: none;
}

#comments .children {
  border-top: 1px solid #ebebeb;
}

#comments .fn {
  font-family: "core_sans_c65_bold";
}

#comments .comment-meta {
  font-family: "Mazzard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #999999;
  padding: 8px 0;
}

#comments .comment-meta a {
  color: #999999;
}

#comments .comment-reply-link,
#comments #cancel-comment-reply-link {
  color: #77b017;
  border-bottom: none;
  font-weight: 600;
}

footer {
  border-top: 1px solid #f1f1f1;
  padding: 50px 0 0;
}

footer ul {
  padding: 0 0 30px;
}

footer h3 {
  position: relative;
  font-family: "mazzard_medium";
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

footer h3:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, #e5d47c 0%, #e9b371 100%);
}

footer a {
  color: #6f604b;
}

footer a:hover {
  color: #00492d;
}

footer li {
  font-size: 15px;
  padding: 6px 0;
}

.copyright {
  background: #f6f6f6;
  color: #000000;
  padding: 12px 0;
  margin: 50px 0 0;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 2px solid #ccc;
}

.comment .comment {
  margin-top: 10px;
  margin-left: 20px;
  border-color: #eee;
}
table{
	margin-bottom:1rem;
}
table th, table td{
	border:1px solid #ddd;
	padding:.5rem .5rem;
}