:root {
  --primary: #c8102e;
  --ka-dark: #282932;
  --ka-green: #44805e;
  --ka-white: #fff;
  --black: #222;
}
/* GENERAL */
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color: #222;
  background: #f7f9fc;
}
a {
  text-decoration: none;
  color: var(--primary)
}

.trip_type { display: flex;}
.btn.btn-primary { line-height: 1; padding: 13px 26px; background: var(--ka-green) !important; border-color:var(--ka-green);-hover-color: #fff;hover-bg: #2e7d32;hover-border-color: #2e7d32; focus-shadow-rgb: 49, 132, 253; active-color: #fff; active-bg: #2e7d32; }

.btn:hover{
	color:var(--ka-white) !important;
	background-color:var(--ka-dark) !important;
	border-color: var(--ka-dark) !important;}
.btn_cstm:hover{
	color:#333 !important; 
	background-color:#fff !important; 
	border-color:#fff !important}

.btn-outline-primary { color: #fff !important; line-height: 1; padding: 13px 26px; background: var(--ka-green) !important; border-color: #2e7d32 !important; hover-bg: var(--ka-dark);hover-border-color: #2e7d32; focus-shadow-rgb: 49, 132, 253; active-bg: #2e7d32; }

/* Top Bar */
.bg_notification {
  background: var(--ka-green) !important;
}

.text-notification {
    color: var(--ka-white) !important;
}
/* Header */
.topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee
}
.brand {
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 1px
}
.cstm_size {
    max-width: 36%;
}
.phone-sm {
  font-size: 26px;
  font-weight: 600
}
/* Navbar */
.navbar-brand {
  font-weight: 700;
  letter-spacing: 1px
}
/* TOP NAV */
.navbar {
 background: var(--primary);
  color: var(--ka-white);
  font-size: 14px;
  border-bottom: 5px solid var(--primary);
}
.nav-link {
    color: var(--ka-white) !important;
	font-size: 16px;
}
.topbar a {
  text-decoration: none
}
.navbar-brand {
  font-weight: 700;
  color: var(--primary);
}

/* HERO */
/* SEARCH BOX */
.search-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}
/* Hero */
.hero {
  background: url('../img/bg/kenya-airways-fleet.webp') center/cover no-repeat;
  position: relative;
  padding: 90px 0
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55)
}
.hero .container {
  position: relative;
  z-index: 2
}
.hero h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;}

.hero p {
  color: #eaeaea
}
/* Search Card */
.search-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .15)
}
/* Feature Icons */
.feature i {
  font-size: 34px;
  color: var(--primary)
}
/* FLIGHT CARDS */
.flight-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  height: 100%;
}

.route {
  font-weight: 600;
  margin-bottom: 10px;
	font-size: 1.2rem;
}

.airline-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.airline-row img {
  width: 170px;
  height: auto;
}

.airline-row span {
  font-size: 14px;
  font-weight: 500;
}

.flight-card .flight-info {
  font-size: 16px;
  color: #555;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.flight-card .via {
  font-size: 15px;
  color: #777;
  margin-bottom: 10px;
}

.flight-card .price {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}

.flight-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flight-actions .phone {
  font-size: 20px;
  color: var(--ka-green);
  text-decoration: none;
	font-weight: 600;
}

/* HOVER GRID */
.hover-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.hover-box img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(200, 16, 46, .8);
  color: #fff;
  display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .4s;
}
.hover-box:hover .hover-overlay {
  opacity: 1
}
/* CTA */
.cta {
background: linear-gradient(90deg, var(--primary), #7c0c18);
  color: #fff;
  padding: 120px 0;
}
/* CTA */

/* Deals */
.deal-card {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
  overflow: hidden
}
.deal-card img {
  height: 180px;
  object-fit: cover
}

/* Info boxes */
.info-box {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  background: #fff;
  border-radius: 10px
}
.info-box i {
  font-size: 26px;
  color: var(--primary);
  margin-top: 4px
}
/* Promo slider */
.promo-slider-wrapper {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
}

.promo-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.promo-slider {
  position: relative;
  overflow: hidden;
}

.promo-track {
  display: flex;
  transition: transform 0.5s ease;
}

.promo-card {
  min-width: 100%;
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.promo-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.promo-content {
  padding: 15px;
}

.promo-content h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

.promo-content p {
  font-size: 14px;
  color: #666;
}

.promo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

/* Arrows */
.slider-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
}

.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }
/* promo slider end */
.contact-info {
    background-color: var(--ke-white) !important;
    padding: 25px;
    margin-bottom: 25px;
}
.contact-info p a {
    color: var(--primary);
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

/* FOOTER */
footer {
  background: #0b1d2d;
  color: #aaa;
  padding: 50px 0;
}
footer a {
  color: #aaa
}

/* Footer */
