* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.navbar-collapse {
   flex-direction: row;
  justify-content: space-around; 
}
.custom-nav{
    font-weight: bold;
}
.navbar{
 background: #3F0411;
  padding: 18px 14px;
}
.navbar-brand{
color: white;
font-family:'Lora', serif;
font-weight: bold;
padding-top: 6px;
display: flex;
align-items: center;
}
.flag{
  max-width: 30px;
  height: 25px;
  border-radius: 100%;
}
.book-now{
    padding:12px 28px;
  border-radius:30px;
  border:none;
  color:#fff;
  background-color: #c2823d;
  font-weight:600;
  transition:.3s ease;
}
/* Hero Section */
#hero {
  position: relative;
  overflow: hidden;
}

#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
  height: 90vh;
  overflow: hidden;
    position: relative;

}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.custom-caption {
  z-index: 2;
  bottom: 20%;
  text-align: center;
}
.custom-caption h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(
  to bottom,
  rgba(63, 4, 17, 0.05) 0%,
  rgba(63, 4, 17, 0.2) 60%,
  rgba(63, 4, 17, 0.35) 100%
);
}
.custom-caption p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 28px;
  color: #fff;
  font-weight: 500;
}
.hero-btn {
  background: rgba(194, 130, 61, 0.95);
  color: #3F0411;
  padding: 12px 28px;
  border: 1px solid #c2823d;
  border-radius: 30px;
  font-weight: 700;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background: #3F0411;
  color: #fff;
  border: 1px solid #3F0411;
}
.carousel-control-prev,
.carousel-control-next {
  width: 6%;
  z-index: 3;
  filter: brightness(0) saturate(100%) invert(72%) sepia(28%) saturate(886%) hue-rotate(353deg) brightness(86%) contrast(87%);
}
/* Welcome Section */
.welcome-section{
  padding:100px 0;
  background:linear-gradient(to bottom,#F8F5F2,#EFE8E2);
}

.welcome-img{
  width:100%;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.welcome-content{padding-left:30px;}

.welcome-badge{
  display:inline-block;
  background:#3F0411;
  color:#D6B36A;
  padding:6px 14px;
  border-radius:20px;
  font-size:0.95rem;
  text-transform:uppercase;
  margin-bottom:30px;
}

.welcome-title{
  color:#3F0411;
  font-size:2.6rem;
  font-weight:700;
  margin-bottom:20px;
}

.welcome-content p{
  color:#555;
  font-size:1rem;
  line-height:1.9;
  margin-bottom:28px;
}

.welcome-buttons{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  margin-top: 40px;
}

/* BUTTONS (shared styles) */
.welcome-btn-primary,
.welcome-btn-secondary{
  padding:12px 28px;
  border-radius:30px;
  border:none;
  transition:.3s ease;
  color:#fff;
}

.welcome-btn-primary{background:#3F0411;}
.welcome-btn-primary:hover{
  background:#5A1A22;
  color:#c2823d;
}

.welcome-btn-secondary{
  background:#c2823d;
  padding:12px 35px;
  font-weight:300;
}
.welcome-btn-secondary:hover{color:#5A1A22;}

/* ICONS */
.welcome-btn-primary i,
.welcome-btn-secondary i{
  margin-right:8px;
}
/*features*/
.facilities-section{
  padding:100px 0;
  background:linear-gradient(to bottom,#f8f5f2,#efe8e2);
}

.section-badge{
  display:inline-block;
  padding:6px 14px;
  margin-bottom:18px;
  border-radius:20px;
  background:#3F0411;
  color:#D6B36A;
  font-size:.75rem;
  letter-spacing:1px;
  text-transform:uppercase;
}

.section-main-title{
  margin-bottom:50px;
  color:#3F0411;
  font-size:2.4rem;
  font-weight:700;
  line-height:1.3;
}

.facility-card{
  height:100%;
  padding:35px 25px;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s ease;
}

.facility-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(63,4,17,.12);
}

.facility-icon{
  width:70px;
  height:70px;
  margin:0 auto 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:19%;
  background:#3F0411;
  color:#D6B36A;
  font-size:1.6rem;
  transition:.3s ease;
}

.facility-card:hover .facility-icon{
  background:#c2823d;
  color:#fff;
}

.facility-content h3{
  margin-bottom:12px;
  color:#3F0411;
  font-size:1.35rem;
  font-weight:600;
}

.facility-content p{
  margin-bottom:0;
  color:#666;
  font-size:1rem;
  line-height:1.8;
}

/*Rooms*/
/* ROOMS */
.rooms-section{
  padding:100px 0;
  background:linear-gradient(to bottom,#f8f5f2,#efe8e2);
}

.review-badge{
  display:inline-block;
  padding:6px 14px;
  margin-bottom:18px;
  border-radius:20px;
  background:#3F0411;
  color:#D6B36A;
  font-size:.75rem;
  letter-spacing:1px;
  text-transform:uppercase;
}

.review-title{
  margin-bottom:50px;
  color:#3F0411;
  font-size:2.4rem;
  font-weight:700;
  line-height:1.3;
}

.room-card{
  height:100%;
  border:none;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s ease;
}

.room-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(63,4,17,.12);
}

.room-img-wrapper{
  position:relative;
  overflow:hidden;
}

.room-img-wrapper img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:.4s ease;
}

.room-card:hover .room-img-wrapper img{
  transform:scale(1.05);
}

.room-guests{
  position:absolute;
  top:15px;
  right:15px;
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:20px;
  background:rgba(63,4,17,.9);
  color:#fff;
  font-size:.9rem;
  font-weight:500;
}

.room-card .card-body{
  padding:25px;
}

.room-card .card-title{
  margin-bottom:12px;
  color:#3F0411;
  font-size:1.35rem;
  font-weight:600;
}

.room-card .card-text{
  margin-bottom:20px;
  color:#666;
  font-size:1rem;
  line-height:1.8;
}

.room-btn{
  display:inline-flex;
  align-items:center;
  padding:10px 22px;
  border-radius:30px;
  background:#c2823d;
  color:#fff;
  font-weight:500;
  transition:.3s ease;
}

.room-btn:hover{
  background:#3F0411;
  color:#fff;
}
/*testemonials*/
.testimonials-section{
  padding:100px 0;
  background:linear-gradient(to bottom,#f8f5f2,#efe8e2);
}

.testimonial-card{
  height:100%;
  padding:35px 30px;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  text-align:center;
}

.testimonial-author{
  margin-bottom:6px;
  color:#3F0411;
  font-size:1.2rem;
  font-weight:700;
}

.testimonial-text{
  margin-bottom:0;
  color:#666;
  line-height:1.8;
  font-size:1rem;
}

.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next{
  width:45px;
  height:45px;
  border-radius:50% !important;
  background:#3F0411 !important;
  color:#fff !important;
  transition:.3s ease;
}

.testimonial-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel .owl-nav button.owl-next:hover{
  background:#c2823d !important;
}

.testimonial-carousel .owl-dots .owl-dot span{
  width:10px;
  height:10px;
  background:#c2823d !important;
  opacity:.5;
}

.testimonial-carousel .owl-dots .owl-dot.active span{
  opacity:1;
}
/*footer*/
.footer{
  background:#3F0411;
  color:#fff;
}

.logo-footer{
  max-width:70px;
  height:auto;
}

.footer-text{
  margin-top:6px;
  color:rgba(255,255,255,.85);
  font-size:15px;
  line-height:1.6;
}

.footer-title{
  margin-bottom:18px;
  color:#D6B36A;
  font-size:1.15rem;
  font-weight:700;
}

.footer-links li,
.footer-contact li{
  margin-bottom:12px;
}

.footer-links a,
.footer-contact a,
.footer-social a
{
  color:#fff;
  text-decoration:none;
  transition:.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-social a:hover{
  color:#c2823d;
}

.footer-contact a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

@media (min-width:768px){
  .footer-contact a{
    justify-content:flex-start;
  }
}

.footer-divider{
  border-color:rgba(255,255,255,.12);
}

.footer-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-right:8px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  font-size:16px;
}

.footer-copy,
.footer-info{
  color:rgba(255,255,255,.8);
  font-size:15px;
}
.footer-info a{
  text-decoration: none;
      color: rgba(255, 255, 255, .8);
    font-size: 15px;
}

.footer-subtitle{
  margin-bottom:8px;
  color:#D6B36A;
  font-weight:700;
}

/*u mbyll home page*/
.container-about{
  background-image: url(/img/unnamed.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:bottom;
 height: 40rem;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}

.authotrimg {
  height: 80px;
}
/* CONTACT */
#contactForm,
#contactForms,
#mapSection{
  background:linear-gradient(to bottom,#f8f5f2,#efe8e2);
}

#contactForm{padding:100px 0 50px;}
#contactForms{padding:50px 0;}
#mapSection{padding:30px 0 100px;}

.card-contact,
.contact-card{
  background:#fff;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.card-contact{
  padding:35px;
}

.card-contact .card-body{
  padding:0;
}

.card-contact label{
  margin-bottom:8px;
  color:#777;
  font-weight:600;
  letter-spacing:.5px;
}

.card-contact .form-control{
  border:1px solid #e5ddd7;
  border-radius:14px;
  box-shadow:none;
  transition:.3s ease;
}

.card-contact .form-control:focus{
  border-color:#c2823d;
  box-shadow:0 0 0 .15rem rgba(194,130,61,.15);
}

.card-contact .btn{
  padding:12px 40px;
  border:none;
  border-radius:30px;
  background:#c2823d;
  color:#fff;
  font-weight:600;
  transition:.3s ease;
}

.card-contact .btn:hover{
  background:#3F0411;
  color:#fff;
}

.contact-card{
  height:100%;
  padding:35px 25px;
  text-align:center;
  transition:.3s ease;
}

.contact-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(63,4,17,.12);
}

.icon-box{
  width:70px;
  height:70px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#3F0411;
  color:#D6B36A;
  font-size:1.5rem;
  transition:.3s ease;
}

.contact-card:hover .icon-box{
  background:#c2823d;
  color:#fff;
}

.contact-card h5{
  margin:18px 0 10px;
  color:#3F0411;
  font-size:1.1rem;
  font-weight:700;
}

.contact-card p{
  margin-bottom:0;
  color:#666;
  line-height:1.8;
}

.map-container{
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.map-container iframe{
  display:block;
  width:100%;
  border:0;
}

.rooms-hero-section{
  position:relative;
  min-height:70vh;
  display:flex;
  align-items:center;
  background:url('../img/rooms/846317680.jpg')center 58% / cover no-repeat;;
}

.rooms-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgb(92 64 70 / 35%), rgb(63 4 17 / 34%));
}

.rooms-hero-content{
  position:relative;
  z-index:2;
  color:#fff;
  max-width:800px;
  margin:auto;
  padding:120px 0;
}

.rooms-hero-title{
  font-size:3rem;
  font-weight:700;
  margin:20px 0 15px;
}

.rooms-hero-text,
.rooms-intro-text,
.rooms-cta-text{
  max-width:760px;
  margin:auto;
  color:#666;
  line-height:1.8;
}

.rooms-hero-text{
  color:rgba(255,255,255,.9);
}

.rooms-intro-section,
.rooms-amenities-section,
.rooms-cta-section,
.room-showcase-section{
  padding:100px 0;
  background:linear-gradient(to bottom,#f8f5f2,#efe8e2);
}

.alt-room{
  background:#f4eeea;
}

.room-showcase-img img{
  width:100%;
  height:500px;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.room-showcase-content{
  padding:10px 15px;
}

.room-type-badge{
  display:inline-block;
  padding:7px 16px;
  margin-bottom:18px;
  border-radius:20px;
  background:#3F0411;
  color:#D6B36A;
  font-size:.75rem;
  letter-spacing:1px;
  text-transform:uppercase;
}

.room-showcase-title{
  color:#3F0411;
  font-size:2.2rem;
  font-weight:700;
  margin-bottom:20px;
}

.room-meta{
  display:flex;
  flex-wrap:wrap;
  gap:14px 20px;
  margin-bottom:20px;
}

.room-meta span{
  display:inline-flex;
  align-items:center;
  color:#3F0411;
  font-weight:500;
}

.room-showcase-text{
  color:#666;
  line-height:1.9;
  margin-bottom:20px;
}

.room-feature-list li{
  margin-bottom:10px;
  color:#555;
}

.room-feature-list i{
  color:#c2823d;
}

.room-cta-btn{
  padding:12px 30px;
  border-radius:30px;
  background:#c2823d;
  color:#fff;
  font-weight:600;
  transition:.3s ease;
}

.room-cta-btn:hover{
  background:#3F0411;
  color:#fff;
}


@media (max-width:991.98px){
  .rooms-hero-title{font-size:2.3rem;}
  .room-showcase-title{font-size:1.8rem;}
  .room-showcase-img img{height:380px;}
}

@media (max-width:767.98px){
  /*.rooms-hero-section{min-height:60vh;}
  .rooms-hero-content{padding:100px 0;}*/
  .rooms-hero-title{font-size:2rem;}
  .room-showcase-img img{height:300px;}
}

.gallery-section{
  padding:100px 0;
  background:linear-gradient(to bottom,#f8f5f2,#efe8e2);
}

.gallery-img{
  width:100%;
  height:320px;
  object-fit:cover;
  border-radius:18px;
  transition:.4s ease;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.gallery-img:hover{
  transform:scale(1.05);
}

@media(max-width:768px){
  .gallery-img{height:250px;}
  .section-main-title{
    font-size: 1.4rem;
   margin-bottom: 20px;
  }
}
.imtlogo{
  
    width: 150px;
}


/* WHY SECTION */
#why-choose-us {
  background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

/* TEXT */
.why-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* IMAGE */
.why-img-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.why-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}


#why-choose-us {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .welcome-section, 
  .facilities-section,
  .rooms-section,
  .testimonials-section,
  .rooms-intro-section, .rooms-amenities-section, .rooms-cta-section, .room-showcase-section,
  .gallery-section,.rooms-hero-content
  {
    padding: 40px 0;
  }
  .welcome-badge{
margin: 28px 0px;
  }
  .welcome-title{
    font-size: 1.5rem;
  }
  .welcome-buttons{
    gap: 10px;
  }
  .welcome-btn-secondary{
    margin-left: 0 !important;
  }
.logo-navbar,
.logo-footer {
  display: none;
  display: none !important;

 }
 
}
















































































/* Responsive */
@media (max-width: 992px) {
  .custom-navbar {
    padding: 15px 28px;
  }

  
  .navbar-nav {
    padding-top: 10px;
  
  }

  .navbar-nav .nav-link {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .custom-caption {
    left: 7%;
    right: 7%;
    bottom: 14%;
    max-width: 100%;
  }

  .custom-caption h1 {
    font-size: 2.6rem;
  }

  .custom-caption p {
    font-size: 1rem;
  }
}
/*tablet*/
@media (max-width: 768px) {
  .navbar-toggler-icon {
    filter: invert(1);
  }
}
