:root {
	--dfh-font-body: "Inter", sans-serif;
	--dfh-font-heading: "Poppins", sans-serif;
	--bs-font-sans-serif: "Inter", sans-serif;
	--bs-body-font-family: "Inter", sans-serif;
}

body {

	font-family: var(--dfh-font-body) !important;

	font-size: 14px;

	line-height: 1.5;

	color: #29293a;

}



a {

    text-decoration: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	font-family: var(--dfh-font-heading) !important;

	line-height: 1.4;

	margin-top: 0;

}

.h1, .h2, .h3, .h4, .h5, .h6,
.card-title,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

	font-family: var(--dfh-font-heading) !important;

}



.logo img {

	padding: 8px 0;

}



.sf-menu li li:hover > a {

	background: #444;

}



.headline {

	margin-bottom: 13px;

}



.headline h2 {

	text-transform: uppercase;

}



.headline:before,

.headline:after,

.headline h2:before {

	display: none;

}



.main-headline p {

	font-size: 16px;

}



.text-animated p {

	font-size: 16px;

}



.service-item h4 {

	font-size: 22px;

}



.featured-photo .price {

	background: #333;

}



.featured-text h4 a {

	color: #444;

}



.featured-text h4 a:hover {

	color: #3367c1;

}



.featured-carousel .owl-nav .owl-prev:hover,

.featured-carousel .owl-nav .owl-next:hover {

	background: #444;

	color: #fff;

}



.portpage-menu li {

	padding: 8px 25px;

}



.portpage-menu li:hover,

.portpage-menu li.filtr-active {

	background: #444;

	border: 2px solid #444;

	color: #fff;

}



.portfolio-bg {

	background: #444;

}



.team-bg {

	background: #444;

}



.button a:hover {

	background: #444;

}



.blog-item a.b-head:hover {

	color: #3367c1;

}



.blog-text ul li i {

	color: #444;

}



.blog-carousel .owl-nav .owl-prev:hover,

.blog-carousel .owl-nav .owl-next:hover {

	background: #444;

	color: #fff;

}



.newsletter-bg {

	background: #444;

}



.main-headline p {

    position: relative;

}



.newsletter-submit input[type='submit'] {

	background: #3367c1;

}



.newsletter-submit input[type='submit']:hover {

	background: #444;

}



.footer-item h3 {

	font-weight: 600;

	padding-bottom: 0;

	margin-bottom: 30px;

}



.footer-item h3:before,

.footer-item h3:after {

	display: none;

}



.footer-item ul li a {

	padding-left: 20px;

}



.footer-item ul li a:before {

	position: absolute;

	content: '\f35a';

	font-family: "Font Awesome 5 Free";

	color: #c7c7c7;

	top: 0;

	left: 0;

}



.footer-item ul li a:hover {

	color: #3367c1;

}



.footer-item ul.footer-social li a:hover {

	color: #fff;

	background-color: transparent;

	border: 1px solid #3367c1;

}



.footer-item p {

    padding-bottom: 0!important;

    margin-bottom: 5px!important;

}



.brand-item {

	padding: 5px;

}



/*Dashboard*/

.detail-dashboard h1{

	font-size: 30px;

	font-weight: 500;

	margin-bottom: 25px;

}

/*Add Car*/

.clear {

    clear: both;

}

.information-form h2 {

    font-size: 22px;

    font-weight: 600;

    margin-left: 15px;

    margin-bottom: 30px;

}

.form-group label {

    font-weight: 600;

}

.form-group input {

    height: 40px;

    transition: all 0.3s;

}

.form-group select {

    height: 40px;

}

.form-group textarea {

    height: 250px;

    transition: all 0.3s;

}

.information-form .form-group button[type='submit'] {

    margin-top: 15px;

}

.information-form .other-function {

    clear: both;

    overflow: hidden;

    margin-top: 30px;

    margin-bottom: 30px;

}

.information-form .other-function h2 {

    font-size: 22px;

    font-weight: 600;

    margin: 15px 0;

}

.information-form .other-function label {

    font-weight: 600;

}

.information-form .form-check-label {

    margin-right: 30px;

    margin-bottom: 15px;

}



/*View*/

.dataTables_wrapper .dataTables_filter input {

    margin-left: 0.5em;

    border: 1px solid #ddd;

    text-indent: 10px;

    font-size: 14px;

    font-weight: 400;

}

table.dataTable thead {

    background: #555;

    color: #fff;

}

.dataTables_length select {

    border: 1px solid #ddd;

}

