/*Global Colouring*/
* {
    scrollbar-width: wide;
    scrollbar-color: #000 #4d3e69;
}

    *::-webkit-scrollbar {
        width: 15px;
    }

    *::-webkit-scrollbar-track {
        background: #4d3e69;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #000;
    }

body {
    margin: 0;
    font-family: 'Mukta', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
}

.script {
    font-family: dunhill-script, sans-serif;
    font-style: normal;
    font-weight: 600;
}

.text-error {
    color: #F64E60;
    display: block;
    margin-top: 6px;
    font-size: 1.2rem;
}

.table-complete {
    background-color: #FFDBBB;
}

.table-highlight {
    background-color: #d1e7dd;
}

.leaflet-container a {
    font-size: 0.9rem !important;
    color: #4d3e69 !important;
    text-decoration: none !important;
}

.map-popup-caption {
    font-size: 0.9rem !important;
    line-height: 1.2rem !important;
}

.map-popup-link {
    line-height: 1.2rem !important;
}

a {
    color: #4d3e69;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

    p a:hover, a:hover {
        text-decoration: none;
        color: #4d3e69
    }

.browse-list p {
    margin-bottom: 11px;
}

    .browse-list p a {
        color: #231f20
    }

        .browse-list p a:hover {
            color: #7c7c7c
        }

.logo {
    position: absolute;
    left: 20px;
    top:16px;
    z-index: 1031;
    display: block;
}

    .logo img {
        width: 380px;
        transition: all 0.3s ease-in-out;
    }

/* main navigation*/

.navbar-desktop {
    padding: 0;
    margin: 38px 90px 0 0;
    transition: all 0.3s ease-in-out;
}

    .navbar-desktop li {
        list-style-type: none;
        display: inline;
        padding: 10px 15px;
    }

.nav-item {
    margin: 0 6px 0 6px;
}

    .nav-item a {
        color: #000;
        font-size: 1.2em;
        font-weight: 700;
    }

        .nav-item a:hover {
            color: #b6b6b6;
        }

.navbar-toggler {
    position: absolute;
    top: 30px;
    right: 20px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    padding: 10px 13px;
    font-size: 2.6em;
    z-index: 9;
}


.cool-link {
    display: inline-block;
    text-decoration: none;
}

    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #4d3e69;
        transition: width .3s;
    }

    .cool-link:hover::after {
        width: 100%;
        transition: width .3s;
    }

.nav-on {
    color: #828282 !important;
}

    .nav-on::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #4d3e69;
        width: 100%;
    }


.offcanvas {
    background-color: #231f20;
    transition: all 0.2s ease-in-out;
}

    .offcanvas.offcanvas-end {
        z-index: 999999;
    }

.leaflet-pane {
    z-index: 1 !important;
}

.leaflet-top, .leaflet-bottom {
    z-index: 1 !important;
}

.highlight {
    background-color: #4d3e69 !important;
}

    .highlight p, .highlight h2 {
        color: #fff;
    }

    .highlight .btn-primary {
        background-color: #fff;
        color: #000 !important;
    }

        .highlight .btn-primary:hover {
            border: 1px #fff solid;
            color: #fff !important;
            background-color: #4d3e69
        }


.sash {
    position: absolute;
    left: 0;
    top: 10px;
}

.offcanvas-body {
    padding: 20px 35px 35px 35px;
}

    .offcanvas-body i {
        font-size: 1.3em;
        margin: 0 0 15px 0
    }

    .offcanvas-body, .offcanvas-body li a {
        color: #fff;
        text-decoration: none;
    }

        .offcanvas-body li a:hover, .offcanvas-body li:hover {
            color: #4d3e69;
            cursor: pointer;
        }



        .offcanvas-body li {
            list-style-type: none;
            font-size: 1.5em;
            font-weight: 700;
            line-height: 1.9em;
        }

            .offcanvas-body li ul {
                padding: 6px 0;
                margin: 6px 0;
                border-top: dashed 1px #4d3e69
            }

                .offcanvas-body li ul li {
                    font-size: 0.72em;
                    padding: 4px 0;
                    font-weight: 300;
                }


        .offcanvas-body .list-2-cols-nav {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
        }

