:root {
    --brand-blue: #1f4fa3;
    --hover-gray: #6f6f6f;
}

/* here comes the general */
body {
    font-family:'Poppins',sans-serif;
    background-color: white;
    line-height: unset;

    
}
.text-muted {
    color : rgba(90, 90, 94, 1) !important;
}

a:focus {
    outline: none;
}

/* the blues */
a, a:hover {
    color: #003da6;
}

@font-face {
    font-family: 'Poppins';
}

.knockout{
    font-family: 'Poppins', sans-serif !important;
}

.h1, .h2, .h3{
    font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3{
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 1.5px;
}

h4, h5, h6{
font-family: 'Poppins', sans-serif;
}

.h4, .h5, .h6, p {
    font-family: 'Poppins', sans-serif;
}



.holidaytext{
    font-family: 'Satisfy', cursive !important; 
    font-size: 50px !important;
}

.lead{
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;

}

.display-2{
    line-height: .9 !important;
}

ul{
    font-family: 'Poppins';
}

label{
    font-family: 'Poppins';
    font-weight: 800;
}

.btn{
    font-family: 'Poppins', sans-serif;
}



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

.fade-in {
    animation: fadeIn 2s ease-in 1;
}

.fade-in-slow {
    animation: fadeIn 4s ease-in 1;
}
.btn-primary {
    background-color: #0050B5 !important;
}
.btn-booking {
    line-height: 1 !important;
}


.list-group-item.active {
    background-color: #003da6;
    border-color: #003da6;
}

.list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #2462ce;
    border-color: #2462ce;
}

.list-group-item{
    border-color: #ffffff !important;
    border-radius: 5px;
    font-family: 'Poppins';
}

.list-group-item:focus, .list-group-item:hover {
    background-color: #f4f4f4;
    border-color: #ffffff;
}

.btn-primary {
    background-color: #003da6;
    border-color: #003da6;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #2462ce;
    border-color: #2462ce;
}

.btn-outline-primary{
    
    border-color: #003da6;
    color:#003da6 !important;
}
.btn-outline-primary:hover{
    background-color: #003da6;
    border-color: #003da6;
    color:#ffffff !important;
}



.alert-primary{
    background-color:#E8EEFF !important;
    border-color: #9dadca;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #003da6;
    border-color: #003da6;
}

.bg-primary {
    background-color: #003da6;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #003da6;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #003da6;
}



.responsiveImageContainer {
    text-align: center;
}

.responsiveImageContainer img {
    display: inline-block;
}

select.form-control {
    display: inline-block;
    width: auto;
}


/* end general */



.truncate {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* devBar utils */
#devBar {
    background-image: linear-gradient(135deg, #ffea00 25%, #000000 25%, #000000 50%, #ffea00 50%, #ffea00 75%, #000000 75%, #000000 100%);
    background-size: 20.00px 20.00px;
    top: 0px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 10px;
    line-height: 0em;
    xdisplay: none;
}

#devBar #bootstrapWindowSize div {
    background-color: #ffea00;
    color: black;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    line-height: 10px;
    height: 10px;
}

#viewProduction a {
    background-color: black;
    color: #ffea00;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
}






/* main header */

header nav.navbar {
    background: rgba(255, 255, 255, 1);
    padding: 15px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
}
nav.navbar-dark {
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
}

.nav-item > .btn-light {
    color:#001b49 !important;
}
.btn-light > .dropdown-menu > .dropdown-item{
    color: red !important;
}

.navbar-dark .navbar-nav .nav-link:focus {
    text-decoration: underline;
}


.navbar-light .logo {
    display: inline-block;
    width: 204px;              /* adjust as needed */
    height: 40px !important;              /* adjust as needed */
    background-image: url('/includes/images/bde-logo.svg');
    background-repeat: no-repeat;
    background-size: contain;  /* ensures it scales nicely */
    background-position: center;
}

.navbar-light .navbar-toggler.menu-open .navbar-toggler-icon {
    background-image: url("/includes/images/close.svg") !important;
    width: 18px;
    height: 16px;
    border-radius: 1px;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("/includes/images/menu.svg") !important;
    width: 18px;
    height: 16px;
    border-radius: 1px;
}
.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.navbar-dark .logo {
    display: inline-block;
    width: 204px;              /* adjust as needed */
    height: 40px !important;              /* adjust as needed */
    background-image: url('/includes/images/bde-logo-white.svg');
    background-repeat: no-repeat;
    background-size: contain;  /* ensures it scales nicely */
    background-position: center;
}

