/*
Theme Name: North Peak Dental
Theme URI: https://northpeak.dental
Author: Your Name
Author URI: https://yourwebsite.com
Description: A modern WordPress theme for North Peak Dental clinic
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: north-peak-dental
*/

/* Base styles */
body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

a {
    transition: 0.3s all ease;
    color: #044652;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #044652;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

.text-primary {
    color: #044652 !important;
}

/* Topper section */
.topper {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.topper .icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}

.topper .icon span {
    color: #044652;
}

.topper .text {
    width: calc(100% - 50px);
}

.topper .text p {
    margin-bottom: 0;
    font-size: 12px;
}

.topper .text .con {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}

.topper .text .con span {
    font-weight: 600;
    font-size: 13px;
    color: #000000;
}

.topper .text .con span:first-child {
    color: #044652;
}

.topper .text .hr span {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
}

.topper .text .time span:last-child {
    font-weight: 600;
    color: #044652;
}

/* Navigation */
.ftco-navbar-light {
    background: transparent !important;
    z-index: 3;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #044652 !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #000000;
}

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
    color: #000000;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 15px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #000000;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #000000;
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
        display: none;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #000000;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #044652;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #044652;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff;
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ftco-navbar-light.scrolled .nav-item.active > a {
    color: #044652 !important;
}

.ftco-navbar-light.scrolled .nav-item.cta > a {
    color: #fff !important;
    background: #044652;
    border: none !important;
}

.ftco-navbar-light.scrolled .nav-item.cta > a span {
    display: inline-block;
    color: #fff !important;
}

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
    border-color: #044652;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #000000 !important;
}

.ftco-navbar-light.scrolled .nav-link.active {
    color: #044652 !important;
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    transition: 0.3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
    transition: 0.3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000000;
}

/* Navbar brand */
.navbar-brand {
    font-weight: 700;
    font-size: 34px;
    padding: 0;
    line-height: 1;
    color: #000000;
}

.navbar-brand span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: rgba(0, 0, 0, 0.2);
    text-align: left;
}

/* Hero section */
.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

@media (max-width: 991.98px) {
    .hero-wrap {
        background-position: top center !important;
    }
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.2;
    background: #044652;
    background: #03464f;
    background: #03464f;
    background: #000;
    background: linear-gradient(
        359deg,
        rgba(3, 70, 79, 1) 0%,
        rgba(0, 126, 135, 1) 100%
    ) !important;
}

.hero-wrap.hero-wrap-2 {
    height: 300px;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 300px;
}

.hero-wrap.hero-wrap-2 .slider-text .bread {
    font-weight: 700;
    color: #fff;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
    color: #fff;
}

/* Owl carousel */
.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: 0.4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    margin-top: -10px;
    color: #044652 !important;
    transition: all 0.7s ease;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
}

.owl-carousel.home-slider {
    position: relative;
    height: 600px;
    z-index: 0;
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 600px;
    position: relative;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 600px;
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        text-align: center;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    color: #000000;
    font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 50px;
    color: #000000;
    line-height: 1.2;
    font-weight: 300;
}

.owl-carousel.home-slider .slider-item .slider-text h1 span {
    display: block;
    color: #000000;
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 30px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}

.owl-carousel.home-slider .slider-item .slider-text p.sub-p {
    font-weight: 400;
}

.owl-carousel.home-slider .slider-item .slider-text p strong {
    font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text p strong a {
    color: #fff;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    transition: all 0.3s ease;
    opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .owl-dots {
        bottom: 5px;
    }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff;
}

/* Container */
.container {
    max-width: 1440px;
}

/* Background utilities */
.bg-light {
    background: #fafafa !important;
    background: rgba(202, 221, 222, 0.5) url("./assets/images/fresh-snow.png")
        repeat !important;
    text-shadow: 2px 2px #fff !important;
}

.bg-light .meta-date,
.bg-light a {
    text-shadow: none !important;
}

.bg-white {
    background: #fff !important;
}

.bg-primary {
    background: #044652;
}

.ftc-no-pb {
    padding-bottom: 0 !important;
}

/* Buttons */
.btn {
    cursor: pointer;
    border-radius: 6px;
    box-shadow: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #044652;
    border: 1px solid #044652;
    color: #fff;
}

.btn.btn-primary:hover {
    border: 1px solid #044652;
    background: transparent;
    color: #044652;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #044652;
    background: transparent;
    color: #044652;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #044652;
    color: #fff;
}

.peaks .btn-primary:hover {
    border: 1px solid #044652;
    background: transparent;
    color: #fff;
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #044652;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    border: 1px solid #fff;
    color: #044652;
}

.btn.btn-white.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    border-radius: 6px;
    border-width: 1px;
    color: #fff;
}

.btn.btn-white.btn-outline-white:hover,
.btn.btn-white.btn-outline-white:focus,
.btn.btn-white.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #044652;
}

.btn.btn-secondary {
    background: #a8c337;
    border: 1px solid #a8c337;
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    border: 1px solid #a8c337;
    color: #fff;
}

.btn-custom {
    font-weight: 500;
    color: #044652;
    border-bottom: 4px solid #57bee1;
}

/* Image utilities */
.img-2 {
    background-position: top center !important;
}

@media (max-width: 767.98px) {
    .img-2 {
        height: 300px;
        margin-bottom: 40px;
    }
}

