body {
	counter-reset: participant;
}

.custom-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	z-index: 9998;
	display: none;
}

.custom-overlay.show {
	display: block;
}

.no-toggle {
	pointer-events: auto !important;
	z-index: 10;
	position: relative;
}

.custom-offcanvas {
	position: fixed;
	top: 0;
	right: -75%;
	width: 75%;
	height: 100%;
	background: #fff;
	transition: 0.3s;
	z-index: 9999;
	overflow-y: auto;
}

.custom-offcanvas.show {
	right: 0;
}

.custom-offcanvas-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 2rem;
	border-bottom: 3px solid #ea5b31;
}

.custom-offcanvas-title {
	font-size: 28px;
	font-weight: 600;
}

.custom-offcanvas-close {
	width: 30px;
	height: 30px;
	border: 0;
	background: none;
	font-size: 26px;
	cursor: pointer;
}

.custom-offcanvas-body {
	padding: 4rem;
}

.custom-box {
	margin: 0 8px 2rem 8px;
	padding: 12px 16px;
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: rgba(155, 213, 184, .2);
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
}

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

.icon-col {
	width: auto;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}

.icon-col i {
	font-size: 4rem;
	color: #61BD8F;
}

.text-col-left {
    display: flex;
    width: 100%;
}

.text-col {
	flex: 1;
	padding-left: 10px;
}

.text-col .text-col-title {
	font-size: 2.4rem;
	font-weight: 700;
}

.action-col {
	/*width: 140px;*/
	padding-left: 10px;
	display: flex;
    align-items: center;
}

.action-col a {
	display: inline-block;
    padding: 10px 24px;
    border: 3px solid #ea5b31;
    background: #fff;
    font-weight: bold;
    color: #ea5b31;
    text-transform: uppercase;
}

.accordion-wrap {
	padding: 2.4rem .8rem;
}

.year-title {
	font-weight: 700;
	margin-top: 32px;
	font-size: 4rem;
}

.accordion-header-row {
	display: flex;
	font-weight: 700;
	font-size: 16px;
	padding: 16px 0;
	border-bottom: 1px solid #ddd;
}

.col-dates {
	width: 25%;
}

.col-adults {
	width: 22%;
}

.col-deposit {
	width: 15%;
}

.col-status {
	width: 20%;
}

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

.accordion-trigger {
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
	padding: 10px 0;
}

.accordion-trigger>div {
	padding: 4px 0;
}

.acc-dates {
	width: 25%;
	display: flex;
	gap: 12px;
	align-items: center;
}

.acc-price {
	width: 22%;
	font-weight: 700;
}

.acc-deposit {
	width: 15%;
	font-weight: 700;
}

.acc-status {
	width: 20%;
	display: flex;
	align-items: center;
}

.acc-action {
    width: 15%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.acc-action a {
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	background-color: #ea5b31;
	width: 60%;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	border-radius: 4px;
}

.accordion-body {
	display: none;
	padding: 16px;
}

.status-icon {
	font-size: 2rem;
	margin-right: 8px;
}

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

.text-warning {
	color: #ffc107;
}

.notes-wrap {
	padding: 2rem 16px;
}

.accordion-wrap {
	border-radius: 6px;
	overflow: hidden;
}

.accordion-header-row,
.custom-trigger {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 1.6rem 0;
	position: relative;
}

/*.custom-trigger::after {*/
/*	content: '\f107';*/
/*	font-family: Font Awesome\ 6 Pro;*/
/*	font-weight: 900;*/
/*	font-size: 1.8rem;*/
/*	margin-right: 1rem;*/
/*	transition: transform 0.3s ease;*/
/*	position: absolute;*/
/*	right: 0;*/
/*}*/

.custom-trigger.active::after {
	transform: rotate(180deg);
}

.custom-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	padding: 0 15px;
}

#reviewForm .custom-body.open {
	padding: 10px 15px;
	max-height: 500px;
	background-color: #3f0a2108;
}

#reviewForm {
	margin-top: 4rem;
}

.custom-title {
	padding: 10px 30px;
	border: 1px solid #EAEBF1;
	border-radius: 30px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: gray;
}

