/*
Template Name: Hotells
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body{
font-family: 'Mulish', sans-serif;
}
ul{
list-style:none;
padding:0;
 }


h1,h2,h3,h4,h5{
font-weight:bold;
 }

a{
color: #333;
text-decoration:none;
 }
a:hover{
text-decoration:none;
color: #ffac41;
 }
a:focus{
text-decoration:none;
color: #ffac41;
 }


.button{
background:#ffac41; 
color:#fff!important;
display: inline-block;
transition: 0.3s;
padding: 17px 45px 17px 45px;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
 }

.button:hover{
background:#3a3138!important; 
color:#fff!important;
 }
 
.button_1{
background:#3a3138; 
color:#fff!important;
display: inline-block;
transition: 0.3s;
padding: 17px 45px 17px 45px;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
 }

.button_1:hover{
background:#ffac41!important; 
color:#fff!important;
 }
 
.button_2{
background:#ffac41; 
color:#fff!important;
display: inline-block;
transition: 0.3s;
padding: 17px 45px 17px 45px;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
 }

.button_2:hover{
background:#fff!important; 
color:#333!important;
 }

.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}

.col_yell{
color: #ffac41!important; 
 }
.bg_yell{
background: #ffac41!important; 
 }
.bg_dark{
background: #3a3138!important; 
 }

hr{
opacity:1;
background-color:#f9e5cb; 
 }
.font_14{
font-size:14px; 
 }

.font_12{
font-size:12px; 
 }
.font_13{
font-size:13px; 
 }
.font_10{
font-size:10px; 
 }
.font_8{
font-size:8px; 
 }
.font_60{
font-size:60px; 
 }
.font_50{
font-size:50px; 
 }

.line {
height:4px!important;
width: 80px;
background-color:#ffac41;
}


.p_3{
padding-top:30px;
padding-bottom:30px; 
 }

.border_1{
border:1px solid #f9e5cb;
 }

.carousel_p .carousel-indicators {
bottom: -60px!important;
}
.carousel_p {
padding-bottom: 70px!important;
}

/*********************top****************/
.top_1l span{
width:50px;
height:50px;
line-height:50px;
font-size:20px; 
 }
.top_1r ul li{
margin-left:8px;
margin-right:8px;
 }
.main_1{
z-index:2; 
 }
/*********************top_end****************/

/*********************header****************/
.nav_hide:after{
display:none; 
 }

#header{
border-top:1px solid rgba(106, 101, 101, 0.7); 
 }
#header .navbar-brand{
font-size:34px;
margin-right:30px;
margin-top:2px;
display:none;
 }
.navbar-collapse {
align-items:start;
}

#header .nav-link{
padding:10px 22px;
text-transform:uppercase;
color:#fff;
font-size:14px;
font-weight:bold;
 }
#header .nav-link:hover{
background:none;
color:#ffac41;
 }
#header .nav-link:focus{
background:none;
color:#ffac41;
 }
#header .active{
background:none;
color:#ffac41;
 }


.drop_1{
min-width:220px;
padding:0;
border-radius:0;
margin-top:18px!important;
border:none;
background:#fff;
font-size:14px;
 }
.drop_1 a{
padding-top:15px;
padding-bottom:15px;
border-bottom:1px solid #f9e5cb;
color:#333;
font-weight:bold;
 }
.drop_1 a:hover{
background:#ffac41;
color:#fff;
 }

.sticky {
position: fixed;
top: 0;
width: 100%!important;
z-index:3;
background-color: rgba(0, 0, 0, 0.9);
}
.sticky {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
}

.sticky .navbar-brand{
display:block!important;
 }
 /* Background blur */
.modal-backdrop.show {
  backdrop-filter: blur(6px);
  background-color: rgba(0,0,0,0.4);
}

