:root {
    --default: #1F2120;
    /* Default text color */
    --light: #FFFCF6;
    /* Default background color */
    --mustard_yellow: #DFBA46;
    --light_green: #6FB36D;
    --dark_green: #00592B;
    --custom_green: #006D34;
    --title_green: #206a42;
    --light_gray: #adadad;
    font-size: 18px;
}

/* Text rules */

h1 {
    font-size: 3.052rem;
    letter-spacing: 0px;
    line-height: 73px;
    margin: 0 0 32px 0;
    text-transform: none;
}

h2 {
    font-size: 2.442rem;
    letter-spacing: 0px;
    line-height: 58px;
    margin: 0 0 8px 0;
    text-transform: none;
}

h3 {
    font-size: 1.953rem;
    letter-spacing: 0px;
    line-height: 47px;
    margin: 0 0 15px 0;
    text-transform: none;
}

h4 {
    font-size: 1.563rem;
    letter-spacing: 0px;
    line-height: 37px;
    margin: 0 0 24px 0;
    text-transform: none;
}

h5 {
    font-size: 1.250rem;
    letter-spacing: 0px;
    line-height: 30px;
    margin: 0 0 25px 0;
    text-transform: none;
}

h6 {
    font-size: 1rem;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0 0 25px 0;
    text-transform: none;
}



@media screen and (max-width: 575px) {

    :root {
        font-size: 16px;
    }

    h1 {
        font-size: 2.489rem;
        letter-spacing: 0px;
        line-height: 53px;
        margin: 0 0 16px 0;
    }

    h2 {
        font-size: 2.074rem;
        line-height: 44px;
        margin: 0 0 8px 0;
    }

    h3 {
        font-size: 1.728rem;
        line-height: 36px;
        margin: 0 0 15px 0;
    }

    h4 {
        font-size: 1.440rem;
        line-height: 30px;
        margin: 0 0 24px 0;
    }

    h5 {
        font-size: 1.200rem;
        line-height: 25px;
        margin: 0 0 25px 0;
    }

    h6 {
        font-size: 1rem;
        line-height: 21px;
        margin: 0 0 25px 0;
    }

}

/* Custom Text Rules */

.text-55px {
    font-size: 3.052rem !important;
}

.text-44px {
    font-size: 2.442rem !important;
}

.text-35px {
    font-size: 1.953rem !important;
}

.text-28px {
    font-size: 1.563rem !important;
}

.text-25px {
    font-size: 1.389rem !important;
}

.text-23px {
    font-size: 1.278rem !important;
}

.text-22px {
    font-size: 1.222rem !important;
}

.text-18px {
    font-size: 1rem !important;
}

.text-17px {
    font-size: 0.944rem !important;
}

.text-16px {
    font-size: 0.889rem !important;
    line-height: 1.167rem !important;
}

.text-15px {
    font-size: 0.833rem !important;
}

.text-14px {
    font-size: 0.800rem !important;
    line-height: 1.067rem !important;
}

@media screen and (max-width: 575px) {

    :root {
        font-size: 16px;
    }

    .text-55px {
        font-size: 2.489rem !important;
    }

    .text-44px {
        font-size: 2.074rem !important;
    }

    .text-35px {
        font-size: 1.728rem !important;
    }

    .text-28px {
        font-size: 1.440rem !important;
    }

    .text-22px {
        font-size: 1.200rem !important;
    }

    .text-18px {
        font-size: 1rem !important;
    }

    .text-17px {
        font-size: 1rem !important;
    }

    .text-16px {
        font-size: 1rem !important;
    }

    .text-15px {
        font-size: 0.938rem !important;
    }

    .text-14px {
        font-size: 0.833rem !important;
    }

}

/* Font Weights */

.font-thin {
    font-weight: 100 !important;
}

