@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 7.0
Requires PHP: 5.6
Version: 2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Poetry (Verse).......Specific styles for the poetry block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */


.is-sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000 !important;
}



h1.entry-title {
    display: none;
}




.tour-informations-right {
    position: sticky;
    top: 90px;
}   


.tour-detail-page h1 {
    font-size: 32px !important;
    font-weight: 600;
}

.tour-detail-page h2 {
    font-size: 28px !important;
    font-weight: 600;
}


.tour-detail-page h3 {
    font-size: 24px !important;
}
.tour-detail-page h4 {
    font-size: 23px !important;
    font-weight: 600;
}

.tour-detail-page h5 {
    font-size: 20px !important;
    font-weight: 600;
}

.tour-detail-page h6 {
    font-size: 18px !important;
    font-weight: 600;
}
.tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.meta-item {
    background: #dde6f3;
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}

.meta-item strong {
  color: #222;
}

.meta-item span {
  color: #555;
}

.borderrrrr {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}


.tour-image-jkl{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 20px;
}

.tour-image-jkl img{
   
    border-radius: 20px;
}



.tour-image.jkll.homee img {
    width: 100%;
    height: 100% !important;
}




.tour-itinerary.mt-5 h4 {
    border-left: 7px solid #fbb755;
    padding-left: 14px;
    background-color: #eef3fa;
    padding: 7px 21px;
    border-radius: 8px;
}



.widget-packages {
    background-color: #f0f1f1;
    padding: 29px;
    border-radius: 20px;
    text-align: center;
}


.widget-packages a {
    padding: 13px 28px;
}


.widget-packages a {
    padding: 13px 28px;
    margin: 0px 10px;
}




.widget-content77.jkll h3 {
    font-size: 34px !important;
    padding-bottom: 10px;
    font-weight: 800;
}



.blog-section.jkll {
	padding: 70px 0px;
}



.travel-home-section {
    padding: 25px 0;
    background: #fdfaf6;
}




.travel-heading{
    margin-bottom:50px;
}

.travel-small-title{
    display:block;
    letter-spacing:4px;
    color:#b88a2b;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.travel-divider{
    width:70px;
    height:2px;
    background:#caa64b;
    margin:15px auto;
}

.travel-main-title {
    font-size: 34px;
    color: #081a3d;
    font-weight: 600;
}

.travel-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    min-height:300px;
}

.travel-bg-image{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.travel-card:hover .travel-bg-image{
    transform:scale(1.05);
}



.travel-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 82%), rgb(255 255 255 / 0%));
}



.travel-content {
    position: relative;
    z-index: 2;
  padding: 32px 36px;
    max-width: 470px;
}

.travel-icon img{
    width:45px;
    margin-bottom:25px;
}

.travel-card-title {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.05;
    margin-bottom: 12px;
    text-shadow: 1px 1px wheat;
}


p.travel-description {
    color: white;
}


.travel-line{
    width:45px;
    height:2px;
    background:#c59d3b;
    margin-bottom:25px;
}


.travel-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #f8830a;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0px;
    transition: .4s;
}

.travel-btn:hover{
    background:#c59d3b;
    color:#fff;
}

.travel-features{
    background:#fff;
    border-radius:18px;
    margin-top:35px;
    padding:35px 20px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.travel-feature-box{
    display:flex;
    align-items:center;
    gap:18px;
    padding:15px;
}

.travel-feature-icon img{
    width:40px;
}

.travel-feature-box h5 {
    margin: 0;
    font-size: 18px;
    color: #222;
    line-height: 25px;
}

@media(max-width:991px){

.travel-main-title{
    font-size:42px;
}

.travel-card{
    min-height:520px;
}

.travel-content{
    padding:40px;
}

.travel-card-title{
    font-size:44px;
}

.travel-description{
    font-size:18px;
    line-height:30px;
}

}

@media(max-width:767px){

.travel-main-title{
    font-size:34px;
}

.travel-card{
    min-height:450px;
}

.travel-content{
    max-width:100%;
    padding:30px;
}

.travel-card-title{
    font-size:38px;
}

.travel-feature-box{
    justify-content:center;
    text-align:center;
    flex-direction:column;
}

}




.travel-icon i {
    font-size: 24px;
    color: #caa64b;
    margin-bottom: 15px;
}



.travel-feature-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fa8a19;
    color: #fff;
    font-size: 21px;
    border-radius: 50%;
    line-height: 1;
}


