/* 
Theme Name: Smeaton Dogwood
Text Domain: Smeaton Dogwood
Version: 1.0
Description: Perfect works provides perfect works.
Author: Perfect Works Team
Author URI: http://perfectworks.co.uk/
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');
* {
    font-family: 'Poppins', sans-serif;
}

body {
    background-image: url('../images/bg-repeat.png');
}

.topbar {
    background-color: #538233;
    padding: 10px;
    color: white;
    font-weight: 500;
    font-size: 13px;
}

nav.navbar {
    background-color: white;
    box-shadow: 0px 6px 8px #00000014;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: black;
    padding: 12px 0;
    margin: 0 12px;
}

.navbar-light .navbar-nav .active .nav-link {
    color: #538233;
    border-bottom: 3px solid #538233;
    width: max-content;
    padding-bottom: 0;
}

img {
    max-width: 100%;
}

.home-banner {
    position: relative;
}

.home-banner>img {
    min-height: 500px;
    object-fit: cover;
}

.home-banner-content {
    position: absolute;
    width: 100%;
    bottom: 25%;
}

.home-banner-content h1 {
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.home-banner-content p {
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.home-banner-content .book-now-button {
    width: max-content;
    border-radius: 10px;
    background-color: #ffffff;
    transition: .3s ease all;
    cursor: pointer;
    padding: 10px 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.home-banner-content .book-now-button:hover {
    transform: translateY(-3px);
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.36);
}

.home-banner-content .book-now-button a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #538233;
    padding: 10px 25px;
}

.home-banner-content .book-now-button a:hover {
    text-decoration: none;
}

.home-banner-content .book-now-button img {
    width: 15px;
}

.home-about {
    position: relative;
}

.home-about-content {
    padding-top: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.home-about>svg {
    min-height: 550px;
    object-fit: cover;
    background: #548334;
    background: linear-gradient( 0deg, #2d451c 50%, #538233 50%);
}

.home-about-content h1 {
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.home-about-content p {
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #e7e7e7;
}

.home-gallery {
    /* background-color: #3b3a3a; */
    padding: 30px 0;
    background-image: url('../images/home-gallery-bg.png');
}

.home-gallery img {
    border-radius: 12px;
    display: block;
    margin: 20px auto;
}

.home-blog {
    overflow-x: hidden;
}

