:root {
	--orange-primary: #ec633f;
}

#page.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none;
}
.container .entry-content.full-centent {
    width: 100%;
}
.container .entry-content.half-centent {
    width: 70%;
    float: left;
}
.container .sidebar_headings {
    width: 30%;
    float: right;
}
.blog_iner h1 {
    text-transform: uppercase;
    font-size: 30px;
    padding: 0 0 030px;
    font-weight: 700;
}
.tour-details {
    background-color: #046738;
    padding: 40px 20px;
}
body.single-post .tour-details h2 {
    text-align: center;
    color: #f4e918;
    margin: 0 0 20px !important;
}
body.single-post .tour-details p {
    color: #000;
}
.tour-details .tour-types {
    display: flex;
    justify-content: space-evenly;
}
.tour-details .tour-types .tour-types-inner {
    padding: 20px;
}
.tour-details .tour-types .tour-col {
    border: 1px solid #ddd;
}
.tour-details .tour-types .tour-col h4 {
    background: #fff;
    padding: 10px;
    color: #555;
    text-align: center;
    font-size: 17px;
}
.tour-details .tour-types .tour-col ul {
    padding: 20px 10px;
}
.tour-details .tour-types .tour-col ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
    align-items: center;
}
.tour-details .tour-types .tour-col ul li span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.tour-details .combo-tour-details {
    padding: 40px 0 0;
}

.tour-details .combo-tour-details .tour-types-inner {
    padding: 10px;
}
.tour-brochure {
    padding: 40px 25px 0;
}
.tour-brochure a {
    color: #f4e918;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.tour-brochure .menu-download {
    margin-top: 20px;
}
.tour-brochure br {
    display: none;
}
.tour-brochure .menu-download img {
    margin-right: 20px;
    outline: 0 !important;
}
.tour-brochure a:focus {
    text-decoration: none !important;
    color: #f4e918 !important;
}
/*tour-details start*/





.is-ajax-search-result {
    z-index: 9 !important;
}
.single_blog_wrp figure.post-thumbnail img {
    height: 540px !important;
    object-fit: cover !important;
}
.single_blog_wrp .entry-content section.hbr-promo-island,
.single_blog_wrp .entry-content section.hbr-explore-area,
.single_blog_wrp section.hbr-aloha-cta { 
    margin-inline: 0 !important;
    max-width: 100% !important;
}
.single_blog_wrp .entry-content ul li a {
    color: #eb503c;
}
.single_blog_wrp .container {
    max-width: 1000px !important;
}
.single_blog_wrp .entry-content h4 {
    margin: 0 !important;
    max-width: 100% !important;
    font-size: 24px;
}
.single_blog_wrp .entry-content table {
    min-width: 100%;
}
.single_blog_wrp .entry-content h2 b, .single_blog_wrp .entry-content h2 strong {
    font-weight: 700;
}
.single_blog_wrp .entry-content h3 {
    font-size: 18px;
}
.single_blog_wrp .entry-content h3 span {
    font-weight: 600 !important;
}

/*blog-search*/
.navigation .nav-links .nav-next a, .navigation .nav-links .nav-previous a {
    text-decoration: none;
}
body .single_blog_wrp {
    padding-top: 0;
}
body .blog-wrap {
    padding-top: 0;
}