.page-link.active, .active > .page-link {
    background-color: #4d3e69;
    border-color: #4d3e69;
}



#form .form-group textarea {
    padding: 12px;
    margin-bottom: 11px;
}

#form input:focus, #form textarea:focus {
    border-color: #b1b1b1;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.025) inset, 0px 0px 8px rgba(0, 0, 0, 0.2);
}

#form option {
    font-family: 'Mukta', sans-serif;
}

#form .btn-primary:hover {
    background-color: #5c5c5c
}

#form input {
    font-family: 'Mukta', sans-serif;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 0.2em;
    padding: 12px;
    margin-bottom: 11px;
    width: 100%;
    border-color: rgba(0, 0, 0, 0.025);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.025) inset, 0px 0px 8px rgba(0, 0, 0, 0.2);
}

    #form input::placeholder {
        color: #000 !important;
        opacity: 1;
    }

#form select {
    font-family: 'Mukta', sans-serif;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 0.2em;
    background-image: url(/images/dropdown-arrow.jpg);
    padding: 12px;
    margin-bottom: 11px;
    width: 100%;
    border-color: rgba(0, 0, 0, 0.025);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.025) inset, 0px 0px 8px rgba(0, 0, 0, 0.2);
}


.navbar-toggler .bar {
    width: 45px;
    height: 5px;
    margin: 6px auto;
    background-color: #000;
    transition: all 0.2s ease-in-out;
}


.navbar-toggler:hover .bar {
    width: 45px;
    height: 5px;
    margin: 6px auto;
    background-color: #4d3e69;
}

.icons {
    border: 1px solid #f2f2f2
}

    .icons img {
        text-align: center;
        margin: auto;
    }



    .icons p {
        font-size: 0.8em;
        line-height: 14px;
        font-weight: 700;
    }

.card-body a {
    color: #000;
    text-decoration: none !important;
}

    .card-body a:hover {
        color: #6e6b6c
    }

.card-body .badge {
    font-size: 1em;
    border-radius: 0.4em !important;
}

/*cookie consent*/

.termsfeed-com---nb .cc-nb-main-container {
    padding: 2rem !important;
}

.cc-nb-title {
    text-transform: uppercase;
    margin-bottom: 3px !important;
    padding: 0 !important;
}

.termsfeed-com---palette-light .cc-nb-okagree {
    color: #000;
    background-color: #4d3e69 !important;
}

.cc-nb-main-container p {
    font-size: 1em !important;
    line-height: 1.2em !important;
}


.btn {
    font-family: 'Mukta', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    padding: 0.7rem 1.9rem;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out !important;
}

.btn-lg {
    font-size: 0.9em;
    padding: 1rem 1.6rem;
}


.btn-sm {
    font-size: 1em;
    padding: 0.6rem 1.2rem;
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.btn-nav {
    color: #fff !important;
    background-color: #231f20;
    border-color: #231f20;
}


    .btn-nav:hover {
        color: #fff !important;
        background-color: #4d3e69;
        border-color: #4d3e69;
    }


.container-cms, .cms-content {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}

.btn-primary {
    color: #fff !important;
    background-color: #4d3e69;
    border-color: #4d3e69;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #231f20;
        border-color: #231f20;
    }

.btn-secondary {
    color: #fff;
    background-color: #1c5a39;
    border-color: #1c5a39;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #231f20;
        border-color: #231f20;
    }

         .btn:focus {
        color: #fff !important;
        background-color: #231f20 !important;
        border-color: #231f20 !important;
    }

.btn-outline-primary {
    color: #000;
    background-color: none;
    border-color: #4d3e69;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #231f20;
        border-color: #231f20;
    }

.btn-outline-secondary {
    color: #000;
    background-color: none;
    border-color: #4d3e69;
}

    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #4d3e69;
        border-color: #4d3e69;
    }


