.airport-dropdown {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    /* margin-top: 25px !important; */
    /* margin-left: -18px !important; */
    padding: 10px !important;
    max-height: 200px !important;
}

.airport-dropdown {
    position: absolute;
    top: 100%;
    /* directly below the input */
    left: 0;
    z-index: 1050;
    /* higher than input & other elements */
    background-color: #fff;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.airport-dropdown li a p {
    font-size: 12px !important;
}
.airport-dropdown li h6{
    color: #000 !important;
}
.airport-dropdown li a h6 {
    font-size: 15px !important;
}

.dropdown-active {
    color: #FFF !important;
    background-color: #693594;
    border-radius: 5px;
}
.dropdown-active h6{
    color: #FFF !important;   
}
.dropdown-active p{
    color: #FFF !important;   
}
.dropdown-active i{
    color: #FFF !important;   
}
.flight-card {
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.flight-time {
    font-size: 12px;
    font-weight: 600;
}

.duration-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4em 0.6em;
}

.airline-info small {
    font-size: 0.75rem;
}
.search-date-active{
    /* border: 2px solid #693594 !important; */
    background-color: #693594 !important;
}
.search-date-active h6{
    color: #fff !important;
}
.search-date-active p{
    color: #fff !important;
}

/* setp */
  .progress {
      height: 10px;
      background-color: #eee;
    }

    .progress-bar {
      background-image: linear-gradient( #693594);
    }

    .step-indicator {
      display: flex;
      justify-content: space-between;
    }

    .step-circle {
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 10px;
    background-color: #ccc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

    .step-circle.active {
      background-image: linear-gradient(#693594);
    }

    .step-circle.completed {
      background-color: #E5B628;
    }

    .step-content {
      display: none;
    }

    .step-content.active {
      display: block;
    }

    .btn-rounded {
      border-radius: 50px;
    }
    .float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}
.progress-container {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.ticket-icon {
  position: absolute;
  top: -10px;           
  font-size: 30px;
  color: #E5B628;       /* yellow */
  transform: rotate(-20deg);
  transition: left 0.4s ease;
  user-select: none;
  pointer-events: none;
  z-index: 10;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;      /* circle size */
  height: 32px;
  border-radius: 50%;  /* makes it round */
  background-color: #693594;  /* purple background, apni pasand se change kar sakte hain */
  color: white;      /* icon color */
  margin-right: 8px; /* spacing between icon and text */
  font-size: 16px;   /* icon size */
}
.icon-circle i {
  display: inline-block;
  transform: rotate(-45deg); /* negative angle = anticlockwise, positive = clockwise */
}
  

  .custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #693594;
    border-radius: 4px;
    background-color: white;
    appearance: none;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    margin-top: 2px;
  }

  .custom-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #693594;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .checkbox-label {
    margin-bottom: 0;
    color: #333;
    font-weight: 500;
  }
   .price-cards .ribbon-wrapper {
        position: relative;
        overflow: hidden;
    }
    .price-cards .ribbon {
        font: bold 12px sans-serif;
        color: #333;
        text-align: center;
        transform: rotate(45deg);
        position: absolute;
        padding: 7px 0;
        top: 10px;
        right: -30px;
        width: 120px;
        background-color: #ebb134;
        color: #fff;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
        z-index: 1;
        padding-left: 10px;
    }
    @media (max-width: 575.98px) {
      .price-cards .ribbon {
        font: bold 8px sans-serif;
        right: -50px;
        padding-right: 20px;

    }
    .banner-form .form-info .form-item .form-control{
      font-size: 16px !important;
    }
    }

    .price-cards .hotel-type-item {
        position: relative;
        transition: all 0.3s ease;
    }
    .price-cards .hotel-type-item:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #693594 !important;
    color: #fff !important;
}

