.button {
        width: 85%;
        position: relative;
        //display:block;
        height: auto;
        width: auto;
        margin: 5px 0px;
        padding: 7px 20px;
        font-size: 19px;
        font-family: gelasio;
        color: #163963;
        letter-spacing: 1.2px;
        border: 1px #163963 solid;
        border-radius: 3px;
        outline: 0;
        overflow: hidden;
        background: none;
        z-index: 1;
        cursor: pointer;
        transition: 0.23s ease-in;
        -o-transition: 0.23s ease-in;
        -ms-transition: 0.23s ease-in;
        -moz-transition: 0.23s ease-in;
        -webkit-transition: 0.23s ease-in;
        transition-timing-function: cubic-bezier(0.03, 0.3, 0.46, 0.26);
    }

    .modal-header {
        display: block;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem;
        border-bottom: 1px solid #e9ecef;
        border-top-left-radius: calc(.3rem - 1px);
        border-top-right-radius: calc(.3rem - 1px);
    }

    /* Modal Styles */
    .modal-xl {
        max-width: 1140px;
        width: 100%;
        height: 100%;
        /* Ensure it takes full height */
    }

    .modal-content {
        height: 100%;
        /* Ensure it takes full height */
    }

    .modal-body {
        height: calc(100% - 56px - 56px);
        /* Adjust height to account for header and footer */
        padding: 0;
        /* Remove padding to maximize iframe size */
    }

    .modal-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: .75rem;
        border-top: 1px solid #f5f3ef;
        color: #f5f3ef;
        border-bottom-right-radius: calc(.3rem - 1px);
        border-bottom-left-radius: calc(.3rem - 1px);
    }

    .iframe-container {
        position: relative;
        width: 100%;
        height: 100%;
        /* Ensure it takes full height */
        overflow: hidden;
        /* Hide overflow to prevent scrollbars */
    }

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .iframe-container {
        height: 100%;
        /* Ensure iframe container takes full height */
    }

    .iframe-container iframe {
        height: 100%;
        /* Ensure iframe takes full height */
    }


    /* Additional styles for mobile optimization */
    @media (max-width: 767px) {
        .modal-xl {
            max-width: 100%;
            /* Ensure modal uses full width on small screens */
            height: 100%;
            /* Ensure full height on small screens */
            margin: 0;
            /* Remove any default margin */
        }

        .modal-content {
            height: 100%;
            /* Ensure full height on small screens */
        }

        .iframe-container {
            height: 100%;
            /* Ensure iframe container takes full height */
        }

        .iframe-container iframe {
            height: 100%;
            /* Ensure iframe takes full height */
        }
    }

    /* Close button styles */
    .close {
        padding: 0;
        background-color: transparent;
        border: 0;
        font-size: 1.5rem;
        cursor: pointer;
    }

    .close span {
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1em;
        text-align: center;
        color: #163963;
    }

    /* Optional: Additional hover effect */
    .close:hover span {
        color: #005ba3;
        /* Change color on hover */
    }

    /* Existing styles for other elements */
    .section.parallax-bg {
        position: relative;
        background-size: cover;
        background-position: center;
        background-color: #7ba5d856;
    }

    .section.parallax-bg>* {
        position: relative;
        z-index: 2;
    }

    .size {
        --img-width: 100%;
        --img-height: 100px;
    }

    .reveal {
        display: flex;
        justify-content: flex-start;
    }

    img {
        object-fit: cover;
        object-position: 10%;
        width: var(--img-width);
        height: var(--img-height);
        animation: rightToLeft 3s;
    }

    @keyframes rightToLeft {
        0% {
            width: 0;
        }

        100% {
            width: var(--img-width);
        }
    }

    .fade-in-image {
        animation: fadeIn 8s;
        -webkit-animation: fadeIn 8s;
        -moz-animation: fadeIn 8s;
        -o-animation: fadeIn 8s;
        -ms-animation: fadeIn 8s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-ms-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .alignleft {
        float: left;
    }

    .alignright {
        float: right;
    }

    .box {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: lighter;
        letter-spacing: 2px;
        background-color: #ffffff;
        padding: 20px;
        font-size: 25px;
        color: #163963;
        width: 100%;
        z-index: 2;
        border: 1px solid;
        box-sizing: border-box;
    }

    .box .box2 {
        visibility: hidden;
        width: 395px;
        background-color: #163963;
        letter-spacing: 1px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border-radius: 6px;
        padding: 20px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 0%;
        margin-left: -53px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .box .box2::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 30%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #163963 transparent transparent transparent;
        z-index: 1;
    }

    .box:hover .box2 {
        visibility: visible;
        opacity: 1;
    }

    @media (max-width: 768px) {
        .box .box2 {
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
            margin-left: 0;
        }
    }

    .textblock {
        width: 100%;
    }

    .quote {
        width: 80%;
        margin: auto;
        height: auto;
        background: #ffffff;
        border: solid;
        border-color: #163963;
        padding: 2.5rem;
        position: relative;
    }

    .textblock {
        width: 100%;
    }

    .quote img {
        width: 300px;
        position: absolute;
        top: 13%;
        right: -12%;
        box-shadow: -5px 5px 20px rgba(37, 37, 37, 0.3);
    }

    @media (max-width: 768px) {
        .quote img {
            position: static;
            width: 100%;
            margin: 0 auto;
            display: block;
            box-shadow: none;
        }
    }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        box-sizing: border-box;
        width: 220px;
        margin: 10px;
    }

    .card-2 {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        box-sizing: border-box;
        margin: 10px;
        transition: transform 0.3s ease-in-out;
    }

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

    .card-2 .card-img-top {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .card-2 .card-body {
        padding: 10px;
    }

    .card-2 .card-title {
        font-size: 14px;
    }

    .card-2 .card-text {
        font-size: 12px;
    }

    .card-people .card-img-top {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .card-body {
        padding: 10px;
    }

    .card-title {
        font-size: 14px;
    }

    .card-text {
        font-size: 12px;
    }

    .card {
        transition: transform 0.3s ease-in-out;
    }

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

    .card-3-body {
        display: none;
    }

    .card-3-body.active {
        display: block;
    }

    .flex-container {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .flex-container .text-section,
    .flex-container .cards-section {
        flex: 1 1 50%;
        padding: 10px;
    }

    .cards-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    @media (max-width: 768px) {

        .flex-container .text-section,
        .flex-container .cards-section {
            flex: 1 1 100%;
        }

        .cards-section {
            justify-content: center;
        }

        .card {
            width: 100%;
        }
    }

    .btn-close {
        text-align: right;
    }