@media (min-width: 1400px) {
  /* body{display: none;} */
  #Dashboard__modifier .navbar {
    padding: 8px 15px !important;
  }

  #Dashboard__modifier .navbar-nav .nav-link {
    padding: 10px 12px !important;
  }


  #Dashboard__modifier .agent-dash-left .nav-link {
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
.cust_innerBanner h1{
  font-size: 30px!important;
}
  /* body{display: none;} */
  #Dashboard__modifier .navbar {
    padding: 8px 8px !important;
  }

  #Dashboard__modifier .navbar-nav .nav-link {
    padding: 10px 5px !important;
  }

  #Dashboard__modifier .agent-dash-left .nav-link {
    font-size: 13px !important;
  }
}

@media (max-width: 1024px) {

  .cust_innerBanner{margin-top: 4em!important;padding-bottom:5em!important}
  #heroCarousel .carousel-inner img {
    height: 100vh!important;
}
  .event-hero h1 {
    font-size: 2.5rem;
  }

  .event-hero p {
    font-size: 1.3rem;
  }

  .incentive-hero h1 {
    font-size: 2.5rem;
  }

  .incentive-hero p {
    font-size: 1.3rem;
  }

  .conference-hero h1 {
    font-size: 2.5rem;
  }

  .conference-hero p {
    font-size: 1.3rem;
  }


  .about-section {
    grid-template-columns: 1fr;
  }

  .contact-container {
    grid-template-columns: 1fr;
  }

  .about-image {
    order: -1;
  }

  .hero-line {
    font-size: 1.7rem;
  }

  .hero-line:nth-child(1) {
    font-size: 2.2rem;
  }

  .hero-line:nth-child(3) {
    font-size: 2rem;
  }

  .hero-line:nth-child(6) {
    font-size: 1.5rem;
  }

  .whatsapp-message {
    max-width: 100%;

  }

  .desktopOnly {
    margin-left: 0px !important;
  }
}

@media (min-width: 1199px) and (max-width: 1399px) {
  .desktopOnly {
    margin-left: 0px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }

  a.navbar-brand {
    margin-right: 0px !important;
  }

  nav.navbar .navbar-nav .nav-link {
    margin: 0 0px !important;
    padding: 0px 8px !important;
  }

  .contact-number,
  .contact-number i {
    font-size: 14px !important;
    margin-right: 0px !important;
  }

  nav .social-Media a {
    margin: 0px 3px 0 0 !important;
  }

  .login-btn {
    font-size: 14px !important;
    padding: 5px 10px !important;
    margin-left: 2px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .desktopOnly {
    margin-left: 0px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 12px !important;
  }

  a.navbar-brand {
    margin-right: 0px !important;
  }

  nav.navbar .navbar-nav .nav-link {
    margin: 0 0px !important;
    padding: 0px 8px !important;
  }

  .contact-number,
  .contact-number i {
    font-size: 11px !important;
    margin-right: 0px !important;
  }

  nav .social-Media a {
    margin: 0px 3px 0 0 !important;
  }

  .login-btn {
    font-size: 10px !important;
    padding: 4px 8px !important;
    margin-left: 2px !important;
  }

}

@media (min-width: 992px) {
  #Dashboard__modifier .navbar-nav .nav-link {
    padding: 10px 10px !important;
  }

  #registration-container #filterMobile {
    display: none;
  }

  #heroCarousel .carousel-indicators {
    left: auto !important;
    margin-right: 1% !important;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    min-width: 200px;
  }

  .nav-item.dropdown .dropdown-toggle:focus+.dropdown-menu,
  .nav-item.dropdown .dropdown-toggle:active+.dropdown-menu,
  .nav-item.dropdown.show .dropdown-menu {
    display: block;
  }

  .btn {
    font-size: 1.25rem;
    padding: .5rem 1rem;
  }

  .navbar-nav .nav-link {
    position: relative;
    color: #333;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
  }

  /* Background hover effect */
  .navbar-nav .nav-link:hover {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff !important;
    transform: translateY(-2px);
    /* slight lift */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  }

  /* ===== DROPDOWN MENU ===== */
  .dropdown-menu {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    display: block;
    visibility: hidden;
    border-radius: 6px;
    padding: 5px 0;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  /* Dropdown items */
  .dropdown-menu .dropdown-item {
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    padding: 8px 15px;
  }

  .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(135deg, #f0f8ff, #e0f0ff);
    transform: translateX(5px);
    /* slide effect */
  }
}