.font-extra-light {
    font-weight: 200 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semi-bold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-extra-bold {
    font-weight: 800 !important;
}

.font-heavy {
    font-weight: 900 !important;
}

/* Text Colors */

.text-black {
    color: var(--default) !important;
}

.text-custom-green {
    color: var(--custom_green) !important;
}

.text-dark-green {
    color: var(--dark_green) !important;
}

.text-light-green {
    color: var(--light_green) !important;
}

.text-light {
    color: var(--light) !important;
}

.text-mustard-yellow {
    color: var(--mustard_yellow) !important;
}

.text-light-gray {
    color: var(--light_gray) !important;
}

/* Background Colors */

.bg-black {
    background-color: var(--default) !important;
}

.bg-custom-green {
    background-color: var(--custom_green) !important;
}

.bg-dark-green {
    background-color: var(--dark_green) !important;
}

.bg-light-green {
    background-color: var(--light_green) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-mustard-yellow {
    background-color: var(--mustard_yellow) !important;
}

/* Buttons */

.yellow-btn {
    width: 108px;
    height: 50px;
    /* margin-bottom: 45px; */
    background: #DFBA46 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.coming-soon-btn {
    width: fit-content;
    height: 50px;
    padding: 10px;
    /* margin-bottom: 45px; */
    background: lightgray 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    pointer-events: none;
    cursor: not-allowed;
}

.yellow-btn:hover {
    background: var(--custom_green);
}

.btn-custom {
    top: 570px;
    left: 85px;
    width: 140px;
    height: 50px;
    margin-top: 32px;
    background: #FFFFFF57 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    opacity: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.contact-us-btn {
    top: 570px;
    left: 85px;
    width: 136px;
    height: 50px;
    margin-top: 26px;
    background: var(--custom_green);
    border-radius: 5px;
    opacity: 1;
    border: none;
}

.btn-custom-txt {
    text-align: center;
    align-content: center;
    font: normal normal medium 18px/24px Roboto;
    letter-spacing: 0px;
    color: var(--light);
    opacity: 1;
}

.btn-custom-txt:hover {
    color: #FFFFFF;
}

.get-started-btn {
    top: 570px;
    left: 85px;
    width: 250px;
    height: 70px;
    margin-top: 26px;
    background: var(--custom_green);
    border-radius: 5px;
    opacity: 1;
    border: none;
}

.get-started-btn:hover {
    background: var(--light_green);
    transition: linear;
    transition-duration: 200ms;
}

.get-started-btn-sm {
    top: 570px;
    left: 85px;
    width: 178px;
    height: 50px;
    margin-top: 26px;
    background: var(--custom_green);
    border-radius: 5px;
    opacity: 1;
    border: none;
}

.language-text {
    font-size: 0.83rem;
    color: var(--custom_green);
    font-family: Century Gothic;
    border: none;
}

.custom-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/img/icons/arrow_drop_down_icon.svg') no-repeat right 10px center;
    background-size: 30px;
    padding-right: 30px;
}

.custom-social {
    vertical-align: middle;
}

.custom-social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.custom-social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

.custom-social-icons li {
    margin-right: 50px;
}

.custom-social-icons li:last-child {
    margin-right: 0;
}

.custom-header-search {
    max-width: 175px;
    margin-left: auto;
}

#header .header-container {
    height: 44px !important;
}

form {
    margin-block-end: 0;
}

.owl-item.position-relative::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #00000078 0%, #272727a8 43%, #2E2E2EE0 100%);
    opacity: 0.8;
    /* Adjust opacity as needed */
    z-index: 1;
    /* Ensure the overlay is above the background image */
}

.owl-item.position-relative {
    position: relative;
    /* Ensure the parent is positioned relative for the pseudo-element to work */
    z-index: 0;
    /* Ensure the content inside the container is below the overlay */
}

.owl-item.position-relative .container,
.owl-item.position-relative .row,
.owl-item.position-relative .col-lg-12,
.owl-item.position-relative .d-flex {
    position: relative;
    z-index: 2;
    /* Ensure the text content is above the overlay */
}


/* Home Page - Green Container Section */

