
@font-face {
    font-family: 'Stay Classy SLDT';
    src: url('../fonts/StayClassySLDT.eot');
    src: url('../fonts/StayClassySLDT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/StayClassySLDT.woff2') format('woff2'),
        url('../fonts/StayClassySLDT.woff') format('woff'),
        url('../fonts/StayClassySLDT.svg#StayClassySLDT') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.modal-content {
  padding: 2rem 1.5rem;
}
.injectable-banner{
    background: url('../img/br/injectables.jpg') no-repeat center center / cover;
}
.serv-descpt .service-sidebar{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-sidebar .gold-btn {
  margin-top: auto;
} 
ul{
    text-align: left;
}
/*body { 
    padding-top: 72px;
}*/ 
/* ensure desktop nav is gone at <992 */
@media (max-width: 991px) {
  .nav-menu { display: none !important; }
  .mobile-nav { display: block !important; }
 body .dropdown-menu { min-width: auto;}

   .specials{
    background-attachment: scroll !important;
   } 
}

/* hide the mobile accordion on large */
@media (min-width: 992px) {
  .mobile-nav { display: none !important; }
}

.modal-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.headerh1{display: flex; justify-content: center; align-content: center;
    font-size: clamp(4.25rem, 10vw, 6.5625rem);
line-height: clamp(4.4rem, 11.25vw, 7.5625rem);
         font-family: "Stay Classy SLDT", cursive;
         /*font-weight: 200;*/
         padding: 0 10px;}



.modal-body p {
  font-size: 1rem;
  color: #555;
}


strong{
    font-weight: 600;
    color: #f2da76;
}
.service-sidebar{
    border: 2px solid #f2da76;
    padding: 20px;
    text-align: center;

}
.service-link {
  position: relative;
  color: #f2da76;
  text-decoration: none;
  font-weight: 100;
  letter-spacing: .05rem;
  z-index: 0;
border-radius: 0;
  display: block; /* ensures the pseudo-element fits the link */
  
}

.service-link::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  width: 100%;
  height: 100%;

  background-color: #171717;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(.4,0,.2,1);
  z-index: -1;
  

}

.service-link:hover::before,
.service-link:focus::before {
  transform: translateX(-50%) scaleX(1);
}

.service-link:hover,
.service-link:focus {
    letter-spacing: .05rem;
  color: #fff;
  font-weight: 100 !important;
}


.hero-paragraph{
    font-size: clamp(22px, 5vw, 32px);
    font-weight: 100;
    letter-spacing: 0.08rem;
    line-height: normal;
}
#main li{
    color: #fff;
    font-weight: 100;
    padding-bottom: 10px;

}

[data-aos="fade-left"] {
  transform: translateX(250px); /* increase from default */
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="fade-right"] {
  transform: translateX(-250px); /* increase from default */
  opacity: 0;
  transition-property: transform, opacity;
}


.triple-flip {
  transform-style: preserve-3d;
  animation: flipThreeTimes 2s cubic-bezier(0.2, 0.85, 0.4, 1) forwards;
}

@keyframes flipThreeTimes {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(1080deg); /* 3 full flips */
  }
}



.mobile-nav-active .mobile-nav-toggle {
    right: 36px;
}
.featurette-divider {
    margin: 5rem 0;
}
.object-fit {
    left: 0;
    top: 0;
    width: 100%;
}
html {
  scroll-behavior: smooth;
}

p{
    font-weight: 300;
}
body hr {
    background-color: rgb(90 90 90 / 0.2);
    width: 100%;
}
body h6 {
    margin-bottom: 0;
}
a {
    -webkit-transition: 0.5s !important;
    -moz-transition: 0.5s !important;
    -ms-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
 .why-it-matters {
            display: flex;
            align-items: center;
            justify-content: center;
             padding: 0;
            border-bottom: 2px solid #f2da76;
            border-top: 2px solid #f2da76;

        }
        .why-it-matters .content {
           /* padding: 96px 0;*/
            padding: 0 48px 0 190px;
           height: 100%;
           display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.brotox-bg {
  background-image: url('../img/br/marble.jpg'); /* Update with actual path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh; /* Optional: ensures full height */
}

.footer-info a {
    color: #b1dfff;
}
.footer-info a:hover {
    color: #b1dfff;
    text-decoration: underline;
}
.bold-text {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
}
.centerline {
    margin: 10px auto;
    width: 60%;
    position: relative;
    text-align: center;
}
.centerline:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 4px solid #71b2e0;
    transform: translate(-50%);
}
.plan {
    background: url(../img/syntech/plan-blue.svg) no-repeat center;
}
.design {
    background: url(../img/syntech/design-blue.svg) no-repeat center;
}
.build {
    background: url(../img/syntech/build-blue.svg) no-repeat center;
}
.install {
    background: url(../img/syntech/install-blue.svg) no-repeat center;
}
.my-110 {
    margin: 110px 0;
}
.working-hard {
    position: relative;
    padding: 100px 0;
    background: #71b2e0;
    overflow: visible;
    z-index: 1;
    color: #fff;
}
.working-hard:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(11deg);
}
.working-hard:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(352deg);
}
.working-hard div {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5;
}
.working-hard img {
    max-width: 125px;
    margin-bottom: 15px;
}
.working-hard p {
    margin-bottom: 45px;
    color: #fff;
}
.working-hard h3 {
    margin-bottom: 35px;
}