/* ===== XS (Default) ===== */
.fs-1px { font-size: 1px !important; }
.fs-2px { font-size: 2px !important; }
.fs-3px { font-size: 3px !important; }
.fs-4px { font-size: 4px !important; }
.fs-5px { font-size: 5px !important; }
.fs-6px { font-size: 6px !important; }
.fs-7px { font-size: 7px !important; }
.fs-8px { font-size: 8px !important; }
.fs-9px { font-size: 9px !important; }
.fs-10px { font-size: 10px !important; }
.fs-11px { font-size: 11px !important; }
.fs-12px { font-size: 12px !important; }
.fs-13px { font-size: 13px !important; }
.fs-14px { font-size: 14px !important; }
.fs-15px { font-size: 15px !important; }
.fs-16px { font-size: 16px !important; }
.fs-17px { font-size: 17px !important; }
.fs-18px { font-size: 18px !important; }
.fs-19px { font-size: 19px !important; }
.fs-20px { font-size: 20px !important; }
.fs-21px { font-size: 21px !important; }
.fs-22px { font-size: 22px !important; }
.fs-23px { font-size: 23px !important; }
.fs-24px { font-size: 24px !important; }
.fs-25px { font-size: 25px !important; }
.fs-26px { font-size: 26px !important; }
.fs-27px { font-size: 27px !important; }
.fs-28px { font-size: 28px !important; }
.fs-29px { font-size: 29px !important; }
.fs-30px { font-size: 30px !important; }
.fs-31px { font-size: 31px !important; }
.fs-32px { font-size: 32px !important; }
.fs-33px { font-size: 33px !important; }
.fs-34px { font-size: 34px !important; }
.fs-35px { font-size: 35px !important; }
.fs-36px { font-size: 36px !important; }
.fs-37px { font-size: 37px !important; }
.fs-38px { font-size: 38px !important; }
.fs-39px { font-size: 39px !important; }
.fs-40px { font-size: 40px !important; }
.fs-41px { font-size: 41px !important; }
.fs-42px { font-size: 42px !important; }
.fs-43px { font-size: 43px !important; }
.fs-44px { font-size: 44px !important; }
.fs-45px { font-size: 45px !important; }
.fs-46px { font-size: 46px !important; }
.fs-47px { font-size: 47px !important; }
.fs-48px { font-size: 48px !important; }
.fs-49px { font-size: 49px !important; }
.fs-50px { font-size: 50px !important; }


/* ===== SM ===== */
@media (min-width: 576px) {
  .fs-sm-1px { font-size: 1px !important; }
  .fs-sm-2px { font-size: 2px !important; }
  .fs-sm-3px { font-size: 3px !important; }
  .fs-sm-4px { font-size: 4px !important; }
  .fs-sm-5px { font-size: 5px !important; }
  .fs-sm-6px { font-size: 6px !important; }
  .fs-sm-7px { font-size: 7px !important; }
  .fs-sm-8px { font-size: 8px !important; }
  .fs-sm-9px { font-size: 9px !important; }
  .fs-sm-10px { font-size: 10px !important; }
  .fs-sm-11px { font-size: 11px !important; }
  .fs-sm-12px { font-size: 12px !important; }
  .fs-sm-13px { font-size: 13px !important; }
  .fs-sm-14px { font-size: 14px !important; }
  .fs-sm-15px { font-size: 15px !important; }
  .fs-sm-16px { font-size: 16px !important; }
  .fs-sm-17px { font-size: 17px !important; }
  .fs-sm-18px { font-size: 18px !important; }
  .fs-sm-19px { font-size: 19px !important; }
  .fs-sm-20px { font-size: 20px !important; }
  .fs-sm-21px { font-size: 21px !important; }
  .fs-sm-22px { font-size: 22px !important; }
  .fs-sm-23px { font-size: 23px !important; }
  .fs-sm-24px { font-size: 24px !important; }
  .fs-sm-25px { font-size: 25px !important; }
  .fs-sm-26px { font-size: 26px !important; }
  .fs-sm-27px { font-size: 27px !important; }
  .fs-sm-28px { font-size: 28px !important; }
  .fs-sm-29px { font-size: 29px !important; }
  .fs-sm-30px { font-size: 30px !important; }
  .fs-sm-31px { font-size: 31px !important; }
  .fs-sm-32px { font-size: 32px !important; }
  .fs-sm-33px { font-size: 33px !important; }
  .fs-sm-34px { font-size: 34px !important; }
  .fs-sm-35px { font-size: 35px !important; }
  .fs-sm-36px { font-size: 36px !important; }
  .fs-sm-37px { font-size: 37px !important; }
  .fs-sm-38px { font-size: 38px !important; }
  .fs-sm-39px { font-size: 39px !important; }
  .fs-sm-40px { font-size: 40px !important; }
  .fs-sm-41px { font-size: 41px !important; }
  .fs-sm-42px { font-size: 42px !important; }
  .fs-sm-43px { font-size: 43px !important; }
  .fs-sm-44px { font-size: 44px !important; }
  .fs-sm-45px { font-size: 45px !important; }
  .fs-sm-46px { font-size: 46px !important; }
  .fs-sm-47px { font-size: 47px !important; }
  .fs-sm-48px { font-size: 48px !important; }
  .fs-sm-49px { font-size: 49px !important; }
  .fs-sm-50px { font-size: 50px !important; }
}


