/* 
   Muppy QR Menu Modern Styles
   Consolidated from inline <style> blocks across pages
*/

/* Core Defaults */
body { 
    font-family: 'Outfit', sans-serif !important; 
    background: #fff; 
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6 { 
    font-family: 'Outfit', sans-serif !important; 
    letter-spacing: 0.5px; 
}

/* Header & Nav */
.header-area { 
    background: transparent !important; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 1000; 
    border-bottom: none; 
    transition: 0.3s; 
}
.header-area.header_fix { 
    background: #fe601a !important; 
    position: fixed; 
    border-bottom: 1px solid rgba(255,255,255,0.1); 
}

/* Inner Pages Header Overrides */
body.inner-page .header-area {
    background: #fe601a !important; 
    position: relative; 
    width: 100%; 
    z-index: 1000; 
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.nav-menu ul li a { 
    color: #fff !important; 
}

.btn-login-muppy { 
    background: #fff; 
    color: #ff6818 !important; 
    border-radius: 20px; 
    padding: 5px 20px !important; 
    margin-top: 25px; 
    margin-left: 15px; 
    font-weight: 700; 
}

#preloader { 
    display: none !important; 
    visibility: hidden !important; 
    opacity: 0 !important; 
}

/* Page Banners */
.page-banner {
    background: linear-gradient(rgba(254, 96, 26, 0.8), rgba(254, 96, 26, 0.8)), url('../images/upload_img/pslider_20200821215240_banner-2-1.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.banner-content {
    background: rgba(255, 255, 255, 0.95);
    display: inline-block;
    padding: 30px 80px;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.banner-content h1 {
    color: #fe601a;
    font-weight: 700;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
}

.breadcrumbs {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.breadcrumbs a { 
    color: #fe601a; 
    text-decoration: none; 
}

/* Utilities */
.section-padding { padding: 120px 0 !important; }
.section-title h2 { margin-bottom: 25px !important; }

/* Home / About Feature Section */
.ft-item { margin-bottom: 45px !important; }
.feature-item-v2 { margin-bottom: 30px; }

/* Pricing Cards */
.pricing-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    text-align: center;
    border: 1px solid #eee;
    transition: 0.3s;
    margin-bottom: 30px;
}
.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.pricing-card .card-header {
    background: #ff6818;
    padding: 30px;
    color: #fff;
}
.pricing-card .card-header h4 { 
    letter-spacing: 1px; 
    text-transform: uppercase; 
}
.pricing-card .card-body {
    padding: 40px 30px;
}
.pricing-card .price {
    font-size: 32px;
    font-weight: 700;
}
.pricing-card ul li {
    margin-bottom: 12px;
    color: #666;
    font-size: 17px;
    letter-spacing: 0.3px;
}
.btn-apply {
    border: 2px solid #ff6818;
    color: #ff6818;
    padding: 12px 45px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    letter-spacing: 1px;
}
.btn-apply:hover {
    background: #ff6818;
    color: #fff;
}

/* Contact Area */
.contact-container { padding: 80px 0 0 0; }
.contact-wrapper {
    background: #fff;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.contact-info {
    flex: 0.8;
    min-width: 240px;
    padding: 32px 28px;
    background: #fff;
}
.contact-form-area {
    flex: 1.2;
    min-width: 260px;
    padding: 32px 28px;
}
.contact-auth-panel {
    flex: 1;
    min-width: 240px;
    padding: 32px 28px;
    border-left: 1px solid #f0f0f0;
    background: #fafbfc;
}
.contact-auth-panel h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 18px;
}
.auth-tab-btns {
    display: flex;
    background: #f0f4f8;
    border-radius: 8px;
    padding: 3px;
    margin-bottom: 20px;
    gap: 3px;
}
.auth-tab-btn {
    flex: 1;
    border: none;
    background: transparent;
    padding: 8px 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #718096;
    cursor: pointer;
    transition: all .2s;
}
.auth-tab-btn.active {
    background: #fff;
    color: #ff6818;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.auth-tab-panel { display: none; }
.auth-tab-panel.active { display: block; }
.contact-auth-panel .form-group { margin-bottom: 12px; }
.contact-auth-panel .form-group label { font-size: 12px; color: #4a5568; font-weight: 600; }
.contact-auth-panel .form-group input {
    padding: 9px 12px;
    font-size: 13px;
}
.btn-auth-compact {
    width: 100%;
    padding: 10px;
    background: #ff6818;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 4px;
    transition: background .2s;
}
.btn-auth-compact:hover { background: #e55a0f; }
.info-item { 
    display: flex; 
    align-items: center; 
    margin-bottom: 30px; 
}
.info-item .icon {
    width: 45px; height: 45px; background: #fff; border: 1px solid #ff6818;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #ff6818; margin-right: 20px; flex-shrink: 0;
}
.info-item .text { font-size: 17px; color: #555; }

.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 14px; color: #333; margin-bottom: 5px; font-weight: 500; }
.form-group input, .form-group textarea {
    width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 5px;
    font-size: 15px; outline: none; transition: 0.3s; background: #fdfdfd;
}
.form-group input:focus, .form-group textarea:focus { border-color: #ff6818; background: #fff; }

.btn-send {
    background: #ff6818; color: #fff; border: none; padding: 12px 40px;
    border-radius: 30px; font-weight: 600; cursor: pointer; transition: 0.3s;
    width: 100%; max-width: 200px;
}
.btn-send:hover { background: #e05514; transform: translateY(-3px); }

.map-box {
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
    border-top: 1px solid #eee;
}

/* Home Quick Contact Form */
.placeholder-white::placeholder { color: rgba(255,255,255,0.8) !important; }
.quick-contact-form input:focus { border-color: #fff !important; }
.quick-contact-form button:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }

/* Slider & Blog */
.slider-area { height: 100vh; display: flex; align-items: center; position: relative; }

.blog-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.1) !important; }
.blog-card .blog-content a:hover { background: #e05514 !important; }

/* About Muppy */
#about-muppy { padding: 100px 0; background: #fff; }
.about-content { padding-left: 30px; }
.about-content span.subtitle { color: #999; font-size: 16px; font-weight: 500; display: block; margin-bottom: 10px; }
.about-content h2 { font-size: 42px; font-weight: 700; color: #333; margin-bottom: 25px; }
.about-content p.desc { color: #666; line-height: 1.8; font-size: 18px; margin-bottom: 40px; }
.feature-list-v3 .ft-item { margin-bottom: 30px; display: flex; }
.feature-list-v3 .ft-icon { min-width: 60px; height: 60px; border: 1px solid #ff6818; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ff6818; font-size: 20px; margin-right: 20px; }
.feature-list-v3 .ft-text h4 { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 5px; }
.feature-list-v3 .ft-text p { color: #888; line-height: 1.5; font-size: 15px; }

/* Screenshots */
#screenshots { background: #fff; padding: 100px 0; }
#screenshots .section-title h2 { font-size: 32px; font-weight: 700; color: #333; margin-bottom: 10px; }
#screenshots .section-title p { font-size: 14px; color: #888; }
#screenshots .line { background: #ff6818; width: 50px; height: 3px; margin: 20px auto; }
.screenshot-carousel .item { padding: 15px; }
.screenshot-carousel .item img { border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); width: 100%; }

/* Blog Section */
#blog { background: #fcfcfc; }
#blog .section-title h2 { font-size: 32px; font-weight: 700; color: #333; margin-bottom: 10px; }
#blog .section-title p { font-size: 14px; color: #888; }
#blog .line { background: #ff6818; width: 50px; height: 3px; margin: 20px auto; }
.blog-card { background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: 0.3s; height: 100%; }
.blog-card .blog-img img { width: 100%; height: 220px; object-fit: cover; }
.blog-card .blog-content { padding: 25px; }
.blog-card .blog-content h4 { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 10px; }
.blog-card .blog-meta { font-size: 13px; color: #999; margin-bottom: 15px; }
.blog-card .blog-meta i { margin-right: 5px; }
.blog-card .blog-content p { font-size: 16px; color: #777; line-height: 1.6; margin-bottom: 25px; }
.blog-card .btn-detail { background: #ff6818; color: #fff; padding: 10px 30px; border-radius: 10px; font-size: 13px; font-weight: 600; text-decoration: none; display: inline-block; transition: 0.3s; }

/* Floating WhatsApp */
.floating-whatsapp { position: fixed; bottom: 30px; right: 30px; z-index: 9999; background: #25d366; width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 35px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); text-decoration: none; }

/* ========================================
   MOBILE RESPONSIVE — Global
======================================== */

/* Reusable 2-col form grid (stacks on mobile) */
.muppy-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

/* Mobile nav auth bar (hidden on desktop) */
.mobile-auth-bar {
    display: none;
}

/* ---- Custom mobile nav dropdown ---- */
#muppy-mobile-nav {
    display: none; /* hidden by default; JS adds .open to show */
    width: 100%;
    background: #fe601a;
    padding: 0 15px 18px;
}
#muppy-mobile-nav.open {
    display: block;
}
#muppy-mobile-nav nav {
    border-top: 1px solid rgba(255,255,255,0.25);
    padding-top: 4px;
}
#muppy-mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#muppy-mobile-nav ul li {
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
#muppy-mobile-nav ul li a {
    display: block;
    padding: 13px 4px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
#muppy-mobile-nav ul li.active a {
    color: #ffd0b5 !important;
    font-weight: 700;
}
.mobile-nav-auth {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    padding: 0 4px;
}
.btn-mobile-nav-outline {
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 11px 10px;
    border: 1.5px solid rgba(255,255,255,0.65);
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.btn-mobile-nav-solid {
    flex: 1;
    text-align: center;
    background: #fff;
    color: #ff6818 !important;
    padding: 11px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
/* Force the dropdown hidden on tablet and above */
@media (min-width: 768px) {
    #muppy-mobile-nav { display: none !important; }
    #muppy-mobile-toggle { display: none !important; }
}

/* Step indicator scroll on tiny screens */
.muppy-steps {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}

/* ---- Tablet: 768px–991px ---- */
@media (max-width: 991px) {
    .banner-content { padding: 24px 40px; }
    .banner-content h1 { font-size: 26px; }

    .about-content { padding-left: 0; padding-top: 30px; }
    .about-content h2 { font-size: 32px !important; }

    #about-muppy, #features-linked, #screenshots,
    #references, #contact-quick { padding: 70px 0 !important; }

    #features-linked .feature-item {
        flex-direction: column !important;
        text-align: left !important;
        justify-content: flex-start !important;
        margin-bottom: 36px;
    }
    #features-linked .feature-list-left .feature-item,
    #features-linked .feature-list-right .feature-item { justify-content: flex-start !important; }
    #features-linked .feature-list-left .feature-item .icon { margin-left: 0 !important; margin-bottom: 14px; order: 1 !important; }
    #features-linked .feature-list-left .feature-item .text { order: 2 !important; text-align: left !important; }
    #features-linked .feature-list-right .feature-item .icon { margin-right: 0 !important; margin-bottom: 14px; }
    #features-linked .feature-item::after { display: none !important; }
}

/* ---- Mobile: ≤767px ---- */
@media (max-width: 767px) {

    /* Slider hero */
    .slider-content h2 { font-size: 38px !important; line-height: 1.15 !important; letter-spacing: 1px !important; }
    .slider-content p  { font-size: 15px !important; margin-bottom: 30px !important; }
    .slider-area .btn-area a { width: auto !important; height: auto !important; padding: 12px 24px !important; font-size: 15px !important; }

    /* Banner */
    .banner-content { padding: 18px 20px; margin: 0 12px; display: block; }
    .banner-content h1 { font-size: 20px; }
    .breadcrumbs { font-size: 12px; }

    /* Section paddings */
    #about-muppy, #screenshots, #references { padding: 55px 0 !important; }
    #features-linked, #contact-quick { padding: 55px 0 !important; }
    .section-padding { padding: 55px 0 !important; }

    /* About */
    .about-content { padding-left: 0 !important; padding-top: 28px; }
    .about-content h2  { font-size: 26px !important; }
    .about-content p.desc { font-size: 15px; margin-bottom: 28px; }

    /* Form grids: stack to 1 col */
    .muppy-grid-2 { grid-template-columns: 1fr !important; }

    /* Mobile auth bar: legacy class no longer used */
    .mobile-auth-bar { display: none; }

    /* Floating WhatsApp: smaller */
    .floating-whatsapp { width: 52px; height: 52px; font-size: 26px; bottom: 18px; right: 18px; }

    /* Footer padding */
    .footer-area { padding-top: 50px; }

    /* Contact wrapper */
    .contact-wrapper { flex-direction: column; }
    .contact-info, .contact-form-area, .contact-auth-panel { min-width: unset; padding: 24px 20px; }
    .contact-auth-panel { border-left: none; border-top: 1px solid #f0f0f0; background: #fafbfc; }
}

/* ---- Small mobile: ≤480px ---- */
@media (max-width: 480px) {
    .slider-content h2 { font-size: 28px !important; }
    .slider-content p  { font-size: 14px !important; }

    .banner-content { padding: 14px 16px; margin: 0 8px; }
    .banner-content h1 { font-size: 17px; }

    .about-content h2 { font-size: 22px !important; }
    #features-linked .section-title h2 { font-size: 24px !important; }

    /* Pricing card margins */
    .pricing-area .col-md-4 { padding: 0 8px; }
}

.blog-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.1) !important; }
.blog-card .blog-content a:hover { background: #e05514 !important; }

/* Feature Area Linked (Index & Features Page) */
#features-linked.feature-area {
    background: #ff6818;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
#features-linked .section-title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
#features-linked .section-title p {
    color: #fff;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}
#features-linked .feature-item {
    margin-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0;
}
#features-linked .feature-list-left .feature-item {
    flex-direction: row;
    justify-content: flex-end;
    text-align: right;
}
#features-linked .feature-list-right .feature-item {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}
/* Vertical connector: gizle */
#features-linked .feature-item::before {
    display: none;
}
/* Horizontal connector: ikon merkezine hizalı */
#features-linked .feature-item::after {
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 120px;
}
#features-linked .feature-list-right .feature-item::after {
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 120px;
}
/* Dot connector: gizle */
#features-linked .feature-item .icon::before {
    display: none;
}
#features-linked .feature-item .icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6818;
    font-size: 24px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}
#features-linked .feature-list-left .feature-item .icon {
    margin-left: 20px;
    order: 2;
}
#features-linked .feature-list-left .feature-item .text {
    order: 1;
}
#features-linked .feature-list-right .feature-item .icon {
    margin-right: 20px;
    order: 1;
}
#features-linked .feature-list-right .feature-item .text {
    order: 2;
}
#features-linked .feature-item .text {
    padding-top: 0;
    flex: 1;
}
#features-linked .feature-item .text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
#features-linked .feature-item .text p {
    color: #fff;
    opacity: 0.9;
    font-size: 15px;
    line-height: 1.6;
}
#features-linked .feature-mscreen img {
    max-width: 100%;
    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.3));
    border-radius: 20px;
}
#features-linked p.footer-note {
    opacity: 0.8;
    font-size: 14px;
    color: #fff;
    margin-top: 50px;
}