/* Glass yellow form */
.glass-card {
  background: rgba(255, 193, 7, 0.25);
  backdrop-filter: blur(15px);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

/* Inputs */
.glass-input {
  background: rgba(255,255,255,0.7);
  border: none;
  border-radius: 8px;
}

/* Button */
.book-btn {
  background: #ffc107;
  color: black;
  font-weight: bold;
  border-radius: 8px;
  transition: 0.3s;
}

.book-btn:hover {
  background: #ffca2c;
}

/* Animation */
.modal-content {
  animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*********************header_end****************/


/*********************common****************/
.pages ul li{
 display:inline-block;
 }
.pages ul li a{
display:block;
color: #0c121d;
 margin: 0 2px;
 width:40px;
 height:40px;
 line-height:38px;
 text-align:center;
 border:1px solid #f9e5cb;
 background:#fff;
 }
.pages ul li a:hover{
 background: #ffac41;
 border:1px solid #ffac41;
 }
.pages ul li a:hover{
 color: #fff!important;
 }
.act{
background:#ffac41!important;
border:1px solid #ffac41!important;
color:#fff!important;
 }

 /* footer social icons */
ul.social-network {
list-style: none;
display: block;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoFacebook:hover {
background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}

.social-circle li a {
display:inline-block;
position:relative;
margin:0 2px 0 2px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 40px;
height: 40px;
}
.social-circle li i {
margin:0;
line-height:40px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.form-control:focus{
  box-shadow:none;
 border-color:#f9e5cb; 
 }
.form-select:focus{
 box-shadow:none;
 border-color:#f9e5cb;  
 }
.form-control{
border-color:#f9e5cb;
box-shadow:none;
border-radius:0;
height:51px;
 }
.form-select{
border-color:#f9e5cb;
box-shadow:none; 
border-radius:0;
height:51px;
color:#777;
 }

.shadow_box{
box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
 }
.carousel-indicators [data-bs-target] {
 background-color:#ffac41; 
}

.input-group .form-control{
height:auto; 
 }
.input-group .form-control:focus{
box-shadow:none;
 }
.form-check .form-check-input:checked {
background-color: #ffac41;
border-color: #ffac41;
}
.form_text{
height:150px!important; 
 }
.main_o1{
background-color: #3a313887;
 }
.room_2il1i1 span{
border-radius:30px; 
 }
.room_2il1i1{
bottom:-15px; 
 }
/*********************common_end****************/

/*********************book****************/
#book {
background-image: url(../img/2.jpg);
background-position: center;
}
.book_m{
padding-top:100px;
padding-bottom:100px;
background-color: #3a3138c7;
 }
/*********************book_end****************/

/*********************gallery****************/

.homei1i2 ul li a {
background:#fff;
width: 40px;
height: 40px;
line-height: 40px;
display: block;
color:#333;
text-align:center;
}
#gallery .modal-dialog {
max-width: 770px;
}
.homei1i1 img{
min-height:260px; 
 }
.homei1i2{
padding-top:32%;
display:none; 
 }
.homei1:hover .homei1i2{
display:block; 
 }
/*********************gallery_end****************/

/*********************footer****************/
.hr_1{
background-color:#5c4e5a;
 }
/*********************footer_end****************/


@media screen and (max-width : 767px){

/* HEADER */
#header{
background:#000;
}

.navbar{
padding-top:10px!important;
padding-bottom:10px!important;
background-color: rgba(0, 0, 0, 0.9);
display:flex!important;
align-items:center!important;
justify-content:space-between!important;
flex-wrap:nowrap!important;
position:relative;
}

/* BRAND */
#header .navbar-brand{
display:flex!important;
align-items:center!important;
font-size:24px!important;
margin:0!important;
padding:0!important;
max-width:75%;
white-space:normal;
}

/* TOGGLER BUTTON RIGHT */
.navbar-toggler{
margin-left:auto!important;
box-shadow:none!important;
background:#fbfbfb!important;
border:none!important;
border-radius:8px!important;
padding:10px 12px!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
}

/* COLLAPSE MENU */
.navbar-collapse{
position:absolute;
top:100%;
right:0;

width:260px;

background:#111;

padding:10px 15px;

border-radius:12px;

box-shadow:0 10px 30px rgba(0,0,0,0.4);

z-index:9999;

display:none;
}

/* SHOW DROPDOWN WHEN OPEN */
.navbar-collapse.show{
display:block!important;
}

/* NAV LINKS */
#header .nav-link{
font-size:20px!important;
border-bottom:1px solid #323131;
padding-top:12px;
padding-bottom:12px;
display:block;
width:100%;
}

