/* =====================================================
   DENTLOTUS — MOBİL MENÜ TR
   Dosya: dl-mobile-menu.css
===================================================== */

.dl-mobile-menu,
.dl-mobile-menu * {
    box-sizing: border-box;
}

#pxl-header-mobile .pxl-header-menu-scroll {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pxl-header-mobile .elementor,
#pxl-header-mobile .elementor-element,
#pxl-header-mobile .elementor-widget-shortcode,
#pxl-header-mobile .elementor-widget-shortcode > .elementor-widget-container,
#pxl-header-mobile .elementor-widget-html,
#pxl-header-mobile .elementor-widget-html > .elementor-widget-container {
    max-width: 100% !important;
}

#pxl-header-mobile .elementor-widget-shortcode,
#pxl-header-mobile .elementor-widget-shortcode > .elementor-widget-container,
#pxl-header-mobile .elementor-widget-html,
#pxl-header-mobile .elementor-widget-html > .elementor-widget-container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dl-mobile-menu {
    width: 100% !important;
    max-width: none !important;
    min-height: 100dvh;
    margin: 0 !important;
    padding: 18px 14px 24px !important;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: "Wix Madefor Text", sans-serif;
}

/* =====================================================
   ÜST SATIR
===================================================== */

.dl-mm-header {
    width: 100%;
    min-height: 51px;
    margin: 0 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dl-mm-brand-link {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.dl-mm-brand-icon {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    object-fit: contain;
}

/* =====================================================
   KAPATMA BUTONU
===================================================== */

#pxl-header-mobile .dl-mm-close.pxl-menu-close {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #e1e6ed !important;
    border-radius: 10px !important;
    background: #F8F6F1 !important;
    background-image: none !important;
    box-shadow: none !important;

    color: #232343 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

#pxl-header-mobile .dl-mm-close.pxl-menu-close::before,
#pxl-header-mobile .dl-mm-close.pxl-menu-close::after {
    display: none !important;
    content: none !important;
}

#pxl-header-mobile .dl-mm-close svg {
    display: block !important;
    width: 21px !important;
    height: 21px !important;
    color: #232343 !important;
    pointer-events: none;
}

/* =====================================================
   ANA MENÜ
===================================================== */

.dl-mm-nav {
    width: 100%;
    margin: 0;
    padding: 0;
}

.dl-mm-row,
.dl-mm-accordion summary,
.dl-mobile-menu .dl-mm-accordion > summary {
    width: 100%;
    min-height: 49px;
    margin: 0;
    padding: 0 3px;
    border-bottom: 1px solid #EEEAE3;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;

    color: #232343;
    text-decoration: none;

    font-family: "Teachers", sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;

    cursor: pointer;
    -webkit-tap-highlight-color: #F8F6F1;
}

.dl-mm-row:active,
.dl-mm-accordion summary:active {
    background: #F8F6F1;
    color: #232343;
}

.dl-mm-row svg,
.dl-mm-accordion summary svg {
    width: 15px;
    height: 15px;
    min-width: 15px;
    flex: 0 0 15px;
}

/* =====================================================
   AÇILIR ALT MENÜLER
===================================================== */

.dl-mm-accordion {
    width: 100%;
    margin: 0;
    padding: 0;
}

.dl-mm-accordion summary {
    list-style: none;
}

.dl-mm-accordion summary::-webkit-details-marker {
    display: none;
}

.dl-mm-accordion[open] summary .dl-mm-chevron-down {
    transform: rotate(180deg);
}

.dl-mm-submenu {
    width: 100%;
    margin: 0;
    padding: 7px 3px 13px 13px;
    border-bottom: 1px solid #EEEAE3;
    background: #FBF9F5;

    display: flex;
    flex-direction: column;
    gap: 1px;
}

.dl-mm-submenu a {
    display: block;
    width: 100%;
    padding: 9px 11px;
    border-radius: 8px;

    color: #5f6672;
    text-decoration: none;

    font-family: "Wix Madefor Text", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;

    -webkit-tap-highlight-color: #F8F6F1;
}

.dl-mm-submenu a:active {
    color: #BD954C;
    background: #F8F6F1;
}

.dl-mm-submenu-all {
    color: #BD954C !important;
    font-weight: 600 !important;
}

/* =====================================================
   CTA KARTI
===================================================== */

.dl-mm-cta {
    width: 100% !important;
    max-width: none !important;
    margin: 19px 0 0;
    padding: 20px;

    border: 1px solid #E9E0D2;
    border-radius: 16px;
    background: #F8F6F1;
}

.dl-mm-cta-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 0 10px;
    padding: 5px 10px;

    border-radius: 8px;
    background: #F4EBDD;
    color: #BD954C;

    font-family: "Wix Madefor Text", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
}