.about-globalbee-section{
    background:#fff;
    position:relative;
}

.about-small-title{
    color:#f7931e;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
}

.about-main-title{
    font-size:44px;
    font-weight:700;
    line-height:1.25;
    margin-bottom:25px;
    color:#0f172a;
}



.about-globalbee-image{
    position:relative;
}

.about-globalbee-image img{
    width:100%;
    border-radius:20px;
}

.about-exp-box{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#fff;
    padding:20px 30px;
    border-radius:15px;
    box-shadow:0 10px 35px rgba(0,0,0,.15);
}

.about-exp-box h2{
    font-size:40px;
    margin:0;
    color:#f7931e;
    font-weight:700;
}

.about-exp-box span{
    font-size:15px;
    color:#555;
}

.about-feature-row{
    margin-top:35px;
}

.about-feature-box{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:25px;
}

.about-feature-box i{
    width:55px;
    height:55px;
    background:#f7931e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:22px;
    flex-shrink:0;
}

.about-feature-box h5{
    margin-bottom:6px;
    font-size:18px;
    font-weight:700;
}

.about-feature-box p{
    margin:0;
    font-size:14px;
    line-height:1.7;
}

.about-last-text{
    margin-top:20px;
}

@media(max-width:991px){

.about-main-title{
    font-size:34px;
}

.about-exp-box{
    position:relative;
    left:0;
    bottom:0;
    margin-top:20px;
}

}



.about-globalbee-sticky{
    position: sticky;
    top: 100px; /* Distance from top when scrolling */
}

.about-globalbee-image{
    position: relative;
}

.about-globalbee-image img{
    width: 100%;
    border-radius: 20px;
    display: block;
}

.about-exp-box{
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(0,0,0,.15);
}

@media (max-width: 991px){
    .about-globalbee-sticky{
        position: static;
    }
}



.about-globalbee-sticky{
    position: sticky;
    top: 120px;
}



/* Contact Info Wrapper */
.pts-contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Contact Card */
.pts-contact-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .35s ease;
    border-left: 5px solid #f5b400;
}

.pts-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

/* Icon Box */
.pts-icon-box {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5b400, #ffcf40);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.pts-icon-box i {
    color: #fff;
    font-size: 28px;
}

.pts-contact-card:hover .pts-icon-box {
    transform: rotate(10deg) scale(1.08);
}

/* Heading */
.pts-contact-card h5 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #1b1b1b;
}

/* Text */
.pts-contact-card p,
.pts-contact-card a {
    margin: 0;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    line-height: 1.7;
    transition: .3s;
    word-break: break-word;
}

.pts-contact-card a:hover {
    color: #f5b400;
}