.Blog_search {
    margin: 80px 0 60px;
    background: url("../../themes/twentytwentyone-child/images/blog-bg.jpg") !important;
    min-height: 260px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.Blog_search .is-search-form input {
    border: 1px solid #e9e9e9 !important;
    height: 56px;
    padding-left: 20px;
    font-size: 16px !important;
    color: #183236;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    padding-right: 120px;
    box-shadow: rgb(217 217 217 / 46%) 2px 0px 13px 0px !important;
    border-radius: 40px;
}

.Blog_search .is-search-form .is-search-icon {
    background: var(--orange-primary);
    height: 56px;
    padding: 0 !important;
    border-radius: 30px;
    min-width: 150px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 20px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 0;
}
.Blog_search .is-search-form .is-search-icon path {
    fill: #fff;
}

.Blog_search .is-form-style button.is-search-submit {
    height: 56px;
    background-color: transparent !important;
    position: absolute;
    width: auto;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 2px 3px 8px !important;
    border-radius: 30px;
}
.Blog_search .is-search-form .is-search-icon svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
}
.Blog_search form.is-search-form {
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Blog_search .is-search-form .is-search-icon:hover {
    background: #64ac59;
}

.Blog_search .is-search-form .is-search-icon:hover:before {
    color: #000;
}

body .is-ajax-search-post .is-title a {
    color: #183236;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
}

body .is-ajax-result-description {
    font-size: 14px;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    max-height: 3em;
}
body .is-ajax-search-result .is-ajax-search-post:hover {
    background: rgb(255 255 255 / 22%);
}
body.search-results .site-content .content-area .page-header h1 {
    display: none;
}
/*single blog layout*/
.single-post .site-content .single_blog_wrp ~ nav.navigation.post-navigation {
    max-width: 1000px!important;
}
.search-results .admin_blog_list .post .entry-header .entry-title a {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
}
.search-results .admin_blog_list .post {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 0px;
    border-radius: 16px;
}
.search-results .admin_blog_list .post .entry-content {
    margin-top: 14px;
    margin-bottom: 0px;
}
.search-results .admin_blog_list .post .entry-header {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    margin-top: 0;
    position: relative;
}
.search-results .admin_blog_list .post .entry-header figure.post-thumbnail {
    width: 100%;
}
.search-results .admin_blog_list .post .entry-header .entry-title {
    max-width: 100%;
        margin-bottom: 0px;
    line-height: 24px;
}
.search-results .admin_blog_list .post .entry-content p {
    color: #444;
    line-height: 1.7;
    font-size: 16px;
    max-width: 100% !important;
}
.search-results .admin_blog_list {
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 0 15px;
}
.search-results nav.navigation.pagination {
    max-width: 1000px;
    border: none;
    padding: 0 15px;
    margin-bottom: 30px;
    border-top: 3px solid var(--global--color-border);
    padding-top: var(--global--spacing-vertical);
}
.search-results .admin_blog_list .post-thumbnail .wp-post-image{
    margin-left:0px;
    margin-top:0px;
    border-radius: 14px;
}
.search-results .admin_blog_list .post .entry-content p a {
    color: #eb503c;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}
.search-results .site-content .content-area .posted-by {
/*    font-family: 'Futura PT Book';*/
}
.search-results .site-content .content-area .posted-by .post-taxonomies {
    display: none;
}
.search-results .site-content .content-area .posted-by span.posted-on {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #eb503c;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 0px 20px 0px 14px;
    font-size: 16px;
}
.search-results .site-content .entry-title + .posted-by span.posted-on {
    position: static;
}
.search-results .site-content .entry-title + .posted-by {
    display: inline-block;
}
.search-results .navigation .nav-links .page-numbers {
    font-size: 18px;
    text-decoration: none;
    color: #1d2327;
}
.search-results .navigation .nav-links .next.page-numbers .svg-icon, .search-results .navigation .nav-links .prev.page-numbers .svg-icon {
/*
    top: 50%;
    transform: translateY(-50%);
*/
    height: 32px;
}
.search-results .site-content .content-area .search-result-count {
    text-align: center;
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    background: #e6f4e4;
    padding: 40px 15px;
    font-weight: 600;
    color: #388f2c;
}
.search-results .site-content .content-area .posted-by .cat-links a {
    color: #65a959;
}
section.no-results.not-found {
    padding: 40px 0;
}
.search-no-results .site-content .content-area .page-content form {
    border: none;
}
.search-no-results .site-content .content-area .page-content .is-search-input {
    border: 1px solid #e9e9e9 !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 49px;
    padding-left: 33px;
    font-size: 16px !important;
    color: #183236;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 100%;
    padding-right: 60px;
    box-shadow: rgb(217 217 217 / 46%) 2px 0px 13px 0px;
}
.search-no-results .site-content .content-area .page-content .is-search-submit span.is-search-icon {
    background: transparent;
    border: none;
    display: flex !important;
    padding: 0 !important;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #fff;
    font-size: 16px !important;
}
.search-no-results .site-content .content-area .page-content .is-search-submit span.is-search-icon svg {
    width: 17px;
}
.search-no-results .site-content .content-area .page-content form {
    display: flex;
    flex-wrap: nowrap;
}
.search-no-results .site-content .content-area .page-content .is-search-submit span.is-search-icon svg path {
    fill: #ffffff;
}
.search-no-results .site-content .content-area .page-content .is-search-submit {
    background: var(--orange-primary);
    height: 49px;
    padding: 0 !important;
    min-width: 125px;
    border: 2px solid var(--orange-primary);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
}
.search-no-results .site-content .content-area .page-content p {
    color: #555;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
.search-no-results .site-content .content-area .page-content {
    margin: 50px auto;
}
.search-results .site-content .content-area .page-header h1,
.search-no-results .site-content .content-area .page-header h1{
    font-size: 42px;
    font-weight: 600;
    border-bottom: 3px solid var(--global--color-border);
    display: inline-block;
}


.search-results .site-content .content-area .page-header,.search-no-results .site-content .content-area .page-header {
    text-align: center;
    padding-bottom: 0px;
    display: block;
    border: none;
    margin-bottom: 0px;
}
/*related post*/
#main .rp4wp-related-posts {
    margin: 90px 0 0;
}
#main .rp4wp-related-posts h3 {
    font-size: 26px;
    font-weight: 700;
}
#main .rp4wp-related-posts ul {
    padding: 0;
    display: flex;
    gap: 15px;
    margin: 20px 0 0;
    flex-wrap: wrap;
}
#main .rp4wp-related-posts ul li {
    flex: 0 0 32%;
    max-width: 32%;
    background: #ffff;
    box-shadow: 1px 2px 5px rgba(0,0,0,.3);
    padding: 20px 20px;
    border-radius: 4px;
}

#main .rp4wp-related-posts ul li a {
    color: #06171a;
    padding: 0 0 10px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    line-height: 22px;
}

#main .rp4wp-related-posts ul li a:before {
    content: "";
    width: 4px;
    height: 25px;
    background: #e1634d;
    position: absolute;
    left: 0;
    top: -1px;
}

#main .rp4wp-related-posts ul li p {
    padding-left: 20px;
    font-size: 16px;
}

/*------ New Dsign updated css ------*/
/* Editor's Pick featured section */
.editors-pick {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: stretch;
    overflow: hidden;
    margin: 0 0 50px;
    border-radius: 18px;
    background: #0f1c24;
    box-shadow: 0 18px 40px rgba(15, 28, 36, 0.18);
}

.editors-pick__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 40px;
    color: #fff;
    background: #082237;
}
.editors-pick__content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url("../../themes/twentytwentyone-child/images/image-bg");
    background-repeat: no-repeat;
    background-position: right -20px bottom -10px;
    background-size: 220px auto;
    pointer-events: none;
}
.editors-pick__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin-bottom: 22px;
    padding: 12px 15px;
    border-radius: 999px;
    color: #F9BB4F;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(
        180deg,
        rgba(18, 43, 67, 0.95) 0%,
        rgba(11, 31, 51, 0.96) 100%
    );
    border: 1px solid rgba(255,255,255,.22);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.35),      /* top highlight */
        inset 0 -2px 10px rgba(255,255,255,.08),  /* bottom glow */
        inset 0 0 0 1px rgba(255,255,255,.08),    /* inner outline */
        0 10px 35px rgba(0,0,0,.25);              /* outer shadow */
}

.editors-pick__badge-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.editors-pick__title {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.editors-pick__title a {
    color: inherit;
    text-decoration: none;
}

.editors-pick__title a:hover,
.editors-pick__title a:focus {
    color: var(--orange-primary);
    text-decoration: none;
}

.editors-pick__excerpt {
    margin: 0 0 28px;
    max-width: 36em;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.6;
}
.editors-pick__excerpt a.more-link, .editors-pick__excerpt a.more-link:focus {
    color: var(--orange-primary) !important;
    text-decoration: none;
}
.editors-pick__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.editors-pick__avatar,
.editors-pick img.editors-pick__avatar,
.editors-pick .avatar.editors-pick__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #e8b05c;
    object-fit: cover;
}
.editors-pick__author-info {
    display: flex;
    gap: 10px;
    align-items: center;
}
.editors-pick__author-info .editors-pick__author-img img {
    border: 2px solid #F9BB4F;
    border-radius: 50%;
}
.editors-pick__author-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}
.editors-pick__author-role {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.3;
    display: block;
}
.editors-pick__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.editors-pick__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.editors-pick__meta-item svg {
    opacity: 0.8;
    width: 18px;
    height: 18px;
}
.editors-pick__meta-sep {
    opacity: 0.4;
}
.editors-pick__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    padding: 16px 25px;
    border-radius: 8px;
    background: var(--orange-primary);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}