.modal-content iframe {
    margin: 0 auto;
    display: block;
}
.modal {
    background-color: rgb(0 0 0 / 0.8);
    z-index: 999999;
}
.location-btn {
  background-color: #f2da76;
  border: 2px solid #f2da76;
  color: #000;
  font-weight: 500;
 padding: 10px 0;
}

.location-btn:hover,
.location-btn:focus {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid #f2da76;
    border-radius: 0;
    outline: 0;
    margin: 0 auto;
}
.modal-header{
    border-radius: 0;
}
.modal-dialog {
    max-width: 100%;
    top: 50% !important;
    transform: translateY(-55%) !important;
}
.modal-body {
    position: relative;
    padding: 0;
}
body .modal-backdrop {
    position: relative !important;
}
.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body .modal-backdrop {
    position: relative !important;
}
section {
    overflow: hidden;
}
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.section-header h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-header h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #ddd;
    bottom: 0;
    left: calc(50% - 20px);
}
.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}
@media (max-width: 768px) {
    .why-matter{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .service-sidebar{
        margin-bottom: 24px;
    }
    .brotox-bg{
        min-height: 80vh;
    }
    .col-md-6{
            margin-top: 0;
    }
    body .social-icon-bar {
        padding: 5px 0;
    }
    .footer-info {
        text-align: center;
    }
    body #intro {
        height: 80vh;
    }
   
    body #intro .carousel-container {
        right: 0;
        text-align: center;
    }
    body {
        overflow-x: hidden;
    }
    .specials{
        background-attachment: scroll;
    }
}
#video-ltw h2,
#video-ltw p {
    color: #fff;
}
#video-ltw .cta-btn {
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}
#video-ltw .cta-btn:hover {
    background: #ddd;
    border: 2px solid #ddd;
}
#portfolio h2,
#main h2 {
    text-align: center;
}
#main{
    background-color: #000;
}
#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}
#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    font-family: "Source Sans 3", sans-serif;
}
#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #71b2e0;
    color: #fff;
}
#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
#portfolio .portfolio-wrap {
    box-shadow: 0 2px 12px rgb(0 0 0 / 0.2);
    transition: 0.3s;
}
#portfolio .portfolio-wrap:hover {
    box-shadow: 0 4px 14px rgb(0 0 0 / 0.4);
}
#portfolio .portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}
#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}
#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}
#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
    background: #71b2e0;
}
#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}
#portfolio .portfolio-item figure .link-preview {
    top: calc(50% - 18px);
}
#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}
#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 17px);
}
#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
}
#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}
#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}
#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #ddd;
}
#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.vbox-content {
    width: 60%;
}
.vbox-container {
    justify-content: center;
    display: flex;
    align-items: center;
}
.portfolio-details {
    padding-top: 30px;
}
.portfolio-details .portfolio-details-container {
    position: relative;
}
.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}
.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}
.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}
.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #71b2e0 !important;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0 2px 15px rgb(0 0 0 / 0.1);
    z-index: 2;
}
.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}
.portfolio-details .portfolio-description {
    padding-top: 50px;
}
.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}
@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
    #about-ltw {
        text-align: center;
    }
    .footer-contact {
        margin-top: 55px;
    }
    .footer{
        padding: 0;
    }
}
#team {
    background: #000;
    text-align: center;
    padding: 96px 0;
}
#team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #000;
    position: relative;   
    border: 8px solid #f2da76;
}
#team .member .member-info {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}
#team .member .member-info-content {
    margin-top: -50px;
    transition: margin 0.2s;
}
#team .member:hover .member-info {
   background: rgba(242, 218, 118, 0.5);

    opacity: 1;
    transition: 0.4s;
}
.member .pic img {
  filter: grayscale(0%);
  transition: filter 0.4s ease, transform 0.4s ease;
}

.member:hover .pic img {
  filter: grayscale(100%);
  transform: scale(1.08);
}
.service-img {
  overflow: hidden; /* Prevents image from zooming beyond the box */
  display: block;
  position: relative;
}

.service-img img {
  width: 100%;
  height: auto;
  filter: grayscale(0%);
  transition: filter 0.4s ease, transform 0.4s ease;
  display: block;
}

.service-img img:hover {
  filter: grayscale(100%);
  transform: scale(1.08);
}

#team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
}
#team p {
    text-align: left;
}


#team .member .social {
    margin-top: 15px;
}
#team .member .social a {
    transition: none;
    color: #fff;
}
#team .member .social a:hover {
    color: #ddd;
}
#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}
.form-control {
    border: 1px solid #004995;
}
.form-control-lg {
    height: calc(1.8em + 1rem + 2px);
}
.form-group {
    margin-bottom: 1.2rem;
}
#contact {
    padding: 20px 0 60px 0;
}
#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}
#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #004895;
}
#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}
#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
}
#contact .contact-info a {
    color: #000;
}
#contact .contact-info a:hover {
    color: #ddd;
}
#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
}
@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}
#contact .php-email-form {

    padding: 30px;
}
#contact .php-email-form .validate {
    display: none;
    color: #f2da76;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}
