/*Footer*/
ul#menu-countries,
ul#menu-our-services,
ul#menu-useful-links {
    display: grid;
}
/*/Footer/*/

/*Services*

/*Services Heading*/
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--title {
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 500;
}

/*Services Description*/
.pxl-service-carousel4 .pxl-item--inner .pxl-item--holder .pxl-item--content {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 12px;
}

/*Services Button*/

.btn--readmore .btn-readmore--text {
    font-family: 'Roboto';
    font-size: 13.5px;
    text-transform: none;
    background: #fff;
    color: #0c7e83;
    border: 1px solid #0c7e83;
    border-radius: 25px;
    padding: 9px 20px;
    transition: transform 250ms linear 0ms;
}
.btn--readmore .btn-readmore--text:hover {
    font-family: 'Roboto';
    font-size: 13.5px;
    text-transform: none;
    background: #e5b54f;
    color: #fff;
    border: 1px solid #f5c963;
    border-radius: 25px;
    padding: 9px 20px;
    transition: transform 250ms linear 0ms;
}
.btn--readmore .btn-readmore--icon {
    display: none !important;
}
/*/Services/*/

/*Junexa Form*/
.custom-cf7-wrapper,
.custom-cf7-wrapper *,
.custom-cf7-wrapper *::before,
.custom-cf7-wrapper *::after {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 100% !important;
    font: inherit !important;
    vertical-align: baseline !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    list-style: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    transition: none !important;
    transform: none !important;
    animation: none !important;
}

/* Wrapper Base Styles */
.custom-cf7-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    line-height: 1.5 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Form Container */
.custom-cf7-form {
    width: 100% !important;
    padding: 30px !important;
    border-radius: 12px !important;
}

/* Bootstrap Grid */
.custom-cf7-wrapper .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.custom-cf7-wrapper [class*="col-"] {
    position: relative !important;
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.custom-cf7-wrapper .col-12 { 
    flex: 0 0 100% !important; 
    max-width: 100% !important; 
}

.custom-cf7-wrapper .col-lg-6 { 
    flex: 0 0 100% !important; 
    max-width: 100% !important; 
}

.custom-cf7-wrapper .col-lg-12 { 
    flex: 0 0 100% !important; 
    max-width: 100% !important; 
}

@media (min-width: 992px) {
    .custom-cf7-wrapper .col-lg-6 { 
        flex: 0 0 50% !important; 
        max-width: 50% !important; 
    }
}

/* Form Group */
.custom-cf7-wrapper .custom-form-group {
    margin-bottom: 20px !important;
    width: 100% !important;
    position: relative !important;
}

/* Input Fields */
.custom-cf7-wrapper input.custom-input,
.custom-cf7-wrapper .wpcf7-form-control.custom-input {
    width: 100% !important;
    height: 50px !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    background-color: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    display: block !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.custom-cf7-wrapper input.custom-input:focus {
    border-color: #0d565f !important;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1) !important;
}

.custom-cf7-wrapper input.custom-input::placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

/* ========================================
   CUSTOM SELECT WITH PLACEHOLDER
   ======================================== */

/* Select Container */
.custom-cf7-wrapper .custom-select-container {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    height: 50px !important;
}

/* Custom Select Input - Hide default text completely when empty */
.custom-cf7-wrapper select.custom-select-input,
.custom-cf7-wrapper .wpcf7-form-control.custom-select-input,
.custom-cf7-wrapper .wpcf7-select.custom-select-input {
    width: 100% !important;
    height: 50px !important;
    padding: 12px 45px 12px 18px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    background-color: #ffffff !important;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1 1L6 6L11 1" stroke="%23666666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e') !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 12px 8px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    outline: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    transition: all 0.3s ease !important;
    display: block !important;
    position: relative !important;
    z-index: 2 !important;
}

/* CRITICAL: Hide select text until user makes a selection */
.custom-cf7-wrapper select.custom-select-input.empty-select {
    color: transparent !important;
    text-shadow: none !important;
}

/* Show text color when option is selected */
.custom-cf7-wrapper select.custom-select-input.has-value {
    color: #333333 !important;
}

/* Focus state */
.custom-cf7-wrapper select.custom-select-input:focus,
.custom-cf7-wrapper .wpcf7-form-control.custom-select-input:focus {
    border-color: #0d565f !important;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1) !important;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1 1L6 6L11 1" stroke="%234a90e2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e') !important;
}

/* Placeholder Span - Positioned as overlay */
.custom-cf7-wrapper .custom-select-placeholder {
    position: absolute !important;
    top: 50% !important;
    left: 18px !important;
    transform: translateY(-50%) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #999999 !important;
    pointer-events: none !important;
    display: block !important;
    z-index: 3 !important;
    background: transparent !important;
    white-space: nowrap !important;
    transition: opacity 0.2s ease !important;
}

/* Hide placeholder when value is selected */
.custom-cf7-wrapper .custom-select-placeholder.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Select Options Styling */
.custom-cf7-wrapper select.custom-select-input option {
    padding: 10px !important;
    font-size: 15px !important;
    color: #333333 !important;
    background-color: #ffffff !important;
}

/* Submit Button - Full Width Rounded */
.custom-cf7-wrapper input.custom-submit-btn,
.custom-cf7-wrapper .wpcf7-submit.custom-submit-btn,
.custom-cf7-wrapper button.custom-submit-btn {
    width: 100% !important;
    height: 55px !important;
    padding: 14px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #159ba2 0%, #0d565f 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: block !important;
    text-align: center !important;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3) !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.custom-cf7-wrapper input.custom-submit-btn:hover,
.custom-cf7-wrapper .wpcf7-submit.custom-submit-btn:hover {
    background: linear-gradient(135deg, #333 0%, #333 100%) !important;
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.5) !important;
    transform: translateY(-2px) !important;
}

.custom-cf7-wrapper input.custom-submit-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3) !important;
}