/* About section */
.wrap-about {
    position: relative;
}

@media (min-width: 768px) {
    .wrap-about {
        padding-left: 6em;
    }
}

.wrap-about .founder .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.wrap-about .founder .text {
    width: calc(100%-70px);
}

.wrap-about .founder h3 {
    font-size: 24px;
}

/* Services */
.ftco-services .services {
    display: block;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.ftco-services .services .img {
    height: 250px;
}

.ftco-services .services .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    border-radius: 50%;
}

.ftco-services .services .icon span {
    font-size: 50px;
    color: #044652;
}

.ftco-services .services .media-body h3 {
    font-size: 18px;
    color: #000000;
}

/* Intro section */
.intro {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

@media (max-width: 991.98px) {
    .intro {
        background-position: top center !important;
    }
}

.ftco-intro {
    padding: 4em 0;
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
    .ftco-intro {
        background-position: center center !important;
    }
}

.ftco-intro h2 {
    color: #fff;
    font-size: 36px;
}

.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    background: #03464f;
    background: linear-gradient(
        359deg,
        rgba(3, 70, 79, 1) 0%,
        rgba(0, 126, 135, 1) 100%
    ) !important;
}

/* Staff */
.staff {
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.staff .img-wrap {
    height: 300px;
}

.staff .img {
    width: 100%;
    display: block;
    background-position: top center;
    transition: all 0.3s ease;
}

.staff .text {
    position: relative;
    background: #fff;
    transition: all 0.3s ease;
}

.staff .text h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.staff .text .position {
    text-transform: uppercase;
    color: #b3b3b3;
    display: block;
    letter-spacing: 1px;
}

.staff .text .faded {
    opacity: 1;
}

.staff .ftco-social {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: transparent;
    opacity: 1;
    transition: all 0.3s ease;
}

.staff .ftco-social li {
    width: 30px;
    height: 30px;
    position: relative;
}

.staff .ftco-social li a {
    color: #a8c337;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.staff:hover .ftco-social,
.staff:focus .ftco-social {
    opacity: 1;
    top: -60px;
}

.staff:hover .img,
.staff:focus .img {
    margin-top: -10px;
}

.staff:hover .text h3,
.staff:focus .text h3 {
    color: #044652;
}

.ftco-social {
    padding: 0;
}

.ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

/* Pricing */
.pricing-entry {
    border: 1px solid #c8eaf5;
    position: relative;
    transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
    .pricing-entry {
        margin-bottom: 4em;
    }
}

.pricing-entry > div {
    padding: 20px;
}

.pricing-entry > div p {
    margin-bottom: 0;
}

.pricing-entry h3 {
    font-size: 16px;
    font-weight: 400;
}

.pricing-entry p .price {
    font-weight: 300;
    font-size: 28px;
    color: #044652;
    transition: all 0.3s ease;
}

.pricing-entry p .per {
    font-size: 12px;
}

.pricing-entry ul {
    margin: 0;
    padding: 0;
}

.pricing-entry ul li {
    list-style: none;
    padding: 10px 20px;
}

.pricing-entry ul li:nth-child(odd) {
    background: #fafafa;
}

.pricing-entry .button {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.pricing-entry .button .btn {
    border-radius: 6px;
    transition: all 0.3s ease;
}

.pricing-entry:hover .btn,
.pricing-entry:focus .btn {
    background: #a8c337 !important;
    border: 1px solid #a8c337 !important;
    color: #fff !important;
}

.pricing-entry:hover .price,
.pricing-entry:focus .price {
    color: #a8c337;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 275px;
    position: relative;
    display: block;
}

/* Blog entries */
@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: #044652;
}

.blog-entry .text .meta-chat {
    color: #b3b3b3;
}

.blog-entry .text .read {
    color: #000000;
    font-size: 14px;
}

.blog-entry .meta-date {
    display: inline-block;
    background: #044652;
}

.blog-entry .meta-date span {
    display: block;
    color: #fff;
}

.blog-entry .meta-date .day {
    font-weight: 300;
    font-size: 30px;
}

.blog-entry .meta-date .mos,
.blog-entry .meta-date .yr {
    font-size: 13px;
}

.blog-entry .meta > div {
    display: block;
    margin-right: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}

.blog-entry .meta > div a {
    color: #b3b3b3;
    font-size: 13px;
}

.blog-entry .meta > div a:hover {
    color: #cccccc;
}

/* Pagination */
.block-27 ul {
    padding: 0;
    margin: 0;
}

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

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

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

/* Aside stretch */
.aside-stretch {
    background: #fff;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    content: "";
    width: 360%;
    background: #fff;
}

@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}

/* Form controls */
.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

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

textarea.form-control {
    height: inherit !important;
}

/* Animations */
.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

/* Background colors */
.bg-primary {
    background: #044652 !important;
}

.bg-secondary {
    background: #a8c337 !important;
}

/* About author */
.about-author .desc h3 {
    font-size: 24px;
}

/* Sections */
.ftco-section {
    padding: 7em 0;
    position: relative;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.ftco-bg-dark {
    background: #3c312e;
}

/* Footer */
.ftco-footer {
    font-size: 14px;
    background: #044652;
    padding: 6em 0;
}

.ftco-footer .ftco-footer-widget {
    width: 100%;
    display: block;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
}

.ftco-footer .ftco-footer-widget .logo {
    color: #fff;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.ftco-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ftco-footer .categories li a span {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ftco-footer .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

.ftco-footer .subscribe-form .form-group input {
    border-radius: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1) !important;
    border: none;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
}

.ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group .submit {
    color: #fff !important;
    font-size: 16px;
    background: #a8c337 !important;
    border: none !important;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.ftco-footer .subscribe-form .form-group .submit:hover {
    cursor: pointer;
    background: #a8c337 !important;
}

.ftco-footer .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

.ftco-footer .block-21 .text .heading {
    font-weight: 400;
    font-size: 16px;
}

.ftco-footer .block-21 .text .heading a {
    color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .block-21 .text .heading a:hover,
.ftco-footer .block-21 .text .heading a:active,
.ftco-footer .block-21 .text .heading a:focus {
    color: #fff;
}

.ftco-footer .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.ftco-footer .block-21 .text .meta > div a {
    color: rgba(255, 255, 255, 0.5);
}

.ftco-footer .open-hours {
    color: #fff;
    font-size: 16px;
}

.ftco-footer .open-hours span {
    color: #fff;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.footer-small-nav > li {
    display: inline-block;
}

.footer-small-nav > li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover,
.footer-small-nav > li a:focus {
    color: #044652;
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #044652;
}

/* Map */
#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

/* Animations */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(70, 183, 222, 0.4);
    }
    70% {
        box-shadow: 0 0 0 30px rgba(70, 183, 222, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(70, 183, 222, 0);
    }
}

/* Heading sections */
.heading-section .subheading {
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
    position: relative;
}

.heading-section h2 {
    font-size: 34px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.7);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section .category {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 2px;
}

.heading-section .category span a {
    color: #000000;
}

.heading-section .category span active {
    font-weight: 500;
}

.border-line {
    position: relative;
}

.border-line p {
    color: rgba(0, 0, 0, 0.5);
}

.hotel-img,
.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Testimony section */
.testimony-section {
    position: relative;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 2em;
    position: relative;
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    transition: all 0.3s ease;
    opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #000000;
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section .owl-dots {
    text-align: center;
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}

.testimony-section .owl-dots .owl-dot.active {
    background: #044652;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8);
}

.testimony-wrap .user-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
}

.testimony-wrap .text {
    width: calc(100% - 120px);
    position: relative;
}

.testimony-wrap .quote {
    position: absolute;
    top: 0px;
    left: 0;
}

.testimony-wrap .quote i {
    font-size: 24px;
    color: #044652;
}

.testimony-wrap .name {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
}

.testimony-wrap .position {
    font-size: 14px;
    color: #044652;
}

@media (max-width: 767.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px;
    }
}

.image-popup {
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Counter section */
#section-counter {
    position: relative;
    z-index: 0;
}

#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    background: #044652;
}

.ftco-counter {
    overflow-x: hidden;
    position: relative;
}

@media (max-width: 1199.98px) {
    .ftco-counter {
        background-position: center center !important;
    }
}

.ftco-counter .bg-counter {
    position: relative;
    background: #fff;
}

.ftco-counter .bg-counter h3.vr {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: center;
    margin: 0rem;
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 16px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .ftco-counter .bg-counter h3.vr {
        opacity: 0;
    }
}

.ftco-counter .block-18 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.ftco-counter .text strong.number {
    font-weight: 800;
    font-size: 44px;
    color: #044652;
    display: block;
}

.ftco-counter .text span {
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #044652;
}

.ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Consultation */
.consultation {
    background: #044652;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 4em;
    padding-bottom: 4em;
}

.consultation.consul {
    background: #033c48;
}

.consultation h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.consultation .btn-custom {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

/* Appointment form */
.appointment-form .form-group {
    position: relative;
    width: 100%;
    display: block;
}

.appointment-form .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 0;
    font-size: 16px;
    transform: translateY(-50%);
}

.appointment-form .form-group .icon span {
    color: white !important;
}

.appointment-form .form-group .select-wrap,
.appointment-form .form-group .input-wrap {
    position: relative;
}

.appointment-form .form-group .select-wrap select,
.appointment-form .form-group .input-wrap select {
    appearance: none;
}

.appointment-form .form-group .btn {
    width: 100%;
    display: block !important;
}

.appointment-form .form-control {
    border: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    height: 40px !important;
    padding-left: 0;
    padding-right: 0;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px;
    border-radius: 0px;
    box-shadow: none !important;
}

.appointment-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.appointment-form .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

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

.appointment-form textarea.form-control {
    height: inherit !important;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li,
.block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}

.contact-section .contact-info p a {
    color: #1a1a1a;
}

.contact-section .box {
    width: 100%;
    display: block;
}

.block-9 .form-control {
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 400;
}

.block-21 .text .heading a {
    color: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #044652;
}

.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: gray;
}