#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
#contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
#contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #f2da76;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
#contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
#contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #ddd;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input,
#contact .php-email-form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
    background-color: #ddd;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #ddd;
    color: #fff;
}
#footer .footer-top h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top h4::before,
#footer .footer-top h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
#footer .footer-top h4::before {
    right: 0;
    background: #555;
}
#footer .footer-top h4::after {
    background: #ddd;
    width: 60px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}
#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
    color: #ddd;
}
#footer .footer-top .footer-contact p {
    line-height: 26px;
}
#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #ddd;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
.footer-logo {
    max-width: 55%;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
}
.copyright p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}
.copyright a {
    text-decoration: none;
    color: #5a5a5a;
}
.copyright a:hover {
    text-decoration: underline;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}
.social-icon-bar {
    padding: 7px 0 0 0;
    text-align: center;
}
.social-icon-bar ul li img {
    opacity: 1;
    transition: 0.3s;
}
.social-icon-bar ul li img:hover {
    opacity: 0.5;
}
@media (max-width: 450px) {
    .testimonials-content {
        border-radius: 0;
        background: #fff0;
        box-shadow: none;
    }
   
}
/*@font-face {
    font-family: "robotoitalic";
    src: url(../fonts/roboto-italic-webfont.woff2) format("woff2"), url(../fonts/roboto-italic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "robotobold";
    src: url(../fonts/roboto-bold-webfont.woff2) format("woff2"), url(../fonts/roboto-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "robotomedium";
    src: url(../fonts/roboto-medium-webfont.woff2) format("woff2"), url(../fonts/roboto-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "robotomedium_italic";
    src: url(../fonts/roboto-mediumitalic-webfont.woff2) format("woff2"), url(../fonts/roboto-mediumitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "robotoregular";
    src: url(../fonts/roboto-regular-webfont.woff2) format("woff2"), url(../fonts/roboto-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "robotothin";
    src: url(../fonts/roboto-thin-webfont.woff2) format("woff2"), url(../fonts/roboto-thin-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "sierra_madreregular";
    src: url(../fonts/sierra_madre-webfont.woff2) format("woff2"), url(../fonts/sierra_madre-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}*/
html {
    scroll-behavior: smooth;
}
body {
    background: #fff;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
.word-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}
.br-logo {
    width: 200px;
    transition: all 0.5s;
}
.br-logo-text {
    text-transform: uppercase;
    font-size: clamp(1rem, 0.824rem + 0.941vi, 2rem);
    color: #fff;
}

.topbar {
    background: #fff;
    color: #fff;
    padding: 0 !important;
    height: 32px;
    padding-right: 115px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.topbar-font {
    font-size: clamp(0.75rem, 0.5938rem + 0.5vw, 0.875rem);
    letter-spacing: 0.8px;
}
.br-menu {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.br-menu::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #f2da76;
    transition: width 0.3s;
    position: relative;
    top: 10px;
}
.br-menu:hover::after {
    width: 100%;
    transition: width 0.3s;
}
.specials {
  overflow: hidden;
  padding-bottom: 88px;
  background: url('../img/br/service-back.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 96px;
  background-attachment: fixed;
}
/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  background-color: var(--surface-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.5s;

}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.team .member .social a:hover {
  color: var(--accent-color);
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

.services-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 60px 20px;
}
.service-box-wrapper{
    padding: 20px;
    background-color: #000;
}
.service-box {
background-color: #000;
  color: #fff;
  border: 1px solid #f2da76;
  max-width: 395px;
  text-align: center;
  padding: 20px;
  min-height: 550px;
}
.service-box h3{
  font-family: "Stay Classy SLDT", cursive;
  font-size: 50px;
  margin-bottom: 10px;
  color: #f2da76;
}
.team h3 {
  font-family: "Stay Classy SLDT", cursive;
  font-size: 50px;
  color: #f2da76;
  margin-bottom: 5px;
}
.service-box img {
  width: 100%;
  margin-bottom: 20px;
}

.service-box a.gold-btn {
  display: inline-block;
  margin: 0 auto;
}

.service-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}



.br-special-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.specials .nav-tabs {
    border: 0;
}
.specials .nav-link {
    border: 0;
    padding: 12px 0 0 0;
    transition: 0.3s;
    color: #433f39;
    border-radius: 0;
    border-right: 3px solid #a5d6fe;
    font-size: 16px;
}
.specials .nav-link:hover {
    border-color: #fff;
}
.specials .nav-link.active {
    color: #fff;
    border-color: #fff;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff0;
}
.specials .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
}
.specials .details h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.specials .details p {
    color: #777;
}
.specials .details p:last-child {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .specials .nav-link {
        border: 0;
        padding: 15px;
    }
    .specials .nav-link.active {
        color: #fff;
        background: #fff;
    }
    .topbar {
        justify-content: center;
        padding-right: 0 !important;
    }
}
#testimonials {
    background: #e0ecf9;
}
.testimonials .testimonial-item {
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 0;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin: 0;
}
.testimonials .testimonial-item p {
    margin: 0 auto 15px auto;
}
.testimonials .swiper-wrapper {
    height: auto;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff0;
    opacity: 1;
    border: 1px solid #1976cc;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1976cc;
}
.testimonials .swiper-slide {
    opacity: 0.3;
}
@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }
    .testimonials .swiper-pagination {
        margin-top: 0;
    }
    .testimonials .testimonial-item {
        margin: 40px 20px;
    }
}
@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}
.footer {
    background: #000 url('../img/br/footer-background.jpg') no-repeat center center;
  background-size: cover;
    color: #fff;
    padding: 100px 20px 0 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-height: 680px;
}
.hours-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 4px 20px;
    line-height: 1.6;
    font-weight: 100;
   
}

