/*
 Theme Name:   Solteck Child
 Theme URI:    https://themewant.com/products/wordpress/soltech
 Description:  Solteck Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     solteck
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */


.points {
    pointer-events: none;
}
/* 16.07.26 */

/* footer form */
.footer input {
    margin-bottom: 10px !important;
    width: 100% !important;
    border: white !important;
    border-radius: 5px;
}

.footer textarea {
    padding-top: 10px !important;
    font-family: 'DM Sans';
    border-radius: 5px;
} 

.footer .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-bottom: 5px;
}
/* footer form */

/* Home hero section */
.top-hero .inner-box {
    background-image: unset !important;
}
/* Home hero section */



/* 23.07.26 */

/* contact form */
.contact input.wpcf7-not-valid {
    margin-bottom: 0px !important;
}

.contact .wpcf7-not-valid-tip {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.contact textarea {
    margin-bottom: 0px !important;
}
.contact .wpcf7-submit {
    margin-bottom: 20px;
}
.contact .wpcf7-tel {
    border: 1px solid #f2f2f2 !important;
}
/* contact form */

/* 28.07.26 */

/* header section */
.head-menu .menu-item-type-custom.current-menu-ancestor a {
    background: #004f8f;
    color: #fff !important;
}

.head-menu .menu-item-type-custom.current-menu-ancestor .sub-menu-item{
    border-radius: 5px;
	}
	
.head-menu .menu-item-type-custom.current-menu-ancestor .sub-menu-item .sub-menu-link {
    color: #000 !important;
}

.head-menu .menu-item-type-custom.current-menu-ancestor .sub-menu-item.current_page_item .sub-menu-link{
 color: #fff !important;
 }

.head-menu .menu-odd .menu-item-has-children a:hover {
    color: #fff !important;
}


/* header section */


/* =========================================
   TEAM POPUP OVERLAY
========================================= */

.team-popup-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;

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

    padding: 20px;

    background: rgba(0, 0, 0, 0.75);

    z-index: 999999;

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;
}


/* popup team - 02.09.26 */


/* =========================================
   STAFF POPUP OVERLAY
========================================= */

.staff-modal-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}


/* =========================================
   POPUP BOX
========================================= */

.staff-modal-box {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border-radius: 12px;
    align-content: center;
    align-items: center;
}


/* =========================================
   LEFT - IMAGE SECTION
========================================= */

.staff-modal-media {
    width: 40%;
    flex: 0 0 40%;
    min-height: 450px;
    margin-left: 20px;
    margin-top: 20px;
}

.staff-modal-media img {
    width: 100%;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}

/* =========================================
   RIGHT - CONTENT SECTION
========================================= */

.staff-modal-info {
    width: 60%;
    flex: 0 0 60%;
    padding: 50px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.staff-modal-info h2 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.2;
    color: #222;
}

.staff-modal-title {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #0a71af;
}

.staff-modal-info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    width: 100%;
    text-align: justify;
    color: #000000;
}

.staff-modal-info strong {
    color: #222;
}


/* =========================================
   TABLET
========================================= */

@media(min-width:768px) and (max-width:820px){
.pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    right: 10px !important;
    top: 0px !important; 
}
	 .staff-modal-box {
        height: -webkit-fill-available;
        overflow-y: scroll;
    }
}

@media (max-width: 767px) {

    .staff-modal-overlay {
        align-items: flex-start;
        padding: 15px;
    }
	
	.staff-modal-media img {
    width: 80%;
}

    .staff-modal-box {
        flex-direction: column;
        max-width: 600px;
        margin: 30px auto;
    }

    .staff-modal-media {
        width: 100%;
        flex: 0 0 auto;
        height: 300px;
        min-height: 300px;
    }

    .staff-modal-info {
        width: 100%;
        flex: 0 0 auto;
        padding: 30px 25px;
    }

    .staff-modal-info h2 {
        font-size: 26px;
    }

    .staff-modal-title {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .staff-modal-info p {
        font-size: 15px;
        line-height: 1.7;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

    .staff-modal-overlay {
        padding: 10px;
    }

    .staff-modal-box {
        margin: 15px auto;
        border-radius: 8px;
        height: -webkit-fill-available;
        overflow-y: scroll;
    }
	
.pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    right: 0px !important;
    top: 0px !important; 
	}

    .staff-modal-media {
        height: 240px;
        min-height: 240px;
    }

    .staff-modal-info {
        padding: 25px 20px;
    }

    .staff-modal-info h2 {
        font-size: 23px;
    }

    .staff-modal-title {
        font-size: 15px;
    }

    .staff-modal-info p {
        font-size: 14px;
        line-height: 1.65;
    }
}



/* popup team - 02.09.26 */

/* POPUP FORM */

/* =========================================
   Popup Contact Form
   ========================================= */

.popup-contact-form {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 0px;
    background: #ffffff;
    box-sizing: border-box;
}

/* Form Group */
.popup-contact-form .form-group {
    margin-bottom: 0px;
}

/* Inputs + Textarea */
.popup-contact-form input[type="text"],
.popup-contact-form input[type="email"],
.popup-contact-form input[type="tel"],
.popup-contact-form textarea {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #222;
	margin-bottom: 0px;
    font-family: inherit;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Textarea */
.popup-contact-form textarea {
    height: 120px;
    padding: 14px 16px;
    resize: vertical;
    line-height: 1.5;
}

/* Placeholder */
.popup-contact-form input::placeholder,
.popup-contact-form textarea::placeholder {
    color: #888;
    opacity: 1;
}

.form-group-two {
    display: flex;
    gap: 10px;
}

/* Focus */
.popup-contact-form input:focus,
.popup-contact-form textarea:focus {
    border-color: #0a71af;
    box-shadow: 0 0 0 2px rgba(10, 113, 175, 0.08);
}

/* Submit Button */
.popup-contact-form input[type="submit"] {
    width: 100%;
    height: 52px;
    padding: 0 25px;
    border: 0;
    border-radius: 4px;
    background: #0a71af;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Submit Hover */
.popup-contact-form input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

/* CF7 Validation */
.popup-contact-form .wpcf7-not-valid {
    border-color: #dc3232 !important;
}

.popup-contact-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
    color: #dc3232;
}

/* CF7 Response */
.popup-contact-form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 10px 12px !important;
    font-size: 13px;
    border-radius: 4px;
}

/* Remove extra spacing */
.popup-contact-form .wpcf7-form-control-wrap {
    display: block;
}

/* Mobile */
@media (max-width: 767px) {

    .popup-contact-form {
        max-width: 100%;
        padding: 20px;
    }

    .popup-contact-form .form-group {
        margin-bottom: 0px;
    }

    .popup-contact-form input[type="text"],
    .popup-contact-form input[type="email"],
    .popup-contact-form input[type="tel"] {
        height: 48px;
        font-size: 14px;
    }

    .popup-contact-form textarea {
        height: 100px;
        font-size: 14px;
    }

    .popup-contact-form input[type="submit"] {
        height: 48px;
        font-size: 15px;
    }
}