.editors-pick__cta:hover, 
.has-background-white .site .editors-pick__cta:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: #64ac59 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}
.editors-pick__cta-arrow {
    font-size: 18px;
    line-height: 1;
}
.editors-pick__media {
    position: relative;
    min-height: 360px;
    overflow: hidden;
}
.editors-pick__media a {
    display: block;
    height: 100%;
}
.editors-pick__image,
.editors-pick__media img {
    display: block;
    width: 100%;
    height: 100% !important;
    min-height: 360px;
    object-fit: cover;
}
.editors-pick__image--placeholder {
    background: linear-gradient(135deg, #1a3340, #0f1c24);
}

/* Latest Blogs list */
.latest_blog_list {
    margin: 0 0 60px;
}

.latest_blog_list .list_title h2 {
    margin: 0 0 28px;
    color: #183236;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.latest_blog_list__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #ececec;
    box-shadow: 0 8px 24px rgba(24, 50, 54, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
    box-shadow: 0 12px 28px rgba(24, 50, 54, 0.1);
    transform: translateY(-2px);
}

.blog-card__media {
    position: relative;
    overflow: hidden;
}

.blog-card__media-link {
    display: block;
    height: 100%;
}

.blog-card__image,
.blog-card__media img {
    display: block;
    width: 100%;
    height: 220px !important;
    object-fit: cover;
}

.blog-card__image--placeholder {
    background: linear-gradient(135deg, #dfe8ea, #c5d4d8);
}

.blog-card__date {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    border-radius: 8px;
    background: var(--orange-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    pointer-events: none;
}

.blog-card__date svg {
    flex-shrink: 0;
}

.blog-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 15px 12px 15px;
}
.blog-card__category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 9px 12px;
    border-radius: 999px;
    background: #FCF3EA;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 2px solid color-mix(in srgb, var(--orange-primary) 42%, transparent);
}
.blog-card__category:hover,
.blog-card__category:focus {
    background-color: #FCF3EA !important;
    color: var(--orange-primary);
    text-decoration: none;
}
.blog-card__title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-card__title a {
    color: #212121;
    text-decoration: none;
}
.blog-card__title a:hover,
.blog-card__title a:focus {
    color: var(--orange-primary);
    text-decoration: none;
}
.blog-card__excerpt {
    margin: 0 0 18px;
    color: #556A7F;
    font-size: 14px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #ececec;
}
.blog-card__read-more {
    color: var(--orange-primary);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.blog-card__read-more:hover,
.blog-card__read-more:focus {
    color: #d85532;
    text-decoration: none;
}

.blog-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--orange-primary);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.blog-card__arrow:hover,
.blog-card__arrow:focus {
    background: #d85532 !important;
    text-decoration: none;
    transform: translateX(2px);
}

.blog-card__arrow img {
    display: block;
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

.latest_blog_list__pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 36px;
}

.latest_blog_list__pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest_blog_list__pagination .page-numbers li {
    margin: 0;
    list-style: none;
}

.latest_blog_list__pagination .page-numbers a,
.latest_blog_list__pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 50%;
    color: #183236;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border: 1px solid transparent;
}

.latest_blog_list__pagination .page-numbers a:hover,
.latest_blog_list__pagination .page-numbers a:focus {
    color: #46B25E;
    text-decoration: none;
}
.latest_blog_list__pagination .page-numbers .current {
    background: #ffffff;
    color: #46B25E;
    box-shadow: 0 0 15px 0 rgba(52, 64, 75, 0.05);
    border-color: #EEEEEE;
}
.latest_blog_list__pagination .page-numbers .prev,
.latest_blog_list__pagination .page-numbers .next {
    border-radius: 8px;
    min-width: auto;
    padding: 0 8px;
}

.latest_blog_list__empty {
    margin: 0;
    color: #6b7a7e;
    font-size: 16px;
}

/* Explore Categories */
.blog_category {
    margin: 0 0 60px;
}

.blog_category__title h2 {
    margin: 0 0 28px;
    color: #183236;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.blog_category__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.category-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
    padding: 18px 22px 18px 35px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ececec;
    box-shadow: 0 8px 22px rgba(24, 50, 54, 0.06);
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.category-card:hover,
.category-card:focus {
    border-color: #f0cfc4;
    box-shadow: 0 12px 28px rgba(24, 50, 54, 0.1);
    text-decoration: none;
    transform: translateY(-2px);
}
.category-card__accent {
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 17px;
    width: 3px;
    border-radius: 999px;
    background: var(--orange-primary);
}
.category-card__name {
    position: relative;
    z-index: 1;
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.30;
}
.category-card:hover .category-card__name,
.category-card:focus .category-card__name {
    color: var(--orange-primary);
}
.category-card__number {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    color: #F3F3F3;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
}

.blog_category__empty {
    margin: 0;
    color: #6b7a7e;
    font-size: 16px;
}

/* Island Escapes CTA */
.blog_subscribe {
    margin: 0 0 0px;
}
.blog_subscribe__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: 42px 48px;
    border-radius: 18px;
    background: url(../../themes/twentytwentyone-child/images/sub-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.blog_subscribe__content {
    position: relative;
    z-index: 1;
    max-width: 560px;
}

.blog_subscribe__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--orange-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.blog_subscribe__logo {
    flex-shrink: 0;
}
.blog_subscribe__title {
    margin: 0 0 14px;
    color: #212121;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.blog_subscribe__text {
    margin: 0 0 26px;
    color: #5b6a6e;
    font-size: 16px;
    line-height: 1.6;
}

.blog_subscribe__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.blog_subscribe__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.blog_subscribe__btn--primary {
    background: var(--orange-primary);
    color: #fff !important;
    border: 1px solid var(--orange-primary);
}
.blog_subscribe__actions .blog_subscribe__btn--primary:focus img {
    outline: none;
}
.blog_subscribe__btn--primary:hover,
.blog_subscribe__btn--primary:focus {
    background: #d85532 !important;
    border-color: #d85532 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.blog_subscribe__btn--outline {
    background: transparent;
    color: #1d2a2e !important;
    border: 1px solid #1d2a2e;
}
.blog_subscribe__actions .blog_subscribe__btn--outline:focus:focus {
    color: #1d2a2e !important;
}

.blog_subscribe__btn--outline:hover,
.blog_subscribe__btn--outline:focus {
    background: #1d2a2e;
    color: #fff !important;
}

.blog_subscribe__media {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 280px;
}

.blog_subscribe__collage {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    object-fit: contain;
}

/* Category blog list page */
.category-blog-list {
    padding-bottom: 60px;
}

.category-blog-list__header {
    margin: 0 0 28px;
}

.category-blog-list__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    color: #6b7a7e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.category-blog-list__back span {
    position: relative;
    top: 2px;
}
.category-blog-list__back:hover span svg path {
    fill: var(--orange-primary);
}
.category-blog-list__back:hover,
.category-blog-list__back:focus {
    color: var(--orange-primary);
    text-decoration: none;
}

.category-blog-list__title {
    margin: 0;
    color: #183236;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.2;
}

.category-blog-list__grid {
    margin-bottom: 10px;
}

.category-blog-list__pagination {
    margin-top: 36px;
}

.search-blog-list__count {
	margin: 10px 0 0;
	color: #6b7a7e;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.search-blog-list__empty {
	margin-top: 8px;
	padding: 24px 0 40px;
}

.search-blog-list__empty .page-content {
	max-width: none;
	margin: 0;
}

.search-blog-list__empty .page-content p {
	margin: 0;
	color: #6b7a7e;
	font-size: 16px;
	line-height: 1.6;
}

/* Journey CTA (mid-grid) */
.category-journey-cta {
    grid-column: 1 / -1;
    margin: 8px 0;
}
.category-journey-cta__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    overflow: hidden;
    min-height: 120px;
    padding: 20px 30px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgb(10 20 28 / 0%) 0%, rgb(10 20 28 / 24%) 55%, rgba(10, 20, 28, 0.55) 100%), url(images/cat-bg-img.png) center / cover no-repeat;
    color: #fff;
}
.newsletter-footer__fields button.newsletter-footer__btn {
    background: #46B25E !important;
}
.newsletter-footer__fields button.newsletter-footer__btn:focus {
    outline: none;
}
.newsletter-footer__fields input#newsletter-footer-email {
    color: #fff;
    outline: none !important;
    box-shadow: none;
    border: 0;
    min-height: 45px;
}
.category-journey-cta__content {
    position: relative;
    z-index: 1;
    max-width: 640px;
}
.category-journey-cta__title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}
.category-journey-cta__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.6;
}
.category-journey-cta__btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    min-height: 48px;
    padding: 14px 24px;
    border-radius: 8px;
    background: var(--orange-primary);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}
