body{
    font-family: 'Allura', cursive;
}

/*========== NAVBAR ==========*/

.navbar{
    position:absolute;
    width:100%;
    z-index:999;
}

.logo{
    font-size:35px;
    font-family: 'Allura', cursive;
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.logo span{
    display:block;
    color:#f5b56b;
    font-size:18px;
    font-style:italic;
    margin-top:-8px;
}

.nav-link{
    color:#fff;
    margin:0 15px;
    font-weight:500;
}

.nav-link:hover{
    color:#f5b56b;
}

.book-btn{
    background:#c46c2f;
    color:#fff;
    border-radius:40px;
    padding:12px 24px;
    text-decoration:none;
}

.book-btn:hover{
    background:#a24d16;
    color:#fff;
}

/*========== HERO ==========*/

.carousel-item{
    height:100vh;
    min-height:700px;
    background-size:cover;
    background-position:center;
    position:relative;
}

.carousel-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
}

.carousel-caption{
    position:absolute;
    left:8%;
    top:50%;
    transform:translateY(-50%);
    text-align:left;
    bottom:auto;
    z-index:5;
}

.welcome{
    color:#f5b56b;
    font-family: 'Allura', cursive;
    font-style:italic;
    font-size:42px;
}

.carousel-caption h1{
    font-size:70px;
    font-family: 'Allura', cursive;
    font-weight:700;
}

.carousel-caption p{
    font-size:22px;
    width:580px;
}

.order-btn{
    background:#c46c2f;
    color:#fff;
    padding:15px 35px;
    border-radius:40px;
    text-decoration:none;
    display:inline-block;
    margin-top:20px;
}

.order-btn:hover{
    background:#a24d16;
    color:#fff;
}

.carousel-control-next,
.carousel-control-prev{
    width:6%;
}


/*==========================
Feature Section
==========================*/

.features{
    margin-top:-122px;
    position:relative;
    z-index:10;
}

.feature-card{

    background:linear-gradient(rgba(45,20,8,.85),
    rgba(45,20,8,.85)),
    url(assets/images/card-bg.jpg);

    background-size:cover;
    background-position:center;

    border-radius:20px;

    padding:30px;

    display:flex;

    align-items:center;

    gap:20px;

    color:#fff;

    transition:.4s;

}

.feature-card:hover{

transform:translateY(-8px);

}

.icon{

width:70px;

height:70px;

background:rgba(255,255,255,.12);

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:32px;

color:#fff;

}

.feature-card h4{

font-size:24px;

margin-bottom:10px;

font-weight:600;

}

.feature-card p{

margin:0;

font-size:16px;

color:#ddd;

}

/*==========================
About
==========================*/

.about{

padding:90px 0;

background:#fff;

}

.sub-title{

font-size:34px;

font-family: 'Allura', cursive;

font-style:italic;

color:#cc7b34;

}

.about h2{

font-size:60px;

font-family: 'Allura', cursive;

font-weight:700;

margin:15px 0;

line-height:1.1;

color:#5b250c;

}

.line{

width:60px;

height:3px;

background:#cc7b34;

margin:25px 0;

}

.about p{

font-size:18px;

line-height:1.9;

color:#555;

margin-bottom:35px;

}

.learn-btn{

display:inline-flex;

align-items:center;

gap:10px;

padding:14px 28px;

border:2px solid #cc7b34;

border-radius:50px;

text-decoration:none;

color:#cc7b34;

font-weight:600;

transition:.3s;

}

.learn-btn:hover{

background:#cc7b34;

color:#fff;

}

.about img{

border-radius:35px;

width:100%;

object-fit:cover;

}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.feature-card{

margin-bottom:20px;

}

.about{

text-align:center;

}

.line{

margin:auto auto 25px;

}

.about h2{

font-size:42px;

}

}

@media(max-width:576px){

.about h2{

font-size:34px;

}

.sub-title{

font-size:26px;

}

.feature-card{

flex-direction:column;

text-align:center;

}

}


/*=========================
 Menu Section
==========================*/

.menu-section{

    background:#fffdf9;

}

.section-title{

    font-size:52px;

    font-family: 'Allura', cursive;

    font-weight:700;

    color:#2c180d;

    position:relative;

    display:inline-block;

}

