/* import files */
@import url(variables);
@import url(customglobal);

/* ////////////
  HEADER START */

.hd {
  position: absolute;
  width: 100%;
  z-index: 99999999999999;
  padding: 24px 0;
}

.lg {
  width: 150px !important;
}

.nv {
  display: flex;
  gap: 15px;
}

.nv a {
  color: var(--black);
  font-weight: var(--fw-medium);
  line-height: var(--lh-vsm);
  font-size: 15px;
}

/* ////////////
  HEADER END */

/* /////////////////////////////////////
  HOME PAGE ALL CSS START HERE
///////////////////////////////////// */

/* ////////////////
  HERO SECTION */

.si {
  position: relative;
  display: flex;
  align-items: center;
}

.a1 {
  background: url("../images/home/home-hero-ban-1.png") center center/cover;
}

.ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.45));
}

.hc {
  position: relative;
  z-index: 2;
  margin: auto;
  color: var(--white);
  padding: 180px 0px 120px;
}

.hc span {
  letter-spacing: 3px;
  font-size: 24px;
}

.hc h1 {
  font-size: 65px;
  max-width: 750px;
  margin-top: 20px;
  line-height: 1.1;
}

.hc p {
  max-width: 650px;
  margin-top: 25px;
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
}

.hb {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}

.hb a {
  font-size: 18px;
}

.fx {
  position: fixed;
  background: #0b1622;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* hero-1.jpg  (Airport Runway)
hero-2.jpg  (Aircraft Landing)
hero-3.jpg  (Ground Staff)
hero-4.jpg  (Cargo Operations) */

/* ////////////////
  ABOUT US SECTION */

.ab {
  padding: 80px 0 60px;
  background: var(--tint1);
}

.abt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.stl {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.stl span {
  width: 45px;
  height: 45px;
  background: #b11226;
  border-radius: 50%;
}

.stl h2 {
  font-size: 42px;
  color: #111;
}

.al p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: #555;
}

.ar {
  position: relative;
}

.ar img {
  width: 100%;
  border-radius: 20px;
}

.qt {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 280px;
  padding: 30px;
  background: #b11226;
  color: #fff;
  border-radius: 15px;
}

.qt h3 {
  font-size: 22px;
  line-height: 1.5;
}

/* //////////////////
  STATISTICS SECTION */

.st {
  padding: 80px 0;
  background: linear-gradient(135deg, #7d0919, #b11226, #7d0919);
}

.stw {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.sb {
  text-align: center;
  color: var(--white);
}

.sb h3 {
  font-size: 52px;
  margin-bottom: 10px;
  font-weight: 700;
}

.sb span {
  font-size: var(--fs-sm);
  letter-spacing: 1px;
}

/* 
about.jpg 1200 x 800
airport-staff.jpg
aircraft-ground.jpg
cargo-terminal.jpg
 */

/* //////////////////
  SERVICES SECTION */

.srv {
  padding: 80px 0;
  background: #fff;
}

.ttl span {
  color: #b11226;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 32px;
}

.ttl h2 {
  font-size: 40px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.srvg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.srvc {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.srvc:hover {
  transform: translateY(-10px);
}

.srvc img {
  width: 100%;
  height: 320px;
  margin-bottom: 25px;
}

.srvc h3 {
  margin-bottom: 15px;
  font-size: 26px;
}

.srvc p {
  line-height: 1.8;
  color: var(--text-color);
}

/* //////////////////
  NETWORK SECTION */

.net {
  padding: 80px 0;
  background: var(--tint2);
}

.netw {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
}

.map img {
  width: 100%;
}

.apt {
  display: grid;
  gap: 20px;
}

.apc {
  background: var(--white);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.apc h3 {
  margin-bottom: 10px;
  color: var(--primary-color);
}

/* 6 */

.emp {
  padding: 80px 0;
}

.empw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.eimg img {
  width: 100%;
  border-radius: 20px;
}

.ect span {
  color: #b11226;
  font-weight: 600;
  font-size: var(--fs-sm);
}

.ect h2 {
  font-size: 50px;
  margin: 20px 0;
}

.ect p {
  line-height: 2;
  color: #555;
  margin-bottom: 25px;
}

.ect ul {
  padding-left: 10px;
  margin-bottom: 20px;
}

.ect li {
  margin-bottom: 12px;
  display: inline-block;
  padding-right: 20px;
}

.ov-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgb(125, 9, 25, 0.75),
      rgb(177, 18, 38, 0.4));
}

/* 7 */

.news {
  padding: 80px 0;
  background: #f7f8fa;
}

.newsg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.nc {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ni img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.nd {
  padding: 30px;
}

.nd span {
  color: #b11226;
  font-size: 14px;
}

.nd h3 {
  margin: 15px 0;
  line-height: 1.5;
}

.nd p {
  color: #666;
  margin-bottom: 20px;
}

/* 8 */

.cli {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
  border-bottom: 2px solid var(--primary-color);
}

.logo-track {
  overflow: hidden;
  margin-top: 50px;
}

.logo-slide {
  display: flex;
  width: max-content;
  animation: slide 25s linear infinite;
  gap: 20px;
}

.logo-slide img {
  height: 120px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* 9 */

.awd {
  padding: 80px 0;
  background: #0b1622;
  color: #fff;
}

.awdw {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.awd-card {
  padding: 30px;
  background: #132234;
  border-radius: 20px;
  position: relative;
}

.yr {
  font-size: 42px;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 20px;
}

.awd-card h3 {
  margin-bottom: 15px;
}

.awd-card p {
  line-height: 1.8;
  color: #ddd;
}

/* 10 */

.cta {
  padding: 80px 0;
  background: #b11226;
  color: #fff;
}

.ctaw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ctaw h2 {
  font-size: 50px;
  margin: 15px 0;
}

/* /////////////////////////////////////
  HOME PAGE ALL CSS END HERE
///////////////////////////////////// */

/* /////////////////////////////////////
  ABOUT US PAGE ALL CSS START HERE
///////////////////////////////////// */

/* ===========================
   ABOUT HERO
=========================== */

.aa-abt-hero {
  position: relative;
  background: url("../images/aboutus/aboutus-hero-bg.png") center center/cover no-repeat;
  overflow: hidden;
  padding: 80px 0px 40px;
}

.aa-abt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(241, 6, 6, 0.65) 0%,
      rgba(4, 18, 42, 0.68) 45%,
      rgba(205, 6, 6, 0.65) 100%);
}

.aa-abt-content,
.aa-stat-box {
  position: relative;
  z-index: 2;
}

.aa-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  backdrop-filter: blur(12px);
  font-size: 14px;
  margin-bottom: 25px;
  border: 1px solid #ddd;
}

.aa-abt-content h1 {
  color: #fff;
  font-size: 38px;
  line-height: 62px;
  font-weight: 800;
  margin-bottom: 25px;
}

.aa-abt-content p {
  color: #d8d8d8;
  font-size: 18px;
  line-height: 32px;
  max-width: 650px;
  margin-bottom: 40px;
}

.aa-btn-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.aa-btn1 {
  background: #00c2ff;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.4s;
}

.aa-btn1:hover {
  transform: translateY(-4px);
  color: #fff;
}

.aa-btn2 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.4s;
}

.aa-btn2:hover {
  background: #fff;
  color: #b11226;
}

.aa-stat-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.aa-stat-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  text-align: center;
  padding: 35px 20px;
}

.aa-stat-card h2 {
  color: #00c2ff;
  font-size: 42px;
  font-weight: 800;
}

.aa-stat-card p {
  color: #fff;
  margin: 0;
}

/* =========================
   OUR STORY
========================= */

.aa-story-sec {
  background: #f7faff;
  position: relative;
  overflow: hidden;
}

.aa-story-img-wrap {
  position: relative;
}

.aa-story-main-img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.aa-float-card {
  position: absolute;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  min-width: 200px;
}

.aa-float-card h3 {
  color: #00c2ff;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 5px;
}

.aa-float-card span {
  color: #666;
  font-size: 14px;
}

.aa-card-one {
  top: 40px;
  right: -40px;
}

.aa-card-two {
  bottom: 40px;
  left: -40px;
}

.aa-story-tag {
  display: inline-block;
  background: rgba(0, 194, 255, 0.1);
  color: #00a8df;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.aa-story-content h2 {
  font-size: 32px;
  font-weight: 800;
  color: #b11226;
  line-height: 46px;
  margin-bottom: 25px;
}

.aa-story-content p {
  color: #666;
  line-height: 30px;
  margin-bottom: 20px;
}

.aa-story-line {
  margin-top: 40px;
}

.aa-line-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}

.aa-line-dot {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  background: #00c2ff;
  margin-top: 8px;
  position: relative;
}

.aa-line-dot::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background: #d6edf7;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.aa-line-item:last-child .aa-line-dot::after {
  display: none;
}

.aa-line-item h5 {
  font-size: 22px;
  font-weight: 700;
  color: #b11226;
}

.aa-line-item p {
  margin: 0;
  color: #666;
}

/* ==================================
   MISSION VISION VALUES
================================== */

.aa-mvv-sec {
  padding: 80px 0;
  background: #b11226;
  position: relative;
  overflow: hidden;
}

.aa-mvv-sec::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: rgba(0, 194, 255, 0.2);
  border-radius: 50%;
  top: -300px;
  right: -200px;
}

.aa-sec-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  padding: 16px 36px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

.aa-sec-title {
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.aa-sec-desc {
  color: #fff;
  line-height: 30px;
}

.aa-mvv-card {
  background: var(--secondary-color);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 25px;
  padding: 40px 30px;
  height: 100%;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}

.aa-mvv-card:hover {
  transform: translateY(-10px);
  border-color: #00c2ff;
}

.aa-mvv-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.aa-mvv-icon i {
  color: #00c2ff;
  font-size: 32px;
}

.aa-mvv-card h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.aa-mvv-card p {
  color: #cfd6e0;
  line-height: 30px;
  margin: 0;
}

.aa-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aa-values-list li {
  color: #cfd6e0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.aa-values-list li:last-child {
  border: none;
}

.aa-values-list li::before {
  content: "✓";
  color: #00c2ff;
  font-weight: 700;
  margin-right: 10px;
}

/* ANIMATION  */

/* .aa-mvv-card{
    opacity:0;
    transform:translateY(40px);
}

.aa-mvv-card.active{
    opacity:1;
    transform:translateY(0);
    transition:.8s ease;
} */

/* ===================================
   WHY CHOOSE ASIAN AIR 
=================================== */

.aa-why-sec {
  padding: 60px 0;
  background: #f8fbff;
  overflow: hidden;
}

.aa-why-img-wrap {
  position: relative;
}

.aa-why-img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.aa-exp-box {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: #b11226;
  padding: 25px;
  border-radius: 20px;
  min-width: 220px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.aa-exp-box h3 {
  color: white;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 5px;
}

.aa-exp-box span {
  color: #fff;
  font-size: 15px;
}

.aa-why-content {
  padding-left: 40px;
}

.aa-feature-card {
  background: #fff;
  border-radius: 22px;
  padding: 25px;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}

.aa-feature-card:hover {
  transform: translateY(-8px);
  border-color: #00c2ff;
  box-shadow: 0 25px 50px rgba(0, 194, 255, 0.12);
}

.aa-feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.aa-feature-icon i {
  font-size: 26px;
  color: #00c2ff;
}

.aa-feature-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #b11226;
  margin-bottom: 12px;
}

.aa-feature-card p {
  color: #666;
  line-height: 28px;
  margin: 0;
}

/* ANIMATION  */

/* .aa-feature-card{
    opacity:0;
    transform:translateY(40px);
}

.aa-feature-card.show{
    opacity:1;
    transform:translateY(0);
    transition:.8s ease;
} */

/* ===================================
   OUR FLEET SECTION
=================================== */

.aa-fleet-sec {
  padding: 100px 0;
  background: #b11226;
  position: relative;
  overflow: hidden;
}

.aa-fleet-sec::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: rgba(0, 194, 255, 0.2);
  border-radius: 50%;
  top: -250px;
  left: -200px;
}

.aa-fleet-title {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

.aa-fleet-desc {
  color: #cfd6e0;
  line-height: 30px;
}

.aa-fleet-stat {
  background: var(--secondary-color);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  text-align: center;
  padding: 35px 20px;
  border-radius: 20px;
}

.aa-fleet-stat h3 {
  color: #00c2ff;
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
}

.aa-fleet-stat p {
  color: #fff;
  margin: 0;
}

.aa-fleet-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  transition: 0.4s;
  height: 100%;
}

.aa-fleet-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 194, 255, 0.15);
}

.aa-fleet-img {
  overflow: hidden;
}

.aa-fleet-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.6s;
}

.aa-fleet-card:hover .aa-fleet-img img {
  transform: scale(1.08);
}

.aa-fleet-content {
  padding: 30px;
}

.aa-fleet-content span {
  color: #00a8df;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.aa-fleet-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #b11226;
  margin: 12px 0;
}

.aa-fleet-content p {
  color: #666;
  line-height: 28px;
  margin: 0;
}

/* ===================================
   SAFETY & SECURITY SECTION
=================================== */

.aa-safe-sec {
  padding: 60px 0;
  background: #f8fbff;
  overflow: hidden;
}

.aa-safe-title {
  font-size: 48px;
  font-weight: 800;
  color: #b11226;
  margin-bottom: 25px;
}

.aa-safe-desc {
  color: #666;
  line-height: 30px;
  margin-bottom: 35px;
}

.aa-safe-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.aa-safe-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #b11226;
}

.aa-safe-item i {
  color: #00c2ff;
  font-size: 20px;
}

.aa-safe-img-wrap {
  position: relative;
}

.aa-safe-img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.aa-safe-card {
  position: absolute;
  background: #fff;
  padding: 20px 25px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.aa-safe-card h3 {
  font-size: 34px;
  font-weight: 800;
  color: #00c2ff;
  margin-bottom: 5px;
}

.aa-safe-card p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.aa-safe-card1 {
  top: 40px;
  right: -20px;
}

.aa-safe-card2 {
  bottom: 40px;
  left: -20px;
}

.aa-safe-stat {
  background: #fff;
  border-radius: 25px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.aa-safe-stat:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 194, 255, 0.12);
}

.aa-safe-stat i {
  font-size: 42px;
  color: #00c2ff;
  margin-bottom: 20px;
}

.aa-safe-stat h4 {
  font-size: 22px;
  font-weight: 700;
  color: #b11226;
  margin-bottom: 12px;
}

.aa-safe-stat p {
  color: #666;
  line-height: 28px;
  margin: 0;
}

/* ANIMATION */

/* .aa-safe-stat{
    opacity:0;
    transform:translateY(40px);
}

.aa-safe-stat.active{
    opacity:1;
    transform:translateY(0);
    transition:.8s ease;
} */

/* ===================================
   GLOBAL DESTINATIONS
=================================== */

.aa-dest-sec {
  padding: 80px 0;
  background: #b11226;
  position: relative;
  overflow: hidden;
}

.aa-map-bg {
  position: absolute;
  inset: 0;
  background: url("images/world-map.png") center center no-repeat;
  background-size: 70%;
  opacity: 0.05;
}

.aa-dest-title {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

.aa-dest-desc {
  color: #cfd6e0;
  line-height: 30px;
}

.aa-dest-stat {
  background: var(--secondary-color);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

.aa-dest-stat h3 {
  color: #00c2ff;
  font-size: 45px;
  font-weight: 800;
}

.aa-dest-stat p {
  color: #fff;
  margin: 0;
}

.aa-dest-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 380px;
}

.aa-dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

.aa-dest-card:hover img {
  transform: scale(1.1);
}

.aa-dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(4, 18, 42, 0.95),
      rgba(4, 18, 42, 0.15));
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.aa-dest-overlay span {
  background: #00c2ff;
  color: #fff;
  width: max-content;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 15px;
}

.aa-dest-overlay h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.aa-dest-overlay p {
  color: #d9d9d9;
  margin: 0;
  line-height: 28px;
}

/* ANIMATION */

/* .aa-dest-card{
    opacity:0;
    transform:translateY(40px);
}

.aa-dest-card.show{
    opacity:1;
    transform:translateY(0);
    transition:.8s ease;
} */

/* ===================================
   MEET OUR TEAM
=================================== */

.aa-team-sec {
  padding: 80px 0;
  background: #f8fbff;
  position: relative;
  overflow: hidden;
}

.aa-team-title {
  font-size: 48px;
  font-weight: 800;
  color: #b11226;
  margin-bottom: 20px;
}

.aa-team-desc {
  color: #666;
  line-height: 30px;
}

.aa-team-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  transition: 0.4s;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.aa-team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0, 194, 255, 0.12);
}

.aa-team-img {
  padding-top: 35px;
}

.aa-team-img img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #eaf7fc;
}

.aa-team-info {
  padding: 25px;
}

.aa-team-info h4 {
  font-size: 24px;
  font-weight: 700;
  color: #b11226;
  margin-bottom: 8px;
}

.aa-team-info span {
  color: #00a8df;
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.aa-team-info p {
  color: #666;
  line-height: 28px;
  margin: 0;
}

.aa-team-stat {
  background: var(--secondary-color);
  border-radius: 25px;
  text-align: center;
  padding: 35px 25px;
  transition: 0.4s;
}

.aa-team-stat:hover {
  transform: translateY(-8px);
}

.aa-team-stat h3 {
  color: #00c2ff;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.aa-team-stat p {
  color: #fff;
  margin: 0;
  font-size: 17px;
}

/* ANIMATION */

/* 
.aa-team-card{
    opacity:0;
    transform:translateY(40px);
}

.aa-team-card.show{
    opacity:1;
    transform:translateY(0);
    transition:.8s ease;
} */

/* ===================================
   AWARDS & ACHIEVEMENTS
=================================== */

.aa-award-sec {
  padding: 120px 0;
  background: #b11226;
  position: relative;
  overflow: hidden;
}

.aa-award-sec::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.15);
  top: -250px;
  right: -200px;
}

.aa-award-title {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

.aa-award-desc {
  color: #cfd6e0;
  line-height: 30px;
}

.aa-award-counter {
  background: var(--secondary-color);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 35px;
  text-align: center;
}

.aa-award-counter h3 {
  color: #00c2ff;
  font-size: 46px;
  font-weight: 800;
}

.aa-award-counter p {
  color: #fff;
  margin: 0;
}

.aa-award-card {
  background: #fff;
  border-radius: 25px;
  padding: 35px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
}

.aa-award-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 194, 255, 0.15);
}

.aa-award-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 25px;
}

.aa-award-icon i {
  font-size: 36px;
  color: #00c2ff;
}

.aa-award-card h4 {
  font-size: 24px;
  font-weight: 700;
  color: #b11226;
}

.aa-award-card span {
  display: block;
  color: #00a8df;
  font-weight: 600;
  margin: 12px 0;
}

.aa-award-card p {
  color: #666;
  line-height: 28px;
  margin: 0;
}

.aa-achievement-wrap {
  margin-top: 90px;
  position: relative;
}

.aa-achievement-line {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
}

.aa-achievement-item {
  text-align: center;
  position: relative;
  z-index: 2;
}

.aa-achievement-dot {
  width: 28px;
  height: 28px;
  background: #00c2ff;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 25px;
  border: 5px solid #b11226;
}

.aa-achievement-item h5 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.aa-achievement-item p {
  color: #cfd6e0;
  line-height: 28px;
}

/* ANIMATION */

/* 
.aa-award-card{
    opacity:0;
    transform:translateY(40px);
}

.aa-award-card.active{
    opacity:1;
    transform:translateY(0);
    transition:.8s ease;
} */

/* ===================================
   SUSTAINABILITY & FUTURE VISION
=================================== */

.aa-future-sec {
  padding: 80px 0;
  background: #f8fbff;
  overflow: hidden;
}

.aa-future-img-wrap {
  position: relative;
}

.aa-future-img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.aa-green-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #fff;
  padding: 18px 22px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.aa-green-badge i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e8fff0;
  color: #2ca85f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.aa-green-badge h5 {
  margin: 0;
  font-weight: 700;
  color: #b11226;
}

.aa-green-badge span {
  font-size: 14px;
  color: #666;
}

.aa-future-title {
  font-size: 42px;
  font-weight: 800;
  color: #b11226;
  margin-bottom: 25px;
}

.aa-future-desc {
  color: #666;
  line-height: 30px;
}

.aa-goal-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.aa-goal-card:hover {
  transform: translateY(-8px);
}

.aa-goal-card i {
  font-size: 32px;
  color: #00c2ff;
  margin-bottom: 15px;
}

.aa-goal-card h5 {
  font-weight: 700;
  color: #b11226;
  margin-bottom: 12px;
}

.aa-goal-card p {
  color: #666;
  line-height: 28px;
  margin: 0;
}

.aa-roadmap-wrap {
  margin-top: 60px;
}

.aa-roadmap-title {
  font-size: 42px;
  font-weight: 800;
  color: #b11226;
}

.aa-roadmap-card {
  background: var(--secondary-color);
  padding: 35px 25px;
  border-radius: 25px;
  text-align: center;
  margin-top: 20px;
  transition: 0.4s;
  height: 100%;
}

.aa-roadmap-card:hover {
  transform: translateY(-10px);
}

.aa-roadmap-card span {
  display: inline-block;
  background: #00c2ff;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 18px;
  font-weight: 600;
}

.aa-roadmap-card h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.aa-roadmap-card p {
  color: #cfd6e0;
  line-height: 28px;
  margin: 0;
}

/* ANIMATION */

/* .aa-roadmap-card{
    opacity:0;
    transform:translateY(40px);
}

.aa-roadmap-card.active{
    opacity:1;
    transform:translateY(0);
    transition:.8s ease;
} */

/* ===================================
   FINAL CTA SECTION
=================================== */

.aa-cta-sec {
  position: relative;
  padding: 100px 0;
  background: url("../images/home/home-hero-3.png") center center/cover no-repeat;
  overflow: hidden;
}

.aa-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(42, 6, 4, 0.92), rgba(255, 2, 2, 0.75));
}

.aa-cta-content {
  position: relative;
  z-index: 2;
}

.aa-cta-tag {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.aa-cta-content h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 25px;
}

.aa-cta-content p {
  color: #d6dce6;
  font-size: 18px;
  line-height: 34px;
  max-width: 850px;
  margin: 0 auto 40px;
}

.aa-cta-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.aa-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 50px;
  background: #00c2ff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s;
}

.aa-btn-primary:hover {
  transform: translateY(-5px);
  color: #fff;
}

.aa-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

.aa-btn-outline:hover {
  background: #fff;
  color: #b11226;
}

.aa-trust-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.aa-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.aa-trust-item i {
  color: #00c2ff;
  font-size: 20px;
}

.aa-newsletter {
  margin-top: 70px;
}

.aa-newsletter h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

.aa-news-form {
  max-width: 700px;
  margin: auto;
  display: flex;
  background: #fff;
  border-radius: 60px;
  overflow: hidden;
}

.aa-news-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 20px 25px;
  font-size: 16px;
}

.aa-news-form button {
  border: none;
  background: #00c2ff;
  color: #fff;
  padding: 0 35px;
  font-weight: 600;
  cursor: pointer;
}

/* about us page end */

/* services page start */
.srv-hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, #081d3e 100%);

  overflow: hidden;

  padding-top: 100px;
}

.srv-title {
  font-size: clamp(42px, 5vw, 72px);

  color: #fff;

  font-weight: 800;

  line-height: 1.1;

  margin: 25px 0;
}

.srv-desc {
  color: #d0d8e5;

  line-height: 2;

  font-size: 18px;
}

.srv-hero-img {
  position: relative;
}

.srv-card-1 {
  top: 20%;
  right: -20px;
}

.srv-card-2 {
  bottom: 15%;
  left: -20px;
}

.srv-card-1,
.srv-card-2 {
  width: 180px;
  text-align: center;
}

.service-mini {
  padding: 40px;
  text-align: center;
}

/* ===================================
   FLIGHT BOOKING SERVICE
=================================== */

.booking-img-wrap {
  position: relative;
}

.booking-float {
  bottom: 30px;
  right: 30px;

  text-align: center;

  min-width: 180px;
}

.booking-float h3 {
  color: var(--pri);

  font-size: 42px;

  font-weight: 800;
}

.booking-float p {
  margin: 0;
}

.booking-list {
  display: flex;

  flex-direction: column;

  gap: 18px;

  margin-top: 35px;
}

.booking-item {
  display: flex;

  align-items: center;

  gap: 15px;

  font-weight: 500;

  color: var(--dark);
}

.booking-item i {
  color: var(--pri);

  font-size: 18px;
}

.booking-stat {
  padding: 30px;

  text-align: center;
}

.booking-stat h3 {
  color: var(--pri);

  font-size: 40px;

  font-weight: 800;
}

.booking-stat p {
  margin: 0;
  color: var(--txt);
}

/* ===================================
   AIRPORT SERVICES
=================================== */