.rTable {

    display: table;

    width: 100%;

    border: 1px solid #d3d3d3;

    border-collapse: collapse;

}

.rTableRow {

    display: table-row;

}

.rTableHeading {

    display: table-header-group;

    background-color: #ddd;

}

.rTableHead {

    width: 40%;

}

.rTableCell,

.rTableHead {

    display: table-cell;

    vertical-align: top;

    padding: 6px 10px;

    border: 1px solid #d3d3d3;

    border-collapse: collapse;

}

.rTableHeading {

    display: table-header-group;

    background-color: #ddd;

    font-weight: bold;

}

.rTableFoot {

    display: table-footer-group;

    font-weight: bold;

    background-color: #ddd;

}

.rTableBody {

    display: table-row-group;

}

.rTable iframe {

    width: 300px!important;

    height: 250px!important;

}

.error {

    color: red!important;

}

.success {

    color: green!important;

}

div.pagination {

    padding: 3px;

    margin: 3px;

    z-index: 1000;

    font-size: 16px;

    margin-bottom: 20px;

    margin-top: 30px;

}

div.pagination a {

    padding: 5px 10px;

    margin: 2px;

    border: 1px solid #4a4a4a;

    text-decoration: none;

    /* no underline */



    background-color: #4a4a4a;

    color: #FFF;

    font-weight: bold;

    font-size: 16px;

}

div.pagination a:hover,

div.pagination a:active {

    border: 1px solid #4a4a4a;

    color: #FFF;

    background-color: #a0a0a0;

    font-size: 16px;

}

div.pagination span.current {

    padding: 5px 10px;

    margin: 2px;

    border: 1px solid #4a4a4a;

    font-weight: bold;

    background-color: #a0a0a0;

    color: #FFF;

    font-weight: bold;

    font-size: 16px;

}

div.pagination span.disabled {

    padding: 5px 10px;

    margin: 2px;

    border: 1px solid #929693;

    color: #929693;

    font-size: 16px;

}



.chosen-container-single .chosen-default {

    color: #555!important;

}

.chosen-container-single .chosen-single {

    background-color: #fff!important;

}





.child {

    display: none;

}

.load-more {

    text-align: center;

    margin-top: 30px;

}

.load-more a {

    background: #dddddd;

    color:  #333;

    padding: 10px 20px;

    border-radius: 26px;

    font-weight: 700;

    font-size: 18px;

    text-transform: uppercase;

}





.pack-tab {

    border-top: 1px solid #ddd;

    padding-top: 30px;

}



.pack-tab-left .nav-link {

    min-width: 220px;

    width: 100%;

    background: #f3f3f3;

    margin-bottom: 10px;

    color: #3367c1;

    border: 1px solid #ddd;

    border-radius: 0;

    font-weight: bold;

    text-align: left;

}



.pack-tab-left .nav-link.active {

    background: #3367c1;

}



.pack-tab-right p {

    font-size: 15px;

}



@media only screen and (max-width:575px) {

    .pack-tab {display: block!important;width: 100%!important;}

    .pack-tab-left {display: block!important;width: 100%!important;margin-bottom: 20px!important;}

}



.packmoreinfo-tab-bottom {

    border: 1px solid #ddd;

    padding: 20px;

}



.packmoreinfo-tab-top .nav-link {

    background: #f3f3f3;

    margin-right: 10px;

    margin-bottom: 10px;

    color: #3367c1;

    border: 1px solid #ddd;

    border-radius: 0;

    font-weight: bold;

    text-align: left;

}



.packmoreinfo-tab-top .nav-link.active {

    background: #3367c1;

}



@media only screen and (max-width:575px) {

    .packmoreinfo-tab-top {

        width: 100%!important;

    }

    .packmoreinfo-tab-top li {

        width: 100%!important;

    }

    .packmoreinfo-tab-top .nav-link {

        width: 100%!important;

    }

    .packmoreinfo-tab-bottom .col-item {

        margin-bottom: 20px!important;

    }

}



@media only screen and (max-width:767px) {

    .packmoreinfo-tab-bottom {

        margin-bottom: 20px!important;

    }

}





.faq-page .accordion-item {

    margin-bottom: 10px;

    border-radius: 0!important;

    border: 1px solid #ddd;

}

.faq-page .accordion-button {

    font-family: var(--dfh-font-body);

    background: #f4f4f4;

    font-size: 14px;

    font-weight: 700;

}

.faq-page .accordion-button:focus {

    box-shadow: none!important;

}



.faq-page .accordion-button:not(.collapsed) {

    color: #3367c1;

}