.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover {
        color: #fff;
        background-color: #4d3e69;
        border-color: #fff;
    }


.btn-outline-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .btn-outline-white:hover {
        color: #fff;
        background-color: #4d3e69;
        border-color: #4d3e69;
    }

.link-me {
    color: #4d3e69;
    cursor: pointer;
}



.pill-1 {
    background-color: #005248
}

.pill-2 {
    background-color: #A27D52
}

.pill-3 {
    background-color: #402E32
}

.pill-vip-admin {
    color: #000000;
    background-color: #e9e9e9
}

.pill-vip-assistant {
    color: #000000;
    background-color: #f4cbe3
}

.pill-vip-royalty {
    color: #000000;
    background-color: #f7fb86
}

.pill-vip-contributor {
    color: #000000;
    background-color: #9eeab8
}

.pill-vip-legend {
    color: #000000;
    background-color: #7dd4f4
}

.btn-fw {
    width: 100%;
}

.btn-list li {
    list-style-type: none;
    display: inline-block;
    margin: 5px 3px 5px 3px;
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}


.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #7C2529;
    background-color: #FFFFFF;
    border-color: #7C2529;
    box-shadow: none;
}

.cta {
    border-bottom: 1px solid #000;
}

.pt-5-alt {
    padding-top: 3rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6, .pb-6-alt {
    padding-bottom: 6rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.mb-container {
    margin-bottom: 7rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.pb-9 {
    padding-bottom: 11rem !important;
}

.pt-12 {
    padding-top: 12rem !important;
}

.mt-6 {
    margin-top: 5rem !important;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.bg-primary {
    background-color: #F4BB44 !important;
}

    .bg-primary p, .bg-primary h2 {
        color: #fff
    }


.bg-secondary {
    background-color: #1c5a39 !important;
}

    .bg-secondary p, .bg-secondary h2 {
        color: #fff
    }

.bg-dark {
    background-color: #58595b !important;
}



.bg-light {
    background-color: #f6f6f6 !important;
    border: 2px solid #d8d8d8;
}

.bg-bagged {
    background-color: #A2BCAE;
    border: 2px solid #A2BCAE;
}

.bg-highlight {
    background-color: #Ffeaf5;
}

.bg-dark a {
    color: #ffa1f0;
}

.h1,
h1 {
    font-size: calc(1.6rem + 1.4vw);
    line-height: 1.2;
    font-weight: 700;
}

.h2, h2 {
    font-size: 2em;
    font-weight: 700;
}

.h3, h3 {
    font-weight: 700;
}

.icon-large {
    font-size: 5em;
}




.img-fade {
    transition: all 0.5s ease-in-out;
}

    .img-fade:hover {
        filter: grayscale(1);
    }

.text-white {
    color: #fff !important;
}

strong {
    font-weight: 700;
}



.counter-value, .counter-value-alt {
    font-size: 4em;
    line-height: 40px;
    font-weight: 500;
}


.counter-value-alt-small {
    font-size: 1.8em !important;
    line-height: 40px;
    font-weight: 500;
    color: #717171
}



.fs-0 {
    font-size: 6rem !important;
}

p {
    font-size: 1.4rem;
    line-height: 2rem;
}

.container-custom li {
    font-size: 1.4rem;
    line-height: 2rem;
}


.container-custom td {
    font-size: 1.4rem;
    line-height: 2rem;
}


.cms-clear li, .list-size li, .list-2-cols li, .list-1-cols li {
    font-size: 1.25rem !important;
    line-height: 1.9rem !important;
}

.container-custom {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.cms-h1 h1 {
    margin: 15px 0 0 0;
}

.container-custom {
    max-width: 1320px;
}

.fs-3 {
    line-height: 1.6 !important
}

.fs-6 {
    font-size: 1rem !important;
    line-height: 1.7rem !important;
}


.lh-sm {
    line-height: 1.15 !important;
}


.reviews-snipp {
    border: solid 1px #e5e5e5;
    border-radius: 0.4em;
    padding: 20px;
}

    .reviews-snipp p {
        font-size: 0.9em;
        line-height: 24px;
    }

    .reviews-snipp i {
        font-size: 1.9em;
        color: #feca0a
    }


.service-snipp {
    border-radius: 0.7em;
    padding: 20px;
    background-color: #231f20
}

    .service-snipp li {
        font-size: 0.9em;
        line-height: 27px;
        list-style-position: inside;
        color: #fff
    }

    .service-snipp p, .service-snipp h3 {
        color: #fff;
    }

    .service-snipp .service-sub {
        text-transform: uppercase;
        font-size: 0.8em;
    }
/*carousel*/

/* carousel fade for bs*/

.carousel-hero {
    background-color: #404040
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2s;
}

.hero-carousel .carousel-indicators {
    position: initial !important;
    justify-content: start;
    margin: 30px 0 0 10px;
}

.carousel-style p, .carousel-style h5 {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.carousel-style h5 {
    font-weight: 700;
    margin: 0;
    font-size: 1.6em;
}

.carousel-style p {
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.carousel-indicators [data-bs-target] {
    width: 40px;
    height: 6px !important;
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: #feca0a
}

.list-sub li {
    list-style-image: none;
    display: inline;
    list-style-type: none;
    font-size: 0.9em;
    margin: 4px;
    list-style-type: none;
}


.pt-custom {
    padding-top: 4rem;
}









/*Header*/
header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    height: 120px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 9;
}


.announcement {
    padding: 12px;
    width: 100%;
    background-color: #d70000;
    z-index: 8;
    transition: all 0.3s ease-in-out;
}

    .announcement p {
        font-size: 1.1em !important;
        line-height: 1.2em !important;
        margin: 0;
    }

    .announcement a:hover {
        color: #d0b96d !important;
        text-decoration: none;
    }



.alert-active {
}






.breadcrumb {
    padding: 8px 15px 8px 0;
    margin: 0;
}

    .breadcrumb li, .breadcrumb li {
        font-size: 0.8em;
        line-height: 1.5em;
    }

        .breadcrumb li, .breadcrumb li a {
            color: #000;
        }

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before, .where-next li:before {
    padding-right: 0.1rem;
    font-family: 'Font Awesome 6 Pro';
    content: '\f105';
    text-rendering: auto;
    color: #000;
}

.where-next {
    padding: 0;
    margin: 40px 0 0 0;
    text-align: center;
}

    .where-next li {
        list-style-type: none;
        display: inline;
        margin: 0 5px;
    }


.list-2-cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 0 30px 0 30px;
    text-align: center;
    list-style-position: inside;
}

    .list-2-cols li {
        list-style-position: inside;
    }

.list-1-cols {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding: 0 30px 0 30px;
}


/* top fix slidedown sets nav styling on scroll */


.fix {
    position: sticky;
    top: 0;
    transition: all 0.3s ease-in-out;
    height: 80px;
    z-index: 999;
}

    .fix .logo img {
        width: 220px;
    }

    .fix .navbar-desktop {
        margin: 18px 90px 0 0;
    }

    .fix .navbar-toggler {
        top: 10px;
    }


    .fix .logo {
        left: 20px;
        top: 15px;
    }






.video-wrap {
    background-color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .video-wrap img {
        width: 100%;
        top: -16.82%;
        left: 0;
        opacity: 0.7;
    }

    .video-wrap .play-button {
        width: 90px;
        height: 60px;
        background-color: #fff;
        box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
        z-index: 1;
        opacity: 1;
        border-radius: 6px;
    }

        .video-wrap .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26.0px;
            border-color: transparent transparent transparent #000;
        }

    .video-wrap img,
    .video-wrap .play-button {
        cursor: pointer;
    }

        .video-wrap img,
        .video-wrap iframe,
        .video-wrap .play-button,
        .video-wrap .play-button:before {
            position: absolute;
        }

            .video-wrap .play-button,
            .video-wrap .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d( -50%, -50%, 0 );
            }

    .video-wrap iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

/* hero heights*/

.hero-fh {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero-large {
    height: 900px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-small {
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}



.hero-title p span {
    color: #feca0a
}

.hero-title p {
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    text-align: center;
}

.hero-title-large p:first-child {
    font-size: 4em;
    margin: 0;
    padding: 40px 40px 0 40px;
    line-height: 58px;
    text-transform: uppercase;
}

.hero-small {
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}





.nav-tabs .nav-link {
    font-size: 1.2em !important;
    padding: 20px 30px;
    font-weight: 500;
}

.nav-tabs .nav-item {
    margin: 0 2px 0 2px;
}

.product-options {
    margin: 0;
    padding: 0;
}

    .product-options li {
        list-style-type: none;
        display: inline-block;
        padding: 8px;
    }

        .product-options li p {
            font-size: 0.8em;
        }

hr {
    border-top: 1px dashed;
    margin: 0;
}


/*misc styling*/

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}


.primary {
    color: #feca0a;
}

.secondary {
    color: #a7a7a7
}



.hover-zoom img,
.hover-zoom video {
    transition: all .3s linear
}

.hover-zoom:hover img,
.hover-zoom:hover video {
    transform: scale(1.1);
    filter: grayscale(1);
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}


.hero {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
}

.hero-lower-band {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    padding: 12px;
    text-align: right;
    line-height: 2rem;
    background-color: rgb(0, 0, 0, 0.4);
}

.hero-lower-band-inner p {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
}

.hero-lower-band-inner .btn-sm {
    padding: 8px 12px;
}

.hero-large-position-center {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 40%;
    z-index: 2;
    text-align: center;
}

.hero-large-position-bottom-left {
    position: absolute;
    bottom: 40px;
    left: 90px;
    max-width: 40%;
    z-index: 2;
}


.hero-large-text {
    font-size: 4em;
    color: #fff;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 10px;
}


.hero-medium-text {
    font-size: 3em;
    color: #fff;
    font-weight: 700;
    line-height: 2.8rem;
    margin-bottom: 10px;
}

.hero-small-text {
    font-size: 1.5em;
    color: #fff;
    font-weight: 500;
    line-height: 1.7rem;
    margin-bottom: 25px;
}

    .hero-small-text .badge {
        margin: 2px;
    }

.hero-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    height: 100vh;
    background: rgba(0, 0, 0);
}

.news-teaser a {
    text-decoration: none;
}

.news-teaser .fs-5:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f105';
    text-rendering: auto;
    margin-left: 4px;
    opacity: 0.5;
}

.news-teaser .fs-5 {
    font-weight: 600;
    color: #000;
    margin-top: 12px;
}

    .news-teaser .fs-5:hover {
        color: #000
    }

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
}

.accordion-button {
    color: #000
}

.accordion-button {
    font-size: 1.2rem !important;
}




/*-------------------------------Footer--------------------------------------------------*/

footer {
    background-color: #4d3e69;
    padding: 70px 0 120px 0;
}

    footer, footer a {
        color: #fff;
        text-decoration: none;
        transition: all 0.5s ease-in-out;
    }

        footer .list-footer-nav {
            margin: 20px 0 20px 0;
            padding: 0;
        }

        footer ul {
            padding: 0;
            margin: 5px 0 0 0;
        }

        footer li {
            color: #6e6b6c;
            font-size: 0.9em;
            padding: 3px 0;
            list-style-type: none;
        }

.footer-top img {
    margin-left: -15px;
}

footer p, footer p a {
    color: #6e6b6c;
    font-size: 0.9em;
}

footer .seo-pages-footer a {
    border-bottom: dashed 1px #6e6b6c
}

footer li a, footer li {
    color: #fff;
}



footer address {
    font-size: 0.85em;
    margin: 2px 0 0 0;
    padding: 0;
    color: #6e6b6c;
}

footer hr {
    border-top: 1px dashed #6e6b6c
}


footer .list-base li {
    display: inline;
    font-size: 0.8em;
    padding: 0 3px;
}

footer .list-base {
    margin: 0;
    padding: 0;
}

.cursor:hover {
    cursor: pointer
}

footer tel {
    font-size: 2em;
    font-weight: 700;
}

    footer tel a {
        margin-bottom: 17px;
    }


.footer-contact {
    padding-top: 52px;
}

footer .footer-contact p {
    font-size: 2em;
    font-weight: 700;
}

    footer .footer-contact p a {
        color: #fff;
    }

.footer-socials i {
    font-size: 2em;
    margin: 0 5px;
    transition: all 0.5s ease-in-out;
}

footer .socials i {
    font-size: 2.5em;
    margin: 0 5px 0 5px;
}

footer a {
    color: #fff; /* Set link color to white */
    text-decoration: none !important; /* Force underline */
    cursor: pointer; /* Ensure pointer cursor */
}

    footer a:hover {
        color: #fff !important; /* Keep white color on hover */
        text-decoration: underline !important; /* Force underline on hover */
    }

    footer a[data-tf-slider] {
        text-decoration: none !important; /* Ensure underline for Typeform links */
        cursor: pointer; /* Ensure clickable appearance */
    }

        footer a[data-tf-slider]:hover {
            text-decoration: underline !important; /* Force underline for Typeform links on hover */
        }

.footer-links {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.footer-base {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1a1718
}

    .footer-base img {
        opacity: 0.3;
        width: 120px;
        padding: 0 12px 0 12px;
    }

.text-bg-primary2 {
    background-color: #10dd62
}

.text-bg-primary {
    background-color: #4d3e69 !important;
}

/*-------------------------------------MOBILE XL-----------------------------*/
@media only screen and (max-width : 1200px) {
    /*---------------Globals-----------------------*/
    .mob-centre-xl {
        text-align: center !important;
    }

    .first-mob-xl {
        -webkit-order: 1;
        order: 1;
    }

    .second-mob-xl {
        -webkit-order: 2;
        order: 2;
    }

    .hero-large-position-left {
        top: 30%;
        left: 90px;
    }

    .hero-large-text {
        font-size: 3.5em;
        line-height: 3.8rem;
    }

    .hero-large-position-left .btn {
        font-size: 1.1em;
    }


    .vanish-xl {
        display: none;
    }
}



/*-------------------------------------MOBILE LG-----------------------------*/
@media only screen and (max-width : 992px) {

    header {
        height: 80px;
    }

    .mob-img-circular-lg {
        border-radius: 50%;
        width: 40% !important;
        margin: auto;
    }

    .mob-img-circular-offset-lg {
        margin-top: -30px;
    }

    .mob-img-circular-padd-lg {
        margin-top: 30px;
    }

    .navbar-toggler {
        top: 11px;
    }

    .container-custom {
        width: 100%;
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
        margin-right: auto;
        margin-left: auto;
    }

    .btn-fw-mob-lg {
        width: 100%;
        margin: 6px !important;
    }



    /*---------------Globals-----------------------*/
    .mob-centre-lg {
        text-align: center !important;
    }

    .first-mob-lg {
        -webkit-order: 1;
        order: 1;
    }

    .second-mob-lg {
        -webkit-order: 2;
        order: 2;
    }

    .mb-container {
        margin-bottom: 1rem !important;
    }

    .main-teaser .w-100 {
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-teaser .w-100 {
        width: 20% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .news-teaser .w-100 {
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }








    /* hero areas mob*/

    .hero-product {
        height: 400px;
    }

    .hero-title-large p:first-child {
        font-size: 3em;
        margin: 0;
        padding: 40px 40px 0 40px;
        line-height: 48px;
    }






    /* hero heights mob*/

    .hero-large {
        height: 500px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .hero-medium {
        height: 400px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .hero-small {
        height: 200px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-fh {
        height: 700px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-overlay {
        height: 700px;
    }


    .hero-large-position-left {
        position: absolute;
        top: 37%;
        left: 0;
        max-width: 90%;
        right: 0;
        margin: auto;
        z-index: 2;
        text-align: center;
    }

    .hero-large-position-bottom-left {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        max-width: 80%;
        margin: 10%;
        z-index: 2;
        text-align: center;
    }


    .hero-large-text {
        font-size: 3em;
        color: #fff;
        font-weight: 700;
        line-height: 2.8rem;
        margin-bottom: 10px;
    }

    .hero-small-text {
        font-size: 1.4em;
        color: #fff;
        font-weight: 500;
        line-height: 1.6rem;
        margin-bottom: 30px;
    }


    .hero-large-position-center {
        max-width: 100%;
    }


    .vanish-lg {
        display: none;
    }



    .pb-9 {
        padding-bottom: 4rem !important;
    }

    .pb-7 {
        padding-bottom: 4rem !important;
    }

    .pt-7 {
        padding-top: 4rem !important;
    }

    .pb-8 {
        padding-bottom: 4rem !important;
    }

    .pb-6 {
        padding-bottom: 4rem !important;
    }

    .pb-6-alt {
        padding-bottom: 0 !important;
    }

    .pt-5-alt {
        padding-top: 0 !important;
    }

    .pt-6 {
        padding-top: 4rem !important;
    }

    .logo img {
        width: 220px;
    
    }

    .logo {
        top: 15px;
    }

    footer {
        padding: 40px 0 140px 0;
    }



    .footer-contact {
        padding-top: 12px;
    }

    .footer-top img {
        margin-left: 0;
    }

    .footer-base img {
        opacity: 0.3;
        width: 70px;
        padding: 0 5px 0 5px;
    }
}










/*-------------------------------------MOBILE MD-----------------------------*/
@media only screen and (max-width : 768px) {

    /*---------------Globals-----------------------*/
    .mob-centre-md {
        text-align: center !important;
    }



    .contact-mobile {
        padding: 60px 20px 80px 20px;
    }

    .list-2-cols {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        padding: 0 30px 0 30px;
    }

    .vanish-md {
        display: none;
    }

    .hero-large-position-left {
        top: 25%;
        text-align: center;
        left: 0;
        right: 0;
    }


    .hero-carousel .carousel-indicators {
        display: none;
    }

    .hero-large-text {
        font-size: 2em;
        color: #fff;
        font-weight: 700;
        line-height: 2rem;
        margin-bottom: 10px;
    }

    .product-options li {
        padding: 5px;
    }

        .product-options li img {
            width: 80%;
        }

    .nav-tabs .nav-link {
        font-size: 0.9em !important;
        padding: 16px 14px;
    }
}



/*-------------------------------------MOBILE SM-----------------------------*/
@media only screen and (max-width : 576px) {

    /*---------------Globals-----------------------*/
    .mob-centre-sm {
        text-align: center !important;
    }
    /*----------List----------------------*/


    .hero-position-left {
        top: 35%;
    }


    .hero-large-position-left .btn {
        padding: 0.5rem 1.1rem;
        font-size: 1em;
    }

    .vanish-sm {
        display: none;
    }
}

.bg-highlight {
    background-color: #fde7f4;
}
