/*
Theme Name: MobiLodge
Template: archio
Version: 1.1.5
*/

/* General Text Weight Fix */
.normal-weight {
    font-weight: normal !important; /* Ensures "IN STYLE." is not bold */
}

.custom-h4 {
    font-size: 30px !important;
    font-weight: 800; /* Keeps it bold */
}

.custom-h3 {
    font-size: 50px !important;
}

.custom-heading {
    text-align: left; /* Align text as needed */
}

.tagline {
    font-size: 14px;
    font-weight: 600; /* Semi-bold */
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase; /* Make it all caps */
    letter-spacing: 0.2em; /* Spacing between letters */
    color: #b55d30; /* Exact color from screenshot */
    margin-bottom: 14px; /* Matching spacing */
}

.bold-heading {
    font-size: 36px; /* Smaller than the second part */
    font-weight: 700; /* Bold */
    color: #000;
    margin: 0;
}

.large-heading {
    font-size: 44px; /* Bigger than the bold part */
    font-weight: 400; /* Normal weight */
    color: #000;
    margin: 5px 0 0 0; /* Adjust spacing */
}

.custom-line {
    width: 50px; /* Adjust width */
    height: 4px; /* Adjust thickness */
    background-color: #C65C32; /* Adjust later if needed */
    margin-top: 10px; /* Space below text */
}

/* Force black text color */
.ct-fancybox-wrap .ct-fancybox-more-link,
.ct-fancybox-wrap .ct-fancybox-more-link span {
    color: black !important; /* Overrides any other color */
}

/* Ensure the main container does not restrict the image */
.ct-fancybox-layout2.custom-icon-size .ct-fancybox-holder {
    width: 100% !important;
    max-width: 100% !important;
}

/* Ensure the hover effect does not affect the image size */
.ct-fancybox-layout2.custom-icon-size .ct-fancybox-hover {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center !important; /* Centers the icon */
}

/* Ensure the icon container does not restrict the image */
.ct-fancybox-layout2.custom-icon-size .ct-fancybox-icon {
    width: 370px !important;
    max-width: unset !important; /* Remove any restrictive max-width */
    display: flex !important;
    justify-content: center !important;
}

/* Forcefully override inline styles on images */
.ct-fancybox-layout2.custom-icon-size .ct-fancybox-icon img,
.ct-fancybox-layout2.custom-icon-size .icon-main {
    width: 370px !important;
    max-width: unset !important; /* Prevent it from being scaled down */
    height: auto !important;
    display: block !important;
}

/* Target images with inline styles and override them */
.ct-fancybox-layout2.custom-icon-size .ct-fancybox-icon img[style] {
    width: 370px !important;
    max-width: unset !important;
    height: auto !important;
    display: block !important;
    style: none !important; /* Ensure inline styles are ignored */
}


/* Fancy box color */
.custom-fancybox-layout1 {
    background-color: #353639 !important; /* Dark grey */
}

.custom-fancybox-layout1 .ct-fancybox-inner {
    background-color: #353639 !important; /* Ensuring inner content also gets the color */
}

/* Header styling somewhere */-
.section-header {
    background: linear-gradient(to bottom, #2D2D2D, transparent) !important;
}

/* Title styling */
/* General Container Styling */
.destination-heading {
    text-align: center;
    margin-bottom: 10px; /* Reduced bottom margin */
}

/* "Destinations" Styling (Ensuring First Letter Capitalized) */
.destination-title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #B55C30;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 3px; /* Reduced space below "Destinations" */
}

/* Main Heading (Reduced Spacing) */
.main-heading {
    font-size: 30px !important;
    font-weight: 400;
    color: #222;
    margin-bottom: 5px; /* Reduced bottom margin */
}

/* Subheading Styling (Reduced Space) */
.sub-heading {
    font-size: 50px !important;
    font-weight: 600;
    margin-top: 5px; /* Reduced space above sub-heading */
    margin-bottom: 5px; /* Reduced space below sub-heading */
}

/* Africa Text */
.africa-text {
    font-family: 'Square Peg', cursive !important;
    font-size: 65px !important;
    color: #B55C30;
    display: inline-block;
    line-height: 1;
}

/* "IS CALLING..." Styling */
.calling-text {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #222;
    display: inline-block;
    margin-left: 5px;
}

/* Underline Decoration (Spacing Reduced) */
.heading-underline {
    width: 60px;
    height: 4px;
    background-color: #B55D30;
    margin: 2px auto; /* Reduced spacing below underline */
}

/* ================================ */
/* TESTIMONIALS CONTAINER & GENERAL */
/* ================================ */

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 14px; /* Set a smaller base font size */
}