.category-journey-cta__btn:hover,
.category-journey-cta__btn:focus {
    background: #d85532 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

/*====== Footer Section Start ======*/
.footer-section {
	background: #1b2126;
	color:#fff;
	padding: 0 0 0;
}

.newsletter-footer {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 28px 0;
}

.newsletter-footer__inner {
	display: grid;
	grid-template-columns: minmax(240px, 1.1fr) minmax(180px, 0.8fr) minmax(280px, 1.15fr);
	align-items: center;
	gap: 28px 36px;
}

.newsletter-footer__heading {
	display: flex;
	align-items: center;
	gap: 16px;
}

.newsletter-footer__icon {
	display: inline-flex;
	flex-shrink: 0;
	color: #fff;
}

.newsletter-footer__eyebrow {
	display: block;
	margin-bottom: 6px;
	color: #4ade80;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.2;
}

.newsletter-footer__title {
	margin: 0;
	color: #fff;
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 700;
	line-height: 1.2;
}

.newsletter-footer__text {
	margin: 0;
	padding-left: 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	color: #BCBCBC;
	font-size: 16px;
	line-height: 1.55;
}

.newsletter-footer__form-wrap {
	min-width: 0;
}

.newsletter-footer__form {
	margin: 0;
}

.newsletter-footer__fields {
	display: flex;
	align-items: stretch;
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: #151a1e;
}

.newsletter-footer__input {
	flex: 1;
	min-width: 0;
	height: 48px;
	padding: 0 16px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	box-shadow: none;
}

.newsletter-footer__input::placeholder {
	color: #8b949a;
}

.newsletter-footer__input:focus {
	outline: none;
	box-shadow: none;
}

.newsletter-footer__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-shrink: 0;
	height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 0;
	background: #4ade80;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
}

.newsletter-footer__btn:hover,
.newsletter-footer__btn:focus {
	background: #36c56c;
	color: #fff;
}

.newsletter-footer__privacy {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0 0;
	color: #9aa3aa;
	font-size: 12px;
	line-height: 1.4;
}

.newsletter-footer__privacy svg {
	flex-shrink: 0;
	color: #4ade80;
    width: 20px;
    height: 20px;
}

.newsletter-footer__privacy a {
	color: #4ade80;
	font-weight: 600;
	text-decoration: underline;
}

.newsletter-footer__privacy a:hover,
.newsletter-footer__privacy a:focus {
	color: #36c56c;
}

.footer-section .site-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 3rem;
}

.footer-section > .site-container {
	padding-top: 3rem;
}

footer.footer-section .footer-description {
    width: 31%;
}
footer.footer-section .footer-nav {
    width: 15%;
}
.footer-wrapper .contact-infor {
    width: 31%;
}
.footer-wrapper {
	display:flex;
	justify-content:space-between;
	gap:30px;
}
.footer-logo img {
    width: 130px;
    margin-bottom: 20px;
}
.footer-desc{
	color:#d7d7d7;
	font-size:14px;
	line-height:1.5;
	max-width:430px;
}
/* Headings */
.footer-section .footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
/* Links */
footer.footer-section .footer-nav ul.footer-links {
    padding: 0;
	list-style:none;
}
.footer-links li {
	margin-bottom:6px;
}
.footer-links a{
	text-decoration:none;
	color:#e4e4e4;
	font-size:14px;
	transition:0.3s;
}
.footer-links a:hover{
	color:var(--orange-primary);
}
/* Contact */
.contact-text{
	color:#d9d9d9;
	font-size:16px;
	margin-bottom:20px;
	line-height:1.6;
}

