        ul {
            list-style-type: none;
            margin-bottom: 10px;
            padding-left: 0 !important;
        }
        
        .info-box svg {
            width: 50px;
        }
        
        ul li {
            padding: 5px 0;
        }
        
        .apply-theme {
            background-color: #ffffff;
            padding: 16px 30px;
            text-decoration: none;
            border-radius: 10px;
            text-transform: uppercase;
            font-weight: 600;
            color: #000000 !important;
        }
        
        .blinktextbtn {
            animation: blinkk 1s infinite;
        }
        
        #sitelogo {
            border-radius: 5px;
        }
        
        @keyframes blinkk {
            0% {
                opacity: 0;
            }
            50% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }
        
        .mainhead {
            /* background-color: #d24a00; */
            /* background-color: #f38323; */
            /* background-color: #feb20d; */
            background-color: #ff6a00;
            color: #d92c1e;
        }
        
        .nav-link {
            font-weight: 700;
            font-size: 18px;
            transition: all 0.3s;
            color: #fff !important;
        }
        
        .nav-link.active {
            font-weight: 700;
            font-size: 18px;
        }
        
        .mainhead .navbar-brand {
            color: #d92c1e;
            font-size: 32px;
            font-weight: 600;
        }
        
        .headertop {
            background-color: #eef4db;
            color: #121212 !important;
            padding: 5px 0;
        }
        
        .headertop p {
            margin-bottom: 0;
        }
        
        .headertop a {
            color: #000000 !important;
            font-size: 15px;
            font-weight: 600;
        }
        
        .plottext {
            font-size: 24px;
            font-weight: 800;
            color: #fff;
            /* font-family: poppins; */
            /* text-decoration: underline; */
        }
        /* DESKTOP ONLY (LG and above) */
        
        @media (min-width: 992px) {
            .navbar-expand-lg .navbar-collapse {
                display: flex !important;
                justify-content: flex-end;
                align-items: center;
            }
            .navbar-nav {
                margin-right: 20px;
                /* space before Apply Now */
            }
            .navbar>.container .navbar-text.text-center {
                flex: 2;
            }
            .navbar .collapse.navbar-collapse {
                flex: 1;
            }
            .navbar-brand {
                flex: 1;
            }
        }
        
        @media (min-width: 992px) and (max-width: 1240px) {
            .navbar .collapse.navbar-collapse {
                flex: 2 !important;
            }
            .nav-link {
                font-size: 13px !important;
            }
            .nav-link.active {
                font-size: 13px !important;
            }
            .plottext {
                font-size: 20px;
                font-weight: 800;
                color: #fff;
                text-decoration: underline;
            }
        }
        /* DESKTOP ONLY (LG and above) */
        
        @media (max-width: 767px) {
            .navbar-expand-lg .navbar-collapse {
                padding: 20px !important;
            }
            .navbar-text {
                display: block;
            }
            .alignmobilelinks {
                display: flex;
                flex-direction: column;
            }
            .plottext {
                font-size: 18px;
                text-align: center;
            }
        }
        /* footer css start */
        
        .site-footer {
            background: #0f0f0f;
            color: #ffffff;
            padding: 60px 0 50px;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .site-footer .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
        }
        /* Logo */
        
        .footer-logo img {
            max-width: 90px;
            margin-bottom: 12px;
        }
        /* Views */
        
        .footer-views {
            font-size: 16px;
            margin-bottom: 22px;
        }
        
        .footer-views strong {
            color: #ffffff;
        }
        /* Links */
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0 0 26px;
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }
        
        .footer-links li a {
            color: #ffffff;
            font-size: 16px;
            text-decoration: underline;
        }
        
        .footer-links li a:hover {
            color: #00c853;
        }
        /* CTA */
        
        .footer-cta {
            margin-bottom: 30px;
        }
        
        .btn-download {
            display: inline-block;
            background: #0db14b;
            color: #ffffff;
            padding: 12px 26px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
        }
        
        .btn-download:hover {
            background: #0aa043;
        }
        /* Disclaimer */
        
        .footer-disclaimer {
            max-width: 900px;
            margin: 0 auto;
            font-size: 14px;
            line-height: 1.7;
            color: #e0e0e0;
        }
        /* ======================
   RESPONSIVE
   ====================== */
        
        @media (max-width: 768px) {
            .footer-links {
                gap: 18px;
            }
            .footer-disclaimer {
                font-size: 13px;
            }
        }
        
        @media (max-width: 480px) {
            .btn-download {
                width: 100%;
                max-width: 260px;
            }
            .footer-links {
                flex-direction: column;
                gap: 12px;
            }
        }
        /* rera image logo */
        
        .imagerera {
            position: absolute;
            z-index: 9;
            top: 20px;
            left: 20px;
        }
        
        .imagerera img {
            width: 60px;
            height: 60px;
            object-fit: contain;
        }
        
        @media (min-width: 992px) {
            .imagerera img {
                width: 80px;
                height: 80px;
                object-fit: contain;
            }
        }
        
        .viewdetails {
            text-decoration: underline !important;
        }
        /* Announcement Bar */
        
        .announcement-bar {
            background: #004f93;
            padding: 8px 0 4px;
            overflow: hidden;
        }
        
        .announcement-bar marquee {
            color: #ffffff;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
        }
        
        @media (max-width: 768px) {
            .announcement-bar marquee {
                font-size: 16px;
            }
        }
        /* banner css start from here */
        
        .ddjay-section {
            background: #ffffff;
            font-family: Arial, sans-serif;
        }
        /* LEFT PANEL */
        
        .left-panel {
            padding: 30px;
            background: #ffe4b04f;
        }
        
        .price-box {
            background: #ff6f6f;
            padding: 15px;
            text-align: center;
            margin-bottom: 15px;
            border-radius: 6px;
            font-weight: 600;
        }
        
        .btn-register {
            background: #00a651;
            color: #fff;
            width: 100%;
            padding: 12px !important;
            font-weight: 600;
            margin-bottom: 20px;
            border-radius: 8px !important;
            text-transform: uppercase;
        }
        
        .btnfirst:hover {
            background-color: #fc7845 !important;
            color: #fff;
        }
        
        .countdown {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
            margin-bottom: 20px;
        }
        
        .countdown div {
            border: 1px solid #00a651;
            text-align: center;
            padding: 10px;
            border-radius: 5px;
        }
        
        .bannerlink {
            /* color: #00a651; */
            color: #252525;
            font-size: 15px !important;
            font-weight: 500;
            text-decoration: none;
        }
        
        .countdown h4 {
            color: #00a651;
            margin: 0;
        }
        
        .btn-projects {
            background: #00a651;
            color: #fff;
            width: 100%;
            padding: 12px !important;
            font-weight: 600 !important;
            margin-bottom: 15px;
            border-radius: 8px !important;
        }
        
        .btn-projects:hover {
            background-color: #fc7845 !important;
            color: #fff;
        }
        
        .project-box {
            border: 1px solid #cdddc3;
            padding: 15px;
            background: #f7fff3;
            border-radius: 6px;
        }
        
        .project-box span {
            color: #ff6a6a;
            font-weight: 600;
        }
        /* RIGHT PANEL */
        
        .right-panel {
            padding: 0;
            background: linear-gradient(to right, #eaf3ff, #ffffff);
        }
        
        .policy-header {
            background: #fff;
            padding: 25px;
            border-bottom: 5px solid #3c7c3c;
        }
        
        .policy-header h2 {
            color: #3c7c3c;
            font-weight: 700;
        }
        
        .policy-header h4 {
            color: #f7931e;
            font-weight: 700;
        }
        
        .ddjay-section .hero-content {
            padding: 60px 40px;
        }
        
        .ddjay-section .hero-content h1 {
            font-size: 90px;
            font-weight: 800;
            color: #1f6b3a;
        }
        
        .ddjay-section .hero-content h5 {
            margin-top: -10px;
        }
        
        .pay-text {
            font-weight: 600;
            margin-top: 10px;
        }
        
        .price {
            margin-top: 15px;
            font-size: 40px;
        }
        /* RESPONSIVE */
        
        @media (max-width: 992px) {
            .hero-content h1 {
                font-size: 60px;
            }
            .countdown {
                grid-template-columns: repeat(4 1fr);
            }
        }
        /* @media (min-width: 992px) {
            .navbar-text {
                margin-left: 20px;
            }
        } */
        
        @media (max-width: 576px) {
            .hero-content {
                padding: 30px 20px;
            }
            .hero-content h1 {
                font-size: 48px;
            }
            .price {
                font-size: 28px;
            }
        }
        
        .carousel,
        .carousel-inner,
        .carousel-item {
            height: 100%;
        }
        
        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        /* project cards section css */
        
        .other-projects {
            padding: 60px 0;
        }
        
        .other-projects .section-title {
            text-align: center;
            font-size: 32px !important;
            font-weight: 700;
            color: #1a8f3c;
            margin-bottom: 40px;
            padding-bottom: 30px;
        }
        
        .project-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .project-card {
            border: 1px solid #ddd;
            border-radius: 18px;
            overflow: hidden;
            background: #fff;
            transition: all 0.3s ease;
        }
        
        .project-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .project-image {
            height: 300px;
        }
        
        .project-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .project-content {
            padding: 20px;
            text-align: center;
        }
        
        .project-content h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 18px;
        }
        /* 🔥 Button Row */
        
        .button-row {
            display: flex;
            gap: 12px;
            justify-content: center;
        }
        
        .btn {
            padding: 10px 22px;
            font-size: 14px;
            font-weight: 600;
            border-radius: 30px;
            text-decoration: none;
            transition: all 0.3s ease;
            white-space: nowrap;
        }
        /* View Details Button */
        
        .view-btn {
            color: #ff6a00;
            border: 1px solid #ff6a00;
            background: transparent;
        }
        
        .view-btn:hover {
            background: #ff6a00;
            color: #fff;
        }
        /* Apply Now Button */
        
        .apply-btn {
            background: #1a8f3c;
            color: #fff !important;
        }
        
        .apply-btn:hover {
            background: #146c2d;
        }
        /* Tablet */
        
        @media (max-width: 991px) {
            .project-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        /* Mobile */
        
        @media (max-width: 576px) {
            .project-grid {
                grid-template-columns: 1fr;
            }
            .button-row {
                flex-direction: column;
            }
            .btn {
                width: 100%;
            }
        }
        /* ddjay about section */
        
        .ddjay-about {
            padding: 80px 0px 0px;
            background: #ffffff;
        }
        
        .ddjay-title {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            color: #111;
            margin-bottom: 6px;
        }
        
        .ddjay-subtitle {
            text-align: center;
            font-size: 16px;
            color: #555;
            margin-bottom: 40px;
        }
        
        .ddjay-content {
            max-width: 960px;
            margin: 0 auto;
        }
        
        .ddjay-content p {
            font-size: 16px;
            line-height: 1.9;
            color: #444;
            margin-bottom: 22px;
            text-align: justify;
        }
        /* Tablet */
        
        @media (max-width: 991px) {
            .ddjay-title {
                font-size: 30px;
            }
            .ddjay-content {
                max-width: 100%;
            }
        }
        /* Mobile */
        
        @media (max-width: 576px) {
            .ddjay-about {
                padding: 50px 0;
            }
            .ddjay-title {
                font-size: 24px;
            }
            .ddjay-subtitle {
                font-size: 14px;
            }
            .ddjay-content p {
                font-size: 15px;
                line-height: 1.7;
            }
        }
        /* ddjay benfits section css */
        /* Government Scheme Style Section */
        
        .gov-benefits-section {
            padding: 70px 0;
            background: #fee0b1;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .gov-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .gov-title {
            text-align: center;
            font-size: 30px;
            font-weight: 700;
            color: #138808;
            /* Govt green */
            margin-bottom: 45px;
        }
        /* Grid */
        
        .gov-benefits-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }
        /* List */
        
        .gov-benefits-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .gov-benefits-list li {
            position: relative;
            padding-left: 32px;
            margin-bottom: 18px;
            font-size: 16px;
            line-height: 1.7;
            color: #222;
        }
        /* Arrow marker (Gov style) */
        
        .gov-benefits-list li::before {
            content: "➤";
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 18px;
            color: #138808;
            font-weight: bold;
        }
        /* Tablet */
        
        @media (max-width: 991px) {
            .gov-title {
                font-size: 26px;
            }
            .gov-benefits-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }
        }
        /* Mobile */
        
        @media (max-width: 576px) {
            .gov-benefits-section {
                padding: 50px 0;
            }
            .gov-title {
                font-size: 22px;
                margin-bottom: 30px;
            }
            .gov-benefits-list li {
                font-size: 15px;
            }
        }
        /* why ddjay */
        
        .gov-ddjay-policy {
            padding: 80px 0;
            background: #f4f8f5;
            /* soft govt background */
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .gov-policy-wrap {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .gov-policy-heading {
            text-align: center;
            font-size: 30px;
            font-weight: 700;
            color: #0b7a3c;
            margin-bottom: 25px;
        }
        
        .gov-policy-intro {
            font-size: 16px;
            line-height: 1.8;
            color: #1f3d2b;
            background: #e7f4ec;
            padding: 18px 22px;
            border-left: 5px solid #138808;
            margin-bottom: 40px;
            text-align: justify;
        }
        /* Ordered list */
        
        .gov-policy-list {
            list-style: none;
            counter-reset: policy;
            padding: 0;
            margin: 0;
        }
        
        .gov-policy-list li {
            counter-increment: policy;
            position: relative;
            padding: 18px 20px 18px 60px;
            margin-bottom: 20px;
            background: #ffffff;
            border: 1px solid #d9e7dd;
            font-size: 16px;
            line-height: 1.75;
            color: #243a2e;
        }
        /* Number badge */
        
        .gov-policy-list li::before {
            content: counter(policy);
            position: absolute;
            left: 15px;
            top: 20px;
            width: 32px;
            height: 32px;
            /* background: #138808; */
            background: #9d0763;
            color: #ffffff;
            font-weight: 700;
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* Emphasis */
        
        .gov-policy-list strong {
            color: #0b7a3c;
            font-size: 20px;
        }
        /* Tablet */
        
        @media (max-width: 768px) {
            .gov-policy-heading {
                font-size: 26px;
            }
            .gov-policy-intro,
            .gov-policy-list li {
                font-size: 15px;
            }
        }
        /* Mobile */
        
        @media (max-width: 480px) {
            .gov-policy-heading {
                font-size: 22px;
            }
            .gov-policy-list li {
                padding-left: 54px;
            }
            .gov-policy-list li::before {
                width: 28px;
                height: 28px;
                font-size: 13px;
            }
        }
        /* refund heading section */
        
        .gov-refund-banner {
            width: 100%;
            background: #f6a01a;
            /* Govt saffron/orange */
            padding: 16px 20px;
            text-align: center;
        }
        
        .gov-refund-banner p {
            margin: 0;
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            font-family: Arial, Helvetica, sans-serif;
        }
        /* Tablet */
        
        @media (max-width: 768px) {
            .gov-refund-banner p {
                font-size: 18px;
            }
        }
        /* Mobile */
        
        @media (max-width: 480px) {
            .gov-refund-banner {
                padding: 14px 12px;
            }
            .gov-refund-banner p {
                font-size: 16px;
            }
        }
        /* ppp model section */
        
        .gov-ppp-two-col {
            padding: 20px 0 60px;
            background: #ffffff;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .gov-ppp-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .gov-ppp-title {
            text-align: center;
            font-size: 30px;
            font-weight: 700;
            color: #0b7a3c;
            margin-bottom: 50px;
        }
        /* Grid */
        
        .gov-ppp-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
        }
        /* Column */
        
        .gov-ppp-col {
            display: flex;
            flex-direction: column;
            gap: 28px;
        }
        /* Item */
        
        .gov-ppp-item {
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }
        
        .gov-icon {
            font-size: 26px;
            color: #138808;
            line-height: 1;
            margin-top: 2px;
        }
        
        .gov-ppp-item h4 {
            font-size: 18px;
            font-weight: 700;
            color: #138808;
            margin: 0 0 6px;
        }
        
        .gov-ppp-item p {
            margin: 0;
            font-size: 16px;
            line-height: 1.75;
            color: #222;
            text-align: justify;
        }
        /* Tablet */
        
        @media (max-width: 991px) {
            .gov-ppp-grid {
                grid-template-columns: 1fr;
                gap: 35px;
            }
            .gov-ppp-title {
                font-size: 26px;
            }
        }
        /* Mobile */
        
        @media (max-width: 480px) {
            .gov-ppp-title {
                font-size: 22px;
            }
            .gov-ppp-item p {
                font-size: 15px;
            }
        }
        /* contact us section  */
        
        .gov-contact-section {
            padding: 60px 0;
            background: #ffffff;
        }
        /* Grid */
        
        .gov-contact-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            border: 1px solid #9e9e9e;
        }
        /* Box */
        
        .gov-contact-box {
            text-align: center;
            padding: 30px 20px;
            border-right: 1px solid #9e9e9e;
        }
        
        .gov-contact-box:last-child {
            border-right: none;
        }
        
        .gov-contact-icon {
            font-size: 26px;
            margin-bottom: 10px;
            color: #4a4a4a;
        }
        
        .gov-contact-box h4 {
            font-size: 18px;
            font-weight: 700;
            color: #333;
            margin-bottom: 6px;
        }
        
        .gov-contact-box p {
            font-size: 15px;
            color: #444;
            line-height: 1.6;
            margin: 0;
        }
        
        .gov-contact-box a {
            color: #444;
            text-decoration: none;
        }
        
        .gov-contact-box a:hover {
            text-decoration: underline;
        }
        /* =========================
   TABLET (2 Columns)
   ========================= */
        
        @media (max-width: 991px) {
            .gov-contact-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .gov-contact-box:nth-child(3) {
                grid-column: span 2;
            }
        }
        /* =========================
   MOBILE (1 Column)
   ========================= */
        
        @media (max-width: 576px) {
            .gov-contact-grid {
                grid-template-columns: 1fr !important;
            }
            .gov-contact-box {
                grid-column: auto !important;
                border-right: none !important;
                border-bottom: 1px solid #9e9e9e;
                padding: 22px 16px;
                text-align: center;
            }
            .gov-contact-box:last-child {
                border-bottom: none;
            }
        }
        
        .gov-contact-box p,
        .gov-contact-box a {
            word-break: break-word;
            overflow-wrap: break-word;
        }
        
        .projectnamemain {
            /* background-color: #f700b7; */
            background-color: #ffa900;
            padding: 6px 20px;
            color: #fff !important;
            border-radius: 10px;
            /* color: #000000; */
        }
        /* PROJECT PAYMENT */
        
        .project-payment {
            padding: 0px 0 30px;
        }
        /* Outer Card */
        
        .overview-card {
            border: 1px solid #d9dee8;
            border-radius: 12px;
            background: #ffffff;
            overflow: hidden;
        }
        /* Header Strip */
        
        .overview-header {
            background: #0b4ea2;
            color: #ffffff;
            font-size: 20px;
            font-weight: 600;
            padding: 16px 25px;
        }
        /* Body */
        
        .overview-body {
            padding: 30px;
        }
        /* Table */
        
        .table-responsive {
            overflow-x: auto;
        }
        
        .payment-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 900px;
        }
        
        .payment-table th {
            background: #000;
            color: #fff;
            padding: 12px 8px;
            font-size: 12px;
            text-align: center;
            border: 1px solid #333;
        }
        
        .payment-table td {
            padding: 10px 8px;
            font-size: 12px;
            text-align: center;
            border: 1px solid #ccc;
            white-space: nowrap;
        }
        /* Charges & Note */
        
        .charges-section,
        .note-section {
            margin-top: 30px;
        }
        
        .charges-section h4,
        .note-section h4 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .charges-section ol {
            padding-left: 18px;
            margin: 0;
        }
        
        .charges-section li {
            font-size: 14px;
            margin-bottom: 6px;
        }
        
        .note-section p {
            font-size: 14px;
            margin-bottom: 6px;
        }
        /* Tablet */
        
        @media (max-width: 991px) {
            .overview-body {
                padding: 25px;
            }
        }
        /* Mobile */
        
        @media (max-width: 576px) {
            .overview-header {
                font-size: 18px;
                padding: 14px 18px;
            }
            .overview-body {
                padding: 20px;
            }
            .charges-section li,
            .note-section p {
                font-size: 13px;
            }
        }
        /* privacy policy page css */
        
        .policy-section {
            background: #f5f9ff;
            padding: 70px 20px;
            font-family: "Segoe UI", Arial, sans-serif;
        }
        
        .policy-container {
            max-width: 1000px;
            margin: 0 auto;
        }
        /* Header */
        
        .policy-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .policy-header h1 {
            font-size: 36px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 10px;
        }
        
        .policy-header .subtitle {
            font-size: 16px;
            color: #334155;
            max-width: 750px;
            margin: 0 auto;
        }
        /* Cards */
        
        .policy-card {
            background: #ffffff;
            border-left: 6px solid #2563eb;
            border-radius: 10px;
            padding: 25px 30px;
            margin-bottom: 25px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        }
        /* Highlight */
        
        .policy-card.highlight {
            border-left-color: #16a34a;
            background: #f0fdf4;
        }
        /* Support / Footer */
        
        .policy-card.support {
            border-left-color: #9333ea;
            background: #faf5ff;
        }
        /* Headings */
        
        .policy-card h2 {
            font-size: 20px;
            margin-bottom: 10px;
            color: #111827;
        }
        /* Text */
        
        .policy-card p {
            font-size: 15.5px;
            line-height: 1.75;
            color: #374151;
        }
        
        .policy-card ul {
            padding-left: 18px;
        }
        
        .policy-card li {
            font-size: 15.5px;
            line-height: 1.7;
            margin-bottom: 6px;
        }
        /* Responsive */
        
        @media (max-width: 768px) {
            .policy-header h1 {
                font-size: 28px;
            }
            .policy-card {
                padding: 22px 20px;
            }
            .policy-card h2 {
                font-size: 18px;
            }
        }
        
        @media (max-width: 480px) {
            .policy-header h1 {
                font-size: 24px;
            }
            .policy-header .subtitle {
                font-size: 14.5px;
            }
            .policy-card p,
            .policy-card li {
                font-size: 14.5px;
            }
        }
        /* refund page css */
        /* Section Background */
        
        .refund-section {
            background: #f5f9ff;
            padding: 70px 20px;
            font-family: "Segoe UI", Arial, sans-serif;
        }
        /* Container */
        
        .refund-container {
            max-width: 1000px;
            margin: 0 auto;
        }
        /* Header */
        
        .refund-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .refund-header h1 {
            font-size: 36px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 10px;
        }
        
        .refund-header .subtitle {
            font-size: 16px;
            color: #334155;
            max-width: 700px;
            margin: 0 auto;
        }
        /* Cards */
        
        .refund-card {
            background: #ffffff;
            border-left: 6px solid #2563eb;
            border-radius: 10px;
            padding: 25px 30px;
            margin-bottom: 25px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        }
        /* Highlight Card */
        
        .refund-card.highlight {
            border-left-color: #16a34a;
            background: #f0fdf4;
        }
        /* Support Card */
        
        .refund-card.support {
            border-left-color: #9333ea;
            background: #faf5ff;
        }
        /* Headings */
        
        .refund-card h2 {
            font-size: 20px;
            margin-bottom: 12px;
            color: #111827;
        }
        /* Lists */
        
        .refund-card ul {
            padding-left: 18px;
        }
        
        .refund-card li {
            font-size: 15.5px;
            line-height: 1.7;
            margin-bottom: 8px;
            color: #374151;
        }
        /* Paragraph */
        
        .refund-card p {
            font-size: 15.5px;
            line-height: 1.7;
            color: #374151;
        }
        /* Email */
        
        .support-email {
            display: inline-block;
            margin-top: 10px;
            font-weight: 600;
            color: #2563eb;
            text-decoration: none;
        }
        
        .support-email:hover {
            text-decoration: underline;
        }
        /* Responsive */
        
        @media (max-width: 768px) {
            .refund-header h1 {
                font-size: 28px;
            }
            .refund-card {
                padding: 22px 20px;
            }
            .refund-card h2 {
                font-size: 18px;
            }
        }
        
        @media (max-width: 480px) {
            .refund-header h1 {
                font-size: 24px;
            }
            .refund-header .subtitle {
                font-size: 14.5px;
            }
            .refund-card li,
            .refund-card p {
                font-size: 14.5px;
            }
        }
        /* contact us page css */
        
        .customemailcontact {
            background: #f6f7f9;
            padding: 40px 15px;
        }
        
        .customemailcontact .contact-container {
            max-width: 1200px;
            margin: auto;
            display: flex;
            border: 1px solid #b5b5b5;
        }
        
        .customemailcontact .contact-box {
            flex: 1;
            text-align: center;
            padding: 40px 20px;
            background: #f9fafc;
        }
        
        .customemailcontact .contact-box:not(:last-child) {
            border-right: 1px solid #b5b5b5;
        }
        /* Icons */
        
        .customemailcontact .icon {
            font-size: 30px;
            margin-bottom: 15px;
        }
        /* Headings */
        
        .customemailcontact h4 {
            margin-bottom: 8px;
            font-size: 20px;
            font-weight: 700;
            color: #000;
        }
        /* Text */
        
        .customemailcontact p {
            margin: 0;
            font-size: 16px;
        }
        
        .customemailcontact a {
            color: #000;
            text-decoration: none;
        }
        
        .customemailcontact a:hover {
            text-decoration: underline;
        }
        /* Tablet */
        
        @media (max-width: 768px) {
            .customemailcontact .contact-container {
                flex-direction: column;
            }
            .customemailcontact .contact-box:not(:last-child) {
                border-right: none;
                border-bottom: 1px solid #b5b5b5;
            }
        }
        /* Mobile */
        
        @media (max-width: 480px) {
            .customemailcontact h4 {
                font-size: 18px;
            }
            .customemailcontact p {
                font-size: 15px;
            }
        }
        /* Section */
        
        .ddjay-contact {
            background: #f4f8ff;
            padding: 70px 20px;
            font-family: "Inter", sans-serif;
        }
        
        .ddjay-container {
            max-width: 1200px;
            margin: auto;
        }
        /* Header */
        
        .ddjay-header {
            text-align: center;
            margin-bottom: 25px;
        }
        
        .ddjay-header h1 {
            font-size: 32px;
            color: #1f2937;
        }
        
        .subtitle {
            color: #15803d;
            font-weight: 600;
        }
        
        .developer-name {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 30px;
        }
        /* Layout */
        
        .contact-layout {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 30px;
        }
        /* Form Box */
        
        .contact-form-box {
            background: #fff;
            padding: 30px;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
        }
        
        .box-title {
            font-size: 20px;
            margin-bottom: 20px;
        }
        /* Form */
        
        .form-group {
            margin-bottom: 15px;
        }
        
        .form-control {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
        }
        
        .gov-submit-btn {
            width: 100%;
            background: #2563eb;
            color: #fff;
            padding: 12px;
            border-radius: 8px;
            border: none;
            font-size: 16px;
            cursor: pointer;
        }
        
        .gov-submit-btn:hover {
            background: #1e40af;
        }
        /* Right Side */
        
        .contact-info-box {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .contact-card {
            background: #fff;
            padding: 25px;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
        }
        
        .icon-circle {
            width: 50px;
            height: 50px;
            background: #e7f5ec;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
        }
        
        .contact-card h3 {
            font-size: 18px;
            margin-bottom: 8px;
        }
        
        .contact-card a {
            color: #2563eb;
            text-decoration: none;
        }
        /* Responsive */
        
        @media (max-width: 992px) {
            .contact-layout {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 480px) {
            .ddjay-header h1 {
                font-size: 22px;
            }
        }
        /* apply now page */
        
        .gov-form-section {
            background: #f5f7fa;
            padding: 60px 15px;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .gov-form-card {
            background: #ffffff;
            border: 1px solid #dbe1ea;
            border-radius: 6px;
            padding: 35px;
        }
        
        .gov-form-title {
            font-size: 24px;
            font-weight: 700;
            color: #0f172a;
            text-align: center;
        }
        
        .gov-form-subtitle {
            text-align: center;
            font-size: 14px;
            color: #475569;
            margin-bottom: 30px;
        }
        
        .form-section {
            margin-bottom: 30px;
        }
        
        .section-title {
            font-size: 18px;
            font-weight: 600;
            color: #01589d;
            margin-bottom: 15px;
            border-bottom: 1px solid #e5e7eb;
            padding-bottom: 6px;
        }
        
        label {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 6px;
        }
        
        .form-control {
            border-radius: 4px;
            border: 1px solid #cbd5e1;
            padding: 10px;
            font-size: 14px;
        }
        
        .form-control:focus {
            border-color: #01589d;
            box-shadow: none;
        }
        
        .form-check-label {
            font-size: 14px;
        }
        
        .gov-submit-btn {
            background: #01589d;
            color: #fff;
            padding: 12px 40px;
            font-size: 16px;
            font-weight: 700;
            border-radius: 4px;
        }
        
        .gov-submit-btn:hover {
            background: #01457a;
        }
        /* Responsive */
        
        @media (max-width: 768px) {
            .gov-form-card {
                padding: 25px;
            }
            .gov-form-title {
                font-size: 20px;
            }
        }
        /* dates section css */
        
        .important-dates-section {
            padding: 30px 15px;
        }
        
        .important-dates-container {
            max-width: 1200px;
            margin: auto;
            display: flex;
            gap: 20px;
            align-items: stretch;
            flex-wrap: wrap;
        }
        /* Red Label */
        
        .important-label {
            background: #e62b2b;
            color: #fff;
            font-weight: 700;
            font-size: 20px;
            padding: 20px 30px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 220px;
        }
        /* Date Boxes */
        
        .date-box {
            background: #ffffff;
            border: 2px solid #ddd;
            border-radius: 12px;
            padding: 20px 25px;
            flex: 1;
            min-width: 280px;
        }
        
        .date-box h4 {
            margin: 0 0 10px;
            font-size: 18px;
            font-weight: 600;
            color: #000;
        }
        
        .date-box p {
            margin: 0;
            font-size: 20px;
            font-weight: 700;
            color: #e62b2b;
        }
        /* Tablet */
        
        @media (max-width: 991px) {
            .important-label {
                width: 100%;
                text-align: center;
            }
        }
        /* Mobile */
        
        @media (max-width: 576px) {
            .date-box p {
                font-size: 18px;
            }
        }