/* -------------------------- top nav */

#desktop-nav-items .active {
    border: 1px solid #9b7de7;
    color: #937cd0;
    text-shadow: 0px 0px 4px white;
}

/* Header & Layout Basics */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    background-color: #ffffff21;
    color: #fff;
    position: relative;
    border-radius: 3rem;
    margin-right: 1rem;
    margin-top: 1.75rem;
}

#desktop-nav ul li a:hover {
    background-color: #d6b9ff;
}

#desktop-nav ul li a {
    background-color: #ffffff25;
    border-radius: 3rem;
    padding: 4px 30px;
}

/* Hamburger Button Styling */
#hamburger-btn {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    padding-left: 9px;
}

#hamburger-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.3s;
}

/* Mobile Menu - Hidden by default */
#desktop-nav {
    /* display: none; */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.106);
    border-radius: 3rem;
    z-index: 10
}

#desktop-nav ul li {
    margin-top: 3px;
    margin-bottom: 3px;

    border-radius: 3rem;
    background-blend-mode: blur;
    /* Semi-transparent background color is required to see the effect */
    /* background-color: rgba(255, 255, 255, 0.3); */

    background-color: rgb(255 255 255 / 5%);
    /* The property that blurs everything underneath the element */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */

    /* box-shadow: 3px 3px 6px 2px #00000075; */
}

#desktop-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#desktop-nav ul li a {
    display: block;
    padding: 6px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-family: sans-serif;
    text-shadow: 0px 1px 15px #5927d7;
    border: 1px solid #bda9ef8c;
}

#mobile-nav {
    height: 3rem;
    background-color: rgb(76, 76, 76);
    z-index: 20;
}

#mobile-nav-items {
    display: none;
    z-index: 1000;
}

#mobile-nav-items .btn-nav {
    color: #272727;
    font-family: sans-serif;
    font-size: 1.25rem;
    min-height: 4rem;
    overflow: hidden;
    border-radius: .75rem !important;
    /* background-image: linear-gradient(308deg, #ffffff00, #ffffff75, #ffffff); */
}


#mobile-nav-items .btn-nav svg {
    fill: #ec7b20;
}

#mobile-nav-items .btn-nav .title {
    color: black;
    position: absolute;
    /* background: linear-gradient(0deg, #ffffff, transparent); */
    left: 0;
    right: auto;
    padding-top: 2rem;
    display: block;
    width: 100%;
    bottom: 2px;
}


/* --------------------------------------------- rating-reviews */
section.sec_reviews .card.rating_review:hover {
    border-color: #c9bee5 !important;
}

section.sec_reviews .rating-cont svg {
    fill: #a990e6;
    stroke: #a990e6;
}

/* --------------------------------------------- pricing */
section.sec_pricing_pdfs .item .cont {}

section.sec_pricing_pdfs .item .cont:hover img {
    outline-color: rgb(72, 0, 255) !important;
    border-color: #7d58d9 !important;
    box-shadow: 6px 3px 8px 0px #55009447;
}

/* --------------------------------------------- buttons */
.button .btn.btn-primary:hover {
    background-color: #5928d7 !important;
    color: white !important;
    cursor: pointer;
}

.pill-group {
    border-radius: 3rem;
    border: 1px solid #ece6ff;
    width: auto !important;
}

.pill-group .btn-pill.active {
    background-color: #5d2dd8;
    color: white;
    text-shadow: none;
}

.pill-group .btn-pill:hover {
    background-color: #5d2dd8;
    color: white;
    text-shadow: none;
    cursor: pointer;
}

.btn.btn-pill {
    border-radius: 3rem;
    background-color: #62626210;
    padding-left: 2rem;
    padding-right: 2rem;
    /* width: initial; */
    margin-bottom: 4px;
    text-wrap-mode: nowrap;
    text-align: center;
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
    cursor: pointer;
}

