    .php-hero-banner-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url('https://pinoytourism.com/ksa/wp-content/uploads/sites/2/2026/04/banner-image-ksa-1.jpg') no-repeat center center/cover;
  padding:50px 0;
}

.php-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.php-hero-content {
  text-align: center;
  padding: 40px 20px;
  position: relative;
  z-index: 2;
}

.php-hero-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  color: #ffb100;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.php-hero-content h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  color:#fff
}

.php-hero-content p {
  font-size: 16px;
  max-width: 750px;
  margin: 0 auto 30px;
  opacity: 0.9;
  color:#ffffffd1
}

.php-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.php-btn {
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.php-btn-primary {
  background: #ff9f00;
  color: #000;
}

.php-btn-primary:hover {
  background: #e68f00;
}

.php-btn-secondary {
  border: 2px solid #fff;
  color: #fff;
}

.php-btn-secondary:hover {
  background: #fff;
  color: #000;
}

.php-hero-stats {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.php-stat {
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 13px;
  backdrop-filter: blur(6px);
}
.php-hero-stats {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.php-stat-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px 18px;
  border-radius: 14px;
  min-width: 180px;
  backdrop-filter: blur(8px);
  transition: 0.3s ease;
}

.php-stat-box:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
}

.php-stat-box i {
  font-size: 18px;
  color: #ffb100;
}

.php-stat-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.php-stat-box small {
  font-size: 12px;
  opacity: 0.8;
  color: #fff;
}
.php-services-section {
    padding: 50px 0;
    background: #f7f8fa;
}

.php-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.php-section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #091d42;
    margin-bottom: 12px;
}

.php-section-header p {
    font-size: 16px;
    color: #6b7280;
}

.php-service-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    height: 100%;
    transition: all .3s ease;
}

.php-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.php-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.php-service-icon i {
    font-size: 22px;
}

.php-icon-yellow {
    background: #fff3e8;
}

.php-icon-yellow i {
    color: #f99839;
}


.php-service-card h3 {
    font-size: 22px;
    line-height: 1.2;
    color: #091d42;
    margin-bottom: 20px;
    font-weight: 700;
}

.php-service-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #5b6475;
    margin-bottom: 20px;
}

.php-service-link {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.php-link-orange {
    color: #d97706;
}

.php-link-green {
    color: #0f766e;
}

.php-link-blue {
    color: #f99839;
}

.php-service-link:hover {
    gap: 12px;
}

@media (max-width: 991px) {
    .php-services-section {
        padding: 70px 0;
    }

    .php-section-header h2 {
        font-size: 36px;
    }

    .php-service-card h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .php-section-header h2 {
        font-size: 30px;
    }

    .php-service-card {
        padding: 25px;
    }

    .php-service-card h3 {
        font-size: 24px;
    }

    .php-service-card p {
        font-size: 16px;
    }
}
.php-uae-visa-section{
    background:#f8fafc;
}

.php-section-badge{
    display:inline-block;
    background:#fff3e6;
    color:#f99839;
    padding:8px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.php-section-title{
    font-size:36px;
    font-weight:800;
    color:#0f172a;
    line-height:1.2;
}
.contact-info-grid .info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
    flex-direction:column;
}
.contact-info-grid .info-content a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-info-grid .info-content a:hover {
    color: #f99839;
    text-decoration: underline;
}
.contact-info-grid .info-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.contact-info-grid .info-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
}

.contact-info-grid .info-icon i {
    font-size: 24px;
    color: #f99839;
}

.contact-info-grid .info-content h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.contact-info-grid .info-content p {
    margin: 0;
    color: #666;
}
.php-section-text{
    color:#64748b;
    font-size:16px;
    line-height:1.8;
    margin:25px 0;
}

.php-subtitle{
    font-weight:700;
    margin-bottom:25px;
    color:#0f172a;
}

.php-feature-list li{
    display:flex;
    gap:18px;
    margin-bottom:24px;
}

.php-feature-list i{
    width:48px;
    height:48px;
    background:#ffffff;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f99839;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    flex-shrink:0;
}

.php-feature-list strong{
    display:block;
    color:#0f172a;
}

.php-feature-list p{
    margin:0;
    color:#64748b;
    font-size: 14px;
}

.php-image-wrapper img{
    border-radius:24px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.php-process-title{
    font-size:2.3rem;
    font-weight:800;
    color:#0f172a;
}

.php-process-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    position:relative;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.3s;
}

.php-process-card:hover{
    transform:translateY(-8px);
}

.php-process-card i{
    font-size:32px;
    color:#f99839;
    margin-bottom:20px;
}

