.rs-logo{
    height: 30px !important;
}

@media screen and (max-width: 768px) {
    .rs-logo{
        height: 20px !important;
    }
}

.mobile-search-air{
    padding: 12px !important;
    border-radius: 10px;
}


.lastmin-banner-link{
    border-radius: 8px;
    margin: 4px;
    position: fixed;
    bottom: 0;
    height: 95px;
    display: flex;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.91);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    color: #484848;
    overflow: hidden;
    z-index: 999;
}
.lastmin-banner-link p{
    margin-left: 52px;
    margin-right: 80px;
    font-size: 14px;
    font-weight: 500;
}
.lastmin-banner-link .customer-img{
    background-image: url('//c.fareportal.com/gcms/portals/2/homepagefiles/images/COA-agent-pic.png');
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-top: 10px;
}

.call-buton .cc-calto-action-ripple {
    position: absolute;
    right: auto;
    left: 24px;
    bottom: 22px;
    background: #24ad14;
    width: 50px;
    height: 50px;
    padding: 1rem;
    border-radius: 100%;
    box-sizing: border-box;
    color: #ffffff;
    animation: cc-calto-action-ripple 0.6s linear infinite, ring-ring 1s ease-in-out infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  
  .call-buton .cc-calto-action-ripple i {
    transition: 0.3s ease;
    font-size: 24px;
  }
  
  .call-buton .cc-calto-action-ripple:hover i {
    transform: rotate(135deg);
  }
  
  @keyframes cc-calto-action-ripple {
    0% {
      box-shadow: 0 4px 10px rgba(36, 173, 20, 0.2), 
                  0 0 0 0 rgba(36, 173, 20, 0.2), 
                  0 0 0 5px rgba(36, 173, 20, 0.2), 
                  0 0 0 10px rgba(36, 173, 20, 0.2);
    }
    100% {
      box-shadow: 0 4px 10px rgba(36, 173, 20, 0.2), 
                  0 0 0 5px rgba(36, 173, 20, 0.2), 
                  0 0 0 10px rgba(36, 173, 20, 0.2), 
                  0 0 0 20px rgba(36, 173, 20, 0);
    }
  }
  
  @keyframes ring-ring {
    0%, 100% {
      transform: rotate(0) scale(1);
    }
    25% {
      transform: rotate(10deg) scale(1.1);
    }
    50% {
      transform: rotate(-10deg) scale(1.1);
    }
    75% {
      transform: rotate(10deg) scale(1.1);
    }
  }
  



	span.num{
		position: absolute;
    color: #ec8b00;
    left: -35%;
    bottom: -50%;
	}

  @media screen and (min-width: 496px) {
    .lastmin-banner-link div, .lastmin-banner-link p{
      display: none !important; 
  }
  .lastmin-banner-link{
    width: 100px !important;
    left: 8px !important; /* Fixed on the left side only for laptop/desktop screen views */
    right: auto !important;
    bottom: 8px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
  }
  }

  @media screen and (max-width: 495px) {
    .call-buton {
      display: none !important;
    }
    #tidio-chat, 
    .tidio-gate, 
    #tidio-chat-iframe, 
    iframe[title*="Tidio"], 
    #tidio-chat-parent,
    .tidio-rn7oac,
    div[id*="tidio"] {
      display: none !important;
    }
  }
  @media screen and (max-width: 456px) {
    .mobile-search-air{
        background-color: rgba(81, 67, 217, 0.05) !important;
        padding: 8px 10px !important;
        margin: 0 0 6px 0 !important;
        border-radius: 4px;
        border: 1px solid rgba(81, 67, 217, 0.15);
    }
    .mobile-search-air label{
        display: none;
    }
    .m-hidden{
        display: none !important;
    }
}

.about-page h1, .about-page h2, .about-page h3, .about-page h4, .about-page h5, .about-page h6 {
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  background: linear-gradient(90deg, #5143d9 10%, #17a2b8 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.2rem;
}
.about-page p, .about-page li {
  font-size: 1.08rem;
  color: #444;
  line-height: 1.7;
}
.about-page .card {
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 4px 32px rgba(81,67,217,0.08), 0 1.5px 4px rgba(44,62,80,0.04);
  transition: box-shadow 0.2s, transform 0.2s;
  background: #fff;
}
.about-page .card:hover {
  box-shadow: 0 8px 40px rgba(81,67,217,0.13), 0 2px 8px rgba(44,62,80,0.06);
  transform: translateY(-3px) scale(1.01);
}
.about-page .icon-lg, .about-page .icon-lg i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5f5f6 60%, #e7e7e8 100%);
  box-shadow: 0 2px 12px rgba(81,67,217,0.07);
  margin: 0 auto 1rem auto;
}
.about-page .icon-lg i {
  color: #5143d9;
}
.about-page .card-body {
  text-align: center;
}
.about-page .list-group-item {
  border: none;
  background: transparent;
  font-size: 1.05rem;
  padding-left: 0;
  padding-right: 0;
}
.about-page .timeline-item {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}
.about-page .timeline-item:before {
  content: '';
  position: absolute;
  left: 0.7rem;
  top: 0.5rem;
  width: 1.1rem;
  height: 1.1rem;
  background: linear-gradient(135deg, #5143d9 60%, #17a2b8 100%);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(81,67,217,0.12);
}
.about-page .timeline {
  border-left: 3px solid #e7e7e8;
  margin-left: 1.2rem;
  padding-left: 1.2rem;
}
.about-page .btn-primary, .about-page .btn-primary:focus {
  background: linear-gradient(90deg, #5143d9 10%, #17a2b8 90%);
  border: none;
  box-shadow: 0 2px 8px rgba(81,67,217,0.10);
}
.about-page .btn-primary:hover {
  background: linear-gradient(90deg, #17a2b8 10%, #5143d9 90%);
  box-shadow: 0 4px 16px rgba(81,67,217,0.13);
}
.about-page .accordion-header {
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}
.about-page .accordion-button {
  font-weight: 600 !important;
  color: #001c42 !important;
  -webkit-text-fill-color: #001c42 !important;
  background: #f5f5f6 !important;
  border-radius: 0.75rem !important;
  transition: background 0.2s, color 0.2s;
}
.about-page .accordion-button:not(.collapsed) {
  color: #5143d9 !important;
  -webkit-text-fill-color: #5143d9 !important;
  background: rgba(81, 67, 217, 0.08) !important;
}
.about-page .accordion-button:hover {
  background: #e7e7e8 !important;
}
.about-page .accordion-button:not(.collapsed):hover {
  background: rgba(81, 67, 217, 0.12) !important;
}
.about-page .accordion-item {
  border: none;
  margin-bottom: 0.7rem;
  box-shadow: 0 2px 8px rgba(81,67,217,0.06);
  border-radius: 0.75rem;
}
.about-page .rounded-3, .about-page img.rounded-3 {
  border-radius: 1.25rem!important;
  box-shadow: 0 2px 16px rgba(81,67,217,0.07);
}
.about-page .text-muted {
  color: #7a7a7a!important;
}
.about-page .pointer {
  cursor: pointer;
}

.timeline-modern {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 2.5rem;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: #001c42 #eaf0fa;
}
.timeline-modern::-webkit-scrollbar {
  height: 8px;
  background: #eaf0fa;
  border-radius: 4px;
}
.timeline-modern::-webkit-scrollbar-thumb {
  background: #001c42;
  border-radius: 4px;
}
.timeline-milestone {
  min-width: 220px;
  max-width: 220px;
  background: linear-gradient(135deg,#f5f8ff 70%,#eaf0fa 100%);
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px rgba(0,28,66,0.08), 0 1.5px 4px rgba(44,62,80,0.04);
  transition: box-shadow 0.2s, transform 0.2s;
  border: none;
}
.timeline-milestone:hover {
  box-shadow: 0 8px 40px rgba(0,28,66,0.13), 0 2px 8px rgba(44,62,80,0.06);
  transform: translateY(-3px) scale(1.01);
}
.timeline-year-badge {
  background: #001c42;
  color: #fff;
  font-weight: 700;
  border-radius: 1.5rem;
  padding: 0.4rem 1.2rem;
  display: inline-block;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.timeline-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .timeline-modern {
    gap: 1.2rem;
  }
  .timeline-milestone {
    min-width: 170px;
    max-width: 170px;
    padding: 1.2rem 0.7rem;
  }
  .timeline-year-badge {
    font-size: 1rem;
    padding: 0.3rem 0.7rem;
  }
  .timeline-icon {
    font-size: 1.5rem;
  }
}

/* ==========================================
   MOBILE RESPONSIVENESS & USABILITY OVERRIDES
   ========================================== */

/* 1. Navbar overlap prevention on narrow viewports (320px/375px) */
@media (max-width: 375px) {
  .mobile-nav-call-btn span {
    display: none !important;
  }
  .mobile-nav-call-btn i {
    margin-right: 0 !important;
  }
  .mobile-nav-call-btn {
    width: 36px !important;
    height: 30px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* 2. Owl Carousel navigation inside screen boundaries & large touch targets */
@media (max-width: 768px) {
  .owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    padding: 0 10px;
    margin-top: 0 !important;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    background: rgba(255, 255, 255, 0.85) !important;
    color: #333 !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 1.2rem !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    pointer-events: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel .owl-nav button.owl-next:hover {
    background: #5143d9 !important;
    color: #ffffff !important;
  }
}

/* 3. Disable sticky layout on mobile to prevent overlay issues */
@media (max-width: 991px) {
  .sticky-top {
    position: relative !important;
    top: auto !important;
    z-index: 1 !important;
  }
}

/* 4. Spacing, padding, and text readability optimizations for small viewports */
@media (max-width: 425px) {
  .hero-title {
    font-size: 1.5rem !important;
    padding: 0 10px !important;
  }
  .card-title {
    font-size: 1rem !important;
  }
  .card-body {
    padding: 0.75rem !important;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/* 5. Support touch targets for buttons/inputs on mobile */
@media (max-width: 768px) {
  .btn, input, select, textarea {
    min-height: 44px; /* Matches mobile accessibility standards */
  }
  .ts-control {
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
  }
}