.contact-item{
	display:flex;
	align-items:center;
	gap:15px;
	margin-bottom:10px;
	color:#e4e4e4;
	font-size:15px;
}
.contact-item span a {
    color: #fff;
    text-decoration: none;
}
.contact-item svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
}
.footer-bottom {
    margin-top: 0px;
    padding: 20px 0;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
}
/*====== Footer Section End ======*/

/*====== Single Post Updated Layout ======*/
.single-post .hbr-single.single_blog_wrp {
	padding-top: 0;
    background: #FAF9F6;
    margin-bottom: 0;
}

.single-post .hbr-single .container {
	max-width: 1200px !important;
}

.hbr-single__article {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
}

.hbr-single__header {
	margin: 0 0 28px;
}

.hbr-single__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	color: #6b7a7e;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.hbr-single__back:hover,
.hbr-single__back:focus {
	color: var(--orange-primary);
	text-decoration: none;
}

.hbr-single__title {
	margin: 0 0 20px;
	color: #183236;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}

.hbr-single__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 18px;
}

.hbr-single__author {
	display: flex;
	align-items: center;
	gap: 12px;
}
.hbr-single__author img {
    border: 1px solid #CCCCCC;
    border-radius: 50%;
}

.hbr-single__avatar,
.hbr-single .avatar.hbr-single__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.hbr-single__author-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hbr-single__author-name {
	color: #183236;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.hbr-single__author-role {
    color: #1B2126;
    font-size: 14px;
    line-height: 1.2;
}

.hbr-single__meta-sep {
	width: 1px;
	height: 28px;
	background: #d9dee0;
}

.hbr-single__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #1B2126;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hbr-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.75fr);
	gap: 36px;
	align-items: start;
}

.hbr-single__featured {
	margin: 0 0 28px;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid #dce8ef;
}

.hbr-single__featured-img,
.hbr-single__featured img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 460px;
	object-fit: cover;
    max-width: 100% !important;
}

.hbr-single__content {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 36px !important;
	padding: 0 !important;
}

.hbr-single__content p,
.hbr-single__content ul,
.hbr-single__content ol {
	color: #3d4a4e;
	font-size: 16px;
	line-height: 1.7;
}

.hbr-single__content a {
	color: var(--orange-primary);
}

.hbr-single__content h2,
.hbr-single__content h3 {
	color: #183236;
	font-weight: 700;
}

/* Shared buttons */
.hbr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 12px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hbr-btn--primary {
	background: var(--orange-primary);
	border: 1px solid var(--orange-primary);
	color: #fff !important;
}


.hbr-btn--primary:hover,
.hbr-btn--primary:focus {
	background: #d85532 !important;
	border-color: #d85532 !important;
	color: #fff !important;
}

.hbr-btn--primary img {
	filter: brightness(0) invert(1);
	width: 20px;
	height: 20px;
}

.hbr-btn--outline {
    background: transparent;
    border: 2px solid #212121;
    color: #212121;
}
.hbr-single__content a.hbr-btn--outline {
    color: #212121;
}
.hbr-promo-island__actions a.hbr-btn--outline:hover,
.hbr-promo-island__actions a.hbr-btn--outline:focus {
    background: #212121 !important;
    color: #fff !important;
}
.hbr-btn--outline:hover,
.hbr-btn--outline:focus {
	border-color: #183236;
	color: #183236 !important;
}

.hbr-btn--ghost {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff !important;
}

.hbr-btn--ghost:hover,
.hbr-btn--ghost:focus {
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

.hbr-btn--dark {
	background: #1B2126;
	border: 1px solid #1B2126;
	color: #fff !important;
}

.hbr-btn--dark:hover,
.hbr-btn--dark:focus {
	background: #0f1c20 !important;
	color: #fff !important;
}
/* Island Escapes mid CTA */
.single_blog_wrp .hbr-promo-island {
    position: relative;
    overflow: hidden;
    margin: 0 0 36px !important;
    padding: 36px 32px;
    border-radius: 14px;
    border: 1px solid #f0dccf;
    text-align: center;
    background-image: url("../../themes/twentytwentyone-child/images/single-sec-bg.png");
    background-size: cover;
    max-width: 100% !important;
}
.hbr-promo-island__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--orange-primary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.single_blog_wrp .hbr-promo-island .hbr-promo-island__title {
    margin: 0 auto 12px !important;
    max-width: 22em !important;
    color: #1B2126;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}
.single_blog_wrp .hbr-promo-island .hbr-promo-island__text {
    margin: 0 auto 22px;
    max-width: 34em !important;
    color: #556A7F !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.hbr-promo-island__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

/* Explore by Area */
.hbr-explore-area {
    margin: 0 0 36px;
    padding: 24px;
    border: 1px solid #FFE1D9;
    border-radius: 14px;
    background: #FEF8F1;
}

.hbr-explore-area__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.hbr-explore-area__title {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	color: #183236;
	font-size: 16px;
	font-weight: 600;
    position: relative;
}
.hbr-explore-area__title:after {
    content: "";
    position: absolute;
    background: #E9D5BD;
    width: 1px;
    height: 25px;
    left: 40px;
}
.hbr-explore-area__title span.hbr-explore-area__title-icon {
    background: #FBEEE3;
    border: 1px solid #FFE1D9;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.hbr-explore-area__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--orange-primary);
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.hbr-explore-area__link:hover,
.hbr-explore-area__link:focus {
	background: #d85532 !important;
	color: #fff !important;
}

.hbr-explore-area__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.hbr-area-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 80px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #fff;
    background-image: var(--area-bg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(24, 50, 54, 0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.hbr-area-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(  90deg,  rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 0) 28%,  rgba(255, 255, 255, 0.72) 50%,  rgba(255, 255, 255, 0.72) 0%,#ffffff 68%,  #FFFFFF 100% );
}

.hbr-area-card:hover,
.hbr-area-card:focus {
	box-shadow: 0 10px 22px rgba(24, 50, 54, 0.1);
	text-decoration: none;
	transform: translateY(-1px);
}

/* Keep area card background image on focus (parent theme sets solid black bg). */
.has-background-white .site a.hbr-area-card:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.has-background-white .site a.hbr-area-card:focus-visible:not(.wp-block-button__link):not(.wp-block-file__button),
.site a.hbr-area-card:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-color: #fff !important;
	background-image: var(--area-bg) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: cover !important;
	color: inherit !important;
	outline: 0px solid var(--orange-primary);
	outline-offset: 0px;
}

.hbr-area-card__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 44%;
	min-width: 150px;
	padding: 16px 16px 16px 0;
}

.hbr-area-card__name {
	color: #183236;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.hbr-area-card__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.hbr-area-card__arrow img {
	display: block;
	width: 20px;
	height: 20px;
}

/* FAQ */
.hbr-faq {
	margin: 0 0 40px;
}

.hbr-faq__title {
	margin: 0 0 18px;
	color: #3a3a3a;
	font-size: 28px;
	font-weight: 700;
}

.hbr-faq__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.hbr-faq__item {
	padding: 0;
	border: 1px solid #ebebeb;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(40, 40, 40, 0.05);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hbr-faq__item.is-open {
	border-color: #e8e8e8;
	box-shadow: 0 8px 22px rgba(40, 40, 40, 0.07);
}

.hbr-faq .hbr-faq__list .hbr-faq__item .hbr-faq__question {
	display: block;
	width: 100%;
	padding: 22px 24px;
	border: 0;
	background: transparent;
	color: #3f3f3f !important;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
	box-shadow: none;
}

.hbr-faq__question:hover,
.hbr-faq__question:focus {
	color: #4a4a4a !important;
	background: transparent;
	outline: none;
	box-shadow: none;
}

.hbr-faq__question::after {
	display: none;
}

.hbr-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.35s ease;
}

.hbr-faq__item.is-open .hbr-faq__answer {
	grid-template-rows: 1fr;
}

.hbr-faq__answer-inner {
	overflow: hidden;
	min-height: 0;
}

.hbr-faq__answer p {
	margin: 0;
	padding: 0 24px 22px;
	color: #666666 !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.28s ease 0.05s, transform 0.28s ease 0.05s;
}

.hbr-faq__item.is-open .hbr-faq__answer p {
	opacity: 1;
	transform: translateY(0);
}

/* Related */
.hbr-related {
	width: 100%;
	margin: 40px 0 48px;
	clear: both;
}

.hbr-related__title {
	margin: 0 0 24px;
	color: #3a3a3a;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.hbr-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	width: 100%;
}

.hbr-related .blog-card__title,
.hbr-related .blog-card__title a {
	color: #3a3a3a;
}
.single-post .single_blog_wrp article .blog-card__body:hover h3.blog-card__title a {
    color: var(--orange-primary);
}

.hbr-related .blog-card__excerpt {
	color: #666;
}

/* Aloha bottom CTA */
.hbr-aloha-cta {
    width: 100%;
    clear: both;
    margin: 0 0 36px;
}
.hbr-aloha-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 16px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(10, 20, 28, 0.30) 0%, rgba(10, 20, 28, 0.40) 100%),  url("images/Let-Aloha.png") center / cover no-repeat;
    color: #fff;
    background-size: cover;
}
.hbr-aloha-cta .hbr-aloha-cta__content .hbr-aloha-cta__title {
    margin: 0 0 10px !important;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}