.newsletter-title {
    font-weight: 500 !important;
    font-size: 22px !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.2px;

}
footer.bg-dark .newsletter-title span {
    color: rgba(0, 214, 252, 1) !important;

}
footer.bg-light .newsletter-title span {
    color: #002F6D !important;

}
footer.bg-dark .secondary-text, footer.bg-dark .privacy-policy, footer.bg-primary .privacy-policy {
    font-size: 14px !important;
    color: #D2D2D2;
    font-weight: 500 !important;

}
footer.bg-light .secondary-text, footer.bg-light .privacy-policy {
    font-size: 14px !important;
    color: #454545;
    font-weight: 500 !important;

}
.font-weight-500 {
    font-weight: 500 !important;
}
footer.bg-dark .footer-copy, footer.bg-primary .footer-copy {
    border-top: 1px solid white;
    z-index: 1;
    display: block;
    position: relative;
}
footer.bg-primary .footer-copy {
    border-top:1px solid rgba(208, 208, 208, 1);
}

footer.bg-light .footer-copy {
    border-top: 1px solid #D0D0D0;
    z-index: 1;
    display: block;
    position: relative;
}

.btn {
    border-radius: 30px !important;
    opacity: 1;
    padding-top: 9px;
    padding-right: 20px;
    padding-bottom: 9px;
    padding-left: 20px;
    gap: 10px;
}
footer.bg-dark .btn-light {
    background-color: #E8E8ED;
}
footer.bg-light .btn-light {
    background-color: #454545;
    color: white !important;
    border: none !important;
}
.newsletter-email {
    height: 40px;
    border-radius: 4px;

}

footer.bg-dark .logo, footer.bg-primary .logo {
    display: inline-block;
    width: 204px;              /* adjust as needed */
    height: 40px !important;              /* adjust as needed */
    background-image: url('/includes/images/bde-logo-full-white.svg');
    background-repeat: no-repeat;
    background-size: contain;  /* ensures it scales nicely */
    background-position: center;
}

footer.bg-light .logo {
    display: inline-block;
    width: 204px;              /* adjust as needed */
    height: 40px !important;              /* adjust as needed */
    background-image: url('/includes/images/bde-logo-full-black.svg');
    background-repeat: no-repeat;
    background-size: contain;  /* ensures it scales nicely */
    background-position: center;
}

footer.bg-dark {
    color: white;
    background-color: #1D1D1F !important;
}
footer.bg-light {
    color: #454545;
    background-color: #F5F5F7 !important;
}
footer.bg-primary {
    color: white;
    background-color: #002F6D !important;
}
footer.bg-dark .list-unstyled a, footer.bg-primary .list-unstyled a {
    color: #D2D2D2;
    font-size: 14px !important;
    line-height: 18px;
}
footer.bg-light .list-unstyled a {
    color: #454545;
    font-size: 14px !important;
}
footer.bg-dark .social-icons a:hover, footer.bg-dark .social-icons a:focus, footer.bg-dark .social-icons a:active,
footer.bg-dark .privacy-policy:hover, footer.bg-dark .privacy-policy:focus, footer.bg-dark .privacy-policy a:active,
footer.bg-dark .list-unstyled a:hover, footer.bg-dark .list-unstyled a:focus, footer.bg-dark .list-unstyled a:active {
    color: white;
}
footer.bg-light .social-icons a:hover, footer.bg-light .social-icons a:focus, footer.bg-light .social-icons a:active,
footer.bg-light .privacy-policy:hover, footer.bg-light .privacy-policy:focus, footer.bg-light .privacy-policy a:active,
footer.bg-light .list-unstyled a:hover, footer.bg-light .list-unstyled a:focus, footer.bg-light .list-unstyled a:active {
    color: #D2D2D2;
}
footer.bg-primary .social-icons a:hover, footer.bg-primary .social-icons a:focus, footer.bg-primary .social-icons a:active,
footer.bg-primary .privacy-policy:hover, footer.bg-primary .privacy-policy:focus, footer.bg-primary .privacy-policy a:active,
footer.bg-primary .list-unstyled a:hover, footer.bg-primary .list-unstyled a:focus, footer.bg-primary .list-unstyled a:active {
    color: white;
}


footer.bg-dark .social-icons a {
    font-size: 18px !important;
    color: #D2D2D2;
}
footer.bg-light .social-icons a {
    font-size: 18px !important;
    color: #454545;
}
footer.bg-primary .social-icons a {
    font-size: 18px !important;
    color: #D2D2D2;
}


.nav-link {
    opacity: 1;
    border-radius: 56px;
    color: rgba(29, 29, 31, 1) !important;
    font-weight: 500;

}
.nav-link:focus, .nav-link:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.navbar-dark  .navbar-dark {
    color: black !important;
}




#headerNav .nav-link.active,
#headerNav .nav-link[aria-current="page"] {
    background: transparent !important;
    color: #0d5bd9 !important; /* brand blue */
    font-weight: 600;
    padding: 0.5rem 1rem;
}
.nav-link.active, .nav-link:hover.active {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(0, 80, 181, 1) !important;
}
.video-container {
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: -3px;
}
.video-container video {
    position: relative;
    transform: none;
    width: 100%;
    height: 100%;
}