.airport-sec {
  background: linear-gradient(135deg, var(--primary-color), #081d3e);

  position: relative;

  overflow: hidden;
}

.airport-sec::before {
  content: "";

  position: absolute;

  width: 700px;

  height: 700px;

  border-radius: 50%;

  background: rgba(0, 194, 255, 0.05);

  top: -250px;

  right: -250px;
}

.airport-desc {
  color: #c7d0dd;
}

.airport-card {
  padding: 40px 30px;

  text-align: center;

  height: 100%;
}

.airport-card h4 {
  color: #fff;

  margin: 25px 0 15px;

  font-size: 24px;

  font-weight: 700;
}

.airport-card p {
  color: #d0d8e5;

  line-height: 1.9;

  margin: 0;
}

.airport-stat {
  text-align: center;
}

.airport-stat h3 {
  color: var(--pri);

  font-size: 50px;

  font-weight: 800;
}

.airport-stat p {
  color: #fff;

  margin: 0;
}

.airport-card:hover {
  transform: translateY(-12px);

  border-color: rgba(0, 194, 255, 0.35);
}

/* ===================================
   IN-FLIGHT EXPERIENCE
=================================== */

.inflight-sec {
  background: #f7fbff;
}

.inflight-img-wrap {
  position: relative;
}

.inflight-img-wrap img {
  border-radius: 30px;

  box-shadow: var(--shadow-lg);
}

.exp-badge {
  right: 30px;
  bottom: 30px;

  min-width: 180px;

  text-align: center;
}

.exp-badge h3 {
  color: var(--pri);

  font-size: 48px;

  font-weight: 800;

  margin-bottom: 5px;
}

.exp-badge p {
  margin: 0;
}

.inflight-card {
  padding: 25px;

  text-align: center;
}

.inflight-card i {
  font-size: 32px;

  color: var(--pri);

  margin-bottom: 15px;
}

.inflight-card h5 {
  font-weight: 700;

  margin-bottom: 10px;

  color: var(--dark);
}

.inflight-card p {
  margin: 0;

  color: var(--txt);
}

.exp-highlight {
  padding: 40px;
}

.exp-num {
  font-size: 60px;

  font-weight: 800;

  color: rgba(0, 194, 255, 0.2);

  line-height: 1;
}

.exp-highlight h4 {
  margin: 20px 0 15px;

  font-weight: 700;

  color: var(--dark);
}

.exp-highlight p {
  color: var(--txt);

  line-height: 1.9;

  margin: 0;
}

.inflight-card:hover i {
  transform: scale(1.15);

  transition: 0.4s;
}

.exp-highlight:hover .exp-num {
  color: rgba(0, 194, 255, 0.45);
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ===================================
   HOLIDAY PACKAGES
=================================== */

.holiday-sec {
  background: #fff;
}

.package-card {
  overflow: hidden;
}

.package-img {
  position: relative;
  overflow: hidden;
}

.package-img img {
  width: 100%;

  height: 280px;

  object-fit: cover;

  transition: 0.8s;
}

.package-card:hover img {
  transform: scale(1.1);
}

.package-badge {
  position: absolute;

  top: 20px;
  left: 20px;

  background: var(--pri);

  color: #fff;

  padding: 8px 18px;

  border-radius: 50px;

  font-size: 13px;

  font-weight: 600;
}

.package-body {
  padding: 35px;
}

.package-body h4 {
  font-size: 28px;

  font-weight: 700;

  margin-bottom: 15px;

  color: var(--dark);
}

.package-body p {
  color: var(--txt);

  line-height: 1.8;
}

.package-list {
  margin: 25px 0;

  padding: 0;

  list-style: none;
}

.package-list li {
  padding: 8px 0;

  color: var(--dark);
}

.travel-stat {
  text-align: center;

  padding: 30px;
}

.travel-stat h3 {
  font-size: 50px;

  color: var(--pri);

  font-weight: 800;
}

.travel-stat p {
  color: var(--txt);

  margin: 0;
}

.package-card:hover {
  transform: translateY(-12px);
}

.package-card:hover .package-badge {
  transform: scale(1.05);
}

/* ===================================
   CARGO & LOGISTICS
=================================== */

.cargo-sec {
  background: linear-gradient(135deg, var(--primary-color), #081d3e);

  overflow: hidden;

  position: relative;
}

.cargo-sec::before {
  content: "";

  position: absolute;

  width: 600px;
  height: 600px;

  border-radius: 50%;

  background: rgba(0, 194, 255, 0.04);

  left: -250px;
  top: -250px;
}

.cargo-desc {
  color: #d0d8e5;

  line-height: 2;
}

.cargo-card {
  padding: 35px;

  text-align: center;

  height: 100%;
}

.cargo-card i {
  font-size: 42px;

  color: var(--pri);

  margin-bottom: 20px;
}

.cargo-card h4 {
  color: #fff;

  font-size: 22px;

  margin-bottom: 15px;
}

.cargo-card p {
  color: #c7d0dd;

  margin: 0;

  line-height: 1.8;
}

.cargo-stat {
  text-align: center;
}

.cargo-stat h3 {
  color: var(--pri);

  font-size: 50px;

  font-weight: 800;
}

.cargo-stat p {
  color: #fff;

  margin: 0;
}

.cargo-strip {
  margin-top: 90px;

  padding-top: 60px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cargo-feature {
  text-align: center;
}

.cargo-feature i {
  font-size: 35px;

  color: var(--pri);

  margin-bottom: 20px;
}

.cargo-feature h5 {
  color: #fff;

  margin-bottom: 12px;

  font-weight: 700;
}

.cargo-feature p {
  color: #c7d0dd;

  margin: 0;
}

.cargo-card:hover i {
  transform: scale(1.15);

  transition: 0.4s;
}

.cargo-feature:hover {
  transform: translateY(-8px);

  transition: 0.4s;
}

.cargo-bg-plane {
  position: absolute;

  inset: 0;

  background: url("../images/cargo-plane.png") center center no-repeat;

  background-size: contain;

  opacity: 0.04;
}

/* ===================================
   CORPORATE TRAVEL
=================================== */

.corp-sec {
  background: #f7fbff;
}

.corp-img-wrap {
  position: relative;
}

.corp-img-wrap img {
  border-radius: 30px;

  box-shadow: var(--shadow-lg);
}

.corp-float-card {
  position: absolute;

  bottom: 30px;
  left: 30px;

  background: #fff;

  padding: 25px 30px;

  border-radius: 20px;

  box-shadow: var(--shadow-md);

  text-align: center;
}

.corp-float-card span {
  color: var(--txt);

  font-size: 14px;
}

.corp-float-card h3 {
  font-size: 42px;

  color: var(--pri);

  font-weight: 800;

  margin: 5px 0;
}

.corp-float-card p {
  margin: 0;
}

.corp-benefits {
  display: flex;

  flex-direction: column;

  gap: 18px;

  margin-top: 35px;
}

.corp-item {
  display: flex;

  align-items: center;

  gap: 15px;

  font-weight: 500;
}

.corp-item i {
  color: var(--pri);

  font-size: 18px;
}

.corp-card {
  padding: 40px;

  text-align: center;

  height: 100%;
}

.corp-icon {
  width: 80px;
  height: 80px;

  margin: auto;

  border-radius: 50%;

  background: rgba(0, 194, 255, 0.12);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;
}

.corp-icon i {
  color: var(--pri);

  font-size: 34px;
}

.corp-card h4 {
  font-weight: 700;

  margin-bottom: 15px;
}

.corp-card p {
  color: var(--txt);

  line-height: 1.8;

  margin: 0;
}

.corp-stat h3 {
  color: var(--pri);

  font-size: 52px;

  font-weight: 800;
}

.corp-stat p {
  color: var(--txt);

  margin: 0;
}

.corp-card:hover .corp-icon {
  transform: rotate(10deg) scale(1.1);

  transition: 0.4s;
}

.corp-card:hover {
  transform: translateY(-12px);
}

/* ===================================
   CUSTOMER SUPPORT
=================================== */

.support-sec {
  background: #fff;
}

.support-content h3 {
  font-size: 42px;

  font-weight: 800;

  color: var(--dark);

  margin-bottom: 25px;

  line-height: 1.2;
}

.support-content p {
  color: var(--txt);

  line-height: 2;
}

.support-points {
  margin-top: 35px;

  display: flex;

  flex-direction: column;

  gap: 18px;
}

.support-point {
  display: flex;

  align-items: center;

  gap: 15px;

  font-weight: 500;
}

.support-point i {
  color: var(--pri);
}

.support-card {
  padding: 35px;

  height: 100%;
}

.support-icon {
  width: 80px;
  height: 80px;

  border-radius: 50%;

  background: rgba(0, 194, 255, 0.1);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;
}

.support-icon i {
  color: var(--pri);

  font-size: 34px;
}

.support-card h4 {
  margin-bottom: 15px;

  font-weight: 700;
}

.support-card p {
  color: var(--txt);

  line-height: 1.9;

  margin: 0;
}

.support-trust {
  margin-top: 80px;

  padding-top: 50px;

  border-top: 1px solid #e8eef5;
}

.trust-item h3 {
  color: var(--pri);

  font-size: 52px;

  font-weight: 800;
}

.trust-item p {
  color: var(--txt);

  margin: 0;
}

.support-card:hover {
  transform: translateY(-12px);
}

.support-card:hover .support-icon {
  transform: scale(1.1);

  transition: 0.4s;
}

/* ===================================
   SAFETY & OPERATIONAL EXCELLENCE
=================================== */

.safety-sec {
  background: linear-gradient(135deg, var(--primary-color), #081d3e);

  position: relative;

  overflow: hidden;
}

.safety-desc {
  color: #d0d8e5;

  max-width: 900px;

  margin: auto;

  line-height: 2;
}

.safety-timeline {
  position: relative;

  padding-left: 50px;
}

.safety-timeline::before {
  content: "";

  position: absolute;

  left: 12px;

  top: 0;

  width: 2px;

  height: 100%;

  background: rgba(0, 194, 255, 0.25);
}

.timeline-item {
  position: relative;

  padding-bottom: 45px;
}

.timeline-dot {
  position: absolute;

  left: -44px;

  top: 8px;

  width: 22px;

  height: 22px;

  border-radius: 50%;

  background: var(--pri);

  box-shadow: 0 0 20px rgba(0, 194, 255, 0.6);
}

.timeline-content h4 {
  color: #fff;

  margin-bottom: 12px;

  font-weight: 700;
}

.timeline-content p {
  color: #c7d0dd;

  line-height: 1.9;

  margin: 0;
}

.safety-panel {
  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 30px;

  padding: 40px;
}

.safety-stat {
  text-align: center;
}

.safety-stat h3 {
  color: var(--pri);

  font-size: 52px;

  font-weight: 800;
}

.safety-stat p {
  color: #fff;

  margin: 0;
}

.safety-quote {
  margin-top: 40px;

  padding-top: 30px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  text-align: center;
}

.safety-quote i {
  font-size: 42px;

  color: var(--pri);

  margin-bottom: 20px;
}

.safety-quote p {
  color: #d0d8e5;

  line-height: 2;

  margin: 0;
}

.safety-bottom {
  margin-top: 90px;

  padding-top: 60px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-box h4 {
  color: #fff;

  margin-bottom: 15px;

  font-weight: 700;
}

.trust-box p {
  color: #c7d0dd;

  line-height: 1.9;

  margin: 0;
}

.timeline-item:hover .timeline-dot {
  transform: scale(1.2);

  transition: 0.4s;
}

.safety-stat:hover h3 {
  transform: scale(1.08);

  transition: 0.4s;
}

/* ===================================
   FINAL SERVICES CTA
=================================== */

.srv-final-cta {
  position: relative;

  padding: 140px 0;

  background: url("../images/services-cta-bg.jpg") center center/cover no-repeat;

  overflow: hidden;
}

.srv-cta-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(var(--primary-color), var(--secondary-color));
}

.srv-cta-box {
  position: relative;

  z-index: 2;

  text-align: center;

  padding: 70px;

  border-radius: 35px;

  backdrop-filter: blur(15px);

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.1);
}

.srv-cta-box h2 {
  color: #fff;

  font-size: clamp(38px, 5vw, 68px);

  font-weight: 800;

  line-height: 1.1;

  margin: 25px 0;
}

.srv-cta-box p {
  max-width: 900px;

  margin: auto;

  color: #d0d8e5;

  line-height: 2;

  font-size: 18px;
}

.srv-cta-btns {
  display: flex;

  justify-content: center;

  gap: 20px;

  flex-wrap: wrap;

  margin-top: 40px;
}

.srv-cta-stat {
  text-align: center;
}

.srv-cta-stat h3 {
  color: var(--pri);

  font-size: 52px;

  font-weight: 800;
}

.srv-cta-stat span {
  color: #fff;
}

.srv-newsletter {
  margin-top: 70px;
}

.srv-newsletter h4 {
  color: #fff;

  margin-bottom: 25px;

  font-size: 28px;
}

.srv-news-form {
  max-width: 700px;

  margin: auto;

  display: flex;

  overflow: hidden;

  border-radius: 60px;

  background: #fff;
}

.srv-news-form input {
  flex: 1;

  border: none;

  outline: none;

  padding: 20px 25px;
}

.srv-news-form button {
  border: none;

  background: var(--pri);

  color: #fff;

  padding: 0 35px;

  font-weight: 600;
}

.srv-fly {
  position: absolute;

  z-index: 1;

  color: rgba(255, 255, 255, 0.08);

  font-size: 90px;
}

.fly-1 {
  top: 15%;

  left: 8%;
}

.fly-2 {
  bottom: 15%;

  right: 10%;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.fly-1 {
  animation: floatY 6s infinite ease-in-out;
}

.fly-2 {
  animation: floatY 8s infinite ease-in-out;
}

/* Clientele */

.cli-hero {
  background: linear-gradient(135deg, var(--primary-color), #081d3e);

  color: #fff;

  position: relative;
}

.cli-tag {
  display: inline-block;

  padding: 10px 20px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.15);

  color: var(--pri);

  margin-bottom: 20px;
}

.cli-hero h1 {
  font-size: clamp(42px, 6vw, 72px);

  font-weight: 800;

  line-height: 1.1;
}

.cli-hero p {
  color: #c7d0dd;

  margin: 30px 0;

  line-height: 2;
}

.client-logo {
  height: 140px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #eef2f7;

  border-radius: 20px;

  transition: 0.4s;
}

.client-logo img {
  max-width: 140px;

  opacity: 0.7;
}

.client-logo:hover {
  transform: translateY(-10px);
}

.client-logo:hover img {
  opacity: 1;
}

.cli-sector-sec {
  background: linear-gradient(135deg, var(--primary-color), #081d3e);
}

.sector-card {
  padding: 50px 30px;

  text-align: center;

  border-radius: 25px;

  background: rgba(255, 255, 255, 0.05);

  color: #fff;
}

.sector-card i {
  font-size: 45px;

  color: var(--pri);

  margin-bottom: 20px;
}

.cli-cta {
  padding: 120px 0;

  background: url("../images/clientele-bg.jpg") center/cover;
}

.cli-cta-box {
  text-align: center;

  padding: 70px;

  border-radius: 30px;

  background: rgba(4, 18, 42, 0.85);

  backdrop-filter: blur(15px);
}

.cli-cta-box h2 {
  color: #fff;

  font-size: 58px;

  font-weight: 800;
}

.cli-cta-box p {
  color: #c7d0dd;

  max-width: 800px;

  margin: 25px auto;
}

/* services page end  */

/* academy  */

.aca-hero {
  position: relative;

  background: linear-gradient(135deg, var(--primary-color), #081d3e);

  color: #fff;
}

.aca-hero h1 {
  font-size: clamp(48px, 6vw, 80px);

  font-weight: 800;

  line-height: 1.05;
}

.aca-hero p {
  color: #c7d0dd;

  margin: 30px 0;

  line-height: 2;
}

.hero-btns {
  display: flex;

  gap: 20px;

  flex-wrap: wrap;
}

.aca-why {
  background: linear-gradient(135deg, var(--primary-color), #081d3e);
}

.why-card {
  padding: 50px 30px;

  text-align: center;

  border-radius: 25px;

  background: rgba(255, 255, 255, 0.06);

  color: #fff;
}

.why-card i {
  font-size: 45px;

  color: var(--pri);

  margin-bottom: 20px;
}

.aca-cta {
  padding: 120px 0;

  background: linear-gradient(135deg, var(--primary-color), #081d3e);
}

.aca-cta-box {
  text-align: center;

  max-width: 900px;

  margin: auto;
}

.aca-cta-box h2 {
  color: #fff;

  font-size: clamp(40px, 5vw, 65px);

  font-weight: 800;
}

.aca-cta-box p {
  color: #c7d0dd;

  margin: 25px auto;

  max-width: 700px;
}

/* ==========================
   COURSES SECTION
========================== */

.course-card {
  position: relative;

  height: 100%;

  padding: 35px;

  border-radius: 24px;

  background: #fff;

  border: 1px solid #edf2f7;

  transition: 0.4s;

  overflow: hidden;
}

.course-card::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background: var(--pri);

  transform: scaleX(0);

  transition: 0.4s;
}

.course-card:hover::before {
  transform: scaleX(1);
}

.course-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.course-card h4 {
  font-size: 24px;

  font-weight: 700;

  color: var(--dark);

  margin-bottom: 15px;
}

.course-card p {
  color: var(--txt);

  line-height: 1.9;

  margin-bottom: 20px;
}

.course-meta {
  display: flex;

  gap: 12px;

  flex-wrap: wrap;
}

.course-meta span {
  padding: 8px 14px;

  border-radius: 50px;

  background: #f4f8fc;

  font-size: 13px;

  font-weight: 600;
}

.course-link {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  margin-top: 20px;

  color: var(--pri);

  font-weight: 600;

  text-decoration: none;
}

/* ==========================
   LEARNING METHODOLOGY
========================== */

.methodology-sec {
  background: #f7fbff;

  position: relative;
}

.step-box {
  position: relative;

  text-align: center;

  padding: 50px 30px;

  background: #fff;

  border-radius: 25px;

  height: 100%;

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.step-box:hover {
  transform: translateY(-10px);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.step-box span {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 80px;

  height: 80px;

  border-radius: 50%;

  background: rgba(0, 194, 255, 0.12);

  color: var(--pri);

  font-size: 28px;

  font-weight: 800;

  margin-bottom: 25px;
}

.step-box h4 {
  font-size: 22px;

  font-weight: 700;

  color: var(--dark);
}

.step-box p {
  margin-top: 15px;

  color: var(--txt);

  line-height: 1.8;
}

/* ==========================
   PLACEMENT SUPPORT
========================== */

.place-sec {
  position: relative;
}

.place-img {
  border-radius: 30px;

  overflow: hidden;

  position: relative;
}

.place-img img {
  border-radius: 30px;

  transition: 0.6s;
}

.place-img:hover img {
  transform: scale(1.05);
}

.place-content {
  padding-left: 30px;
}

.place-content h2 {
  margin-bottom: 25px;
}

.place-content p {
  line-height: 2;

  color: var(--txt);
}

.place-list {
  margin-top: 35px;
}

.place-item {
  display: flex;

  align-items: flex-start;

  gap: 18px;

  margin-bottom: 25px;
}

.place-item i {
  width: 50px;

  height: 50px;

  border-radius: 50%;

  background: rgba(0, 194, 255, 0.12);

  color: var(--pri);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;
}

.place-item h5 {
  font-size: 18px;

  font-weight: 700;

  margin-bottom: 8px;
}

.place-item p {
  margin: 0;

  line-height: 1.8;
}

.place-stats {
  margin-top: 40px;

  display: flex;

  gap: 40px;

  flex-wrap: wrap;
}

.place-stat h3 {
  color: var(--pri);

  font-size: 42px;

  font-weight: 800;
}

.place-stat span {
  color: var(--txt);
}

/* clients customer */

/* =========================
CUSTOMER HERO
========================= */

.cx-hero {
  position: relative;

  overflow: hidden;

  background: linear-gradient(135deg, var(--primary-color), #081d3e);

  color: #fff;
}

.cx-overlay {
  position: absolute;

  inset: 0;

  background: radial-gradient(circle at top right,
      rgba(0, 194, 255, 0.15),
      transparent 40%);
}

.cx-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.12);

  color: var(--pri);

  font-weight: 600;

  margin-bottom: 20px;
}

.cx-hero h1 {
  font-size: clamp(48px, 6vw, 82px);

  font-weight: 800;

  line-height: 1.05;

  margin-bottom: 25px;
}

.cx-hero p {
  font-size: 18px;

  color: #c7d0dd;

  line-height: 2;

  max-width: 650px;
}

.cx-btns {
  display: flex;

  gap: 20px;

  margin-top: 35px;

  flex-wrap: wrap;
}

.cx-img-wrap {
  text-align: center;
}

.cx-img-wrap img {
  max-height: 650px;

  animation: floatPlane 6s ease-in-out infinite;
}

.cx-mini-stats {
  display: flex;

  gap: 50px;

  margin-top: 50px;

  flex-wrap: wrap;
}

.cx-mini-stats h4 {
  font-size: 38px;

  color: var(--pri);

  font-weight: 800;

  margin: 0;
}

.cx-mini-stats span {
  color: #c7d0dd;
}

.cx-fly {
  position: absolute;

  color: rgba(255, 255, 255, 0.06);

  font-size: 90px;
}

.fly-a {
  top: 18%;

  right: 10%;
}

.fly-b {
  bottom: 10%;

  left: 8%;
}

@keyframes floatPlane {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

/* =========================
CUSTOMER TRUST
========================= */

.cx-trust {
  background: #f7fbff;

  position: relative;
}

.trust-stat {
  text-align: center;

  padding: 35px;

  background: #fff;

  border-radius: 24px;

  margin-bottom: 25px;

  border: 1px solid #eef3f8;

  transition: 0.4s;
}

.trust-stat:hover {
  transform: translateY(-10px);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.trust-stat h3 {
  font-size: 54px;

  font-weight: 800;

  color: var(--pri);

  margin-bottom: 10px;
}

.trust-stat p {
  margin: 0;

  color: var(--txt);

  font-weight: 500;
}

.trust-center {
  text-align: center;

  padding: 50px;

  border-radius: 30px;

  background: #fff;

  border: 1px solid #eef3f8;

  height: 100%;
}

.trust-circle {
  width: 110px;

  height: 110px;

  margin: auto;

  border-radius: 50%;

  background: rgba(0, 194, 255, 0.1);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;
}

.trust-circle i {
  font-size: 48px;

  color: var(--pri);
}

.trust-center h3 {
  font-size: 34px;

  font-weight: 800;

  margin-bottom: 20px;

  color: var(--dark);
}

.trust-center p {
  color: var(--txt);

  line-height: 2;
}

.trust-strip {
  margin-top: 60px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;
}

.trust-item {
  padding: 22px;

  background: #fff;

  border-radius: 18px;

  text-align: center;

  border: 1px solid #eef3f8;
}

.trust-item i {
  font-size: 28px;

  color: var(--pri);

  margin-bottom: 12px;

  display: block;
}

.trust-item span {
  font-weight: 600;

  color: var(--dark);
}

/* =========================
WHO FLIES WITH US
========================= */

.cx-travelers {
  position: relative;

  background: #fff;
}

.trav-card {
  position: relative;

  height: 100%;

  padding: 40px 35px;

  border-radius: 28px;

  background: #fff;

  border: 1px solid #edf2f7;

  transition: 0.4s;

  overflow: hidden;
}

.trav-card::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background: var(--pri);

  transform: scaleX(0);

  transition: 0.4s;
}

.trav-card:hover::before {
  transform: scaleX(1);
}

.trav-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.trav-icon {
  width: 85px;

  height: 85px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(0, 194, 255, 0.1);

  margin-bottom: 25px;
}

.trav-icon i {
  font-size: 38px;

  color: var(--pri);
}

.trav-card h3 {
  font-size: 26px;

  font-weight: 700;

  color: var(--dark);

  margin-bottom: 15px;
}

.trav-card p {
  color: var(--txt);

  line-height: 1.9;

  margin: 0;
}

.trav-card:hover .trav-icon {
  transform: rotate(8deg) scale(1.08);

  transition: 0.4s;
}

/* ===================================
   TESTIMONIAL SECTION
=================================== */

.cx-testimonial {
  background: var(--primary-color);
}

.featured-story {
  margin-top: 60px;

  background: #fff;

  border-radius: 35px;

  overflow: hidden;

  border: 1px solid #edf2f7;

  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
}

.story-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  min-height: 450px;
}

.story-content {
  padding: 60px;
}

.story-badge {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.1);

  color: var(--pri);

  font-weight: 600;

  margin-bottom: 20px;
}

.story-content h3 {
  font-size: 42px;

  font-weight: 800;

  color: var(--dark);

  margin-bottom: 20px;
}

.story-content p {
  color: var(--txt);

  line-height: 2;

  margin-bottom: 30px;
}

.story-user h5 {
  margin: 0;

  font-size: 20px;

  font-weight: 700;
}

.story-user span {
  color: var(--txt);
}

/* Reviews */

.review-card {
  height: 100%;

  padding: 35px;

  background: #fff;

  border-radius: 25px;

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.review-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.stars {
  color: #ffc107;

  font-size: 24px;

  margin-bottom: 20px;
}

.review-card p {
  line-height: 1.9;

  color: var(--txt);

  margin-bottom: 25px;
}

.review-card h6 {
  font-size: 18px;

  font-weight: 700;

  margin-bottom: 5px;
}

.review-card span {
  color: var(--txt);

  font-size: 14px;
}

.story-img {
  overflow: hidden;
}

.story-img img {
  transition: 0.6s;
}

.featured-story:hover .story-img img {
  transform: scale(1.08);
}

/* ===================================
   CUSTOMER JOURNEY
=================================== */

.cx-journey {
  background: #fff;
}

.journey-wrap {
  position: relative;

  margin-top: 80px;

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 25px;
}

.journey-line {
  position: absolute;

  top: 45px;

  left: 10%;

  width: 80%;

  height: 3px;

  background: linear-gradient(90deg, var(--pri), rgba(0, 194, 255, 0.2));

  z-index: 1;
}

.journey-step {
  position: relative;

  z-index: 2;

  text-align: center;
}

.journey-icon {
  width: 90px;

  height: 90px;

  margin: auto;

  border-radius: 50%;

  background: #fff;

  border: 3px solid var(--pri);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;

  transition: 0.4s;
}

.journey-icon i {
  font-size: 35px;

  color: var(--pri);
}

.journey-step h4 {
  font-size: 24px;

  font-weight: 700;

  margin-bottom: 15px;

  color: var(--dark);
}

.journey-step p {
  color: var(--txt);

  line-height: 1.9;
}

.journey-step:hover .journey-icon {
  transform: translateY(-10px);

  box-shadow: 0 15px 35px rgba(0, 194, 255, 0.2);
}

/* Bottom Area */

.journey-bottom {
  margin-top: 90px;

  padding: 50px;

  border-radius: 35px;

  background: #f7fbff;
}

.journey-bottom h3 {
  font-size: 38px;

  font-weight: 800;

  margin-bottom: 20px;

  color: var(--dark);
}

.journey-bottom p {
  color: var(--txt);

  line-height: 2;
}

.journey-stats {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 25px;
}

.j-stat {
  background: #fff;

  padding: 30px;

  border-radius: 20px;

  text-align: center;
}

.j-stat h4 {
  color: var(--pri);

  font-size: 42px;

  font-weight: 800;

  margin-bottom: 10px;
}

.j-stat span {
  color: var(--txt);
}

.j-stat {
  transition: 0.4s;
}

.j-stat:hover {
  transform: translateY(-8px);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* ===================================
   FINAL CTA
=================================== */

.cx-cta {
  position: relative;

  overflow: hidden;

  padding: 140px 0;

  background: linear-gradient(135deg, var(--primary-color), #081d3e);
}

.cx-cta-overlay {
  position: absolute;

  inset: 0;

  background: radial-gradient(circle at top right,
      rgba(0, 194, 255, 0.15),
      transparent 40%);
}

.cx-cta-box {
  position: relative;

  z-index: 2;

  max-width: 1000px;

  margin: auto;

  text-align: center;

  padding: 70px;

  border-radius: 35px;

  background: rgba(255, 255, 255, 0.05);

  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cx-cta-tag {
  display: inline-block;

  padding: 10px 20px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.15);

  color: var(--pri);

  font-weight: 600;

  margin-bottom: 25px;
}

.cx-cta h2 {
  font-size: clamp(42px, 6vw, 72px);

  font-weight: 800;

  color: #fff;

  line-height: 1.1;

  margin-bottom: 25px;
}

.cx-cta p {
  color: #c7d0dd;

  max-width: 760px;

  margin: auto;

  line-height: 2;
}

.cx-cta-btns {
  display: flex;

  justify-content: center;

  gap: 20px;

  margin-top: 40px;

  flex-wrap: wrap;
}

/* Trust Badges */

.cx-badges {
  display: flex;

  justify-content: center;

  gap: 20px;

  flex-wrap: wrap;

  margin-top: 50px;
}

.cx-badge {
  display: flex;

  align-items: center;

  gap: 12px;

  padding: 15px 22px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.08);

  color: #fff;
}

.cx-badge i {
  color: var(--pri);

  font-size: 18px;
}

/* Newsletter */

.cx-newsletter {
  margin-top: 55px;
}

.cx-newsletter h5 {
  color: #fff;

  margin-bottom: 20px;

  font-size: 22px;

  font-weight: 700;
}

.cx-newsletter form {
  max-width: 650px;

  margin: auto;

  display: flex;

  gap: 12px;
}

.cx-newsletter input {
  flex: 1;

  height: 60px;

  border: none;

  outline: none;

  border-radius: 60px;

  padding: 0 25px;
}

.cx-newsletter button {
  border: none;

  background: var(--pri);

  color: #fff;

  padding: 0 35px;

  border-radius: 60px;

  font-weight: 600;

  transition: 0.4s;
}

.cx-newsletter button:hover {
  transform: translateY(-3px);
}

/* Decorative */

.cx-plane {
  position: absolute;

  top: 12%;

  right: 8%;

  font-size: 100px;

  color: rgba(255, 255, 255, 0.05);

  animation: flyMove 8s linear infinite;
}

.cx-globe {
  position: absolute;

  bottom: 10%;

  left: 5%;

  font-size: 120px;

  color: rgba(255, 255, 255, 0.04);
}

@keyframes flyMove {
  0% {
    transform: translateX(0) translateY(0);
  }

  50% {
    transform: translateX(-30px) translateY(-20px);
  }

  100% {
    transform: translateX(0) translateY(0);
  }
}

/* network */

/* ===================================
NETWORK HERO
=================================== */

.net-hero {
  position: relative;

  padding: 160px 0px;

  overflow: hidden;

  background: linear-gradient(135deg,
      var(--primary-color) 0%,
      #08285f 50%,
      var(--secondary-color) 100%);

  color: #fff;
}

/* Grid Overlay */

.net-grid {
  position: absolute;

  inset: 0;

  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);

  background-size: 50px 50px;
}

/* Tag */

.net-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.12);

  font-weight: 600;

  margin-bottom: 25px;
}

/* Heading */

.net-hero h1 {
  font-size: 48px;

  font-weight: 800;

  line-height: 1.2;

  margin-bottom: 20px;
}

.net-hero p {
  color: #c7d0dd;

  line-height: 2;

  font-size: 18px;

  max-width: 650px;
}

/* Buttons */

.net-btns {
  display: flex;

  gap: 20px;

  margin-top: 40px;

  flex-wrap: wrap;
}

/* Stats */

.net-stats {
  display: flex;

  flex-wrap: wrap;

  gap: 40px;

  margin-top: 60px;
}

.net-stat h3 {
  color: #00c2ff;

  font-size: 42px;

  font-weight: 800;

  margin-bottom: 5px;
}

.net-stat span {
  color: #c7d0dd;
}

/* Right Side */

.net-map-wrap {
  position: relative;

  text-align: center;
}

.net-map {
  opacity: 0.9;
  width: 100%;
  height: 100%;
  animation: mapFloat 6s ease-in-out infinite;
}

/* Planes */

.plane {
  position: absolute;

  color: #00c2ff;

  font-size: 28px;
}

.plane-1 {
  top: 18%;

  left: 20%;

  animation: flyOne 8s linear infinite;
}

.plane-2 {
  top: 45%;

  right: 15%;

  animation: flyTwo 10s linear infinite;
}

.plane-3 {
  bottom: 15%;

  left: 40%;

  animation: flyThree 12s linear infinite;
}

/* Dots */

.route-dot {
  position: absolute;

  width: 12px;

  height: 12px;

  background: #00c2ff;

  border-radius: 50%;

  box-shadow: 0 0 20px #00c2ff;
}

.dot-1 {
  top: 20%;
  left: 35%;
}

.dot-2 {
  top: 35%;
  right: 20%;
}

.dot-3 {
  bottom: 30%;
  left: 30%;
}

.dot-4 {
  bottom: 20%;
  right: 30%;
}

@keyframes mapFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes flyOne {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(80px) translateY(-30px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes flyTwo {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100px) translateY(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes flyThree {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(60px) translateY(-40px);
  }

  100% {
    transform: translateX(0);
  }
}

/* ===================================
INDIA NETWORK
=================================== */

.net-india {
  background: #f7fbff;
}

.net-sec-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.net-sec-title {
  font-size: 36px;

  font-weight: 800;

  color: #04122a;

  line-height: 1.4;

  margin-bottom: 20px;
}

.net-sec-desc {
  color: #667085;

  line-height: 2;

  margin-bottom: 35px;
}

/* Map */

.india-map-box {
  position: relative;

  /* padding: 10px; */

  /* background: #fff; */

  /* border-radius: 30px; */

  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06); */
}

.india-map-box img {
  width: 100%;
  border-radius: 30px;
}

.india-badge {
  position: absolute;

  left: 25px;

  bottom: 25px;

  display: flex;

  align-items: center;

  gap: 12px;

  padding: 15px 20px;

  background: #04122a;

  color: #fff;

  border-radius: 50px;
}

.india-badge i {
  color: #00c2ff;
}

/* Features */

.india-features {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 15px;
}

.india-feature {
  padding: 18px;

  border-radius: 16px;

  background: #fff;

  border: 1px solid #edf2f7;

  font-weight: 600;

  transition: 0.4s;

  display: flex;
  align-items: center;
}

.india-feature i {
  color: var(--primary-color);

  margin-right: 10px;
}

.india-feature:hover {
  transform: translateY(-5px);

  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06);
}

/* Cities */

.city-card {
  text-align: center;

  padding: 28px 15px;

  background: #fff;

  border-radius: 20px;

  border: 1px solid #edf2f7;

  transition: 0.4s;

  height: 100%;
}

.city-card:hover {
  transform: translateY(-10px);

  background: linear-gradient(135deg, #04122a, var(--primary-color));

  color: #fff;
}

.city-card h5 {
  font-size: 22px;

  font-weight: 700;

  margin-bottom: 8px;
}

.city-card span {
  font-size: 16px;

  opacity: 0.8;
}

/* ===================================
INTERNATIONAL NETWORK
=================================== */

.net-global {
  background: #fff;
  background: linear-gradient(135deg,
      var(--primary-color) 0%,
      #08285f 50%,
      var(--secondary-color) 100%);

  position: relative;
}

/* Region Cards */

.global-card {
  position: relative;

  height: 100%;

  padding: 30px 20px;

  border-radius: 28px;

  background: #fff;

  border: 1px solid #edf2f7;

  transition: 0.4s;

  overflow: hidden;
}

.global-card::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background: linear-gradient(90deg, #00c2ff, var(--primary-color));

  transform: scaleX(0);

  transition: 0.4s;
}

.global-card:hover::before {
  transform: scaleX(1);
}

.global-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.global-icon {
  width: 70px;

  height: 70px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(0, 194, 255, 0.1);

  margin-bottom: 20px;
}

.global-icon i {
  font-size: 30px;

  color: var(--primary-color);
}

.global-card h3 {
  font-size: 20px;

  font-weight: 700;

  color: #04122a;

  margin-bottom: 10px;
}

.global-card p {
  color: #667085;

  line-height: 1.9;

  margin-bottom: 10px;
}

.global-list {
  list-style: none;

  padding: 0;

  margin: 0;
}

.global-list li {
  padding: 8px 0;

  border-bottom: 1px solid #edf2f7;

  color: #04122a;

  font-weight: 500;
}

.global-list li:last-child {
  border-bottom: none;
}

/* Bottom Stats */

.global-stats {
  margin-top: 40px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 25px;
}

.g-stat {
  text-align: center;

  padding: 30px;

  background: #f7fbff;

  border-radius: 24px;
}

.g-stat h4 {
  font-size: 42px;

  font-weight: 800;

  color: var(--primary-color);

  margin-bottom: 10px;
}

.g-stat span {
  color: #667085;
}

.global-card:hover .global-icon {
  transform: rotate(8deg) scale(1.08);

  transition: 0.4s;
}

/* ===================================
STRATEGIC HUBS
=================================== */

.hub-sec {
  background: #f7fbff;
}

.hub-card {
  height: 100%;

  background: #fff;

  padding: 20px;

  border-radius: 28px;

  border: 1px solid #edf2f7;

  transition: 0.4s;

  position: relative;

  overflow: hidden;
}

.hub-card::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background: linear-gradient(90deg, var(--primary-color), #00c2ff);

  transform: scaleX(0);

  transition: 0.4s;
}

.hub-card:hover::before {
  transform: scaleX(1);
}

.hub-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.net-sec-title {
  color: #04122a;
}

.net-sec-desc {
  color: #04122a;
}

.hub-top {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 20px;
}

.hub-icon {
  width: 60px;

  height: 60px;

  border-radius: 50%;

  background: rgba(10, 61, 145, 0.08);

  display: flex;

  align-items: center;

  justify-content: center;
}

.hub-icon i {
  font-size: 24px;

  color: var(--primary-color);
}

.hub-code {
  background: #04122a;

  color: #fff;

  padding: 8px 14px;

  border-radius: 30px;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 1px;
}

.hub-card h3 {
  font-size: 22px;

  font-weight: 700;

  color: #04122a;

  margin-bottom: 10px;
}

.hub-card p {
  color: #667085;

  line-height: 1.9;

  margin-bottom: 10px;
}

.hub-card ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.hub-card ul li {
  padding: 8px 0;

  border-bottom: 1px solid #edf2f7;

  color: #04122a;

  font-weight: 500;
}

.hub-card ul li:last-child {
  border-bottom: none;
}

/* Stats */

.hub-performance {
  margin-top: 30px;
}

.hub-stat {
  text-align: center;

  padding: 30px;

  border-radius: 24px;

  background: #fff;

  border: 1px solid #edf2f7;
}

.hub-stat h3 {
  font-size: 36px;

  font-weight: 800;

  color: var(--primary-color);

  margin-bottom: 10px;
}

.hub-stat span {
  color: #667085;
  font-size: 16px;
}

.hub-card:hover .hub-icon {
  transform: rotate(10deg) scale(1.08);

  transition: 0.4s;
}

/* ===================================
NETWORK GROWTH
=================================== */

.net-growth {
  background: #fff;
  background: linear-gradient(135deg,
      var(--primary-color) 0%,
      #08285f 50%,
      var(--secondary-color) 100%);
}

/* Timeline */

.growth-roadmap {
  position: relative;

  padding-left: 60px;
}

.road-line {
  position: absolute;

  top: 0;

  left: 20px;

  width: 4px;

  height: 100%;

  background: linear-gradient(var(--primary-color), #fff);
  background: white;
}

.road-item {
  position: relative;

  padding-bottom: 35px;
}

.road-item::before {
  content: "";

  position: absolute;

  left: -48px;

  top: 5px;

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background: #00c2ff;

  border: 4px solid #fff;

  box-shadow: 0 0 0 5px rgba(10, 61, 145, 0.12);
}

.road-year {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: #04122a;

  color: #fff;

  font-weight: 700;

  margin-bottom: 15px;
}

.road-content {
  background: #f7fbff;

  padding: 20px 30px;

  border-radius: 24px;

  border: 1px solid #edf2f7;
}

.road-content h4 {
  font-size: 22px;

  font-weight: 700;

  color: #04122a;

  margin-bottom: 5px;
}

.road-content p {
  color: #667085;

  line-height: 1.9;

  margin: 0;
}

/* Stats */

.growth-side {
  display: flex;

  flex-direction: column;

  gap: 20px;
}

.growth-stat {
  text-align: center;

  padding: 25px;

  border-radius: 24px;

  background: #f7fbff;

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.growth-stat:hover {
  transform: translateY(-8px);
}

.growth-stat h3 {
  font-size: 42px;

  font-weight: 800;

  color: var(--primary-color);

  margin-bottom: 10px;
}

.growth-stat span {
  color: #667085;
}

/* Vision Box */

.growth-vision {
  margin-top: 80px;

  padding: 50px;

  border-radius: 30px;

  background: linear-gradient(135deg, #04122a, var(--primary-color));

  color: #fff;
}

.growth-vision h3 {
  font-size: 38px;

  font-weight: 800;

  margin-bottom: 15px;
}

.growth-vision p {
  color: #d7e1f2;

  line-height: 2;

  margin: 0;
}

/* ===================================
NETWORK CTA
=================================== */

.net-cta {
  position: relative;

  overflow: hidden;

  padding: 40px 0;

  background: #fff;
}

/* Main Box */

.net-cta-box {
  position: relative;

  z-index: 2;

  text-align: center;

  padding: 40px;

  border-radius: 35px;

  background: linear-gradient(135deg,
      var(--primary-color),
      #08285f,
      var(--primary-color));

  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.net-cta-tag {
  display: inline-block;

  padding: 10px 28px;

  border-radius: 50px;

  background: var(--white);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 25px;
}

.net-cta h2 {
  font-size: 40px;

  font-weight: 800;

  line-height: 1.2;

  color: #fff;

  margin-bottom: 20px;
}

.net-cta p {
  max-width: 950px;

  margin: auto;

  color: #cfd8e8;

  line-height: 2;
}

/* Route Highlights */

.route-highlights {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  margin-top: 30px;
}

.route-item {
  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.08);

  padding: 22px;

  border-radius: 20px;

  color: #fff;
}

.route-item i {
  display: block;

  font-size: 28px;

  color: var(--white);

  margin-bottom: 12px;
}

/* Buttons */

.net-cta-btns {
  display: flex;

  justify-content: center;

  gap: 20px;

  margin-top: 35px;

  flex-wrap: wrap;
}

/* Trust Strip */

.net-trust-strip {
  margin-top: 30px;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 10px;
}

.net-trust-strip .trust-item {
  background: rgba(255, 255, 255, 0.06);

  padding: 14px 20px;

  border-radius: 50px;

  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.net-trust-strip i {
  color: #00c2ff;

  margin-right: 8px;
}

/* Newsletter */

.net-newsletter {
  margin-top: 50px;
}

.net-newsletter h5 {
  color: #fff;

  margin-bottom: 20px;

  font-size: 24px;

  font-weight: 700;
}

.net-newsletter form {
  max-width: 700px;

  margin: auto;

  display: flex;

  gap: 12px;
}

.net-newsletter input {
  flex: 1;

  height: 60px;

  border: none;

  outline: none;

  border-radius: 60px;

  padding: 0 25px;
}

.net-newsletter button {
  border: none;

  background: #00c2ff;

  color: #04122a;

  font-weight: 700;

  padding: 0 35px;

  border-radius: 60px;

  transition: 0.4s;
}

.net-newsletter button:hover {
  transform: translateY(-3px);
}

/* Floating Aircraft */

.net-plane {
  position: absolute;

  color: rgba(255, 255, 255, 0.05);
}

.net-plane-1 {
  top: 15%;

  left: 5%;

  font-size: 120px;

  animation: flyOne 12s linear infinite;
}

.net-plane-2 {
  bottom: 10%;

  right: 5%;

  font-size: 140px;

  animation: flyTwo 14s linear infinite;
}

/* Shapes */

.net-cta-shape {
  position: absolute;

  border-radius: 50%;
}

.shape-1 {
  width: 350px;

  height: 350px;

  background: rgba(0, 194, 255, 0.08);

  top: -100px;

  right: -100px;
}

.shape-2 {
  width: 250px;

  height: 250px;

  background: rgba(255, 255, 255, 0.04);

  bottom: -80px;

  left: -80px;
}

@keyframes flyOne {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px) translateY(-20px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes flyTwo {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50px) translateY(25px);
  }

  100% {
    transform: translateX(0);
  }
}

/* career */

/* ===================================
CAREER HERO
=================================== */

.car-hero {
  position: relative;

  overflow: hidden;

  background: linear-gradient(135deg,
      var(--primary-color),
      #08285f,
      var(--primary-color));

  color: #fff;
}

.car-grid {
  position: absolute;

  inset: 0;

  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);

  background-size: 50px 50px;
}

/* Tag */

.car-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.12);

  color: #00c2ff;

  font-weight: 600;

  margin-bottom: 25px;
}

/* Heading */

.car-hero h1 {
  font-size: 45px;

  font-weight: 800;

  line-height: 60px;

  margin-bottom: 25px;
}

.car-hero p {
  color: #d6dfec;

  line-height: 2;

  font-size: 18px;
}

/* Features */

.car-features {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;

  margin-top: 35px;
}

.car-ft {
  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.08);

  padding: 16px 18px;

  border-radius: 16px;

  color: #fff;
}

.car-ft i {
  color: #00c2ff;

  margin-right: 10px;
}

/* Buttons */

.car-btns {
  display: flex;

  gap: 20px;

  margin-top: 40px;

  flex-wrap: wrap;
}

/* Right Side */

.car-right {
  position: relative;
}

.career-card {
  background: rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 30px;

  padding: 40px;
}

.career-badge {
  display: inline-block;

  background: #00c2ff;

  color: var(--white);

  padding: 8px 16px;

  border-radius: 30px;

  font-weight: 700;

  margin-bottom: 20px;
}

.career-card h3 {
  font-size: 26px;

  font-weight: 700;

  margin-bottom: 15px;
}

.career-card p {
  color: #d6dfec;
}

/* Stats */

.career-stats {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

  margin-top: 30px;
}

.c-stat {
  background: rgba(255, 255, 255, 0.05);

  padding: 20px;

  border-radius: 18px;

  text-align: center;
}

.c-stat h4 {
  font-size: 36px;

  font-weight: 800;

  color: #00c2ff;

  margin-bottom: 5px;
}

.c-stat span {
  color: #d6dfec;
}

.car-float {
  position: absolute;

  width: 70px;

  height: 70px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);

  display: flex;

  align-items: center;

  justify-content: center;

  color: #00c2ff;

  font-size: 24px;
}

.float-1 {
  top: -20px;
  right: 40px;

  animation: carFloat 5s infinite ease-in-out;
}

.float-2 {
  bottom: 40px;
  left: -30px;

  animation: carFloat 6s infinite ease-in-out;
}

.float-3 {
  bottom: -20px;
  right: 80px;

  animation: carFloat 7s infinite ease-in-out;
}

@keyframes carFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* ===================================
WHY WORK WITH US
=================================== */

.why-aa {
  background: #f7fbff;

  position: relative;
}

.why-aa-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.why-aa-title {
  font-size: 40px;

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.why-aa-desc {
  color: #667085;

  line-height: 2;

  max-width: 850px;

  margin: auto;
}

/* Cards */

.why-card {
  height: 100%;

  background: #fff;

  padding: 40px 30px;

  border-radius: 28px;

  border: 1px solid #edf2f7;

  transition: 0.4s;

  position: relative;

  overflow: hidden;
}

.why-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;

  height: 4px;

  background: linear-gradient(90deg, var(--primary-color), #00c2ff);

  transform: scaleX(0);

  transition: 0.4s;
}

.why-card:hover::before {
  transform: scaleX(1);
}

.why-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.why-icon {
  width: 80px;

  height: 80px;

  border-radius: 20px;

  background: rgba(10, 61, 145, 0.08);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;
}

.why-icon i {
  font-size: 34px;

  color: var(--primary-color);
}

.why-card h4 {
  font-size: 24px;

  font-weight: 700;

  color: #04122a;

  margin-bottom: 15px;
}

.why-card p {
  color: #667085;

  line-height: 1.9;

  margin: 0;
}

/* Bottom Box */

.why-highlight {
  margin-top: 80px;

  padding: 50px;

  border-radius: 30px;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));

  color: #fff;
}

.why-highlight h3 {
  font-size: 38px;

  font-weight: 800;

  margin-bottom: 15px;
}

.why-highlight p {
  color: #d7e1f2;

  line-height: 2;

  margin: 0;
}

.why-card:hover .why-icon {
  transform: rotate(8deg) scale(1.08);

  transition: 0.4s;
}

/* ===================================
CAREER OPPORTUNITIES
=================================== */

.car-op {
  background: #fff;
}

.car-op-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.car-op-title {
  font-size: 40px;

  font-weight: 800;

  color: #04122a;

  margin-bottom: 10px;
}

.car-op-desc {
  color: #667085;

  line-height: 2;

  max-width: 850px;

  margin: auto;
}

/* Cards */

.job-card {
  height: 100%;

  background: #fff;

  border: 1px solid #edf2f7;

  border-radius: 28px;

  padding: 35px 30px;

  transition: 0.4s;

  position: relative;

  overflow: hidden;
}

.job-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(90deg, var(--primary-color), #00c2ff);

  transform: scaleX(0);

  transition: 0.4s;
}

.job-card:hover::before {
  transform: scaleX(1);
}

.job-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.job-icon {
  width: 80px;

  height: 80px;

  border-radius: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(10, 61, 145, 0.08);

  margin-bottom: 25px;
}

.job-icon i {
  font-size: 34px;

  color: var(--primary-color);
}

.job-card h4 {
  font-size: 19px;

  font-weight: 700;

  color: #04122a;

  margin-bottom: 12px;
}

.job-card p {
  color: #667085;

  line-height: 1.8;

  margin-bottom: 25px;
}

.job-count {
  display: inline-block;

  padding: 8px 14px;

  border-radius: 30px;

  background: rgba(0, 194, 255, 0.1);

  color: var(--primary-color);

  font-size: 14px;

  font-weight: 700;
}

/* CTA Strip */

.career-strip {
  margin-top: 80px;

  padding: 50px;

  border-radius: 30px;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));

  color: #fff;
}

.career-strip h3 {
  font-size: 36px;

  font-weight: 800;

  margin-bottom: 15px;
}

.career-strip p {
  color: #d7e1f2;

  margin: 0;

  line-height: 2;
}

.job-card:hover .job-icon {
  transform: rotate(10deg) scale(1.08);

  transition: 0.4s;
}

/* ===================================
HIRING PROCESS
=================================== */

.hire-sec {
  background: #f7fbff;
}

.hire-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.hire-title {
  font-size: 40px;

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.hire-desc {
  color: #667085;

  line-height: 2;

  /* max-width: 850px; */

  margin: auto;
}

/* Timeline */

.hire-timeline {
  position: relative;

  max-width: 1100px;

  margin: 50px auto 0;
}

.hire-line {
  position: absolute;

  top: 0;

  left: 50%;

  width: 4px;

  height: 100%;

  background: linear-gradient(var(--primary-color), #00c2ff);

  transform: translateX(-50%);
}

.hire-item {
  position: relative;

  width: 50%;

  padding: 0 50px 60px;
}

.hire-item:nth-child(even) {
  margin-left: auto;
}

.hire-no {
  position: absolute;

  top: 0;

  width: 65px;

  height: 65px;

  border-radius: 50%;

  background: var(--primary-color);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 800;

  font-size: 20px;

  z-index: 2;
}

.hire-item:nth-child(odd) .hire-no {
  right: -32px;
}

.hire-item:nth-child(even) .hire-no {
  left: -32px;
}

/* Card */

.hire-card {
  background: #fff;

  padding: 35px;

  border-radius: 25px;

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.hire-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.hire-icon {
  width: 75px;

  height: 75px;

  border-radius: 20px;

  background: rgba(10, 61, 145, 0.08);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;
}

.hire-icon i {
  font-size: 32px;

  color: var(--primary-color);
}

.hire-card h4 {
  font-size: 24px;

  font-weight: 700;

  color: #04122a;

  margin-bottom: 15px;
}

.hire-card p {
  color: #667085;

  line-height: 1.9;

  margin: 0;
}

.hire-bottom {
  margin-top: 80px;

  padding: 50px;

  border-radius: 30px;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));

  color: #fff;
}

.hire-bottom h3 {
  font-size: 38px;

  font-weight: 800;

  margin-bottom: 15px;
}

.hire-bottom p {
  color: #d7e1f2;

  line-height: 2;

  margin: 0;
}

.hire-card:hover .hire-icon {
  transform: rotate(10deg) scale(1.08);

  transition: 0.4s;
}

/* ===================================
LIFE AT ASIAN AIR
=================================== */

.life-aa {
  background: #fff;
}

.life-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.life-title {
  font-size: 40px;

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.life-desc {
  color: #667085;

  line-height: 2;

  /* max-width: 850px; */

  margin: auto;
}

/* Image Area */

.life-img-wrap {
  position: relative;
}

.life-main-img {
  width: 100%;

  border-radius: 30px;
}

.life-floating-card {
  position: absolute;

  right: -20px;

  bottom: 30px;

  background: #fff;

  padding: 25px;

  border-radius: 20px;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.life-floating-card h4 {
  font-size: 42px;

  color: var(--primary-color);

  font-weight: 800;
}

/* Content */

.life-content h3 {
  font-size: 42px;

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.life-content p {
  color: #667085;

  line-height: 2;

  margin-bottom: 30px;
}

.life-list {
  display: flex;

  flex-direction: column;

  gap: 15px;
}

.life-list-item {
  font-weight: 600;

  color: #04122a;
}

.life-list-item i {
  color: #00c2ff;

  margin-right: 10px;
}

.life-card {
  height: 100%;

  padding: 35px;

  background: #f7fbff;

  border-radius: 25px;

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.life-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.life-icon {
  width: 75px;

  height: 75px;

  border-radius: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(10, 61, 145, 0.08);

  margin-bottom: 20px;
}

.life-icon i {
  font-size: 32px;

  color: var(--primary-color);
}

.life-card h4 {
  font-size: 24px;

  font-weight: 700;

  margin-bottom: 15px;

  color: #04122a;
}

.life-card p {
  color: #667085;

  line-height: 1.9;
}

/* Stats */

.life-stats {
  margin-top: 80px;
}

.life-stat {
  text-align: center;

  background: #f7fbff;

  padding: 35px;

  border-radius: 25px;
}

.life-stat h3 {
  font-size: 48px;

  font-weight: 800;

  color: var(--primary-color);

  margin-bottom: 10px;
}

.life-stat span {
  color: #667085;
}

.life-card:hover .life-icon {
  transform: rotate(10deg) scale(1.08);

  transition: 0.4s;
}

/* ===================================
EMPLOYEE SUCCESS STORIES
=================================== */

.emp-story {
  background: linear-gradient(135deg, var(--primary-color), #08285f);

  color: #fff;

  position: relative;

  overflow: hidden;
}

.emp-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.12);

  color: #00c2ff;

  font-weight: 600;

  margin-bottom: 20px;
}

.emp-title {
  font-size: 40px;

  font-weight: 800;

  margin-bottom: 10px;
}

.emp-desc {
  max-width: 850px;

  margin: auto;

  color: #d6dfec;

  line-height: 2;
}

/* Featured Story */

.emp-feature {
  margin-top: 80px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 35px;

  overflow: hidden;
}

.emp-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.emp-content {
  padding: 50px;
}

.story-label {
  display: inline-block;

  padding: 8px 16px;

  border-radius: 30px;

  background: rgba(0, 194, 255, 0.12);

  color: #00c2ff;

  margin-bottom: 20px;
}

.emp-content h3 {
  font-size: 28px;

  line-height: 42px;

  font-weight: 800;

  margin-bottom: 10px;
}

.emp-content p {
  color: #d6dfec;

  line-height: 2;
}

.story-growth {
  display: flex;

  gap: 20px;

  flex-wrap: wrap;

  margin-top: 35px;
}

.growth-item {
  flex: 1;

  min-width: 140px;

  text-align: center;

  padding: 25px;

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.05);
}

.growth-item h4 {
  font-size: 34px;

  color: #00c2ff;

  font-weight: 800;
}

/* Testimonial Cards */

.story-card {
  height: 100%;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  padding: 25px;

  border-radius: 25px;

  transition: 0.4s;
}

.story-card:hover {
  transform: translateY(-10px);
}

.story-quote {
  font-size: 40px;

  color: #00c2ff;

  margin-bottom: 20px;
}

.story-card p {
  color: #d6dfec;

  line-height: 2;

  min-height: 150px;
  margin-bottom: 0px;
}

.story-user h5 {
  font-weight: 700;

  margin-bottom: 5px;
}

.story-user span {
  color: #9db4d9;
}

.emp-achievements {
  margin-top: 70px;
}

.ach-box {
  text-align: center;

  padding: 40px;

  border-radius: 25px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ach-box h3 {
  font-size: 42px;

  font-weight: 800;

  color: #00c2ff;

  margin-bottom: 10px;
}

.ach-box span {
  color: #d6dfec;
}

/* ===================================
CAREER FINAL CTA
=================================== */

.career-final {
  position: relative;

  overflow: hidden;

  padding: 120px 0;

  background: linear-gradient(135deg,
      var(--primary-color),
      #08285f,
      var(--primary-color));
}

.career-final-box {
  position: relative;

  z-index: 2;

  text-align: center;

  padding: 70px;

  border-radius: 35px;

  background: rgba(255, 255, 255, 0.05);

  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Heading */

.cf-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.12);

  color: #00c2ff;

  font-weight: 600;

  margin-bottom: 25px;
}

.career-final h2 {
  font-size: 40px;

  font-weight: 800;

  color: #fff;

  line-height: 1.1;

  margin-bottom: 25px;
}

.career-final p {
  color: #d6dfec;

  line-height: 2;

  max-width: 900px;

  margin: auto;
}

/* Stats */

.cf-stats {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  margin-top: 50px;
}

.cf-stat {
  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.08);

  padding: 25px;

  border-radius: 20px;
}

.cf-stat h3 {
  font-size: 42px;

  color: #00c2ff;

  font-weight: 800;

  margin-bottom: 5px;
}

.cf-stat span {
  color: #d6dfec;
}

/* Buttons */

.cf-btns {
  display: flex;

  justify-content: center;

  gap: 20px;

  margin-top: 40px;

  flex-wrap: wrap;
}

/* Form */

.cf-form {
  margin-top: 70px;

  text-align: left;

  background: rgba(255, 255, 255, 0.04);

  padding: 40px;

  border-radius: 25px;
}

.cf-form h4 {
  color: #fff;

  font-size: 28px;

  font-weight: 700;

  margin-bottom: 25px;
}

.cf-form .form-control,
.cf-form .form-select {
  height: 58px;

  border: none;

  border-radius: 15px;
}

.cf-form textarea.form-control {
  height: auto;
}

.cf-form button {
  margin-top: 10px;
}

/* Trust Strip */

.cf-trust {
  margin-top: 60px;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 15px;
}

.cf-item {
  padding: 14px 22px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.06);

  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cf-item i {
  color: #00c2ff;

  margin-right: 8px;
}

/* Shapes */

.cf-shape {
  position: absolute;

  border-radius: 50%;
}

.cf-shape1 {
  width: 320px;
  height: 320px;

  top: -120px;
  right: -120px;

  background: rgba(0, 194, 255, 0.08);
}

.cf-shape2 {
  width: 250px;
  height: 250px;

  bottom: -80px;
  left: -80px;

  background: rgba(255, 255, 255, 0.05);
}

.cf-plane {
  position: absolute;

  color: rgba(255, 255, 255, 0.05);
}

.plane1 {
  top: 15%;
  left: 5%;

  font-size: 130px;

  animation: planeMove1 12s linear infinite;
}

.plane2 {
  bottom: 10%;
  right: 5%;

  font-size: 150px;

  animation: planeMove2 14s linear infinite;
}

@keyframes planeMove1 {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px) translateY(-20px);
  }
}

@keyframes planeMove2 {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50px) translateY(20px);
  }
}

/* holiday package */

/* ===================================
HOLIDAY HERO
=================================== */

.hp-hero {
  position: relative;

  overflow: hidden;

  background: linear-gradient(135deg,
      var(--primary-color),
      #08285f,
      var(--secondary-color));

  color: #fff;

  padding: 160px 5%;
}

/* Background */

.hp-circle {
  position: absolute;

  border-radius: 50%;
}

.hp-circle1 {
  width: 350px;
  height: 350px;

  top: -120px;
  right: -120px;

  background: rgba(0, 194, 255, 0.08);
}

.hp-circle2 {
  width: 260px;
  height: 260px;

  bottom: -80px;
  left: -80px;

  background: rgba(255, 255, 255, 0.05);
}

/* Content */

.hp-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.12);

  color: #00c2ff;

  font-weight: 600;

  margin-bottom: 20px;
}