@media (min-width: 768px) {
  .fs-md-1px { font-size: 1px !important; }
  .fs-md-2px { font-size: 2px !important; }
  .fs-md-3px { font-size: 3px !important; }
  .fs-md-4px { font-size: 4px !important; }
  .fs-md-5px { font-size: 5px !important; }
  .fs-md-6px { font-size: 6px !important; }
  .fs-md-7px { font-size: 7px !important; }
  .fs-md-8px { font-size: 8px !important; }
  .fs-md-9px { font-size: 9px !important; }
  .fs-md-10px { font-size: 10px !important; }
  .fs-md-11px { font-size: 11px !important; }
  .fs-md-12px { font-size: 12px !important; }
  .fs-md-13px { font-size: 13px !important; }
  .fs-md-14px { font-size: 14px !important; }
  .fs-md-15px { font-size: 15px !important; }
  .fs-md-16px { font-size: 16px !important; }
  .fs-md-17px { font-size: 17px !important; }
  .fs-md-18px { font-size: 18px !important; }
  .fs-md-19px { font-size: 19px !important; }
  .fs-md-20px { font-size: 20px !important; }
  .fs-md-21px { font-size: 21px !important; }
  .fs-md-22px { font-size: 22px !important; }
  .fs-md-23px { font-size: 23px !important; }
  .fs-md-24px { font-size: 24px !important; }
  .fs-md-25px { font-size: 25px !important; }
  .fs-md-26px { font-size: 26px !important; }
  .fs-md-27px { font-size: 27px !important; }
  .fs-md-28px { font-size: 28px !important; }
  .fs-md-29px { font-size: 29px !important; }
  .fs-md-30px { font-size: 30px !important; }
  .fs-md-31px { font-size: 31px !important; }
  .fs-md-32px { font-size: 32px !important; }
  .fs-md-33px { font-size: 33px !important; }
  .fs-md-34px { font-size: 34px !important; }
  .fs-md-35px { font-size: 35px !important; }
  .fs-md-36px { font-size: 36px !important; }
  .fs-md-37px { font-size: 37px !important; }
  .fs-md-38px { font-size: 38px !important; }
  .fs-md-39px { font-size: 39px !important; }
  .fs-md-40px { font-size: 40px !important; }
  .fs-md-41px { font-size: 41px !important; }
  .fs-md-42px { font-size: 42px !important; }
  .fs-md-43px { font-size: 43px !important; }
  .fs-md-44px { font-size: 44px !important; }
  .fs-md-45px { font-size: 45px !important; }
  .fs-md-46px { font-size: 46px !important; }
  .fs-md-47px { font-size: 47px !important; }
  .fs-md-48px { font-size: 48px !important; }
  .fs-md-49px { font-size: 49px !important; }
  .fs-md-50px { font-size: 50px !important; }
}