.footer h5{
    color: #f2da76;

}
.footer p {
    color: #fff;
    font-size: clamp(1rem, 1vw, 1rem);
    line-height: 1.5rem;
}
.footer .container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
}
.footer .container > div {
    flex: 1;
    text-align: left;
    padding: 10px;
    min-width: 250px;
}
.footer h3 {
    font-size: 26px;
    display: inline;
    margin-left: 8px;
    vertical-align: middle;
}
.footer .logo {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.footer .logo img {
    width: 85px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline.;
}
.footer .social-icons a {
    margin: 0 5px;
}
.footer .social-icons img {
    width: 45px;
}

.address-container {
    display: flex;
}
.address-container svg {
    margin-right: 8px;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}
.copyright {
    background-color: #252525;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 100%;
}
.copyright a{
    color: #fff;
    text-decoration: underline;
}
.copyright a:hover{
    
    text-decoration: none;
}
@media (max-width: 768px) {
    .footer .container {
        flex-direction: column;
        align-items: center;
    }
    .footer .container > div {
        text-align: center;
    }
    .address-container {
        display: block;
    }
    .internal-page .vid-header{
        height: 50vh !important;
        max-height: auto;
    }
    .vid-header{
        padding-top: 65px;
    }
    .vid-header, .vid-header video {
        height: 88vh !important;
    }
    .vid-header{
        padding: 55px 16px 0 16px;
    }
    #main p{
        padding: 0 16px;
        text-align: left;
    }
    .address-wrapper p{
        padding: 0 !important;
    }
}
address {
    margin-bottom: 0;
}
#hungry-section h2,
#hungry-section p,
#menu-section h2,
#menu-section p {
    color: #fff;
    font-weight: 400;
}
#hungry-section p,
#menu-section p {
    font-weight: 400;
}
#hungry-section {
    background: linear-gradient(rgb(0 0 0 / 0.3), rgb(0 0 0 / 0.3)), url(../img/br/hungry-back2.jpg) fixed center center no-repeat;
    background-size: cover;
    padding: 144px 0;
}
#menu-section {
    background: linear-gradient(rgb(0 0 0 / 0.3), rgb(0 0 0 / 0.3)), url(../img/br/menu-back2.jpg) fixed center center no-repeat;
    background-size: cover;
    padding: 144px 0;
}
#hungry-section h2:after,
#menu-section h2:after {
    background: #fff0;
}
.our-state-content {
    border: 3px solid #fff;
    padding: 25px;
    background: #fff;
}
.gift-card-content {
    text-align: left;
}
.gift-card-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gift-card-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px 0;
    background: url(../img/br/milkshake.jpg) right center no-repeat;
    background-size: contain;
}
.gift-card-section img {
    width: 70%;
}
.blue-btn {
    border: 2px solid #025a98;
    background-color: #025a98;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    margin-top: 80px;
    letter-spacing: 1px;
    padding: 12px 5px !important;
    text-transform: uppercase;
    width: 260px !important;
    display: block;
    text-decoration: none;
    text-align: center;
}
.blue-btn:hover {
    background: #fff0;
    border: 2px solid #025a98;
    color: #025a98;
}
#about-ltw {
    background: #000 url(../img/br/cross.jpg) right bottom no-repeat;
    background-size: 12%;
    padding-top: 96px;
}
#about-ltw li{
    color: #fff;
}
#bible-vs {
    background-color: #000;
    min-height: 250px;
}
#bible-vs p {
    font-weight: 600;
    text-align: center;
    color: #052f48;
    font-size: 20px;
    width: 550px;
    margin: 0 auto;
}
.hr-style {
    height: 5px;
    background-color: #fff;
    position: relative;
    right: 370px;
    max-width: 317px;
}
.gas-card {
    min-height: 610px;
}
.gas-card-pic {
    background: url(../img/br/our-vision.jpg) left center no-repeat;
    background-size: cover;
    border-right: none;
}
.gas-card-pic {
    border-right: none;
}
.gas-card-wrapper {
    background: #052f48 url(../img/br/circle-back.png) center no-repeat;
    padding: 10%;
    height: 100%;
}
.gas-card-wrapper p {
    color: #fff;
    font-weight: lighter;
    max-width: 453px;
    font-size: 20px;
    padding: 35px 0 10px 28px;
}
.gas-main-wrapper {
    padding-left: 0;
}
.gas-card-content {
    position: relative;
    top: 88px;
}
.quote-back {
    background: url(../img/br/Quote.png) left top no-repeat;
    background-size: 15%;
}
.stgeneric-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(1rem, 0.805vw, 1rem);
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 12px 32px;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
    margin: 10px;
    text-transform: uppercase;
    color: #fff !important;
}
.white-ghost-btn {
    border: 2px solid #fff;
    background-color: #fff0;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    letter-spacing: 1px;
    padding: 12px 5px !important;
    text-transform: uppercase;
    width: 260px !important;
    display: block;
    text-decoration: none;
}
.ghost-gold-btn{
    border: 2px solid #f2da76;
    background: transparent;
    color: #f2da76 !important;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    letter-spacing: 1px;
    padding: 12px 5px !important;
    text-transform: uppercase;
    width: 260px !important;
    display: block;
    text-decoration: none;
    font-weight: 400 !important;
    text-align: center !important;
}
.nav-menu .ghost-gold-btn{
max-width: 150px !important;
}