.section-title::before{

    content:"";

    width:70px;

    height:2px;

    background:#cc7b34;

    position:absolute;

    left:-90px;

    top:50%;

}

.section-title::after{

    content:"";

    width:70px;

    height:2px;

    background:#cc7b34;

    position:absolute;

    right:-90px;

    top:50%;
	
	z-index: 999;

}

.section-subtitle{

    color:#666;

    margin-top:10px;

    font-size:18px;

}
.offcanvas{
	z-index: 9999;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show

 {
    color: #e18f56 !important;
}
/*=========================
 Coffee Card
==========================*/

.coffee-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.4s;

}

.coffee-card:hover{

    transform:translateY(-10px);

}

.coffee-card img{

    width:100%;

    height:230px;

    object-fit:cover;

}

.card-body{

    padding:25px;

}

.card-body h3{

    font-size:34px;

    font-family: 'Allura', cursive;

    margin-bottom:15px;

    color:#2c180d;

}

.card-body p{

    color:#666;

    line-height:1.8;

    margin-bottom:18px;

}

.card-body span{

    color:#c46c2f;

    font-size:32px;

    font-weight:700;

}

/*=========================
 Button
==========================*/

.menu-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:15px 35px;

    border:2px solid #c46c2f;

    border-radius:50px;

    color:#c46c2f;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.menu-btn:hover{

    background:#c46c2f;

    color:#fff;

}

/*=========================
 Responsive
==========================*/

@media(max-width:991px){

.section-title{

font-size:40px;

}

.section-title::before,
.section-title::after{

display:none;

}

}

@media(max-width:576px){

.section-title{

font-size:32px;

}

.card-body h3{

font-size:28px;

}

.card-body span{

font-size:26px;

}

}

/*=========================
 Community Section
=========================*/

.community-section{

    background:#fff;

}

.community-title{

    font-family: 'Allura', cursive;

    font-size:50px;

    font-weight:700;

    color:#5b250c;

    display:inline-block;

    position:relative;

}

.community-title::before,
.community-title::after{

    content:"";

    position:absolute;

    top:50%;

    width:70px;

    height:2px;

    background:#c46c2f;

}

.community-title::before{

    left:-90px;

}

.community-title::after{

    right:-90px;

}

.community-subtitle{

    color:#666;

    font-size:18px;

    margin-top:8px;

}

/*=========================
 Cards
=========================*/

.community-card{

    position:relative;

    overflow:hidden;

    border-radius:22px;

    height:280px;

    cursor:pointer;

}

.community-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.community-card:hover img{

    transform:scale(1.1);

}

.community-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(40,18,8,.55);

}

.overlay{

    position:absolute;

    inset:0;

    padding:25px;

    color:#fff;

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    z-index:2;

}

.icon{

    width:55px;

    height:55px;

    background:#fff;

    color:#c46c2f;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    margin-bottom:20px;

}

.overlay h4{

    font-size:28px;

    font-family: 'Allura', cursive;

    margin-bottom:8px;

}

.overlay p{

    margin-bottom:18px;

    color:#f2f2f2;

}

.event-btn{

    display:inline-block;

    background:#fff;

    color:#8b4513;

    padding:10px 22px;

    border-radius:30px;

    text-decoration:none;

    font-weight:600;

    width:fit-content;

    transition:.3s;

}

.event-btn:hover{

    background:#c46c2f;

    color:#fff;

}

/*=========================
 Responsive
=========================*/

@media(max-width:991px){

.community-title{

font-size:38px;

}

.community-title::before,
.community-title::after{

display:none;

}

}

@media(max-width:576px){

.community-card{

height:250px;

}

.community-title{

font-size:30px;

}

.overlay h4{

font-size:24px;

}

}



/*=========================
 Newsletter
=========================*/

.newsletter-section{

    padding:80px 0;
    background:#fff;

}

.newsletter-box{

    /*background:
    linear-gradient(rgba(55,22,7,.75),
    rgba(55,22,7,.75)),
    url("assets/images/bg/book-trip.png");*/
	background: url("../images/bg/book-trip.png"), linear-gradient(rgba(55,22,7,.75),
    rgba(55,22,7,.75));

    background-size:contain;
    background-position:right;
	background-repeat: no-repeat;
    border-radius:25px;

    padding:60px;

    color:#fff;

}

