/* CSS Variables */
:root {
  --primary-green: #B85C5C;
  --light-green: #D4A5A5;
  --dark-green: #A14545;
  --primary-blue: #5A8CAE;
  --light-blue: #7BA7CC;
  --soft-blue: #6B95BA;
  --deep-blue: #4A7A9C;
}

/* Base */
body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1rem;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #8B4545;
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none !important;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.btn:hover::before {
  left: 100%;
}

.btn.btn-sm {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  transform: translateY(-2px);
}

.btn.btn-black {
  color: #fff;
  background-color: #000;
}

.btn.btn-black:hover {
  color: #000;
  background-color: #fff;
}

.btn.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
  border: none;
}

.btn.btn-primary:hover {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--primary-blue) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(90, 140, 174, 0.3);
}

.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--soft-blue) 100%);
  box-shadow: 0 3px 10px rgba(74, 122, 156, 0.3);
}

.btn.btn-outline-primary {
  color: var(--primary-blue);
  border-width: 2px;
  border-color: var(--primary-blue);
}

.btn.btn-outline-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
  border-color: transparent;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #B85C5C !important;
}

.btn.btn-md {
  padding: 18px 30px;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.form-control {
  height: 43px;
  border-radius: 0;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active, .form-control:focus {
  border-color: #B85C5C;
}

.form-control:hover, .form-control:active, .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  padding: 2.5em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  position: relative;
  font-size: 1.7rem;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .site-section-heading {
    font-size: 2rem;
  }
}

.site-section-heading:after {
  content: "";
  left: 0%;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #B85C5C;
}

.site-section-heading.text-center:after {
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #B85C5C;
}

.border-top {
  border-top: 1px solid #edf0f5 !important;
}

.site-footer {
  padding: 4em 0;
  background: #fff;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8em 0;
  }
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
  color: #737373;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
  color: #000;
}

.site-footer a {
  color: #999999;
}

.site-footer a:hover {
  color: #B85C5C;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 1.2rem;
  color: #fff !important;
}

/* Social media icons in footer */
.site-footer a[href*="#"] span[class^="icon-"] {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: 0 5px 10px 0;
  transition: all 0.3s ease;
}

.site-footer a[href*="#"]:hover span[class^="icon-"] {
  background: var(--primary-blue);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(184, 92, 92, 0.3);
}

/* Ensure social icons are in a row */
.site-footer .col-md-6.col-lg-3:has(a[href*="#"]) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.site-footer .col-md-6.col-lg-3 h2.footer-heading {
  width: 100%;
  margin-bottom: 15px;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important;
  }
}

.hover-bg-enlarge > div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s all ease-in-out;
  -o-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge .bg-image-md-height {
    height: 300px !important;
  }
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.bg-image > .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem;
  }
}

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.play-single-big > span {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.play-single-big:hover {
  width: 120px;
  height: 120px;
}

.overlap-to-top {
  margin-top: -150px;
}

.ul-check {
  margin-bottom: 50px;
}

.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}

.ul-check.white li:before {
  color: #fff;
}

.ul-check.success li:before {
  color: #5fd080;
}

.ul-check.primary li:before {
  color: #B85C5C;
}

.select-wrap, .wrap-icon {
  position: relative;
}

.select-wrap .icon, .wrap-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}

