/* Page-specific styles for ecommerce-website-design-rs-7999-ecommerce-website-design-company.php; extracted without visual redesign. */

/* =========================================================
           IBOX444 ECOMMERCE PAGE
           ========================================================= */

        :root {
            --ibox-black: #0b0b0b;
            --ibox-dark: #121212;
            --ibox-dark-2: #191919;
            --ibox-yellow: #ffd21a;
            --ibox-yellow-dark: #e7b900;
            --ibox-white: #ffffff;
            --ibox-light: #f7f7f7;
            --ibox-light-2: #eeeeee;
            --ibox-text: #181818;
            --ibox-muted: #626262;
            --ibox-border: #e4e4e4;
            --ibox-green: #18a957;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 1.7;
            color: var(--ibox-text);
            background: #ffffff;
        }

        a {
            text-decoration: none;
        }

        img {
            max-width: 100%;
        }

        p {
            margin-bottom: 15px;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: Arial, Helvetica, sans-serif;
            color: inherit;
            font-weight: 700;
        }

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

        .ibox-section {
            padding: 80px 0;
            position: relative;
        }

        .ibox-container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding-left: 15px;
            padding-right: 15px;
        }

        .ibox-center {
            text-align: center;
        }

        .ibox-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #fff5c4;
            color: #161616;
            border: 1px solid #f1d958;
            padding: 7px 14px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .ibox-section-title {
            font-size: 38px;
            line-height: 1.2;
            margin: 14px 0 12px;
            color: #111111;
        }

        .ibox-section-subtitle {
            max-width: 760px;
            margin: 0 auto;
            color: #5c5c5c;
            font-size: 15px;
            line-height: 1.8;
        }

        .ibox-yellow-text {
            color: var(--ibox-yellow);
        }

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

        .ibox-hero {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at 85% 20%, rgba(255,210,26,.18), transparent 25%),
                radial-gradient(circle at 15% 80%, rgba(255,210,26,.08), transparent 30%),
                linear-gradient(135deg, #080808 0%, #141414 50%, #0a0a0a 100%);
            padding: 95px 0 80px;
            color: #ffffff;
        }

        .ibox-hero:before {
            content: "";
            position: absolute;
            top: -150px;
            right: -150px;
            width: 420px;
            height: 420px;
            border: 1px solid rgba(255,210,26,.22);
            border-radius: 50%;
        }

        .ibox-hero:after {
            content: "";
            position: absolute;
            bottom: -200px;
            left: -150px;
            width: 430px;
            height: 430px;
            border: 1px solid rgba(255,255,255,.08);
            border-radius: 50%;
        }

        .ibox-hero-content {
            position: relative;
            z-index: 2;
        }

        .ibox-hero h1 {
            max-width: 900px;
            margin: 18px auto 20px;
            color: #ffffff;
            font-size: 54px;
            line-height: 1.08;
            letter-spacing: -1px;
        }

        .ibox-hero h1 span {
            color: var(--ibox-yellow);
        }

        .ibox-hero-description {
            max-width: 790px;
            margin: 0 auto;
            color: #ffffff;
            font-size: 17px;
            line-height: 1.8;
        }

        .ibox-hero-buttons {
            margin-top: 32px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 12px;
        }

        .ibox-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 12px 23px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 700;
            transition: all .25s ease;
        }

        .ibox-btn-yellow {
            background: var(--ibox-yellow);
            color: #111111;
            border: 2px solid var(--ibox-yellow);
        }

        .ibox-btn-yellow:hover {
            background: #ffffff;
            color: #111111;
            border-color: #ffffff;
        }

        .ibox-btn-outline {
            background: transparent;
            color: #ffffff;
            border: 2px solid rgba(255,255,255,.55);
        }

        .ibox-btn-outline:hover {
            background: #ffffff;
            color: #111111;
            border-color: #ffffff;
        }

        .ibox-hero-mini {
            max-width: 920px;
            margin: 45px auto 0;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
        }

        .ibox-mini-card {
            border: 1px solid rgba(255,255,255,.13);
            background: rgba(255,255,255,.05);
            border-radius: 8px;
            padding: 18px 10px;
            text-align: center;
        }

        .ibox-mini-card i {
            display: block;
            color: var(--ibox-yellow);
            font-size: 22px;
            margin-bottom: 8px;
        }

        .ibox-mini-card strong {
            display: block;
            color: #ffffff;
            font-size: 14px;
        }

        .ibox-mini-card small {
            display: block;
            color: #dddddd;
            font-size: 12px;
        }

        /* =========================================================
           PRICE SECTION
           ========================================================= */

        .ibox-pricing {
            background: #f6f6f6;
        }

        .ibox-pricing-header {
            margin-bottom: 45px;
        }

        .ibox-pricing-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
        }

        .ibox-price-card {
            position: relative;
            background: #ffffff;
            border: 1px solid #dedede;
            border-radius: 12px;
            padding: 30px 25px 26px;
            overflow: hidden;
            box-shadow: 0 8px 28px rgba(0,0,0,.06);
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }

        .ibox-price-card:hover {
            transform: translateY(-7px);
            border-color: #c8a900;
            box-shadow: 0 18px 40px rgba(0,0,0,.12);
        }

        .ibox-price-card.featured {
            border: 2px solid var(--ibox-yellow);
            transform: translateY(-5px);
        }

        .ibox-price-card.featured:hover {
            transform: translateY(-10px);
        }

        .ibox-popular {
            position: absolute;
            top: 0;
            right: 0;
            background: var(--ibox-yellow);
            color: #111111;
            padding: 7px 13px;
            border-radius: 0 0 0 10px;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: .5px;
        }

        .ibox-price-top {
            position: relative;
            padding-right: 120px;
            min-height: 90px;
        }

        .ibox-plan-icon {
            width: 54px;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            background: #111111;
            color: var(--ibox-yellow);
            font-size: 22px;
            margin-bottom: 16px;
        }

        .ibox-price-card h3 {
            color: #111111;
            font-size: 22px;
            margin: 0 0 6px;
            line-height: 1.25;
        }

        .ibox-plan-description {
            color: #666666;
            font-size: 12px;
            margin: 0;
        }

        /* PRICE ALWAYS VISIBLE TOP RIGHT */
        .ibox-price {
            position: absolute;
            top: 0;
            right: 0;
            text-align: right;
            z-index: 4;
        }

        .ibox-price .price-label {
            display: block;
            color: #666666;
            font-size: 11px;
            font-weight: 600;
            margin-bottom: 0;
        }

        .ibox-price strong {
            display: block;
            color: #111111;
            font-size: 24px;
            line-height: 1.1;
            font-weight: 800;
            white-space: nowrap;
        }

        .ibox-price small {
            display: block;
            color: #777777;
            font-size: 10px;
            margin-top: 2px;
        }

        .ibox-price-card hr {
            margin: 22px 0 18px;
            border: 0;
            border-top: 1px solid #e7e7e7;
        }

        .ibox-feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 23px;
        }

        .ibox-feature-list li {
            position: relative;
            padding: 7px 0 7px 25px;
            color: #3e3e3e;
            font-size: 13px;
            line-height: 1.45;
            border-bottom: 1px dashed #ededed;
        }

        .ibox-feature-list li:last-child {
            border-bottom: 0;
        }

        .ibox-feature-list li i {
            position: absolute;
            left: 0;
            top: 9px;
            color: #18a957;
            font-size: 13px;
        }

        .ibox-price-btn {
            width: 100%;
            display: block;
            text-align: center;
            background: #111111;
            color: #ffffff;
            border: 2px solid #111111;
            border-radius: 5px;
            padding: 11px 15px;
            font-size: 13px;
            font-weight: 700;
            transition: .25s ease;
        }

        .ibox-price-btn:hover {
            background: var(--ibox-yellow);
            border-color: var(--ibox-yellow);
            color: #111111;
        }

        .ibox-price-note {
            margin-top: 28px;
            padding: 14px 18px;
            background: #fffbe5;
            border-left: 4px solid var(--ibox-yellow);
            color: #444444;
            font-size: 12px;
            line-height: 1.7;
        }

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

        .ibox-features {
            background: #ffffff;
        }

        .ibox-feature-grid {
            margin-top: 45px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 18px;
        }

        .ibox-feature-box {
            padding: 25px 20px;
            background: #ffffff;
            border: 1px solid #e4e4e4;
            border-radius: 10px;
            transition: .25s ease;
        }

        .ibox-feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,.08);
            border-color: #e1c000;
        }

        .ibox-feature-icon {
            width: 48px;
            height: 48px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #111111;
            color: var(--ibox-yellow);
            border-radius: 9px;
            font-size: 19px;
            margin-bottom: 15px;
        }

        .ibox-feature-box h4 {
            color: #111111;
            font-size: 16px;
            margin: 0 0 8px;
        }

        .ibox-feature-box p {
            color: #626262;
            font-size: 12px;
            margin: 0;
            line-height: 1.7;
        }

        /* =========================================================
           WHY IBOX444
           ========================================================= */

        .ibox-dark-section {
            background: #0b0b0b;
            color: #ffffff;
        }

        .ibox-dark-section .ibox-section-title {
            color: #ffffff;
        }

        .ibox-dark-section .ibox-section-subtitle {
            color: #ffffff;
        }

        .ibox-dark-grid {
            margin-top: 45px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .ibox-dark-card {
            background: #171717;
            border: 1px solid #2c2c2c;
            border-radius: 10px;
            padding: 28px 23px;
        }

        .ibox-dark-card i {
            color: var(--ibox-yellow);
            font-size: 25px;
            margin-bottom: 15px;
        }

        .ibox-dark-card h3 {
            color: #ffffff;
            font-size: 18px;
            margin: 0 0 9px;
        }

        .ibox-dark-card p {
            color: #ffffff;
            font-size: 13px;
            line-height: 1.7;
            margin: 0;
        }

        /* =========================================================
           BUSINESS SECTION
           ========================================================= */

        .ibox-business {
            background: #f6f6f6;
        }

        .ibox-business-grid {
            margin-top: 45px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .ibox-business-card {
            background: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 12px;
            padding: 32px;
        }

        .ibox-business-card.dark {
            background: #111111;
            border-color: #111111;
            color: #ffffff;
        }

        .ibox-business-card h3 {
            font-size: 24px;
            margin: 0 0 12px;
        }

        .ibox-business-card.dark h3 {
            color: #ffffff;
        }

        .ibox-business-card p {
            font-size: 13px;
            line-height: 1.8;
            color: #555555;
        }

        .ibox-business-card.dark p {
            color: #ffffff;
        }

        .ibox-business-list {
            padding: 0;
            margin: 20px 0 0;
            list-style: none;
        }

        .ibox-business-list li {
            position: relative;
            padding: 7px 0 7px 25px;
            font-size: 13px;
            color: #333333;
        }

        .ibox-business-card.dark .ibox-business-list li {
            color: #ffffff;
        }

        .ibox-business-list li i {
            position: absolute;
            left: 0;
            top: 10px;
            color: var(--ibox-yellow);
        }

        /* =========================================================
           PROCESS
           ========================================================= */

        .ibox-process {
            background: #ffffff;
        }

        .ibox-process-wrap {
            margin-top: 48px;
            position: relative;
        }

        .ibox-process-wrap:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 20px;
            bottom: 20px;
            width: 2px;
            background: #e1e1e1;
            transform: translateX(-50%);
        }

        .ibox-process-item {
            position: relative;
            width: 50%;
            padding: 0 55px 40px;
        }

        .ibox-process-item:nth-child(odd) {
            margin-left: 0;
            text-align: right;
        }

        .ibox-process-item:nth-child(even) {
            margin-left: 50%;
            text-align: left;
        }

        .ibox-process-number {
            position: absolute;
            top: 0;
            width: 44px;
            height: 44px;
            background: var(--ibox-yellow);
            color: #111111;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 800;
            font-size: 14px;
            border: 5px solid #ffffff;
            box-shadow: 0 0 0 1px #dddddd;
            z-index: 3;
        }

        .ibox-process-item:nth-child(odd) .ibox-process-number {
            right: -22px;
        }

        .ibox-process-item:nth-child(even) .ibox-process-number {
            left: -22px;
        }

        .ibox-process-content {
            background: #f8f8f8;
            border: 1px solid #dddddd;
            border-radius: 10px;
            padding: 22px;
        }

        .ibox-process-content i {
            color: #111111;
            font-size: 22px;
            margin-bottom: 9px;
        }

        .ibox-process-content h3 {
            color: #111111;
            font-size: 17px;
            margin: 0 0 7px;
        }

        .ibox-process-content p {
            color: #555555;
            font-size: 12px;
            margin: 0;
            line-height: 1.7;
        }

        /* =========================================================
           PROFILE + ENQUIRY
           ========================================================= */

        .ibox-contact {
            background: #0b0b0b;
            color: #ffffff;
        }

        .ibox-contact-grid {
            display: grid;
            grid-template-columns: .9fr 1.1fr;
            gap: 30px;
            align-items: stretch;
        }

        .ibox-profile-card {
            background: #171717;
            border: 1px solid #2c2c2c;
            border-radius: 12px;
            padding: 35px 28px;
            text-align: center;
        }

        .ibox-profile-image {
            width: 145px;
            height: 145px;
            object-fit: cover;
            border-radius: 50%;
            border: 5px solid var(--ibox-yellow);
            background: #ffffff;
            margin: 0 auto 18px;
            display: block;
        }

        .ibox-profile-card h3 {
            color: #ffffff;
            font-size: 24px;
            margin: 0 0 4px;
        }

        .ibox-profile-role {
            color: var(--ibox-yellow);
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .ibox-profile-card p {
            color: #ffffff;
            font-size: 13px;
            line-height: 1.7;
        }

        .ibox-profile-link {
            display: inline-block;
            color: var(--ibox-yellow);
            font-size: 13px;
            font-weight: 700;
            margin: 8px 0 18px;
        }

        /* SOCIAL SHARE LINKS VISIBLE */
        .ibox-social-title {
            color: #ffffff;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 12px;
        }

        .ibox-social-links {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
        }

        .ibox-social-links a {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid #4a4a4a;
            background: #111111;
            color: #ffffff;
            font-size: 14px;
            transition: .25s ease;
        }

        .ibox-social-links a:hover {
            background: var(--ibox-yellow);
            border-color: var(--ibox-yellow);
            color: #111111;
            transform: translateY(-3px);
        }

        .ibox-contact-actions {
            margin-top: 20px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 8px;
        }

        .ibox-contact-actions a {
            padding: 9px 14px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 700;
        }

        .ibox-whatsapp {
            background: #20bd5a;
            color: #ffffff;
        }

        .ibox-call {
            background: #ffffff;
            color: #111111;
        }

        .ibox-form-card {
            background: #ffffff;
            color: #111111;
            border-radius: 12px;
            padding: 35px 30px;
        }

        .ibox-form-card h3 {
            color: #111111;
            font-size: 25px;
            margin: 0 0 7px;
        }

        .ibox-form-card > p {
            color: #666666;
            font-size: 13px;
            margin-bottom: 22px;
        }

        .ibox-form-row {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .ibox-form-group {
            margin-bottom: 15px;
        }

        .ibox-form-group label {
            display: block;
            color: #222222;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 6px;
        }

        .ibox-form-control {
            width: 100%;
            height: 46px;
            padding: 10px 12px;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            background: #ffffff;
            color: #111111;
            font-size: 13px;
            outline: none;
        }

        textarea.ibox-form-control {
            height: 110px;
            resize: vertical;
        }

        .ibox-form-control:focus {
            border-color: #111111;
            box-shadow: 0 0 0 2px rgba(255,210,26,.25);
        }

        .ibox-form-submit {
            width: 100%;
            border: 0;
            border-radius: 5px;
            padding: 13px 18px;
            background: #111111;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            transition: .25s ease;
        }

        .ibox-form-submit:hover {
            background: var(--ibox-yellow);
            color: #111111;
        }

        .ibox-form-note {
            color: #777777;
            font-size: 11px;
            margin-top: 10px;
            text-align: center;
        }

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

        .ibox-faq {
            background: #f6f6f6;
        }

        .ibox-faq-wrap {
            max-width: 900px;
            margin: 45px auto 0;
        }

        .ibox-faq-item {
            background: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 8px;
            margin-bottom: 12px;
            overflow: hidden;
        }

        .ibox-faq-question {
            position: relative;
            padding: 18px 50px 18px 20px;
            color: #111111;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            margin: 0;
        }

        .ibox-faq-question:after {
            content: "\f067";
            font-family: FontAwesome;
            position: absolute;
            right: 20px;
            top: 19px;
            color: #111111;
            font-size: 12px;
        }

        .ibox-faq-item.active .ibox-faq-question {
            background: #111111;
            color: #ffffff;
        }

        .ibox-faq-item.active .ibox-faq-question:after {
            content: "\f068";
            color: var(--ibox-yellow);
        }

        .ibox-faq-answer {
            display: none;
            padding: 17px 20px 19px;
            border-top: 1px solid #eeeeee;
            color: #555555;
            font-size: 13px;
            line-height: 1.8;
        }

        .ibox-faq-item.active .ibox-faq-answer {
            display: block;
        }

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

        .ibox-final-cta {
            padding: 60px 0;
            background: var(--ibox-yellow);
            color: #111111;
            text-align: center;
        }

        .ibox-final-cta h2 {
            color: #111111;
            font-size: 35px;
            margin: 0 0 10px;
        }

        .ibox-final-cta p {
            color: #222222;
            max-width: 720px;
            margin: 0 auto 23px;
            font-size: 14px;
        }

        .ibox-final-btn {
            display: inline-flex;
            padding: 12px 24px;
            background: #111111;
            color: #ffffff;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 700;
        }

        .ibox-final-btn:hover {
            background: #ffffff;
            color: #111111;
        }

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

        .ibox-floating-whatsapp {
            position: fixed;
            right: 20px;
            bottom: 20px;
            width: 54px;
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: #20bd5a;
            color: #ffffff;
            font-size: 25px;
            z-index: 9999;
            box-shadow: 0 7px 20px rgba(0,0,0,.25);
        }

        .ibox-floating-whatsapp:hover {
            color: #ffffff;
            transform: scale(1.06);
        }

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

        @media (max-width: 991px) {

            .ibox-hero h1 {
                font-size: 43px;
            }

            .ibox-pricing-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .ibox-feature-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .ibox-dark-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .ibox-contact-grid {
                grid-template-columns: 1fr;
            }

        }

        @media (max-width: 767px) {

            body {
                font-size: 13px;
            }

            .ibox-section {
                padding: 60px 0;
            }

            .ibox-section-title {
                font-size: 30px;
            }

            .ibox-hero {
                padding: 70px 0 55px;
            }

            .ibox-hero h1 {
                font-size: 35px;
                letter-spacing: -.5px;
            }

            .ibox-hero-description {
                font-size: 14px;
            }

            .ibox-hero-mini {
                grid-template-columns: repeat(2, 1fr);
                margin-top: 30px;
            }

            .ibox-pricing-grid {
                grid-template-columns: 1fr;
            }

            .ibox-price-card.featured {
                transform: none;
            }

            .ibox-feature-grid {
                grid-template-columns: 1fr;
            }

            .ibox-dark-grid {
                grid-template-columns: 1fr;
            }

            .ibox-business-grid {
                grid-template-columns: 1fr;
            }

            .ibox-process-wrap:before {
                left: 21px;
                transform: none;
            }

            .ibox-process-item,
            .ibox-process-item:nth-child(even) {
                width: 100%;
                margin-left: 0;
                padding: 0 0 25px 58px;
                text-align: left;
            }

            .ibox-process-item:nth-child(odd) {
                text-align: left;
            }

            .ibox-process-item:nth-child(odd) .ibox-process-number,
            .ibox-process-item:nth-child(even) .ibox-process-number {
                left: 0;
                right: auto;
            }

            .ibox-form-row {
                grid-template-columns: 1fr;
                gap: 0;
            }

            .ibox-form-card {
                padding: 27px 20px;
            }

            .ibox-profile-card {
                padding: 30px 20px;
            }

            .ibox-final-cta h2 {
                font-size: 28px;
            }

        }

        @media (max-width: 480px) {

            .ibox-container {
                padding-left: 12px;
                padding-right: 12px;
            }

            .ibox-hero h1 {
                font-size: 30px;
            }

            .ibox-price-top {
                padding-right: 105px;
            }

            .ibox-price strong {
                font-size: 20px;
            }

            .ibox-price-card h3 {
                font-size: 19px;
            }

            .ibox-social-links a {
                width: 36px;
                height: 36px;
            }

        }
