@charset "utf-8";
/*
    -------------------------------------------------------------------
        Theme Name: MANTS
        Theme URI: https://mants.com
        Author: GCSolutions
        Author URI: https://gardencentersolutions.com
        Description: Custom theme for MANTS, implemented 2025.
        Tags: custom
        Version: 2.75
        Requires at least: 6.2
        Tested up to: 6.8
        Requires PHP: 8.2
    -------------------------------------------------------------------
*/

/* General Imports
-------------------------------------------------------------------*/
@import url('css/bootstrap.css');
@import url('css/aos.css?v=2.75');
@import url('css/testimonials.css?v=2.75');
@import url('css/sponsors.css?v=2.75');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');


/* Root
-------------------------------------------------------------------*/
:root {
    --white: #FFF;
    --black: #000;
    --brand-blue-primary: #003366;
    --brand-blue-primary-alt: linear-gradient(rgba(10, 32, 72, 1), rgba(0, 51, 102, 1));
    --brand-blue-secondary: #062551;
    --brand-blue-accent: #0156b2;
    --brand-green-primary: #83832c;
    --brand-green-secondary: #999933;
    --brand-green-secondary-alt: rgba(164, 164, 106, .95);
    --brand-green-accent: #cccc33;
    --brand-green-pale: #f4f4d6;
    --brand-green-gradient: linear-gradient(rgba(109, 140, 58, 1), rgba(143, 162, 56, 1));
    --light-grey: #efefef;
    --medium-grey: #dedede;
    --dark-grey: #54545c;
    --ff-default: "Montserrat", sans-serif;
    --ff-fancy: "Carattere", cursive;
}

/* Backgrounds
-------------------------------------------------------------------*/
.bg-white {background-color: var(--white) !important;}
.bg-black, .bg-dark {background-color: var(--black);}
.bg-brand-blue-primary {background-color: var(--brand-blue-primary);}
.bg-brand-blue-primary-alt {background: var(--brand-blue-primary-alt);}
.bg-brand-blue-secondary {background-color: var(--brand-blue-secondary);}
.bg-brand-blue-accent {background-color: var(--brand-blue-accent);}
.bg-brand-green-primary {background-color: var(--brand-green-primary);}
.bg-brand-green-secondary {background-color: var(--brand-green-secondary);}
.bg-brand-green-secondary-alt {background-color: var(--brand-green-accent);}
.bg-brand-green-accent {background-color: var(--brand-green-accent);}
.bg-brand-green-pale {background-color: var(--brand-green-pale);}
.bg-light-grey, .bg-grey-light {background-color: var(--light-grey);}
.bg-medium-grey, .bg-grey-medium {background-color: var(--medium-grey);}
.bg-dark-grey, .bg-grey-dark {background-color: var(--dark-grey);}


.bg-interactive {
    background-image: url("images/background-interactive.png");
    background-color: var(--brand-blue-accent);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    max-width: 1320px;
    min-height: 160px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5em;
}

.bg-interactive h2 {
    font-size: 3.6rem;
    font-weight: 700;
}

a.bg-interactive-link {
    color: var(--white) !important;
    text-decoration: none !important;
}

@media screen and (max-width: 620px) {
    .bg-interactive {
        background-size: cover;
        min-height: 120px;
    }
    .bg-interactive h2 {
        width: 85%;
        margin: 0 auto !important;
        display: block;
        font-size: 2.4rem;
    }
}

