@media (max-width: 768px) {
    .address-component .adddress-block {
       margin: 0;
    }
    .address-component .adddress-block .address-block-outer {
       padding-bottom: 0;
    }
 }
 .address-component .address-title {
    color: #fff;
    font-size: 14px !important;
 }
 .address-component .separator {
    display: none;
    margin: 0 !important;
 }
 .address-component a {
    color: #fff !important;
 }
 .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
 }
 .contact-form p {
    margin: 0;
 }
 .contact-form span {
    display: flex;
    flex-direction: column;
    gap: 5px;
 }
 .contact-form span .wpcf7-not-valid-tip {
    font-size: 14px;
    line-stacking: 15px !important;
    top: 0 !important;
    margin: 0;
 }
 .wpcf7-spinner {
    display: none !important;
    visibility: hidden !important;
 }
 .contact-form label {
    display: block;
    width: 100%;
 }
 .contact-form label br {
    display: none !important;
    height: 0;
 }
 .contact-form input[type="text"],
 .contact-form input[type="tel"],
 .contact-form input[type="email"],
 .contact-form textarea {
    width: 100%;
    padding: 8px 15px !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease;
    margin: 0;
 }
 .contact-form input::placeholder,
 .contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
 }
 .contact-form input:focus,
 .contact-form textarea:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    outline: none;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.35);
 }
 .contact-form textarea {
    min-height: 160px;
    max-height: 250px;
    resize: vertical;
 }
 .contact-form input[type="submit"] {
    background: #ffffff;
    color: #000;
    border: none;
    padding: 14px 24px;
    border-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
 }
 .contact-form input[type="submit"]:hover {
    background: #e9e9e9;
 }
 @media (max-width: 480px) {
    .contact-form {
       gap: 16px;
    }
    .contact-form input,
    .contact-form textarea {
       font-size: 15px;
    }
 }
 .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
 }
 .contact-form label {
    display: block;
    width: 100%;
 }
 .contact-form input[type="text"],
 .contact-form input[type="tel"],
 .contact-form input[type="email"],
 .contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease;
 }
 .contact-form input::placeholder,
 .contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
 }
 .contact-form input:focus,
 .contact-form textarea:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    outline: none;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.35);
 }
 .contact-form textarea {
    min-height: 160px;
    resize: vertical;
 }
 .contact-form input[type="submit"] {
    background: #ffffff;
    color: #000;
    border: none;
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
 }
 .contact-form input[type="submit"]:hover {
    background: #e9e9e9;
 }
 @media (max-width: 480px) {
    .contact-form {
       gap: 16px;
    }
    .contact-form input,
    .contact-form textarea {
       font-size: 15px;
    }
 }
 .wpcf7-spinner {
    display: none !important;
    visibility: hidden !important;
 }
 .wpcf7-not-valid-tip {
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    font-weight: 600 !important;
    background-color: #dc3232 !important;
    border-radius: 8px !important;
    padding: 5px !important;
 }
 .contact-form-shortcode .wpcf7-submit {
    background: var(--e-global-color-secondary);
    color: white;
    font-weight: bold;
    border: none;
    padding: 17px 60px 17px 45px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 17px !important;
    transition: background 0.2s;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    margin-top: 4px;
    transition: all 0.25s ease-in-out;
 }
 .contact-form-shortcode .wpcf7-submit:hover {
    transform: scale(1.03);
 }
 .icon-paper-plane::before {
    content: "\f1d8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 15px;
 }
 .wpcf7-response-output {
    color: #fff;
    border-radius: 8px;
 }
 