@media (min-width: 992px) {
  .fs-lg-1px { font-size: 1px !important; }
  .fs-lg-2px { font-size: 2px !important; }
  .fs-lg-3px { font-size: 3px !important; }
  .fs-lg-4px { font-size: 4px !important; }
  .fs-lg-5px { font-size: 5px !important; }
  .fs-lg-6px { font-size: 6px !important; }
  .fs-lg-7px { font-size: 7px !important; }
  .fs-lg-8px { font-size: 8px !important; }
  .fs-lg-9px { font-size: 9px !important; }
  .fs-lg-10px { font-size: 10px !important; }
  .fs-lg-11px { font-size: 11px !important; }
  .fs-lg-12px { font-size: 12px !important; }
  .fs-lg-13px { font-size: 13px !important; }
  .fs-lg-14px { font-size: 14px !important; }
  .fs-lg-15px { font-size: 15px !important; }
  .fs-lg-16px { font-size: 16px !important; }
  .fs-lg-17px { font-size: 17px !important; }
  .fs-lg-18px { font-size: 18px !important; }
  .fs-lg-19px { font-size: 19px !important; }
  .fs-lg-20px { font-size: 20px !important; }
  .fs-lg-21px { font-size: 21px !important; }
  .fs-lg-22px { font-size: 22px !important; }
  .fs-lg-23px { font-size: 23px !important; }
  .fs-lg-24px { font-size: 24px !important; }
  .fs-lg-25px { font-size: 25px !important; }
  .fs-lg-26px { font-size: 26px !important; }
  .fs-lg-27px { font-size: 27px !important; }
  .fs-lg-28px { font-size: 28px !important; }
  .fs-lg-29px { font-size: 29px !important; }
  .fs-lg-30px { font-size: 30px !important; }
  .fs-lg-31px { font-size: 31px !important; }
  .fs-lg-32px { font-size: 32px !important; }
  .fs-lg-33px { font-size: 33px !important; }
  .fs-lg-34px { font-size: 34px !important; }
  .fs-lg-35px { font-size: 35px !important; }
  .fs-lg-36px { font-size: 36px !important; }
  .fs-lg-37px { font-size: 37px !important; }
  .fs-lg-38px { font-size: 38px !important; }
  .fs-lg-39px { font-size: 39px !important; }
  .fs-lg-40px { font-size: 40px !important; }
  .fs-lg-41px { font-size: 41px !important; }
  .fs-lg-42px { font-size: 42px !important; }
  .fs-lg-43px { font-size: 43px !important; }
  .fs-lg-44px { font-size: 44px !important; }
  .fs-lg-45px { font-size: 45px !important; }
  .fs-lg-46px { font-size: 46px !important; }
  .fs-lg-47px { font-size: 47px !important; }
  .fs-lg-48px { font-size: 48px !important; }
  .fs-lg-49px { font-size: 49px !important; }
  .fs-lg-50px { font-size: 50px !important; }
}

@media (min-width: 1200px) {
  .fs-xl-1px { font-size: 1px !important; }
  .fs-xl-2px { font-size: 2px !important; }
  .fs-xl-3px { font-size: 3px !important; }
  .fs-xl-4px { font-size: 4px !important; }
  .fs-xl-5px { font-size: 5px !important; }
  .fs-xl-6px { font-size: 6px !important; }
  .fs-xl-7px { font-size: 7px !important; }
  .fs-xl-8px { font-size: 8px !important; }
  .fs-xl-9px { font-size: 9px !important; }
  .fs-xl-10px { font-size: 10px !important; }
  .fs-xl-11px { font-size: 11px !important; }
  .fs-xl-12px { font-size: 12px !important; }
  .fs-xl-13px { font-size: 13px !important; }
  .fs-xl-14px { font-size: 14px !important; }
  .fs-xl-15px { font-size: 15px !important; }
  .fs-xl-16px { font-size: 16px !important; }
  .fs-xl-17px { font-size: 17px !important; }
  .fs-xl-18px { font-size: 18px !important; }
  .fs-xl-19px { font-size: 19px !important; }
  .fs-xl-20px { font-size: 20px !important; }
  .fs-xl-21px { font-size: 21px !important; }
  .fs-xl-22px { font-size: 22px !important; }
  .fs-xl-23px { font-size: 23px !important; }
  .fs-xl-24px { font-size: 24px !important; }
  .fs-xl-25px { font-size: 25px !important; }
  .fs-xl-26px { font-size: 26px !important; }
  .fs-xl-27px { font-size: 27px !important; }
  .fs-xl-28px { font-size: 28px !important; }
  .fs-xl-29px { font-size: 29px !important; }
  .fs-xl-30px { font-size: 30px !important; }
  .fs-xl-31px { font-size: 31px !important; }
  .fs-xl-32px { font-size: 32px !important; }
  .fs-xl-33px { font-size: 33px !important; }
  .fs-xl-34px { font-size: 34px !important; }
  .fs-xl-35px { font-size: 35px !important; }
  .fs-xl-36px { font-size: 36px !important; }
  .fs-xl-37px { font-size: 37px !important; }
  .fs-xl-38px { font-size: 38px !important; }
  .fs-xl-39px { font-size: 39px !important; }
  .fs-xl-40px { font-size: 40px !important; }
  .fs-xl-41px { font-size: 41px !important; }
  .fs-xl-42px { font-size: 42px !important; }
  .fs-xl-43px { font-size: 43px !important; }
  .fs-xl-44px { font-size: 44px !important; }
  .fs-xl-45px { font-size: 45px !important; }
  .fs-xl-46px { font-size: 46px !important; }
  .fs-xl-47px { font-size: 47px !important; }
  .fs-xl-48px { font-size: 48px !important; }
  .fs-xl-49px { font-size: 49px !important; }
  .fs-xl-50px { font-size: 50px !important; }
}

