
.section-t {
    color: black;
    font-size: 30px;
}

    .flight-page-section{
padding:70px 0;
background:#f7f8fc;
}





.flight-feature-box{display:flex;gap:15px;background:#fff;padding:15px;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,0.05);/* max-width:280px; */}

.flight-icon{
width:35px;
height:35px;
background:#eef4ff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
color:#2563eb;
}

.route-card{
background:#fff;
padding:15px;
border-radius:8px;
text-align:center;
box-shadow:0 4px 15px rgba(0,0,0,0.05);
font-weight:500;
}


.benefit-box{
background:#fff;
padding:20px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.benefit-box i{
font-size:22px;
color:#2563eb;
margin-bottom:10px;
}

.flight-enquiry-box{
background:#fff;
padding:35px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.flight-enquiry-box h3{
margin-bottom:25px;
font-weight:700;
}

.flight-enquiry-box input,
.flight-enquiry-box select,
.flight-enquiry-box textarea{
width:100%;
padding:12px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:8px;
}

.flight-enquiry-box textarea{
height:90px;
}

.flight-enquiry-box button{
width:100%;
padding:12px;
background:#2563eb;
color:#fff;
border:none;
border-radius:8px;
font-weight:600;
}


/* =========================== */

.contact-form .single-input-wrapper{
margin-bottom:20px;
}

.contact-form label{
font-size:13px;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:6px;
display:block;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
width:100%;
padding:14px;
border:1px solid #e2e8f0;
border-radius:12px;
font-size:14px;
}

.contact-form textarea{
height:120px;
resize:none;
}

.contact-form button{
width:100%;
padding:16px;
border-radius:40px;
font-weight:600;
letter-spacing:1px;
}

.body-bg-one {
    background: #f1f4ff !important;
}

.rts-contact-area.inner .section-inner .contact-form textarea {
    padding: 20px;
    height: 104px !important;
   
}
a.logo img {
    width: 90px;
    border-radius: 10px !important;
}

a.rts-btn.btn-primary.btn-border.new {
    color: white;
}

.rts-story-area .rts-story-mid-content {
    max-width: unset;
}

.section-title-area .section-title {
    color: #000000 !important;
    
}

.section-title-area3 .section-title {
    font-size: 64px;
    color: #000000;
    font-weight: 400;
}
.section-title-area3 .sub-title {
    display: inline-block;
    color: #000000;
    
}
h5.title {
    color: white;
}
h6.price {
    color: white;
}
.text-uppercase {
    text-transform: unset !important;
}
.content p {
    color: white;
    margin: 0;
}

.black {
    color: black !important;
}

.home-hiking-bg {
    background: #ffffff !important;
    
}