.inner-page-section {
    position: relative;
    padding: 50px 0;
    background: #f8f9fb;
    overflow: hidden;
}

/* BACKGROUND SHAPES */

.inner-page-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background: rgba(193, 18, 31, 0.05);
}

.inner-page-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -100px;

    width: 240px;
    height: 240px;

    border-radius: 50%;

    background: rgba(0, 0, 0, 0.03);
}

/* =========================
    PAGE HEADING
========================= */

.inner-page-heading {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.inner-page-heading h2 {
    position: relative;
    display: inline-block;

    background: linear-gradient(to right,
            #ff1d25,
            #d60000);

    color: #fff !important;

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;

    padding: 15px 70px;

    line-height: 1;
    margin: 0;

    clip-path: polygon(0 0,
            90% 0,
            100% 50%,
            90% 100%,
            0 100%,
            6% 50%);

    box-shadow: 0 8px 20px rgba(214, 0, 0, 0.15);
}

/* =========================
    CONTENT BOX
========================= */

.inner-content-box {
    position: relative;
    z-index: 2;

    background: #fff;

    border-radius: 22px;

    padding: 35px;

    border: 1px solid rgba(0, 0, 0, 0.04);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* =========================
    COMMON PARAGRAPH
========================= */

.inner-para {
    font-size: 14px;
    line-height: 1.9;

    color: #555;

    margin-bottom: 20px;
}

/* =========================
    SECTION TITLE
========================= */

.inner-content-title {
    font-size: 20px;
    font-weight: 700;

    color: #111;

    margin-bottom: 18px;
}

/* =========================
    THEME TEXT
========================= */

.text-theme {
    color: #d60000;
}

/* =========================
    LIST
========================= */

.inner-list {
    padding-left: 18px;
    margin-bottom: 0;
}

.inner-list li {
    font-size: 14px;
    line-height: 1.9;

    color: #555;

    margin-bottom: 10px;
}

.inner-list li strong {
    color: #222;
}

/* =========================
    RESPONSIVE
========================= */

@media(max-width:767px) {

    .inner-page-section {
        padding: 40px 0;
    }

    .inner-page-heading {
        margin-bottom: 30px;
    }

    .inner-page-heading h2 {
        font-size: 13px;
        padding: 14px 55px;
    }

    .inner-content-box {
        padding: 24px;
        border-radius: 18px;
    }

    .inner-content-title {
        font-size: 18px;
    }

    .inner-para,
    .inner-list li {
        font-size: 13px;
        line-height: 1.8;
    }
}

/* ------------------------------registraiton css------------------------ */
.registration-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.registration-table thead th {
    background: rgba(193, 18, 31, 0.08);

    color: #c1121f;

    font-size: 14px;
    font-weight: 700;

    padding: 18px;

    border: 1px solid rgba(0, 0, 0, 0.06);

    text-align: center;
}

.registration-table tbody td {
    padding: 18px;

    font-size: 14px;
    line-height: 1.8;

    color: #555;

    border: 1px solid rgba(0, 0, 0, 0.06);

    text-align: center;
}

/* PRICE COLOR */

.registration-table tbody td:nth-child(2),
.registration-table tbody td:nth-child(3) {
    color: #d60000;
    font-weight: 600;
}

/* SMALL NOTE */

.small-note {
    font-size: 12px;
    color: #1d74d6;

    margin-top: 6px;
}

/* =========================
    BUTTON
========================= */

.register-btn-wrapper {
    text-align: center;
    margin: 45px 0;
}

.register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(to right,
            #ff1d25,
            #d60000);

    color: #fff !important;

    padding: 15px 32px;

    border-radius: 50px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: 0.3s ease;

    box-shadow: 0 10px 25px rgba(214, 0, 0, 0.18);
}

.register-btn:hover {
    transform: translateY(-4px);
}

/* =========================
    NOTES
========================= */

.registration-notes h4 {
    font-size: 18px;
    font-weight: 700;

    color: #111;

    margin-bottom: 18px;
}

.registration-notes ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.registration-notes ul li {
    font-size: 14px;
    line-height: 1.9;

    color: #555;

    margin-bottom: 12px;
}

/* =========================
    RESPONSIVE
========================= */

@media(max-width:767px) {

    .registration-table thead th,
    .registration-table tbody td {
        font-size: 13px;
        padding: 14px;
    }

    .register-btn {
        width: 100%;
    }

    .registration-notes ul li {
        font-size: 13px;
        line-height: 1.8;
    }
}

/* -------------------------venue css-------------------------- */
/* =========================
    VENUE PAGE
========================= */

.venue-section,
.destinations-section {
    position: relative;
    z-index: 2;

    background: #fff;

    border-radius: 22px;

    padding: 35px;

    margin-bottom: 35px;

    border: 1px solid rgba(0, 0, 0, 0.04);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* =========================
    TITLES
========================= */

.venue-section h1,
.section-title {
    font-size: 26px;
    font-weight: 700;

    color: #111;

    margin-bottom: 22px;

    position: relative;

    padding-left: 18px;
}

.venue-section h1::before,
.section-title::before {
    content: "";

    position: absolute;

    left: 0;
    top: 4px;

    width: 5px;
    height: 28px;

    border-radius: 50px;

    background: linear-gradient(to bottom,
            #ff1d25,
            #d60000);
}

/* =========================
    TEXT
========================= */

.address,
.email,
.online-platform {
    font-size: 14px;
    line-height: 1.9;

    color: #555;

    margin-bottom: 16px;
}

.email a {
    color: #d60000;
    text-decoration: none;
}

.red {
    color: #d60000;
    font-weight: 600;
}

.blue {
    color: #0d6efd;
    font-weight: 600;
}

/* =========================
    MAP
========================= */

.map-container {
    margin-top: 25px;

    overflow: hidden;

    border-radius: 18px;

    border: 1px solid rgba(0, 0, 0, 0.05);
}

.map-container iframe {
    width: 100%;
    height: 420px;

    border: 0;

    display: block;
}

/* =========================
    DESTINATION GRID
========================= */

.destinations-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}

/* =========================
    CARD
========================= */

.destination-card {
    background: #fff;

    border-radius: 20px;

    overflow: hidden;

    border: 1px solid rgba(0, 0, 0, 0.04);

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);

    transition: 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */

.destination-image {
    width: 100%;
    height: 220px;

    object-fit: cover;

    display: block;

    transition: 0.5s ease;
}

.destination-card:hover .destination-image {
    transform: scale(1.05);
}

/* CONTENT */

.destination-content {
    padding: 22px;
}

/* NAME */

.destination-name {
    font-size: 20px;
    font-weight: 700;

    color: #111;

    margin-bottom: 12px;
}

/* DESCRIPTION */

.destination-description {
    font-size: 14px;
    line-height: 1.8;

    color: #666;

    margin-bottom: 0;
}

/* =========================
    RESPONSIVE
========================= */

@media(max-width:991px) {

    .destinations-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .map-container iframe {
        height: 350px;
    }
}

@media(max-width:767px) {

    .venue-section,
    .destinations-section {
        padding: 24px;
        border-radius: 18px;
    }

    .venue-section h1,
    .section-title {
        font-size: 22px;
    }

    .destinations-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .destination-image {
        height: 200px;
    }

    .destination-content {
        padding: 18px;
    }

    .destination-name {
        font-size: 18px;
    }

    .destination-description,
    .address,
    .email,
    .online-platform {
        font-size: 13px;
        line-height: 1.8;
    }

    .map-container iframe {
        height: 280px;
    }
}

/* ----------------------------camera-ready--------------------------- */
/* =========================
    CAMERA READY PAGE
========================= */

.camera-ready-box {
    position: relative;
    z-index: 2;

    background: #fff;

    border-radius: 24px;

    padding: 35px;

    border: 1px solid rgba(0, 0, 0, 0.04);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* =========================
    TOP TITLE
========================= */

.camera-top-title {
    font-size: 16px;
    font-weight: 600;

    color: #111;

    margin-bottom: 35px;
}

/* =========================
    STEP
========================= */

.camera-step {
    display: flex;
    align-items: flex-start;

    gap: 20px;

    margin-bottom: 28px;
}

/* NUMBER */

.step-number {
    min-width: 21px;
    height: 22px;

    border-radius: 50%;

    background: linear-gradient(to right,
            #ff1d25,
            #d60000);

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    font-weight: 700;

    box-shadow: 0 8px 20px rgba(214, 0, 0, 0.18);
}

/* CONTENT */

.step-content p {
    font-size: 14px;
    line-height: 1.9;

    color: #555;

    margin-bottom: 0;
}

/* LINKS */

.step-content a,
.camera-contact a,
.camera-list a {
    color: #d60000;
    text-decoration: none;
    font-weight: 600;
}

/* =========================
    DOWNLOAD BUTTONS
========================= */

.download-buttons {
    display: flex;
    flex-wrap: wrap;

    gap: 14px;

    margin-top: 18px;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 20px;

    border-radius: 50px;

    background: rgba(193, 18, 31, 0.08);

    color: #d60000 !important;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition: 0.3s ease;
}

.download-btn:hover {
    background: #d60000;
    color: #fff !important;
}

/* =========================
    LIST
========================= */

.camera-list {
    padding-left: 18px;
    margin-bottom: 0;
}

.camera-list li {
    font-size: 14px;
    line-height: 1.9;

    color: #555;

    margin-bottom: 8px;
}

/* =========================
    NOTE
========================= */

.camera-note {
    margin-top: 40px;

    padding: 24px;

    border-radius: 20px;

    background: linear-gradient(135deg,
            #fff4f4,
            #fff9f9);

    border: 1px solid rgba(193, 18, 31, 0.08);
}

.camera-note h4 {
    font-size: 20px;
    font-weight: 700;

    color: #111;

    margin-bottom: 12px;
}

.camera-note p {
    margin-bottom: 0;

    font-size: 14px;
    line-height: 1.9;

    color: #555;
}

/* =========================
    CONTACT
========================= */

.camera-contact {
    margin-top: 30px;

    font-size: 14px;
    line-height: 1.9;

    color: #555;
}

/* =========================
    RESPONSIVE
========================= */

@media(max-width:767px) {

    .camera-ready-box {
        padding: 24px;
        border-radius: 18px;
    }

    .camera-step {
        gap: 14px;
    }

    .step-number {
        min-width: 36px;
        height: 36px;

        font-size: 14px;
    }

    .camera-top-title {
        font-size: 15px;
    }

    .step-content p,
    .camera-list li,
    .camera-contact,
    .camera-note p {
        font-size: 13px;
        line-height: 1.8;
    }

    .download-btn {
        width: 100%;
    }
}

/* -------------------------award css---------------------------- */
/* =========================
    AWARD TABLE BOX
========================= */

.award-table-box {
    position: relative;
    z-index: 2;

    background: #fff;

    border-radius: 24px;

    padding: 35px;

    border: 1px solid rgba(0, 0, 0, 0.04);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* =========================
    TOP TITLE
========================= */

.award-top-title {
    font-size: 22px;
    font-weight: 700;

    color: #111;

    margin-bottom: 28px;

    position: relative;

    padding-left: 18px;
}

.award-top-title::before {
    content: "";

    position: absolute;

    left: 0;
    top: 4px;

    width: 5px;
    height: 28px;

    border-radius: 50px;

    background: linear-gradient(to bottom,
            #ff1d25,
            #d60000);
}

/* =========================
    TABLE
========================= */

.award-table {
    width: 100%;

    border-collapse: collapse;

    overflow: hidden;

    border-radius: 18px;
}

/* HEADER */

.award-table thead th {
    background: linear-gradient(to right,
            #ff1d25,
            #d60000);

    color: #fff;

    padding: 18px 20px;

    font-size: 14px;
    font-weight: 700;

    text-align: left;

    border: none;
}

/* BODY */

.award-table tbody td {
    padding: 22px 20px;

    font-size: 14px;
    line-height: 1.9;

    color: #555;

    border-bottom: 1px solid rgba(0, 0, 0, 0.06);

    vertical-align: top;
}

/* ROW HOVER */

.award-table tbody tr {
    transition: 0.3s ease;
}

.award-table tbody tr:hover {
    background: rgba(193, 18, 31, 0.03);
}

/* TRACK */

.track-name {
    min-width: 220px;

    font-weight: 700;

    color: #111;
}

/* AUTHORS */

.author-column {
    min-width: 220px;

    color: #d60000;

    font-weight: 600;
}

/* =========================
    RESPONSIVE
========================= */

@media(max-width:767px) {

    .award-table-box {
        padding: 24px;
        border-radius: 18px;
    }

    .award-top-title {
        font-size: 20px;
    }

    .award-table thead th,
    .award-table tbody td {
        font-size: 13px;
        padding: 16px;
        line-height: 1.8;
    }

    .track-name,
    .author-column {
        min-width: 180px;
    }
}