.hp-green-container {
    width: 1110px;
    height: max-content;
    background: transparent linear-gradient(270deg, #FFFFFF82 0%, #00592B99 0%, #00592B 100%) 0% 0% no-repeat padding-box;
    padding: 48px;
    border-radius: 8px;
    margin: 104px 38px 104px 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: start;
}

.home_page_card {
    background: white;
    box-shadow: 0px 0px 15px #00000029;
}

.home_page_card_info {
    padding-left: 1.778rem;
    padding-right: 1.778rem;
}

.custom_gutter_y {
    --bs-gutter-y: 1.5rem;
}

@media (min-width: 992px) {
    .hp-green-container {
        flex-direction: row;
    }
}

.green-container-image {
    width: 255px;
    height: 109px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .green-container-image {
        width: 200px;
        height: auto;
    }
}

.info-card {
    width: 538px;
    height: 398px;
    background: #FFFFFF;
    padding: 45px 32px;
}

@media screen and (max-width: 1200px) {
    .info-card {
        width: 400px;
        height: 468px;
    }

}

@media screen and (max-width: 991px) {
    .info-card {
        width: 330px;
        height: 600px;
    }
}

@media screen and (max-width: 767px) {
    .info-card {
        height: auto;
    }
}


.info-card:hover .yellow-btn {
    background: var(--custom_green);
}

.info-card:hover {
    background: var(--mustard_yellow);
}

.feature-box img {
    width: 100% !important;
    /* Ensures images don’t overflow their container */
}

/* AFI BUS DSS page */

.dss-right-column {
    height: 100%;
    min-height: 555px;
    padding: 100px;
}

.dss-left-column {
    background-color: var(--custom_green);
    justify-content: end;
    min-height: 555px;
    padding: 100px;
}

.dss-left-column>.text-start {
    max-width: 445px;
}

.dss-right-column {
    background-color: var(--light_green);
}

@media (max-width: 991px) {

    .dss-left-column,
    .dss-right-column {
        height: auto;
        padding: 30px;
        justify-content: center;
    }

    .dss-left-column {
        min-height: unset;
    }

    .dss-left-column>.text-start {
        max-width: 570px;
    }
}

@media (max-width: 575px) {

    .dss-left-column,
    .dss-right-column {
        padding: 20px;
    }
}

.custom-tick-icon {
    color: white;
    font-size: 33px;
}

/* Hero Section */

.hero-section {
    height: 369px;
    background-size: cover;
    background-position: center;
}

.hero-section.position-relative::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #00000078 0%, #272727a8 43%, #2E2E2EE0 100%);
    opacity: 0.8;
    /* Adjust opacity as needed */
    z-index: 1;
    /* Ensure the overlay is above the background image */
}

.hero-section.position-relative {
    position: relative;
    /* Ensure the parent is positioned relative for the pseudo-element to work */
    z-index: 0;
    /* Ensure the content inside the container is below the overlay */
}

.hero-section.position-relative .container,
.hero-section.position-relative .row,
.hero-section.position-relative .col-lg-12,
.hero-section.position-relative .d-flex {
    position: relative;
    z-index: 2;
    /* Ensure the text content is above the overlay */
}

@media (min-width: 991px) {
    .hero-section {
        background-position: center bottom -150px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        height: 558px;
    }
}

.hero-section:hover a {
    color: white;
}

.footer h5 {
    color: var(--mustard_yellow) !important;
}

/* Footer */

@media screen and (min-width: 1200px) {
    #footer .container {
        max-width: 1280px;
    }

}


@media (max-width: 991px) {
    .footer-container {
        flex-direction: column;
    }

    .footer-col-1,
    .footer-col-2,
    .footer-col-3,
    .footer-col-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .eu-img-container {
        margin-top: 32px !important;
    }
}