@media (max-width: 991px) {
  #customerSignin__modifier .welcome-card {
    flex-direction: column;
    text-align: center;
}
  .profile-section .d-flex.align-items-center.justify-content-between {
    flex-direction: column;
}
  .AdvanceSearch .search-section div,
  .search-section form .row div {
    margin-bottom: 10px;
  }

  #Dashboard__modifier .agent-dash-left .recent-booking{
    flex-direction: column;
    gap: 15px
  }
   #Dashboard__modifier .agent-dash-left .recent-booking .profile-buttons a{
    margin: 7px;
   }
   .profile-details.w-500.ms-3 {
    width: 100% !important;
}
  #Dashboard__modifier .agent-dash-left .navbar {
    margin-top: 1em;
  }

  .tableFilters {
    width: 100%;
    overflow-x: auto;
    /* Horizontal scroll enable */
    overflow-y: hidden;
  }

  .tableFilters table {
    width: 100%;
    min-width: 600px;
    /* Table shrink na ho, scroll aaye */
    border-collapse: collapse;
    white-space: nowrap;
    /* Columns wrap na ho */
  }

  .tableFilters th,
  .tableFilters td {
    padding: 8px 12px;
    text-align: left;
  }

  section.agent-dash .container .row {
    flex-direction: column;
  }

  section.agent-dash .container .row .col-9,
  section.agent-dash .container .row .col-3 {
    width: 100%;

  }

  #Dashboard__modifier .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    /* items same line me */
    overflow-x: auto;
    /* horizontal scroll */
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* smooth scroll */
    padding-bottom: 6px;
    gap: 10px;
    /* items ke beech thoda space */
    flex-direction: row !important;
  }

  #Dashboard__modifier .navbar-nav::-webkit-scrollbar {
    height: 6px;
    /* scroll bar size */
  }

  #Dashboard__modifier .navbar-nav::-webkit-scrollbar-track {
    background: transparent;
  }

  #Dashboard__modifier .navbar-nav::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }

  #Dashboard__modifier .navbar-nav .nav-item {
    flex: 0 0 auto;
    /* width automatic adjust */
  }

  #Dashboard__modifier .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    white-space: nowrap;
  }

  #travel_dairy .modal-content {
    overflow-y: scroll !important;
  }

  .dropdown.mobileOnly {
    position: absolute;
    right: 88px;
    top: 24px;
  }

  .desktopOnly {
    display: none !important;
  }

  .mobileOnly {
    display: block !important;
  }

  .navbar-toggler {
    background: var(--primary);
  }



  body .divider__modofier .rightPannel {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
  }

  button#toggleFilterBtn {
    color: #fff;
  }

  button.navbar-toggler i {
    color: white;
  }

  .profile-img-preview {
    top: 132px !important;
    left: calc(50% - 50px) !important;
  }

  .divider__modofier .leftPannel,
  .divider__modofier .rightPannel {
    width: 100% !important;
    margin-bottom: 1em;
  }

  /* Choice Row Scrollable */
  .choice-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px !important;
    padding-bottom: 6px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f0f0f0;
  }

  /* WebKit scrollbar styling (Chrome, Edge, Safari) */
  .choice-row::-webkit-scrollbar {
    height: 6px;
    /* horizontal scrollbar thickness */
  }

  .choice-row::-webkit-scrollbar-track {
    background: var(--primary);
    /* track color */
    border-radius: 10px;
  }

  .choice-row::-webkit-scrollbar-thumb {
    background: var(--dark);
    /* scrollbar thumb */
    border-radius: 10px;
  }

  .choice-row::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
    /* hover effect */
  }

  /* Chip design */
  .choice-row .chip {
    flex: 0 0 auto;
    /* prevent shrinking */
    white-space: nowrap;
    /* keep label inline */
    padding: 0px;
    border-radius: 20px;
    border: 0px;
    background: #fff;
    cursor: pointer;
    user-select: none;
  }

  /* Tabs Container */
  #VehicleRegistration__modifier .tabs {
    display: flex;
    flex-wrap: nowrap;
    /* prevent wrapping */
    overflow-x: auto;
    /* allow horizontal scroll on small screens */
    white-space: nowrap;
    gap: 8px;
    /* spacing between tabs */
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #007bff #f1f1f1;
    /* thumb & track color for Firefox */
    padding-bottom: 6px;
    /* keep space for scrollbar */
  }

  /* WebKit Browsers (Chrome, Edge, Safari) */
  #VehicleRegistration__modifier .tabs::-webkit-scrollbar {
    height: 8px;
    /* horizontal scrollbar height */
  }

  #VehicleRegistration__modifier .tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* track color */
    border-radius: 10px;
  }

  #VehicleRegistration__modifier .tabs::-webkit-scrollbar-thumb {
    background: #007bff;
    /* thumb color */
    border-radius: 10px;
    transition: background 0.3s;
  }

  #VehicleRegistration__modifier .tabs::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
    /* darker on hover */
  }

  /* Tab buttons */
  #VehicleRegistration__modifier .tab {
    flex: 0 0 auto;
    /* prevent shrinking */
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    background: #f8f9fa;
    transition: all 0.2s;
  }

  #VehicleRegistration__modifier .tab:hover {
    background: #e9ecef;
  }

  #VehicleRegistration__modifier .tab.active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
  }

  #VehicleRegistration__modifier .tab {
    width: auto !important;
  }

  /* Tabs Container */
  #VehicleRegistration__modifier .tabs {
    display: flex;
    flex-wrap: nowrap;
    /* prevent wrapping */
    overflow-x: auto;
    /* allow horizontal scroll on small screens */
    white-space: nowrap;
    gap: 8px;
    /* spacing between tabs */
    scrollbar-width: thin;
    /* for Firefox */
  }

  #VehicleRegistration__modifier .tabs::-webkit-scrollbar {
    height: 6px;
    /* small horizontal scrollbar */
  }

  #VehicleRegistration__modifier .tabs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }

  /* Tab buttons */
  #VehicleRegistration__modifier .tab {
    flex: 0 0 auto;
    /* prevent shrinking */
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    background: #f8f9fa;
  }

  #VehicleRegistration__modifier .tab.active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
  }

  .ai-recommendation {
    margin-top: 1em;
  }

  #filterContent {
    display: none;
    /* hidden by default */
  }

  #filterContent.active {
    display: block;
    /* show when toggled */
  }

  #VehicleRegistration__modifier .grid-3 {
    grid-template-columns: 1fr;
  }

  #VehicleRegistration__modifier .grid-2 {
    grid-template-columns: 1fr;
  }

  #VehicleRegistration__modifier .hero {
    grid-template-columns: 1fr;
  }

  .navbar-nav .nav-link {
    text-align: left;
  }

  #heroCarousel {
    margin-top: 83px;
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .line-accent {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #travel_dairy .travel-card {
    flex: 0 0 46%;
  }
  .login-btn {
    margin-top: -6px!important;
}
  #listingGrid .filter-title {
    font-size: 14px;
  }

  #VehicleRegistration__modifier .tabs {
    justify-content: flex-start;
    /* no scroll */
    overflow-x: visible;
  }
}

