/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1784198589


*/
.e-con > .e-con-inner {
  width: 100%;
}

.e-con > .e-con-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .e-con > .e-con-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .e-con > .e-con-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ss_scroll{
    scroll-margin-top: 100px;
}
.transparent-header.scrolled {
	background:#08090d !important;
	box-shadow:0 10px 30px rgba(0,0,0,0.3) !important;
}

.elementor-icon-wrapper{
display: flex;
}

/* Contact Form */
.ssd-enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
}

.ssd-row {
    display: flex;
    gap: 1rem;
}

.ssd-col {
    flex: 1;
}

.ssd-col-full {
    width: 100%;
}

.ssd-enquiry-form label {
    display: block;
    margin-bottom: 8px;
    color: #ffffff99;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: calc(1/.75);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ssd-enquiry-form input,
.ssd-enquiry-form select,
.ssd-enquiry-form textarea {
    width: 100%;
    background: #ffffff1a;
    border: 1px solid #ffffff33;
    color: #fff;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: calc(1.25/.875);
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    transition: .3s;
}

.ssd-enquiry-form select option {
    background: #111116;
}

.ssd-enquiry-form input:focus,
.ssd-enquiry-form textarea:focus,
.ssd-enquiry-form select:focus {
    border-color: #f4bb00;
}

.ssd-submit input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4bb00;
    color: #08090d;
    border: none;
    padding: 0.75rem 2.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    width: auto
}

.ssd-submit input[type=submit]:hover {
    background: #cd9400;
    box-shadow: 0 4px 16px oklch(82% .18 88 / .4);
    transform: translateY(-1px);
}

@media (max-width:767px) {

    .ssd-row {
        flex-direction: column;
        gap: 1rem;
    }

    .ssd-submit input[type=submit] {
        width: 100%;
    }

}

.ssd-enquiry-form p {
    margin: 0 !important;
}

.hire_form p {
    margin: 0 !important;
}

.hire_form .hire-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
}

.hire_form .hire-heading {
    grid-column: 1/-1;
    padding-bottom: 0.25rem;
    margin-top: 5px;
    border-bottom: 1px solid #ffffff14;
    color: #ffffff4d;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 10px;
    font-weight: 700;
}

.hire_form .hire-field {
    width: 100%;
}

.hire_form .hire-field.full {
    grid-column: 1/-1;
}

.hire_form label {
    display: block;
    margin-bottom: 0.5rem;
    color: #f4bb00;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.hire_form label span {
    color: #ffffff40;
    font-size: 10px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}
.hire_form input[type=text],
.hire_form input[type=email],
.hire_form input[type=tel],
.hire_form input[type=date],
.hire_form textarea,
.hire_form select {
    width: 100%;
    color: #fff;
    background-color: #ffffff14;
    font-size: 0.875rem;
    line-height: calc(1.25/0.875);
    padding: 0.75rem 1rem;
    border: 1px solid #ffffff1a;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    transition: .3s;
}

.hire_form input:focus,
.hire_form textarea:focus,
.hire_form select:focus {
    background: #ffffff14;
    border-color: #f4bb00;
}

@media(max-width: 767px) {

    .hire_form .hire-grid {
        grid-template-columns: 1fr;
    }

    .hire_form .hire-field.full {
        grid-column: auto;
    }
}

.hire_form select {
    cursor: pointer;
}

.hire_form select option {
    background: #050509;
    color: #fff;
}

.hire_form input[type=date] {
    color: #fff;
    color-scheme: dark;
	line-height: 1.3;
}

.hire_form input[type=date]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.hire_form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.hire_form .wpcf7-form-control {
    width: 100%;
}

.hire_form .wpcf7-not-valid {
    border-color: #ff5c5c !important;
}

.hire_form .wpcf7-not-valid-tip {
    color: #ff7373;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 500;
}

.hire_form .wpcf7-response-output {
    margin: 30px 0 0 !important;
    padding: 14px 18px !important;
    border: 1px solid #d8b247 !important;
    color: #fff;
    font-size: 14px;
}

.hire_form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #4caf50 !important;
}

.hire_form .wpcf7 form.failed .wpcf7-response-output,
.hire_form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff5c5c !important;
}

.hire_form .wpcf7-spinner {
    margin-top: 20px;
    vertical-align: middle;
}

.hire_form .wpcf7 form.submitting button {
    opacity: .7;
    pointer-events: none;
}


.hire_form .hire-btn {
    grid-column: span 2/span 2;
    padding-top: 0.5rem;
}

.hire_form .hire-btn button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: none;
	border-radius: 0 !important;
    outline: none;
    background: #f4bb00;
    color: #030306;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    line-height: calc(1.25/.875);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: all .35s ease;
    padding-block: 1rem;
}

.hire_form .hire-btn svg {
    width: 1rem;
    height: 1rem;

}

.hire_form .hire-btn span {
    display: block;
    line-height: 1;
}

.hire_form .hire-btn button:hover {
    background: #ffcf00;
}

.hire_form .hire-note {
    margin-top: 0.75rem;
    text-align: center;
    color: #ffffff40;
    font-size: 0.75rem;
    line-height: calc(1/.75);
}



@media (max-width: 767px) {

    .hire_form .hire-grid {
        grid-template-columns: 1fr;
    }

    .hire_form .full {
        grid-column: auto;
    }

    .hire_form .hire-heading {
        margin-top: 8px;
        margin-bottom: 4px;
    }

}
.elementor-icon-wrapper {
    display: flex;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color: #fff !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
}
.wpcf7-response-output {
    color: #fff !important;
}

#elementor-popup-modal-2594 .dialog-message.dialog-lightbox-message {
    overflow: visible;
}
#elementor-popup-modal-2594 .dialog-widget-content.dialog-lightbox-widget-content {
    bottom: 1.5rem;
    right: 1.5rem;
}
@media(max-width:767px){
	#elementor-popup-modal-2594{
		display: none !important;
	}
}