/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.page-id-10 footer#colophon {
    display: none;
}

/* ======== custom-css-start-here ========== */

@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.subheading,
.subheading h6 {
    font-family: "Kalam", cursive !important;
    color: #FC7203 !important;
    font-size: 24px;
    font-weight: 700 !important;
    font-style: italic !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif !important;
}

p,
span,
a {
    font-family: "DM Sans", sans-serif !important;
}

a:hover {
    text-decoration: none !important;
}

h2 {
    font-size: 38px !important;
    color: #03035D !important;
}

/* ----- HOME START ------- */

.home-hero-section {
    position: relative;
    max-height: 600px;
}

.home-hero-section::before {
    content: "";
    background: linear-gradient(45deg, black, #00000000);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}

.home-hero-banner-content-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding-left: 80px;
}

.home-hero-banner-heading h1 {
    font-size: 100px;
    line-height: normal;
}

.home-searchbar-container {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 1px 1px 10px #00000036;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.home-searchbar-container .geodir-search-form-wrapper {
    margin-bottom: 0px !important;
}

.home-searchbar-container input.form-control {
    border-radius: 30px;
    padding: 10px 20px 10px 40px !important;
}

.home-searchbar-container .input-group-inside {
    display: flex;
    align-items: center;
}

.home-searchbar-container .input-group-inside span.geodir-search-input-label {
    display: flex;
}

.home-searchbar-container .input-group-inside span.geodir-search-input-label i {
    color: #1F285F !important;
}

.home-searchbar-container .geodir_submit_search.btn {
    background-color: #FC7203;
    border: 1px solid #FC7203;
}

.home-explore-island-heading-container {
    position: relative;
    padding-left: 60px !important;
}

.home-explore-island-heading-container::before {
    content: "";
    background-color: #FC7203;
    height: 3px;
    width: 4%;
    position: absolute;
    top: 20px;
}

.explore-our-island-grid-wrap .e-con-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.explore-our-island-grid-col {
    height: 250px;
    border-radius: 10px !important;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: end;
    padding: 15px !important;
}

.explore-our-island-grid-col::before {
    content: "";
    background: linear-gradient(360deg, black, transparent);
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.home-explore-island-section {
    padding-bottom: 60px !important;
}

.explore-our-island-col-heading h4 {
    font-family: 'DM Sans' !important;
    font-size: 20px;
    margin-bottom: 8px;
}

.explore-our-island-col-des p {
    font-size: 15px;
}

.discover-africa-content-col {
    padding: 20px 10px 20px 30px;
}

.discover-africa-content-heading h2 {
    color: #fff !important;
    font-size: 80px !important;
}

.discover-africa-bg-wrap::before {
    content: "";
    border-radius: 25px;
}

.discover-africa-bg-wrap::after {
    content: "";
    background: linear-gradient(349deg, #00000094, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 25px;
    z-index: 0;
}

.discover-africa-icon-col-img {
    width: 35%;
    margin: 0 auto 10px !important;
}

.discover-africa-grid-wrap {
    display: grid !important;
    grid-template-columns: 40% 60%;
    align-items: end;
    position: relative;
    z-index: 1;
}

.discover-africa-icon-col-heading h6 {
    font-family: 'DM Sans' !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 400 !important;
    line-height: normal;
}

.would-like-experience-section {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}

.would-like-experience-shortcode .card-body {
    border: 1px solid #f4f4f4;
    padding: 20px 15px !important;
}

.would-like-experience-shortcode .card-body:hover {
    background-color: #162841;
    border-color: #162841;
}

.would-like-experience-shortcode .card-body .gd-cptcat-cat-right {
    overflow: visible;
    text-overflow: unset;
    white-space: wrap;
}

.would-like-experience-heading-container {
    margin-bottom: 20px !important;
}

.would-like-experience-shortcode .card-body .gd-cptcat-cat-right a {
    font-size: 15px !important;
    text-transform: capitalize !important;
    line-height: normal !important;
    font-family: 'DM Sans' !important;
    font-weight: 600 !important;
}

.featured-listing-shortcode-wrap .geodir-post>.card:first-child {
    box-shadow: 1px 1px 10px #00000012;
    border: 1px solid #f4f4f4 !important;
}

.featured-listing-shortcode-wrap .geodir-post .card:first-child .card {
    border: 0;
}

.featured-listing-shortcode-wrap .geodir-post .card:first-child .wp-block-paragraph {
    display: none;
}

.featured-listing-shortcode-wrap .geodir-post .card .card-body .geodir-entry-title {
    font-size: 16px;
    font-family: 'DM Sans' !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.featured-listing-shortcode-wrap .geodir-post .card .card-body .geodir-entry-title a {
    color: #171717;
    display: block;
}

.featured-listing-shortcode-wrap .geodir-post .card .card-body {
    flex: none;
    padding: 12px 12px 0 12px !important;
}

.featured-listing-shortcode-wrap .geodir-post .card .card-footer {
    border: 0px !important;
    padding: 0px 12px 12px 12px !important;
}

.featured-listing-shortcode-wrap .geodir-post .card .card-footer .geodir_post_meta {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 500;
}

.featured-listing-shortcode-wrap .geodir-post .card .card-footer .geodir-field-overall_rating {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #03035D;
}

.featured-listing-shortcode-wrap .geodir-post .card .card-footer .geodir_post_meta span.geodir_post_meta_icon i {
    color: #FC7203;
}

.featured-listing-shortcode-wrap .geodir-post .card .card-img-top a.gd-badge {
    background-color: #FC7203 !important;
    border-radius: 20px;
    font-size: 12px;
}

/* Blog Section*/
.blog-listing-grid {
    display: grid;
    gap: 28px;
    margin: 30px 0;
}

.blog-listing-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.blog-listing-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.blog-listing-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.home-blog-card-flexbox .blog-listing-grid {
    margin: 0;
}

.home-blog-heading-container p {
    margin-bottom: 0;
}

.home-blog-card-flexbox .blog-listing-grid .blog-listing-body .blog-listing-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-blog-card-flexbox .blog-listing-grid .blog-listing-body .blog-listing-title {
    font-size: 18px;
    font-family: 'DM Sans' !important;
}

.home-blog-card-flexbox .blog-listing-grid .blog-listing-body {
    padding: 20px 16px 16px;
}

.home-blog-card-flexbox .blog-listing-grid .blog-listing-thumb {
    aspect-ratio: 16 / 10;
}

.home-blog-left-flexbox {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

/* ----- HOME END ------- */


/* ---- BLOG PAGE START ----- */
.blog-listing-hero-container .e-con-inner {
    padding: 100px 80px;
}

.blog-listing-hero-banner {
    position: relative;
}

.blog-listing-hero-banner::before {
    content: "";
    background: linear-gradient(45deg, black, transparent);
}

.blog-listing-hero-banner-heading h1 {
    font-size: 70px;
}

/* ---- Card ---- */

.blog-listing-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(20, 30, 45, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.blog-listing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(20, 30, 45, 0.14);
}

/* ---- Thumbnail + badge ---- */

.blog-listing-thumb-link {
    display: block;
}

.blog-listing-thumb {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e9e4d8;
}

.blog-listing-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.blog-listing-card:hover .blog-listing-thumb img {
    transform: scale(1.04);
}

.blog-listing-thumb-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1b6fa8, #59b7d6);
}

.blog-listing-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #e8622c;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

/* Blog Listing */

.blog-archive {
    margin: 20px 0 40px;
}

/* ---- Search + dropdown ---- */

.blog-archive-search {
    display: grid;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 20px 30px 20px;
    box-shadow: 1px 1px 10px rgba(20, 30, 45, 0.12);
    grid-template-columns: 1fr 1fr auto;
    width: 90%;
    margin: -70px auto 50px;
}

.blog-archive-search-field {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #202b36;
    border: 1px solid #d5d2dc;
    border-radius: 30px;
    padding-left: 15px;
}

.blog-archive-search-field svg {
    flex-shrink: 0;
    color: #7a8590;
}

.blog-archive-search-field input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 0.96rem;
    font-family: inherit;
    background: transparent;
    color: #202b36;
    padding: 10px 15px 10px 0px;
}

.cat-icon {
    vertical-align: -3px;
    margin-right: 6px;
}

.blog-listing-badge .cat-icon {
    margin-right: 5px;
}

.blog-archive-select {
    border: none;
    width: auto;
    border: 1px solid #d5d2dc;
    padding: 10px 34px 10px 16px;
    font-family: 'DM Sans';
    font-size: 0.9rem;
    font-weight: 600;
    color: #202b36;
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%237A8590" stroke-width="2"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right 12px center;
    appearance: none;
    border-radius: 30px;
    cursor: pointer;
}

.blog-archive-search .btn-coral {
    background: #e8622c;
    color: #ffffff;
    border: none;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.92rem;
    cursor: pointer;
    transition: background 0.15s ease;
    flex-shrink: 0;
}

.blog-archive-search .btn-coral:hover {
    background: #c24e1f;
}

/* ---- Category pills ---- */

.blog-archive-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.cat-pill {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1.5px solid #e6dfd2;
    font-size: 0.84rem;
    font-weight: 700;
    color: #5a6570;
    text-decoration: none;
    transition: all 0.15s ease;
}

.cat-pill:hover {
    border-color: #e8622c;
    color: #c24e1f;
}

.cat-pill.is-active {
    background: #e8622c;
    border-color: #e8622c;
    color: #ffffff;
}

/* ---- Pagination ---- */

.blog-archive-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 40px;
}

.blog-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 700;
    color: #202b36;
    text-decoration: none;
    transition: all 0.15s ease;
}

.blog-archive-pagination .page-numbers:hover {
    background: #f1e8d8;
}

.blog-archive-pagination .page-numbers.current {
    background: #e8622c;
    color: #ffffff;
}

.blog-archive-pagination .page-numbers.dots {
    color: #7a8590;
    background: transparent;
}

.blog-archive-pagination .prev,
.blog-archive-pagination .next {
    color: #7a8590;
    font-weight: 700;
}

.blog-archive-pagination .prev:hover,
.blog-archive-pagination .next:hover {
    color: #e8622c;
    background: transparent;
}

/* ---- Body ---- */

.blog-listing-body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-listing-meta {
    font-size: 0.8rem;
    color: #7a8590;
    font-weight: 600;
    margin: 0 0 10px;
}

.blog-listing-meta .blog-listing-dot {
    margin: 0 6px;
}

.blog-listing-title {
    font-size: 1.2rem;
    line-height: 1.32;
    margin: 0 0 10px;
    font-weight: 700;
}

.blog-listing-title a {
    color: #1f2f6e;
    text-decoration: none;
}

.blog-listing-title a:hover {
    color: #e8622c;
}

.blog-listing-excerpt {
    font-size: 0.92rem;
    color: #5a6570;
    line-height: 1.55;
    margin: 0 0 16px;
    flex: 1;
}

.blog-listing-readmore {
    font-size: 0.88rem;
    font-weight: 700;
    color: #e8622c;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
}

.blog-listing-readmore:hover {
    color: #c24e1f;
}


.blog-listing-empty {
    text-align: center;
    color: #7a8590;
    padding: 40px 0;
}

/* ---- BLOG PAGE END ----- */

/* ----- FOOTER START ------- */
.cv-nl {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.cv-nl-form {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 6px;
    box-sizing: border-box;
    position: relative;
}

.cv-nl-input {
    flex: 1 1 auto;
    min-width: 0;
    background: transparent;
    border: none !important;
    outline: none;
    font-size: 15px;
    padding: 12px 18px;
}

/* .cv-nl-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
} */

.newsletter-des-wrap p {
    margin-bottom: 0;
}

.cv-nl-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f5731c;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 10px 24px;
    font-family: 'DM Sans';
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
    position: absolute;
    right: 6px;
}

.cv-nl-btn:hover {
    background: #ff8a3d;
    transform: translateY(-1px);
}

.cv-nl-btn svg {
    width: 16px;
    height: 16px;
}

.cv-nl-consent {
    margin: 10px 4px 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
}

.cv-nl-consent a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

.cv-nl-msg {
    margin-top: 10px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    display: none;
}

.cv-nl-msg.cv-nl-ok {
    color: #7CE0C1;
    display: block;
}

.cv-nl-msg.cv-nl-err {
    color: #ff8a8a;
    display: block;
}

.newsletter-section {
    position: relative;
}

.newsletter-section::before {
    content: '';
    background: linear-gradient(90deg, #00000085, transparent);
}

.newsletter-input-with-content-wrap {
    display: grid !important;
    grid-template-columns: 1.5fr 2fr;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.newsletter-heading-wrap h2 {
    color: #fff !important;
    width: 100%;
    line-height: normal;
    font-size: 46px !important;
    margin-bottom: 10px !important;
}

.footer-wrapper {
    padding-top: 30px !important;
}

.footer-explore-island-heading-col h5 {
    font-family: 'DM Sans' !important;
    font-size: 18px;
    font-weight: 500 !important;
}

.footer-explore-island-list-col {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

.footer-explore-island-list-wrap p {
    margin-bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
}

.footer-explore-island-container .e-con-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    padding-top: 0;
    padding-bottom: 20px;
}

.footer-grid-wrapper .e-con-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
}

.footer-logo {
    width: 70%;
}

.footer-logo-col-des-wrap {
    width: 90%;
}

.footer-menu-col h6 {
    font-family: 'DM Sans' !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

.footer-menu-col .hfe-nav-menu .menu-item .hfe-menu-item {
    font-weight: 300;
    padding: 6px 0 !important;
}

.footer-social-icon .elementor-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----- FOOTER END ------- */



/* ---- MEDIA QUERY START ----- */
@media (max-width: 900px) {

    .blog-listing-cols-3,
    .blog-listing-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {

    .blog-listing-cols-2,
    .blog-listing-cols-3,
    .blog-listing-cols-4 {
        grid-template-columns: 1fr;
    }

    .blog-archive-search {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-archive-select {
        border-left: none;
        border-top: 1px solid #e6dfd2;
    }

    .blog-archive-search .btn-coral {
        width: 100%;
        justify-content: center;
    }
}

/* ---- MEDIA QUERY END ----- */


/* ======== custom-css-end-here ========== */