section h1 {
    font-weight: 500;
    font-size: 78px;
    line-height: 76px;
    letter-spacing: -2px;
    color: white;
}

section h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2px;
    text-align: center;
}
section h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
}



section .lead {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-align: center;
    vertical-align: middle;
}

section .btn-primary, section .btn-outline {
    background-color: #0050B5;
    border: none;
    padding: 0.75rem 4rem;
    border-radius: 25px;
    font-weight: 500;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0px;
    height: 56px;
    text-decoration: none;

}
section .btn-outline {
    border: 2px solid #0056d2;
    background-color:#fff;
    color: #0056d2;
    display: flex;
    align-items: center;
}
section .btn-outline:hover {
    background-color: #0056d2;
    color: #fff;
}

section p {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-align: center;
}


.partners-section, .custom-section {
    color: #1D1D1F;
}

.partners-section {
    background: #fff;
    min-height: 650px;
}

.partners-section .grayscale {
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.partners-section .grayscale:hover {
    filter: none;
    opacity: 1;
}

.partners-section .view-all {
    color: #0050B5;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.2px;
    vertical-align: middle;

}


.experiences-section {
    position: relative;
    background-image: url("/includes/images/experiences/hero.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 916px;
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.experiences-section .overlay-content {
    width: 100%;
    padding: 120px 20px;
}

.experience-icon {
    width: 59px;
    height: auto;
}



.partners-section .view-all:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 12.5%; /* 100 / 8 = 12.5% */
        max-width: 12.5%;
    }
}

@media (max-width: 768px) {
    section .btn-outline, section .btn-primary {
        padding: 11px 30px;
        border-radius: 24px;
        font-size: 15px;
        line-height: 34px;
        width: 80%;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 38px;
    }
    .experiences-section {
        height: auto !important;
        min-height: 498px;
    }

    section h3 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -1px;


    }

    section h2 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1px;
        text-align: center;

    }
    section h1 {
        font-weight: 500;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -1px;
    }

    .experience-icon {
        width: 27px;
        height: auto;
    }
    section .lead {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.2px;
        text-align: center;
    }

    section .btn-primary {
        background-color: #0052cc;
        border: none;
        padding: 0.35rem 1rem;
        border-radius: 25px;
        font-size: 15px;
    }

}


@media (max-width: 1100px) {
    .experiences-section {
        height: 650px;
    }
}
@media (max-width: 655px) {
    .experiences-section {
        background-image: url("/includes/images/experiences/hero-min.png");
    }

}

.custom-section {
    position: relative;
    height: 900px; /* fixed section height */
    background-image: url("/includes/images/custom/custom_made_1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-color: black;
}
.multiple-experiences {
    background-image: url("/includes/images/custom/multiple_experiences.png");
}
.saleforce {
    background-image: url("/includes/images/custom/salefroce.png");
}

.multiple-experiences .lead {
    color: #F5F5F7 !important;
}
.custom-section .container {
    position: relative;
    z-index: 1;
}



/* Responsive: adjust layout and image focus */
@media (max-width: 991px) {
    .custom-section {
        min-height: 700px;
        padding-top: 100px;
        background-position: center 85%;
    }
}

@media (max-width: 768px) {
    .custom-section {
        height: auto;
        padding-top: 80px;
        background-position: center bottom;
    }
}


/**led section **/

.led-section {
    position: relative;
    background-color: #000;
    min-height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: url("/includes/images/custom/LED Cover 1.png") center top / cover no-repeat;

}
.led-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background:
        /* top fade into header */
            linear-gradient(
                    to bottom,
                    rgba(0, 0, 0, 0.85) 0%,
                    rgba(0, 0, 0, 0.35) 15%,
                    rgba(0, 0, 0, 0.05) 35%,
                    rgba(0, 0, 0, 0) 50%
            ),

                /* vignette (edges + bottom) */
            radial-gradient(
                    ellipse at center,
                    rgba(0, 0, 0, 0) 35%,
                    rgba(0, 0, 0, 0.35) 60%,
                    rgba(0, 0, 0, 0.75) 85%,
                    rgba(0, 0, 0, 0.95) 100%
            );
}


/* Background image now inside the wrapper */
.led-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: 655px; /* original image height */
    border-radius: 10px;
}
@media (max-width: 992px) {
    .led-section {
        background-image: url("/includes/images/custom/LED Cover 1.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: calc(10% - 120px) center;
    }
    .led-image-wrapper {
        background: none;
    }
}
@media (max-width: 768px) {
    .led-image-wrapper {
        background: none;
        height: 430px;
    }
    .led-section.py-5 {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }
}

/* Optional overlay for depth */
.led-image-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: radial-gradient(circle at center, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.8) 100%);*/
    z-index: 0;
}

.led-text-content {
    position: relative;
    z-index: 1;
}

/* Headings */
.led-title {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2px;
    text-align: center;

}


