        body {
            background-image: url("/frontend/images/website-bg.png") !important;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-attachment: fixed !important;
            background-position: center !important;
        }

        section.business-houses-section,
        section.planet-tabs-section {
            padding: 60px 0;
        }

        .business-houses-title {
            color: #000;
            font-size: 44px;
            font-style: normal;
            font-weight: 700;
            line-height: 60px;
            text-transform: capitalize;
            margin-bottom: 8px;
        }

        .business-houses-subtitle {
            max-width: 741px;
            margin: 0 auto;
            color: #202020;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
        }

        .house-card {
            margin-bottom: 24px;
            border-radius: 20px;
            padding: 28px;
        }

        .house-card:hover {
            transform: translate(-4px, -4px);
        }

        .house-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background-color: #FF6F00;
            border-radius: 50%;
            color: #FFF;
            font-family: Philosopher;
            font-size: 42.5px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .house-title {
            font-size: 32px;
            font-weight: 700;
            color: #2d1b12;
        }

        .house-section-title {
            margin-bottom: 12px;
            color: #B25106;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 12px;
        }

        .house-list {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        .house-list li {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #000;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        span.star-bullet img {
            filter: brightness(0) saturate(100%) invert(49%) sepia(15%) saturate(7354%) hue-rotate(359deg) brightness(100%) contrast(107%);
        }

        .house-divider {
            border-top: 1px solid #8E8E8E66;
            opacity: 1;
        }

        .house-alert-box {
            padding: 12px 18px;
            margin-top: 20px;
            border-radius: 10px;
            background: #FBC59B;
            color: #000;
            font-family: Philosopher;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px;
        }

        @media (max-width: 1024px) {
            .planet-tab-btn {
                font-size: 20px;
            }

            .planet-tabs-nav {
                gap: 18px;
            }

            .planet-tab-btn img {
                width: 24px;
            }
        }

        @media (max-width: 991px) {
            .business-houses-title {
                font-size: 34px;
            }

            .house-card {
                padding: 30px 24px;
            }

            .house-title {
                font-size: 28px;
            }
        }

        @media (max-width: 575px) {
            .business-houses-title {
                font-size: 28px;
            }

            .house-card {
                padding: 24px 20px;
            }

            .house-title {
                font-size: 24px;
            }

            .house-badge {
                width: 38px;
                height: 38px;
                font-size: 18px;
            }
        }

        /* ==========================================
                                                         How Vedic Astrology May Help In Business Section
                                                         ========================================== */
        .business-help-section {
            padding: 0px 0px 60px 0px;
        }

        .business-help-title {
            color: #000;
            font-size: 44px;
            font-style: normal;
            font-weight: 700;
            line-height: 51px;
            text-transform: capitalize;
            margin-bottom: 34px;
        }

        .help-block-card {
            border-radius: 20px;
            padding: 38px;
        }

        .help-block-title {
            color: #000;
            font-size: 36px;
            font-style: normal;
            font-weight: 700;
            line-height: 51px;
            text-transform: capitalize;
            margin-left: 8px;
            margin-bottom: 0;
        }

        .help-sub-title {
            color: #000;
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            margin-bottom: 20px;
        }

        .help-description-text {
            color: #000;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
        }

        .help-list {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        .help-list li {
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
            gap: 4px;
            color: #555;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

        .help-list li .star-bullet img {
            filter: brightness(0) saturate(100%) invert(49%) sepia(15%) saturate(7354%) hue-rotate(359deg) brightness(100%) contrast(107%);
        }

        .house-pill-box {
            border-radius: 12px;
            border: 1px solid rgba(255, 111, 0, 0.2);
            background: #FAF4EE;
            padding: 16px;
            height: 100%;
        }

        .house-pill {
            background-color: #EBE3F6;
            color: #8E67FF;
            font-family: 'Philosopher', sans-serif;
            font-weight: 700;
            font-size: 18px;
            padding: 6px 16px;
            border-radius: 30px;
            display: inline-block;
        }

        .house-pill-desc {
            color: #555;
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            margin-top: 8px;
            margin-bottom: 0;
        }

        .help-alert-box {
            padding: 20px;
            color: #8E67FF;
            font-family: Philosopher;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 29px;
            text-transform: capitalize;
            border-radius: 10px;
            background: rgba(142, 103, 255, 0.20);
        }

        .help-block-image-wrapper {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .help-block-image {
            width: 100%;
            height: auto;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .help-block-image-wrapper:hover .help-block-image {
            transform: scale(1.03);
        }

        .benefits-astro-vasstu .gemology-services {
            background: none !important;
            padding-top: 0px !important;
        }

        .benefits-astro-vasstu .cards {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            flex-wrap: unset;
            text-align: left;
            gap: 14px;
            align-items: stretch;
        }

        .benefits-astro-vasstu .cards .card {
            height: 100%;
            width: 100%;
        }

        .benefits-astro-vasstu .cards .card {
            background: #F7E7DA;
        }

        .about-astro-vaastu {
            margin: 60px 0px 0px;
        }

        .about-astro-vaastu h2,
        .benefits-astro-vasstu h2 {
            color: #000000;
            font-size: 44px;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .about-astro-vaastu p {
            color: #000000;
            font-size: 20px;
            line-height: 32px;
        }

        .benefits-astro-vasstu h2 {
            margin-bottom: 8px;
        }

        .benefits-astro-vasstu p {
            max-width: 741px;
            margin: 0 auto;
            color: #202020;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
            margin-bottom: 40px;
        }

        .benefits-astro-vasstu .card h3 {
            font-size: 24px;
            margin-bottom: 10px;
            color: #B25106;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .benefits-astro-vasstu .card p {
            font-size: 18px;
            color: #554336;
            font-weight: 400;
            line-height: 28px;
            margin-bottom: 0px;
        }

        .about-astro-vaastu2 {
            margin-bottom: 60px;
        }


        .planet-tab-vaastu .planet-tabs-title {
            font-family: 'Philosopher', sans-serif;
            font-size: 44px;
            line-height: 60px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 8px;
        }

        .planet-tab-vaastu .planet-tabs-subtitle {
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            color: #202020;
            max-width: 647px;
            margin: 0 auto;
            line-height: 28px;
        }

        .vaastu-important-note .help-block-card {
            border-radius: 20px !important;
            padding: 38px;
        }

        .vaastu-important-note .help-block-card .help-description-text {
            margin-bottom: 0px;
        }

        .about-astro-vaastu img {
            width: 100%;
            height: auto;
            display: block;
        }

        .planet-tab-vaastu ul.planet-rules-list {
            display: flex;
            flex-wrap: wrap;
            column-gap: 40px;
        }

        .planet-tab-vaastu .vaastu-planet-note {
            background: #FFE3CD;
            padding: 18px;
            border-radius: 10px;
        }

        .vaastu-planet-note p {
            font-size: 20px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 0px !important;
        }

        .benefits-astro-homevasstu {
            margin-top: 60px !important;
        }

        span.star-bullet {
            height: 22px !important;
            width: 22px !important;
        }

        /* ==========================================
                                                       Responsive Improvements
                                                    ========================================== */

        @media (max-width: 1199px) {

            .about-astro-vaastu h2,
            .business-houses-title,
            .benefits-astro-vasstu h2,
            .planet-tab-vaastu .planet-tabs-title {
                font-size: 38px;
                line-height: 50px;
            }

            .house-title {
                font-size: 28px;
            }

            .benefits-astro-vasstu .cards {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 991px) {

            .about-astro-vaastu {
                margin: 40 0 0px;
            }

            .about-astro-vaastu2 {
                margin: 0px 0 40px;
            }

            .about-astro-row {
                row-gap: 30px;
            }

            .about-astro-vaastu h2,
            .business-houses-title,
            .benefits-astro-vasstu h2,
            .planet-tab-vaastu .planet-tabs-title {
                font-size: 34px;
                line-height: 44px;
            }

            .about-astro-vaastu p,
            .business-houses-subtitle,
            .benefits-astro-vasstu p,
            .planet-tab-vaastu .planet-tabs-subtitle {
                font-size: 18px;
                line-height: 28px;
            }

            .house-title {
                font-size: 26px;
            }

            .house-section-title {
                font-size: 22px;
            }

            .house-list li {
                font-size: 18px;
            }

            .planet-title {
                font-size: 30px;
            }

            .planet-content-card {
                padding: 30px;
            }

            .planet-tab-vaastu ul.planet-rules-list {
                column-gap: 20px;
            }

            .benefits-astro-vasstu .cards {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 767px) {

            section.business-houses-section,
            section.planet-tabs-section {
                padding: 40px 0;
            }

            .about-astro-vaastu h2,
            .business-houses-title,
            .benefits-astro-vasstu h2,
            .planet-tab-vaastu .planet-tabs-title {
                font-size: 30px;
                line-height: 40px;
            }

            .about-astro-vaastu p,
            .business-houses-subtitle,
            .benefits-astro-vasstu p,
            .planet-tab-vaastu .planet-tabs-subtitle {
                font-size: 18px;
                line-height: 28px;
            }

            .house-card {
                padding: 24px 20px;
            }

            .benefits-astro-homevasstu {
                margin-top: 40px !important;
            }

            .house-title {
                font-size: 24px;
            }

            .house-section-title {
                font-size: 20px;
            }

            .house-list li {
                font-size: 16px;
                line-height: 24px;
            }

            .planet-title {
                font-size: 26px;
            }

            .planet-rules-list li {
                font-size: 15px;
                line-height: 24px;
            }

            .vaastu-planet-note p {
                font-size: 18px;
                line-height: 28px;
            }

            .help-block-title {
                font-size: 24px;
                line-height: 34px;
            }

            .help-description-text {
                font-size: 16px;
                line-height: 26px;
            }

            .benefits-astro-vasstu .card h3 {
                font-size: 20px;
            }

            .benefits-astro-vasstu .card p {
                font-size: 16px;
                line-height: 24px;
            }
        }

        @media (max-width: 575px) {

            .about-astro-vaastu h2,
            .business-houses-title,
            .benefits-astro-vasstu h2,
            .planet-tab-vaastu .planet-tabs-title {
                font-size: 26px;
                line-height: 34px;
            }

            .about-astro-vaastu p,
            .business-houses-subtitle,
            .benefits-astro-vasstu p,
            .planet-tab-vaastu .planet-tabs-subtitle,
            .house-list li,
            .planet-rules-list li,
            .help-description-text {
                font-size: 15px;
                line-height: 24px;
            }

            .house-card {
                padding: 20px 16px;
            }

            .house-badge {
                width: 45px;
                height: 45px;
                font-size: 22px;
            }

            .house-title {
                font-size: 22px;
            }

            .planet-content-card {
                padding: 20px;
            }

            .planet-title {
                font-size: 22px;
            }

            .planet-tab-vaastu .vaastu-planet-note {
                padding: 14px;
            }

            .vaastu-planet-note p {
                font-size: 16px;
                line-height: 24px;
            }

            .benefits-astro-vasstu .cards {
                grid-template-columns: 1fr;
            }

            .help-block-card {
                padding: 20px 16px;
            }

            .help-block-title {
                font-size: 20px;
            }

            .planet-header {
                padding-bottom: 16px;
            }
        }