/* Page-specific styles for custom-website-development-rs-9999-custom-web-design-development-company.php; extracted without visual redesign. */

/* ==========================================================
       IBOX444 CUSTOM PAGE DESIGN
       Black + White + Yellow Brand Theme
    ========================================================== */

    :root {
        --ibox-black: #090909;
        --ibox-dark: #111111;
        --ibox-yellow: #ffd400;
        --ibox-yellow-dark: #e5bd00;
        --ibox-white: #ffffff;
        --ibox-soft: #fff9d9;
        --ibox-gray: #f5f5f5;
        --ibox-border: #e3e3e3;
        --ibox-text: #202020;
        --ibox-muted: #707070;
        --ibox-green: #25d366;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.7;
        color: var(--ibox-text);
        background: #ffffff;
        overflow-x: hidden;
    }

    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }

    a {
        transition: all 0.25s ease;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .ibox-section {
        width: 100%;
        position: relative;
    }

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

    /* ==========================================================
       HERO / PAGE TITLE
    ========================================================== */

    .ibox-page-title {
        position: relative;
        width: 100%;
        padding: 85px 0 75px;
        background:
            linear-gradient(135deg, rgba(9,9,9,0.97), rgba(20,20,20,0.95)),
            url("assets/img/page-title.jpg") center center/cover no-repeat;
        color: #ffffff;
        overflow: hidden;
    }

    .ibox-page-title:before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        border: 1px solid rgba(255,212,0,0.30);
        border-radius: 50%;
        right: -80px;
        top: -80px;
    }

    .ibox-page-title:after {
        content: "";
        position: absolute;
        width: 160px;
        height: 160px;
        border: 18px solid rgba(255,212,0,0.08);
        border-radius: 50%;
        left: -60px;
        bottom: -70px;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .brand-badge {
        display: inline-block;
        padding: 7px 16px;
        margin-bottom: 15px;
        border: 1px solid var(--ibox-yellow);
        border-radius: 30px;
        color: var(--ibox-yellow);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: rgba(255,212,0,0.06);
    }

    .ibox-page-title h1 {
        margin: 0 auto 15px;
        max-width: 900px;
        color: #ffffff;
        font-size: 44px;
        line-height: 1.15;
        font-weight: 900;
        letter-spacing: -0.5px;
    }

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

    .ibox-page-title p {
        max-width: 850px;
        margin: 0 auto 25px;
        color: #eeeeee;
        font-size: 17px;
        line-height: 1.7;
    }

    .hero-price {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin: 10px 0 25px;
        padding: 10px 20px;
        background: var(--ibox-yellow);
        color: var(--ibox-black);
        border-radius: 5px;
        font-weight: 900;
    }

    .hero-price strong {
        font-size: 27px;
        line-height: 1;
    }

    .hero-actions {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .ibox-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 10px 23px;
        border-radius: 4px;
        text-decoration: none !important;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.3px;
        border: 2px solid transparent;
    }

    .ibox-btn-yellow {
        background: var(--ibox-yellow);
        color: var(--ibox-black) !important;
    }

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

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

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

    .ibox-btn-whatsapp {
        background: var(--ibox-green);
        color: #ffffff !important;
    }

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

    /* ==========================================================
       SECTION HEADING
    ========================================================== */

    .ibox-heading {
        text-align: center;
        margin-bottom: 42px;
    }

    .ibox-heading .mini {
        display: inline-block;
        margin-bottom: 8px;
        color: #8d7500;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .ibox-heading h2 {
        margin: 0 0 12px;
        color: var(--ibox-black);
        font-size: 34px;
        line-height: 1.2;
        font-weight: 900;
    }

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

    .ibox-heading p {
        max-width: 780px;
        margin: 0 auto;
        color: #666666;
        font-size: 15px;
    }

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

    .ibox-pricing {
        padding: 80px 0;
        background: var(--ibox-gray);
    }

    .pricing-top-note {
        max-width: 950px;
        margin: -10px auto 35px;
        padding: 15px 20px;
        text-align: center;
        background: #ffffff;
        border-left: 5px solid var(--ibox-yellow);
        box-shadow: 0 5px 25px rgba(0,0,0,0.06);
        font-size: 14px;
        font-weight: 700;
    }

    .pricing-grid {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .pricing-column {
        width: 33.333333%;
        padding: 10px;
        display: flex;
    }

    .pricing-card {
        position: relative;
        width: 100%;
        background: #ffffff;
        border: 1px solid var(--ibox-border);
        border-radius: 7px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        box-shadow: 0 8px 30px rgba(0,0,0,0.06);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .pricing-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    }

    .pricing-card.featured {
        border: 2px solid var(--ibox-yellow);
        box-shadow: 0 14px 45px rgba(0,0,0,0.13);
    }

    .popular-ribbon {
        position: absolute;
        top: 15px;
        right: -32px;
        width: 125px;
        padding: 5px 0;
        text-align: center;
        background: var(--ibox-yellow);
        color: #000000;
        font-size: 10px;
        font-weight: 900;
        transform: rotate(45deg);
        z-index: 3;
    }

    .pricing-card-header {
        padding: 27px 22px 23px;
        text-align: center;
        background: #111111;
        color: #ffffff;
    }

    .pricing-card-header .package-icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--ibox-yellow);
        color: #000000;
        font-size: 19px;
    }

    .pricing-card-header h3 {
        margin: 0 0 9px;
        color: #ffffff;
        font-size: 23px;
        font-weight: 900;
    }

    .pricing-card-header p {
        margin: 0;
        color: #cccccc;
        font-size: 12px;
    }

    .pricing-price {
        padding: 20px 15px;
        text-align: center;
        background: var(--ibox-yellow);
        color: #000000;
    }

    .pricing-price small {
        display: block;
        margin-bottom: 3px;
        font-size: 11px;
        font-weight: 800;
    }

    .pricing-price strong {
        display: block;
        font-size: 31px;
        line-height: 1.1;
        font-weight: 900;
    }

    .pricing-price em {
        display: block;
        margin-top: 4px;
        font-size: 11px;
        font-style: normal;
        font-weight: 800;
    }

    .pricing-features {
        margin: 0;
        padding: 22px 22px 8px;
        list-style: none;
        flex: 1;
    }

    .pricing-features li {
        position: relative;
        padding: 8px 0 8px 24px;
        border-bottom: 1px dashed #e6e6e6;
        font-size: 13px;
        line-height: 1.5;
        color: #333333;
    }

    .pricing-features li:last-child {
        border-bottom: 0;
    }

    .pricing-features li:before {
        content: "\f00c";
        position: absolute;
        left: 0;
        top: 9px;
        font-family: FontAwesome;
        color: #b28f00;
        font-weight: 900;
    }

    .pricing-footer {
        padding: 15px 22px 25px;
    }

    .pricing-footer .ibox-btn {
        width: 100%;
        margin-bottom: 8px;
    }

    .pricing-note {
        text-align: center;
        margin: 30px auto 0;
        color: #666666;
        font-size: 12px;
    }

    /* ==========================================================
       FEATURE STRIP
    ========================================================== */

    .ibox-feature-strip {
        width: 100%;
        padding: 40px 0;
        background: #090909;
        border-top: 4px solid var(--ibox-yellow);
        border-bottom: 1px solid #292929;
    }

    .feature-grid {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .feature-box {
        width: 25%;
        padding: 10px;
    }

    .feature-box-inner {
        height: 100%;
        padding: 18px 15px;
        text-align: center;
        border: 1px solid #292929;
        background: #111111;
        border-radius: 5px;
    }

    .feature-box i {
        display: block;
        margin-bottom: 10px;
        color: var(--ibox-yellow);
        font-size: 25px;
    }

    .feature-box h4 {
        margin: 0 0 5px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 900;
    }

    .feature-box p {
        margin: 0;
        color: #aaaaaa;
        font-size: 12px;
        line-height: 1.5;
    }

    /* ==========================================================
       CONTENT AREA
    ========================================================== */

    .ibox-content-area {
        padding: 80px 0;
        background: #ffffff;
    }

    .content-card {
        margin-bottom: 25px;
        padding: 32px;
        border: 1px solid var(--ibox-border);
        border-radius: 6px;
        background: #ffffff;
        box-shadow: 0 7px 30px rgba(0,0,0,0.04);
    }

    .content-card:last-child {
        margin-bottom: 0;
    }

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

    .content-card h2 {
        margin: 0 0 14px;
        color: #111111;
        font-size: 27px;
        font-weight: 900;
        line-height: 1.25;
    }

    .content-card.dark h2 {
        color: #ffffff;
    }

    .content-card h2 span {
        color: #b28f00;
    }

    .content-card.dark h2 span {
        color: var(--ibox-yellow);
    }

    .content-card h3 {
        margin: 25px 0 10px;
        color: #111111;
        font-size: 20px;
        font-weight: 900;
    }

    .content-card.dark h3 {
        color: var(--ibox-yellow);
    }

    .content-card p {
        margin-bottom: 12px;
        color: #555555;
        font-size: 14px;
        line-height: 1.8;
    }

    .content-card.dark p {
        color: #dddddd;
    }

    .content-card ul {
        margin: 12px 0 0;
        padding: 0;
        list-style: none;
    }


    .content-card ul li {
        position: relative;
        padding: 7px 0 7px 25px;
        font-size: 13px;
    }

    .content-card ul li:before {
        content: "\f058";
        position: absolute;
        left: 0;
        top: 8px;
        font-family: FontAwesome;
        color: #b28f00;
    }

    .content-card.dark ul li:before {
        color: var(--ibox-yellow);
    }

    /* ==========================================================
       OWNER + PROFILE + ENQUIRY
       FULL WIDTH DARK BACKGROUND FIX
    ========================================================== */

    .ibox-dark-section {
        position: relative;
        width: 100%;
        padding: 80px 0;
        background: #090909;
        color: #ffffff;
        overflow: hidden;
    }

    .ibox-dark-section:before {
        content: "";
        position: absolute;
        top: -150px;
        right: -150px;
        width: 430px;
        height: 430px;
        border: 1px solid rgba(255,212,0,0.15);
        border-radius: 50%;
    }

    .ibox-dark-section:after {
        content: "";
        position: absolute;
        bottom: -180px;
        left: -180px;
        width: 450px;
        height: 450px;
        border: 1px solid rgba(255,212,0,0.10);
        border-radius: 50%;
    }

    .ibox-dark-section .ibox-container {
        position: relative;
        z-index: 2;
    }

    .dark-section-heading {
        text-align: center;
        margin-bottom: 45px;
    }

    .dark-section-heading .mini {
        color: var(--ibox-yellow);
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1.4px;
    }

    .dark-section-heading h2 {
        margin: 8px 0 10px;
        color: #ffffff;
        font-size: 34px;
        line-height: 1.2;
        font-weight: 900;
    }

    .dark-section-heading h2 span {
        color: var(--ibox-yellow);
    }

    .dark-section-heading p {
        max-width: 760px;
        margin: 0 auto;
        color: #bdbdbd;
        font-size: 14px;
    }

    .profile-enquiry-grid {
        display: flex;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px;
    }

    .profile-column {
        width: 38%;
        padding: 12px;
    }

    .enquiry-column {
        width: 62%;
        padding: 12px;
    }

    .owner-card {
        width: 100%;
        height: 100%;
        padding: 30px;
        background: #111111;
        border: 1px solid #2a2a2a;
        border-top: 4px solid var(--ibox-yellow);
        border-radius: 7px;
        text-align: center;
    }

    .owner-image-wrap {
        width: 130px;
        height: 130px;
        margin: 0 auto 18px;
        padding: 5px;
        border-radius: 50%;
        background: var(--ibox-yellow);
    }

    .owner-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        background: #ffffff;
    }

    .owner-badge {
        display: inline-block;
        margin-bottom: 9px;
        padding: 5px 12px;
        border: 1px solid #444444;
        border-radius: 30px;
        color: var(--ibox-yellow);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 1px;
    }

    .owner-card h3 {
        margin: 0 0 5px;
        color: #ffffff;
        font-size: 27px;
        line-height: 1.2;
        font-weight: 900;
    }

    .owner-card h3 span {
        color: var(--ibox-yellow);
    }

    .owner-card .designation {
        margin-bottom: 18px;
        color: #aaaaaa;
        font-size: 13px;
        font-weight: 700;
    }

    .owner-card p {
        margin-bottom: 20px;
        color: #cccccc;
        font-size: 13px;
        line-height: 1.7;
    }

    .owner-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 7px;
    }

    .owner-links a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 10px;
        border: 1px solid #3a3a3a;
        border-radius: 4px;
        color: #eeeeee !important;
        font-size: 11px;
        text-decoration: none !important;
    }

    .owner-links a:hover {
        color: #000000 !important;
        background: var(--ibox-yellow);
        border-color: var(--ibox-yellow);
    }

    .enquiry-card {
        width: 100%;
        height: 100%;
        padding: 30px;
        background: #ffffff;
        border-radius: 7px;
        color: #111111;
    }

    .enquiry-card h3 {
        margin: 0 0 6px;
        color: #111111;
        font-size: 26px;
        font-weight: 900;
    }

    .enquiry-card h3 span {
        color: #b28f00;
    }

    .enquiry-card > p {
        margin-bottom: 20px;
        color: #666666;
        font-size: 13px;
    }

    .enquiry-form-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -6px;
        margin-right: -6px;
    }

    .enquiry-form-col {
        width: 50%;
        padding: 6px;
    }

    .enquiry-form-col.full {
        width: 100%;
    }

    .enquiry-card label {
        display: block;
        margin-bottom: 5px;
        color: #333333;
        font-size: 12px;
        font-weight: 800;
    }

    .enquiry-card input,
    .enquiry-card select,
    .enquiry-card textarea {
        width: 100%;
        min-height: 44px;
        padding: 9px 12px;
        border: 1px solid #dddddd;
        border-radius: 4px;
        background: #ffffff;
        color: #222222;
        outline: none;
        font-size: 13px;
    }

    .enquiry-card textarea {
        min-height: 90px;
        resize: vertical;
    }

    .enquiry-card input:focus,
    .enquiry-card select:focus,
    .enquiry-card textarea:focus {
        border-color: #b28f00;
        box-shadow: 0 0 0 2px rgba(255,212,0,0.15);
    }

    .form-submit {
        width: 100%;
        margin-top: 7px;
        min-height: 46px;
        border: 0;
        border-radius: 4px;
        background: var(--ibox-yellow);
        color: #000000;
        font-size: 13px;
        font-weight: 900;
        cursor: pointer;
    }

    .form-submit:hover {
        background: #111111;
        color: #ffffff;
    }

    .form-message {
        margin-bottom: 15px;
        padding: 11px 13px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 700;
    }

    .form-success {
        background: #e9f8ed;
        color: #1a6a31;
        border: 1px solid #bce4c7;
    }

    .form-error {
        background: #fff0f0;
        color: #a40000;
        border: 1px solid #efc3c3;
    }

    /* ==========================================================
       CONTACT QUICK ACTIONS
    ========================================================== */

    .quick-contact-row {
        display: flex;
        flex-wrap: wrap;
        margin: 32px -6px 0;
    }

    .quick-contact {
        width: 33.333333%;
        padding: 6px;
    }

    .quick-contact a {
        display: flex;
        align-items: center;
        min-height: 58px;
        padding: 9px 12px;
        border: 1px solid #2d2d2d;
        border-radius: 5px;
        background: #111111;
        color: #ffffff !important;
        text-decoration: none !important;
    }

    .quick-contact a:hover {
        border-color: var(--ibox-yellow);
        background: #171717;
    }

    .quick-contact i {
        width: 35px;
        color: var(--ibox-yellow);
        text-align: center;
        font-size: 19px;
    }

    .quick-contact strong {
        display: block;
        color: #ffffff;
        font-size: 12px;
    }

    .quick-contact small {
        display: block;
        color: #999999;
        font-size: 11px;
    }

    /* ==========================================================
       FULL WIDTH CTA
    ========================================================== */

    .ibox-final-cta {
        margin-top: 45px;
        padding: 30px;
        border: 1px solid #333333;
        border-left: 5px solid var(--ibox-yellow);
        border-radius: 6px;
        background: #111111;
    }

    .cta-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }

    .cta-copy h3 {
        margin: 0 0 7px;
        color: #ffffff;
        font-size: 24px;
        font-weight: 900;
    }

    .cta-copy h3 span {
        color: var(--ibox-yellow);
    }

    .cta-copy p {
        margin: 0;
        color: #aaaaaa;
        font-size: 13px;
    }

    .cta-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        flex-shrink: 0;
    }

    /* ==========================================================
       BLACK CTA BAND
    ========================================================== */

    .ibox-black-cta {
        padding: 55px 0;
        background: #000000;
        color: #ffffff;
        border-top: 3px solid var(--ibox-yellow);
    }

    .black-cta-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }

    .black-cta-copy h2 {
        margin: 0 0 8px;
        color: #ffffff;
        font-size: 28px;
        font-weight: 900;
    }

    .black-cta-copy h2 span {
        color: var(--ibox-yellow);
    }

    .black-cta-copy p {
        margin: 0;
        color: #aaaaaa;
        font-size: 13px;
    }

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

    .ibox-faq {
        padding: 75px 0;
        background: #ffffff;
    }

    .faq-list {
        max-width: 950px;
        margin: 0 auto;
    }

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

    .faq-question {
        position: relative;
        margin: 0;
        padding: 17px 45px 17px 20px;
        color: #111111;
        font-size: 15px;
        font-weight: 900;
        cursor: pointer;
    }

    .faq-question:after {
        content: "\f107";
        position: absolute;
        right: 20px;
        top: 17px;
        font-family: FontAwesome;
        color: #b28f00;
    }

    .faq-answer {
        padding: 0 20px 18px;
        color: #666666;
        font-size: 13px;
        line-height: 1.7;
    }

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

    @media (max-width: 991px) {

        .ibox-page-title {
            padding: 65px 0 60px;
        }

        .ibox-page-title h1 {
            font-size: 37px;
        }

        .pricing-column {
            width: 50%;
        }

        .feature-box {
            width: 50%;
        }

        .profile-column,
        .enquiry-column {
            width: 100%;
        }

        .owner-card {
            height: auto;
        }

        .cta-flex,
        .black-cta-inner {
            flex-direction: column;
            align-items: flex-start;
        }

        .cta-buttons {
            width: 100%;
        }

        .cta-buttons .ibox-btn {
            flex: 1;
        }
    }

    @media (max-width: 767px) {

        body {
            font-size: 13px;
        }

        .ibox-page-title {
            padding: 55px 0 50px;
        }

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

        .ibox-page-title p {
            font-size: 14px;
        }

        .hero-price {
            display: flex;
            flex-direction: column;
            gap: 4px;
            width: 100%;
            max-width: 330px;
            margin-left: auto;
            margin-right: auto;
        }


        .hero-actions {
            flex-direction: column;
        }

        .hero-actions .ibox-btn {
            width: 100%;
            max-width: 330px;
        }

        .ibox-heading h2,
        .dark-section-heading h2 {
            font-size: 27px;
        }

        .ibox-pricing,
        .ibox-content-area,
        .ibox-dark-section,
        .ibox-faq {
            padding: 55px 0;
        }

        .pricing-column {
            width: 100%;
        }

        .feature-box {
            width: 100%;
        }

        .content-card {
            padding: 23px;
        }

        .content-card h2 {
            font-size: 23px;
        }

        .enquiry-card,
        .owner-card {
            padding: 22px;
        }

        .enquiry-form-col {
            width: 100%;
        }

        .quick-contact {
            width: 100%;
        }

        .ibox-final-cta {
            padding: 23px;
        }

        .black-cta-copy h2 {
            font-size: 24px;
        }

        .cta-buttons {
            flex-direction: column;
        }

        .cta-buttons .ibox-btn {
            width: 100%;
            flex: auto;
        }
    }

    @media (max-width: 480px) {

        .ibox-page-title h1 {
            font-size: 26px;
        }

        .brand-badge {
            font-size: 11px;
        }

        .pricing-card-header h3 {
            font-size: 21px;
        }

        .pricing-price strong {
            font-size: 28px;
        }

        .owner-card h3 {
            font-size: 24px;
        }

        .ibox-btn {
            min-height: 44px;
            padding: 9px 15px;
            font-size: 12px;
        }
    }
