/* =====================================
   OrderPulse SaaS Landing Page
   Custom Stylesheet
===================================== */


/* =====================================
   GLOBAL STYLES
===================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {

    font-family: 'Poppins', sans-serif;
    color: #0F172A;
    background: #ffffff;
    line-height: 1.7;
    overflow-x: hidden;

}


h1,
h2,
h3,
h4 {

    font-weight: 700;
    color: #0F172A;

}


p {

    color: #475569;
    font-size: 16px;

}


a {

    text-decoration: none !important;
    transition: all .3s ease;

}


section {

    padding: 90px 0;

}


.section-title {

    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;

}


.section-title h2 {

    font-size: 38px;
    margin-bottom: 20px;

}


.section-title p {

    font-size: 17px;

}



/* =====================================
   NAVBAR
===================================== */


.custom-navbar {

    background: rgba(255,255,255,.96);
    border: none;
    padding: 15px 0;
    box-shadow: 0 5px 20px rgba(15,23,42,.06);

}


.navbar-brand {

    font-size: 25px;
    font-weight: 700;
    color: #0F172A !important;

}


.logo-icon {

    display:inline-flex;
    width:38px;
    height:38px;
    align-items:center;
    justify-content:center;
    background:#2563EB;
    color:#fff;
    border-radius:10px;
    margin-right:8px;

}


.navbar-default .navbar-nav > li > a {

    color:#475569;
    font-weight:500;
    padding:15px 18px;

}


.navbar-default .navbar-nav > li > a:hover {

    color:#2563EB;

}


.nav-btn {

    background:#2563EB !important;
    color:#fff !important;
    border-radius:10px;
    margin-left:15px;
    padding:12px 22px !important;

}


.nav-btn:hover {

    background:#1D4ED8 !important;

}



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


.hero {

    padding-top:150px;
    padding-bottom:100px;
    background:
    linear-gradient(
        135deg,
        #F8FAFC 0%,
        #EFF6FF 100%
    );

    position:relative;

}


.hero:before {

    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:#2563EB;
    opacity:.05;
    border-radius:50%;
    right:-150px;
    top:50px;

}



.hero-content {

    position:relative;
    z-index:2;

}


.hero-badge {

    display:inline-block;
    background:#DCFCE7;
    color:#15803D;
    padding:8px 16px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:25px;

}


.hero h1 {

    font-size:55px;
    line-height:1.15;
    letter-spacing:-1px;
    margin-bottom:25px;

}


.hero p {

    font-size:18px;
    max-width:550px;
    margin-bottom:35px;

}



.hero-buttons .btn {

    border-radius:12px;
    padding:16px 32px;
    font-size:16px;
    margin-right:12px;

}


.btn-primary {

    background:#2563EB;
    border-color:#2563EB;

}


.btn-primary:hover {

    background:#1D4ED8;
    border-color:#1D4ED8;

}


.hero-buttons .btn-default {

    border:2px solid #2563EB;
    color:#2563EB;
    background:white;

}


.hero-buttons .btn-default:hover {

    background:#EFF6FF;

}



/* HERO STATS */

.hero-stats {

    display:flex;
    margin-top:50px;
    gap:40px;

}


.stat h3 {

    font-size:32px;
    margin-bottom:0;
    color:#2563EB;

}


.stat p {

    font-size:14px;

}



/* =====================================
   DASHBOARD MOCKUP
===================================== */


.dashboard-card {

    background:#fff;
    border-radius:20px;
    box-shadow:
    0 25px 60px rgba(15,23,42,.12);

    overflow:hidden;
    margin-top:20px;

}


.dashboard-header {

    height:45px;
    background:#F8FAFC;
    padding:14px 20px;

}


.dot {

    display:inline-block;
    width:12px;
    height:12px;
    border-radius:50%;
    margin-right:6px;

}


.red {

    background:#EF4444;

}


.yellow {

    background:#F59E0B;

}


.green {

    background:#10B981;

}


.dashboard-body {

    padding:30px;

}


.dashboard-body h4 {

    margin-bottom:30px;

}



.metric-row {

    display:flex;
    justify-content:space-between;
    margin-bottom:8px;

}


.metric-row span {

    color:#64748B;

}


.metric-row strong {

    color:#0F172A;

}


.progress {

    height:8px;
    border-radius:20px;
    margin-bottom:25px;
    background:#E2E8F0;

}


.progress-bar {

    border-radius:20px;

}