.select-wrap select, .wrap-icon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.caption {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-pill {
  border-radius: 30px;
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  transition: all 0.3s ease;
  background: transparent;
}

.site-navbar.transparent {
  background: transparent;
}

.site-navbar.scrolled {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  padding: 0.75rem 0;
}

/* Add text shadow for better readability on transparent background */
.site-navbar .site-logo a,
.site-navbar .site-menu > li > a {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.site-navbar.scrolled .site-logo a,
.site-navbar.scrolled .site-menu > li > a {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.site-navbar.absolute {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px;
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active > a span {
  color: #B85C5C;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 0px;
  color: #fff;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a > span {
  padding: 5px 20px;
  display: inline-block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border-radius: 30px;
}

.site-navbar .site-navigation .site-menu > li > a:hover > span {
  color: #fff;
  border-radius: 30px;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a span {
  position: relative;
  padding-right: 30px;
}

.site-navbar .site-navigation .site-menu .has-children > a span:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #B85C5C;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #B85C5C !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {
  position: absolute;
  right: 0;
  content: "\e315";
  right: 20px;
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #B85C5C;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a span, .site-navbar .site-navigation .site-menu .has-children:focus > a span, .site-navbar .site-navigation .site-menu .has-children:active > a span {
  color: #B85C5C;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #B85C5C;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #B85C5C;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
}

.site-blocks-cover.overlay {
  position: relative;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover .player {
  position: absolute;
  bottom: -250px;
  width: 100%;
}

.site-blocks-cover, .site-blocks-cover > .container > .row {
  min-height: 600px;
  height: calc(100vh);
}

.site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
  min-height: 500px;
  height: calc(30vh);
}

.site-blocks-cover h1 {
  font-size: 4rem;
  font-weight: 300;
  color: #fff;
}

.site-blocks-cover h1 .typed-words {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FF6347, #FF1493, #8A2BE2, #4169E1, #00CED1, #32CD32);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 300% 100%;
  animation: colorWave 6s ease-in-out infinite;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .site-blocks-cover h1 {
    font-size: 2rem;
  }
}

.site-blocks-cover p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.site-blocks-cover p a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-blocks-cover .intro-text {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .site-blocks-cover .display-1 {
    font-size: 3rem;
  }
}

.site-block-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.site-block-subscribe .form-control {
  font-weight: 300;
  border-color: #fff !important;
  height: 80px;
  font-size: 22px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.site-block-subscribe .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.site-block-subscribe .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.site-block-subscribe .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.site-block-subscribe .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-style: italic;
}

.bg-light {
  background: #ccc;
}

.team-member {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.team-member img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.team-member:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(184, 92, 92, 0.8);
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.team-member .text {
  top: 50%;
  text-align: center;
  position: absolute;
  padding: 20px;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.team-member:hover:before, .team-member:focus:before, .team-member:active:before {
  opacity: 1;
  visibility: visible;
}

.team-member:hover img, .team-member:focus img, .team-member:active img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.team-member:hover .text, .team-member:focus .text, .team-member:active .text {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
  z-index: 4;
}

.podcast-entry {
  -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1);
}

.podcast-entry .sep {
  margin-left: 5px;
  margin-right: 5px;
  color: #ccc;
}

.podcast-entry .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
}

@media (min-width: 768px) {
  .podcast-entry .image {
    width: 300px;
    height: auto;
  }
}

.podcast-entry .text {
  width: 100%;
  padding: 40px;
}

@media (min-width: 768px) {
  .podcast-entry .text {
    width: calc(100% - 300px);
  }
}

.mejs__container {
  width: 100% !important;
}

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 1.8rem;
  }
}

.feature-blocks-1 {
  position: relative;
  margin-top: -70px;
  z-index: 2;
  color: #999999;
}

.feature-blocks-1.no-margin-top {
  margin-top: 0px;
}

.feature-blocks-1 .feature-block-1 {
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  overflow: hidden;
  z-index: 1;
}

.feature-blocks-1 .feature-block-1.bg {
  position: relative;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1 .text {
  z-index: 10;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1 p {
  color: #cccccc;
}

.feature-blocks-1 .feature-block-1:hover, .feature-blocks-1 .feature-block-1:focus, .feature-blocks-1 .feature-block-1:active {
  top: -10px;
  -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
}

.feature-blocks-1 .feature-block-1:hover .text, .feature-blocks-1 .feature-block-1:focus .text, .feature-blocks-1 .feature-block-1:active .text {
  opacity: 1;
  visibility: visible;
}

.feature-blocks-1 .feature-block-1:hover.bg, .feature-blocks-1 .feature-block-1:focus.bg, .feature-blocks-1 .feature-block-1:active.bg {
  position: relative;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}

.feature-blocks-1 .feature-block-1:hover:before, .feature-blocks-1 .feature-block-1:focus:before, .feature-blocks-1 .feature-block-1:active:before {
  background: rgba(0, 0, 0, 0.9);
}

.site-blocks-vs .bg-image {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 992px) {
  .site-blocks-vs .bg-image {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-blocks-vs .image {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

@media (max-width: 991.98px) {
  .site-blocks-vs .image {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.site-blocks-vs .image img {
  border-radius: 50%;
}

.site-blocks-vs .image.image-small {
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.site-blocks-vs .country {
  color: rgba(255, 255, 255, 0.7);
}

.match-entry {
  position: relative;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.match-entry .small {
  color: #ccc;
  font-weight: normal;
  letter-spacing: .15em;
}

.match-entry:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 90;
  -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
}

.post-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.post-entry, .post-entry .text {
  border-radius: 4px;
  border-top: none !important;
}

.post-entry .date {
  color: #ccc;
  font-weight: normal;
  letter-spacing: .1em;
}

.post-entry .image {
  overflow: hidden;
  position: relative;
}

.post-entry .image img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.post-entry:hover .image img, .post-entry:active .image img, .post-entry:focus .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.site-block-tab .nav-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 20px;
}

.site-block-tab .nav-item:first-child {
  margin-left: 0 !important;
}

.site-block-tab .nav-item > a {
  padding-left: 0 !important;
  background: none !important;
  padding-right: 0 !important;
  border-bottom: 2px solid transparent;
  border-radius: 0 !important;
  font-weight: bold;
  color: #cccccc;
}

.site-block-tab .nav-item > a:hover, .site-block-tab .nav-item > a.active {
  border-bottom: 2px solid #B85C5C;
  color: #000;
}

.owl-carousel-2, .slide-one-item {
  position: relative;
  z-index: 1;
}

.owl-carousel-2 .owl-nav, .slide-one-item .owl-nav {
  position: relative;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel-2 .owl-nav .owl-prev, .owl-carousel-2 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  color: #000;
}

.owl-carousel-2 .owl-nav .owl-prev.disabled, .owl-carousel-2 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
  opacity: .2;
}

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%;
}

@media (max-width: 991.98px) {
  .slide-one-item.home-slider .owl-nav {
    display: none;
  }
}

.slide-one-item.home-slider .owl-prev {
  left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
  right: 10px !important;
}

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px;
}

@media (min-width: 768px) {
  .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
    font-size: 25px;
  }
}

.slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
  background: #B85C5C;
}

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible;
}

.slide-one-item .owl-dots {
  text-align: center;
}

.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
  margin: 4px;
}

.slide-one-item .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dee2e6;
}

.slide-one-item .owl-dots .owl-dot.active span {
  background: #B85C5C;
}

.block-12 {
  position: relative;
}

.block-12 figure {
  position: relative;
}

.block-12 figure:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.block-12 .text-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10;
}

.block-12 .text-overlay h2 {
  color: #fff;
}

.block-12 .text {
  position: relative;
  top: -100px;
}

.block-12 .text .meta {
  text-transform: uppercase;
  padding-left: 40px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.block-12 .text .text-inner {
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 10px;
  margin-right: 30px;
  position: relative;
}

@media (min-width: 576px) {
  .block-12 .text .text-inner {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .block-12 .text .text-inner {
    padding: 30px 40px;
  }
}

.block-12 .text .text-inner:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  margin-top: -4px;
  background: #B85C5C;
  top: 0;
}

.block-12 .text .text-inner .heading {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.block-16 figure {
  position: relative;
}

.block-16 figure .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 70px;
  height: 70px;
  background: #fff;
  display: block;
  border-radius: 50%;
  opacity: 1;
  color: #B85C5C !important;
}

.block-16 figure .play-button:hover {
  opacity: 1;
}

.block-16 figure .play-button > span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}

.block-25 ul, .block-25 ul li {
  padding: 0;
  margin: 0;
}

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}

.block-25 ul li a .image img {
  border-radius: 4px;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.block-25 ul li a .text .heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #999999;
}

.block-25 ul li a .meta {
  color: #B85C5C;
}

.block-25 ul li a:hover img {
  opacity: .5;
}

.block-25 ul li a:hover .text .heading {
  color: #fff;
}

#date-countdown .countdown-block {
  color: #b3b3b3;
}

#date-countdown .label {
  font-size: 40px;
  color: #000;
}

.next-match .image {
  width: 50px;
  border-radius: 50%;
}

.player {
  position: relative;
}

.player img {
  max-width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.player .team-number {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #B85C5C;
  border-radius: 50%;
  color: #fff;
}

.player .team-number > span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.player h2 {
  font-size: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.player .position {
  font-size: 14px;
  color: #b3b3b3;
  text-transform: uppercase;
}

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0;
}

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
}