.hp-hero h1 {
  font-size: 38px;

  font-weight: 800;

  line-height: normal;

  margin-bottom: 20px;
}

.hp-hero p {
  color: #d6dfec;

  line-height: 2;

  font-size: 18px;
}

.hp-features {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;

  margin-top: 35px;
}

.hp-feature {
  padding: 16px;

  border-radius: 18px;

  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.08);

  transition: 0.4s;

  display: flex;
  align-items: center;
}

.hp-feature:hover {
  transform: translateY(-5px);
}

.hp-feature i {
  color: #00c2ff;

  margin-right: 10px;
}

.hp-btns {
  display: flex;

  gap: 20px;

  flex-wrap: wrap;

  margin-top: 30px;
}

.hp-visual {
  position: relative;

  min-height: 550px;
}

.travel-card {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 420px;

  padding: 35px;

  border-radius: 30px;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.travel-badge {
  display: inline-block;

  padding: 8px 16px;

  border-radius: 30px;

  background: rgba(0, 194, 255, 0.15);

  color: #00c2ff;

  margin-bottom: 20px;
}

.travel-card h3 {
  font-size: 28px;

  font-weight: 800;

  margin-bottom: 15px;
}

.travel-card p {
  color: #d6dfec;

  margin-bottom: 15px;
}

.travel-price {
  color: #fff;
}

.travel-price strong {
  display: block;

  font-size: 36px;

  color: var(--white);

  margin-top: 10px;
}

.float-card {
  position: absolute;

  background: #fff;

  color: #04122a;

  padding: 16px 20px;

  border-radius: 16px;

  font-weight: 600;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.float-card i {
  color: var(--primary-color);

  margin-right: 8px;
}

.fc1 {
  top: 50px;
  right: 0;

  animation: hpFloat 5s infinite ease-in-out;
}

.fc2 {
  left: 0;
  top: 480px;

  animation: hpFloat 6s infinite ease-in-out;
}

.fc3 {
  right: 20px;
  bottom: 60px;

  animation: hpFloat 7s infinite ease-in-out;
}

.hp-plane {
  position: absolute;

  top: 15%;

  right: 8%;

  font-size: 140px;

  color: rgba(255, 255, 255, 0.04);

  animation: hpPlaneMove 12s linear infinite;
}

@keyframes hpFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes hpPlaneMove {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(40px);
  }
}

/* ===================================
WHY TRAVEL WITH US
=================================== */

.htw-sec {
  background: #f7fbff;
}

.htw-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.htw-title {
  font-size: 48px;

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.htw-desc {
  max-width: 950px;

  margin: auto;

  color: #667085;

  line-height: 2;

  margin-bottom: 10px;
}

/* Benefit Cards */

.travel-benefit {
  height: 100%;

  background: #fff;

  padding: 30px 25px;

  border-radius: 28px;

  border: 1px solid #edf2f7;

  position: relative;

  overflow: hidden;

  transition: 0.4s;
}

.travel-benefit::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(90deg,
      var(--primary-color),
      var(--secondary-color));

  transform: scaleX(0);

  transition: 0.4s;
}

.travel-benefit:hover::before {
  transform: scaleX(1);
}

.travel-benefit:hover {
  transform: translateY(-12px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.tb-icon {
  width: 65px;

  height: 65px;

  border-radius: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(10, 61, 145, 0.08);

  background: var(--primary-color);

  margin-bottom: 20px;

  transition: 0.4s;
}

.tb-icon i {
  font-size: 30px;

  color: var(--white);
}

.travel-benefit:hover .tb-icon {
  transform: rotate(8deg) scale(1.08);
}

.travel-benefit h4 {
  font-size: 24px;

  font-weight: 700;

  color: #04122a;

  margin-bottom: 15px;
}

.travel-benefit p {
  color: #667085;

  line-height: 1.9;

  margin: 0;
}

.travel-highlight {
  margin-top: 80px;

  padding: 50px;

  border-radius: 30px;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--secondary-color));

  color: #fff;
}

.travel-highlight h3 {
  font-size: 40px;

  font-weight: 800;

  margin-bottom: 15px;
}

.travel-highlight p {
  color: #d6dfec;

  line-height: 2;

  margin: 0;
}

/* ===================================
FEATURED PACKAGES
=================================== */

.pkg-sec {
  background: #fff;
}

.pkg-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.pkg-title {
  font-size: clamp(38px, 5vw, 62px);

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.pkg-desc {
  max-width: 900px;

  margin: auto;

  color: #667085;

  line-height: 2;
}

.pkg-card {
  position: relative;

  height: 100%;

  padding: 30px;

  border-radius: 28px;

  background: #fff;

  border: 1px solid #edf2f7;

  transition: 0.4s;

  overflow: hidden;
}

.pkg-card:hover {
  transform: translateY(-12px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.pkg-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 5px;

  background: linear-gradient(90deg,
      var(--primary-color),
      var(--secondary-color));
}

.pkg-top {
  display: flex;

  justify-content: space-between;

  margin-bottom: 20px;

  color: #667085;

  font-size: 14px;
}

.pkg-card h4 {
  font-size: 26px;

  font-weight: 700;

  color: #04122a;

  margin-bottom: 15px;
}

.pkg-card p {
  color: #667085;

  line-height: 1.8;

  min-height: 80px;
}

.pkg-info {
  color: #ffb800;

  font-weight: 600;

  margin-bottom: 15px;
}

.pkg-price {
  font-size: 34px;

  font-weight: 800;

  color: var(--primary-color);

  margin-bottom: 20px;
}

.pkg-ribbon {
  position: absolute;

  top: 18px;
  right: -30px;

  background: var(--primary-color);

  color: #fff;

  padding: 8px 40px;

  transform: rotate(35deg);

  font-size: 12px;

  font-weight: 700;
}

.pkg-ribbon-blue {
  background: #00c2ff;
}

/* ===================================
DOMESTIC HOLIDAYS
=================================== */

.dom-sec {
  background: #f7fbff;
}

.dom-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.dom-title {
  font-size: clamp(38px, 5vw, 60px);

  font-weight: 800;

  color: #04122a;

  line-height: 1.15;
}

.dom-desc {
  color: #667085;

  line-height: 2;
}

/* Showcase */

.dom-showcase {
  margin-top: 80px;
}

.dom-img-box {
  position: relative;
}

.dom-img-box img {
  border-radius: 30px;
}

.dom-float {
  position: absolute;

  right: -20px;

  bottom: 30px;

  background: #fff;

  padding: 25px;

  border-radius: 20px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.dom-float h4 {
  font-size: 42px;

  color: var(--primary-color);

  font-weight: 800;
}

.dom-content h3 {
  font-size: 32px;

  line-height: normal;
  font-weight: 800;

  color: var(--white);

  margin-bottom: 10px;
}

.dom-content p {
  color: #667085;

  line-height: 2;

  margin-bottom: 15px;
}

.dom-list {
  display: flex;

  flex-direction: column;

  gap: 10px;
}

.dom-item {
  font-weight: 600;

  color: var(--white);
  display: flex;
  align-items: center;
}

.dom-item i {
  color: #00c2ff;

  margin-right: 10px;
}

/* Categories */

.dom-card {
  height: 100%;

  background: #fff;

  padding: 35px;

  border-radius: 25px;

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.dom-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.dom-card i {
  font-size: 40px;

  color: var(--primary-color);

  margin-bottom: 20px;
}

.dom-card h4 {
  font-size: 24px;

  font-weight: 700;

  color: var(--primary-color);

  margin-bottom: 10px;
}

.dom-card p {
  color: #667085;

  line-height: 1.9;
  margin-bottom: 5px;
}

.dom-stats {
  margin-top: 80px;
}

.dom-stat {
  text-align: center;

  background: #fff;

  padding: 35px;

  border-radius: 25px;

  border: 1px solid #edf2f7;
}

.dom-stat h3 {
  font-size: 50px;

  color: var(--primary-color);

  font-weight: 800;

  margin-bottom: 10px;
}

.dom-stat span {
  color: #667085;
}

/* ===================================
INTERNATIONAL PACKAGES
=================================== */

.intl-sec {
  background: #fff;
}

.intl-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.intl-title {
  font-size: 40px;

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.intl-desc {
  color: #667085;

  line-height: 2;

  max-width: 1050px;

  margin: auto;

  margin-bottom: 0px;
}

.intl-showcase {
  margin-top: 80px;
}

.intl-content h3 {
  font-size: 42px;

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.intl-content p {
  color: #667085;

  line-height: 2;

  margin-bottom: 20px;
}

.intl-features {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}

.intl-feature {
  padding: 18px;

  background: #f7fbff;

  display: flex;

  align-items: center;

  border-radius: 18px;

  font-weight: 600;
}

.intl-feature i {
  color: var(--primary-color);

  margin-right: 10px;
}

.intl-map-box {
  height: 450px;

  border-radius: 30px;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--secondary-color));

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;
}

.world-stat {
  text-align: center;

  color: #fff;
}

.world-stat h4 {
  font-size: 70px;

  font-weight: 800;

  color: #00c2ff;
}

.intl-card {
  height: 100%;

  padding: 30px;

  border-radius: 25px;

  background: #fff;

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.intl-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.country-tag {
  display: inline-block;

  padding: 6px 14px;

  border-radius: 30px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  margin-bottom: 15px;
}

.intl-card h4 {
  font-size: 25px;

  font-weight: 700;

  color: var(--primary-color);

  margin-bottom: 15px;
}

.intl-card p {
  color: #667085;

  line-height: 1.9;
  margin-bottom: 5px;
}

/* Stats */

.intl-stats {
  margin-top: 80px;
}

.intl-stat {
  text-align: center;

  background: #f7fbff;

  padding: 35px;

  border-radius: 25px;
}

.intl-stat h3 {
  font-size: 50px;

  color: var(--primary-color);

  font-weight: 800;
}

/* ===================================
LUXURY & HONEYMOON
=================================== */

.lux-sec {
  position: relative;

  overflow: hidden;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--secondary-color),
      var(--info-color));

  color: #fff;
}

.lux-glow {
  position: absolute;

  border-radius: 50%;
}

.lux-glow1 {
  width: 400px;
  height: 400px;

  top: -150px;
  right: -150px;

  background: rgba(0, 194, 255, 0.08);
}

.lux-glow2 {
  width: 300px;
  height: 300px;

  bottom: -100px;
  left: -100px;

  background: rgba(255, 255, 255, 0.04);
}

.lux-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.12);

  color: #00c2ff;

  font-weight: 600;

  margin-bottom: 20px;
}

.lux-title {
  font-size: clamp(40px, 5vw, 65px);

  font-weight: 800;

  margin-bottom: 20px;
}

.lux-desc {
  color: #d6dfec;

  line-height: 2;

  max-width: 900px;

  margin: auto;
}

.lux-content h3 {
  font-size: 38px;
  line-height: normal;

  font-weight: 800;

  margin-bottom: 10px;
}

.lux-content p {
  color: #d6dfec;

  line-height: 2;

  margin-bottom: 20px;
}

.lux-list {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;
}

.lux-item {
  background: rgba(255, 255, 255, 0.05);

  padding: 10px;

  display: flex;
  align-items: center;

  border-radius: 15px;
}

.lux-item i {
  color: var(--white);

  margin-right: 8px;
}

.lux-feature-box {
  padding: 35px;

  border-radius: 30px;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(15px);

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lux-badge {
  display: inline-block;

  padding: 8px 15px;

  border-radius: 30px;

  background: rgba(0, 194, 255, 0.12);

  color: #00c2ff;

  margin-bottom: 20px;
}

.lux-price strong {
  display: block;

  font-size: 50px;

  color: var(--info-color);

  margin-top: 10px;
}

.lux-card {
  height: 100%;

  padding: 30px;

  border-radius: 25px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  transition: 0.4s;
}

.lux-card:hover {
  transform: translateY(-10px);
}

.lux-card i {
  font-size: 42px;

  color: #00c2ff;

  margin-bottom: 20px;
}

.lux-card h4 {
  font-size: 22px;

  font-weight: 700;

  margin-bottom: 15px;
}

.lux-card p {
  color: #d6dfec;

  line-height: 1.9;

  margin-bottom: 0px;
}

/* Stats */

.lux-stat {
  text-align: center;

  padding: 30px;

  border-radius: 25px;

  background: rgba(255, 255, 255, 0.05);
}

.lux-stat h3 {
  font-size: 50px;

  color: var(--white);

  font-weight: 800;
}

.lux-stat span {
  color: #d6dfec;
}

/* ===================================
ADVENTURE TOURS
=================================== */

.adv-sec {
  background: #f7fbff;
}

.adv-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.adv-title {
  font-size: clamp(40px, 5vw, 65px);

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.adv-desc {
  color: #667085;

  line-height: 2;

  max-width: 900px;

  margin: auto;
}

.adv-banner {
  margin-top: 80px;

  padding: 60px;

  border-radius: 35px;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--secondary-color));

  color: #fff;
}

.adv-banner h3 {
  font-size: 42px;

  font-weight: 800;

  margin-bottom: 20px;
}

.adv-banner p {
  color: #d6dfec;

  line-height: 2;
}

.adv-badge-box {
  text-align: center;

  padding: 40px;

  border-radius: 25px;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(10px);
}

.adv-badge-box h4 {
  font-size: 70px;

  font-weight: 800;

  color: #00c2ff;
}

.adv-card {
  height: 100%;

  background: #fff;

  border-radius: 28px;

  padding: 35px;

  border: 1px solid #edf2f7;

  transition: 0.4s;

  position: relative;
}

.adv-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.adv-icon {
  width: 80px;

  height: 80px;

  border-radius: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(10, 61, 145, 0.08);

  background: var(--primary-color);

  margin-bottom: 25px;
}

.adv-icon i {
  font-size: 36px;

  color: var(--white);
}

.adv-card h4 {
  font-size: 25px;

  font-weight: 700;

  color: #04122a;

  margin-bottom: 15px;
}

.adv-card p {
  color: #667085;

  line-height: 1.9;

  margin-bottom: 25px;
}

.adv-label {
  display: inline-block;

  padding: 8px 14px;

  border-radius: 30px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-size: 14px;

  font-weight: 600;
}

.adv-stat {
  text-align: center;

  background: #fff;

  padding: 35px;

  border-radius: 25px;

  border: 1px solid #edf2f7;
}

.adv-stat h3 {
  font-size: 52px;

  font-weight: 800;

  color: var(--primary-color);

  margin-bottom: 10px;
}

.adv-stat span {
  color: #667085;
}

/* ===================================
CUSTOMIZED TRAVEL PLANNING
=================================== */

.ctp-sec {
  background: #fff;
}

.ctp-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.ctp-title {
  font-size: 40px;

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.ctp-desc {
  color: #667085;

  line-height: 2;

  max-width: 1000px;

  margin: auto;
}

.ctp-process {
  position: relative;

  margin-top: 40px;
}

.ctp-line {
  position: absolute;

  top: 40px;

  left: 5%;

  width: 90%;

  height: 3px;

  background: linear-gradient(90deg,
      var(--primary-color),
      var(--secondary-color));
}

.ctp-step {
  text-align: center;

  position: relative;

  z-index: 2;
}

.ctp-num {
  width: 80px;
  height: 80px;

  margin: auto;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--secondary-color));

  color: #fff;

  font-size: 22px;

  font-weight: 700;

  margin-bottom: 15px;
}

.ctp-step h5 {
  font-weight: 700;

  color: #04122a;
}

.ctp-card {
  height: 100%;

  background: #f7fbff;

  border: 1px solid #ddd;

  padding: 30px;

  border-radius: 25px;

  transition: 0.4s;
}

.ctp-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.ctp-card i {
  font-size: 42px;

  color: var(--primary-color);

  margin-bottom: 20px;
}

.ctp-card h4 {
  font-size: 22px;

  font-weight: 700;

  color: #04122a;

  margin-bottom: 10px;
}

.ctp-card p {
  color: #667085;

  line-height: 1.9;

  margin-bottom: 0px;
}

.ctp-form-wrap {
  margin-top: 90px;

  padding: 60px;

  border-radius: 35px;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--secondary-color));

  color: #fff;
}

.ctp-form-content span {
  color: #00c2ff;

  font-weight: 600;
}

.ctp-form-content h3 {
  font-size: 42px;

  font-weight: 800;

  margin: 15px 0;
}

.ctp-form-content p {
  color: #d6dfec;

  line-height: 2;
}

.ctp-form .form-control {
  height: 58px;

  border: none;

  border-radius: 15px;
}

.ctp-form textarea.form-control {
  height: auto;
}

.ctp-form button {
  margin-top: 10px;
}

/* ===================================
TRAVELER REVIEWS
=================================== */

.trv-sec {
  background: #f7fbff;
}

.trv-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(10, 61, 145, 0.08);

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.trv-title {
  font-size: 40px;

  font-weight: 800;

  color: #04122a;

  margin-bottom: 20px;
}

.trv-desc {
  color: #667085;

  line-height: 2;

  max-width: 1050px;

  margin: auto;
}

.trv-stat {
  text-align: center;

  background: #fff;

  padding: 35px;

  border-radius: 25px;

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.trv-stat:hover {
  transform: translateY(-8px);
}

.trv-stat h3 {
  font-size: 52px;

  font-weight: 800;

  color: var(--primary-color);

  margin-bottom: 10px;
}

.trv-stat span {
  color: #667085;
}

.review-card {
  height: 100%;

  background: #fff;

  padding: 25px;

  border-radius: 30px;

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.review-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.review-top {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 15px;
}

.review-user {
  display: flex;

  align-items: center;

  gap: 15px;
}

.review-avatar {
  width: 45px;
  height: 45px;

  border-radius: 50%;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--secondary-color));

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-weight: 700;
}

.review-user h5 {
  margin-bottom: 5px;

  font-weight: 700;

  font-size: 18px;
  color: #04122a;
}

.review-user span {
  color: #667085;

  font-size: 14px;
}

.review-rating {
  color: #ffb800;

  font-size: 20px;
}

.review-card p {
  color: #667085;

  line-height: 2;
  margin-bottom: 0px;
}

.travel-success {
  margin-top: 80px;

  padding: 60px;

  border-radius: 35px;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--secondary-color));

  color: #fff;
}

.travel-success h3 {
  font-size: 42px;

  font-weight: 800;

  margin-bottom: 15px;
}

.travel-success p {
  color: #d6dfec;

  line-height: 2;

  margin: 0;
}

/* Trust */

.trust-box {
  background: #fff;

  padding: 35px;

  text-align: center;

  border-radius: 25px;

  border: 1px solid #edf2f7;

  transition: 0.4s;
}

.trust-box:hover {
  transform: translateY(-8px);
}

.trust-box i {
  font-size: 42px;

  color: var(--primary-color);

  margin-bottom: 20px;
}

.trust-box h5 {
  font-weight: 700;

  color: #04122a;

  margin: 0;
}

/* ===================================
FINAL HOLIDAY CTA
=================================== */

.hcta-sec {
  position: relative;

  overflow: hidden;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--secondary-color),
      var(--info-color));
}

.hcta-shape {
  position: absolute;

  border-radius: 50%;
}

.hcta-sh1 {
  width: 450px;
  height: 450px;

  top: -180px;
  right: -180px;

  background: rgba(0, 194, 255, 0.08);
}

.hcta-sh2 {
  width: 320px;
  height: 320px;

  bottom: -120px;
  left: -120px;

  background: rgba(255, 255, 255, 0.04);
}

.hcta-wrap {
  position: relative;

  z-index: 2;
}

.hcta-tag {
  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  background: rgba(0, 194, 255, 0.12);

  color: #fff;

  font-weight: 600;

  margin-bottom: 10px;
}

.hcta-content h2 {
  font-size: 42px;
  line-height: normal;

  font-weight: 800;

  color: #fff;

  margin-bottom: 10px;
}

.hcta-content p {
  color: #d6dfec;

  line-height: 2;

  margin-bottom: 20px;
}

.hcta-features {
  display: flex;

  flex-direction: column;

  gap: 10px;
}

.hcta-item {
  color: #fff;

  font-weight: 600;

  display: flex;
  align-items: center;
}

.hcta-item i {
  color: #fff;

  margin-right: 10px;
}

.hcta-form-box {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(15px);

  padding: 35px;

  border-radius: 30px;

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hcta-form-box h3 {
  color: #fff;

  font-size: 28px;

  font-weight: 700;

  margin-bottom: 20px;
}

.hcta-form-box .form-control,
.hcta-form-box .form-select {
  height: 58px;

  border: none;

  border-radius: 14px;
}

.hcta-form-box textarea {
  height: auto !important;
}

.hcta-trust {
  text-align: center;

  padding: 30px;

  border-radius: 22px;

  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.08);

  transition: 0.4s;
}

.hcta-trust:hover {
  transform: translateY(-8px);
}

.hcta-trust i {
  font-size: 42px;

  color: #00c2ff;

  margin-bottom: 18px;
}

.hcta-trust h5 {
  color: #fff;

  margin: 0;

  font-weight: 600;
}

/* TERMS & CONDITIONS */