/* DROPDOWN */
.drop_1{
margin-top:0!important;
min-width:100%;
}

.drop_1 a{
font-size:18px;
}

/* OTHER ORIGINAL STYLES */
.sticky .drop_1{
margin-top:0!important;
}

.line{
margin-left:auto;
margin-right:auto;
}

.pages ul li{
margin-top:5px;
margin-bottom:5px;
}

.center_sm{
text-align:center!important;
}

#top{
display:none;
}

#header .button{
margin-top:15px;
width:100%;
text-align:center;
}

.room_2il{
margin-top:8px;
margin-bottom:8px;
}

.serv_1 p{
text-align:left;
}

.serv_1 br{
display:none;
}

.homei1i2{
padding-top:42%;
}

.homei1{
margin-top:8px;
margin-bottom:8px;
}

.testim_1i{
margin-top:15px;
}

.book_m{
padding-top:50px;
padding-bottom:50px;
background-color:#3a3138c7;
}

.footer_1i{
margin-top:8px;
margin-bottom:8px;
}

#footer .pe-0{
padding-right:12px!important;
}

#footer h3{
text-align:center;
}

#footer h5{
text-align:center;
}

.footer_2{
text-align:left!important;
}

.center_o{
padding-top:40px!important;
padding-bottom:40px!important;
}

.sub_1l br{
display:none;
}

.sub_1l p{
text-align:left;
}

.sub_1l .button{
padding-left:10px;
padding-right:10px;
}

.sub_1l .button_1{
padding-left:10px;
padding-right:10px;
}

.blog_1dt4il{
margin-top:10px;
}

.blog_1dt4il h6{
text-align:center;
}

}
@media (min-width:576px) and (max-width:767px) {

 }
@media (min-width:768px) and (max-width:991px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.drop_1{
left:auto!important;
right:0!important;
 }
#header .nav-link {
padding: 10px 6px;
font-size:13px;
}
.homei1i2 {
padding-top: 48%;
}
 }
@media (min-width:871px) and (max-width:991px) {
#header .nav-link {
padding: 10px 12px;
}
 }
@media (min-width:992px) and (max-width:1200px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.drop_1{
left:auto!important;
right:0!important;
 }
#header .nav-link {
padding: 10px 15px;
}
 }
@media (min-width:1201px) and (max-width:1360px) {

 }
.price-highlight {
  color: red;
  font-weight: bold;
}
/* =========================
   CLEAN LUXURY CONTACT FORM
   (HIGH VISIBILITY VERSION)
========================= */

.contact-glass-wrapper {
  max-width: 850px;
  margin: auto;
  padding: 45px;
  border-radius: 22px;

  /* stronger background = better readability */
  background: rgba(20, 20, 20, 0.65);

  /* lighter blur (not overdone) */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 215, 0, 0.25);

  box-shadow:
    0 25px 60px rgba(0,0,0,0.6),
    inset 0 0 15px rgba(255,255,255,0.05);

  color: #fff;

  transition: 0.4s ease;
}

/* HEADER */
.contact-glass-header h2 {
  color: #fff;
  font-weight: 800;
}

.contact-glass-header p {
  color: rgba(255,255,255,0.75);
}

