/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* =========================================================
   GLOBAL / THEME OVERRIDES
========================================================= */

.container.wd-slide-container.content-full-width,
.main-page-wrapper,
.site-content.col-lg-12.col-12.col-md-12,
.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light,
.elementor-template-full-width .row > [data-elementor-type],
.page-id-15871.elementor-template-full-width .row > [data-elementor-type],
.page-id-15589.elementor-template-full-width .row > [data-elementor-type] {
    margin-bottom: 0 !important;
}

.container.wd-slide-container.content-full-width {
    padding: 0;
}

.main-page-wrapper {
    padding-top: 0 !important;
}

.site-content.col-lg-12.col-12.col-md-12 {
    margin-bottom: 0;
}

.ckw .elementor-widget-container {
    box-shadow: none !important;
}


/* =========================================================
   HEADER / NAVIGATION
========================================================= */

.wd-nav.wd-gap-l {
    gap: 80px !important;
}

.wd-nav[class*="wd-style-"] > li:is(.current-menu-item, .wd-active, .active) > a,
.wd-nav[class*="wd-style-"] > li:hover > a {
    color: #ff005c !important;
}

.wd-nav-main > li > a,
.wd-nav-secondary > li > a {
    color: #fff5fa;
    font-size: 16px;
    text-transform: capitalize;
}

.site-logo img,
a.wd-logo.wd-main-logo img {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* =========================================================
   HERO VIDEO SECTION
========================================================= */

.slid_main {
    width: 100%;
    overflow: hidden;
}

.slid_main .video_slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    height: 80vh;
    padding: 80px 20px;
    overflow: hidden;
}

.slid_main .video_slider::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.50) 40%,
        rgba(0, 0, 0, 0.65) 100%
    );
}

.slid_main .elementor-background-video-container {
    position: absolute !important;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.slid_main .elementor-background-video-container iframe {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 177.77777778vh !important;
    height: 100vh !important;
    min-width: 100vw !important;
    min-height: 56.25vw !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: none;
}

.slid_main .elementor-widget,
.slid_main .e-con-inner,
.slid_main .video_slider > * {
    position: relative;
    z-index: 2;
}


/* =========================================================
   SLIDER DARK OVERLAY
========================================================= */

#slider-70 .video_slider {
    position: relative !important;
    overflow: hidden;
}

#slider-70 .video_slider::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.55) !important; 
    pointer-events: none;
}

#slider-70 .elementor-background-video-container {
    z-index: 1 !important;
}

#slider-70 .elementor-widget,
#slider-70 .e-con-inner,
#slider-70 .elementor-container,
#slider-70 .elementor-element {
    position: relative;
    z-index: 3;
}


/* =========================================================
   IMAGE GALLERY WITH TITLE
========================================================= */

.img_with_title .wd-gallery-item {
    position: relative;
    overflow: hidden;
}

.img_with_title .wd-gallery-item a {
    position: relative;
    display: block;
}

.img_with_title .wd-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.img_with_title .wd-gallery-item a::after {
    content: attr(data-title);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 5px;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

.img_with_title .wd-grid-g {
    gap: 24px;
}

.wd-grid-g .wd-gallery-item .gallery-title {
    position: absolute;
    right: 7px;
    bottom: 0;
    left: 7px;
    z-index: 5;
    padding: 45px 15px 14px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
}

.wd-images-gallery .wd-gallery-item::after {
    display: none !important;
}


/* =========================================================
   BEFORE / AFTER SLIDER
========================================================= */

.cocoen-drag::before {
    border-right-color: #ff005c !important;
}

.cocoen-drag::after {
    border-left-color: #ff005c !important;
}

span.cocoen-drag {
    width: 3px !important;
    background-color: #ff005c !important;
}


/* =========================================================
   BUTTONS
========================================================= */

#booth span.wd-btn-text {
    text-transform: lowercase;
}

.btn-color-custom {
    color: #ff005c;
    border: none !important;
    font-size: 12px !important;
}


/* =========================================================
   WPFORMS CONTACT FORM
========================================================= */

#wpforms-15710 {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 20px;
}

#wpforms-15710 .wpforms-field {
    margin-bottom: 26px;
    padding: 0;
}

#wpforms-15710 .wpforms-field-label {
    margin-bottom: 10px;
    color: #fff5fa;
    font-size: 16px;
    font-weight: 400;
}

#wpforms-15710 .wpforms-required-label {
    color: #ff005c;
}

#wpforms-15710 input,
#wpforms-15710 textarea {
    width: 100%;
    max-width: 100%;
    padding: 16px 18px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    box-shadow: none;
    transition: all 0.25s ease;
}

#wpforms-15710 input {
    height: 40px;
}

#wpforms-15710 textarea {
    min-height: 170px;
    resize: vertical;
}

#wpforms-15710 input::placeholder,
#wpforms-15710 textarea::placeholder {
    color: #aaaaaa;
}