/* Mobile */
@media (max-width: 767px) {

    .pts-contact-card {
        padding: 20px;
        gap: 15px;
    }

    .pts-icon-box {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .pts-icon-box i {
        font-size: 24px;
    }

    .pts-contact-card h5 {
        font-size: 18px;
    }

    .pts-contact-card p,
    .pts-contact-card a {
        font-size: 15px;
    }

}





/*====================================
        TEAM SECTION
=====================================*/

.gb-team-section{
    background:#fdfbf7;
    position:relative;
}

.gb-heading{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    margin-bottom:15px;
}

.gb-line{
    width:120px;
    height:2px;
    background:#c89b2b;
}

.gb-title{
    font-size:48px;
    font-weight:800;
    color:#0d2d62;
    margin:0;
    text-transform:uppercase;
    letter-spacing:1px;
}

.gb-title span{
    color:#c89b2b;
}

.gb-subtitle {
    /* max-width: 700px; */
    /* margin: auto; */
    /* font-size: 20px; */
    /* color: #555; */
    /* line-height: 1.7; */
    margin-bottom: 25px;
}

/*====================================
        TEAM CARD
=====================================*/

.gb-team-card {
    background: #fff;
    border: 1px solid #c89b2b;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    height: 100%;
}

.gb-team-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

/*====================================
        IMAGE
=====================================*/

.gb-team-img {
    padding: 8px;
}
.gb-team-img img {
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
    border-radius: 15px;
    border: 0px solid #c89b2b;
}

/*====================================
        BODY
=====================================*/

.gb-team-body {
    padding: 10px;
}

.gb-team-body h3 {
    text-align: center;
    color: #0d2d62;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.gb-designation{
    text-align:center;
    color:#b78628;
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
}

.gb-designation i{
    margin-right:8px;
    font-size:18px;
}

.gb-team-body p {
    color: #000000;
    /* font-size: 16px; */
    /* line-height: 1.9; */
    margin-bottom: 25px;
    text-align: justify;
}

/*====================================
        BOTTOM INFO
=====================================*/

.gb-bottom-info{
    border-top:1px dashed #d9d9d9;
    padding-top:20px;
    display:flex;
    align-items:flex-start;
    gap:15px;
}

.gb-bottom-info i{
    color:#b78628;
    font-size:34px;
    min-width:35px;
}

.gb-bottom-info span{
    font-weight:600;
    color:#0d2d62;
    line-height:1.5;
}

/*====================================
        QUOTE
=====================================*/

.gb-team-quote{
    max-width:900px;
    margin:auto;
}

.gb-team-quote i{
    color:#c89b2b;
    font-size:35px;
}

.gb-team-quote p{
    display:inline-block;
    margin:0 15px;
    color:#0d2d62;
    font-size:28px;
    font-family:Georgia, serif;
}

.gb-team-quote h4{
    margin-top:15px;
    color:#c89b2b;
    font-weight:700;
    font-size:32px;
}

/*====================================
        RESPONSIVE
=====================================*/

@media(max-width:1199px){

.gb-title{
    font-size:42px;
}

.gb-team-body h3{
    font-size:28px;
}

.gb-team-img img{
    height:260px;
}

}

@media(max-width:991px){

.gb-line{
    width:70px;
}

.gb-title{
    font-size:36px;
}

.gb-subtitle{
    font-size:18px;
}

.gb-team-img img{
    height:230px;
}

.gb-team-body{
    padding:20px;
}

.gb-team-body h3{
    font-size:26px;
}

.gb-team-body p{
    font-size:15px;
}

.gb-team-quote p{
    font-size:22px;
}

.gb-team-quote h4{
    font-size:26px;
}

}

@media(max-width:767px){

.gb-heading{
    display:block;
}

.gb-line{
    display:none;
}

.gb-title{
    font-size:32px;
}

.gb-subtitle{
    font-size:16px;
}

.gb-team-img img{
    height:300px;
}

.gb-team-body h3{
    font-size:28px;
}

.gb-team-body p{
    text-align:left;
}

.gb-team-quote p{
    display:block;
    margin:15px 0;
    font-size:20px;
}

.gb-team-quote h4{
    font-size:22px;
}

}

@media(max-width:575px){

.gb-title{
    font-size:28px;
}

.gb-team-img img{
    height:260px;
}

.gb-team-body{
    padding:18px;
}

.gb-team-body h3{
    font-size:24px;
}

.gb-designation{
    font-size:16px;
}

.gb-bottom-info{
    flex-direction:column;
    gap:10px;
}

.gb-bottom-info i{
    font-size:30px;
}

.gb-team-quote p{
    font-size:18px;
}

.gb-team-quote h4{
    font-size:20px;
}

}


.row.about-feature-row {
    background-color: #ededed;
    padding: 40px;
    border-radius: 20px;
}
.card-body.jklll.text-center.text-white p {
    color: #ffc107 !important;
}

.card-body.jklll.text-center.text-white h5 {
    font-size: 15px;
}

.card-body.jklll.text-center.text-white h2 {
    font-size: 22px;
}



/*=====================================
    Our Vision Section
=====================================*/

.vision-section {
    position: relative;
    padding: 100px 0;
    background: #f8f9fa;
}

.vision-section .about-small-title {
    display: inline-block;
    color: #b49648;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.vision-section .about-main-title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 25px;
}




.vision-section strong {
    color: #eca61c;
    font-weight: 700;
}

/* Decorative Line */

.vision-section .about-small-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #b49648;
    margin: 12px auto 0;
    border-radius: 10px;
}