/* Header Question Styling */
.question {
    font-size: 20px; /* Reduce size but keep it prominent */
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

.highlight {
    color: #c24d2c;
    font-style: italic;
}

/* Two-Column Layout for Testimonials */
.testimonials-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Slightly reduced gap */
    flex-wrap: wrap;
    align-items: stretch;
}

.testimonials-left, .testimonials-right {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

/* Compact Testimonial Styling */
.testimonials-left p, .testimonials-right p {
    font-size: 15px; /* Reduce font size */
    line-height: 1.3; /* Slightly tighter line spacing */
    margin-bottom: 8px; /* Reduce space between testimonials */
    text-align: left;
}

/* Inline Author Styling */
.author {
    font-size: 12px; /* Smaller font for author names */
    font-style: italic;
    font-weight: normal;
    display: inline;
    margin-left: 5px;
    color: #555;
}

/* Move "Mobi Lodge is the best!" to the correct position */
.best-mobi-lodge {
    text-align: right;
    font-size: 13px; /* Slightly smaller */
    font-style: italic;
}

/* ============================== */
/* TESTIMONIAL IMAGE (NEW BLOCK) */
/* ============================== */

.testimonial-image-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    text-align: center;
}

.testimonial-image {
    width: 100%;
    height: auto;
    display: block;
}

/* ======================= */
/* RESPONSIVENESS FIXES */
/* ======================= */

/* Tablet Adjustments */
@media (max-width: 1024px) {
    .testimonials-wrapper {
        flex-direction: column;
    }

    .testimonials-left, .testimonials-right {
        width: 100%;
    }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .testimonial-image-container {
        margin: 15px auto;
    }

    .question {
        font-size: 16px; /* Slightly smaller on mobile */
    }

    .testimonials-left p, .testimonials-right p {
        font-size: 13px; /* Reduce text size for better readability */
        line-height: 1.3;
    }

    .author {
        font-size: 11px; /* Make author names smaller on mobile */
    }
}

/* ======================= */
/* Features */
/* ======================= */
.features-container {
    display: flex;
    justify-content: center;
    align-items: stretch; /* Forces all columns to be the same height */
    gap: 40px;
    text-align: center;
    padding: 20px 0;
}

/* Standard Features Group */
.standard-features-group {
    width: 75%; /* Takes up space for 3 columns */
}

.standard-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
    align-items: stretch; /* Ensures all feature columns match in height */
}

.standard-features-group h3, 
.luxury-upgrades h3 {
    text-align: center;
    font-size: 1.5rem;
    color: black;
    font-weight: bold;
    margin-bottom: 18px; /* Increased spacing for better alignment */
    width: 100%;
}

.standard-features-group h3::after, 
.luxury-upgrades h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #b55c30;
    margin: 8px auto 0;
}

/* Each Feature Column */
.features-section {
    width: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Makes all columns equal in height */
}

/* Ensure all feature sections match in height */
.features-section ul {
    list-style: disc; /* Adds bullet points */
    padding-left: 20px; /* Left align bullet points */
    text-align: left; /* Left-aligns list text */
    margin: 0;
    flex-grow: 1; /* Makes the list stretch to match other columns */
}

/* Fix text alignment for wrapped list items */
.features-section ul li {
    font-size: 1rem;
    color: black;
    margin: 5px 0;
    font-weight: normal; /* Ensures all list items match in weight */
    text-indent: -18px; /* Aligns wrapped lines properly */
    padding-left: 18px; /* Ensures first-line text alignment */
}

/* Adding vertical dividers between columns */
.features-section:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px; /* Positioning the divider */
    width: 1px;
    height: 100%;
    background-color: #383838; /* Updated to their grey */
}

/* Fix alignment and spacing for Full House Upgrades column */
.luxury-upgrades {
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Ensures it matches the height of other columns */
    align-items: flex-start; /* Aligns content to the left */
    justify-content: flex-start; /* Ensures content starts at the top */
    padding-left: 20px; /* Properly aligns text and bullets */
}

/* Adjust spacing between Full House Upgrades title and its list */
.luxury-upgrades ul {
    list-style: disc; /* Adds bullet points */
    padding-left: 20px; /* Aligns bullet points correctly */
    text-align: left; /* Ensures text is left-aligned */
    flex-grow: 1; /* Ensures equal height */
    margin-top: 18px; /* Adds spacing between heading and list */
}

/* Luxury Upgrades List Styling */
.luxury-upgrades ul li {
    color: #b55c30;
    font-weight: normal; /* Matches other lists, only color is different */
    text-indent: -18px; /* Aligns wrapped lines properly */
    padding-left: 18px; /* Ensures first-line text alignment */
}

