* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Arial, sans-serif;
}

.background-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* dark overlay */
    z-index: -1;
}

.background-container {
    background-image: url("./punjabimediaGroup.png"); /* Change if image name is different */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    color: #f8f9fa;
}

/*👉.card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    ➡ height: 100%; ⬅
    overflow: hidden;
    border: none;
    border-radius: 10px;
}

.card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

.card:hover .card-img-top {
    transform: scale(1.1); ➡ Image zoom ⬅
}
👈*/
.bg-footer {
    background: linear-gradient(135deg, #2c003e, #000e2e);
}

.text-gold {
    color: #f4c542 !important;
}

.text-gold:hover {
    color: #ffc107;
    text-decoration: underline !important;
}

h1,
h2,
h3,
h4,
h5 {
    color: #f4c542 !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

p,
li,
a {
    color: #f8f9fa !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

a:hover {
    color: #ffc107 !important;
    text-decoration: none !important;
}

.btn-custom {
    background-color: #f4c542;
    color: #2c003e;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
}

.btn-custom:hover {
    background-color: #ffc107;
    color: #000;
}