.ghost-gold-btn:hover,
.ghost-gold-btn-nav:hover {
    border: 2px solid #f2da76;
    background-color: #f2da76;
    color: #000 !important;
    cursor: pointer;
    
}
.nav-menu .ghost-gold-btn span, .nav-menu .gold-btn span, .ghost-gold-btn span, .gold-btn span{
    padding-right: 0 !important;
}

.gold-btn, #contact .php-email-form button[type="submit"]{
        border: 2px solid #f2da76;
    background-color: #f2da76;
    color: #000 !important;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    letter-spacing: .05rem;
    padding: 12px 5px !important;
    text-transform: uppercase;
    width: 260px !important;
    display: block;
    text-decoration: none;
    text-align: center;
     font-weight: 400 !important;
}

.gold-btn:hover,
.gold-btn-nav:hover, #contact .php-email-form button[type="submit"]:hover {
    background: transparent;
    color: #f2da76 !important;
    cursor: pointer;
      border: 2px solid #f2da76;
}

.black-btn{
        border: 2px solid #000;
    background-color: #000;
    color: #fff !important;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    letter-spacing: 1px;
    padding: 12px 5px !important;
    text-transform: uppercase;
    width: 260px !important;
    display: block;
    text-decoration: none;
    text-align: center;
}

body .black-btn:hover,
body .black-btn-nav:hover {
    background: transparent;
    color: #000 !important;
    cursor: pointer;
      border: 2px solid #000;
}
.address-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.address-box {
  position: relative;
  padding: 72px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #f2da76;
}
.vid-header .midbtn{
    margin-left: 16px;
    margin-right: 16px;
}
.white-ghost-btn:hover,
.white-ghost-btn-nav:hover {
    background: #fff;
    color: #004595;
    cursor: pointer;
}
.blue-solid-btn,
,
.blue-solid-btn-whitebck {
    color: #fff;
    background: #052f48;
    border: 2px solid #052f48;
}
.blue-solid-btn:hover {
    background: #fff0;
    color: #fff;
    border: 1px solid #fff;
}
.blue-solid-btn-whitebck:hover {
    background: #fff0;
    border: 1px solid #004895;
    color: #004595;
}


#header.header-scrolled .white-ghost-btn-nav,
.internal-header .white-ghost-btn-nav {
    color: #004595;
    background: #fff0;
    border: 1px solid #004595;
    padding: 5px 32px;
    margin: 0;
}
#header.header-scrolled .white-ghost-btn-nav:hover,
.internal-header .white-ghost-btn-nav:hover {
    background: #004595;
    color: #fff !important;
}
.white-solid-btn {
    color: #004595;
    background: #fff;
    border: 1px solid #fff;
}
.white-solid-btn:hover {
    background: #fff0;
    color: #fff;
}
#video-section {
    position: relative;
    padding: 264px 0;
    background: linear-gradient(rgb(0 0 0 / 0.3), rgb(0 0 0 / 0.3)), url(../img/br/vid-back.jpg) no-repeat center center;
    background-size: cover;
}
.checkerboard-bck {
    background: url(../img/br/CheckerBoardSeemlessPattern.svg) center repeat-x;
    height: 40px;
}
.play-btn {
    width: 130px;
    height: 130px;
    background: radial-gradient(#ff3451 50%, rgb(255 52 81 / 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}
.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid #fff0;
    border-bottom: 20px solid #fff0;
    border-left: 38px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(255 52 81 / 0.7);
    left: 0%;
    background: #fff0;
}
.play-btn:hover::after {
    border-left: 15px solid #ff3451;
    transform: scale(20);
}
.play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 20px solid #fff0;
    border-bottom: 20px solid #fff0;
    border-left: 38px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}
