@import url('https://use.typekit.net/lnc6ske.css');

:root {
    --primary: #2178c4; /* Blue */
    --secondary: #ff6701; /* Orange */

    --background-light: #2178c4; /* Beige */

    --text-light: #cdced5; /* Light Gray */
    --text-dark: #363636; /* Dark Gray */
    --text-darker: #4d4f55; /* Gray */

    --white: #ffffff; /* White */
}

.Congenial {
    font-family: 'congenial', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sans-regular {
    /*font-family: "Open Sans", serif;*/
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.main-header {
    background-color: transparent;
    box-shadow: none;
}

body {
    padding-top: 0 !important;
}

h1.card-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #000000;
    line-height: 32px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*BREADCRUMB*/
.mobile-breadcrumb {
    height: 100%;
    padding: 0;
    padding-top: 10px;
}

/*
.mobile-breadcrumb a, .mobile-breadcrumb .fa-regular {
    color: var(--white);
}*/

.bg-holder {
    background-color: var(--background-light);
}

.bg-holder-v2 {
    background-color: var(--background-light);
}

.breadcrumb-inner {
    padding-top: 140px;
}
/*
.breadcrumb-item a,
.breadcrumb-inner .fa-regular {
    color: var(--white);
}

.breadcrumb-item.active {
    color: var(--white);

}*/

/*card*/
.fourbythree_container .card {
    /*width: auto;*/
    /*flex: 1*/
    /*max-width: 428px*/
    flex: 0 0 calc(33.333% - 16px);
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .fourbythree_container .card {
        flex: 0 0 calc(50% - 12px); /* 2 cards per row */
        max-width: calc(100vw - 5rem);
    }
}

.page-section .section-header h3,
.page-section .section-header .h3 {
    font-family: 'congenial', sans-serif;
    font-optical-sizing: auto;
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 3rem;
    text-align: center;
}
/*
.page-section {
    padding-top:0;
}*/
.page-section.page-section-header .container-fluid div {
    color: var(--white);
    max-width: 1100px;
    margin: auto;
    padding-bottom: 0;
    display: grid;
    gap: 40px;
}

.page-section.page-section-header h1 {
    font-family: 'congenial', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 4rem;
    /*line-height: 2.5rem;*/
    text-align: center;
    color: var(--white);
    margin: 0;
}

.page-section.page-section-header img {
    border-radius: 40px;
    overflow: hidden;
    margin: auto;
    width: 100%;
}

.subheader-swwd2025 {
    font-family: 'congenial', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 4rem;
    /*line-height: 2.5rem;*/
    margin-bottom: 2.5rem;
    text-align: center;
    color: var(--white);
}

.subheader-swwd2025-v2 {
    font-family: 'congenial', sans-serif;
    font-size: 2.74rem;
    font-style: normal;
    font-weight: 900;
    line-height: 3.25rem; /* 118.182% */
    /*line-height: 2.5rem;*/
    margin-bottom: 0.75rem;
    text-align: center;
    color: var(--white);
}

/*.letter-spacing {
    letter-spacing: 17.6px;
}*/

.page-section.page-section-header p {
    /*font-family: "Open Sans", serif;*/
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--white);
    margin: auto;
    margin-bottom: 0;
    max-width: 900px;
}

.page-section.page-section-header ul {
    /*font-family: "Open Sans", serif;*/
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    color: var(--white);
    margin-bottom: 0;
    margin: auto;
    max-width: 900px;
}

/*TABS*/

.ongoing-events {
    .nav

{
    margin-bottom: 1.5rem;
}

.select2 {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 7px;
    outline: none;
}

}

.ongoing-events-nav .nav-link.active {
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--white);
    background-color: var(--primary);
    border: 2px solid var(--white);
}

.ongoing-events-nav .nav-link {
    border: 1px solid var(--text-light);
    border-radius: 100px;
    padding: 8px 24px;
    margin-right: 1rem;
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    border: 2px solid transparent;
}

    .ongoing-events-nav .nav-link:hover {
        color: var(--white);
        background-color: var(--primary);
        border: 2px solid var(--white);
    }

.filter {
    display: flex;
}

.filter-by {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-darker);
    white-space: nowrap;
    margin: 9px 16px 9px 0px;
    width: auto;
}

.form-select2 {
    font-size: 16px;
    line-height: 24px;
    background-image: none;
    min-width: 180px;
}

.filter-select {
    width: 100%;
    height: 40px;
    border: 1px solid var(--text-light);
    border-radius: 4px;
    padding: 8px 16px;
}

@media (max-width: 991px) {
    .filter {
        display: none;
    }

    .filter-tablet {
        display: flex;
    }
}

@media (max-width: 768px) {
    .upcoming-events {
        .scrolling

{
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.scrolling::-webkit-scrollbar {
    display: none;
}

}
}

@media (max-width: 360px) {
    .upcoming-events-header {
        margin-bottom: 40px !important;
    }
}

.scrolling {
    display: flex;
    align-items: center;
    overflow-x: scroll;

    @media (min-width: 768px) {
        overflow: visible;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
    }
}

.ongoing-events-nav .nav-pill-item {
    /*display: flex;*/
    flex: none;
}

.ongoing-events-nav .nav-link {
    flex: none;

    @media (min-width: 768px) {
        flex-grow: 1;
        max-width: fit-content;
    }
}

@media (max-width: 768px) {
    .ongoing-events .scrolling {
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-top: 3rem;
    }
}

.page-section .section-header h3,
.page-section .section-header .h3 {
    margin-bottom: 3.75rem;
}

.fourbythree_container .card {
    border-radius: 2.5rem;
}

.filter-by {
    color: var(--text-dark) !important;
}

/*card*/
.partner-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 32px; /* 40px vertical gap and 32px horizontal gap */
    justify-content: center;
    align-items: center;
}

    .partner-logos .partner-img-cont {
        flex: 0 0 calc(16.667% - 32px);
        max-width: calc(16.667% - 32px);
        box-sizing: border-box;
        border-radius: 12px;
        overflow: hidden;
    }

        .partner-logos .partner-img-cont img {
            width: 100%;
        }

@media (max-width: 991px) {
    .partner-logos .partner-img-cont {
        flex: 0 0 calc(25% - 32px); /* 2 cards per row */
        max-width: calc(25% - 32px);
    }
}

@media (max-width: 568px) {
    .partner-logos .partner-img-cont {
        flex: 0.2 0 calc(33.333% - 32px); /* 2 cards per row */
        max-width: calc(33.333% - 32px);
    }

    .partner-logos {
        gap: 25px;
    }
}