.site-block-27 ul li a, .site-block-27 ul li span {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.site-block-27 ul li.active a, .site-block-27 ul li.active span {
  background: #B85C5C;
  color: #fff;
  border: 1px solid transparent;
}

.site-block-feature-7 .icon {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.unit-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}

.unit-1:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.unit-1 img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.unit-1 img, .unit-1 .unit-1-text {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.unit-1 .unit-1-text {
  z-index: 2;
  position: absolute;
  bottom: -90px;
  color: #fff;
  display: block;
  width: 100%;
}

.unit-1 .unit-1-text .unit-1-heading {
  font-size: 1.5rem;
  position: relative;
}

.unit-1 p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: rgba(255, 255, 255, 0.5);
}

.unit-1:hover p {
  opacity: 1;
  visibility: visible;
}

.unit-1:hover .unit-1-text {
  bottom: 30px;
}

.unit-1:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.overlap-section {
  margin-top: -150px;
  position: relative;
  z-index: 9;
}

.unit-4 .unit-4-icon span {
  line-height: 0;
  font-size: 3rem;
}

.unit-4 h3 {
  font-size: 20px;
}

.h-entry img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px;
}

.h-entry h2 {
  font-size: 20px;
}

.h-entry .h-entry-inner {
  padding: 30px;
  border: 1px solid #eee;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.overlap-left {
  margin-left: -100px;
}

@media (max-width: 991.98px) {
  .overlap-left {
    margin-left: 0px;
  }
}

.overlap-section {
  margin-top: -100px;
}

.feature-1, .free-quote, .feature-3 {
  background: #B85C5C;
  padding: 30px 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.feature-1 .heading, .free-quote .heading, .feature-3 .heading {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.feature-1 .icon, .free-quote .icon, .feature-3 .icon {
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto !important;
}

.feature-1 .icon > span, .free-quote .icon > span, .feature-3 .icon > span {
  font-size: 35px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.free-quote {
  background: #e75c7a;
}

.free-quote .form-control {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: none;
  color: #fff;
}

.free-quote .form-control:active, .free-quote .form-control:focus {
  border: 2px solid #fff;
}

.free-quote .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-style: italic;
}

.free-quote .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-style: italic;
}

.free-quote .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-style: italic;
}

.free-quote .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-style: italic;
}

.feature-3 {
  background: #e55373;
}

.border-primary {
  position: relative;
}

.border-primary h2 {
  font-weight: 700 !important;
}

.border-primary:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #B85C5C;
}

.border-primary.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.border-primary.text-left:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center;
}

.testimonial blockquote {
  font-size: 1.5rem;
  font-style: italic;
}

.testimonial figure img {
  max-width: 100px;
  margin: 0 auto;
  border-radius: 50%;
}

.breadcrumb-custom {
  font-size: 1rem !important;
}

.text-muted {
  color: #ccc !important;
  font-size: 12px;
  text-transform: uppercase;
}

.how-it-work-item .number {
  width: 50px;
  height: 50px;
  background: #B85C5C;
  color: #fff;
  line-height: 55px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 40px;
}

.how-it-work-item h2 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}

.how-it-work-item p {
  color: white;
}

.person h3 {
  font-size: 18px;
}

.ul-social-circle {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul-social-circle li {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
}

.ul-social-circle li:first-child {
  margin-left: 0;
}

.ul-social-circle li span {
  width: 30px;
  height: 30px;
  background: #777;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
}

.ul-social-circle li a span {
  color: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.ul-social-circle li a:hover span {
  background: #2b2b2b;
  color: #fff;
}

.custom-pagination a, .custom-pagination span {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #B85C5C;
  color: #fff;
}

.custom-pagination span {
  background: #e6e6e6;
  color: #000;
}

.custom-pagination .more-page {
  background: none;
}

.form-search-wrap {
  background: #fff;
  padding: 30px !important;
  -webkit-box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px -5px rgba(0, 0, 0, 0.2);
}

.form-search-wrap .form-control {
  border: none;
}

@media (max-width: 1199.98px) {
  .form-search-wrap .form-control {
    height: 55px;
  }
}

.form-search-wrap .btn {
  border-radius: 30px;
  padding: 10px 30px;
}

@media (max-width: 1199.98px) {
  .form-search-wrap .btn {
    width: 100% !important;
    display: block;
  }
}

.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 10px;
  border-radius: 7px;
  background: #f8f9fa;
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.popular-category .icon {
  display: block;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
}

.popular-category .icon > span {
  line-height: 0;
  font-size: 60px;
}

.popular-category .caption {
  color: #666666;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
}

.popular-category .number {
  padding: 2px 20px;
  border-radius: 30px;
  display: inline-block;
  background: #e9ecef;
  color: #000;
  font-size: 14px;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
}

.popular-category:hover {
  background: #B85C5C;
  -webkit-box-shadow: 0 5px 30px -5px rgba(184, 92, 92, 0.5);
  box-shadow: 0 5px 30px -5px rgba(184, 92, 92, 0.5);
}

.popular-category:hover .caption {
  color: #fff;
}

.popular-category:hover .icon {
  color: #fff;
}

.popular-category:hover .number {
  background: #e75c7a;
  color: #fff;
}

.popular-category:hover {
  top: -5px;
  -webkit-box-shadow: 0 10px 30px -5px rgba(184, 92, 92, 0.5);
  box-shadow: 0 10px 30px -5px rgba(184, 92, 92, 0.5);
}

@media (max-width: 1199.98px) {
  .no-sm-border {
    border: none !important;
  }
}

.listing-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.listing-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.listing-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.listing-item:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.listing-item .listing-item-content {
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  width: 100%;
}

.listing-item .listing-item-content .category {
  font-size: 12px;
  display: inline-block;
  padding: 5px 30px;
  background: #B85C5C;
  border-radius: 30px;
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.listing-item .listing-item-content h2 {
  font-size: 22px;
}

.listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
  color: #fff;
}

.listing-item .listing-item-content span {
  color: #fff;
}

.listing-item .listing-item-content .address {
  color: rgba(255, 255, 255, 0.8);
}

.listing-item .bookmark {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.listing-item .bookmark span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.listing-item .bookmark:hover {
  background: #f23a2e;
}

.listing-item .bookmark:hover span {
  color: #fff;
}

.accordion-item {
  font-size: 1.1rem;
}

.accordion-item[aria-expanded="true"] {
  color: #B85C5C;
}

.listing-horizontal {
  -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 7px;
  background: #fff;
  position: relative;
}

@media (min-width: 992px) {
  .listing-horizontal {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}

.listing-horizontal .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}

@media (max-width: 767.98px) {
  .listing-horizontal .img {
    height: 250px;
    margin-right: 0;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
  }
}

.listing-horizontal .img .category {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 30px;
  background: #B85C5C;
  border-radius: 30px;
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.listing-horizontal .lh-content {
  padding: 30px;
  position: relative;
  width: 100%;
}

.listing-horizontal .lh-content .bookmark {
  position: absolute;
  right: -20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.listing-horizontal .lh-content .bookmark span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.listing-horizontal .lh-content .bookmark:hover {
  background: #f23a2e;
}

.listing-horizontal .lh-content .bookmark:hover span {
  color: #fff;
}

.rangeslider.rangeslider--horizontal {
  margin-bottom: 10px;
  height: 7px;
  background: #e9ecef;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rangeslider.rangeslider--horizontal .rangeslider__fill {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 7px;
  background: #B85C5C;
}

.rangeslider .rangeslider__handle {
  height: 14px;
  width: 14px;
  top: -3px;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.rangeslider .rangeslider__handle:after {
  background: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #B85C5C;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.range-output {
  font-weight: bold;
}

.range-output:after {
  content: "Km";
  font-weight: normal;
}

.how-it-work-step {
  text-align: center;
}

.how-it-work-step h3 {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 1.5rem;
}

.how-it-work-step .number {
  color: #B85C5C;
  letter-spacing: .2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: #eee;
  margin-bottom: 15px;
}

.how-it-work-step .img-wrap {
  height: 270px;
}

.how-it-work-step img {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

.typed-words {
  color: #B85C5C;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.events {
  margin: 0;
  padding: 0;
}

.events li {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.events li .date {
  font-size: 13px;
}

.events li h2 {
  font-size: 18px;
}

.title-rounded {
  padding: 0px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}

.bg-purple {
  background-color: #4a40f9 !important;
}

.bg-green {
  background-color: #5fd080 !important;
}

.bg-blue {
  background-color: #2585fe !important;
}

.bg-orange {
  background-color: #fd7f33 !important;
}

.bg-pink {
  background-color: var(--primary-blue) !important;
}

/* Override Bootstrap bg-primary */
.bg-primary {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%) !important;
}

/* Override all Bootstrap primary button backgrounds */
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%) !important;
  background-color: var(--primary-blue) !important;
  border-color: var(--primary-blue) !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--primary-blue) 100%) !important;
  background-color: var(--deep-blue) !important;
  border-color: var(--deep-blue) !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--primary-blue) 100%) !important;
  background-color: var(--deep-blue) !important;
  border-color: var(--deep-blue) !important;
}

/* Specific override for button group buttons */
.btn-group .btn-primary {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%) !important;
  background-color: var(--primary-blue) !important;
  border-color: transparent !important;
}

