/* Start custom CSS for html, class: .elementor-element-d5128b6 *//* FIX HEADER BUTTONS */

.actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  flex-shrink:0;
}

.btn-login,
.btn-book{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:14px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s ease;
  white-space:nowrap;
}

.btn-login{
  color:#ffffff;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(255,255,255,0.04);
  backdrop-filter:blur(10px);
}

.btn-login:hover{
  background:rgba(255,255,255,0.10);
  transform:translateY(-2px);
}

.btn-book{
  background:linear-gradient(135deg,#d4a843,#f3cb72);
  color:#07140a;
  box-shadow:0 8px 20px rgba(212,168,67,0.30);
}

.btn-book:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(212,168,67,0.40);
}

/* MOBILE FIX */

@media(max-width:768px){

  .actions{
    width:100%;
    display:flex;
    gap:10px;
  }

  .btn-login,
  .btn-book{
    flex:1;
    width:100%;
    min-height:48px;
    font-size:13px;
    padding:0 14px;
  }

}
/* =========================================
   NIMOSH TRAVELS - PREMIUM FULL FIX CSS
========================================= */

/* GLOBAL FIX */

html{
  scroll-behavior:smooth;
}

body{
  overflow-x:hidden;
}

/* CONTAINER FIX */

.topbar-inner,
.header-inner,
.search-inner,
.hero-content{
  width:100%;
}

/* HEADER */

header{
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,0.05);
}

/* LOGO FIX */

.logo{
  position:relative;
  z-index:5;
}

.logo-image{
  transition:0.4s ease;
}

.logo-image:hover{
  transform:scale(1.05);
}

.logo-title{
  gap:1px;
}

.logo-title span{
  text-shadow:0 4px 18px rgba(0,0,0,0.25);
}

.logo-title .gold{
  margin-left:8px;
}

/* NAVBAR */

nav{
  transition:0.3s ease;
}

nav a{
  position:relative;
  overflow:hidden;
}

nav a::before{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:0%;
  height:2px;
  background:#f3cb72;
  transition:0.3s;
}

nav a:hover::before{
  width:100%;
}

/* BUTTONS */

.actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  flex-shrink:0;
}

.btn-login,
.btn-book{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:14px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s ease;
  white-space:nowrap;
}

.btn-login{
  color:#ffffff;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(255,255,255,0.04);
  backdrop-filter:blur(10px);
}

.btn-login:hover{
  background:rgba(255,255,255,0.10);
  transform:translateY(-2px);
}

.btn-book{
  background:linear-gradient(135deg,#d4a843,#f3cb72);
  color:#07140a;
  box-shadow:0 8px 20px rgba(212,168,67,0.30);
}

.btn-book:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(212,168,67,0.40);
}

/* SEARCH BAR */

.search-box{
  transition:0.3s ease;
}

.search-box:focus-within{
  border-color:rgba(115,219,146,0.6);
  box-shadow:0 0 0 3px rgba(115,219,146,0.12);
  background:rgba(255,255,255,0.09);
}

.search-btn{
  transition:0.3s ease;
}

.search-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 25px rgba(78,209,107,0.25);
}

/* HERO */

.hero{
  position:relative;
}

.hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:
  radial-gradient(circle at top right,
  rgba(115,219,146,0.08),
  transparent 30%);
}

.hero-content{
  position:relative;
  z-index:2;
}

.hero h1{
  text-shadow:0 10px 35px rgba(0,0,0,0.35);
}

.hero-buttons a{
  transition:0.3s ease;
}

.hero-buttons a:hover{
  transform:translateY(-3px);
}

/* STATS */

.stat{
  transition:0.3s ease;
}

.stat:hover{
  transform:translateY(-6px);
}

.stat h2{
  text-shadow:0 4px 15px rgba(0,0,0,0.25);
}

/* MOBILE MENU */

.menu-btn{
  transition:0.3s ease;
}

.menu-btn:hover{
  background:rgba(255,255,255,0.12);
}

/* RESPONSIVE FIX */

@media(max-width:1100px){

  .header-inner{
    flex-wrap:wrap;
    gap:18px;
  }

  nav{
    width:100%;
    border-top:1px solid rgba(255,255,255,0.06);
  }

}

@media(max-width:768px){

  .topbar-inner{
    justify-content:center;
    text-align:center;
  }

  .top-left,
  .top-right{
    justify-content:center;
  }

  .header-inner{
    padding:16px;
  }

  .logo{
    width:100%;
  }

  .logo-title{
    flex-wrap:wrap;
  }

  .logo-title span{
    font-size:24px;
  }

  .logo-image{
    width:58px;
    height:58px;
  }

  .actions{
    width:100%;
    display:flex;
    gap:10px;
  }

  .btn-login,
  .btn-book{
    flex:1;
    width:100%;
    min-height:48px;
    font-size:13px;
    padding:0 14px;
  }

  .hero{
    min-height:auto;
    padding:90px 18px;
  }

  .hero h1{
    font-size:40px;
    line-height:1.15;
  }

  .hero p{
    font-size:15px;
    line-height:1.7;
  }

  .hero-buttons{
    flex-direction:column;
  }

  .hero-buttons a{
    width:100%;
  }

  .stats{
    gap:25px;
  }

}

@media(max-width:480px){

  .logo-title span{
    font-size:20px;
  }

  .logo-tagline{
    font-size:7px;
    letter-spacing:0.12em;
  }

  .hero h1{
    font-size:34px;
  }

  .hero-badge{
    font-size:10px;
    padding:8px 14px;
  }

  .search-box{
    min-width:100%;
  }

}/* End custom CSS */