.whatsapp-box {

    margin-top:30px;
    background:#DCFCE7;
    color:#15803D;
    padding:15px;
    border-radius:12px;
    font-weight:500;

}


.whatsapp-box i {

    font-size:22px;
    margin-right:8px;

}



/* =====================================
   END PART 2A
===================================== */
 /* =====================================
    PROBLEM SECTION
 ===================================== */


.problem {

    background:#ffffff;

}


.problem-card {

    background:#ffffff;
    border:1px solid #E2E8F0;
    border-radius:18px;
    padding:35px 30px;
    text-align:center;
    height:100%;
    transition:.3s ease;

}


.problem-card:hover {

    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(15,23,42,.08);

}


.problem-card .icon {

    width:70px;
    height:70px;
    margin:0 auto 25px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#EFF6FF;
    color:#2563EB;
    border-radius:18px;
    font-size:28px;

}


.problem-card h3 {

    font-size:22px;
    margin-bottom:15px;

}



/* =====================================
   FEATURES SECTION
===================================== */


.features {

    background:#F8FAFC;

}


.feature-row {

    display:flex;
    align-items:center;
    margin-bottom:60px;

}


.feature-content {

    padding:30px;

}


.feature-content h3 {

    font-size:32px;
    margin-bottom:20px;

}


.feature-content p {

    margin-bottom:25px;

}


.feature-content ul {

    list-style:none;
    padding:0;

}


.feature-content li {

    margin-bottom:12px;
    font-size:16px;
    color:#334155;

}



.feature-image {

    padding:20px;

}



.mockup-window,
.analytics-box {

    background:#ffffff;
    border-radius:18px;
    padding:25px;
    box-shadow:
    0 20px 50px rgba(15,23,42,.10);

}


.mockup-window h4 {

    margin-bottom:25px;

}


.table {

    margin-bottom:0;

}


.table th {

    color:#64748B;
    font-weight:500;

}


.label {

    border-radius:20px;
    padding:6px 12px;

}



/* WHATSAPP PREVIEW */

.whatsapp-preview {

    display:flex;
    justify-content:center;

}


.chat-box {

    background:#E8F5E9;
    padding:25px;
    width:320px;
    border-radius:20px;

}


.chat-message {

    background:#fff;
    padding:12px 15px;
    border-radius:15px;
    margin-bottom:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
    color:#334155;

}


.chat-message.user {

    background:#DCFCE7;
    margin-left:40px;

}



/* ANALYTICS */

.analytics-box h4 {

    margin-bottom:25px;

}


.metric {

    display:flex;
    justify-content:space-between;
    padding:18px 0;
    border-bottom:1px solid #E2E8F0;

}


.metric:last-child {

    border-bottom:none;

}


.metric strong {

    color:#2563EB;
    font-size:20px;

}



/* =====================================
   HOW IT WORKS
===================================== */


.how-it-works {

    background:#ffffff;

}


.step-card {

    text-align:center;
    padding:40px 30px;
    background:#ffffff;
    border-radius:20px;
    border:1px solid #E2E8F0;
    position:relative;
    height:100%;
    transition:.3s ease;

}


.step-card:hover {

    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(15,23,42,.10);

}


.step-number {

    position:absolute;
    top:-20px;
    left:50%;
    transform:translateX(-50%);
    background:#2563EB;
    color:white;
    width:45px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    font-size:20px;
    font-weight:700;

}


.step-card i {

    color:#2563EB;
    margin:25px 0;

}


.step-card h3 {

    margin-bottom:15px;

}



/* =====================================
   TESTIMONIALS
===================================== */


.testimonials {

    background:#F8FAFC;

}


.testimonial-card {

    background:#ffffff;
    padding:35px 30px;
    border-radius:20px;
    text-align:center;
    border:1px solid #E2E8F0;
    height:100%;
    transition:.3s ease;

}


.testimonial-card:hover {

    box-shadow:
    0 20px 40px rgba(15,23,42,.08);

}


.testimonial-card img {

    width:75px;
    height:75px;
    margin-bottom:20px;

}


.testimonial-card h4 {

    margin-bottom:5px;

}


.testimonial-card span {

    color:#2563EB;
    font-size:14px;

}


.testimonial-card p {

    margin-top:20px;
    font-style:italic;

}



/* =====================================
   TRUST SECTION
===================================== */


.trust {

    background:#ffffff;
    padding:60px 0;

}


.trust i {

    color:#2563EB;
    margin-bottom:15px;

}


.trust h4 {

    font-size:18px;

}



/* =====================================
   FAQ SECTION
===================================== */