/* Responsive */

@media (max-width:991px){

    .vision-section{
        padding:70px 0;
    }

    .vision-section .about-main-title{
        font-size:34px;
    }

    .vision-section .about-intro{
        font-size:20px;
    }

}

@media (max-width:767px){

    .vision-section{
        padding:60px 0;
    }

    .vision-section .about-main-title{
        font-size:28px;
    }

    .vision-section .about-intro{
        font-size:18px;
    }

    .vision-section .about-last-text{
        font-size:16px;
        line-height:1.8;
    }

}







/*=================================
    Our Expertise
==================================*/

.gbh-expertise-section{
    background:#ffffff;
    padding:80px 0;
}

.gbh-section-title{
    max-width:850px;
    margin:0 auto 60px;
}

.gbh-section-title h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}


.gbh-expertise-box {
    background: #ffffff;
    border: 1px solid #f1efef;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: all .3s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.gbh-expertise-box:hover{
    transform:translateY(-6px);
    border-color:#b49648;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}
.gbh-expertise-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #243c84;
    margin-bottom: 15px;
    line-height: 1.4;
}


/* Responsive */

@media (max-width:991px){

    .gbh-expertise-section{
        padding:60px 0;
    }

    .gbh-section-title h2{
        font-size:34px;
    }

    .gbh-expertise-box{
        padding:25px;
    }

}

@media (max-width:767px){

    .gbh-section-title h2{
        font-size:28px;
    }

    .gbh-section-title p{
        font-size:16px;
    }

    .gbh-expertise-box h4{
        font-size:22px;
    }

    .gbh-expertise-box p{
        font-size:15px;
    }

}






.why-travel-list{
    margin-top:30px;
}

.why-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
}

.why-item i{
    color:#b49648;
    font-size:20px;
    margin-top:3px;
}

.why-item span{
    font-size:17px;
    line-height:1.7;
}

.about-main-title{
    margin:15px 0 20px;
}

.about-intro{
    margin-bottom:20px;
}

.vision-section img{
    border-radius:15px;
}




/*=====================================
    Certificates & Affiliations
======================================*/

.gb-certifications-section{
    background:#f8f9fa;
}

.gb-section-subtitle{
    display:inline-block;
    color:#b49648;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.gb-section-title{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.gb-section-description {
    /* color: #666; */
    /* font-size: 17px; */
    /* line-height: 30px; */
    /* max-width: 700px; */
    margin: 30px;
}

.gb-certification-card{
    background:#fff;
    border-radius:15px;
    padding:45px 35px;
    text-align:center;
    height:100%;
    transition:.35s ease;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.gb-certification-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.gb-certification-logo{
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.gb-certification-logo img{
    max-height:70px;
    max-width:170px;
    width:auto;
}

.gb-certification-title{
    font-size:24px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

/*.gb-certification-text{
    color:#666;
    font-size:16px;
    line-height:28px;
    margin:0;
}*/

.gb-certification-footer{
    font-size:18px;
    color:#444;
    font-style:italic;
    margin:0;
    padding-top:10px;
}

@media (max-width:991px){

.gb-section-title{
    font-size:34px;
}

}

@media (max-width:767px){

.gb-section-title{
    font-size:28px;
}

.gb-certification-card{
    padding:35px 25px;
}

.gb-section-description{
    font-size:16px;
    line-height:28px;
}

}


















/* ==========================
   Continent Card
========================== */

.continent-card{
      width:100%;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transition:.4s;
    position:relative;
}

.continent-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.18);
}

/* Image */

.card-image{
     width:100%;
    overflow:hidden;
}

.card-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    transition: .5s;
    min-width: 200px;
}



.continent-card:hover .card-image img{
    transform:scale(1.08);
}

/* Blue Content */

