/*
Theme Name: Hello Elementor Child
Description: Child Theme for Hello Elementor
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');


.hero-section::before{
background: linear-gradient(
    71.47deg, rgba(0, 0, 0, 0.8) 
    7.92%, rgba(51, 51, 51, 0.64) 
    38.29%, rgba(64, 64, 64, 0.4) 
    50.46%, rgba(77, 77, 77, 0.08) 
    60.3%, rgba(102, 102, 102, 0) 67.5%);
}


.secondary-btn {
    backdrop-filter: blur(2.4000000953674316px);
}


.secondary-icon .elementor-icon-list-icon {
    background-color: #FFD24CE5;
    border-radius: 59px;
    padding: 10px;
}

.secondary-icon .elementor-icon-list-item {
    display: flex;
    gap: 6px;
}

.secondary-icon .elementor-icon-list-text {
    border-bottom: 0.4px solid #00000023;
    padding-bottom: 10px;
}


.secondary-icon .elementor-icon-list-item:last-child .elementor-icon-list-text {
    border-bottom: none;
    padding-bottom: 0;
}


.secondary-icon .elementor-icon-list-icon svg {
    margin: 0 !important;
}

.choose-us-sec .elementor-widget-icon-box{
    height: 100%;
}

.process-sec .elementor-icon-box-icon {
    text-align: end;
}

.custom-btn span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-btn .elementor-button-icon svg {
    font-size: 24px;
}

.footer-subscribe {
    color: #F8F9FB80;
    border: none;
    border-radius: 26px;
    height: 44px;
    background-color: #F8F9FB80;
    display: flex;
    align-items: center;
    position: relative;
}

.footer-subscribe .wpcf7-form-control {
    color: #fff;
    border: none;
    background-color: transparent;
}

.wpcf7-spinner {
    display: none;
}

.footer-subscribe .wpcf7-form-control:focus {
    outline: none;
}

.footer-subscribe .wpcf7-submit:focus {
    background-color: transparent;
}

.footer-subscribe .wpcf7-submit:hover {
    background-color: transparent;
}

.footer-subscribe .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: calc(100% - 48px);
    border: none !important;
    background-color: transparent !important;
    color: #fff;
    float: right;
} 


.footer-subscribe .wpcf7-email::placeholder {
    color: #FFFFFF;
    font-family: 'Public Sans';
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
}

.footer-subscribe .wpcf7-not-valid-tip {
    position: absolute;
    left: 15px;
    top: 100%;
    margin-top: 5px;
    color: #ff4d4d;
    font-size: 14px;
}

.wpcf7-not-valid-tip{
    padding-left: 8px;
    font-size: 14px;
    margin-top: 5px;
    color: #ff4d4f !important;
}

.elementor-7 .elementor-element.elementor-element-935c3fd.elementor-element {
    height: 100%;
}

.elementor-7 .elementor-element.elementor-element-ebf4c9c.elementor-element {
    width: 100%;
}


.main-header{
    transition: all 0.3s ease;
}

.main-header.header-scrolled{
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}


.hfe-nav-menu-icon {
    display: flex;
    padding: 0;
}

.elementor-widget-icon-box .elementor-icon-box-title {
    margin: 0;
}

.elementor-7 .elementor-element.elementor-element-4e07629a.elementor-element {
    height: 100%;
}

.elementor-7 .elementor-element.elementor-element-414ebdca.elementor-element {
    width: 100%;
}

.elementor-7 .elementor-element.elementor-element-3ed45d07.elementor-element {
    width: 100%;
}

.request-form {
    max-width: 900px;
    margin: 0 auto;
}

.request-form .form-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.request-form .form-row:nth-of-type(5) {
    align-items: flex-start;
}

.request-form .form-label {
    width: 180px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.request-form .icon {
    width: 45px;
    height: 45px;
    background: #FFD24CE5;
    border-radius: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.request-form .form-label span:last-child {
    color: #0E2A62;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    font-family: 'Public Sans';
}

.request-form .form-field {
    flex: 1;
}

.request-form input[type="text"],
.request-form input[type="email"],
.request-form input[type="tel"],
.request-form textarea {
    width: 100%;
    background: #F8F9FB;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    box-shadow: 0px 1px 5.3px 0px rgba(0, 0, 0, 0.05);
    padding: 14px 18px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

.request-form input[type="text"],
.request-form input[type="email"],
.request-form input[type="tel"] {
    height: 50px;
}

.request-form textarea {
    height: 125px;
    resize: none;
}

.request-form input::placeholder,
.request-form textarea::placeholder {
    color: #A3A3A3;
    font-size: 14px;
    font-family: 'Public Sans';
    font-weight: 400;
    line-height: 100%;
}

.request-form .submit-row {
    text-align: center;
    margin: 85px 0;
}

.request-form .wpcf7-submit {
    background-color: #FFD24C;
    color: #001133 !important;
    border: none;
    border-radius: 85px;
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Public Sans';
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
}

.request-form .wpcf7-submit:hover {
    background-color: #ffbf00;
}

.request-form .wpcf7-submit:active {
    background-color: #ffbf00 !important;
}

.request-form .wpcf7-submit:focus {
    background-color: #ffbf00 !important;
}

.request-form .wpcf7-spinner {
    display: none;
}


.become-form {
    max-width: 900px;
    margin: 0 auto;
}

.become-form .form-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.become-form .form-row:nth-of-type(4) {
    align-items: flex-start;
}

.become-form .form-row:nth-of-type(5) {
    align-items: flex-start;
}

.become-form .form-label {
    width: 230px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.become-form .icon {
    width: 45px;
    height: 45px;
    background: #FFD24CE5;
    border-radius: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.become-form .form-label span:last-child {
    color: #0E2A62;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    font-family: 'Public Sans';
}

.become-form .form-field {
    flex: 1;
}

.become-form input[type="text"],
.become-form input[type="email"],
.become-form input[type="tel"],
.become-form textarea {
    width: 100%;
    background: #F8F9FB;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    box-shadow: 0px 1px 5.3px 0px rgba(0, 0, 0, 0.05);
    padding: 14px 18px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

.become-form input[type="text"],
.become-form input[type="email"],
.become-form input[type="tel"] {
    height: 50px;
}

.become-form textarea {
    height: 125px;
    resize: none;
}

.become-form input::placeholder,
.become-form textarea::placeholder {
    color: #A3A3A3;
    font-size: 14px;
    font-family: 'Public Sans';
    font-weight: 400;
    line-height: 100%;
}

.become-form .submit-row {
    text-align: center;
    margin: 85px 0;
}

.become-form .wpcf7-submit {
    background-color: #FFD24C;
    color: #001133 !important;
    border: none;
    border-radius: 85px;
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Public Sans';
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
}

.become-form .wpcf7-submit:hover {
    background-color: #ffbf00;
}

.become-form .wpcf7-submit:active {
    background-color: #ffbf00 !important;
}

.become-form .wpcf7-submit:focus {
    background-color: #ffbf00 !important;
}

.become-form .wpcf7-spinner {
    display: none;
}


.team-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.team-card{
    text-align:center;
}

.team-card:hover {
    cursor: pointer;
}

.team-card img{
    width: 100%;
    height:350px;
    object-fit: cover;
    object-position: top center;
    border-radius:40px;
}

.team-card h3{
    margin:15px 0 5px;
    font-family: 'Public Sans';
    font-weight: 600;
    font-size:18px;
    color:#020B1B;
    line-height: 139%;
}

.team-card .designation{
    font-size:18px;
    font-family: 'Public Sans';
    font-weight:400;
    color:#020B1B;
    line-height: 69%;
    margin-bottom:10px;
}

.team-card p{
    font-size:14px;
    font-family: 'Public Sans';
    font-weight:400;
    line-height:137%;
    letter-spacing: 0%;
    color:#636363;
}

.job-search {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 42px;
}

.job-search .search-location {
    position: relative;
    flex: 1;
}

.job-search .search-location input {
    width: 100%;
    height: 50px;
    padding: 0 16px 0 42px;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    background: #F8F9FB;
    font-size: 14px;
    color: #1E2A4A;
    outline: none;
    box-sizing: border-box;
}

.job-search .search-location select {
    width: 100%;
    height: 50px;
    padding: 0 16px 0 42px;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    background: #F8F9FB;
    font-size: 14px;
    color: #1E2A4A;
    outline: none;
    box-sizing: border-box;
} 


/* .job-search .search-location select option:first-child {  
    color: #A3A3A3;
} */