.faq {

    background:#F8FAFC;

}


.panel {

    border:none;
    border-radius:12px !important;
    overflow:hidden;
    margin-bottom:15px;
    box-shadow:0 5px 20px rgba(15,23,42,.05);

}


.panel-heading {

    background:#ffffff !important;
    padding:20px 25px;

}


.panel-title a {

    color:#0F172A;
    font-weight:600;
    display:block;

}


.panel-body {

    background:#ffffff;
    padding:20px 25px;
    color:#475569;

}



/* =====================================
   FINAL CTA
===================================== */


.final-cta {

    background:#0F172A;
    color:white;

}


.final-cta h2 {

    color:white;
    font-size:42px;
    margin-bottom:20px;

}


.final-cta p {

    color:#CBD5E1;
    font-size:18px;
    margin-bottom:35px;

}


.cta-btn {

    padding:17px 35px;
    border-radius:12px;

}


.final-cta small {

    color:#94A3B8;

}



/* =====================================
   FOOTER
===================================== */


footer {

    background:#111827;
    color:#CBD5E1;
    padding:70px 0 30px;

}


footer h3,
footer h4 {

    color:#ffffff;

}


footer p {

    color:#94A3B8;

}


footer a {

    color:#94A3B8;

}


footer a:hover {

    color:#ffffff;

}


footer li {

    margin-bottom:10px;

}


footer hr {

    border-color:rgba(255,255,255,.1);

}


footer .fa {

    margin-right:15px;
    font-size:18px;

}



/* BACK TO TOP */

#backTop {

    position:fixed;
    right:25px;
    bottom:25px;
    width:45px;
    height:45px;
    display:none;
    background:#2563EB;
    color:white;
    border-radius:50%;
    text-align:center;
    line-height:45px;
    z-index:999;

}


/* =====================================
   END PART 2B
===================================== */
/* =====================================
   ANIMATIONS
===================================== */


@keyframes fadeUp {

    from {

        opacity:0;
        transform:translateY(30px);

    }

    to {

        opacity:1;
        transform:translateY(0);

    }

}


.hero-content,
.dashboard-card {

    animation:fadeUp .8s ease forwards;

}



/* =====================================
   RESPONSIVE DESIGN
===================================== */


/* Large Tablets */

@media(max-width:991px) {


    section {

        padding:70px 0;

    }


    .hero {

        padding-top:120px;

        text-align:center;

    }


    .hero h1 {

        font-size:42px;

    }


    .hero p {

        margin-left:auto;
        margin-right:auto;

    }


    .hero-buttons {

        margin-bottom:40px;

    }


    .hero-stats {

        justify-content:center;

    }


    .dashboard-card {

        margin-top:50px;

    }


    .feature-row {

        display:block;

    }


    .feature-content {

        padding:20px 0;

        text-align:center;

    }


    .feature-content ul {

        display:inline-block;
        text-align:left;

    }


    .feature-image {

        margin-bottom:30px;

    }


    .step-card,
    .testimonial-card {

        margin-bottom:30px;

    }


}



/* Tablets / Mobile Navbar */

@media(max-width:767px) {


    .custom-navbar {

        padding:5px 0;

    }


    .navbar-brand {

        font-size:22px;

    }


    .navbar-default .navbar-collapse {

        background:#ffffff;
        border:none;
        box-shadow:0 10px 20px rgba(0,0,0,.05);

    }


    .navbar-nav {

        padding:15px;

    }


    .navbar-default .navbar-nav > li > a {

        padding:12px 15px;

    }


    .nav-btn {

        display:inline-block;
        margin-left:15px;

    }



    .hero h1 {

        font-size:36px;
        line-height:1.2;

    }


    .hero p {

        font-size:16px;

    }


    .hero-buttons .btn {

        display:block;
        width:100%;
        margin-bottom:15px;

    }


    .hero-stats {

        display:block;

    }


    .stat {

        margin-bottom:25px;

    }


    .section-title h2 {

        font-size:30px;

    }


    .feature-content h3 {

        font-size:26px;

    }


    .final-cta h2 {

        font-size:32px;

    }


}



/* Small Mobile */

@media(max-width:480px) {


    .hero {

        padding-top:100px;

    }


    .hero h1 {

        font-size:30px;

    }


    .dashboard-body {

        padding:20px;

    }


    .chat-box {

        width:100%;

    }


    .section-title h2 {

        font-size:26px;

    }


    .problem-card,
    .step-card,
    .testimonial-card {

        padding:25px 20px;

    }


}