.led-subtitle{
    position:relative; display:inline-block; color:#fff;
    font-family:'Poppins',sans-serif; font-weight:500;
    font-size:45px; line-height:52px; letter-spacing:-1.4px;
    /* small inner glow to soften edges */
    text-shadow:0 0 3px rgba(255,255,255,.6);
}

/* gradient glow behind the text */
.glow-gradient::after{
    content:attr(data-text);
    position:absolute; inset:0; z-index:-1;
    -webkit-background-clip:text; background-clip:text; color:transparent;
    filter: blur(4px) saturate(130%);
    text-shadow:
            0 5px 5px rgba(0,214,252,.85),
            0 0 18px rgba(0,144,255,.65),
            0 0 28px rgba(0,80,181,.55);
}

@keyframes glowPulse {
    0%,100% { filter: blur(4px) saturate(130%); }
    50%    { filter: blur(6px) saturate(150%); }
}
.glow-gradient::after{ animation:glowPulse 3s ease-in-out infinite;-webkit-background-clip: text; }

/* Paragraph */
.led-section p {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: rgba(245, 245, 247, 1);
    margin-top: -10px;

}

/* Buttons */

.led-section .btn-outline-light {
    border-radius: 25px;
    padding: 0.75rem 2rem;
    font-weight: 500;
    border: 2px solid #fff;
    color: #fff;
}

.led-section .btn-outline-light:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .led-title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1px;
        text-align: center;

    }

    .led-subtitle {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.2px;
        text-align: center;
    }

    .led-section .btn-outline-light {
        padding: 0.35rem 1rem;
        border-radius: 25px;
        font-size: 15px;
    }
    
    .led-section p {
        font-size: 15px;
        line-height: 22px;
    }
}

/**End led section*/

/**Next Step Section*/
.next-step-section {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 80px 20px;
    background: #fff;
}

.next-step-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}

.next-card {
    background-color: #f5f5f7;
    border-radius: 22px;
    padding: 50px 30px;
    flex: 1 1 340px;
    max-width: 420px;
    box-sizing: border-box;
}

.next-card .next-icon {
    width: 80px;
    height: auto;
    margin-bottom: 25px;
}

.next-card h3 {
    font-weight: 500;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -1.4px;
    text-align: center;
}

.next-card p {
    color: #454545;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.link-primary {
    color: rgba(0, 80, 181, 1);
    font-weight: 500;
    text-decoration: none;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.2px;
    text-align: center;

}

.link-primary:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .next-step-title {
        font-size: 30px;
    }

    .next-card {
        padding: 40px 20px;
    }
    .next-card h3 {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: -1px;
        text-align: center;
    }
}

/*Next step section*/

/**entertainment-section */
.entertainment-section {
    padding: 80px;
    background-color: white;
}

.entertainment-section p {
    color: rgba(90, 90, 94, 1);
}

.experience-options {
    background-color: #fff;
    padding: 40px 20px 0;
    font-family: 'Poppins', sans-serif;
}

.experience-options .container {
    max-width: 900px;
    margin: 0 auto;
}

.options-heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    color: #1D1D1F;
    text-align: left;
    margin-bottom: 8px;
}

.options-divider {
    max-width: 95%;
    border: none;
    height: 1px;
    background-color: #ccc;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .options-heading {
        font-size: 18px;
        text-align: center;
    }

    .options-divider {
        margin: 0 auto;
    }
    .entertainment-section {
        padding: 24px;
    }
}
/****end entertainment-section **/

/*sections*/
.hero-section {
    position: relative;
    width: 86.18%; /* 1241 / 1440 * 100 */
    aspect-ratio: 1241 / 696; /* Keeps original proportion */
    margin: 72px auto; /* space above & below section */
    border-radius: 24px;
    overflow: hidden;
    background: url("/includes/images/experiences/live-entertainment.png") center/cover no-repeat;
}

.awards-section {
    background: url("/includes/images/experiences/2019-awards.jpg") center/cover no-repeat;
}

.music-design-section {
    background: url("/includes/images/experiences/music-design.jpg") center/cover no-repeat;
}
.audio-production-section {
    background: url("/includes/images/experiences/audio-production.jpg") center/cover no-repeat;
}


/* dark gradient overlay for text readability */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.75) 10%,
            rgba(0, 0, 0, 0.1) 50%,
            rgba(0, 0, 0, 0) 100%
    );
}

.hero-section h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: -1.4px;
    text-align: start;
}

.hero-section p {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.1px;
    text-align: start;
    margin: 0;
}

/* Text and button container */
.hero-content {
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: 60px;
    color: #fff;
    z-index: 1;

}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    padding: 11px 44px;
    border-radius: 56px;
    transition: all 0.3s ease;
    font-weight: 500 !important;
    font-size: 17px;
    line-height: 34px;
    border: 2px solid #0056d2;
    background-color:#fff;
    color: #0056d2;

}