.tc-hero {
  position: relative;
  min-height: 650px;
  background:
    linear-gradient(rgba(0, 24, 55, 0.82), rgba(0, 24, 55, 0.82)),
    url(images/aircraft-bg.jpg) center/cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.tc-wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.tc-content {
  max-width: 750px;
  color: #fff;
}

.tc-tag {
  display: inline-block;
  background: var(--primary-color);
  color: #001837;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tc-content h1 {
  font-size: 68px;
  line-height: 1.1;
  margin-bottom: 25px;
}

.tc-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #e5e5e5;
  margin-bottom: 35px;
}

.tc-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.tc-btn {
  padding: 15px 35px;
  background: var(--primary-color);
  color: #001837;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.4s;
}

.tc-btn:hover {
  transform: translateY(-5px);
}

.tc-btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.tc-plane {
  position: absolute;
  width: 220px;
  height: 220px;
  right: 5%;
  top: 20%;
  background: url(images/plane-icon.png) no-repeat center;
  background-size: contain;
  animation: fly 8s linear infinite;
}

@keyframes fly {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

.tc-intro {
  padding: 100px 0;
  background: #f7f9fc;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.sec-head {
  text-align: center;
  max-width: 950px;
  margin: auto auto 30px;
}

.sec-head span {
  color: #fff;
  background: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sec-head h2 {
  font-size: 38px;
  color: #fff;
  margin: 15px 0 20px;
}

.sec-head p {
  color: #fff;
  line-height: 1.9;
  font-size: 17px;
}

.tc-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.tc-intro-card {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}

.tc-intro-card:hover {
  transform: translateY(-10px);
}

.tc-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-color);
  color: #001837;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 25px;
}

.tc-intro-card h3 {
  margin-bottom: 15px;
  color: #001837;
}

.tc-intro-card p {
  line-height: 1.9;
  color: #666;
}

.tc-info-box {
  background: #001837;
  color: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 60px;
}

.tc-info-box h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.tc-info-box p {
  line-height: 1.9;
  color: #d8d8d8;
  margin-bottom: 15px;
}

.tc-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.point {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.point span {
  display: block;
  font-size: 40px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.point p {
  color: #555;
  line-height: 1.8;
}

.tc-usage {
  padding: 100px 0;
  background: #ffffff;
}

.usage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 70px;
}

.usage-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
  border-top: 4px solid transparent;
}

.usage-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-color);
}

.usage-num {
  font-size: 50px;
  font-weight: 800;
  color: var(--primary-color);
  opacity: 0.25;
  margin-bottom: 15px;
}

.usage-card h3 {
  color: #001837;
  margin-bottom: 15px;
  font-size: 22px;
}

.usage-card p {
  color: #666;
  line-height: 1.9;
}

.usage-policy-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  background: #001837;
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 60px;
}

.policy-left h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.policy-left p {
  color: #d6d6d6;
  line-height: 1.9;
}

.policy-right ul {
  list-style: none;
}

.policy-right ul li {
  color: #fff;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  padding-left: 30px;
}

.policy-right ul li::before {
  content: "✈";
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.usage-note {
  background: #f8f9fc;
  padding: 50px;
  border-radius: 20px;
  border-left: 5px solid var(--primary-color);
}

.usage-note h3 {
  color: #001837;
  font-size: 30px;
  margin-bottom: 20px;
}

.usage-note p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 15px;
}

.tc-services {
  padding: 110px 0;
  background: #f7f9fc;
}

.srv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 60px 0;
}

.srv-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.srv-card:hover {
  transform: translateY(-10px);
}

.srv-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001837;
  font-size: 30px;
  margin-bottom: 20px;
}

.srv-card h3 {
  color: #001837;
  margin-bottom: 15px;
}

.srv-card p {
  color: #666;
  line-height: 1.9;
}

.disclaimer-wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  margin-bottom: 60px;
}

.disclaimer-left {
  background: #001837;
  color: #fff;
  padding: 50px;
  border-radius: 25px;
}

.disclaimer-left h3 {
  font-size: 34px;
  margin-bottom: 20px;
}

.disclaimer-left p {
  color: #d8d8d8;
  line-height: 2;
  margin-bottom: 15px;
}

.notice-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.notice-card h4 {
  color: #001837;
  margin-bottom: 12px;
}

.notice-card p {
  color: #666;
  line-height: 1.8;
}

.legal-alert {
  display: flex;
  gap: 25px;
  background: #fff8e6;
  border-left: 5px solid var(--primary-color);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 60px;
}

.alert-icon {
  font-size: 55px;
  color: var(--primary-color);
}

.alert-content h3 {
  color: #001837;
  margin-bottom: 15px;
}

.alert-content p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 12px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.service-item {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.service-item span {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #001837;
}

.service-item p {
  font-weight: 600;
  color: #001837;
}

.tc-ipr {
  padding: 110px 0;
  background: #fff;
}

.ipr-main {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.ipr-left {
  background: #001837;
  padding: 50px;
  border-radius: 25px;
}

.ipr-left h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}

.ipr-left p {
  color: #d8d8d8;
  line-height: 2;
  margin-bottom: 15px;
}

.ipr-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ipr-stat {
  background: var(--primary-color);
  padding: 35px;
  border-radius: 20px;
  text-align: center;
}

.ipr-stat h4 {
  font-size: 38px;
  color: #001837;
  margin-bottom: 10px;
}

.ipr-stat p {
  color: #001837;
  font-weight: 600;
}

.ipr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 70px;
}

.ipr-card {
  background: #f8f9fc;
  padding: 35px;
  border-radius: 20px;
  transition: 0.4s;
}

.ipr-card:hover {
  transform: translateY(-10px);
}

.ipr-icon {
  width: 75px;
  height: 75px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #001837;
  margin-bottom: 20px;
}

.ipr-card h3 {
  color: #001837;
  margin-bottom: 15px;
}

.ipr-card p {
  color: #666;
  line-height: 1.9;
}

.ipr-policy {
  background: #f7f9fc;
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 60px;
}

.policy-head {
  text-align: center;
  margin-bottom: 40px;
}

.policy-head h3 {
  color: #001837;
  font-size: 32px;
  margin-bottom: 15px;
}

.policy-head p {
  color: #666;
}

.policy-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.policy-item {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.policy-item span {
  min-width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001837;
  font-weight: 700;
}

.policy-item p {
  color: #555;
  line-height: 1.8;
}

.ipr-notice {
  background: linear-gradient(135deg, #001837, #002c63);
  padding: 50px;
  border-radius: 25px;
}

.ipr-notice h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.ipr-notice p {
  color: #d8d8d8;
  line-height: 2;
  margin-bottom: 15px;
}

.tc-data-sec {
  padding: 110px 0;
  background: #f8fafc;
}

.data-top-wrap {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 40px;
  margin: 60px 0;
}

.data-left {
  background: #001837;
  padding: 50px;
  border-radius: 25px;
}

.data-left h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}

.data-left p {
  color: #d7dbe2;
  line-height: 2;
  margin-bottom: 15px;
}

.data-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.data-box {
  background: var(--primary-color);
  padding: 35px;
  border-radius: 20px;
  text-align: center;
}

.data-box h4 {
  color: #001837;
  font-size: 30px;
  margin-bottom: 10px;
}

.data-box p {
  color: #001837;
  font-weight: 600;
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 70px;
}

.data-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.data-card:hover {
  transform: translateY(-10px);
}

.data-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001837;
  font-size: 28px;
  margin-bottom: 20px;
}

.data-card h3 {
  color: #001837;
  margin-bottom: 15px;
}

.data-card p {
  color: #666;
  line-height: 1.8;
}

.responsibility-panel {
  background: #fff;
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 60px;
}

.panel-head {
  text-align: center;
  margin-bottom: 40px;
}

.panel-head h3 {
  color: #001837;
  font-size: 32px;
  margin-bottom: 15px;
}

.panel-head p {
  color: #666;
}

.responsibility-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.resp-item {
  background: #f8fafc;
  padding: 25px;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.resp-item span {
  min-width: 50px;
  height: 50px;
  background: var(--primary-color);
  color: #001837;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.resp-item p {
  color: #555;
  line-height: 1.8;
}

.submission-notice {
  background: linear-gradient(135deg, #001837, #003a80);
  padding: 50px;
  border-radius: 25px;
  display: flex;
  gap: 25px;
}

.notice-icon {
  font-size: 60px;
  color: var(--primary-color);
}

.notice-content h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
}

.notice-content p {
  color: #d7dbe2;
  line-height: 2;
  margin-bottom: 12px;
}

.tc-liability-sec {
  padding: 110px 0;
  background: #ffffff;
}

.liability-wrap {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 40px;
  margin: 60px 0;
}

.liability-left {
  background: #001837;
  padding: 50px;
  border-radius: 25px;
}

.liability-left h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}

.liability-left p {
  color: #d9dce3;
  line-height: 2;
  margin-bottom: 15px;
}

.liability-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.risk-card {
  background: var(--primary-color);
  padding: 30px;
  border-radius: 18px;
}

.risk-card h4 {
  color: #001837;
  margin-bottom: 10px;
}

.risk-card p {
  color: #001837;
  line-height: 1.7;
}

.liability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.liability-card {
  background: #f8fafc;
  padding: 35px;
  border-radius: 20px;
  transition: 0.4s;
}

.liability-card:hover {
  transform: translateY(-10px);
}

.lb-num {
  font-size: 45px;
  color: var(--primary-color);
  font-weight: 800;
  opacity: 0.5;
  margin-bottom: 15px;
}

.liability-card h3 {
  color: #001837;
  margin-bottom: 15px;
}

.liability-card p {
  color: #666;
  line-height: 1.9;
}

.liability-notice {
  background: linear-gradient(135deg, #001837, #003a7a);
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 60px;
}

.notice-title h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}

.liability-notice p {
  color: #d9dce3;
  line-height: 2;
  margin-bottom: 15px;
}

.liability-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.list-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 25px;
  border-radius: 15px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.list-item span {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--primary-color);
  color: #001837;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.list-item p {
  color: #555;
  line-height: 1.8;
}

.final-warning {
  background: #fff7e6;
  border-left: 5px solid var(--primary-color);
  padding: 50px;
  border-radius: 20px;
}

.final-warning h3 {
  color: #001837;
  font-size: 30px;
  margin-bottom: 20px;
}

.final-warning p {
  color: #666;
  line-height: 2;
  margin-bottom: 15px;
}

.tc-privacy-sec {
  padding: 110px 0;
  background: #f8fafc;
}

.privacy-top {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 40px;
  margin: 60px 0;
}

.privacy-content {
  background: #001837;
  padding: 50px;
  border-radius: 25px;
}

.privacy-content h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}

.privacy-content p {
  color: #d9dde4;
  line-height: 2;
  margin-bottom: 15px;
}

.privacy-badge-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.privacy-badge {
  background: var(--primary-color);
  padding: 30px;
  border-radius: 18px;
  text-align: center;
}

.privacy-badge h4 {
  font-size: 30px;
  color: #001837;
  margin-bottom: 10px;
}

.privacy-badge p {
  color: #001837;
  font-weight: 600;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.privacy-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.privacy-card:hover {
  transform: translateY(-10px);
}

.privacy-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001837;
  font-size: 28px;
  margin-bottom: 20px;
}

.privacy-card h3 {
  color: #001837;
  margin-bottom: 15px;
}

.privacy-card p {
  color: #666;
  line-height: 1.8;
}

.privacy-policy-box {
  background: #fff;
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 60px;
}

.policy-box-head {
  text-align: center;
  margin-bottom: 40px;
}

.policy-box-head h3 {
  font-size: 32px;
  color: #001837;
  margin-bottom: 15px;
}

.info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.info-item {
  background: #f8fafc;
  padding: 25px;
  border-radius: 15px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.info-item span {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001837;
  font-weight: 700;
}

.info-item p {
  color: #555;
  line-height: 1.8;
}

.cookies-section {
  background: #fff7e8;
  border-left: 5px solid var(--primary-color);
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 60px;
}

.cookies-section h3 {
  color: #001837;
  font-size: 30px;
  margin-bottom: 20px;
}

.cookies-section p {
  color: #666;
  line-height: 2;
  margin-bottom: 15px;
}

.security-notice {
  background: linear-gradient(135deg, #001837, #00356f);
  padding: 50px;
  border-radius: 25px;
  display: flex;
  gap: 25px;
}

.security-icon {
  font-size: 60px;
  color: var(--primary-color);
}

.security-content h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.security-content p {
  color: #d9dde4;
  line-height: 2;
  margin-bottom: 15px;
}

.tc-legal-sec {
  padding: 110px 0;
  background: #ffffff;
}

.legal-top {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 40px;
  margin: 60px 0;
}

.legal-left {
  background: #001837;
  padding: 50px;
  border-radius: 25px;
}

.legal-left h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}

.legal-left p {
  color: #d9dde4;
  line-height: 2;
  margin-bottom: 15px;
}

.legal-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.legal-badge {
  background: var(--primary-color);
  padding: 30px;
  border-radius: 18px;
  text-align: center;
}

.legal-badge h4 {
  color: #001837;
  font-size: 28px;
  margin-bottom: 10px;
}

.legal-badge p {
  color: #001837;
  font-weight: 600;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.legal-card {
  background: #f8fafc;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  transition: 0.4s;
}

.legal-card:hover {
  transform: translateY(-10px);
}

.legal-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001837;
  font-size: 28px;
  margin-bottom: 20px;
}

.legal-card h3 {
  color: #001837;
  margin-bottom: 15px;
}

.legal-card p {
  color: #666;
  line-height: 1.8;
}

.law-section {
  background: linear-gradient(135deg, #001837, #003870);
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 60px;
}

.law-head h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}

.law-content p {
  color: #d9dde4;
  line-height: 2;
  margin-bottom: 15px;
}

.rights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.rights-item {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 25px;
  display: flex;
  gap: 15px;
}

.rights-item span {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #001837;
}

.rights-item p {
  color: #555;
  line-height: 1.8;
}

.legal-note {
  background: #fff8e8;
  border-left: 5px solid var(--primary-color);
  padding: 50px;
  border-radius: 20px;
}

.legal-note h3 {
  color: #001837;
  font-size: 30px;
  margin-bottom: 20px;
}

.legal-note p {
  color: #666;
  line-height: 2;
  margin-bottom: 15px;
}

.tc-final-sec {
  padding: 110px 0;
  background: #f8fafc;
}

.final-top {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 40px;
  margin: 60px 0;
}

.final-left {
  background: #001837;
  padding: 50px;
  border-radius: 25px;
}

.final-left h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}

.final-left p {
  color: #d9dde4;
  line-height: 2;
  margin-bottom: 15px;
}

.final-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.final-badge {
  background: var(--primary-color);
  padding: 30px;
  border-radius: 18px;
  text-align: center;
}

.final-badge h4 {
  color: #001837;
  font-size: 28px;
  margin-bottom: 10px;
}

.final-badge p {
  color: #001837;
  font-weight: 600;
}

.update-policy {
  background: linear-gradient(135deg, #001837, #00366d);
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 60px;
}

.update-head h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}

.update-content p {
  color: #d9dde4;
  line-height: 2;
  margin-bottom: 15px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.summary-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}

.summary-card:hover {
  transform: translateY(-10px);
}

.summary-card span {
  width: 65px;
  height: 65px;
  margin: auto;
  background: var(--primary-color);
  color: #001837;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.summary-card h4 {
  color: #001837;
  margin-bottom: 15px;
}

.summary-card p {
  color: #666;
  line-height: 1.8;
}

.contact-section {
  background: #fff;
  padding: 50px;
  border-radius: 25px;
  margin-bottom: 60px;
}

.contact-head {
  text-align: center;
  max-width: 800px;
  margin: auto auto 40px;
}

.contact-head h3 {
  color: #001837;
  font-size: 34px;
  margin-bottom: 15px;
}

.contact-head p {
  color: #666;
  line-height: 1.9;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.contact-card {
  background: #f8fafc;
  padding: 35px;
  text-align: center;
  border-radius: 20px;
}

.contact-card i {
  font-size: 40px;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.contact-card h4 {
  color: #001837;
  margin-bottom: 10px;
}

.contact-card p {
  color: #666;
  line-height: 1.8;
}

.closing-banner {
  background:
    linear-gradient(rgba(0, 24, 55, 0.92), rgba(0, 24, 55, 0.92)),
    url(images/aircraft-banner.jpg) center/cover;
  border-radius: 30px;
  padding: 80px 60px;
  text-align: center;
}

.closing-content span {
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.closing-content h3 {
  color: #fff;
  font-size: 42px;
  max-width: 900px;
  margin: 20px auto;
  line-height: 1.4;
}

.closing-content p {
  color: #d9dde4;
  max-width: 850px;
  margin: auto auto 35px;
  line-height: 2;
}

.closing-btn {
  display: inline-block;
  background: var(--primary-color);
  color: #001837;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.4s;
}

.closing-btn:hover {
  transform: translateY(-5px);
}

/* privacy & policy page */

.pp-hero {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 24, 55, 0.88), rgba(0, 24, 55, 0.88)),
    url(../images/banner/privacy-policy-bg.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 160px 0px;
}

.pp-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right,
      rgba(255, 180, 0, 0.18),
      transparent 40%);
}

.pp-content {
  max-width: 950px;
  position: relative;
  z-index: 5;
}

.pp-tag {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 25px;
}

.pp-content h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 25px;
  line-height: 1.1;
}

.pp-content p {
  color: #d8dde8;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

.pp-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.pp-btn {
  text-decoration: none;
  background: var(--primary-color);
  color: #fff;
  padding: 16px 35px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.4s;
}

.pp-btn:hover {
  transform: translateY(-5px);
}

.pp-btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.pp-stats {
  margin-top: 40px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.pp-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 25px 35px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: floatCard 4s ease-in-out infinite;
}

.pp-card:nth-child(2) {
  animation-delay: 0.8s;
}

.pp-card:nth-child(3) {
  animation-delay: 1.5s;
}

.pp-card h3 {
  color: var(--white);
  font-size: 32px;
  margin-bottom: 10px;
}

.pp-card p {
  color: #fff;
  margin: 0;
}

.pp-plane {
  position: absolute;
  right: -100px;
  top: 25%;
  font-size: 130px;
  color: var(--primary-color);
  opacity: 0.12;
  animation: planeFly 18s linear infinite;
}

.pp-cloud {
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100px;
}

.cloud1 {
  width: 220px;
  height: 70px;
  top: 15%;
  left: -250px;
  animation: cloudMove 40s linear infinite;
}

.cloud2 {
  width: 180px;
  height: 60px;
  top: 40%;
  left: -200px;
  animation: cloudMove 35s linear infinite;
}

.cloud3 {
  width: 260px;
  height: 75px;
  top: 70%;
  left: -260px;
  animation: cloudMove 50s linear infinite;
}

.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 80%;
  transform: translateX(-50%);
}

.scroll-down span {
  width: 30px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 50px;
  display: block;
  position: relative;
}

.scroll-down span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  background: var(--white);
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
  border-radius: 20px;
  animation: scrollAnim 2s infinite;
}

@keyframes planeFly {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1600px);
  }
}

@keyframes cloudMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(1800px);
  }
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes scrollAnim {
  0% {
    opacity: 0;
    top: 8px;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 28px;
  }
}

.pp-collect-sec {
  padding: 120px 0;
  background: #f7f9fc;
  position: relative;
}

.pp-sec-head {
  text-align: center;
  max-width: 1000px;
  margin: auto auto 30px;
}

.pp-sec-head span {
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pp-sec-head h2 {
  font-size: 42px;
  color: #001837;
  margin: 10px 0 0px;
}

.pp-sec-head p {
  color: #666;
  line-height: 2;
}

.pp-timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.pp-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(var(--primary-color), #001837);
  transform: translateX(-50%);
}

.pp-item {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
}

.pp-item:nth-child(even) {
  flex-direction: row-reverse;
}

.pp-dot {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  box-shadow: 0 0 0 12px #fff;
}

.pp-box {
  width: 42%;
  background: #fff;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: 0.5s;
}

.pp-box:hover {
  transform: translateY(-10px);
}

.pp-box h3 {
  color: #001837;
  font-size: var(--fs-m);
  margin-bottom: 10px;
}

.pp-box p {
  color: #666;
  line-height: 2;
  margin-bottom: 0px;
}

.pp-info-note {
  margin-top: 60px;
  background: #001837;
  border-radius: 25px;
  padding: 50px;
  display: flex;
  gap: 25px;
  align-items: center;
}

.pp-note-icon {
  font-size: 60px;
  color: var(--primary-color);
}

.pp-note-content h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 30px;
}

.pp-note-content p {
  color: #d7dde8;
  line-height: 2;
}

.pp-use-sec {
  padding: 120px 0;
  background: linear-gradient(135deg, var(--primary-color), #002b58);
  background-size: cover;
  background-position: center;
  background-image: url(../images/banner/privacy-policy-bg.png);
  overflow: hidden;
  position: relative;
}

.pp-use-head {
  text-align: center;
  max-width: 900px;
  margin: auto auto 30px;
}

.pp-use-head span {
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pp-use-head h2 {
  color: #fff;
  font-size: 42px;
  margin: 15px 0 20px;
}

.pp-use-head p {
  color: #d7dde7;
  line-height: 2;
}

.flight-route-wrap {
  position: relative;
  min-height: 1000px;
}

.route-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
  background: repeating-linear-gradient(to bottom,
      var(--white) 0px,
      var(--primary-color) 25px,
      transparent 25px,
      transparent 50px);
}

.moving-plane {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: var(--white);
  font-size: 38px;
  z-index: 10;
  animation: planeRoute 18s linear infinite;
}

.route-card {
  width: 420px;
  position: absolute;
  padding: 25px;
  border-radius: 25px;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: 0.5s;
}

.route-card:hover {
  transform: translateY(-12px);
}

.route-card span {
  width: 50px;
  height: 50px;
  background: #fff;
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.route-card h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: var(--fs-m);
}

.route-card p {
  color: #d7dde7;
  line-height: 1.9;
  margin-bottom: 0px;
}

.card-one {
  top: 0;
  left: 0;
}

.card-two {
  top: 50px;
  right: 0;
}

.card-three {
  top: 320px;
  left: 0;
}

.card-four {
  top: 380px;
  right: 0;
}

.card-five {
  top: 660px;
  left: 0;
}

.card-six {
  top: 720px;
  right: 0;
}

.privacy-commitment {
  margin-top: 120px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 45px;
  display: flex;
  gap: 25px;
  align-items: center;
}

.commit-icon {
  font-size: 60px;
  color: var(--primary-color);
}

.commit-content h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 30px;
}

.commit-content p {
  color: #d7dde7;
  line-height: 2;
}

@keyframes planeRoute {
  0% {
    top: 0;
  }

  100% {
    top: 92%;
  }
}

.pp-security-sec {
  padding: 120px 0;
  background: #f5f8fc;
  overflow: hidden;
}

.pp-security-head {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  margin-bottom: 0px;
}

.pp-security-head span {
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pp-security-head h2 {
  font-size: 38px;
  color: #001837;
  margin: 10px 0 20px;
}

.pp-security-head p {
  color: #666;
  line-height: 2;
  margin-bottom: 0px;
}

.security-dashboard {
  position: relative;
  height: 700px;
  margin-bottom: 0px;
}

.security-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shield-core {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #001837;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 70px;
  position: relative;
  z-index: 5;
}

.shield-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255, 180, 0, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ring1 {
  width: 240px;
  height: 240px;
  animation: pulseRing 4s infinite;
}

.ring2 {
  width: 340px;
  height: 340px;
  animation: pulseRing 4s infinite 1s;
}

.ring3 {
  width: 440px;
  height: 440px;
  animation: pulseRing 4s infinite 2s;
}

.security-card {
  width: 280px;
  padding: 24px;
  position: absolute;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.security-card:hover {
  transform: translateY(-10px);
}

.security-card i {
  font-size: 36px;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.security-card h3 {
  color: #001837;
  margin-bottom: 10px;
  font-size: 24px;
}

.security-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 0px;
}

.sc1 {
  top: 50px;
  left: 0;
}

.sc2 {
  top: 50px;
  right: 0;
}

.sc3 {
  bottom: 50px;
  left: 0;
}

.sc4 {
  bottom: 50px;
  right: 0;
}

.security-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.stat-box {
  background: #001837;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}

.stat-box h3 {
  color: var(--primary-color);
  font-size: 44px;
  margin-bottom: 10px;
}

.stat-box p {
  color: #fff;
  margin-bottom: 0px;
}

.security-practices {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  margin-bottom: 40px;
}

.practice-left {
  background: #001837;
  padding: 35px;
  border-radius: 25px;
}

.practice-left h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
}

.practice-left p {
  color: #d7dde8;
  line-height: 2;
}

.practice-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.practice-item {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  gap: 12px;
}

.practice-item span {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.practice-item p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 0px;
}

.security-notice-box {
  background: linear-gradient(135deg, #001837, #003d80);
  padding: 30px;
  border-radius: 25px;
  display: flex;
  gap: 25px;
}

.security-notice-box i {
  color: var(--white);
  font-size: 48px;
}

.security-notice-box h3 {
  color: #fff;
  margin-bottom: 10px;
}

.security-notice-box p {
  color: #d7dde8;
  margin-bottom: 0px;
  line-height: 2;
}

@keyframes pulseRing {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.pp-rights-sec {
  padding: 120px 0;
  background: #ffffff;
}

.pp-rights-head {
  text-align: center;
  max-width: 1000px;
  margin: auto auto 30px;
}

.pp-rights-head span {
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pp-rights-head h2 {
  font-size: 40px;
  color: #001837;
  margin: 15px 0 20px;
}

.pp-rights-head p {
  color: #666;
  line-height: 2;
}

.rights-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.right-box {
  background: #f7f9fc;
  padding: 35px 25px;
  border-radius: 25px;
  text-align: center;
  transition: 0.4s;
  border: 1px solid #edf0f5;
}

.right-box:hover {
  transform: translateY(-10px);
}

.right-icon {
  width: 80px;
  height: 80px;
  margin: auto auto 20px;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.right-box h3 {
  color: #001837;
  margin-bottom: 10px;
}

.right-box p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 0px;
}

.privacy-faq {
  max-width: 1000px;
  margin: auto auto 100px;
}

.faq-head {
  text-align: center;
  margin-bottom: 50px;
}

.faq-head span {
  color: var(--primary-color);
  font-weight: 700;
}

.faq-head h2 {
  color: #001837;
  font-size: 42px;
  margin-top: 10px;
}

.faq-item {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ececec;
}

.faq-title {
  padding: 28px 35px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-title h3 {
  color: #001837;
  font-size: 20px;
}

.faq-title span {
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 700;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
  background: #f8fafc;
}

.faq-content p {
  padding: 30px;
  color: #666;
  line-height: 2;
}

.faq-item.active .faq-content {
  max-height: 300px;
}

.privacy-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 100px;
}

.contact-left {
  background: #001837;
  border-radius: 25px;
  padding: 50px;
}

.contact-left h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}

.contact-left p {
  color: #d7dde8;
  line-height: 2;
}

.contact-right {
  display: grid;
  gap: 25px;
}

.contact-info-card {
  background: #f7f9fc;
  border-radius: 20px;
  padding: 30px;
}

.contact-info-card i {
  color: var(--primary-color);
  font-size: 35px;
  margin-bottom: 15px;
}

.contact-info-card h4 {
  color: #001837;
  margin-bottom: 10px;
}

.contact-info-card p {
  color: #666;
}

.privacy-cta {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  padding: 40px 30px;
  text-align: center;
  background:
    linear-gradient(rgba(0, 24, 55, 0.7), rgba(0, 24, 55, 0.7)),
    url(../images/banner/privacy-policy-bg.png);
  background-size: cover;
  background-position: center;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
}

.cta-content span {
  color: var(--white);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-content h2 {
  color: #fff;
  font-size: 32px;
  margin: 20px 0;
  line-height: 1.3;
}

.cta-content p {
  color: #d7dde8;
  line-height: 2;
  margin-bottom: 35px;
}

.privacy-btn {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.4s;
}

.privacy-btn:hover {
  transform: translateY(-5px);
}

/* faq page css start */

/* FAQ HERO */

.faqh {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 15, 40, 0.78), rgba(0, 15, 40, 0.88)),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  padding: 160px 20px 60px;
}

.faqo {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #c5000ea1, rgba(5, 37, 75, 0.88));
}

.faqc {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.faqtg {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  font-size: 14px;
  margin-bottom: 25px;
  animation: fadeup 1s ease;
}

.faqc h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 15px;
  animation: fadeup 1.2s ease;
}

.faqc h1 span {
  color: var(--primary-color);
}

.faqc p {
  color: #d8e8f8;
  max-width: 700px;
  margin: auto;
  line-height: 1.9;
  font-size: 18px;
  animation: fadeup 1.4s ease;
}

.faqbtns {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.faqb1,
.faqb2 {
  padding: 16px 34px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: 0.4s;
}

.faqb1 {
  background: var(--primary-color);
  color: #fff;
}

.faqb1:hover {
  transform: translateY(-6px);
}

.faqb2 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  backdrop-filter: blur(10px);
}

.faqb2:hover {
  background: #fff;
  color: #001a33;
}

.faqstats {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.faqstats div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  padding: 25px;
  border-radius: 18px;
  transition: 0.4s;
}

.faqstats div:hover {
  transform: translateY(-8px);
}

.faqstats h3 {
  color: var(--white);
  font-size: 32px;
  margin-bottom: 8px;
}

.faqstats span {
  color: #fff;
}

.faqplane {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(0, 183, 255, 0.15);
  right: 8%;
  top: 20%;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25px);
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================
   FAQ SECTION 2
========================== */

.faqs2 {
  padding: 60px 5%;
  background: #f8fbff;
  position: relative;
  overflow: hidden;
}

.faqs2::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(0, 183, 255, 0.08);
  border-radius: 50%;
  top: -150px;
  right: -120px;
}

.faqs2-top {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.faq-tag {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #e9f7ff;
  color: #0095d9;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.faqs2-top h2 {
  font-size: 40px;
  color: #002b55;
  margin-bottom: 10px;
  font-weight: 800;
}

.faqs2-top h2 span {
  color: var(--primary-color);
}

.faqs2-top p {
  color: #6b7280;
  line-height: 1.8;
  font-size: 17px;
  margin-bottom: 10px;
}

/* Search */

.faq-search-box {
  max-width: 850px;
  margin: 40px auto;
  display: flex;
  background: #fff;
  border-radius: 70px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.faq-search-box input {
  flex: 1;
  border: none;
  outline: none;
  padding: 22px 30px;
  font-size: 16px;
}

.faq-search-box button {
  width: 80px;
  border: none;
  cursor: pointer;
  background: var(--primary-color);
  color: #fff;
  font-size: 20px;
  transition: 0.4s;
}

.faq-search-box button:hover {
  background: #008fd4;
}

/* Categories */

.faq-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.faq-cat-card {
  padding: 25px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: 0.45s;
  position: relative;
  overflow: hidden;
}

.faq-cat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: var(--primary-color);
  transition: 0.5s;
}

.faq-cat-card:hover::before {
  left: 0;
}

.faq-cat-card:hover {
  transform: translateY(-12px);
}

.faq-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), #0082ff);
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}

.faq-cat-card h3 {
  color: #002b55;
  margin-bottom: 12px;
  font-size: 24px;
}

.faq-cat-card p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 20px;
}

.faq-cat-card span {
  display: inline-block;
  padding: 8px 18px;
  background: #eaf8ff;
  color: #0094db;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

/* .faq-cat-card {
  opacity:0;
  transform:translateY(50px);
} */

.faq-cat-card.faq-show {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s ease;
}

/* =========================
   FAQ SECTION 3
========================= */

.faqs3 {
  padding: 60px 5%;
  background: #ffffff;
}

.faqs3-head {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}

.faqs3-head span {
  display: inline-block;
  padding: 10px 22px;
  background: #eaf8ff;
  color: #00a2e8;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.faqs3-head h2 {
  font-size: 40px;
  color: #002b55;
  margin-bottom: 10px;
  font-weight: 800;
}

.faqs3-head h2 span {
  color: var(--primary-color);
}

.faqs3-head p {
  color: #6b7280;
  line-height: 1.8;
  font-size: 17px;
}

.faq-acc-wrap {
  max-width: 1000px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #edf2f7;
}

.faq-btn {
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  padding: 20px 35px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #002b55;
}

.faq-btn i {
  color: var(--primary-color);
  transition: 0.4s;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-content p {
  padding: 0 35px 10px;
  color: #6b7280;
  line-height: 1.9;
  font-size: 16px;
}

.faq-item.active .faq-content {
  max-height: 250px;
}

.faq-item.active .faq-btn i {
  transform: rotate(45deg);
}

/* Hover */

.faq-item:hover {
  transform: translateY(-4px);
  transition: 0.3s;
}

/* ==========================
   FAQ SECTION 4
========================== */

.faqs4 {
  padding: 60px 5%;
  background: #f7fbff;
  position: relative;
}

.faqs4-head {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 70px;
}

.faqs4-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #e8f7ff;
  color: #0097de;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.faqs4-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #002b55;
  margin-bottom: 10px;
}

.faqs4-head h2 span {
  color: var(--primary-color);
}

.faqs4-head p {
  color: #6b7280;
  line-height: 1.8;
  font-size: 17px;
  margin-bottom: 10px;
}

.refund-wrap {
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.refund-line {
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--primary-color), #005bff);
}

.refund-item {
  display: flex;
  gap: 30px;
  margin-bottom: 35px;
  position: relative;
}

.refund-step {
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #006eff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 15px 30px rgba(0, 183, 255, 0.25);
}

.refund-box {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.refund-btn {
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  padding: 20px 30px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #002b55;
  font-size: 20px;
  font-weight: 700;
}

.refund-btn i {
  color: var(--primary-color);
  transition: 0.4s;
}

.refund-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.refund-content p {
  padding: 0 35px 30px;
  color: #6b7280;
  line-height: 1.9;
}

.refund-item.active {
  border: none;
}

.refund-item.active .refund-content {
  max-height: 250px;
}

.refund-item.active .refund-btn i {
  transform: rotate(45deg);
}

.refund-box:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* ==========================
   FAQ SECTION 5
========================== */

.visa-faq {
  padding: 60px 5%;
  background: linear-gradient(180deg, #ffffff, #f5fbff);
}

.visa-faq-head {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 40px;
}

.visa-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #e8f8ff;
  color: #0098de;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.visa-faq-head h2 {
  font-size: 40px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 10px;
}

.visa-faq-head h2 span {
  color: var(--primary-color);
}

.visa-faq-head p {
  color: #6b7280;
  line-height: 1.8;
  font-size: 17px;
  margin-bottom: 10px;
}

.visa-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1300px;
  margin: auto;
}

.visa-faq-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}

.visa-faq-card:hover {
  transform: translateY(-8px);
}

.visa-faq-btn {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.visa-left {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
}

.visa-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary-color), #006dff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.visa-left h3 {
  color: #002b55;
  font-size: 18px;
  line-height: 1.5;
}

.visa-plus {
  color: var(--primary-color);
  transition: 0.4s;
}

.visa-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.visa-content p {
  padding: 0 28px 28px;
  color: #6b7280;
  line-height: 1.9;
}

.visa-faq-card.active .visa-content {
  max-height: 220px;
}

.visa-faq-card.active .visa-plus {
  transform: rotate(45deg);
}

/* ==========================
   FAQ SECTION 6
========================== */

.hpfaq {
  padding: 60px 5%;
  background: #ffffff;
}

.hpfaq-hd {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 30px;
}

.hpfaq-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 40px;
  background: #eaf8ff;
  color: #0098dd;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.hpfaq-hd h2 {
  font-size: 40px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 10px;
}

.hpfaq-hd h2 span {
  color: var(--primary-color);
}

.hpfaq-hd p {
  color: #6b7280;
  line-height: 1.9;
  font-size: 17px;
  margin-bottom: 10px;
}