.job-search .search-location input::placeholder {
    font-family: 'Public Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #A3A3A3;
}

.job-search .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-search .search-icon img {
    width: 20px;
    height: 20px;
    display: block;
}

#job-search-btn {
    height: 50px;
    padding: 0 24px;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    background: #FFE392;
    color: #000000;
    font-family: 'Public Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}

#job-search-btn:hover {
    background: #ffbf00
}

.job-search .search-location:first-child {
    flex: 2;
}

.job-search .search-location:nth-child(2) {
    flex: 1;
}


.main-job {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-job p {
    margin: 0;
    text-align: center;
    font-family: 'Public Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 139%;
    color: #263A45;
}

.job-card {
    background-color: #F8F9FB;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    box-shadow: 3px 2px 11px 0px #0000000D;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.job-card .job-left{
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.job-card .job-left img {
    width: 45px;
    height: 45px;
}

.job-card .job-left .job-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.job-card .job-left .job-info h3 {
    color: #0E2A62;
    font-family: 'Public Sans';
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
}

.job-card .job-left .job-info .location-sec {
    display: flex;
    align-items: center;
    gap: 2px;
}

.job-card .job-left .job-info .location-sec img {
    width: 18px;
    height: 18px;
}


.job-card .job-left .job-info .location-sec p {
    font-family: 'Public Sans';
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    margin: 0;
}

.job-card .job-middle {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
        padding-left: 18rem;
}

.job-card .job-middle .middle-sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}


.job-card .job-middle .job-detail {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.job-card .job-middle strong {
    font-family: 'Public Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #0E2A62;
}


.job-card .job-middle span {
    font-family: 'Public Sans';
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #A3A3A3;
}

.job-card .job-right {
    flex-shrink: 0;
}

.job-card .job-right button {
    background-color: #FFD637;
    padding: 12px 15px;
    border: none;
    border-radius: 62px;
    font-family: 'Public Sans';
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.job-card .job-right button span {
    padding-left: 10px;
}


.job-card .job-right button:hover {
    background-color: #ffcc00;
}

.job-popup{
    position: fixed;
    inset: 0;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;

}

.popup-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 700px;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    height: fit-content;
    max-height: 20px;
    display: flex;
    align-items: center;
    border: none;
    background: none;
    font-size: 32px;
    cursor: pointer;
    color: #FFD637;
    padding: 0;
}

.close-popup:hover {
    color: #FFD637;
    background-color: #fff;
}


.popup-job-data .popup-location {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.popup-job-data .icon-title-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.popup-job-data .icon-title-location .title-location {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.popup-job-data h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #0b2c66;
}

.popup-location {
    font-size: 20px;
    color: #555;
    margin-bottom: 25px;
}

.popup-location img {
    height: 18px;
    width: 18px;
}

.popup-item {
    font-size: 20px;
    margin-bottom: 12px;
    color: #333;
    margin: 0;
    margin-bottom: 10px;
}

.popup-item strong {
    color: #0b2c66;
}

.popup-item span {
    font-size: 14px;
}

.popup-job-data p {
    font-size: 14px;
    color: #444;
    margin-top: 20px;
    margin: 0;
    font-family: 'Public Sans';
}


.apply-btn {
    display: inline-block;
    background: #FFD637;
    color: #0B2D6B;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.apply-btn:hover {
    background: #0B2D6B;
    color: #FFD637;
}

.hidden-job{
    display:none;
}

#load-more-jobs:hover {
    cursor: pointer;
    background-color: #FFD24C;
}

/* Form Container */
.contact-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* First Row */
.contact-form-wrapper .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
}

.contact-form-wrapper .form-row .wpcf7-form-control-wrap {
    flex: 1;
}

/* Full Width Fields */
.contact-form-wrapper .form-row-full {
    margin-bottom: 18px;
}

/* Inputs */
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper select,
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea {
    width: 100%;
    height: 50px;
    padding: 12px 20px;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    background: #f4f4f4;
    color: #1a1a1a;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    font-family: 'Public Sans';
    transition: all 0.3s ease;
    box-shadow: 0px 1px 5.3px 0px rgba(0, 0, 0, 0.05);
}


.form-col {
    flex: 1;
}

.form-col label,
.form-row-full label {
    font-family: 'Public Sana';
    display: block;
    margin-bottom: 8px;
    color: #0E2A62;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
}

/* Placeholder */
.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
    color: #A3A3A3;
    font-family: 'Public Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

/* Textarea */
.contact-form-wrapper textarea {
    min-height: 93px;
    resize: none;
}

/* Submit Button */
.contact-form-wrapper .submit-btn {
    text-align: start;
    margin-top: 40px;
}

.contact-form-wrapper .wpcf7-submit {
    background: #FFD24C;
    color: #001133;
    border: 1px solid #FFFFFF03;
    border-radius: 85px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Public Sans';
    line-height: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form-wrapper .wpcf7-submit:hover {
    background: rgb(255, 187, 0);
    color: #001133;
}

.contact-form-wrapper .submit-btn [type=submit]:focus {
    background-color: #FFD24C;
    color: #001133;
}

.contact-form-wrapper .wpcf7-response-output {
    border: none !important;
    margin-top: 20px !important;
    padding: 0 !important;
    color: #dc3232;
    text-align: center;
}

/* Spinner */
.contact-form-wrapper .wpcf7-spinner {
    display: none;
}


.support-form {
    max-width: 1100px;
    margin: 0 auto;
}

.support-form .form-row {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}

.support-form .form-row .wpcf7-form-control-wrap {
    flex: 1;
}

.support-form .form-row-full {
    margin-bottom: 20px;
}

.support-form input,
.support-form input[type="text"],
.support-form input[type="email"],
.support-form input[type="tel"],
.support-form select,
.support-form textarea {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 0.4px solid #0E2A62;
    border-radius: 16px;
    background: #fff;
    color: #0E2A62;
    font-size: 14px;
    font-family: 'Public Sans';
    font-size: 400;
    outline: none;
    line-height: 100%;
    box-sizing: border-box;
    box-shadow: 0px 1px 5.3px 0px #0000000D;
}


select.custom-select-style {
    /* 1. Remove native browser arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* 2. Add custom arrow icon */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23002b49' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;

    /* 3. Set distance from the right edge (20px from right, vertically centered) */
    background-position: right 20px center;
    background-size: 10px auto;

    /* 4. Add inner spacing so text doesn't overlap the arrow */
    padding-left: 20px;
    padding-right: 45px !important;
}


/* Default placeholder gray for the closed select box */
select.custom-select-style {
    color: #A3A3A3;
}

/* 1. First option (Subject) inside the open list -> Gray */
select.custom-select-style option:first-child {
    color: #A3A3A3 !important;
}

/* 2. All other choices inside the open dropdown list -> Dark text */
select.custom-select-style option:not(:first-child) {
    color: #1a1a1a !important;
}



.support-form input::placeholder,
.support-form textarea::placeholder {
    font-family: 'Public Sans';
    font-size: 400;
    font-size: 14px;
    line-height: 100%;
    color: #0E2A62;
}

.support-form textarea {
    min-height: 93px;
    resize: none;
}

.support-form .submit-btn {
    text-align: center;
    margin-top: 35px;
}

.support-form .wpcf7-submit {
    width: fit-content;
    background: #FFD24C;
    color: #001133;
    border: 1px solid #FFFFFF03;
    border-radius: 85px;
    padding: 14px 20px;
    font-family: 'Public Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
}

.support-form .wpcf7-submit:hover {
    background: #ffbf00;
    color: #001133;
}

.support-form .wpcf7-submit:focus {
    background: #FFD24C;
    color: #001133;
}


.elementor-408 .elementor-element.elementor-element-91a95b9.elementor-element {
    width: 100%;
}


.elementor-408 .elementor-element.elementor-element-2385896.elementor-element {
    width: 100%;
}



.wpcf7 form.sent .wpcf7-response-output {
    border-color: white;
    color: white;
}


.phone_section:hover .elementor-icon-box-description{
    color: #FFD637 !important;
}


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

.footer_info .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title a {
    color: #FFFFFF;
}

.phone_section .elementor-icon-box-title a:hover,
.phone_section:hover .elementor-icon-box-title a {
    color: #FFD637 !important;
}

.footer_info .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    margin: 0;
}

.mail_form .wpcf7-response-output {
    color: #ffffff !important;
    border: 2px solid #FFD637 !important;
    background: rgba(255, 214, 55, 0.1);
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 6px;
}

#menu-1-10999c1 {
    flex: none !important;
}