.faq-page .accordion-button::after {

    background-size: 16px;

}



.w-400 {width: 400px!important;}

.w-550 {width: 550px!important;}

.form-control {font-size: 14px!important;}

.button-booking button {background: #3367c1!important;border:0!important;color:#fff!important;}

.btn {font-size: 14px!important;}



.blog-image img {

    height: 250px;

    object-fit: cover;

}



@media only screen and (max-width:1199px) {

    .blog-image img {

        height: 200px;

    }

}



@media only screen and (max-width:991px) {

    .blog-image img {

        height: 230px;

    }

}



@media only screen and (max-width:767px) {

    .blog-image img {

        height: 180px;

    }

}



@media only screen and (max-width:600px) {

    .blog-image img {

        height: auto;

    }

}



@media only screen and (max-width:991px) {

    .blog-item-blog-page img {

        height: 160px!important;

    }

}



@media only screen and (max-width:767px) {

    .blog-item-blog-page img {

        height: 330px!important;

    }

}



@media only screen and (max-width:575px) {

    .blog-item-blog-page img {

        height: auto!important;

    }

}





.single-blog .blog-image img {

    height: auto!important;

}



.portfolio-item img {

    width: 100%;

    height: 220px;

    object-fit: cover;

}



.portfolio-item iframe {

    height: 340px;

}



@media only screen and (max-width:1199px) {

    .portfolio-item img {

        height: 180px;

    }

    .portfolio-item iframe {

        height: 260px;

    }

}



@media only screen and (max-width:991px) {

    .portfolio-item img {

        height: 130px;

    }

    .portfolio-item iframe {

        height: 200px;

    }

}



@media only screen and (max-width:767px) {

    .portfolio-item img {

        height: auto;

        margin-bottom: 15px;

    }

    .portfolio-item iframe {

        height: 350px;

        margin-bottom: 15px;

    }

}



.featured-photo img {

    width: 100%;

    height: 240px;

    object-fit: cover;

}



@media only screen and (max-width:1199px) {

    .featured-photo img {

        height: 200px;

    }

}



@media only screen and (max-width:991px) {

    .featured-photo img {

        height: 160px;

    }

}



@media only screen and (max-width:767px) {

    .featured-photo img {

        height: 300px;

        margin-bottom: 15px;

    }

}



.fz_20 {font-size: 20px!important;}

.fz_22 {font-size: 22px!important;}

.fz_25 {font-size: 25px!important;}

.fz_32 {font-size: 32px!important;}

.w_200 {width: 200px!important;}

.w_25_p {width: 25%!important;}

.w_auto {width: auto!important;}

.tac {text-align: center!important;}

.tar {text-align: right!important;}

.dib {display: inline-block!important;}

.bg_white {background: #fff!important;}



.btn-success.btn-xs {padding: 2px 20px !important;}

.btn-danger.btn-xs {padding: 2px 20px !important;}

.order-table tr td,

.order-detail-table tr td {

    border: 1px solid #ababab!important;

}



.available-green {

    color: #56d856;

}



.not-available-red {

    color: #ff5959;

}



.featured-item .price {

    background: #3367c1;

}



.payment-method-box {

    width: 100%;

    height: 140px;

    padding: 30px;

    background: #f2f2f2;

}





.scroll-top {

    bottom: 100px!important;

}



.footer-bottom-menu {float: left;}

.copy-text {float: left;border-right: 1px solid #fff;padding-right: 20px;}



.comment-list h3 {font-size: 24px;}



@media only screen and (max-width:767px) {

    .copy-text {float: none;width: 100%;padding-right: 0;border: 0;text-align: center;margin-bottom: 10px;padding-top: 15px;}

    .copy-text p {text-align: center;}

    .footer-bottom-menu {float: none;width: 100%;}

    .footer-bottom-menu ul {width: 100%;}

    .footer-bottom-menu ul li {float: none;width: 100%;text-align: center;margin-bottom: 10px;}

    .scroll-top {bottom:  88px!important;}



    .newsletter-submit {width: 100%!important;}

    .newsletter-submit input[type='text'] {width: 100%!important;margin:0;padding:0;margin-bottom: 5px;text-align: center;text-indent: 0;}

    .newsletter-submit input[type='submit'] {width: 100%!important;margin:0;padding:0;}

}

.sf-menu > li > a {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .03em;
}
.main-menu .sf-menu {
    display: flex;
    align-items: center;
    gap: 4px;
}

.home-hero {
    position: relative;
    z-index: 4;
    margin-bottom: 36px;
}
.home-hero .slider-item {
    background-position: center center;
    min-height: 0;
}
.home-hero .slider-bg {
    background: linear-gradient(180deg, rgba(15, 23, 42, .28) 0%, rgba(15, 23, 42, .18) 42%, rgba(15, 23, 42, .62) 100%);
    opacity: 1;
}
.home-hero .slider-table {
    height: 360px;
}
.home-hero .slider-text {
    vertical-align: top;
    padding-top: 32px;
    padding-bottom: 168px;
}
.home-hero .slider-text .text-animated:nth-child(2),
.home-hero .text-animated ul {
    display: none;
}
.home-hero .text-animated .h1,
.home-hero .text-animated h1 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .45);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-hero .text-animated p {
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    max-width: 540px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .4);
}
.home-hero .slide-carousel .owl-dots {
    top: 18px;
    bottom: auto;
    left: auto;
    right: 22px;
    margin-left: 0;
}
.home-hero .slide-carousel .owl-nav .owl-prev,
.home-hero .slide-carousel .owl-nav .owl-next {
    margin-top: -70px;
}
.home-hero-search {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    z-index: 40;
}
.package-page-hero {
    position: relative;
    margin-bottom: 12px;
}
.package-page-hero .overlay-primary {
    padding-bottom: 88px;
    background-size: cover;
    background-position: center;
}
.package-page-search {
    position: relative;
    z-index: 40;
    margin-top: -72px;
    padding-bottom: 8px;
}
.home-hero-fallback {
    min-height: 360px;
}
.home-mega-search {
    position: relative;
    z-index: 30;
    margin: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .28);
    padding: 8px 16px 18px;
}
.home-mega-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-bottom: 1px solid #e5e7eb;
    margin: 0 -8px 14px;
    padding: 0 8px;
}
.home-mega-tabs button {
    border: 0;
    background: transparent;
    padding: 14px 14px 12px;
    font-weight: 700;
    font-size: 15px;
    color: #6b7280;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.home-mega-tabs button i { margin-right: 6px; }
.home-mega-tabs button.is-active {
    color: #c2410c;
    border-bottom-color: #ff620e;
}
.home-mega-search .flight-field {
    background: #f8fafc;
}
.home-mega-form-4,
.home-mega-form-3,
.home-mega-form-2 {
    display: grid;
    gap: 10px;
    align-items: stretch;
}
.home-mega-form-4 { grid-template-columns: 1.2fr 1fr 1.4fr 150px; }
.home-mega-form-3 { grid-template-columns: 1.3fr 1.3fr 150px; }
.home-mega-form-2 { grid-template-columns: 1fr 150px; }
.home-mega-search .btn-flight-search {
    height: 100%;
    min-height: 58px;
    width: 100%;
}
.home-mega-search .flight-search-form .flight-trip-types {
    margin-bottom: 10px;
}
.popular-flights-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}
.popular-see-all {
    font-weight: 700;
    color: #c2410c;
    white-space: nowrap;
}
.popular-cars { margin-top: 48px; }
.footer-site-nav {
    border-bottom: 1px solid rgba(255,255,255,.12);
    margin-bottom: 10px;
    padding-bottom: 18px;
}
.footer-site-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-site-nav a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.footer-bottom-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 16px;
}
.footer-bottom-menu ul li {
    float: none;
    margin: 0;
}
@media (max-width: 991px) {
    .home-hero .slider-table,
    .home-hero-fallback { height: 280px; min-height: 280px; }
    .home-hero .slider-text { padding-top: 28px; padding-bottom: 90px; }
    .home-hero .text-animated .h1,
    .home-hero .text-animated h1 { font-size: 24px; }
    .home-hero-search {
        position: relative;
        bottom: auto;
        margin-top: -88px;
        padding-bottom: 8px;
    }
    .package-page-hero .overlay-primary { padding-bottom: 64px; }
    .package-page-search { margin-top: -56px; }
    .home-mega-form-4,
    .home-mega-form-3,
    .home-mega-form-2 { grid-template-columns: 1fr 1fr; }
    .home-mega-search .btn-flight-search { grid-column: 1 / -1; min-height: 48px; }
}
@media (max-width: 767px) {
    .home-hero { margin-bottom: 16px; }
    .home-hero .slider-table,
    .home-hero-fallback { height: 220px; min-height: 220px; }
    .home-hero .slider-text { padding-top: 22px; padding-bottom: 72px; }
    .home-hero .text-animated .h1,
    .home-hero .text-animated h1 { font-size: 20px; }
    .home-hero-search { margin-top: -64px; }
    .package-page-hero .overlay-primary { padding-bottom: 48px; }
    .package-page-search { margin-top: -40px; }
    .home-mega-tabs button { padding: 12px 6px; font-size: 13px; }
    .home-mega-tabs button i { display: none; }
    .home-mega-form-4,
    .home-mega-form-3,
    .home-mega-form-2 { grid-template-columns: 1fr; }
    .footer-site-nav ul,
    .footer-bottom-menu ul { justify-content: center; }
}