.php-process-card h5{
    font-weight:700;
    margin-bottom:10px;
}

.php-process-card p{
    color:#64748b;
    margin:0;
}

.php-step-number{
    position:absolute;
    top:15px;
    right:20px;
    font-size:14px;
    font-weight:700;
    color:#cbd5e1;
}

.php-cta-box{
    background:#3697ca;
    color:#fff;
    padding:70px 40px;
    border-radius:30px;
}
section.php-visa-stamp-section{
    background: #f8fafc;
}
.php-cta-box h3{
    font-size:2.3rem;
    font-weight:800;
    margin-bottom:20px;
}

.php-cta-box p{
    max-width:700px;
    margin:0 auto 30px;
    color:#cbd5e1;
}

.php-btn-primary{
    background:#f99839;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    border:none;
}

.php-btn-primary:hover{
    background:#e86d00;
    color:#fff;
}

@media(max-width:991px){

    .php-section-title{
        font-size:2.2rem;
    }

    .php-process-title{
        font-size:1.8rem;
    }

    .php-cta-box h3{
        font-size:1.8rem;
    }
}
.php-visa-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0f172a, #111827);
  color: #fff;
}

.php-visa-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.php-visa-title {
  font-size: 36px;
  margin-bottom: 10px;
}

.php-visa-subtitle {
  color: #2d2e30;
  margin-bottom: 40px;
}

.php-visa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.php-visa-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: 0.3s ease;
  box-shadow:0 15px 40px rgba(0,0,0,.06)
}

.php-visa-card:hover {
  transform: translateY(-6px);
  border-color: #38bdf8;
}

.php-visa-card h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.php-visa-card p {
  font-size: 0.95rem;
  color: #515151;
  margin-bottom: 20px;
}

.php-visa-btn {
  background: #38bdf8;
  border: none;
  padding: 10px 16px;
  border-radius: 10px;
  color: #0f172a;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.php-visa-btn:hover {
  background: #0ea5e9;
}

.php-visa-btn-secondary {
  background: transparent;
  border: 1px solid #38bdf8;
  color: #38bdf8;
}

.php-visa-btn-secondary:hover {
  background: #38bdf8;
  color: #0f172a;
}

.php-visa-footer {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.trust-modern {
  color: #111827; /* dark text for visibility */
}

/* Badge */
.trust-badge {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f99839;
  font-weight: 600;
}

/* Title */
.trust-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #111827;
}

/* Subtitle */
.trust-subtext {
  color: #374151;
}

/* ICON BOX */
.trust-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.trust-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  border-color: #93c5fd;
}

/* ICON */
.trust-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 15px;
  background: #bfe9ff66;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-icon svg {
  width: 26px;
  height: 26px;
  fill: #3697ca;
}

/* TEXT */
.trust-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}

.trust-box p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* BUTTON */
.btn-trust {
  background: #f99839;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 12px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease;
  text-decoration: none;
}

.btn-trust:hover {
  background: #f99839;
  transform: scale(1.05);
}
.flights-modern {
  background: #e5e7eb;
  color: #111827;
}

/* Badge */
.flights-badge {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f99839;
  font-weight: 600;
}

/* Title */
.flights-title {
  font-size: 2.2rem;
  font-weight: 800;
}

.flights-subtitle {
  color: #4b5563;
}

/* Airline boxes */
.flight-box {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition: 0.3s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.flight-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* Icon */
.flight-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

/* Tags */
.tag {
  display: inline-block;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.tag.budget {
  background: #dbeafe;
  color: #1d4ed8;
}

.tag.premium {
  background: #dcfce7;
  color: #166534;
}

.tag.domestic {
  background: #fef3c7;
  color: #92400e;
}

/* Partners */
.flight-partners {
  text-align: center;
  padding: 20px;
  background: #f9fafb;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

/* Benefits */
.flight-benefit {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  height: 100%;
}

.flight-benefit h6 {
  font-weight: 700;
}

.flight-benefit p {
  font-size: 14px;
  color: #6b7280;
}

/* Buttons */
.btn-flight {
  background: #f99839;
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
}

.btn-flight:hover {
  background: #f99839;
}

.btn-outline-flight {
  border: 1px solid #f99839;
  color: #f99839;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
}

.btn-outline-flight:hover {
  background: #f99839;
  color: #fff;
}
.flights-modern{
    background:linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );
}

.airline-card{
    background:#fff;
    border-radius:22px;
    padding:30px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
    border:1px solid #edf2f7;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.airline-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.1);
}

.airline-logo{
    height:50px;
    width:auto;
    object-fit:contain;
        margin: 0 auto !important;
    display: block;
    text-align: center;
    padding-bottom:15px
}

.airline-tag{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-bottom:15px;
    margin-top:10px
}

.budget{
    background:#e7f7ec;
    color:#1f8b4c;
}

.premium{
    background:#edf3ff;
    color:#1d4ed8;
}

.domestic{
    background:#fff5e6;
    color:#d97706;
}

.partner-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:35px;
}

.partner-logos img{
    height:42px;
    opacity:.85;
    transition:.3s;
    width:120px
}

.partner-logos img:hover{
    opacity:1;
    transform:scale(1.08);
}

.benefit-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    text-align:center;
    border:1px solid #eef2f7;
}