.custom-phone-error {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    color: #FF4D4F;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}


/* Custom class styling */
select.custom-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Custom Chevron Icon */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23002b49' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 20px auto !important;

    /* Spacing inside the field */
    padding-left: 20px;
    padding-right: 45px !important;

    /* Placeholder text color */
    color: #0E2A62;
}



/* Custom Dropdown Styling */
select.custom-location-style {
    /* 1. Hide native browser arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* 2. Standard spacing inside the field (No need for extra right padding without arrow) */
    padding-left: 45px !important;
    padding-right: 20px !important;

    /* 3. Default Placeholder Gray Color */
    color: #A3A3A3;

    /* Optional: Ensure pointer cursor on hover */
    cursor: pointer;
}

/* First Option ("Search by location") inside open menu -> Gray */
select.custom-location-style option[value=""] {
    color: #A3A3A3 !important;
}

/* All other locations inside open menu -> Dark text */
select.custom-location-style option:not([value=""]) {
    color: #1a1a1a !important;
}



.team-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);
    z-index:99999;
    overflow:auto;
}

.team-modal-content{
    max-width:1000px;
    margin:60px auto;
    background:#F8F3E5;
    border-radius:20px;
    padding:40px;
    position:relative;
}

.team-close{
    position:absolute;
    top:15px;
    right:20px;
    font-size:32px;
    cursor:pointer;
    color:#0E2A62;
    line-height:1;
}