/* Vertical divider between column 3 and 4 */
.luxury-upgrades::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px; /* Positioning the divider */
    width: 2px;
    height: 100%;
    background-color: #b55c30; /* Same grey divider */
}

/* Responsive Styling */
@media (max-width: 1024px) {
    .features-container {
        flex-direction: column;
        align-items: center;
    }

    .standard-features-group, .luxury-upgrades {
        width: 100%;
    }

    .standard-features {
        flex-direction: column;
    }

    .features-section {
        width: 100%;
    }

    /* Remove dividers on smaller screens */
    .features-section::after, 
    .luxury-upgrades::before {
        display: none;
    }
}

/* Hotspot element edits */
.tooltipster-base.tooltipster-light {
    border: none;
    border-radius: 8px; /* Soft rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Soft shadow for depth */
    background-color: #FFFFFF !important; /* Pure white background */
}

/* Ensure tooltip content also has a white background */
.tooltipster-base.tooltipster-light .tooltipster-content {
    padding: 12px 16px;
    border: none;
    background-color: #FFFFFF !important; /* Forces white background */
    color: #222222 !important; /* Deep charcoal text for a premium feel */
    font-family: "Poppins", "Inter", "Arial", sans-serif; /* High-end font */
    font-size: 15px; /* Slightly larger for elegance */
    font-weight: 500; /* Medium weight for sharpness */
    line-height: 1.5; /* Balanced spacing */
    letter-spacing: 0.3px; /* Subtle spacing for clarity */
    text-align: center; /* Centers the text */
}

/* Remove the tooltip arrow */
.tooltipster-base.tooltipster-light .tooltipster-arrow {
    display: none !important;
}

/* Optional: If using links inside the tooltip */
.tooltipster-base.tooltipster-light a {
    color: #0056b3 !important; /* Professional deep blue for links */
    font-weight: 600;
    text-decoration: none;
    display: block;
    text-align: center; /* Ensures links are also centered */
}
.tooltipster-base.tooltipster-light a:hover {
    text-decoration: underline;
}

/* ======================= */
/* Video gallery */
/* ======================= */
body .ct-list-portfolio-layout1.model-list .item-category a {
    pointer-events: none;  /* Disable clicking */
    text-decoration: none; /* Remove underline */
    color: #b55c30 !important; /* Change text color */
    cursor: default; /* Make it look unclickable */
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Mobi Lodge Video Gallery Styling */
.video-gallery {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 40px;
    background-color: #1a1a1a;
}

.video-wrapper {
    position: relative;
    overflow: visible; /* Ensure fullscreen button is clickable */
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}

.video-wrapper:hover {
    transform: translateY(-5px);
}

.video-wrapper::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    border-top: 3px solid #b55c30;
    border-left: 3px solid #b55c30;
    transition: 0.3s;
    pointer-events: none; /* Prevents blocking interactions */
}

.video-wrapper::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-bottom: 3px solid #b55c30;
    border-right: 3px solid #b55c30;
    transition: 0.3s;
    pointer-events: none; /* Prevents blocking interactions */
}

.video-wrapper:hover::before,
.video-wrapper:hover::after {
    width: 60px;
    height: 60px;
}

/* Trail Map Effect */
.video-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    height: 100%;
    background: url(https://kleineblom.co.za/wp-content/uploads/2025/02/asfalt-dark.png'); /* Example road texture */
    opacity: 0.2;
    z-index: -1;
}

/* Dust/Dirt Texture Effect */
.video-wrapper::before,
.video-wrapper::after {
    background: url('https://www.transparenttextures.com/patterns/dust.png'); /* Example dust texture */
    opacity: 0.3;
    pointer-events: none; /* Ensure fullscreen button works */
}


/* ======================= */
/* Menu Title Style changes */
/* ======================= */
/* Keep text alignment the same but shrink spacing */
.mobi-lodge-menu-heading {
    text-align: left;
    margin: 0;
    padding: 0;
}

/* More compact tagline */
.mobi-lodge-menu-tagline {
    font-size: 10px; /* Smaller than before */
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em; /* Slightly tighter */
    color: #b55d30;
    margin-bottom: 5px; /* Reduced spacing */
}

/* More compact bold heading */
.mobi-lodge-menu-bold-heading {
    font-size: 22px; /* Reduced from 28px */
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.1; /* Reduced line spacing */
}

/* More compact large heading */
.mobi-lodge-menu-large-heading {
    font-size: 26px; /* Reduced from 34px */
    font-weight: 400;
    color: #000;
    margin: 2px 0 0 0; /* Minimal vertical spacing */
    line-height: 1;
}