.newsletter-box h2{

    font-family: 'Allura', cursive;

    font-size:54px;

    font-weight:700;

    margin-bottom:15px;

}

.newsletter-box h2::after{

    content:"";

    display:inline-block;

    width:70px;

    height:3px;

    background:#c46c2f;

    margin-left:18px;

    vertical-align:middle;

}

.newsletter-box p{

    font-size:18px;

    color:#f3f3f3;

    margin-bottom:35px;

    line-height:1.8;

}

/*=========================
 Form
=========================*/

.newsletter-form{

    display:flex;

    max-width:620px;

}

.newsletter-form input{

    flex:1;

    border:none;

    outline:none;

    padding:18px 25px;

    border-radius:50px 0 0 50px;

    font-size:16px;

}

.newsletter-form button{

    border:none;

    background:#c46c2f;

    color:#fff;

    padding:18px 40px;

    font-weight:600;

    border-radius:0 50px 50px 0;

    transition:.3s;

}

.newsletter-form button:hover{

    background:#9d4d1e;

}

/*=========================
 Responsive
=========================*/

@media(max-width:768px){

.newsletter-box{

padding:35px 25px;

text-align:center;
	background:
    linear-gradient(rgba(55,22,7,.75),
    rgba(55,22,7,.75));
background-size:cover;
    background-position:right;
	background-repeat: no-repeat;
}

.newsletter-box h2{

font-size:38px;

}

.newsletter-box h2::after{

display:none;

}

.newsletter-form{

flex-direction:column;

gap:15px;

}

.newsletter-form input{

border-radius:50px;

}

.newsletter-form button{

border-radius:50px;

}

}


/*==========================
 Testimonials
===========================*/

.testimonial-section{

padding:90px 0;

background:#fffaf6;

}

.section-heading h2{

font-family: 'Allura', cursive;

font-size:46px;

font-weight:700;

color:#5b250c;

position:relative;

display:inline-block;

margin-bottom:10px;

}

.section-heading h2::before,
.section-heading h2::after{

content:"";

position:absolute;

top:50%;

width:70px;

height:2px;

background:#c46c2f;

}

.section-heading h2::before{

left:-90px;

}

.section-heading h2::after{

right:-90px;

}

