/* Super Blank */

/* Spacing for mobile menu */
.ast-mobile-header-content {
	padding: 8px 0 16px 0;
}

/* No border on X close button */
.ast-mobile-popup-drawer.active .menu-toggle-close:focus {
	border-width: 0;
}

/* X close button position */
.ast-mobile-popup-inner .ast-mobile-popup-header button#menu-toggle-close {
	padding: 34px;
}

/* Nested mobile arrows */
button.ast-menu-toggle {
	box-shadow: none;
}

.ast-menu-toggle:focus {
	outline: 0;
}

.ast-header-break-point .main-navigation li.menu-item-has-children ul.sub-menu li.menu-item a.menu-link span.ast-icon.icon-arrow {
	display: none;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
	/* Cannot avoid !important because Elementor already unsets the color with !important by itself */
	color: var(--ast-global-color-3) !important;
}
        


.glass-button .elementor-button {
    /* Adjust the 5px value to increase/decrease blur amount */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    
    /* Optional: Ensure the background is semi-transparent for the effect to show */
    /* If you already set transparency in Elementor settings, you don't need this line */
    background-color: rgba(255, 255, 255, 0.1) !important;
}








/* Import the correct Hebrew font */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&display=swap');

/* Main Container */
.dark-form-card {
    background-color: #2b2420; /* Dark Coffee */
    padding: 40px;
    border-radius: 15px;
    border-top: 6px solid #e67e22; /* Orange Line */
    direction: rtl;
    text-align: right;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Heebo', sans-serif;
}

/* FIX: Remove default spacing from hidden CF7 paragraphs */
.dark-form-card p {
    margin: 0;
    padding: 0;
}

/* 1. Heading Styles (Matched to Image 1: 30px/36px) */
.dark-form-card h2 {
    font-size: 30px;      /* Updated from 2.2rem */
    line-height: 36px;    /* Matches Figma */
    font-weight: 700;     /* Bold */
    color: #ffffff;
    margin: 0 0 10px 0;
    text-align: center;
}

/* 2. Subtitle Styles (Matched to Image 2: 16px/24px) */
.dark-form-card .subtitle {
    font-size: 16px;      /* Updated from 1rem */
    line-height: 24px;    /* Matches Figma */
    font-weight: 400;     /* Regular */
    color: rgba(255, 255, 255, 0.7); /* White 70% opacity */
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

/* 3. Label Styles (Matched to Image 3: 14px/20px) */
.dark-form-card label {
    font-size: 14px;      /* Updated from 0.9rem */
    line-height: 20px;    /* Matches Figma */
    font-weight: 500;     /* Medium weight per Figma */
    color: rgba(255, 255, 255, 0.8); /* White 80% opacity */
    margin-top: 20px;
    margin-bottom: 8px;
    display: block;
}

/* 4. Input & Textarea Styles (Matched to Image 4) */
.dark-form-card input[type="text"],
.dark-form-card input[type="email"],
.dark-form-card input[type="tel"], /* נוסף: תמיכה בשדה טלפון */
.dark-form-card textarea {
    background-color: #3e3632 !important;
    border: 1px solid #4a423e !important;
    border-radius: 50px !important;
    
    /* TEXT COLOR SETTING - Pure White for user input */
    color: #ffffff !important; 
    
    font-size: 16px;      /* Matches Figma Input style */
    font-weight: 400;
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    font-family: 'Heebo', sans-serif;
    outline: none;
    
    /* Text alignment fix */
    text-align: right; 
    direction: rtl; 
    
    /* ביטול צללים ועיצובי דפדפן בשדה הטלפון */
    box-shadow: none !important;
    -webkit-appearance: none;
}

/* תיקון צבע רקע במילוי אוטומטי (Autofill) לשדה הטלפון ושאר השדות */
.dark-form-card input:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #3e3632 inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Style the Placeholder text to be lighter than the typed text */
.dark-form-card input::placeholder,
.dark-form-card textarea::placeholder {
    color: rgba(255, 255, 255, 0.4); /* Dimmed text for placeholder */
    opacity: 1;
}

/* Specific Email Logic */
.dark-form-card input[type="email"] {
    direction: ltr; 
    text-align: right;
}

/* Textarea Specifics */
.dark-form-card textarea {
    border-radius: 20px !important;
    height: 100px;
    resize: vertical;
}

/* 5. Submit Button (Matched to Image 5: 16px/Bold) */
.dark-form-card input[type="submit"] {
    background-color: #e67e22;
    color: white;
    width: 100%;
    display: block;
    border-radius: 50px;
    padding: 15px 0;
    border: none;
    
    /* Typography matches Figma Button style */
    font-weight: 700;      
    font-size: 16px;      /* Updated from 1.2rem */
    
    cursor: pointer;
    margin-top: 30px;
    font-family: 'Heebo', sans-serif;
    transition: 0.3s;
    
    /* Added Shadow effect visible in Screenshot 5 */
    box-shadow: 0px 4px 15px rgba(230, 126, 34, 0.4);
}

.dark-form-card input[type="submit"]:hover {
    background-color: #d35400;
    box-shadow: 0px 6px 20px rgba(211, 84, 0, 0.6);
}

/* Fix for cut-off text on Mobile Trip Cards */
@media (max-width: 600px) {
    .ttg-desc {
        -webkit-line-clamp: unset !important; /* Forces the text to show all lines */
        display: block !important;           /* Overrides the 'box' layout that cuts text */
        overflow: visible !important;        /* Ensures nothing is hidden */
        font-size: 14px !important;          /* Slightly smaller text for better fit */
        line-height: 1.5 !important;         /* Tightens spacing so the card isn't a mile long */
    }
}