html,
body {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.slides-container {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s, transform 0.6s;
    z-index: 1;
    pointer-events: none;
}
.slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    pointer-events: auto;
}

.slide > .row > [class*="col-"] {
    min-height: 100vh;
}

.cover-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.right-panel-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.nav-arrow {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    font-size: 24px;*/
/*    z-index: 1000 !important;*/
/*}*/

.nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000 !important;
    background: #6c757d; /* fallback for bg-secondary if not available */
}
.nav-dot.active {
    background: #e11b22 !important;
}
.position-fixed {
    z-index: 1000 !important;
}

.select-wrap {
    max-width: 420px;
    width: 90%;
}

.heading_color {
    color: rgb(255, 0, 0);
}

.data-source {
    font-size: 12px;
    text-align: center;
    color: #555;
}

.chart-banner {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.chart-section {
    padding: 40px 40px 20px;
}

.table-wrap {
    padding: 32px;
}

/* Slide 6 - Opportunity table */
.opportunity-hero {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.opportunity-wrap {
    padding: 24px 24px 32px;
}

.opportunity-table thead th {
    background: #f5a3aa;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.opportunity-table tbody tr:first-child {
    background: #f2f2f2;
}

.opportunity-table td {
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
}

.opportunity-table .muted-cell {
    background: transparent;
}

/* Slide 5 specific styling */
.slide-5 .table-wrap {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-5 .table-responsive {
    max-height: calc(100vh - 140px);
    padding-right: 1.5rem !important;
}

.slide-5 .table-responsive table {
    margin-bottom: 0;
}

.slide-5 th,
.slide-5 td {
    font-size: 16px;
    line-height: 1.35;
    vertical-align: middle;
}

.slide-5 thead {
    background: #f5f5f5;
    font-weight: 700;
}

.slide-5 tbody tr:nth-child(odd) {
    background: #fafafa;
}

.slide-5 .bridge-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* Slide 8 - Target population */
.target-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.target-title {
    font-size: 28px;
    font-weight: 700;
}

.target-subtitle {
    color: #e11b22;
    font-weight: 700;
    font-size: 16px;
    margin-top: 6px;
}

.target-body {
    font-size: 14px;
    margin-top: 8px;
    color: #333;
}

.target-card {
    text-align: center;
    padding: 10px 18px;
}

.target-card .title {
    font-weight: 700;
    font-size: 18px;
    color: #d6131b;
}

.target-card .subtitle {
    display: none;
}

.target-card .text-danger {
    font-size: 15px !important;
}

.target-card .desc {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.5;
}

.target-divider {
    position: relative;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.target-divider::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 1px;
    background: #d9a1a5;
}

.target-point {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 33%;
}

.target-dot {
    width: 26px;
    height: 26px;
    border: 2px solid #e11b22;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e11b22;
    font-size: 13px;
    background: #fff;
}

.target-label {
    font-weight: 700;
    color: #2d2d2d;
    font-size: 15px;
}

.verical_line {
    width: 1px;
    height: 24px;
    background-color: red;
}

.features-list li {
    font-size: 15px;
    line-height: 24px;
}

.revenue_streams li {
    line-height: 30px;
}

.slide-13-hr {
    border: 1px solid;
}

/* Slide 14 - GDP table */
.slide14-hero {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.slide14-table thead th {
    background: rgb(241, 80, 80);
    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.slide14-table tbody td {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
}

.slide14-table .table-light td {
    font-weight: 600;
}

/* Slide 15 - Revenue potential */
.slide15-hero {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.slide15-title {
    font-size: 28px;
    font-weight: 700;
    color: #2d2d2d;
}

.slide15-subtitle {
    font-size: 13px;
    color: #d13d3d;
}

.slide15-table {
    font-size: 14px;
}

.slide15-table td {
    padding: 14px 18px;
    vertical-align: middle;
}

.slide15-row-primary td {
    background: #e04040;
    color: #fff;
    font-weight: 700;
}

.slide15-row-muted td {
    background: #f6f6f6;
}

.slide16-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 320px;
}

.slide16-metric {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 16px 18px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.slide16-metric h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #1f1f1f;
}

.slide16-metric small {
    display: block;
    margin-top: 6px;
    color: #666;
    font-weight: 600;
}

.slide16-exclusions {
    background: #fff5f5;
    border-radius: 10px;
    padding: 14px 16px;
}

.slide16-exclusions h6 {
    color: #c21f1f;
    font-weight: 700;
}

.slide16-exclusions p {
    margin: 0;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 1.55;
}

/* Slide 17 */
.slide-17 {
    min-height: 100vh;
    overflow: hidden;
}

.slide17-hero {
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
}

.slide17-item {
    margin-bottom: 28px;
    align-items: flex-start;
}

.slide17-item:last-child {
    margin-bottom: 0;
}

.slide17-icon {
    font-size: 32px;
    color: #e74c3c;
    /* Same tone from your reference (Red theme) */
    width: 48px;
    text-align: center;
    margin-right: 15px;
}

.slide .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide17-item h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
}

.slide17-item p {
    font-size: 15px;
    line-height: 1.45;
    color: #555;
}

/* Slide 18 */
.slide-18-item {
    text-align: center;
}

/* Slide 19 - Franchise Benefits */
.slide19-hero {
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
    min-height: 360px;
}

.slide19-timeline {
    position: relative;
    padding-left: 30px;
}

.slide19-timeline::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 17px;
    width: 1px;
    background: #d8b3b3;
}

.slide19-step {
    position: relative;
    margin-bottom: 22px;
}

.slide19-step:last-child {
    margin-bottom: 0;
}

.slide19-step::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e02027;
}

.slide19-step::after {
    content: "";
    position: absolute;
    left: -6px;
    top: 9px;
    width: 24px;
    height: 1px;
    background: #d8b3b3;
}

.slide19-step h6 {
    margin: 0 0 4px;
    font-weight: 700;
    color: #2d2d2d;
}

.slide19-step p {
    margin: 0;
    font-size: 13px;
    color: #3a3a3a;
    line-height: 1.5;
}

.slide-18-item {
    border-color: #e74c3c !important;
}

.slide19-step h6,
.slide19-step p {
    margin-left: 30px;
}

.slide21-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide21-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
}

.slide21-title {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 18px;
}

.slide21-subtitle {
    margin-bottom: 32px;
    font-size: 1.14rem;
    color: #222;
}

.slide21-contacts {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.slide21-contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 170px;
    margin-bottom: 20px;
}

.slide21-contact-block svg {
    width: 32px;
    height: 32px;
    color: #d5222a;
    margin-bottom: 8px;
}

.slide21-contact-type {
    font-weight: 500;
    margin-bottom: 5px;
}

.slide21-contact-link {
    color: #d5222a;
    text-decoration: underline;
    font-size: 1.08rem;
    margin-bottom: 4px;
    word-break: break-all;
}

.slide21-footer {
    margin-top: 15px;
    color: #444;
    font-size: 1.03rem;
}

@media (max-width: 700px) {
    .slide21-content {
        padding: 20px 5px;
    }

    .slide21-contacts {
        gap: 20px;
    }
}

.slide_20_padding {
    padding: 1rem 3rem !important;
}

.custom_padding {
    padding: 1.8rem 3rem !important;
}

.chat_image {
    object-fit: contain;
}

@media (max-width: 991px) {
    .slide20-hero-img {
        max-height: 250px;
        object-fit: contain;
    }
}

.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e74c3c !important;
    color: #fff !important;
}