.exit-button {

    width: 112px;
    height: 39px;
    background-color: #6FB36D;
    border: none;
    color: white;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.exit-button:hover {
    background-color: #5a9d59;
}


.exit-button:hover {
    background-color: #5a9d59;
}

/* BM Strategic Plan Page */

.strategic-plan-title {
    justify-self: center;
    align-content: center;
    justify-items: start;
    display: grid;
    flex-direction: column;
    justify-content: center;
}

.gridsection {
    border-bottom: 3px solid var(--custom_green);
}

.griddesc {
    border: 2px dashed var(--custom_green);
    width: 100%;
    max-width: 1110px;
    min-height: 51px;
    background-color: white;
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    justify-self: center;
}

@media(max-width: 575px) {
    .griddesc {
        padding: 10px;
        height: fit-content;
    }

}

.modaldesc {
    border: 2px dashed var(--custom_green);
    padding: 10px;
    width: 100%;
    max-width: 1110px;
    height: fit-content;
    background-color: white;
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    justify-self: center;
}

.box-title {
    color: var(--custom_green);
}

.canvas-grid .canvas-item:hover .box-title {
    color: var(--light);
}

.canvas-grid {
    justify-self: center;
    max-width: 1110px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas:
        'label0 label1 label3 label3 label4 label6'
        'label0 label2 label3 label3 label5 label6'
        'label7 label7 label7 label8 label8 label8';
    gap: 10px;
    padding: 10px;
    border: 3px solid var(--dark_green);
}

.canvas-grid .canvas-item {
    border: 2px dashed #006D34;
    background: #FFFCF6;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease;
}

.canvas-grid .canvas-item:hover .fa-circle-plus {
    color: var(--light);
}

.canvas-grid:hover {
    color: var(--light);
}

.canvas-sm-grid .canvas-sm-item:hover .box-title {
    color: var(--light);
}

.canvas-sm-grid {
    justify-self: center;
    max-width: 1110px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas:
        'label0 label1 label3 label3 label4 label6'
        'label0 label2 label3 label3 label5 label6'
        'label7 label7 label7 label8 label8 label8';
    gap: 10px;
    padding: 10px;
    border: 3px solid var(--dark_green);
}

.canvas-sm-grid .canvas-sm-item {
    border: 2px dashed #006D34;
    background: #FFFCF6;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease;
}

.canvas-sm-grid .canvas-sm-item:hover .fa-circle-plus {
    color: var(--light);
}

.canvas-sm-grid:hover {
    color: var(--light);
}

.canvas-item {
    display: flex;
    flex-direction: column;
}

.canvas-item-container {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid var(--dark_green);
}

.canvas-item-single {
    border: 2px dashed #006D34;
    background: #FFFCF6;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease;
}

.next-btn {
    width: 213px;
    height: 54px;
    background: var(--mustard_yellow);
    border-radius: 5px;
    color: white;
    border: none;
    opacity: 1;
}

.restart-btn {
    width: 213px;
    height: 54px;
    background: var(--custom_green);
    border-radius: 5px;
    color: white;
    border: none;
    opacity: 1;
}

.previous-btn {
    width: 93px;
    height: 51px;
    background: var(--custom_green);
    border-radius: 5px;
    color: white;
    border: none;
    opacity: 1;
}

.next-sm-btn {
    width: 93px;
    height: 51px;
    background: var(--mustard_yellow);
    border-radius: 5px;
    color: white;
    border: none;
    opacity: 1;
}

.button-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    width: 114px;
    height: 51px;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: 5px;
    color: var(--mustard_yellow);
    border: 3px solid var(--mustard_yellow);
    opacity: 1;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    display: block;
    z-index: 1;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-top: 20px;
    padding: 0px;
    min-width: 150px;
    border: 3px solid var(--mustard_yellow);
    letter-spacing: 0px;
    font-size: 0.889rem;
}

.dropdown-item {
    width: 100%;
    text-align: left;
    padding: 8px 15px;
    background: none;
    border: none;
    color: #1f2120;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: var(--mustard_yellow);
    color: white;
}

.button-container,
.dropdown-btn-container {
    display: flex;
    max-width: 1110px;
    justify-content: space-between;
    align-items: center;
    margin: 48px auto;
}

/* Responsive BM Strategic Plan Grid Adjustments */

@media (max-width: 768px) {
    .canvas-grid {
        display: grid;

        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;

        grid-template-areas:
            'label0 label1 label3'
            'label0 label2 label3'
            'label4 label6 label7'
            'label5 label6 label8';

        height: 100%;

    }
}

@media (max-width: 575px) {

    #item-0,
    #item-1,
    #item-2,
    #item-3,
    #item-4,
    #item-5,
    #item-6,
    #item-7,
    #item-8 {
        height: 710px;
        width: 100%;
        grid-area: label0;
        color: #006D34;
        align-items: center;
        text-align: center;
        justify-content: center;
        align-content: center;
        justify-self: center;
        align-self: center;
        border: 2px #00592B dashed;
        background-color: var(--light);
    }
}

