:root{
  --theme-dark:         #040405;
  --theme-cyan-dark:    #c0e6e7;
  --theme-cyan-light:   #bfeaea;
}
body{
  font-family: "Manrope", sans-serif;
  background-color: var(--theme-dark);
  color: #ffffff;
}
a { text-decoration: none; color:inherit; transition: 0.3s ease-in-out all; -webkit-transition: 0.3s ease-in-out all; -mos-transition: 0.3s ease-in-out all; -ms-transition: 0.3s ease-in-out all; }
p { color: var(--theme-gray); font-weight: 400; font-size: 18px; line-height: 180%;}
h1,h2,h3,h4,h5,h6 {color: var(--theme-black);}
@media(max-width:1366px){
  p{font-size: 16px;}
}
@media(max-width:1199px){
  p{font-size: 14px;}
}
  /* width */
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
      background-color: var(--theme-dark);
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
      background-color: var(--theme-cyan-light);
      border-radius: 10px;
  }
/* ============ Form CSS Start ============*/
label { font-size: 14px; color: var(--theme-gray); }
.form-control::placeholder { color: var(--theme-gray); opacity: 0.25; }
.form-group { margin-bottom: 20px; }
.form-control { border-radius: 6px; padding: 10px; font-size: 14px; }
.form-control:focus { box-shadow: none; border-color: var(--theme-black);}
.form-label { font-size: 14px; color: var(--theme-gray); margin-bottom: 5px; font-weight: 500; }
textarea { resize: none; }
label.error, .error,.varGiftCardCouponError {padding-left: 20px;color: #ff8181 !important;font-size: 12px !important;font-weight: 300;margin: 0;letter-spacing: 0.75px;}
.captcha-image .captcha{display: flex; justify-content: center;flex-direction:column; margin-top: 20px;}
.alert{padding: 8px 10px;font-size: 14px;font-weight: 400;}
.alert-warning{color: var(--bs-warning-bg-subtle); background-color: transparent; display: inline-flex;}
@media(max-width:767px) {
  .form-label { font-size: 13px; font-weight: 500; }
}
/* ============ Form CSS End ============*/

/* ============ Thumbnail Container Start ============*/
.thumbnail-container,
.thumbnail_container { padding-bottom: 100%; overflow: hidden; position: relative; width: 100% }
.thumbnail { margin: 0; display: block; padding: 0; border: none; height: 100%; width: 100%; position: absolute; background: 0 0 }
.thumbnail img { display: block; height: auto; max-height: 100%; max-width: 100%; width: auto; top: 0; left: 0; bottom: 0; right: 0; margin: auto; position: absolute; -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out }
/* ============ Thumbnail Container End ============*/

/* ============ Cookie Popup Start ============*/
.cookie_popup { position: fixed; bottom: 15px; left: 15px; background-color: rgb(30 31 31 / 80%); padding: 20px; border-radius: 10px; z-index: 99999; width: 475px; filter: drop-shadow(2px 4px 6px black); }
.cookie_popup .cookie_content p { color: #fff; line-height: 150%; }
.cookie_popup .cookie_btns a { padding: 10px 20px; }
/* ============ Cookie Popup End ============*/

/* ============ Button Start ============*/
  .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: inherit !important;
    border-color: inherit !important;
  }
  .btn.btn-danger{
    font-size: 12px;
    color: #ffffff;
    background-color: rgb(220 53 69 / 10%)
  }
  .btn.btn-danger:hover{
    background-color: rgb(220 53 69 / 50%)
  }
  .btn:focus-visible {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
  }
  .btn-primary{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 7px 7px 7px 26px;
    border: none;
    border-radius: 999px;
    background:var(--theme-cyan-dark);
    color: #111;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -mos-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    border: 1px solid transparent;
  }

  .btn-primary .icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--theme-dark);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -mos-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
  }
  .btn-primary:hover{
    color: var(--theme-cyan-dark);
    border-color: var(--theme-cyan-dark);
    background-color: transparent;
  }
  .btn-primary:hover .icon{
    background-color: var(--theme-cyan-dark);
    color: var(--theme-dark);
    transform: rotate(45deg);
  }  
  .btn-secondary{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 7px 7px 7px 26px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--theme-cyan-dark);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -mos-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
    border: 1px solid var(--theme-cyan-dark);
  }
  .btn-secondary:hover{
    color: #111111;
    border-color: var(--theme-cyan-dark);
    background-color: var(--theme-cyan-dark);
  }
  .rec-class-btn{
    display: flex;
    align-items: center;
    gap: 15px;
  }  
  .rec-class-btn .btn{
    font-size: 16px;
  }
  @media(max-width:1366px){
    .btn-primary,.btn-secondary{
      padding: 10px 10px 10px 20px;
      font-size: 18px;
      gap: 10px;
    }
    .btn-primary .icon {
      width: 35px;
      height: 35px;
    }
    .btn-primary .icon .bi{
      font-size: 18px;
    }
  }  
  @media(max-width:1199px){
    .btn-primary,.btn-secondary{
      padding: 7px 7px 7px 15px;
      font-size: 14px;
      gap: 10px;
    }
    .btn-primary .icon {
      width: 30px;
      height: 30px;
    }
    .btn-primary .icon .bi{
      font-size: 14px;
    }    
  }
  @media(max-width:767px){
      .rec-class-btn{
        justify-content: center;        
      }
  }
/* ============ Button Start ============*/

/* ============ Animation CSS Start ============*/
img{opacity:0;transition:opacity 0.3s ease-in-out;}
img:not(.lazy){opacity:1;}
:root{--animation-timing-function:cubic-bezier(0.4,0,0.2,1);--animation-duration:1.25s;}
@-webkit-keyframes slideInUp{
  0%{opacity:0;transform:translateY(25%);}
  100%{opacity:1;transform:none;}
}
@keyframes slideInUp{
  0%{opacity:0;transform:translateY(15%);}
  100%{opacity:1;transform:none;}
}
@-webkit-keyframes slideInDown{
  0%{opacity:0;transform:translateY(-25%);}
  100%{opacity:1;transform:none;}
}
@keyframes slideInDown{
  0%{opacity:0;transform:translateY(-25%);}
  100%{opacity:1;transform:none;}
}
@-webkit-keyframes slideInleft{
  0%{opacity:0;transform:translateX(25%);}
  100%{opacity:1;transform:none;}
}
@keyframes slideInleft{
  0%{opacity:0;transform:translateX(25%);}
  100%{opacity:1;transform:none;}
}
@-webkit-keyframes slideInRight{
  0%{opacity:0;transform:translateX(-25%);}
  100%{opacity:1;transform:none;}
}
@keyframes slideInRight{
  0%{opacity:0;transform:translateX(-25%);}
  100%{opacity:1;transform:none;}
}
@-webkit-keyframes fadeIn{
  0%{opacity:0;}
  100%{opacity:1;}
}
@keyframes fadeIn{
  0%{opacity:0;}
  100%{opacity:1;}
}
@-webkit-keyframes zoomIn{
  0%{opacity:0;transform:scale(0.75);}
  100%{opacity:1;transform:none;}
}
@keyframes zoomIn{
  0%{opacity:0;transform:scale(0.75);}
  100%{opacity:1;transform:none;}
}
@-webkit-keyframes zoomReverseIn{
  0%{opacity:0;transform:scale(1.25);}
  100%{opacity:1;transform:none;}
}
@keyframes zoomReverseIn{
  0%{opacity:0;transform:scale(1.25);}
  100%{opacity:1;transform:none;}
}
@-webkit-keyframes flipInY{
  0%{opacity:0;transform:perspective(90vw) rotateY(67.5deg);}
  100%{opacity:1;transform:none;}
}
@keyframes flipInY{
  0%{opacity:0;transform:perspective(90vw) rotateY(67.5deg);}
  100%{opacity:1;transform:none;}
}
[data-animation]{opacity:0;-webkit-animation-timing-function:var(--animation-timing-function);animation-timing-function:var(--animation-timing-function);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:var(--animation-duration);animation-duration:var(--animation-duration);will-change:transform,opacity;}
.animations-disabled,
.animations-disabled [data-animation]{-webkit-animation:none!important;animation:none!important;opacity:1!important;}
.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp;}
.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown;}
.slideInLeft{-webkit-animation-name:slideInleft;animation-name:slideInleft;}
.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}
.zoomReverseIn{-webkit-animation-name:zoomReverseIn;animation-name:zoomReverseIn;}
.flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;}
.flipOutY{-webkit-animation-name:flipInY;animation-name:flipInY;animation-direction:reverse;}

/* ============ Animation CSS End ============*/