/* Smaller custom line */
.mobi-lodge-menu-line {
    width: 30px; /* Even smaller */
    height: 2px; /* Thinner */
    background-color: #C65C32;
    margin-top: 5px; /* Minimal spacing */
}

/* General Styling for Header */
.mobi-header {
    text-align: left; /* Adjust alignment as needed */
}

/* Tagline Styling */
.mobi-tagline {
    font-size: 14px;
    font-weight: 600; /* Semi-bold */
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #b55d30; /* Matching screenshot color */
    margin-bottom: 14px;
}

/* Main Title (Keeps "MOBI LODGE" Bold) */
.mobi-main-title {
    font-size: 36px;
    font-weight: 700; /* Bold */
    color: #000;
    margin: 0;
    display: inline-block;
    white-space: nowrap; /* Prevents wrapping */
}

/* "IN ACTION" Styling */
.mobi-highlight {
    font-size: 44px;
    font-weight: 400; /* Normal weight */
    color: #000;
    margin-left: 10px; /* Adjust spacing */
    display: inline-block;
}

/* Line Styling */
.mobi-line {
    width: 50px; /* Adjust width */
    height: 4px; /* Adjust thickness */
    background-color: #C65C32;
    margin-top: 10px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Ensures a 16:9 aspect ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-container iframe {
    width: 100%;
    max-width: 275px;
    height: 206px;
}

#content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.site-content {
    padding: 0 !important;
}

/* ======================= */
/* Contact form 1 */
/* ======================= */
/*  Contact Form Container */
.contact-form-container {
    max-width: 600px;
    background: #ffffff; /* White background */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    border: 1px solid #ddd;
}

/*  Input Fields */
.input-filled input,
.input-filled select,
.input-filled textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f7f7f7;
    transition: 0.3s;
}

.input-filled input:focus,
.input-filled select:focus,
.input-filled textarea:focus {
    border-color: #a86c50;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px rgba(168, 108, 80, 0.5);
}

