.elementor-18 .elementor-element.elementor-element-9157c52{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-2641b7c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-18 .elementor-element.elementor-element-45370a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18 .elementor-element.elementor-element-b9d1a5d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-18 .elementor-element.elementor-element-f592206 img{width:75%;}.elementor-18 .elementor-element.elementor-element-dab4305{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-18 .elementor-element.elementor-element-8d9be6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18 .elementor-element.elementor-element-aaf3a43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-18 .elementor-element.elementor-element-e30bb8e img{width:75%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-45370a4{--width:50%;}.elementor-18 .elementor-element.elementor-element-b9d1a5d{--width:50%;}.elementor-18 .elementor-element.elementor-element-8d9be6f{--width:50%;}.elementor-18 .elementor-element.elementor-element-aaf3a43{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-bf0014a *//* Contact Section Styling */
.hn-contact-wrapper {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: 'Ubuntu', sans-serif;
}

.hn-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
    gap: 30px;
}

.hn-contact-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 5px solid #4CAF50; /* Green Border */
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Icon Styling */
.hn-contact-icon {
    width: 60px;
    height: 60px;
    background: #f4f9f4;
    color: #064578;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.hn-contact-card h3 {
    color: #064578;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.hn-contact-card p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 20px;
    min-height: 40px;
}

/* Button Styling */
.hn-contact-btn {
    text-decoration: none;
    background: #064578;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

/* Hover Effects */
.hn-contact-card:hover {
    transform: translateY(-10px);
    border-top: 5px solid #064578; /* Change to Dark Blue */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.hn-contact-card:hover .hn-contact-icon {
    background: #064578;
    color: #ffffff;
}

.hn-contact-btn:hover {
    background: #4CAF50;
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .hn-contact-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5c1908f *//* Helpnature Professional Card Form Design */
.hn-form-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 30px; 
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06); 
    border-top: 6px solid #29951d; 
    font-family: 'Ubuntu', sans-serif;
    box-sizing: border-box;
    text-align: left;
}

.hn-form-container label {
    display: block;
    font-weight: 500;
    color: #054277; 
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.hn-form-group {
    margin-bottom: 22px;
}

/* Input Fields Styling - Added number and select for consistency */
.hn-form-container input[type="text"],
.hn-form-container input[type="tel"],
.hn-form-container input[type="email"],
.hn-form-container input[type="number"],
.hn-form-container select,
.hn-form-container textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0; 
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-sizing: border-box;
}

.hn-form-container input:hover, 
.hn-form-container select:hover,
.hn-form-container textarea:hover {
    border-color: #054277;
}

.hn-form-container input:focus,
.hn-form-container select:focus,
.hn-form-container textarea:focus {
    border-color: #054277;
    outline: none;
    box-shadow: 0 0 10px rgba(5, 66, 119, 0.05);
}

.hn-submit-group {
    text-align: center; 
    margin-top: 10px;
}

.hn-form-container .wpcf7-submit {
    display: inline-block;
    width: auto; 
    min-width: 180px;
    background: #054277 !important; 
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    padding: 12px 35px !important;
    border: none !important;
    border-radius: 50px !important; 
    cursor: pointer;
    transition: all 0.3s ease !important;
    text-transform: capitalize; 
}

.hn-form-container .wpcf7-submit:hover {
    background: #29951d !important; 
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(41, 149, 29, 0.2);
}

@media (max-width: 600px) {
    .hn-form-container {
        padding: 25px;
        margin: 20px;
        border-radius: 20px;
    }
}

/* Dropdown arrow custom design */
.hn-form-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23054277%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 12px auto;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5deaced *//* Helpnature Professional Card Form Design */
.hn-form-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 30px; 
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06); 
    border-top: 6px solid #29951d; 
    font-family: 'Ubuntu', sans-serif;
    box-sizing: border-box;
    text-align: left;
}

.hn-form-container label {
    display: block;
    font-weight: 500;
    color: #054277; 
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.hn-form-group {
    margin-bottom: 22px;
}

/* Input Fields Styling - Added number and select for consistency */
.hn-form-container input[type="text"],
.hn-form-container input[type="tel"],
.hn-form-container input[type="email"],
.hn-form-container input[type="number"],
.hn-form-container select,
.hn-form-container textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0; 
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-sizing: border-box;
}

.hn-form-container input:hover, 
.hn-form-container select:hover,
.hn-form-container textarea:hover {
    border-color: #054277;
}

.hn-form-container input:focus,
.hn-form-container select:focus,
.hn-form-container textarea:focus {
    border-color: #054277;
    outline: none;
    box-shadow: 0 0 10px rgba(5, 66, 119, 0.05);
}

.hn-submit-group {
    text-align: center; 
    margin-top: 10px;
}

.hn-form-container .wpcf7-submit {
    display: inline-block;
    width: auto; 
    min-width: 180px;
    background: #054277 !important; 
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    padding: 12px 35px !important;
    border: none !important;
    border-radius: 50px !important; 
    cursor: pointer;
    transition: all 0.3s ease !important;
    text-transform: capitalize; 
}

.hn-form-container .wpcf7-submit:hover {
    background: #29951d !important; 
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(41, 149, 29, 0.2);
}

@media (max-width: 600px) {
    .hn-form-container {
        padding: 25px;
        margin: 20px;
        border-radius: 20px;
    }
}

/* Dropdown arrow custom design */
.hn-form-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23054277%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 12px auto;
}/* End custom CSS */