/* ============ Common Pages CSS Start ============*/
      
  .title{
    font-size: 38px;
    background: linear-gradient(90deg,#f3f6f7 0%,#7eeef5 35%,#7eeef5 70%,#7eeef5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    text-transform: uppercase;
  }
  .section-padding{
    padding: 100px 0;
  } 
  @media(max-width:1366px){
    .title{
      font-size: 32px;
    }    
    .section-padding{
      padding: 75px 0;
    } 
  }
  @media(max-width:1199px){
    .section-padding{
      padding: 50px 0;
    }
    .title{
      font-size: 26px;
    }    
  } 
  @media(max-width:1199px){
    .title{
      font-size: 36px;
    }    
  }
  .cms h1,
  .cms h2,
  .cms h3,
  .cms h4,
  .cms h5,
  .cms h6{
    margin-top: 35px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #f3f6f7 0%, #7eeef5 35%, #7eeef5 70%, #7eeef5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
  }
  .custom-checkbox { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-size: 16px; user-select: none; }
  .custom-checkbox input { display: none; }
  .checkmark { min-width: 20px; min-height: 20px; border: 2px solid #333; border-radius: 4px; position: relative; transition: 0.2s; }
  .custom-checkbox input:checked + .checkmark { background: #333; }
  .custom-checkbox input:checked + .checkmark::after { content: ""; position: absolute; left: 5px; top: 1px; width: 6px; height: 12px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }
  .custom-radio { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; font-size: 14px; user-select: none; }
  .custom-radio + .custom-radio{margin-left: 20px;}
  .custom-radio input { display: none; }
  .radio-mark { width: 20px; height: 20px; border: 2px solid #333; border-radius: 50%; position: relative; transition: 0.2s; }
  .custom-radio input:checked + .radio-mark { background: #333; }
  .custom-radio input:checked + .radio-mark::after { content: ""; position: absolute; width: 8px; height: 8px; background: white; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .custom-checkbox a:hover{color: #ffffff;}
  .note {font-style: italic;opacity: 0.75;}
/* Select2 Container */

/* Main Selection Box */
.select2-container--default .select2-selection--single {
    height: 50px !important;
    background: #2b2b2b !important;
    border: 1px solid #3a3a3a !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 35px 0 16px;
    transition: all 0.3s ease;
}

/* Text */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 50px;
    padding-left: 0;
}

/* Arrow Position */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 15px;
}

/* Arrow Color */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #bdbdbd transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

/* Focus Effect */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default .select2-selection--single:focus {
    border-color: #555;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.05);
}

/* Dropdown */
.select2-dropdown {
    background: #2b2b2b;
    border: 1px solid #3a3a3a;
    border-radius: 15px;
    overflow: hidden;
}

/* Options */
.select2-results__option {
    padding: 12px 15px;
    color: #ddd;
    background: #2b2b2b;
}

/* Hover Option */
.select2-results__option--highlighted.select2-results__option--selectable {
    background: #3a3a3a !important;
    color: #fff;
}

/* Search Box */
.select2-search--dropdown .select2-search__field {
    background: #1f1f1f;
    border: 1px solid #444;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    outline: none;
}

/* Placeholder */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #888;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  outline: none;
}
.select2-container--default .select2-results__option--selected{
  background: #2b2b2b;
}
.form-control + .select2{
  margin-bottom: 7px;
}

/* ============ Common Pages CSS End ============*/

/* ============ Header Start ============*/
  header{
    background: var(--theme-dark);
    color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 9;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -mos-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
  }
  header.homepage-header{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0) 100%);
  }

  header.header-sticky{
    background-color: var(--theme-dark);
    padding: 10px 0;
  }  
  header.header-sticky:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    opacity: 0.25px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, #7ee8e8, transparent);
    opacity: 0.25;
  }
  header .navbar {
    padding: 0;
  }
  header .navbar .navbar-brand {
    max-width: 200px;
    display: inline-block;
    width: 100%;
  }
  header.header-sticky .navbar-brand{
    max-width: 150px;
  }
  header .navbar .navbar-brand img{
    width: 100%;
  }
  header .navbar .navbar-nav .nav-item .nav-link{
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1.25px;
    font-weight: 500;
    position: relative;
  }
  header .navbar .navbar-nav .nav-item + .nav-item{
    margin-left: 35px;
  }
  a.nav-link.active:before {
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, transparent, #7ee8e8, transparent);
    opacity: 1;
    width: calc(100% + 10px);
    left: -5px;
    bottom: 0;
  }

  .menuDrawer-title{
    display: none;
  }
/* Custom CSS to animate hamburger */
  .mobile-btns .mob-loginBtn{
    display: none;
    line-height: 30px;
    vertical-align: middle;
    align-items: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 20px;
    background: linear-gradient(90deg, #f3f6f7 0%, #7eeef5 100%, #7eeef5 70%, #7eeef5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .navbar-toggler,
  button.navbar-toggler.collapsed{
    border: 0;
  }
  button.navbar-toggler.collapsed:focus,
  button.navbar-toggler.collapsed:focus-within{
    border: 0;
    outline: none;
  }
  .navbar-toggler:focus,.navbar-toggler:active,.navbar-toggler:focus-within{
    outline: none !important;
    box-shadow: none !important;
  }
  .navbar-toggler-icon {
    background-image: none !important;
    background-color: #ffffff;;
    height: 2px;
    width: 33px;
    transition: all 0.35s ease-out;
    position: relative;
    border-radius: 2px;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    display: block;
    background-color: #ffffff;
    height: 2px;
    width: 33px;
    position: absolute;
    transition: all 0.35s ease-out;
    border-radius: 2px;
  }

  .navbar-toggler-icon::before {
    top: -10px;
  }

  .navbar-toggler-icon::after {
    bottom: -10px;
  }
  .btn_toggle.btn-secondary{padding: 7px 15px; font-size: 16px;gap:5px;margin-left: 20px;}
  .btn_toggle.btn-secondary:hover{background-color: var(--theme-dark); color: var(--theme-cyan-light);}
  .btn_toggle.btn-secondary .count{
    margin-left: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-cyan-light);
    border-radius: 50%;
    padding: 0;
    font-size: 14px;
    color: var(--theme-dark);    
  }  
  .acc-info-box .dropdown-menu {
    min-width: 160px;
    max-width: 160px;
    margin-top: 5px;
    right: 0;
    padding: 0;
    background-color: var(--theme-dark);
    border: 1px solid #222222;
    box-shadow: 0 2px 6px rgba(120, 255, 255, 0.15);
    border-radius: 10px !important;
    overflow: hidden;
    margin-left: auto;
  }
  .acc-info-box .dropdown-menu li + li{
    border-top: 1px solid #222222    
  }
  .acc-info-box .dropdown-menu li a{
    font-size: 14px;
    color: var(--theme-cyan-light);
    padding: 7px 10px;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  .acc-info-box .dropdown-menu li a:hover,
  .acc-info-box .dropdown-menu li a.active{
    background-color: var(--theme-cyan-light);
    color: var(--theme-dark);
  }
  .mobile-btns .acc-info-box{
    display: none;
  }
  
  @media (max-width:1366px){
    header .navbar .navbar-brand{max-width:150px;}
    header .navbar .navbar-nav .nav-item + .nav-item{margin-left:20px;}
  }
  @media (max-width:1199px) {
    header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    opacity: 0.25px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, #7ee8e8, transparent);
    opacity: 0.25;
}
  header .navbar .navbar-brand{max-width:100px;}
  .menuDrawer-title { display: block; font-size: 28px; font-weight: 500; line-height: 150%; letter-spacing: 10px; line-height: 100%; }
  .menu-drawer { position: fixed; justify-content: flex-end; height: 100vh; top: 0; right: 0; width: 100vw; max-width: 400px; background: var(--theme-dark); padding: 1rem 1.5rem; align-items: flex-start;/* allow smooth open/close */ transform: translateX(100%); transition: transform .3s ease-in-out; overflow-y: auto; z-index: 99; }
  .menu-drawer:after { position: absolute; content: ""; bottom: 0; right: 0; width:100%; height: 100%; background-image: url(../images/sweat-icon.svg); background-repeat: no-repeat; background-size: contain; opacity: 0.1; z-index: -1; background-position: bottom right -100px;}
  .menu-drawer.show { transform: translateX(0); }
  .menu-drawer .btn-close { background: none !important; height: 35px; width: 35px; margin-right: 0; }
  .menu-drawer .btn-close svg { width: 22px; }
  header .navbar .navbar-nav .nav-item.login-link { display: none; }
  header .navbar .navbar-nav .nav-item + .nav-item { margin-left: 0; margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(255, 255, 255, 0.10); }
  header .navbar .navbar-nav .nav-item .nav-link {font-size: 28px; font-weight: 300; }
  .menuClose {background: center;box-shadow: none;border: 0;}
  .menuClose svg{max-width: 18px;}
  header .navbar .navbar-nav .nav-item a.nav-link.active{color:var(--theme-dark);}
  a.nav-link.active:before{height:100%;background:  linear-gradient(270deg, transparent, #7ee8e8);z-index: -1;}
  .menu-drawer .acc-info-box{display: none;}
  .mobile-btns .acc-info-box{display: block;}
  .mobile-btns{display: flex; align-items: center;}
  .btn_toggle.btn-secondary{font-size: 14px;margin-left: 0;}
  .acc-info-box .dropdown-menu{right:0; left: -17px;}

}
@media (max-width:767px) {
  .menu-drawer { max-width: 380px; }
  header { padding: 10px 0 15px; }  
  header .navbar .navbar-brand { max-width: 85px;}
  header .navbar .navbar-nav .nav-item + .nav-item { margin-top: 8px; padding-top: 8px;}
  header .navbar .navbar-nav .nav-item .nav-link {font-size: 24px; font-weight: 300; }
}
@media (max-width:375px){
  header .navbar .navbar-nav .nav-item .nav-link{font-size: 20px;}
  .menu-drawer.show{max-width: 350px;}
}
/* ============ Header End ============*/

/* ============ Banner Start ============*/
.banner {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: relative;
}
  .banner-video{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .banner-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .banner-content{
    position: relative;
    text-align: center;
  }
  .banner .banner-content .banner-title{
    font-size: 100px;
    background: -webkit-linear-gradient(left, #ffffff, #80fcff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
  }
  .banner .banner-content .banner-subtitle{    
    font-weight: 400;
    color: #ffffff;
  }
  .banner .banner-content .banner-downArrow{
    margin: 15px 0;
    display: inline-block;
  }
  @media(max-width:1366px){
    .banner .banner-content .banner-title{font-size: 90px;}
    .banner .banner-content .banner-subtitle{font-size: 28px;}
  }
  @media(max-width:1199px){
    .banner .banner-content .banner-title{font-size: 75px;}
    .banner .banner-content .banner-subtitle{font-size: 24px;}
    .banner-video video{height: 100%; object-position: center;}
  }
  @media(max-width:991px){
    .banner{height: 60vh;}
    .banner .banner-video img{object-fit: cover;object-position: center;}
    .banner .banner-content .banner-title{font-size: 55px;}
    .banner .banner-content .banner-subtitle{font-size: 18px;}
    .banner .banner-content .banner-downArrow{margin: 5px 0;}
    .banner .banner-content .banner-downArrow svg{max-width: 35px;}
  }
   @media(max-width:767px){
    .banner{height: 100vh;}
    .banner-video video{object-position: -825px 0;}
   }  
/* ============ Banner End ============*/

/* ============ Welcome Start ============*/
   .welcome-section{
    text-align: center;
    color: #ffffff;
    padding: 50px 0 100px;
   }
  .welcome-section .welcome-info .welcome-title{
    font-size: 50px;
    line-height: 150%;
   }   
  .welcome-section .welcome-info p{
    font-size: 26px;
    margin-top: 15px;
   }
  .welcome-section .welcome-info {
    position: relative;
    padding: 100px 0 80px;
  }
  .welcome-section .welcome-info .btn{
    display: none;
  }
  .welcome-section .welcome-info:before {
    position: absolute;
    content: "";
    background-image: url(../images/sweat-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    z-index: -1;
    opacity: 0.1;
  }
  .welcomeImg img{
    border-radius: 25px;
    width: 100%;
  }
  .welcomeImg.middle-image{
    margin-top: 50px;
  }
  .welcomeImg.middle-image .btn-primary{
    margin-bottom: 50px;
  }
  @media(max-width:1366px){
    .welcome-section .welcome-info .welcome-title {font-size: 44px;}
    .welcome-section .welcome-info p {font-size: 24px;}
  }
  @media(max-width:1199px){
    .welcome-section .welcome-info .welcome-title {
      font-size: 36px;
    }
    .welcome-section .welcome-info p {
      font-size: 22px;
      margin-top: 10px;
    }
  }
  @media(max-width:991px){
    .welcome-section .welcome-info {
        position: relative;
        padding: 30px 0 50px;
    }
    .welcome-section .welcome-info .welcome-title {
      font-size: 28px;
      line-height: 150%;
    }
    .welcome-section .welcome-info p {
      font-size: 18px;
      margin-top: 10px;
    }
  }
  @media(max-width:767px){
    .welcome-section .welcome-info{
      padding-bottom:0;
    }
    .welcome-section .welcome-info .btn{
      display: inline-flex;
      margin-top: 25px;
    }
    .welcomeImg {
      /* max-width: 80%; */
      margin: 50px auto 0;
    }
    .welcome-section .welcomeImg.middle-image .btn{
      display: none;
    }
  }
/* ============ Welcome End ============*/

/* ============ About Us Start ============*/
  .aboutUs-section .abtImg-section{
    background-image: url(../images/about-us-cycle.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 25px;       
    position: relative; 
    min-height: 400px;
  }
  .aboutUs-section .abtImg-section .abtImg{
    position: relative;
    border-radius: 0 0 25px 0;
  }
  .aboutUs-section .abtImg-section .abtImg:before,
  .aboutUs-section .abtImg-section .abtImg:after,
  .aboutUs-section .abtImg-section .abtImgText:before,
  .aboutUs-section .abtImg-section .abtImgText:after{
    position: absolute;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    bottom: -40px;
    border-radius: 20px 0px 0px 0px;
    box-shadow: 0px -20px 0px 0px  var(--theme-dark);
  }
  .aboutUs-section .abtImg-section .abtImg:before{
    left: 0;
  }
  .aboutUs-section .abtImg-section .abtImg:after{
    right: -40px;
    top: 0;
  }
  .aboutUs-section .abtImg-section .abtImgText {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
    background-color: var(--theme-dark);
    border-radius: 25px 25px 0 0;
}
  .aboutUs-section .abtImg-section .abtImgText:before{
    bottom: 0;
    left: -40px;
    border-radius: 0px 0px 20px 0px;
    box-shadow: 20px 0px 0px 0px var(--theme-dark);
  } 
  .aboutUs-section .abtImg-section .abtImgText:after{
    bottom: 0;
    right: -40px;
    border-radius: 0px 0px 0 20px;
    box-shadow: -20px 0px 0px 0px var(--theme-dark);
  }
  .aboutUs-section .abtImg-section .abtImgText p{
    font-size: 24px;
  }
  .aboutUs-section .abtImg-section .abtImgText p.abtImgTextTitle{
    font-size: 46px;
    line-height: 100%;
    font-weight: 900;
    margin-top: 20px;
  }

  .aboutUs-section .abtImg-section .abtImg{
    width: 200px;
    height: 200px;
    padding: 0 25px 25px 0;
    background-color: var(--theme-dark);
  }
  .aboutUs-section .abtImg-section .abtImg img{
    width: 100%;    
    border-radius: 15px;
  }
  .aboutUs-section .abtInfo-boxes{
    margin: 25px 0 0;
    background: linear-gradient(180deg,#12484d 0%,#0a2228 38%,#020608 72%,#000000 100%);
    box-shadow:inset 0 1px 0 rgba(120,255,255,0.08),  0 10px 30px rgba(0,0,0,0.35);
    border-radius: 10px;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
  }
   .aboutUs-section .btn{
    margin-top: 25px;
   }
   @media(max-width:1366px){
    .aboutUs-section .abtInfo-boxes{
      padding: 12px 20px;
      font-size: 18px;
      margin-top: 15px;
    }
   }   
   @media(max-width:1024px){
    .aboutUs-section .abtInfo-boxes{
      padding: 12px 10px;
      font-size: 16px;
      margin-top: 15px;
    }
    .aboutUs-section .abtImg-section .abtImgText p {
      font-size: 20px;
    }
    .aboutUs-section .abtImg-section .abtImgText p.abtImgTextTitle{
      font-size: 40px;
    }
   }   
   @media(max-width:991px){
    .abtInfo-section{
      margin-bottom: 50px;
      text-align: center;
    }
    .aboutUs-section .abtInfo-boxes{
      font-size: 18px;
    }   
    .welcome-section{
      padding-bottom: 50px;
    } 
  }
   @media(max-width:767px){
    .aboutUs-section .abtInfo-boxes{
      margin: 10px 50px;
    }
    .aboutUs-section .abtImg-section .abtImgText{
      max-width: 250px;
    }
  }
/* ============ About Us End ============*/

/* ============ Experience Start ============*/
  .experience-section .experienceBox .experienceBoxTitle{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
  }
  .experience-section .experienceBox p{
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 150%;  
    margin-bottom: 30px;
  }
  .experience-section .experienceBox{
    margin: 25px 0 0;
    background: linear-gradient(180deg, #12484d 0%, #0a2228 38%, #020608 72%, #000000 100%);
    box-shadow: inset 0 1px 0 rgba(120, 255, 255, 0.08), 0 10px 30px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    padding: 15px 15px 15px 75px;
    position: relative;
  }
  .experience-section .experienceBox:before,
  .experience-section .experienceBox:after {
    position: absolute;
    content: "";
    height: 75%;
    width: 75%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    left: 0px;
    top: 6px;
    opacity: 0.20;
  }
  .experience-section .experienceBox.cycleBox:before{
    background-image: url(../images/cycle-icon.webp);
  }
  .experience-section .experienceBox.musicBox:after{
    background-image: url(../images/headphone-icon.webp);
  }
  .experienceImgSection{
    position: relative;
    width: 75%;
    margin: 0 auto;
  }
  .experienceImgSection:before,
  .experienceImgSection:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--theme-cyan-light);
    border-radius: 50px;
    z-index: -1;
  }
  .experienceImgSection:before{
    top: -40px;
    right: -40px;
  }
  .experienceImgSection:after{
    bottom: -40px;
    left: -40px;
  }
  .experienceImgSection img{  
    width: 100%;  
    border-radius: 50px;
    margin: 0 auto;
  }
  .stats-section{
    margin-top: 25px;
  }
  .stats-section .progress-item{
    margin-bottom:30px;
  }

  .stats-section .label{
    font-size:14px;
    font-weight: 400;
    text-transform:uppercase;
    margin-bottom:5px;
    letter-spacing: 1px;
  }

  .stats-section .progress{
    height:13px;
    background:#1f2a2d;
    border-radius:30px;
    overflow:visible;
    position:relative;
  }

  .stats-section .progress-bar{
    --value: 0;
    width:0;
    height:100%;
    background:var(--theme-cyan-light);
    border-radius:30px;
    position:relative;
    overflow: visible;
    animation:fillBar 2s ease forwards;
  }
  .stats-section .progress-value {
    position: absolute;
    right: -15px;
    top: -26px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
  }
  @keyframes fillBar{
    from{
      width:0;
    }
    to{
      width:var(--value);
    }
  }
  @media(max-width:1366px){
    .experience-section .experienceBox{
      padding: 10px 10px 10px 55px;
    }
    .experience-section .experienceBox:before,
    .experience-section .experienceBox:after {
      height: 65%;
      width: 65%;
    }
    .experience-section .experienceBox p{
      font-size: 12px;
    }
    .experience-section .experienceBox .experienceBoxTitle{
      font-size: 17px;
    }
    .stats-section .label,
    .stats-section .progress-value{
      font-size: 12px;
    }
    .stats-section {
      margin-top: 15px;
    }
    .stats-section .progress-item{
      margin-bottom: 20px;
    }
    .experienceImgSection img,
    .experienceImgSection:before,
    .experienceImgSection:after{
      border-radius: 25px;
    }
    .experienceImgSection:before{
      top: -30px;
      right: -30px;
    }
    .experienceImgSection:after{
      bottom: -30px;
      left: -30px;
    }
  }
  @media(max-width:1199px){
    .experience-section .experienceBox {
      padding: 10px 10px 10px 65px;
    }
    .stats-section {
      margin-top: 25px;
    }
    .stats-section .progress-item{
      margin-bottom: 25px;
    }
  }
  @media(max-width:991px){
    .experienceWrapper {
      margin: 0 0 50px 0;
    }
    .experienceProgressWrapper{
      display: flex;
    }
    .experienceProgressSection{
      width: 50%;
    }
    .stats-section {
      width: 50%;
      margin-top: 0;
    }
    .experienceProgressSection p{
      width: 70%;
    }
  }
  @media(max-width:767px){
    .experienceWrapper{
      text-align: center;
      margin: 0 0 70px 0;
    }
    .experience-section .experienceBox {
      padding: 10px;
      margin: 0 50px 20px;
    }
    .experience-section .experienceBox:before,
    .experience-section .experienceBox:after{
      height: 85%;
      opacity: 0.05;
    }
    .experienceProgressWrapper{
      flex-direction: column;
    }
    .experienceProgressWrapper {
      flex-direction: column;
      margin-top: 75px;
      text-align: center;
    }
    .experienceProgressSection,
    .stats-section,
    .experienceProgressSection p{
      width: 100%;
    }
    .stats-section .label{
      text-align: left;
    }
    .stats-section .progress-item{
      margin: 20px;
    }
  }
/* ============ Experience End ============*/

/* ============ Testimonial Start ============*/
.testimonial-section {
  background-color: var(--theme-dark);
}
.testimonial-subtitle {
  font-size: 16px;
  color: #fff;
  max-width: 550px;
}
.testimonial-card-section{
  position: relative;
  z-index: 1;
}
.testimonial-card {
    background: linear-gradient(180deg, #12484d 0%, #0a2228 38%, #020608 72%, #000000 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(120, 255, 255, 0.15);
  border-color: rgba(120, 255, 255, 0.2);
}
.testimonial-card .rating i {
  font-size: 14px;
  color: #ffc107;
  margin-right: 3px;
}
.testimonial-card .review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #e0e0e0;
  margin-bottom: 0;
  flex-grow: 1;
}
.testimonial-card .reviewer-info .name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 70%;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonial-card .reviewer-info .profession {
  font-size: 12px;
  color: #888;
  line-height: 100%;
}
.testimonial-card .quote-icon {
  font-size: 45px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}
.testimonial-images-collage {
  margin-left: -100px;
}
.collage-img-wrapper {
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
  height: 90%;
  min-height: 325px;
}
.collage-img-wrapper img {
  transition: all 0.5s ease;
}
@media (max-width: 1366px) {
  .collage-img-wrapper{
    min-height: 300px;
  }
}
@media (max-width: 1199px) {
  .testimonial-images-collage {
    min-height: 550px;
  }
  .testimonial-card{
    padding: 15px;
  }
  .testimonial-card .review-text{
    font-size: 13px;
  }
  .testimonial-subtitle{
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .testimonial-images-collage {
    min-height: 450px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-images-collage {
    min-height: auto;
  }
  .testimonial-images-collage .row {
    flex-direction: column;
  }
  .testimonial-images-collage .col-6 {
    width: 100%;
  }
  
  .testimonial-card {
    margin-top: 20px !important;
  }
  .testimonial-section .title{
    text-align: center;
  }
  .testimonial-subtitle {
    font-size: 14px;
    text-align: center;
    max-width: 100%;
  }
}
/* ============ Testimonial End ============*/


/* ============ Footer Start ============*/
  footer {
    background: linear-gradient(180deg, #040405, #264a4b 100%);
    position: relative;
    overflow: hidden;
  }

  /* faint flame silhouette – left edge */
  footer::before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -25px;
    width: 11.719vw;
    height: 100%;
    background: url("../images/sweat-icon.svg");
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.15;
    background-position: bottom;
}

  /* ── MAIN FOOTER BODY ── */
  .footer-main {
    padding: 72px 0 48px;
  }

  /* ── LOGO ── */
  .footer-logo {
      width: 150px;
      display: inline-block;
  }
  .footer-logo img{
    max-width: 100%;
  }

  .footer-tagline {
    font-size: .93rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.6;
    margin-top: 18px;
    max-width: 220px;
  }

  /* ── SOCIAL ICONS ── */
  .social-row {
    display: flex;
    gap: 20px;
    margin-top: 32px;
    align-items: center;
  }
  .social-row a {
    color: #ffffff;
    font-size: 1.25rem;
    text-decoration: none;
    transition: color .22s ease, transform .22s ease;
  }
  .social-row a:hover {
    color: #4a9e90;
    transform: translateY(-2px);
  }
  /* YouTube custom SVG icon */
  .yt-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
  }

  /* ── QUICK LINKS ── */
  .footer-heading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #c8d8d6;
    margin-bottom: 15px;
  }
  .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-nav li + li { margin-top: 10px; }
  .footer-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: .95rem;
    font-weight: 300;
    transition: color .2s ease;
  }
  .footer-nav a:hover { color: #c8d8d6; }

  /* ── CONTACT INFO ── */
  .contact-block {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
  .contact-icon {    
    font-size: 20px;
    line-height: 120%;
  }
  .contact-text {
    color: #ffffff;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.65;
  }

  /* ── BOTTOM BAR ── */
  .footer-bottom .container{
    border-top: 1px solid rgba(0, 0, 0, 0.35);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .footer-bottom .copy {
    font-size: .78rem;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
  }
  .footer-bottom .legal-links {
    display: flex;
    gap: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-bottom .legal-links a {
    color: #ffffff;
    font-size: .78rem;
    font-weight: 300;
    text-decoration: none;
    padding: 0 18px;
    transition: color .2s;
    border-right: 1px solid  rgba(255,255,255,.5);
  }
  .footer-bottom .legal-links a:last-child { border-right: none; }
  .footer-bottom .legal-links a:hover { color: #c8d8d6; }
  
  /* ── RESPONSIVE tweaks ── */
  @media (max-width: 991.98px) {
    .footer-main { padding: 56px 0 40px; }
    .footer-bottom .legal-links a{padding: 0 10px;}
  }
  @media (max-width: 767.98px) {
    .footer-bottom .legal-links { justify-content: flex-start; margin-top: 10px; }
    .footer-bottom .legal-links a:first-child { padding-left: 0; }
    .footer-logo-section{ text-align: center;}
    .footer-tagline{max-width: 100%;}
    .social-row{margin-bottom:50px;justify-content: center;}
    .footer-bottom .copy{text-align: center;}
    .footer-bottom .legal-links{justify-content: center;}
    footer::before{left: -40px; bottom: -10px; width: 100px; height: 100px;}
  }
  @media (max-width: 575.98px) {
    .footer-logo { font-size: 2rem; }
  }

/* ============ Footer End ============*/

/* ============ Inner Page Common CSS Start ============*/
  .page-padding{
    margin-top: 100px;
    padding-top: 50px;
  }
  .page-padding.about-page{
    padding-top: 100px;
  }
  .innerPage-title{
    font-size: 60px;
    background: -webkit-linear-gradient(left, #ffffff, #80fcff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  @media(max-width:1366px){
    .innerPage-title {font-size: 54px;}
  }
  @media(max-width:1199px){
    .page-padding {padding-top: 100px;margin-top: 50px}
    main.login-page.signup-page.page-padding{padding-top:50px; margin-top: 50px;}
  }
  @media(max-width:991px){
    .innerPage-title {font-size: 42px;}
  }
  @media(max-width:767px){
    .innerPage-title {text-align: center;}
    .page-padding {padding-top: 100px;margin-top: 0;}
    .login-left.signup-wrapper {
      padding: 15px;
    }
  }
/* ============ Inner Page Common CSS End ============*/
  
/* ============ About Start ============*/
    .about-page .about-top-section img{
      max-width: 100%;
      border-radius: 25px;
      margin-bottom: 25px;
    }
    .about-counter-section {
      background: var(--theme-cyan-dark);
      padding: 2rem 2rem;
      width: 100%;
      margin: 100px 0;
    }

    .stat-card {
      text-align: center;
      padding: 1.5rem 1rem;
      position: relative;
    }

    .stat-card:not(:last-child)::after {
      content: '';
      position: absolute;
      right: 0;
      top: 20%;
      height: 60%;
      width: 1.5px;
      background: rgba(0,0,0,0.15);
    }

    .stat-number {      
      font-size: clamp(2.6rem, 5.75vw, 4.5rem);
      color: #111;
      line-height: 1;
      letter-spacing: 1px;
      font-weight: 900;
    }
    .stat-label {
      font-size: 18px;
      font-weight: 600;
      color: #333;
      margin-top: 0.5rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }
    .about-top-section .aboutUsMainContent{
      line-height: 150%;
    }
    @media (max-width:1199px){
      .stat-label{font-size: 16px;}
    }
    @media (max-width:991px){
      .stat-label{font-size: 12px;}
      .stat-number{font-size: 46px;}
      .stat-card{padding: 1.5rem 0.5rem;}
      .about-counter-section { background: var(--theme-cyan-dark); padding: 1rem 2rem; width: 100%; margin: 50px 0; }
    }
    @media (max-width:576px){
      section.about-top-section {text-align: center;}
      .stat-card:not(:last-child)::after{display:none;}
      .stat-card{border-bottom:1px solid rgba(0,0,0,0.12);}
      .stat-card:nth-child(1),.stat-card:nth-child(3){border-right:1px solid rgba(0,0,0,0.12);}
      .stat-card:nth-child(3),.stat-card:last-child{border-bottom:none;}    
      .stat-label { font-size: 16px; padding: 0 25px; line-height: 125%; margin-top: 15px; }
    }
    .section-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.section-border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.about-item {
  min-height: 220px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}


@media (hover:hover) and (pointer:fine) {
  .about-item {
    transition: background 0.3s ease;
  }

  .about-item:hover {
    background: #000000;
    background: radial-gradient(circle,rgb(18, 18, 18) 0%, rgba(148, 188, 234, 0) 100%);
  }

}
.about-heading {  
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.25px;
  white-space: nowrap;
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #ffffff, #80fcff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-body {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  max-width: 450px;
}
.img-slot {
  height: 200px;
  width: 275px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
  opacity: 1;
  transform: scale(0.95) translateY(10px);
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
  border-radius: 16px;
}

@media (hover:hover) and (pointer:fine) {
  .about-item:hover .img-slot img {
    transform: scale(1) translateY(0);
  }
}
@media (max-width:1199px) {
  .img-slot img {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  .about-item .img-slot{
    padding: 0 25px;
    min-width: 270px;
    max-width: 270px;
  }
  .about-item:nth-child(even) .about-heading{
    text-align: right;
  }
}
@media (max-width:991px) {
  .about-heading {
    font-size: 28px;
    min-width: 150px;
  }
  .about-item {
    min-height: 180px;
  }
  .about-body{
    font-size: 16px;
    max-width: 350px;
  }
  .faq-sub{font-size: 16px;}

  .img-slot {    
    min-width: 250px;
  }
  .abt-image-1{
    height: 340px;
    object-fit: cover;
  }

}

@media (max-width:767px) {
  .abt-image-1{
    height: auto;
  }
  .about-item {
    min-height: unset;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
  .img-slot {
    height: 200px;
    width: 100%;
    align-items: start;
    text-align: left;
    justify-content: start;
    margin: 25px 0 0;
    order: 3;
  }
  .about-item:nth-child(even) .about-heading,
  .about-heading{
    order: 1;
  }
  .about-item:nth-child(even) .about-body,
  .about-body{
    order: 2;
  }
  .about-body{
    max-width: 100%;
  }
  .about-item:nth-child(even) .about-heading {
    text-align: left;
  }
  .img-slot img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    max-width: 100%;
  }
  .about-item .img-slot img {
    padding: 0;
  }
  .text-md-end {
    text-align: left !important;
  }
  .about-popupar-que .innerPage-title{
    font-size: 36px;
  }
  .about-popupar-que .innerPage-title br{
    display: none;
  }
  .about-item .img-slot{
    padding: 0 25px;
    min-width: 100%;
    max-width: 100%;
  }
}
.about-popupar-que {
  padding: 80px 0;
}
.faq-heading {
  font-size: clamp(3rem, 6vw, 5.5rem);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.faq-sub {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.about-popupar-que .accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-popupar-que .accordion-item {
  border: 1px solid #2e2e2e !important;
  border-radius: 14px !important;
  overflow: hidden;
  background: #1a1a1a;
  transition: border-color 0.25s ease;
}
.about-popupar-que .accordion-item:hover {
  border-color: #444444 !important;
}
.about-popupar-que .accordion-button {
  font-weight: 600;
  font-size: 20px;
  padding: 1.3rem 1.4rem;
  border-radius: 14px !important;
  color: #ffffff !important;
  background: #1a1a1a !important;
  box-shadow: none !important;
}
.about-popupar-que .accordion-button::after {
  display: none;
}
.acc-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #2e2e2e;
    display: inline-block;
    flex-shrink: 0;
    font-size: 30px;
    font-weight: 300;
    color: #a0a0a0;
    transition: background 0.2s, color 0.2s, transform 0.3s ease;
    margin-left: auto;
    line-height: 37px;
    text-align: center;
}
@supports (font: -apple-system-body) {
  .acc-icon {
    line-height: 37px;
  }
}
.about-popupar-que .accordion-button:not(.collapsed) .acc-icon {
  background: var(--theme-cyan-light);
  border-color: var(--theme-cyan-light);
  color: #111111;
  transform: rotate(45deg);
}
.about-popupar-que .accordion-body {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 1.75;
}
.about-popupar-que .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #2e2e2e;
}
@media (max-width:991px){
  .about-popupar-que .innerPage-title{
    text-align: left;
  }
}
@media (max-width:767.98px){
  .about-popupar-que{padding:56px 0;}
  .faq-sub{max-width:100%;}
  .left-col{margin-bottom:0;text-align:center;}
  .left-col .faq-sub{margin-left:auto;margin-right:auto;}
  .about-popupar-que .innerPage-title{text-align: center;}
}

/* ============ About End ============*/

/* ============ Package Page Start ============*/
.package-section{
  padding-bottom: 100px;
}
.package-card {
  border-radius: 18px;
  padding: 24px 24px 24px 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
  border: 1px solid #222222;
}
/* .package-card:before {
    position: absolute;
    content: "";
    background: linear-gradient(225deg, var(--theme-dark) 50%, #ffffff00 0%);
    background: linear-gradient(225deg, #424242 50%, #ffffff00 0%);
    top: 0;
    right: 0;
    height: 80px;
    width: 80px;
    z-index: revert-layer;
} */

.package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  border-color: rgb(192 230 231 / 20%);
}

.package-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.package-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0.01em;
  min-height: 56px;
  margin: 0;
}

.package-card__arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    color: var(--theme-dark);
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease;
    position: relative;
    background-color: var(--theme-cyan-light);
    border-radius: 50%;
    bottom: 10px;
    left: 10px;
}

.package-card__arrow svg {
  width: 20px;
  height: 20px;
}

.package-card:hover .package-card__arrow {
  transform: translate(3px, -3px);
}

.package-card__desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #aaaaaa;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  min-height: 65px;
}
.package-amount {
    display: flex;
    align-items: center;
    justify-content: end;
}

.package-card__img-wrap {
  margin-top: auto;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  height: 200px;
}
.package-amount span {
    padding: 5px 15px 5px;
    background-color: var(--theme-cyan-dark);
    margin-right: 20px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-weight: 800;
    color: var(--theme-dark);
}

.package-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.4s ease;
}

.package-card:hover .package-card__img {
  transform: scale(1.04);
}
@media (max-width:991.98px){
  .package-card__img-wrap{height:220px;}
  .package-card__title{font-size:1.6rem;}
}
@media (max-width:767.98px){
  .package-card{padding:20px 20px 0 20px;}
  .package-card__img-wrap{height:240px;}
  .package-card__title{font-size:1.5rem;}
}
@media (max-width:575.98px){
  .package-card__img-wrap{height:220px;}
  .package-card__title{font-size:1.4rem;}
  .package-card__desc{font-size:0.84rem;}
}

/* ============ Package Page End ============*/

/* ============ Contact Page Start ============*/
.contact-page{padding-bottom: 100px;}
.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}

.contact-icon-box {
    width: 85px;
    height: 85px;
    min-width: 85px;
    background: linear-gradient(180deg, #12484d 0%, #0a2228 38%, #020608 72%, #000000 100%);
    box-shadow: inset 0 1px 0 rgba(120, 255, 255, 0.08), 0 10px 30px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon-box i {
    font-size:38px;
    color: var(--theme-cyan-light);
    opacity: 0.5;
}
.contact-section .innerPage-title{
  margin-bottom: 75px;
}

.contact-text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-label {
    font-size: 26px;
    background: -webkit-linear-gradient(left, #ffffff, #80fcff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 125%;
}

.contact-value {
    font-size: 0.95rem;
    color: #cccccc;
    margin: 0;
}
.contact-form-section {
    background-color: #1a1a1a;
    padding: 70px 0;
}

.form-card {
    background-color: #222222;
    border-radius: 16px;
    padding: 50px 40px;
    margin: 0 auto;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #cccccc;
    margin-bottom: 16px;
}

.contact-badge i {
  color: var(--theme-cyan-light);
  font-size: 1rem;
}
.form-card .form-heading {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 32px;
    text-align: center;
}
.form-control-custom,
.form-control{
    background-color: rgba(255,255,255,0.08);
    border: 1.5px solid #3a3a3a;
    border-radius: 50px !important;
    color: #aaaaaa;
    font-size: 0.9rem;
    padding: 14px 20px;
    width: 100%;
    outline: none;
    transition: border-color 0.25s ease, background-color 0.25s ease;
    box-sizing: border-box;
}

.form-control-custom::placeholder,
.form-control::placeholder{
    color: #888888;
}

.form-control-custom:focus,
.form-control:focus{
    border-color: rgba(192,230,231, 0.5);
    background-color: #333333;
    color: #ffffff;
}
.control-label{
  color: #cccccc;
}
.textarea-custom {
    background-color: #2e2e2e;
    border: 1.5px solid #3a3a3a;
    border-radius: 16px;
    color: #aaaaaa;
    font-size: 0.9rem;
    padding: 14px 20px;
    width: 100%;
    outline: none;
    resize: vertical;
    min-height: 130px;
    transition: border-color 0.25s ease, background-color 0.25s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.textarea-custom::placeholder {
    color: #888888;
}

.textarea-custom:focus {
    border-color: var(--theme-cyan-light);
    background-color: #333333;
    color: #ffffff;
}
.contact-section .form-card .btn,
.login-page .btn {
    padding: 12px 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.login-page .btn{
  width: 100%;
}
.form-row-gap {
    margin-bottom: 16px;
}
@media (max-width:1366px){
  .form-card{
    padding: 30px;
  }
  .form-card .form-heading{
    font-size: 26px;
  }
}
@media (max-width:1199px){
  .contact-card-wrapper {display: flex;flex-wrap: wrap;max-width: 80%;margin: 0 auto;}
  .contact-card-wrapper .contact-card{width: 50%;padding-right: 25px;}
  .contact-icon-box{width: 65px;height: 65px;line-height: 65px;min-width: 65px;}
  .contact-icon-box i{font-size: 28px;}
  .contact-section .innerPage-title{text-align: center;}
}
@media (max-width:991.98px){
  .contact-card-wrapper {max-width: 100%;}
  .contact-section .section-heading{font-size:1.6rem;}
  .contact-section .form-heading br,.contact-section .innerPage-title br{display: none;}
}
@media (max-width:767.98px){
    .contact-card-wrapper .contact-card{width: 100%;padding-right: 0;}
    .contact-section .section-heading{font-size:1.4rem;margin-bottom:28px;}
    .contact-form-section{padding:50px 0;}
    .form-card{padding:36px 24px;}
    .contact-card{margin-bottom:24px;}
    .contact-section .innerPage-title{margin-bottom: 50px;}
    .contact-label{font-size: 18px;}
    /* .twofa-page #twostepcode{text-align: center;} */
    .contact-section .form-card .btn,.login-page .btn {min-width: 125px;}
}
@media (max-width:575.98px){
    .contact-section .section-heading{font-size:1.25rem;}
    .form-card{padding:28px 16px;}
}

/* ============ Contact Page End ============*/

/* ============ Auth Pages Start ============*/
  /* .login-page{
    padding: 50px 0;
  } */
  .login-page .title{
    font-size: 50px;
    letter-spacing: 3px;
    background: linear-gradient(90deg,#f3f6f7 0%,#7eeef5 100%,#7eeef5 70%,#7eeef5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .login-wrapper {
    background-color: rgb(255 255 255 / 5%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    max-width: 960px;
    width: 100%;
    border: 1px solid rgba(191, 234, 234,0.5);
    margin: 0 auto;
  }

    .login-left {
      padding: 50px 48px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }


    .login-left h2.title {
      font-size: 30px;
      letter-spacing: 0;
      margin-bottom: 10px;
      display: flex;
      align-items: start;
    }
    .login-left h2 img{
      max-width: 90px;
      margin-left: 10px;
    }

    .login-left p.subtitle {
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 32px;
      line-height: 1.6;
      font-weight: 300;
      letter-spacing: 0.75px;
    }

    label, .form-group label {
      font-size: 14px;
      color: rgba(255,255,255,0.5);
      margin-bottom: 6px;
    }

    .login-left .form-control {
      background-color: #fef0f0;
      border: 1.5px solid #f5c6c6;
      border-radius: 8px;
      padding: 12px 16px;
      font-size: 0.9rem;
      color: #333333;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .login-left .form-control::placeholder {
      color: #b0a0a0;
    }

    .login-left .form-control:focus {
      border-color: var(--theme-cyan-light);
      box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.12);
      background-color: #fff5f5;
      outline: none;
    }

    .forgot-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .forgot-link a{
      font-size: 0.85rem;
      color: var(--theme-cyan-light);
      text-decoration: none;
      font-weight: 500;
      margin-right: 10px;
    }
    .forgot-link  .rember-cb{
      margin-left: 10px;
      font-size: 0.85rem;
      font-weight: 500;
    }
    .forgot-link a:hover {
      text-decoration: underline;
    }

    .btn-signin {
      background: linear-gradient(to right, var(--theme-cyan-light), #7f1d1d);
      border: none;
      border-radius: 8px;
      color: #ffffff;
      font-weight: 600;
      font-size: 1rem;
      padding: 13px;
      width: 100%;
      letter-spacing: 0.3px;
      transition: opacity 0.2s ease, transform 0.1s ease;
    }

    .btn-signin:hover {
      opacity: 0.92;
      transform: translateY(-1px);
      color: #ffffff;
    }

    .btn-signin:active {
      transform: translateY(0);
    }

    .divider-or {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #999999;
      font-size: 0.85rem;
      margin: 22px 0;
    }

    .divider-or hr {
      flex: 1;
      border-color: #e0e0e0;
      opacity: 1;
      margin: 0;
    }

    .signup-text {
      text-align: center;
      font-size: 0.88rem;
      color: #ffffff;
      margin: 0;
    }

    .signup-text a {
      color: var(--theme-cyan-light);
      font-weight: 600;
      text-decoration: none;
    }

    .signup-text a:hover {
      text-decoration: underline;
    }

    .login-right {
      padding: 0;
      position: relative;
      height: 100%;
    }

    .login-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 0 17px 17px 0;
    }

    @media (max-width: 767.98px) {
      .login-wrapper {
        border-radius: 16px;
      }

      .login-left {
        padding: 35px 20px;
      }

      .login-left h2 {
        font-size: 1.6rem;
      }

      .login-right img {
        border-radius: 0 0 13px 13px;
      }
    }
    .twofa-page .login-left{
      height: 100%;
    }
    .twofaCode{
      display: flex;
      gap: 5px;
      justify-content: space-between;
    }
    .twofaCode .form-control-custom{
      border-radius: 10px;
    }

    /* @media(max-width:1366px){
      .login-page{
        padding-top: 0;
      }
    } */
     @media(max-width:991px){
      .login-page{
        min-height: auto;
        display: flex;
        align-items: center;
        margin: 100px auto 50px;
        max-width: 500px;
      }
      /* .login-left{
        align-items: center;
      } */
      .login-left p.subtitle{
        text-align: center;
      }
      .divider-or{
        margin: 12px 0 0;
      }
    }
    .signup-page .login-right img{
      max-height: 100%;
    }
    .password-note{
      padding: 0 15px;
      font-size: 13px;
      opacity: 0.75;
      display: inline-flex;
    }
    .password-wrapper{
      position: relative;
    }
    .password-wrapper input{
      padding-right: 20px;
    }
    .password-wrapper svg{
      position: absolute;
      right: 15px;
      top: 18px;
      opacity: 0.5;
      transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      -mos-transition: 0.3s ease-in-out all;
      -ms-transition: 0.3s ease-in-out all;
    }
    .password-wrapper a:hover svg{
      opacity: 0.90;
    }    
    label, .form-group label{
      padding-left: 20px;
    }
    .required{
      color: #ff8282;
      font-size: 16px;
    }
    .signup-header-wrapper{
      max-width: 1100px;
      margin: 0 auto 25px;
      padding:  0 50px;
    }
/* ============ Auth Pages End ============*/

/* ============ Privacy-Policy & Term & Condition Pages Start ============*/
em.policy_update {
    padding: 10px 30px 10px 20px;
    border: 1px solid rgba(191, 234, 234,0.5);
    border-left: 5px solid var(--theme-cyan-light);
}
/* ============ Privacy-Policy & Term & Condition Pages End ============*/

/* ============ Sitemap Pages Start ============*/
.sitemap-page {
    min-height: calc(100vh - 512px);
    display: flex;
    align-items: center;
}
  .sitemap-page .title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(191,234,234,0.5);
  }
  .sitemapList{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .sitemapList li{
    width: 25%;
    list-style: none;
    padding: 20px 0;    
    font-weight: 600;
    letter-spacing: 0.5px;      
  }
  .sitemapList li li{
    width: 100%;
  }
  .sitemapList li a{
    font-size: 20px;
    position: relative;
    padding: 20px 20px 20px 40px;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -mos-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;

  }
  .sitemapList li a:before {
    position: absolute;
    content: "";
    background-image: url('../images/sweat-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    top: 15px;
    left: 0;
    opacity: 0.5;
    transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    -mos-transition: 0.3s ease-in-out all;
    -ms-transition: 0.3s ease-in-out all;
  }
  .sitemapList li a:hover:before{
    opacity: 1;
  }
  @media(max-width:1366px){
    .sitemap-page {
      padding: 50px 0;
    }
    .sitemapList li a{
      font-size: 18px;
    }
  }
  @media(max-width:1199px){
    .sitemapList li{
      width: 33.33%;
    }
  }
  @media(max-width:991px){
    .sitemap-page{
      min-height: calc(100vh - 388px);
    }
    .sitemapList li{
      width: 50%;
    }
  }
  @media(max-width:767px){
    .sitemap-page{
      min-height: auto;
      padding: 100px 0 50px;
    }
    .sitemapList li{
      width: 100%;
    }
  }
  
/* ============ Sitemap Pages End ============*/


/* ============ Signup Pages Start ============*/
/* Wrapper */
.signup-page .login-wrapper{
  max-width: 1100px;
}
.signup-page .login-left h2.title{
  margin-bottom: 25px;
  text-transform: capitalize;

}
.signup-form {
    background: #050505;
    border: 1px solid rgba(170, 245, 255, 0.35);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 0 40px rgba(0,0,0,0.55);
}

/* Title */
.signup-form .title {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

/* Label */
.signup-form label {
    color: #c8c8c8;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}

/* Inputs */
.signup-form .form-control-custom {
    width: 100%;
    height: 62px;
    background: linear-gradient(90deg, #2c2c2c 0%, #343434 100%);
    border: 1px solid #3b3b3b;
    border-radius: 60px;
    padding: 0 22px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.signup-form .form-control-custom::placeholder {
    color: #9d9d9d;
}

.signup-form .form-control-custom:focus {
    outline: none;
    border-color: rgba(192,230,231,0.6);
    background: #3a3a3a;
    box-shadow: 0 0 0 3px rgba(192,230,231,0.08);
}

/* Password */
.signup-form .password-field {
    position: relative;
}

.signup-form .password-field a {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

.signup-form .password-field svg {
    width: 18px;
    height: 18px;
}

/* Password Note */
.signup-form .password-note {
    color: #d4d4d4;
    font-size: 13px;
    padding-left: 14px;
    display: inline-block;
    line-height: 1.6;
}

/* Radio */
.signup-form .custom-radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 28px;
    color: #e3e3e3;
    cursor: pointer;
    font-size: 15px;
    position: relative;
}

.signup-form .custom-radio input {
    display: none;
}

.signup-form .radio-mark {
    width: 22px;
    height: 22px;
    border: 2px solid #4e4e4e;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.signup-form .custom-radio input:checked + .radio-mark {
    border-color: #c0e6e7;
}

.signup-form .custom-radio input:checked + .radio-mark::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #c0e6e7;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

/* Button */
.signup-form .btn-primary {
    width: 100%;
    height: 66px;
    border-radius: 60px;
    border: none;
    background: #c0e6e7;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.signup-form .btn-primary:hover {
    background: #d9f6f7;
    transform: translateY(-2px);
}

/* Select2 Styling */

.signup-form .select2-container {
    width: 100% !important;
}

.signup-form .select2-container--default .select2-selection--single {
    height: 62px;
    background: linear-gradient(90deg, #2c2c2c 0%, #343434 100%);
    border: 1px solid #3b3b3b;
    border-radius: 60px;
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.signup-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 60px;
    font-size: 16px;
    padding-left: 0;
}

.signup-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 18px;
}

.signup-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.signup-form .select2-dropdown {
    background: #2d2d2d;
    border: 1px solid #444;
    border-radius: 16px;
    overflow: hidden;
}

.signup-form .select2-results__option {
    color: #ffffff;
    padding: 12px 16px;
}

.signup-form .select2-results__option--highlighted.select2-results__option--selectable {
    background: #3d3d3d;
}

/* Section Spacing */
.signup-form .mb-4 {
    margin-bottom: 28px !important;
}

.signup-form .mb-1 {
    margin-bottom: 10px !important;
}
.captcha-box{
  max-width: 300px;
}
.captcha-box img{
  width: 100%;
}
.form-section{
  width: 100%;
}
.form-section + .form-section {
    margin-top: 10px;
    padding-top: 40px;
    border-top: 1px solid rgba(192,230,231, 0.25);
}
.form-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-bottom .button-group{
  display: flex;
}
.form-bottom .button-group .btn{
  min-width: 125px;
}
.form-bottom .button-group .btn + .btn{
  margin-left: 15px;
}
.form-bottom .captcha-image .captcha{
  margin-top: 0;
}
.terms-text {
    margin-top: 10px;
    font-size: 14px;
}
.terms-text a{
  font-weight: 700;
  text-decoration: underline;
}
.signup-page .signup-wrapper.login-left label.custom-radio{
  padding-left: 0;
}

/* Responsive */
@media(max-width: 991px){
    .login-page.signup-page{
      max-width: 100%;
    }
    .signup-form {
        padding: 30px 24px;
    }

    .signup-form .title {
        font-size: 34px;
    }

    .signup-form .btn-primary {
        font-size: 24px;
        height: 58px;
    }
    .form-bottom{
      align-items: start;
    }
    .form-bottom .button-group .btn{
      min-width: 100px;
    }
    .form-bottom .button-group .btn + .btn{
      margin-left: 8px;
    }
    .captcha-box {
      max-width: 250px;
    }
    .login-left.signup-wrapper{
      padding: 25px;
    }
    .signup-form .custom-radio {
        display: flex;
        margin-bottom: 14px;
    }
    .signup-header-wrapper{
      padding:0 25px;
    }
    .signup-header-wrapper .login-page .title{
      font-size: 40px;
    }
}
@media(max-width: 767px){
  .form-bottom{
    flex-direction: column;
  }
  .terms-text{
    margin: 25px 0;
  }
  .form-section + .form-section {
    margin-top: 20px;
    padding-top: 30px;
  }
  /* .select2-container {
    width: 100% !important;
  } */
  .login-page .signup-header-wrapper{
    padding: 0 ;
  }
  .login-page .signup-header-wrapper .title{
    font-size: 36px;
    padding: 0;
  }
  
}
/* ============ Signup Pages End ============*/


.packageNameTitle, .subPackageNameTitle{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.packageNameTitle::before, .subPackageNameTitle::before{
  content: '';
  position: absolute;
  background: -webkit-linear-gradient(left, #ffffff, #80fcff);
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
/* .subPackageNameTitle::before{
  width: 75%;
  left: 0;
  right: 0;
  margin: 0 auto;
} */
.packageNameTitle h2, .subPackageNameTitle h2 {
    background-color: #040405;
    padding: 0 10px;
    line-height: 100%;
    display: flex;
    align-items: center;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
}
.subPackageNameTitle h2 .packageUnlimited{
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
    font-style: italic;
    line-height: 100%;
    margin: 0 0 0 10px;
}
.package-card__details-wrap {
    /* background-color: #000000; */
    background: linear-gradient(141deg, #12484d 0%, #0a2228 50%, #020608 91%, #000000 100%);
    padding: 15px;
    border-radius: 5px;
}
.package-card__details-wrap span{
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.55px;
}



/* Schedule Page prnv CSS 20-05-26 Start  */

/* FILTER BAR */
    .filter-bar { background: #111111; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 20px 0; }

    .filter-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #888888; margin-bottom: 10px; }
    
    .filter-selects { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
    
    .filter-select { background: #1a1a1a; border: 1px solid rgba(255,255,255,0.08); color: #ffffff; border-radius: 6px; padding: 10px 36px 10px 14px; font-size: 13px; font-weight: 500; appearance: none; -webkit-appearance: none; cursor: pointer; min-width: 180px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; transition: border-color .2s; }
    
    .filter-select:focus { outline: none; border-color: #a8d8d8; }
    
    .filter-select option { background: #1a1a1a; }
    
    .btn-reset { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: #888888; border-radius: 6px; padding: 10px 20px; font-family: var(--font); font-size: 13px; font-weight: 600; cursor: pointer; transition: all .2s; }
    
    .btn-reset:hover { border-color: #a8d8d8; color: #a8d8d8; }

    /* ── LEGEND ── */
    .legend-bar {
        background: #111111;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding: 16px 0;
    }
    .legend-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
    .legend-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #888888; margin-right: 8px; }
    .legend-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.75); }
    .legend-item-list{display: flex;gap: 15px;}
    .legend-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
    .dot-fusion  { background: #a8d8d8; }
    .dot-ride    { background: #f4a26b; }
    .dot-sculpt  { background: #c8a8d8; }
    .legend-sep  { width: 1px; height: 20px; background: rgba(255,255,255,0.08); }
    .spot-key    { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
    .spot-item   { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #888888; font-weight: 500; }
    .spot-badge  { width: 8px; height: 8px; border-radius: 50%; }
    .s-open   { background: #4caf82; }
    .s-low    { background: #ffb74d; }
    .s-full   { background: #e57373; }

    /* ── WEEK NAV ───────────────────────────────────── */
    .week-nav-bar {
        padding: 24px 0 16px;
        display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
    }
    .week-title { font-size: 20px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; }
    .week-title span { color: #a8d8d8; }
    .week-range { font-size: 13px; color: #888888; font-weight: 500; margin-top: 2px; }
    .week-btns { display: flex; gap: 8px; }
    .week-btn {
        background: #161616; border: 1px solid rgba(255,255,255,0.08);
        color: #ffffff; border-radius: 6px; padding: 8px 20px;
        font-family: var(--font); font-size: 13px; font-weight: 600;
        cursor: pointer; letter-spacing: 0.5px;
        display: flex; align-items: center; gap: 6px;
        text-decoration: none; transition: all .2s;
    }
    .week-btn:hover { background: #a8d8d8; color: #000; border-color: #a8d8d8; }

    /* ── SCHEDULE WRAPPER (horizontal scroll) ───────── */
    .schedule-outer {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 12px;
    }
    /* custom scrollbar */
    .schedule-outer::-webkit-scrollbar { height: 5px; }
    .schedule-outer::-webkit-scrollbar-track { background: rgba(255,255,255,0.03); border-radius: 3px; }
    .schedule-outer::-webkit-scrollbar-thumb { background: #7ec8c8; border-radius: 3px; opacity: .6; }

    .schedule-table {
        display: grid;
        grid-template-columns: repeat(7, minmax(160px, 1fr));
        gap: 8px;
        min-width: 1130px;
    }

    /* Day column */
    .day-col { display: flex; flex-direction: column; }

    .day-head {
        background: #111111;
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 8px 8px 0 0;
        padding: 14px 10px;
        text-align: center;
        position: sticky; top: 0;
    }
    .day-head.is-today { background: rgba(168,216,216,0.07); border-color: rgba(168,216,216,0.35); }
    .day-name { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #888888; }
    .day-head.is-today .day-name { color: #a8d8d8; }
    .day-num  { font-size: 28px; font-weight: 800; line-height: 1.1; margin-top: 2px; }
    .day-head.is-today .day-num { color: #a8d8d8; }

    .day-body {
        background: rgba(255,255,255,0.015);
        border: 1px solid rgba(255,255,255,0.08);
        border-top: none;
        border-radius: 0 0 8px 8px;
        padding: 8px;
        display: flex; flex-direction: column; gap: 6px;
        flex: 1; min-height: 280px;
    }

    /* No classes placeholder */
    .no-class { color: rgba(255,255,255,0.14); font-size: 12px; text-align: center; padding: 24px 6px; font-weight: 500; }

    /* Class card */
    .c-card {
        border-radius: 6px;
        padding: 10px 10px 10px 13px;
        position: relative; overflow: hidden;
        cursor: pointer;
        background: #161616;
        border: 1px solid rgba(255,255,255,0.08);
        transition: transform .18s, border-color .18s, background .18s;
        text-decoration: none; display: block;
    }
    .c-card::before {
        content: ''; position: absolute;
        left: 0; top: 0; bottom: 0; width: 3px;
        border-radius: 3px 0 0 3px;
    }
    .c-card.fusion::before  { background: #a8d8d8; }
    .c-card.ride::before    { background: #f4a26b; }
    .c-card.sculpt::before  { background: #c8a8d8; }

    .c-card:hover { transform: translateY(-2px); background: rgba(255,255,255,0.04); }
    .c-card.fusion:hover  { border-color: rgba(168,216,216,0.3); }
    .c-card.ride:hover    { border-color: rgba(244,162,107,0.3); }
    .c-card.sculpt:hover  { border-color: rgba(200,168,216,0.3); }

    .c-time  { font-size: 11px; font-weight: 700; letter-spacing: 0.4px; margin-bottom: 3px; }
    .fusion  .c-time { color: #a8d8d8; }
    .ride    .c-time { color: #f4a26b; }
    .sculpt  .c-time { color: #c8a8d8; }

    .c-name  { font-size: 12px; font-weight: 700; color: #ffffff; line-height: 1.3; margin-bottom: 3px; }
    .c-instr { font-size: 11px; color: #888888; font-weight: 500; }
    .c-dur   { font-size: 10px; color: rgba(255,255,255,0.3); margin-top: 2px; font-weight: 500; }

    .c-spots { font-size: 10px; font-weight: 700; margin-top: 5px; display: flex; align-items: center; gap: 4px; }
    .c-spots::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
    .spots-waitlist .c-spots::before{background-color: #c39bd3;}
    .spots-open   .c-spots { color: #4caf82; }
    .spots-open   .c-spots::before { background: #4caf82; }
    .spots-low    .c-spots { color: #ffb74d; }
    .spots-low    .c-spots::before { background: #ffb74d; }
    .spots-full   .c-spots { color: #e57373; }
    .spots-full   .c-spots::before { background: #e57373; }

    /* ── MODAL ──────────────────────────────────────── */
    .modal-content { background: #141414; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; color: #ffffff; margin: 0 15px;}
    .modal-header  { border-bottom: 1px solid rgba(255,255,255,0.08); padding: 20px 24px; }
    .modal-title   { font-weight: 800; font-size: 18px; }
    .modal-class-badge {
        display: inline-block; margin-top: 6px;
        font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
        padding: 3px 10px; border-radius: 20px;
    }
    .badge-fusion { background: rgba(168,216,216,0.15); color: #a8d8d8; }
    .badge-ride   { background: rgba(244,162,107,0.15); color: #f4a26b; }
    .badge-sculpt { background: rgba(200,168,216,0.15); color: #c8a8d8; }
    .btn-close { filter: invert(1); opacity: .6; }
    .btn-close:focus { box-shadow: none;}
    .modal-body  { padding: 24px; }
    .m-row {
        display: flex; align-items: flex-start; gap: 12px;
        padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
        font-size: 14px;
    }
    .m-row:last-child { border-bottom: none; }
    .m-row i   { color: #a8d8d8; font-size: 16px; width: 20px; margin-top: 1px; }
    .m-label   { color: #888888; width: 100px; font-size: 13px; flex-shrink: 0; }
    .m-val     { font-size: 13px; color: rgba(255,255,255,.85); line-height: 1.6; }
    .modal-footer { border-top: 1px solid rgba(255,255,255,0.08); padding: 16px 24px; }
    .btn-book {
        background: #a8d8d8; color: #000; border: none; border-radius: 6px;
        padding: 12px 32px; font-family: var(--font); font-size: 14px; font-weight: 700;
        letter-spacing: 1px; cursor: pointer; transition: background .2s;
    }
    .btn-book:hover { background: #7ec8c8; }
    .btn-book:disabled { background: #2a2a2a; color: #555; cursor: not-allowed; }

  
    /* ── SCROLL HINT (mobile) ────────────────────────── */
    .scroll-hint {
        display: none;
        align-items: center; gap: 6px;
        font-size: 12px; color: #888888; font-weight: 500;
        margin-bottom: 10px;
    }
    .scroll-hint i { font-size: 14px; color: #a8d8d8; }
    @media (max-width: 1100px) { .scroll-hint { display: flex; } }

    /* section padding */
  .schedule-section { padding: 0 0 80px; }


/* Schedule Page prnv CSS 20-05-26 End  */


/* Our Class CSS prnv 21-05-26 Start  */

/* ── HERO INTRO ── */
    .classes-hero {     
      padding: 0 0 50px;
      position: relative;
      overflow: hidden;
    }

    .classes-hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(126,232,232,0.07) 0%, transparent 65%);
      pointer-events: none;
    }

    .section-eyebrow {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #7ee8e8;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .section-eyebrow::before {
      content: '';
      display: inline-block;
      width: 32px; height: 1.5px;
      background: #7ee8e8;
    }

    .classes-hero h1 {
      font-size: clamp(2.6rem, 5vw, 4rem);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin-bottom: 28px;
      color: #ffffff;
    }

    .classes-hero h1 span {
      color: #7ee8e8;
    }

    .classes-hero .lead-text {
      font-size: clamp(1rem, 1.5vw, 1.15rem);
      font-weight: 400;
      color: rgba(255,255,255,0.55);
      line-height: 1.75;
      max-width: 580px;
    }

    /* ── DIVIDER LINE ── */
    .teal-rule {
      border: none;
      height: 1px;
      background: linear-gradient(90deg, transparent, #7ee8e8, transparent);
      opacity: 0.25;
      margin: 0;
    }

    /* ── CLASS CARDS SECTION ── */
    .classes-section {
      padding: 110px 0;
    }

    /* Each class block alternates layout */
    .class-block {
      margin-bottom: 125px;
      position: relative;
    }

    .class-block:last-child {
      margin-bottom: 0;
    }

    /* Number label */
    .class-number {
      font-size: 120px;
      font-weight: 800;
      line-height: 1;
      color: rgba(126,232,232,0.05);
      position: absolute;
      top: -95px;
      left: 0;
      pointer-events: none;
      user-select: none;
      letter-spacing: -0.05em;
    }

    .class-block.reverse .class-number {
      left: auto;
      right: 0;
    }

    /* Inner card */
    .class-card {
      background: #161616;
      border: 1px solid rgba(126, 232, 232, 0.15);
      border-radius: 20px;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 420px;
      transition: border-color 0.35s ease, box-shadow 0.35s ease;
      position: relative;
      z-index: 1;
    }

    .class-card:hover {
      border-color: rgba(126,232,232,0.4);
      box-shadow: 0 0 60px rgba(126,232,232,0.06);
    }

    .class-block.reverse .class-card {
      direction: rtl;
    }

    .class-block.reverse .class-card > * {
      direction: ltr;
    }

    /* Visual panel */
    .class-visual {
      position: relative;
      background: #0f0f0f;
      overflow: hidden;
      min-height: 380px;
    }

    .class-visual-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0.55;
      transition: transform 0.6s ease, opacity 0.4s ease;
    }

    .class-card:hover .class-visual-bg {
      transform: scale(1.04);
      opacity: 0.7;
    }

    /* Gradient overlay on visual */
    .class-visual::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(126,232,232,0.08) 0%, transparent 60%);
    }

    /* Big decorative icon in visual */
    .class-visual-icon {
      position: absolute;
      bottom: 24px;
      right: 24px;
      width: 64px; height: 64px;
      border: 1.5px solid rgba(126,232,232,0.35);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #7ee8e8;
      font-size: 26px;
      backdrop-filter: blur(8px);
      background: rgba(0,0,0,0.3);
      z-index: 2;
    }

    /* Tag badge */
    .class-tag {
      position: absolute;
      top: 24px;
      left: 24px;
      background: rgba(0,0,0,0.55);
      border: 1px solid rgba(126,232,232,0.3);
      color: #7ee8e8;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 100px;
      backdrop-filter: blur(6px);
      z-index: 2;
    }

    /* Content panel */
    .class-content {
      padding: 56px 52px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 18px;
    }

    .class-name {
      font-size: clamp(2rem, 3vw, 2.8rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.05;
      color: #ffffff;
      margin: 0;
    }

    .class-name span {
      color: #7ee8e8;
    }

    .class-tagline {
      font-size: 0.95rem;
      font-weight: 600;
      color: #7ee8e8;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin: 0;
    }

    .class-desc {
      font-size: 0.97rem;
      font-weight: 400;
      color: var(--muted);
      line-height: 1.78;
      margin: 0;
    }

    /* Pill tags row */
    .class-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 4px;
    }

    .class-pill {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(126,232,232,0.8);
      background: rgba(126, 232, 232, 0.12);
      border: 1px solid rgba(126, 232, 232, 0.15);
      border-radius: 100px;
      padding: 5px 14px;
    }

    /* CTA button */
    .class-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 8px;
      background: transparent;
      border: 1.5px solid rgba(126,232,232,0.4);
      color: #ffffff;
      font-family: var(--font);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 13px 28px;
      border-radius: 100px;
      text-decoration: none;
      transition: background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
      width: fit-content;
    }

    .class-cta:hover {
      background: #7ee8e8;
      border-color: #7ee8e8;
      color: #000;
    }

    .class-cta i {
      font-size: 15px;
      transition: transform 0.25s ease;
    }

    .class-cta:hover i {
      transform: translateX(4px);
    }

    /* Horizontal rule between class-type label and number  */
    .class-label-row {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 16px;
    }

    .class-label-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: #7ee8e8;
      flex-shrink: 0;
    }

    .class-label-line {
      flex: 1;
      height: 1px;
      background: rgba(126, 232, 232, 0.15);
    }

    .class-label-num {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.15em;
      color: rgba(255,255,255,0.2);
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 991px) {
      .classes-section{
        padding: 50px 0;
      }
      .class-block{margin-bottom: 50px;}
      .class-card {
        grid-template-columns: 1fr;
        direction: ltr !important;
      }

      .class-block.reverse .class-card {
        direction: ltr;
      }

      .class-visual {
        min-height: 280px;
      }

      .class-content {
        padding: 40px 36px;
      }

      .class-number {
        display: none;
      }
    }

    @media (max-width: 575px) {
      .classes-hero {
        padding: 0 0 50px;
      }

      .class-content {
        padding: 32px 24px;
      }

      .classes-section {
        padding: 60px 0 80px;
      }

      .class-block {
        margin-bottom: 50px;
      }
    }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(28px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .animate-in {
      opacity: 0;
      animation: fadeUp 0.7s ease forwards;
    }

    .delay-1 { animation-delay: 0.1s; }
    .delay-2 { animation-delay: 0.22s; }
    .delay-3 { animation-delay: 0.34s; }
    .delay-4 { animation-delay: 0.46s; }

    /* Intersection reveal */
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.65s ease, transform 0.65s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }
/* Our Class CSS prnv 21-5-26 End */




/* ============ Reservation Bike page Start ============*/
.reserve-bike-section{
  text-align: center;
}
.studio-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.studio {
  background: #16161a;
  border: 1.5px solid #2a2a35;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* MIRROR WALL */
.mirror-wall {
  background: linear-gradient(180deg, #1a2f3f 0%, #0d1e29 100%);
  border-bottom: 2px solid #3ecfff;
  text-align: center;
  padding: 14px 0 12px;
  position: relative;
}

.mirror-wall::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #3ecfff, transparent);
  filter: blur(1px);
}

.mirror-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: #3ecfff;
  text-transform: uppercase;
}

.mirror-shine {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 6px;
}

.mirror-shine span {
  display: inline-block;
  width: 28px;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(62, 207, 255, 0.5), transparent);
  border-radius: 2px;
}

/* INSTRUCTOR */
.instructor-zone {
  display: flex;
  justify-content: center;
  padding: 18px 0 10px;
  background: linear-gradient(180deg, #0d1e29 0%, #16161a 100%);
}

.instructor-bike {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* .instructor-label {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 20px;
    padding: 2px 10px;
} */
.instructor-label {

    font-size: 18px;

    letter-spacing: 2px;

    color: #ffffff;

    text-transform: uppercase;

    font-weight: 600;

    background: rgba(76, 175, 80, 0.1);

    border: 1px solid rgb(255 255 255 / 30%);

    border-radius: 20px;

    padding: 5px 20px;

}
 
/* BIKES SECTION */
.bikes-section {
  padding: 16px 24px 10px;
  background: #16161a;
}

.row-1 {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 15px;
  /* margin-right: 65px; */
}

.row-2 {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-left: 65px;
}

/* BIKE CARD */
.bike-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
}

.bike-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.bike-btn {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  background: #1e1e24;
  border: 2px solid #2a2a35;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s ease;
  position: relative;
  overflow: hidden;
}

.bike-btn img {
  width: 100%;
  padding: 18px;
  opacity: 0.5;
  transition: transform 0.18s ease;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
}

.bike-num {
  font-size: 18px;
  font-weight: 700;
  color: #888899;
  letter-spacing: 0.05em;
  transition: color 0.18s;
}

/* Hover */
.bike-item:hover .bike-btn {
  border-color: var(--theme-cyan-light);;
  background: #232330;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(245, 166, 35, 0.18);
}

.bike-item:hover .bike-btn img {
  transform: scale(1.08);
  filter: brightness(0) saturate(100%) invert(90%) sepia(20%) saturate(300%) hue-rotate(135deg) brightness(100%);
}

.bike-item:hover .bike-num {
  color: var(--theme-cyan-light);;
}

/* Selected */
.bike-item.selected .bike-btn {
  border-color: var(--theme-cyan-light);
  background: rgba(191, 234, 234, 0.12);
  box-shadow: 0 0 0 3px rgba(191, 234, 234, 0.25), 0 6px 20px rgba(191, 234, 234, 0.25);
  transform: translateY(-2px);
}
.bike-item.selected .bike-btn img{
  filter: brightness(0) saturate(100%) invert(90%) sepia(20%) saturate(300%) hue-rotate(135deg) brightness(100%);
}

.bike-item.selected .bike-num {
  color: var(--theme-cyan-light);
}

.bike-item.selected .bike-btn::after {
  content: '✓';
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 0.65rem;
  color: var(--theme-cyan-light);
  font-weight: 900;
}

/* INSTRUCTOR BIKE */
.bike-btn.instructor-b {
  width: 76px;
  height: 76px;
  background: rgba(76, 175, 80, 0.06);
  border-color: rgba(191, 234, 234, 0.5);
  cursor: default;
  pointer-events: none;
}

.bike-btn.instructor-b img {
  width: 100%;
  padding: 10px;
}

/* ENTRY / BACK */
.entry-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 0 15px;
  background: linear-gradient(180deg, #16161a 0%, #12121a 100%);
  border-top: 1.5px solid #2a2a35;
  margin-top: 16px;
}

.entry-bar .door-icon {
  color: #ff5c5c;
  font-size: 1rem;
}

.entry-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.28em;
  color: var(--theme-cyan-light);
  text-transform: uppercase;
  font-weight: 500;
}

/* INFO BAR */
.info-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  gap: 12px;
  flex-wrap: wrap;
}

.legend {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  color: #888899;
  letter-spacing: 0.04em;
}

.legend-dot {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid;
}

.legend-dot.available {
  border-color: #2a2a35;
  background: #1e1e24;
}

.legend-dot.selected-dot {
    border-color: var(--theme-cyan-light);
    background: rgb(42 47 51);
}

.legend-dot.instructor-d {
    border-color: rgba(191, 234, 234, 0.5);
    background: rgba(76, 175, 80, 0.1);
}

.selection-badge {
  font-size: 0.78rem;
  font-weight: 600;
  color: #e8e8f0;
  background: #1e1e24;
  border: 1px solid #2a2a35;
  border-radius: 20px;
  padding: 5px 14px;
  white-space: nowrap;
  transition: all 0.2s;
}

.selection-badge.active {
  border-color: var(--theme-cyan-light);;
  color: var(--theme-cyan-light);;
  background: rgba(245, 166, 35, 0.08);
}

/* Responsive */
@media (max-width:991px) {
  .bike-btn{
    width: 80px;
    height: 80px;

  }
}
@media (max-width:767px) {
  .bike-btn img{
    padding:8px
  }
  .row-1{
    margin-right: 15px;
  }
  .row-2{
    margin-left: 15px;
  }
  .info-bar{
    flex-direction: column;
  }
  .selection-badge{margin-top: 15px;}
}
@media (max-width:480px) {
  .bike-btn {
    width: 46px;
    height: 46px;
    border-radius: 10px;
  }
  .bike-btn.instructor-b {
    width: 62px;
    height: 62px;
  }  

  .bikes-section {
    padding: 12px 12px 8px;
  }

  .row-1,
  .row-2 {
    gap: 6px;
  }

  .bike-num {
    font-size: 0.65rem;
  }

}

@media (max-width:360px) {
  .bike-btn {
    width: 46px;
    height: 46px;
    border-radius: 8px;
  }

  .bike-btn svg {
    width: 28px;
    height: 28px;
  }

  .row-1,
  .row-2 {
    gap: 4px;
  }
}
/* ============ Reservation Bike page End ============*/

.privacy-page ul{
  list-style-type: none;
  padding: 0;
}
.privacy-page ul.sub-ul{
  list-style-type: circle;
}

section.about-our-values{
  margin-top: 75px;
}




/* ============ Select2 Theme Override ============ */
  .select2-container .select2-selection--single {      
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.18);
      display: flex;
      align-items: center;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #fff;
      padding-left: 14px;
      line-height: 42px;
      font-size: 0.85rem;
      font-weight: 500;
      padding: 0;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: rgba(255,255,255,0.55);
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 42px;
      right: 15px;
      top: 5px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: rgba(255,255,255,0.6) transparent transparent transparent;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent rgba(255,255,255,0.6) transparent;
      border-width: 0 6px 6px 6px;
  }
  .select2-container--default.select2-container--focus .select2-selection--single,
  .select2-container--default.select2-container--open .select2-selection--single {
      border-color:  rgba(255,255,255,0.18);
      outline: none;
      box-shadow: none;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: rgba(255, 255, 255, 0.08) !important; 
  }
  /* Dropdown panel */
  .select2-dropdown {
      background: #1a1a2e;
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 8px;
      font-size: 0.85rem;
      box-shadow: 0 12px 40px rgba(0,0,0,0.45);
  }
  .select2-container--default .select2-results__option {
      color: rgba(255,255,255,0.8);
      padding: 9px 14px;
      transition: background 0.15s;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background: #a8d8d8;
      color: #111;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
      background: rgba(232,200,74,0.15);
      color: #a8d8d8;
  }
  .select2-search--dropdown .select2-search__field {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 6px;
      color: #fff;
      padding: 7px 10px;
  }
  .select2-search--dropdown .select2-search__field:focus {
      outline: none;
      box-shadow: none;
      border-color: inherit;
  }
  .select2-search--dropdown .select2-search__field::placeholder { color: rgba(255,255,255,0.4); }

  /* ============ Card book / waitlist buttons ============ */
  .c-book-btn {
      display: block;
      text-align: right;
      margin-top: 8px;
      width: 100%;
      border: none;
      font-size: 0.70rem;
      font-weight: 700;
      letter-spacing: 0.03em;
      cursor: pointer;
      transition: opacity 0.2s, transform 0.15s;
      text-decoration: none;
  }
  .c-book-btn:hover { opacity: 0.85; transform: translateY(-1px); text-decoration: none; }
  .c-book-btn:active { transform: translateY(0); }

  /* Book = accent gold */
  .c-book-btn.btn-book-now {
      color: #a8d8d8;
  }
  /* Waitlist = muted outline */
  .c-book-btn.btn-waitlist {
      color: #c39bd3;
  }

  /* ============ Waitlist legend & badge ============ */
  .dot-waitlist  { background: #9b59b6; }
  .s-waitlist    { background: #9b59b6; color: #fff; }
  .spots-waitlist .c-spots { color: #c39bd3; }


/* ============ Welcome Page Start ============ */
  .welcome-page .title{
    font-size: 60px;
    line-height: 100%;
  }
  .welcome-page p.subtitle{
    font-size: 16px;
  }
  .welcome-page .login-left h2.subtitle{
    font-size: 34px;
    background: linear-gradient(90deg, #f3f6f7 0%, #7eeef5 100%, #7eeef5 70%, #7eeef5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .welcome_box {
    background: #161616;
    border: 1px solid rgba(126, 232, 232, 0.15);
    border-radius: 20px;
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    z-index: 1;
    padding: 10px 20px;    
  }
  .welcome_box p {
    font-size: 13px;
    opacity: 0.75;
    letter-spacing: 0.75px;
    font-weight: 300;
  }
  .button_sec .btn {
    font-size: 13px;
    padding: 2px 2px 2px 10px;
    width: auto;
    gap: 10px;
  }
  .button_sec .btn .icon{
    width: 27px;
    height: 27px;
    font-size: 14px;
  }
  .thankyou_btn.button_sec .btn + .btn{
    margin-left: 15px;
  }  
/* ============ Welcome Page End ============ */

/* ============ Cookie Policy Popup Start ============ */
.cookie-popup { position: fixed; bottom: -200px; left: 30px; right: 30px; max-width: 850px; background: rgba(0, 0, 0, .5); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-radius: 50px; padding: 12px; padding-left: 30px; z-index: 111; opacity: 0; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; -webkit-animation: cookieFloat 4s infinite ease-in-out; animation: cookieFloat 4s infinite ease-in-out }
.cookie-popup a{text-decoration: underline; color: var(--theme-cyan-light);}
@media (max-width:575px) {
    .cookie-popup { left: 15px; right: 15px }
}
.cookie-popup .img-cookie { position: absolute; right: -18px; top: -10px }
.cookie-popup:before { content: ""; position: absolute }
.cookie-popup .btn { padding: 8px 15px; font-size: 14px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto }
@media (max-width:575px) {
    .cookie-popup .btn { font-size: 12px }
}
.cookie-popup .c-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 0 16px; margin: 0; font-size: 13px }
@media (max-width:575px) {
    .cookie-popup .c-content { gap: 10px 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
}
.cookie-popup .c-content * { line-height: 1.3 }
.cookie-popup .c-content p { font-size: 14px !important; font-weight: 400; color: #fff }
@media (max-width:575px) {
    .cookie-popup .c-content p { font-size: 11px }
}
.cookie-popup .c-content a { font-weight: 500 }
@media (prefers-color-scheme:dark) {
    .cookie-popup { background: rgba(30, 30, 30, .6); border: 1px solid rgb(192 230 231 / 20%)}
    .cookie-popup h3,
    .cookie-popup p { color: #f1f1f1; mix-blend-mode: difference }
}
.cookie-popup { bottom: 20px; opacity: 1 }
@media (max-width:767px) {
    .cookie-popup { bottom: 30px !important }
}
.cookie-content strong { font-size: 24px; color: #133c8b; font-family: degular; margin-bottom: 25px; display: block; font-weight: 500 }
.cookie-content p { font-size: 14px; color: #444; margin-bottom: 14px }
@-webkit-keyframes cookieFloat {
    0%,
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0) }
    50% { -webkit-transform: translate(0, -6px); transform: translate(0, -6px) }
}
@keyframes cookieFloat {
    0%,
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0) }
    50% { -webkit-transform: translate(0, -6px); transform: translate(0, -6px) }
}

/* ============ Cookie Policy Popup End ============ */

/* ============ Table CSS Start ============ */
.table {
    --bs-table-color: #fff;
    --bs-table-bg: rgba(255,255,255,0.08);
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
    margin-bottom: 5px;
}
.table tr th{
  font-weight: 500;
  background-color: var(--theme-cyan-dark);
  color: var(--theme-dark);
  vertical-align: middle;
}
.table tr th,.table tr td{
  font-size: 14px;
  padding: 15px 12px;
}
.table tr td{
  color: #cccccc;
}
@media(max-width:1199px){
  .table tr th,.table tr td{
    min-width: 150px;
  }
}

/* ============ Table CSS End ============ */

/* ============ After login pages Start ============ */
  .mini-stat{
    background: linear-gradient(180deg, #12484d 0%, #0a2228 38%, #020608 72%, #000000 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .mini-stat .title{
    font-size: 30px;
  }
  .mini-stat .content{
    font-size: 24px;
  }
  .customerAccountBalance{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .redeemGiftCard .card.mini-stat{
    border: 0;
  }
  .redeemGiftCard-page p{
    color: #ffffff;
    font-size: 16px;
  }
  .giftCardBalance .info span{
    font-size: 36px;
    color: #ffffff;
  }
  .giftCardBalance .info span a{
    font-size: 18px;
    text-decoration: underline;
  }
  .giftCardDetails {
    color: #ffffff;
  }
  .giftCardBalance_part .info{
    padding: 5px 15px;
    border: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bal_history{
    line-height: 100%;
    margin-top: -5px;
  }
  @media(max-width:1199px){
    .mini-stat{padding: 20px;}
    .mini-stat .title {font-size: 24px;}
    .mini-stat .content {font-size: 18px;}
    .user-acc-head h2{font-size: 26px;}
  }
  @media(max-width:991px){
    .customerAccountBalance{
      flex-direction: column;
      gap: 25px;
    }     
    .giftCardBalance .info span,
      .giftCardBalance .info small{
      font-size: 30px;
    }
  }
  @media(max-width:767px){
    .customerAccountBalance .btn{
      font-size: 14px !important;
    }
    .giftCardBalance_part .info{
      flex-direction: column;
    }
    .giftCardBalance_part .info{
      display: block;
      text-align: center;
    }
    .giftCardBalance_part .info div span{
      display: block;
    }
  }
/* ============ After login pages End ============ */

/* ============ Modal popup Design End ============ */
  .bootbox.modal,
  .modal{
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .bootbox.modal .modal-header{display: none;}
  .modal-header{
    padding: 10px 25px;
  }
  .modal-dialog {
    height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .modal .modal-title{
    font-size: 24px;
    background: linear-gradient(90deg, #f3f6f7 0%, #7eeef5 35%, #7eeef5 70%, #7eeef5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
  }
  .modal .form-control-custom, .modal .form-control{
    padding: 10px 15px;
  }
  .modal .btn{
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    vertical-align: middle;
    font-size: 16px;
    min-width: 95px;
    padding: 8px 15px;
  }  
/* ============ Modal popup Design End ============ */

/* ============ Datepicker Design Start ============ */
  .ui-datepicker{
    z-index: 99999 !important;
  }
  :root {--dp-border: rgba(192, 230, 231, 0.12); --dp-text: #e9f7f7; --dp-muted: rgba(191, 234, 234, 0.45); --dp-hover: rgba(191, 234, 234, 0.08); --dp-active: #bfeaea; --dp-active-text: #040405; --dp-shadow: 0 10px 35px rgba(0, 0, 0, 0.45); --dp-radius: 18px; }
.ui-datepicker { width: 320px; padding: 10px; background: linear-gradient(145deg, #0d0e10, #111214); border: 1px solid var(--dp-border); border-radius: var(--dp-radius); box-shadow: var(--dp-shadow); color: var(--dp-text); font-family: "Inter", sans-serif; z-index: 9999 !important; }
.ui-datepicker .ui-datepicker-header { position: relative; padding: 0; border: none; background: transparent; }
.ui-datepicker .ui-datepicker-title { text-align: center; font-size: 20px; font-weight: 600; color: var(--theme-cyan-light); letter-spacing: 0.5px; }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; transition: all 0.25s ease; border: 1px solid transparent; }
.ui-datepicker .ui-datepicker-prev { left: 0; }
.ui-datepicker .ui-datepicker-next { right: 0; }
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover { background: rgba(191, 234, 234, 0.08); border-color: rgba(191, 234, 234, 0.15); }
.ui-datepicker .ui-icon { width: 100%; height: 100%; text-indent: -9999px; overflow: hidden; position: relative; }
.ui-datepicker .ui-datepicker-prev .ui-icon::before,
.ui-datepicker .ui-datepicker-next .ui-icon::before { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border-top: 2px solid var(--theme-cyan-light); border-right: 2px solid var(--theme-cyan-light); transform-origin: center; }
.ui-datepicker .ui-datepicker-prev .ui-icon::before { transform: translate(-35%, -50%) rotate(-135deg); }
.ui-datepicker .ui-datepicker-next .ui-icon::before { transform: translate(-65%, -50%) rotate(45deg); }
.ui-datepicker .ui-state-disabled { opacity: 0.35; cursor: default !important; }
.ui-datepicker table { width: 100%; border-collapse: separate; border-spacing: 8px; margin: 0; }
.ui-datepicker th { padding-bottom: 10px; text-align: center; font-size: 13px; font-weight: 600; color: var(--theme-cyan-dark); text-transform: uppercase; }
.ui-datepicker td { padding: 0; }
.ui-datepicker td a,
.ui-datepicker td span { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin: auto; border-radius: 5px; font-size: 14px; font-weight: 500; text-decoration: none; transition: all 0.25s ease; color: var(--theme-cyan-light) !important;}
.ui-datepicker td a { background: rgba(255, 255, 255, 0.03); color: var(--dp-text); border: 1px solid transparent; }
.ui-datepicker td a:hover { background: rgba(191, 234, 234, 0.08); border-color: rgba(191, 234, 234, 0.12); transform: translateY(-1px); }
.ui-datepicker .ui-state-active { background: var(--dp-active) !important; color: var(--dp-active-text) !important; border-color: var(--dp-active) !important; box-shadow: 0 0 0 4px rgba(191, 234, 234, 0.12), 0 4px 12px rgba(191, 234, 234, 0.18); }
.ui-datepicker .ui-datepicker-today a { border: 1px solid rgba(191, 234, 234, 0.35); color: var(--theme-cyan-light); }
.ui-datepicker .ui-state-disabled span { background: rgba(255, 255, 255, 0.02); color: rgba(255, 255, 255, 0.18); border: 1px solid transparent; }
.ui-datepicker .ui-datepicker-other-month span { opacity: 0.2; }
.ui-datepicker .ui-datepicker-week-end a { color: #555 !important; }
.ui-datepicker { animation: dpFade 0.22s ease; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background: rgba(255, 255, 255, 0.03);border: 0;}
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon{background: none;}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span { display: block; position: absolute; left: 0; margin-left: 0; top: 0; margin-top: 0; }
@keyframes dpFade {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
/* ============ Datepicker Design End ============ */

/* ============ Pagination Design Start ============ */
.pagination { display: flex; align-items: center; gap: 10px; margin: 25px 0; padding: 0; list-style: none; }
.pagination li { display: inline-flex; }
.pagination li a { display: flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 14px; border-radius: 12px; background: linear-gradient(145deg, #151619, #1d1f23); border: 1px solid rgba(191, 234, 234, 0.08); color: var(--theme-cyan-light); font-size: 14px; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 0.25s ease; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 4px 12px rgba(0, 0, 0, 0.18); }
.pagination li a:hover { background: rgba(191, 234, 234, 0.08); border-color: rgba(191, 234, 234, 0.18); color: #ffffff; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25), 0 0 0 4px rgba(191, 234, 234, 0.04); }
.pagination li.active a { background: var(--theme-cyan-light); color: var(--theme-dark); border-color: var(--theme-cyan-light); box-shadow: 0 0 0 4px rgba(191, 234, 234, 0.12), 0 6px 16px rgba(191, 234, 234, 0.18); }
.pagination li.next a,
.pagination li.prev a { width: 42px; padding: 0; }
.pagination li a i { font-size: 12px; }
.pagination li.disabled a { opacity: 0.35; cursor: not-allowed; pointer-events: none; }
@media (max-width:576px) {
  .pagination { gap: 8px; }
  .pagination li a { min-width: 38px; height: 38px; font-size: 13px; border-radius: 10px; }
}
i.fa.fa-chevron-left:before {
  content: "\f284";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.fa.fa-chevron-right:before {
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width:767px) {
  /* .filter-schdule .select2-container{
    width: 100%;
  } */
}
/* ============ Pagination Design End ============ */

/* ============ Invoice Design Start ============ */
  /* .invoice-page table{
    border: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 15px;
  }
  .invoice-page table td > *{
    color: #ffffff;
  } */
  .invoice-page .tbl-outer{
   background-color: #ffffff;
   color: var(--theme-dark);
   border-radius: 25px;
  }
   .invoice-page table{
    border-bottom: 3px solid var(--theme-cyan-light) !important;
   }
   .invoice-page table table{
    border-bottom: 0 !important;
   }
  .invoice-page table td{
    color:var(--theme-dark) !important;
  }
  .invoice-page .tbl-outer h4,
  .invoice-page .tbl-outer h3{
    color: var(--theme-dark) !important;
  }
  .invoice-page img.logo-default{
    max-width: 200px;
  }
  .invoice-page .customer-invoice-container p{
    margin-bottom: 0;
    font-size: 14px;
  }
/* ============ Invoice Design End ============ */
/* =========================
   GLOBAL PAGE STYLING
========================= */
a { text-decoration: none; transition: 0.3s ease; }
a:hover { opacity: 0.85; }

/* =========================
   MAIN WRAPPER
========================= */
.package_details,
.payment_sec { background: #0d0d0d; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 20px; padding: 28px; box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); }

/* =========================
   TITLES
========================= */
.p-d_title { font-size: 28px; font-weight: 700; margin-bottom: 5px; color: #ffffff; }
.p-d_subtitle { text-align: center; padding: 5px 15px; border: 1px solid; border-radius: 15px; text-transform: uppercase; font-size: 26px; font-weight: 500; color: #c9f4f2; margin-bottom: 30px; }
.p-s-cc-d_title{display: flex; align-items: center; justify-content:space-between;font-size: 22px;font-weight: 600;margin-bottom:20px;}
.p-s-cc-d_title.bill_info{margin-top: 15px; padding-top: 15px; border-top: 1px solid #f2f2f2;}
.required-div { margin-bottom: 10px; }
.required { color: #ff6b6b; font-size: 14px; }

/* =========================
   PACKAGE TABLE
========================= */
.package_details table tr td {background-color: transparent; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); color: #d9d9d9; font-size: 15px; }
.package_details table tr:last-child td { border-bottom: none; }
.package_details table tr td:last-child { color: #ffffff; font-weight: 600; }
.package_details .fw-bold { font-size: 18px; color: #c9f4f2 !important; }

/* =========================
   TERMS NOTE
========================= */
.terms-condi-note { margin-top: 18px; font-size: 14px; color: #bdbdbd; }
.terms-condi-note a { color: #c9f4f2; font-weight: 600; }

/* =========================
   FORM STYLING
========================= */
.form-group { margin-bottom: 20px; }
/* .form-group label { font-size: 14px; font-weight: 500; margin-bottom: 8px; color: #f1f1f1; display: block; } */
.form-control,
.bs-select { background: rgb(37 37 37) !important; border: 1px solid rgba(255, 255, 255, 0.08); color: #ffffff !important; height: 52px; border-radius: 14px; padding: 12px 16px; font-size: 15px; box-shadow: none !important; }
.form-control:focus,
.bs-select:focus { border-color: #bde8e6; background: rgb(37 37 37); color: #ffffff; }
.form-control::placeholder { color: #888; }

/* =========================
   SAVED CARD TABLE
========================= */
.saved_card { background: #121212; border-radius: 18px; padding: 20px; border: 1px solid rgba(255, 255, 255, 0.05); margin-bottom: 20px;}
.s-c_details { width: 100%; }
.s-c_details th { color: #c9f4f2; font-weight: 600; padding-bottom: 15px; font-size: 15px; }
.s-c_details td { color: #ffffff; padding: 14px 0; vertical-align: middle; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.card_name,
.card_nub,
.card_expiry { font-size: 15px; }

/* =========================
   RADIO & CHECKBOX
========================= */
.payment_checkbox input[type="radio"],
.ryde-checkbox input[type="checkbox"] { accent-color: #c9f4f2; width: 18px; height: 18px; cursor: pointer; }
.checkbox-text { margin-left: 8px; color: #e8e8e8; font-size: 14px; }
.checkbox-text a { color: #c9f4f2; font-weight: 500; }
label.custom-checkbox{font-size: 14px;color: rgba(255, 255, 255, 0.5);margin-bottom: 6px;}
label.custom-checkbox a{color: var(--theme-cyan-light); text-decoration: underline;}

/* =========================
   PAYMENT BUTTON SECTION
========================= */
.payment_button {display: flex; align-items: center; justify-content: space-between;}
.p-b_btn { display: flex; align-items: center; gap: 15px; margin-top: 25px; flex-wrap: wrap; }

/* =========================
   SECURE PAYMENT
========================= */
.secure_ptm { margin-top: 25px; display: flex; align-items: center;}
.secure_ptm p { color: #d6d6d6; font-size: 15px; margin: 0 15px 0 0;}
.secure_ptm b { color: #ffffff; }
.secure_ptm img { max-width: 100px; opacity: 0.9; }

/* =========================
   ADD CARD BUTTON
========================= */
.btn-addcard { background: #c9f4f2 !important; color: #000 !important; border-radius: 50px !important; font-size: 14px; padding: 10px 22px !important; font-weight: 600; }
.btn-addcard:hover { background: #b5e9e6 !important; }

/* =========================
   RECAPTCHA
========================= */
.google-captacha { margin-top: 20px; }

/* =========================
   RESPONSIVE DESIGN
========================= */
@media (max-width:1199px) {
    .payment_sec { margin-left: 0 !important; margin-top: 30px; }
    .p-d_title { font-size: 24px; }
}
@media (max-width:991px) {
    .p-d_title { font-size: 22px; }
    .p-d_subtitle { font-size: 18px; }
    .payment_sec { margin-top: 25px; }
}
@media (max-width:767px) {
    .package_details table tr td { font-size: 14px; padding: 12px 0; }
    .saved_card { overflow-x: auto; }
    .s-c_details { min-width: 550px; }
    .btn-addcard { float: none !important; display: inline-block; }
    .p-d_title { font-size: 20px; }
    .bill_info { font-size: 18px; }
    .form-control,
    .bs-select { height: 48px; }
}
@media (max-width:575px) {
    .package_details,
    .payment_sec { padding: 18px; border-radius: 16px; }
    .p-d_title { font-size: 18px; }
    .p-d_subtitle { font-size: 16px; }
    .checkbox-text { font-size: 13px; }
    .btn { font-size: 14px !important; padding: 7px 17px !important; }
    .p-b_img img { max-width: 140px; }
}
.confirm-btn-footer{
    gap: 15px;
    display: flex;
    margin-top: 14px;
}
.userPackageComboTitle{min-width: 200px; text-align: left; font-size: 14px;}
@media (max-width:1199px) {
  .userPackageComboTitle{min-width: 150px;}
}
@media (max-width:767px) {
  .userPackageComboTitle{
    margin-bottom: 5px;
    padding-left: 15px;
  }
}
/* ============ Invoice Design End ============ */
.select2.w-100 + .select2-container{
    width: 100% !important;
}
.developedBySection {
    line-height: 100%;
    margin-top: -12px;
    display: flex;
    justify-content: end;
}
.developedBySection p {
    font-size: .78rem;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    line-height: 100%;
}
.dotbookerFooterLogo {
    background: url(../images/dotbooker-logo.png) no-repeat;
    opacity: 1;
    top: 8px;
    background-size: cover;
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    height: 24px;
    width: 102px;
}

/* Mantis Changes prnv 02-06-2026 Start */

.login-left form{
  width: 100%;
}
.form-control-custom.otp-field{
  padding: 0 !important;
  height: 50px !important;
  width: 50px !important;
  border-radius: 10px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
.code_button.min-w-200px{
  min-width: 200px !important;
  padding-left: 10px;
}
.bikes-section label.bike-item{
  padding-left: 0;
}
.userPackageComboFld .select2.select2-container.select2-container--default{
  margin-bottom: 0;
}
.form-note {
    font-size: 12px;
    padding-left: 20px;
    margin-top: 5px;
    font-style: italic;
    color: rgba(255,255,255,0.5);
}
.giftCardRedeemStatus .card-header{
  border-color: #ffffff;
}
.giftCardRedeemStatus .giftCardRedeemTitle{
  color: #9bf0f5;
}
.profileAlerts{
  max-width: 1000px;
  margin: 0 auto;
}
.profileAlerts .alert{
  text-align: center;
}
.title.thankYouTitle{
  font-size: 50px;
  margin-bottom: 25px;
}
.nav-item.hasSubmenu{
  position: relative;
}
.nav-item.hasSubmenu .dropdown-menu{
    min-width: 175px;
    max-width: 175px;
    margin-top: 5px;
    left: 0;
    padding: 0;
    background-color: var(--theme-dark);
    border: 1px solid #222222;
    box-shadow: 0 2px 6px rgba(120, 255, 255, 0.55);
    border-radius: 5px !important;
    overflow: hidden;
}
.nav-item.hasSubmenu .dropdown-menu li a{
    position: relative;
    font-size: 14px;
    color: var(--theme-cyan-light);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.nav-item.hasSubmenu .dropdown-menu li a::before{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: 0.2s ease-in-out all;
}
.nav-item.hasSubmenu .dropdown-menu li + li{
    border-top: 1px solid #222222;
}
.nav-item.hasSubmenu .dropdown-menu li a:hover::before, .nav-item.hasSubmenu .dropdown-menu li a.active::before {
    background-color: var(--theme-cyan-light);
}
@media (min-width: 1200px){
  .filter-selects .select2-container, .filter-selects .select2-container{
    width: 250px !important;
  }
}

@media (max-width: 1399px){
  .payment_button{
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 1199px){
  .filter-selects{
    flex-wrap: nowrap;
  }
}
@media (max-width:991px){
  .payment_button{
    flex-direction: row;
    align-items: center;
  }
  .login-page.welcome-page{
    max-width: 100%;
  }
  .rec-class-btn{
    justify-content: start;
    margin-top: 15px;
  }
  .userPackageComboTitle{
    min-width: 120px;
  }
  .aboutUs-section .row.g-xl-5{
    flex-direction: column-reverse;
  }
  .mobile-btns .mob-loginBtn{display: inline-flex;}  
  /* .page-padding{padding-top: 50px;} */
}
@media (max-width: 767px){
  .twofaCode{
    gap: 10px;
  }
  .form-control-custom.otp-field{
    height: 42px !important;
    width: 42px !important;
  }
  .cookie-popup {
    bottom: 20px !important;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
  }
  .cookie-popup .c-content{
    flex-direction: column;
  }
  .cookie-popup .c-content p{
    padding: 0 !important;
  }
  .about-item:nth-child(even) .about-heading, .about-heading{
    width: 100%;
    text-align: center;
  }
  .about-heading br{
    display: none;
  }
  .about-item:nth-child(even) .about-body, .about-body{
    text-align: center !important;
  }
  .payment_button{
    flex-direction: column;
    align-items: start;
  }
  .mini-stat .title{
    font-size: 18px;
  }
  .packageNameTitle span.title, .subPackageNameTitle span.title{
    font-size: 18px;
  }
  .subPackageNameTitle h2 .packageUnlimited{
    font-size: 12px;
    margin-left: 5px;
  }
  .filter-selects{
    flex-direction: column;
  }
  .banner .banner-content .banner-title{
    font-size: 45px;
  }
  .login-left h2.title{
    font-size: 25px;
  }
  .developedBySection{
    justify-content: center;
    margin-top: 3px;
  }
  label.custom-checkbox{
    font-size: 12px;
  }
  .tbl-outer .user-acc-head{
    flex-direction: column;
    align-items: flex-start !important;
  }
  .user-acc-head .user-acc-head-btns{
    width: 100%;
    justify-content: start;
    margin-top: 15px;
  }
  .rec-class-btn{
   justify-content: center;
   margin-top: 15px;
  }
}



/* Mantis Changes prnv 03-06-2026 End */

/* Eye icon for password  */


.position-relative{
    position: relative;
}

.togglePassword{
    position: absolute;
    right: 18px;
    top: 24px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.position-relative input.form-control-custom{
    padding-right: 45px;
}

.togglePasswordLogin{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
}


.passwordEyeicon{
    position: relative;
}

.passwordEyeicon input{
    padding-right: 45px;
}

.passwordEyeicon .togglePassword{
    position: absolute;
    top: 18px;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.passwordEyeicon label.error{
    display: block;
    position: static;
    margin-top: 8px;
}



/* End  */

.hasSubmenu {
    position: relative;
}

.submenu-toggle {
    display: none;
    cursor: pointer;
}

@media (max-width: 1199px) {

    .hasSubmenu {
        position: relative;
    }

    .hasSubmenu > a {
        padding-right: 40px;
    }

    .submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 8px;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
    }
    .submenu-toggle i{
      font-size: 30px;
    }
    .hasSubmenu .dropdown-menu {
        display: none;
        position: static;
        float: none;
        width: 100%;
        box-shadow: none;
        border: 0;
        margin: 0;
        padding-left: 15px;
        min-width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .hasSubmenu.open > .dropdown-menu {
        display: block;
    }
}
@media (min-width: 1199px) {
    /* .hasSubmenu:hover > .dropdown-menu {
        display: block;
    } */
    .nav-item.hasSubmenu:hover .dropdown-menu{
      display: block;
      margin-top: 0;
    }
}

/* Mantis Bugs Dhruv - 04-06-2026 S*/
  .freezeAccNotes p strong{
    color: var(--theme-cyan-light);
  }
  .freezeInnerNote{
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, .05);
    border-radius: 8px;
  }
  .freezeInnerNote p{
    font-size: 14px;
    opacity: 0.75;
    margin-bottom: 0;
  }
  .freezeInnerNote p + p{
    margin-top: 10px;
  }
  .btn.CloseBtn {
    min-width: auto;
    font-size: 25px;
    padding: 0;
    width: 30px;
    height: 30px;
    font-weight: 300;
    opacity: 0.75;
    transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -mos-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  }
  .btn.CloseBtn {
    opacity: 1;
  }
  .signup-wrapper label{
    width: 100%;
  }
  .signup-wrapper label.custom-radio{
    width: auto;
  }
  .signup-wrapper label.custom-radio{
    margin-left: 20px;
  }
  .signup-wrapper .select2-container{
    width: 100% !important;
  }
  @media(max-width:1199px){
    .thankyouPage .login-left{
      text-align: center;
    }
  }
  @media(max-width:767px){
    p{
      font-size: 16px !important;
    }
    .thankyouPage .login-left{
      padding: 50px 20px;
    }
    .code_button.min-w-200px{
      min-width: 100% !important;
      text-align: center;
    }
    .redeemGiftCard .title,
    .redeemGiftCard .giftCardDetails{
      text-align: center;
    }
    .legend-inner{
      flex-direction: column;
    }    
    .legend-sep{
      display: none;
    }
  }
  @media(max-width:429px){
    .title.thankYouTitle{
      font-size: 42px;
      margin-bottom: 10px;
    }
    .thank-you_msg{
      margin-bottom: 20px;
    }
  }
.other_gift_card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.other_gift_card a{
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 9px;
  font-size: 14px;
}
/* Mantis Bugs Dhruv - 04-06-2026 E*/

.bikes-section.bike-section-pilates .bike-btn{
  height: 50px;
  border-radius: 6px;
}
.bikes-section.bike-section-pilates .row-1{
  margin-right: 100px;
}
.bikes-section.bike-section-pilates .row-2{
  margin-left: 100px;
}