/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.grid-switch-content:not(.col-grid) > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.grid-switch-content .card-img {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    border-radius: 0.25rem 0.25rem 0 0;
}

@media (min-width: 768px) {
    .grid-switch-content:not(.col-grid) .card-img {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .grid-switch-content .col-full .card-img { border-radius: 0.25rem 0 0 0.25rem; }
}

/* Top bar styles */
.top-bar {
    background-color: #f8f9fa; /* Light grey background */
    padding: 10px 0;
    text-align: center;
}

.top-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bar-item {
    margin: 0 15px;
    color: #333; /* Text color */
}

/* Ensuring top bar is not sticky */
.top-bar {
    position: relative;
    z-index: 1;
}

/* Additional header row styles */
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.header-row .col-lg-6 {
    display: flex;
    align-items: center;
}

.header-row .social-link {
    display: flex;
    align-items: center;
    color: #333; /* Text color */
    text-decoration: none;
}

.header-row .social-link i {
    margin-right: 8px;
}

.header-row .btn {
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
}

.header-row .btn:hover {
    background-color: #0056b3;
}

.header-nav .nav-item {
    position: relative;
    --cnvs-primary-menu-padding-y: 14px;
    --cnvs-primary-menu-padding-x: 5px;
    display: block;
    line-height: 22px;
    padding: var(--cnvs-primary-menu-padding-y) var(--cnvs-primary-menu-padding-x);
    color: var(--cnvs-primary-menu-color);
    font-weight: var(--cnvs-primary-menu-font-weight);
    font-size: var(--cnvs-primary-menu-font-size);
    font-family: var(--cnvs-primary-menu-font);
    text-transform: var(--cnvs-primary-menu-tt);
    letter-spacing: var(--cnvs-primary-menu-ls);
}

.header-nav .nav-item a {
    color: #fff;
}

.header-nav .nav-item .dropdown-menu li a {
    color: #45458a;
}

.header-nav .nav-item a:hover {
    color: #EE8238;
}

.header-nav .nav-link {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
}

.header-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-nav .dropdown-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
}

.header-nav .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
}

/* Show the dropdown menu on hover */
.header-nav .nav-item:hover .dropdown-menu {
    display: block;
}


.backToTop {
    position: fixed;
    z-index: 1020;
    right: 25px;
    bottom: -25px;
    opacity: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #45458a;
    font-size: 18px;
    line-height: 63px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.25s, bottom 0.75s ease-in-out;
}

.backToTop a {
    color: #fff !important;
}

.backToTop.booking {
    border-radius: 20px;
    width: 150px;
    right: 120px;
}

.backToTop.booking a {
    display: inline-block;
    width: 100%;
}

.navbar.btco-hover-menu {
    padding: 0;
}

@media only screen and (max-width: 815px) {
    .backToTop.booking {
        right: 70px;
    }
}

@media only screen and (max-width: 350px) {
    .backToTop.visible {
        bottom: 45px;
    }
}

@media (max-width: 1023px) {
    .backToTop {
        width: 41px;
        height: 41px;
        right: 15px;
        font-size: 13px;
        line-height: 41px; } }
.backToTop [class*='icon'] {
    display: inline-block;
    transition: 0.5s; }
.backToTop:hover {
    box-shadow: 0 0 0 10px rgba(34, 54, 69, 0.2); }
.backToTop:hover [class*='icon'] {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
.backToTop.visible {
    opacity: 1;
    bottom: 45px; }
@media (max-width: 1023px) {
    .backToTop.visible {
        bottom: 65px; } }

@media (max-width: 768px) {
    #header-wrap #logo img {
        height: auto;
        width: 100px;
        padding: 20px 0;
    }
}

@media (max-width: 500px) {
    .mobile-hide {
        display: none !important;
    }
}

/* Ensure the mobile-hide class hides elements on smaller screens */
@media (max-width: 991px) {
    .mobile-hide {
        display: none !important;
    }
}

/* Ensure the mobile-hide class hides elements on smaller screens */
@media (max-width: 991px) {
    .mobile-hide {
        display: none !important;
    }
}

#primary-menu {
    display: none; /* Hide by default */
}

#primary-menu.active {
    display: block; /* Show when active */
}

.nav-pills .nav-link:hover {
    color: #EE8238;
}

/* Ensure the parent container is a flexbox */
.grid-switch-content {
    display: flex;
    flex-wrap: wrap;
}

.grid-switch-content .entry {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; /* Adjust as needed */
    padding: 0 10px;
}

.grid-switch-content .card {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.grid-switch-content .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-switch-content .card-body .card-content {
    flex: 1;
}

.grid-switch-content .card-body .button {
    align-self: flex-end;
    margin-top: auto;
}

/* Flexbox container for the team member cards */
.row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
}

/* Flexbox item adjustments for the team member cards */
.row.justify-content-center .col-sm-6 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; /* Adjust as needed */
}

/* Card styling to ensure equal height */
.team.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image container styling */
.team-image {
    position: relative;
    padding-top: 150%; /* Adjusted for better image fit */
    overflow: hidden;
}