.card-content{
    background:#041d56;
    text-align:center;
    padding:20px 7px 1px;
    position:relative;
    width:100%;
}

/* Circle Icon */

.card-icon{
    width:54px;
    height:54px;
    background:white;
    border:3px solid #d7a338;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:-37px;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
}

.card-icon img{
    width:34px;
    height:34px;
    object-fit:contain;
}

/* Heading */

.card-content h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 2px;
    text-transform: uppercase;
}


/* Description */

.card-content p {
    color: #d6a437;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}



body {
    overflow-x: hidden;
}


.hero-content p {
    max-width: 550px;
    font-size: 14px;
    line-height: 1.8;
}

/*.mega-menu-wrap .mega-menu-inner {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.mega-menu-wrap .mega-menu-columns-wrap {
    max-width: 1600px;
    margin: 0 auto;
}*/



ul.country-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.country-list li {
    width: 50%;
    padding: 0 !important;
    box-sizing: border-box;
}


ul.country-list li a {
    color: black;
    font-size: 12px;
}


/*
ul.country-list li{
list-style-type: disc;
}*/






.menu-custom {
    padding: 4px 10px !important;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}








.golf-hero {
    position: relative;
    padding: 0px 0px !important;
}

.hero-bg {
    background: url(https://globalbeeholidays.com/wp-content/uploads/2026/07/banner1.jpg);
    background-size: cover;
    background-position: center;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 80px 0 120px;
}

.hero-content h1 {
    font-size: 72px;
    font-weight: 700;
    color: #373737;
    line-height: 1;
    margin-bottom: 20px;
}

.hero-content h1 span {
    color: #f98005;
    display: block;
}

.hero-content h4 {
    font-family: cursive;
    font-size: 28px;
    margin-bottom: 25px;
}

.hero-content p {
    max-width: 550px;
    font-size: 16px;
    line-height: 1.8;
}



.enquiry-box {
    background: #f9f5ef;
    padding: 36px 14px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    position: absolute;
    margin-top: 135px !important;
}


.enquiry-box h3 {
    font-size: 15px;
    line-height: 1.4;
    color: #173b2c;
    margin-bottom: 4px;
}

.btn-enquire {
    display: inline-block;
    background: #173b2c;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 2px;
    font-size: 14px;
}
.enquiry-box p {
    font-size: 14px;
}
.features-bar {
    background: #143a2d;
    padding: 25px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    justify-content: center;
    text-align: center;
    margin-bottom: 0px !important;
    font-size: 11px;
}

.feature-item i {
    font-size: 21px;
    color: #f68005;
}

.customise-section {
    padding: 60px 0;
    background: #fff;
}

.customise-section h2 {
    font-size: 34px;
    margin-bottom: 30px;
    color: #173b2c;
}

.customise-section ul {
    list-style: none;
    padding: 0;
}

.customise-section ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 30px;
}

.customise-section ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f78401;
    font-weight: 700;
}

.why-box {
    margin-bottom: 12px;
}

.why-box h5 {
    font-size: 18px;
    margin-bottom: 1px;
    color: #173b2c;
}

.why-box p {
    margin: 0;
    color: #666;
}


span.desti {
    font-weight: 900;
    color: #ff8620;
    font-size: 54px;
}

h3.heading__title {
    font-weight: 300;
    font-size: 38px;
    line-height: 50px;
}

a.destinationsssssss {
    background-color: #ff8620;
    padding: 10px 22px;
    color: white;
    border-radius: 11px;
    font-size: 15px;
}



@media (max-width:767px){
	
	
	.mobileeee {
    margin-top: 34px;
}
	
	.textttt1 {
    float: none;
    text-align: center;
}
.feature-item {
    display: block;
    /* align-items: center; */
    gap: 10px;
    color: #fff;
    justify-content: center;
    /* text-align: center; */
    margin-bottom: 0px !important;
    font-size: 11px;
    padding: 9px 1px;
}

	
	
	.enquiry-box {

    margin-top: -4px !important;
}
	
	
	
	
	
	.hero-content h1 {
    font-size: 38px;
 
}
	
	
	
	
}