@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
a {
    color: #ddd;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
   
    outline: none;
    text-decoration: none;
}
p {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: clamp(1rem, 1vw, 1rem);
    color: #fff;
    line-height: 1.75rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: capitalize;
}
.h2,
h2 {
    font-family: "Stay Classy SLDT", cursive;
    font-size: clamp(3.1rem, 8vw, 3.8rem);
    color: #fff;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    letter-spacing: 0.2px;
}
.service-sidebar h2{
    letter-spacing: 0.3px;
     font-size: clamp(3.1rem, 8vw, 3rem);
}
h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 30px;
  background-image: url('../img/br/swirl-from-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.h3,
h3 {
    font-size: 2.5rem;
}
.h4,
h4 {
    font-size: 1.75rem;
}
img {
    width: 100%;
}
.linked-logo {
        display: flex;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.logo-backgrd {
    transition: all 0.3s;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #5a5a5a;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}
.back-to-top:hover svg {
    font-size: 28px;
    color: #000;
    line-height: 0;
}
.back-to-top:hover {
    background: #f2da76;
    color: #000 !important;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #71b2e0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.logo-bottom-circle {
border: 2px solid #f2da76;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  z-index: 20;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.logo-bottom-circle img {
      width: 90%;
  height: auto;
  display: block;
}


.vid-header {
    position: relative;
    background-color: #000;
    height: 98vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    border-bottom: 8px solid #f2da76;
}
.vid-header video {
    position: absolute;
    top: 56%;
    left: 50%;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.vid-header .container {
    position: relative;
    z-index: 2;
}
.vid-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.75;
    z-index: 1;
}
.display-3 {
    font-size: clamp(3.5rem, 6.4vw, 6.375rem);
    font-weight: 700;
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}
@media all and (max-width: 600px) {
    .vid-info {
        width: 50%;
        padding: 0.5rem;
    }
    .vid-info h1 {
        margin-bottom: 0.2rem;
    }
}
@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}
#header {
    transition: all 0.7s;
    z-index: 997;
}
#header p {
    margin: 0;
    color: #004595;
    font-weight: 700;
}
#header.header-transparent,
#header.internal-header {
    background: #000;
    padding: 5px 115px;
}
#header.header-scrolled,
#header.header-scrolled .internal-header {
    background: #000;
    padding: 0;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 0.14), 0 3px 3px -2px rgb(0 0 0 / 0.12), 0 1px 8px 0 rgb(0 0 0 / 0.2);
    -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 0.14), 0 3px 3px -2px rgb(0 0 0 / 0.12), 0 1px 8px 0 rgb(0 0 0 / 0.2);
    -moz-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 0.14), 0 3px 3px -2px rgb(0 0 0 / 0.12), 0 1px 8px 0 rgb(0 0 0 / 0.2);
    transition: all 590ms;
    padding: 0 25px;
    top: 0 !important;
}
#header.header-scrolled .nav-menu a {
    font-size: 14px;
}
#header.header-scrolled .br-logo {
   
    width: 150px;
}
#header .logo {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    padding-left: 10px;
}
#header .logo-backgrd,
.internal-header .logo-backgrd,
.logo-backgrd {
    height: 80px;
}
#header.header-scrolled .logo-backgrd {
    height: 64px !important;
}
#header .logo a {
    color: #004595;
}
#header .logo img {
    width: 180px;
}

@media (max-width: 512px) {
    #header .br-logo {
        width: 48px;
    }
}
@media (max-width: 550px) {
    .brotox-bg{
        padding-top: 96px !important;
    }
  .logo-anchor-wrapper {
    display: none !important;
  }
  .headerh1{
    margin-bottom: 0;
  }
  .hero-paragraph{
    margin-bottom: 0;
  }
  .internal-hero{
    height: 50vh;
  }
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu > ul {
    display: flex;
    align-items: center;
}
.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}
.nav-menu a {
    display: block;
    position: relative;
    color: #f2da76;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: .05rem;
    text-decoration: none;
}
.social-icon-bar img {
    width: 37px;
}
.social-icon-bar ul li {
    list-style-type: none;
    display: inline-block;
}
.social-icon-bar ul {
    padding-left: 0;
    display: inline-flex;
}
.donate-blue {
    background: url(../img/br/donate3.svg) center no-repeat;
    background-position: 10px;
    text-align: left;
    padding-right: 70px;
    height: 53px;
    line-height: 31px;
}
.nav-menu a.donate-blue:hover {
    background: url(../img/br/donate4-hover.svg) center no-repeat;
    background-position: 10px;
    text-align: left;
    padding-right: 70px;
    height: 53px;
    line-height: 31px;
    color: #052f48 !important;
}
.donate-white {
    background: url(../img/br/donate-white-01.svg) center no-repeat;
    background-position: 10px;
    text-align: left;
    padding-right: 70px;
    height: 53px;
    line-height: 31px;
    color: #052f48 !important;
}
a.donate-white:hover {
    background: url(../img/br/donate-white-hover2.svg) center no-repeat;
    background-position: 10px;
    text-align: left;
    padding-right: 70px;
    height: 53px;
    line-height: 31px;
    color: #fff !important;
    text-decoration: none;
}
.nav-menu a.br-menu:hover::before,
.nav-menu li:hover > a.br-menu::before,
.nav-menu .br-menu .active::before {
    visibility: visible;
    width: 70px;
}
.nav-menu a.ltw-about:hover::before,
.nav-menu li:hover > a.ltw-about::before,
.nav-menu .ltw-about .active::before {
    left: -10px;
}
.nav-menu a span {
    padding-right: 10px;
}
/* Base dropdown-menu styling & smooth fade */
.dropdown-menu {
 background-color: #171717;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 10px 15px;     /* from .custom-align-dropdown */
  max-width: none;        /* allow it to expand */
}
.singledrop{
    padding: 1rem !important;
    min-width: auto !important;
}
.singledrop .dropdown-item{
    padding: 5px 15px !important;
}
/* Show on hover or via “show” class */
.nav-item.dropdown:hover .dropdown-menu,
.show > .dropdown-menu {
  display: block;         /* ensure it renders */
  margin-top: 0;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Remove default caret */
.dropdown-toggle::after {
  display: none;
}


@media (min-width: 992px) { /* adjust 992px to your desktop breakpoint */
  .custom-align-dropdown {
    display: flex;
    padding: 0;
    white-space: nowrap;
  }
} 
.custom-align-dropdown > li {
  display: flex;
  width: 100%;
}

.custom-align-dropdown .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  padding: 20px;
}


