/*
Theme Name: Hello Elementor Child by MRK
Theme URI: https://ryetec.co/
Template: hello-elementor
Author: MRK
Author URI: https://ryetec.co/
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1778667824
Updated: 2026-05-13 10:23:44

*/

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 0;
    background-color: #1B2D1F;
    color: white !important;
    border-radius: 50px 0 0 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: -1px 2px 10px rgb(255 255 255 / 43%);
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
	font-family: "Caudex", Sans-serif;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	z-index:100000;
}

.whatsapp-button img {
  width: 25px;
  height: 25px;
}

.whatsapp-button .text {
  max-width: 0;
  opacity: 0;
  transition: all 0.3s ease;
  margin-left: 0;
}

.whatsapp-button:hover {
  padding: 15px 25px;
}

.whatsapp-button:hover .text {
  max-width: 150px; /* Adjust based on your text length */
  opacity: 1;
  margin-left: 10px;
}


/* career page style for file input */
.elementor-field-type-upload {
    position: relative;
}

/* Hide native input but keep it clickable/functional for validation */
.mrk-upload-native-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.mrk-upload-box {
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #46554A;
    padding: 14px 18px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    width: 100%;
}

.mrk-upload-box.mrk-dragover {
    border-color: #cba76a;
    background-color: #1c3326;
}

.mrk-upload-box.has-file {
    border-color: #4a7c5c;
}

.mrk-upload-icon {
    flex-shrink: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.mrk-upload-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
}

.mrk-upload-title {
    
	color: #ffffff;
	font-family: Caudex;
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;

}

.mrk-upload-subtitle {
	margin-top: 6px;
    color: #8fa598;
    font-family: Caudex;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;

	
}

.mrk-upload-btn {
	
    flex-shrink: 0;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 18px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.mrk-upload-btn:hover {
    background-color: #ffffff;
    color: #16281d;
}

@media (max-width: 480px) {
    .mrk-upload-box {
        flex-wrap: wrap;
    }
    .mrk-upload-btn {
        width: 100%;
        margin-top: 8px;
    }
}

@media(max-width:600px){
	.whatsapp-button {
    bottom: 30px;    
}
}


/* career page style for file input end */