#wpforms-15710 input:focus,
#wpforms-15710 textarea:focus {
    border-color: #ff005c;
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 0, 92, 0.10);
}

#wpforms-15710 .wpforms-submit-container {
    margin-top: 5px;
    padding: 0;
}

#wpforms-submit-15710 {
    min-width: 150px;
    padding: 15px 38px;
    border: none;
    border-radius: 50px;
    background: #ff005c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(255, 0, 92, 0.25);
    transition: all 0.25s ease;
}

#wpforms-submit-15710:hover {
    background: #e60052;
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(255, 0, 92, 0.35);
}

#wpforms-submit-15710:active {
    transform: translateY(0);
}

#wpforms-15710-field_4-container,
#wpforms-15710-field_5-container {
    display: none !important;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.wd-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-social-icons.icons-size-default .wd-icon {
    color: #ff005c;
}

/*.whatsapp-desktop .wd-icon::before,
.whatsapp-mobile .wd-icon::before,
.whatsapp-desktop.social-whatsapp .wd-icon::before {
    content: "\2709" !important;
    font-family: Arial, sans-serif !important;
    font-size: 21px;
}
*/
.whatsapp-desktop {
    order: 1;
}

.social-linkedin {
    order: 2;
}

.social-facebook {
    order: 3;
}

.social-instagram {
    order: 4;
}

.whatsapp-mobile {
    display: none;
}


/* =========================================================
   FOOTER CONTACT LINKS
========================================================= */

.footer-contact-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    line-height: 1.5;
}

.footer-contact-links a {
    color: #f5f5f5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-links a:hover {
    color: #ff005c;
}

.footer-divider {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    line-height: 1;
}


/* =========================================================
   OUR PARTNERS
========================================================= */

.section_our_partners .wd-gallery-item img {
    opacity: 0.85;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}

.section_our_partners .wd-gallery-item:hover img {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transform: scale(1.05);
}


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

@media (max-width: 1024px) {
    .slid_main .video_slider {
        min-height: 100vh;
        height: 100vh;
    }
}


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

@media (max-width: 768px) {
    .whatsapp-desktop {
        display: none;
    }

    .whatsapp-mobile {
        display: inline-flex;
        order: 1;
    }

    .img_with_title .wd-gallery-item a {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .slid_main .video_slider {
        height: 100vh !important;
    }

    .slid_main .elementor-widget-image img {
        width: 130px;
    }

    .site-logo img,
    a.wd-logo.wd-main-logo img {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .prefooter p {
        margin-bottom: 0;
    }

    #wpforms-15710 {
        padding: 25px 15px;
    }

    #wpforms-15710 .wpforms-field-label {
        font-size: 15px;
    }

    #wpforms-15710 input,
    #wpforms-15710 textarea {
        padding: 14px 15px;
        border-radius: 8px;
        font-size: 15px;
    }

    #wpforms-submit-15710 {
        width: 100%;
        padding: 15px 24px;
    }

    .footer-contact-links {
        gap: 8px;
        font-size: 12px;
    }

    .footer-divider {
        font-size: 12px;
    }
    .wd-gallery-item.wd-col a {
        width: 100%;
    }
    a.wd-logo.wd-main-logo img{
        width: 80% !important;
    }
}










/* Social Icons - Same Size & Alignment */
.wd-social-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
}

