/* Page-specific styles for responsive-website-design-rs-3999-stunning-web-design-company-jaipur.php; extracted without visual redesign. */

/* =========================================================
       IBOX444 PREMIUM DYNAMIC WEBSITE PAGE
       BLACK + WHITE + YELLOW
       ========================================================= */

    :root {
        --black: #050505;
        --black-2: #0d0d0d;
        --black-3: #151515;
        --white: #ffffff;
        --offwhite: #f7f7f5;
        --yellow: #ffd21c;
        --yellow-dark: #e8b900;
        --gray: #777777;
        --light-border: #e7e7e7;
        --dark-border: rgba(255,255,255,0.12);
        --shadow: 0 18px 50px rgba(0,0,0,0.10);
        --shadow-dark: 0 20px 60px rgba(0,0,0,0.30);
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        margin: 0;
        padding: 0;
        background: var(--white);
        color: var(--black);
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.7;
    }

    * {
        box-sizing: border-box;
    }

    a {
        text-decoration: none !important;
    }

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

    /* ================= TOP BAR ================= */

    .ibox-topbar {
        background: var(--yellow);
        color: var(--black);
        padding: 9px 15px;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        letter-spacing: .2px;
    }

    .ibox-topbar span {
        margin: 0 7px;
    }

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

    .ibox-hero {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 85% 20%, rgba(255,210,28,.18), transparent 28%),
            radial-gradient(circle at 10% 80%, rgba(255,210,28,.08), transparent 25%),
            var(--black);
        color: var(--white);
        padding: 95px 0 90px;
    }

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

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

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

    .hero-kicker {
        display: inline-block;
        background: var(--yellow);
        color: var(--black);
        padding: 7px 16px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .ibox-hero h1 {
        color: var(--white);
        font-size: 55px;
        line-height: 1.08;
        font-weight: 900;
        margin: 0 0 22px;
        letter-spacing: -1.5px;
    }

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

    .hero-description {
        max-width: 760px;
        color: rgba(255,255,255,.82);
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hero-price {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,210,28,.35);
        padding: 13px 20px;
        border-radius: 12px;
        margin-bottom: 28px;
    }

    .hero-price strong {
        color: var(--yellow);
        font-size: 27px;
    }

    .hero-price span {
        color: #fff;
        font-size: 13px;
    }

    .hero-buttons a {
        display: inline-block;
        padding: 14px 24px;
        border-radius: 8px;
        margin-right: 9px;
        margin-bottom: 10px;
        font-weight: 800;
        transition: .25s ease;
    }

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

    .btn-yellow:hover {
        background: var(--white);
        color: var(--black);
        transform: translateY(-2px);
    }

    .btn-outline-white {
        border: 1px solid rgba(255,255,255,.4);
        color: var(--white);
    }

    .btn-outline-white:hover {
        border-color: var(--yellow);
        color: var(--yellow);
    }

    /* Hero stats */

    .hero-stats {
        margin-top: 45px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .hero-stat {
        min-width: 145px;
        padding: 14px 17px;
        background: rgba(255,255,255,.05);
        border: 1px solid rgba(255,255,255,.09);
        border-radius: 10px;
    }

    .hero-stat strong {
        display: block;
        color: var(--yellow);
        font-size: 21px;
    }

    .hero-stat small {
        color: rgba(255,255,255,.7);
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

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

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

    .ibox-section-dark {
        background: var(--black);
        color: var(--white);
    }

    .ibox-section-offwhite {
        background: var(--offwhite);
    }

    .section-heading {
        max-width: 850px;
        margin: 0 auto 50px;
        text-align: center;
    }

    .section-heading .eyebrow {
        color: var(--yellow-dark);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
    }

    .section-heading h2 {
        font-size: 40px;
        line-height: 1.15;
        font-weight: 900;
        margin: 0 0 15px;
        color: var(--black);
    }

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

    .section-heading p {
        color: var(--gray);
        margin: 0 auto;
        max-width: 720px;
    }

    .ibox-section-dark .section-heading p {
        color: rgba(255,255,255,.7);
    }

    /* ================= INTRO ================= */

    .intro-card {
        background: var(--white);
        border: 1px solid var(--light-border);
        border-radius: 18px;
        padding: 35px;
        box-shadow: var(--shadow);
        height: 100%;
    }

    .intro-icon {
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--yellow);
        color: var(--black);
        border-radius: 14px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .intro-card h3 {
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 12px;
    }

    .intro-card p {
        color: #666;
        margin: 0;
    }

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

    .pricing-section {
        background: var(--black);
        padding: 90px 0;
    }

    .pricing-title {
        text-align: center;
        margin-bottom: 45px;
    }

    .pricing-title .eyebrow {
        color: var(--yellow);
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .pricing-title h2 {
        color: var(--white);
        font-size: 42px;
        line-height: 1.15;
        font-weight: 900;
        margin: 8px 0 15px;
    }

    .pricing-title p {
        color: rgba(255,255,255,.68);
        max-width: 700px;
        margin: auto;
    }

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

    .pricing-card {
        position: relative;
        background: var(--white);
        color: var(--black);
        border-radius: 18px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.1);
        transition: .3s ease;
        height: 100%;
    }

    .pricing-card:hover {
        transform: translateY(-9px);
        box-shadow: 0 25px 55px rgba(0,0,0,.4);
    }

    .pricing-card.featured {
        border: 3px solid var(--yellow);
        transform: translateY(-10px);
    }

    .pricing-card.featured:hover {
        transform: translateY(-15px);
    }

    .popular-badge {
        position: absolute;
        right: 18px;
        top: 18px;
        background: var(--yellow);
        color: var(--black);
        padding: 5px 10px;
        font-size: 10px;
        font-weight: 900;
        text-transform: uppercase;
        border-radius: 30px;
        letter-spacing: .5px;
    }

    .pricing-top {
        padding: 30px 28px 22px;
        background: #fff;
        border-bottom: 1px solid var(--light-border);
    }

    .package-icon {
        width: 55px;
        height: 55px;
        background: var(--black);
        color: var(--yellow);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        margin-bottom: 18px;
    }

    .pricing-card.featured .package-icon {
        background: var(--yellow);
        color: var(--black);
    }

    .pricing-top h3 {
        font-size: 23px;
        font-weight: 900;
        margin: 0 0 5px;
    }

    .package-tagline {
        color: #777;
        font-size: 13px;
        min-height: 22px;
    }

    .price {
        margin-top: 18px;
        display: flex;
        align-items: baseline;
        gap: 5px;
    }

    .price strong {
        font-size: 39px;
        font-weight: 900;
    }

    .price span {
        font-size: 13px;
        color: #777;
    }

    .pricing-body {
        padding: 25px 28px 28px;
    }

    .pricing-body ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .pricing-body li {
        position: relative;
        padding: 8px 0 8px 25px;
        color: #555;
        font-size: 13px;
        border-bottom: 1px solid #f0f0f0;
    }

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

    .pricing-body li:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 9px;
        color: #111;
        font-size: 12px;
    }

    .pricing-card.featured .pricing-body li:before {
        color: var(--yellow-dark);
    }

    .pricing-cta {
        display: block;
        margin-top: 22px;
        text-align: center;
        background: var(--black);
        color: var(--white);
        padding: 13px 15px;
        border-radius: 8px;
        font-weight: 800;
        font-size: 13px;
        transition: .25s ease;
    }

    .pricing-cta:hover {
        background: var(--yellow);
        color: var(--black);
    }

    /* ================= CUSTOM PLANS ================= */

    .custom-card {
        margin-top: 24px;
        padding: 32px;
        border-radius: 18px;
        background: #101010;
        border: 1px solid rgba(255,255,255,.1);
        color: #fff;
        height: 100%;
        transition: .3s ease;
    }

    .custom-card:hover {
        border-color: var(--yellow);
        transform: translateY(-5px);
    }

    .custom-icon {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--yellow);
        color: var(--black);
        border-radius: 12px;
        font-size: 20px;
        margin-bottom: 17px;
    }

    .custom-card h3 {
        color: #fff;
        font-size: 21px;
        font-weight: 900;
        margin-bottom: 9px;
    }

    .custom-card p {
        color: rgba(255,255,255,.65);
        font-size: 13px;
        margin: 0;
    }

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

    .feature-box {
        background: var(--white);
        padding: 28px;
        border: 1px solid var(--light-border);
        border-radius: 15px;
        height: 100%;
        transition: .25s ease;
    }

    .feature-box:hover {
        border-color: var(--yellow);
        box-shadow: var(--shadow);
        transform: translateY(-5px);
    }

    .feature-icon {
        width: 52px;
        height: 52px;
        background: var(--black);
        color: var(--yellow);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        margin-bottom: 18px;
    }

    .feature-box h3 {
        font-size: 19px;
        font-weight: 900;
        margin-bottom: 8px;
    }

    .feature-box p {
        color: #777;
        font-size: 13px;
        margin: 0;
    }

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

    .process-wrapper {
        position: relative;
    }

    .process-line {
        position: absolute;
        top: 46px;
        left: 7%;
        right: 7%;
        height: 2px;
        background: rgba(255,210,28,.3);
    }

    .process-item {
        position: relative;
        z-index: 2;
        text-align: center;
        padding: 0 10px;
    }

    .process-number {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        margin: 0 auto 18px;
        background: var(--black);
        border: 4px solid var(--yellow);
        color: var(--yellow);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 900;
        box-shadow: 0 0 0 8px var(--offwhite);
    }

    .process-item h3 {
        color: var(--white);
        font-size: 16px;
        font-weight: 900;
        margin-bottom: 5px;
    }

    .process-item p {
        color: rgba(255,255,255,.6);
        font-size: 12px;
        margin: 0;
    }

    /* ================= WHY US ================= */

    .why-box {
        padding: 30px;
        background: var(--black-2);
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 15px;
        height: 100%;
    }

    .why-box h3 {
        color: var(--white);
        font-size: 19px;
        font-weight: 900;
    }

    .why-box p {
        color: rgba(255,255,255,.62);
        font-size: 13px;
        margin: 0;
    }

    .why-number {
        color: var(--yellow);
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 5px;
    }

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

    .market-section {
        background: var(--yellow);
        padding: 75px 0;
        color: var(--black);
        position: relative;
        overflow: hidden;
    }

    .market-section:after {
        content: "IBOX444";
        position: absolute;
        right: -50px;
        bottom: -55px;
        font-size: 150px;
        font-weight: 900;
        opacity: .07;
    }

    .market-title h2 {
        color: var(--black);
        font-size: 40px;
        font-weight: 900;
        line-height: 1.15;
    }

    .market-title p {
        color: rgba(0,0,0,.7);
    }

    .market-point {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 18px;
    }

    .market-point i {
        flex: 0 0 40px;
        height: 40px;
        background: var(--black);
        color: var(--yellow);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .market-point strong {
        display: block;
        font-size: 16px;
    }

    .market-point span {
        display: block;
        color: rgba(0,0,0,.65);
        font-size: 13px;
    }

    /* ================= ABOUT / FOUNDER ================= */

    .founder-image {
        border-radius: 18px;
        overflow: hidden;
        background: var(--black);
        box-shadow: var(--shadow);
    }

    .founder-image img {
        width: 100%;
        display: block;
    }

    .founder-content {
        padding-left: 20px;
    }

    .founder-content .eyebrow {
        color: var(--yellow-dark);
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .founder-content h2 {
        font-size: 39px;
        font-weight: 900;
        line-height: 1.15;
        margin: 8px 0 17px;
    }

    .founder-content h2 span {
        background: var(--yellow);
        padding: 0 7px;
    }

    .founder-content p {
        color: #666;
        font-size: 14px;
    }

    .founder-points {
        list-style: none;
        padding: 0;
        margin: 22px 0;
    }

    .founder-points li {
        padding: 6px 0 6px 27px;
        position: relative;
        font-weight: 700;
        font-size: 13px;
    }

    .founder-points li:before {
        content: "\f058";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        color: var(--yellow-dark);
    }

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

    .cta-section {
        background:
            linear-gradient(rgba(0,0,0,.92), rgba(0,0,0,.95)),
            url('assets/img/web-design-and-development-company-vaishali-nagar-jaipur.jpg') center/cover no-repeat;
        padding: 85px 0;
        color: #fff;
        text-align: center;
    }

    .cta-section h2 {
        color: #fff;
        font-size: 42px;
        line-height: 1.15;
        font-weight: 900;
        max-width: 850px;
        margin: 0 auto 16px;
    }

    .cta-section h2 span {
        color: var(--yellow);
    }

    .cta-section p {
        color: rgba(255,255,255,.7);
        max-width: 700px;
        margin: 0 auto 28px;
    }

    .cta-contact {
        margin-top: 25px;
        color: rgba(255,255,255,.8);
        font-size: 14px;
    }

    .cta-contact strong {
        color: var(--yellow);
    }

    /* ================= ENQUIRY ================= */

    .enquiry-section {
        background: var(--offwhite);
        padding: 85px 0;
    }

    .enquiry-card {
        background: var(--white);
        border-radius: 20px;
        box-shadow: var(--shadow);
        overflow: hidden;
    }

    .enquiry-left {
        background: var(--black);
        color: #fff;
        padding: 45px;
        height: 100%;
    }

    .enquiry-left h2 {
        color: #fff;
        font-size: 34px;
        font-weight: 900;
        line-height: 1.2;
    }

    .enquiry-left h2 span {
        color: var(--yellow);
    }

    .enquiry-left p {
        color: rgba(255,255,255,.65);
        font-size: 13px;
    }

    .enquiry-list {
        list-style: none;
        padding: 0;
        margin-top: 25px;
    }

    .enquiry-list li {
        padding: 8px 0;
        color: rgba(255,255,255,.8);
        font-size: 13px;
    }

    .enquiry-list i {
        color: var(--yellow);
        margin-right: 8px;
    }

    .enquiry-form {
        padding: 45px;
    }

    .enquiry-form h3 {
        font-size: 25px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .form-control {
        height: 48px;
        border: 1px solid #ddd;
        border-radius: 7px;
        box-shadow: none;
        font-size: 13px;
    }

    textarea.form-control {
        height: 110px;
        resize: vertical;
        padding-top: 14px;
    }

    .form-control:focus {
        border-color: var(--yellow-dark);
        box-shadow: 0 0 0 2px rgba(255,210,28,.15);
    }

    .submit-btn {
        display: inline-block;
        border: 0;
        background: var(--yellow);
        color: var(--black);
        padding: 14px 25px;
        border-radius: 8px;
        font-weight: 900;
        cursor: pointer;
    }

    .submit-btn:hover {
        background: var(--black);
        color: var(--white);
    }

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

    .faq-section {
        padding: 85px 0;
        background: var(--white);
    }

    .faq-item {
        border: 1px solid var(--light-border);
        border-radius: 10px;
        margin-bottom: 12px;
        overflow: hidden;
        background: #fff;
    }

    .faq-question {
        cursor: pointer;
        padding: 19px 22px;
        font-weight: 900;
        position: relative;
        padding-right: 50px;
    }

    .faq-question:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 20px;
        top: 19px;
        transition: .2s;
    }

    .faq-answer {
        display: none;
        padding: 0 22px 20px;
        color: #666;
        font-size: 13px;
    }

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

    .faq-item.active .faq-question {
        color: #b08b00;
    }

    .faq-item.active .faq-question:after {
        transform: rotate(180deg);
    }

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

    .ibox-whatsapp {
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #25d366;
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 27px;
        z-index: 9999;
        box-shadow: 0 8px 25px rgba(0,0,0,.25);
    }

    .ibox-whatsapp:hover {
        color: #fff;
        transform: scale(1.08);
    }

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

    @media(max-width: 991px) {

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

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

        .pricing-card.featured {
            transform: none;
        }

        .process-line {
            display: none;
        }

        .process-item {
            margin-bottom: 40px;
        }

        .founder-content {
            padding-left: 0;
            padding-top: 30px;
        }

    }

    @media(max-width: 767px) {

        .ibox-topbar {
            font-size: 11px;
            line-height: 1.5;
        }

        .ibox-hero {
            padding: 65px 0;
        }

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

        .hero-description {
            font-size: 15px;
        }

        .hero-stats {
            display: block;
        }

        .hero-stat {
            display: inline-block;
            margin-bottom: 8px;
            min-width: 125px;
        }

        .ibox-section,
        .pricing-section,
        .faq-section,
        .enquiry-section {
            padding: 60px 0;
        }

        .section-heading h2,
        .pricing-title h2,
        .market-title h2,
        .cta-section h2 {
            font-size: 31px;
        }

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

        .pricing-card.featured {
            transform: none;
        }

        .pricing-card {
            margin-bottom: 5px;
        }

        .enquiry-left,
        .enquiry-form {
            padding: 30px 22px;
        }

        .founder-content h2 {
            font-size: 31px;
        }

        .ibox-whatsapp {
            right: 14px;
            bottom: 14px;
        }

    }