.pkg-detail {
    background: #f8fafc;
    padding-bottom: 48px;
}
.pkg-detail__crumb {
    background: #0f2744;
    padding: 14px 0;
}
.pkg-detail__crumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px;
    align-items: center;
    font-size: 13px;
}
.pkg-detail__crumb a { color: #fdba74; }
.pkg-detail__crumb span { color: #e5e7eb; }
.pkg-detail__crumb .sep { color: #9ca3af; margin: 0 6px; }
.pkg-detail__hero {
    max-width: 1140px;
    margin: 16px auto 0;
    padding: 0 15px;
}
.pkg-detail .package-mosaic {
    display: grid;
    gap: 8px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
}
.pkg-detail .package-mosaic.mosaic-1 {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(280px, 42vh);
}
.pkg-detail .package-mosaic.mosaic-2 {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: minmax(280px, 38vh);
}
.pkg-detail .package-mosaic.mosaic-3,
.pkg-detail .package-mosaic.mosaic-4,
.pkg-detail .package-mosaic.mosaic-5 {
    grid-template-columns: 1.45fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(150px, 18vh));
}
.pkg-detail .package-mosaic.mosaic-3 .package-mosaic__item:first-child,
.pkg-detail .package-mosaic.mosaic-4 .package-mosaic__item:first-child,
.pkg-detail .package-mosaic.mosaic-5 .package-mosaic__item:first-child {
    grid-row: 1 / span 2;
}
.pkg-detail .package-mosaic.mosaic-3 .package-mosaic__item:nth-child(2),
.pkg-detail .package-mosaic.mosaic-4 .package-mosaic__item:nth-child(2) {
    grid-column: 2 / span 2;
}
.pkg-detail .package-mosaic__item {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 140px;
}
.pkg-detail .package-mosaic__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pkg-detail .package-mosaic__place {
    position: absolute;
    left: 14px;
    bottom: 14px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    background: rgba(15, 23, 42, .78);
    padding: 6px 12px;
    border-radius: 999px;
}
.pkg-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
    margin-top: 22px;
}
.pkg-detail__title {
    font-size: 28px;
    line-height: 1.25;
    color: #111827;
    margin: 0 0 8px;
}
.pkg-detail__place {
    color: #6b7280;
    margin: 0 0 12px;
}
.pkg-detail__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
.pkg-detail__chips li {
    background: #111827;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 999px;
}
.pkg-detail__trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 0 0 20px;
}
.pkg-detail__trust span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    text-align: center;
}
.pkg-detail__trust i { color: #c2410c; font-size: 16px; }
.pkg-detail__nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 6px;
    margin-bottom: 16px;
    overflow-x: auto;
}
.pkg-detail__nav ul {
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: max-content;
}
.pkg-detail__nav a {
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #4b5563;
    white-space: nowrap;
}
.pkg-detail__nav a:hover,
.pkg-detail__nav a.active {
    background: #fff7ed;
    color: #c2410c;
}
.pkg-detail__section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 22px;
    margin-bottom: 16px;
}
.pkg-detail__section h2 {
    font-size: 20px;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f4f6;
}
.pkg-detail__prose,
.pkg-detail__prose p,
.pkg-detail__prose li {
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}
.pkg-detail__prose ul { padding-left: 1.2rem; }
.pkg-detail__facts {
    width: 100%;
    border-collapse: collapse;
}
.pkg-detail__facts th,
.pkg-detail__facts td {
    text-align: left;
    padding: 10px 12px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
}
.pkg-detail__facts th {
    width: 180px;
    color: #6b7280;
    font-weight: 600;
}
.pkg-itinerary .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 8px;
    background: #fff;
}
.pkg-itinerary .accordion-button {
    font-weight: 600;
    font-size: 15px;
    background: #fff;
    box-shadow: none;
    gap: 12px;
}
.pkg-itinerary .accordion-button:not(.collapsed) {
    background: #fff7ed;
    color: #9a3412;
}
.pkg-itinerary .day {
    flex: 0 0 auto;
    background: #111827;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    padding: 4px 9px;
}
.pkg-detail__photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.pkg-detail__photo {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 170px;
    background: #e5e7eb;
}
.pkg-detail__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pkg-detail__photo span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(15, 23, 42, .72);
}
.pkg-quote {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    position: sticky;
    top: 16px;
}
.pkg-quote__price {
    background: #111827;
    color: #fff;
    padding: 18px 20px;
}
.pkg-quote__price small {
    display: block;
    opacity: .75;
    font-size: 12px;
}
.pkg-quote__price strong {
    display: block;
    font-size: 26px;
    margin-top: 4px;
}
.pkg-quote__price span {
    font-size: 12px;
    opacity: .8;
}
.pkg-quote__body { padding: 16px 18px 20px; }
.pkg-quote h2 {
    font-size: 16px;
    margin: 0 0 4px;
}
.pkg-quote .lead {
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 12px;
}
.pkg-quote .form-control,
.pkg-quote .form-select {
    border-radius: 10px;
    min-height: 42px;
}
.pkg-quote label {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 4px;
}
.pkg-quote .btn { min-height: 44px; font-weight: 700; }
.pkg-quote .pkg-enquire-phone {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 8px;
}
.pkg-quote .pkg-enquire-hint {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-size: 11px;
}
.pkg-quote .pkg-enquire-check {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    padding: 8px 10px 8px 32px;
    margin: 2px 0 0;
    font-size: 13px;
    color: #374151;
}
.pkg-quote__thanks h2 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #047857;
}
.pkg-quote__thanks-note {
    font-size: 13px;
    color: #374151;
    margin: 0 0 12px;
}
.pkg-quote__errors {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 12px;
    font-size: 13px;
}
.pkg-quote__errors p { margin: 0 0 4px; }
.pkg-quote__errors p:last-child { margin: 0; }
.pkg-related {
    margin-top: 28px;
}
.pkg-related h2 {
    font-size: 22px;
    margin-bottom: 14px;
}
.pkg-related__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.pkg-related__card {
    display: block;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    color: inherit;
    height: 100%;
}
.pkg-related__card:hover { color: inherit; }
.pkg-related__card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}
.pkg-related__card strong {
    display: block;
    padding: 10px 12px 4px;
    font-size: 14px;
    color: #111827;
}
.pkg-related__card em {
    display: block;
    padding: 0 12px 12px;
    font-style: normal;
    font-size: 12px;
    color: #6b7280;
}
.pkg-detail__mobile-bar {
    display: none;
}
@media (max-width: 991px) {
    .pkg-detail__layout { grid-template-columns: 1fr; }
    .pkg-quote { position: static; }
    .pkg-detail__trust { grid-template-columns: repeat(2, 1fr); }
    .pkg-related__grid { grid-template-columns: 1fr 1fr; }
    .pkg-detail__photos { grid-template-columns: 1fr 1fr; }
    .pkg-detail .package-mosaic.mosaic-2,
    .pkg-detail .package-mosaic.mosaic-3,
    .pkg-detail .package-mosaic.mosaic-4,
    .pkg-detail .package-mosaic.mosaic-5 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 210px 120px 120px;
    }
    .pkg-detail .package-mosaic.mosaic-3 .package-mosaic__item:first-child,
    .pkg-detail .package-mosaic.mosaic-4 .package-mosaic__item:first-child,
    .pkg-detail .package-mosaic.mosaic-5 .package-mosaic__item:first-child {
        grid-column: 1 / span 2;
        grid-row: 1;
    }
    .pkg-detail .package-mosaic.mosaic-3 .package-mosaic__item:nth-child(2),
    .pkg-detail .package-mosaic.mosaic-4 .package-mosaic__item:nth-child(2) {
        grid-column: auto;
    }
}
@media (max-width: 767px) {
    .pkg-detail { padding-bottom: 88px; }
    .pkg-detail__title { font-size: 22px; }
    .pkg-related__grid { grid-template-columns: 1fr; }
    .pkg-detail__mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        background: #111827;
        color: #fff;
        padding: 10px 16px;
    }
    .pkg-detail__mobile-bar strong { font-size: 18px; }
    .pkg-detail__mobile-bar a {
        background: #ff620e;
        color: #fff;
        font-weight: 700;
        border-radius: 10px;
        padding: 10px 16px;
    }
}