/* INPUTS (FIXED VISIBILITY) */
.glass-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;

  background: rgba(255,255,255,0.95); /* ðŸ‘ˆ KEY FIX (VISIBLE NOW) */
  border: 2px solid rgba(0,0,0,0.1);

  color: #111;

  outline: none;
  font-size: 15px;

  transition: 0.25s ease;
}

/* placeholder readable */
.glass-input::placeholder {
  color: rgba(0,0,0,0.5);
}

/* focus */
.glass-input:focus {
  border-color: #f4c430;
  box-shadow: 0 0 10px rgba(244,196,48,0.6);
  transform: translateY(-2px);
}

/* textarea */
.textarea {
  height: 140px;
  resize: none;
}

/* BUTTON (MORE CLICKABLE) */
.glass-btn {
  background: linear-gradient(135deg, #f4c430, #ffdd57);
  border: none;
  padding: 14px 40px;
  border-radius: 40px;

  font-weight: 800;
  color: #111;

  box-shadow: 0 10px 25px rgba(244,196,48,0.4);

  transition: 0.3s ease;
  cursor: pointer;
}

.glass-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(244,196,48,0.7);
}

/* make wrapper slightly lift but not weird */
.contact-glass-wrapper:hover {
  transform: translateY(-3px);
}

/* background improvement (IMPORTANT) */
#contact {
  background: linear-gradient(135deg, #f3f6f8, #f6f7f3, #f8f9f9);
  padding: 60px 0;
}
/* =========================
   COMPACT GOLD GLASS MODAL
   (NO SCROLL REQUIRED)
========================= */

.contact-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}

/* BACKDROP */
.contact-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(6px);
}

/* MODAL BOX (SMALLER + CENTERED) */
.contact-modal-content {
  position: relative;
  width: 92%;
  max-width: 520px;

  margin: 40px auto;
  padding: 18px 20px;

  border-radius: 18px;

  background: rgba(255, 215, 0, 0.10);
  backdrop-filter: blur(16px);

  border: 1px solid rgba(255, 215, 0, 0.35);

  box-shadow: 0 20px 50px rgba(0,0,0,0.6);

  animation: popIn 0.25s ease;
}

/* HEADER (COMPACT) */
.contact-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 12px;
}

.contact-modal-header h3 {
  color: #ffd700;
  font-size: 18px;
  margin: 0;
}

.close-btn {
  font-size: 26px;
  cursor: pointer;
  color: #ffd700;
}

/* FORM GRID (2 COLUMNS) */
.contact-glass-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* FULL WIDTH FIELDS */
.textarea,
.glass-btn {
  grid-column: span 2;
}

/* INPUTS (SMALLER HEIGHT) */
.glass-input {
  width: 100%;
  padding: 10px 12px;

  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.1);

  background: rgba(255,255,255,0.95);
  font-size: 14px;
  color: #111;

  outline: none;
}

/* FOCUS */
.glass-input:focus {
  border-color: #ffd700;
  box-shadow: 0 0 8px rgba(255,215,0,0.6);
}

/* TEXTAREA (SMALL HEIGHT) */
.textarea {
  height: 80px;
  resize: none;
}

/* BUTTON ALWAYS VISIBLE */
.glass-btn {
  background: linear-gradient(135deg, #ffd700, #ffcc33);
  border: none;

  padding: 10px;
  border-radius: 30px;

  font-weight: 800;
  color: #111;

  box-shadow: 0 8px 20px rgba(255,215,0,0.4);

  cursor: pointer;

  margin-top: 4px;
}

.glass-btn:hover {
  transform: translateY(-2px);
}

/* ANIMATION */
@keyframes popIn {
  from { transform: scale(0.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
/* smooth error transition */
.glass-input {
  transition: 0.2s ease;
}

/* optional: focus glow still nice even after error */
.glass-input:focus {
  border-color: #ffd700 !important;
  box-shadow: 0 0 8px rgba(255,215,0,0.6);
}