.hpfaq-wrap {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.hpfaq-card {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
  border: 1px solid #eef4f8;
}

.hpfaq-card:hover {
  transform: translateY(-8px);
}

.hpfaq-img {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--primary-color), #006cff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.hpfaq-body {
  flex: 1;
}

.hpfaq-btn {
  width: 100%;
  border: none;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  color: #002b55;
  font-size: 18px;
  font-weight: 700;
}

.hpfaq-btn i {
  color: var(--primary-color);
  transition: 0.4s;
}

.hpfaq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.hpfaq-content p {
  padding-top: 10px;
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 0px;
}

.hpfaq-card.active .hpfaq-content {
  max-height: 220px;
}

.hpfaq-card.active .hpfaq-btn i {
  transform: rotate(45deg);
}

/* ==========================
   FAQ SECTION 7
========================== */

.insfaq {
  padding: 60px 5%;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
  position: relative;
  overflow: hidden;
}

.insfaq::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(0, 183, 255, 0.08);
  border-radius: 50%;
  top: -180px;
  right: -120px;
}

.insfaq-head {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.insfaq-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 40px;
  background: #e9f8ff;
  color: #0098dd;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.insfaq-head h2 {
  font-size: 40px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 10px;
}

.insfaq-head h2 span {
  color: var(--primary-color);
}

.insfaq-head p {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 10px;
}

.insfaq-grid {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.insfaq-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}

.insfaq-card:hover {
  transform: translateY(-10px);
}

.insfaq-icon {
  width: 65px;
  height: 65px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--primary-color), #005dff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

.insfaq-btn {
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
  color: #002b55;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.insfaq-btn i {
  color: var(--primary-color);
  transition: 0.4s;
}

.insfaq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.insfaq-content p {
  padding-top: 10px;
  margin-bottom: 0px;
  color: #6b7280;
  line-height: 1.9;
}

.insfaq-card.active .insfaq-content {
  max-height: 220px;
}

.insfaq-card.active .insfaq-btn i {
  transform: rotate(45deg);
}

/* ==========================
   FAQ SECTION 8
========================== */

.bagfaq {
  padding: 20px 5% 60px;
  background: #ffffff;
}

.bagfaq-head {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 30px;
}

.bagfaq-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #eaf8ff;
  color: #0098de;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.bagfaq-head h2 {
  font-size: 40px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 10px;
}

.bagfaq-head h2 span {
  color: var(--primary-color);
}

.bagfaq-head p {
  color: #6b7280;
  line-height: 1.9;
  font-size: 17px;
  margin-bottom: 10px;
}

.bagfaq-grid {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bagfaq-card {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #edf4f8;
  transition: 0.4s;
}

.bagfaq-card:hover {
  transform: translateY(-10px);
}

.bagfaq-top {
  display: flex;
  flex-direction: column;
}

.bagfaq-icon {
  width: 65px;
  height: 65px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary-color), #0065ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

.bagfaq-btn {
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #002b55;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.bagfaq-btn i {
  color: var(--primary-color);
  transition: 0.4s;
}

.bagfaq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.bagfaq-content p {
  padding-top: 10px;
  margin-bottom: 0px;
  color: #6b7280;
  line-height: 1.9;
}

.bagfaq-card.active .bagfaq-content {
  max-height: 220px;
}

.bagfaq-card.active .bagfaq-btn i {
  transform: rotate(45deg);
}

/* ==========================
   FAQ SECTION 9
========================== */

.corfaq {
  padding: 60px 5%;
  background: #f7fbff;
}

.corfaq-head {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.corfaq-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #eaf8ff;
  color: #0097de;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.corfaq-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #002b55;
  margin-bottom: 10px;
}

.corfaq-head h2 span {
  color: var(--primary-color);
}

.corfaq-head p {
  color: #6b7280;
  line-height: 1.9;
  font-size: 17px;
  margin-bottom: 10px;
}

.corfaq-wrap {
  max-width: 1200px;
  margin: auto;
}

.corfaq-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}

.corfaq-card:hover {
  transform: translateY(-8px);
}

.corfaq-icon {
  width: 65px;
  height: 65px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.corfaq-right {
  flex: 1;
}

.corfaq-btn {
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #002b55;
  font-size: 20px;
  font-weight: 700;
}

.corfaq-btn i {
  color: var(--primary-color);
  transition: 0.4s;
}

.corfaq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.corfaq-content p {
  padding-top: 18px;
  color: #6b7280;
  margin-bottom: 0px;
  line-height: 1.9;
}

.corfaq-card.active .corfaq-content {
  max-height: 220px;
}

.corfaq-card.active .corfaq-btn i {
  transform: rotate(45deg);
}

/* ==========================
   FAQ SECTION 10
========================== */

.faqcta {
  position: relative;
  padding: 60px 5%;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 20, 50, 0.88), #b11226a1),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

.faqcta-wrap {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: auto;
}

.faqcta-head {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.faqcta-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.faqcta-head h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.faqcta-head h2 span {
  color: var(--primary-color);
}

.faqcta-head p {
  color: #d6e4f0;
  line-height: 1.9;
  font-size: 17px;
  margin-bottom: 10px;
}

.faqcta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.faqcta-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 25px;
  text-align: center;
  transition: 0.4s;
}

.faqcta-card:hover {
  transform: translateY(-10px);
}

.faqcta-icon {
  width: 65px;
  height: 65px;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.faqcta-card h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.faqcta-card p {
  color: #d6e4f0;
  line-height: 1.8;
  margin-bottom: 10px;
}

.faqcta-card a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.faqcta-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.faqstat {
  text-align: center;
}

.faqstat h3 {
  font-size: 48px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.faqstat span {
  color: #fff;
}

.faqcta-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.faqcta-primary,
.faqcta-secondary {
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
}

.faqcta-primary {
  background: var(--primary-color);
  color: #fff;
}

.faqcta-primary:hover {
  transform: translateY(-5px);
}

.faqcta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.faqcta-secondary:hover {
  background: #fff;
  color: #002b55;
}

/* blog page css */

/* ==========================
   BLOG HERO SECTION
========================== */

.bloghero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #02162d, #003f73, #005ea6);
  padding: 160px 5% 80px;
}

.bloghero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right,
      var(--primary-color),
      transparent 100%);
}

.bloghero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.bloghero-content h1 {
  font-size: 48px;
  line-height: normal;
  color: #fff;
  font-weight: 800;
  margin: 20px 0;
}

.bloghero-content h1 span {
  color: var(--white);
  font-size: 18px;
}

.bloghero-tag {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 14px;
}

.bloghero-content p {
  color: #d8e6f2;
  font-size: 18px;
  line-height: 1.9;
  max-width: 650px;
}

.bloghero-btns {
  display: flex;
  gap: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.blog-btn-primary,
.blog-btn-secondary {
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.4s;
}

.blog-btn-primary {
  background: var(--primary-color);
  color: #fff;
}

.blog-btn-primary:hover {
  transform: translateY(-6px);
}

.blog-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.blog-btn-secondary:hover {
  background: #fff;
  color: #002b55;
}

.bloghero-stats {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.blogstat h3 {
  color: var(--primary-color);
  font-size: 34px;
  color: var(--white);
}

.blogstat span {
  color: #fff;
  font-size: 14px;
}

/* IMAGE AREA */

.bloghero-image {
  position: relative;
}

.blogimg-card {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.blogimg-card img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.main-card {
  height: 600px;
}

.small-card {
  width: 260px;
  height: 220px;
  position: absolute;
  left: -60px;
  bottom: 40px;
  border: 8px solid #fff;
}

.floating-badge {
  position: absolute;
  right: -20px;
  top: 40px;
  background: #fff;
  padding: 15px 24px;
  border-radius: 50px;
  color: #003f73;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.blogshape1,
.blogshape2 {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.blogshape1 {
  width: 300px;
  height: 300px;
  top: -120px;
  right: -120px;
}

.blogshape2 {
  width: 220px;
  height: 220px;
  bottom: -80px;
  left: -80px;
}

/* ==========================
   BLOG SECTION 2
========================== */

.featblog {
  padding: 60px 5%;
  background: #ffffff;
}

.featblog-head {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 30px;
}

.featblog-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #eaf8ff;
  color: #0097de;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.featblog-head h2 {
  font-size: 48px;
  font-weight: 800;
  color: #002b55;
  margin-bottom: 15px;
}

.featblog-head h2 span {
  color: var(--primary-color);
}

.featblog-head p {
  color: #6b7280;
  line-height: 1.9;
  font-size: 17px;
}

.featblog-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.featblog-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.featblog-img img {
  width: 100%;
  display: block;
  height: 580px;
  object-fit: cover;
  transition: 0.6s;
}

.featblog-img:hover img {
  transform: scale(1.05);
}

.featblog-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  background: var(--primary-color);
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feat-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.feat-meta span {
  color: #6b7280;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.feat-meta i {
  color: var(--primary-color);
}

.featblog-content h3 {
  font-size: 28px;
  color: #002b55;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 800;
}

.featblog-content p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 20px;
  font-size: 16px;
}

.featblog-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

.author-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.featblog-author h4 {
  color: #002b55;
  margin-bottom: 5px;
}

.featblog-author span {
  color: #6b7280;
  font-size: 14px;
}

.featblog-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: var(--primary-color);
  color: #fff;
  padding: 16px 30px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.4s;
}

.featblog-btn:hover {
  transform: translateY(-5px);
}

/* ==========================
   BLOG SECTION 3
========================== */

.newssec {
  padding: 60px 5%;
  background: #f7fbff;
}

.news-head {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.news-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #eaf8ff;
  color: #0098de;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.news-head h2 {
  font-size: 42px;
  font-weight: 800;
  color: #002b55;
  margin-bottom: 10px;
}

.news-head h2 span {
  color: var(--primary-color);
}

.news-head p {
  color: #6b7280;
  line-height: 1.9;
  font-size: 17px;
  margin-bottom: 0px;
}

.news-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.news-btn {
  border: none;
  padding: 12px 22px;
  border-radius: 50px;
  cursor: pointer;
  background: #fff;
  color: #002b55;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.news-btn.active,
.news-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.news-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}

.news-card:hover {
  transform: translateY(-10px);
}

.news-img {
  position: relative;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.6s;
}

.news-card:hover .news-img img {
  transform: scale(1.08);
}

.news-img span {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--primary-color);
  color: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.news-body {
  padding: 25px;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.news-meta span {
  color: #6b7280;
  font-size: 13px;
}

.news-meta i {
  color: var(--primary-color);
}

.news-body h3 {
  color: #002b55;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

.news-body p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 20px;
}

.news-body a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 700;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
}

/* ==========================
   BLOG SECTION 4
========================== */

.destshow {
  padding: 60px 5%;
  background: #ffffff;
}

.destshow-head {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.destshow-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #eaf8ff;
  color: #0098de;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.destshow-head h2 {
  font-size: 40px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 15px;
}

.destshow-head h2 span {
  color: var(--primary-color);
}

.destshow-head p {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 0px;
}

.destshow-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.destcard {
  position: relative;
  height: 550px;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
}

.destcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}

.destcard:hover img {
  transform: scale(1.12);
}

.destcard-overlay {
  position: absolute;
  inset: 0;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(transparent, rgba(0, 20, 50, 0.9));
}

.dest-country {
  display: inline-block;
  width: max-content;
  padding: 8px 15px;
  border-radius: 30px;
  background: var(--primary-color);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.destcard-overlay h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 12px;
}

.destcard-overlay p {
  color: #dce8f3;
  line-height: 1.8;
  margin-bottom: 20px;
}

.destcard-overlay a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* ==========================
   BLOG SECTION 5
========================== */

.tipsblog {
  padding: 60px 5%;
  background: #f8fbff;
}

.tips-head {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 30px;
}

.tips-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #eaf8ff;
  color: #0098de;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.tips-head h2 {
  font-size: 40px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 15px;
}

.tips-head h2 span {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.tips-head p {
  color: #6b7280;
  line-height: 1.9;
  font-size: 17px;
}

.tips-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.tips-card {
  background: #fff;
  border-radius: 28px;
  padding: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  border: 1px solid #edf3f8;
}

.tips-card:hover {
  transform: translateY(-12px);
}

.tips-card.large {
  grid-row: span 2;
}

.tips-card.wide {
  grid-column: span 2;
}

.tips-icon {
  width: 80px;
  height: 80px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 25px;
}

.tips-card h3 {
  color: #002b55;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.tips-card p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 25px;
}

.tips-card a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 700;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

/* ==========================
   BLOG SECTION 6
========================== */

.vlogsec {
  padding: 60px 5%;
  background: #ffffff;
}

.vlog-head {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.vlog-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #eaf8ff;
  color: #0098de;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.vlog-head h2 {
  font-size: 40px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 10px;
}

.vlog-head h2 span {
  color: var(--primary-color);
}

.vlog-head p {
  color: #6b7280;
  line-height: 1.9;
  font-size: 17px;
}

.vlog-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vlog-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}

.vlog-card:hover {
  transform: translateY(-10px);
}

.vlog-thumb {
  position: relative;
  overflow: hidden;
}

.vlog-thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.6s;
}

.vlog-card:hover img {
  transform: scale(1.1);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 22px;
  cursor: pointer;
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.vlog-time {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #002b55;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
}

.vlog-content {
  padding: 25px;
}

.vlog-cat {
  display: inline-block;
  background: #eaf8ff;
  color: #00a0e9;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 12px;
  margin-bottom: 15px;
}

.vlog-content h3 {
  color: #002b55;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.vlog-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.vlog-meta span {
  color: #6b7280;
  font-size: 13px;
}

/* ==========================
   BLOG SECTION 7
========================== */

.blogcat {
  padding: 60px 5%;
  background: #f7fbff;
  /* background: linear-gradient(90deg, #f81713a5, rgba(5, 38, 76, 0.86)); */
}

.blogcat-head {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.blogcat-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #eaf8ff;
  color: #00a0e9;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.blogcat-head h2 {
  font-size: 40px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 10px;
}

.blogcat-head h2 span {
  color: var(--primary-color);
}

.blogcat-head p {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.9;
}

.blogcat-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blogcat-card {
  background: #fff;
  border-radius: 28px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #edf4f9;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.blogcat-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, var(--primary-color), #005eff);
}

.blogcat-card:hover {
  transform: translateY(-12px);
}

.blogcat-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.blogcat-card h3 {
  color: #002b55;
  font-size: 24px;
  margin-bottom: 15px;
}

.blogcat-card p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 15px;
}

.blogcat-count {
  color: var(--primary-color);
  font-weight: 800;
  font-size: 22px;
}

/* ==========================
   BLOG SECTION 9
========================== */

.trendtags {
  padding: 60px 5%;
  background: #f8fbff;
}

.trendtags-head {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}

.trendtags-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #eaf8ff;
  color: #00a2eb;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.trendtags-head h2 {
  font-size: 48px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 15px;
}

.trendtags-head h2 span {
  color: var(--primary-color);
}

.trendtags-head p {
  color: #6b7280;
  line-height: 1.9;
  font-size: 17px;
}

.trendtags-wrap {
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.tag-item {
  padding: 14px 24px;
  background: #fff;
  border-radius: 50px;
  text-decoration: none;
  color: #002b55;
  font-weight: 600;
  border: 1px solid #e8eef4;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.tag-item.large {
  padding: 18px 32px;
  font-size: 18px;
}

.tag-item:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-6px);
}

.trendstats {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.trendbox {
  background: #fff;
  padding: 35px;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.trendbox h3 {
  color: var(--primary-color);
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 800;
}

.trendbox span {
  color: #6b7280;
}

/* ==========================
   BLOG SECTION 8
========================== */

.blognews {
  position: relative;
  padding: 60px 5%;
  overflow: hidden;
  background: linear-gradient(135deg,
      var(--primary-color),
      #003f73,
      var(--primary-color));
}

.blognews-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.blognews-tag {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.blognews-left h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
}

.blognews-left h2 span {
  color: var(--primary-color);
}

.blognews-left p {
  color: #d7e6f2;
  line-height: 1.9;
  font-size: 17px;
  margin-bottom: 30px;
}

.blognews-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.news-feature {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.news-feature i {
  color: var(--primary-color);
}

.subscribe-box {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 30px;
}

.subscribe-box h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}

.subscribe-box p {
  color: #d7e6f2;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group input {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 15px;
  padding: 0 20px;
  font-size: 15px;
}

.subscribe-box button {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 15px;
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.4s;
}

.subscribe-box button:hover {
  transform: translateY(-4px);
}

.blognews-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.shape-one {
  width: 300px;
  height: 300px;
  top: -120px;
  right: -80px;
}

.shape-two {
  width: 220px;
  height: 220px;
  left: -80px;
  bottom: -80px;
}

/* ==========================
   BLOG SECTION 10
========================== */

.blogcta {
  position: relative;
  padding: 120px 5%;
  overflow: hidden;
  background: linear-gradient(135deg, #001a35, #003f73, #006ab8);
}

.blogcta-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right,
      rgba(255, 255, 255, 0.08),
      transparent 40%);
}

.blogcta-wrap {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.blogcta-tag {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
}

.blogcta-content h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.blogcta-content h2 span {
  color: var(--primary-color);
}

.blogcta-content p {
  max-width: 850px;
  margin: auto;
  color: #d8e5f2;
  line-height: 1.9;
  font-size: 18px;
}

.blogcta-stats {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.cta-stat {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  padding: 35px;
}

.cta-stat h3 {
  font-size: 48px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.cta-stat span {
  color: #fff;
}

.blogcta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.blogcta-primary,
.blogcta-secondary {
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
  display: flex;
  align-items: center;
  gap: 12px;
}

.blogcta-primary {
  background: var(--primary-color);
  color: #fff;
}

.blogcta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.blogcta-primary:hover,
.blogcta-secondary:hover {
  transform: translateY(-5px);
}

.blogcta-contact {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-item {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.contact-item i {
  color: var(--primary-color);
}

/* destination page css */

/* ==========================
   DESTINATION HERO
========================== */

.dhero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 160px 5% 60px;
  background: linear-gradient(135deg,
      var(--primary-color),
      #003f73,
      var(--secondary-color));
}

.dhero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right,
      rgba(255, 255, 255, 0.08),
      transparent 40%);
}

.dhero-wrap {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.dhero-tag {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  margin-bottom: 20px;
}

.dhero-content h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 25px;
}

.dhero-content h1 span {
  color: var(--primary-color);
}

.dhero-content p {
  color: #dce8f3;
  line-height: 1.9;
  font-size: 18px;
  max-width: 650px;
}

.dhero-btns {
  display: flex;
  gap: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.dhero-btn1,
.dhero-btn2 {
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.4s;
}

.dhero-btn1 {
  background: var(--primary-color);
  color: #fff;
}

.dhero-btn2 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.dhero-btn1:hover,
.dhero-btn2:hover {
  transform: translateY(-5px);
}

.dhero-stats {
  display: flex;
  gap: 45px;
  margin-top: 55px;
  flex-wrap: wrap;
}

.dstat h3 {
  color: var(--white);
  font-size: 36px;
  margin-bottom: 8px;
}

.dstat span {
  color: #fff;
}

.dhero-main {
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.dhero-main img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.dhero-image {
  position: relative;
}

.dhero-card {
  position: absolute;
  bottom: 40px;
  left: -40px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.dhero-card i {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dhero-card h4 {
  color: #002b55;
}

.dhero-card span {
  color: #6b7280;
}

.dhero-cloud {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.cloud1 {
  width: 300px;
  height: 300px;
  right: -100px;
  top: -100px;
}

.cloud2 {
  width: 220px;
  height: 220px;
  left: -70px;
  bottom: -70px;
}

/* ==========================
   DESTINATION SECTION 2
========================== */

.popdest {
  padding: 60px 5%;
  background: #f8fbff;
}

.popdest-head {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.popdest-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #eaf8ff;
  color: #00a2eb;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.popdest-head h2 {
  font-size: 48px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 15px;
}

.popdest-head h2 span {
  color: var(--primary-color);
}

.popdest-head p {
  color: #6b7280;
  line-height: 1.9;
  font-size: 17px;
}

.popdest-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.popcard {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
}

.popcard:hover {
  transform: translateY(-12px);
}

.popcard img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.6s;
}

.popcard:hover img {
  transform: scale(1.08);
}

.popcard-content {
  padding: 28px;
}

.popcard-content span {
  display: inline-block;
  background: #eaf8ff;
  color: #00a2eb;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

.popcard-content h3 {
  color: #002b55;
  font-size: 28px;
  margin-bottom: 12px;
}

.popcard-content p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 15px;
}

.popcard-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popcard-bottom strong {
  color: var(--primary-color);
  font-size: 18px;
}

.popcard-bottom a {
  text-decoration: none;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

/* ==========================
   DESTINATION SECTION 3
========================== */

.asia-sec {
  padding: 60px 5%;
  background: #ffffff;
}

.asia-head {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.asia-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #eaf8ff;
  color: #00a2eb;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.asia-head h2 {
  font-size: 48px;
  color: #002b55;
  margin-bottom: 15px;
  font-weight: 800;
}

.asia-head h2 span {
  color: var(--primary-color);
}

.asia-head p {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.9;
}

.asia-wrap {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.asia-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
}

.asia-card.reverse .asia-img {
  order: 2;
}

.asia-card.reverse .asia-content {
  order: 1;
}

.asia-img {
  overflow: hidden;
  height: 100%;
}

.asia-img img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  transition: 0.8s;
}

.asia-card:hover img {
  transform: scale(1.08);
}

.asia-content {
  padding: 40px;
}

.asia-country {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  background: #eaf8ff;
  color: #00a2eb;
  margin-bottom: 20px;
  font-size: 13px;
}

.asia-content h3 {
  font-size: 42px;
  color: #002b55;
  margin-bottom: 15px;
}

.asia-content p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 30px;
}

.asia-info {
  display: flex;
  gap: 50px;
  margin-bottom: 30px;
}

.asia-info strong {
  display: block;
  color: var(--primary-color);
  font-size: 22px;
}

.asia-info span {
  color: #6b7280;
  font-size: 14px;
}

.asia-content a {
  display: inline-block;
  padding: 15px 30px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.4s;
}

.asia-content a:hover {
  transform: translateY(-5px);
}

/* ==========================
   DESTINATION SECTION 4
========================== */

.eu-sec {
  padding: 60px 5%;
  background: #f7fbff;
}

.eu-head {
  text-align: center;
  max-width: 950px;
  margin: auto;
  margin-bottom: 40px;
}

.eu-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #eaf8ff;
  color: #00a2eb;
  border-radius: 50px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
}

.eu-head h2 {
  font-size: 48px;
  color: #002b55;
  margin-bottom: 15px;
  font-weight: 800;
}

.eu-head h2 span {
  color: var(--primary-color);
}

.eu-head p {
  color: #6b7280;
  line-height: 1.9;
}

.eu-wrap {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.eu-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.eu-card.reverse .eu-img {
  order: 2;
}

.eu-card.reverse .eu-content {
  order: 1;
}

.eu-img {
  position: relative;
  overflow: hidden;
}

.eu-img img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  transition: 0.8s;
}

.eu-card:hover .eu-img img {
  transform: scale(1.08);
}

.eu-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.eu-badge strong {
  display: block;
  color: var(--primary-color);
  font-size: 22px;
}

.eu-badge span {
  color: #6b7280;
  font-size: 13px;
}

.eu-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eu-country {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  background: #eaf8ff;
  color: #00a2eb;
  margin-bottom: 18px;
  width: max-content;
}

.eu-content h3 {
  font-size: 42px;
  color: #002b55;
  margin-bottom: 15px;
}

.eu-content p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 30px;
}

.eu-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 35px;
}

.eu-features div {
  background: #f5f9fc;
  padding: 12px 15px;
  border-radius: 12px;
  color: #002b55;
  font-weight: 600;
}

.eu-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.eu-bottom strong {
  color: var(--primary-color);
  font-size: 24px;
}

.eu-bottom a {
  text-decoration: none;
  background: var(--primary-color);
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
}

/* ==========================
   DESTINATION SECTION 5
========================== */

.me-sec {
  position: relative;
  padding: 60px 5%;
  overflow: hidden;
  background: linear-gradient(135deg,
      var(--primary-color),
      #003f73,
      var(--secondary-color));
}

.me-head {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.me-tag {
  display: inline-block;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 50px;
  margin-bottom: 18px;
}

.me-head h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 800;
}

.me-head h2 span {
  color: var(--white);
}

.me-head p {
  color: #d8e7f5;
  line-height: 1.9;
  font-size: 17px;
}

.me-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

.me-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  overflow: hidden;
  transition: 0.4s;
}

.me-card:hover {
  transform: translateY(-12px);
}

.me-image {
  overflow: hidden;
}

.me-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.8s;
}

.me-card:hover img {
  transform: scale(1.08);
}

.me-content {
  padding: 25px;
}

.me-country {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  margin-bottom: 15px;
}

.me-content h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.me-content p {
  color: #d7e6f2;
  line-height: 1.8;
  margin-bottom: 25px;
}

.me-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.me-stats strong {
  display: block;
  color: var(--white);
  font-size: 20px;
}

.me-stats span {
  color: #c8d7e5;
  font-size: 13px;
}

.me-content a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: var(--primary-color);
  color: #fff;
  padding: 14px;
  border-radius: 50px;
  font-weight: 700;
}

.me-bg-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.me-circle1 {
  width: 350px;
  height: 350px;
  top: -120px;
  right: -120px;
}

.me-circle2 {
  width: 250px;
  height: 250px;
  left: -100px;
  bottom: -80px;
}

/* ==========================
   DESTINATION SECTION 6
========================== */

.beach-sec {
  padding: 60px 5%;
  background: #f8fbff;
}

.beach-head {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.beach-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #eaf8ff;
  color: #00a8ef;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.beach-head h2 {
  font-size: 48px;
  color: #002b55;
  font-weight: 800;
  margin-bottom: 15px;
}

.beach-head h2 span {
  color: var(--primary-color);
}

.beach-head p {
  color: #6b7280;
  line-height: 1.9;
  font-size: 17px;
}

.beach-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.beach-card {
  position: relative;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.5s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.beach-card:hover {
  transform: translateY(-15px);
}

.featured {
  transform: scale(1.04);
}

.featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  background: var(--primary-color);
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}

.beach-img {
  position: relative;
  overflow: hidden;
}

.beach-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.8s;
}

.beach-card:hover img {
  transform: scale(1.08);
}

.beach-rating {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #00a8ef;
}

.beach-content {
  padding: 25px;
}

.beach-country {
  display: inline-block;
  padding: 8px 16px;
  background: #eaf8ff;
  color: #00a8ef;
  border-radius: 30px;
  margin-bottom: 15px;
  font-size: 13px;
}

.beach-content h3 {
  font-size: 24px;
  color: #002b55;
  margin-bottom: 15px;
}

.beach-content p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 25px;
}

.beach-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.beach-info strong {
  display: block;
  color: var(--primary-color);
  font-size: 20px;
}

.beach-info span {
  color: #6b7280;
  font-size: 13px;
}

.beach-content a {
  display: block;
  text-align: center;
  padding: 15px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
}

/* ==========================
   DESTINATION SECTION 7
========================== */

.adv-sec {
  padding: 60px 5%;
  background: #ffffff;
}

.adv-head {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.adv-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #eaf8ff;
  color: #00a2eb;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.adv-head h2 {
  font-size: 48px;
  color: #002b55;
  margin-bottom: 15px;
  font-weight: 800;
}

.adv-head h2 span {
  color: var(--primary-color);
}

.adv-head p {
  color: #6b7280;
  line-height: 1.9;
}

.adv-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.adv-main {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
}

.adv-main img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.adv-floating {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #fff;
  padding: 22px 28px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.adv-floating h4 {
  color: var(--primary-color);
  font-size: 30px;
  margin-bottom: 5px;
}

.adv-floating span {
  color: #6b7280;
}

.adv-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.adv-card {
  background: #f8fbff;
  border-radius: 25px;
  padding: 25px;
  display: flex;
  gap: 20px;
  transition: 0.4s;
}

.adv-card:hover {
  transform: translateX(10px);
}

.adv-icon {
  width: 75px;
  height: 75px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary-color), #006aff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.adv-content h3 {
  color: #002b55;
  margin-bottom: 10px;
  font-size: 22px;
}

.adv-content p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0px;
}

.adv-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px;
}

.adv-stat {
  background: #002b55;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}

.adv-stat h4 {
  color: var(--white);
  font-size: 32px;
  margin-bottom: 8px;
}

.adv-stat span {
  color: #fff;
  font-size: 14px;
}

/* ==========================
   DESTINATION SECTION 8
========================== */

.pkg-sec {
  padding: 50px 5%;
  background: linear-gradient(135deg, #f8fbff, #eef7ff);
}

.pkg-head {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
}

.pkg-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #eaf8ff;
  color: #00a2eb;
  border-radius: 50px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
}

.pkg-head h2 {
  font-size: 50px;
  color: #002b55;
  margin-bottom: 15px;
  font-weight: 800;
}

.pkg-head h2 span {
  color: var(--primary-color);
}

.pkg-head p {
  color: #6b7280;
  line-height: 1.9;
}

.pkg-grid {
  max-width: 1400px;
  margin: auto 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  align-items: center;
}

.pkg-card {
  background: #fff;
  border-radius: 35px;
  padding: 40px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  position: relative;
}

.pkg-card:hover {
  transform: translateY(-12px);
}

.featured-pkg {
  background: linear-gradient(135deg, #002b55, #0058a3);
  transform: scale(1.05);
}

.pkg-badge {
  position: absolute;
  top: 10px;
  right: 20px;
  background: var(--primary-color);
  color: #fff;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}

.pkg-top {
  margin-bottom: 20px;
  margin-top: 35px;
}

.pkg-top h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #002b55;
}

.featured-pkg .pkg-top h3 {
  color: var(--primary-color);
}

.pkg-price {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 800;
}

.pkg-price span {
  display: block;
  font-size: 14px;
  color: #6b7280;
}

.featured-pkg .pkg-price span {
  color: #6b7280;
}

.pkg-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.pkg-card ul li {
  padding: 8px 0;
  color: #6b7280;
  border-bottom: 1px solid #eef2f7;
}

.featured-pkg ul li {
  color: #6b7280;
  border-bottom: 1px solid #eef2f7;
}

.pkg-card ul li i {
  color: var(--primary-color);
  margin-right: 10px;
}

.pkg-card a {
  display: block;
  text-align: center;
  padding: 10px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 20px;
}

.featured-pkg a {
  background: var(--primary-color);
  color: #fff;
}

/* ==========================
   DESTINATION SECTION 9
========================== */

.plan-sec {
  padding: 50px 5%;
  background: #ffffff;
}

.plan-head {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.plan-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #eaf8ff;
  color: #00a2eb;
  border-radius: 50px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
}

.plan-head h2 {
  font-size: 52px;
  color: #002b55;
  margin-bottom: 15px;
  font-weight: 800;
}

.plan-head h2 span {
  color: var(--primary-color);
}

.plan-head p {
  color: #6b7280;
  line-height: 1.9;
}

.plan-timeline {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.plan-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-color), #004f9f);
  transform: translateX(-50%);
}

.plan-step {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.plan-step:nth-child(odd) {
  flex-direction: row-reverse;
}

.plan-content {
  width: 45%;
  background: #f8fbff;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  border: 1px solid #ddd;
}

.plan-content:hover {
  transform: translateY(-8px);
}

.plan-content span {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 14px;
}

.plan-content h3 {
  color: #002b55;
  margin: 8px 0;
  font-size: 28px;
}

.plan-content p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0px;
}

.plan-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #005cb8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 191, 255, 0.25);
}

.plan-bottom {
  margin-top: 40px;
}

.plan-box {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  background: linear-gradient(135deg, var(--primary-color), #005cb8);
  padding: 40px;
  border-radius: 35px;
}

.plan-box h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}

.plan-box p {
  color: #d7e7f5;
  max-width: 950px;
  margin: auto;
  line-height: 1.9;
}

.plan-box a {
  display: inline-block;
  margin-top: 20px;
  padding: 16px 35px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
}

/* ==========================
   DESTINATION SECTION 10
========================== */

.gcta-sec {
  position: relative;
  overflow: hidden;
  padding: 60px 5%;
  background: linear-gradient(135deg,
      var(--primary-color),
      #003f73,
      var(--secondary-color));
}

.gcta-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center,
      rgba(255, 255, 255, 0.08),
      transparent 60%);
}

.gcta-world {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 420px;
  color: rgba(255, 255, 255, 0.04);
  animation: gctaRotate 40s linear infinite;
}

@keyframes gctaRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.gcta-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.gcta-tag {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
}

.gcta-container h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.gcta-container h2 span {
  color: white;
}

.gcta-container p {
  max-width: 850px;
  margin: auto;
  color: #dce8f4;
  line-height: 1.9;
  font-size: 18px;
}

