/* =========================================================
   HELLO ELEMENTOR CHILD – FINAL FIXED CSS (SINGLE BLOCK)
   ========================================================= */

/* ---------------------------
   Global fixes
---------------------------- */

.gtranslate_wrapper .gt_switcher_wrapper select.gt_selector {
    padding: 9px 14px;
    border-radius: 6px;
}

.gtranslate_wrapper .gt_switcher_wrapper select.gt_selector option {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
}

/* When language is selected (not default) */
.gt_selector:not([value=""]),
.gt_selector:has(option:checked:not([value=""])) {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
}

/* Hide dynamic sections */
.hidden {
    display: none !important;
}

/* Smooth opening effect */
#job-extra {
    animation: fadeIn 0.3s ease-in-out;
}

.job-extra,
.vacancy-item,
.team-member-item {
    margin-top: 23px;
}

.skills-checkbox {
    border: 1px solid rgba(32, 38, 51, 0.15);
    border-radius: 6px;
    padding: 13px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background-color: transparent !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-header-row p {
    margin: 0;
}

.section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.add-button {
    border: 1px solid rgba(32, 38, 51, 0.15);
    border-radius: 6px;
    padding: 13px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
    background-color: transparent;
    outline: none;
}

.add-button:hover {
	background-color: #FF6200;
	color: #fff;
}

.add-button:focus,
.add-button:focus-visible {
	border: 1px solid rgba(32, 38, 51, 0.15);
	background-color: transparent;
	color: #000;
}

.remove-btn {
	border: 1px solid rgba(255, 0, 0, 1);
    border-radius: 6px;
    padding: 13px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #FF0000;
    background-color: transparent;
    outline: none;
}

.remove-btn:hover {
	background-color: #FF0000;
	color: #fff;
}

.remove-btn:focus,
.remove-btn:focus-visible {
	border: 1px solid rgba(255, 0, 0, 1);
	background-color: transparent;
	color: #FF0000;
}






select {
    appearance: none;
    background-image: url('https://devwebsite.me/yuvasangam/wp-content/uploads/2025/12/svgviewer-output-23.svg');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px;
    padding-right: 2.5rem;
}

.banner-height img {
    height: 850px !important;
}

.gtranslate_wrapper .gt_switcher_wrapper select.gt_selector {
    border-left: 2px solid #FF6200;
}

input, select, textarea {
    padding: 0.875rem 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s 
ease;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
select:focus-visible {
    outline: 1px solid #1D2D44;
}

#google_translate_element2 {
    display: block !important;
}




.contact-box p {
    word-break: break-all;
}

/* ---------------------------
   CF7 Registration Form Layout
---------------------------- */

.registration-form {
    width: 100%;
}

.registration-form br {
    display: none;
}



.count p {
    text-align: center;
}

/* Grid */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 23px;
    align-items: start;
}


.form-group.extra-width {
    grid-column: 1 / -1;
}

.form-grid.full-width,
.form-grid.job-extra{
    grid-template-columns: 1fr 1fr;
}

/* ---------------------------
   Form Groups
---------------------------- */

.form-group p {
    margin: 0;
}

.form-group label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #202633;
    margin-bottom: 7px;
}

/* ---------------------------
   CF7 Inputs / Select / Textarea
---------------------------- */

.form-group input {
    border: 1px solid rgba(32, 38, 51, 0.15);
    border-radius: 6px;
    padding: 13px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background-color: transparent !important;
}

/* Placeholder */
.wpcf7-form-control::placeholder {
    color: rgba(32, 38, 51, 0.6);
}

/* Focus */
.wpcf7-form-control:focus,
.wpcf7-form-control:focus-visible {
    background-color: transparent !important;
    outline: 1px solid #1D2D44;
}

/* Error */
.wpcf7-not-valid {
    border-color: red !important;
}

/* ---------------------------
   Select Dropdown (FINAL – NOT OVERRIDDEN)
---------------------------- */

select.wpcf7-select {
    appearance: none;
    padding-right: 40px;
    background: url('https://ewebworld.in/client-demo/turkish-notery/wp-content/uploads/2025/10/svgviewer-output.svg')
        no-repeat right 14px center;
    background-size: 16px;
    cursor: pointer;
}


.form-grid.form-resume {
    grid-template-columns: 1fr;
}

/* ---------------------------
   Radio Buttons
---------------------------- */

.wpcf7-radio {
    display: flex;
    gap: 16px;
}

.wpcf7-list-item {
    margin: 0;
}

/* ---------------------------
   Notes / Links
---------------------------- */

p.input-note {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
	color: rgba(32, 38, 51, 1); 
	margin-top: 8px;
}

p.input-note a.download-link {
    color: rgba(32, 38, 51, 1);
    text-decoration: underline;
}



.vacancy-item h4,
.team-member-item h4 {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #202633;
}


/* ---------------------------
   Submit Button
---------------------------- */

.wpcf7-submit {
    background-color: #FF6200;
    color: #fff;
    padding: 17px 24px;
    border: 1px solid #FF6200;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background-color: #FF6200;
}

/* ---------------------------
   Terms Text
---------------------------- */

.terms-note {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
	margin-bottom: 0;
}











/* ---------------------------
   Responsive
---------------------------- */

@media (max-width: 1440px) {
	.banner-height img {
    height: 700px !important;
	}
}

