/* 
   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: 1; 
    min-width: 300px; 
    padding: 40px; 
    background: #fff; 
}
.contact-form-area { 
    flex: 1.5; 
    min-width: 300px; 
    padding: 40px; 
}
.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; }

.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;
}
#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;
}
#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;
}