/*  Dropdown Styling */
.input-filled select {
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><polygon points="0,0 20,0 10,10" fill="%23999"/></svg>') no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

/* Fix Checkbox Alignment & Remove Background */
.checkbox-field {
    background: transparent !important; /* Removes any background */
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Ensure Checkbox Aligns Properly */
.checkbox-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* Add Spacing Above Checkbox */
.checkbox-field {
    margin-top: 15px;
}

/* Submit Button */
input[type="submit"].btn {
    background-color: #a86c50;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

input[type="submit"].btn:hover {
    background-color: #8c573e;
    transform: scale(1.05);
}

/* Improve Overall Form Alignment */
.wpcf7-form {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* ======================= */
/* Contact form 2 (Footer / Slim) */
/* ======================= */
/* Slim Contact Form Container (footer uses transparent look) */
.contact-form-slim {
    max-width: 600px; /* Keep same width */
    background: transparent;
    padding: 20px; /* Slightly reduce padding */
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    border: 1px solid rgba(255,255,255,0.15);
}

/* Input Fields - transparent to match footer design
   (explicitly includes tel so the phone matches the rest) */
.input-slim input,
.input-slim select,
.input-slim textarea {
    width: 100%;
    padding: 8px; /* Reduce padding */
    font-size: 14px; /* Slightly smaller text */
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 5px;
    background: transparent !important;
    color: #fff;
    transition: 0.3s;
}

/* Placeholder colour for dark background */
.input-slim input::placeholder,
.input-slim textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Maintain Focus Styling */
.input-slim input:focus,
.input-slim select:focus,
.input-slim textarea:focus {
    border-color: #a86c50;
    background: transparent;
    outline: none;
    box-shadow: 0 0 5px rgba(168, 108, 80, 0.5);
}

/* Reduce Textarea Height */
.input-slim textarea {
    min-height: 70px; /* Reduce default height */
    max-height: 120px; /* Prevent it from getting too big */
    resize: vertical;
}

/* Reduce Vertical Spacing */
.contact-form-slim .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Reduce spacing */
}

/* Checkbox Styling - Keep It Slim */
.checkbox-slim {
    background: transparent !important;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #fff;
}

/* Submit Button - Keep It the Same */
input[type="submit"].btn-slim {
    background-color: #a86c50;
    color: #fff;
    padding: 10px 20px; /* Keep button size */
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

input[type="submit"].btn-slim:hover {
    background-color: #8c573e;
    transform: scale(1.03);
}

/* Chrome autofill fix on dark inputs */
.input-slim input:-webkit-autofill,
.input-slim input:-webkit-autofill:hover,
.input-slim input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .contact-form-slim {
        max-width: 100%;
        padding: 15px;
    }
}

/* ======================= */
/* Extra (unchanged) */
/* ======================= */
/* Mobi Menu Video Wrapper */
.mobi-menu-video {
    width: 253px; /* Set fixed width */
    max-width: 100%;
    margin: auto; /* Center the video */
}

/* Video Wrapper for Scaling */
.mobi-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* Maintain correct video proportions */
    overflow: hidden;
}

/* Ensure the iframe fits correctly */
.mobi-responsive-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-portfolio-details .ct-portfolio-holder {
    padding: 70px 0 40px !important;
}

.ct-portfolio-meta li:empty {
    display: none;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.custom-button,
.custom-button:visited,
.custom-button:hover,
.custom-button:focus,
.custom-button:active {
  text-decoration: none !important;
}

.custom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b55c30;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 12px 28px;
  border-radius: 50px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  height: 45px;
  min-width: 200px;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #9d4e28;
}

.custom-button-2 {
    display: inline-block;
    background-color: #b55c30;
    color: #ffffff;
    font-size: 14px; /* Slightly smaller text */
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    padding: 12px 28px; /* Reduced padding to make buttons thinner */
    border-radius: 50px; /* Slightly adjusted for balance */
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px; /* Reduced height for a more compact look */
    min-width: 200px; /* Reduced width to make them smaller */
    max-width: 220px;
    transition: background-color 0.3s ease, text-decoration 0.3s ease;
}

.custom-button-2:hover {
    background-color: #9d4e28;
    text-decoration: none;
}

.centered-button {
  text-align: center;
}

.continental-menu-icon {
    border-right: 1px solid rgba(56, 56, 56, 0.2);
}

.continental-menu-icon-2 {
    border-left: 1px solid rgba(56, 56, 56, 0.2);
}

/* =============================
   Contact Form Wrapper (Smaller Size)
============================= */
.footer-contact-form {
    max-width: 294px; /* Limit total form width */
    margin: 0 auto; /* Center align */
}

/* =============================
   General Input Styling
============================= */
.footer-contact-form .wpcf7 input[type="text"],
.footer-contact-form .wpcf7 input[type="email"],
.footer-contact-form .wpcf7 input[type="tel"],
.footer-contact-form .wpcf7 textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.6); /* Thinner input line */
    color: white;
    padding: 5px 0; /* Reduce padding */
    font-size: 14px; /* Slightly smaller text */
    outline: none;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Reduce Placeholder Size */
.footer-contact-form .wpcf7 input::placeholder,
.footer-contact-form .wpcf7 textarea::placeholder {
    font-size: 13px; /* Smaller placeholders */
}

/* Limit Textarea Height */
.footer-contact-form .wpcf7 textarea {
    height: 60px; /* Smaller textarea */
    resize: none; /* Prevent users from resizing it */
}


/* =============================
   Checkbox Styling (Custom Design)
============================= */
.footer-contact-form .checkbox-slim {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Custom Checkbox (Smaller, Modern Look) */
.footer-contact-form .checkbox-slim input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    border: 2px solid #b55c30; /* Orange border */
    border-radius: 4px; /* Rounded edges */
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    cursor: pointer;
    transition: background 0.3s, border 0.3s;
}

/* Checkbox Checkmark Effect */
.footer-contact-form .checkbox-slim input[type="checkbox"]:checked {
    background-color: #b55c30;
    border-color: #b55c30;
}

.footer-contact-form .checkbox-slim input[type="checkbox"]:checked::after {
    content: "✔";
    font-size: 10px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Smaller Checkbox Text */
.footer-contact-form .checkbox-slim label {
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin-left: 6px;
    cursor: pointer;
}

/* =============================
   Submit Button Styling - Smaller with Previous Hover Effect
============================= */
/* Shrink Submit Button Further */
.footer-contact-form .wpcf7 input[type="submit"] {
    background: #b55c30;
    color: white;
    border: none;
    padding: 4px 10px; /* Smaller padding */
    font-size: 12px; /* Smaller text */
    width: 100px; /* Much smaller width */
    cursor: pointer;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    text-align: center;
    display: block;
    border-radius: 4px; /* Slight rounding */
    margin: 5px auto 0; /* Reduce margin */
}

/* Hover Effect - Keeps Previous Styling */
.footer-contact-form .wpcf7 input[type="submit"]:hover {
    background: white;
    color: #b55c30;
}

/* Social container */
.custom-social-footer {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    padding: 20px 0;
}

/* Each social link */
.social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    position: relative;
    color: #b55c30; /* Default text color */
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

/* Social icons */
.social-link i {
    font-size: 18px;
}

/* The horizontal line container */
.social-link .line-wrapper {
    width: 50px; /* Default line width */
    height: 4px; /* Thicker line */
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: white; /* Default state is white */
}

/* The orange hover fill effect */
.social-link .line {
    width: 0%;
    height: 100%;
    background: #b55c30; /* Orange fill */
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.4s ease-in-out;
}

/* Hover effect - orange fills up */
.social-link:hover .line {
    width: 100%;
}

/* Text and icon change color on hover */
.social-link:hover {
    color: white;
}

/* Space between elements */
.social-link .text {
    text-transform: lowercase;
}

/* Adjust the line spacing */
.facebook .line-wrapper,
.instagram .line-wrapper,
.youtube .line-wrapper {
    margin-right: 6px;
}

.mobi-footer-column {
    font-size: 16px; /* Adjust this size as needed */
}

/* =============================
   CTA Text Styling (No Video, No Overlay)
============================= */
.cta-heading {
    text-align: center;
    color: white;
    padding: 50px 20px;
    max-width: 800px;
    margin: 0 auto;
}

/* Tagline */
.cta-tagline {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: white;
    opacity: 0.9;
}

/* Bold Main Heading */
.cta-bold-heading {
    font-size: 30px;
    font-weight: 800;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

/* Secondary Heading */
.cta-large-heading {
    font-size: 40px;
    font-weight: 400;
    color: #C65C32;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* CTA Line */
.cta-line {
    width: 80px;
    height: 5px;
    background-color: #C65C32;
    margin: 12px auto;
}

.row-overlay {
    position: relative;
}

.row-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity & colour */
    z-index: 1; /* Ensures it stays behind content */
}

.row-overlay > .vc_column_container {
    position: relative;
    z-index: 1; /* Keeps elements above the overlay */
}

.jet-engine-query-edit-modal,
.jet-engine-query-edit-modal * {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.two-column-checkbox .jet-form-builder__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.two-column-checkbox .jet-form-builder__row > label {
  width: 48%;
  margin-bottom: 10px;
}

/* Menu Email*/
.smaller-text > a {
  color: #b55c30 !important;
  transition: color 0.2s ease-in-out;
}

.smaller-text > a:hover {
  color: #8a421f !important; /* darker tone of Mobi orange for hover */
}

.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox input[type="checkbox"]:checked + span::before {
    border-color: #b55c30 !important;
    background-color: #b55c30 !important;
}
.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox input[type="checkbox"]:checked + span::after {
    border-color: #fff !important;
}

/* JetFormBuilder radio - use MobiLodge orange for checked */
.field-type-radio-field .jet-form-builder__field-label.for-radio input[type="radio"]:checked + span::before {
    border-color: #b55c30 !important;
    background-color: #b55c30 !important;
 }

.field-type-radio-field .jet-form-builder__field-label.for-radio input[type="radio"]:checked + span::after {
    background: #fff !important;
}

/* JetFormBuilder button sizes */
.jet-form-builder__next-page,
.jet-form-builder__prev-page {
  background-color: #b55c30 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 14px 32px;
  border-radius: 50px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  min-width: 200px;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

.jet-form-builder__next-page {
  float: right;
}

.jet-form-builder__next-page:hover,
.jet-form-builder__prev-page:hover {
  background-color: #9d4e28 !important;
}

/* Mobile Responsiveness */
@media (max-width: 480px) {
  .jet-form-builder__next-page,
  .jet-form-builder__prev-page {
    display: block;
    width: 100% !important;
    float: none !important;
    font-size: 18px !important;
    padding: 12px 24px;
    min-width: unset;
    text-align: center;
  }
}

/* Mobile Responsiveness - progress indicator*/
@media (max-width: 768px) {
  .jet-form-builder-progress-pages {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* Target the whole label content */
  .jet-form-builder__field-label {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  /* Keep the text and price together as one inline chunk */
  .two-column-checkbox + span {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    width: 100%;
    font-size: 15px !important;
    word-break: keep-all;
  }

  /* Ensure price brackets never break */
  .two-column-checkbox + span strong {
    white-space: nowrap;
  }
}

  /* Image label version for forms */
.product-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 240px;
  height: 320px;
  padding: 14px;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
}

.product-option strong {
  margin-top: auto;
}

.product-option:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.product-thumb {
  display: block;
  max-width: 100%;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  border-radius: 6px;
}

.product-option.small-card {
  width: 200px;      /* narrower than the original 240px */
  height: 260px;     /* already reduced */
  padding: 10px;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}

.product-option.small-card strong {
  margin-top: auto;
}

  .vertical-checkbox-stack .jet-form-builder__fields-group {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .vertical-checkbox-stack .jet-form-builder__field-wrap {
    display: flex !important;
    align-items: center !important;
  }

  .vertical-checkbox-stack .product-option {
    display: inline-block !important;
    vertical-align: middle;
  }

  .vertical-checkbox-stack input[type="checkbox"] {
    margin-right: 10px !important;
  }

/* Card */
.product-option.large-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* ensures even spacing between top/bottom */
  width: 280px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
  overflow: hidden;
  min-height: 420px; /* set consistent height */
  margin: 6px;
  text-align: center;
}


/* Image */
.product-option.large-card img.product-thumb {
  width: 100%;
  aspect-ratio: 16 / 9; /* wider landscape */
  object-fit: cover;
  display: block;
  border-radius: 8px; /* matches card corners */
}

/* Title line (the first span after the image) */
.product-option.large-card > span:first-of-type {
  display: block;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 12px 4px;
}

/* Description + Includes block (the <small>) */
.product-option.large-card small {
  display: block;
  color: #555;
  font-size: 13px;
  line-height: 1.45;
  text-align: left; /* left-align the list as requested */
  padding: 0 12px 12px;
  white-space: normal; /* allow wrapping */
  word-break: break-word; /* prevent overflow from long text */
  font-variant-numeric: tabular-nums; /* align numbered list neatly */
}

/* The italic blurb */
.product-option.large-card small em {
  display: block;
  color: #666;
  margin: 4px 0 6px;
}

/* "Includes:" on its own line */
.product-option.large-card small strong {
  display: block;
  margin: 6px 0 6px;
}

/* Optional hover polish */
.product-option.large-card:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
  transform: translateY(-2px);
  transition: box-shadow .18s ease, transform .18s ease;
}

/* ===== Mobile tweaks ===== */
@media (max-width: 640px) {
  .product-option.large-card {
    width: 100%;
    margin: 10px 0;
    border-radius: 12px;
  }
  .product-option.large-card img.product-thumb {
    aspect-ratio: 4 / 3; /* taller image on mobile */
    border-radius: 12px 12px 0 0;
  }
  .product-option.large-card > span:first-of-type {
    font-size: 16px;
    padding: 12px 14px 6px;
  }
  .product-option.large-card small {
    font-size: 14px;
    line-height: 1.55;
    padding: 0 14px 14px;
  }
}

/* Align checkbox/radio with card on small screens */
@media (max-width: 640px) {
  .jet-form-builder__field-label.for-checkbox,
  .jet-form-builder__field-label.for-radio {
    align-items: flex-start !important;
  }
  .jet-form-builder__field-label .checkradio-field {
    margin-top: 12px !important;
  }
}

/* Optional: super-small phones */
@media (max-width: 380px) {
  .product-option.large-card small {
    font-size: 13.5px;
  }
}

/* Stop auto-hyphen in the footer contact cards only */
.ct-contact-info.style2,
.ct-contact-info.style2 a,
.ct-contact-info.style2 span,
.ct-contact-info.style2 p {
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
  word-break: normal !important;     /* don't break inside words */
  overflow-wrap: anywhere;            /* allow clean wrapping to next line */
}

/* Emails in that block: allow wrap without hyphen; break at safe points */
.ct-contact-info.style2 a[href^="mailto"] {
  white-space: normal;                /* change to nowrap if you want single-line */
  word-break: break-word;             /* only break long chunks like domain/user */
  hyphens: none !important;
}

.ml-dashboard-btn {
  background: #b55c30;
  color: #fff;
  border: 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
}

/* ===============================
   USER REGISTRATION MODAL STYLING
   =============================== */

.user-registration-modal {
  position: fixed !important;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.user-registration-modal__content {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 480px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  margin-top: 60px; /* lower it slightly */
}

/* Increase inner space inside the modal body */
.user-registration-modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 45px; /* increased inner padding */
}

#user-registration {
  width: 100%;
}

/* Let dropdown show fully */
.nice-select .list {
  max-height: none !important;
  overflow: visible !important;
  z-index: 99999 !important;
}

/* Optional: if the dropdown goes off-screen, use scrolling instead */
@media (max-height: 700px) {
  .nice-select .list {
    max-height: 400px !important;
    overflow-y: auto !important;
  }
}

.mobi-text-card {
    border: 1px solid #ddd;
    padding: 10px 14px;
    border-radius: 6px;
    width: 100%;
    font-size: 0.9em;
}

.mobi-text-left {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

/* FIRST LINE FOR MOST PANELS: Panel X + Price */
.mobi-title-line {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    font-size: 1em;
    font-weight: 500;
}

.mobi-price-inline {
    font-weight: 600;
    white-space: nowrap;
}

/* PRIMARY TITLE — normal weight (Complete Side Panels) */
.mobi-title-primary {
    font-weight: 400;   /* changed from 500 to 400 */
    font-size: 1em;
    color: #000;
    margin-bottom: 2px;
}

/* SECOND LINE — smaller subtitle */
.mobi-title {
    font-weight: 400;   /* make this lighter too */
    margin-top: 2px;
    font-size: 0.85em;
    color: #555;
}

/* PRICE AT BOTTOM — bold */
.mobi-price {
    font-weight: 600;
    margin-top: 4px;
    white-space: nowrap;
}

/* fix wrapping issue */
.jet-form-builder .jet-form-builder__label-text {
    flex-wrap: nowrap !important;
}

/* TEMP DISABLED — remove this media wrapper to re-enable */
@media all and (max-width: 0) {

  /* Button-ify THIS specific nested-accordion item */
  #e-n-accordion-item-1030 > summary.e-n-accordion-item-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 9999px;
    background: #b55c30;          /* Mobi Lodge brand */
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 6px 14px rgba(181,92,48,.25);
    cursor: pointer;
    outline: none;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    margin: 6px 0;

    /* ---- keep it from spanning full width ---- */
    width: auto !important;        /* Elementor sets width:100% */
    max-width: max-content !important;
    align-self: flex-start;        /* if parent is flex, don't stretch */
  }

  /* Hide native details marker (Safari/Chrome) */
  #e-n-accordion-item-1030 > summary::-webkit-details-marker { 
    display: none; 
  }

  /* Make the title text inherit the button colour */
  #e-n-accordion-item-1030 .e-n-accordion-item-title-text {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;           /* optional: keep compact */
  }

  /* Inner wrappers sometimes flex-grow; stop them forcing full width */
  #e-n-accordion-item-1030 .e-n-accordion-item-title-header,
  #e-n-accordion-item-1030 .e-n-accordion-item-title-icon {
    flex: 0 0 auto !important;
  }

  /* Colour the built-in icons */
  #e-n-accordion-item-1030 .e-open svg,
  #e-n-accordion-item-1030 .e-closed svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    color: #fff;
  }

  /* Hover + active */
  #e-n-accordion-item-1030 > summary.e-n-accordion-item-title:hover,
  #e-n-accordion-item-1030 > summary.e-n-accordion-item-title:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(181,92,48,.28);
    background: #a44f2b;
  }
  #e-n-accordion-item-1030[open] > summary.e-n-accordion-item-title {
    background: #a44f2b;
  }

} /* end TEMP DISABLED */
/* ============================================
   Mobi Lodge - Email Typography & Breaking
   ============================================ */