/* Fix alignment of dropdown to its parent’s right edge */
.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown .dropdown-menu {
  left: auto;
  right: 0;
}

/* Dropdown item styling */
.dropdown-menu .dropdown-item, .main-link-dropdown .dropdown-item {
  color: #f2da76;
  padding: 0.25rem 0;
  transition: color 0.3s;
  font-size: 14px;
}

.dropdown-menu .dropdown-item:hover, .main-link-dropdown .dropdown-item:hover  {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

/* Section headers inside dropdown */
.li-headers {
  letter-spacing: 0.03rem;
  color: #fff;
  margin-bottom: 5px;
}

/* Column dividers */
.border-start {
  border-left: 1px solid #4f4f4f !important;
}

/* Always center the dropdown under its parent, with a slight left offset */
.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown .dropdown-menu.custom-align-dropdown {
  position: absolute;
  top: 100%;  
  left: calc(290% + -331px) !important;  /* nudge 20px to the right of the parent’s midpoint */
  right: auto !important;
  transform: translateX(-50%) !important; /* center by its own width */
  margin: 0;
  will-change: transform;
}

/* Default: one long row */
.dropdown-menu.custom-align-dropdown .row {
  display: flex;
  flex-wrap: nowrap;
}

/* Responsive multi-column wrap */
@media (max-width: 1525px) {
  .dropdown-menu.custom-align-dropdown .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
  }

  .dropdown-menu.custom-align-dropdown .row > .col {
    flex: 0 0 32%;
    max-width: 32%;
    box-sizing: border-box;
    padding: 0 0.75rem;
    margin-bottom: 1rem;
  }

  /* give each link some breathing room */
  .dropdown-menu.custom-align-dropdown .dropdown-item {
    display: block;
  }

  .dropdown-menu {
    min-width: 800px;
  }
}


#navbar-toggler{
    top: 23px;
}

#navbar-toggler.navbar-toggler-scrolled {
    top: 27px;
}
.navbar-toggler span {
    display: block;
    background-color: #052f48;
    height: 2px;
    width: 40px;
    margin: 2px 0 6px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.mobile-nav-active .navbar-toggler span,
.mobile-nav-active #navbar-toggler.navbar-toggler-scrolled span {
    background-color: #fff;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
}
.mobile-nav-active .navbar-toggler span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}
.navbar-toggler span:nth-child(2) {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 1;
}
.mobile-nav-active .navbar-toggler span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: #fff0;
    opacity: 0;
}
.mobile-nav-active .navbar-toggler span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
.mobile-nav-toggle {
    position: fixed;
    right: 26px;
    top: 62px;
    z-index: 10000;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #002169;
}
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;              /* start fully off-screen */
  width: 90%;                /* or whatever width you like */
  max-width: 400px;
  height: 100vh;
  background: #171717;       /* match your dark nav */
  overflow-y: auto;
  z-index: 9999;
  transition: right 0.3s ease;
  padding: 96px 0;
}
/* 2) When active, push it into view */
body.mobile-nav-active .mobile-nav {
  right: 0;
}
@media (max-width: 991px) {
  #header .br-logo {
    width: 150px;
  }
   #header.header-scrolled .br-logo {
    width: 110px;
  }
  #navbar-toggler.navbar-toggler-scrolled{
    top: 15px;
  }
   body #header.header-scrolled {
       height: 64px;
       background-color: #171717;
  }
  #header.header-scrolled {
    padding: 0 0 0 5px !important;
  }
}


