html {
    scroll-behavior: smooth;
}

.bg-gold {
    background-color: #9f8054;
}

.text-gold {
    color: #9f8054
}

.slider .slider-container .swiper-slide {
    background-position: center;
    /* Ensures the image is centered */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
}

.property-customization .card {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.property-customization .card .card-title {
    font-size: 13px;
    font-weight: 600;
}

.card .btn-theme-dark {
    height: 60px;
    line-height: 60px;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    background: #26282b;
    padding: 0 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border: 0;
}

.card .btn-theme-dark:hover {
    text-decoration: none;
    background: #9f8054;
    color: white;
}

.btn-modal,
.btn-modal:focus {
    color: #fff;
    background-color: #26282b;
    border-color: #26282b;
    box-shadow: none;
}

.btn-modal:hover {
    background: #9f8054;
    border-color: #9f8054;
    color: white;
    text-decoration: none;
    box-shadow: none;
}


.recent-gallery figure {
    position: static;
}


.get-consultation .content-box {
    width: 700px;
}

.get-consultation {
    background-size: auto 110%;
    background-position: right !important;
}

.service-content-ptp b,
.footer-contact b,
.service-content-pt b,
.service-content-cr b {
    display: block;
    font-size: 30px;
    font-weight: 800;
    opacity: 0.2;
}

.service-content-ptp h4,
.footer-contact h4,
.service-content-pt h4,
.service-content-cr h4 {
    display: block;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.service-content-ptp h4 span,
.footer-contact h4 span,
.service-content-pt h4 span,
.service-content-cr h4 span {
    color: #9f8054;
}

.service-content-ptp h3,
.footer-contact h3,
.service-content-pt h3,
.service-content-cr h3 {
    font-weight: 600;
    padding-right: 0;
    margin-bottom: 30px;
}

.service-content-ptp .link,
.footer-contact .link,
.service-content-pt .link,
.service-content-cr .link {
    display: inline-block;
    color: #26282b;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
}

.click-dark.link-underline {
    color: #9f8054;
}

.click-dark.link-underline:hover {
    color: black;
    text-decoration: none;
}

.link-underline {
    display: inline-block;
    color: #9f8054;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-bottom: 4px;
}

.link-underline:before {
    content: "";
    width: 35px;
    height: 2px;
    background: #9f8054;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.service-content-ptp .link:before,
.footer-contact .link:before,
.service-content-pt .link:before,
.service-content-cr .link:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #26282b;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.service-content-ptp .link i,
.footer-contact .link i,
.service-content-pt .link i,
.service-content-cr .link i {
    margin-left: 10px;
}

.footer-contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
}

.footer-contact .col-md-5 {
    border-left: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-header {
    background-position: center !important;
}

.service-content-ptp h2,
.service-content-pt h2,
.service-content-cr h2 {
    font-size: 4vw;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.service-content-ptp h2 span,
.service-content-pt h2 span,
.service-content-cr h2 span {
    color: #9f8054;
}


.service-content-ptp h5,
.service-content-pt h5,
.service-content-cr h5 {
    margin-bottom: 40px;
    font-weight: 600;
    opacity: 0.5;
}

.service-content-ptp,
.service-content-pt,
.service-content-cr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.service-package .card-img-top {
    position: relative;
}

.service-package .card-img-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Ensure it covers the entire image */
    background: linear-gradient(180deg, #00000000 0%, #9f8054 50%, #2b261d 100%);
    opacity: 0.7;
    /* Adjust opacity to make the gradient semi-transparent */
    z-index: 1;
    /* Places the gradient above the image */
    pointer-events: none;
    /* Ensures the gradient does not block interactions with the image */
}

.service-package .card-img-top-content {
    position: absolute;
    z-index: 2;
    bottom: 0%;
    color: white;
    left: 5%;
    font-size: 24px;
    font-weight: 600;
}

p.duration {
    font-size: 16px;
}

.card-img-top-content h4 {
    font-size: 42px;
}


.services-img img {
    width: 50px;
    height: auto;
}

.custom-select {
    width: 100%;
    height: 54px;
    padding: 0 20px;
    border: 1px solid #eee;
    color: black;
}

a.click-white {
    color: white;
}

a.click-dark {
    color: rgb(13, 13, 13);
}

a.click-white:hover,
a.click-white:active,
a.click-white:focus {
    color: #9f8054;
}

/* Default: Hide .side-navigation by default */
.hamburger {
    display: none;
}

.phone-email {
    display: block;
}

.service-content-ptp.fare-charges h2 {
    font-size: 5rem;
}

.fare-charges .link {
    display: inline-block;
    color: #26282b;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 3rem;
}

.fare-charges .link:beforer {
    content: "";
    width: 60px;
    height: 2px;
    background: #26282b;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.modalPriceList {
    font-size: smaller;
}

.modalPriceList .badge {
    font-size: 11px !important;
}

/* Blog */
.post-image {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-image img {
    display: block;
    width: 100%;
    object-fit: cover;
}

/* Media Query: Show .side-navigation on screens larger than 768px */
@media (max-width: 992px) {
    .hamburger {
        display: block;
    }

    .phone-email {
        display: none !important;
    }
}