.elementor-kit-100{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-24cb6440:#4054B2;--e-global-color-612a6427:#23A455;--e-global-color-5da9ef4f:#000;--e-global-color-6f6bd1a4:#FFF;--e-global-color-6ff3f7ee:#1A6C7A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-100 e-page-transition{background-color:#FFBC7D;}.elementor-kit-100 button,.elementor-kit-100 input[type="button"],.elementor-kit-100 input[type="submit"],.elementor-kit-100 .elementor-button{border-style:solid;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== TRAVEL PAGE CSS =====
Paste this into: Apperance -> Customize -> Additional CSS or Elementor -> page settings -> advanced -> custom CSS ===== */ 

.travel-wrap * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.travel-wrap {
    font-family: 'Lato', Sans-Serif;
    color: #3a3a3a;
    line-height: 1.6;
}

/* ===== HERO SECTION ===== */
.travel-wrap .hero {
    height: 70vh;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.travel-wrap .hero-content h1 {
    font-family: 'playfair display', Sans-Serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.travel-wrap .hero-content .subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.travel-wrap .hero-content p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1rem;
    line-height:1.8;
    opacity: 0.9;
}

/* ===== INTRO SECTION ===== */ 
.travel-wrap .intro-section {
    padding: 5rem 2rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.travel-wrap .intro-section {
    max-width: 800px;
    margin: 0 auto;
}

.travel-wrap .intro-section p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.9;
}

.travel-wrap .intro-section .highlight {
    color: #b8860b;
    font-weight: 600;
}

/* ===== CONTINENT SECTIONS ===== */ 
.travel-wrap .continent-section {
    padding: 5rem 4rem;
}

.travel-wrap .continent-section:nth-child(even) {
    background: #faf9f7;
}
.travel-wrap .continent-header {
    text-align: center;
    margin-bottom: 3rem;
}

.travel-wrap .continent-header .section-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #b8860b;
    margin-bottom: 0.5rem;
    display: block;
}

.travel-wrap .continent-header h2 {
    font-family: 'playfair display', Sans-Serif;
    font-size: 2.5rem;
    color: #2c2c2c;
}

.travel-wrap .continent-header .divider {
    width: 60px;
    height: 2px;
    background: #b8860b;
    margin: 1rem auto 0;
}

/* ===== COUNTRY CARDS ===== */
.travel-wrap .country-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.travel-wrap .country-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.travel-wrap .country-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}

.travel-wrap .country-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.travel-wrap .country-card:hover  img {
    transform: scale(1.08);
}

.travel-wrap .country-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
    color: white;
}

.travel-wrap .country-card-overlay h3 {
    font-family: 'playfair display', Sans-Serif;
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
}

.travel-wrap .country-card-overlay span {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
}

.travel-wrap .card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #b8860b;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* ===== RESOURCES BANNER ===== */ 
.travel-wrap .resources-banner {
    background: #2c2c2c;
    color: white;
    padding: 5rem 2rem;
    text-align: center;
}

.travel-wrap .resources-banner h2 {
    font-family: 'playfair display', Sans-Serif;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.travel-wrap .resources-banner p {
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 2.5rem;
    line-height: 1.8;
}

.travel-wrap .resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0;
}

.travel-wrap .resources-item {
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    transition: border-color 0.3s;
}

.travel-wrap .resources-item:hover {
    border-color: #b8860b;
}

.travel-wrap .resources-item .icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.travel-wrap .resources-item h4 {
    font-family: 'playfair display' Sans-Serif;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.travel-wrap .resources-item p {
    font-size: 0.85rem;
    color: #aaa;
    margin: 0;
}

/* ===== RESPONSIVE ===== */ 
@media (max-width: 768px) {
    .travel-wrap .hero-content h1 {
        font-size: 2.5rem;
    }
    .travel-wrap .continent-section {
        padding: 3rem 1.5rem;
    }
    .travel-wrap .country-grid {
        grid-template-columns: 1fr;
    }
    .travel-wrap .resources-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */