/* =========================
  PREMIUM HEADER
========================= */
.premium-header{
  font-family: 'Poppins', sans-serif;
}

.topbar{
  /* background: linear-gradient(90deg, #72c6ff, #b0ffb1); */
  background: linear-gradient(90deg, #f3f3f3, #f5f5f5);
  color:#111;
  padding: 10px 0;
  font-size: 13px;
}

.topbar .top-left span,
.topbar .top-right span{
  margin-right: 25px;
}

.topbar .top-right a{
  color:#111;
}

.brand{
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color:#111;
  text-decoration:none;
  font-weight: 800;
  letter-spacing: 1px;
}

.brand span{
  color:#ff6b6b;
}

/* Main header */
.header-main{
  padding: 18px 0;
  background: linear-gradient(90deg, #ffffff, #f5fbff);
  position: relative;
  z-index: 5;
}

.search-box{
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: auto;
}

.search-box input{
  width: 100%;
  padding: 15px 18px;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #d8e6ff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  font-size: 14px;
  outline: none;
  transition: all .3s ease;
}

.search-box input:focus{
  border-color:#6ad2ff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.search-box button{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background:#ff6b6b;
  border:0;
  width: 54px;
  height: 54px;
  /* border-radius: 50%; */
  border-bottom-left-radius: 15%;
  border-top-left-radius: 15%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color:#fff;
  font-size: 18px;
  box-shadow: 0 10px 25px rgba(255,107,107,0.35);
  cursor:pointer;
  transition: transform .3s ease;
  padding: 0px;
}
button:before {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    background:#e71212 !important;
    /* border-radius: 50%; */
    border-bottom-left-radius: 15%;
  border-top-left-radius: 15%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 10px 25px rgba(255,107,107,0.35);
    padding: 0px;
}
.search-box button:hover{
  transform: translateY(-50%) scale(1.05); 
  /* background:#02d914; */
  background:linear-gradient(90deg, #71081d, #981f1f)
}

.search-suggestions{
  position:absolute;
  width:100%;
  background:#fff;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  top: 58px;
  display:none;
  z-index: 10;
}

.suggest-item{
  padding: 12px 16px;
  cursor:pointer;
  transition: background .2s;
}

.suggest-item:hover{
  background:#f5f8ff;
}

/* Icons */
.icon-bar{
  display:flex; 
  justify-content:flex-end;
  align-items:center;
  /* text-align: left;
  padding-top: 10px; */
}

.icon-btn{
  position: relative;
  /* margin-left: 12px; */
  margin: 12px;
  color:#111;
  text-decoration:none;
  font-size: 18px;
  transition: transform .3s ease;
}

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

.badge{
  position:absolute;
  top:-8px;
  right:-10px;
  background:#ff6b6b;
  color:#fff;
  padding: 2px 6px;
  border-radius: 50%;
  font-size: 11px;
}

/* Navigation */
.nav-menu{
  background: linear-gradient(90deg, #e7f7ff, #fff);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.nav-menu ul{
  list-style:none;
  display:flex;
  justify-content:left;
  padding: 10px 0;
  margin:0;
}

.nav-menu ul li{
  margin: 0 20px;
  position:relative;
}

.nav-menu ul li a{
  color:#111;
  text-decoration:none;
  font-weight:600;
  font-size: 15px;
  padding: 10px 0;
  transition: color .3s;
}

.nav-menu ul li a:hover{
  color:#ff6b6b;
}

.dropdown:hover .mega-panel{
  display:block;
}

/* Mega panel */
.mega-panel{
  position:absolute;
  /* width: 100%; */
  /* width: 700px; */
  width: 250px;
  left:0;
  /* top: 55px; */
  top: 25px;
  background:#fff;
  /* padding: 25px 30px; */
  padding: 25px 25px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  display:none;
  z-index: 100;
}

.mega-panel h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
  color:#111;
}

.mega-list{
  /* list-style:none;
  padding:0; */
  list-style: none !important;
  padding: 0px !important;
  display: block !important;
}

.mega-list li{
  margin: 8px 0;
}

.mega-list li a{
  color:#111;
  text-decoration:none;
  font-size: 14px;
}

.mega-list li a:hover{
  color:#ff6b6b;
}

/* Mobile */
.mobile-menu{
  display:none;
  background: linear-gradient(90deg, #72c6ff, #b0ffb1);
  padding: 15px 0;
}

.mobile-menu ul{
  list-style:none;
  padding:0;
  margin:0;
}

.mobile-menu ul li{
  margin: 10px 0;
}

.mobile-menu ul li a{
  color:#111;
  text-decoration:none;
  font-size: 16px;
  font-weight:600;
}

/* RESPONSIVE */
@media (max-width: 768px){
  .hidden-xs { display:none; }
  .mobile-menu{ display:block; }
  .nav-menu{ display:none; }
}



/* 
.svg-bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index: -1;
} */


/* =========================
   PREMIUM FOOTER
========================= */
.premium-footer{
    /* background: linear-gradient(90deg, #0e0e0e, #818181); 
    background: linear-gradient(49deg, #072f6d, #003abdc9, #13328d, #061b5b, #0b35af);
    background: linear-gradient(16deg, #0744a1, #003abdc9, #0732af, #4c78ff, #0b35af);
    linear-gradient(19deg, #070707, #000000eb, #000000, #00040ffa, #192a59fa)
    
    background: linear-gradient(323deg, #b4c6cf, #f1f1f1);
    linear-gradient(
19deg, #070707, #000000eb, #000000, #00040ffa, #192a59fa)
    */
    /* background: radial-gradient(854px circle at 43% 77%, rgb(60 110 255 / 57%), #00000000 55%), radial-gradient(900px circle at -10% 100%, rgb(4 53 107 / 21%), #00000047 50%), linear-gradient(76deg, #070707 0%, #000000 35%, #020617 60%, #192a59 100%);
     */
      background:
    radial-gradient(
      800px circle at 50% -20%,
      rgba(114, 198, 255, 0.15),
      transparent 60%
    ),
    linear-gradient(
      180deg,
      #050505,
      #000000,
      #030814,
      #0e1b3d
    );
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    color:#fff;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

.premium-footer h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    margin-bottom: 15px;
}

.premium-footer h4{
    font-weight: 700;
    margin-bottom: 15px;
}

.pfh4
{
    color:#ffffff;
}

.premium-footer ul{
    list-style:none;
    padding:0;
}

.premium-footer ul li{
    margin:8px 0;
}

.premium-footer ul li a{
    color:#fff;
    font-size:14px;
}

.premium-footer ul li a:hover{
    color:#b9b9b9;
}
/* .premium-footer ul li a:hover{
    color:#000;
} */

.premium-footer .social a{
    margin-right:12px;
    font-size:18px;
    color:#fff;
}

.premium-footer .newsletter input{
    width:100%;
    padding: 12px;
    border-radius: 10px;
    border:0;
    margin-bottom:10px;
}

.premium-footer .newsletter button{
    width:100%;
    padding: 12px;
    border-radius: 10px;
    border:0;
    background:#333;
    color:#fff;
    font-weight:700;
}

.premium-footer .payments img{
    width:50px;
    margin-right:10px;
    margin-top:10px;
}

.footer-bottom{
    margin-top: 25px;
    text-align:center;
    font-size: 13px;
    opacity:0.8;
}


/* MOBILE MENU BASE */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 360px;
  height: 100vh;
  /* background:
    radial-gradient(
      600px circle at 20% -10%,
      rgba(114,198,255,0.15),
      transparent 60%
    ),
    linear-gradient(
      180deg,
      #050505,
      #000000,
      #030814,
      #0e1b3d
    ); */
  background:
    radial-gradient(600px circle at 20% -10%, rgb(6 91 149 / 97%), #2f41a79e 60%), linear-gradient(180deg, #a09898, #d2d2d2, #2d323c, #0e1b3d);
  z-index: 9999;
  transition: right 0.35s ease;
  padding: 20px;
}

/* ACTIVE STATE */
.mobile-menu.active {
  right: 0;
}

/* HEADER */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
}

.mobile-menu-header i {
  font-size: 22px;
  cursor: pointer;
}

/* MENU LIST */
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  margin-bottom: 18px;
}

.mobile-menu ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* DIVIDER */
.mobile-menu .divider {
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin: 20px 0;
}

/* OVERLAY */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(2px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* HIDE DESKTOP NAV ON MOBILE */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
}


.mobile-nav-list li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  font-size: 16px;
  color: #fff;
}

.mobile-nav-list li a i {
  width: 22px;
  text-align: center;
  font-size: 18px;
  opacity: 0.9;
}