.date {
  color: #888;
  text-transform: uppercase;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.events-wrap, .events-bg-img {
  width: 50%;
}

@media (max-width: 991.98px) {
  .events-wrap, .events-bg-img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .events-bg-img {
    height: 300px;
  }
}

.events-bg-img {
  border-radius: 4px;
  overflow: hidden;
}

.half-wrap {
  width: 50%;
}

@media (max-width: 991.98px) {
  .half-wrap {
    width: 100%;
  }
}

.half-wrap > .half {
  width: 50%;
}

@media (max-width: 991.98px) {
  .half-wrap > .half {
    width: 100%;
    height: 200px;
  }
}

.half-wrap > .half.arrow-right {
  position: relative;
}

.half-wrap > .half.arrow-right:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}

@media (max-width: 767.98px) {
  .half-wrap > .half.arrow-right:after {
    display: none;
  }
}

.half-wrap > .half.arrow-left {
  position: relative;
}

.half-wrap > .half.arrow-left:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}

@media (max-width: 767.98px) {
  .half-wrap > .half.arrow-left:after {
    display: none;
  }
}

.half-wrap > .half .text {
  padding: 30px;
  color: #888;
}

.half-wrap h2 {
  font-size: 20px;
  color: #000;
}

.post-lists li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.block-quick-info-2 {
  padding: 2rem 0;
}

.block-quick-info-2 .block-quick-info-2-inner {
  position: relative;
  z-index: 2;
  padding: 30px;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  margin-top: -80px;
  border-radius: 30px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.block-quick-info-2 .block-quick-info-2-inner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(184, 92, 92, 0.1) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
}

.block-quick-info-2 .quick-info-2 {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.block-quick-info-2 .quick-info-2:hover {
  transform: translateY(-5px);
}

.block-quick-info-2 .quick-info-2 .icon {
  font-size: 3rem;
  color: #B85C5C;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: iconFloat 3s ease-in-out infinite;
  display: inline-block;
}

@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.block-quick-info-2 .quick-info-2:nth-child(even) .icon {
  animation-delay: 0.5s;
}

.block-quick-info-2 .quick-info-2:nth-child(3) .icon {
  animation-delay: 1s;
}

.block-quick-info-2 .quick-info-2:nth-child(4) .icon {
  animation-delay: 1.5s;
}

.block-quick-info-2 .quick-info-2 .text .heading {
  color: #000;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.block-quick-info-2 .quick-info-2 .text .excerpt {
  color: #666;
  font-size: 0.95rem;
}

/* Individual hover effects for each info block */
.block-quick-info-2 .col-sm-6 {
  position: relative;
}

.block-quick-info-2 .col-sm-6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, var(--primary-blue) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0.3;
  transition: transform 0.5s ease;
  z-index: 0;
}

.block-quick-info-2 .col-sm-6:hover::before {
  transform: translate(-50%, -50%) scale(3);
  opacity: 0.1;
}

/* Add rotating border effect */
.block-quick-info-2 .quick-info-2::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg, var(--light-blue), var(--primary-blue), var(--deep-blue));
  border-radius: 20px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.block-quick-info-2 .quick-info-2:hover::after {
  opacity: 0.3;
}

.block-services-1 {
  color: #999;
}

.block-services-1 h3 {
  color: #000;
}

.block-services-1 .block-service-1-more {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 25px;
  background: linear-gradient(135deg, transparent 0%, transparent 100%);
  border: 2px solid transparent;
  background-clip: padding-box;
}

.block-services-1 .block-service-1-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(135deg, var(--primary-blue), var(--deep-blue));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.block-services-1 .block-service-1-more:hover::before {
  opacity: 1;
}

