/*
Theme Name: Stylex
Theme URI: https://shtheme.com/demosd/stylex
Author: Shtheme
Author URI: https://shtheme.com
Description: This is a fully responsive WordPress theme with a modern design suitable for all creative fields. The theme is featuring a powerful fullscreen background video and imagery making it a perfect choice for photographers, artists and designers who want to showcase their work.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: stylex

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



p.comment-form-cookies-consent {
    display: none;
}

span.ajax-loader {
    display: none !important;
}

div.wpcf7-response-output {
    color: #e0e0e0;
    margin: 10px 0 0 0;
}

.search-custom form input {
    width: 100%;
    padding: 9px 12px;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
    color: #111;
}

.search-custom form button {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    height: 43px;
    position: relative;
    width: 43px;
    cursor: pointer;
    float: right;
    background: #111;
    margin-top: -43px;
    padding: 0;
    letter-spacing: 0;
}

.search-custom form button:hover {
    background: #fff;
    border: 1px solid #111;
    color: #111;
}

.search-custom h4 {
    font-weight: 600;
    font-size: 20px;
    color: #e0e0e0;
}

h3.comment-reply-title {
    margin-left: 15px !important;
    font-size: 40px;
    margin: 0 auto 30px auto;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: none;
    line-height: 1.5;
    text-align: left;
    letter-spacing: normal;
    color: #e0e0e0;
    padding: 0;
    z-index: 2;
}

#form input.submit {
    border-bottom: none;
    margin: 19px auto 0 auto;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    color: #fff;
    border: 1px solid #fff;
    width: auto;
    padding: 10px;
}

p.form-submit {
    text-align: center;
}

p.logged-in-as {
    margin-left: 15px;
}

.comments h4 {
    color: #fff;
    font-weight: 600;
}

.comments h4 span {
    margin-left: 10px;
}

.recentcomments a,
.recentcomments {
    color: #fff;
    font-weight: 600;
}

.widget br {
    display: none;
}

.error {
    margin: 30px auto;
}

.wpcf7-form p {
    display: none;
}

.wpcf7-form #form input.wpcf7-submit {
    color: #e0e0e0;
    border-bottom: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 800;
}

nav.navigation-menu li.current_page_item a,
nav.navigation-menu li.current-menu-parent a {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-shadow: none;
}

.hero-bg {
    position: fixed;
}

.swiper-scrollbar {
    position: absolute !important;
    background: rgba(119, 119, 119, .75) !important;
    border-radius: 0 !important;
}

.swiper-scrollbar-drag {
    border-radius: 50% !important;
    background: #fff !important;
    top: -8px !important;
    height: 16px !important;
}

.home-page {
    height: 100vh;
}

.elementor-lightbox {
    display: none !important;
}


/* Menu Privacy Policy Text - Added to Root Style.css for Priority */
.panel-from-right .menu-privacy-policy {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 9999 !important;
    /* Increased z-index */
    text-align: right;
    width: auto;
    /* Changed from fixed width to auto */
    pointer-events: auto;
    /* Ensure clickable */
}

.panel-from-right .menu-privacy-policy a {
    font-family: 'Poppins', sans-serif;
    /* Fallback font might be needed if Poppins not loaded */
    font-family: 'Raleway', 'Montserrat', sans-serif;
    /* Using theme fonts */
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    /* Changed to full white for visibility test */
    opacity: 0.6;
    margin: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.panel-from-right .menu-privacy-policy a:hover {
    opacity: 1;
    color: #fff;
}

@media only screen and (max-width: 880px) {
    .panel-from-right .menu-privacy-policy {
        bottom: 70px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        padding: 0;
    }
}

/* Remove Film Grain / Watermark Effect - Added to Root Style.css for Priority */
.film-grain,
.film-grain-50,
.film-grain-all {
    display: none !important;
    background: none !important;
    opacity: 0 !important;
}

/* Contact Modal Styles */
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.custom-modal.active {
    opacity: 1;
    visibility: visible;
}

.custom-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    /* Dark overlay */
    backdrop-filter: blur(5px);
}

.custom-modal .modal-content {
    position: relative;
    background: #111;
    /* Very dark background */
    width: 100%;
    max-width: 500px;
    padding: 60px 50px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    z-index: 100000;
    text-align: center;
    color: #fff;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.custom-modal.active .modal-content {
    transform: translateY(0);
}