.blog-ui {
    background: #f8fafc;
    padding-bottom: 56px;
}
.blog-ui__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
    padding-top: 28px;
    padding-bottom: 24px;
}
.blog-ui__article {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 28px 32px 36px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}
.blog-ui__article h1 {
    font-size: 32px;
    line-height: 1.25;
    color: #111827;
    margin: 8px 0 10px;
}
.blog-ui__meta {
    color: #6b7280;
    font-size: 14px;
    margin: 0 0 18px;
}
.blog-ui__hero {
    margin: 0 0 24px;
    border-radius: 14px;
    overflow: hidden;
}
.blog-ui__hero img {
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: cover;
    display: block;
}
.blog-ui__prose {
    color: #374151;
    font-size: 16.5px;
    line-height: 1.75;
}
.blog-ui__prose h2,
.blog-ui__prose h3,
.blog-ui__prose h4 {
    color: #111827;
    margin: 1.6em 0 .6em;
    line-height: 1.3;
}
.blog-ui__prose p { margin: 0 0 1em; }
.blog-ui__prose img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 12px 0 20px;
}
.blog-ui__prose ul,
.blog-ui__prose ol {
    padding-left: 1.2em;
    margin: 0 0 1.1em;
}
.blog-ui__prose li { margin: 0 0 .4em; }
.blog-ui__prose a { color: #c2410c; }
.blog-ui__share {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}
.blog-ui__share h2 {
    font-size: 18px;
    margin: 0 0 12px;
}
.blog-ui__share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.blog-ui__share-row a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.blog-ui__share-row .facebook { background: #1877f2; }
.blog-ui__share-row .twitter { background: #111827; }
.blog-ui__share-row .pinterest { background: #e60023; }
.blog-ui__share-row .linkedin { background: #0a66c2; }
.blog-ui__aside { display: grid; gap: 16px; }
.blog-ui-side {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px 16px 18px;
}
.blog-ui-side__title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #111827;
}
.blog-ui-side__search {
    display: flex;
    gap: 8px;
}
.blog-ui-side__search input {
    border-radius: 10px;
}
.blog-ui-side__search button {
    border: 0;
    background: #ff620e;
    color: #fff;
    border-radius: 10px;
    width: 44px;
}
.blog-ui-side__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-ui-side__list a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
}
.blog-ui-side__list a:hover { color: #c2410c; }
.blog-ui-side__posts {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-ui-side__posts a {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    color: #111827;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.35;
}
.blog-ui-side__posts img {
    width: 72px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
}
.blog-ui__list-wrap { padding-top: 28px; }
.blog-ui__list-head h1 {
    font-size: 30px;
    margin: 0 0 10px;
}
.blog-ui__intro {
    color: #4b5563;
    margin-bottom: 22px;
}
.blog-ui__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.blog-ui-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-ui-card__media {
    position: relative;
    display: block;
    background: #e5e7eb;
}
.blog-ui-card__media img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}
.blog-ui-card__media time {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(15, 23, 42, .82);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
}
.blog-ui-card__body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-ui-card__cat {
    display: inline-block;
    color: #c2410c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.blog-ui-card h2 {
    font-size: 18px;
    margin: 0 0 8px;
    line-height: 1.35;
}
.blog-ui-card h2 a { color: #111827; }
.blog-ui-card h2 a:hover { color: #c2410c; }
.blog-ui-card p {
    color: #6b7280;
    font-size: 14px;
    margin: 0 0 12px;
}
.blog-ui-card__more {
    margin-top: auto;
    color: #c2410c;
    font-weight: 700;
    font-size: 13px;
}
.blog-ui__pager { margin-top: 24px; text-align: center; }
@media (max-width: 991px) {
    .blog-ui__layout { grid-template-columns: 1fr; }
    .blog-ui__grid { grid-template-columns: 1fr 1fr; }
    .blog-ui__article { padding: 20px 16px 28px; }
    .blog-ui__article h1 { font-size: 24px; }
}
@media (max-width: 767px) {
    .blog-ui__grid { grid-template-columns: 1fr; }
}

.site-footer {
    background: #0f2744;
    color: #cbd5e1;
    margin-top: 24px;
}
.site-footer a { color: #e2e8f0; }
.site-footer a:hover { color: #fdba74; }
.site-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
    gap: 32px 28px;
    padding: 48px 0 36px;
}
.site-footer__logo img {
    max-height: 48px;
    width: auto;
    margin-bottom: 14px;
    background: #fff;
    border-radius: 8px;
    padding: 6px 8px;
}
.site-footer__brand p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 12px;
    color: #cbd5e1;
}
.site-footer__contact {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
}
.site-footer__contact i {
    color: #ff620e;
    margin-top: 4px;
    width: 16px;
}
.site-footer__social {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}
.site-footer__social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ff620e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-footer__social a:hover { background: #ea580c; color: #fff; }
.site-footer__col h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0 0 14px;
}
.site-footer__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer__col li { margin: 0 0 8px; }
.site-footer__col a {
    font-size: 14px;
    font-weight: 500;
}
.site-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 16px 0;
    background: #0b1d33;
}
.site-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.site-footer__bottom p {
    margin: 0;
    color: #94a3b8;
    font-size: 13px;
}
.site-footer__bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer__bottom a {
    font-size: 13px;
    color: #cbd5e1;
}
@media (max-width: 991px) {
    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .site-footer__grid { grid-template-columns: 1fr; padding: 32px 0 24px; }
    .site-footer__bottom-inner { justify-content: center; text-align: center; }
}

.about-ui {
    background: #f8fafc;
    padding-bottom: 48px;
}
.about-ui__hero {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding: 48px 0 36px;
}
.about-ui__hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 39, 68, .35) 0%, rgba(15, 39, 68, .82) 100%);
}
.about-ui__hero .container { position: relative; z-index: 1; }
.about-ui__kicker {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-weight: 700;
    color: #fdba74;
    margin: 0 0 8px;
}
.about-ui__hero h1 {
    font-size: 40px;
    margin: 0 0 8px;
    color: #fff;
}
.about-ui__hero p {
    margin: 0;
    max-width: 520px;
    font-size: 17px;
    color: #e5e7eb;
}
.about-ui__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    padding-bottom: 8px;
}
.about-ui__article {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 28px 32px 36px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
}
.about-ui__prose {
    color: #374151;
    font-size: 16.5px;
    line-height: 1.75;
}
.about-ui__prose h2,
.about-ui__prose h3,
.about-ui__prose h4 {
    color: #111827;
    margin: 1.5em 0 .55em;
}
.about-ui__prose p { margin: 0 0 1em; }
.about-ui__prose span { color: inherit !important; font-family: inherit !important; font-size: inherit !important; }
.about-ui__prose img { max-width: 100%; height: auto; border-radius: 12px; }
.about-ui-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px 18px 20px;
    margin-bottom: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}