.dl-mm-cta-title {
    margin: 0 0 8px !important;

    color: #232343 !important;

    font-family: "Teachers", sans-serif !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

.dl-mm-cta-text {
    margin: 0 0 16px !important;

    color: #626975;

    font-family: "Wix Madefor Text", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

/* Kullanıcının belirlediği CTA buton özellikleri */
.dl-mm-primary-btn {
    align-items: center;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #30335F;
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;

    border: 0;
    border-radius: 8px;

    box-shadow: none;
    box-sizing: border-box;

    color: rgb(255, 255, 255);
    cursor: pointer;

    display: inline-flex;

    font-family: "Teachers", sans-serif;
    font-size: 15px;
    font-weight: 500;

    height: 55px;

    justify-content: center;

    letter-spacing: 0.6px;
    line-height: 55px;

    outline: none;

    overflow: hidden;

    padding: 0 32px;

    position: relative;

    text-align: center;
    text-decoration: none;

    transition: all 0.3s linear;

    width: 100%;
    z-index: 1;

    -webkit-font-smoothing: antialiased;
}

.dl-mm-primary-btn:hover,
.dl-mm-primary-btn:focus,
.dl-mm-primary-btn:active {
    background-color: #30335F !important;
    color: #ffffff !important;
}

/* =====================================================
   WHATSAPP
===================================================== */

.dl-mm-whatsapp-btn {
    width: 100% !important;
    min-height: 50px;
    margin: 11px 0 0;
    padding: 12px 15px;

    border: 1px solid #dfe4ec;
    border-radius: 10px;

    background: #ffffff;
    color: #232343;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    text-align: center;
    text-decoration: none;

    font-family: "Wix Madefor Text", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;

    -webkit-tap-highlight-color: #F8F6F1;
}

.dl-mm-whatsapp-btn i {
    color: #25d366;
    font-size: 19px;
    line-height: 1;
}

.dl-mm-whatsapp-btn:active {
    border-color: #b9ddca;
    background: #F8F6F1;
    color: #128c4b;
}

/* =====================================================
   ALT ALAN
   Sıralama:
   CTA → WhatsApp → Facebook / Instagram → English →
   Gizlilik Politikası / Kullanım Koşulları
===================================================== */

.dl-mm-footer {
    width: 100%;
    margin-top: auto;
    padding-top: 27px;
}

.dl-mm-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding-bottom: 13px;
}

.dl-mm-social a {
    width: 42px;
    height: 42px;

    border: 1px solid #e4e8ee;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #232343;
    text-decoration: none;

    -webkit-tap-highlight-color: #F8F6F1;
}

.dl-mm-social a:active {
    color: #BD954C;
    border-color: #cdd8f3;
    background: #F8F6F1;
}

.dl-mm-social i {
    font-size: 19px;
    line-height: 1;
}

/* English sosyal ikonların altında ve yasal bağlantıların üstünde */
.dl-mm-language {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: auto;

    margin: 0;
    padding: 4px 0 18px;

    border: 0;

    color: #BD954C;
    text-decoration: none;

    font-family: "Teachers", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;

    text-align: center;

    -webkit-tap-highlight-color: #F8F6F1;
}

.dl-mm-language:active {
    background: #F8F6F1;
    color: #BD954C;
}

.dl-mm-legal {
    padding-top: 18px;
    border-top: 1px solid #EEEAE3;
    text-align: center;
}

.dl-mm-legal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 9px;
}

.dl-mm-legal a,
.dl-mm-legal span {
    color: #737985;
    text-decoration: none;

    font-family: "Wix Madefor Text", sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

.dl-mm-copyright {
    margin: 0 !important;

    color: #9298a3;

    font-family: "Wix Madefor Text", sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

/* =====================================================
   DAR EKRANLAR
===================================================== */

@media (max-width: 374px) {
    .dl-mobile-menu {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .dl-mm-row,
    .dl-mm-accordion summary {
        min-height: 49px;
        font-size: 17px;
    }

    .dl-mm-cta {
        padding: 17px;
    }

    .dl-mm-primary-btn {
        padding-right: 18px;
        padding-left: 18px;
        font-size: 14px;
    }

    .dl-mm-language {
        font-size: 17px;
    }
}


/* =====================================================
   SOSYAL MEDYA
===================================================== */

.dl-mobile-menu .dl-mm-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding-bottom: 13px;
}

.dl-mobile-menu .dl-mm-social a {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e4e8ee;
    border-radius: 10px;

    background: #ffffff;
    color: #30335F !important;

    text-decoration: none;
}

.dl-mobile-menu .dl-mm-social a i {
    color: #30335F !important;
    font-size: 19px;
    line-height: 1;
}

/* Hover / focus / active durumunda renk değişmesin */
.dl-mobile-menu .dl-mm-social a:hover,
.dl-mobile-menu .dl-mm-social a:focus,
.dl-mobile-menu .dl-mm-social a:active,
.dl-mobile-menu .dl-mm-social a:hover i,
.dl-mobile-menu .dl-mm-social a:focus i,
.dl-mobile-menu .dl-mm-social a:active i {
    color: #30335F !important;
}
