@import url('button-animations.css');
*{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ebebeb;
}
strong{
    color: black;
    font-weight: 500;
}

.container-main{
    width: 100%;
    height: 100vh;
}
.hero-content h1{
    font-size: 38px;
    letter-spacing: 1px;
    font-weight: 600;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.182); */
    text-transform: uppercase;
    line-height: 1.2;
    color: white;

}
.main-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(20,20,20,0.06);
  border-bottom: 1.5px solid #eaeaea;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 72px;
}
.header-logo a {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0498bd;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}
.header-menu ul {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu a {
  color: #232323;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  padding: 6px 8px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.header-menu a:hover {
  background: #f0f0f0;
  color: #0498bd;
}
.header-call {
  display: flex;
  align-items: center;
}
.header-call-btn {
  display: inline-flex;
  align-items: center;
  background: #0498bd;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  border: none;
  border-radius: 2em;
  padding: 0.4em 1.1em;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(20,20,209,0.10);
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 1px;
  gap: 0.7em;
}
.header-call-btn:hover, .header-call-btn:focus {
  background: #007a99;
  color: #fff;
  transform: scale(1.05);
}
.header-call-btn i {
  margin-right: 8px;
  font-size: 1.1em;
}
@media (max-width: 900px) {
  .header-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 0 12px;
    gap: 0;
  }
  .header-logo a {
    font-size: 1.1rem;
  }
  .header-menu {
    display: none !important;
  }
  .header-call {
    margin-left: auto;
  }
}