.flight-cta{
    background:#0f172a;
    color:#fff;
    padding:50px;
    border-radius:24px;
}

.btn-flight{
    background:#22c55e;
    color:#fff;
    padding:14px 30px;
    border-radius:999px;
    text-decoration:none;
    display:inline-block;
    margin-top:10px;
}
.benefit-card{
    background:#fff;
    border-radius:20px;
    padding:30px 25px;
    text-align:center;
    height:100%;
    border:1px solid #edf2f7;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s ease;
}

.benefit-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.benefit-icon{
    width:70px;
    height:70px;
    margin:0 auto 18px;
    border-radius:18px;
    background:linear-gradient(135deg,#0ea5e9,#2563eb);
    display:flex;
    align-items:center;
    justify-content:center;
}

.benefit-icon i{
    font-size:28px;
    color:#fff;
}

.benefit-card h6{
    font-weight:700;
    margin-bottom:10px;
    font-size:18px;
}

.benefit-card p{
    margin:0;
    color:#64748b;
    font-size:14px;
    line-height:1.6;
}
.ph-flight-hero{
    padding:100px 0;
    background:linear-gradient(135deg,#f8fbff,#eef6ff);
    overflow:hidden;
}

.ph-flight-hero .hero-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#fff3e6;
    color:#ff6b00;
    font-weight:600;
    margin-bottom:20px;
}

.ph-flight-hero h1{
    font-size:56px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.ph-flight-hero p{
    font-size:18px;
    color:#666;
    margin-bottom:30px;
}

.hero-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-orange{
    background:#ff6b00;
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    display:inline-block;
    transition:.3s;
}

.btn-orange:hover{
    background:#e35e00;
    color:#fff;
}

.btn-outline{
    border:2px solid #ff6b00;
    color:#ff6b00;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.btn-outline:hover{
    background:#ff6b00;
    color:#fff;
}

.ph-flight-hero img{
    width:100%;
}

/* =====================================
COMMON
===================================== */

.section-title{
    max-width:900px;
    margin:auto;
}

.section-title span{
    display:inline-block;
    color:#ff6b00;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:10px;
}

.section-title h2{
    font-size:36px;
    font-weight:800;
    margin-bottom:15px;
}

.section-title p{
    color:#666;
    font-size:17px;
}
.domestic-flight-section{
    background: #f9fafb;
}
.flight-why-section,
.domestic-flight-section,
.international-flight-section,
.booking-types-section,
.flight-steps-section,
.bundle-section,
.travel-tips-section,
.flight-cta-section{
    padding:50px 0;
}

/* =====================================
WHY SECTION
===================================== */

.why-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    transition:.3s;
}

.why-box:hover{
    transform:translateY(-8px);
}

.why-box i{
    width:70px;
    height:70px;
    line-height:70px;
    background:#ff6b00;
    color:#fff;
    border-radius:50%;
    font-size:28px;
    margin-bottom:20px;
}

.why-box h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.why-box p{
    color:#666;
    margin:0;
    font-size: 14px;
}

/* =====================================
AIRLINES
===================================== */

.airline-box,
.carrier-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    border:1px solid #f1f1f1;
    transition:.3s;
}

.airline-box:hover,
.carrier-card:hover{
    transform:translateY(-8px);
}

.airline-box h5,
.carrier-card h5{
    font-weight:700;
    margin-bottom:10px;
}

.airline-box p,
.carrier-card p{
    color:#666;
    margin:0;
}

/* =====================================
FARE HIGHLIGHT
===================================== */

.fare-highlight{
    background:#fff5ed;
    padding:45px;
    border-radius:25px;
    text-align:center;
    margin-top:60px;
}

.fare-highlight h4{
    font-size:30px;
    font-weight:800;
    margin-bottom:15px;
}