.mobile-nav-toggle span {
  display: block;
  width: 45px;
  height: 2px;
  margin: 8px;
  background: #fff;
  transition: transform 0.3s ease;
}
.mobile-nav-overlay {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(26 26 26 / 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}
.dropdown-divider {
    border-top: 1px solid #333;  
}
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav a {
    display: flex;
    position: relative;
    color: #333;
    padding: 10px 22px;
    font-weight: 400;
    font-size: 18px;
    outline: none;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
.mobile-nav ul li .white-ghost-btn-nav {
    max-width: 50%;
    margin: 22px auto;
    padding: 10px;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}
.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}
.mobile-nav .drop-down > a {
    padding-right: 35px;
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav .drop-down li {
    padding-left: 20px;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
    color: #fff !important;
    z-index: 99999;
}
#intro {
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
    position: relative;
}
@media (max-height: 500px) {
    #intro {
        height: 150vh;
    }
}
#intro .carousel,
#intro .carousel-inner,
#intro .carousel-item,
#intro .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#intro .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-fade .carousel-item {
    transition-duration: 5s !important;
}
#intro .carousel-item::before {
    content: "";
    background-color: rgb(0 0 0 / 0.4);
}
#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 160px;
    left: 0;
    right: 330px;
}
@media (max-width: 769px) {
    .vid-header .midbtn{
    margin-left: 0;
    margin-right: 0;
    }
    .three-pics {
        margin-bottom: 25px;
    }
    .three-pics:last-child {
        margin-bottom: 0;
    }
    #header.header-transparent,
    #header.internal-header {
        padding: 5px 15px;
    }
    .topbar {
        justify-content: center;
    }
    #intro h1 {
        font-size: 28px;
    }
    [data-aos="flip-left"].aos-animate {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        transition-delay: 0s !important;
        -webkit-transition-delay: 0s !important;
        -moz-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        -ms-transition-delay: 0s !important;
        transition-duration: 0s !important;
        -webkit-transition-duration: 0s !important;
        -moz-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        -ms-transition-duration: 0s !important;
        transition-timing-function: none;
        -webkit-transition-timing-function: none !important;
        -moz-transition-timing-function: none !important;
        -o-transition-timing-function: none !important;
        -ms-transition-timing-function: none !important;
    }
    .gas-card-content {
        top: 30px;
    }
    .gas-card-pic {
        min-height: 350px;
    }
    .hr-style {
        right: 60px;
    }
    #bible-vs p {
        padding: 0 15px;
    }
    #header,
    #header.header-scrolled {
        padding: 5px 0;
    }
    #header .logo-backgrd {
        height: 70px;
    }
    .gas-card {
        min-height: 360px;
    }
    .call-svg {
        margin: 0 auto 0 37px;
    }
    .mobile-nav-toggle > #header.header-scrolled {
        top: 10px;
    }
    .donate-white {
        margin: 0 auto;
        width: 168px;
    }
    .wave-shape svg {
        height: 47px;
    }
    .donate-blue {
        background-position: center;
        line-height: 42px;
        height: 73px;
        padding-right: 47px !important;
    }
    .mobile-nav a {
        font-size: 18px;
    }
    .owl-dots {
        display: none;
    }
    #header.header-transparent {
        background: #000;
    }
    #header.header-scrolled {
        background: #000;
    }
}
@media (max-width: 992px) {
    #hungry-section,
    #menu-section {
        background-attachment: scroll;
    }
}
#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}
@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}
#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}
#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.4s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10%;
    z-index: 9;
}
.ion-chevron-left:before,
.ion-chevron-right:before {
    content: "";
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 140px;
    height: 60px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url(../img/br/left-arrow.svg) !important;
}
.carousel-control-next-icon {
    background-image: url(../img/br/right-arrow.svg) !important;
}
#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    font-size: 32px;
    line-height: 1;
}
#intro .carousel-indicators li {
    cursor: pointer;
}
@media (min-width: 1024px) {
    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}
.slider-btn {
    position: relative;
    z-index: 9;
    margin-bottom: 55px;
}
@media (min-width: 820px) and (max-width: 1024px) {
    .about-section,
    .contact-section {
        margin-top: 160px;
    }
}
.call-svg {
    width: 110px;
    margin: 0 auto;
}
.carousel-control-next,
.carousel-control-prev {
    transition-duration: 0.1s !important;
}
textarea.form-control {
    height: 200px;
}
.info-wrap {
    padding: 30px;
}
.contact .info{
    background: #434343; 
}
.contact .info svg{
    color: #f2da76;
}
.contact .info i {
    font-size: 20px;
    color: #ffb03b;
    float: left;
    width: 44px;
    height: 44px;
    background: #fff6e8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 24px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #f2da76;
}
#contact .info-wrap p {
    line-height: 1.5rem !important;
    padding-left: 25px;
}
.contact .info:hover i {
    background: #ffb03b;
    color: #fff;
}
.contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: #434343;
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #ddd;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #ddd;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
    background: #ffb03b;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
 }
.contact .php-email-form button[type="submit"]:hover {
    background: #ffa012;
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.internal-page .section-title {
    text-align: center;
}
