body[class*="single-"] #primary, body.archive #primary, body.page #primary {
padding-top: 0 !important;
background-color: #f4f6f8;
} .entry-header, .page-header, .entry-title {
display: none !important;
}
.entry-content {
margin: 0 !important;
} .final-offer-container {
max-width: 900px;
margin: 0 auto;
}
.final-offer-main {
background: #fff;
border-radius: 12px;
box-shadow: 0 8px 30px rgba(0,0,0,0.1);
overflow: hidden;
}  #primary .final-offer-image-wrap {
position: relative;
width: 100%;
height: 380px !important;
background-color: #e2e8f0;
}
.final-offer-image {
width: 100%;
height: 100%;
object-fit: cover;
} .final-offer-badge {
position: absolute;
top: 350px;
left: 50%;
transform: translateX(-50%);
color: white;
padding: 8px 18px;
border-radius: 50px;
font-weight: bold;
font-size: 28px;
z-index: 2;
backdrop-filter: blur(5px);
white-space: nowrap;
}
.final-offer-badge.is-flight { background-color: crimson; }
.final-offer-badge.is-deal { background-color: rgba(220, 53, 69, 0.9); } .final-offer-main-info {
padding: 0px 30px 0px 30px;
text-align: center;
}
.final-offer-title {
font-size: 30px;
font-weight: 900;
color: #1e293b;
background-color: papayawhip ;
margin: 0 0 0px 0;
line-height: 1.2;
}
.final-offer-airline {
color: midnightblue;
margin-bottom: 15px;
background-color: ghostwhite;
}
.final-page-description {
color: #334155;
line-height: 0.6;
text-align: center;
margin-bottom: 15px;
} .final-offer-details-grid {
display: grid;
grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
gap: 8px;
padding: 0 30px 30px 30px;
}
.final-offer-description-col h3 {
font-size: 22px;
font-weight: 700;
margin: 0 0 15px 0;
}
.final-offer-benefits li {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
} .final-offer-booking-col .final-booking-box {
position: sticky;
top: 100px;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 2px;
text-align: center;
background-color: ghostwhite;
}
.booking-box-price .price-label {
font-size: 16px;
color: #64748b;
} .booking-box-price .price-amount {
display: inline-block;
font-size: 33px;
font-weight: 900;
color: forestgreen !important;
margin: 0 0 0 8px;
}
.final-cta-button {
background: linear-gradient(135deg, #FF6B00 0%, #FF3D00 100%);
color: white !important;
padding: 16px 40px;
font-size: 20px;
font-weight: 700;
text-decoration: none;
border-radius: 50px;
display: inline-block;
text-align: center;
margin: 11px 0;
box-shadow: 0 4px 15px rgba(255, 59, 0, 0.4);
border: 2px solid rgba(255, 255, 255, 0.5);
position: relative;
overflow: hidden;
z-index: 1;
transition: all 0.3s ease; animation: pulse 1.8s infinite;
} .final-cta-button:hover {
transform: scale(1.05);
box-shadow: 0 6px 20px rgba(255, 59, 0, 0.6);
} .final-cta-button:active {
background: linear-gradient(135deg, #E55A00 0%, #E03600 100%);
} @keyframes pulse {
0% {
transform: scale(1);
opacity: 1;
box-shadow: 0 4px 15px rgba(255, 59, 0, 0.4);
}
70% {
transform: scale(1.05);
opacity: 0.9;
box-shadow: 0 6px 20px rgba(255, 59, 0, 0.6);
}
100% {
transform: scale(1);
opacity: 1;
box-shadow: 0 4px 15px rgba(255, 59, 0, 0.4);
}
} .trust-badge {
margin-top: 15px;
font-size: 15px;
color: crimson;
font-weight: 700;
display: inline-block;
animation: gentle-shake 11s infinite;
}
@keyframes gentle-shake {
0%, 90%, 100% {
transform: translateX(0);
}
92% {
transform: translateX(-3px) rotate(-1deg);
}
94% {
transform: translateX(3px) rotate(1deg);
}
96% {
transform: translateX(-2px) rotate(-1deg);
}
98% {
transform: translateX(2px) rotate(1deg);
}
}
.city-separator {
color: orangered;
font-weight: normal;
} .pro-offer-sidebar .widget-title, .pelikan-sidebar-offers-column .widget-title { font-size: 18px; font-weight: 700; text-align: left; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0; }
.flights-widget-item { display: flex; align-items: center; width: 100%; box-sizing: border-box; gap: 12px; padding: 0.5em; text-decoration: none; color: inherit; border-bottom: 1px solid #f0f0f0; }
.flights-widget-thumb img { width: 80px; height: 65px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.flights-widget-details { flex: 1; min-width: 0; }
.flights-widget-title { font-size: 16px; font-weight: 700; color: #333; }
.flights-widget-meta { margin-top: 8px; display: flex; justify-content: space-between; align-items: center; }
.flights-widget-price { font-size: 18px; font-weight: bold; color: green !important; }
.flights-widget-button { background: #ff6b00; color: #fff !important; font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 4px; text-decoration: none; }
.sidebar-offer-item-deals { margin-bottom: 15px; background: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.08); overflow: hidden; }
.sidebar-offer-link-deals { display: block; text-decoration: none; color: inherit; }
.deals-thumb img { width: 100%; height: 160px; object-fit: cover; }
.deals-info { padding: 15px; }
.deals-title { font-weight: 700; font-size: 15px; color: #333; }
.deals-price-cta-wrapper { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.deals-price { font-size: 16px !important; font-weight: bold; color: forestgreen; }
.deals-button { background: #ff6b00; color: #fff !important; font-size: 12px; padding: 8px 14px; border-radius: 5px; text-decoration: none; } @media(max-width: 992px) {
.final-offer-details-grid {
grid-template-columns: 1fr;
gap: 8px;
}
}
@media(max-width: 768px) {
#primary .final-offer-image-wrap {
height: 200px !important;
}
.final-offer-badge {
top: 180px;
font-size: 20px;
padding: 6px 14px;
max-width: 90%;
box-sizing: border-box;
}
.final-offer-title {
font-size: 26px;
}
.final-offer-main-info,
.final-offer-details-grid {
padding-left: 15px;
padding-right: 15px;
}
}  .pelikan-horizontal-widget {
display: grid;
grid-template-columns: repeat(5, 1fr); gap: 20px;
max-width: 1200px;
margin: 20px auto;
} .pelikan-horizontal-item {
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
background-color: #fff;
display: flex;
flex-direction: column;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pelikan-horizontal-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
} .pelikan-horizontal-item,
.pelikan-horizontal-item a,
.pelikan-horizontal-item-title,
.pelikan-horizontal-item-desc,
.pelikan-horizontal-item-price {
text-decoration: none !important;
} .pelikan-horizontal-item-img {
width: 100%;
height: 180px;
object-fit: cover;
} .pelikan-horizontal-item-content {
padding: 15px;
display: flex;
flex-direction: column;
flex-grow: 1; }
.item-title-wrap {
min-height: 54px; }
.pelikan-horizontal-item-title {
font-size: 18px;
font-weight: 700;
color: #333 !important;
line-height: 1.3;
}
.item-desc-wrap {
flex-grow: 1; min-height: 60px; }
.pelikan-horizontal-item-desc {
font-size: 14px;
color: #555;
margin-top: 8px;
line-height: 1.4;
}
.pelikan-horizontal-item-price {
margin-top: 12px;
text-align: center;
font-size: 20px;
font-weight: bold;
color: orangered !important;
}
.pelikan-horizontal-item-price .price-prefix {
font-weight: normal;
color: #555;
font-size: 0.8em;
}  @media(max-width: 1200px) {
.pelikan-horizontal-widget {
padding: 0 15px; }
} @media(max-width: 768px) {
.pelikan-horizontal-widget {
grid-template-columns: 1fr; }
}