/*
Theme Name: The8 Shop Dark Child
Description: The8 Shop Dark ka child theme
Author: Aap ka Naam
Template: the8-shop-dark
Version: 1.0.0
Text Domain: the8-shop-dark-child
*/

body.page-id-2609 #static_header_banner {
    display: none;
}
body.page-id-2609 #content {
    padding-top: 0;
}
.the8-shop-dark-post-wrap .wp-block-paragraph {
    color: #fff;
}
.content-wrap h2 {
    margin-top: 25px;
    color: #cdcccc;
    font-size: 24px;
}
.content-wrap .elementor-widget-text-editor {
    color: #dfdfdf;
}

/* FOOTER */

body #colophon.site-footer .row.the8-shop-dark-flex .widget_nav_menu {
    width: 100% !important;
	padding: 0;
    margin: 0;
}
body #colophon.site-footer .row.the8-shop-dark-flex .widget_nav_menu ul#menu-footer-menu {
    display: flex;
    justify-content: space-between;
}
body #colophon.site-footer .row.the8-shop-dark-flex, .footer_widget_wrap .row.the8-shop-dark-flex {
    display: inline-flex;
    width: 100%;
    margin: 0;
}
body #colophon.site-footer {
    display: flex;
    flex-direction: column;
}
body #colophon.site-footer .lit-footer-extra {
    order: 0;
    border-bottom: 0;
    border-top: 1px solid #383737;
}
body #colophon.site-footer .footer_widget_wrap {
    order: 1;
}
body #colophon.site-footer .site_info {
    order: 3;
    font-size: 13px;
}

/* ============================================
   LIT CONTACT FORM STYLING
   ============================================ */

.lit-contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: #1a1a1a;
    border-radius: 8px;
}

.lit-form-row {
    margin-bottom: 20px;
}

.lit-contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Input, Email, Tel, Textarea */
.lit-contact-form input[type="text"],
.lit-contact-form input[type="email"],
.lit-contact-form input[type="tel"],
.lit-contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.lit-contact-form input[type="text"]:focus,
.lit-contact-form input[type="email"]:focus,
.lit-contact-form input[type="tel"]:focus,
.lit-contact-form textarea:focus {
    outline: none;
    border-color: #c9a227;
    background: #222222;
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.1);
}

.lit-contact-form input::placeholder,
.lit-contact-form textarea::placeholder {
    color: #888888;
    font-size: 14px;
}

.lit-contact-form textarea {
    min-height: 140px;
    resize: vertical;
    line-height: 1.6;
}

/* Submit Button */
.lit-contact-form input[type="submit"] {
    display: inline-block;
    width: 100%;
    padding: 14px 30px;
    background: #c9a227;
    color: #1a1a1a;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lit-contact-form input[type="submit"]:hover {
    background: #e0b830;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(201, 162, 39, 0.3);
}

/* Response Messages */
.lit-contact-form .wpcf7-response-output {
    margin-top: 20px;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.lit-contact-form .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.home-text p {
    text-align: center;
    color: #cdc9c9;
    font-style: italic;
    font-size: 18px;
}
.service-features .elementor-icon svg {
    color: #e2e2e2;
    fill: #e2e2e2;
}
.service-features h3.elementor-icon-box-title span {
    font-size: 22px;
    color: #e2e2e2;
}
.service-features p.elementor-icon-box-description {
    color: #e2e2e2;
    line-height: 22px;
}
body #colophon.site-footer .site_info .col-6.text-end {
        display: none;
    }
    body #colophon.site-footer .site_info .col-6 {
        width: 100%;
        text-align: center;
    }

/* ============================================
   TWO WAYS TO DEAL WITH US SECTION
   ============================================ */

.lit-two-ways {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* Header */
.lit-ways-header {
    position: relative;
    margin-bottom: 55px;
}

.lit-subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #888;
    font-weight: 600;
    margin-bottom: 12px;
}

.lit-ways-header h2 {
    font-size: 48px;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.15;
}

.lit-header-desc {
    position: absolute;
    right: 0;
    top: 30px;
    max-width: 290px;
    font-style: italic;
    color: #777;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Grid */
.lit-ways-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* Box */
.lit-way-box {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 50px 45px 45px;
    transition: all 0.35s ease;
}

.lit-way-box:hover {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* Icon */
.lit-way-icon {
    margin-bottom: 25px;
    line-height: 1;
}

.lit-way-icon svg {
    display: block;
}

/* Heading */
.lit-way-box h3 {
    font-size: 38px;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 18px;
    line-height: 1.1;
}

/* Divider */
.lit-way-divider {
    width: 45px;
    height: 2px;
    background: #1a1a1a;
    margin-bottom: 22px;
}

/* Paragraph */
.lit-way-box p {
    color: #555;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 30px;
}

/* Learn More Link */
.lit-way-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lit-way-link span {
    transition: transform 0.3s ease;
    display: inline-block;
}

.lit-way-link:hover {
    color: #c9a227;
}

.lit-way-link:hover span {
    transform: translateX(5px);
}    

@media (max-width: 992px) {
    .lit-ways-header h2 {
        font-size: 38px;
    }
    .lit-header-desc {
        position: static;
        margin-top: 15px;
        max-width: 100%;
    }
    .lit-way-box {
        padding: 40px 30px;
    }
    .lit-way-box h3 {
        font-size: 32px;
    }
}
 
/* Mobile Responsive */
@media screen and (max-width: 768px) {
    header.site-header .logo-wrap,
    header.site-header .header_icon_wrap {
        padding: 10px;
    }
    #masthead ul.header-icon {
        margin: 0 0 0 auto;
    }
    header.site-header {
        position: relative;
    }
    body #colophon.site-footer .row.the8-shop-dark-flex .widget_nav_menu ul#menu-footer-menu {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    #colophon.site-footer li.menu-item a {
        font-size: 13px;
        line-height: 16px;
    }
    #colophon.site-footer li.menu-item {
        padding: 3px 0;
    }
    .lit-two-ways {
        padding: 50px 20px;
    }
    .lit-ways-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lit-ways-header {
        margin-bottom: 35px;
    }
    .lit-ways-header h2 {
        font-size: 30px;
    }
    .lit-way-box {
        padding: 35px 25px;
    }
    .lit-way-box h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 600px) {
    .lit-contact-form {
        padding: 20px 15px;
    }
    .lit-contact-form label {
        font-size: 13px;
    }
}