.close-modal {
    position: absolute;
    top: 25px;
    right: 30px;
    background: none;
    border: none;
    color: #555;
    font-size: 28px;
    cursor: pointer;
    transition: color 0.3s;
}

.close-modal:hover {
    color: #fff;
}

.modal-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    font-style: italic;
    /* Match design italic Feel */
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.modal-title em {
    font-style: italic;
    color: #aaa;
    /* Slight gray for US */
}

.modal-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #555;
    margin-top: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.custom-contact-form .form-group {
    text-align: left;
    margin-bottom: 10px;
}

.custom-contact-form label {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #bcbaba;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="email"] {
    width: 100%;
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    outline: none;
    transition: border-color 0.3s;
}

.custom-contact-form input:focus {
    border-color: #444;
}

.custom-contact-form input::placeholder {
    color: #bcbaba;
    font-size: 12px;
}

/* GDPR Checkbox */
.gdpr-consent {
    margin-top: 25px;
    margin-bottom: 25px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 11px;
    line-height: 1.4;
    color: #bcbaba;
    user-select: none;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    /* Keep natural case for sentence */
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #1e1e1e;
    border-radius: 4px;
    border: 1px solid #333;
}

.checkbox-container:hover input~.checkmark {
    background-color: #252525;
}

.checkbox-container input:checked~.checkmark {
    background-color: #fff;
    border-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    /* Black check inside white box */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.submit-btn {
    width: 100%;
    background: #fff;
    color: #000;
    border: none;
    padding: 18px;
    border-radius: 50px;
    /* Pill shape */
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
}

.submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.submit-btn:hover:not(:disabled) {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}

.form-footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.divider-line {
    height: 1px;
    background: #222;
    flex-grow: 1;
}

.response-time {
    margin: 0 15px;
    position: relative;
}

.bolt-icon {
    width: 40px;
    height: 40px;
    border: 1px dashed #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.response-text {
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    color: #444;
    letter-spacing: 0.5px;
    margin: 0;
}

/* Response on mobile */
@media (max-width: 600px) {
    .custom-modal .modal-content {
        padding: 40px 25px;
        width: 90%;
        max-width: 90%;
    }

    .modal-title {
        font-size: 24px;
    }

    /* Adjust Close & X position on Mobile */
    .close-modal {
        top: 15px;
        right: 15px;
        font-size: 24px;
    }
}

/* Update: Single full width divider */
.divider-line-full {
    height: 1px;
    background: #222;
    width: 100%;
    margin-bottom: 20px;
}

/* Update: Privacy Policy Link */
.privacy-policy-link {
    display: inline-block;
    color: #444;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    border-bottom: 1px solid transparent;
}

.privacy-policy-link:hover {
    color: #fff;
    border-bottom-color: #fff;
}

/* Update: Select Box Styling */
.select-wrapper {
    position: relative;
    width: 100%;
}

.custom-contact-form select {
    width: 100%;
    background: #1e1e1e;
    /* Exactly match input background */
    border: 1px solid #1e1e1e;
    color: #bcbaba;
    padding: 15px 40px 15px 20px;
    /* Right padding for arrow space */
    border-radius: 8px;
    /* Match input radius */
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s;
    height: 48px;
    /* Enforce same height as inputs */
}

.custom-contact-form select:focus {
    border-color: #444;
}

/* Custom Down Arrow */
.select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border: solid #bcbaba;
    border-width: 0 1px 1px 0;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.custom-contact-form select option {
    background: #1e1e1e;
    color: #fff;
    padding: 10px;
}

/* Success Message Styling */
.success-message-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
    /* Ensure vertical centering space */
    animation: fadeIn 0.5s ease;
}

.success-card {
    background: #004d00;
    /* Dark elegant green */
    border: 1px solid #006600;
    color: #fff;
    padding: 20px 40px;
    border-radius: 50px;
    /* Pill/Thin card shape */
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 30px rgba(0, 100, 0, 0.3);
    text-align: center;
    width: auto;
    max-width: 90%;
}

.success-card p {
    margin: 0;
}

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

    to {
        opacity: 1;
        transform: translateY(0);
    }
}