@media (max-width: 768px) {
    #customerSignin__modifier .login-container {
    height: auto!important;
    margin-top: 76px!important;
}
  .head__contact {
    flex-direction: column!important;
    gap: 10px!important;
}
  .cust_innerBanner {
    max-width: 100%!important;
    padding: 2em 0px!important;
    margin-left: 0!important;
}
.cust_innerBanner h1 {
    font-size: 1.5em!important;
}
.cust_innerBanner .btn-start {
    margin-top: 5px!important;
    padding: 6px 17px!important;
    font-size: 15px!important;
}
#heroCarousel .carousel-inner img {
    height: 100vh!important;
}
  #travel_dairy .travel-card {
    flex: 1 0 100%;
  }

  #customerSignin__modifier .login-card {
    padding: 30px;
  }

  #Dashboard__modifier #custom__table table,
  #Dashboard__modifier #custom__table thead,
  #Dashboard__modifier #custom__table tbody,
  #Dashboard__modifier #custom__table th,
  #Dashboard__modifier #custom__table td,
  #Dashboard__modifier #custom__table tr {
    display: block;
    width: 100%;
  }

  #Dashboard__modifier #custom__table thead {
    display: none;
  }

  #Dashboard__modifier #custom__table tbody tr {
    margin-bottom: 1rem;
    border: 1px solid #e2e6ea;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    padding: 10px;
  }

  #Dashboard__modifier #custom__table tbody td {
    border: none;
    padding: 8px 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #Dashboard__modifier #custom__table tbody td:before {
    content: attr(data-label);
    flex: 1;
    font-weight: 600;
    color: #555;
    padding-right: 10px;
  }

  .event-hero {
    margin-top: 60px;
    padding: 0 1.5rem;
  }

  .event-hero h1 {
    font-size: 2rem;
  }

  .event-hero p {
    font-size: 1.1rem;
  }

  .incentive-hero {
    margin-top: 60px;
    padding: 0 1.5rem;
  }

  .incentive-hero h1 {
    font-size: 2rem;
  }

  .incentive-hero p {
    font-size: 1.1rem;
  }

  .conference-hero {
    margin-top: 60px;
    padding: 0 1.5rem;
  }

  .conference-hero h1 {
    font-size: 2rem;
  }

  .conference-hero p {
    font-size: 1.1rem;
  }

  .bleisure-hero {
    padding: 80px 20px;
  }

  .bleisure-hero h1 {
    font-size: 2rem;
  }

  .contact-hero {
    padding: 60px 20px;
  }

  .contact-hero h1 {
    font-size: 2rem;
  }

  .header {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
  }

  .header-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-contact {
    flex-direction: column;
  }

  .about-hero {
    padding: 60px 20px;
  }

  .about-hero h1 {
    font-size: 2rem;
  }

  #heroCarousel .carousel-indicators {
    margin-bottom: 0rem !important;
  }

  .navbar {
    padding: 0.8rem 1rem;
  }

  .nav-links {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
    background: none;
    border: none;
    color: var(--dark);
    font-size: 1.2rem;
    cursor: pointer;
  }

  .hero {
    margin-top: 60px;
    padding: 0 1.5rem;
  }

  .hero-line {
    font-size: 1.5rem;
  }

  .hero-line:nth-child(1) {
    font-size: 1.8rem;
  }

  .hero-line:nth-child(3) {
    font-size: 1.7rem;
  }

  .hero-line:nth-child(6) {
    font-size: 1.3rem;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 1rem;
    padding: .375rem .75rem;
  }
}
/* Mobile horizontal scroll tabs */
@media (max-width: 767px) {
.lightbox-content {
    width: 300px!important;
    max-height: 90vh!important;
}
  .custom__tabbing22 {
    display: flex;
    flex-wrap: nowrap;              /* prevent wrapping */
    overflow-x: auto;               /* enable horizontal scroll */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
  }

  .custom__tabbing22 .nav-item {
    flex: 0 0 auto;                 /* keep items inline */
  }

  .custom__tabbing22 .nav-link {
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 14px;
  }

  /* Hide scrollbar (optional but recommended) */
  .custom__tabbing22::-webkit-scrollbar {
    display: none;
  }

  .custom__tabbing22 {
    -ms-overflow-style: none;       /* IE/Edge */
    scrollbar-width: none;          /* Firefox */
  }
}
@media (max-width: 640px) {
  .modal-dialog.C__itineryTwo {
    max-width: 90%!important;
  }
  .AdvanceSearch .form-control, .AdvanceSearch .form-select, .AdvanceSearch .btn {
    height: auto!important;
}
  .OTP__outer--inner {
    flex-direction: column;
    gap: 20px;
}
  #listingGrid .app-stores img {
    width: 100%;
    height: auto;
  }

  .list__rootModifier .action-buttons {
    width: 100% !important;
  }

  .list__rootModifier {
    flex-direction: column !important;
    gap: 30px;
  }

  .list__rootModifier .ms-3 {
    margin-left: 0px !important;
  }
}