.block-services-1 .block-service-1-more .icon {
  position: relative;
  right: 0;
  margin-left: 8px;
  font-size: 20px;
  top: 0;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.block-services-1 .block-service-1-more:hover {
  padding-right: 20px;
  background: linear-gradient(135deg, rgba(184, 92, 92, 0.1) 0%, rgba(135, 206, 235, 0.1) 100%);
  transform: translateX(5px);
}

.block-services-1 .block-service-1-more:hover .icon {
  transform: translateX(5px);
}


.block-services-1 .block-service-1-card .thumbnail-link {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.block-services-1 .block-service-1-card .thumbnail-link img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.block-services-1 .block-service-1-card .block-service-1-heading {
  font-size: 20px;
}

.block-services-1 .block-service-1-card .block-service-1-heading a {
  color: #000;
}

.block-services-1 .block-service-1-card .block-service-1-heading a:hover {
  color: #B85C5C;
}

.block-services-1 .block-service-1-card:hover .thumbnail-link img, .block-services-1 .block-service-1-card:focus .thumbnail-link img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.block-half-content-1 .block-half-content-img,
.block-half-content-1 .block-half-content-text {
  padding: 50px;
}

.block-half-content-1 .block-half-content-img {
  background-size: cover;
  background-position: center;
  width: 50%;
}

@media (max-width: 991.98px) {
  .block-half-content-1 .block-half-content-img {
    width: 100%;
    height: 300px;
  }
}

.block-half-content-1 .block-half-content-text {
  width: 50%;
  padding: 100px;
}

@media (max-width: 991.98px) {
  .block-half-content-1 .block-half-content-text {
    width: 100%;
    padding: 20px 15px;
  }
}

.block-half-content-1 .block-half-content-text .block-half-content-heading {
  color: #fff;
}

.block-half-content-1 .block-half-content-text .block-half-content-excerpt {
  color: rgba(255, 255, 255, 0.7);
}

.block-half-content-1 .block-half-content-text .block-half-content-excerpt .lead {
  font-size: 18px;
}

.block-half-content-1 .block-counter-1 {
  text-align: center;
}

.block-half-content-1 .block-counter-1 .number-wrap {
  text-align: center;
  font-size: 4rem;
  color: #fff;
}

.block-half-content-1 .block-counter-1 .block-counter-1-caption {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.block-testimony {
  padding: 30px;
  border: 1px solid #efefef;
}

.block-cta-1 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.block-cta-1.primary-overlay {
  position: relative;
}

.block-cta-1.primary-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(184, 92, 92, 0.9);
}

.subscription .form-control {
  height: 55px;
}

.subscription .btn {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

/*# sourceMappingURL=style.css.map */

/* Custom color overrides for MAAT Terapies */
:root {
  --primary-green: #B85C5C;
  --primary-blue: #87CEEB;
  --light-green: #A8D5A8;
  --light-blue: #B6E0F7;
}

/* Override Bootstrap primary colors */
.bg-primary {
  background-color: var(--primary-blue) !important;
}

.text-primary {
  color: var(--primary-green) !important;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%) !important;
  border: none !important;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(184, 92, 92, 0.3);
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
  border-radius: 50px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.btn-primary:hover::after {
  opacity: 1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-blue) 100%) !important;
  border-color: transparent !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(184, 92, 92, 0.3);
}

/* Pill button specific styling */
.btn-pill {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: visible;
}

.btn-pill::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.btn-pill:hover::before {
  opacity: 0.5;
}

/* Large button styling */
.btn-lg {
  padding: 20px 45px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(184, 92, 92, 0.3);
}

.btn-lg:hover {
  box-shadow: 0 10px 30px rgba(184, 92, 92, 0.5);
}

.btn-outline-primary {
  color: var(--primary-green) !important;
  border: 2px solid transparent !important;
  background-clip: padding-box !important;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.btn-outline-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(135deg, var(--primary-blue), var(--deep-blue));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.btn-outline-primary:hover {
  background: linear-gradient(135deg, var(--primary-blue), var(--deep-blue)) !important;
  border-color: transparent !important;
  color: #fff !important;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(184, 92, 92, 0.4);
}

.btn-outline-white {
  position: relative;
  overflow: hidden;
  border-width: 2px;
}

.btn-outline-white::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  transition: height 0.3s ease;
}

.btn-outline-white:hover::after {
  height: 100%;
}

.border-primary {
  border-color: var(--primary-green) !important;
}

/* Alternate with blue pastel */
.block-half-content-text.bg-primary:nth-child(even) {
  background-color: var(--primary-blue) !important;
}

/* Links and hover states */
a {
  color: var(--primary-green);
}

a:hover {
  color: var(--light-green);
}

/* Form focus states */
.form-control:focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 0.2rem rgba(184, 92, 92, 0.25);
}

/* Selection colors */
::-moz-selection {
  background: var(--primary-blue);
  color: #fff;
}

::selection {
  background: var(--primary-blue);
  color: #fff;
}

/* Alternate sections with blue */
.site-section:nth-child(even) {
  background-color: #fff;
}

.site-section:nth-child(odd) {
  background-color: #fff;
}

.site-section:nth-child(even) .btn-primary {
  background-color: var(--primary-blue) !important;
  border-color: var(--primary-blue) !important;
}

.site-section:nth-child(even) .btn-primary:hover {
  background-color: var(--light-blue) !important;
  border-color: var(--light-blue) !important;
}

/* Icon colors */
.icon {
  color: var(--primary-green);
}

.site-section:nth-child(even) .icon {
  color: #5A8CAE;
}

/* Block service cards alternating colors */
.block-service-1-card:nth-child(odd) .block-service-1-heading a {
  color: var(--primary-green);
}

.block-service-1-card:nth-child(even) .block-service-1-heading a {
  color: #5A8CAE;
}

.block-service-1-card:nth-child(odd) .block-service-1-more {
  color: var(--primary-green);
}

.block-service-1-card:nth-child(even) .block-service-1-more {
  color: #5A8CAE;
}

/* Counter sections */
.block-counter-1 .block-counter-1-number {
  color: var(--primary-green);
}

/* Quick info section icons - already styled above */

/* Footer links */
.site-footer a {
  color: var(--primary-green);
}

.site-footer a:hover {
  color: var(--light-green);
}