.section-heading p{

color:#777;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

height:100%;

transition:.4s;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.stars{

color:#f4a825;

font-size:18px;

margin-bottom:20px;

letter-spacing:3px;

}

.testimonial-card p{

line-height:1.8;

color:#444;

margin-bottom:25px;

}

.client{

display:flex;

align-items:center;

}

.client img{

width:60px;

height:60px;

border-radius:50%;

object-fit:cover;

margin-right:15px;

}

.client h5{

margin:0;

font-size:18px;

font-weight:600;

}

.client span{

color:#777;

font-size:14px;

}

.swiper{

padding-bottom:50px;

}

.swiper-pagination-bullet{

background:#c46c2f;

opacity:.4;

}

.swiper-pagination-bullet-active{

opacity:1;

width:24px;

border-radius:20px;

}

@media(max-width:768px){

.section-heading h2{

font-size:32px;

}

.section-heading h2::before,
.section-heading h2::after{

display:none;

}

}



/*=========================
 Reservation
==========================*/

.reservation{

    background:#fffdf9;

}

.reservation-box{

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.reservation-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    min-height:520px;

}

.reservation-content{

    padding:55px;

}

.reservation-content h2{

    font-family: 'Allura', cursive;

    font-size:50px;

    color:#5b250c;

    margin-bottom:15px;

    line-height:1.1;

}

.reservation-content h2::after{

    content:"";

    display:inline-block;

    width:70px;

    height:3px;

    background:#c46c2f;

    margin-left:15px;

    vertical-align:middle;

}

.reservation-content p{

    color:#666;

    margin-bottom:30px;

}

.form-control,
.form-select{

    height:55px;

    border:none;

    background:#f8f5f2;

    border-radius:50px;

    padding:0 20px;

    box-shadow:none;

}

.form-control:focus,
.form-select:focus{

    border:2px solid #c46c2f;

    box-shadow:none;

}

.reserve-btn{

    width:100%;

    border:none;

    height:58px;

    border-radius:50px;

    background:#c46c2f;

    color:#fff;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.reserve-btn:hover{

    background:#9c4a1b;

}

/*=========================
 Responsive
==========================*/

@media(max-width:991px){

.reservation-content{

padding:35px;

}

.reservation-content h2{

font-size:38px;

}

.reservation-image img{

min-height:320px;

}

}

@media(max-width:576px){

.reservation-content{

padding:25px;

}

.reservation-content h2{

font-size:30px;

}

.reservation-content h2::after{

display:none;

}

}






/*=========================
 Footer
=========================*/

.footer{

    background:linear-gradient(90deg,#3d1707,#5b250c);

    color:#fff;

    padding:70px 0 25px;

}

.footer-logo{

    display:inline-block;

    font-family: 'Allura', cursive;

    font-size:42px;

    font-weight:700;

    color:#fff;

    text-decoration:none;

    line-height:1;

}

.footer-logo span{

    display:block;

    color:#d58a42;

    font-size:22px;

    font-style:italic;

    margin-top:-6px;

}

.footer-text{

    margin:30px 0;

    color:#ddd;

    line-height:1.8;

}

.footer h5{

    margin-bottom:20px;

    color:#fff;

    font-size:20px;

}

.footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer ul li{

    margin-bottom:12px;

}

.footer ul li a{

    color:#ddd;

    text-decoration:none;

    transition:.3s;

}

.footer ul li a:hover{

    color:#d58a42;

    padding-left:5px;

}

.social-links{

    display:flex;

    gap:12px;

}

.social-links a{

    width:40px;

    height:40px;

    border:1px solid rgba(255,255,255,.3);

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    transition:.3s;

}

.social-links a:hover{

    background:#d58a42;

    border-color:#d58a42;

}

.contact-info li{

    display:flex;

    gap:10px;

    margin-bottom:18px;

    color:#ddd;

}

.contact-info i{

    color:#d58a42;

    font-size:18px;

    margin-top:4px;

}

.footer hr{

    border-color:rgba(255,255,255,.15);

    margin:40px 0 20px;

}

.copyright{

    text-align:center;

    color:#ccc;

    font-size:15px;

}
.copyright a{

    text-align:center;

    color:#ccc;

    font-size:15px;
	
	text-decoration: none;

}

/*=========================
 Responsive
=========================*/

@media(max-width:991px){

.footer{

text-align:center;

}

.social-links{

justify-content:center;

margin-bottom:30px;

}

.contact-info li{

justify-content:center;

}

}

@media(max-width:576px){

.footer{

padding:50px 0 20px;

}

.footer-logo{

font-size:34px;

}

.footer h5{

margin-top:20px;

}

}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background: #c46c2f;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: 0.3s;
}

#topBtn:hover {
  background: #A84C0C;
}


/* Sticky Header */
.carousel-item{
    height:100vh;
}

.navbar{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:transparent;
}

.navbar.sticky{
    position:fixed;
    background:linear-gradient(rgba(45,20,8,.85),
    rgba(45,20,8,.85));
}

.navbar{
    transform:translateY(0);
    transition:all .4s ease;
}

.navbar.sticky{
    padding:6px 0;
}

.logo img{
    transition:0.4s;
}

.navbar.sticky .logo img{
    height:45px;
}


.whatsapp-chat{
    position:fixed;
    bottom:25px;
    left:25px;
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    z-index:9999;
    transition:.3s;
    animation:whatsappPulse 2s infinite;
}

.whatsapp-chat:hover{
    background:#20ba5a;
    color:#fff;
    transform:scale(1.1);
}

@keyframes whatsappPulse{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.6);
    }
    70%{
        box-shadow:0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}


@media(max-width:991px){

.navbar{
/*background:#2b170d;*/
}

.carousel-caption{
left:20px;
right:20px;
text-align:center;
}

.carousel-caption p{
width:100%;
}

.carousel-caption h1{
font-size:45px;
}

.welcome{
font-size:30px;
}

}



.inner-banner{
    background:url('../images/slider/slider-2.jpg') center center/cover;
    height:320px;
    position:relative;
}

