/* Fullscreen Black Background */
.btg53-popup {
    width: 100vw;
    height: 100vh;
    background: #000;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 60px;
}

/* LEFT PART */
.btg53-left {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btg53-logo {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
}
.btg53-logo span {
    font-size: 11px;
    letter-spacing: 2px;
}

/* Main big links */
.btg53-main-links a {
    display: block;
    font-size: 120px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    line-height: 0.9;
    margin-bottom: 10px;
    transition: opacity 0.3s ease;
}
.btg53-main-links a:hover {
    opacity: 0.5;
}

/* Bottom left small links */
.btg53-footer-links {
    font-size: 12px;
    letter-spacing: 1px;
    
}
.btg53-footer-links a {
    color: #aaa !important;
    text-decoration: none;
    margin-right: 25px;
}

/* RIGHT PART */
.btg53-right {
    width: 52%;
    position: relative;
}

/* CONTACT heading */
.btg53-contact-title {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 120px;
    font-weight: 700;
}

/* Social links under CONTACT */
.btg53-social {
    position: absolute;
    top: 140px;
    right: 0;
}
.btg53-social a {
    margin-right: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #aaa !important;
    text-decoration: none;
}

/* Bottom right links */
.btg53-small-menu {
    position: absolute;
    bottom: 40px;
    right: 0;
    text-align: right;
}
.btg53-small-menu a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
}

/* CLOSE BUTTON Vertical */
.btg53-close {
    position: absolute;
    top: 55px;
    right: 20px;
    font-size: 28px;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    cursor: pointer;
    opacity: 0.8;
}
.btg53-close:hover {
    opacity: 0.4;
}
.pum-theme-default-theme .pum-container {
  padding: 0px !important;
}
.pum-theme-default-theme .pum-container{background-color:#000 !important;}
.btg53-social{display: flex;}
.btg53-footer-links {
  display: flex;
}
.btg53-contact-title a{color:#fff !important;}
.ctws-contact-row {
  padding-top: 60px !important;
}
/* ---------- RESPONSIVE: TABLET (max 1024px) ---------- */
@media (max-width: 1024px) {

    .btg53-popup {
        padding: 40px;
        flex-direction: column;
    }

    .btg53-left,
    .btg53-right {
        width: 100%;
        position: relative;
    }

    /* Logo */
    .btg53-logo {
        font-size: 32px;
    }

    /* Main big links */
    .btg53-main-links a {
        font-size: 80px;
    }

    /* CONTACT title */
    .btg53-contact-title {
        font-size: 80px;
        right: 0;
        top: auto;
        margin-top: 40px;
        position: relative;
    }

    /* Social icons */
    .btg53-social {
        position: relative;
        top: auto;
        right: auto;
        margin: 15px 0 30px;
    }

    /* Small right menu */
    .btg53-small-menu {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: left;
        margin-top: 20px;
    }

    .btg53-small-menu a {
        font-size: 18px;
    }

    /* Close button stays vertical on tablet */
    .btg53-close {
        right: 10px;
    }
}



/* ---------- RESPONSIVE: MOBILE (max 768px) ---------- */
/* ------------------------------------------- */
/* MOBILE MENU (Bottega53 style)               */
/* ------------------------------------------- */

@media (max-width: 768px) {
.btg53-main-links {
  margin-top: 50px;
}
.wpb_text_column.wpb_content_element {
  float: left !important;
  text-align: left !important;
}
.ctws_featured-logos img {
  width: 94vw !important;
}
    /* Fullscreen black menu wrapper */
    .menu-overlay {
        padding: 40px 25px !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-y: auto;
    }

    /* Top Left Logo */
    .menu-logo {
        font-size: 22px !important;
        letter-spacing: 1px;
        margin-bottom: 40px;
    }

    /* TOP RIGHT CLOSE (vertical text on desktop, normal on mobile) */
    .menu-close {
        position: fixed;
        top: 20px;
        right: 20px;
        transform: none !important;
        writing-mode: horizontal-tb !important;
        font-size: 18px !important;
        letter-spacing: 1px;
    }

    /* MAIN BIG HEADINGS */
    .menu-title-big {
        font-size: 42px !important;
        line-height: 1.1;
        margin-bottom: 25px;
    }

    /* SOCIAL LINKS */
    .menu-social {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        margin-bottom: 50px;
    }

    .menu-social a {
        font-size: 18px !important;
        letter-spacing: 1px;
    }

    /* CENTER SECTION (PORTFOLIO, ABOUT US) */
    .menu-center-links {
        margin: 70px 0;
    }

    .menu-center-links a {
        display: block;
        font-size: 38px !important;
        line-height: 1.15;
        margin-bottom: 18px;
    }

    /* BOTTOM LINKS (Photobook, Search, FAQ) */
    .menu-bottom-links {
        margin-top: auto;
        margin-bottom: 20px;
    }

    .menu-bottom-links a {
        display: block;
        font-size: 20px !important;
        margin-bottom: 12px;
    }

    /* FOOTER SMALL TEXT */
    .menu-footer {
        font-size: 12px !important;
        opacity: 0.6;
        margin-top: 35px;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    /* Avoid horizontal scroll */
    .menu-overlay,
    body {
        overflow-x: hidden !important;
    }
    .btg53-main-links a {
    font-size: 59px;
  }
}

/********* end ******/

button.pum-close.popmake-close{display:none;}
.ctws-req-txt {
  padding-right: 8% !important;
}
.ctws-req-txt .wpb_text_column {
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 60px;
  width:100%;
}
.ctws-req-txt .wpb_text_column:nth-child(2) {
  width: 72%;
  float: right;
  text-align: right;
  text-transform: capitalize;
}
.btg53-logo{font-family: sans-serif !important;font-size: 30px !important;}
.custom-form{background:#f2f2f2;width: 93%;max-width:unset !important;}