/* Custom footer design with wave animation */
.site-footer {
  background: linear-gradient(135deg, #4A7A9C 0%, #5A8CAE 50%, #7BA7CC 100%);
  color: #fff;
  position: relative;
  padding-top: 80px;
  margin-top: -2px;
  overflow: hidden;
  border-top: none;
}

.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(ellipse at 20% 80%, rgba(3, 169, 244, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Multiple animated waves at top of footer */
.footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  opacity: 0.3;
}

.footer-wave::before,
.footer-wave::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer-wave::before {
  background: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" fill="%235A8CAE"/></svg>');
  background-size: 50% 100%;
  animation: wave 30s linear infinite;
  opacity: 0.5;
}

.footer-wave::after {
  background: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" fill="%236B95BA"/></svg>');
  background-size: 50% 100%;
  animation: wave 25s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.4;
}

/* Third wave layer */
.wave-layer-3 {
  position: absolute;
  top: -120px;
  left: 0;
  width: 200%;
  height: 120px;
  background: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%237BA7CC"/></svg>');
  background-size: 50% 100%;
  animation: wave 35s linear infinite reverse;
  opacity: 0.3;
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Floating bubbles animation */
.footer-bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.bubble {
  position: absolute;
  bottom: -100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  opacity: 0.3;
  animation: rise 15s infinite linear;
}

.bubble:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 10%;
  animation-duration: 8s;
}

.bubble:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bubble:nth-child(3) {
  width: 50px;
  height: 50px;
  left: 35%;
  animation-duration: 12s;
  animation-delay: 2s;
}

.bubble:nth-child(4) {
  width: 80px;
  height: 80px;
  left: 50%;
  animation-duration: 18s;
  animation-delay: 0s;
}

.bubble:nth-child(5) {
  width: 35px;
  height: 35px;
  left: 55%;
  animation-duration: 14s;
  animation-delay: 3s;
}

.bubble:nth-child(6) {
  width: 45px;
  height: 45px;
  left: 70%;
  animation-duration: 16s;
  animation-delay: 1s;
}

.bubble:nth-child(7) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 11s;
  animation-delay: 4s;
}

.bubble:nth-child(8) {
  width: 30px;
  height: 30px;
  left: 90%;
  animation-duration: 9s;
  animation-delay: 2s;
}

@keyframes rise {
  0% {
    bottom: -100px;
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 110%;
    opacity: 0;
  }
}


.site-footer .footer-heading {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.site-footer p,
.site-footer .list-unstyled li a {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer .list-unstyled li a:hover {
  color: #fff;
}

/* Animated MAAT Terapies logo in footer */
.footer-logo {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}


.footer-logo span {
  display: inline-block;
  color: #fff;
}


/* Footer form styling */
.site-footer .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.site-footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.site-footer .form-control:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
}

.site-footer .btn {
  background: #fff;
  color: var(--primary-green);
  border: none;
}

.site-footer .btn:hover {
  background: var(--light-blue);
  color: #fff;
}

/* Social icons */
.site-footer .icon-facebook,
.site-footer .icon-twitter,
.site-footer .icon-instagram,
.site-footer .icon-linkedin {
  font-size: 24px;
  transition: all 0.3s ease;
}

.site-footer .icon-facebook:hover,
.site-footer .icon-twitter:hover,
.site-footer .icon-instagram:hover,
.site-footer .icon-linkedin:hover {
  transform: translateY(-3px);
  color: var(--primary-blue);
}

/* Gallery Grid System */
.gallery-container {
  padding: 60px 15px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 250px);
  gap: 20px;
  margin-bottom: 60px;
}

/* Gallery Item Base Styles */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(184, 92, 92, 0.3);
}

/* Grid Variations */
.gallery-item-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item-medium {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery-item-tall {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery-item-wide {
  grid-column: span 2;
  grid-row: span 1;
}

/* Gallery Images */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover img {
  transform: scale(1.15) rotate(2deg);
}

/* Gallery Overlay */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Gallery Text */
.gallery-text {
  color: #fff;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-text {
  transform: translateY(0);
}

.gallery-text h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.gallery-text p {
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.9;
}

/* Gallery hover effects */

.gallery-item {
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

/* Responsive Gallery */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 200px);
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 15px;
  }
  
  .gallery-item,
  .gallery-item-large,
  .gallery-item-medium,
  .gallery-item-tall,
  .gallery-item-wide {
    grid-column: span 1;
    grid-row: span 1;
    height: 250px;
  }
  
  .gallery-item-large {
    grid-column: span 2;
  }
}

/* Add decorative elements */
.gallery-container::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -100px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(184, 92, 92, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
}

.gallery-container::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(135, 206, 235, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 15s ease-in-out infinite reverse;
}

/* Add some margin to gallery section */
.container-fluid[data-aos="fade-up"] {
  margin-bottom: 0;
}

/* Adjust for fixed navbar */
body {
  padding-top: 0;
}

.site-blocks-cover {
  padding-top: 80px;
}

/* Wave transition before footer */
.wave-transition {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  margin-top: -1px;
  z-index: 10;
}

.wave-transition::before,
.wave-transition::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.wave-transition::before {
  background: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M0,40 C150,0 350,80 600,50 C850,20 1050,60 1200,40 L1200,120 L0,120 Z" fill="%234A7A9C" opacity="0.4"/></svg>');
  background-size: 50% 100%;
  animation: wave-move 30s linear infinite;
}

.wave-transition::after {
  background: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M0,60 C200,20 400,100 600,60 C800,20 1000,80 1200,50 L1200,120 L0,120 Z" fill="%235A8CAE" opacity="0.3"/></svg>');
  background-size: 50% 100%;
  animation: wave-move 25s linear infinite reverse;
}

.wave-transition-inner {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200%;
  height: 100px;
  background: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M0,80 C300,40 450,100 750,70 C1050,40 1100,80 1200,60 L1200,120 L0,120 Z" fill="%236B95BA"/></svg>');
  background-size: 50% 100%;
  animation: wave-move 20s linear infinite;
}

@keyframes wave-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Adjust the call-to-action section */
.site-section.bg-light:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Floating particles */
.footer-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.particle {
  position: absolute;
  display: block;
  pointer-events: none;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: float-up 20s infinite linear;
}

.particle:nth-child(1) {
  left: 25%;
  animation-delay: 0s;
  animation-duration: 13s;
}

.particle:nth-child(2) {
  left: 10%;
  animation-delay: 2s;
  animation-duration: 15s;
}

.particle:nth-child(3) {
  left: 70%;
  animation-delay: 4s;
  animation-duration: 18s;
}

.particle:nth-child(4) {
  left: 40%;
  animation-delay: 0s;
  animation-duration: 20s;
}

.particle:nth-child(5) {
  left: 65%;
  animation-delay: 3s;
  animation-duration: 14s;
}

.particle:nth-child(6) {
  left: 75%;
  animation-delay: 2s;
  animation-duration: 16s;
}