.hero-btn:hover {
    background: #0066ff;
    color: #fff;
    border: 2px solid rgba(0, 80, 181, 1);
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .hero-content {
        left: 40px;
        right: 40px;
        bottom: 40px;
    }

}

@media (max-width: 768px) {
    .hero-section {
        aspect-ratio: 16 / 9;
        height: 728px;
        margin: 24px;
    }

    .hero-section h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .hero-section p {
        font-size: 12px;
        line-height: 20px;
    }

    .hero-content {
        left: 20px;
        right: 20px;
        bottom: 30px;
    }

    .hero-btn {
        padding: 11px 30px;
        border-radius: 24px;
        font-size: 15px;
        line-height: 34px;
        width: 80%;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 38px;
    }

}

/* Base section */
.cta-section {
    background-color: rgba(245, 245, 247, 1); /* #f5f5f7 */
    width: 100%;
    min-height: 544px; /* matches Figma height */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px; /* spacing for smaller screens */
}

/* Centered content */
.cta-container {
    max-width: 826px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}



/* Button group */
.cta-buttons {
    gap: 16px;
    flex-wrap: wrap;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .cta-buttons {
        gap: 12px;
    }
}
.about-section {
    position: relative;
    width: 100%;
    height: 920px; /* matches Figma height */
    background: url("/includes/images/about/performing.jpg") top/cover no-repeat;
    display: flex;
    justify-content: center;
    color: black;
    overflow: hidden;
}
.about-section .main {
    margin-top: 120px;
    color: black;
}

.connect-section .main {
    color:white !important;
    margin-top: 120px;
}

.hero-overlay {
    position: relative;
    text-align: center;
    z-index: 2;
}

.connect-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

@media (max-width: 768px) {
    .about-section.connect-section {
        height: 450px;
        padding: 40px 20px;
    }

    section p {
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.2px;
        text-align: center;

    }
}

.built-to-do-section {
    position: relative;
    background-color: #ffffff;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    background: url("/includes/images/about/grid.png") center/cover no-repeat;

}

.built-to-do-section .container {
    z-index: 2;
}

.built-to-do-section p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
    color: rgba(29, 29, 31, 1);
    z-index: 2;


}

.built-to-do-section::before,
.built-to-do-section::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 120px; /* adjust fade height */
    z-index: 1;
    pointer-events: none;
}

.built-to-do-section::before {
    top: 0;
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.built-to-do-section::after {
    bottom: 0;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.built-to-do-section .container {
    max-width: 900px;
}

.built-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.built-list li {
    font-weight: 500;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: -0.14px;
    text-align: center;

}

.built-list .highlight {
    color: rgba(0, 80, 181, 1);
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .built-to-do-section p {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.1px;


    }
    .built-to-do-section {
        padding: 60px 20px;
    }
    .built-list li {
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -0.2px;

    }
}
.energy-section {
    display: flex;
    justify-content: center;
    padding: 80px 20px;
    background-color: #fff;
}

.energy-card {
    position: relative;
    width: 100%;
    max-width: 984px; /* matches your Figma ratio (≈1440px frame) */
    aspect-ratio: 984 / 600; /* keep consistent height */
    overflow: hidden;
    border-radius: 6px;
}

/* background image */
.energy-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* dark gradient overlay for text contrast */
.energy-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0) 100%
    );
    display: flex;
    align-items: center;
}

/* text + button block */
.energy-content {
    position: relative;
    color: #fff;
    padding: 60px;
    z-index: 2;
}
.energy-section .btn-outline {
    min-width: 190px;
}

/* Responsive adjustments */


@media (max-width: 768px) {
    .energy-card {
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .energy-bg {
        object-fit: cover;
    }

    .energy-overlay {
        padding: 20px;
        display: flex;
        justify-content: center;
    }

    .energy-content {
        padding: 0;
        color: #fff;
        max-width: 100%;
    }
}

.team-section .team-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.1px;
    vertical-align: middle;
    color: rgba(110, 110, 115, 1);

}
section h4{
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.1px;
    vertical-align: middle;
}

.team-section h2 {
    text-align: start;
}
.team-section {
    background-color: #fff;
    padding: 60px 20px;
}

.team-section .container {
    margin: 0 auto;
}

/* Team grid */
.team-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.team-member {
    max-width: 230px;
}

.team-member img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    margin-bottom: 16px;
    height: 410px;
}

.team-member h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 4px;
}

.team-member p {
    font-size: 0.9rem;
    color: #6b6b6b;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .team-grid {
        gap: 30px;
    }
}

@media (max-width: 768px) {

    .team-member img {
        width: 166px;
        height: 296px;
        border-radius: 24px;

    }
}

@media (max-width: 550px) {

    .team-grid {
        gap: unset;
    }
}

.portfolio-grid-section .card-img-top {
    border-radius: 24px;
}
.portfolio-header {
    padding: 120px 20px;
}
.portfolio-section {
    text-align: center;
}