.wd-social-icons .wd-social-icon {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wd-social-icons .wd-icon {
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.wd-social-icons .wd-icon::before {
    font-size: 20px !important;
    line-height: 1 !important;
    color: #ff005c !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Custom Email Icon */
/*.whatsapp-desktop.social-whatsapp .wd-icon::before,
.whatsapp-mobile.social-whatsapp .wd-icon::before {
    content: "\2709" !important;
    font-family: Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}
*/
/* Order Icons */
.whatsapp-desktop {
    order: 1;
}

.social-linkedin {
    order: 2;
}

.social-facebook {
    order: 3;
}

.social-instagram {
    order: 4;
}


/* Email icon - SVG fix */
.whatsapp-desktop.social-whatsapp .wd-icon::before,
.whatsapp-mobile.social-whatsapp .wd-icon::before {
    content: "" !important;
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    background-color: #ff005c !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' ry='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' ry='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

/* Keep all social icons aligned */
.wd-social-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
}

.wd-social-icons .wd-social-icon,
.wd-social-icons .wd-icon {
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

/* Hide mobile duplicate on desktop */
.whatsapp-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .whatsapp-desktop {
        display: none !important;
    }

    .whatsapp-mobile {
        display: inline-flex !important;
        order: 1;
    }
}







@media (max-width:1024px){

.wd-side-hidden{
    left:0 !important;
    right:0 !important;
    top:0 !important;
    width:100vw !important;
    height:100vh !important;
    transform:translateY(-100%) !important;
    transition:transform .45s ease !important;
}

.wd-side-hidden.wd-opened{
    transform:translateY(0) !important;
}

}


/* ==========================================
   WoodMart Mobile Menu - Custom Style
   Mobile Only
========================================== */

/* Hide mobile-only menu item on desktop */
.mobileonly {
    display: none !important;
}

@media (max-width: 767px) {

    /* Show mobile-only item only on mobile */
    .mobileonly {
        display: block !important;
    }

    /* ==========================
       Menu Panel
    ========================== */

    .mobile-nav.wd-side-hidden {
        background: #000 !important;
        color: #fff !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        padding: 24px 28px 50px !important;
        overflow-y: auto !important;
        border: none !important;
    }

    /* ==========================
       Header
    ========================== */

    .mobile-nav .wd-heading {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        min-height: 0 !important;
    }

    /* ==========================
       Close Button
    ========================== */

    .mobile-nav .close-side-widget {
        position: absolute !important;
        top: -6px !important;
        right: -6px !important;
        z-index: 999 !important;
    }

    .mobile-nav .close-side-widget a {
        width: 32px !important;
        height: 32px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        font-size: 0 !important;
        color: transparent !important;
    }

    .mobile-nav .close-side-widget a:before {
        content: "×";
        font-size: 30px;
        line-height: 1;
        font-weight: 300;
        color: #fff;
    }

    /* ==========================
       Menu List
    ========================== */

    .mobile-nav .mobile-pages-menu {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        margin: 65px 0 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .mobile-nav .mobile-pages-menu > li {
        width: 100% !important;
        text-align: center !important;
        margin: 0 0 15px !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
    }

    /* ==========================
       Menu Links
    ========================== */

    .mobile-nav .mobile-pages-menu > li > a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 auto !important;
        background: transparent !important;
        border: none !important;
        color: #d9d9d9 !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
        transition: color .25s ease;
    }

    /* Hover */
    .mobile-nav .mobile-pages-menu > li > a:hover {
        color: #ff005c !important;
    }

    /* Active */
    .mobile-nav .mobile-pages-menu > li.current-menu-item > a,
    .mobile-nav .mobile-pages-menu > li.current-menu-ancestor > a,
    .mobile-nav .mobile-pages-menu > li.current_page_item > a,
    .mobile-nav .mobile-pages-menu > li.current_page_parent > a {
        color: #ff005c !important;
    }

    /* Remove WoodMart defaults */
    .mobile-nav .wd-nav-mobile li,
    .mobile-nav .wd-nav-mobile li a,
    .mobile-nav .wd-nav-mobile .woodmart-nav-link {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    /* ==========================
       Contact Button
    ========================== */

    .mobile-nav .mobile-pages-menu > li.mobileonly {
        margin-top: 6px !important;
        margin-bottom: 48px !important;
    }

    .mobile-nav .mobile-pages-menu > li.mobileonly > a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 190px !important;
        height: 54px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        border-radius: 999px !important;
        background: #ff005c !important;
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: .5px !important;
        box-shadow: 0 12px 30px rgba(255, 0, 92, .35) !important;
    }

    .mobile-nav .mobile-pages-menu > li.mobileonly > a:hover {
        background: #ff005c !important;
        color: #fff !important;
    }

    /* ==========================
       Submenu Arrow
    ========================== */

    .mobile-nav .wd-nav-opener {
        color: #fff !important;
        background: transparent !important;
        border: none !important;
    }

}




/* ==========================================
   Custom 404 Page
========================================== */

.custom-404-section{
    min-height:50vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:#fff;
}

.custom-404-content{
    max-width:600px;
    width:100%;
}

.custom-404-content .error-number{
    display:block;
    font-size:120px;
    line-height:1;
    font-weight:700;
    color:#f1f1f1;
    user-select:none;
}

.custom-404-content h1{
    font-size:52px;
    font-weight:700;
    color:#222;
    margin:0 0 20px;
}

.custom-404-content p{
    font-size:18px;
    line-height:1.8;
    color:#666;
    max-width:480px;
    margin:0 auto 40px;
}

.return-home-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:56px;
    padding:0 40px;
    border-radius:999px;
    background:#ff005c;
    color:#fff;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.5px;
    transition:.3s;
    box-shadow:0 10px 30px rgba(255,0,92,.25);
}

.return-home-btn:hover{
    background:#e00051;
    color:#fff;
    transform:translateY(-2px);
}

@media (max-width:767px){

    .custom-404-section{
        padding:60px 25px;
    }

    .custom-404-content .error-number{
        font-size:80px;
        margin-bottom:-20px;
    }

    .custom-404-content h1{
        font-size:34px;
    }

    .custom-404-content p{
        font-size:16px;
    }

    .return-home-btn{
        width:100%;
        max-width:260px;
        height:52px;
        font-size:15px;
    }

}


div#wpforms-confirmation-15710 {
    text-align: center;
}