@media (min-width: 1400px) {
  .fs-xxl-1px { font-size: 1px !important; }
  .fs-xxl-2px { font-size: 2px !important; }
  .fs-xxl-3px { font-size: 3px !important; }
  .fs-xxl-4px { font-size: 4px !important; }
  .fs-xxl-5px { font-size: 5px !important; }
  .fs-xxl-6px { font-size: 6px !important; }
  .fs-xxl-7px { font-size: 7px !important; }
  .fs-xxl-8px { font-size: 8px !important; }
  .fs-xxl-9px { font-size: 9px !important; }
  .fs-xxl-10px { font-size: 10px !important; }
  .fs-xxl-11px { font-size: 11px !important; }
  .fs-xxl-12px { font-size: 12px !important; }
  .fs-xxl-13px { font-size: 13px !important; }
  .fs-xxl-14px { font-size: 14px !important; }
  .fs-xxl-15px { font-size: 15px !important; }
  .fs-xxl-16px { font-size: 16px !important; }
  .fs-xxl-17px { font-size: 17px !important; }
  .fs-xxl-18px { font-size: 18px !important; }
  .fs-xxl-19px { font-size: 19px !important; }
  .fs-xxl-20px { font-size: 20px !important; }
  .fs-xxl-21px { font-size: 21px !important; }
  .fs-xxl-22px { font-size: 22px !important; }
  .fs-xxl-23px { font-size: 23px !important; }
  .fs-xxl-24px { font-size: 24px !important; }
  .fs-xxl-25px { font-size: 25px !important; }
  .fs-xxl-26px { font-size: 26px !important; }
  .fs-xxl-27px { font-size: 27px !important; }
  .fs-xxl-28px { font-size: 28px !important; }
  .fs-xxl-29px { font-size: 29px !important; }
  .fs-xxl-30px { font-size: 30px !important; }
  .fs-xxl-31px { font-size: 31px !important; }
  .fs-xxl-32px { font-size: 32px !important; }
  .fs-xxl-33px { font-size: 33px !important; }
  .fs-xxl-34px { font-size: 34px !important; }
  .fs-xxl-35px { font-size: 35px !important; }
  .fs-xxl-36px { font-size: 36px !important; }
  .fs-xxl-37px { font-size: 37px !important; }
  .fs-xxl-38px { font-size: 38px !important; }
  .fs-xxl-39px { font-size: 39px !important; }
  .fs-xxl-40px { font-size: 40px !important; }
  .fs-xxl-41px { font-size: 41px !important; }
  .fs-xxl-42px { font-size: 42px !important; }
  .fs-xxl-43px { font-size: 43px !important; }
  .fs-xxl-44px { font-size: 44px !important; }
  .fs-xxl-45px { font-size: 45px !important; }
  .fs-xxl-46px { font-size: 46px !important; }
  .fs-xxl-47px { font-size: 47px !important; }
  .fs-xxl-48px { font-size: 48px !important; }
  .fs-xxl-49px { font-size: 49px !important; }
  .fs-xxl-50px { font-size: 50px !important; }
}

