/* Trustpilot Section Wrapper */
.trustpilot-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 24px 80px;
  background: #ffffff;
}

/* main container */
.fd-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* header area with trust score */
.reviews-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 32px;
  background: #fff;
  border-radius: 32px;
}

.left-title h2 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #0a2540;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.left-title p {
  font-size: 1rem;
  color: #5b6e8c;
  max-width: 520px;
  line-height: 1.45;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  background: #f9fafc;
  padding: 16px 32px;
  border-radius: 60px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* trustpilot image logo */
.trustpilot-logo-img {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tp-logo-svg {
  width: 110px;
  height: auto;
  display: block;
}

/* fallback text */
.trustpilot-logo-img span {
  font-weight: 700;
  font-size: 1.2rem;
  color: #191e3b;
  letter-spacing: -0.2px;
}

.score {
  border-left: 1px solid #e3e8ef;
  padding-left: 24px;
}

.stars {
  color: #ffcd3c;
  letter-spacing: 2px;
  font-size: 1.2rem;
}

.rating-number {
  font-weight: 800;
  font-size: 1.65rem;
  color: #0a2540;
  margin-right: 6px;
}

.rating-text {
  font-size: 0.9rem;
  color: #2c3e50;
}

/* action row + cta */
.trust-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  background: #fafcff;
  border-radius: 60px;
  padding: 18px 28px;
  border: 1px solid #eef3fc;
}

.trust-message span {
  font-weight: 500;
  color: #1b3b5c;
  font-size: 0.95rem;
}

.trust-message i {
  color: #00b67a;
  margin-right: 6px;
}

.tp-button {
  background: #191e3b;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
}

.tp-button i {
  font-size: 1rem;
}

.tp-button:hover {
  background: #00b67a;
  transform: scale(0.98);
  box-shadow: 0 10px 20px rgba(0, 182, 122, 0.2);
}

/* small extras */
hr {
  opacity: 0.3;
  margin: 12px 0;
}

/* mobile responsiveness */
@media (max-width: 780px) {
  .trustpilot-section {
    padding: 48px 20px 60px;
  }

  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-badge {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 18px 24px;
  }

  .left-title h2 {
    font-size: 1.7rem;
  }

  .trust-summary-block {
    padding: 28px 20px;
  }

  .summary-quote p {
    font-size: 1.15rem;
  }

  .trust-stat-row {
    gap: 24px;
  }

  .trust-footer {
    flex-direction: column;
    gap: 18px;
    text-align: center;
    border-radius: 32px;
  }

  .rating-stats {
    border-radius: 40px;
    width: 100%;
    justify-content: center;
    gap: 18px;
    margin: 0 auto;
  }
  .nav-btn{margin: -5px 56px; !important}
}

