/* Custom styles for a hotel under construction */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0;padding: 0;box-sizing: border-box;
    
}
:root{
    --font-family:"Figtree", sans-serif;
    --black:#000;
    --white:#fff;
    --text-color:#111;
    --bg-color-dark:#5d4215;
    /* font-size */
    --fz-14:14px;
    --fz-16:16px;
    --fz-18:18px;
    --fz-20:20px;
    --fz-24:24px;
    --fz-50:50px;
    --fz-55:55px;

}
body{
    font-family: var(--font-family);
    overflow-x: hidden;
}
.fw-300{
    font-weight: 300;
    font-family: var(--font-family)
}
.fw-400{
    font-weight: 400;
    font-family: var(--font-family)
}
.fw-500{
    font-weight: 500;
    font-family: var(--font-family)
}
.fw-600{
    font-weight: 600;
    font-family: var(--font-family)
}
.fw-700{
    font-weight: 700;
    font-family: var(--font-family)
}
.fw-800{
    font-weight: 800;
    font-family: var(--font-family)
}
.fw-900{
    font-weight: 900;
    font-family: var(--font-family)
}
.fz-14{font-size: var(--fz-14);}
.fz-16{
    font-size: var(--fz-16);
}
.fz-18{
    font-size: var(--fz-18);
}
.fz-24{
    font-size: var(--fz-24);
}
.section-pt{
   padding-top: 90px!important; 
}
.section-pb{
    padding-bottom: 90px!important; 
}
 
.cta{
    background-color: var(--white) !important;
    color: var(--bg-color-dark);
    width: 150px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-family);
    position: relative;
    overflow: hidden;
    transition: .3s;
    border: none;
    border-radius: 0px;
    
}

.cta:before{
    content: '';
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: rgba(0,0,0,1);
    transition: .5s;
    z-index: -1;
   
}
.cta:hover:before{
    transform: translateX(0);
    width: 100%;
}
.cta:hover

{
    color:white;
    z-index: 12;
    text-decoration: none;

}
.cta:active{
    color: var(--bg-color-dark);
}
.cta-dark{
    background: var(--bg-color-dark)!important;
    color: var(--white);
}
.detail-link{
    color: var(--bg-color-dark);
    font-weight: 600;
    font-size: 18px;
}
.heading-primary{
    font-size: var(--fz-55);
    font-weight: 700;
    margin-bottom: 25px !important;
    color: var(--black);

}
.heading-mb{
    margin-bottom: 54px!important;
}
.common-para{
    font-size: 20px;
    font-weight: 400;
    color: #777;
}
.contact-info{
    display: flex;
    align-items: center;
    color: white;
    list-style: none;
    justify-content: end;
    padding-block: 8px;
  
}
.contact-info li a{
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: var(--fz-16);
    font-weight: 500;
    color: var(--text-color);
    transition: .3s;
}
.contact-info li a:hover{
color: var(--bg-color-dark);
}
.custom-header{
    background-color: var(--bg-color-dark)!important;
    height: 130px;
    z-index: 999;
}
.custom-navbar-nav{
    gap: 40px;
}
.custom-navbar-nav.navbar-nav .nav-item.active .nav-link{
    background: none;

}
.custom-navbar-nav li a{
    font-size: 18px;
    transition: .3s;
    padding-inline: 0!important;
}
.custom-navbar-nav.navbar-nav .nav-item .nav-link:hover {
    background-color: none!important;
    color: #ddd;
    border-radius: 5px;
}
.book {
    margin-left: 67px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.hero-section {
    /* background: url('../images/mahakal.jpg') no-repeat center center; */
    /* background-size: cover;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; */
}
.home-slider .carousel-inner .carousel-item{
    height: 100vh;
    max-height: calc(100vh - 186px);

}
.home-slider .carousel-inner .carousel-item img{
    height: 100%;
    object-fit: cover;
}



.feature-icon {
    font-size: 3rem;
    color: #007bff;
}

.testimonial-card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-height: 240px;
}
.testimonial-card .card-body{
    padding: 40px;
}
.testimonial-card   .card-body .card-title{
    font-weight: 600;
}
.footer-menu a {
    color: #ffffff;
    margin: 0 15px;
    text-decoration: none;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.star-rating i {
    color: #FFD700; /* Gold color for stars */
    margin-right: 3px;
}

.img-logo {
    max-width: 100%;
    height: auto;
}

audio {
    display: none; /* Hide the audio player */
}

/* Welcome Section */



.welcome-section p {
    /* font-size: var(--fz-20); */
    margin-bottom: 30px;
     color: var(--text-color);;
    font-weight: 400;
    line-height: 1.5;
    font-size: var(--fz-16);
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

/* About Us Page */
.hero {
    background-image: url('/hotel/assets/images/about_us_banner.jpeg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 40px 0;
    max-height: calc(100vh - 172px);
    background-position: center;
}

.team-img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
}

/* Temple Card */
.temple-card {
    border: 1px solid #ddd;
    border-radius: 0px!important;
    transition: transform 0.5s, box-shadow 0.3s;
    border: none;
}
.temple-card .card-body .card-title{
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 22px;
}
.temple-card.card .card-img-wrap {
    overflow: hidden;
    background-color: lightgray;
    min-height: 238px;
}
.temple-card.card .card-img-wrap > img{
    height: 250px;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}
.temple-card.card:hover .card-img-wrap > img{
    transform: scale(1.1);
}

.temple-card:hover {
    /* transform: translateY(-16px); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Navigation Menu */
.navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 10px 15px;
    transition: background-color 0.3s, color 0.3s;
}



.navbar-nav .nav-item.active .nav-link {
    background-color: #0056b3;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
}
.navbar-nav .nav-item.active .nav-link {
 
    padding-bottom: 8px;

}
.custom-navbar-nav.navbar-nav .nav-item{
    position: relative;
}
.custom-navbar-nav.navbar-nav .nav-item.active:before {
width: 100%;
}
.custom-navbar-nav.navbar-nav .nav-item:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: white;
    transition: .3s;
    left: 50%;
    transform: translateX(-50%);
}
.custom-navbar-nav.navbar-nav .nav-item:hover:before {
    width: 100%;

}







/* Custom styles for the Our Amenities section */
#our-features {
    background-color: #fff4e3;
    padding: 60px 0;
}