.fare-highlight p{
    color:#666;
    max-width:800px;
    margin:auto auto 25px;
}

/* =====================================
BOOKING TYPES
===================================== */

.type-box{
    background:#fff;
    border-radius:20px;
    padding:35px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    border-left:5px solid #ff6b00;
}

.type-box h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
}

.type-box p{
    color:#666;
    margin:0;
}

/* =====================================
STEPS
===================================== */

.flight-steps-section{
    background:#f8fafc;
}

.step-box{
    background:#fff;
    padding:40px 25px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    position:relative;
}

.step-box span{
    width:70px;
    height:70px;
    line-height:70px;
    display:inline-block;
    border-radius:50%;
    background:#ff6b00;
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

.flight-steps-section .step-box h5{
    font-weight:700;
    margin:0;
    color:#000
}

/* =====================================
BUNDLE
===================================== */

.bundle-card{
    background:#fff;
    border-radius:25px;
    padding:40px;
    height:100%;
    box-shadow:0 12px 40px rgba(0,0,0,.08);
    position:relative;
}

.bundle-badge{
    position:absolute;
    top:-12px;
    right:30px;
    background:#ff6b00;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
}

.bundle-card h3{
    font-size:32px;
    font-weight:800;
    margin-bottom:25px;
}

.bundle-card ul{
    padding:0;
    margin:0 0 30px;
    list-style:none;
}

.bundle-card ul li{
    margin-bottom:12px;
    position:relative;
    padding-left:25px;
}

.bundle-card ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#28a745;
    font-weight:bold;
}

/* =====================================
TRAVEL TIPS
===================================== */

.tip-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.tip-box span{
    color:#ff6b00;
    font-size:38px;
    font-weight:800;
    display:block;
    margin-bottom:15px;
}

.tip-box h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.tip-box p{
    color:#666;
    margin:0;
}

/* =====================================
CTA
===================================== */

.flight-cta-section{
    background:#0b1c39;
    color:#fff;
}

.flight-cta-section h2{
    font-size:48px;
    font-weight:800;
    margin-bottom:20px;
}

.flight-cta-section p{
    font-size:18px;
    max-width:700px;
    margin:auto auto 30px;
    opacity:.9;
}

/* =====================================
RESPONSIVE
===================================== */

@media(max-width:991px){

    .ph-flight-hero{
        padding:70px 0;
        text-align:center;
    }

    .ph-flight-hero h1{
        font-size:40px;
    }

    .section-title h2{
        font-size:28px;
    }

    .flight-cta-section h2{
        font-size:34px;
    }
}

@media(max-width:767px){

    .ph-flight-hero h1{
        font-size:32px;
    }

    .section-title h2{
        font-size:24px;
    }

    .why-box,
    .airline-box,
    .carrier-card,
    .type-box,
    .tip-box,
    .bundle-card{
        padding:25px;
    }

    .fare-highlight{
        padding:30px 20px;
    }
}
.airline-box img {
    width: auto;
    margin-bottom: 20px;
    height: 45px;
}
.carrier-slider {
    margin: 0 -12px;
}

.carrier-item {
    padding: 12px;
}

.carrier-card {
    height: 100%;
}

.carrier-slider .slick-track {
    display: flex;
}

.carrier-slider .slick-slide {
    height: inherit;
}

.carrier-slider .slick-slide > div {
    height: 100%;
}

.carrier-slider .slick-prev,
.carrier-slider .slick-next {
    width: 45px;
    height: 45px;
    z-index: 9;
}

.carrier-slider .slick-prev {
    left: -55px;
}

.carrier-slider .slick-next {
    right: -55px;
}
.carrier-slider .slick-prev,
.carrier-slider .slick-next {
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
}

.carrier-slider .slick-prev:hover,
.carrier-slider .slick-next:hover {
    background: #ff6b00;
    border-color: #ff6b00;
}

.carrier-slider .slick-prev {
    left: -60px;
}
.carrier-card {
    height: 100%;
    min-height: 280px;
}
.carrier-slider .slick-next {
    right: -60px;
}

.carrier-slider .slick-prev:before,
.carrier-slider .slick-next:before {
    font-family: "Font Awesome 5 Free" ! important;
    font-weight: 900;
    color: #222;
    font-size: 16px;
    opacity: 1;
}
.carrier-card img{
    height:45px;
    width:auto;
    margin-bottom: 15px;
}
.carrier-slider .slick-prev:before {
    content: "\f053";
}
.airline-box p, .carrier-card p{
    font-size:14px
}
.booking-types-section {
    background: #f9fafb;
}
.carrier-slider .slick-next:before {
    content: "\f054";
}

