/*
Theme Name: Reguest
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Reguest Theme.
Tested up to: 6.3
Requires at least: 4.4
Use it to make something cool, have fun, and share what you've learned with others.
*/


.accommodations .item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.accommodations .item .cont {
    background: linear-gradient(to bottom, #eae5dd96, #eae5ddb0, #eae5dd);
    padding: 20px 20px;
    border-radius: 10px;
}
.accommodations .item .img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.accommodations .item .img img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accommodations .item:hover > .img > img {
    transform: scale(1.05);
}
.accommodations .item h4 {
    font-size: 26px;
}

.read-more a {
    text-transform: uppercase;
    font-size: 14px;
    color: #c05130;
    font-weight: 500;
    letter-spacing: .5px;
     -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.read-more .fa-light {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.read-more a:hover > .fa-light {
    margin-left:5px;
}

.inner-section-padding {
    padding: 60px 0px;
}
.pl-0 {
    padding-left: 0px;
}
.image-rr {
    padding-bottom: 10px;
}
.image-rr img {
    border-radius: 15px;
}

.galleryscroll .owl-carousel {
    background:#f4f1ed;
    padding: 12px;
    border-radius: 15px;
}
.galleryscroll .owl-carousel  {
    border-radius: 15px;
}
.galleryscroll .item .img a {
    display: unset;
}

.checkin-container {
    background: #f4f1ed;
    border-radius: 15px;
    padding: 20px 20px;
}
p.hilighted-text {
    font-weight: 600;
    color: #ad4020;
}
p.hilighted-text i.fa-solid  {
    margin-right:5px;
}


.page-details ol {
	padding-left: 15px;
    list-style: auto !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.page-details ol li {
    padding-bottom: 15px;
    list-style: auto !important;
	line-height: 26px;
}

.galleryscroll2 .item {
    background: #fff;
    border-radius: 15px;
    border: solid 1px #c0513036;
    overflow: hidden;
}
.add-title {
    text-align: center;
	padding:5px 15px;
}
.add-title h5 {
    font-family: 'Urbanist';
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 22px;
    margin: 5px 0px;
}
.add-title p {
    font-size: 15px;
    line-height: 20px;
}

.checkin-container iframe {
    border-radius: 15px;
}

.checkin-container.side-block .grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 15px;
}
.checkin-container.side-block .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    padding: 20px 15px;
    border-radius: 15px;
}
.checkin-container.side-block .item i {
    background: #f4f1ed;
    padding: 15px;
    font-size: 26px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.booking-inner span.select2 {
    margin: 0px;
}

.offers1 .item a {
    display: block;
}

.footer-useful-links {
    padding: 0px;
}
.footer-useful-links li a {
    color: rgba(255, 255, 255, 0.6);
    padding: 3px 0px;
	transition: all .4s;
}
.footer-useful-links li a:hover {
    color: #fff;
}

.facilities2 {
    padding: 15px 0px 30px;
}
.facilities2.is-fixed {
    padding: 0px;
}

a.whatsapplink {
    display: block;
    width: 45px;
    bottom: 30px;
    height: 45px;
    line-height: 45px;
    right: -20px;
    position: fixed;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    -moz-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    -ms-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    -o-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 16%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    z-index: 91;
}
.call-button {
    position: fixed;
    bottom: 30px;
    left: 20px;
    width: 45px;
    height: 45px;
    background-color: #c05130;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: 0.3s;
}
.call-button:hover {
	display: flex;
    text-decoration: none;
    color: #fff;
}

section.page-details ul {
    padding: 0px;
}

.cop-rt {
    padding: 15px;
    background: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 10px;
}
.cop-rt h4 {
    font-size: 22px;
    margin-bottom: 5px;
}

@media(max-width:768px) {
	.wedding-form {
		padding: 15px;
	}
    .section-padding {
        padding: 50px 0;
    }
	.kenburns-section {
	    min-height:60vh !important;
	    height:60vh !important;
	}
	.accommodations .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 20px;
    }
	
	.facilities2 ul.tab-buttons li.tab-btn {
        flex: none !important;
        max-width: unset !important;
        width: unset !important;
        float: left;
        margin: 0px 5px;
    }
	.facilities2 ul.tab-buttons li.tab-btn a {
        font-size: 12px;
        padding: 5px 0px 5px;
    }
	.facilities2 .border-top {
		border: none;
		border-top: 1px solid rgb(203 157 85 / 0%) !important;
	}
	.facilities2 .border-bottom {
		border: none;
		border-bottom: 1px solid rgb(203 157 85 / 0%) !important;
	}
	.pl-0 {
		padding: 0px 5px;
	}
	.row.img-ggg {
		padding: 0px 10px;
	}
	.galleryscroll {
		margin-bottom: 15px;
	}
	.banner-header {
		padding-top: 125px !important;
		padding-bottom: 100px !important;
	}
	.banner-header .title {
		font-size: 38px;
		line-height: 48px;
	}
	.inner-section-padding {
		padding: 40px 0px;
	}
	.kenburns-inner .caption h1 {
        font-size: 38px;
        line-height: 48px;
    }
	.section-title {
        font-size: 32px;
        line-height: 42px;
    }
	.amenities .item .cont .text h5 {
   		font-size: 16px;
	}
	.amenities .item .cont .text p {
    	font-size: 12px;
    	line-height: 1.2em;
	}
	.amenities .item .cont .icon i {
    	font-size: 40px;
	}
	.footer .top {
		padding: 60px 0 0px 0;
	}
	.footer .bottom {
		padding: 15px 0;
	}
	.footer .bottom p {
		color: rgba(255, 255, 255, 0.6);
		font-size: 12px;
		margin: 0px;
	}
	.footer p.text-end {
		text-align: right !important;
 	}
	.kenburns-inner .caption h5 {
		font-size: 16px;
		letter-spacing: 1px;
	}
	.mobile-mt-15 {
		margin-top:15px !important;
	}
	.section-subtitle {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 22px;
        margin-bottom: 5px;
    }
}