.team-popup-wrapper{
    display:flex;
    gap:40px;
    align-items:flex-start;
}

.team-popup-image{
    width: 230px;
    flex:0 0 230px;
    object-fit: cover;
    object-position: top center;
}

.team-popup-image img{
    height: 230px;
    width:100%;
    border-radius:50%;
}

.team-popup-content{
    flex:1;
}

.team-popup-content h2{
    font-family: 'Public Sans';
    margin:0 0 10px;
    color:#0E2A62;
    font-size:42px;
}


#popup-designation{
    font-family: 'Public Sans';
    color:#0E2A62;
    font-size:14px;
    margin-bottom:15px;
}

.popup-contact{
    font-family: 'Public Sans';
    display:flex;
    gap:25px;
    margin-bottom:25px;
    flex-wrap:wrap;
}

.popup-contact a{
    color:#000;
    text-decoration:none;
    font-weight:600;
    display: flex;
    align-items: center;
    gap: 10px;
}


.popup-contact a:hover{
    color:#D4A017;
}

#popup-bio p{
    font-family: 'General Sans';
    margin-bottom:15px;
    line-height:1.5;
}

#popup-bio{
    color:#333;
    font-size:14px;
}

.team-member-image{
    cursor:pointer;
}


.popup-board-terms{
    margin-top:30px;
}

