/* Your default header state */
#header-desktop {
  position: fixed; /* or sticky */
  top: 0;
  width: 100%;
  background-color: transparent; /* or your initial color */
  transition: background-color 0.3s ease; /* Makes the change smooth */
  z-index: 1000;
}

/* The state after scrolling */
#header-desktop.scrolled {
  background-color: #ffffff; /* Your desired color on scroll */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: adds depth */
}

#header-desktop.scrolled .header-menu a  {
    color: #000000 !important;
}

#header-desktop.scrolled .svg-logo svg path {
    fill: #000000 !important;
}

#white-font p {
   color: #F2F2F2 !important;
		font-size: 14px !important;
}

#black-font p {
     color: #000000 !important;
}

#white-font-2 p {
	color: #CCC !important;
	font-size: 16px !important;
}

.contact-us-bckgrnd {
    align-self: stretch !important;
    height: auto !important;
    min-height: 100%;
    
  
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.contact-us-bckgrnd > .elementor-widget-container,
.contact-us-bckgrnd > .elementor-background-overlay {
    height: 100%;
}

#gform_submit_button_1.gform_button {
    display: flex;
    width: 159px !important;
    margin-top: 20px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    
    border: 1px solid #000;
    background-color: transparent; 
    
   
    color: #000;
    text-align: center;
    font-family: "Inria Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    
    transition: all 0.3s ease;
    cursor: pointer;
}



#gform_submit_button_1.gform_button:hover {
    background-color: #000 !important; 
    color: #fff !important;          
}

#gform_1 input::placeholder,
#gform_1 textarea::placeholder {
    color: #56352F !important; 
    font-family: "Inria Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}


#gform_1 select.gfield_select {
    color: #56352F;
    font-family: "Inria Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

#gform_1 select option.gf_placeholder {
    color: #56352F;
}

#gform_1 input::-webkit-input-placeholder,
#gform_1 textarea::-webkit-input-placeholder {
    color: #56352F;
    text-transform: uppercase;
}

#gform_1 .gfield input, 
#gform_1 .gfield textarea, 
#gform_1 .gfield select {
    display: flex;
    width: 100%; 
    max-width: 731px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    align-items: flex-start;
    gap: 10px;
    background: transparent !important;
    border: none !important; 
    border-bottom: 1px solid #000 !important; 
    border-radius: 0 !important; 
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.3s ease;
}

#gform_1 .gfield textarea {
    resize: none;
    min-height: 76px !important;
}

#gform_1 .gfield input:focus, 
#gform_1 .gfield textarea:focus, 
#gform_1 .gfield select:focus {
    border-bottom: 1px solid #000 !important;
    outline: none !important;
}

#gform_fields_1.gform_fields {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important; 
}



#gform_1 .gfield select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    background-image: url('/wp-content/uploads/2026/03/Subtract.svg') !important;
    
    background-repeat: no-repeat !important;
    background-position: right 10px center !important; 
    background-size: 14px !important; 
    
    padding-right: 30px !important; 
}

@media only screen and (max-width: 600px) {
    h1, h2, h3, h4, h5, h6, a, p {
        letter-spacing: 0px !important;
    }
}

#input_1_9_1_label, #input_1_9_2_label {
    display: none !important;
}

select#input_1_9_1, select#input_1_9_2 {
    line-height: 12px !important;
    color: var(--Morpheus, #56352F);
    font-family: "Inria Sans";
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: 1.3px !important;
    text-transform: uppercase;
    width: 100% !important;
}

#input_1_9_2{
  margin-top: 14px !important;
}

select#input_1_9_1, select#input_1_9_2, input#input_1_1, input#input_1_2, input#input_1_3, input#input_1_4, textarea#input_1_8 {
    padding-left: 0px !important;
}

@media screen and (max-width: 425px) {
    #gform_submit_button_1.gform_button {
        width: 100% !important; 
        box-sizing: border-box; 
    }
}

.menu-item-mobile .elementor-icon-list-text {
    padding-bottom: 20px !important;
}

#heading-footer p{
    font-size: 40px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    #heading-footer p { font-size: 32px; 
    }
}