/* ---------------------------------------- staff */
/* Container for the parallax image */
.parallax-section {
    border-radius: 1rem;
    height: 50vh;
    /* Full viewport height */
    background-attachment: fixed;
    /* Creates the parallax effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Centers text inside */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Different image for the second parallax block */
.img-2 {}

/* Normal content section */
.content-section {
    height: 250px;
    background-color: #ffffff;
    padding: 40px;
    font-size: 1.2rem;
}


/* ---------------------------------------- tab-panel */
.tab-panel .tab-panel-buttons .tab-btn h6 {}

.tab-panel .tab-panel-buttons .tab-btn:not(active):hover {
    background-color: #5928d7 !important;
}

.tab-panel .tab-panel-buttons .tab-btn:not(active):hover h6,
.tab-panel .tab-panel-buttons .tab-btn:not(active):hover svg {
    color: rgb(231, 231, 231);
    fill: rgb(201, 201, 201);
    stroke: rgb(201, 201, 201);
}


/* ---------------------------------------- tab-panel-top */
.tab-panel-top {
    border: 2px solid green;
}

.tab-panel-top-content .card-header {
    background-color: #4811d4e0;
    text-align: center;
}

.tab-panel-top-content .card-header h2 {
    font-size: 2rem;
    /* font-weight: bold; */
    color: white;
    text-shadow: none;
}

.tab-panel-top-content .card-body .copytext {
    color: black;
    font-size: 1.2rem;
    padding-right: 30rem;
    /* background-color: #ffffffa1; */
    border-radius: 3rem;
    padding: .5rem;
    /* outline: 6px solid #d9ccf996; */
    outline-offset: 0.25rem;
}

.tpt_content {
    z-index: 0;
}

/* ---------------------------------------- tab-panel-left */

.tab-panel-left .copy-desc ul {
    list-style: none;
    padding: 2rem;
}

.tab-panel-left .copy-desc li {
    padding: .5rem;
    position: relative;
}

.tab-panel-left .copy-desc li::before {
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    color: #ffffff;
    background-color: #bda9ef;
    padding-right: .5rem;
    padding: .25rem;
    margin-right: 1rem;
    width: 1rem;
    border-radius: 3rem;
}

.tab-panel-left .tab-panel-left-catkeywords li div {
    padding: 6px;
    border-radius: 3rem;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
    color: #000000;
    background-color: #f0eaff;
}

.tab-panel-left .tab-panel-left-catkeywords li div:hover {
    background-color: #5927d7;
    color: white;
    text-shadow: none;
}

.tab-panel-left .tab-panel-left-catkeywords li div.active {
    background-color: #9b7de7;
    color: white;
    text-shadow: none;
}

.tab-panel-left .tpl_tab:hover {
    background-color: #5927d7 !important;
}

.tab-panel-left .tpl_tab:hover svg {
    fill: white;
    stroke: white;
}

.tab-panel-left .tpl_tab:hover h6 {
    color: white;
    text-decoration: none;
}

.tab-panel-left .tpl_content {
    display: none;
}

.tab-panel-left-tabs .active {
    background-color: #9b7de7 !important;
    color: white;
}

.tab-panel-left-tabs .active h6 {
    color: white !important;
}

.tab-panel-left-content .tpl_content h3 {
    text-align: center;
}

.tab-panel-left-content .tpl_content_panel {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    height: min-content;
    padding: 0 0;
    display: flex;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    /* border: 2px solid rgb(225, 0, 255); */
    border-radius: 1.5rem;
    display: none;
}

.tab-panel-left-content .tpl_content_panel.active {
    display: block;
}

.tab-panel-left-tabs .active svg {
    fill: white !important;
    stroke: white !important;
}


.tab-panel-left-tab .tpl_tab {
    --border-bottom-width: 1px;
    --border-color: var(--token-52132342-ad32-4cf7-ab8f-358bd04c72df, rgb(240, 234, 255));
    --border-left-width: 1px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    background-color: var(--token-52132342-ad32-4cf7-ab8f-358bd04c72df, rgb(240, 234, 255));
    width: 100%;
    border-radius: 8px;
    opacity: 1;
    will-change: auto;
}

.tab-panel-left-tab .tpl_tab svg {
    fill: black;
    stroke: black;
}

.tab-panel-left-tab .tpl_tab h6 {
    color: black;
}

.tab-panel-left-content .tpl_content {
    flex-flow: column;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    height: min-content;
    padding: 0 0;
    display: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    display: none;
}

.tab-panel-left-content .tpl_content.active {
    display: block;
}

/* ----------------------------------------- services */
/* .pan_srvc {
    flex-flow: row;
    flex: none;
    place-content: flex-start center;
    align-items: flex-start;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
} */


.z .pan_srvc img {
    box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.172);
}




.z .z-btn {
    cursor: pointer;
    will-change: var(--framer-will-change-override, transform);
    flex-flow: row;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: min-content;
    height: min-content;
    padding: 6px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
}