/* Text Center */
.custom-cf7-wrapper .text-center {
    text-align: center !important;
}

/* Validation Error Messages */
.custom-cf7-wrapper .wpcf7-not-valid-tip {
    display: block !important;
    color: #e74c3c !important;
    font-size: 13px !important;
    margin-top: 5px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    background: transparent !important;
}

.custom-cf7-wrapper .wpcf7-not-valid {
    border-color: #e74c3c !important;
}

/* Success/Error Messages */
.custom-cf7-wrapper .wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.custom-cf7-wrapper .wpcf7-mail-sent-ok {
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    color: #155724 !important;
}

.custom-cf7-wrapper .wpcf7-validation-errors,
.custom-cf7-wrapper .wpcf7-mail-sent-ng {
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    color: #721c24 !important;
}

/* Responsive */
@media (max-width: 767px) {
    .custom-cf7-form {
        padding: 20px !important;
    }
    
    .custom-cf7-wrapper .custom-form-group {
        margin-bottom: 15px !important;
    }
}

/* Loading Spinner */
.custom-cf7-wrapper .wpcf7-spinner {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    border-top-color: #ffffff !important;
    animation: spin 0.8s linear infinite !important;
    margin-left: 10px !important;
    vertical-align: middle !important;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
    display: none;
}

.pxl-select .pxl-select-higthlight {
    display: none;
}
/*/Junexa Form/*/

/*Service-pg*/

.pxl-service-grid-layout4 .pxl-grid-inner .pxl-grid-item .pxl-item--inner .wrap-content {
    background-color: #0d565f;
}
/*/Service-pg/*/

/*Resp*/

@media screen and (max-width: 1199px) {
    .pxl-menu-primary li.menu-item > a:hover, .pxl-menu-primary li.menu-item > a.current, .pxl-menu-primary li.menu-item.current_page_item > a, .pxl-menu-primary li.menu-item.current-menu-item > a, .pxl-menu-primary li.menu-item.current_page_ancestor > a, .pxl-menu-primary li.menu-item.current-menu-ancestor > a {
        color: #0c7e83;
}
/*/Resp/*/