/* =============================================
   VOLIAMO – Custom overrides for GAF theme
   Mirrors #237 PH demo-site styling, GAF theme only
   ============================================= */

/* ---- Header: solid white (replaces themed transparent/grey) ---- */
.topline {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}
.scrolled .topline {
    background-color: #fff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}
.navbar-inverse:not(.navbar-theme-transparent) {
    background: #fff !important;
}
.navbar-theme .navbar-nav > li > a,
.navbar-theme.navbar-inverse .navbar-nav > li > a > * {
    color: #333 !important;
}
.navbar-theme-transparent .navbar-nav > li > a,
.navbar-theme-transparent .navbar-nav-item-user-icon {
    color: #333 !important;
    font-weight: 600;
}
.navbar-nav-item-user .fa-phone,
.navbar-nav-item-user .fa-envelope,
.navbar-nav-item-user .fa-whatsapp {
    color: #41bcdf !important;
}
@media (max-width: 768px) {
    .navbar-nav-item-user .fa-phone,
    .navbar-nav-item-user .fa-envelope,
    .navbar-nav-item-user .fa-whatsapp {
        color: #333 !important;
    }
    .head-logw { display: block !important; }
    .head-logn { display: none !important; }
}
@media (max-width: 576px) {
    .head-logw { display: none !important; }
}

/* ---- Footer: blue background, white text ---- */
.theme-footer {
    background: #274c84 !important;
    border-top: none !important;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.theme-footer .theme-page-section._bg-b-d,
.theme-footer .theme-page-section._p-0._bg-b-d {
    background: #274c84 !important;
}
.theme-footer hr {
    border-top: 1px solid rgba(229, 229, 229, .2) !important;
}
.theme-footer .theme-footer-section-title {
    color: #fff;
}
.theme-footer .theme-footer-section-list > li > a {
    color: #fff;
    opacity: 0.85;
}
.theme-footer .theme-footer-section-list > li > a:hover {
    color: #fff;
    opacity: 1;
}
.theme-footer .theme-footer-brand {
    opacity: 1;
    filter: none;
}
.theme-footer-links a,
.theme-footer-links a:hover {
    color: rgba(255, 255, 255, .9) !important;
}
.theme-footer .t-write,
.theme-footer .theme-footer-icon {
    color: #fff !important;
}
.theme-footer .theme-footer-icon i.fa {
    color: #fff !important;
}
.theme-copyright {
    background-color: #0f52a3 !important;
}
.theme-copyright-text,
.theme-copyright .theme-copyright-text,
.theme-copyright ._c-dark,
.theme-copyright p,
.theme-copyright small {
    color: rgba(255, 255, 255, .8) !important;
}
.theme-copyright a,
.theme-copyright ._c-d,
.theme-copyright ._c-p {
    color: #fff !important;
}
.theme-copyright a:hover,
.theme-copyright ._c-d:hover {
    color: rgba(255, 255, 255, .75) !important;
}
.theme-footer .theme-footer-logo-contact {
    border-top: 1px solid rgba(229, 229, 229, .2) !important;
}
.theme-footer .container .theme-footer-logo-contact > * {
    border-bottom: 0;
}
.theme-footer .text-roboto,
.theme-footer span,
.theme-footer li {
    color: rgba(255, 255, 255, .85);
}

/* Footer animated background elements */
.main-footer__element-two {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .07;
    z-index: 2;
    pointer-events: none;
    animation: vol-leftToRight 3.5s ease-in-out infinite;
}
.main-footer__element-one {
    position: absolute;
    bottom: 20%;
    left: 0;
    opacity: .07;
    z-index: 2;
    pointer-events: none;
    animation: vol-bottomOpacity 3s ease-in-out infinite;
}
@keyframes vol-bottomOpacity {
    0%  { opacity: 0 }
    50% { opacity: .4 }
    to  { opacity: 0 }
}
@keyframes vol-leftToRight {
    0%  { transform: translateX(0) }
    50% { transform: translateX(15px) }
    to  { transform: translateX(0) }
}

/* Footer widget: section title */
.footer-widget__title {
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
}

/* Footer widget: social icons */
.footer-widget__social {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    width: -moz-fit-content;
    width: fit-content;
}
.footer-widget__social a {
    width: 42px;
    height: 42px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 14px 24px rgba(8, 15, 31, .22);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.footer-widget__social-link--facebook {
    background: linear-gradient(135deg, #1877f2, #0b57cf);
    border-color: #1877f2;
}
.footer-widget__social-link--x {
    background: #000000;
    border-color: #000000;
}
.footer-widget__social-link--instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af);
    border-color: #dd2a7b;
}
.footer-widget__social-link--youtube {
    background: linear-gradient(135deg, #ff4e45, #ff1f1f);
    border-color: #ff1f1f;
}
.footer-widget__social-link--whatsapp {
    background: linear-gradient(135deg, #25D366, #075E54);
    border-color: #25D366;
}
.footer-widget__social a:focus-visible,
.footer-widget__social a:hover {
    border-color: transparent;
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 18px 30px rgba(8, 15, 31, .3);
    filter: saturate(1.08);
}

/* Footer widget: contact list */
.footer-widget__list {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    margin: 0;
    gap: 30px;
}
.footer-widget__list li {
    display: flex;
    gap: 15px;
}
.footer-widget__list__icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 18px;
    color: #0f52a3;
    transition: all .4s ease-in-out;
    z-index: 1;
    position: relative;
}
.footer-widget__list__icon::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #0f52a3;
    z-index: -1;
    transition: .4s ease-in-out;
    border-radius: 50%;
}
.footer-widget__list li:hover .footer-widget__list__icon {
    color: #fff;
}
.footer-widget__list li:hover .footer-widget__list__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer-widget__list a,
.footer-widget__list p,
.footer-widget__list__subtitle {
    font-weight: 600;
    color: #fff;
    padding-bottom: 0;
}

/* Footer bottom bar */
.main-footer__bottom {
    position: relative;
    background-color: #0f52a3;
}
.main-footer__bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}
.main-footer__copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    opacity: .8;
}
.footer__bottom__payment img {
    height: 24px;
}

/* Twitter X icon override */
.fa.fa-twitter {
    font-family: sans-serif;
}
.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

/* ---- Border radius (matching phv2 rounded style) ---- */
.event-section img {
    border-radius: 25px;
}
.theme-search-results-item {
    border-radius: 10px;
    overflow: hidden;
}
#exampleSlider .MS-content .item img {
    border-radius: 10px;
}
.navbar-theme-abs {
  position: relative;
  width: 100%;
  z-index: 999;
}
.theme-payment-page-sections-item,
.h-timeline-payment .theme-search-results-item-flight-section-path-line-.current .theme-search-results-item-flight-section-path-line-dot, .h-timeline-payment .theme-search-results-item-flight-section-path-line-.completed .theme-search-results-item-flight-section-path-line-dot,
.h-timeline-payment .theme-search-results-item-flight-section-path-line- .theme-search-results-item-flight-section-path-line-dot,
.theme-sidebar-section,
.theme-payment-page-form.credit_card {
    border-radius: 8px;
}