

  :root{
    --gold: #C9982A;
    --maroon: #6e1b48;
    --pink: #C7154F;
    --divider: rgba(255,255,255,0.25);
  }


.qurbana-row{
    --bs-gutter-x: 0;
    margin: 0;
    border-bottom: 1px solid var(--divider);
  }

  .qurbana-row:last-child{
    border-bottom: none;
  }

  .qurbana-label, .qurbana-time{
    display: flex;
    align-items: center;
    padding: 0px 10px 4px 18px;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    min-height: 80px;
  }

  .qurbana-label{
    background-color: var(--maroon);
  }

  .qurbana-time{
    background-color: var(--pink);
  }

.cat-padding {padding:30px 18px;}

.history-text, .history-text p {background:#6e1b48; color:#fff; padding:15px; font-size: 14px;}

/*Mass offering*/

/* Container styling to match the website's content blocks */


.mass-offering {background-image: linear-gradient(rgba(92, 23, 111, 0.75), rgba(110, 27, 72, 0.85)), url(../images/massoffering.jpg);
    background-size: cover; border-radius: 10px; padding:80px 10px; }


.mass-booking-container {
    background-color: #0501062b;
    max-width: 800px;
    margin: 40px auto;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);

/*    background-image: linear-gradient(rgba(38, 12, 45, 0.85), rgba(110, 27, 72, 0.85)), url(../images/massoffering.jpg);
    background-size: cover;*/
}

/* Crimson serif title matching the main webpage headers */
.form-title {

    color: #fff; /* Primary Crimson */
    font-size: 2rem;
    margin-bottom: 8px;
    text-align: center;
}

.form-subtitle {
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 30px;
}

/* Layout Grid */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    margin-bottom: 25px;
}

/* Input Fields styling */
.form-group label {
    font-size: 0.95rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;

    letter-spacing: 0.5px;
}

.form-group input, 
.form-group textarea {
    padding: 12px 14px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #333333;
    background-color: #fafafa;
    transition: all 0.3s ease;
}

/* Focus state matching the interactive parts of the site */
.form-group input:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: #b30047;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(179, 0, 71, 0.1);
}

/* Crimson Button styling matching "More Details" and "Donate Now" buttons */
.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #b30047;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.submit-btn:hover {
    background-color: #8a0036;
    transform: translateY(-1px);
}

.btn-arrow {
    margin-left: 8px;
    font-size: 0.9rem;
}

/* Responsive adjustment for mobile devices */
@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    .mass-booking-container {
        padding: 35px;
        margin: 20px 15px;
    }


.mass-offering {
    padding: 40px 0px;
}



}

.btn-mob {width:95%;}


  @media (max-width: 576px){
    .qurbana-header{ font-size: 1.3rem; }
    .qurbana-label, .qurbana-time{
        font-size: 0.7rem;
        padding: 14px 8px;
    }


.event-section-2 .event-item .event-content .event-info {
        padding: 20px 9px;
    }


.offcanvas .offcanvas-header {
    padding: 0 1rem 0rem 1rem;
}

.services-section-1.px-3 {    padding-right: 0rem !important;
    padding-left: 0rem !important;}


.mass-offering.pt-100 {
    padding-top: 14px !important;
}



  }


