* {
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, sans-serif;
}

body {
    background: #f4f5fb;
}

.card {
    border: 0;
    border-radius: 14px;
}

.badge-live {
    background: #00c853;
}

.count-box {
    background: linear-gradient(135deg, #ff8a65, #ff5252);
    color: #fff;
}

.gallery img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    background: #1f1f1f;
    color: #aaa;
}

.ddjay-banner {
    max-width: 820px;
    margin: auto;
    background: #fff;
    border-radius: 14px;
    padding: 30px 40px;
    text-align: center;
}

/* Logos */
.top-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 70px;
}

/* Heading */
.ddjay-banner h1 {
    margin: 20px 0 10px;
    font-size: 29px;
    font-weight: 500;
    color: #3b4a54;
}

.ddjay-banner h1 span {
    display: block;
}

/* Subtitle */
.subtitle {
    font-size: 14px;
    color: #5f6f78;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Location */
.location {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Helpline */
.helpline {
    display: inline-block;
    background: linear-gradient(90deg, #8DB600, #8db60094);
    color: #fff;
    padding: 14px 35px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 25px;
}

/* Info Box */
.info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #8DB600;
    color: #fff;
    border-radius: 14px;
    padding: 18px 25px;
    margin-bottom: 18px;
}

.info {
    text-align: center;
    flex: 1;
}

.info span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.info strong {
    display: block;
    font-size: 18px;
    margin-top: 4px;
}

.divider {
    width: 1px;
    height: 40px;
    background: #fff;
}

/* Reference */
.ref {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #444;
}

/* Responsive */
@media(max-width:600px) {
    .top-logos {
        flex-direction: column;
        gap: 10px;
    }

    h1 {
        font-size: 26px;
    }

    .info-box {
        flex-direction: column;
        gap: 12px;
    }

    .divider {
        display: none;
    }

    .ref {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
}


.application-section {
    background: #f3f2fb;
    font-family: 'Inter', Arial, sans-serif;
}

/* Cards */
.left-card,
.right-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

/* LIVE TAG */
.live-tag {
    position: absolute;
    top: -14px;
    left: 25px;
    background: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
}

/* TIMER */
.timer-box {
    background: linear-gradient(90deg, #8DB600, #8db60094);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
}

.timer-title {
    background: #fff;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 15px;
}

.timer-box h2 {
    font-size: 30px;
    margin: 0;
}

.time-up {
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 13px;
}

/* LEFT LINKS */
.left-links {
    list-style: none;
    padding: 0;
}

.left-links li {
    padding: 10px 0;
}

.left-links a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.left-links li::before {
    content: "◉";
    margin-right: 10px;
}

/* RIGHT CARD */
.status-badge {
    display: inline-block;
    background: linear-gradient(90deg, #8DB600, #8db60094);
    ;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.right-card h3 {
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.project-info {
    list-style: none;
    padding: 0;
}

.project-info li {
    padding: 8px 0;
    font-size: 15px;
}

/* MOBILE */
@media(max-width:767px) {
    .timer-box h2 {
        font-size: 22px;
    }
}


.info-section {
    background: #f3f2fb;
}

.info-card {
    background: #fff;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

.info-card h4 {
    font-size: 22px;
    margin-bottom: .5rem;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    color: #8DB600;
}

.info-card hr {
    border-top: 1px dotted #ccc;
    margin-bottom: 20px;
}

.info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 15px;
}

.info-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #e5533d;
    font-size: 22px;
    line-height: 1;
}

.layout-section {
    background: #f3f2fb;
}

/* White rounded container */
.layout-wrapper {
    background: #fff;
    border-radius: 22px;
    padding: 40px;
}

/* Titles */
.layout-title {
    font-size: 26px;
    font-weight: 500;
}

/* Image card */
.layout-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    text-align: center;
}

.layout-card img {
    border-radius: 12px;
    max-height: 500px;
    width: 100%;
    object-fit: contain;
}

/* Responsive */
@media(max-width:767px) {
    .layout-wrapper {
        padding: 20px;
    }

    .layout-title {
        font-size: 22px;
    }
}

.bank-loan-section {
    background: #f3f2fb;
}

.bank-title {
    font-size: 32px;
    font-weight: 500;
}

.bank-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.bank-card img {
    max-height: 50px;
    object-fit: contain;
}

/* Mobile */
@media(max-width:576px) {
    .bank-title {
        font-size: 26px;
    }

    .bank-card {
        height: 90px;
    }
}

.project-overview-section {
    background: #f3f2fb;
}

.overview-title {
    font-size: 34px;
    font-weight: 500;
}

.project-overview-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.certificate-box {
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.certificate-img {
    width: 100%;
    height: 460px;
    object-fit: contain;
    cursor: pointer;
    border-radius: 10px;
    background: #fafafa;
    transition: transform .3s ease;
}

.certificate-img:hover {
    transform: scale(1.02);
}

/* Mobile */
@media(max-width:768px) {
    .overview-title {
        font-size: 28px;
    }

    .certificate-img {
        height: 360px;
    }
}

.project-gallery {
    background: #f3f2fb;
}

.project-gallery h2 {
    font-size: 36px;
    font-weight: 500;
}

.gallery-card {
    background: #fff;
    padding: 8px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
    transition: all .3s ease;
}

.gallery-card img {
    border-radius: 12px;
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.gallery-card:hover {
    transform: translateY(-6px);
}

/* Mobile */
@media(max-width:768px) {
    .gallery-card img {
        height: 200px;
    }
}

.bg-green,
.btn-green {
    background-color: #8DB600;
    color: #fff;
}


.footer a:hover,
.navbar-nav a:hover {
    color: #8DB600 !important;
}

.payment-plan table th {
    font-size: 14px;
}

.payment-plan table td {
    font-size: 14px;
}

.payment-plan .btn {
    padding: 4px 12px;
}

.apply-card {
    /* max-width: 700px; */
    margin: auto;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}
.mb-20{
    margin-bottom:20px;
}

.form-control,
.form-select {
    height: 48px;
    border-radius: 8px;
}

textarea.form-control {
    height: auto;
}

.btn-apply {
    background: #0d9b4d;
    border: none;
    padding: 12px;
    font-size: 18px;
    border-radius: 8px;
}

.btn-apply:hover {
    background: #0b8743;
}

.no-text-decoration {
    text-decoration: none;
}

.payment-terms li {
    font-size: 15px;
    line-height: 1.6;
}

.payment-terms i {
    font-size: 18px;
}

.term-list li {
    margin-bottom: 12px;
    line-height: 1.7;
    font-size: 15px;
    color: #444;
}
.apply-btn {
    animation: blink 1.5s infinite, pulse 1.5s infinite;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(220, 53, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}