/*  */
/*  */
/*  */



.z #mob-nav .btn-nav {
    padding: 2rem;
    font-family: sans-serif;
    font-size: 1rem;
    color: white;
}

.z .circle {
    border-radius: 6rem;
    overflow: hidden;
}

.staff-member {
    margin-bottom: 2rem;
}

.z .ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
    background-color: unset;
}


.top-nav .framer-dywwwx {
    background-color: #ffffff25;
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#mapCont {
    width: 100%;
    height: 400px;
    background-color: #323232;
}

/* --------------------------- modal-dialogs */
.modal-content {
    background-color: #e5771f !important;
    border-radius: 1rem;

}

.modal-dialog .modal-header h5 {
    font-size: 2rem;
    line-height: 1.75rem;
    color: white;
    text-shadow: none;
}

/* --------------------------- gallery */
section.sec_gallery .img:hover {
    cursor: pointer;
    outline-color: rgb(72, 0, 255) !important;
    border-color: #7d58d9 !important;
    box-shadow: 4px 6px 8px 0px #3800534f;
}


/* --------------------------- heroBanners */


#leftPanelCont {
    z-index: 10;
    width: 100%;
    /* position: absolute; */
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


/* Container scales to full viewport height */
.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
}

/* Video fills container without stretching */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 1;
}

/* Semi-transparent dark overlay for text readability */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

/* Content sits comfortably on top */
.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    font-family: sans-serif;
    padding: 0 11px;
}

.hero-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}