/* Contact Quick (Index Page) */
#contact-quick {
    background: #ff6818; 
    padding: 80px 0 !important;
}
#contact-quick .section-title h2 {
    color: #fff; 
    font-size: 32px; 
    font-weight: 700; 
    margin-bottom: 10px;
}
#contact-quick .section-title p {
    color: #fff; 
    opacity: 0.9; 
    font-size: 15px;
}
#contact-quick input {
    width: 100%; 
    padding: 15px 25px; 
    background: transparent; 
    border: 2px solid rgba(255,255,255,0.7); 
    border-radius: 50px; 
    color: #fff; 
    font-weight: 500; 
    outline: none;
}
#contact-quick button {
    width: 100%; 
    padding: 15px 25px; 
    background: #fff; 
    border: none; 
    border-radius: 50px; 
    color: #ff6818; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    cursor: pointer; 
    transition: 0.3s; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* References Section */
#references {
    background: #fff; 
    padding: 100px 0;
}
#references .section-title h2 {
    font-size: 30px; 
    font-weight: 700; 
    color: #333; 
    letter-spacing: 2px; 
    margin-bottom: 10px;
}
#references .section-title span {
    font-size: 14px; 
    color: #888; 
    text-transform: uppercase; 
    letter-spacing: 1px;
}
#references .line {
    background: #ff6818; 
    width: 40px; 
    height: 2px; 
    margin: 20px auto;
}
#references .ref-item img {
    filter: grayscale(100%); 
    opacity: 0.6; 
    transition: 0.3s;
}
#references .ref-item img:hover {
    filter: grayscale(0%); 
    opacity: 1;
}

/* Footer Global */
.footer-area {
    background: #1a1a1a; 
    color: #888; 
    padding-top: 80px;
}
.footer-area img.footer-logo {
    height: 40px; 
    filter: brightness(0) invert(1); 
    margin-bottom: 30px;
}
.footer-social a {
    color: #fff; 
    margin: 0 10px;
}
.footer-area hr {
    border-color: #333; 
    margin: 40px 0;
}
.footer-area p.copyright {
    font-size: 13px;
}