.booking-form .custom-body.open {
	padding: 10px 15px;
	max-height: 500px;
}

.booking-form .form-group input,
.booking-form .form-group textarea {
	padding: 10px 30px;
	border: 1px solid #EAEBF1;
	border-radius: 30px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: gray;
}

.booking-form .custom-dropdown .dropdown-toggle {
	line-height: 1;
}

.booking-form .custom-dropdown .dropdown-toggle .selected {
	line-height: 1;
}

.booking-form .custom-body .dropdown-toggle .arrow {
	line-height: 1;
}

.booking-form .accordion-header-row,
.booking-form .custom-trigger {
	background-color: #ecdb87;
	color: #fff;
}

.accordion-button.collapsed .participant-information {
	color: #ecdb87;
	transition: .15s ease;
}

.participant-information {
	counter-increment: participant;
	position: relative;
	padding-left: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.participant-information::before {
	content: counter(participant) " ";
	counter-reset: none;
	position: absolute;
	left: 0;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #c5b358;
	color: #fff;
	border-radius: 50%;
}

.add-another {
	background-color: #ea5b31;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 15px;
	border-radius: 4px;
	margin-top: 2rem;
}

.remove-item {
	cursor: pointer;
	border: 1px solid red;
	display: inline-block;
	padding: .3rem 1rem;
	margin-bottom: 1rem;
	border-radius: 4px;
}

.booking-form .custom-trigger {
	padding-left: 1.5rem;
}

.booking-form .accordion-item {
	border: 1px solid #dee2e6;
	border-radius: .6rem;
	margin-bottom: 1rem;
}

.custom-title.custom-dropdown {
	position: relative;
}

.holiday-card-title {
	margin-bottom: .8rem;
	font-weight: 500;
}

.holiday-card-price {
	margin-top: 1.6rem;
}

.holiday-card-price span.label,
.holiday-card-breakdown span.label {
	color: #808080;
	text-transform: uppercase;
}

.holiday-card-title,
.holiday-card-price .total-price {
	color: #ea5b31;
	font-weight: 500;
}

.holiday-card-breakdown {
	margin-top: 1.6rem;
}

.holiday-breakdown-list {
	margin-top: 1.6rem;
}

.holiday-card-info {
	display: flex;
	flex-direction: column;
	gap: .2rem;
}

.holiday-card-info .holiday-card-info_item {
	background-color: #FEF5E3;
	color: #ea5b31;
	font-size: 13px;
	overflow: hidden;
	padding: .5rem 1rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.booking-deposit-section-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.booking-deposit-section-total .deposit-total {
	font-size: 2.4rem;
	color: #ea5b31;
	font-weight: bold;
}

.rightbar-buttons {
	margin-top: 1.6rem;
}

.rightbar-buttons button {
	background-color: #ea5b31;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 15px;
	border-radius: 4px;
}

.booking-form select,
.booking-form textarea {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	padding: 14px 20px 14px 20px;
	color: #000;
	background-color: transparent;
	border: 1px solid #E0E2EC;
	border-radius: 30px;
}

.rightbar-form {
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .text-col-left {
        flex-direction: column;
    }
    
    .icon-col {
        align-items: start;
        width: auto;
        margin-top: 10px;
    }
    
    .action-col a {
        padding: 5px 15px;
        margin-top: 10px;
    }

    .custom-offcanvas {
        width: 100%;
        right: -100%;
    }
    
    .accordion-header-row {
        display: none;
    }
	.accordion-header-row,
	.custom-trigger {
		flex-wrap: wrap;
		gap: 16px
	}
	
	.acc-dates, .acc-price, .acc-deposit, .acc-status, .acc-action {
	    width: 100%;
	}
	
	.acc-price {
	    background-color: rgba(63, 10, 33, 0.03);
        padding: 1rem;
	}
	
	.acc-deposit {
	    display: none;
	}
	
	.acc-action {
	    justify-content: space-between;
	}
}

@media (max-width: 991px) {
    .custom-trigger::after {
        display: none;
    }
}