.feature-icon {
    font-size: 3rem;
    color: var(--bg-color-dark);
    margin-bottom: 15px;
}

.feature-box {
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s;
}

.feature-box:hover {
    /* transform: translateY(-10px); */
}

.feature-box h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
}

.feature-box p {
    font-size: 0.95rem;
    color: #414141;
    margin-bottom: 0;
}
.common-card-gap.gx-4,
.common-card-gap.gy-4
{
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y:1.875rem;
}
.customer-review-slides::-webkit-scrollbar{
    display: none;
}
.subtitle-top {
    margin-bottom: 8px;
}
.btn-wrapper{
    margin-top: 48px;
}
.custom-slider-button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-color-dark);
    color: var(--white);
    width: 50px;
    height: 50px;
    text-decoration: none;
    font-size: 28px;
    border-radius: 50%;
    transition: .3s;
}
.custom-slider-button:hover{
    background-color: rgba(93, 66, 21,.8);
}
.custom-slider-button.swiper-button-prev{
    left: -4%;
}
.custom-slider-button.swiper-button-next{
    right: -4%;
}

.custom-slider-button::after{
    display: none;
    
}
.footer-menu {
    justify-content: end;
    display: flex;
    align-items: center;
}
.footer-notes{
    margin-top: 0;
    font-size: 14px;
}
.bg-pink{
    background-color: #fff4e3;
}
.contact-address{
    background: rgb(93, 66, 21,.9);
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding-inline: 50px;

}
.contact-address .info-item{
    text-align: center;
}
.address{
    font-size: 18px;
    font-weight: 500;
}
.contact-form {
    padding-inline: 40px;
}
.contact-form-row.gy-4{
    --bs-gutter-y: 5rem;

}
.custom-input-wrapper{
    margin-bottom: 22px;
}
.custom-input-wrapper > input,
.custom-input-wrapper > textarea
{
    padding: 10px 20px 10px 20px;
}
.form-cta-wrap{
    margin-top: 32px;
    margin-bottom: 0;
}

.offcanvas-header{
    background-color: var(--bg-color-dark);
}
.offcanvas-header .logo>img{
    max-width: 120px;
}
.gallery-container {
    padding: 30px 0;
}
.gallery-item{
    overflow: hidden;
}
.gallery-item img {
    height: auto;
    transition: transform 0.3s;
}
.gallery-item:hover img {
    transform: scale(1.1);
    cursor: pointer;
}
.navbar-toggler:focus{
 
    box-shadow: none;
}
button.offcanvas-close {
    margin-left: auto;
    background: none;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    color: white;
    font-size: 25px;
}