section.sec_hero {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

section.sec_hero div.carousel.slide {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

section.sec_hero div.carousel.slide img {
    width: 100%;
}

.z .carousel-inner>.item {
    height: 510px;
}

.z section.sec_hero .hero-content p {
    font-size: 2.511rem;
    color: #e5c6fa;
}

div.heroBottomGradientOverlay {
    background-image: linear-gradient(transparent, black);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    opacity: 0.69;
    z-index: 6;
    left: 0;
}

.z ol.carousel-indicators li {
    margin: 6px;
    border: 1px transparent;
    background-color: white;
    opacity: 0.2;
}

.z section.sec_hero ol.carousel-indicators li.active {
    height: 15px;
    width: 15px;
    background: rgba(184, 155, 208);
    opacity: 1;
}

section.sec_hero .carousel-control-prev,
section.sec_hero .carousel-control-next {
    position: absolute;
    top: 0;
    font-size: 4rem;
    color: white;
    z-index: 200;
    opacity: 1;
}

section.sec_hero .carousel-control-prev:hover>.carousel-control-prev-icon i,
section.sec_hero .carousel-control-next:hover>.carousel-control-next-icon i {
    opacity: 0.66;
    text-shadow: 3px 3px 6px #0000009c;
}

section.sec_hero .carousel-control-prev {
    left: 6px;
}

section.sec_hero .carousel-control-next {
    right: 6px;
}

section.sec_hero .carousel-control-next-icon,
section.sec_hero .carousel-control-prev-icon {
    background-image: none;
    display: contents;
}

section.sec_hero .carousel-control-next-icon i,
section.sec_hero .carousel-control-prev-icon i {
    opacity: 0.24;
}

.z section.sec_hero .carousel-control-prev-icon:hover>i,
.z section.sec_hero .carousel-control-next-icon:hover>i {
    text-shadow: 3px 3px 11px #000000d6;
    opacity: 1;
    z-index: 300;
}

section.sec_hero .hero-heading-mbl h1 {
    font-size: 42px;
    margin-left: -35px;
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 400;

    text-align: left;
}


section.sec_hero .hero-heading h1 {
    color: white;
    border: 0px solid purple;
    padding-top: 0;
    margin-top: 0;
    width: 100%;
    font-family: 'Didact Gothic';
    line-height: 7rem;
    text-shadow: 3px 3px 7px #0000004a;

    word-wrap: break-word;
    font-size: 7rem;
    font-weight: 900;
    letter-spacing: 0.09122px;
    padding-bottom: 0 !important;
}

section.sec_hero .hero-content-mbl {
    text-align: left;
    margin-left: -35px;
}

section.sec_hero .hero-content-mbl p {
    font-size: 13px;
    margin-top: 55px;
}

section.sec_hero .hero-content p {
    letter-spacing: 0.9px;
}

section.sec_hero .carousel-caption {
    text-shadow: none;
    z-index: 100;
    bottom: 42px;
}

section.sec_hero .hero-title-lb {
    will-change: transform;
    opacity: 1;
    transform: none;
    min-height: 160px;
    max-height: 580px;
    margin: 0 !important;
    display: block;
    width: 100%;
    max-width: none;
    top: -20px;
}

section.sec_hero h1.desktop.hero-title {
    width: 100%;
    letter-spacing: -2px;
    text-align: left;
    color: #5827d6;
    padding-bottom: 0px;
    text-shadow: none;
}

section.sec_hero h1.hero-title {
    font-family: sans-serif, Geneva, Verdana;
    font-size: 5rem;
    font-weight: 600;
}

section.sec_hero h2.hero-subtitle {
    margin-top: 0;
    font-family: Geneva, Tahoma, sans-serif;
    font-size: 3.66rem;
    line-height: 4rem;
    text-shadow: 3px 3px 7px #0000004a;
    text-align: left;
    color: #ececec;
}

section.sec_hero .carousel-item.posVert-t .heroTitleCont {
    position: absolute;
    top: 5rem;
    z-index: 10;
    width: 100%;
}

section.sec_hero .carousel-item.posVert-c .heroTitleCont {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

section.sec_hero .carousel-item.posVert-b .heroTitleCont {
    position: absolute;
    z-index: 10;
    bottom: 8rem;
    width: 100%;
}

section.sec_hero .carousel-item.posHoriz-l h1.hero-title,
section.sec_hero .carousel-item.posHoriz-l h2.hero-subtitle {
    text-align: left;
    padding-left: 8rem;
}

section.sec_hero .carousel-item.posHoriz-c h1.hero-title,
section.sec_hero .carousel-item.posHoriz-c h2.hero-subtitle {
    text-align: center;
}

section.sec_hero .carousel-item.posHoriz-r h1.hero-title,
section.sec_hero .carousel-item.posHoriz-r h2.hero-subtitle {
    text-align: right;
    padding-right: 8rem;
}

.carousel-indicators li::marker {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

section.sec_hero .carousel-indicators {
    text-align: center;
    z-index: 100;
}

section.sec_hero .carousel-indicators li {
    height: 15px;
    width: 15px;
    z-index: 200;
}

section.sec_hero .carousel-indicators .active {
    background: rgba(184, 155, 208, 0.58);
    height: 17px;
    width: 17px;
}


.modal-dialog form label {
    margin: 0;
    padding: 0;
}

.modal-dialog.newsletter form .ui-input-text,
.modal-dialog.new_message form .ui-input-text {
    margin-top: 0;
}

.mapBizAddy {
    text-align: center;
}

@media screen and (min-width: 768px) {
    section.sec_hero .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 132px;
    }
}

section.sec_hero .carousel-inner .carousel-item {
    height: 100vh;
}

@media only screen and (max-width: 600px) {
    .mobile-85 {
        height: 85vh
    }

    .mobile-100 {
        height: 100vh
    }

    section.sec_hero .carousel-caption {
        bottom: 7vh;
    }

    section.sec_hero .carousel-inner .carousel-item {
        height: 78vh;
    }

    section.sec_hero div.carousel.slide {
        height: 78vh;
    }
}




@media (max-width: 667px) {
    section.sec_hero {
        margin-top: 0px;
    }
}

@media (max-width: 992px) {
    section.sec_hero .hero-heading-mbl {
        margin-top: 138px;
    }
}

@media (min-width: 992px) {
    section.sec_hero .hero-heading-mbl {
        display: none;
    }
}

@media (max-width: 992px) {
    section.sec_hero .hero-heading {
        display: none;
    }
}

@media (min-width: 992px) {
    section.sec_hero .hero-content-mbl {
        display: none;
    }
}

@media (max-width: 992px) {
    section.sec_hero .hero-content {
        display: none;
    }
}

@media (max-width: 992px) {
    section.sec_hero .carousel-indicators li {
        height: 18px;
        width: 18px;
        border-radius: 50%;
    }
}

@media (max-width: 992px) {
    section.sec_hero .carousel-indicators .active {
        height: 20px;
        width: 20px;
        border-radius: 50%;
    }
}

@media (max-width: 992px) {
    section.sec_hero .item {
        margin-top: 90px;
    }

    section.sec_hero .item img {
        height: 280px;
        min-width: 715px;
        margin-left: -265px;
    }
}