/* Base Popup */
    .custom-swal-theme {
      border: 2px solid #eee;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 0 20px rgba(105, 53, 148, 0.15);
    }

    /* Title & Text */
    .custom-swal-title {
      color: #693594; /* Purple */
      font-weight: 600;
      font-size: 1.3rem;
    }

    .custom-swal-text {
      color: #444;
      font-size: 1rem;
    }

    /* Success Icon Custom (Smaller & Styled) */
    .custom-success-icon {
      transform: scale(1.1); /* Slightly larger than default */
    }

    .custom-success-icon .swal2-success-ring {
      border: 4px solid #1e7a32 !important; /* Dark Green Ring */
    }

    .custom-success-icon .swal2-success-line-tip,
    .custom-success-icon .swal2-success-line-long {
      background-color: #1e7a32 !important; /* Dark Green Check */
    }

    /* Button Styling */
    .custom-swal-button {
      background-color: #693594 !important;   /* Purple */
      color: #ffffff !important;              /* White text */
      border: 1px solid #693594 !important;   /* Clean border */
      font-weight: 600;
      padding: 10px 22px;
      border-radius: 6px;
      font-size: 1rem;
      box-shadow: none;
    }
    body{
  background-color: #F7F7F7;
}
#swal2-title{
    padding-top: 0px;
}
.swal-title-yellow {
  color: #E5B628 !important; /* Yellow title */
}

.swal-text-purple {
  color: #693594 !important; /* Purple description text */
}
.swal2-image{
    margin-bottom: 0px;
}
.swal-text-purple{
    padding: 5px;
}
.swal2-actions{
    margin-top: 5px;
}
  /* Base Styles - Mobile Only */
  @media (min-width: 768px) {
    .mobile-mobile-nav {
      display: none !important;
    }
    a.back-to-top-icon.align-items-center.justify-content-center.d-flex.show {
    margin-bottom: 0px !important;
    }
  }
  a.back-to-top-icon.align-items-center.justify-content-center.d-flex.show {
    margin-bottom: 50px;
    }
  /* mobile Navigation Container */
  .mobile-mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #693594 0%, #3a1c6b 100%);
    box-shadow: 0 -5px 20px rgba(0,0,0,0.4);
    z-index: 1000;
    padding: 10px 0 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    backdrop-filter: blur(5px);
  }
  
  /* Navigation List */
  .mobile-nav-list {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  /* Navigation Items */
  .mobile-nav-item {
    position: relative;
    flex: 1;
    text-align: center;
  }
  
  /* Navigation Buttons */
  .mobile-nav-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    padding: 8px 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
  }
  
  /* Navigation Icons */
  .mobile-nav-icon {
    font-size: 1.2rem;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  /* Navigation Labels */
  .mobile-nav-label {
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  /* Active/Hover States */
  .mobile-nav-btn:hover,
  .mobile-nav-btn.mobile-active {
    color: #ffffff;
    transform: translateY(-8px);
  }
  
  .mobile-nav-btn:hover .mobile-nav-icon,
  .mobile-nav-btn.mobile-active .mobile-nav-icon {
    transform: scale(1.25);
    color: #FFD700;
  }
  
  .mobile-nav-btn:hover .mobile-nav-label,
  .mobile-nav-btn.mobile-active .mobile-nav-label {
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  }
  
  /* Active Dot Indicator */
  .mobile-active-dot {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #FFD700;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #FFD700;
  }
  
  .mobile-nav-btn.mobile-active .mobile-active-dot {
    opacity: 1;
    top: -5px;
  }
  
  /* mobile Pulse Animation */
  @keyframes mobile-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
  }
  
  .mobile-nav-btn.mobile-active .mobile-nav-icon {
    animation: mobile-pulse 1.8s infinite;
  }
  
  /* mobile Glow Effect */
  @keyframes mobile-glow {
    0% { box-shadow: 0 0 5px #FFD700; }
    50% { box-shadow: 0 0 15px #FFD700; }
    100% { box-shadow: 0 0 5px #FFD700; }
  }
  
  .mobile-nav-btn.mobile-active .mobile-active-dot {
    animation: mobile-glow 2s infinite;
  }