.inner-banner::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.inner-banner .container{
    position:relative;
    z-index:2;
	padding-top: 100px;
}

.inner-banner h1{
    font-family: 'Allura', cursive;
    font-size:52px;
    margin-bottom:10px;
}

.inner-banner p{
    font-size:18px;
}

.contact-info p{
    font-size:17px;
    margin-bottom:15px;
}
.text-success{
	color: #5b250c !important;
}
.social-links a{
    width:45px;
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#9c4a1b;
    color:#fff;
    margin-right:10px;
    transition:.3s;
}

.social-links a:hover{
    background:#d58a42;
}

.card{
    border-radius:20px;
}

.form-control{
    height:55px;
    border-radius:10px;
}

textarea.form-control{
    height:auto;
}


/*--FAQ--*/

.accordion-item{
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.accordion-button{
    font-weight: 600;
    padding: 18px 20px;
}

.accordion-button:not(.collapsed){
    background: #5b250c;
    color: #fff;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-body{
    line-height: 1.8;
    color: #555;
}



/*--services--*/

.card img{
    height:280px;
    object-fit:cover;
}

.card{
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
}

.card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15)!important;
}

.card-body{
    padding:30px;
}

.card-body h3{
    font-family: 'Allura', cursive;
    color:#2c180d;
}



/*--Food Menu--*/


/* Main Card */
.food-menu-card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    background:#fff;
}

.food-menu-card .card-body{
    padding:40px;
}

/* Heading */
.food-title{
    text-align:center;
    font-size:36px;
    font-weight:700;
    color:#00695c;
    margin-bottom:30px;
}

/* Tabs */
.nav-tabs{
    border:none;
    justify-content:center;
    gap:15px;
}

.nav-tabs .nav-link{
    border:none;
    border-radius:50px;
    padding:12px 30px;
    font-weight:600;
    background:#f4f7f8;
    color:#444 !important;
    transition:.3s;
}

.nav-tabs .nav-link.active{
    background:#c46c2f;
    color:#fff !important;
}

.nav-tabs .nav-link:hover{
    background:#c46c2f;
    color:#fff !important;
}

/* Food Cards */
.food-item{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.food-item:hover{
    transform:translateY(-8px);
}

.food-item img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.food-content{
    padding:18px;
}

.food-content h5{
    font-size:20px;
    color:#222;
    margin-bottom:15px;
}

.food-content ul{
    padding-left:18px;
    margin:0;
}

.food-content li{
    margin-bottom:8px;
    color:#666;
}

/* Mobile */
@media(max-width:768px){

.food-menu-card .card-body{
    padding:20px;
}

.food-title{
    font-size:28px;
}

.nav-tabs{
    gap:10px;
}

.nav-tabs .nav-link{
    padding:10px 20px;
    font-size:14px;
}

.food-item img{
    height:220px;
}

}


/*--Houseboats--*/

.houseboat-card{
max-width:1200px;
margin:auto;
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,.15);
overflow:hidden;
}

.top{
display:flex;
flex-wrap:wrap;
}

.image{
flex:2;
}

.image img{
width:100%;
height:100%;
display:block;
object-fit:cover;
}

.details{
flex:1;
padding:40px;
background:#fafafa;
display:flex;
flex-direction:column;
justify-content:center;
}

.details h4{
font-size:18px;
color:#666;
}

.details h2{
font-size:40px;
margin:10px 0;
color:#222;
}

.line{
width:70px;
height:4px;
background:#c46c2f;
margin-bottom:20px;
}

.details p{
font-size:18px;
line-height:32px;
color:#555;
}

.book{
margin-top:30px;
}

.book a{
display:inline-block;
background:#c46c2f;
color:#fff;
padding:15px 35px;
text-decoration:none;
font-size:18px;
font-weight:bold;
border-radius:5px;
}

.book a:hover{
background:#A6541B;
}

.gallery{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
padding:20px;
}

.gallery img{
width:100%;
height:240px;
object-fit:cover;
border-radius:8px;
transition:.3s;
}

.gallery img:hover{
transform:scale(1.04);
}

@media(max-width:768px){

.top{
flex-direction:column;
}

.gallery{
grid-template-columns:1fr;
}
	
}
	
