body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}

.main-container {
    /* margin: 20px auto;
    margin-top: 40px; */
    /* background-color: #ffffff; */
    /* padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;  */
}

.container-shadow {
    /* background: #ffffff; */
    padding: 20px;
    border-radius: 8px;
}

.return-link {
    display: flex;
    align-items: center;
    color: #0040c3;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 30px;
}
.return-link img {
    margin-right: 5px;
}

.event-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.event-title {
    font-weight: 500;
    line-height: 120%;
    color: #0E0E0E;
    margin: 0;
    text-align: center;
    display: inline-block;
    max-width: 788px;
}

.event-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.event-title span {
    display: block;
}

.table-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    gap:20px
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .table-container img {
        max-height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .table-container img {
        max-height: 150px;
    }
}

.event-info-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.event-info-row {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.event-info-title,
.event-info-value {
    display: inline-block;
    width: auto; /* Adjust width to fit content */
    padding: 15px;
    line-height: 130%;
    white-space: pre-line;
}

.event-info-title {
    background: #eaeaea;
    color: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Left-align text horizontally */
}

.text-heading {
    margin-bottom: 0;
}

.event-info-title.title-column {
    width: auto;
    min-width: fit-content;
    flex: 0 0 auto;
    display: flex !important;
    align-items: center !important; /* Vertical centering */
    justify-content: flex-start !important; /* Left-align text horizontally */
}

.event-info-value {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.event-info-long-value {
    white-space: normal;
}

.event-info-warning-title {
    background: #ffeddf;
    color: #c94d00;
}

.event-info-warning-value {
    color: #c94d00;
}

.form-container {
    padding: 20px 0;
}

.form-group label {
    color: #0E0E0E;
    font-weight: 500;
    display: block;
    background-color: transparent;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding: 5px 0;
    width: 100%;
    height: 35px !important;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.form-control:focus {
    border-bottom: 1px solid #505050;
    background-color: transparent; /* Ensure background is transparent */
    outline: none; /* Remove outline */
    box-shadow: none; /* Remove box shadow */
}

.form-control::placeholder {
    color: #ced4da;
    opacity: 1;
}

.btn-submit {
    width: 150px;
    height: 49px;
    border-radius: 5px;
    background-color: #0040c3;
    color: white;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.contact-info {
    text-align: center;
    margin-top: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* width: 262px; */
}

.icon-background {
    background-color: #f0f4fb;
    border-radius: 12px;
    padding: 10px;
    margin-right: 15px;
}

.info-item img {
    width: 48px;
    height: 48px;
}

.info-item-content {
    text-align: left;
}

.title {
    font-weight: 500;
    color: #505050;
    margin: 0;
}

.info {
    color: #AAAAAA;
    margin: 0;
}

.contact-info-row {
    display: flex;
    justify-content: space-around;
    /* gap: 10px; */
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 35px;
}

.form-row .col-md-6 {
    flex: 1 1 48%;
}

.get-in-touch-header {
    text-align: left;
    font-weight: 500;
    line-height: 120%;
    color: #0E0E0E;
    margin-bottom: 20px;
}

.price-section {
    color: #0e0e0e;
}

.price-title {
    font-weight: 500;
    line-height: 120%;
    margin-top: 20px;
}

.price-table-container {
    overflow: hidden;
    margin: 0;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #5b5b5b;
    border-radius: 4px;
}

.price-table th {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    padding: 10px 12px;
    border: 1px solid #5b5b5b;
    background-color: #f8f8f8;
}
.price-table td {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    padding: 10px 12px;
    border: 1px solid #5b5b5b;
}

.price-table th {
    font-weight: 500;
    background: #f8f8f8;
}

@media (max-width: 768px) {

    .event-info-title,
    .event-info-value {
        flex-basis: 100%;
        text-align: left;
        padding: 10px;
    }

    .event-title-wrapper {
        padding: 0 15px;
        text-align: center;
    }

    .title-container {
        flex-direction: column;
        padding: 0;
    }
    
    .event-info-title.title-column {
        width: 390px !important;
        max-width: 100%;
        font-size: 0.8rem !important;
    }
    
    .event-info-warning-title {
        font-size: 0.8rem !important;
    }

    .btn-submit {
        width: 100%;
    }

    .info-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-info-row {
        flex-direction: column;
    }

    .form-group label {
        font-size: 0.8rem;

    }

    .form-row{
        padding-bottom: 0px;
    }

    .form-group{
        padding-bottom: 20px;
    }

    .event-info-row {
        margin-bottom: 5px;
    }
}

/* Mobile responsiveness improvements */
@media (max-width: 767.98px) {
    .return-link {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .return-arrow {
        width: 16px;
        height: 16px;
    }
    
    .return-text {
        font-size: 0.875rem;
    }
    
    .event-title-wrapper {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    .mobile-responsive-title {
        font-size: 1.75rem !important;
        line-height: 1.3;
        padding: 0 5px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .event-title-container {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .container-shadow {
        padding: 15px;
    }
    
    .return-link {
        margin-bottom: 15px;
    }
    
    .mobile-responsive-title {
        font-size: 1.5rem !important;
    }
}

/* Mobile responsiveness improvements */
@media (max-width: 767.98px) {
    .return-link {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .return-arrow {
        width: 16px;
        height: 16px;
    }
    
    .return-text {
        font-size: 0.875rem;
    }
    
    .mobile-full-width {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    .event-title-wrapper {
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }
    
    .title-container {
        width: 100%;
        display: block;
    }
    
    .event-title-container {
        width: 100%;
    }
    
    .event-title {
        width: 100%;
        max-width: 100%;
    }
    
    .mobile-responsive-title {
        font-size: 1.75rem !important;
        line-height: 1.3;
        width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    .container-shadow {
        padding: 15px;
    }
    
    .return-link {
        margin-bottom: 15px;
    }
    
    .mobile-responsive-title {
        font-size: 1.5rem !important;
    }
}

/* Tablet and Mobile Responsiveness */
@media (max-width: 991.98px) {
    /* Tablet-specific styles */
    .event-info-title.title-column {
        width: 390px !important;
        max-width: 100%;
        font-size: 0.9rem !important;
    }
    
    .event-info-warning-title {
        font-size: 0.9rem !important;
    }
    
    .mobile-full-width {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    .event-title-wrapper {
        margin-bottom: 25px;
        padding: 0 5px;
        width: 100%;
    }
    
    .title-container {
        width: 100%;
    }
    
    .event-title-container {
        width: 100%;
    }
    
    .event-title {
        width: 100%;
        max-width: 100%;
    }
    
    .mobile-responsive-title {
        font-size: 2rem !important;
        line-height: 1.3;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .return-link {
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .return-arrow {
        width: 18px;
        height: 18px;
    }
    
    .return-text {
        font-size: 1rem;
    }
    
    .form-group label {
        font-size: 0.9rem;
    }
    
    .btn-submit {
        width: 200px;
    }
}