.hbr-aloha-cta .hbr-aloha-cta__content .hbr-aloha-cta__text {
    margin: 0;
    max-width: 34em;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.6;
}

.hbr-aloha-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	flex-shrink: 0;
}
.hbr-aloha-cta__actions a.hbr-btn {
    font-size: 14px;
    padding: 12px 15px;
}
/* Sidebar */
.hbr-single__sidebar {
	display: flex;
	flex-direction: column;
	gap: 22px;
	position: sticky;
	top: 20px;
}

.hbr-toc {
	padding: 20px 15px 10px;
	border-radius: 14px;
	background: #16303a;
	color: #fff;
}

.hbr-toc__title {
	margin: 0 0 14px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.hbr-toc__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hbr-toc__list li {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position:relative;
}
.has-background-white .site .hbr-toc__list a:focus,
.has-background-white .site .hbr-toc__list a:focus-visible,
.has-background-white .site .hbr-toc__list a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: transparent !important;
	color: #fff !important;
	/* outline: 2px solid #18d26e; */
	outline-offset: -2px;
	text-decoration: none !important;
}

.hbr-toc__list li:last-child {
	border-bottom: 0;
}

.hbr-toc__list a {
    display: block;
    position: relative;
    padding: 10px 0 10px 13px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4;
}

.hbr-toc__list a:hover,
.hbr-toc__list a:focus,
.hbr-toc__list li.active a,
.hbr-toc__list li.active a:focus {
	color: #fff;
	text-decoration: none;
	background: transparent;
}

/*
.hbr-toc__list li:first-child a::before,
.hbr-toc__list li.active a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	bottom: 12px;
	width: 3px;
	border-radius: 999px;
	background: #4ade80;
}
*/
.hbr-toc__list li::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:4px;
    height:0;
    border-radius:10px;
    background:#18d26e;
    transition:height .25s ease;
}
.hbr-toc__list li.active::before{
    height:20px;
}

.hbr-side-ctas {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    padding: 15px;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
}
.hbr-side-ctas span.hbr-side-cta__icon img {
    width: 35px;
    height: 35px;
}

.hbr-side-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 110px;
	padding: 22px 16px;
	border-radius: 12px;
	color: #DDDDDD;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
    background-size: cover !important;
}

.hbr-side-cta--properties, .hbr-side-cta--properties:focus {
    background: url("../../themes/twentytwentyone-child/images/all-property.png") !important;
    background-color: #00313e;
}

.hbr-side-cta--things, .hbr-side-cta--things:focus  {
    background: url("../../themes/twentytwentyone-child/images/things-to-do.png") !important;
    background-color: #213d22;
}

.hbr-side-cta--specials, .hbr-side-cta--specials:focus  {
    background: url("../../themes/twentytwentyone-child/images/maui-spe.png") !important;
    background-color: #00313e;
}

.hbr-side-cta:hover,
.hbr-side-cta:focus {
	color: #fff !important;
	text-decoration: none !important;
	opacity: 0.95;
}

.hbr-author-card {
    position: relative;
    overflow: hidden;
    padding: 28px 15px 24px;
    border-radius: 14px;
    border: 1px solid #EEEEEE;
    background: url("../../themes/twentytwentyone-child/images/nalia-bg.png");
    text-align: center;
    background-size: 100% 100%;
}
.hbr-author-card img {
    border: 2px solid var(--orange-primary);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    filter: drop-shadow(0 10px 13.9px rgba(236, 99, 63, 0.35));
}

