.elementor-9490 .elementor-element.elementor-element-4cd6920{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -230px;}.elementor-9490 .elementor-element.elementor-element-0fd7c4d{margin:0px 100px calc(var(--kit-widget-spacing, 0px) + 0px) -80px;}@media(max-width:767px){.elementor-9490 .elementor-element.elementor-element-4cd6920{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-4cd6920 *//* Sirf issi specific form ka container */
.wpcf7-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
}

.wpcf7-form p {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
}

/* Sabhi Input Fields (Name, Phone, Email) ki styling */
.wpcf7-form .wpcf7-form-control-wrap input[type="text"],
.wpcf7-form .wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form .wpcf7-form-control-wrap input[type="email"] {
    width: 100% !important;
    padding: 14px 18px !important;
    border: 1px solid #111111 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    background: #ffffff !important;
    color: #111111 !important;
    box-sizing: border-box !important;
    outline: none !important;
    text-align: left !important;
    transition: all 0.3s ease !important;
}

.wpcf7-form .wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type="tel"]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type="email"]:focus {
    background: #f9f9f9 !important;
}

.wpcf7-form .wpcf7-form-control-wrap input::placeholder {
    color: #777777 !important;
}

/* Sirf aur sirf issi form ka button */
.wpcf7-form .specific-btn.wpcf7-submit {
    display: block !important;
    width: 100% !important;
    background-color: #111111 !important;
    color: #ffffff !important;
    padding: 14px 20px !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.wpcf7-form .specific-btn.wpcf7-submit:hover {
    background-color: #333333 !important;
}/* End custom CSS */
/* Start custom CSS */#luxury-btn 

{
    background-color: #0d0d0d !important;
    border: 1px solid #c5a059 !important;
    color: #c5a059 !important;
    padding: 15px 40px !important;
    text-transform: uppercase !important;
    letter-spacing: 4px !important;
    font-weight: 700 !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.5s ease !important;
    cursor: pointer !important;
}

/* Inner Shimmer Effect */
#luxury-btn::after {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: linear-gradient(45deg, transparent, rgba(197, 160, 89, 0.2), transparent) !important;
    transform: rotate(45deg) !important;
    transition: all 0.6s ease !important;
}

#luxury-btn:hover::after {
    left: 100% !important;
}

/* Hover par Luxury Glow */
#luxury-btn:hover {
    background: #c5a059 !important;
    color: #0d0d0d !important;
    box-shadow: 0 0 20px #c5a059, 0 0 40px #c5a059 !important;
    transform: scale(1.05) !important;
}/* End custom CSS */