/* =====================================
   UTILITY CLASSES
===================================== */


.text-blue {

    color:#2563EB;

}


.bg-light {

    background:#F8FAFC;

}


.rounded {

    border-radius:20px;

}

/* ===========================
   PRICING
=========================== */

.pricing{

    background:#fff;

}

.pricing-card{

    background:#fff;
    border:1px solid #E2E8F0;
    border-radius:18px;
    padding:40px 35px;
    text-align:center;
    position:relative;
    transition:.3s;
    margin-bottom:30px;

}

.pricing-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(15,23,42,.08);

}

.featured-plan{

    border:2px solid #2563EB;
    transform:scale(1.05);

}

.featured-plan:hover{

    transform:scale(1.05) translateY(-10px);

}

.popular-badge{

    position:absolute;
    top:-15px;
    left:50%;
    transform:translateX(-50%);
    background:#2563EB;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;

}

.price{

    margin:25px 0;

}

.currency{

    font-size:24px;
    vertical-align:top;

}

.amount{

    font-size:52px;
    font-weight:700;
    color:#2563EB;

}

.month{

    color:#64748B;

}

.plan-desc{

    margin-bottom:30px;

}

.pricing-card ul{

    list-style:none;
    padding:0;
    margin:0 0 30px;

}

.pricing-card ul li{

    padding:12px 0;
    border-bottom:1px solid #F1F5F9;

}

.pricing-card ul li:last-child{

    border-bottom:none;

}

.pricing-card i{

    color:#10B981;
    margin-right:8px;

}

.pricing-card .btn{

    border-radius:10px;
    padding:12px;

}

/* =====================================
   END OF STYLE.CSS
===================================== */

.wc-block-cart-item__prices, .wc-block-components-product-metadata, .wc-block-components-product-price{
    display: none !important;
}
.wp-block-woocommerce-checkout{
    padding-left: 100px;
    padding-right: 100px;
}
.page-id-11 .entry-title{
    padding-top: 70px;
    padding-left: 100px;
}
.woocommerce-order-received header, .woocommerce-order-overview{
	display:none;
}

/* Container & Wrapper */
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Professional Sidebar Navigation */
.woocommerce-account nav.woocommerce-MyAccount-navigation {
    flex: 1;
    min-width: 240px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    height: fit-content;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation li {
    margin-bottom: 6px;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 12px 16px;
    color: #4b5563;
    font-weight: 500;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation li a:hover {
    background-color: #f3f4f6;
    color: #111827;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation li.is-active a {
    background-color: #4f46e5;
    color: #ffffff;
    font-weight: 600;
}

/* Main Content Area Card Layout */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 3;
    min-width: 300px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Typography & Headings inside Account */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f4f6;
}

/* Modern Buttons (Cancel, Edit, Save, etc.) */
.woocommerce-account .button, 
.woocommerce-account button.button, 
.woocommerce-button {
    background-color: #4f46e5 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
}

.woocommerce-account .button:hover, 
.woocommerce-account button.button:hover {
    background-color: #4338ca !important;
}

/* Secondary / Cancel buttons styling */
.woocommerce-account .button.cancel,
.woocommerce-account .button.view {
    background-color: #f3f4f6 !important;
    color: #374151 !important;
}

.woocommerce-account .button.cancel:hover,
.woocommerce-account .button.view:hover {
    background-color: #e5e7eb !important;
}

/* Tables (Subscriptions and Orders) */
.woocommerce-account table.shop_table {
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.woocommerce-account table.shop_table th {
    background-color: #f9fafb !important;
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 14px 16px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.woocommerce-account table.shop_table td {
    padding: 16px !important;
    color: #4b5563;
    font-size: 14px;
    border-bottom: 1px solid #f3f4f6 !important;
}

.woocommerce-account table.shop_table tbody tr:last-child td {
    border-bottom: none !important;
}

/* Notices & Alerts (e.g. "Subscription updated successfully") */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    border-radius: 12px !important;
    padding: 16px 20px !important;
    border: none !important;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.woocommerce-message {
    background-color: #ecfdf5 !important;
    color: #065f46 !important;
}

.woocommerce-info {
    background-color: #eff6ff !important;
    color: #1e40af !important;
}

.woocommerce-error {
    background-color: #fef2f2 !important;
    color: #991b1b !important;
}

/* Responsive Mobile Support */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }
    .woocommerce-account nav.woocommerce-MyAccount-navigation {
        width: 100%;
    }
}
.woocommerce-account .amount{
	font-size:20px;
}