#item-0,
#item-1,
#item-2,
#item-3,
#item-4,
#item-5,
#item-6,
#item-7,
#item-8 {
    color: #006D34;
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
}

#item-0 {
    grid-area: label0;
}

#item-1 {
    grid-area: label1;
}

#item-2 {
    grid-area: label2;
}

#item-3 {
    grid-area: label3;
}

#item-4 {
    grid-area: label4;
}

#item-5 {
    grid-area: label5;
}

#item-6 {
    grid-area: label6;
}

#item-7 {
    grid-area: label7;
}

#item-8 {
    grid-area: label8;
}

#item-0:hover,
#item-1:hover,
#item-2:hover,
#item-3:hover,
#item-4:hover,
#item-5:hover,
#item-6:hover,
#item-7:hover,
#item-8:hover {
    background-color: var(--light_green);
}

@media (max-width: 575px) {
    .button-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .next-btn {
        margin: 0px 0px 0px 10px;
    }

    .restart-btn {
        margin: 0px 10px 0px 0px;
    }
}

/* Knowledge Cloud */
.kc_card {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

.border-none {
    border: none;
}

.card {
    text-decoration: none;
}

.card:hover .card-body p {
    text-decoration: underline;
    text-decoration-color: white;
}

.margin-bottom-6 {
    margin-bottom: 6rem;
}

.cursor-pointer {
    cursor: pointer;
}

.kc_search {
    max-width: 544px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    border: 1px solid var(--custom_green);
    border-radius: 15px;
}

.border-radius-15 {
    border-radius: 15px;
}

.kc.card {
    border: none;
    /* Remove all borders */
}

.kc.card-title {
    color: var(--title_green);
    font-weight: bold;
}

.min-width-86 {
    min-width: 86px;
}

.ml-custom {
    margin-left: 10px;
}

.form-check-input:checked {
    background-color: var(--custom_green);
}

.form-check-input[type=checkbox] {
    border-radius: .5em;
}

.subject-pill {
    background: var(--light_green);
    border-radius: 22px;
    color: white;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
}

.filters_button {
    background: white;
    color: var(--custom_green);
    border: 2px solid var(--custom_green);
    border-radius: 5px;
}

.mr-3 {
    margin-right: 0.7em;
}

.rc-slider-track,
.rc-slider-tracks {
    background-color: var(--custom_green) !important;
}

.rc-slider-handle {
    border: 2px solid var(--custom_green) !important;
}

@media screen and (max-width: 1199px) {
    .category_card {
        min-height: 201px;
    }

}

@media screen and (max-width: 991px) {
    .category_card {
        min-height: 165px;
    }

}

@media (max-width: 575px) {
    .next-btn {
        margin: 10px 0px 0px 0px;
    }

    .restart-btn {
        margin: 0px 0px 10px 0px;
    }
}

/* BM Modal */

.rating-section {
    margin-top: 20px;
}

.rating-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 20px;
    padding: 20px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 11px;
    opacity: 1;
}

.rating-options {
    display: flex;
    gap: 10px;
    margin-inline: 10px;
}

@media (max-width: 991px) {
    .rating-item {
        display: block;
        text-align: center;
    }

    .rating-options {
        justify-content: center;
        gap: 10px;
        margin: 10px;
    }

}