.popup-board-terms h4{
    font-family: 'Public Sans';
    font-size:24px;
    color:#0E2A62;
    font-weight:700;
    margin-bottom:10px;
}

#popup-board-terms{
    font-family: 'Public Sans';
    color:#0E2A62;
    font-size:16px;
    font-weight:500;
}

#popup-board-terms a {
    color: #0E2A62;
}




.board-term-section{
    padding:80px 0;
    background:#F5EFE4;
}

.board-title{
    text-align:center;
    color:#0E4B87;
    font-size:56px;
    font-weight:700;
    margin-bottom:20px;
}

.board-subtitle{
    text-align:center;
    font-size:32px;
    margin-bottom:70px;
    color:#222;
}

.board-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    padding: 0 40px;
}

.board-member{
    text-align:center;
    cursor:pointer;
}

.member-image{
    width: 100%;
    height: 350px;
    margin:0 auto 25px;
}

.member-image img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 40px;
}

.board-member h3{
    font-size:24px;
    color:#0E4B87;
    margin-bottom:10px;
    font-weight:700;
}

.member-role{
    font-size:18px;
    color:#222;
}



.hero-main{
    position: relative;
    overflow: hidden;
    background-image:url('https://1223242.us16.myftpupload.com/wp-content/uploads/2026/07/a7814b2b4a626cbc059e2516d4f5eccce52d419e-1.png');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:70vh;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0 40px;
}