.gcta-stats {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.gcta-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 25px;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gcta-box h3 {
  color: var(--white);
  font-size: 48px;
  margin-bottom: 10px;
}

.gcta-box span {
  color: #fff;
}

.gcta-btns {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.gcta-btn1,
.gcta-btn2 {
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
}

.gcta-btn1 {
  background: var(--primary-color);
  color: #fff;
}

.gcta-btn2 {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.gcta-btn1:hover,
.gcta-btn2:hover {
  transform: translateY(-5px);
}

.gcta-contact {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.gcontact-item {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.gcontact-item i {
  color: var(--primary-color);
}

/* members plan */

/*==========================
MEMBERSHIP HERO
==========================*/

.mhero {
  position: relative;
  overflow: hidden;
  padding: 160px 5% 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;

  background: linear-gradient(135deg, var(--primary-color), #003b73, #006dc7);
}

.mwrap {
  max-width: 1400px;
  margin: auto;
  width: 100%;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;

  position: relative;
  z-index: 2;
}

.mtag {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 22px;

  background: rgba(255, 255, 255, 0.12);

  border-radius: 40px;

  color: #fff;

  margin-bottom: 25px;

  backdrop-filter: blur(10px);
}

.mtag i {
  color: var(--primary-color);
}

.mleft h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 800;
}

.mleft h1 span {
  color: var(--primary-color);
}

.mleft p {
  color: #d8e6f5;
  font-size: 18px;
  line-height: 1.9;
  max-width: 650px;
}

.mbtns {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.mbtn1,
.mbtn2 {
  padding: 18px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
}

.mbtn1 {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mbtn2 {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.mbtn1:hover,
.mbtn2:hover {
  transform: translateY(-6px);
}

.mstats {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.msbox {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(10px);

  border-radius: 20px;

  padding: 25px;

  min-width: 170px;
}

.msbox h3 {
  color: var(--primary-color);
  font-size: 36px;
}

.msbox span {
  color: #fff;
  font-size: 14px;
}

.mright {
  position: relative;
}

.mcard {
  background: linear-gradient(135deg, #0b2144, #0e5ea7);

  border-radius: 35px;

  padding: 40px;

  color: #fff;

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);

  animation: cardFloat 5s ease-in-out infinite;
  height: 100%;
}

@keyframes cardFloat {
  50% {
    transform: translateY(-15px);
  }
}

.mcard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mcard-top small {
  color: #d7e7f5;
  font-size: 18px;
}

.mcard-top h2 {
  margin-top: 8px;
  color: white;
}

.mcard-top i {
  font-size: 40px;
  color: var(--white);
}

.mnumber {
  margin: 70px 0 40px;
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 600;
}

.muser {
  display: flex;
  justify-content: space-between;
}

.muser small {
  color: #cbdced;
}

.mfloat {
  position: absolute;

  display: flex;
  gap: 15px;
  align-items: center;

  background: #fff;

  border-radius: 18px;

  padding: 18px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.mfloat i {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #002b55;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.mfloat strong {
  display: block;
  color: #002b55;
}

.mfloat span {
  color: #6b7280;
  font-size: 13px;
}

.one {
  left: -60px;
  top: 70px;
}

.two {
  right: -40px;
  bottom: 50px;
}

.mblur {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}

.b1 {
  width: 280px;
  height: 280px;
  background: #00c8ff33;

  left: -100px;
  top: -100px;
}

.b2 {
  width: 350px;
  height: 350px;
  background: var(--primary-color) 22;

  right: -120px;
  bottom: -120px;
}

/*==========================
MEMBERSHIP BENEFITS
==========================*/

.mbf-sec {
  padding: 60px 5%;
  background: #f7fbff;
}

.mbf-top {
  max-width: 1050px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.mbf-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px;
  background: #e8f5ff;
  color: var(--primary-color);
  font-weight: 600;
}

.mbf-tag i {
  color: var(--primary-color);
}

.mbf-top h2 {
  margin: 20px 0;
  font-size: 48px;
  color: #002b55;
  font-weight: 800;
}

.mbf-top h2 span {
  color: var(--primary-color);
}

.mbf-top p {
  color: #667789;
  line-height: 1.9;
  font-size: 17px;
}

.mbf-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mbf-card {
  background: #fff;
  padding: 30px;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: 0.45s;
  position: relative;
  overflow: hidden;
}

.mbf-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg,
      var(--primary-color),
      var(--primary-color));
  transform: scaleX(0);
  transition: 0.4s;
}

.mbf-card:hover::before {
  transform: scaleX(1);
}

.mbf-card:hover {
  transform: translateY(-12px);
}

.mbf-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--primary-color), #00bfff);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
  transition: 0.4s;
}

.mbf-card:hover .mbf-icon {
  transform: rotate(-8deg) scale(1.08);
  background: linear-gradient(135deg, var(--primary-color), #ff9b05);
}

.mbf-card h3 {
  color: #002b55;
  font-size: 26px;
  margin-bottom: 15px;
}

.mbf-card p {
  color: #667789;
  line-height: 1.8;
}

/*==========================
MEMBERSHIP PLANS
==========================*/

.mpln {
  padding: 60px 5%;
  background: linear-gradient(180deg, #ffffff, #f6fbff);
}

.mpln-top {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}

.mpln-tag {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: #eaf6ff;
  color: var(--primary-color);
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
}

.mpln-tag i {
  color: var(--primary-color);
}

.mpln-top h2 {
  font-size: 48px;
  margin: 20px 0;
  color: #002b55;
  font-weight: 800;
}

.mpln-top h2 span {
  color: var(--primary-color);
}

.mpln-top p {
  color: #6b7280;
  line-height: 1.9;
}

.mpln-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  align-items: center;
}

.mpln-card {
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
  transition: 0.45s;
  position: relative;
}

.mpln-card:hover {
  transform: translateY(-15px);
}

.active {
  transform: scale(1.05);
  border: 2px solid var(--primary-color);
}

.active:hover {
  transform: scale(1.05) translateY(-15px);
}

.plan-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--primary-color);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}

.mpln-head {
  padding: 30px;
  text-align: center;
  color: #fff;
}

.silver {
  background: linear-gradient(135deg, #8b98a9, #c0cad5);
}

.gold {
  background: linear-gradient(135deg, #ffb700, #ffdf66);
  color: #002b55;
}

.platinum {
  background: linear-gradient(135deg, #01294f, #005fb7);
}

.mpln-head i {
  font-size: 48px;
  margin-bottom: 20px;
}

.mpln-head h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.mpln-head h4 {
  font-size: 40px;
  margin-bottom: 10px;
}

.mpln-head span {
  font-size: 18px;
}

.mpln-card ul {
  list-style: none;
  padding: 30px;
  margin: 0;
}

.mpln-card ul li {
  padding: 8px 0;
  border-bottom: 1px solid #edf3f8;
  color: #5f6f80;
}

.mpln-card ul li i {
  color: var(--primary-color);
  margin-right: 10px;
}

.mpln-card a {
  display: block;
  margin: 0 35px 35px;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  padding: 16px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.35s;
}

.mpln-card a:hover {
  background: #002b55;
}

/*==============================
MEMBERSHIP REWARD SECTION
==============================*/

.rwd-sec {
  padding: 60px 5%;
  background: linear-gradient(90deg, #c5000ea9, rgba(5, 37, 75, 0.88));
}

.rwd-top {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.rwd-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: white;
  border-radius: 40px;
  color: var(--primary-color);
  font-weight: 600;
}

.rwd-tag i {
  color: var(--primary-color);
}

.rwd-top h2 {
  margin: 16px 0;
  font-size: 48px;
  color: var(--white);
  font-weight: 800;
}

.rwd-top h2 span {
  color: var(--white);
}

.rwd-top p {
  color: white;
  line-height: 1.9;
}

.rwd-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.earn-card,
.redeem-card {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
}

.earn-card h3,
.redeem-card h3 {
  color: #002b55;
  font-size: 30px;
  margin-bottom: 20px;
}

.earn-item {
  margin-bottom: 20px;
}

.earn-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.earn-text strong {
  color: #002b55;
}

.earn-text span {
  color: var(--primary-color);
  font-weight: 600;
}

.bar {
  height: 10px;
  background: #e8edf3;
  border-radius: 30px;
  overflow: hidden;
}

.fill {
  height: 100%;
  width: 0;
  border-radius: 30px;
  background: linear-gradient(90deg, #00bfff, var(--primary-color));
  transition: 2s;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.coin {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #ff9b00);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  animation: spinCoin 8s linear infinite;
}

@keyframes spinCoin {
  100% {
    transform: rotateY(360deg);
  }
}

.redeem-card {
  text-align: center;
}

.redeem-card p {
  color: #6c7684;
  line-height: 1.8;
  margin-bottom: 30px;
}

.redeem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 10px;
}

.redeem-grid div {
  padding: 16px;
  background: #f7fbff;
  border-radius: 20px;
}

.redeem-grid i {
  color: var(--primary-color);
  font-size: 28px;
  margin-bottom: 12px;
}

.redeem-grid span {
  display: block;
  color: #002b55;
  font-weight: 600;
  font-size: 14px;
}

.redeem-card a {
  display: inline-block;
  padding: 16px 46px;
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
}

/*=========================
VIP MEMBER PRIVILEGES
=========================*/

.vip-sec {
  position: relative;
  overflow: hidden;
  padding: 110px 5%;
  background: linear-gradient(135deg, #001f3f, #004d8f, #007bdc);
}

.vip-bg {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.18;
}

.vip-bg.one {
  width: 320px;
  height: 320px;
  background: #00d4ff;
  top: -120px;
  left: -120px;
}

.vip-bg.two {
  width: 420px;
  height: 420px;
  background: var(--primary-color);
  right: -150px;
  bottom: -150px;
}

.vip-head {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.vip-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(12px);
}

.vip-tag i {
  color: var(--primary-color);
}

.vip-head h2 {
  margin: 25px 0;
  font-size: 52px;
  color: #fff;
  font-weight: 800;
}

.vip-head h2 span {
  color: var(--primary-color);
}

.vip-head p {
  color: #d9e6f3;
  line-height: 1.9;
}

.vip-wrap {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.vip-card {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
}

.vip-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  transition: 0.8s;
}

.vip-card:hover img {
  transform: scale(1.08);
}

.vip-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.vip-overlay h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 10px;
}

.vip-overlay p {
  color: var(--primary-color);
}

.vip-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.priv-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  transition: 0.4s;
}

.priv-card:hover {
  transform: translateX(12px);
  background: rgba(255, 255, 255, 0.16);
}

.priv-icon {
  width: 80px;
  height: 80px;
  border-radius: 22px;
  background: var(--primary-color);
  color: #002b55;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  flex-shrink: 0;
}

.priv-card h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
}

.priv-card p {
  color: #d9e6f3;
  line-height: 1.8;
}

/*==========================
MEMBERSHIP PROCESS
==========================*/

.mwork {
  padding: 60px 5% 30px;
  background: #ffffff;
}

.mw-head {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.mw-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ebf7ff;
  color: var(--primary-color);
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
}

.mw-tag i {
  color: var(--primary-color);
}

.mw-head h2 {
  margin: 20px 0;
  font-size: 40px;
  color: #002b55;
  font-weight: 800;
}

.mw-head h2 span {
  color: var(--primary-color);
}

.mw-head p {
  color: #697789;
  line-height: 1.9;
  margin-bottom: 10px;
}

.mw-time {
  position: relative;
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.mw-line {
  position: absolute;
  top: 50px;
  left: 10%;
  width: 80%;
  height: 4px;
  background: linear-gradient(90deg, #00bfff, var(--primary-color), #00bfff);
  z-index: 0;
}

.mw-item {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 15px;
  border: 1px solid #ddd;
}

.mw-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #00c2ff);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 15px 35px rgba(0, 120, 215, 0.25);
  transition: 0.4s;
}

.mw-item:hover .mw-icon {
  transform: translateY(-10px) rotate(-10deg);
  background: linear-gradient(135deg, #ffbf2f, var(--primary-color));
}

.mw-item h3 {
  color: #002b55;
  font-size: 22px;
  margin-bottom: 12px;
}

.mw-item p {
  color: #6c7684;
  line-height: 1.8;
  font-size: 16px !important;
}

/*==============================
MEMBER OFFERS
==============================*/

.mof-sec {
  padding: 60px 5%;
  background: linear-gradient(180deg, #f5fbff, #eef8ff);
}

.mof-top {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.mof-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #e8f6ff;
  border-radius: 40px;
  color: var(--primary-color);
  font-weight: 600;
}

.mof-tag i {
  color: var(--primary-color);
}

.mof-top h2 {
  font-size: 42px;
  margin: 16px 0;
  color: #002b55;
  font-weight: 800;
}

.mof-top h2 span {
  color: var(--primary-color);
}

.mof-top p {
  color: #6a7686;
  line-height: 1.9;
}

.mof-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mof-card {
  position: relative;
  background: #fff;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.05);
  transition: 0.45s;
  overflow: hidden;
}

.mof-card:hover {
  transform: translateY(-12px);
}

.mof-card.active {
  background: linear-gradient(135deg, #003d7d, var(--primary-color));
}

.mof-card.active h3,
.mof-card.active p,
.mof-card.active a {
  color: #fff;
}

.offer-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffc62a;
  color: #002b55;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}

.offer-icon {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--primary-color), #00c8ff);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
  transition: 0.4s;
}

.mof-card:hover .offer-icon {
  transform: rotate(-8deg) scale(1.08);
}

.mof-card h3 {
  color: #002b55;
  font-size: 24px;
  margin-bottom: 10px;
}

.mof-card p {
  color: #6a7686;
  line-height: 1.8;
  margin-bottom: 10px;
}

.mof-card a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 700;
}

/*=========================
MEMBER TESTIMONIALS
=========================*/

.mts-sec {
  padding: 60px 5%;
  background: linear-gradient(180deg, #ffffff, #eef8ff);
  overflow: hidden;
}

.mts-head {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.mts-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px;
  background: #ebf7ff;
  color: #0087df;
  font-weight: 600;
}

.mts-tag i {
  color: var(--primary-color);
}

.mts-head h2 {
  margin: 20px 0;
  font-size: 48px;
  font-weight: 800;
  color: #002b55;
}

.mts-head span {
  color: var(--primary-color);
}

.mts-head p {
  color: #6a7684;
  line-height: 1.9;
}

.mts-slider {
  overflow: hidden;
}

.mts-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: testislide 22s linear infinite;
}

@keyframes testislide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.mts-card {
  width: 380px;
  background: #fff;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}

.mts-card:hover {
  transform: translateY(-12px);
}

.mts-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.mts-top img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--primary-color);
}

.mts-top h3 {
  font-size: 20px;
  color: #002b55;
}

.mts-top span {
  color: var(--primary-color);
  font-size: 14px;
}

.mts-rate {
  margin-bottom: 8px;
}

.mts-rate i {
  color: #ffc529;
  margin-right: 4px;
}

.mts-card p {
  line-height: 1.9;
  color: #697789;
  margin-bottom: 0px;
}

/*==========================
MEMBERSHIP FAQ
==========================*/

.mfaq {
  padding: 110px 5%;
  background: linear-gradient(180deg, #eef8ff, #ffffff);
}

.mfaq-hd {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
}

.mfaq-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px;
  background: #e8f6ff;
  color: var(--primary-color);
  font-weight: 600;
}

.mfaq-tag i {
  color: #ffc72c;
}

.mfaq-hd h2 {
  margin: 25px 0;
  font-size: 54px;
  font-weight: 800;
  color: #002b55;
}

.mfaq-hd h2 span {
  color: var(--primary-color);
}

.mfaq-hd p {
  line-height: 1.9;
  color: #6b7685;
}

.mfaq-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 45px;
}

/* FAQ */

.faq-item {
  background: #fff;
  border-radius: 22px;
  margin-bottom: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  cursor: pointer;
}

.faq-head h3 {
  font-size: 20px;
  color: #002b55;
}

.faq-head i {
  width: 42px;
  height: 42px;
  background: #eaf7ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  transition: 0.4s;
}

.faq-item.active .faq-head i {
  transform: rotate(45deg);
  background: var(--primary-color);
  color: #fff;
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: 0.45s;
}

.faq-item.active .faq-body {
  max-height: 220px;
}

.faq-body p {
  padding: 0 30px 28px;
  line-height: 1.9;
  color: #6d7686;
}

/* Right */

.mfaq-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stat-box {
  background: #fff;
  padding: 35px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}

.stat-box:hover {
  transform: translateY(-10px);
}

.stat-icon {
  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--primary-color), #00c8ff);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

.stat-box h3 {
  font-size: 42px;
  color: #002b55;
  margin-bottom: 10px;
}

.stat-box p {
  color: #6c7685;
}

/*=========================
MEMBERSHIP CTA
=========================*/

.mcta {
  position: relative;
  overflow: hidden;
  padding: 60px 5%;
  background: linear-gradient(135deg,
      var(--primary-color),
      #003d77,
      var(--secondary-color));
}

.mcta-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.mcta-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  color: #fff;
  border-radius: 50px;
}

.mcta-tag i {
  color: white;
}

.mcta-left h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  margin: 15px 0;
  font-weight: 800;
  margin-bottom: 0px;
}

.mcta-left h2 span {
  color: var(--white);
}

.mcta-left p {
  color: #d7e6f5;
  line-height: 1.9;
  margin-bottom: 15px;
}

.mcta-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

.mcta-item {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

.mcta-item i {
  color: var(--white);
}

.mcta-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.join-btn,
.call-btn {
  padding: 18px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
}

.join-btn {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.join-btn:hover,
.call-btn:hover {
  transform: translateY(-6px);
}

/* Card */

.vip-cardx {
  background: linear-gradient(135deg, #0b2146, #0d67ba);
  /* background: white; */
  border-radius: 35px;
  padding: 30px;
  color: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
  animation: floatCard 5s ease-in-out infinite;
}

@keyframes floatCard {
  50% {
    transform: translateY(-12px);
  }
}

.vip-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vip-top h3 {
  color: var(--white);
  margin-top: 8px;
}

.vip-top i {
  font-size: 40px;
  color: white;
}

.vip-chip {
  width: 75px;
  height: 55px;
  background: var(--white);
  color: var(--primary-color);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 30px;
  font-size: 26px;
}

.vip-cardx h2 {
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-size: var(--fs-l);
}

.vip-user {
  display: flex;
  justify-content: space-between;
}

.vip-user small {
  color: #d9e7f6;
}

.trust-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px;
}

.trust-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  padding: 22px;
  border-radius: 20px;
  text-align: center;
}

.trust-box h3 {
  color: var(--primary-color);
  font-size: 30px;
  margin-bottom: 8px;
}

.trust-box span {
  color: #fff;
  font-size: 14px;
}

/* Background Glow */

.mcta-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}

.glow1 {
  width: 350px;
  height: 350px;
  background: #00d4ff55;
  top: -150px;
  left: -150px;
}

.glow2 {
  width: 380px;
  height: 380px;
  background: var(--primary-color) 33;
  right: -150px;
  bottom: -150px;
}

/*==============================
CERTIFICATION HERO
==============================*/

.cr-hero {
  position: relative;
  overflow: hidden;
  padding: 160px 6% 60px;
  background: linear-gradient(135deg,
      var(--primary-color),
      #003b73,
      var(--secondary-color));
}

.cr-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
}

.cr-s1 {
  width: 320px;
  height: 320px;
  background: #00d4ff;
  top: -120px;
  left: -120px;
}

.cr-s2 {
  width: 380px;
  height: 380px;
  background: var(--primary-color);
  right: -120px;
  top: 120px;
}

.cr-s3 {
  width: 260px;
  height: 260px;
  background: var(--primary-color);
  bottom: -80px;
  left: 45%;
}

.cr-hero .container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cr-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
}

.cr-badge i {
  color: var(--white);
}

.cr-content h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  margin: 20px 0;
  line-height: 1.15;
}

.cr-content h1 span {
  color: white;
}

.cr-content p {
  color: #dbe8f6;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 40px;
}

.cr-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.cr-btn1 {
  padding: 18px 38px;
  background: var(--white);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.4s;
}

.cr-btn1:hover {
  transform: translateY(-6px);
}

.cr-btn1 i {
  margin-top: 7px;
}

.cr-btn2 {
  padding: 18px 38px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.4s;
}

.cr-btn2:hover {
  background: #fff;
  color: var(--primary-color);
}

.cr-info {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.cr-info h3 {
  font-size: 34px;
  color: var(--primary-color);
}

.cr-info span {
  color: #dbe8f6;
}

/* Right */

.cr-image {
  position: relative;
}

.cert-card {
  padding: 45px;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  animation: cardFloat 5s ease-in-out infinite;
}

@keyframes cardFloat {
  50% {
    transform: translateY(-12px);
  }
}

.cert-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.cert-top i {
  font-size: 46px;
  color: var(--info-color);
}

.cert-top span {
  color: #fff;
}

.cert-card h2 {
  font-size: 32px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.cert-card p {
  color: #dbe8f6;
}

.seal {
  margin-top: 40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, white, white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  color: var(--primary-color);
  animation: rotateSeal 12s linear infinite;
}

@keyframes rotateSeal {
  100% {
    transform: rotate(360deg);
  }
}

.float {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--primary-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  animation: floatIcon 4s ease-in-out infinite;
}

.f1 {
  top: -20px;
  right: 20px;
}

.f2 {
  left: -30px;
  top: 92%;

  animation-delay: 1s;
}

.f3 {
  right: 40px;
  bottom: -25px;

  animation-delay: 2s;
}

@keyframes floatIcon {
  50% {
    transform: translateY(-15px);
  }
}

/*=========================
GLOBAL CERTIFICATION
=========================*/

.gcc-sec {
  padding: 60px 5%;
  background: linear-gradient(180deg, #f5fbff, #ffffff);
}

.gcc-head {
  max-width: 950px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.gcc-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #ebf8ff;
  color: var(--primary-color);
  border-radius: 40px;
  font-weight: 600;
}

.gcc-tag i {
  color: var(--info-color);
}

.gcc-head h2 {
  font-size: 40px;
  margin: 15px 0;
  color: #002b55;
  font-weight: 800;
}

.gcc-head h2 span {
  color: var(--primary-color);
}

.gcc-head p {
  color: #68778a;
  line-height: 1.9;
}

.gcc-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
}

/* Timeline */

.gcc-left {
  position: relative;
}

.time-line {
  position: absolute;
  left: 34px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(#009cff, var(--primary-color), #009cff);
}

.gcc-step {
  position: relative;
  display: flex;
  gap: 25px;
  margin-bottom: 45px;
}

.step-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #009cff, #005ec4);
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 2;
  box-shadow: 0 15px 35px rgba(0, 120, 215, 0.25);
}

.step-icon i {
  color: var(--white);
}

.step-card {
  flex: 1;
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}

.step-card:hover {
  transform: translateX(10px);
}

.step-card h3 {
  color: #002b55;
  margin-bottom: 12px;
}

.step-card p {
  color: #697789;
  line-height: 1.8;
  margin-bottom: 0px;
}

/* Right */

.gcc-right {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.cert-box {
  padding: 30px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}

.cert-box:hover {
  transform: translateY(-10px);
}

.cert-icon {
  width: 80px;
  height: 80px;
  border-radius: 22px;
  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.cert-box h3 {
  color: #002b55;
  margin-bottom: 12px;
}

.cert-box p {
  color: #697789;
  line-height: 1.8;
  margin-bottom: 0px;
}

/*=========================
AWARDS SECTION
=========================*/

.awr-sec {
  padding: 60px 5%;
  background: linear-gradient(90deg, #c5000ea1, rgba(5, 37, 75, 0.88));
}

.awr-head {
  max-width: 900px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.awr-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 50px;
  background: #eaf7ff;
  color: #0087e8;
  font-weight: 600;
}

.awr-tag i {
  color: var(--primary-color);
}

.awr-head h2 {
  font-size: 42px;
  margin: 20px 0;
  color: #002b55;
  font-weight: 800;
  color: white;
}

.awr-head p {
  color: white;
  line-height: 1.9;
}

/* .awr-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
} */

/* Trophy Card */

.trophy-card {
  position: sticky;
  top: 100px;
  padding: 45px;
  border-radius: 35px;
  background: linear-gradient(135deg, #00386f, #006fd0);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.trophy-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  right: -60px;
  top: -60px;
}

.trophy-circle {
  width: 130px;
  height: 130px;
  margin: auto;
  margin-bottom: 35px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #ffb200);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 58px;
  color: #00396d;
  animation: goldSpin 10s linear infinite;
}

@keyframes goldSpin {
  100% {
    transform: rotateY(360deg);
  }
}

.trophy-card h3 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 20px;
}

.trophy-card p {
  text-align: center;
  color: #dce8f5;
  line-height: 1.9;
}

.award-year {
  margin-top: 35px;
  text-align: center;
}

.award-year span {
  display: block;
  color: #dce8f5;
}

.award-year strong {
  color: var(--primary-color);
  font-size: 40px;
}

/* Award List */

.awr-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.award-item {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 30px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}

.award-item:hover {
  transform: translateX(10px);
}

.award-icon {
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  border-radius: 22px;
  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}

.award-content small {
  color: #009cff;
  font-weight: 700;
}

.award-content h3 {
  color: #002b55;
  margin: 5px 0;
  font-size: 25px;
}

.award-content p {
  color: #6b7788;
  line-height: 1.8;
  margin-bottom: 0px;
}

/*=========================
SAFETY & QUALITY
=========================*/

.sqo-sec {
  padding: 60px 5%;
  background: linear-gradient(180deg, #ffffff, #eef8ff);
}

.sqo-head {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.sqo-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: #eaf7ff;
  border-radius: 50px;
  font-weight: 600;
  color: #0089e8;
}

.sqo-tag i {
  color: var(--primary-color);
}

.sqo-head h2 {
  font-size: 40px;
  margin: 15px 0;
  color: #002b55;
  font-weight: 800;
}

.sqo-head h2 span {
  color: var(--primary-color);
}

.sqo-head p {
  line-height: 1.9;
  color: #6b7685;
}

.sqo-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
}

/* Left */

.process-card {
  background: #fff;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.process-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #edf3f8;
}

.process-item:last-child {
  border: none;
}

.process-icon {
  width: 75px;
  height: 75px;
  border-radius: 22px;
  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  flex-shrink: 0;
}

.process-content h3 {
  color: #002b55;
  margin-bottom: 10px;
  font-size: var(--fs-m);
}

.process-content p {
  color: #6d7787;
  line-height: 1.8;
  margin-bottom: 0px;
}

/* Right */

.metric-card,
.quality-box {
  background: #fff;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.metric-card {
  margin-bottom: 30px;
}

.metric-card h3 {
  margin-bottom: 15px;
  font-size: var(--fs-m);
  color: #002b55;
}

.progress-box {
  margin-bottom: 25px;
}

.progress-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 600;
  color: #002b55;
}

.progress-bar {
  height: 10px;
  background: #eaf2fa;
  border-radius: 20px;
  overflow: hidden;
}

.progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #009cff, var(--primary-color));
  width: 0;
  border-radius: 20px;
  transition: 2s;
}

.quality-item {
  display: flex;
  gap: 18px;
  margin-bottom: 0px;
}

.quality-item:last-child {
  margin: 0;
}

.quality-item i {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white);
}

.quality-item h4 {
  color: #002b55;
  margin-bottom: 8px;
}

.quality-item p {
  color: #6b7685;
  line-height: 1.7;
}

/*==============================
PARTNERSHIP & SUSTAINABILITY
==============================*/

.gst-sec {
  padding: 60px 5% 30px;
  background: linear-gradient(135deg,
      var(--primary-color),
      #003b73,
      var(--secondary-color));
  background: white;
}

.gst-head {
  max-width: 900px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.gst-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  border-radius: 50px;
  background: #eaf7ff;
  color: #0087e8;
  font-weight: 600;
}

.gst-tag i {
  color: var(--primary-color);
}

.gst-head h2 {
  font-size: 40px;
  margin: 20px 0;
  color: #002b55;
  font-weight: 800;
}

.gst-head h2 span {
  color: var(--primary-color);
}

.gst-head p {
  color: #6b7787;
  margin-bottom: 10px;
  line-height: 1.9;
}

.gst-grid {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.gst-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}

.gst-card:hover {
  transform: translateY(-12px);
}

.gst-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 25px;
  border-radius: 24px;
  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
}

.gst-card h3 {
  color: #002b55;
  margin-bottom: 10px;
  font-size: var(--fs-sm);
  font-weight: 500;
}

.gst-card p {
  color: #6d7787;
  line-height: 1.8;
  margin-bottom: 0px;
}

.gst-bottom {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
}

.trust-left {
  background: #fff;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.trust-left h3 {
  color: #002b55;
  margin-bottom: 20px;
  font-size: 34px;
}

.trust-left p {
  color: #6b7787;
  line-height: 1.9;
  margin-bottom: 25px;
}

.trust-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trust-left li {
  margin-bottom: 16px;
  color: #002b55;
  font-weight: 500;
}

.trust-left i {
  color: #00a651;
  margin-right: 10px;
}

.trust-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.counter-card {
  background: linear-gradient(135deg, #003b73, #0079db);
  border-radius: 28px;
  color: #fff;
  text-align: center;
  padding: 35px 20px;
  transition: 0.4s;
}

.counter-card:hover {
  transform: scale(1.05);
}

.counter-card h2 {
  font-size: 48px;
  color: var(--primary-color);
  margin-bottom: 12px;
}

.counter-card span {
  color: #d9e9f7;
}

/*=========================
CERTIFICATION CTA
=========================*/

.crc-sec {
  position: relative;
  overflow: hidden;
  padding: 60px 5% 40px;
  background: linear-gradient(135deg,
      var(--primary-color),
      #003b73,
      var(--info-color));
}

.crc-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.crc-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
}

.crc-tag i {
  color: var(--primary-color);
}

.crc-left h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin: 20px 0;
}

.crc-left h2 span {
  color: var(--primary-color);
}

.crc-left p {
  color: #dce8f5;
  line-height: 1.9;
  margin-bottom: 35px;
}

.crc-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.crc-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.crc-item i {
  color: var(--white);
}

.crc-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.crc-btn1,
.crc-btn2 {
  padding: 18px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
}

.crc-btn1 {
  background: var(--primary-color);
  color: var(--white);
}

.crc-btn2 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.crc-btn1 i {
  margin-top: 8px;
}

.crc-btn1:hover,
.crc-btn2:hover {
  transform: translateY(-6px);
}

/* Certificate */

.certificate-box {
  background: #fff;
  padding: 45px;
  border-radius: 35px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.22);
  position: relative;
  animation: certFloat 5s ease-in-out infinite;
}

@keyframes certFloat {
  50% {
    transform: translateY(-12px);
  }
}

.certificate-box::before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 2px dashed var(--primary-color);
  border-radius: 25px;
}

.cert-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.cert-header i {
  font-size: 40px;
  color: var(--primary-color);
}

.cert-header h3 {
  color: #003b73;
  font-size: 28px;
}

.certificate-box h2 {
  text-align: center;
  color: #002b55;
  font-size: 28px;
  margin-bottom: 10px;
}

.certificate-box p {
  text-align: center;
  line-height: 1.9;
  color: #6c7686;
  margin-bottom: 0px;
}

.seal-box {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.seal-ring {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: white;
  animation: sealRotate 12s linear infinite;
}

@keyframes sealRotate {
  100% {
    transform: rotate(360deg);
  }
}

.cert-footer {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.cert-footer small {
  display: block;
  color: #6b7685;
}

.cert-footer strong {
  font-size: 22px;
  color: #003b73;
}

/* Background Glow */

.crc-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}

.crc-g1 {
  width: 350px;
  height: 350px;
  background: #00d4ff44;
  left: -120px;
  top: -120px;
}

.crc-g2 {
  width: 420px;
  height: 420px;
  background: var(--primary-color) 33;
  right: -150px;
  bottom: -150px;
}

/* contact page css start */

/*============================
CONTACT HERO
=============================*/

.ct-hero {
  background: linear-gradient(135deg,
      var(--primary-color),
      #03142d,
      var(--primary-color));

  position: relative;

  overflow: hidden;

  padding: 160px 0px 60px;

  color: #fff;
}

.ct-hero::before {
  content: "";

  position: absolute;

  width: 600px;

  height: 600px;

  background: rgba(255, 255, 255, 0.05);

  border-radius: 50%;

  top: -250px;

  right: -150px;
}

.ct-tag {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 10px 20px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.15);

  border-radius: 50px;

  backdrop-filter: blur(12px);

  font-size: 14px;

  margin-bottom: 25px;
}

.ct-tag i {
  color: #ffc107;
}

.ct-hero h1 {
  font-size: 54px;

  font-weight: 800;

  line-height: 1.1;

  margin-bottom: 10px;
}

.ct-hero h1 span {
  color: white;
}

.ct-hero p {
  font-size: 18px;

  line-height: 32px;

  color: #dbe7ff;

  margin-bottom: 30px;

  max-width: 620px;
}

.ct-btns {
  display: flex;

  gap: 20px;

  flex-wrap: wrap;

  margin-bottom: 25px;
}

.btn-book {
  background: var(--primary-color);

  padding: 16px 34px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 700;

  color: #032447;

  transition: 0.4s;
}

.btn-book:hover {
  transform: translateY(-6px);

  color: #fff;

  background: #009fd6;
}

.btn-contact {
  padding: 16px 34px;

  border-radius: 50px;

  border: 2px solid rgba(255, 255, 255, 0.3);

  color: #fff;

  text-decoration: none;

  transition: 0.4s;
}

.btn-contact:hover {
  background: #fff;

  color: #032447;
}

.ct-info {
  display: flex;

  gap: 60px;

  flex-wrap: wrap;
}

.ct-info h4 {
  font-size: 36px;

  font-weight: 800;

  margin-bottom: 5px;

  color: var(--white);
}

.ct-info span {
  font-size: 15px;

  color: #d8d8d8;
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  border-radius: 25px;

  padding: 45px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);

  animation: float 4s ease-in-out infinite;
}

.hero-card .plane {
  width: 80px;

  height: 80px;

  background: var(--primary-color);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;

  font-size: 35px;

  color: #06254d;

  top: -10%;
}

.hero-card h3 {
  font-size: 28px;

  margin-bottom: 20px;
}

.hero-card p {
  font-size: 16px;

  line-height: 30px;

  margin-bottom: 25px;

  color: #dbe7ff;
}

.hero-card ul {
  padding: 0;

  margin: 0;

  list-style: none;
}

.hero-card ul li {
  margin-bottom: 18px;

  font-size: 16px;
}

.hero-card ul i {
  margin-right: 10px;

  color: #2bff9d;
}

.cloud {
  position: absolute;

  background: rgba(255, 255, 255, 0.12);

  border-radius: 100px;

  animation: movecloud 25s linear infinite;
}

.c1 {
  width: 180px;

  height: 60px;

  top: 20%;

  left: -200px;
}

.c2 {
  width: 120px;

  height: 45px;

  top: 60%;

  left: -160px;

  animation-duration: 30s;
}

.c3 {
  width: 220px;

  height: 70px;

  top: 80%;

  left: -250px;

  animation-duration: 38s;
}

@keyframes movecloud {
  100% {
    transform: translateX(1700px);
  }
}

@keyframes float {
  50% {
    transform: translateY(-15px);
  }
}

/*==========================
CONTACT INFO
==========================*/

.ct-info-sec {
  background: #f5f9ff;

  position: relative;

  overflow: hidden;

  padding: 90px 0;
}

.ct-info-sec::before {
  content: "";

  position: absolute;

  width: 450px;

  height: 450px;

  border-radius: 50%;

  background: rgba(0, 150, 255, 0.05);

  top: -180px;

  right: -180px;
}

.ct-sm-title {
  display: inline-block;

  padding: 8px 18px;

  background: #dff5ff;

  border-radius: 50px;

  color: var(--primary-color);

  font-weight: 700;

  letter-spacing: 1px;

  font-size: 14px;

  margin-bottom: 18px;
}

.ct-title {
  font-size: 44px;

  font-weight: 800;

  color: #032447;

  margin-bottom: 20px;
}

.ct-title span {
  color: var(--primary-color);
}

.ct-text {
  font-size: 17px;

  line-height: 30px;

  color: #666;

  max-width: 950px;

  margin: auto;
}