/* Blog */
.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
}

.post-info > div {
    display: inline-block;
}

.post-info > div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: 0.5;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.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: 18px;
    font-weight: 500;
}

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

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 400;
    border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form {
    background: #fafafa;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.subs-wrap {
    background: #044652 !important;
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
}

.subs-wrap h3 {
    color: #fff;
    font-size: 30px !important;
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

.subscribe-form .form-group input {
    background: transparent !important;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
    border-radius: 0;
}

.subscribe-form .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.subscribe-form .form-group .form-control {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.subscribe-form .form-group .submit {
    color: #000000 !important;
    display: block;
    width: 100%;
    height: 52px;
    font-size: 16px;
    background: #fff !important;
    border-radius: 0;
}

.subscribe-form .form-group .submit:hover {
    cursor: pointer;
}

.subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-top: 5em;
    }
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 0 25px 25px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.categories,
.sidelink {
    padding: 0;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a,
.sidelink li a {
    display: block;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
    color: #000000;
    font-style: italic;
}

/* Loader */
#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.2s ease-out,
        visibility 0s linear 0.2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

#ftco-loader.show {
    transition:
        opacity 0.4s ease-out,
        visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

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

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/* Form validation styles */
#booking-form-messages {
    margin-bottom: 20px;
}

.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.is-invalid + .invalid-feedback,
.is-invalid ~ .invalid-feedback {
    display: block;
}

.loading-spinner {
    display: inline-block;
}

.btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Navbar active state styling */
.navbar-nav .nav-item.active .nav-link {
    color: #037c85 !important;
    position: relative;
}

.navbar-nav .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    height: 2px;
    background-color: #037c85;
    transform: scaleX(1);
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #037c85 !important;
    background-color: transparent !important;
}

