@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #738080;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    min-height: 100vh;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease;
}

ul,
ol {
    list-style: none;
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
}

a:focus-visible {
    outline: none;
}

button {
    cursor: pointer;
}

.btn_primary {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #FFF;
    background: #E4738A;
    border: 1px solid #E4738A;
    border-radius: 100px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn_primary svg {
    display: block;
    width: 11px;
    height: 11px;
    transition: all .3s ease;
}

.btn_primary svg path {
    transition: all .3s ease;
}

.btn_primary:hover {
    color: #E4738A;
    background: #FFFFFF;
}

.btn_primary:hover svg {
    transform: rotate(45deg);
}

.btn_primary:hover svg path {
    fill: #E4738A;
}

.btn_secondary {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #173F3F;
    background: #FFFFFF;
    border: 1px solid #173F3F;
    border-radius: 100px;
    padding: 13px 20px;
}

.btn_secondary:hover {
    color: #FFFFFF;
    background: #173F3F;
}

.p-80 {
    padding: 50px 0;
}
a , button {
    height: 49px;
}
.site_header_actions.mobile_show {
    display: none;
}

@media (max-width: 1199px) {
    .p-80 {
        padding: 50px 0;
    }
    .btn_primary {
        padding: 10px 15px;
        gap: 8px;
    }

    .btn_secondary {
        padding: 10px 15px;
    }
}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
    .site_header_nav .site_header_book_btn {
        display: none;
    }
    .mob_flexmenu {
    display: flex;
    gap: 20px;
}
    .site_header_top_text img {
    display: none !important;
}
    .p-80 {
        padding: 40px 0;
    }
.site_header_actions.mobile_show {
    display: block;
}
.site_header_actions.mobile_show {
    margin-top: 0;
}
}

@media (max-width: 767px) {
    .p-80 {
        padding: 30px 0;
    }
    .popup_inner {
        width: 85%;
    }
    .popup-close {
        right: 10px !important;
        top: 10px !important;
        height: auto !important;
        width: auto !important;
        line-height: 1 !important;
    }
}

/* =========================== Header CSS =========================== */
body.menu-open {
    overflow: hidden;
    height: 100vh;
}
.site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.site_header_top_bar {
    background: #123F42;
    padding: 15px 0;
    text-align: center;
}

.container {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.site_header_top_text {
    color: #FFF;
}

.site_header_top_text strong {
    font-weight: 700;
}

.site_header_main {
    background-color: #FFFFFF;
    padding: 15px 0;
}

.site_header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site_header_logo_link {
    display: inline-block;
}

.site_header_logo_link img {
    display: block;
    width: auto;
    height: 72px;
}

.site_header_mobile_toggle {
    display: none;
}

.site_header_toggle_bar {
    display: block;
    width: 26px;
    height: 3px;
    background-color: #123F42;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.site_header_nav {
    display: flex;
    align-items: center;
    gap: 70px;
}

.site_header_menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.site_header_menu li a {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #173F3F;
}

.site_header_menu li a:hover {
    color: #E4738A;
}

.site_header_actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site_header_phone_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 100px;
}

.site_header_phone_btn:hover {
    background: #123F42;
    border: 1px solid #123F42;
}

.site_header_phone_icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    transition: all .3s ease;
}

.site_header_phone_number {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #173F3F;
    transition: all .3s ease;
}

.site_header_phone_btn:hover .site_header_phone_number {
    color: #FFFFFF;
}

.site_header_phone_btn:hover .site_header_phone_icon {
    fill: #FFFFFF;
}

.site_header_book_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #E4738A;
    border: 1px solid #E4738A;
    border-radius: 100px;
}

.site_header_book_text {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #FFF;
    transition: all .3s ease;
}

.site_header_book_btn svg {
    width: 11px;
    height: 11px;
    min-width: 11px;
    transition: all .3s ease;
}

.site_header_book_btn:hover {
    background: #FFFFFF;
}

.site_header_book_btn:hover svg {
    transform: rotate(45deg);
}

.site_header_book_btn:hover .site_header_book_text {
    color: #E4738A;
}

