.elementor-240 .elementor-element.elementor-element-bcec4c4 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-240 .elementor-element.elementor-element-bcec4c4{margin-top:5px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-240 .elementor-element.elementor-element-6882f8b > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-240 .elementor-element.elementor-element-3084c58{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-240 .elementor-element.elementor-element-a85d1c7:not(.elementor-motion-effects-element-type-background), .elementor-240 .elementor-element.elementor-element-a85d1c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#342F2FDE;background-image:url("https://glampingheights.com/wp-content/uploads/2025/12/20-zG57ng2t-1-920x650.webp");background-position:center left;background-repeat:no-repeat;background-size:auto;}.elementor-240 .elementor-element.elementor-element-a85d1c7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-240 .elementor-element.elementor-element-a85d1c7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-240 .elementor-element.elementor-element-76bf1ae > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-240 .elementor-element.elementor-element-76bf1ae > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-240 .elementor-element.elementor-element-8fb1caa > .elementor-element-populated{margin:0em 0em 0em 0em;--e-column-margin-right:0em;--e-column-margin-left:0em;padding:62px 0px 62px 0px;}.elementor-240 .elementor-element.elementor-element-0d004d5:not(.elementor-motion-effects-element-type-background), .elementor-240 .elementor-element.elementor-element-0d004d5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-240 .elementor-element.elementor-element-0d004d5{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-51px;margin-bottom:-51px;padding:15px 40px 0px 40px;}.elementor-240 .elementor-element.elementor-element-0d004d5 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-240 .elementor-element.elementor-element-6d0d36c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-240 .elementor-element.elementor-element-30befee{--display:flex;--margin-top:0px;--margin-bottom:5px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-240 .elementor-element.elementor-element-30befee:not(.elementor-motion-effects-element-type-background), .elementor-240 .elementor-element.elementor-element-30befee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#342F2FDE;}.elementor-240 .elementor-element.elementor-element-e1f78c7 iframe{height:481px;}@media(min-width:768px){.elementor-240 .elementor-element.elementor-element-76bf1ae{width:52%;}.elementor-240 .elementor-element.elementor-element-8fb1caa{width:47.888%;}}@media(max-width:1024px) and (min-width:768px){.elementor-240 .elementor-element.elementor-element-76bf1ae{width:30%;}.elementor-240 .elementor-element.elementor-element-8fb1caa{width:60%;}}/* Start custom CSS for html, class: .elementor-element-3084c58 *//* ==================== CONTACT INFO - CENTERED ==================== */

.contact-info-container {
    width: 100%;
    padding: 60px 40px;
    background: #342F2FDE;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Heading - Centered */
.contact-heading {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 700;
    color: #ff2b2b;
    margin: 0 0 60px 0;
    text-align: center;
}

/* Grid Layout - Centered with Max Width */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

/* Individual Contact Cards */
.contact-card {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 43, 43, 0.3);
    padding: 40px 35px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    transition: all 0.4s ease;
}

.contact-card:hover {
    border-color: #ff2b2b;
    background: rgba(255, 43, 43, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 43, 43, 0.2);
}

/* Icon Container */
.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff2b2b 0%, #fec021 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(255, 43, 43, 0.3);
}

.contact-icon svg {
    width: 30px;
    height: 30px;
}

/* Contact Details */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Phone Links */
.contact-link {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 600;
    color: #ff2b2b;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.contact-link:hover {
    color: #fec021;
    transform: scale(1.05);
}

/* Address Text */
.contact-text {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #ff2b2b;
    margin: 0;
}

/* ==================== RESPONSIVE ==================== */

/* Tablet */
@media (max-width: 1024px) {
    .contact-info-container {
        padding: 50px 30px;
    }
    
    .contact-heading {
        font-size: 46px;
        margin-bottom: 50px;
    }
    
    .contact-grid {
        gap: 30px;
        max-width: 900px;
    }
    
    .contact-card {
        padding: 35px 30px;
    }
    
    .contact-link {
        font-size: 20px;
    }
    
    .contact-text {
        font-size: 17px;
    }
}

/* Mobile - Stack Layout */
@media (max-width: 767px) {
    .contact-info-container {
        padding: 40px 20px;
    }
    
    .contact-heading {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .contact-card {
        padding: 30px 25px;
    }
    
    .contact-icon {
        width: 55px;
        height: 55px;
    }
    
    .contact-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .contact-link {
        font-size: 18px;
    }
    
    .contact-text {
        font-size: 16px;
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .contact-heading {
        font-size: 30px;
    }
    
    .contact-card {
        padding: 25px 20px;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
    }
    
    .contact-link,
    .contact-text {
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0d004d5 *//* ==================== ULTRA PREMIUM CONTACT FORM 7 ==================== */

/* Form Container Background */
.wpcf7 {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* Decorative Corner Elements */
.wpcf7::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #ff2b2b 0%, #fec021 100%);
    border-radius: 50%;
    opacity: 0.1;
}

.wpcf7::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #fec021 0%, #ff2b2b 100%);
    border-radius: 50%;
    opacity: 0.1;
}

/* Labels */
.wpcf7 label {
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 700;
    color: #ff2b2b;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

/* Input Fields & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
    width: 100%;
    padding: 18px 25px;
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #333;
    background: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    transition: all 0.4s ease;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 textarea:focus {
    border-color: #ff2b2b;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 43, 43, 0.1), 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Placeholder Styling */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #aaa;
    font-style: italic;
    opacity: 0.8;
}

/* Textarea */
.wpcf7 textarea {
    min-height: 180px;
    resize: vertical;
    font-size: 15px;
    line-height: 1.8;
}

/* Submit Button - Premium Black */
.wpcf7 input[type="submit"],
.wpcf7-submit {
    background: linear-gradient(135deg, #000000 0%, #2c2c2c 100%);
    color: #ffffff;
    font-family: 'Lora', serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 60px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s ease;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.wpcf7 input[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff2b2b 0%, #fec021 100%);
    transition: all 0.5s ease;
    z-index: -1;
}

.wpcf7 input[type="submit"]:hover::before {
    left: 0;
}

.wpcf7 input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 43, 43, 0.4);
}

/* Form Paragraphs */
.wpcf7 p {
    margin-bottom: 30px;
    position: relative;
}

/* Success Message */
.wpcf7-response-output {
    border: 2px solid #46b450;
    background: linear-gradient(135deg, #f0fff4 0%, #e6ffee 100%);
    color: #46b450;
    padding: 20px 25px;
    margin: 25px 0 0;
    border-radius: 12px;
    font-family: 'Lora', serif;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(70, 180, 80, 0.2);
}

/* Error Messages */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    border-color: #dc3232;
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
    color: #dc3232;
    box-shadow: 0 5px 20px rgba(220, 50, 50, 0.2);
}

/* Validation Error Border */
.wpcf7-not-valid {
    border-color: #dc3232 !important;
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    margin-top: 8px;
    display: block;
    font-weight: 600;
}

/* Loading Spinner */
.wpcf7 .ajax-loader {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

/* ==================== RESPONSIVE ==================== */

/* Tablet */
@media (max-width: 1024px) {
    .wpcf7 {
        padding: 50px 40px;
    }
    
    .wpcf7 input[type="submit"] {
        padding: 18px 50px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .wpcf7 {
        padding: 40px 25px;
        border-radius: 15px;
    }
    
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 textarea {
        padding: 15px 20px;
        font-size: 14px;
        border-radius: 10px;
    }
    
    .wpcf7 input[type="submit"] {
        width: 100%;
        padding: 18px 40px;
        font-size: 16px;
    }
    
    .wpcf7 label {
        font-size: 15px;
    }
}

/* Extra Small */
@media (max-width: 480px) {
    .wpcf7 {
        padding: 30px 20px;
    }
    
    .wpcf7 textarea {
        min-height: 150px;
    }
}/* End custom CSS */