.about-ui-card h2 {
    font-size: 16px;
    margin: 0 0 12px;
    color: #111827;
}
.about-ui-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-ui-card li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 10px;
    color: #374151;
    font-size: 14px;
}
.about-ui-card li i { color: #ff620e; margin-top: 3px; }
.about-ui-card--cta p {
    color: #6b7280;
    font-size: 14px;
    margin: 0 0 14px;
}
.about-ui__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 8px;
}
.about-ui__stats div {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px 14px;
    text-align: center;
}
.about-ui__stats strong {
    display: block;
    color: #c2410c;
    font-size: 20px;
}
.about-ui__stats span {
    color: #6b7280;
    font-size: 13px;
}
@media (max-width: 991px) {
    .about-ui__layout { grid-template-columns: 1fr; margin-top: 20px; }
    .about-ui__hero h1 { font-size: 28px; }
    .about-ui__article { padding: 20px 16px 28px; }
    .about-ui__stats { grid-template-columns: 1fr 1fr; }
}
.legal-ui {
    background: #f8fafc;
    min-height: 50vh;
    padding-bottom: 48px;
}
.legal-ui__wrap {
    max-width: 860px;
    padding-top: 28px;
}
.legal-ui__head h1 {
    font-size: 32px;
    margin: 0 0 8px;
    color: #111827;
}
.legal-ui__head > p {
    color: #6b7280;
    margin: 0 0 12px;
}
.legal-ui__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px !important;
}
.legal-ui__links a,
.legal-ui__links span {
    display: inline-block;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
}
.legal-ui__links a {
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #c2410c;
}
.legal-ui__links span {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
}
.legal-ui__prose {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 32px 36px;
    color: #374151;
    font-size: 16px;
    line-height: 1.75;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}
.legal-ui__prose h2 {
    font-size: 20px;
    color: #111827;
    margin: 1.4em 0 .5em;
}
.legal-ui__prose p { margin: 0 0 1em; }
.legal-ui__prose ul,
.legal-ui__prose ol { margin: 0 0 1em; padding-left: 1.2em; }
.legal-ui__prose a { color: #c2410c; }
@media (max-width: 767px) {
    .legal-ui__head h1 { font-size: 26px; }
    .legal-ui__prose { padding: 20px 16px 28px; }
}