.hbr-author-card__avatar,
.hbr-author-card .avatar {
	width: 84px;
	height: 84px;
	margin: 0 auto 14px;
	border-radius: 50%;
	border: 3px solid #f3c57a;
	object-fit: cover;
}
.hbr-author-card__name {
    margin: 10px 0 8px;
    color: #183236;
    font-size: 22px;
    font-weight: 600;
}

.hbr-author-card__dot {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto 14px;
    background: var(--orange-primary);
    border-radius: 50%;
    position: relative;
}
.hbr-author-card__dot:after, .hbr-author-card__dot:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background: #D7D7D7;
}
.hbr-author-card__dot:after {
    left: 0%;
    top: 50%;
    transform: translate(-110%, -50%);
}
.hbr-author-card__dot:before {
    right: 0%;
    top: 50%;
    transform: translate(110%, -50%);
}

.hbr-author-card__bio {
	margin: 0;
	color: #6b7a7e;
	font-size: 14px;
	line-height: 1.55;
}

.hbr-side-list {
    padding: 15px 15px 15px;
    background: #fff;
    border-radius: 14px;
}

.hbr-side-list__title {
	margin: 0 0 15px;
	color: #183236;
	font-size: 18px;
	font-weight: 700;
}

.hbr-side-list__items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hbr-side-list__item {
	display: flex;
	gap: 12px;
	margin: 0 0 14px;
	align-items: flex-start;
}
.hbr-side-list__item:last-child {
    margin-bottom: 0;
}
.hbr-side-list__thumb {
	display: block;
	flex-shrink: 0;
	width: 75px;
	height: 65px;
	overflow: hidden;
	border-radius: 8px;
	background: #e8eef0;
}
.hbr-side-list__thumb img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.hbr-side-list__body {
	min-width: 0;
}
.hbr-side-list__cat {
    display: block;
    margin-bottom: 4px;
    color: var(--orange-primary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.hbr-side-list__link {
	display: block;
	color: #183236;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
}
.hbr-side-list__link:hover,
.hbr-side-list__link:focus {
	color: var(--orange-primary);
	text-decoration: none;
}
.hbr-side-list__date {
    display: block;
    margin-top: 4px;
    color: #949494;
    font-size: 14px;
    font-weight: 400;
}
.hbr-side-ready {
    padding: 24px 20px;
    border-radius: 14px;
    border: 1px solid #fddace;
    background: url("../../themes/twentytwentyone-child/images/Experience.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.hbr-side-ready__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--orange-primary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    align-items: center;
    gap: 10px;
}
.hbr-side-ready__title {
    margin: 0 0 10px;
    color: #183236;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}
.hbr-side-ready__text {
    margin: 0 0 18px;
    color: #556A7F;
    font-size: 14px;
    line-height: 1.55;
}
.hbr-side-ready__actions {
	display: flex;
	gap: 10px;
}
.hbr-side-ready__actions .hbr-btn {
    width: 100%;
    font-size: 14px;
    padding: 12px 13px;
}
.single-post .hbr-single ~ nav.navigation.post-navigation {
	display: none;
}

/*====== Responsive (min-width) ======*/
@media (min-width: 767px) {
	.search-results .site-content .content-area,
	.search-no-results .site-content .content-area {
		margin-top: 0;
	}
}
@media (min-width: 600px) {
	.single-post .site-content .single_blog_wrp ~ nav.navigation.post-navigation .nav-links {
		display: inline-block;
		width: 100%;
	}
	.single-post .site-content .single_blog_wrp ~ nav.navigation.post-navigation .nav-links .nav-previous {
		float: left;
	}
	.single-post .site-content .single_blog_wrp ~ nav.navigation.post-navigation .nav-links .nav-next {
		float: right;
	}
}

/*====== Responsive (max-width: high → low) ======*/
@media (max-width: 1199px) {
	.contact-item {
		font-size: 14px;
		word-break: break-all;
	}
	.newsletter-footer__inner {
		gap: 22px 24px;
	}
	.newsletter-footer__text {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1024px) {
    .editors-pick__content {
        padding: 25px 20px;
    }
    .category-card__name {
        font-size: 16px;
    }
    .blog_subscribe__title {
        font-size: 26px;
    }
    .latest_blog_list__grid {
        gap: 20px;
    }
	.search-results nav.navigation.pagination {
		max-width: calc(100% - 30px);
	}
	.footer-wrapper {
		flex-wrap: wrap;
	}
	footer.footer-section .footer-description,
	footer.footer-section .footer-nav,
	.footer-wrapper .contact-infor {
		width: 48%;
	}
	.footer-section .site-container {
		padding: 0px 1rem;
	}
	.newsletter-footer__inner {
		grid-template-columns: 1fr 1fr;
	}
	.newsletter-footer__form-wrap {
		grid-column: 1 / -1;
	}
	.newsletter-footer__text {
		border-left: 0;
		padding-left: 0;
	}
    .newsletter-footer {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .hbr-faq {
        margin: 0 0 0px;
    }
    .hbr-toc {
        display: none;
    }
    .hbr-aloha-cta__text {
        max-width: 100%;
    }
	.footer-wrapper {
		gap: 28px;
	}
	.Blog_search .is-search-form .is-search-icon {
		width: auto;
	}
	.tour-details .tour-types .tour-types-inner {
		flex: 0 0 50%;
	}
	.tour-details .tour-types {
		flex-wrap: wrap;
		justify-content: unset;
	}
    .blog_subscribe__content {
        max-width: 100%;
    }
	.search-results .admin_blog_list .post .entry-header .entry-title a {
		font-size: 22px;
	}
	.editors-pick {
		grid-template-columns: 1fr;
	}
	.editors-pick__media {
		min-height: 280px;
		order: -1;
	}
    .editors-pick__excerpt {
        max-width: 100%;
    }
	.editors-pick__image,
	.editors-pick__media img {
		min-height: 280px;
	}
	.editors-pick__content {
		padding: 36px 28px;
	}
	.latest_blog_list__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px;
	}
	.blog_category__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.blog_subscribe__inner {
		grid-template-columns: 1fr;
		padding: 32px 28px;
		gap: 10px;
	}
	.blog_subscribe__media {
		order: -1;
		min-height: 220px;
	}
	.blog_subscribe__collage {
		max-width: 360px;
	}
	.category-journey-cta__inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 28px 24px;
		gap: 20px;
	}
	.hbr-single__layout {
		grid-template-columns: 1fr;
	}
	.hbr-single__sidebar {
		position: static;
	}
	.hbr-related__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px;
	}
	.hbr-aloha-cta__inner {
		flex-direction: column;
		align-items: flex-start;
        padding: 25px;
	}
}

@media only screen and (max-width: 850px) {
	#main .rp4wp-related-posts ul li {
		flex: 0 0 48.55%;
		max-width: 48.55%;
	}
}

@media only screen and (max-width: 767px) {
    .hbr-single__title {
        font-size: 28px;
    }
    .Blog_search .is-search-form .is-search-icon {
        font-size: 16px !important;
    }
    .Blog_search form.is-search-form {
        padding: 0 20px !important;
    }
    .Blog_search form.is-search-form {
        max-width: calc(100% - 30px);
    }
	.footer-desc {
		max-width: 100%;
	}
	footer.footer-section .footer-description,
	footer.footer-section .footer-nav,
	.footer-wrapper .contact-infor {
		width: 100%;
	}
	.newsletter-footer__inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.newsletter-footer__text {
		border-top: 0;
		padding-top: 0;
	}
	.newsletter-footer__fields {
		flex-direction: column;
		border-radius: 8px;
	}
	.newsletter-footer__input,
	.newsletter-footer__btn {
		width: 100%;
		height: 46px;
	}
	.newsletter-footer__btn {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}
	.Blog_search {
		margin: 0 0 30px;
	}
	.tour-details .tour-types {
		flex-direction: column;
	}
	.tour-details .tour-types .tour-types-inner {
		padding: 20px 0 10px;
		flex: 0 0 100%;
	}
	.tour-brochure {
		padding: 10px 0 0;
	}
	.tour-brochure a {
		font-size: 15px;
	}
	.tour-brochure .menu-download img {
		margin-right: 10px;
	}
	.search-results .site-content .content-area .posted-by span.posted-on {
		position: static;
	}
	.search-results .admin_blog_list .post {
		padding: 15px 20px 20px;
	}
	.search-results .admin_blog_list .post footer.entry-footer {
		margin: 0;
	}
}

@media only screen and (max-width: 650px) {
    .hbr-single__author img {
        width: 50px;
    }
    .hbr-single__author {
        width: 100%;
    }
    .hbr-single__main .hbr-single__content.entry-content ol {
        padding-left: 20px;
    }
	.Blog_search form.is-search-form label {
		width: 100% !important;
	}
	.Blog_search form.is-search-form {
		padding: 0 10px !important;
	}
    .Blog_search .is-search-form input {
        height: 45px;
        border-radius: 30px;
        padding: 2px 50px 2px 20px;
        border: 0px solid #bbbbbb !important;
        box-shadow: none !important;
    }
    .Blog_search .is-form-style button.is-search-submit {
        height: 45px;
        right: 10px;
    }
    .Blog_search .is-search-form .is-search-icon {
        height: 45px;
        min-width: 45px;
        border-radius: 50px;
        font-size: 0 !important;
    }
    .Blog_search .is-search-form .is-search-icon svg {
        height: 25px;
        width: 16px;
    }
	.Blog_search .is-search-form .is-search-icon:before {
		display: none;
	}
}

@media only screen and (max-width: 576px) {
    .hbr-single__title {
        font-size: 22px;
    }
    .hbr-promo-island__title, .hbr-aloha-cta__title {
        font-size: 20px;
    }
    .hbr-faq__title, .hbr-related__title {
        font-size: 24px;
    }
	body .is-ajax-search-post .is-title a {
		font-size: 14px;
	}
	#main .rp4wp-related-posts ul li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.single-post .site-content .single_blog_wrp ~ nav.navigation.post-navigation .nav-links {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.single-post .site-content .single_blog_wrp ~ nav.navigation.post-navigation .nav-links > div {
		margin: 0 !important;
	}
	.search-results .admin_blog_list .post .entry-header .entry-title a {
		font-size: 20px;
	}
	.search-results .site-content .content-area .search-result-count {
		padding: 20px 15px;
		font-weight: 600;
		font-size: 16px;
	}
	.editors-pick {
		margin-bottom: 36px;
		border-radius: 14px;
	}
	.editors-pick__content {
		padding: 28px 20px;
	}
	.editors-pick__title {
		font-size: 26px;
	}
	.editors-pick__excerpt {
		font-size: 15px;
		margin-bottom: 22px;
	}
	.editors-pick__cta {
		width: 100%;
	}
	.latest_blog_list .list_title h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.latest_blog_list__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.blog-card__image,
	.blog-card__media img {
		height: 200px;
	}
	.latest_blog_list__pagination {
		justify-content: center;
	}
	.blog_category__title h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.blog_category__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.category-card {
		min-height: 64px;
		padding: 16px 18px 16px 26px;
	}
	.category-card__name {
		font-size: 15px;
	}
	.category-card__number {
		font-size: 34px;
	}
	.blog_subscribe {
		margin-bottom: 40px;
	}
	.blog_subscribe__inner {
		padding: 24px 18px;
		border-radius: 14px;
	}
	.blog_subscribe__title {
		font-size: 22px;
	}
	.blog_subscribe__text {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.blog_subscribe__btn {
		width: 100%;
	}
	.category-blog-list__title {
		font-size: 26px;
	}
	.category-journey-cta__btn {
		width: 100%;
	}
	.hbr-explore-area__grid {
		grid-template-columns: 1fr;
	}
	.hbr-area-card {
		min-height: 84px;
		background-size: 70% 100%;
	}
	.hbr-area-card__content {
		width: 52%;
		min-width: 130px;
	}
	.hbr-area-card__name {
		font-size: 16px;
	}
	.hbr-related__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.hbr-promo-island,
	.hbr-explore-area,
	.hbr-aloha-cta__inner {
		padding: 22px 18px;
	}
	.hbr-promo-island__actions,
	.hbr-aloha-cta__actions {
		width: 100%;
	}
	.hbr-promo-island__actions .hbr-btn,
	.hbr-aloha-cta__actions .hbr-btn {
		width: 100%;
	}
	.hbr-single__meta-sep {
		display: none;
	}
}

@media only screen and (max-width: 420px) {
	.Blog_search .is-search-form input {
		font-size: 16px !important;
	}
	div.is-ajax-search-result {
		max-width: 96% !important;
	}
}