.ct-box {
  background: #fff;

  padding: 25px;

  border-radius: 20px;

  height: 100%;

  text-align: center;

  position: relative;

  transition: 0.4s;

  overflow: hidden;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.ct-box::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 5px;

  background: linear-gradient(90deg, var(--primary-color), #0046ff);

  transform: scaleX(0);

  transition: 0.4s;
}

.ct-box:hover::before {
  transform: scaleX(1);
}

.ct-box:hover {
  transform: translateY(-12px);

  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.ct-icon {
  width: 85px;

  height: 85px;

  margin: auto;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  background: linear-gradient(135deg, var(--primary-color), #0046ff);

  color: #fff;

  font-size: 32px;

  margin-bottom: 25px;

  transition: 0.5s;
}

.ct-box:hover .ct-icon {
  transform: rotateY(180deg);
}

.ct-box h4 {
  font-size: 20px;

  font-weight: 700;

  margin-bottom: 18px;

  color: #032447;
}

.ct-box p {
  font-size: 15px;

  line-height: 28px;

  color: #666;

  margin-bottom: 8px;
}

.ct-box a {
  text-decoration: none;

  font-weight: 700;
  font-size: 16px;

  color: var(--primary-color);

  transition: 0.3s;
}

.ct-box a:hover {
  color: #032447;

  padding-left: 8px;
}

/*==============================
CONTACT FORM
==============================*/

.ct-form {
  padding: 60px 0;

  background: var(--secondary-color);

  color: #fff;
}

.form-info .sub-title {
  display: inline-block;

  padding: 8px 18px;

  background: var(--white);

  border-radius: 40px;

  color: var(--primary-color);

  font-size: 13px;

  font-weight: 600;

  margin-bottom: 20px;
}

.form-info h2 {
  font-size: 42px;

  font-weight: 800;

  line-height: 1.2;

  margin-bottom: 20px;
}

.form-info h2 span {
  color: var(--primary-color);
}

.form-info p {
  color: #cbd6e2;

  line-height: 30px;

  margin-bottom: 25px;
}

.support-list .item {
  display: flex;

  align-items: flex-start;

  gap: 20px;

  margin-bottom: 20px;
}

.support-list i {
  width: 60px;

  height: 60px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  background: linear-gradient(135deg, var(--primary-color), #005eff);

  font-size: 22px;

  color: #fff;

  flex-shrink: 0;
}

.support-list h5 {
  font-size: 20px;

  margin-bottom: 6px;
}

.support-list p {
  margin: 0;

  font-size: 15px;

  line-height: 24px;

  color: #cdd8e6;
}

.contact-box {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(20px);

  padding: 45px;

  border-radius: 25px;

  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.form-control,
.form-select {
  height: 58px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.12);

  color: #fff;

  border-radius: 12px;
}

textarea.form-control {
  height: auto;

  padding-top: 18px;
}

.form-control::placeholder {
  color: #d5d5d5;
}

.form-control:focus,
.form-select:focus {
  background: rgba(255, 255, 255, 0.12);

  color: #fff;

  box-shadow: none;

  border-color: var(--primary-color);
}

.form-select option {
  color: #222;
}

.send-btn {
  width: 100%;

  height: 60px;

  border: none;

  border-radius: 50px;

  font-size: 18px;

  font-weight: 700;

  background: linear-gradient(90deg, var(--primary-color), #0066ff);

  color: #fff;

  transition: 0.35s;
}

.send-btn:hover {
  transform: translateY(-4px);

  box-shadow: 0 18px 35px rgba(0, 183, 255, 0.35);
}

.send-btn i {
  margin-right: 10px;
}

.send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

/*==========================
GLOBAL OFFICES
===========================*/

.ofc-sec {
  padding: 60px 0;

  background: #f6f9fc;
}

.ofc-tag {
  display: inline-block;

  padding: 18px 28px;

  background: #dff6ff;

  color: var(--primary-color);

  border-radius: 40px;

  font-size: 22px;

  font-weight: 600;

  margin-bottom: 15px;
}

.ofc-title {
  font-size: 46px;

  font-weight: 800;

  color: #032447;

  margin-bottom: 20px;
}

.ofc-title span {
  color: var(--primary-color);
}

.ofc-text {
  max-width: 750px;

  margin: auto;

  line-height: 30px;

  color: #666;
}

.ofc-card {
  background: #fff;

  padding: 35px;

  border-radius: 20px;

  text-align: center;

  height: 100%;

  transition: 0.4s;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);

  position: relative;

  overflow: hidden;
}

.ofc-card::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 5px;

  background: linear-gradient(90deg, var(--primary-color), #005eff);

  transform: scaleX(0);

  transition: 0.4s;
}

.ofc-card:hover::before {
  transform: scaleX(1);
}

.ofc-card:hover {
  transform: translateY(-12px);
}

.flag {
  font-size: 55px;

  margin-bottom: 20px;
}

.ofc-card h4 {
  font-size: 24px;

  font-weight: 700;

  margin-bottom: 12px;

  color: #032447;
}

.ofc-card p {
  color: #777;

  margin-bottom: 20px;
}

.ofc-card ul {
  padding: 0;

  margin: 0;

  list-style: none;
}

.ofc-card ul li {
  padding: 10px 0;

  font-size: 15px;

  color: #555;

  border-top: 1px solid #eee;
}

.ofc-card ul li:first-child {
  border-top: none;
}

.ofc-card i {
  color: var(--primary-color);

  margin-right: 10px;
}

.map-box {
  height: 520px;

  overflow: hidden;

  border-radius: 25px;

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);

  border: 8px solid #fff;
}

.map-box iframe {
  width: 100%;

  height: 100%;

  border: 0;
}

/*=========================
SUPPORT SECTION
=========================*/

.sup-sec {
  padding: 60px 0;

  background: #071d36;

  color: #fff;
}

.sup-tag {
  display: inline-block;

  padding: 8px 18px;

  background: #103a63;

  color: white;

  border-radius: 50px;

  font-weight: 600;

  margin-bottom: 20px;
}

.sup-title {
  font-size: 28px;

  font-weight: 800;

  margin-bottom: 10px;

  line-height: 1.4;
}

.sup-text {
  color: #d2dbe6;

  line-height: 30px;

  margin-bottom: 20px;
}

.sup-item {
  display: flex;

  gap: 20px;

  margin-bottom: 20px;

  align-items: flex-start;
}

.sup-icon {
  width: 65px;

  height: 65px;

  background: linear-gradient(135deg, var(--primary-color), #005dff);

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 24px;

  color: #fff;

  flex-shrink: 0;

  transition: 0.4s;
}

.sup-item:hover .sup-icon {
  transform: rotate(360deg);
}

.sup-item h5 {
  font-size: 20px;

  margin-bottom: 8px;
}

.sup-item p {
  margin: 0;

  color: #cbd6e2;

  line-height: 28px;
}

.aa-faq .accordion-item {
  margin-bottom: 20px;

  border: none;

  border-radius: 18px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(15px);
}

.aa-faq .accordion-button {
  background: transparent;

  color: #fff;

  font-weight: 600;

  font-size: 18px;

  padding: 22px;

  box-shadow: none;
}

.aa-faq .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, var(--primary-color), #005dff);

  color: #fff;
}

.aa-faq .accordion-body {
  padding: 22px;

  color: #d7dfe8;

  line-height: 30px;

  background: rgba(255, 255, 255, 0.05);
}

.accordion-button::after {
  filter: brightness(10);
}

/*=========================
CTA SECTION
==========================*/

.cta-sec {
  padding: 60px 0;

  background: white;

  position: relative;

  overflow: hidden;
}

.cta-box {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(20px);

  padding: 70px;

  border-radius: 30px;

  position: relative;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.plane-bg {
  position: absolute;

  right: -40px;

  top: -30px;

  font-size: 220px;

  color: rgba(255, 255, 255, 0.05);

  animation: fly 8s linear infinite;

  pointer-events: none;
}

.cta-tag {
  display: inline-block;

  padding: 8px 18px;

  background: rgba(255, 255, 255, 0.12);

  border-radius: 40px;

  font-size: 15px;

  font-weight: 600;

  color: var(--white);

  margin-bottom: 20px;
}

.cta-box h2 {
  font-size: 52px;

  font-weight: 800;

  margin-bottom: 25px;

  color: #fff;

  line-height: 1.2;
}

.cta-box h2 span {
  color: var(--white);
}

.cta-box p {
  color: #d8e2ee;

  line-height: 32px;

  margin-bottom: 35px;

  font-size: 17px;
}

.cta-btns {
  display: flex;

  gap: 18px;

  flex-wrap: wrap;
}

.cta-book {
  padding: 16px 34px;

  background: var(--primary-color);

  color: #032447;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 700;

  transition: 0.35s;
}

.cta-book:hover {
  background: #fff;

  transform: translateY(-5px);

  color: #032447;
}

.cta-tour {
  padding: 16px 34px;

  border: 2px solid rgba(255, 255, 255, 0.25);

  border-radius: 50px;

  text-decoration: none;

  color: #fff;

  font-weight: 600;

  transition: 0.35s;
}

.cta-tour:hover {
  background: #fff;

  color: #032447;
}

.news-box {
  background: rgba(255, 255, 255, 0.08);

  padding: 35px;

  border-radius: 20px;
}

.news-box h4 {
  font-size: 28px;

  margin-bottom: 15px;

  color: #fff;
}

.news-box p {
  font-size: 15px;

  line-height: 28px;

  margin-bottom: 25px;
}

.news-box form {
  display: flex;

  flex-direction: column;

  gap: 15px;
}

.news-box input {
  height: 55px;

  border: none;

  border-radius: 50px;

  padding: 0 20px;

  outline: none;
}

.news-box button {
  height: 55px;

  border: none;

  border-radius: 50px;

  background: var(--primary-color);

  font-weight: 700;

  transition: 0.35s;

  color: white;
}

.news-box button:hover {
  background: #fff;
}

.social {
  margin-top: 30px;

  display: flex;

  gap: 15px;

  flex-wrap: wrap;
}

.social a {
  width: 48px;

  height: 48px;

  background: rgba(255, 255, 255, 0.12);

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  color: #fff;

  text-decoration: none;

  transition: 0.35s;
}

.social a:hover {
  background: var(--primary-color);

  transform: translateY(-6px);
}

@keyframes fly {
  50% {
    transform: translateY(-20px) rotate(-5deg);
  }
}

/* contact page css end */

/* service page start */

/*=========================
SERVICES HERO
==========================*/

.srv-hero {
  position: relative;

  overflow: hidden;

  background: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1920&q=80") center/cover;

  padding: 160px 0;

  color: #fff;
}

.srv-overlay {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(90deg, #c5000ea9, rgba(5, 37, 75, 0.88));
}

.srv-hero .container {
  position: relative;

  z-index: 2;
}

.srv-tag {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 10px 22px;

  background: rgba(255, 255, 255, 0.12);

  border-radius: 50px;

  backdrop-filter: blur(12px);

  margin-bottom: 25px;

  font-size: 14px;

  font-weight: 600;
}

.srv-tag i {
  color: #34d7ff;
}

.srv-hero h1 {
  font-size: 54px;

  font-weight: 800;

  line-height: 72px;

  margin-bottom: 25px;
}

.srv-hero h1 span {
  color: #34d7ff;
  font-size: 28px;
}

.srv-hero p {
  font-size: 18px;

  line-height: 32px;

  color: #d7e5f5;

  margin-bottom: 40px;

  max-width: 650px;
}

.srv-btn {
  display: flex;

  gap: 20px;

  flex-wrap: wrap;

  margin-bottom: 50px;
}

.btn-book {
  background: var(--primary-color);

  padding: 16px 36px;

  border-radius: 50px;

  font-weight: 700;

  color: #fff;

  text-decoration: none;

  transition: 0.35s;
}

.btn-book:hover {
  background: #fff;

  transform: translateY(-5px);
}

.btn-service {
  padding: 16px 36px;

  border-radius: 50px;

  border: 2px solid rgba(255, 255, 255, 0.3);

  color: #fff;

  text-decoration: none;

  transition: 0.35s;
}

.btn-service:hover {
  background: #fff;

  color: #032447;
}

.srv-counter {
  display: flex;

  gap: 55px;

  flex-wrap: wrap;
}

.srv-counter h3 {
  font-size: 40px;

  font-weight: 800;

  color: #34d7ff;
}

.srv-counter span {
  color: #d9d9d9;
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);

  padding: 45px;

  border-radius: 25px;

  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  animation: float 4s ease-in-out infinite;
}

.plane-icon {
  width: 80px;

  height: 80px;

  background: var(--primary-color);

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 34px;

  color: #032447;

  margin-bottom: 25px;
}

.hero-card h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-card p {
  font-size: 16px;

  line-height: 30px;

  margin-bottom: 25px;
}

.hero-card ul {
  padding: 0;

  margin: 0;

  list-style: none;
}

.hero-card li {
  margin-bottom: 18px;
}

.hero-card i {
  color: #fff;
}

.cloud {
  position: absolute;

  background: rgba(255, 255, 255, 0.12);

  border-radius: 100px;

  animation: cloud 25s linear infinite;
}

.c1 {
  width: 180px;

  height: 60px;

  top: 18%;

  left: -220px;
}

.c2 {
  width: 130px;

  height: 45px;

  top: 62%;

  left: -150px;

  animation-duration: 32s;
}

.c3 {
  width: 220px;

  height: 70px;

  top: 82%;

  left: -250px;

  animation-duration: 38s;
}

@keyframes cloud {
  100% {
    transform: translateX(1800px);
  }
}

@keyframes float {
  50% {
    transform: translateY(-12px);
  }
}

/*==============================
SERVICES
===============================*/

.ser-sec {
  padding: 100px 0;
  background: #f6f9fd;
}

.ser-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #dff5ff;
  color: var(--primary-color);
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.ser-title {
  font-size: 48px;
  font-weight: 800;
  color: #032447;
  margin-bottom: 20px;
}

.ser-title span {
  color: var(--primary-color);
  /* font-size: 24px; */
}

.ser-text {
  margin: auto;
  line-height: 31px;
  color: #666;
  margin-bottom: 30px;
}

.ser-box {
  background: #fff;

  padding: 35px;

  border-radius: 20px;

  height: 100%;

  transition: 0.4s;

  position: relative;

  overflow: hidden;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.ser-box::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 5px;

  width: 100%;

  background: linear-gradient(90deg, #00b7ff, #005eff);

  transform: scaleX(0);

  transition: 0.4s;
}

.ser-box:hover::before {
  transform: scaleX(1);
}

.ser-box:hover {
  transform: translateY(-10px);
}

.ser-ic {
  width: 80px;

  height: 80px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 32px;

  background: linear-gradient(135deg, var(--primary-color), #005eff);

  color: #fff;

  margin-bottom: 25px;

  transition: 0.5s;
}

.ser-box:hover .ser-ic {
  transform: rotateY(180deg);
}

.ser-box h4 {
  font-size: 24px;

  font-weight: 700;

  margin-bottom: 15px;

  color: #032447;
}

.ser-box p {
  line-height: 29px;

  color: #666;

  margin-bottom: 25px;
}

.ser-box a {
  text-decoration: none;

  font-weight: 700;

  color: var(--primary-color);
}

.ser-box a i {
  margin-left: 8px;

  transition: 0.3s;
}

.ser-box:hover a i {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .ser-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .ser-sec {
    padding: 70px 0;
  }

  .ser-title {
    font-size: 30px;
  }

  .ser-box {
    padding: 28px;
  }
}

/*==============================
HOLIDAY PACKAGES
==============================*/

.pkg-sec {
  padding: 50px 0;
  background: #fff;
}

.pkg-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #dff5ff;
  color: var(--primary-color);
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.pkg-title {
  font-size: 48px;
  font-weight: 800;
  color: #032447;
  margin-bottom: 20px;
}

.pkg-title span {
  color: var(--primary-color);
}

.pkg-text {
  margin: auto;
  line-height: 31px;
  color: #666;
}

.pkg-card {
  background: #fff;

  border-radius: 20px;

  padding: 20px;

  overflow: hidden;

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);

  transition: 0.4s;

  height: 100%;
}

.pkg-card:hover {
  transform: translateY(-12px);
}

.pkg-img {
  position: relative;

  overflow: hidden;
}

.pkg-img img {
  width: 100%;

  height: 260px;

  object-fit: cover;

  transition: 0.5s;
}

.pkg-card:hover img {
  transform: scale(1.08);
}

.price {
  position: absolute;

  right: 20px;

  top: 20px;

  background: var(--primary-color);

  color: #fff;

  padding: 10px 18px;

  border-radius: 40px;

  font-weight: 700;
}

.pkg-body {
  padding: 30px 10px;
}

.top {
  display: flex;

  justify-content: space-between;

  margin-bottom: 18px;

  font-size: 14px;

  color: var(--primary-color);

  font-weight: 600;
}

.pkg-body h3 {
  font-size: 24px;

  margin-bottom: 15px;

  color: #032447;
}

.pkg-body p {
  line-height: 29px;

  color: #666;

  margin-bottom: 20px;
}

.pkg-body ul {
  padding: 0;

  list-style: none;

  margin-bottom: 25px;
}

.pkg-body ul li {
  padding: 8px 0;

  color: #444;
}

.pkg-btn {
  display: inline-block;

  padding: 14px 30px;

  background: linear-gradient(90deg, var(--primary-color), #005eff);

  color: #fff;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.35s;
}

.pkg-btn:hover {
  background: #032447;

  color: #fff;
}

/*===========================
DOMESTIC DESTINATIONS
===========================*/

.dom-sec {
  padding: 60px 0;

  background: linear-gradient(135deg,
      var(--primary-color),
      #08285f,
      var(--secondary-color));
}

.dom-tag {
  display: inline-block;

  padding: 10px 20px;

  background: #dff6ff;

  color: var(--primary-color);

  border-radius: 40px;

  font-weight: 600;

  margin-bottom: 20px;
}

.dom-title {
  font-size: 50px;

  font-weight: 800;

  margin-bottom: 20px;

  color: #032447;
}

.dom-title span {
  color: var(--primary-color);
}

.dom-text {
  margin: auto;

  line-height: 31px;

  color: #666;
}

.dom-card {
  background: #fff;

  border-radius: 22px;

  overflow: hidden;

  transition: 0.4s;

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);

  height: 100%;
  padding: 20px;
}

.dom-card:hover {
  transform: translateY(-12px);
}

.dom-img {
  position: relative;

  overflow: hidden;
}

.dom-img img {
  width: 100%;

  height: 260px;

  object-fit: cover;

  transition: 0.5s;
}

.dom-card:hover img {
  transform: scale(1.08);
}

.dom-overlay {
  position: absolute;

  top: 18px;

  left: 18px;
}

.dom-overlay span {
  background: var(--primary-color);

  padding: 10px 18px;

  color: #fff;

  border-radius: 30px;

  font-weight: 700;
}

.dom-body {
  padding: 28px 10px;
}

.dom-body h4 {
  font-size: 28px;

  margin-bottom: 15px;

  color: #032447;
}

.dom-body p {
  line-height: 29px;

  color: #666;

  margin-bottom: 20px;
}

.dom-body ul {
  padding: 0;

  list-style: none;

  margin-bottom: 25px;
}

.dom-body ul li {
  padding: 8px 0;

  color: #444;
}

.dom-body a {
  display: inline-block;

  padding: 14px 28px;

  background: linear-gradient(90deg, var(--primary-color), #005eff);

  color: #fff;

  text-decoration: none;

  border-radius: 50px;

  font-weight: 600;

  transition: 0.35s;
}

.dom-body a:hover {
  background: #032447;
}

/*===========================
INTERNATIONAL PACKAGES
===========================*/

.int-sec {
  padding: 110px 0;
  background: #041d37;
  background: linear-gradient(90deg, #c5000ea9, rgba(5, 37, 75, 0.88));
}

.int-tag {
  display: inline-block;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.12);
  color: #59d7ff;
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.int-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.int-title span {
  color: #29d2ff;
}

.int-text {
  margin: auto;
  line-height: 31px;
  color: #c9d8e6;
}

.int-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
  height: 100%;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.int-card:hover {
  transform: translateY(-12px);
}

.int-img {
  position: relative;
  overflow: hidden;
}

.int-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.5s;
}

.int-card:hover img {
  transform: scale(1.08);
}

.badge-price {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--primary-color);
  padding: 10px 18px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
}

.int-body {
  padding: 28px;
}

.top-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.int-body h4 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #032447;
}

.int-body p {
  line-height: 28px;
  color: #666;
  margin-bottom: 20px;
}

.int-body ul {
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.int-body ul li {
  padding: 7px 0;
  color: #444;
}

.int-body a {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(90deg, var(--primary-color), #005eff);
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.35s;
}

.int-body a:hover {
  background: #032447;
}

/*==========================
CORPORATE TRAVEL
==========================*/

.corp-sec {
  padding: 110px 0;
  background: #f7fbff;
}

.corp-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #dff5ff;
  color: #0097df;
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.corp-title {
  font-size: 48px;
  font-weight: 800;
  color: #032447;
  margin-bottom: 20px;
}

.corp-title span {
  color: var(--primary-color);
}

.corp-text {
  line-height: 31px;
  color: #666;
  margin-bottom: 35px;
}

.corp-list {
  margin-bottom: 35px;
}

.corp-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #444;
}

.corp-item i {
  width: 34px;
  height: 34px;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

.corp-btn {
  display: inline-block;
  padding: 16px 34px;
  background: linear-gradient(90deg, var(--primary-color), #005eff);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.35s;
}

.corp-btn:hover {
  background: #032447;
  color: #fff;
  transform: translateY(-4px);
}

.corp-card {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}

.corp-card:hover {
  transform: translateY(-10px);
}

.corp-card i {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  font-size: 30px;
  margin-bottom: 22px;
}

.corp-card h4 {
  font-size: 20px;
  color: #032447;
  margin-bottom: 15px;
  font-weight: 700;
}

.corp-card p {
  line-height: 28px;
  color: #666;
  margin: 0;
}

/*=========================
TRAVEL ASSISTANCE
=========================*/

.tas-sec {
  padding: 110px 0;

  background: linear-gradient(180deg, #03192d, #05294d);
  background: linear-gradient(90deg, #c5000ea1, rgba(5, 37, 75, 0.88));
}

.tas-tag {
  display: inline-block;

  padding: 10px 22px;

  background: rgba(255, 255, 255, 0.1);

  color: #59d8ff;

  border-radius: 50px;

  font-weight: 600;

  margin-bottom: 20px;
}

.tas-title {
  font-size: 48px;

  font-weight: 800;

  color: #fff;

  margin-bottom: 20px;
}

.tas-title span {
  display: block;

  color: #2fd5ff;
}

.tas-text {
  margin: auto;

  line-height: 31px;

  color: #d7e2ef;
}

.tas-card {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(18px);

  padding: 20px;

  border-radius: 20px;

  text-align: center;

  height: 100%;

  transition: 0.4s;

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tas-card:hover {
  transform: translateY(-12px);

  background: rgba(255, 255, 255, 0.12);
}

.tas-icon {
  width: 80px;

  height: 80px;

  margin: auto;

  margin-bottom: 25px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: linear-gradient(135deg, var(--primary-color), #005eff);

  font-size: 30px;

  color: #fff;

  transition: 0.4s;
}

.tas-card:hover .tas-icon {
  transform: rotateY(180deg);
}

.tas-card h4 {
  color: #fff;

  font-size: 20px;

  margin-bottom: 15px;
}

.tas-card p {
  color: #d7d7d7;

  line-height: 28px;

  margin: 0;
}

/*=========================
WHY CHOOSE US
=========================*/

.why-sec {
  padding: 110px 0;
  background: #f6fbff;
}

.why-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #dff5ff;
  color: var(--primary-color);
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.why-title {
  font-size: 48px;
  font-weight: 800;
  color: #032447;
  margin-bottom: 20px;
}

.why-title span {
  display: block;
  color: var(--primary-color);
}

.why-text {
  line-height: 31px;
  color: #666;
  margin-bottom: 35px;
}

.why-list {
  margin-bottom: 35px;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #444;
}

.why-item i {
  color: var(--primary-color);
  font-size: 18px;
}

.why-btn {
  display: inline-block;
  padding: 16px 34px;
  background: linear-gradient(90deg, var(--primary-color), #005eff);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.35s;
}

.why-btn:hover {
  background: #032447;
  color: #fff;
  transform: translateY(-4px);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.why-box {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}

.why-box:hover {
  transform: translateY(-10px);
}

.why-box h3 {
  display: inline-block;
  font-size: 48px;
  font-weight: 800;
  color: var(--primary-color);
  margin: 0;
}

.why-box span {
  font-size: 28px;
  font-weight: 700;
  color: #032447;
}

.why-box p {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
  color: #555;
}

/*=========================
BOOKING JOURNEY
=========================*/

.journey-sec {
  padding: 110px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.journey-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #dff6ff;
  color: var(--primary-color);
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.journey-title {
  font-size: 48px;
  font-weight: 800;
  color: #032447;
  margin-bottom: 20px;
}

.journey-title span {
  display: block;
  color: var(--primary-color);
}

.journey-text {
  margin: auto;
  line-height: 31px;
  color: #666;
}

.journey-line {
  position: absolute;
  top: 360px;
  left: 8%;
  width: 84%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), #005eff);
  z-index: 1;
}

.journey-card {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 25px 10px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
  height: 100%;
}

.journey-card:hover {
  transform: translateY(-12px);
}

.journey-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  font-size: 30px;
  transition: 0.4s;
}

.journey-card:hover .journey-icon {
  transform: rotateY(180deg);
}

.step {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  background: #e8f8ff;
  border-radius: 30px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 14px;
}

.journey-card h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #032447;
}

.journey-card p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin: 0;
}

/*==============================
FINAL CTA
==============================*/

.svc-cta {
  padding: 110px 0;

  background: linear-gradient(135deg, #031a35, #052d58, #073f79);

  background: linear-gradient(90deg, #c5000ea1, rgba(5, 37, 75, 0.88));

  overflow: hidden;

  position: relative;
}

.svc-box {
  position: relative;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(20px);

  border-radius: 30px;

  padding: 40px;

  border: 1px solid rgba(255, 255, 255, 0.12);

  overflow: hidden;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.plane-bg {
  position: absolute;

  right: -60px;

  top: -40px;

  font-size: 230px;

  color: rgba(255, 255, 255, 0.05);

  animation: flyMove 8s ease-in-out infinite;

  pointer-events: none;
}

.svc-tag {
  display: inline-block;

  padding: 10px 22px;

  background: rgba(255, 255, 255, 0.12);

  border-radius: 50px;

  color: var(--white);

  font-weight: 600;

  margin-bottom: 20px;
}

.svc-box h2 {
  font-size: 38px;

  font-weight: 800;

  color: #fff;

  margin-bottom: 25px;
}

.svc-box h2 span {
  color: #2fd5ff;
}

.svc-box p {
  color: #d9e5ef;

  line-height: 31px;

  margin-bottom: 35px;
}

.svc-btns {
  display: flex;

  flex-wrap: wrap;

  gap: 16px;
}

.svc-btns a {
  padding: 15px 30px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 700;

  transition: 0.35s;
}

.svc-book {
  background: var(--primary-color);

  color: var(--white);
}

.svc-book:hover {
  background: #fff;
}

.svc-holiday {
  background: #fff;

  color: var(--primary-color);
}

.svc-holiday:hover {
  background: var(--primary-color);
  color: white;
}

.svc-contact {
  border: 2px solid rgba(255, 255, 255, 0.3);

  color: #fff;
}

.svc-contact:hover {
  background: #fff;

  color: #032447;
}

.svc-news {
  background: rgba(255, 255, 255, 0.08);

  padding: 25px;

  border-radius: 25px;
}

.offer {
  display: flex;

  align-items: center;

  gap: 18px;

  margin-bottom: 25px;
}

.offer i {
  width: 60px;

  height: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: var(--primary-color);

  border-radius: 50%;

  font-size: 24px;

  color: white;
}

.offer h5 {
  margin: 0;

  color: #fff;
}

.offer span {
  font-size: 14px;

  color: #d6e4ef;
}

.svc-news h4 {
  color: #fff;
  font-size: var(--fs-sm);

  margin-bottom: 20px;
}

.svc-news form {
  display: flex;

  flex-direction: column;

  gap: 15px;

  margin-bottom: 25px;
}

.svc-news input {
  height: 55px;

  border: none;

  border-radius: 50px;

  padding: 0 20px;

  outline: none;
}

.svc-news button {
  height: 55px;

  border: none;

  border-radius: 50px;

  background: var(--primary-color);

  color: var(--white);

  font-weight: 700;
}

.app-box {
  margin: 20px 0;
}

.app-btns {
  display: flex;

  gap: 15px;

  flex-wrap: wrap;

  margin-top: 18px;
}

.app-btns a {
  padding: 12px 20px;

  background: rgba(255, 255, 255, 0.12);

  color: #fff;

  text-decoration: none;

  border-radius: 40px;
}

.svc-social {
  display: flex;

  gap: 14px;

  margin-top: 25px;

  flex-wrap: wrap;
}

.svc-social a {
  width: 46px;

  height: 46px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  color: #fff;

  transition: 0.35s;
}

.svc-social a:hover {
  background: #2fd5ff;

  color: #032447;

  transform: translateY(-5px);
}

@keyframes flyMove {
  50% {
    transform: translateY(-15px) rotate(-6deg);
  }
}

/* service page end */

/* academy page start */

/*==============================
ACADEMY HERO
==============================*/

.acad-hero {
  position: relative;

  overflow: hidden;

  background: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1920&q=80") center center/cover no-repeat;

  padding: 160px 0;
}

.acad-overlay {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(90deg, #f81713a1, rgba(5, 38, 76, 0.86));
}

.acad-hero .container {
  position: relative;

  z-index: 2;
}

.acad-tag {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 10px 24px;

  background: rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(10px);

  border-radius: 40px;

  color: var(--white);

  font-weight: 600;

  margin-bottom: 25px;
}

.acad-tag i {
  color: var(--white);
}

.acad-hero h1 {
  font-size: 58px;

  font-weight: 800;

  line-height: 1.1;

  color: #fff;

  margin-bottom: 25px;
}

.acad-hero h1 span {
  color: #2fd5ff;

  display: block;
}

.acad-hero p {
  font-size: 18px;

  line-height: 32px;

  color: #d8e5ef;

  margin-bottom: 40px;
}

.acad-btns {
  display: flex;

  gap: 18px;

  flex-wrap: wrap;

  margin-bottom: 45px;
}

.btn-admission {
  padding: 16px 34px;

  background: var(--primary-color);

  color: var(--white);

  font-weight: 700;

  border-radius: 50px;

  text-decoration: none;

  transition: 0.35s;
}

.btn-admission:hover {
  background: #fff;

  transform: translateY(-5px);
}

.btn-course {
  padding: 16px 34px;

  border: 2px solid rgba(255, 255, 255, 0.25);

  color: #fff;

  border-radius: 50px;

  text-decoration: none;

  transition: 0.35s;
}

.btn-course:hover {
  background: #fff;

  color: #032447;
}

.acad-stats {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;
}

.acad-stats h3 {
  font-size: 38px;

  font-weight: 800;

  color: var(--white);

  margin-bottom: 6px;
}

.acad-stats span {
  font-size: 15px;

  color: #d6e3ef;
}

.acad-card {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(18px);

  padding: 40px;

  border-radius: 25px;

  border: 1px solid rgba(255, 255, 255, 0.12);

  animation: floatCard 5s ease-in-out infinite;
}

.acad-icon {
  width: 85px;

  height: 85px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background: linear-gradient(135deg, var(--primary-color), #005eff);

  color: #fff;

  font-size: 34px;

  margin-bottom: 25px;
}

.acad-card h3 {
  color: #fff;

  font-size: 30px;

  margin-bottom: 20px;
}

.acad-card p {
  color: #d7e4ef;

  line-height: 30px;

  margin-bottom: 25px;
}

.acad-card ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.acad-card li {
  margin-bottom: 16px;

  color: #fff;
}

.acad-card li i {
  color: #5effa8;

  margin-right: 10px;
}

.plane-float {
  position: absolute;

  right: -60px;

  bottom: 30px;

  font-size: 220px;

  color: rgba(255, 255, 255, 0.05);

  animation: planeMove 9s linear infinite;
}

@keyframes floatCard {
  50% {
    transform: translateY(-12px);
  }
}

@keyframes planeMove {
  50% {
    transform: translate(-30px, -20px) rotate(-6deg);
  }
}

/*==========================
WHY CHOOSE ACADEMY
==========================*/

.aca-why {
  padding: 80px 0;
  background: #f5fbff;
}

.aca-img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.aca-img img {
  width: 100%;
  border-radius: 25px;
  transition: 0.5s;
}

.aca-img:hover img {
  transform: scale(1.05);
}

.aca-exp {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(3, 36, 71, 0.92);
  padding: 25px 30px;
  border-radius: 18px;
  color: #fff;
}

.aca-exp h2 {
  font-size: 48px;
  font-weight: 800;
  margin: 0;
  color: var(--primary-color);
}

.aca-exp span {
  font-size: 16px;
}

.aca-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #dff5ff;
  color: var(--primary-color);
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.aca-title {
  font-size: 30px;
  font-weight: 800;
  color: #032447;
  margin-bottom: 10px;
  line-height: normal;
}

.aca-title span {
  color: var(--primary-color);
  display: block;
}

.aca-text {
  line-height: 31px;
  color: #666;
  margin-bottom: 10px;
}

.aca-box {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}

.aca-box:hover {
  transform: translateY(-10px);
}

.aca-box i {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.aca-box h5 {
  font-size: 20px;
  font-weight: 700;
  color: #032447;
  margin-bottom: 12px;
}

.aca-box p {
  margin: 0;
  color: #666;
  line-height: 28px;
}

/*=========================
COURSES SECTION
=========================*/

.course-sec {
  padding: 80px 0;
  background: #031c37;
}

.course-tag {
  display: inline-block;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.12);
  color: #61dbff;
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.course-title {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.course-title span {
  display: block;
  color: #2fd5ff;
}

.course-text {
  margin: auto;
  line-height: 31px;
  color: #d8e5ef;
}

.course-card {
  background: #fff;
  padding: 30px;
  border-radius: 22px;
  height: 100%;
  transition: 0.35s;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.course-card:hover {
  transform: translateY(-10px);
}

.course-icon {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.course-card h4 {
  font-size: 24px;
  font-weight: 700;
  color: #032447;
  margin-bottom: 8px;
}

.course-card span {
  display: block;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 18px;
}

.course-card p {
  color: #666;
  line-height: 28px;
  margin-bottom: 18px;
}

.course-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.course-card ul li {
  padding: 6px 0;
  color: #444;
  font-size: 15px;
}

.course-card a {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(90deg, var(--primary-color), #005eff);
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s;
}

.course-card a:hover {
  background: #032447;
}

/*=========================
TRAINING EXPERIENCE
=========================*/

.train-sec {
  padding: 80px 0;
  background: #f7fbff;
}

.train-img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.train-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 25px;
  transition: 0.5s;
}

.train-img:hover img {
  transform: scale(1.05);
}

.train-floating {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: rgba(3, 36, 71, 0.92);
  backdrop-filter: blur(15px);
  padding: 25px 30px;
  border-radius: 20px;
  color: #fff;
  max-width: 260px;
}

.train-floating h3 {
  font-size: 46px;
  font-weight: 800;
  color: #2fd5ff;
  margin-bottom: 8px;
}

.train-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #dff6ff;
  border-radius: 40px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 18px;
}

.train-title {
  font-size: 40px;
  line-height: normal;
  font-weight: 800;
  color: #032447;
  margin-bottom: 22px;
}

.train-title span {
  display: block;
  color: var(--primary-color);
}

.train-text {
  line-height: 31px;
  color: #666;
  margin-bottom: 40px;
}

.train-time {
  position: relative;
  padding-left: 25px;
  border-left: 3px solid var(--primary-color);
}

.train-item {
  display: flex;
  gap: 22px;
  margin-bottom: 35px;
  position: relative;
}

.train-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  margin-left: -60px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.train-item h5 {
  font-size: 23px;
  font-weight: 700;
  color: #032447;
  margin-bottom: 10px;
}

.train-item p {
  margin: 0;
  line-height: 28px;
  color: #666;
}

/*=========================
PLACEMENT SECTION
=========================*/

.place-sec {
  padding: 80px 0;
  background: linear-gradient(90deg, #f81713a1, rgba(5, 38, 76, 0.86));
  color: #fff;
}

.place-img {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.place-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  transition: 0.5s;
}

.place-img:hover img {
  transform: scale(1.05);
}

.place-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  padding: 25px;
  border-radius: 18px;
}

.place-tag {
  display: inline-block;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  color: #5ddcff;
  font-weight: 600;
  margin-bottom: 18px;
}

.place-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

.place-title span {
  display: block;
  color: #2fd5ff;
}

.place-text {
  color: #d5e3ef;
  line-height: 31px;
}

.place-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 18px;
  height: 100%;
  transition: 0.35s;
}

.place-card:hover {
  transform: translateY(-8px);
}

.place-card i {
  font-size: 28px;
  color: #2fd5ff;
  margin-bottom: 15px;
}

.place-card h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.place-card p {
  color: #d5e3ef;
  font-size: 15px;
  line-height: 26px;
}

.counter-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 18px;
}

.counter-box h2 {
  font-size: 46px;
  color: #2fd5ff;
  font-weight: 800;
}

.counter-box span {
  color: #d5e3ef;
}

.partner-area {
  margin-top: 70px;
  text-align: center;
}

.partner-area h4 {
  margin-bottom: 30px;
  font-size: 28px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.partner-grid div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  font-weight: 600;
}

/*=========================
STUDENT BENEFITS
=========================*/

.benefit-sec {
  padding: 80px 0;
  background: #f7fbff;
}

.benefit-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #dff6ff;
  color: var(--primary-color);
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.benefit-title {
  font-size: 42px;
  line-height: normal;
  font-weight: 800;
  color: #032447;
  margin-bottom: 20px;
}

.benefit-title span {
  display: block;
  color: var(--primary-color);
}

.benefit-text {
  margin: auto;
  line-height: 31px;
  color: #666;
}

.benefit-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 22px;
  height: 100%;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}

.benefit-card:hover {
  transform: translateY(-10px);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  font-size: 30px;
}

.benefit-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #032447;
  margin-bottom: 15px;
}

.benefit-card p {
  color: #666;
  line-height: 28px;
  margin: 0;
}

/*=========================
ADMISSION JOURNEY
=========================*/

.adm-sec {
  padding: 80px 0;
  background: linear-gradient(135deg, #031c37, var(--primary-color), #073f79);
  position: relative;
  overflow: hidden;
}

.adm-tag {
  display: inline-block;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  color: #5ddcff;
  font-weight: 600;
  margin-bottom: 18px;
}

.adm-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.adm-title span {
  display: block;
  color: #2fd5ff;
}

.adm-text {
  max-width: 850px;
  margin: auto;
  color: #d6e4ef;
  line-height: 31px;
}

.flight-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 355px;
  height: 3px;
  background: linear-gradient(90deg,
      var(--primary-color),
      #2fd5ff,
      var(--primary-color));
  opacity: 0.3;
}

.adm-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 30px;
  border-radius: 22px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: 0.35s;
  position: relative;
  z-index: 2;
}

.adm-card:hover {
  transform: translateY(-10px);
}

.adm-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  font-size: 30px;
}

.adm-card span {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  color: #2fd5ff;
  font-size: 13px;
  margin-bottom: 12px;
}

.adm-card h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

.adm-card p {
  color: #d6e4ef;
  line-height: 28px;
  margin: 0;
}

.plane-path {
  position: absolute;
  right: -60px;
  bottom: 20px;
  font-size: 180px;
  color: rgba(255, 255, 255, 0.05);
  animation: planeFly 8s ease-in-out infinite;
}

@keyframes planeFly {
  50% {
    transform: translate(-35px, -18px) rotate(-8deg);
  }
}

/*==============================
ACADEMY CTA
==============================*/

.acad-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #02172d, #04274a, #063b70);
  overflow: hidden;
}

.cta-wrap {
  position: relative;
  padding: 50px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.12);
  color: #5ddcff;
  margin-bottom: 20px;
  font-weight: 600;
}

.cta-wrap h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 22px;
}

.cta-wrap h2 span {
  display: block;
  color: #2fd5ff;
}

.cta-wrap p {
  color: #d6e4ef;
  line-height: 31px;
  margin-bottom: 30px;
}

.cta-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 35px;
}

.cta-points div {
  color: #fff;
}

.cta-points i {
  color: #42f59b;
  margin-right: 8px;
}

.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.cta-btns a {
  padding: 15px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.35s;
  color: var(--white);
}

.cta-btns .btn-apply {
  color: var(--white);
  background-color: var(--primary-color);
}

.btn-apply {
  background: #2fd5ff;
  color: #032447;
}

.btn-course {
  background: #fff;
  color: #032447;
}

.btn-brochure {
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.btn-apply:hover,
.btn-course:hover,
.btn-brochure:hover {
  transform: translateY(-5px);
}

.cta-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 35px;
  border-radius: 22px;
}

.cta-card h4 {
  color: #fff;
  margin-bottom: 15px;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  padding: 20px;
}

.contact-box i {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
}

.contact-box strong {
  display: block;
  color: #fff;
}

.contact-box span {
  color: #d6e4ef;
}

.newsletter {
  margin-top: 30px;
}

.newsletter h5 {
  color: #fff;
  margin-bottom: 15px;
}

.newsletter input {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 50px;
  padding: 0 18px;
  margin-bottom: 12px;
}

.newsletter button {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 50px;
  background: #2fd5ff;
  font-weight: 700;
}

.plane-bg {
  position: absolute;
  right: -60px;
  top: -40px;
  font-size: 220px;
  color: rgba(255, 255, 255, 0.05);
  animation: flyAcademy 8s ease-in-out infinite;
}

@keyframes flyAcademy {
  50% {
    transform: translate(-35px, -18px) rotate(-6deg);
  }
}

/* academy page end */

/* clientle page start */

/*==============================
CLIENTELE HERO
==============================*/

.cl-hero {
  position: relative;

  overflow: hidden;

  padding: 160px 0 60px;

  background: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
}

.cl-overlay {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(90deg, #c5000ea9, rgba(5, 37, 75, 0.88));
}

.cl-hero .container {
  position: relative;

  z-index: 2;
}

.cl-tag {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 10px 24px;

  background: rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(12px);

  border-radius: 50px;

  color: var(--white);

  font-weight: 600;

  margin-bottom: 25px;
}

.cl-tag i {
  color: #2fd5ff;
}

.cl-hero h1 {
  font-size: 54px;

  font-weight: 800;

  line-height: 1.2;

  color: #fff;

  margin-bottom: 20px;
}

.cl-hero h1 span {
  display: block;

  color: var(--white);
}

.cl-hero p {
  font-size: 18px;

  line-height: 32px;

  color: #d6e4ef;

  margin-bottom: 40px;
}

.cl-btns {
  display: flex;

  gap: 18px;

  flex-wrap: wrap;

  margin-bottom: 45px;
}

.cl-btn1 {
  padding: 16px 34px;

  background: var(--primary-color);

  color: var(--white);

  text-decoration: none;

  border-radius: 50px;

  font-weight: 700;

  transition: 0.35s;
}

.cl-btn1:hover {
  background: #fff;

  color: var(--primary-color);

  transform: translateY(-5px);
}

.cl-btn2 {
  padding: 16px 34px;

  border: 2px solid rgba(255, 255, 255, 0.25);

  color: #fff;

  text-decoration: none;

  border-radius: 50px;

  font-weight: 700;

  transition: 0.35s;
}

.cl-btn2:hover {
  background: #fff;

  color: var(--primary-color);
}

.cl-stats {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
}

.cl-stats div {
  background: rgba(255, 255, 255, 0.08);

  padding: 20px;

  border-radius: 18px;

  text-align: center;

  backdrop-filter: blur(10px);
}

.cl-stats h3 {
  font-size: 36px;

  color: var(--white);

  font-weight: 800;

  margin-bottom: 6px;
}

.cl-stats span {
  font-size: 14px;

  color: #d6e4ef;
}

.cl-card {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(18px);

  padding: 30px;

  border-radius: 25px;

  border: 1px solid rgba(255, 255, 255, 0.12);

  animation: cardFloat 5s ease-in-out infinite;
}

.cl-icon {
  width: 85px;

  height: 85px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: linear-gradient(135deg, var(--primary-color), #005eff);

  color: #fff;

  font-size: 34px;

  margin-bottom: 25px;
}

.cl-card h3 {
  color: #fff;

  font-size: 24px;

  line-height: normal;

  margin-bottom: 10px;
}

.cl-card p {
  color: #d6e4ef;

  line-height: 30px;

  margin-bottom: 25px;
}

.cl-card ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.cl-card li {
  margin-bottom: 16px;

  color: #fff;
}

.cl-card li i {
  color: #45f89d;

  margin-right: 10px;
}

/* Floating Labels */

.cl-float {
  position: absolute;

  padding: 14px 20px;

  background: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(15px);

  border-radius: 50px;

  color: #fff;

  font-weight: 600;

  animation: floatLabel 5s infinite;

  z-index: 2;
}

.cl-float i {
  color: #2fd5ff;

  margin-right: 8px;
}

.one {
  top: 33%;
  right: 47%;
  left: 40%;
}

.two {
  top: 106%;
  right: 3%;
}

.three {
  bottom: 2%;
  right: 18%;
}

.cl-plane {
  position: absolute;

  left: -80px;

  bottom: 30px;

  font-size: 200px;

  color: rgba(255, 255, 255, 0.05);

  animation: planeMove 12s linear infinite;
}

@keyframes planeMove {
  50% {
    transform: translate(60px, -20px) rotate(-8deg);
  }
}

@keyframes floatLabel {
  50% {
    transform: translateY(-12px);
  }
}

@keyframes cardFloat {
  50% {
    transform: translateY(-12px);
  }
}

/*=========================
CLIENT CATEGORIES
=========================*/

.cli-sec {
  padding: 60px 0;
  background: #f6fbff;
}

.cli-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #dff6ff;
  color: var(--primary-color);
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.cli-title {
  font-size: 40px;
  font-weight: 800;
  color: #032447;
  line-height: normal;
  margin-bottom: 20px;
}

.cli-title span {
  display: block;
  color: var(--primary-color);
}

.cli-text {
  margin: auto;
  line-height: 31px;
  color: #666;
}

.cli-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
  height: 100%;
}

.cli-card:hover {
  transform: translateY(-10px);
}

.cli-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.5s;
}

.cli-card:hover img {
  transform: scale(1.08);
}

.cli-content {
  padding: 28px;
}

.cli-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.cli-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #032447;
  margin-bottom: 14px;
}

.cli-content p {
  line-height: 28px;
  color: #666;
  margin-bottom: 20px;
}

.cli-content span {
  display: inline-block;
  padding: 8px 16px;
  background: #e8f8ff;
  border-radius: 30px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}

.trust-strip {
  margin-top: 40px;
  background: #032447;
  padding: 20px;
  border-radius: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px;
}

.trust-item i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-color), #005eff);
  color: #fff;
  font-size: 20px;
  margin: 0px;
}

.trust-item h5 {
  color: var(--primary-color);
  font-size: 17px;
  margin-bottom: 8px;
}

.trust-item p {
  color: var(--info-color);
  margin: 0;
  line-height: 26px;
}

/*=========================
INDUSTRIES WE SERVE
=========================*/

.ind-sec {
  padding: 60px 0;
  background: #fff;
}

.ind-tag {
  display: inline-block;
  padding: 10px 22px;
  background: #dff6ff;
  color: var(--primary-color);
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.ind-title {
  font-size: 40px;
  font-weight: 800;
  color: #032447;
  margin-bottom: 10px;
}

.ind-title span {
  display: block;
  color: var(--primary-color);
}

.ind-text {
  margin: auto;
  line-height: 31px;
  color: #666;
  margin-bottom: 40px;
}

.ind-row {
  margin-bottom: 30px;
}

.ind-row img {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.ind-row img:hover {
  transform: scale(1.03);
}

.ind-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #032447;
  margin-bottom: 20px;
}

.ind-box h3 i {
  color: var(--primary-color);
  margin-right: 10px;
}

.ind-box p {
  line-height: 28px;
  color: #666;
  margin-bottom: 10px;
}

.ind-box ul {
  padding-left: 20px;
}

.ind-box li {
  margin-bottom: 6px;
  color: #444;
}

.mini-card {
  background: #f8fbff;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  transition: 0.35s;
  border: 1px solid #e8f2ff;
}

.mini-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.mini-card i {
  font-size: 34px;
  color: var(--primary-color);
  margin-bottom: 18px;
}

.mini-card h5 {
  font-size: 22px;
  font-weight: 700;
  color: #032447;
  margin-bottom: 15px;
}

.mini-card p {
  margin: 0;
  line-height: 28px;
  color: #666;
}

/*=========================
SUCCESS STORIES
=========================*/

.cs-sec {
  padding: 60px 0;

  background: linear-gradient(135deg,
      var(--primary-color),
      #06264a,
      var(--primary-color));
}

.cs-tag {
  display: inline-block;

  padding: 10px 22px;

  background: rgba(255, 255, 255, 0.12);

  border-radius: 40px;

  color: #61d8ff;

  font-weight: 600;

  margin-bottom: 20px;
}

.cs-title {
  font-size: 48px;

  font-weight: 800;

  line-height: normal;

  color: #fff;

  margin-bottom: 20px;
}

.cs-title span {
  display: block;

  color: #2fd5ff;
}

.cs-text {
  margin: auto;

  line-height: 31px;

  color: #d6e4ef;
}

.cs-counter {
  background: rgba(255, 255, 255, 0.08);

  padding: 35px 20px;

  border-radius: 20px;

  text-align: center;

  backdrop-filter: blur(15px);

  transition: 0.35s;
}

.cs-counter:hover {
  transform: translateY(-8px);
}

.cs-counter h2 {
  font-size: 40px;

  font-weight: 800;

  color: #2fd5ff;

  margin-bottom: 10px;
}

.cs-counter span {
  color: #d6e4ef;

  font-size: 15px;
}

.ts-card {
  background: rgba(255, 255, 255, 0.08);

  padding: 35px;

  border-radius: 22px;

  height: 100%;

  backdrop-filter: blur(15px);

  transition: 0.35s;
}

.ts-card:hover {
  transform: translateY(-10px);
}

.quote {
  width: 65px;

  height: 65px;

  border-radius: 50%;

  background: linear-gradient(135deg, var(--primary-color), #005eff);

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 24px;

  color: #fff;

  margin-bottom: 25px;
}

.ts-card p {
  color: #d6e4ef;

  line-height: 30px;

  margin-bottom: 25px;
}

.ts-card h5 {
  color: #fff;

  margin-bottom: 5px;
}

.ts-card span {
  color: #61d8ff;
}

.trust-banner {
  margin-top: 40px;

  padding: 35px;

  background: rgba(255, 255, 255, 0.08);

  border-radius: 25px;

  backdrop-filter: blur(15px);
}

.trust-banner h3 {
  color: #fff;

  font-size: 28px;

  margin-bottom: 15px;
}

.trust-banner p {
  color: #d6e4ef;

  margin: 0;

  line-height: 30px;
}

.trust-btn {
  display: inline-block;

  padding: 16px 36px;

  background: var(--white);

  color: var(--primary-color);

  font-weight: 700;

  text-decoration: none;

  border-radius: 50px;

  transition: 0.35s;
}

.trust-btn:hover {
  background: #fff;

  transform: translateY(-5px);
}

/*==============================
CORPORATE CTA
==============================*/

.corp-cta {
  padding: 60px 0;
  background: linear-gradient(135deg, #02162b, #04284d, #063d73);
  background: white;
  position: relative;
  overflow: hidden;
}

.cta-box {
  padding: 40px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg,
      var(--primary-color),
      #06264a,
      var(--primary-color));
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 2;
}

.corp-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  color: #5ddcff;
  font-weight: 600;
  margin-bottom: 20px;
}

.corp-cta h2 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.corp-cta h2 span {
  display: block;
  color: #2fd5ff;
}

.corp-cta p {
  color: #d6e4ef;
  line-height: 31px;
  margin-bottom: 20px;
}

.corp-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 30px 0;
}

.corp-benefits div {
  color: #fff;
}

.corp-benefits i {
  color: #42f59b;
  margin-right: 8px;
}

.corp-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.corp-btn1,
.corp-btn2 {
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.35s;
}

.corp-btn1 {
  background: var(--primary-color);
  color: var(--white);
}

.corp-btn2 {
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.corp-btn1:hover,
.corp-btn2:hover {
  transform: translateY(-5px);
}

.corp-form {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 25px;
}

.corp-form h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.corp-form p {
  margin-bottom: 20px;
  font-size: 17px;
}

.corp-form input,
.corp-form select,
.corp-form textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 15px;
  border: none;
  border-radius: 12px;
  outline: none;
}

.corp-form button {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 50px;
  background: var(--primary-color);
  font-weight: 700;
  color: var(--white);
}

.contact-card {
  background: linear-gradient(135deg,
      var(--primary-color),
      #06264a,
      var(--primary-color));
  padding: 25px;
  border-radius: 22px;
  text-align: center;
  backdrop-filter: blur(12px);
  transition: 0.35s;
  height: 100%;
}

.contact-card:hover {
  transform: translateY(-8px);
}

.contact-card i {
  font-size: 34px;
  color: var(--white);
  margin-bottom: 18px;
}

.contact-card h5 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-card p {
  color: #d6e4ef;
  margin: 0;
}

.corp-plane {
  position: absolute;
  right: -60px;
  bottom: -30px;
  font-size: 220px;
  color: rgba(255, 255, 255, 0.05);
  animation: flyPlane 8s ease-in-out infinite;
}

@keyframes flyPlane {
  50% {
    transform: translate(-40px, -20px) rotate(-8deg);
  }
}

/* clientle page end */

/* terms & conditions page start */

/*==========================
TERMS HERO
==========================*/

.tmcnd-hero {
  position: relative;
  overflow: hidden;
  padding: 160px 0 80px;
  background: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=2000&q=80") center/cover no-repeat;
}

.tmcnd-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(2, 20, 45, 0.3),
      var(--primary-color));
}

.tmcnd-hero .container {
  position: relative;
  z-index: 5;
}

.tmcnd-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 24px;

  background: var(--white);

  backdrop-filter: blur(15px);

  border-radius: 50px;

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.tmcnd-breadcrumb {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

.tmcnd-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.tmcnd-breadcrumb li {
  color: #b7d7ef;
}

.tmcnd-content h1 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 25px;
}

.tmcnd-content h1 span {
  display: block;
  color: #2fd5ff;
}

.tmcnd-content p {
  font-size: 18px;
  line-height: 32px;
  color: #d7e5ef;
  margin-bottom: 40px;
}

.tmcnd-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tmcnd-info div {
  background: rgba(255, 255, 255, 0.08);

  padding: 25px;

  border-radius: 20px;

  backdrop-filter: blur(15px);
}

.tmcnd-info i {
  font-size: 28px;
  color: #2fd5ff;
  margin-bottom: 15px;
}

.tmcnd-info span {
  display: block;
  color: #a7cbe6;
}

.tmcnd-info strong {
  display: block;
  color: #fff;
  margin-top: 6px;
}

.tmcnd-card {
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(18px);

  padding: 30px;

  border-radius: 30px;

  border: 1px solid rgba(255, 255, 255, 0.12);

  animation: tmcndFloat 5s ease-in-out infinite;
}

.tmcnd-icon {
  width: 90px;
  height: 90px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #00b8ff, #005eff);

  font-size: 36px;

  color: #fff;

  margin-bottom: 25px;
}

.tmcnd-card h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tmcnd-card p {
  color: #d7e5ef;
  line-height: 30px;
}

.tmcnd-card ul {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.tmcnd-card li {
  margin-bottom: 15px;
  color: #fff;
}

.tmcnd-card li i {
  color: #4ef39a;
  margin-right: 10px;
}

.tmcnd-float {
  position: absolute;

  padding: 15px 22px;

  background: var(--white);

  backdrop-filter: blur(15px);

  border-radius: 50px;

  color: var(--primary-color);

  animation: tmcndFloat 5s infinite;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.tmcnd-float i {
  color: var(--primary-color);
  margin-right: 8px;
}

.tmcnd-float1 {
  top: 15%;
  right: 10%;
  z-index: 1111;
}

.tmcnd-float2 {
  top: 62%;
  right: 3%;
  z-index: 1111;
}

.tmcnd-float3 {
  bottom: 16%;
  right: 5%;
  z-index: 1111;
}

.tmcnd-plane {
  position: absolute;
  left: -60px;
  bottom: 30px;

  font-size: 180px;

  color: rgba(255, 255, 255, 0.05);

  animation: tmcndPlane 10s linear infinite;
}

.tmcnd-scroll {
  position: absolute;

  left: 50%;

  bottom: 25px;

  transform: translateX(-50%);

  text-align: center;

  color: #fff;
}

.tmcnd-scroll span {
  margin-top: 30px;
  display: inline-block;
}

.tmcnd-scroll i {
  display: block;

  margin-top: 8px;

  animation: bounce 2s infinite;
}

@keyframes bounce {
  50% {
    transform: translateY(8px);
  }
}

@keyframes tmcndFloat {
  50% {
    transform: translateY(-12px);
  }
}

@keyframes tmcndPlane {
  50% {
    transform: translate(60px, -25px) rotate(-8deg);
  }
}

@media (max-width: 991px) {
  .tmcnd-content {
    text-align: center;
  }

  .tmcnd-content h1 {
    font-size: 46px;
  }

  .tmcnd-card {
    margin-top: 50px;
  }

  .tmcnd-info {
    grid-template-columns: repeat(2, 1fr);
  }

  .tmcnd-float {
    display: none;
  }
}

@media (max-width: 576px) {
  .tmcnd-hero {
    padding: 80px 0;
  }

  .tmcnd-content h1 {
    font-size: 34px;
  }

  .tmcnd-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .tmcnd-info {
    grid-template-columns: 1fr;
  }

  .tmcnd-card {
    padding: 28px;
  }

  .tmcnd-card h3 {
    font-size: 26px;
  }

  .tmcnd-plane {
    font-size: 110px;
  }
}

/*=====================================
Booking Policy Section
======================================*/

.tmcnd-booking {
  padding: 60px 0;

  position: relative;

  /* background: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80"); */

  background-size: cover;

  background-position: center;

  overflow: hidden;
}

.tmcnd-booking-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(90deg,
      rgba(2, 20, 45, 0.9),
      var(--primary-color));

  background: #fff;
}

.tmcnd-small-title {
  display: inline-block;

  padding: 10px 24px;

  background: var(--primary-color);

  color: #fff;

  border-radius: 40px;

  font-weight: 600;
}

.tmcnd-main-title {
  color: #001837;

  font-size: 48px;

  font-weight: 800;

  margin: 20px 0;
}

.tmcnd-main-title span {
  color: #39d5ff;
}

.tmcnd-main-desc {
  color: #001837;

  line-height: 30px;
}

.tmcnd-policy-card {
  background: linear-gradient(135deg,
      rgba(2, 20, 45, 0.9),
      var(--primary-color));

  padding: 30px;

  border-radius: 22px;

  backdrop-filter: blur(16px);

  height: 100%;

  transition: 0.4s;

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tmcnd-policy-card:hover {
  transform: translateY(-10px);
}

.tmcnd-policy-icon {
  width: 75px;

  height: 75px;

  background: var(--white);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 30px;

  color: var(--primary-color);

  margin-bottom: 25px;
}

.tmcnd-policy-icon i {
  color: var(--primary-color);
}

.tmcnd-policy-card h4 {
  color: var(--white);

  margin-bottom: 15px;

  font-weight: 700;
}

.tmcnd-policy-card p {
  color: #d9e8f5;

  line-height: 28px;
  margin-bottom: 0px;
}

.tmcnd-process {
  margin-top: 50px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 30px;
}

.tmcnd-step {
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #ddd;
  padding: 30px 20px;

  border-radius: 20px;

  text-align: center;
}

.tmcnd-step-no {
  width: 70px;

  height: 70px;

  margin: auto;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));

  color: #fff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 22px;

  font-weight: 700;

  margin-bottom: 20px;
}

.tmcnd-step h5 {
  color: #032447;

  font-weight: 700;
}

.tmcnd-step p {
  color: #666;
  margin-bottom: 0px;
  line-height: 26px;
}

.tmcnd-note-box {
  margin-top: 50px;

  background: linear-gradient(90deg, var(--primary-color), #0060ff);

  padding: 35px;

  border-radius: 20px;

  color: #fff;
}

.tmcnd-note-box i {
  font-size: 48px;
}

.tmcnd-note-box h5 {
  font-weight: 700;

  margin-bottom: 10px;
}

.tmcnd-note-box p {
  margin: 0;

  line-height: 28px;
}

@media (max-width: 991px) {
  .tmcnd-main-title {
    font-size: 40px;
  }

  .tmcnd-process {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .tmcnd-booking {
    padding: 70px 0;
  }

  .tmcnd-main-title {
    font-size: 30px;
  }

  .tmcnd-process {
    grid-template-columns: 1fr;
  }

  .tmcnd-policy-card {
    padding: 25px;
  }

  .tmcnd-note-box {
    padding: 25px;

    text-align: center;
  }
}

/*====================================
Passenger Responsibilities
====================================*/

.tmcnd-passenger {
  padding: 80px 0;

  position: relative;

  background: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80") center/cover;

  overflow: hidden;
}

.tmcnd-passenger-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(90deg,
      rgba(2, 20, 45, 0.5),
      var(--primary-color));
}

.tmcnd-passenger-tag {
  display: inline-block;

  padding: 10px 22px;

  background: var(--white);

  color: var(--primary-color);

  border-radius: 40px;

  font-weight: 600;
}

.tmcnd-passenger-title {
  font-size: 42px;

  font-weight: 800;

  color: #fff;

  margin: 16px 0;
}

.tmcnd-passenger-title span {
  color: #38d7ff;
}

.tmcnd-passenger-desc {
  color: #dbe8f5;

  line-height: 31px;
}

.tmcnd-passenger-image {
  position: relative;
}

.tmcnd-passenger-image img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.tmcnd-image-card {
  position: absolute;

  left: 30px;

  bottom: 30px;

  background: rgba(255, 255, 255);

  backdrop-filter: blur(15px);

  padding: 25px;

  border-radius: 20px;

  max-width: 260px;
}

.tmcnd-image-card i {
  font-size: 40px;

  color: var(--primary-color);

  margin-bottom: 15px;
}

.tmcnd-image-card h5 {
  color: #001837;

  margin-bottom: 10px;
}

.tmcnd-image-card p {
  color: #001837;

  margin: 0;
}

.tmcnd-policy-box {
  background: rgba(255, 255, 255, 0.08);

  padding: 30px;

  border-radius: 20px;

  backdrop-filter: blur(16px);

  height: 100%;

  transition: 0.4s;
}

.tmcnd-policy-box:hover {
  transform: translateY(-8px);
}

.tmcnd-policy-box i {
  font-size: 32px;

  color: #38d7ff;

  margin-bottom: 18px;
}

.tmcnd-policy-box h4 {
  color: #fff;

  margin-bottom: 15px;
}

.tmcnd-policy-box p {
  color: #dbe8f5;

  line-height: 28px;

  margin: 0;
}

.tmcnd-guideline {
  margin-top: 50px;

  background: linear-gradient(135deg, var(--primary-color), #005eff);

  padding: 40px;

  border-radius: 22px;
}

.tmcnd-guideline h3 {
  color: #fff;

  margin-bottom: 15px;

  font-weight: 700;
}

.tmcnd-guideline p {
  color: #fff;

  margin: 0;

  line-height: 28px;
}

.tmcnd-guideline-btn {
  display: inline-block;

  padding: 15px 35px;

  background: #fff;

  border-radius: 40px;

  color: #032447;

  font-weight: 700;

  text-decoration: none;

  transition: 0.35s;
}

.tmcnd-guideline-btn:hover {
  transform: translateY(-5px);
}

@media (max-width: 991px) {
  .tmcnd-passenger-title {
    font-size: 40px;
  }

  .tmcnd-image-card {
    position: relative;

    left: auto;

    bottom: auto;

    margin-top: 20px;

    max-width: 100%;
  }

  .tmcnd-guideline {
    text-align: center;
  }

  .tmcnd-guideline-btn {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .tmcnd-passenger {
    padding: 70px 0;
  }

  .tmcnd-passenger-title {
    font-size: 30px;
  }

  .tmcnd-policy-box {
    padding: 25px;
  }

  .tmcnd-guideline {
    padding: 30px;
  }
}

/*====================================
SECTION 4
Legal Information
====================================*/

.tmcnd-legal {
  padding: 80px 0;

  position: relative;

  /* background: url("https://images.unsplash.com/photo-1517479149777-5f3b1511d5ad?auto=format&fit=crop&w=1800&q=80")
    center/cover; */

  overflow: hidden;
}

.tmcnd-legal-overlay {
  position: absolute;

  inset: 0;

  background: #fff;
}

.tmcnd-legal-tag {
  display: inline-block;

  padding: 10px 24px;

  background: var(--white);

  color: var(--primary-color);

  border-radius: 40px;

  font-weight: 600;
}

.tmcnd-legal-title {
  font-size: 42px;

  font-weight: 800;

  color: #001837;

  margin: 16px 0;
}

.tmcnd-legal-title span {
  color: #39d6ff;
}

.tmcnd-legal-desc {
  color: #001837;

  line-height: 31px;
}

.tmcnd-legal-card {
  background: var(--white);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #ddd;
  padding: 35px;

  border-radius: 22px;

  backdrop-filter: blur(18px);

  height: 100%;

  transition: 0.4s;
}

.tmcnd-legal-card:hover {
  transform: translateY(-10px);
}

.tmcnd-legal-icon {
  width: 75px;

  height: 75px;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 30px;

  color: #fff;

  margin-bottom: 25px;
}

.tmcnd-legal-icon i {
  color: var(--white);
}

.tmcnd-legal-card h4 {
  color: #001837;

  margin-bottom: 15px;
}

.tmcnd-legal-card p {
  color: #001837;

  line-height: 29px;
  margin-bottom: 0px;
}

.tmcnd-responsibility {
  margin-top: 20px;

  background: rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg,
      rgba(2, 20, 45, 0.9),
      var(--primary-color));

  padding: 35px;

  border-radius: 22px;

  backdrop-filter: blur(18px);

  height: 100%;
}

.tmcnd-responsibility h3 {
  color: #fff;

  font-size: 30px;

  margin-bottom: 20px;
}

.tmcnd-responsibility h3 i {
  color: #39d6ff;

  margin-right: 10px;
}

.tmcnd-responsibility p {
  color: #dce8f4;

  line-height: 30px;
}

.tmcnd-responsibility ul {
  margin-top: 20px;

  padding-left: 18px;
}

.tmcnd-responsibility li {
  color: #fff;

  margin-bottom: 12px;
}

.tmcnd-legal-banner {
  margin-top: 50px;

  padding: 45px;

  background: linear-gradient(135deg, #00b7ff, #005eff);

  border-radius: 22px;
}

.tmcnd-legal-banner h3 {
  color: #fff;

  margin-bottom: 15px;
}

.tmcnd-legal-banner p {
  color: #fff;

  line-height: 29px;

  margin: 0;
}

.tmcnd-legal-btn {
  display: inline-block;

  padding: 15px 34px;

  background: #fff;

  color: #032447;

  font-weight: 700;

  border-radius: 40px;

  text-decoration: none;

  transition: 0.35s;
}

.tmcnd-legal-btn:hover {
  transform: translateY(-5px);
}

@media (max-width: 991px) {
  .tmcnd-legal-title {
    font-size: 40px;
  }

  .tmcnd-responsibility {
    margin-top: 30px;
  }

  .tmcnd-legal-banner {
    text-align: center;
  }

  .tmcnd-legal-btn {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .tmcnd-legal {
    padding: 70px 0;
  }

  .tmcnd-legal-title {
    font-size: 30px;
  }

  .tmcnd-legal-card,
  .tmcnd-responsibility {
    padding: 25px;
  }

  .tmcnd-legal-banner {
    padding: 30px;
  }
}

/*=========================================
FINAL TERMS SECTION
=========================================*/

.tmcnd-final {
  position: relative;

  padding: 80px 0;

  background: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;

  overflow: hidden;
}

.tmcnd-final-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(135deg,
      rgba(3, 20, 42, 0.95),
      rgba(4, 45, 82, 0.9));

  background: linear-gradient(135deg,
      rgba(2, 20, 45, 0.5),
      var(--primary-color));
}

.tmcnd-final .container {
  position: relative;

  z-index: 5;
}

.tmcnd-final-box {
  padding: 45px;

  background: rgba(255, 255, 255, 0.08);

  border-radius: 30px;

  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tmcnd-final-tag {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 10px 22px;

  background: var(--white);

  border-radius: 40px;

  color: var(--primary-color);

  font-weight: 600;

  margin-bottom: 20px;
}

.tmcnd-final h2 {
  font-size: 42px;

  font-weight: 800;

  color: #fff;

  margin-bottom: 20px;
}

.tmcnd-final h2 span {
  display: block;

  color: #2fd5ff;
}

.tmcnd-final p {
  color: #dbe8f5;

  line-height: 31px;

  margin-bottom: 22px;
}

.tmcnd-final-buttons {
  display: flex;

  gap: 15px;

  flex-wrap: wrap;

  margin-top: 35px;
}

.tmcnd-btn-primary,
.tmcnd-btn-outline {
  padding: 15px 32px;

  border-radius: 50px;

  font-weight: 700;

  text-decoration: none;

  transition: 0.35s;
}

.tmcnd-btn-primary {
  background: var(--white);

  color: var(--primary-color);
}

.tmcnd-btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.25);

  color: #fff;
}

.tmcnd-btn-primary:hover,
.tmcnd-btn-outline:hover {
  transform: translateY(-5px);
}

.tmcnd-support-card {
  background: rgba(255, 255, 255);

  padding: 30px;

  border-radius: 25px;

  backdrop-filter: blur(18px);
}

.tmcnd-support-icon {
  width: 80px;

  height: 80px;

  border-radius: 50%;

  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color));

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 34px;

  color: #fff;

  margin-bottom: 25px;
}

.tmcnd-support-card h4 {
  color: #001837;

  margin-bottom: 18px;
}

.tmcnd-support-card p {
  color: #001837;
}

.tmcnd-support-list div {
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #001837;
}

.tmcnd-support-list i {
  color: var(--primary-color);

  margin-right: 10px;
}

.tmcnd-bottom-strip {
  margin-top: 10px;

  padding: 30px;

  background: rgba(255, 255, 255, 0.08);

  border-radius: 22px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  gap: 20px;

  backdrop-filter: blur(15px);
}

.tmcnd-bottom-strip div {
  color: #fff;
  display: flex;
  align-items: center;
}

.tmcnd-bottom-strip i {
  color: #2fd5ff;

  margin-right: 8px;
}

.tmcnd-home-btn {
  padding: 14px 28px;

  background: var(--white);

  border-radius: 40px;

  text-decoration: none;

  color: var(--primary-color);

  font-weight: 700;
}

.tmcnd-final-plane {
  position: absolute;

  right: -80px;

  bottom: -20px;

  font-size: 230px;

  color: rgba(255, 255, 255, 0.05);

  animation: tmcndFly 8s ease-in-out infinite;
}

@keyframes tmcndFly {
  50% {
    transform: translate(-40px, -25px) rotate(-8deg);
  }
}

/* terms & conditions page end */

/* home page Tab section start */

.tab-section {
  background-color: var(--sliver);
}

/* Tabs container */
.tab-container {
  display: flex;
  justify-content: center;
  background: white;
  padding: 10px;
  border-radius: 5px;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Tab buttons */
.tab-btn,
.tab-switch-btn {
  background: none;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  border: 1px solid var(--shade2);
}

.tab-btn:hover,
.tab-switch-btn:hover {
  background: #eee;
}

.tab-btn.active,
.tab-switch-btn.active-tab-switch {
  background: var(--primary-color);
  color: white;
}

.tab-switch-btn {
  border-radius: 24px;
  padding: 5px 20px;
}

/* Tab Content area */
.tab-content {
  display: none;
  padding: 20px;
  background: white;
  margin: 20px auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tab-content.active {
  display: block;
}

.tab-switch-content {
  display: none;
}

.tab-switch-content.active-tab-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Tab Form styling */
.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 140px;
}

label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

input,
select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.fare-type {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.fare-type label {
  display: flex;
  gap: 4px;
  font-weight: 500;
}

.search-btn {
  background: var(--tint2);
  border: none;
  padding: 12px 20px;
  color: white;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 22px;
}

.search-btn:hover {
  background: var(--tint2);
}

/* home page Tab section end */

/* footer start */

.ft {
  background: var(--white);
  color: #000;
  padding-top: 60px;
}

.ft h4,
.ft h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.ft ul {
  list-style: none;
}

.ft li {
  list-style: disc;
  margin-bottom: 10px;
}

.ft a {
  color: var(--black);
  text-decoration: none;
  font-size: 18px;
}

.ft hr {
  margin: 50px 0 30px;
  border: none;
  height: 1px;
  background: #223;
}

.ft-bot {
  padding: 20px;
  text-align: center;
  background-color: #b11226;
  color: var(--white);
  font-size: 19px;
}

.ft-col-1 img {
  width: 200px;
}

/* footer end */