.repat-banner{
background: url('https://pinoytourism.com/wp-content/uploads/2026/03/uaebanner.jpg');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
padding:80px 0 0px;
position:relative;
overflow:hidden;
}

/* soft shapes */
.repat-banner::before{
content:"";
position:absolute;
width:500px;
height:500px;
background:rgba(255,255,255,0.08);
border-radius:50%;
top:-150px;
right:-150px;
}

.repat-banner::after{
content:"";
position:absolute;
width:400px;
height:400px;
background:rgba(255,255,255,0.05);
border-radius:50%;
bottom:-120px;
left:-120px;
}

.badge-active {
    display: inline-flex;
    align-items: center;
    background: #3697ca;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
}

.badge-active .dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    margin-right: 8px;
}

.main-heading {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
}

.gradient-text {
    background: linear-gradient(90deg, #f97316, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-desc {
    color: #333;
    font-size: 18px;
}

.features span {
    margin-right: 20px;
    font-size: 15px;
    color: #333;
}

.route-bar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.country-box {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.route-line {
    flex: 1;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #f472b6, #f97316);
    border-radius: 10px;
}

.form-card {
    background: #fbb03b8a;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.form-card .form-label{
  font-size:14px;
  margin-bottom:0px
}
.form-card input[type=submit]{
  margin-top:15px
}
.form-card .form-control,.form-card .form-select  {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    height: 40px;
        background: #ffffffa6;
        font-size:14px
}
.form-card .btn-primary {
    background: #3697ca;
    border: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 10px;
}

.bottom-alert {
    background: linear-gradient(90deg, #f99839, #f59e0b);
    padding: 15px;
    margin-top: 60px;
    color: #fff;
    font-weight: 500;
}

.section-padding {
      padding: 80px 0;
    }

    .badge-custom {
      background-color: #e6efff;
      color: #2d5bff;
      font-weight: 500;
      padding: 8px 16px;
      border-radius: 50px;
      font-size: 14px;
      display: inline-block;
      margin-bottom: 20px;
    }

    .main-title {
      font-size: 48px;
      font-weight: 700;
      color: #1f2937;
      line-height: 1.2;
      margin-bottom: 25px;
    }

    .description {
      color: #6b7280;
      font-size: 18px;
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .feature-assistance-card {
      border-radius: 20px;
      padding: 35px;
      height: 100%;
      transition: 0.3s ease;
    }

    .feature-assistance-card:hover {
      transform: translateY(-5px);
    }

    .icon-box {
      width: 60px;
      height: 60px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      color: #fff;
      margin-bottom: 20px;
    }

    .card-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .card-text {
      color: #6b7280;
      font-size: 15px;
    }

    /* Card Colors */
    .blue-card {
      background-color: #dbeafe;
    }
    .blue-icon {
      background-color: #2563eb;
    }

    .green-card {
      background-color: #dcfce7;
    }
    .green-icon {
      background-color: #16a34a;
    }

    .purple-card {
      background-color: #ede9fe;
    }
    .purple-icon {
      background-color: #7c3aed;
    }

    .orange-card {
      background-color: #ffedd5;
    }
    .orange-icon {
      background-color: #ea580c;
    }

    @media (max-width: 768px) {
      .main-title {
        font-size: 34px;
      }
    }


    .eligibility-section{
    background:linear-gradient(90deg, #f99839, #f59e0b);
}

.eligibility-badge{
    background: #f2f2f25c;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
}

.section-title{
    font-weight:700;
    font-size:34px;
    color:#1d2b3a;
}

.eligibility-card{
    background:#fff;
    padding:30px 25px;
    border-radius:16px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    transition:0.3s;
    height:100%;
}

.eligibility-card:hover{
    transform:translateY(-5px);
}

.icon-box{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    font-size:26px;
    margin-bottom:15px;
}

.icon-box.blue{
    background:#3b82f6;
    color:#fff;
}

.icon-box.green{
    background:#22c55e;
    color:#fff;
}

.icon-box.orange{
    background:#f97316;
    color:#fff;
}

.icon-box.red{
    background:#ef4444;
    color:#fff;
}

.eligibility-card h5{
    font-weight:600;
    margin-bottom:10px;
}

.eligibility-card p{
    color:#6b7280;
    font-size:14px;
}
/* Section Background */
.track-record-section{
    background: #f8fafc;
    font-family: 'Poppins', sans-serif;
}

/* Badge */
.track-badge{
    background: #f1f5f9;
    color: #0f172a;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

/* Title */
.track-title{
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

/* Description */
.track-desc{
    color: #64748b;
    font-size: 16px;
    margin: 20px 0 30px;
}

/* Feature Items */
.feature-item{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-item h6{
    font-weight: 600;
    margin-bottom: 4px;
    color: #0f172a;
}

.feature-item p{
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

/* Feature Icon */
.feature-icon{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

/* Icon Colors */
.feature-icon.blue{
    background: #3b82f6;
}

.feature-icon.green{
    background: #10b981;
}

.feature-icon.purple{
    background: #8b5cf6;
}

/* Stat Cards */
.stat-card{
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.stat-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Stat Numbers */
.stat-number{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Stat Colors */
.blue-text{
    color: #3b82f6;
}

.green-text{
    color: #10b981;
}

.purple-text{
    color: #8b5cf6;
}

.orange-text{
    color: #f59e0b;
}

/* Stat text */
.stat-card p{
    color: #64748b;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px){

    .track-title{
        font-size: 32px;
    }

    .stat-number{
        font-size: 32px;
    }

}

.travel-card{
background:linear-gradient(135deg, #3697ca, #096b9e);
padding:60px;
border-radius:30px;
color:#fff;
position:relative;
overflow:hidden;
}

.travel-badge{
background:rgba(255,255,255,0.15);
padding:6px 16px;
border-radius:20px;
font-size:14px;
}
a.btn.assistance-btn {
    background: linear-gradient(90deg, #f99839, #f59e0b);
    border: none;
    color: #fff;
}
.button-overlay {
    transition: opacity 0.3s ease;
}
.travel-title{
font-size:40px;
font-weight:700;
}

.travel-desc{
margin-top:15px;
margin-bottom:25px;
font-size:17px;
color:#e4e8ff;
line-height:1.7;
}

/* list */

.travel-list{
list-style:none;
padding:0;
}

.travel-list li{
margin-bottom:14px;
font-size:17px;
position:relative;
padding-left:28px;
}

.travel-list li::before{
content:"✔";
position:absolute;
left:0;
color:#3ee089;
font-weight:600;
}

/* icon circle */

.plane-circle{
width:220px;
height:220px;
border-radius:50%;
border:3px solid rgba(255,255,255,0.25);
display:flex;
align-items:center;
justify-content:center;
font-size:70px;
margin:auto;
color:rgba(255,255,255,0.8);
}

/* decorative gradient shape */

.travel-card::after{
content:"";
position:absolute;
top:-80px;
right:-80px;
width:300px;
height:300px;
background:rgba(255,255,255,0.08);
border-radius:50%;
}
.assistance-section{
    background:#f3f5f7;
}

.assistance-title{
    font-size:42px;
    font-weight:700;
    color:#1f2d3d;
}

.assistance-text{
    font-size:18px;
    color:#6c7a89;
    max-width:700px;
    margin:auto;
}

.assistance-btn{
    padding:16px 40px;
    font-size:18px;
    font-weight:600;
    color:#fff;
    border-radius:50px;
    background: linear-gradient(90deg,#3b6ef5,#1e4ed8);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
    transition:all .3s ease;
}

.assistance-btn:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 15px 30px rgba(0,0,0,0.2);
}


/* ================= RESPONSIVE ================= */
/* Large screens */
@media (max-width: 1400px){
  .main-heading{ font-size:44px; }
}

/* Laptop */
@media (max-width: 1200px){
  .main-heading{ font-size:38px; }
}

/* Tablet */
@media (max-width: 992px){
  .main-heading{ font-size:32px; }
}

/* Mobile */
@media (max-width: 576px){
  .main-heading{ font-size:26px; }
}
/* Tablet */
@media (max-width: 991px){

  .repat-banner{
    padding:70px 0 0;
  }

  .main-heading{
    font-size:36px;
  }

  .main-title{
    font-size:36px;
  }

  .track-title{
    font-size:34px;
  }

  .travel-title{
    font-size:32px;
  }

  .banner-desc,
  .description,
  .travel-desc{
    font-size:16px;
  }

  .travel-card{
    padding:40px;
  }

  .form-card{
    padding:25px;
  }

  .plane-circle{
    width:180px;
    height:180px;
    font-size:55px;
  }

  .stat-number{
    font-size:34px;
  }

  .assistance-title{
    font-size:34px;
  }

}

/* Mobile */
@media (max-width: 768px){

  .repat-banner{
    padding:60px 0 0;
  }

  .main-heading{
    font-size:28px;
    line-height:1.3;
  }

  .main-title{
    font-size:28px;
  }

  .track-title{
    font-size:26px;
  }

  .travel-title{
    font-size:26px;
  }

  .banner-desc,
  .description,
  .travel-desc{
    font-size:15px;
  }

  .features span{
    display:block;
    margin-bottom:8px;
  }

  .route-bar{
    flex-direction:column;
    gap:12px;
  }

  .travel-card{
    padding:30px 20px;
    border-radius:20px;
  }

  .form-card{
    padding:20px;
  }

  .plane-circle{
    width:150px;
    height:150px;
    font-size:45px;
  }

  .stat-number{
    font-size:28px;
  }

  .assistance-title{
    font-size:26px;
  }

  .assistance-text{
    font-size:16px;
  }

}

/* Small Mobile */
@media (max-width: 480px){

  .main-heading{
    font-size:24px;
  }

  .main-title{
    font-size:24px;
  }

  .track-title{
    font-size:22px;
  }

  .travel-title{
    font-size:22px;
  }

  .banner-desc,
  .description,
  .travel-desc{
    font-size:14px;
  }

  .travel-card{
    padding:25px 18px;
  }

  .assistance-btn{
    padding:14px 30px;
    font-size:16px;
  }

}