/* Page-specific styles for custom-native-android-mobile-apps-design-company-rs-14999.php; extracted without visual redesign. */

/* =====================================================
           RESET / PAGE BASE
           ===================================================== */

        .ibox444-mobile-page,
        .ibox444-mobile-page * {
            box-sizing: border-box;
        }

        .ibox444-mobile-page {
            width: 100%;
            overflow: hidden;
            font-family: Arial, Helvetica, sans-serif;
            background: #ffffff;
            color: #222222;
            line-height: 1.75;
        }

        .ibox444-mobile-page p,
        .ibox444-mobile-page li,
        .ibox444-mobile-page a,
        .ibox444-mobile-page span,
        .ibox444-mobile-page label,
        .ibox444-mobile-page input,
        .ibox444-mobile-page textarea,
        .ibox444-mobile-page select,
        .ibox444-mobile-page button {
            font-size: 14px;
        }

        .ibox444-mobile-page p,
        .ibox444-mobile-page li {
            min-font-size: 12px;
        }


        /* =====================================================
           BRAND HIGHLIGHT
           ===================================================== */

        .ibox-brand-highlight {
            color: #ffd400;
            font-weight: 900;
        }

        .ibox-owner-highlight {
            color: #111111;
            background: #ffd400;
            padding: 2px 7px;
            font-weight: 900;
            display: inline-block;
        }


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

        .ibox444-hero {
            position: relative;
            overflow: hidden;
            padding: 78px 18px 60px;
            background:
                radial-gradient(circle at 8% 15%,
                rgba(255,212,0,.16),
                transparent 27%),
                radial-gradient(circle at 92% 30%,
                rgba(255,255,255,.08),
                transparent 23%),
                linear-gradient(135deg,#050505,#191919 55%,#050505);
            border-bottom: 4px solid #ffd400;
            color: #ffffff;
        }

        .ibox444-hero:before {
            content: "";
            position: absolute;
            width: 360px;
            height: 360px;
            border: 1px solid rgba(255,212,0,.14);
            border-radius: 50%;
            left: -190px;
            bottom: -220px;
        }

        .ibox444-hero:after {
            content: "";
            position: absolute;
            width: 270px;
            height: 270px;
            border: 1px solid rgba(255,212,0,.14);
            border-radius: 50%;
            right: -120px;
            top: -140px;
        }

        .ibox444-hero .container {
            position: relative;
            z-index: 2;
        }

        .ibox-hero-tag {
            display: inline-block;
            padding: 7px 14px;
            background: #ffd400;
            color: #111111;
            font-size: 11px !important;
            font-weight: 900 !important;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .ibox444-hero h1 {
            max-width: 1050px;
            margin: 0 auto 16px;
            color: #ffffff;
            font-size: 43px !important;
            line-height: 1.16;
            font-weight: 900 !important;
            text-transform: uppercase;
        }

        .ibox444-hero h1 span {
            color: #ffd400;
        }

        .ibox444-hero .hero-copy {
            max-width: 900px;
            margin: 0 auto;
            color: #dddddd;
            font-size: 16px !important;
            line-height: 1.8;
        }

        .ibox444-hero .hero-brand {
            display: inline-block;
            color: #ffd400;
            font-weight: 900;
        }


        /* =====================================================
           BUTTONS
           ===================================================== */

        .ibox-btn {
            display: inline-block !important;
            padding: 12px 18px;
            margin: 5px 4px;
            border-radius: 5px;
            text-decoration: none !important;
            font-size: 12px !important;
            line-height: 1.4;
            font-weight: 900 !important;
            text-transform: uppercase;
            border: 2px solid transparent;
            transition: all .25s ease;
        }

        .ibox-btn-yellow {
            background: #ffd400;
            color: #111111 !important;
            border-color: #ffd400;
        }

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

        .ibox-btn-green {
            background: #20d45f;
            color: #111111 !important;
            border-color: #20d45f;
        }

        .ibox-btn-green:hover {
            background: #ffd400;
            color: #111111 !important;
            border-color: #ffd400;
        }

        .ibox-btn-dark {
            background: #111111;
            color: #ffd400 !important;
            border-color: #111111;
        }

        .ibox-btn-dark:hover {
            background: #ffd400;
            color: #111111 !important;
            border-color: #ffd400;
        }

        .ibox-btn-white {
            background: #ffffff;
            color: #111111 !important;
            border-color: #ffffff;
        }

        .ibox-btn-white:hover {
            background: #ffd400;
            color: #111111 !important;
            border-color: #ffd400;
        }


        /* =====================================================
           COMMON SECTION
           ===================================================== */

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

        .ibox-section-white {
            background: #ffffff;
        }

        .ibox-section-gray {
            background: #f5f5f5;
        }

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

        .ibox-container {
            width: 100%;
            max-width: 1180px;
            margin: 0 auto;
        }

        .ibox-section-title {
            max-width: 850px;
            margin: 0 auto 35px;
            text-align: center;
        }

        .ibox-section-title .tag {
            color: #b18a00;
            font-size: 11px !important;
            font-weight: 900 !important;
            letter-spacing: 1.8px;
            text-transform: uppercase;
        }

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

        .ibox-section-title h2 {
            margin: 7px 0 11px;
            color: #111111;
            font-size: 32px !important;
            line-height: 1.25;
            font-weight: 900 !important;
        }

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

        .ibox-section-title h2 span {
            color: #b18a00;
        }

        .ibox-section-dark .ibox-section-title h2 span {
            color: #ffd400;
        }

        .ibox-section-title p {
            color: #555555;
            font-size: 14px !important;
            line-height: 1.8;
            margin: 0;
        }

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


        /* =====================================================
           INFO CARDS
           ===================================================== */

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

        .ibox-info-card {
            position: relative;
            padding: 28px;
            background: #ffffff;
            border: 1px solid #dedede;
            border-radius: 12px;
            box-shadow: 0 10px 28px rgba(0,0,0,.06);
            transition: all .25s ease;
        }

        .ibox-info-card:hover {
            transform: translateY(-6px);
            border-color: #ffd400;
            box-shadow: 0 16px 35px rgba(0,0,0,.10);
        }

        .ibox-info-icon {
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffd400;
            color: #111111;
            font-size: 23px;
            margin-bottom: 17px;
            border-radius: 7px;
        }

        .ibox-info-card h3 {
            margin: 0 0 8px;
            color: #111111;
            font-size: 20px !important;
            line-height: 1.3;
            font-weight: 900 !important;
        }

        .ibox-info-card p {
            margin: 0;
            color: #555555;
            font-size: 13px !important;
        }


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

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

        .ibox-feature {
            padding: 22px 16px;
            background: #171717;
            border: 1px solid #333333;
            border-radius: 10px;
            text-align: center;
            transition: all .25s ease;
        }

        .ibox-feature:hover {
            border-color: #ffd400;
            transform: translateY(-4px);
        }

        .ibox-feature-icon {
            color: #ffd400;
            font-size: 28px;
            margin-bottom: 9px;
        }

        .ibox-feature strong {
            display: block;
            color: #ffd400;
            font-size: 15px !important;
            font-weight: 900 !important;
        }

        .ibox-feature span {
            display: block;
            color: #cccccc;
            margin-top: 5px;
            font-size: 12px !important;
            line-height: 1.6;
        }


        /* =====================================================
           PRICING
           6 PLANS
           ===================================================== */

        .ibox-pricing-area {
            padding: 65px 15px;
            background:
                linear-gradient(180deg,#f7f7f7 0%,#ffffff 100%);
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
        }

        .ibox-pricing-head {
            max-width: 850px;
            margin: 0 auto 35px;
            text-align: center;
        }

        .ibox-pricing-head .tag {
            color: #ad8600;
            font-size: 11px !important;
            font-weight: 900 !important;
            letter-spacing: 1.7px;
            text-transform: uppercase;
        }

        .ibox-pricing-head h2 {
            margin: 7px 0 10px;
            color: #111111;
            font-size: 34px !important;
            line-height: 1.25;
            font-weight: 900 !important;
        }

        .ibox-pricing-head h2 span {
            color: #ad8600;
        }

        .ibox-pricing-head p {
            color: #555555;
            font-size: 14px !important;
        }

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

        .ibox-plan {
            position: relative;
            display: flex;
            flex-direction: column;
            padding: 27px 22px 22px;
            background: #ffffff;
            border: 1px solid #dcdcdc;
            border-radius: 14px;
            box-shadow: 0 10px 27px rgba(0,0,0,.07);
            overflow: hidden;
            transition: all .25s ease;
        }

        .ibox-plan:hover {
            transform: translateY(-7px);
            border-color: #ffd400;
            box-shadow: 0 18px 38px rgba(0,0,0,.12);
        }

        .ibox-plan.featured {
            background: #101010;
            border: 2px solid #ffd400;
            transform: translateY(-7px);
            box-shadow: 0 20px 45px rgba(0,0,0,.20);
        }

        .ibox-plan.featured:hover {
            transform: translateY(-11px);
        }

        .ibox-plan .plan-badge {
            align-self: flex-start;
            display: inline-block;
            background: #ffd400;
            color: #111111;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 10px !important;
            font-weight: 900 !important;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .ibox-plan h3 {
            margin: 15px 0 4px;
            color: #111111;
            font-size: 22px !important;
            line-height: 1.25;
            font-weight: 900 !important;
        }

        .ibox-plan.featured h3 {
            color: #ffffff;
        }

        .ibox-plan .plan-for {
            min-height: 40px;
            color: #777777;
            font-size: 12px !important;
            line-height: 1.6;
        }

        .ibox-plan.featured .plan-for {
            color: #cccccc;
        }

        .ibox-plan .price {
            margin: 12px 0 3px;
            color: #111111;
            font-size: 32px !important;
            line-height: 1.2;
            font-weight: 900 !important;
        }

        .ibox-plan .price small {
            color: #777777;
            font-size: 11px !important;
            font-weight: 800;
        }

        .ibox-plan.featured .price {
            color: #ffd400;
        }

        .ibox-plan.featured .price small {
            color: #cccccc;
        }

        .ibox-plan .price-note {
            color: #777777;
            font-size: 11px !important;
            font-weight: 700;
        }

        .ibox-plan.featured .price-note {
            color: #aaaaaa;
        }

        .ibox-plan ul {
            flex: 1;
            list-style: none;
            margin: 18px 0;
            padding: 0;
        }

        .ibox-plan li {
            position: relative;
            padding: 8px 0 8px 23px;
            border-top: 1px solid #eeeeee;
            color: #333333;
            font-size: 12px !important;
            line-height: 1.55;
            font-weight: 700;
        }

        .ibox-plan li:first-child {
            border-top: 0;
        }

        .ibox-plan li:before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 8px;
            color: #139442;
            font-size: 14px;
            font-weight: 900;
        }

        .ibox-plan.featured li {
            color: #eeeeee;
            border-color: #333333;
        }

        .ibox-plan.featured li:before {
            color: #ffd400;
        }

        .ibox-plan .plan-cta {
            width: 100%;
            margin: 0;
            text-align: center;
        }

        .pricing-note {
            max-width: 850px;
            margin: 22px auto 0;
            color: #666666;
            text-align: center;
            font-size: 11px !important;
            line-height: 1.65;
        }


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

        .ibox-process {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 14px;
        }

        .ibox-process-step {
            padding: 22px 16px;
            background: #f7f7f7;
            border-top: 4px solid #ffd400;
            border-radius: 8px;
            text-align: center;
        }

        .ibox-process-step .number {
            color: #111111;
            font-size: 22px !important;
            font-weight: 900 !important;
        }

        .ibox-process-step h3 {
            margin: 6px 0;
            color: #111111;
            font-size: 15px !important;
            font-weight: 900 !important;
        }

        .ibox-process-step p {
            margin: 0;
            color: #666666;
            font-size: 12px !important;
            line-height: 1.65;
        }


        /* =====================================================
           AP PROFILE
           FULL DARK BACKGROUND - NO HALF SCREEN
           ===================================================== */

        .ibox-ap-section {
            position: relative;
            width: 100%;
            padding: 70px 15px;
            background:
                radial-gradient(circle at 10% 20%,
                rgba(255,212,0,.12),
                transparent 28%),
                radial-gradient(circle at 90% 80%,
                rgba(255,212,0,.09),
                transparent 30%),
                #090909;
            border-top: 5px solid #ffd400;
            border-bottom: 5px solid #ffd400;
        }

        .ibox-ap-container {
            width: 100%;
            max-width: 1180px;
            margin: 0 auto;
        }

        .ibox-ap-heading {
            max-width: 850px;
            margin: 0 auto 38px;
            text-align: center;
        }

        .ibox-ap-heading .tag {
            color: #ffd400;
            font-size: 11px !important;
            font-weight: 900 !important;
            letter-spacing: 1.8px;
        }

        .ibox-ap-heading h2 {
            margin: 7px 0 10px;
            color: #ffffff;
            font-size: 34px !important;
            line-height: 1.25;
            font-weight: 900 !important;
        }

        .ibox-ap-heading h2 span {
            color: #ffd400;
        }

        .ibox-ap-heading p {
            margin: 0;
            color: #cccccc;
            font-size: 14px !important;
        }

        .ibox-ap-grid {
            display: grid;
            grid-template-columns: 1.15fr .85fr;
            gap: 22px;
            align-items: stretch;
        }


        /* AP PROFILE CARD */

        .ibox-ap-profile {
            background: #ffffff;
            border-radius: 15px;
            border: 2px solid #ffd400;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0,0,0,.30);
        }

        .ibox-ap-profile-top {
            padding: 30px 25px;
            background:
                linear-gradient(135deg,#101010,#1d1d1d);
            text-align: center;
        }

        .ibox-ap-profile-top img {
            display: block;
            width: 175px;
            height: 175px;
            margin: 0 auto 17px;
            object-fit: cover;
            object-position: center;
            border-radius: 50%;
            border: 5px solid #ffd400;
            background: #111111;
        }

        .ibox-ap-label {
            display: inline-block;
            color: #111111;
            background: #ffd400;
            padding: 6px 11px;
            font-size: 10px !important;
            font-weight: 900 !important;
            letter-spacing: 1px;
        }

        .ibox-ap-profile-body {
            padding: 28px;
        }

        .ibox-ap-profile-body h3 {
            margin: 0 0 8px;
            color: #111111;
            font-size: 27px !important;
            line-height: 1.25;
            font-weight: 900 !important;
        }

        .ibox-ap-profile-body h3 span {
            color: #ad8600;
        }

        .ibox-ap-profile-body .role {
            color: #555555;
            font-size: 13px !important;
            font-weight: 800;
            margin-bottom: 17px;
        }

        .ibox-ap-profile-body p {
            color: #444444;
            font-size: 13px !important;
            line-height: 1.8;
        }

        .ibox-ap-facts {
            margin: 18px 0;
            padding: 0;
            list-style: none;
        }

        .ibox-ap-facts li {
            padding: 8px 0;
            border-top: 1px solid #eeeeee;
            color: #444444;
            font-size: 12px !important;
        }

        .ibox-ap-facts li strong {
            color: #111111;
        }

        .ibox-ap-profile-links {
            padding-top: 15px;
            border-top: 1px solid #eeeeee;
        }


        /* AP CTA CARD */

        .ibox-ap-contact {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 35px 30px;
            background:
                linear-gradient(145deg,#111111,#202020);
            border-radius: 15px;
            border: 2px solid #ffd400;
            box-shadow: 0 15px 40px rgba(0,0,0,.30);
        }

        .ibox-ap-contact .tag {
            align-self: flex-start;
            background: #ffd400;
            color: #111111;
            padding: 6px 11px;
            font-size: 10px !important;
            font-weight: 900 !important;
            letter-spacing: 1px;
        }

        .ibox-ap-contact h3 {
            margin: 15px 0 10px;
            color: #ffffff;
            font-size: 31px !important;
            line-height: 1.25;
            font-weight: 900 !important;
        }

        .ibox-ap-contact h3 span {
            color: #ffd400;
        }

        .ibox-ap-contact p {
            color: #cccccc;
            font-size: 14px !important;
            line-height: 1.8;
        }

        .ibox-contact-list {
            margin: 18px 0;
        }

        .ibox-contact-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 0;
            border-top: 1px solid #333333;
        }

        .ibox-contact-row i {
            width: 30px;
            color: #ffd400;
            text-align: center;
            font-size: 17px;
        }

        .ibox-contact-row a {
            color: #ffffff !important;
            text-decoration: none !important;
            font-size: 14px !important;
            font-weight: 900 !important;
        }

        .ibox-contact-row a:hover {
            color: #ffd400 !important;
        }

        .ibox-primary-wa {
            display: block !important;
            width: 100%;
            padding: 15px 12px;
            background: #20d45f;
            color: #111111 !important;
            border-radius: 7px;
            text-align: center;
            text-decoration: none !important;
            font-size: 13px !important;
            font-weight: 900 !important;
            margin-top: 10px;
            text-transform: uppercase;
        }

        .ibox-primary-wa:hover {
            background: #ffd400;
        }

        .ibox-ap-cta-note {
            margin-top: 18px;
            padding: 15px;
            background: rgba(255,212,0,.08);
            border-left: 4px solid #ffd400;
            color: #eeeeee;
            font-size: 12px !important;
            line-height: 1.7;
        }


        /* =====================================================
           STRONG CTA
           ===================================================== */

        .ibox-strong-cta {
            margin-top: 24px;
            padding: 42px 25px;
            background:
                linear-gradient(135deg,#151515,#050505);
            border: 2px solid #ffd400;
            border-radius: 15px;
            text-align: center;
            color: #ffffff;
        }

        .ibox-strong-cta .tag {
            color: #ffd400;
            font-size: 10px !important;
            font-weight: 900 !important;
            letter-spacing: 1.8px;
        }

        .ibox-strong-cta h2 {
            margin: 8px 0 10px;
            color: #ffffff;
            font-size: 32px !important;
            line-height: 1.25;
            font-weight: 900 !important;
        }

        .ibox-strong-cta h2 span {
            color: #ffd400;
        }

        .ibox-strong-cta p {
            max-width: 800px;
            margin: 0 auto 18px;
            color: #cccccc;
            font-size: 14px !important;
        }


        /* =====================================================
           FULL WIDTH WHATSAPP ENQUIRY
           ===================================================== */

        .ibox-enquiry-section {
            padding: 65px 15px;
            background:
                linear-gradient(180deg,#f6f6f6,#ffffff);
        }

        .ibox-enquiry-box {
            display: grid;
            grid-template-columns: .9fr 1.1fr;
            gap: 25px;
            max-width: 1180px;
            margin: 0 auto;
            padding: 28px;
            background: #101010;
            border: 2px solid #ffd400;
            border-radius: 16px;
            box-shadow: 0 18px 45px rgba(0,0,0,.15);
        }

        .ibox-enquiry-info {
            padding: 20px;
        }

        .ibox-enquiry-info .tag {
            color: #ffd400;
            font-size: 11px !important;
            font-weight: 900 !important;
            letter-spacing: 1.5px;
        }

        .ibox-enquiry-info h2 {
            margin: 8px 0 12px;
            color: #ffffff;
            font-size: 31px !important;
            line-height: 1.25;
            font-weight: 900 !important;
        }

        .ibox-enquiry-info h2 span {
            color: #ffd400;
        }

        .ibox-enquiry-info p {
            color: #cccccc;
            font-size: 14px !important;
            line-height: 1.8;
        }

        .ibox-enquiry-points {
            margin-top: 22px;
        }

        .ibox-enquiry-points div {
            padding: 8px 0;
            color: #eeeeee;
            font-size: 13px !important;
            font-weight: 800;
        }

        .ibox-enquiry-points i {
            color: #ffd400;
            margin-right: 8px;
        }


        /* FORM */

        .ibox-wa-form {
            padding: 25px;
            background: #ffffff;
            border-radius: 12px;
        }

        .ibox-wa-form h3 {
            margin: 0 0 5px;
            color: #111111;
            font-size: 23px !important;
            font-weight: 900 !important;
        }

        .ibox-wa-form .form-sub {
            color: #666666;
            font-size: 12px !important;
            margin-bottom: 18px;
        }

        .ibox-form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 13px;
        }

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

        .ibox-form-group label {
            display: block;
            margin-bottom: 6px;
            color: #111111;
            font-size: 12px !important;
            font-weight: 900 !important;
        }

        .ibox-wa-form input,
        .ibox-wa-form textarea,
        .ibox-wa-form select {
            width: 100%;
            min-height: 45px;
            padding: 10px 12px;
            border: 1px solid #d6d6d6;
            border-radius: 6px;
            outline: none;
            color: #222222;
            background: #ffffff;
            font-size: 13px !important;
        }

        .ibox-wa-form textarea {
            min-height: 115px;
            resize: vertical;
        }

        .ibox-wa-form input:focus,
        .ibox-wa-form textarea:focus,
        .ibox-wa-form select:focus {
            border-color: #ffd400;
            box-shadow: 0 0 0 2px rgba(255,212,0,.20);
        }

        .ibox-send-wa {
            width: 100%;
            border: 0;
            padding: 14px 12px;
            border-radius: 7px;
            background: #20d45f;
            color: #111111;
            cursor: pointer;
            font-size: 13px !important;
            font-weight: 900 !important;
            text-transform: uppercase;
        }

        .ibox-send-wa:hover {
            background: #ffd400;
        }

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


        /* =====================================================
           SEO ARTICLE
           ===================================================== */

        .ibox-seo-article {
            max-width: 1100px;
            margin: 0 auto;
            padding: 35px;
            background: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 13px;
            box-shadow: 0 10px 28px rgba(0,0,0,.05);
        }

        .ibox-seo-article h2 {
            margin: 0 0 15px;
            color: #111111;
            font-size: 29px !important;
            line-height: 1.3;
            font-weight: 900 !important;
        }

        .ibox-seo-article h3 {
            margin: 27px 0 9px;
            color: #111111;
            font-size: 21px !important;
            line-height: 1.35;
            font-weight: 900 !important;
        }

        .ibox-seo-article p {
            margin: 0 0 14px;
            color: #444444;
            font-size: 14px !important;
            line-height: 1.85;
        }

        .ibox-seo-article ul {
            padding-left: 20px;
        }

        .ibox-seo-article li {
            color: #444444;
            font-size: 13px !important;
            line-height: 1.8;
            margin-bottom: 5px;
        }

        .ibox-seo-highlight {
            margin: 25px 0;
            padding: 22px;
            background: #111111;
            border-left: 5px solid #ffd400;
            border-radius: 9px;
        }

        .ibox-seo-highlight h3 {
            margin: 0 0 7px;
            color: #ffd400;
        }

        .ibox-seo-highlight p {
            margin: 0;
            color: #ffffff;
        }


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

        .ibox-faq {
            max-width: 1000px;
            margin: 0 auto;
        }

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

        .ibox-faq-item summary {
            padding: 17px 18px;
            cursor: pointer;
            color: #111111;
            background: #ffffff;
            font-size: 15px !important;
            font-weight: 900 !important;
        }

        .ibox-faq-item summary:hover {
            background: #fff9d9;
        }

        .ibox-faq-answer {
            padding: 0 18px 18px;
            color: #555555;
            font-size: 13px !important;
            line-height: 1.75;
        }


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

        .ibox-final-cta {
            padding: 70px 15px;
            background:
                radial-gradient(circle at 90% 20%,
                rgba(255,212,0,.14),
                transparent 28%),
                #090909;
            border-top: 5px solid #ffd400;
            text-align: center;
        }

        .ibox-final-cta h2 {
            margin: 0 0 12px;
            color: #ffffff;
            font-size: 37px !important;
            line-height: 1.25;
            font-weight: 900 !important;
        }

        .ibox-final-cta h2 span {
            color: #ffd400;
        }

        .ibox-final-cta p {
            max-width: 800px;
            margin: 0 auto 20px;
            color: #cccccc;
            font-size: 14px !important;
        }

        .ibox-social {
            margin-top: 20px;
        }

        .ibox-social a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            margin: 3px;
            background: #ffffff;
            color: #111111;
            text-decoration: none !important;
            border-radius: 4px;
            font-size: 15px !important;
            font-weight: 900 !important;
        }

        .ibox-social a:hover {
            background: #ffd400;
        }


        /* =====================================================
           RESPONSIVE - TABLET
           ===================================================== */

        @media (max-width: 991px) {

            .ibox444-hero h1 {
                font-size: 35px !important;
            }

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

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

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

            .ibox-plan.featured {
                transform: none;
            }

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

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

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

        }


        /* =====================================================
           RESPONSIVE - MOBILE
           ===================================================== */

        @media (max-width: 767px) {

            .ibox444-hero {
                padding: 50px 14px 40px;
            }

            .ibox444-hero h1 {
                font-size: 29px !important;
            }

            .ibox444-hero .hero-copy {
                font-size: 14px !important;
            }

            .ibox-section,
            .ibox-pricing-area,
            .ibox-enquiry-section {
                padding: 45px 12px;
            }

            .ibox-section-title h2,
            .ibox-pricing-head h2,
            .ibox-ap-heading h2 {
                font-size: 27px !important;
            }

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

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

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

            .ibox-plan.featured {
                transform: none;
            }

            .ibox-plan:hover,
            .ibox-plan.featured:hover {
                transform: none;
            }

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

            .ibox-ap-section {
                padding: 50px 12px;
            }

            .ibox-ap-profile-top img {
                width: 145px;
                height: 145px;
            }

            .ibox-ap-profile-body,
            .ibox-ap-contact {
                padding: 23px 18px;
            }

            .ibox-ap-profile-body h3,
            .ibox-ap-contact h3,
            .ibox-enquiry-info h2 {
                font-size: 25px !important;
            }

            .ibox-strong-cta {
                padding: 34px 18px;
            }

            .ibox-strong-cta h2 {
                font-size: 27px !important;
            }

            .ibox-enquiry-box {
                padding: 15px;
            }

            .ibox-enquiry-info {
                padding: 12px 5px;
            }

            .ibox-wa-form {
                padding: 20px 15px;
            }

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

            .ibox-seo-article {
                padding: 23px 18px;
            }

            .ibox-seo-article h2 {
                font-size: 24px !important;
            }

            .ibox-seo-article h3 {
                font-size: 19px !important;
            }

            .ibox-final-cta {
                padding: 50px 14px;
            }

            .ibox-final-cta h2 {
                font-size: 29px !important;
            }

            .ibox-btn {
                width: 100%;
                margin: 5px 0;
                text-align: center;
            }

        }


        /* =====================================================
           SMALL MOBILE
           ===================================================== */

        @media (max-width: 380px) {

            .ibox444-hero h1 {
                font-size: 26px !important;
            }

            .ibox-section-title h2,
            .ibox-pricing-head h2 {
                font-size: 24px !important;
            }

            .ibox-plan .price {
                font-size: 28px !important;
            }

        }