.portfolio-section h1 {
    color: rgba(29, 29, 31, 1);

}
.portfolio-section h3 {
    font-weight: 500;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: -1.4px;


}

/* Card */
.portfolio-card {
    max-width: 1240px;
    margin: 0 auto;
    text-align: left;
}

.portfolio-image {
    width: 100%;
    border-radius: 20px;
    display: block;
    margin-bottom: 20px;
    object-fit: cover;
}

/* Tags */
.portfolio-tags {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.tag {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    border-radius: 16px;
    padding: 2px 6px;
    text-transform: uppercase;
    margin-right: 6px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.tag {
    padding: 5px 10px;
    border:0px !important;
    background-color: rgba(0, 80, 181, 1);
    border-color: rgba(0, 80, 181, 1);
}
button.tag:hover {
    opacity: 0.8;
}

.tag.orange {
    background-color: #f97316;
}

.tag.purple {
    background-color: #7c3aed;
}
.tag.dark-red {
    background-color: rgba(174, 0, 49, 1);

}

.tag.secondary {
    background-color: rgba(110, 110, 115, 1);
    border-color: rgba(110, 110, 115, 1);
}

.portfolio-meta {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.1px;
    vertical-align: middle;
    color: rgba(110, 110, 115, 1);
    text-align: start;


}

/* Responsive tweaks */
@media (max-width: 768px) {
    .portfolio-section {
        padding: 24px;
    }
    .portfolio-meta {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 0.2px;
    }
    .portfolio-section h3 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1px;
    }
}

/*end sections*/

/****Owl *************/
    .brand-carousel {
        background: #F5F5F7;

    }

    .card-slide-title {
        font-weight: 500;
        font-size: 17px;
        line-height: 27px;
        letter-spacing: 0.2px;

    }
    .card-slide-subtitle {
        font-weight: 500;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -1px;

    }

    .card-slide {
        /*width: 342px;*/
        /*height: 728px;*/
        width: 290px;
        height: 670px;
        border-radius: 28px;
        overflow: hidden;
        position: relative;
        margin: auto;
        color: white;
    }

    .card-slide img {
        object-fit: cover;
    }
    .card-img {
        height: 728px;
        width: 342px;
    }

    .card-slide .card-img-overlay {
        background: linear-gradient(180deg, #1D1D1F 0%, rgba(29, 29, 31, 0) 100%);
        padding: 20px;
    }

    .icon-link, .owl-next, .owl-prev {
        display: inline-block;
        color: #000 !important;
        background: #fff !important;
        font-size: 1.2rem;
        border-radius: 50% !important;
        width: 40px;
        height: 40px;
        padding: 5px;
        line-height: 40px;
        text-align: center;
        transition: 0.3s ease;
    }

    .owl-nav {
        position: relative;
        display: flex;
        gap: 12px;
    }

.owl-nav button {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.23);

}

.owl-nav button:hover {
    background: #0052cc;
    border-color: #0052cc;
}


.owl-nav button:hover img {
    filter: brightness(100) invert(1);
}

.owl-nav button:focus {
    outline: none;
    box-shadow: none;
}

.owl-nav.disabled {
    display: flex !important;
    justify-content: start !important;
}
.owl-theme .owl-nav {
    margin: unset !important;
    margin-top: 10px !important;
    gap: unset !important;
}

@media (max-width: 768px) {
    .owl-carousel {
        display: unset !important;
    }
    .brand-carousel .item {
        width: 100% !important;
        margin-bottom: 30px;
        display: block;
    }

    .card-slide {
        height: auto;
        border-radius: 20px;
    }

    .card-slide img {
        height: auto;
        object-fit: cover;
    }

    .owl-nav {
        display: none !important;
    }
}
 /***** End owl *****/




.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: white;
    padding: 8px;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}


header .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    position: relative;
    z-index: 2;
    font-size: 0px;
}
#headerNav .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #111;
    padding: 8px 16px;
    border-radius: 999px;
    transition: all 0.2s ease;
}

#headerNav .nav-link:hover {
    background-color: var(--hover-gray);
    color: #fff;
    text-decoration: none;
}
#headerNav .nav-link:active, .btn-booking:hover {
    background-color: #002F6D !important;

    color: #fff !important;
}
#headerNav .nav-link.active {
    background: none;
    color: var(--brand-blue);
    font-weight: 600;
}
#headerNav .nav-link.active:hover {
    background: none;
    color: var(--brand-blue);
}
.btn-booking {
    background-color: var(--brand-blue);
    color: #fff;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    border: none;
}

.btn-booking:hover {
    background-color: #163b82;
    color: #fff;
}


header .navbar-brand img {
    height: 40px;
}

#headerNavCollapser {
    background-color: #575757;
}

/* smaller screens */
@media (max-width: 767px) {
    header .navbar-brand img {
        height: 30px;
        margin-top: 5px;
    }
}

header .navbar-nav > li > a {
    white-space: nowrap;
    padding: 11px 32px !important;

}

