.elementor-kit-6560{--e-global-color-primary:#0A244B;--e-global-color-secondary:#BDE6F8;--e-global-color-text:#464646;--e-global-color-accent:#0A244B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6560 button,.elementor-kit-6560 input[type="button"],.elementor-kit-6560 input[type="submit"],.elementor-kit-6560 .elementor-button{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-6560 button:hover,.elementor-kit-6560 button:focus,.elementor-kit-6560 input[type="button"]:hover,.elementor-kit-6560 input[type="button"]:focus,.elementor-kit-6560 input[type="submit"]:hover,.elementor-kit-6560 input[type="submit"]:focus,.elementor-kit-6560 .elementor-button:hover,.elementor-kit-6560 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#1B1B1B;}.elementor-kit-6560 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1344px;}.e-con{--container-max-width:1344px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:540px;}.e-con{--container-max-width:540px;}}/* Start custom CSS *//* Full-width Hero */
#wp-travel-trip-wrapper .page-header {
    background-image: url("https://skybridgetravels.net/wp-content/uploads/2026/01/360_F_115871151_hjFCKzt75TKLfX9bzj3soDlVVjjAEQbm.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px; /* adjust as needed */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

/* Dark overlay behind title */
#wp-travel-trip-wrapper .page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; /* below text */
}

/* Title styling */
#wp-travel-trip-wrapper .page-header .page-title {
    position: relative;
    color: #ffffff !important;  /* force white color */
    font-size: 48px !important;  /* make it bigger */
    font-weight: 700;
    z-index: 2;  /* above overlay */
    line-height: 1.2;
    margin: 0;
}

/* Optional: Subtitle */
#wp-travel-trip-wrapper .page-header .hero-subtitle {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
    z-index: 2;
}

/* Optional: WhatsApp Button */
#wp-travel-trip-wrapper .page-header .hero-button {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    z-index: 2;
}/* End custom CSS */