.particle:nth-child(7) {
  left: 35%;
  animation-delay: 5s;
  animation-duration: 12s;
}

.particle:nth-child(8) {
  left: 50%;
  animation-delay: 4s;
  animation-duration: 17s;
}

.particle:nth-child(9) {
  left: 80%;
  animation-delay: 1s;
  animation-duration: 19s;
}

.particle:nth-child(10) {
  left: 15%;
  animation-delay: 3s;
  animation-duration: 15s;
}

@keyframes float-up {
  0% {
    bottom: -10px;
    opacity: 0.5;
  }
  100% {
    bottom: 100%;
    opacity: 0;
  }
}

/* Ensure proper z-index layering */
.site-footer {
  z-index: 1;
}

.footer-wave {
  z-index: 2;
}

.footer-bubbles {
  z-index: 3;
}

.footer-particles {
  z-index: 4;
}

.site-footer .container {
  position: relative;
  z-index: 5;
}

/* Treatment cards styling */
.treatment-card {
  background: #fff;
  padding: 0;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
}

.treatment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(184, 92, 92, 0.3);
  border-color: var(--primary-green);
}

.treatment-card:hover .treatment-img {
  transform: scale(1.1);
}

.treatment-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  position: relative;
}

.treatment-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 50%, rgba(184, 92, 92, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.treatment-card:hover .treatment-img::after {
  opacity: 1;
}

.treatment-content {
  padding: 25px;
  position: relative;
}

/* Clean design without badges */

.treatment-card h4 {
  color: var(--primary-green);
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.treatment-card p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Treatment carousel */
.treatment-carousel {
  min-height: 400px;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Button group styling - Minimalist Treatment Buttons */
.btn-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-group .btn {
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  text-transform: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid var(--light-blue);
  box-shadow: none;
  background: var(--light-blue);
  color: #fff;
}

/* Inactive buttons */
.btn-group .btn:not(.active) {
  background: var(--light-blue);
  color: #fff;
  border: 2px solid var(--light-blue);
}

.btn-group .btn:not(.active):hover {
  border-color: var(--primary-blue);
  color: #fff;
  background: var(--primary-blue);
  transform: none;
  box-shadow: none;
}

/* Active button */
.btn-group .btn.active {
  background: var(--primary-blue);
  color: #fff;
  border-color: var(--primary-blue);
  transform: none;
  box-shadow: none;
}

.btn-group .btn.active:hover {
  background: var(--deep-blue);
  border-color: var(--deep-blue);
}


/* Mobile responsive - use desktop styles but adjust layout */
@media (max-width: 768px) {
  .btn-group {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  
  .btn-group .btn {
    width: 100%;
    font-size: 0.85rem;
    padding: 10px 24px;
  }
}

/* Professional Modern Titles */
.site-section-heading {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  background: linear-gradient(90deg, #4A7A9C 0%, #5A8CAE 25%, #7BA7CC 50%, #5A8CAE 75%, #4A7A9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 100%;
  animation: waveGradient 8s ease-in-out infinite;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2.5rem;
}

@keyframes waveGradient {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.site-section-heading::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #4A7A9C, #7BA7CC, #4A7A9C);
}


/* Professional Block Headings */
.block-half-content-heading {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,1), rgba(255,255,255,0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 100%;
  animation: subtleWave 10s ease-in-out infinite;
}

@keyframes subtleWave {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Service card heading animations */
.block-service-1-heading {
  transition: all 0.3s ease;
  position: relative;
}

.block-service-1-heading a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8B4545;
  transition: color 0.3s ease;
}

.block-service-1-heading a:hover {
  color: #B85C5C;
}

.block-service-1-heading a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #B85C5C, #2196F3);
  transition: width 0.3s ease;
}

.block-service-1-card:hover .block-service-1-heading a::after {
  width: 100%;
}

/* Professional Hero Headings */
h1[data-aos="fade-up"] {
  font-size: 2.8rem;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  color: #fff;
}

h1 .typed-words {
  background: linear-gradient(135deg, #FFD700, #FFA500, #FF6347, #FF1493, #8A2BE2, #4169E1, #00CED1, #32CD32);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 300% 100%;
  animation: colorWave 6s ease-in-out infinite;
  font-weight: 700;
  filter: brightness(1.2) saturate(1.3);
  display: inline-block;
}

@keyframes colorWave {
  0%, 100% {
    background-position: 0% 50%;
    filter: brightness(1.1) saturate(1.2);
  }
  50% {
    background-position: 100% 50%;
    filter: brightness(1.3) saturate(1.4);
  }
}

/* Professional Footer Logo */
.footer-logo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.footer-logo span {
  display: inline-block;
  font-size: 2.8rem;
  color: #A8C8E1;
  transition: color 0.3s ease;
}

.footer-logo:hover span {
  color: #7BA7CC;
}

/* Professional Section Headings */
h2, h3, h4 {
  position: relative;
  transition: all 0.3s ease;
}

h3.mb-4 {
  background: linear-gradient(90deg, #4A7A9C, #5A8CAE, #6B95BA, #5A8CAE, #4A7A9C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 100%;
  animation: subtleTextWave 12s ease-in-out infinite;
  display: inline-block;
}

h3:hover, h4:hover {
  color: #B85C5C;
}

@keyframes subtleTextWave {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Colorful hero text styling */
.site-blocks-cover h1 {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
}

/* Make typed words colorful and vibrant */
.site-blocks-cover h1 .typed-words {
  filter: brightness(1.3) saturate(1.2);
  font-weight: 700;
  display: inline-block;
}

/* Add subtle shadow to section headings */
.text-center .site-section-heading {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Testimonial headings */
.block-testimony h2.h5 {
  color: var(--primary-green);
  font-weight: 600;
  position: relative;
  display: inline-block;
}

/* Quick info headings */
.quick-info-2 .heading {
  position: relative;
  overflow: hidden;
}

.quick-info-2 .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-blue), var(--deep-blue));
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.quick-info-2:hover .heading::after {
  transform: translateX(0);
}

/* Professional Site Logo */
.site-logo a {
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
}

.site-logo a:hover {
  transform: translateY(-2px);
  color: #B85C5C;
}

.site-logo .text-primary {
  color: var(--primary-green);
  font-size: 1.2em;
  transition: color 0.3s ease;
}

.site-logo a:hover .text-primary {
  color: #2196F3;
}

/* Add subtle animation on page load */
.site-logo {
  animation: logoEntrance 0.6s ease-out;
}

@keyframes logoEntrance {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Simple text shadow for dark backgrounds */
.site-navbar:not(.scrolled) .site-logo a {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Counter numbers */
.block-counter-1-number {
  display: inline-block;
  font-weight: 700;
  color: var(--primary-green);
}

/* Professional CTA Headings */
.block-cta-1 h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .site-section-heading {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  
  h1[data-aos="fade-up"] {
    font-size: 2.5rem;
  }
  
  .footer-logo {
    font-size: 2rem;
  }
  
  .footer-logo span {
    font-size: 2.5rem;
  }
  
  .block-testimony h2.h5::before,
  .block-testimony h2.h5::after {
    display: none;
  }
}

/* Modern Contact Form Styles */
.contact-form-modern {
  background: #fff;
  border-radius: 30px;
  padding: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.contact-form-modern::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(184, 92, 92, 0.05) 0%, transparent 70%);
  animation: float 20s ease-in-out infinite;
}

.form-header {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
  padding: 40px;
  text-align: center;
  color: #fff;
}

.form-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  animation: fadeInUp 0.6s ease-out;
}

.form-subtitle {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0;
  animation: fadeInUp 0.8s ease-out;
}

.form-body {
  padding: 40px;
}

/* Modern Form Groups */
.form-group-modern {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-modern {
  width: 100%;
  padding: 15px 20px 15px 50px;
  font-size: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.form-control-modern:focus {
  outline: none;
  border-color: var(--primary-green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(184, 92, 92, 0.1);
}

.form-label-modern {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #666;
  pointer-events: none;
  transition: all 0.3s ease;
  background: transparent;
  padding: 0 5px;
}

.form-control-modern:focus + .form-label-modern,
.form-control-modern:not(:placeholder-shown) + .form-label-modern {
  top: -10px;
  left: 45px;
  font-size: 0.85rem;
  color: var(--primary-green);
  background: #fff;
}

.form-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: var(--primary-green);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.form-control-modern:focus ~ .form-icon {
  color: var(--primary-blue);
  transform: translateY(-50%) scale(1.1);
}

/* Select styling */
select.form-control-modern {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%237FB069' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.select-label {
  position: static;
  display: block;
  margin-bottom: 5px;
  font-size: 0.85rem;
  color: var(--primary-green);
  transform: none;
}

/* Textarea specific */
textarea.form-control-modern {
  resize: vertical;
  min-height: 120px;
}

/* Modern Button */
.btn-modern {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 15px;
  padding: 18px 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(184, 92, 92, 0.3);
}

.btn-modern .icon-send {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.btn-modern:hover .icon-send {
  transform: translateX(5px);
}

/* Contact Info Boxes */
.contact-info-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(184, 92, 92, 0.05) 0%, rgba(135, 206, 235, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.contact-info-box:hover::before {
  opacity: 1;
}

.contact-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.info-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #fff;
  animation: float 3s ease-in-out infinite;
}

.contact-info-box:nth-child(even) .info-icon {
  animation-delay: 1s;
}

.contact-info-box h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--primary-green);
}

.contact-info-box p {
  margin: 0;
  color: #666;
}

.contact-info-box a {
  color: var(--primary-green);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-info-box a:hover {
  color: var(--primary-blue);
}

/* Social Links */
.social-links {
  margin-top: 30px;
  text-align: center;
}

.social-links h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: var(--primary-green);
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  color: var(--primary-green);
  font-size: 1.3rem;
}

.social-link:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
  color: #fff;
  box-shadow: 0 10px 25px rgba(184, 92, 92, 0.3);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .contact-form-modern {
    margin-top: -50px !important;
  }
  
  .form-header {
    padding: 30px 20px;
  }
  
  .form-body {
    padding: 30px 20px;
  }
  
  .contact-info-box {
    margin-top: 30px;
  }
}

/* Cookie Consent System */
.cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 20px 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  transform: translateY(150%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 500px;
  margin: 0 auto;
}

.cookie-consent.show {
  transform: translateY(0);
}

.cookie-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cookie-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.cookie-text h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: var(--primary-green);
  font-weight: 600;
}

.cookie-text p {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cookie-accept {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
  color: white;
}

.cookie-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(184, 92, 92, 0.4);
}

.cookie-settings {
  background: #f0f0f0;
  color: #333;
}

.cookie-settings:hover {
  background: #e0e0e0;
}

.cookie-reject {
  background: transparent;
  color: #999;
  border: 1px solid #ddd;
}

.cookie-reject:hover {
  border-color: #999;
  color: #666;
}

/* Cookie Settings Modal */
.cookie-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  animation: fadeIn 0.3s ease;
}

.cookie-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.cookie-modal-content {
  background: #fff;
  border-radius: 20px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.cookie-modal-header {
  padding: 30px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-modal-header h2 {
  font-size: 1.8rem;
  color: var(--primary-green);
  margin: 0;
}

.cookie-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #999;
  cursor: pointer;
  transition: color 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.cookie-close:hover {
  color: #333;
  background: #f0f0f0;
}

.cookie-modal-body {
  padding: 30px;
  overflow-y: auto;
  max-height: calc(80vh - 200px);
}

.cookie-category {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-category h3 {
  font-size: 1.2rem;
  color: #333;
  margin: 0;
}

.cookie-category p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Cookie Toggle Switch */
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 28px;
}

.cookie-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .cookie-slider {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
}

input:checked + .cookie-slider:before {
  transform: translateX(22px);
}

input:disabled + .cookie-slider {
  opacity: 0.6;
  cursor: not-allowed;
}

.cookie-modal-footer {
  padding: 30px;
  border-top: 1px solid #eee;
  text-align: center;
}

.cookie-save {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
  color: white;
  padding: 15px 40px;
  font-size: 1rem;
}

.cookie-save:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(184, 92, 92, 0.4);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cookie-consent {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 15px;
  }
  
  .cookie-icon {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  
  .cookie-text h3 {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
  
  .cookie-text p {
    font-size: 0.8rem;
    margin-bottom: 12px;
  }
  
  .cookie-buttons {
    width: 100%;
  }
  
  .cookie-btn {
    flex: 1;
    padding: 8px 12px;
    font-size: 0.8rem;
  }
  
  .cookie-modal-content {
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-height: 90vh;
  }
  
  .cookie-modal-header {
    padding: 20px;
  }
  
  .cookie-modal-body {
    padding: 20px;
  }
  
  .cookie-modal-footer {
    padding: 20px;
  }
}