header .navSubhead {
    padding: 3px 20px;
    color: #d0cece;
    font-size: 0.7em;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}

header #headerNav {
    font-size: 0.9em;
    font-family: "Poppins";
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

header #headerNav .dropdown-menu {
    text-transform: none;
    background-color: #003da6;
    font-size: 1em;
    margin-top: 0px;
    padding:10px;
    border-top: 0px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px #001b49;
        border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    
}

header #headerNav .dropdown-menu a {
    color: #ffffff;
    padding: 3px 20px;
}

header #headerNav .dropdown-menu a:hover {
    background-color: #bbcff2;
    color: #022460;
    border-radius: 20px;
    box-shadow: 0px 3px 10px #001b49;

    
}
.storedrop{
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
}

.storedrop:hover{
    background-color: #003da6;
    color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 10px #001b49;

}

header #headerNav .dropdown-item.active, .dropdown-item:active {
    background-color: #4b7aca;
    color: #022460;
}

header #headerNav .dropdown-menu .dropdown-divider {
    border-top-color: #8a8a8a;
}

header #headerUtils {
    font-size: 0.75em;
}



header .navbar a:hover {
    color: #ffffff;
}

header .programName {
    text-transform: uppercase;
    font-size: 1.3em;
    xpadding-top: 14px;
    xposition: absolute;
    xz-index: 1;
    xwidth: 100%;
    text-align: center;
    font-family: "Poppins";
}

header .programName a {
    color: white;
}

header .navbar-toggle {
    position: relative;
    z-index: 2;
    right: 0px;
}

header .profileImage {
    width: 18px;
    margin-top: -2px;
}




/* search box */
header .searchContainer form {
    padding-right: 15px;
}

header .searchContainer {
    padding-left: 0px;
    overflow: hidden;
    float: right;
    width: 3em;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

header .searchContainer a {
    padding-top: 5px;
}

header .searchContainer:hover {
    width: 260px;
}

header .searchContainer:hover input {
    display: inline-block;
    width: 19em;
    padding: 5px;
}

header .searchContainer input {
    float: left;
    width: 0px;
    height: 20px;
    margin-top: 4px;
    padding: 0px;
    border: 0px;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    font-size: 12px;
}

header .searchContainer .magGlass {
    display: block;
    text-align: right;
    color: white;
}
/* /search box */



.roundedcorner{
    border-radius: 20px;
}

.servicecards{
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}


/* program nav */

#programNav {
    xborder-radius: 0px;
    xmin-height: 0px;
    xmargin-bottom: 0px;
    xborder: 0px;
    xpadding: 0px;
}

#programNav .navbar-nav {
    xfloat: none;
    xtext-align: center;
    margin-left: auto;
    margin-right: auto;
}

#programNav .navbar-nav > li {
    xdisplay: inline-block;
    xfloat: none;
    font-family: "Poppins";
    margin-left: 5px;
    margin-right: 5px;
}

#programNav .fa-heart {
    color: #ff3f3f;
}

/* smaller screens */
@media (max-width: 767px) {
    x#programNav .navbar-nav {
        text-align: left;
    }
    
    #programNav .navbar-nav li {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #programNav {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-collapse {
        display: flex;
        justify-content: center;
    }
    .navbar-nav {
        align-items: center !important;
    }
}




/* footer */
footer {
    background-color: #f2f2f2;
    padding-top: 1.2em;
    padding-bottom: 1em;
}




footer a {
    color: #344168;
}

footer a:hover {
    color: #000000;
}

footer hr {
    border-top: 1px solid #dfdfdf;
}

footer ul {
    padding: 0px;
    /*line-height: 2em;*/
    line-height: 25px;
}

footer ul > li {
    list-style-type: none;
}
/* end footer */






#news .item {
    margin-bottom: 1em;
}

#news > .item > .title {
    font-weight: bold;
}



main {
    padding-top: 20px;
    
    background-color: white;
}

main h2.featureHeader {
    text-align: center;
    text-transform: uppercase;
    color: #a4a4a4;
    padding-top: 5px;
    font-size: 1em;
    border-top: 1px solid #eeeeee;
}

main ul.smdb {
    text-align: center;
    padding: 0px;
}