.carrier-slider .slick-prev:hover:before,
.carrier-slider .slick-next:hover:before {
    color: #fff;
}
.carrier-slider {
    margin: 0 -12px;
}

.carrier-item {
    padding: 12px;
}

.carrier-slider .slick-track {
    display: flex !important;
}

.carrier-slider .slick-slide {
    height: inherit !important;
}

.carrier-slider .slick-slide > div {
    height: 100%;
}

.carrier-card {
    height: 100%;
}
.ksa-about-hero{
    background:
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
    url('https://pinoytourism.com/ksa/wp-content/uploads/sites/2/2026/04/bannermain-1-1.png');
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    color: #fff;
    position: relative;
}

.hero-content{
    max-width: 750px;
}

.hero-badge{
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}

.ksa-about-hero h1{
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.ksa-about-hero h1 span{
    color: #f99839;
}

.ksa-about-hero p{
    font-size: 18px;
    line-height: 1.8;
    color: #eee;
}

.hero-buttons{
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.primary-btn2,
.secondary-btn2{
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.primary-btn2{
    background: #f99839;
    color: #fff;
}

.primary-btn2:hover{
    background: #e66d00;
    color: #fff;
}

.secondary-btn2{
    background: #fff;
    color: #111;
}

.secondary-btn2:hover{
    background: #f2f2f2;
    color: #111;
}

/* Sections */

.about-intro-section,
.who-we-are-section,
.why-choose-section,
.mission-vision-section,
.visit-section{
    padding: 50px 0;
}
.who-we-are-section{
    background:#f5f7fb
}
.section-badge{
    background: #e6edf7;
    color: #3b5b8a;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.section-heading{
    max-width: 800px;
    margin: auto;
}

.section-heading h2{
    font-size: 42px;
    font-weight: 700;
}

.about-image-wrap img{
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.about-content h2{
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-content p{
    color: #666;
    line-height: 1.9;
    margin-bottom: 20px;
}

.license-box{
    background: #fff7f1;
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid #f99839;
}

.license-box h5{
    font-weight: 700;
    margin-bottom: 10px;
}

/* Cards */

.info-card,
.why-card,
.mission-box{
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    height: 100%;
    transition: 0.3s ease;
}

.info-card:hover,
.why-card:hover,
.mission-box:hover{
    transform: translateY(-5px);
}

.info-card .icon-box,
.why-card i{
    width: 70px;
    height: 70px;
    background: #fff3e8;
    color: #f99839;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.info-card h4,
.why-card h5,
.mission-box h3{
    font-weight: 700;
    margin-bottom: 15px;
}

.info-card p,
.why-card p,
.mission-box p,
.about-description p{
    color: #666;
    line-height: 1.9;
}

/* Visit Box */

.visit-box{
    background: #3697ca;
    padding: 60px;
    border-radius: 25px;
    color: #fff;
}

.visit-box h2{
    font-size: 42px;
    font-weight: 700;
}
.contact-item{
    background: rgba(255,255,255,0.08);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    position: relative;
}

.contact-icon{
    width: 65px;
    height: 65px;
    background: rgba(255,255,255,0.12);
    color: #f99839;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-item h5{
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-item p{
    color: #d9d9d9;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
}

.contact-item p i{
    color: #f99839;
    margin-right: 10px;
    width: 20px;
}

.contact-item a{
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.contact-item a:hover{
    color: #f99839;
}

.social-links{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.social-links a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #333;
    padding: 14px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 600;
}

.social-links a i{
    font-size: 18px;
}

.social-links a:hover{
    background: #f99839;
    color: #fff;
    transform: translateY(-3px);
}
/* Responsive */

@media(max-width:991px){

    .ksa-about-hero{
        padding: 100px 0;
    }

    .ksa-about-hero h1{
        font-size: 42px;
    }

    .about-content h2,
    .section-heading h2,
    .visit-box h2{
        font-size: 32px;
    }

    .visit-box{
        padding: 40px 25px;
    }
}

@media(max-width:767px){

    .ksa-about-hero h1{
        font-size: 34px;
    }

    .hero-buttons{
        flex-direction: column;
    }

    .primary-btn2,
    .secondary-btn2{
        width: 100%;
        text-align: center;
    }
}

.offer-card{
    color:#fff !important
}

.uk-about-table td{
    background-color:#fff !important
}
.uk-about-table tr {
    BACKGROUND-COLOR: #FFF !IMPORTANT;
    COLOR: #000;
}