/* Image styling */
.team-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Description container styling */
.team-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Title styling */
.team-title {
    flex: 1;
}

/* Top Bar Styles */
.top-bar {
    background-color: #333; /* Adjust to match your theme */
    color: #fff;
    padding: 10px 0;
    width: 100%;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .top-bar-link {
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
}

.top-bar .top-bar-link i {
    margin-right: 5px;
}

/* Main Header Styles */
.header-size-md {
    padding: 15px 0;
}

#header-wrap {
    background-color: #fff;
    padding: 0 15px;
}

#logo img {
    max-width: 150px; /* Adjust as needed */
}

.primary-menu-trigger .navbar-toggler {
    border: none;
    background: none;
    outline: none;
}

.primary-menu-trigger .cnvs-hamburger-box {
    display: inline-block;
}

.primary-menu-trigger .cnvs-hamburger-inner {
    width: 30px;
    height: 2px;
    background-color: #333;
    display: block;
    transition: background-color 0.2s ease;
}

.navbar-nav .nav-item .nav-link {
    color: #333; /* Adjust to match your theme */
    padding: 10px 15px;
}

.navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.navbar-nav .nav-item .dropdown-item {
    color: #333; /* Adjust to match your theme */
}

.header-wrap-clone {
    height: 70px; /* Adjust based on your header height */
}

.logo-default,
.logo-dark {
    padding: 25px;
}

.primary-menu li a div {
    color: #EE8238;
}

.otgs-development-site-front-end {
    display: none;
}

.contact-grid i,
.contact-grid h3 {
    color: #45458a;
}

/* General styles */
.top-links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-links-item {
    margin: 5px 10px;
}

@media (max-width: 767px) {
    .top-links-container {
        flex-direction: row;
        justify-content: space-around;
    }

    .top-links-container .top-links-item:nth-child(3),
    .top-links-container .top-links-item:nth-child(4) {
        width: 100%;
        text-align: center;
    }

    .top-links-container .top-links-item {
        flex: 1;
        margin: 5px 0;
    }

    .top-links-item {
        border-left: none !important;
    }
}

@media (min-width: 992px) {
	.sub-menu-container {
		margin-left: 15px;
		margin-top: -50px !important;
	}
}

.hide-title h4 {
	opacity: 0;
}

.entry ul,
.entry ol {
  width: 100%;
  overflow: hidden;
  list-style-position: inside;
}

a.button:hover,
form .wpcf7-submit:hover {
    background-color: #EE8238 !important;
}

.nav-pills .nav-link {
    color: #FFF;
}

.nav-pills .nav-link.active {
    background-color: #EE8238 !important;
    color: #FFF;
}

.nav-pills .nav-link:hover {
    background-color: #EE8238 !important;
    color: #FFF;
}

.wp-block-video video {
    border-radius: 10px;
}
#amelia-container {
    width: 100% !important;
    max-width: 100% !important;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper {
    justify-content: flex-start !important;
}

.amelia-v2-booking #amelia-container .am-fs__main {
    margin: 0 auto;
    display: block;
}

.amelia-v2-booking #amelia-container .am-fs__main-footer {
    justify-content: center !important;
}

.wc-block-cart-item__remove-link,
.wc-block-components-button__text {
	color: #fff !important;
	font-size: 0.8rem !important;
	font-weight: 500 !important;
	border-radius: 0.375rem !important;
	padding: 0.8rem 1.2rem !important;
	background-color: #45458a !important;
	text-decoration: none !important;
}

.wc-block-cart-item__remove-link:hover,
.wc-block-components-button__text:hover {
	text-decoration: underline !important;
}

/* Hide specific WooCommerce Blocks checkout fields */
/*.wc-block-components-address-form__country,
.wc-block-components-address-form__address_1,
.wc-block-components-address-form__address2,
.wc-block-components-address-form__postcode,
.wc-block-components-address-form__city,
.wc-block-components-address-form__state,
.wc-block-components-address-form__company {
    display: none !important;
}
*/

.woocommerce-billing-fields .input-text {
	height: 40px;
    border-radius: 5px;
    padding: 0 10px;
}

#order_review_heading {
	margin-top: 15px;
}

.woocommerce-checkout-review-order td hr,
.woocommerce-table .woocommerce-table__product-name hr {
	display: none;
}

.woocommerce-checkout-review-order td dt {
	display: block;
    width: 100%;
    margin-bottom: 5px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: unset;
	background-color: #45458a;
}

.wc-block-components-checkout-place-order-button {
	background: transparent;
    border: none;
}

.wc-block-components-product-details__ .wc-block-components-product-details__name {
	display: none;
}

.wc-block-components-product-details__ .wc-block-components-product-details__value {
	white-space: pre-line;
}

.scroll-button {
	position: fixed;
	right: 30px;
	bottom: 20px;
	padding: 10px;
	background-color: #45458a;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s;
	z-index: 9999;
}

.scroll-button:hover {
	background-color: #EE8238;
}

.js-scroll-up {
	bottom: 80px;
}

@media only screen and (max-width: 500px) {
	.scroll-button {
		display: none;
	}
}