.bg-showfloor-gradient {
    background:
        linear-gradient(rgba(0, 51, 102, .95), rgba(0, 51, 102, .85)),
        url('images/mants-homepage-carousel-02.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
}


.bg-green-accent {
    background-image: url('images/background-repeating.png');
    background-color:  var(--brand-green-accent);
}

.bg-wave-top {
    background-image: url('images/background-wave-bottom.png');
    background-color: transparent;
    height: 35px;
    background-position: top center;
    background-repeat: repeat-x;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 100;
}

.bg-wave-bottom {
    background-image: url('images/background-wave-top.png');
    background-color: transparent;
    height: 35px;
    background-position: bottom right;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 100;
}


.bg-margin-top {padding-top: 70px;}
.bg-margin-bottom {padding-bottom: 90px;}

/* Text Colors
-------------------------------------------------------------------*/
.text-white, .white {color: var(--white);}
.text-black {color: var(--black);}
.text-brand-dark {color: var(--brand-dark);}
.text-brand-medium {color: var(--brand-medium);}
.text-brand-light {color: var(--brand-light);}
.text-brand-bright, .text-bright {color: var(--brand-blue-bright);}
.text-brand-accent, .text-accent {color: var(--brand-blue-accent);}
.text-brand-accent-green, .text-accent-green {color: var(--brand-green-accent) !important;}
.text-light-grey { color: var(--light-grey);}
.text-medium-grey {color: var(--medium-grey);}
.text-dark-grey {color: var(--dark-grey);}
.bg-brand-dark,.bg-brand-bright {color: var(--white) !important;}


/* HTML
-------------------------------------------------------------------*/
html {
    font-size: 62.5%;
}

/* Body
-------------------------------------------------------------------*/
body {
    background: var(--white);
    color: var(--black);
    font-family: var(--ff-default);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

    @media screen and (max-width: 991px) {
        body {
            padding-top: 60px;
        }
    }

    @media screen and (max-width: 620px) {
        body {
            padding-top: 60px;
        }
    }

.container.extended {
    width: 100%;
    max-width: 1500px;
}

/* Formatting
-------------------------------------------------------------------*/
p {
    margin: 0 0 1em 0;
}

.frm_message p {
    margin: 0 !important;
}

h1, h2, h3 {
    line-height: 1.25;
    padding: 0;
}

h4 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
}

h1 {
    font-size: 3.5rem;
    line-height: 1;
}

h1.accent-icon {
    font-weight: 800;
    font-size: 11.2rem;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    color: var(--brand-blue-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

h1.accent-icon::after {
    content: '';
    background-image: url('images/mants_logo_simple_full.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 220px;
    height: 150px;
    flex-shrink: 0;
}

h1.page-title {
    font-weight: 800;
    font-size: 9rem;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    color: var(--brand-blue-primary);
    text-align: center;
}

h2.page-title {
    font-weight: 800;
    font-size: 8rem;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    color: var(--brand-blue-primary);
    text-align: center;
}

h2.page-title.reduced {
    font-size: 6rem;
}

            @media screen and (max-width: 1400px) {
                h1.accent-icon {
                    font-size: 9rem;
                }
                h1.page-title {
                    font-size: 8rem;
                }
            }

            @media screen and (max-width: 1200px) {
                h1 {
                    font-size: 4.6rem;
                }
                h1.page-title {
                    font-size: 6rem;
                }
                h1.accent-icon {
                    font-size: 8rem;
                }
                h1.accent-icon::after {
                    width: 170px;
                }
            }

            @media screen and (max-width: 991px) {
                h1 {
                    font-size: 3.6rem;
                }
                h1.page-title {
                    font-size: 4rem;
                }
                h1.accent-icon {
                    font-size: 7rem;
                }
                h1.accent-icon::after {
                    display: none !important;
                }
            }

            @media screen and (max-width: 768px) {
                h1.accent-icon {
                    font-size: 6rem;
                }
                h1.page-title {
                    font-size: 4rem;
                }
            }

            @media screen and (max-width: 620px) {
                h1.accent-icon {
                    font-size: 5rem;
                }
                h1.page-title {
                    font-size: 5rem;
                }
            }

            @media screen and (max-width: 480px) {
                h1.page-title {
                    font-size: 3.5rem;
                }
            }

h2 {
    font-size: 3rem;
    margin: 0;
    font-weight: 800;
}

.simple-content h2 {
    font-size: 4rem;
}

    h2.increased {
        font-weight: 800;
        font-size: 11.2rem;
        text-transform: uppercase;
        margin: 0 auto;
        padding: 0;
        color: var(--brand-blue-primary);
        text-align: center;
    }

    @media screen and (max-width: 1199px) {
        h2 {
            font-size: 2.8rem;
        }
    }

    @media screen and (max-width: 991px) {
        h2 {
            font-size: 2rem;
        }

        h2.increased {
            font-size: 8rem;
        }
    }


h3 {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 1em 0 0 0;
}

h3.card-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.btn-custom, a.btn-custom:link, a.btn-custom:focus, a.btn-custom:active, a.btn-custom:visited {
    background: var(--brand-blue-primary);
    border-color: var(--brand-blue-primary);
    color: var(--white);
    font-size: 1.6rem;
    padding: .5em .75em;
    border-radius: .75em;
    font-weight: bold;
    text-decoration: none;
}

.btn-custom:hover, a.btn-custom:hover {
    color: var(--white);
    background: var(--brand-green-primary);
    border-color: var(--brand-green-primary);
}

a.learn-more-btn:link, a.learn-more-btn:visited, a.learn-more-btn:active {
    background: var(--brand-medium);
    border: 1px solid #d9d9d1;
    color: var(--brand-warning);
    padding: 0;
    border-radius: 3px;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: stretch;
    transition: all 0.2s ease;
    text-transform: uppercase;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.learn-more-btn .btn-text {
    background: var(--brand-medium);
    padding: 6px 12px 6px 16px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .learn-more-btn .btn-text {
        padding: 4px 8px;
    }
}

.learn-more-btn .btn-arrow {
    background: #e8e8df;
    border-left: 1px solid #d9d9d1;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

a.learn-more-btn:hover {
    text-decoration: none;
    color: var(--brand-warning);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

a.learn-more-btn:hover .btn-text {
    background: #e8e8df;
}

a.learn-more-btn:hover .btn-arrow {
    background: #e0e0d7;
    padding-left: 16px;
}

.learn-more-btn .fa-chevron-right {
    font-size: 1.0rem;
    color: var(--brand-warning);
    transition: all 0.2s ease;
}

a.btn-viewall, .btn-viewall {
    color: var(--white) !important;
    font-size: 2rem;
    text-transform: uppercase;
    background: none;
    text-decoration: none !important;
    padding: 0 5px 5px 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--white);
}

a.btn-viewall:hover, .btn-viewall:hover {
    border-bottom: 1px solid #00b8df;
}


.btn-fancy, a.btn-fancy, a.btn-fancy:focus, a.btn-fancy:visited {
    background: var(--brand-green-gradient);
    border-color: var(--brand-green-primary);
    border-radius: .5em;
    padding: .5em 1em;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    color: var(--white) !important;
    font-size: 2.4rem;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 800 !important;
}

a.btn-fancy:hover, .btn-fancy:hover {
    background: var(--brand-blue-primary-alt) !important;
    border-color: var(--brand-blue-primary) !important;
    text-decoration: none;
}


a:link, a:visited, a:active, a:hover {
    color: var(--brand-blue-accent);
    text-decoration: underline;
    font-weight: 500;
}

a:hover {
    color: var(--brand-green-primary);
}

.ff-default {
    font-family: var(--ff-default);
}

.ff-fancy {
    font-family: var(--ff-fancy);
}

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

.text-sm {
    font-size: 1.2rem;
    overflow-wrap: break-word;
}

.fs-reduced {
    font-size: 1.4rem;
    font-weight: 500;
}

.fs-sm {
    font-size: 1.3rem;
}

    .fs-sm h3 {
        font-size: 1.6rem;
    }

    .fs-sm h2 {
        font-size: 2rem;
    }

.fs-md {
    font-size: 2.4rem;
}

    @media screen and (max-width: 620px) {
        .fs-md {
            font-size: 2rem;
        }
    }

    @media screen and (max-width: 480px) {
        .fs-md {
            font-size: 1.8rem;
        }
    }

.fs-lg {
    font-size: 3.8rem;
}

@media screen and (max-width: 620px) {
    .fs-lg {
        font-size: 3rem;
    }
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.border-black {
    border: 2px solid var(--black);
}

.additional-content {
    display: none;
    visibility: none;
}

.pb-10 {
    padding-bottom: 3em;
}

.py-10 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.rounded-xl {
    border-radius: 1em;
}

.comfortable {
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.comfortable li {
    margin-bottom: .5em;
}

.press blockquote {
    border-left: 5px solid var(--brand-green-secondary);
    background: var(--brand-green-pale);
    font-size: 2rem;
    font-style: italic;
    padding: 1em;
    margin: 1.5em auto;
    border-radius: 1em;
}

.press blockquote p:last-child {
    margin-bottom: 0;
}

.press h3 {margin: 0 0 1em 0; font-weight: 400;}
.press h2 {margin: 0;}

.table.table-custom> :not(caption)>*>* {
    padding: 1em;
}

.form-control {
    font-size: 1.8rem;
    border-radius: .5em;
}

/* Images
-------------------------------------------------------------------*/
img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

img.footer-logo {
    width: 100%;
    max-width: 350px;
    margin-left: -65px
}

@media screen and (max-width: 620px) {
    img.footer-logo {
        margin: 0 auto;
        display: block;
    }
}

.img-thegallery {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.image-figure {
    height: 400px;
}

.image-figure img {
    height: 100%;
    object-fit: cover;
}

figure.image-gallery {
    width: 100%;
    max-width: 200px;
    height: 100%;
    max-height: 200px;
    margin: 0 auto;
}

figure.image-gallery-large {
    width: 100%;
    height: 180px;
    background-color: var(--white);
    border: 1px solid var(--medium-grey);
    padding: 1em;
    position: relative;
}

figure.image-gallery-large figcaption {
    position: absolute;
    bottom: 1em;
    right: 1.3em;
    color: var(--white);
}

figure.image-gallery img,
figure.image-gallery-large img,
figure.blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

figure.blog-thumbnail {
    width: 100%;
    height: 275px;
    background-color: var(--brand-green-pale);
    border-radius: .75em;
}

.card-round {
    border-radius: 1em;
}

.card-round .article-continue {
    border-radius: 0 0 1em 1em;
}

.stacked-circles {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.stacked-circles::before {
    content: '';
    display: block;
    padding-top: 61.54%; 
}

.stacked-circles img {
    position: absolute;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    aspect-ratio: 1;
}

.stacked-circles-large {
    width: 61.54%; 
    bottom: 0;
    left: 0;
    z-index: 1;
}

.stacked-circles-small {
    width: 46.15%;
    bottom: 0;
    left: 52.31%;
    z-index: 2;
}

@media screen and (max-width: 620px) {
    .stacked-circles {
        margin-bottom: .75em;
    }
    .stacked-circles-large {
        width: 60%;
    }
    .stacked-circles-small {
        width: 35%;
        left: 45%;
    }
}

.callout-height-top {
    height: 100px;
}

.callout-height-image {
    height: 130px;
}

.profile-image-wrapper {
    display: inline-block;
    max-width: 200px;
    width: 100%;
}

.profile-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    /* Ensures perfect circle */
    max-width: 200px;
}


/* Header
-------------------------------------------------------------------*/
header .page-tagline {
    color: var(--brand-green-primary);
    font-weight: 700;
    font-size: 3.5rem;
    text-transform: uppercase;
}

header .page-tagline sup {
    font-size: 2rem;
    top: -0.5em;
}

        @media screen and (max-width: 620px) {
            header .page-tagline {
                font-size: 2rem;
                padding-bottom: .75em;
            }
            header .page-tagline sup {
                font-size: 1.3rem;
            }
        }

/* Footer
-------------------------------------------------------------------*/
footer a, .social-icons a {
    color: var(--white) !important;
    text-decoration: none !important;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin: 0 0 .5em 0;
}


/* Main Navigation
-------------------------------------------------------------------*/
.navbar-nav .nav-item {
    color: var(--white);
    font-weight: 600 !important;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 .9em;
    display: inline-block;
    border-right: 2px solid var(--brand-green-primary);
}

.navbar-nav {
    padding: 1em 0;
}

.navbar-nav .nav-item:first-child {
    padding: 0 .9em 0 0;
}

.navbar-nav .nav-item:last-child {
    border-right: none;
}

.navbar-nav .nav-item a.nav-link {
    color: var(--white);
    font-weight: 600 !important;
    text-decoration: none !important;
}

.navbar-nav .nav-item a.nav-link:hover {
    color: var(--brand-green-secondary);
}

.search-icon {
    color: white;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.5rem;
}

.search-icon:hover {
    color: #ccc;
}

/* Mobile Menu
-------------------------------------------------------------------*/
img.mobile-logo {
    max-height: 50px;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--white);
    visibility: hidden;
    background-color: var(--brand-blue-primary);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

.offcanvas h3 {
    margin: 0 0 .5em 0;
}

.mobile-menu {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-menu li {
    padding: .5em 0;
    border-bottom: 1px solid var(--brand-green-secondary);
}

.mobile-menu li:last-child {
    border-bottom: 0;
}

.mobile-menu li ul {
    padding: .5em 1em 0 1em;
    list-style: none;
}

.mobile-menu li ul li {
    padding-left: .5em;
}

.mobile-menu li a,
.navbar-content a {
    color: var(--white);
    text-decoration: none;
}

.navbar-content {
    padding: 0 1em;
    font-size: 1.8rem;
    text-transform: none;
}

.mobile-menu .hidden-mobile {
    display: none;
    visibility: none;
}

/* Map Embed
-------------------------------------------------------------------*/
.map-embed p {
    padding: 0;
    margin: 0;
}
.map-embed iframe {
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
}

/* Modal
-------------------------------------------------------------------*/
p.lightbox-caption {
    background: rgba(17, 17, 17, 0.75);
    width:100%;
    font-size: 2.4rem;
    position:absolute;
    bottom: 0;
    text-align: center;
    z-index: 99;
}

p.lightbox-caption em {
    font-style: normal;
    font-weight: bold;
}

.modal-header {
    background: var(--brand-blue-primary);
    color: var(--white);
    border-bottom: 0;
}

.modal-header h5 {
    font-size: 2rem;
    font-weight: bold;
}

.modal-content {
    padding-bottom: 1em;
}

.modal-body {
    font-size: 1.8rem;
}

/* Homepage Carousel
-------------------------------------------------------------------*/
#mantscarousel {
    position: relative;
    height: 100%;
    max-height: 650px;
    overflow: hidden;
}

.carousel-overlay {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 250px;
    height: 169px;
    background-image: url("images/carousel-accentbg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: 10;
}

.carousel-tagline {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding-top: 2.4em;
}

.carousel-tagline span {
    font-size: 3.4rem;
    font-weight: 800;
}

.carousel-tagline a {
    color: var(--black);
    text-decoration: none;
}

.carousel-affixed {
    position: absolute;
    bottom: 0;
    left: 2%;
    z-index: 10;
}

@media screen and (max-width: 1399px) {
    .carousel-overlay {
        width: 200px;
        height: 136px;
    }

    .carousel-tagline {
        font-size: 1.6rem;
        padding-top: 2.6em;
        line-height: 2.5rem;
    }

    .carousel-tagline span {
        font-size: 3rem;
    }

    .carousel-affixed img {
        max-width: 400px;
    }
}

@media screen and (max-width: 1199px) {
    .carousel-affixed img {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .carousel-overlay {
        width: 150px;
        height: 102px;
        right: 10%;
    }
    .carousel-tagline {
        font-size: 1.3rem;
        padding-top: 2.7em;
        line-height: 1;
    }
    .carousel-tagline span {
        font-size: 2rem;
    }
    .carousel-affixed img {
        max-width: 200px;
    }
}

@media (max-width: 540px) {
    .carousel-tagline {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .carousel-tagline {
        font-size: 1.6rem;
    }
    .carousel-overlay {
        width: 100%;
        padding: 12px;
        bottom: 0;
    }
}

/* Homepage Sections
-------------------------------------------------------------------*/
#main-introduction h2 {
    font-weight: 700;
    font-size: 5rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#main-introduction h3 {
    font-weight: 500;
    font-size: 4rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#main-tagline p {
    margin: 0;
    padding: 0;
}

#main-tagline p:not(:first-child) {
    margin-top: 1em;
}

@media (max-width: 620px) {
    #main-introduction h2 {
        font-size: 2.4rem;
        line-height: 1.25;
        margin-bottom: .5em;
    }
    #main-introduction h3 {
        font-size: 1.6rem;
    }
}

/* Registration Boxes
-------------------------------------------------------------------*/
.registration-box-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.registration-box-content li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1em;
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 500;
}

.registration-box-content li::before {
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--black);
    font-size: 2.4rem;
}

#registration-boxes .registration-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

#registration-boxes .registration-box-content {
    flex: 1;
    position: relative;
    padding-top: 1.5em;
    padding-bottom: 2.5em;
}

#registration-boxes .btn-wave {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#registration-boxes .btn-wave.btn-wave-1 {
    bottom: -50px;
}

.btn-wave {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: var(--white) !important;
    font-weight: 700 !important;
    font-size: 2rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    padding: 0;
    margin: 0;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    position: relative;
}

.btn-wave:hover {
    text-decoration: none !important;
}

.btn-wave-1 {
    background-image: url('images/icon_button_01.png');
    width: 288px;
    height: 90px;
    padding-bottom: 5px;
}

.btn-wave-1:hover {
    background-image: url('images/icon_button_01_hover.png');
}

.btn-wave-2 {
    background-image: url('images/icon_button_02.png');
    width: 288px;
    height: 90px;
}

.btn-wave-2:hover {
    background-image: url('images/icon_button_02_hover.png');
}

.btn-wave-3 {
    background-image: url('images/icon_button_03.png');
    width: 288px;
    height: 90px;
}

.btn-wave-3:hover {
    background-image: url('images/icon_button_03_hover.png');
}

.btn-wave-1::after,
.btn-wave-2::after,
.btn-wave-3::after {
    content: '';
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.btn-wave-1::after {
    background-image: url('images/icon_button_01_hover.png');
}

.btn-wave-2::after {
    background-image: url('images/icon_button_02_hover.png');
}

.btn-wave-3::after {
    background-image: url('images/icon_button_03_hover.png');
}

@media (max-width: 768px) {
    .btn-wave {
        font-size: 1.5rem;
        min-height: 50px;
    }

    .btn-wave-1 {
        width: 305px;
        height: 95px;
    }

    .btn-wave-2 {
        width: 305px;
        height: 105px;
    }

    .btn-wave-3 {
        width: 305px;
        height: 82px;
    }

    #registration-boxes .btn-wave {
        bottom: -30px;
    }

    #registration-boxes .registration-box-content {
        padding-bottom: 90px;
    }
}

@media (max-width: 480px) {
    .btn-wave {
        font-size: 1.2rem;
        padding: 10px 25px;
        min-height: 45px;
        letter-spacing: 0.5px;
    }

    .btn-wave-1 {
        width: 244px;
        height: 76px;
    }

    .btn-wave-2 {
        width: 244px;
        height: 84px;
    }

    .btn-wave-3 {
        width: 244px;
        height: 65px;
    }

    #registration-boxes .btn-wave {
        bottom: -25px;
    }

    #registration-boxes .registration-box-content {
        padding-bottom: 50px;
    }
}


/* Section with top border */
.section-with-border {
    border-top: 5px solid var(--brand-blue-primary);
    position: relative;
}

.section-with-border .bg-wave-top {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    z-index: 1;
}

/* Title with full-width background extending left */
.section-title-with-bg {
    color: white;
    margin: 0 0 20px 0;
    padding: 20px 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 5rem;
    position: relative;
    z-index: 1;
    text-align: right;
}

.section-title-with-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--brand-blue-primary);
    z-index: -1;
    margin-left: calc(-50vw + 50%);
    width: calc(50vw - 50% + 100%);
}