.blog-card-header {
    background-color: #5c7d3b;
    color: white;
    text-align: center;
    padding: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.blog-card-content.mt-4 {
    font-size: 17px;
    line-height: 1.82;
    text-align: center;
    color: #ffffff;
}

.blog-date {
    font-size: 17px;
    line-height: 1.82;
    color: #011111;
}

.blog-header {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.48;
    color: #011111;
}

.blog-card {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.carousel-control-prev {
    transform: translateX(-100%);
}

.carousel-control-next {
    transform: translateX(100%);
}

footer {
    min-height: 600px;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6%;
}

.newsletter p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

span.newsletter-button {
    background: white;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 14px;
    margin-left: 5px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #41652a;
    font-weight: 600;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    font-size: 17px;
}

.newsletter-input input {
    height: 58px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    outline: none !important;
    color: #41652a;
}

.footer-copyright a {
    color: white;
    text-decoration: underline;
}

g#Group_501, g#Group_500 {
    transition: .1s ease all;
}

.page-main-image {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-main-image .current-page {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.custom-breadcrumb {
    float: right;
    background: #538233;
    color: #fff;
    padding: 10px 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header-border-bottom {
    position: relative;
}

.header-border-bottom::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 3px;
    background-color: #538233;
}

.header-border-bottom h1 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #212121;
}

.page-content p {
    color: #212121;
}

.bold-italic-small-header {
    font-weight: bolder;
    font-style: italic;
}

.facility-content {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 15px 44px;
    transform: translateY(-50%);
    color: white;
    font-size: 13px;
    text-align: center;
}

ul.custom-bullet-list {
    padding: 0;
}

ul.custom-bullet-list li {
    background: url(../images/list-bullet.png) no-repeat left top;
    padding: 0px 0px 3px 20px;
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    background-size: 18px;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #538233;
    background-color: #ffffff;
    width: 100%;
    font-size: 14px;
}

.contact-form input[type=text]:focus, .contact-form input[type=email]:focus, .contact-form textarea:focus {
    border: solid 1px #538233 !important;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(83, 130, 51, 0.25);
}

.contact-form .btn {
    background-color: #538233;
    color: white;
    padding: 6px 45px;
    border-radius: 10px;
    margin-top: 20px;
}

.contact-info {
    margin-top: 90px;
}

.contact-info li {
    list-style: none;
    margin-top: 35px;
}

.contact-info li i.fa {
    color: #538233;
    font-size: 22px;
    padding-top: 5px;
}

.contact-info li span {
    padding-left: 15px;
}

.current-menu-item {
    color: #538233;
    border-bottom: 3px solid #538233;
    width: max-content;
    padding-bottom: 0;
}

.bookly-mobile-step-2.bookly-js-mobile-step-2 .bookly-box:nth-of-type(1) {
    display: none !important;
}

.bookly-time-screen {
    width: 100%;
}

.bookly-column.bookly-js-first-column {
    width: 100%;
    max-width: initial !important;
    min-width: auto !important;
}

body .bookly-form .bookly-pagination > li.active, .bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {
    width: 100% !important;
}

.bookly-form .bookly-pagination > li.active, .bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {
    background: #538233!important;
    border: 1px solid #538233!important;
}

body .bookly-columnizer .bookly-day, .bookly-columnizer .bookly-hour {
    width: 33.3% !important;
    float: left !important;
    display: inline-block;
    margin-top: 5px !important;
}

body .bookly-form .bookly-progress-tracker > .active .step, .bookly-form .picker__frame, .bookly-form .bookly-service-step .bookly-week-days label, .bookly-form .bookly-repeat-step .bookly-week-days label, .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span, .bookly-form .bookly-btn, .bookly-form .bookly-btn:active, .bookly-form .bookly-btn:focus, .bookly-form .bookly-btn:hover, .bookly-form .bookly-btn-submit, .bookly-form .bookly-round, .bookly-form .bookly-square {
    background-color: #538233!important;
}

body .bookly-form .bookly-form-group > label, .bookly-form .bookly-label-error, .bookly-form .bookly-progress-tracker > .active, .bookly-form .picker__nav--next, .bookly-form .pickadate__nav--prev, .bookly-form .picker__day:hover, .bookly-form .picker__day--selected:hover, .bookly-form .picker--opened .picker__day--selected, .bookly-form .picker__button--clear, .bookly-form .picker__button--today, .bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list {
    color: #538233!important;
}

.bookly-form .picker__nav--next:before {
    border-left: 6px solid #538233!important;
}

.bookly-form .picker__nav--prev:before {
    border-right: 6px solid #538233!important;
}

.bookly-form .bookly-columnizer .bookly-hour:hover {
    border: 2px solid #538233!important;
    color: #538233!important;
}

.topbar-right.ml-auto {
    display: none;
}

@media (max-width: 768px){
    .home-about-content {
        background: #538233;
        padding-bottom: 80px;
    }
    .home-about>svg {
        opacity: 0;
    }
    
    .blog-card {
        margin-bottom: 20px;
    }
	.home-gallery {
		margin-top: 330px;
	}
}

/* ==========================================================================
   Login / Register modal + account nav
   ========================================================================== */
/* Login / Register button — green outline that fills on hover */
.navbar-light .navbar-nav .nav-link.nav-login {
    color: #538233 !important;
    font-weight: 600;
    border: 2px solid #538233;
    border-radius: 10px;
    padding: 8px 20px;
    transition: background-color .2s ease, color .2s ease;
}
.navbar-light .navbar-nav .nav-link.nav-login:hover {
    background-color: #538233;
    color: #fff !important;
}
.navbar-light .navbar-nav .nav-link.nav-account {
    border: 2px solid #538233;
    border-radius: 10px;
    padding: 8px 20px;
    color: #538233 !important;
    font-weight: 600;
}

/* Highlight the active About sub-page in the desktop dropdown */
.navbar-nav .dropdown-item.active {
    background-color: #eef3e9;
    color: #41652a;
}
.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    border-radius: 10px;
    padding: .4rem 0;
}
.navbar-nav .dropdown-item {
    padding: .5rem 1.2rem;
    font-weight: 500;
}
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item:hover {
    background-color: #eef3e9;
    color: #41652a;
}
.navbar-nav .dropdown-item[type="submit"] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

.auth-modal .modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}
.auth-modal .modal-header {
    background: linear-gradient(0deg, #2d451c 0%, #538233 100%);
    color: #fff;
    border-bottom: none;
    padding: 1.4rem 1.6rem;
}
.auth-modal .modal-title {
    font-weight: 700;
    letter-spacing: .3px;
}
.auth-modal .modal-header .close {
    color: #fff;
    opacity: .9;
    text-shadow: none;
}
.auth-modal .modal-body {
    padding: 1.4rem 1.6rem 1.8rem;
}
.auth-tabs {
    border-bottom: 2px solid #eef0eb;
}
.auth-tabs .nav-link {
    border: none;
    color: #7a7a7a;
    font-weight: 600;
    padding: .6rem 1.1rem;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.auth-tabs .nav-link.active {
    color: #538233;
    background: none;
    border-bottom: 3px solid #538233;
}
.auth-label {
    font-weight: 600;
    font-size: .86rem;
    color: #41652a;
    margin-bottom: .3rem;
}
.auth-input {
    border-radius: 8px;
    border: 1px solid #d8ddd2;
    padding: .6rem .8rem;
    height: auto;
}
.auth-input:focus {
    border-color: #538233;
    box-shadow: 0 0 0 .18rem rgba(83, 130, 51, .18);
}
.auth-btn {
    background-color: #538233;
    color: #fff;
    font-weight: 600;
    padding: .65rem 1rem;
    border-radius: 8px;
    border: none;
    transition: background-color .15s ease;
}
.auth-btn:hover {
    background-color: #41652a;
    color: #fff;
}
.auth-remember {
    font-size: .85rem;
    color: #6b6b6b;
}
.auth-forgot {
    font-size: .85rem;
    color: #538233;
    font-weight: 600;
}
.auth-error {
    background: #fdecea;
    color: #a12622;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: .6rem .8rem;
    font-size: .88rem;
    margin-bottom: 1rem;
}

/* ---- Password show/hide eye icon ---- */
.auth-password-wrap {
    position: relative;
}
.auth-password-wrap .auth-input {
    padding-right: 2.6rem;
    width: 100%;
}
.auth-password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #7a8a6c;
    cursor: pointer;
    padding: 0;
}
.auth-password-toggle:hover {
    color: #538233;
}

/* ---- Terms & conditions checkbox ---- */
.auth-terms {
    margin-top: .25rem;
}
.auth-terms-label {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    font-size: .88rem;
    color: #4a4a4a;
    margin-bottom: 0;
    cursor: pointer;
}
.auth-terms-label input[type="checkbox"] {
    margin-top: .2rem;
    width: 16px;
    height: 16px;
    accent-color: #538233;
    flex: 0 0 auto;
}
.auth-terms-label a {
    color: #538233;
    font-weight: 600;
    text-decoration: underline;
}

/* ---- intl-tel-input: make the flag/country phone field fill the row ---- */
.iti {
    width: 100%;
}
.iti input.auth-input {
    width: 100%;
}
.iti__country-list {
    z-index: 1080;
}

/* ==========================================================================
   Mobile left side drawer (hamburger navigation)
   ========================================================================== */
.mobile-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
    z-index: 1040;
}
body.drawer-open .mobile-drawer-overlay {
    opacity: 1;
    visibility: visible;
}
.mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 280px;
    max-width: 82vw;
    background: linear-gradient(180deg, #538233 0%, #2d451c 100%);
    color: #fff;
    transform: translateX(-100%);
    transition: transform .28s ease;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 24px rgba(0, 0, 0, .25);
}
.mobile-drawer.open {
    transform: translateX(0);
}
.mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.mobile-drawer-brand {
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
}
.mobile-drawer-brand:hover {
    color: #fff;
    text-decoration: none;
}
.mobile-drawer-brand i {
    margin-right: 8px;
}
.mobile-drawer-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    line-height: 1;
}
.mobile-drawer-nav {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0;
}
.mobile-drawer-link {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 13px 22px;
    text-decoration: none;
    transition: background-color .15s ease;
}
.mobile-drawer-link:hover,
.mobile-drawer-link.active {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    text-decoration: none;
}
.mobile-drawer-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.mobile-drawer-toggle i {
    transition: transform .2s ease;
    font-size: .8rem;
}
.mobile-drawer-group.open .mobile-drawer-toggle i {
    transform: rotate(180deg);
}
.mobile-drawer-submenu {
    max-height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .15);
    transition: max-height .25s ease;
}
.mobile-drawer-group.open .mobile-drawer-submenu {
    max-height: 260px;
}
.mobile-drawer-sublink {
    display: block;
    color: #e7efe0;
    padding: 11px 22px 11px 38px;
    font-size: .92rem;
    text-decoration: none;
}
.mobile-drawer-sublink:hover,
.mobile-drawer-sublink.active {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    text-decoration: none;
}
.mobile-drawer-footer {
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}
.mobile-drawer-account {
    display: block;
    width: 100%;
    text-align: left;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    padding: 11px 16px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
}
.mobile-drawer-account:last-child {
    margin-bottom: 0;
}
.mobile-drawer-account:hover {
    background: rgba(255, 255, 255, .22);
    color: #fff;
    text-decoration: none;
}
.mobile-drawer-account i {
    margin-right: 8px;
}
/* Drawer only exists below the lg navbar breakpoint. */
@media (min-width: 992px) {
    .mobile-drawer,
    .mobile-drawer-overlay {
        display: none;
    }
}