@media(max-width:767px){
    .section-pt {
        padding-top: 34px !important;
    }
    .section-pb {
        padding-bottom: 40px !important;
    }

    .custom-header{
        height: auto;
    }
    .navbar-brand.logo >img{
        max-width: 120px;
    }
    .custom-navbar-nav.navbar-nav .nav-item .nav-link:hover,
    .navbar-nav .nav-item.active .nav-link
    {
        color: var(--bg-color-dark);
    }
    .custom-navbar-nav .nav-item .nav-link{
        color: #000;
        text-align: center;
    }
    .home-slider .carousel-inner .carousel-item{
        height: 50vh;
    }
    .home-slider .carousel-inner .carousel-item img{
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .custom-navbar-nav {
        gap: 16px;
    }
    .book{
        margin-left: 0!important;
        margin-top: 16px;
        display: flex;
        justify-content: center;
    }
    .book .btn-book-now{
        background-color: var(--bg-color-dark)!important;
        color: white;
    }
    .heading-primary{
        font-size: 34px
    }
    .temple-card >.card-body{
        padding-inline: 0;
    }
    .feature-box{
        padding-block: 16px;
    }
    .heading-mb {
        margin-bottom: 30px !important;
    }
    .common-card-gap.gx-4, .common-card-gap.gy-4{
        --bs-gutter-y: 16px; 
    }
    .contact-form {
        padding-inline: 0;
    }
    .contact-card{
        padding-block: 0;
    }
    .contact-address{
        padding-block: 50px;
    }
   
    
}

@media(min-width:768px){
    .temple-card.card .card-img-wrap > img{
        height: 154px;
    }
    .home-slider .carousel-inner .carousel-item{
        height: 40vh;
    }
    .welcome-row.gx-5{
        --bs-gutter-x: 3rem;
        
    }
    .heading-primary{
        font-size: 34px;
    }
    .temple-card.card .card-img-wrap{
        min-height: 154px;
    }
    .img-logo {
        max-width: 150px;
        height: auto;
    }
    .custom-header{
        height: auto;
    }
    .custom-navbar-nav li a{
        color: black!important;
    }
    .custom-navbar-nav {
        gap: 4px;
    }
    .book{
        margin-left: 0;
    }
  .btn-book-now{
    background-color: var(--bg-color-dark)!important;
    color: white;
  }
}
@media(min-width:1200px){
    .btn-book-now{
        background-color: var(--white)!important;
        color: var(--bg-color-dark);
      }
      .cta-dark{
        background-color: var(--bg-color-dark)!important;
        color: white;
      }
    .book{
        margin-left: 67px;
    }
    .custom-navbar-nav {
        gap: 40px;
    }
    .custom-navbar-nav li a{
        color: white!important;
    }

    .temple-card.card .card-img-wrap{
        min-height: 250px
    }
    .temple-card.card .card-img-wrap > img{
        height: 250px;
    }
    .welcome-row.gx-5{
        --bs-gutter-x: 4rem;
    }
    .welcome-img-wrap {
        background: lightgray;
        max-width: 520px;

    }
    .welcome-img-wrap img{
        min-height: 550px;
        object-fit: cover;
        max-width: 520px;

      
    }
    .heading-primary {
        font-size: 42px;
    }
    .home-slider .carousel-inner .carousel-item{
        height: 100vh;
    }
    .logo>img{
        max-width: 150px;
    }
    .custom-header{
        height: auto;
    }
    .home-slider .carousel-inner .carousel-item {
        height: 100vh;
        max-height: calc(100vh - 164px);
       
    }
}

@media (min-width: 1400px) {
    .home-slider .carousel-inner .carousel-item {
        height: 100vh;
        max-height: calc(100vh - 186px);
    }
    .custom-header{
        height: 130px;
    }
    .logo>img{
        max-width: 100%;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
    .heading-primary{
        font-size: var(--fz-55)
    }
    .home-slider .carousel-inner .carousel-item{
        height: 100vh;
    }
}



/* Room Details List */
.room-details {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.room-details li {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #444;
}

.room-details li i {
    color: #5d4215;
    margin-right: 8px;
}

/* Button Styling */
.detail-link {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.9rem;
    color: #fff;
    background-color: #5d4215;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.detail-link:hover {
    background-color: #7a4d02;
}