.rating-button {
    border: 1px solid;
    background: #FBFBFB;
    border-color: var(--light_green);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.rating-button.selected {
    background: var(--light_green);
    color: #FBFBFB;
}


.button-container {
    display: flex;
    justify-content: space-between;
}

.submit-btn {
    background: #4caf50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.close-btn {
    background: #f44336;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-button {
    flex: 1;
    padding: 10px;
    border: none;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    background: #f1f1f1;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
}

.tab-button.active {
    background: var(--mustard_yellow);
    color: #FBFBFB;
    font-weight: bold;
}

.yellow-tab {
    background-color: var(--mustard_yellow);
}

.green-tab {
    background-color: var(--custom_green);
}

.inner-modal {
    padding: 32px 80px;
    background: #FBFBFB 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    opacity: 1;
}


.bm-modal {
    max-width: 1110px;
    padding: 32px 95px;
}

@media (max-width: 768px) {
    .bm-modal {
        padding: 16px 5px;
    }
}

.bm-modal .modal-content {
    padding: 20px;
    border-radius: 32px;
}

.bm-modal .modal-header,
.bm-modal .modal-body,
.bm-modal .modal-footer {
    padding: 24px 96px;
}

.bm-modal .modal-footer {
    justify-content:space-between;
}
@media (max-width: 768px) {

    .bm-modal .modal-header,
    .bm-modal .modal-body,
    .bm-modal .modal-footer {
        padding-inline: 5px;
    }
}

.bm-modal .modal-body {
    max-height: 498px;
    overflow-y: auto;
}

.bm-modal .yellow-btn {
    width: 158px;
}

.bm-modal .previous-btn {
    width: 158px;
}

/* Ensure the modal header is a flex container */
.bm-modal .modal-header {
    display: flex;
    justify-content: space-between;
    /* Distribute items, push content to ends */
    align-items: center;
    /* Vertically center the contents */
}

/* Close button styles */
.bm-modal .close-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--custom_green);
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.bm-modal .close-button:hover {
    width: 150px;
    border-radius: 75px;
    background-color: var(--custom_green);
    justify-content: space-evenly;
    padding: 0 20px;
}

.bm-modal .close-button:hover::before {
    content: "Discard";
    font-size: 1rem;
    color: white;
    font-weight: bold;
}

/* Region Select */

/* Region Select */

.region-select {
    max-width: 1110px;
    margin: 55px auto;
    padding: 55px 206px;
    background: #FBFBFB 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 33px;
    opacity: 1;
    text-align: center;
}

.country-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 600px;
    margin: 20px auto;
    padding: 0 1rem;
}

.country-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s, box-shadow 0.3s;
    color: #333;
    text-align: left;
    width: 100%;
}

.country-card:hover {
    background-color: #f7f7f7;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.country-card.selected {
    background-color: #90c987;
    color: #fff;
    border: 1px solid #7db874;
}

.country-flag {
    width: 24px;
    height: 18px;
}

.country-name {
    flex-grow: 1;
}

.region-select .next-btn {
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    background-color: var(--mustard_yellow);
    border: none;
    color: white;
    border-radius: 6px;
    transition: background-color 0.2s ease-in-out;
}

.region-select .next-btn:disabled {
    background-color: #c5c5c5;
    cursor: not-allowed;
}


/* Responsive */

@media (max-width: 1024px) {
    .region-select {
        padding: 40px 80px;
    }
}

@media (max-width: 768px) {
    .region-select {
        padding: 30px 40px;
    }

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

    .region-select .next-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .region-select {
        padding: 20px;
        margin: 20px auto;
    }

    .country-grid {
        gap: 8px;
    }

    .country-card {
        font-size: 14px;
        padding: 12px;
    }

    .region-select .next-btn {
        font-size: 0.95rem;
        padding: 0.75rem;
    }
}

.go-back {
    font-family: 'Roboto', sans-serif;
}

.go-back-btn {
    background: none;
    border: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 22px;
}
.go-back-btn:hover {
    text-decoration: underline;
}

.summary-box {
    border: 3px solid var(--custom_green);
}

.summary-chart-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 34px;
}

button:disabled,
button[disabled] {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    background-color: #ccc !important;
    color: #444 !important;
    border-color: #aaa !important;
}

.next-btn:disabled {
    background-color: #e0e0e0 !important;
    color: #999 !important;
    border: 1px solid #ccc !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.canvas-item.completed.detailed {
    position: relative;
    color: black;
    transition: all 0.3s ease;
  }
  
  .canvas-item.completed.detailed .hover-hint {
    display: none;
    color: white;
    transition: all 0.3s ease;
  }
  
  .canvas-item.completed.detailed:hover {
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
  }
  
  .canvas-item.completed.detailed:hover .strategy-summary {
    display: none;
  }
  
  .canvas-item.completed.detailed:hover .hover-hint {
    display: block;
  }
  