/* ==========================================================================
   Redesigned home gallery — masonry-style CSS grid
   ========================================================================== */
.home-gallery {
    padding: 60px 0;
}
.gallery-heading .gallery-eyebrow {
    display: inline-block;
    color: #538233;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .8rem;
    margin-bottom: 6px;
}
.gallery-heading h2 {
    color: #538233;
    font-size: 32px;
    font-weight: 500;
}
/* Bootstrap-grid gallery: heights are fixed on the left column so the
   stretched right column (portrait) lines up with it on lg and up. */
.gallery-item {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
    height: 232px;            /* the two top landscape images */
}
.gallery-item-wide {
    height: 248px;            /* wide landscape below the pair */
}
.gallery-item-tall {
    height: 100%;            /* fills the stretched col-lg-4 */
    min-height: 320px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;               /* override .home-gallery img default margin */
    transition: transform .5s ease;
}
.gallery-item:hover img {
    transform: scale(1.08);
}
.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(45, 69, 28, .55), rgba(83, 130, 51, .25));
    color: #fff;
    font-size: 1.6rem;
    opacity: 0;
    transition: opacity .35s ease;
}
.gallery-item:hover .gallery-overlay {
    opacity: 1;
}
.gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 26px 16px 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, 0));
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
}
.gallery-cta {
    display: inline-block;
    background: #fff;
    color: #538233;
    font-weight: 600;
    padding: 11px 34px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: .25s ease all;
}
.gallery-cta:hover {
    transform: translateY(-3px);
    color: #41652a;
    text-decoration: none;
    box-shadow: 2px 5px 12px rgba(0, 0, 0, .28);
}

@media (max-width: 991px) {
    /* col-lg-4 no longer stretches once stacked — give the portrait a
       definite height and let the wide image breathe. */
    .gallery-item {
        height: 210px;
    }
    .gallery-item-wide {
        height: 240px;
    }
    .gallery-item-tall {
        height: 320px;
        min-height: 0;
    }
}
@media (max-width: 575px) {
    .gallery-item,
    .gallery-item-wide,
    .gallery-item-tall {
        height: 230px;
        min-height: 0;
    }
}

/* ==========================================================================
   Terms & Conditions page
   ========================================================================== */
.terms-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #41652a;
    margin-top: 2rem;
    margin-bottom: .75rem;
}
.terms-content p {
    color: #333;
    line-height: 1.8;
}
.terms-content a {
    color: #538233;
    font-weight: 600;
    text-decoration: underline;
}