main ul.smdb li {
    list-style-type: none;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

main ul.smdb li img {
    width: 30px;
}





main h1 {
    margin: 0px;
    margin-bottom: 3px;
    
}

main h2 {
    margin: 0px;
    margin-bottom: 10px;
    
}

main h1.title,
main h1.showTitle {
    margin-bottom: 0.5em;
}



main .date {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #747474;
    white-space: nowrap;
}

.modal-header .date {
    font-size: 0.6em;
    text-transform: uppercase;
    color: #747474;
    white-space: nowrap;
}

.bootstrap-datetimepicker-widget { /* override for the datepicker */
    white-space: normal;
}

div.alert {
    text-align: center;
}

main .noRecords {
    color: #aaaaaa;
    font-size: 1.2em;
    text-align: center;
}

/* special links */

.eventDetailsLink {
    text-transform: uppercase;
    font-size: 0.8em;
}

.thumbnailLink {
    text-transform: uppercase;
    font-size: 0.8em;
}

.pdfLink {
    text-transform: uppercase;
    font-size: 0.8em;
}

.pdfLink .fa-file-pdf {
    color: #dd3117;
}

.mapLink {
    text-transform: uppercase;
    font-size: 0.8em;
}

.mapLink .fa-map-marker {
    color: #dd3117;
}

.downloadLink {
    text-transform: uppercase;
}

label.required .fa-asterisk {
    color: red;
    font-size: 0.6em;
    vertical-align: text-top;
}

a.readMore {
    font-size: 0.8em;
    text-transform: uppercase;
}



figcaption, .caption {
    font-size: 0.8em;
    text-align: right;
    color: #6d6d6d;
    xmargin-top: 2px;
    padding: 5px;
}

.hasCaption .caption {
    padding: 0px;
    text-align: inherit;    
}


/* form field overrides */
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
/* .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid { */
    border-color: #ced4da;
}

.form-control.is-valid, .form-control.is-invalid {
    padding-right: .75rem;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
/* .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus { */
    border-color: #ced4da;
    box-shadow: 0 0 0 0;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none; /* remove checkbox from valid fields */
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    display: block;
}

.form-group .bootstrap-select.btn-group.inline,
.form-horizontal .bootstrap-select.btn-group.inline,
.form-inline .bootstrap-select.btn-group.inline {
    display: inline-block;
}

.form-control-inline, select.form-control {
    min-width: 0;
    width: auto;
    xdisplay: inline;
}

.datepicker .input-group-addon, .datepicker .input-group .form-control {
    xwidth: auto;
}

select[multiple] {
    width: 100%;
}

label.required .fa-asterisk {
    color: red;
    font-size: 0.6em;
    vertical-align: text-top;
}

x.has-success .form-control {
    border: 1px solid #cccccc;
}

x.has-success .form-control:focus {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

x.has-success .input-group-addon {
    border: 1px solid #cccccc;
    border-right: 0px;
    border-left: 0px;
    background-color: #eeeeee;
    color: #555555;
}

/* .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #333333;
} */

.form-text {
    font-size: 0.8em;
    color: red;
    margin-top: 0px;
}

.form-group.row .col-form-label {
    text-align: right;  
}

/* smaller screens */
@media (max-width: 767px) {
    .form-group.row .col-form-label {
        text-align: left;
    }
}





.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    xmargin-left: 0px !important;
}
.checkbox input[type="checkbox"]:checked+label::after, .checkbox input[type="radio"]:checked+label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    cursor: pointer;
    font-weight: 900;
}





.donorPerks .fa-check-circle {
    color: #003da6;
}

.donorPerks .headerRow td {
    border-top: 2px solid #003da6;
}

.donorPerks .mainHeaderRow td {
    background-color: #003da6;
}

.fiddysevenhero{
    max-width: 100%;
    

    background-image: 
        linear-gradient( rgba(0, 45, 159, .5), rgba(0, 45, 159, 1)), 
        url('https://bluedevils.org/mediabox-assets/cache/110000/110647/08.12.2023%20Blue%20Devils%20DCI%20Finals%20Performance%20Cam%202-06610-700x467.jpg');

    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
}




dl.faq dd {
    margin-bottom: 1em;
    margin-left: 30px;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 1.5s forwards;
    opacity: 0; /* this will be animated to 1 */
}

.slide-in-right {
    animation: slideInFromRight 3s forwards;
    transform: translateX(100%); /* starts from off the screen on the right */
    opacity: 0; /* this will be animated to 1 */
}





/* for for responsive tabs to make full heading tappable */
a.accordion-toggle {
    display: block;
    padding: 10px 15px;
}
.responsive div.panel-heading {
    padding: 0;
}





/* Don't print link hrefs (bootstrap) */
@media print {
    a[href]:after {
        content: none
    }
}



.btn-group-xs > .btn, .btn-xs { /* -xs doesn't exist in bs4 */
    padding: 1px 5px;
    font-size: 0.8em;
    line-height: 1.5em;
    border-radius: 3px;
}


x.code {    
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
}



.btn-outline-light{
    color: #ffffff !important;

}
.btn-outline-light:hover {
    color: #212529 !important;
}

.navbar-dark {
    background-color: black !important;
    color: white !important;
}
@media (max-width: 992px) {
    #add-me-container {
        flex-direction: column;
        width: 100%;
    }
    #add-me-btn-container, #add-me-btn-container .btn {
        width: 100%;
    }
    .newsletter-email {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .contact-info, .newsletter {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.container {
    padding-left: 32px;
    padding-right: 32px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
section.py-5, .cta-section {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}