.hero-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        71.47deg, rgba(0, 0, 0, 0.8) 
        7.92%, rgba(51, 51, 51, 0.64) 
        38.29%, rgba(64, 64, 64, 0.4) 
        50.46%, rgba(77, 77, 77, 0.08) 
        60.3%, rgba(102, 102, 102, 0) 67.5%
    );
    opacity: 0.8;
    z-index: 1;
}

.hero-main .hero-title p {
    background-color: #FFD6373D;
    padding: 10px 15px 10px 15px;
    border-radius: 54px;
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Public Sans';
}

.hero-main .hero-title p::before{
    content: "•";
    margin-right: 6px;
    font-size: 14px;
}


.hero-main .hero-desc p {
    font-family: "Public Sans", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 97%;
    color: #FFFFFF;
}

/* Keep content above overlay */
.hero-title,
.hero-desc {
    position: relative;
    z-index: 2;
}



/* Tablet */

@media (max-width: 1024px) {
    .request-form .form-label {
        width: 180px;
    }

    .request-form .submit-row {
        margin: 30px 0;
    }

    .become-form .form-label {
        width: 230px;
    }

    .become-form .submit-row {
        margin: 30px 0;
    }

    .team-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .job-card {
        padding: 18px;
        gap: 20px;
    }

    .job-card .job-middle {
        padding-left: 0;
    }

    .job-card .job-left .job-info h3 {
        font-size: 15px;
    }

    .job-card .job-middle strong {
        font-size: 15px;
    }

    .job-card .job-middle span {
        font-size: 13px;
    }

    .job-card .job-right button {
        font-size: 14px;
        padding: 10px 14px;
    }

    .contact-form-wrapper .submit-btn {
        margin-top: 33px;
    }

    .board-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .hero-main .hero-desc p {
        font-size: 44px;
    }

    .board-title {
        font-size: 32px;
    }

    .board-subtitle {
        font-size: 18px;
    }
}

/* Mobile */