/* Title with full-width background extending right */
.section-title-with-bg-right {
    color: white;
    margin: 0 0 20px 0;
    padding: 20px 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 5rem;
    position: relative;
    z-index: 1;
    text-align: left;
}

.section-title-with-bg-right.reduced, .section-title-with-bg.reduced {
    font-size: 3rem;
}

.section-title-with-bg-right::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--brand-blue-primary);
    z-index: -1;
    margin-right: calc(-50vw + 50%);
    width: calc(50vw + 50%);
}

/* Title without background for full-width layouts */
.section-title-no-bg {
    color: var(--brand-blue-primary);
    margin: 0 0 20px 0;
    padding: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 6rem;
}

/* Gallery styling */
.image-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.image-gallery img {
    transition: transform 0.3s ease;
}

.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-gallery:hover .zoom-icon {
    opacity: 1;
}

/* MANTS Accent Circle wrapper and styling */
.mants-accent-wrapper {
    position: relative;
    display: inline-block;
    margin: 1em auto 0 auto;
    padding-top: 115px;
}

.mants-accent-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 134px;
    max-width: 250px;
    background-image: url('images/mants_logo_simple_full.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.mants-accent-circle {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    z-index: 1;
}

/* Square images for multiple image layout */
.square-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

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

/* Section spacing */
.page-sections-formatting {
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {

    .section-title-with-bg,
    .section-title-with-bg-right,
    .section-title-no-bg {
        padding: 15px 0;
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .section-title-with-bg::before,
    .section-title-with-bg-right::before {
        margin-left: calc(-50vw + 50%);
        margin-right: 0;
        width: calc(50vw - 50% + 100%);
    }

    .mants-accent-wrapper {
        padding-top: 83px;
    }

    .mants-accent-wrapper::before {
        width: 180px;
        height: 97px;
        top: 0;
    }
}

@media (max-width: 480px) {
    .mants-accent-wrapper {
        padding-top: 40px;
    }

    .mants-accent-wrapper::before {
        width: 140px;
        height: 140px;
        top: -35px;
    }

        .section-title-with-bg::before,
        .section-title-with-bg-right::before {
            left: 0;
            right: 0;
            margin-left: calc(-100vw / 2 + 50%);
            margin-right: calc(-100vw / 2 + 50%);
            width: 100vw;
            transform: none;
            max-width: none;
        }
}