.site_header_book_btn svg path {
    transition: all .3s ease;
}

.site_header_book_btn:hover svg path {
    fill: #E4738A;
}
.site_header_nav .current-menu-item a {
    color: #E4738A;
}

.site_header_top_text img {
    width: 1em;
    height: 1em;
}

.site_header_top_text {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

@media (max-width: 1199px) {

    .site_header_top_bar {
        padding: 10px 0;
    }

    .site_header_main {
        padding: 10px 0;
    }

    .site_header_logo_link img {
        height: 68px;
    }

    .site_header_nav {
        gap: 30px;
    }

    .site_header_menu {
        gap: 20px;
    }

    .site_header_menu li a {
        font-size: 16px;
    }

    .site_header_phone_btn,
    .site_header_book_btn {
        gap: 7px;
        padding: 10px 15px;
    }

    .site_header_phone_number,
    .site_header_book_text {
        font-size: 15px;
    }

}

@media (max-width: 991px) {

    .site_header_top_text {
        font-size: 15px;
        line-height: 22px;
    }

    .site_header_logo_link img {
        height: 65px;
    }

    .site_header_mobile_toggle {
        display: block;
    }

    .site_header_nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        padding: 30px 15px 40px 15px;
        height: 100vh;
    }

    .site_header_main {
        position: relative;
    }

    .site_header_menu {
        flex-direction: column;
        width: 100%;
        gap: 30px;
        align-items: flex-start;
    }

    .site_header_actions {
        flex-direction: column;
        margin-top: 30px;
        gap: 30px;
        align-items: flex-start;
    }

    .site_header_mobile_toggle.active .site_header_toggle_bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .site_header_mobile_toggle.active .site_header_toggle_bar:nth-child(2) {
        opacity: 0;
    }

    .site_header_mobile_toggle.active .site_header_toggle_bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

}

@media (max-width: 767px) {
    .site_header_top_text {
        font-size: 13px;
        line-height: 18px;
    }

    .site_header_logo_link img {
        height: 60px;
    }
}

/* =========================== Footer CSS =========================== */

.site_footer {
    background: #237682;
    padding: 50px 0 25px 0;
}

.site_footer .site_footer_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.site_footer .site_footer_column_brand {
    width: 300px;
}

.site_footer_column .custom-logo-link {
    display: inline-block;
}

.site_footer_column .custom-logo {
    display: block;
    width: 94px;
    min-width: 94px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.site_footer .site_footer_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    margin: 20px 0px;
}

.site_footer .site_footer_social_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site_footer .site_footer_social_icon_link {
    display: inline-block;
}

.site_footer .site_footer_social_icon {
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    object-fit: contain;
    object-position: center;
}

.site_footer .site_footer_column_menu {
    width: 210px;
}

.site_footer .site_footer_title {
    font-family: "Fraunces", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    color: #FFF;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}

.site_footer .site_footer_menu_list li {
    margin-bottom: 15px;
}

.site_footer .site_footer_menu_list li:last-child {
    margin-bottom: 0;
}

.site_footer .site_footer_menu_list li a {
    color: #FFF;
}

.site_footer .site_footer_menu_list li a:hover {
    color: #E4738A;
}

.site_footer .site_footer_column_contact {
    width: 300px;
}

.site_footer .site_footer_contact_item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.site_footer .site_footer_contact_item:last-child {
    margin-bottom: 0;
}

.site_footer .site_footer_contact_icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 8px;
}

.site_footer .site_footer_contact_icon {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    object-position: center;
}

.site_footer .site_footer_contact_text,
.site_footer .site_footer_contact_location_text {
    line-height: normal;
    color: #FFF;
}
.site_footer .site_footer_contact_text {
    height: auto;
}
.site_footer .site_footer_contact_text:hover {
    color: #E4738A;
}

.site_footer .site_footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 20px;
    text-align: center;
}

.site_footer .site_footer_copyright {
    color: #FFF;
}