/* -------- Email-only responsive font sizing -------- */
/* (targets only the email text, not the icon) */

@media (max-width: 1400px) {
    .mobi-email .ct-contact-info-content a {
        font-size: 15px !important;
    }
}

@media (max-width: 1200px) {
    .mobi-email .ct-contact-info-content a {
        font-size: 14px !important;
    }
}

@media (max-width: 900px) {
    .mobi-email .ct-contact-info-content a {
        font-size: 12px !important;
    }
}

@media (max-width: 600px) {
    .mobi-email .ct-contact-info-content a {
        font-size: 10px !important;
    }
}

/* -------- Stop "letter-by-letter" breaking -------- */

.mobi-email .ct-contact-info-content,
.mobi-email .ct-contact-info-content a {
    word-break: normal !important;
    overflow-wrap: normal !important;
}

/* ============================================
   Enable normal wrapping at 1115px and smaller
   ============================================ */

@media (max-width: 1115px) {
    .mobi-email .ct-contact-info-content,
    .mobi-email .ct-contact-info-content a {
        white-space: normal !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }
}

/* ============================================
   Order Dashboard Pagination Styles
   ============================================ */

.pagination {
    text-align: center !important;
    margin: 30px 0 !important;
    padding: 20px 0 !important;
}

.pagination .page-numbers {
    display: inline-block !important;
    padding: 8px 12px !important;
    margin: 0 4px !important;
    background: #f8f9fa !important;
    color: #374151 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    border: 1px solid #e5e7eb !important;
    transition: all .2s !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.pagination .page-numbers:hover {
    background: #e5e7eb !important;
    color: #1f2937 !important;
    border-color: #cbd5e1 !important;
}

.pagination .page-numbers.current {
    background: #3b82f6 !important;
    color: #fff !important;
    border-color: #3b82f6 !important;
    font-weight: 600 !important;
}

.pagination .page-numbers.dots {
    background: transparent !important;
    border: none !important;
    cursor: default !important;
}

.pagination .page-numbers.dots:hover {
    background: transparent !important;
}