@media (max-width: 520px) {
  .trust-badge {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .score {
    border-left: none;
    padding-left: 0;
  }
  .stat-circle {
    min-width: 80px;
  }
  .tp-logo-svg {
    width: 90px;
  }
  .average-badge {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* clean image style */
img.tp-official-logo {
  max-height: 38px;
  width: auto;
}

/* //////////////////////////////////////// */

/* Customer Support Link - Compact & Slick */
.nav-btn {
  display: inline-flex;
  align-items: center;
}

.nav-btn .support-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: opacity 0.2s ease;
}

.nav-btn .support-link:hover {
  opacity: 0.75;
}

/* Left side image icon */
.nav-btn .support-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

/* Text wrapper */
.nav-btn .support-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

/* Phone number */
.nav-btn .phone-number {
  font-weight: 600;
  font-size: 1rem;
  color: #1a2c3e;
  letter-spacing: 0.2px;
}

/* Support hours */
.nav-btn .hours-text {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 640px) {
  .nav-btn .support-icon {
    width: 18px;
    height: 18px;
  }
  .nav-btn .phone-number {
    font-size: 1.1rem;
  }
  .nav-btn .hours-text {
    font-size: 0.6rem;
    white-space: nowrap;
  }
  .nav-btn .support-link {
    gap: 6px;
  }
}

/* =========================================
   FLIGHT DEALS SECTION
========================================= */

.flight-deals-wrapper {
    padding-top: 60px;
}

/* CARD */
.modern-flight-card {
    background: #fff;
    border-radius: 22px;
    padding: 15px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.modern-flight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

/* ROUTE */
.modern-flight-route h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #1871a8;
    margin: 0;
}

.modern-flight-from {
    margin-bottom: 18px !important;
}

.modern-flight-to {
    margin-top: 18px !important;
}

/* PLANE AREA */
.modern-flight-plane {
    position: relative;
    margin: 12px 0;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-flight-line {
    position: absolute;
    width: 100%;
    border-top: 1px dashed #cfcfcf;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.modern-flight-plane-icon {
    width: 40px;
    height: 40px;
    background: #0d4d73;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.modern-flight-plane-icon i {
    color: #fff;
    font-size: 26px;
}

/* DATES */
.modern-flight-dates {
    margin-top: 13px;
    font-size: 13px;
    color: #3f3f3f;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.modern-flight-dates i {
    margin-right: 4px;
}

.modern-date-separator {
    font-weight: 700;
}

/* PRICE LABEL */
.modern-price-label {
    margin: 16px auto 16px;
    border: 1px solid #d9d9d9;
    border-radius: 40px;
    padding: 3px 16px;
    width: fit-content;
    font-size: 12px;
    color: #555;
    background: #fff;
}

/* PRICE */
.modern-flight-price {
    font-size: 24px;
    font-weight: 700;
    color: #0d4d73;
    line-height: 1;
    margin-bottom: 14px;
}

/* BUTTON */
.modern-flight-btn-wrap {
    margin-top: 10px;
}

.modern-flight-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 114px;
    height: 40px;

    border: 2px solid #0d4d73;
    border-radius: 50px;

    color: #0d4d73;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;

    transition: all 0.3s ease;
}

.modern-flight-btn:hover {
    background: #0d4d73;
    color: #fff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {
    .modern-flight-route h4 {
        font-size: 26px;
    }

    .modern-flight-price {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
    .modern-flight-card {
        padding: 24px 20px;
    }

    .modern-flight-route h4 {
        font-size: 24px;
    }

    .modern-flight-price {
        font-size: 42px;
    }

    .modern-flight-btn {
        min-width: 160px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .flight-deals-wrapper {
        padding-top: 40px;
    }

    .modern-flight-route h4 {
        font-size: 22px;
    }

    .modern-flight-price {
        font-size: 38px;
    }

    .modern-flight-dates {
        font-size: 16px;
    }

    .modern-price-label {
        font-size: 15px;
        padding: 7px 22px;
    }
}

@media (max-width: 575px) {
    .modern-flight-card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .modern-flight-route h4 {
        font-size: 20px;
    }

    .modern-flight-price {
        font-size: 24px;
    }

    /* .modern-flight-btn {
        width: 100%;
        min-width: 100%;
    } */

    .modern-flight-plane-icon {
        width: 48px;
        height: 48px;
    }

    .modern-flight-plane-icon i {
        font-size: 22px;
    }
}
.rotated-plane {
    transform: rotate(180deg);
    display: inline-block;
}

/* =========================================
   SLIDER FLIGHT CARD
========================================= */

.slider-flight-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    border:1px solid #e9e9e9;
    box-shadow:0 6px 20px rgba(0,0,0,0.06);
    transition:0.3s ease;
    height:100%;
}

.slider-flight-card:hover{
    transform:translateY(-5px);
    box-shadow:0 14px 30px rgba(0,0,0,0.10);
}

/* IMAGE */
.slider-flight-image{
    width:100%;
    height:220px;
    overflow:hidden;
}

.slider-flight-image{
    height: 100px;
    overflow: hidden;
}

.slider-flight-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* BODY */
.slider-flight-body{
    padding:15px 24px;
    text-align:center;
}

/* ROUTE */
.slider-flight-from,
.slider-flight-to{
    font-size:18px;
    font-weight:600;
    color:#1871a8;
    line-height:1.3;
    margin:0;
}

.slider-flight-from{
    margin-bottom:18px;
}

.slider-flight-to{
    margin-top:18px;
}

/* PLANE */
.slider-flight-plane{
    position:relative;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.slider-flight-line{
    position:absolute;
    width:100%;
    border-top:1px dashed #d0d0d0;
    top:50%;
    left:0;
    transform:translateY(-50%);
}

.slider-flight-plane-icon{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#0d4d73;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:2;
}

.slider-flight-plane-icon i{
    color:#fff;
    font-size:24px;
    transform:rotate(180deg);
    display:inline-block;
}

/* FLIGHT TYPE */
.slider-flight-type{
    margin-top:8px;
    font-size:14px;
    color:#666;
    font-weight:500;
}

/* DATES */
.slider-flight-dates{
    margin-top:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
    font-size:14px;
    color:#3c3c3c;
    font-weight:500;
}

.slider-flight-dates i{
    margin-right:4px;
}

.slider-date-divider{
    font-weight:700;
}

/* PRICE LABEL */
.slider-price-label {
  margin: 16px auto 14px;
  width: fit-content;
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  padding: 8px 14px;
  font-size: 14px;
  color: #555;
  background: #fff;
}

/* PRICE */
.slider-flight-price{
    font-size:36px;
    line-height:1;
    font-weight:700;
    color:#0d4d73;
    margin-bottom:12px;
}

/* NOTE */
.slider-flight-note{
    font-size:11px;
    color:#7a7a7a;
    margin-bottom:16px;
}

/* BUTTON */
.slider-flight-btn{
    width:100%;
    height:44px;
    border:2px solid #0d4d73;
    border-radius:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#0d4d73;
    font-size:19px;
    font-weight:600;
    text-decoration:none;

    transition:0.3s ease;
}

.slider-flight-btn:hover{
    background:#0d4d73;
    color:#fff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .slider-flight-from,
    .slider-flight-to{
        font-size:24px;
    }

    .slider-flight-price{
        font-size:44px;
    }

    .slider-flight-image{
        height:200px;
    }
}

@media(max-width:767px){

    .slider-flight-body{
        padding:24px 18px;
    }

    .slider-flight-from,
    .slider-flight-to{
        font-size:22px;
    }

    .slider-flight-price{
        font-size:38px;
    }

    .slider-flight-dates{
        font-size:15px;
    }

    .slider-flight-image{
        height:180px;
    }
}

@media(max-width:575px){

    .slider-flight-from,
    .slider-flight-to{
        font-size:20px;
    }

    .slider-flight-price{
        font-size:34px;
    }

    .slider-flight-btn{
        height:50px;
        font-size:17px;
    }

    .slider-flight-image{
        height:170px;
    }
}
.fsearch{padding: 50px 0px}

.call-btn{
  position: fixed;
  bottom: 38px;
  left: 20px;
  background: #0d4d73;
  color: #fff;
  text-decoration: none;
  padding: 8px 13px;
  border-radius: 50px;
  font-size: 18px;
  font-family: Arial,sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  width: 45px;
  overflow: hidden;
  transition: 0.3s;
  z-index: 9999;
}

.call-btn span{
    opacity:0;
    white-space:nowrap;
    transition:0.3s;
}

.call-btn:hover{
    width:220px;
}

.call-btn:hover span{
    opacity:1;
}