@media (max-width: 540px) {
  #listingGrid .profile-header {
    flex-direction: column;
  }

  .uploader .box {
    padding: 12px;
  }

  .uploader .box::after {
    display: none;
  }
}

@media (max-width: 480px) {
  #customerSignin__modifier .login-card {
    padding: 25px 20px;
  }

  #customerSignin__modifier .remember-forgot {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  #customerSignin__modifier .social-login p::before,
  #customerSignin__modifier .social-login p::after {
    width: 25%;
  }

  .event-hero {
    padding: 0 1rem;
    height: 60vh;
  }

  .event-hero h1 {
    font-size: 1.8rem;
  }

  .event-hero p {
    font-size: 1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .incentive-hero {
    padding: 0 1rem;
    height: 60vh;
  }

  .incentive-hero h1 {
    font-size: 1.8rem;
  }

  .incentive-hero p {
    font-size: 1rem;
  }

  .approach-grid {
    grid-template-columns: 1fr;
  }
}

.conference-hero {
  padding: 0 1rem;
  height: 60vh;
}

.conference-hero h1 {
  font-size: 1.8rem;
}

.conference-hero p {
  font-size: 1rem;
}

.services-list {
  grid-template-columns: 1fr;
}

.bleisure-hero h1 {
  font-size: 1.8rem;
}

.logo {
  font-size: 1.3rem;
}

.tagline {
  font-size: 0.6rem;
}

/* .contact-number {
  display: none;
} */

.login-btn {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}

.hero {
  padding: 0 1rem;
}

.hero-line {
  font-size: 1.3rem;
}

.hero-line:nth-child(1) {
  font-size: 1.5rem;
}

.hero-line:nth-child(3) {
  font-size: 1.4rem;
}

.hero-line:nth-child(6) {
  font-size: 1.1rem;
}

.guests-selector {
  flex-direction: column;
}

.currency-selector {
  grid-template-columns: 1fr;
}

.about-hero h1 {
  font-size: 1.8rem;
}

.values-grid,
.team-grid {
  grid-template-columns: 1fr;
}

.contact-hero h1 {
  font-size: 1.8rem;
}

.contact-info,
.contact-form {
  padding: 25px;
}

.contact-method {
  flex-direction: column;
}

.contact-icon {
  margin-bottom: 10px;
  margin-right: 0;
}
}