/* =======================
   TERMS & CONDITIONS
======================= */

.terms-section{
    background:#f6fbfb;
}

.terms-wrapper{
    background:#fff;
    border-radius:25px;
    padding:50px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    border-top:6px solid #c46c2f;
}

.terms-title{
    font-size:48px;
    font-weight:700;
    color:#083b55;
    margin-bottom:5px;
}

.terms-subtitle{
    color:#c46c2f;
    font-style:italic;
    font-family: 'Allura', cursive;
    margin-bottom:40px;
}

.term-item{
    display:flex;
    align-items:center;
    gap:25px;
    background:#fff;
    padding:25px;
    border-radius:18px;
    margin-bottom:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.35s;
}

.term-item:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.term-item .icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#c46c2f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.term-item h5{
    font-size:26px;
    margin-bottom:5px;
    color:#082f49;
    font-weight:700;
}

.term-item p{
    margin:0;
    font-size:22px;
    color:#555;
    line-height:1.7;
}

.term-item strong{
    color:#083b55;
}

@media(max-width:768px){

.terms-wrapper{
    padding:25px;
}

.terms-title{
    font-size:34px;
}

.term-item{
    gap:15px;
    padding:18px;
}

.term-item .icon{
    width:45px;
    height:45px;
    min-width:45px;
    font-size:22px;
}

.term-item h5{
    font-size:20px;
}

.term-item p{
    font-size:16px;
}

}


/*--why choose--*/

.why-choose{
    padding:80px 0;
    background:#f8fbfd;
}

.why-choose img{
    border-radius:20px;
}
.why-choose span{
	color: #cc7b34;
}
.why-choose h2{
    font-size:38px;
    font-weight:700;
    color:#5b250c;
}

.why-choose p{
    font-size:16px;
    line-height:1.8;
    color:#666;
}

.why-list{
    list-style:none;
    padding:0;
    margin:0;
}

.why-list li{
    font-size:17px;
    margin-bottom:10px;
    color:#333;
    display:flex;
    align-items:center;
}

.why-list i{
    color:#cc7b34;
    font-size:22px;
    margin-right:12px;
}

.btn-primary{
    border-radius:30px;
    padding:12px 30px;
}




/* FAQ home Section */
#faq{
    background:#f8fbfd;
}

#faq .section-title{
    font-size:42px;
    font-weight:700;
    color:#17324d;
}

#faq .section-subtitle{
    color:#6c757d;
    font-size:17px;
}

/* Accordion Item */
#faq .accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:15px !important;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

/* Button */
#faq .accordion-button{
    background:#fff;
    color:#17324d;
    font-size:18px;
    font-weight:600;
    padding:22px 25px;
    box-shadow:none;
}

#faq .accordion-button:hover{
    background:#BBA08F;
}

/* Open State */
#faq .accordion-button:not(.collapsed){
    background:#5b250c;
    color:#fff;
}

/* Remove Bootstrap Icon */
#faq .accordion-button::after{
    background-image:none;
    content:"+";
    font-size:28px;
    font-weight:300;
    transform:none;
    color:inherit;
}

#faq .accordion-button:not(.collapsed)::after{
    content:"−";
}

/* Body */
#faq .accordion-body{
    background:#fff;
    padding:22px 25px;
    color:#666;
    line-height:1.9;
    font-size:16px;
}

/* Mobile */
@media(max-width:768px){

#faq .section-title{
    font-size:32px;
}

#faq .accordion-button{
    font-size:16px;
    padding:18px;
}

}


/*--Houseboat category--*/

.menu-section{
    background:#f8fbfd;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#5b250c;
}

.section-subtitle{
    color:#666;
    font-size:16px;
}

/* Boat Card */
.boat-box{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.boat-box h3{
    font-size:28px;
    margin-bottom:15px;
    color:#5b250c;
}

/* Swiper */
.boat-box .swiper{
    width:100%;
    height:320px;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:15px;
}

.boat-box .swiper-slide img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:15px;
}

.boat-box p{
    color:#666;
    line-height:1.7;
    font-size:15px;
    margin-top:10px;
}

.btn-warning{
    border-radius:30px;
    padding:10px 25px;
    font-weight:600;
}