@media (max-width: 767px) {

    .request-form .form-row {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 24px;
    }

    .request-form .form-label {
        width: 100%;
    }

    .request-form .icon {
        width: 40px;
        height: 40px;
    }

    .request-form input[type="text"],
    .request-form input[type="email"],
    .request-form input[type="tel"],
    .request-form textarea {
        border-radius: 10px;
    }

    .request-form input::placeholder,
    .request-form textarea::placeholder {
        font-size: 12px;
    }

    .request-form input[type="text"],
    .request-form input[type="email"],
    .request-form input[type="tel"] {
        height: 40px;
    }

    .request-form .wpcf7-submit {
        border-radius: 10px;
        font-size: 14px;
    }

    .request-form .submit-row {
        margin-top: 25px;
    }

    .request-form .wpcf7-submit {
        width: 100%;
    }

    .become-form .form-row {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 24px;
    }

    .become-form .form-label {
        width: 100%;
    }

    .become-form .icon {
        width: 40px;
        height: 40px;
    }

    .become-form input[type="text"],
    .become-form input[type="email"],
    .become-form input[type="tel"],
    .become-form textarea {
        border-radius: 10px;
    }

    .become-form input::placeholder,
    .become-form textarea::placeholder {
        font-size: 12px;
    }

    .become-form input[type="text"],
    .become-form input[type="email"],
    .become-form input[type="tel"] {
        height: 40px;
    }

    .become-form .wpcf7-submit {
        border-radius: 10px;
        font-size: 14px;
    }

    .become-form .submit-row {
        margin-top: 25px;
    }

    .become-form .wpcf7-submit {
        width: 100%;
    }

    .team-grid{
        grid-template-columns:1fr;
    }

    .job-search {
        flex-direction: column;
    }

    .job-search .search-location,
    #job-search-btn {
        width: 100%;
    }

    .job-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 16px;
    }

    .job-card .job-left {
        width: 100%;
    }

    .job-card .job-middle {
        width: 100%;
        padding-left: 0;
        gap: 15px;
    }

    .job-card .job-right {
        width: 100%;
    }

    .job-search .search-location input {
        height: 40px;
        border-radius: 10px;
    }

    .job-card .job-right button {
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .job-card .job-left img {
        width: 40px;
        height: 40px;
    }

    .job-card .job-left .job-info h3 {
        font-size: 14px;
    }

    .job-card .job-left .job-info .location-sec p {
        font-size: 13px;
    }

    .job-card .job-middle strong {
        font-size: 14px;
    }

    .job-card .job-middle span {
        font-size: 13px;
    }

    .popup-content {
        width: 95%;
        padding: 20px;
    }

    .popup-job-data h2 {
        font-size: 16px;
    }

    .popup-location,
    .popup-item,
    .popup-job-data p {
        font-size: 16px;
    }

    .contact-form-wrapper .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .contact-form-wrapper input[type="text"],
    .contact-form-wrapper input[type="email"],
    .contact-form-wrapper select,
    .contact-form-wrapper textarea {
        padding: 8px 16px;
        height: 40px;
        border-radius: 10px;
    }

    .contact-form-wrapper .wpcf7-submit {
        width: 100%;
    }

    .support-form .form-row {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

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

    .support-form input,
    .support-form select,
    .support-form textarea {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .footer_info .elementor-icon-box-wrapper {
        flex-direction: column;
    }

    .footer_info .elementor-icon-box-wrapper .elementor-icon-box-content {
        text-align: center;
    }

    select.custom-select-style {
        padding-left: 16px;
    }


    /* team members detail Popup */
    .team-modal-content {
        width: 90%;
        max-width: 90%;
        padding: 20px;
        margin: 20px auto;
        max-height: 85vh;
        overflow-y: auto;
    }

    .team-popup-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .team-popup-image img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }

    .team-popup-content {
        width: 100%;
    }

    /* .team-popup-content #heading {
        color: #0E2A62 !important;
    } */

    #popup-name {
        font-size: 28px;
        line-height: 1.2;
        word-break: break-word;
    }

    #popup-bio {
        font-size: 16px;
        line-height: 1.7;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .popup-contact a {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        word-break: break-word;
    }

    .popup-contact {
        gap: 15px;
        margin: 20px 0;
    }


    .board-grid{
        grid-template-columns:1fr;
        padding: 0 20px;
    }

    .board-title{
        font-size:28px;
    }

    .board-subtitle{
        font-size: 15px;
        margin-bottom: 40px;
    }

    .hero-main {
        padding: 0 20px;
    }

    .hero-main .hero-desc p {
        font-size: 28px;
    }


}

@media (min-width: 425px) and (max-width: 768px) {
    .choose-us-sec .elementor-widget-icon-box {
        width: 100%;
    }

    .process-sec .elementor-widget-icon-box  {
        width: 100%;
    }

    .elementor-7 .elementor-element.elementor-element-39608df0 img {
        height: 300px;
        object-position: center 33%;
    }

    

    
}