.navbar-nav .nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    height: 2px;
    background-color: #037c85;
    transform: scaleX(1);
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    height: 2px;
    background-color: #037c85;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}

/* Home link padding fix */
.navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

/* Mobile menu styling */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler .oi-menu {
    color: rgba(255, 255, 255, 0.8);
}

/* Mobile menu adjustments */
@media (max-width: 991.98px) {
    .navbar-nav .nav-link::after,
    .navbar-nav .nav-item.active .nav-link::after,
    .navbar-nav .nav-link:hover::after {
        display: none;
    }

    .navbar-nav .nav-item.active .nav-link {
        background-color: rgba(168, 195, 55, 0) !important;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #037c85 !important;
}

/* Services image styling */
.services {
    /*border-radius: 0 0 8px 8px;*/
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
}

.services .img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.services .media-body {
    background: #fff;
}

.services .heading {
    color: #2c3e50;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.services p {
    color: #7f8c8d;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Ensure consistent height for service cards */
.services .media {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.services .img {
    flex-shrink: 0;
}

.services .media-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.services .media-body p {
    flex-grow: 1;
}

/* Blog entry styling */
.blog-entry {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.blog-entry:hover {
    transform: translateY(-5px);
}

.block-20 {
    height: 250px;
    border-radius: 4px 4px 0 0;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.meta-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #a8c337;
    color: #fff;
    padding: 10px;
    border-radius: 0 4px 0 0;
}

.meta-date .day {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.meta-date .mos,
.meta-date .yr {
    display: block;
    font-size: 12px;
    line-height: 1.2;
}

.blog-entry .text {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.blog-entry .heading {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-entry .heading a {
    color: #2c3e50;
    text-decoration: none;
}

.blog-entry .heading a:hover {
    color: #a8c337;
}

.blog-entry p {
    color: #7f8c8d;
    line-height: 1.6;
}

/* Author and comments */
.ml-auto .mr-0 {
    color: #a8c337;
    text-decoration: none;
    font-weight: 600;
}

.meta-chat {
    color: #95a5a6;
    text-decoration: none;
    margin-left: 10px;
}

.meta-chat:hover {
    color: #a8c337;
}

/* Pagination */
.custom-pagination {
    text-align: center;
}

.custom-pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.custom-pagination li {
    display: inline;
    margin: 0 5px;
}

.custom-pagination a,
.custom-pagination span {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #7f8c8d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-pagination a:hover {
    background: #a8c337;
    color: #fff;
    border-color: #a8c337;
}

.custom-pagination .current {
    background: #a8c337;
    color: #fff;
    border-color: #a8c337;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 20px;
    }

    .block-20 {
        height: 200px;
    }
}

/* Search results styling */
.search-form .form-group {
    position: relative;
}

.search-form .icon-search {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #999;
    z-index: 2;
}

.search-form .form-control {
    padding-left: 45px;
    border-radius: 25px;
    border: 1px solid #e0e0e0;
}

.search-form .form-control:focus {
    border-color: #a8c337;
    box-shadow: 0 0 0 0.2rem rgba(168, 195, 55, 0.25);
}

/* Search results page */
.search-results .blog-entry {
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.search-results .block-20 {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.search-results .text {
    padding: 20px;
}

.search-results .alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
    padding: 20px;
    border-radius: 8px;
}

.search-suggestions {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.search-suggestions h4 {
    color: #2c3e50;
    margin-bottom: 15px;
}

.search-suggestions ul {
    margin: 0;
    padding-left: 20px;
}

.search-suggestions li {
    margin-bottom: 8px;
    color: #7f8c8d;
}

/* Pagination for search results */
.block-27 {
    text-align: center;
}

.block-27 ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.block-27 li {
    display: inline;
    margin: 0 5px;
}

.block-27 a,
.block-27 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #7f8c8d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.block-27 a:hover {
    background: #a8c337;
    color: #fff;
    border-color: #a8c337;
}

.block-27 .current {
    background: #a8c337;
    color: #fff;
    border-color: #a8c337;
}

/* Header search (optional) */
.header-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
}

.header-search .search-form {
    margin: 0;
}

/* Show header search on focus */
.search-toggle:focus + .header-search,
.header-search:hover {
    display: block;
}

/* Search Page Styling */
.search-page .hero-wrap-2 {
    margin-bottom: 0;
}

.search-results-count {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 2rem;
}

.search-results .blog-entry {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.search-results .blog-entry:hover {
    transform: translateY(-5px);
}

.search-results .block-20 {
    height: 200px;
    border-radius: 4px 4px 0 0;
}

.search-results .heading {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.search-results .heading a {
    color: #2c3e50;
    text-decoration: none;
}

.search-results .heading a:hover {
    color: #a8c337;
}

.search-results p {
    color: #7f8c8d;
    line-height: 1.6;
}

/* No results styling */
.search-no-results {
    text-align: center;
    padding: 3rem 0;
}

.search-no-results .alert-info {
    background: transparent;
    border: none;
    color: inherit;
}

.search-no-results h4 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.search-suggestions {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 2rem;
    margin: 2rem 0;
}

.search-suggestions h5 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.search-suggestions h6 {
    color: #34495e;
    margin-bottom: 1rem;
}

.search-suggestions ul {
    margin: 0;
    padding: 0;
}

.search-suggestions li {
    margin-bottom: 0.5rem;
    color: #7f8c8d;
}

/* Search form in sidebar */
.sidebar .search-form {
    margin-bottom: 2rem;
}

.sidebar .search-form .form-group {
    position: relative;
}

.sidebar .search-form .icon-search {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #999;
}

.sidebar .search-form .form-control {
    padding-left: 45px;
    border-radius: 25px;
    border: 1px solid #e0e0e0;
}

.sidebar .search-form .form-control:focus {
    border-color: #a8c337;
    box-shadow: 0 0 0 0.2rem rgba(168, 195, 55, 0.25);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .search-results .blog-entry {
        margin-bottom: 20px;
    }

    .sidebar {
        margin-top: 3rem;
    }
}

@media (max-width: 767.98px) {
    .search-results .col-md-6 {
        margin-bottom: 2rem;
    }

    .search-suggestions {
        padding: 1.5rem;
    }
}

/* Search Form Fixes */
.search-form {
    position: relative;
    z-index: 10;
}

.search-form .form-group {
    position: relative;
    margin: 0;
}

.search-form .icon-search {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #999;
    z-index: 11;
    pointer-events: none;
}

.search-form .form-control {
    padding-left: 45px;
    border-radius: 25px;
    border: 1px solid #e0e0e0;
    position: relative;
    z-index: 10;
    background: #fff;
}

.search-form .form-control:focus {
    border-color: #a8c337;
    box-shadow: 0 0 0 0.2rem rgba(168, 195, 55, 0.25);
    outline: none;
}

/* Sidebar search specific */
.sidebar .search-form .form-control {
    width: 100%;
}

/* Header search form specific */
.header-search-form {
    position: relative;
    z-index: 1000;
}

.header-search-form .form-group {
    position: relative;
}

.header-search-form .form-control {
    padding: 0.5rem 45px 0.5rem 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 25px;
    width: 200px;
    z-index: 1001;
}

.header-search-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.header-search-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    z-index: 1002;
    cursor: pointer;
}

.header-search-form button:hover {
    color: #fff;
}

/* Ensure no overlapping elements */
.search-form * {
    box-sizing: border-box;
}

/* Ensure clickability */
.search-form .form-control {
    pointer-events: auto !important;
}

.search-form .icon-search {
    pointer-events: none !important;
}

/* Clean Single Post Styling */
.blog-single {
    max-width: 800px;
    margin: 0 auto;
}

/* Featured Image */
.featured-image {
    border-radius: 12px;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.featured-image img:hover {
    transform: scale(1.02);
}

/* Post Meta */
.post-meta {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.author-image img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.meta-info span {
    display: inline-flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.9rem;
}

.meta-info .author {
    color: #2c3e50;
    font-weight: 600;
}

.meta-info i {
    margin-right: 0.5rem;
    color: #a8c337;
}

/* Post Content */
.post-content {
    line-height: 1.8;
    color: #2c3e50;
    font-size: 1.1rem;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    color: #2c3e50;
    margin: 2rem 0 1rem;
}

.post-content p {
    margin-bottom: 1.5rem;
}

.post-content blockquote {
    border-left: 4px solid #a8c337;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #6c757d;
}

.post-content img {
    border-radius: 8px;
    margin: 1.5rem 0;
}

.post-content ul,
.post-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.post-content li {
    margin-bottom: 0.5rem;
}

/* Tags */
.post-tags {
    padding: 1.5rem 0;
    border-top: 1px solid #e9ecef;
}

.post-tags h5 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-cloud-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.tag-cloud-link:hover {
    background: #a8c337;
    color: #fff;
    transform: translateY(-1px);
}

/* Author Bio */
.author-bio {
    border-radius: 12px;
}

.author-bio .author-image img {
    width: 100px;
    height: 100px;
}

.author-info h5 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.author-info p {
    color: #6c757d;
    margin-bottom: 1rem;
}

/* Post Navigation */
.post-navigation {
    padding: 2rem 0;
    border-top: 1px solid #e9ecef;
}

.post-navigation a {
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-navigation a:hover {
    color: #a8c337;
}

.post-navigation i {
    margin: 0 0.5rem;
}

/* Comments Section */
.comments-section {
    padding: 2rem 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .meta-info {
        gap: 1rem;
    }

    .meta-info span {
        font-size: 0.8rem;
    }

    .author-bio .d-flex {
        flex-direction: column;
        text-align: center;
    }

    .author-bio .author-image {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .post-navigation .col-md-6 {
        margin-bottom: 1rem;
    }

    .post-navigation .text-right {
        text-align: left !important;
    }
}

/* Code blocks and preformatted text */
.post-content pre {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.post-content code {
    background: #f8f9fa;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-size: 0.9em;
}

/* Tables */
.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.post-content table th,
.post-content table td {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    text-align: left;
}

.post-content table th {
    background: #f8f9fa;
    font-weight: 600;
}

/* Social Sharing (Optional) */
.social-sharing {
    padding: 1.5rem 0;
    border-top: 1px solid #e9ecef;
}

.social-sharing h5 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.share-buttons {
    display: flex;
    gap: 0.5rem;
}

.share-button {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.share-button:hover {
    background: #a8c337;
    color: #fff;
    transform: translateY(-1px);
}

/* Sidebar Styling */
.sidebar {
    padding-left: 30px;
}

.sidebar-box {
    margin-bottom: 40px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.heading-sidebar {
    font-size: 1.25rem;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #a8c337;
    font-weight: 600;
}

/* Author Widget */
.author-widget {
    text-align: center;
}

.author-widget img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    border: 4px solid #f8f9fa;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.author-widget h4 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
}

.author-widget p {
    color: #6c757d;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

/* Recent Posts in Sidebar */
.block-21 {
    display: flex;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.block-21:hover {
    transform: translateX(5px);
}

.block-21 .blog-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.block-21 .text {
    flex-grow: 1;
}

.block-21 .heading {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.block-21 .heading a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.block-21 .heading a:hover {
    color: #a8c337;
}

.block-21 .meta {
    font-size: 12px;
    color: #95a5a6;
}

.block-21 .meta a {
    color: #95a5a6;
    text-decoration: none;
}

.block-21 .meta a:hover {
    color: #a8c337;
}

/* Tags in Sidebar */
.sidebar .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sidebar .tag-cloud-link {
    display: inline-block;
    padding: 6px 12px;
    background: #f8f9fa;
    color: #6c757d;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.sidebar .tag-cloud-link:hover {
    background: #a8c337;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .sidebar {
        padding-left: 0;
        margin-top: 50px;
    }

    .sidebar-box {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .sidebar-box {
        padding: 15px;
    }

    .block-21 .blog-img {
        width: 60px;
        height: 60px;
    }

    .block-21 .heading {
        font-size: 14px;
    }
}

/* Main Content Adjustments for Sidebar Layout */
.col-lg-8 {
    padding-right: 30px;
}

@media (max-width: 991.98px) {
    .col-lg-8 {
        padding-right: 15px;
    }
}

/* Search Form in Sidebar */
.sidebar .search-form .form-group {
    position: relative;
    margin: 0;
}

.sidebar .search-form .icon-search {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #999;
    z-index: 2;
}

.sidebar .search-form .form-control {
    padding-left: 45px;
    border-radius: 25px;
    border: 1px solid #e0e0e0;
    width: 100%;
}

.sidebar .search-form .form-control:focus {
    border-color: #a8c337;
    box-shadow: 0 0 0 0.2rem rgba(168, 195, 55, 0.25);
}

/* Popular Posts Section */
.sidebar-box:last-child {
    margin-bottom: 0;
}

/* Fallback for missing post images */
.blog-img[style*="background-image:"] {
    background-color: #f8f9fa;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-img:not([style*="background-image: url("]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23dee2e6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21 15 16 10 5 21'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* Category Archive Styling */
.category-description {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 1rem;
}

/* Category badge styling */
.categories .badge {
    background: #a8c337;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    min-width: 30px;
    text-align: center;
}

.categories a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    color: #6c757d;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.3s ease;
}

.categories a:hover {
    color: #a8c337;
    background: #f8f9fa;
    padding-left: 10px;
}

.categories li:last-child a {
    border-bottom: none;
}

/* No posts message */
.alert-info {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #6c757d;
    border-radius: 8px;
    padding: 2rem;
}

.alert-info h4 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.search-form {
    background: none !important;
}

.sidebar-box {
    padding: 20px !important;
}

/* Contact Page Styles */
.contact-section .bg-light.box {
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#contact-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

#contact-form-message {
    margin-top: 20px;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e53e3e;
}

.is-invalid {
    border-color: #e53e3e !important;
}

.is-invalid + .invalid-feedback {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-section .row.d-flex {
        flex-direction: column;
    }

    #contact-map {
        min-height: 300px;
        order: -1;
    }
}

/* Admin notification styles */
#wpadminbar .contact-messages-notification .awaiting-mod {
    background-color: #d63638;
    border-radius: 10px;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    line-height: 17px;
    margin: 1px 0 0 2px;
    padding: 0 5px;
    vertical-align: top;
}

/* Team member cards */
.staff-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.staff-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
}

.staff-link:hover .view-profile {
    color: #a8c337;
}

.view-profile {
    color: #666;
    font-weight: 500;
    margin-top: 10px;
    transition: color 0.3s ease;
}

/* Single team member page */
.staff-single .img-wrap {
    position: relative;
    margin-bottom: 20px;
}

.staff-single .img {
    height: 400px;
    background-size: cover;
    background-position: center top;
    border-radius: 10px;
}

.qualifications ul,
.specialties ul {
    padding-left: 20px;
}

.qualifications li,
.specialties li {
    margin-bottom: 5px;
    position: relative;
}

.contact-info p {
    margin-bottom: 5px;
}

.contact-info .icon {
    margin-right: 10px;
    color: #a8c337;
}

.bio-content {
    line-height: 1.8;
}

.back-to-team {
    text-align: center;
}

/* Single Team Member Page - Improved Layout */
.team-member-profile {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.profile-header {
    padding-bottom: 2rem;
    border-bottom: 2px solid #f8f9fa;
}

.profile-image img {
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.profile-header h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.profile-header h3 {
    font-size: 1.3rem;
    color: #a8c337;
    font-weight: 400;
}

.section-title {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #a8c337;
    display: inline-block;
}

.bio-text {
    line-height: 1.8;
    font-size: 1.1rem;
    color: #555;
}

.bio-text p {
    margin-bottom: 1.5rem;
}

/* Specialties Grid */
.specialties-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.specialty-badge {
    background: linear-gradient(135deg, #a8c337, #8aa42a);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: transform 0.3s ease;
}

.specialty-badge:hover {
    transform: translateY(-2px);
}

/* Cards */
.profile-sidebar .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.profile-sidebar .card:hover {
    transform: translateY(-3px);
}

.card-title {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
}

/* Qualifications List */
.qualifications-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qualifications-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
}

.qualifications-list li:last-child {
    border-bottom: none;
}

/* Contact Information */
.contact-details {
    padding: 0.5rem 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    padding: 0.8rem 0;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: #a8c337;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 1.1rem;
}

.contact-info {
    flex-grow: 1;
}

.contact-info strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 0.2rem;
}

.contact-info a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #a8c337;
}

/* Action Buttons */
.action-card .btn {
    border-radius: 25px;
    padding: 0.8rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.action-card .btn-outline-primary {
    border-color: #a8c337;
    color: #a8c337;
}

.action-card .btn-outline-primary:hover {
    background: #a8c337;
    color: white;
}

.action-card .btn-primary {
}

.action-card .btn-primary:hover {
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .team-member-profile {
        padding: 1.5rem;
    }

    .profile-header h1 {
        font-size: 2rem;
    }

    .profile-header h3 {
        font-size: 1.1rem;
    }

    .profile-image img {
        width: 150px !important;
        height: 150px !important;
    }
}

@media (max-width: 767.98px) {
    .team-member-profile {
        padding: 1rem;
    }

    .profile-header {
        padding-bottom: 1.5rem;
    }

    .specialties-grid {
        justify-content: center;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
    }

    .contact-icon {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .profile-header h1 {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .bio-text {
        font-size: 1rem;
    }
}

select.form-control {
    color: #343a40 !important;
}

select.form-control * {
    color: #343a40 !important;
}

/* Pure CSS Sticky Sidebar */
.sidebar-sticky {
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 120px);
    overflow: hidden;
}

.admin-bar .sidebar-sticky {
    top: 132px;
}

/* Mobile disable */
@media (max-width: 991.98px) {
    .sidebar-sticky {
        position: relative;
        top: 0 !important;
        max-height: none;
        overflow-y: visible;
    }
}

/* Team Member Single Page - Matching single.php */
.team-member-single .featured-image img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.team-member-single .post-meta {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.team-member-single .meta-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-member-single .meta-info .author {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1rem;
}

.team-member-single .meta-info .position,
.team-member-single .meta-info .qualifications {
    color: #6c757d;
    font-size: 0.9rem;
}

.team-member-single .meta-info i {
    color: #a8c337;
    margin-right: 0.5rem;
}

.team-member-single .post-content {
    line-height: 1.8;
    color: #2c3e50;
    font-size: 1.1rem;
}

.team-member-single .post-content p {
    margin-bottom: 1.5rem;
}

/* Specialties Grid */
.specialties-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.specialty-badge {
    background: linear-gradient(135deg, #a8c337, #8aa42a);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Contact Section */
.contact-section {
    border-left: 4px solid #a8c337;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.contact-item i {
    width: 20px;
}

.contact-item a {
    color: #2c3e50;
    text-decoration: none;
}

.contact-item a:hover {
    color: #a8c337;
}

/* Sidebar Team Member */
.sidebar-box .rounded-circle {
    border: 4px solid #f8f9fa;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.qualifications-sidebar ul {
    padding-left: 0;
}

.qualifications-sidebar li {
    padding: 0.3rem 0;
    border-bottom: 1px solid #f1f1f1;
}

.qualifications-sidebar li:last-child {
    border-bottom: none;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .team-member-single .meta-info {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .specialties-grid {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .team-member-single .post-meta .d-flex {
        flex-direction: column;
        text-align: center;
    }

    .team-member-single .author-image {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* Enhanced Contact Page Styles */
.contact-section .form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    display: block;
}

#contact-map {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    width: 100%;
}

.map-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 10px;
    max-width: 250px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.map-info h4 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.contact-info .box {
    transition: all 0.3s ease;
    border-radius: 8px;
    height: 100%;
    border: 1px solid #e9ecef;
}

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

.contact-info .icon {
    color: #a8c337;
    margin-bottom: 15px;
}

.contact-info .icon i {
    font-size: 2rem;
}

.emergency-contact {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #a8c337;
    margin-top: 15px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #a8c337;
    color: white !important;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #8aa42a;
    transform: translateY(-2px);
}

/* Accordion Styles */
.accordion {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-item {
    border-bottom: 1px solid #e9ecef;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-button {
    background: #f8f9fa;
    border: none;
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #2c3e50;
}

.accordion-button:not(.collapsed) {
    background: #f8f9fa;
    color: #a8c337;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #a8c337;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background: #fff;
}

/* Card Styles */
.card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 1.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .map-overlay {
        position: relative;
        top: 0;
        left: 0;
        max-width: none;
        margin: 15px;
        text-align: center;
    }

    #contact-map {
        min-height: 300px;
        order: -1;
    }

    .contact-info .d-flex {
        margin-bottom: 20px;
    }

    .social-links {
        gap: 8px;
    }

    .social-link {
        width: 35px;
        height: 35px;
    }

    .accordion-button {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .accordion-body {
        padding: 0.75rem 1rem;
    }
}

/* Form Improvements */
.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #a8c337;
    box-shadow: 0 0 0 0.2rem rgba(168, 195, 55, 0.25);
}

/* Text improvements */
.lead {
    color: #6c757d;
    font-size: 1.1rem;
}

.text-muted {
    color: #6c757d !important;
}

/* Button improvements */
.btn-outline-primary {
    border-color: #a8c337;
    color: #a8c337;
}

.btn-outline-primary:hover {
    background-color: #a8c337;
    border-color: #a8c337;
    color: white;
}

.newsletter-message {
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 0.9rem;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.newsletter-form input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.newsletter-form button {
    width: 100%;
    padding: 12px;
    background: #a8c337;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-form button:hover {
    background: #8aa42a;
}

.newsletter-form button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.owl-carousel.home-slider .slider-item .slider-text .text * {
    color: #fff !important;
}

.hero-section {
    position: relative !important;
    height: 700px !important;
    overflow: hidden !important;
}

.video-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 700px !important;
    z-index: -1 !important;
}

#hero-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.hero-content {
    position: relative !important;
    z-index: 1 !important;
    height: 700px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
}

.hero-content h2 {
    color: #fff !important;
}
.skewed {
    height: 100px;
    width: 100%;
    position: relative;
}
.skewed.one {
    background: rgba(202, 221, 222, 0.5) url("./assets/images/fresh-snow.png")
        repeat;
}
.skewed.one::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(202, 221, 222, 0.5) url("./assets/images/bg.png");
    z-index: 0;
    transform: skewY(6deg);
    transform-origin: top right;
    opacity: 1;
    z-index: -99;
    opacity: 0.2;
}
.skewed.one::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(202, 221, 222, 0.5) url("./assets/images/bg.png");
    z-index: 0;
    transform: skewY(-6deg);
    transform-origin: top left;
    z-index: -99;
    opacity: 0.2;
}
.skewed.two::before {
    content: "";
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: skewY(6deg);
    transform-origin: top right;
    opacity: 1;
    z-index: 9999;
}
.skewed.two::after {
    content: "";
    position: absolute;
    top: -110px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: skewY(-6deg);
    transform-origin: top left;
    z-index: 9999;
}
.skewed.three::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: skewY(6deg);
    transform-origin: top right;
    opacity: 1;
    z-index: 9999;
}
.skewed.three::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: skewY(-6deg);
    transform-origin: top left;
    z-index: 9999;
}
.skewed.four {
    height: 150px;
    margin-bottom: -50px;
    margin-top: -50px;
    background: rgba(202, 221, 222, 0.5) url("./assets/images/fresh-snow.png")
        repeat;
}
.skewed.four::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./assets/images/bg.png");
    z-index: 0;
    transform: skewY(6deg);
    transform-origin: top right;
    opacity: 1;
    z-index: 9999;
}
.skewed.four::after {
    content: "";
    position: absolute;
    top: -30px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./assets/images/bg.png");
    z-index: 0;
    transform: skewY(-6deg);
    transform-origin: top left;
    z-index: 9999;
}

.py-md-5.py-4 {
    background: rgba(202, 221, 222, 0.5) url("./assets/images/fresh-snow.png")
        repeat;
}
.media-body {
    background: none !important;
    border: 0px solid #fff !important;
    text-shadow: 2px 2px #fff;
}

.icon span {
    background: -webkit-linear-gradient(#8cb349, #007e87) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.testimony-wrap .text {
    background: none !important;
    border: none !important;
}

@media (max-width: 960px) {
    .overlay {
        overflow: scroll !important;
    }
}

@media (max-width: 768px) {
    .services * {
        margin: 0px auto !important;
        text-align: center !important;
    }
    .wrap-about {
        padding: 5rem !important;
    }
}