/* hero section */
.hero-section {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: url(./assets/bgmain4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 32px;
  border-bottom: 3px solid #0498bd;
  color: white;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 18px;
}
.hero-section::before {
  content: none;
}
.hero-section * {
  position: relative;
  z-index: 2;
}
.hero-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 18px;
  letter-spacing: 1px;
  text-align: left;
  text-shadow: 0 4px 24px rgba(0,0,0,0.55), 0 1.5px 8px rgba(0,0,0,0.28);
  line-height: 1.15;
  display: inline-block;
  position: relative;
}
.hero-title::after {
  content: '';
  display: block;
  width: 70px;
  height: 5px;
  background: linear-gradient(90deg, #0498bd 0%, #7ecbff 100%);
  border-radius: 3px;
  margin-top: 12px;
}
.hero-subtitle {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.08em;
  text-shadow: 0 4px 24px rgba(0,0,0,0.45), 0 1.5px 8px rgba(0,0,0,0.18);
  text-transform: uppercase;
}
.grid-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 18px;
  color: #fff;
  text-align: left;
}
.grid-points h3 {
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0,0,0,0.13);
}
.hero-sale {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.13);
}
.sale-off {
  background: #0498bd;
  color: #fff;
  padding: 4px 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.1em;
  margin-left: 8px;
}
.search-bar {
  margin-top: 18px;
  width: 100%;
  text-align: left;
}
.call-us {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 1.18em;
  display: inline-block;
  background: linear-gradient(90deg, #0498bd 60%, #007a99 100%);
  color: #fff;
  padding: 0.65em 2em;
  border-radius: 2em;
  text-decoration: none;
  box-shadow: 0 0 12px 0 #0498bd44;
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
  text-shadow: 0 4px 24px rgba(0,0,0,0.55), 0 1.5px 8px rgba(0,0,0,0.28);
  border: 2px solid #0498bd;
}
.call-us:hover, .call-us:focus {
  background: #007a99;
  color: #fff;
  transform: scale(1.05);
}
@media (max-width: 700px) {
  .hero-section {
    height: auto;
    min-height: 340px;
    /* padding: 32px 8px 32px 8px; */
    align-items: flex-start;
    background-image: url('assets/bg46.jpg');
    background-size: cover;
    background-position: center;
  }
  .hero-title {
    font-size: 40px;
    margin-bottom: 14px;
    text-align: left;
  }
  .grid-points h3 {
    font-size: 1.05rem;
    text-align: left;
  }
  .hero-sale {
    font-size: 1.05rem;
    margin-bottom: 10px;
    text-align: left;
  }
  .search-bar {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .call-us {
    font-size: 1.05em;
    padding: 0.55em 1.2em;
  }
  .features-title, .features-section h2, .features-section h3 {
    font-size: 29px !important;
    margin-bottom: 14px;
  }
}

/* Import button animations */

/* News Ticker Section */
.ticker-container {
    width: 100%;
    background-color: #000000;
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    margin: 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

/* .ticker-wrapper {
    display: flex;
    width: 100%;
    background-color: #2a1f2b;
} */

.ticker-content {
    display: flex;
    animation: ticker 10s linear infinite;
    white-space: nowrap;
    padding: 0 20px;
}

.ticker-content:hover {
    animation-play-state: paused;
}

.ticker-item {
    display: flex;
    align-items: center;
    padding: 0 30px;
    color: #c0c0c0;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.ticker-item span {
    margin-right: 8px;
    font-size: 18px;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.ticker-container::before,
.ticker-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.ticker-container::before {
    left: 0;
    background: linear-gradient(to right, #000000 20%, transparent);
}

.ticker-container::after {
    right: 0;
    background: linear-gradient(to left, #000000 20%, transparent);
}

/* Features Section - Glassmorphism Modern Design */
.features-section {
  padding: 48px 0 32px 0;
  background: white;
  text-align: center;
  margin-bottom: 24px;
}

.features-title {
  font-size: 2.7rem;
  color: #1D1238;
  margin-bottom: 100px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 8px rgba(255,126,95,0.08);
}

.features-cards {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.feature-card {
  background: rgba(255,255,255,0.75);
  border-radius: 28px;
  box-shadow: 0 8px 32px 0 rgba(44,62,80,0.10), 0 1.5px 8px 0 rgba(255,126,95,0.08);
  padding: 56px 32px 36px 32px;
  width: 320px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: visible;
  border: 1.5px solid rgba(255,126,95,0.13);
  backdrop-filter: blur(8px);
  transition: transform 0.25s, box-shadow 0.25s;
}

.feature-card:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 16px 48px 0 rgba(255,126,95,0.18), 0 2px 16px 0 rgba(44,62,80,0.10);
}

.feature-icon {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #953f31;
  font-size: 2.5rem;
  box-shadow: 0 4px 24px 0 rgba(255,126,95,0.10);
  border: 6px solid transparent;
  background-clip: padding-box;
  z-index: 2;
}

.feature-icon::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #0498bd, #0498bd 100%);
  z-index: -1;
  filter: blur(0.5px);
}

.feature-card h3 {
  font-size: 1.18rem;
  color: #6b2626;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 4px rgba(255,255,255,0.12);
}

.feature-card p {
  color: #6b2626;
  font-size: 1.04rem;
  margin: 0;
  line-height: 1.7;
  font-weight: 400;
  text-shadow: 0 1px 4px rgba(255,126,95,0.08);
}
.call-us-top{
    font-size: 25px;
    font-weight: 700;
    background-color: #0498bd;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    color: #ffffff	;
    border-radius: 10px;
}
.call-us-top-span{
    font-size: 20px;
    font-weight: 400;
}
.booking-support-section {
    padding: 32px 0 24px 0;
    background: #fff7f5;
    text-align: center;
    margin-bottom: 18px;
}

.booking-support-title {
    font-size: 2.2rem;
    color: #6b2626;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
}

.booking-support-subtitle {
    color: #ff7e5f;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 36px;
    letter-spacing: 1px;
}

.no-hold {
    background: linear-gradient(90deg, #ff7e5f 0%, #002244 100%);
    color: #fff;
    border-radius: 1.2em;
    padding: 0.1em 0.7em;
    font-weight: 700;
    margin-left: 0.4em;
    font-size: 1.08em;
    box-shadow: 0 2px 12px 0 rgba(255,126,95,0.13);
    animation: saleFlash 1.2s infinite alternate;
}

.booking-support-cards {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.booking-support-card {
    background: rgba(255,255,255,0.95);
    border-radius: 18px;
    box-shadow: 0 2px 16px 0 rgba(255,126,95,0.07);
    padding: 36px 24px 28px 24px;
    width: 300px;
    max-width: 95vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ffe5e0;
    transition: box-shadow 0.2s, transform 0.2s;
}

.booking-support-card:hover {
    box-shadow: 0 8px 32px 0 rgba(255,126,95,0.13);
    transform: translateY(-4px) scale(1.02);
}

.booking-support-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0498bd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px 0 rgba(255,126,95,0.10);
}

.booking-support-card h3 {
    font-size: 1.05rem;
    color: #6b2626;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    margin-top: 0;
}

.booking-support-card p {
    color: #6b2626;
    font-size: 0.98rem;
    margin: 0 0 16px 0;
    line-height: 1.5;
    font-weight: 400;
}

.booking-support-btn {
    display: inline-block;
    background: #0498bd;
    color: #fff;
    font-weight: 700;
    padding: 0.45em 1.3em;
    border-radius: 2em;
    font-size: 1em;
    text-decoration: none;
    box-shadow: 0 2px 8px 0 rgba(255,126,95,0.10);
    transition: background 0.2s, transform 0.2s, color 0.2s;
    letter-spacing: 1px;
}

.booking-support-btn:hover, .booking-support-btn:focus {
    background: #007a99;
    color: #fff !important;
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    .hero-content{
        align-items: center;
        gap: 36px;
    }
    .hero-section{
      height: 500px;
    }
    .logo{
        display: none;
    }
    .menu{
        display: none;
    }
    .header{
        justify-content: center;
        position: fixed;
        z-index: 9;
    }
    .main-content{
    padding:30px 15px;
}
    
}

@media (max-width: 900px) {
    .booking-support-cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .booking-support-card {
        width: 98vw;
        max-width: 400px;
    }
}

.deal-section {
  padding: 32px 0 24px 0;
  background: #fff;
  text-align: center;
  margin-bottom: 18px;
}

.deal-title {
  font-size: 2.2rem;
  color: #6b2626;
  font-weight: 800;
  margin-bottom: 36px;
  letter-spacing: 1.2px;
}

.deal-cards {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.deal-card {
  background: rgba(255,255,255,0.95);
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(255,126,95,0.07);
  padding: 38px 28px 28px 28px;
  width: 340px;
  max-width: 95vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #ffe5e0;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
}

.deal-card:hover {
  box-shadow: 0 8px 32px 0 rgba(255,126,95,0.13);
  transform: translateY(-4px) scale(1.02);
}

.deal-card-header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.deal-badge {
  display: inline-flex;
  align-items: center;
  font-size: 1em;
  font-weight: 700;
  border-radius: 1.2em;
  padding: 0.2em 1em;
  margin-bottom: 0.5em;
  box-shadow: 0 2px 8px 0 rgba(255,126,95,0.10);
  letter-spacing: 0.5px;
  background: #ffe5e0;
  color: #ff7e5f;
  gap: 0.5em;
}

.deal-badge.last-minute {
  background: #0498bd;
  color: #fff;
}

.deal-badge.class-options {
  background: #0498bd;
  color: #fff;
}

.deal-card h3 {
  font-size: 1.15rem;
  color: #6b2626;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: 0.5px;
}

.deal-card p {
  color: #6b2626;
  font-size: 1rem;
  margin: 0 0 16px 0;
  line-height: 1.5;
  font-weight: 400;
}

.deal-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  width: 100%;
}

.deal-features li {
  color: #ff7e5f;
  font-weight: 600;
  font-size: 0.98em;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.deal-features li i {
  color: #002244;
  font-size: 1.1em;
}

.deal-btn {
  display: inline-block;
  background: #0498bd;
  color: #fff !important;
  font-weight: 700;
  padding: 0.5em 1.6em;
  border-radius: 2em;
  font-size: 1.08em;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(255,126,95,0.10);
  transition: background 0.2s, transform 0.2s, color 0.2s;
  letter-spacing: 1px;
  margin-top: 8px;
}

.deal-btn:hover, .deal-btn:focus {
  background: #007a99;
  color: #fff !important;
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .deal-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .deal-card {
    width: 98vw;
    max-width: 400px;
  }
}

.hero-split-section {
  display: flex;
  align-items: stretch;
  background: #f7f8fa;
  border-radius: 40px;
  overflow: hidden;
  margin: 48px auto;
  max-width: 1200px;
  min-height: 480px;
  box-shadow: 0 4px 32px 0 rgba(44,62,80,0.07);
}

.hero-split-image {
  flex: 1.1;
  min-width: 0;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-split-content {
  flex: 1;
  background: #f7f8fa;
  padding: 56px 48px 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-split-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1D1138;
  margin-bottom: 32px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.hero-split-content ul {
  margin: 0 0 32px 0;
  padding: 0 0 0 1.2em;
  color: #1b1b1b;
  font-size: 1.08rem;
  font-weight: 400;
}

.hero-split-content li {
  margin-bottom: 12px;
  list-style: disc;
  color: #1D1138;
}

.hero-split-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #18181b;
  text-decoration: none;
  font-size: 1.1rem;
  border-bottom: 2px solid #18181b;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
  gap: 0.5em;
}

.hero-split-link:hover {
  color: #ff7e5f;
  border-color: #ff7e5f;
}

.hero-split-badge {
  display: inline-block;
  background: #ff3d00;
  color: #fff;
  font-size: 0.95em;
  font-weight: 700;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  margin-left: 0.4em;
}

@media (max-width: 900px) {
  .hero-split-section {
    flex-direction: column;
    border-radius: 24px;
    min-height: unset;
  }
  .hero-split-image,
  .hero-split-content {
    padding: 32px 18px;
  }
  .hero-split-content h2 {
    font-size: 1.5rem;
  }
}

.booking-support-title,
.booking-support-subtitle,
.booking-support-card h3,
.booking-support-card p,
.deal-title,
.deal-card h3,
.deal-card p,
.deal-features li{
  color: #1D1138 !important;
}

.booking-support-icon,
.deal-badge,
.deal-badge.last-minute,
.deal-badge.class-options,
.deal-btn,
.booking-support-btn {
  /* Keep accent backgrounds and white text for contrast */
}

.hero-split-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #0498bd 60%, #007a99 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.18rem;
  border: none;
  border-radius: 2.5em;
  padding: 0.85em 2.3em;
  cursor: pointer;
  box-shadow: 0 4px 16px 0 rgba(20,20,209,0.13);
  transition: background 0.2s, transform 0.2s, color 0.2s;
  letter-spacing: 1px;
  margin-top: 18px;
  outline: none;
  gap: 0.7em;
  text-decoration: none;
}
.hero-split-btn:hover, .hero-split-btn:focus {
  background: #007a99;
  color: #fff;
  transform: scale(1.06);
  box-shadow: 0 8px 24px 0 rgba(20,20,209,0.18);
}

/* Replace gradient backgrounds with hero section button color */
.features-section .feature-icon,
.booking-support-icon,
.deal-badge.last-minute,
.deal-badge.class-options {
  background: #0498bd !important;
  background-image: none !important;
}

/* Remove or override any linear-gradient(135deg, #ff7e5f 0%, #002244 100%) backgrounds */

.site-footer-tcpa {
  background: #000000;
  border-top: 1px solid #333333;
  padding: 32px 0 18px 0;
  font-family: inherit;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  padding: 2px 6px;
  border-radius: 6px;
}

.footer-links a:hover {
  color: #000000;
  background: #ffffff;
}

.tcpa-content {
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff !important;
  font-size: 1.01rem;
  line-height: 1.7;
  padding: 0 18px;
  letter-spacing: 0.01em;
  background: rgba(0,0,0,0.3);
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
  display: inline-block;
}
.tcpa-content strong {
  color: #ffffff !important;
  font-weight: 700;
}

.about-hero,
.about-hero h2,
.about-hero p,
.about-hero ul,
.about-hero li,
.about-hero strong,
.main-content section,
.main-content section h3,
.main-content section p,
.main-content section ul,
.main-content section li {
  color: #1D1138 !important;
}

/* Center section headers, left-align main content for all pages except index.html */
.main-content > section {
  max-width: 800px;
  margin: 0 auto 32px auto;
  padding: 40px 32px;
  background: transparent;
  border-radius: 18px;
}

.main-content > section h2,
.main-content > section h3 {
  text-align: center;
  margin-bottom: 18px;
}

.main-content > section > div,
.main-content > section p,
.main-content > section ul,
.main-content > section ol {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px) {
  .main-content > section {
    padding: 28px 10px;
  }
}

.feature-call-btn {
  display: inline-block;
  margin-top: 18px;
  background: #0498bd;
  color: #fff;
  font-weight: 700;
  padding: 0.45em 1.3em;
  border-radius: 2em;
  font-size: 1em;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(255,126,95,0.10);
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
}
.feature-call-btn:hover, .feature-call-btn:focus {
  background: #007a99;
  color: #fff;
  transform: scale(1.05);
}

/* Promo Banner Section */
.promo-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 18px 0;
}
.promo-banner-bg {
  position: relative;
  width: 96vw;
  max-width: 1400px;
  min-height: 320px;
  background: url('./assets/flight-2.jpg') center right/cover no-repeat, #256b94;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  box-shadow: 0 4px 32px 0 rgba(20,20,40,0.10);
  padding: 0;
}
.promo-banner-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(4,152,189,0.85) 0%,rgba(4,152,189,0.45) 60%,rgba(4,152,189,0.01) 100%);
  z-index: 1;
}
.promo-banner-content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 48px 56px;
  gap: 32px;
  position: relative;
  z-index: 2;
}
.promo-banner-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 320px;
  max-width: 60%;
  z-index: 2;
}
.promo-discount {
  font-family: 'Brush Script MT', cursive, sans-serif;
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0 #1ca0e3, 0 2px 8px rgba(0,0,0,0.13);
}
.promo-main-title {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.13);
  text-transform: uppercase;
}
.promo-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.promo-call-btn {
  display: inline-flex;
  align-items: center;
  background: #0498bd;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 2em;
  padding: 0.7em 2.2em;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 1px;
  gap: 0.7em;
}
.promo-call-btn:hover, .promo-call-btn:focus {
  background: #007a99;
  color: #fff;
  transform: scale(1.05);
}
.promo-call-btn i {
  margin-right: 8px;
  font-size: 1.2em;
}
@media (max-width: 900px) {
  .promo-banner-content {
    flex-direction: column;
    padding: 32px 18px;
    gap: 18px;
    align-items: flex-start;
  }
  .promo-banner-left {
    max-width: 100%;
    min-width: 0;
    align-items: flex-start;
  }
  .promo-banner-bg {
    background-position: center;
    min-height: 260px;
  }
  .promo-main-title {
    font-size: 1.5rem;
  }
  .promo-discount {
    font-size: 1.2rem;
  }
  .promo-subtitle {
    font-size: 1rem;
    margin-bottom: 18px;
  }
}

.why-choose-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 auto 60px auto;
  flex-wrap: wrap;
}
.why-choose-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 24px 0 rgba(20,20,20,0.10), 0 1.5px 8px 0 rgba(20,20,20,0.08);
 padding-bottom: 20px;
  width: 400px;
  /* max-width: 95vw; */
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.22s, box-shadow 0.22s;
  text-align: center;
}
.why-choose-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 36px 0 rgba(20,20,209,0.13), 0 2px 12px 0 rgba(20,20,209,0.10);
}
.why-choose-img {
  width: 100%;
  max-width: 420px;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 22px;
  box-shadow: 0 2px 12px 0 rgba(20,20,209,0.10);
  display: block;
}
.why-choose-card h3 {
 
  font-size: 1.25rem;
  color: #181818;
  font-weight: 800;
  margin-bottom: 12px;
  margin-top: 0;
  letter-spacing: 0.5px;
}
.why-choose-card p {
  color: #343434;
  font-size: 1.05rem;
  margin: 0 0 18px 0;
  line-height: 1.6;
  font-weight: 400;
  padding: 0 20px;
}
.why-choose-btn {
  display: inline-flex;
  align-items: center;
  background: #0498bd;
  color: #fff;
  font-weight: 700;
  font-size: 1.08em;
  border: none;
  border-radius: 2em;
  padding: 0.55em 1.5em;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 1px;
  gap: 0.7em;
  margin-top: auto;
}
.why-choose-btn:hover, .why-choose-btn:focus {
  background: #007a99;
  color: #fff;
  transform: scale(1.05);
}
.why-choose-btn i {
  margin-right: 8px;
  font-size: 1.1em;
}
@media (max-width: 900px) {
  .why-choose-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .why-choose-card {
    width: 98vw;
    max-width: 400px;
  }
  .why-choose-img {
    height: 180px;
    min-height: 300px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 22px;
    box-shadow: 0 2px 12px 0 rgba(20,20,209,0.10);
    display: block;
  }
}

.logo-img {
  max-height: 48px;
  width: auto;
  display: block;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .logo-img {
    max-height: 38px;
  }
}

.mobile-fixed-call {
  display: none;
}
@media (max-width: 700px) {
  .mobile-fixed-call {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #0498bd;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    padding: 18px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 -2px 16px 0 #0498bd44;
    letter-spacing: 0.08em;
    transition: background 0.2s, color 0.2s;
    gap: 0.7em;
  }
  .mobile-fixed-call i {
    font-size: 1.3em;
    margin-right: 8px;
  }
  body { padding-bottom: 60px; }
}