@media (max-width: 1199px) {

    .site_footer {
        padding: 40px 0 20px 0;
    }

    .site_footer .site_footer_row {
        margin-bottom: 40px;
    }

    .site_footer .site_footer_contact_text,
    .site_footer .site_footer_contact_location_text,
    .site_footer .site_footer_menu_list li a {
        font-size: 15px;
        line-height: 22px;
    }

    .site_footer .site_footer_description {
        font-size: 15px;
        line-height: 22px;
        margin: 18px 0px;
    }

    .site_footer_column .custom-logo {
        width: 90px;
        min-width: 90px;
    }

    .site_footer .site_footer_title {
        margin-bottom: 18px;
    }

    .site_footer .site_footer_menu_list li {
        margin-bottom: 12px;
    }

    .site_footer .site_footer_contact_icon_box {
        margin-right: 10px;
        width: 34px;
        height: 34px;
    }

    .site_footer .site_footer_column_brand {
        width: 250px;
    }

    .site_footer .site_footer_column_contact {
        width: 270px;
    }

    .site_footer .site_footer_column_menu {
        width: 190px;
    }

    .site_footer .site_footer_bottom {
        padding-top: 18px;
    }

    .site_footer .site_footer_copyright {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 991px) {

    .site_footer {
        padding: 30px 0 18px 0;
    }

    .site_footer .site_footer_row {
        margin-bottom: 30px;
    }

    .site_footer .site_footer_column_brand {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .site_footer .site_footer_description {
        margin: 15px 0px;
    }

    .site_footer .site_footer_social_wrapper {
        justify-content: center;
    }

    .site_footer .site_footer_column_menu {
        width: auto;
    }

    .site_footer .site_footer_title {
        margin-bottom: 15px;
    }

    .site_footer .site_footer_menu_list li {
        margin-bottom: 10px;
    }

    .site_footer .site_footer_column_contact {
        width: auto;
    }

    .site_footer .site_footer_bottom {
        padding-top: 15px;
    }

}


@media (max-width: 767px) {
  
	.popup_inner {
		width: 90% !important;
	}
    .site_footer {
        padding: 30px 0 15px 0;
    }

    .site_footer .site_footer_row {
        margin-bottom: 20px;
    }

    .site_footer .site_footer_column_brand {
        text-align: left;
    }

    .site_footer_column .custom-logo {
        width: 85px;
        min-width: 85px;
    }

    .site_footer .site_footer_description {
        margin: 10px 0px;
    }

    .site_footer .site_footer_social_wrapper {
        justify-content: flex-start;
    }

    .site_footer .site_footer_column_menu {
        width: 100%;
        margin-bottom: 30px;
    }

    .site_footer .site_footer_title {
        margin-bottom: 10px;
    }

    .site_footer .site_footer_menu_list li {
        margin-bottom: 5px;
    }

    .site_footer .site_footer_column_contact {
        width: 100%;
    }

    .site_footer .site_footer_contact_item {
        margin-bottom: 12px;
    }

    .site_footer .site_footer_contact_icon_box {
        width: 30px;
        height: 30px;
    }

    .site_footer .site_footer_contact_icon {
        width: 16px;
        height: 16px;
    }

}
@media (max-width: 455px) {

.site_footer_copyright {
    max-width: 79%;
    margin: 0 auto;
}
}


/* popup widget */
 .tripworks-popup-wrapper {
    visibility: hidden;
    position: fixed;

}

/* .tripworks-popup-wrapper {
    display: none;
} */

 .tripworks-widget {
    max-width: 100%;
    margin: 0 auto;
    background: #ffff;
    margin-top: 8%;
}

 .tripworks-popup-wrapper {
    visibility: hidden;
    position: fixed;
}
.tripworks-popup-wrapper {
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    z-index: 100000000;
}
.tripworks-popup-wrapper.openpopupwrap {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 99999999999999999;
    visibility: visible;
    opacity: 1;
}


 .tripworks-popup-wrapper {
    display: none;
}

.tripworks-popup-wrapper.openpopupwrap {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.tripworks-widget {
    display: none;
}

.tripworks-widget.openpopup {
    display: block;
}

 .popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: transparent;
    color:#E4738A;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    z-index: 100000;
}


.popup_inner {
    position: relative;
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
}
body.tripworks-popup-open {
    overflow: hidden;
}