.section-button-container {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

    .section-button-container .row {
        width: 100%;
        min-height: 24px;
        padding-top: 0px;
        margin: 0;
        margin-bottom: 10px;
        justify-content: space-between;
        vertical-align: middle !important;
    }

    .section-button-container .form-select,
    .section-button-container .form-control,
    .section-button-container .navbuttonround {
        background-color: var(--white);
    }

    .section-button-container p {
        color: var(--white);
    }

.mmenu-link {
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

.card-group {
    max-width: 1128px;
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to the next row */
    gap: 32px; /* Space between cards (adjust as needed) */
    justify-content: space-between; /* Space evenly across rows */
    margin: auto;
}

    .card-group .card {
        padding: 44px 24px 40px 24px;
        border-radius: 40px !important;
        overflow: hidden;
        border: none;
        background: var(--white);
        /* box-shadow: 0px 4px 20px 0px #E9E5D6; */
        position: relative;
        flex: 1 1 calc((100% - 64px) / 3); /* Width calculation for 3 cards per row */
        max-width: calc( (100% - 64px) / 3 ); /* Ensure they donÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t exceed their allocated space */
        box-sizing: border-box;
    }

@media (max-width: 768px) {
    .card-group .card {
        flex: 1 1 100%; /* Each card takes 100% of the row width */
        max-width: 100%; /* Ensures full width */
    }
}

.card-group .card .fa-regular {
    color: var(--primary);
    text-align: center;
    font-family: 'Font Awesome 6 Pro';
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; /* 43.75% */
}

.card-group .card p {
    color: var(--text-dark);
    text-align: center;
    /* Paragraph/Desktop/Medium/Normal */
    /*font-family: "Open Sans", serif;*/
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
    margin: 0.75rem 0 0 0;
}

.card-group .card h1 {
    color: var(--primary);
    text-align: center;
    font-family: 'congenial', sans-serif;
    font-size: 2.25rem !important;
    font-style: normal;
    font-weight: 900;
    font-size: 2.25rem;
    margin: 1.875rem 0 0 0;
}

.card-group .card h3 {
    color: var(--primary);
    text-align: center;
    font-family: 'congenial', sans-serif;
    font-size: 1.875rem !important;
    font-style: normal;
    font-weight: 900;
    font-size: 2.25rem;
    margin: 1.875rem 0 0 0;
}

.card-group .card a.link {
    content: ' ';
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-section .section-content .text-content {
    /* padding: 2.5rem 0;*/
    max-width: 890px;
    display: grid;
    gap: 1.25rem;
    margin: auto;
}

    .page-section .section-content .text-content p {
        color: var(--white);
        text-align: center;
        /*font-family: "Sans", serif;*/
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.75rem; /* 140% */
        margin: 0;
    }

    .page-section .section-content .text-content button {
        border-radius: 200px;
        border: 4px solid var(--secondary);
        background: var(--secondary);
        box-shadow: -4px 6px 0px 0px #edd8b6;
        color: var(--white);
        text-align: center;
        /* Paragraph/Desktop/Large/Bold */
        font-family: 'sans', serif;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.75rem; /* 140% */
        width: fit-content;
        margin: auto;
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        cursor: pointer;
    }

        .page-section .section-content .text-content button:hover {
            color: var(--secondary) !important;
            transform: translate(-4px, 6px); /* Matches the shadow offset */
            box-shadow: 0px 0px 0px 0px #fe6702; /* Removes the shadow */
        }

        .page-section .section-content .text-content button .fa-regular {
            margin-left: 1.25rem;
        }

@media (max-width: 1200px) {
    .breadcrumb-wrapper {
        top: 94px;
    }
}

@media (max-width: 768px) {
    .page-section.page-section-header .container-fluid div {
        gap: 20px;
    }

    .page-section.page-section-header p {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    .page-section.page-section-header h1,
    .subheader-swwd2025 {
        font-size: 2.3rem;
        line-height: 2.375rem;
    }

    .page-section {
        padding: 20px 0;
    }

    .subheader-swwd2025-v2 {
        font-size: 2rem;
    }
}

@media (max-width: 568px) {
    .sgds.footer .footer-top {
        border: none !important;
    }
}

/* ========================================================================
	HOMEPAGE SECTION 1
======================================================================== */

/*HOMEPAGE*/
.swwd-section-one {
    padding-top: 0px;
    height: 1300px; /* Ensures there's enough scroll space */
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .swwd-section-one h1 {
        font-family: 'congenial', sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 4.5rem;
        line-height: 5.375rem;
        color: var(--white);
        margin: 0;
    }

    .swwd-section-one h2 {
        font-family: 'congenial', sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 2.75rem;
        line-height: 3.25rem;
        color: var(--white);
        margin: 0;
        margin-bottom: 12px;
    }

    .swwd-section-one h1 span {
        font-family: 'congenial', sans-serif;
        color: var(--white);
        display: block;
    }

    .swwd-section-one .text-content {
        /*font-family: "Open Sans", serif;*/
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: var(--white);
        max-width: 536px;
    }

    .swwd-section-one .img-container {
        border-radius: 40px;
        overflow: hidden;
        /*width: 60%;*/
        min-width: 700px;
        margin-right: 38px;
        height: fit-content;
    }

@media (min-width: 1201px) and (max-width: 1300px) {
    .swwd-section-one .img-container {
        min-width: 600px;
    }
}

.swwd-section-one .img-container img {
    width: 100%;
    height: auto;
}

.swwd-section-one video {
    width: 100%;
}


/*changed 3 feb 2025*/
.swwd-section-one video {
    position: relative;
    top: 0;
    left: 50%;
    height: 100vh; /* Set height explicitly */

    width: 100vw; /* Maintain aspect ratio */
    transform: translateX(-50%); /* Center the video */
    object-fit: cover; /* Covers the screen without stretching */
    display: none;
}



.swwd-section-one .second-h1 {
    position: absolute;
    top: 1120px;
    left: 540px;
    z-index: 1;
}

.swwd-section-one h1:last-of-type {
    position: absolute;
    top: 1210px;
    left: 240px;
    z-index: 1;
}

@media (max-width: 1399px) {
    .swwd-section-one .second-h1 {
        left: 500px;
    }

    .swwd-section-one h1:last-of-type {
        left: 200px;
    }
}

@media (max-width: 1300px) {
    .swwd-section-one .second-h1 {
        left: 450px;
    }

    .swwd-section-one h1:last-of-type {
        left: 150px;
    }
}

@media (max-width: 1280px) {
    .swwd-section-one .second-h1 {
        left: 420px;
    }

    .swwd-section-one h1:last-of-type {
        left: 120px;
    }
}

/*changed 3 feb 2025*/
.swwd-section-one h1:first-of-type {
    position: absolute;
    top: -90px;
    left: 8px;
    z-index: 1;
}


/*changed 3 feb 2025*/
.swwd-section-one .d-flex {
    position: absolute;
    top: 190px;
}

.swwd-section-one.mobile-swwd {
    display: none;
}

/* ========================================================================
	HOMEPAGE SECTION 2 CAROUSEL
======================================================================== */

.swwd-carousel {
    height: 100vh;
    margin-top: 100px;
    max-height: 100vh;
}

    .swwd-carousel .carousel-inner {
        height: 100vh;
        min-height: 100vh;
    }

    .swwd-carousel .carousel-item {
        height: 100vh;
        min-height: 100vh;
    }

    .swwd-carousel .carousel-control-next:hover,
     .swwd-carousel .carousel-control-prev:hover {
        font-size: 24px;
    }

        .swwd-carousel .carousel-control-prev:hover .fa-chevron-left,
         .swwd-carousel .carousel-control-next:hover .fa-chevron-right {
            color: var(--white) !important;
        }

@media only screen and (min-width: 568px) {
    .swwd-carousel .carousel-item img {
        height: 100vh;
    }

    .swwd-carousel .carousel-control-next,
     .swwd-carousel .carousel-control-prev {
        border: none;
        background-color: transparent;
        color: var(--white);
        font-size: 64px;
    }

        .swwd-carousel .carousel-control-next:hover,
         .swwd-carousel .carousel-control-prev:hover {
            border: none;
            background-color: transparent;
            color: var(--white) !important;
            font-size: 64px;
        }

    .swwd-carousel h5 {
        color: var(--white);
        font-family: 'congenial', sans-serif;
        font-size: 48px;
        font-weight: 900;
        line-height: 58px; /* 120.833% */
        margin: 0;
    }

    .swwd-carousel p {
        color: var(--white);
        font-family: 'Open Sans', serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px; /* 140% */
        margin: 0;
    }
}

.swwd-carousel .carousel-caption {
    max-width: 545px;
    padding: 24px;
    display: grid;
    gap: 24px;
}

.swwd-carousel .carousel-indicators {
    padding-bottom: 0;
}

.swwd-carousel .carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    background-color: #d9d9d9;
    opacity: 1;
}

.swwd-carousel .carousel-indicators .active {
    background-color: var(--secondary);
}

@media (min-width: 992px) {
    .swwd-carousel .carousel-control-prev,
   .swwd-carousel .carousel-control-next {
        top: 60%;
    }

    .swwd-carousel .carousel-caption {
        top: 30%;
        left: 5rem;
    }
}

@media (max-width: 991px) {
     .swwd-carousel .carousel-inner {
        background-color: transparent;
    }

    .swwd-carousel .carousel-control-next,
    .swwd-carousel .carousel-control-prev {
        top: 38%;
    }

    .scrollspy-nav .nav-item {
        padding: 1rem;
    }

    .swwd-carousel .carousel-control-next,
    .swwd-carousel .carousel-control-prev {
        top: 50%;
        border: none;
        background-color: transparent;
        color: var(--white);
        font-size: 24px;
    }
}

.floating-text {
    display: none;
    z-index: 1001;
    color: var(--white);
    font-family: 'congenial', sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 32px; /* 100% */
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}

@media (max-width: 567px) {
    .swwd-carousel .carousel-item,
    .swwd-carousel {
        height: fit-content;
        min-height: auto;
    }

        .swwd-carousel .carousel-inner {
            height: fit-content;
            min-height: fit-content;
            overflow: visible;
        }

    .swwd-carousel {
        margin-bottom: 10rem;
    }

    .swwd-carousel .carousel-caption p {
        position: relative;
        top: 16.5rem;
        margin: 0;
    }

    .floating-text {
        display: block;
    }
}

@media (max-width: 480px) {
    .swwd-carousel .carousel-caption p {
        position: relative;
        top: 14rem;
        margin: 0;
    }
}

@media (max-width: 400px) {
    .swwd-carousel .carousel-caption p {
        position: relative;
        top: 12rem;
        margin: 0;
    }
}

/* ========================================================================
	HOMEPAGE SECTION 2 scrollspy
======================================================================== */

.start-of-scrollspy {
    height: 1px;
    width: 100%;
    position: relative;
    background-color: transparent !important;
    top: 500px;
}

    .start-of-scrollspy::after {
        display: none;
    }

/* ========================================================================
	HOMEPAGE SECTION 2 text sections
======================================================================== */

.inner-section .img-container {
    border-radius: 20px;
    overflow: hidden;
}

    .inner-section .img-container img {
        width: 100%;
    }

.inner-section h1 {
    color: var(--white);
    text-align: center;
    font-family: 'congenial', sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 40px; /* 62.5% */
    margin-bottom: 74px;
}

.inner-section h2 {
    color: var(--white);
    font-family: 'congenial', sans-serif;
    font-size: 44px;
    font-weight: 900;
    line-height: 52px; /* 118.182% */
    text-transform: uppercase;
}

.inner-section p {
    font-family: 'Open Sans', serif;
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

.inner-section .btn.btn-primary,
.page-bottom-banner-info .btn.btn-primary,
.text-content .btn.btn-primary {
    border-radius: 200px;
    /* border: 4px solid var(--secondary);*/
    background: var(--secondary);
    box-shadow: -4px 6px 0px 0px #edd8b6;
    color: var(--white);
    text-align: center;
    /* Paragraph/Desktop/Large/Bold */
    font-family: 'sans', serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem; /* 140% */
    width: fit-content;
    margin: auto;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

@media only screen and (min-width: 568px) {
    .inner-section .btn.btn-primary,
    .page-bottom-banner-info .btn.btn-primary,
    .text-content .btn.btn-primary {
        font-size: 1.25rem;
    }
}

.inner-section .btn.btn-primary:hover,
.page-bottom-banner-info .btn.btn-primary:hover,
.text-content .btn.btn-primary:hover {
    color: var(--white) !important;
    transform: translate(-4px, 6px); /* Matches the shadow offset */
    box-shadow: 0px 0px 0px 0px #edd8b6; /* Removes the shadow */
    background-color: var(--secondary);
}

.inner-section button .fa-regular,
.page-bottom-banner-info button .fa-regular,
.text-content a.btn .fa-regular {
    margin-left: 1.25rem;
}

.inner-section .row > * {
    padding-left: 26px;
    padding-right: 26px;
}

.scroll-wrapper {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling */
    overflow-y: hidden; /* Prevent vertical scrolling */
    white-space: nowrap; /* Keep everything in a single row */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    margin-bottom: 40px;
}

    .scroll-wrapper::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome, Safari */
    }

.swwd.fourbythree_container {
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    flex-wrap: nowrap; /* Ensure all cards stay in one row */
    width: max-content; /* Automatically expands based on content */
    padding: 0 72px !important;
}

@media (max-width: 991px) {
    .swwd.fourbythree_container {
        gap: 24px;
    }
}

.swwd.fourbythree_container .card {
    flex: 0 0 auto; /* Prevent shrinking */
}

.swwd.fourbythree_container .card-body {
    white-space: normal;
    text-align: left;
}

.swwd.fourbythree_container .card h1 {
    color: var(--primary);
    font-family: 'congenial', sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 28px; /* 87.5% */
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
}

.swwd.fourbythree_container .card p {
    color: var(--text-dark);
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

@media (max-width: 991px) {
    .swwd.fourbythree_container .card {
        width: 22rem;
    }
}

.inner-section .button-holder {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-bottom-banner-holder .page-bottom-banner-info h1 {
    font-family: 'congenial', sans-serif;
    font-size: 44px;
    font-weight: 900;
    line-height: 40px; /* 90.909% */
    text-transform: uppercase;
    max-width: 680px;
}

.page-bottom-banner-holder .page-bottom-banner-info p {
    margin-bottom: 20px;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; /* 140% */
    max-width: 680px;
}

.inner-section {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .inner-section {
        padding: 32px 0;
    }

        .inner-section .img-container {
            margin-bottom: 12px;
            padding: 0;
        }

        .inner-section h1 {
            margin-bottom: 32px;
            font-size: 40px;
            line-height: 44px; /* 118.75% */
        }

        .inner-section h2 {
            font-size: 32px;
            line-height: 38px; /* 118.75% */
        }

    @media (max-width: 991px) {
        .careers-bottom-banner {
            height: fit-content;
        }
    }

    .page-bottom-banner-holder .page-bottom-banner-info h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .page-bottom-banner-holder .page-bottom-banner-info p {
        font-size: 16px;
        line-height: 24px;
    }

    .fourbythree_container {
        padding: 0 24px !important;
    }
}

/* ========================================================================
	MOBILE
======================================================================== */

@media (max-width: 1240px) {
    .swwd-section-one {
        height: 1800px;
    }

        .swwd-section-one h1 {
            color: var(--white);
            font-family: 'congenial', sans-serif;
            font-size: 32px;
            font-weight: 900;
            line-height: 38px; /* 118.75% */
            text-transform: uppercase;
            position: absolute;
            z-index: 1;
            width: fit-content;
        }

        .swwd-section-one .second-h1 {
            top: 1430px;
            right: 4rem;
            left: unset;
        }

        .swwd-section-one h1:last-of-type {
            top: 1480px;
            right: 4rem;
            left: unset;
        }

        .swwd-section-one h1:first-of-type {
            top: 810px !important;
            left: 4rem;
            max-width: 340px;
        }

            .swwd-section-one h1:first-of-type span {
                display: block;
            }

        .swwd-section-one video {
            width: 100%;
        }

         /*
    .swwd-section-one video {
        position: fixed;
        top: 0;
        left: 50%;
        height: 100vh; 
    
        width: 100vw; 
        transform: translateX(-50%); 
        object-fit: cover; 
        border-radius: 20px;
        overflow: hidden;
    }*/

        .swwd-section-one .text-content {
            position: relative;
            top: 700px;
            width: 100%;
            max-width: 100%;
            white-space: wrap;
            left: 4rem;
        }

        .swwd-section-one .start-of-scrollspy {
            height: 1px;
            width: 100%;
            position: relative;
            background-color: transparent !important;
            top: 800px;
        }

            .swwd-section-one .start-of-scrollspy::after {
                display: none;
            }

        .swwd-section-one .img-container {
            display: none;
        }
}

@media (max-width: 1200px) {
    .swwd-section-one .second-h1 {
        top: 1410px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1460px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 700px;
    }
}

@media (max-width: 1150px) {
    .swwd-section-one .second-h1 {
        top: 1360px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1410px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 700px;
    }
}

@media (max-width: 1100px) {
    .swwd-section-one .second-h1 {
        top: 1360px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1410px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 700px;
    }
}

@media (max-width: 1050px) {
    .swwd-section-one .second-h1 {
        top: 1330px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1380px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 650px;
    }
}

@media (max-width: 1000px) {
    .swwd-section-one .second-h1 {
        top: 1300px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1350px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 650px;
    }
}

@media (max-width: 950px) {
    .swwd-section-one .second-h1 {
        top: 1270px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1320px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 600px;
    }
}

@media (max-width: 900px) {
    .swwd-section-one .second-h1 {
        top: 1240px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1290px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 600px;
    }
}

@media (max-width: 850px) {
    .swwd-section-one .second-h1 {
        top: 1210px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1260px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 600px;
    }
}

@media (max-width: 800px) {
    .swwd-section-one .second-h1 {
        top: 1160px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1210px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 500px;
        left: 2rem;
    }
}

@media (max-width: 750px) {
    .swwd-section-one .second-h1 {
        top: 1140px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1190px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 500px;
        left: 2rem;
    }
}

@media (max-width: 700px) {
    .swwd-section-one .second-h1 {
        top: 1110px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1160px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 450px;
        left: 2rem;
    }

    .swwd-section-one h1:first-of-type {
        top: 790px !important;
        left: 2rem;
        max-width: 340px;
    }
}

@media (max-width: 650px) {
    .swwd-section-one .second-h1 {
        top: 1120px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1160px;
        right: 4rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 450px;
        left: 2rem;
    }

    .swwd-section-one h1:first-of-type {
        left: 2rem;
    }
}

@media (max-width: 600px) {
    .swwd-section-one .second-h1 {
        top: 1090px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1130px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 400px;
        left: 2rem;
    }

    .swwd-section-one h1:first-of-type {
        left: 2rem;
    }
}

@media (max-width: 550px) {
    .swwd-section-one .second-h1 {
        top: 1060px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1100px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 400px;
        left: 2rem;
    }

    .swwd-section-one h1:first-of-type {
        left: 2rem;
    }
}

@media (max-width: 500px) {
    .swwd-section-one .second-h1 {
        top: 1030px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1070px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 350px;
        left: 2rem;
    }
}

@media (max-width: 450px) {
    .swwd-section-one .second-h1 {
        top: 990px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1020px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 350px;
    }

    .swwd-section-one h1:first-of-type {
        top: 770px !important;
        left: 2rem;
        max-width: 340px;
    }
}

@media (max-width: 450px) {
    .swwd-section-one .second-h1 {
        top: 950px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one h1:last-of-type {
        top: 1000px;
        right: 2rem;
        left: unset;
    }

    .swwd-section-one .text-content {
        top: 300px;
    }

    .swwd-section-one h1:first-of-type {
        top: 770px !important;
        left: 2rem;
        max-width: 340px;
    }
}

@media (min-width: 991px) {
    .scrollspy-nav .dropdown-menu .nav-link {
        border-bottom: 5px solid var(--white);
    }
}

.page-section .section-content .schedule-content button {
    border-radius: 12px !important;
    border: 4px solid var(--white);
    background: var(--white);
    box-shadow: -4px 6px 0px 0px #edd8b6;
    color: var(--secondary);
    text-align: center;
    /* Paragraph/Desktop/Large/Bold */
    font-family: 'sans', serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem; /* 140% */
    margin: auto;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px;
    overflow: hidden;
}

    .page-section .section-content .schedule-content button:hover {
        color: var(--white) !important;
        transform: translate(-4px, 6px); /* Matches the shadow offset */
        box-shadow: 0px 0px 0px 0px #edd8b6; /* Removes the shadow */
        border: 4px solid var(--secondary);
        background: var(--secondary);
    }

.schedule-content .btn-group {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.page-section .section-content .schedule-content button .fa-regular {
    margin-left: 1.25rem;
}

.page-section .section-content .schedule-content button.active {
    background-color: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}

    .page-section .section-content .schedule-content button.active:hover {
        color: var(--white) !important;
    }

.card-group.v2 {
    justify-content: center;
    max-width: 100%;
    gap: 24px; /* Adjust space between cards */
}

    .card-group.v2 .card {
        background-color: var(--secondary);
        /*box-shadow: 0px 4px 20px 0px #EDD8B6;*/
        width: 100%;
        max-width: 100%;
        min-height: 330px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media (min-width: 991px) {
    .card-group.v2 .card {
        flex: 1 1 calc(50% - 24px); /* Each card takes 50% width with gap accounted */
        max-width: calc(50% - 0px);
    }
}

.card-group.v2 h1 {
    color: var(--white);
    text-align: center;
    font-family: 'congenial', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px; /* 87.5% */
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 40px;
}

.card-group.v2 h3 {
    color: var(--white);
    text-align: center;
    font-family: 'congenial', sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 900;
    line-height: 36px; /* 87.5% */
    /* text-transform: uppercase;*/
    margin: 0;
    margin-bottom: 40px;
}

.card-group.v2 p {
    color: var(--white);
    text-align: center;
    /*font-family: "Open Sans", serif;*/
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
    margin-bottom: 8px;
}

.card-group.v2 .card-text.variant-3 {
    font-family: 'congenial', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.75rem; /* 116.667% */
    /* text-transform: uppercase;*/
    text-align: center;
    color: var(--white);
}

.filter-by {
    color: #ffffff !important;
}

.schedule-width {
    max-width: 1128px;
    gap: 32px;
    margin: auto;
}

/* =====================================
   Added 24 Feb 2025
===================================== */
/* For cards with image icon */
.card-icon {
    width: 4.5rem;
    height: auto;
    margin: -0.75rem auto;
}

.swwd-section-one {
    overflow: visible;
    height: auto;
}

    .swwd-section-one .d-flex {
        position: relative;
        padding-top: 50vh;
        top: 0;
        flex-direction: column;
    }

@media (min-width: 1240px) {
    .swwd-section-one .d-flex {
        flex-direction: row;
    }
}

.swwd-section-one > div {
    overflow: visible;
}

.swwd-section-one > video {
    position: fixed;
    left: -10vw;
    top: -10vh;
    width: 120vw;
    height: 120vh;
    border-radius: 0;
    object-fit: cover;
    transform: translateX(0);
}

.swwd-section-one .img-container {
    display: block;
    position: relative;
    overflow: visible;
    width: auto;
    max-width: 41.875rem;
    min-width: 0;
    margin: 0 3.5rem 0 1.5rem;
    padding: 0;
    border-radius: 0;
}

@media (max-width: 1240px) {
    .swwd-section-one .img-container {
        display: block;
        position: relative;
        overflow: visible;
        width: auto;
        max-width: min(41.875rem, calc(100vw - 3rem));
        min-width: 0;
        margin: 0 auto 4rem auto;
        border-radius: 0;
    }
}

.swwd-section-one .img-container video {
    position: relative;
    left: 0;
    top: 0;
    width: calc(100% - 1.5rem);
    height: auto;
    aspect-ratio: 1.75/1;
    object-fit: cover;
    border-radius: 40px;
    transform: translateX(0);
}

@media (max-width: 991px) {
    .swwd-section-one .img-container video {
        aspect-ratio: 1.75/1;
    }
}

@media (max-width: 1240px) {
    .swwd-section-one .img-container video {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1.75/1;
        object-fit: cover;
        border-radius: 20px;
        transform: translateX(0);
    }
}

.swwd-section-one h1,
.swwd-section-one .text-content {
    position: relative;
    z-index: 30 !important;
}

.swwd-section-one .text-content {
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 4rem;
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .swwd-section-one .text-content {
        padding: 0 1rem;
        font-size: 1rem;
        line-height: 1.5;
    }

    .swwd-section-one h2 {
        font-size: 40px;
    }
}


.swwd-section-one--fade {
    opacity: 0;
    transform: translateY(50px);
}

.swwd-section-one--fade-in {
    opacity: 0;
}

.swwd-section-one .img-container .img-container-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1.75/1;
    object-fit: cover;
    border-radius: 40px;
    z-index: 10;
}

.swwd-section-one .img-container h1:first-of-type {
    position: absolute;
    top: -4.5rem !important;
    left: 0.5rem !important;
    z-index: 30;
    line-height: 1;
}

.swwd-section-one .img-container h1:last-of-type {
    top: auto !important;
    left: auto !important;
    bottom: -5rem;
    right: 0.5rem;
    text-align: right;
}

@media (max-width: 991px) {
    .swwd-section-one .img-container .img-container-image {
        aspect-ratio: 1.75/1;
    }
}

@media (max-width: 1240px) {
    .swwd-section-one .img-container .img-container-image {
        width: 100%;
        aspect-ratio: 1.75/1;
        border-radius: 20px;
    }

    .swwd-section-one .img-container h1:first-of-type {
        position: absolute;
        top: -2rem !important;
        left: 0.5rem !important;
    }

    .swwd-section-one .img-container h1:last-of-type {
        top: auto !important;
        left: auto !important;
        bottom: -2rem;
        right: 0.5rem;
    }
}



.swwd-section-one .img-container .play-button {
    color: #fff;
    font-size: 4rem;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
}

.modal-video .modal-body {
    padding: 0;
}

.modal-dialog video {
    width: 100%;
    height: auto;
}

.modal-video .btn-close {
    position: absolute;
    right: -0.75rem;
    top: -0.75rem;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1030;
}

/* Carousel (full) */
.swwd-carousel {
    height: auto;
}

    .swwd-carousel .floating-text {
        text-transform: none;
        font-size: 40px;
        font-weight: 900;
        line-height: 1;
    }

@media (max-width: 991px) {
    .swwd-carousel .floating-text {
        padding-left: 26px;
        padding-right: 26px;
    }
}

.swwd-carousel .carousel-inner,
.swwd-carousel .carousel-item {
    height: auto;
    max-height: calc(100vh - 76px);
    min-height: 0;
    aspect-ratio: 16/9;
}

.swwd-carousel .carousel-item {
    z-index: 10;
}

@media (min-width: 992px) {
    .swwd-carousel .carousel-item.active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100vw;
        height: auto;
        aspect-ratio: 16/9;
    }

    .swwd-carousel .carousel-item::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        aspect-ratio: 16/9;
        background: rgb(0,0,0);
        background: linear-gradient(65deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
        z-index: 1;
    }
}

.swwd-carousel .carousel-item img {
    width: 100vw;
    height: auto;
    aspect-ratio: 16/9;
}

@media (min-width: 992px) {
    .swwd-carousel .carousel-item img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.swwd-carousel .carousel-control-next,
.swwd-carousel .carousel-control-prev {
    top: calc(50% - 1.5rem);
    z-index: 20;
}

    .swwd-carousel .carousel-control-next:hover,
    .swwd-carousel .carousel-control-prev:hover {
        box-shadow: none;
    }

.swwd-carousel .carousel-indicators {
    bottom: 1rem;
    z-index: 20;
}

.swwd-carousel .carousel-caption {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 0;
    height: auto;
}

@media (min-width: 992px) {
    .swwd-carousel .carousel-caption {
        height: 100%;
        opacity: 0;
        transition: opacity 400ms ease-in-out;
        justify-content: center;
        align-items: flex-start;
    }

    .swwd-carousel .carousel-item.active .carousel-caption {
        opacity: 1;
    }
}

.swwd-carousel .carousel-caption h1 {
    margin-bottom: 0;
    font-size: 44px;
    line-height: 1;
}

@media (min-width: 992px) {
    .swwd-carousel .carousel-caption {
        margin-top: -1.5rem;
    }
}

@media (min-width: 568px) {
    .swwd-carousel .carousel-item img {
        height: auto;
    }
}

@media (max-width: 991px) {
    .swwd-carousel {
        height: auto;
        margin-top: 0;
        margin-bottom: 1.5rem;
        max-height: none;
    }

        .swwd-carousel .carousel-inner,
        .swwd-carousel .carousel-item {
            height: auto;
            max-height: none;
            min-height: 0;
            aspect-ratio: auto;
        }

            .swwd-carousel .carousel-item img {
                height: auto;
            }

        .swwd-carousel .carousel-caption {
            position: relative;
            text-align: center;
            bottom: auto;
            left: 0;
            top: 0;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

            .swwd-carousel .carousel-caption p {
                top: 0;
                font-weight: 400;
            }

        .swwd-carousel .carousel-indicators {
            top: calc(55vw + 1.5rem);
        }

        .swwd-carousel .carousel-control-next,
        .swwd-carousel .carousel-control-prev {
            top: calc(35vw + 1.5rem);
        }

        .swwd-carousel .floating-text {
            display: block;
            margin-bottom: 1.5rem;
        }
}

/* Carousel (cards) */
.swwd.fourbythree_container {
    padding: 0 2rem !important;
}

@media (min-width: 1400px) {
    .swwd.fourbythree_container {
        padding: 0 4.5rem !important;
    }
}

/* Section title */
.inner-section h1 {
    line-height: 1;
    text-transform: none;
}

.inner-section h2 {
    text-transform: none;
}

.inner-section h1 + .text-content {
    margin-top: -1rem;
}

@media (min-width: 992px) {
    .inner-section h1 + .text-content {
        margin-top: -3rem;
    }
}

.scrollspy-nav {
    z-index: 1020;
}

header.swwd {
    position: relative;
}

.carousel-indicators [data-bs-target] {
    margin-right: 5px;
    margin-left: 5px;
}

.modal-video .modal-dialog {
    /* height: 60vh;  Adjustable height */
    max-height: 90vh; /* Ensures it doesn't exceed viewport */
    /* max-width:360px; */
}

.modal-video .modal-content {
    height: 100%;
}

.modal-video .modal-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0; /* Remove default padding */
}

.modal-video iframe {
    width: 100%;
    height: 100%;
}

.modal-content {
    width: 90vw; /* 90% of viewport width */
    max-width: 800px; /* Limit max width */
    margin: 0 auto;
    background: none;
}

    .modal-content iframe {
        width: 100%;
        aspect-ratio: 16 / 9; /* Ensures proper video scaling */
    }

#carouselExampleCaptions h1 {
    font-family: 'congenial', sans-serif;
}

.inner-section p {
    font-size: 1rem;
    line-height: 1.5;
}

@media only screen and (min-width: 568px) {
    .inner-section p {
        font-size: 20px;
        line-height: 1.5;
    }
}

.scroll-wrapper {
    overflow-x: hidden;
}


/* ====================================
Breadcrumb update
==================================== */
/*
.page-section-holder {
    padding-top: 24px!important;
}

nav#navbar-example2 {
    height: 0px !important;
}
*/
nav.breadcrumb-wrapper.mb-0.w-100 {

    height: 60px!important;
    position: absolute;
}

.container-fluid.breadcrumb-container {
    padding: 0px !important;
    padding-top: -10px !important;
}

    .breadcrumb.breadcrumb-inner {
        padding-top: 18px !important;
}



/* ====================================
Flood wise carousel
==================================== */

@font-face {
    font-family: "Caprasimo";
    src: url(../fonts/Caprasimo/Caprasimo-Regular.ttf);
}




.capri-font {
    font-family: "Caprasimo", sans-serif !important;
    font-weight: 400 !important;
    font-size: 48px !important;
    line-height: 33px !important;
    color: #ffffff !important;
}


.wave-svg-flash,
.front-wave {
    width: 100%;
}

.wave-group {
    animation: wave 10s linear infinite;
}

#wave2 {
    animation-duration: 12s;
}

#wave3 {
    animation-duration: 14s;
    animation-direction: reverse;
}

@keyframes wave {
    to {
        transform: translateX(-100%);
    }
}

.gooeff {
    filter: url(#goo);
}

.wave-holder {
    position: relative;
}

.fw-holder {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100px;
}

.raindrop img {
    width: 100%;
    mix-blend-mode: multiply !important;
    /* Optional: Use blend mode if desired */
    opacity: 0.3;
}



@media (max-width: 568px) {
    

    .raindrop {
        top: -4rem;
    }
}

@media (max-width: 768px) {
    .fw-holder {
        height: auto;
        bottom: 0;
    }

    .raindrop {
        top: -5rem;
    }
}

.wave-wrapper-flash {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}


@media (min-width: 568px) {
   
    .one .carousel {
       
        max-height: 110vh;
    }

    .template-img-wrapper {
        overflow: unset;
    }
}

@media (max-width: 991px) {
   

    .raindrop {
        top: -6rem;
    }
}

.raindrop {
    position: absolute;
    bottom: 0;
    z-index: 4;
    width: 100%;
    top: -10rem;
}

.unique-wave-sectioning {
    z-index: 10;
    position: relative;
}



.carousel-indicators {
    z-index: 4;
}

.carousel-caption .btn-primary {
    z-index: 4;
}

@media (min-width: 2120px) {
    .raindrop {
        top: -8rem;
    }
}


@media (min-width: 1601px) {
    .wave-wrapper-flash {
        height: 400px;
    }
}


@media (max-width: 1300px) {
    .raindrop {
        top: -8rem;
    }
}

@media (max-width: 1024px) {
    .raindrop {
        top: -7rem;
    }
}

@media (max-width: 940px) {
    .raindrop {
        top: -6rem;
    }
}


@media (max-width: 1600px) {
    .one .carousel-fade .carousel-caption {
        left: 10%;
    }
}

@media (max-width: 991px) {

    .wave-svg-flash {
        height: 300px;
    }

    .flash-header-group h2 {
        font-size: 56px;
        line-height: 33px;
    }

    .capri-font {
        font-size: 48px;
        line-height: 1.2 !important;
    }
}

@media (max-width: 768px) {
    .wave-svg-flash {
        height: 250px;
    }

  
}

@media (max-width: 576px) {
    .template-img-wrapper img {
        max-height: 150px;
        max-width: 150px;
    }
}

@media (max-width: 568px) {
    .wave-svg-flash {
        height: 200px;
    }

    .flash-header-group h2 {
        line-height: 58px;
    }
}


@media (max-width: 480px) {
    

    .wave-svg-flash {
        height: 150px;
    }

    .one .carousel-caption p {
        margin-bottom: 1rem;
    }

    .raindrop {
        top: -4rem;
    }
}

@media (max-width: 600px) {
    .flash-header-group .btn-groups {
        display: grid;
        gap: 24px;
    }

        .flash-header-group .btn-groups .btn {
            text-align: center;
        }
}




.one .carousel-item img {
    object-fit: cover;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: relative;
    /*height: 80vh;*/
    height: 100%;
}


@media only screen and (max-width: 991px) and (-webkit-device-pixel-ratio: 3) {
    .custom-text-wrapper {
        text-align: left;
    }
}

@media only screen and (max-width: 568px) and (-webkit-device-pixel-ratio: 3) {
    .custom-text-wrapper {
        text-align: center;
    }
}





.one {
    padding-bottom: 1px;
    bottom: -2px;
}




.flex-grouped {
    position: relative;
    display: flex;
    align-items: center;
}





.page-section-holder .cp-h1 {
    font-size: 48px !important;
    padding-bottom: 40px;
    text-align: center;
}

.page-section-holder .cp-h2 {
    font-size: 40px !important;
}

.page-section-holder .cp-h3 {
    font-size: 30px !important;
}

.page-section-holder .cp-h4 {
    font-size: 24px !important;
    line-height: normal;
}

.page-section-holder .cp-p {
    font-size: 20px !important;
}

.page-section-holder div.cp-p p {
    font-size: 20px !important;
}

.page-section-holder .carousel-caption p {
    margin-bottom: 0.5rem;
}




@media (max-width: 991px) {


    .page-section-holder .cp-h1 {
        font-size: 40px !important;
        padding-bottom: 3px !important;
    }

    .page-section-holder .cp-h2 {
        font-size: 30px !important;
    }

    .page-section-holder .cp-h3 {
        font-size: 24px !important;
    }

    .page-section-holder .cp-p {
        font-size: 16px !important;
    }

    .page-section-holder div.cp-p p {
        font-size: 16px !important;
    }

    .flash-header-group p {
        font-size: 16px !important;
    }


    .page-section-holder .carousel-caption p {
        margin-bottom: 0.5rem;
    }

    .flash-header-group .btn-groups.mx-auto {
        width: fit-content !important;
    }

}


.flash-card .text-content .inner {
    gap: 2px !important;
}

@media (max-width: 767px) {


    .capri-font {
        font-size: 42px !important;
    }

    .flash-header-group .btn-groups {
        width: 100%;
    }

}



/* ====================================
Partner carousel arrows
==================================== 


.scroll-wrapper-parent {
    position: relative;
}
.card-button-group {
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem;
}

.card-button-group button {
    border: none;
}

.card-button-group .scroll-left, .card-button-group .scroll-right {
    border-radius: 50%;
}

.card-button-group .fa-chevron-left, .card-button-group .fa-chevron-right {
    font-size: 4rem;
    color: #FE6702;
    opacity: 0.5;
    transition: .3s ease-in-out;
}

.card-button-group .fa-chevron-left:hover, .card-button-group .fa-chevron-right:hover {
    opacity: 1;
}
*/
/* ====================================
play-button-container
==================================== 

.play-button-container{
	z-index: 999;
	 margin-top: -386px;
}


@media (max-width: 991px) {
    .play-button-container {
        margin-top: -208px !important;
    }

}*/

.swwd-section-one .img-container {
    position: relative; /* Important */
}

.swwd-section-one .img-container .play-button-container {
    position: absolute;
    inset: 0; /* replaces width:100% + height:100% */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    border: 0;
    padding: 0;
}

.swwd-section-one .d-flex
{
	padding-top: 60px;
}

/* Track */ 
.js-manual-carousel { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; touch-action: pan-x; } 
.js-manual-carousel::-webkit-scrollbar { display: none; } 

/* Slides (cards) */ 
.js-manual-carousel > .card { flex: 0 0 calc(33.333% - 1rem); 

/* 3 cards desktop */ 
scroll-snap-align: start; } 
/* Mobile: 1 + partial */ @media (max-width: 768px) { .js-manual-carousel > .card { flex: 0 0 80%; } } 

/* Dots */ 
.manual-carousel-dots { display: flex; justify-content: center; gap: 0.75rem; margin-top: 1.5rem; margin-bottom: 1.5rem; } 
.manual-carousel-dots button { border: none; cursor: pointer; width: 16px; height: 16px; background-color: #d9d9d9; opacity: 99; border-radius:24px; padding: 0; background: rgba(255, 255, 255, 0.4117647059); } 
.manual-carousel-dots button.active { background-color: #ff6701; } 
.partnercarouselv2 .scroll-wrapper-parent { padding-left: 24px; /* space on the left for first card */ } 
.partnercarouselv2 .scroll-wrapper { cursor: grab; }
.swwd-section-one .img-container img {
    border-radius: 16px;
}

	.js-manual-carousel .stretched-link {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;  /* Chrome, Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* IE/Edge legacy */
}
.page-section-holder {
    padding-top: 0px !important;
}
.navbar.scrollspy-nav
{
	margin-bottom: -15px;
}
/* Desktop only */
@media (min-width: 1024px) {
    .swwdv2carousel .carousel-item {
        position: absolute; /* keep slides stacked */
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0; /* hidden by default */
        transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
        transform: translateX(0);
        backface-visibility: hidden;
    }

    .swwdv2carousel .carousel-item.active {
        opacity: 1; /* fade in active slide */
        position: relative;
        z-index: 2;
    }

    .swwdv2carousel .carousel-item-next,
    .swwdv2carousel .carousel-item-prev {
        opacity: 1;
        z-index: 1;
    }
}
.careers-bottom-banner h1{
    text-transform: unset !important;
}

.swwd.fourbythree_container .card h1 {
text-transform: unset !important;
    font-size: 22px !important;
}
@media (max-width: 991px) { 
.swwd-carousel .floating-text { font-size:32px !important; } 
.page-section.inner-section:last-of-type h1, .page-section.inner-section:last-of-type .text-content {text-align: left !important;}
}

/* Base carousel */
.one .carousel-inner {
    width: 100%;
    height: auto;
}


/* Images */
.one .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Desktop (32:9) */
@media (min-width: 1300px) {
    .one .carousel-inner {
        aspect-ratio: 32 / 9;
        height:370px;
    }
    
/* Navigation buttons */
.one .carousel-next-prev-group {
    top: 45%;
    z-index: 99;
}


/* Captions */
.one .carousel-caption {
    top: 25%;
}

/* Indicators */
.carousel-indicators {
      bottom: 0px;
    padding-bottom: 5px;
}
.campaignvideo-transition
{
	
padding-top: 60px;
    margin-bottom: -20px;
}
}
@media  (max-width: 1300px) and (min-width: 1200px) {
    .one .carousel-inner {
        aspect-ratio: 32 / 9;
        height:auto;
    }
    
/* Navigation buttons */
.one .carousel-next-prev-group {
    top: 45%;
    z-index: 99;
}


/* Captions */
.one .carousel-caption {
    top: 25%;
}

/* Indicators */
.carousel-indicators {
     bottom: 0px;
    padding-bottom: 5px;
}
.campaignvideo-transition
{
	
padding-top: 60px;
    margin-bottom: -50px;
}
}
/* Tablets landscape (iPad Air/Mini) */
@media (max-width: 1189px) and (min-width: 992px) {
    .one .carousel-inner {
        aspect-ratio: 32 / 9;
        height:auto;
    }
    
/* Navigation buttons */
.one .carousel-next-prev-group {
    top: 45%;
    z-index: 99;
}


/* Captions */
.one .carousel-caption {
    top: 25%;
}

/* Indicators */
.carousel-indicators {
    bottom: 0px;
    padding-bottom: 5px;
}
}

/* Tablets (general) */
@media (max-width: 991px) and (min-width: 834px) {
    .one .carousel-inner {
        aspect-ratio: 16 / 9;
        height: auto;
    }
    
/* Navigation buttons */
.one .carousel-next-prev-group {
    top: 45%;
    z-index: 99;
}


/* Captions 
.one .carousel-caption {
    top: 25%;
}*/

/* Indicators */
.carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
}

/* Tablets portrait (iPad Air/Mini) */
@media (max-width: 834px) and (min-width: 577px) {
    .one .carousel-inner {
        aspect-ratio: 4 / 3;
        height: auto;
    }
    
/* Navigation buttons */
.one .carousel-next-prev-group {
    top: 45%;
    z-index: 99;
}


/* Captions 
.one .carousel-caption {
        top: 35%;
    bottom: 5%;
}*/

/* Indicators */
.carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
}




/* Mobile */
@media (min-width: 392px) and (max-width: 576px) {

.one .custom-text-wrapper {
    margin-left: 24px;
}

    .one .carousel-inner {
        aspect-ratio: 4 / 3;
        height: auto;
    }

    /* Navigation buttons */
    .one .carousel-next-prev-group {
        top: 30%;
        z-index: 99;
    }

    /* Captions 
    .one .carousel-caption {
        top: 25%;
    }*/

    /* Indicators */
    .carousel-indicators {
        margin-bottom: 0;
        bottom: 0;
    }
}

/* Smaller phones (e.g., iPhone 12 Pro and similar) */
@media (max-width: 391px) {
   
.one .custom-text-wrapper {
    margin-left: 24px;
}

    .one .carousel-inner {
        aspect-ratio: 4 / 3;
        height: auto;
    }

    /* Navigation buttons */
    .one .carousel-next-prev-group {
        top: 30%;
        z-index: 99;
    }

    /* Captions
    .one .carousel-caption {
        top: 40%;
    }
 */
    /* Indicators */
    .carousel-indicators {
        margin-bottom: 0;
        bottom: 0;
    }
}

.campaignvideo-transition
{
/*	background: linear-gradient(180deg, #0098BF 9.14%, #2178c4 58.09%);/*

}



