html {
    overflow-x: hidden;
}
a,
body,
p,
input,
select,
optgroup,
textarea {
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
a:hover{
    color: #34DDFF;
}
a{
    color: inherit;
}

img {
	height: auto;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.navik-menu ul li>a {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}
.center-menu-2 .navik-menu {
    border-top:none;
}
.navik-header {
    background-color: #34DDFF;
}
.navik-header.center-menu-2 .logo img {
    max-width: 180px;
/* 	filter: invert(1) brightness(100); */
}

/* Logo Carousel */
.logos-scrolling {
    width: 100%;
    overflow: hidden;
    position: absolute;
    background: rgb(0 0 0 / 70%);
    top: 0;
    z-index: 2;
}

.slide-track {
  display: flex;
  animation: scroll 30s linear infinite;
}

.logos-slide {
  flex: 0 0 auto; 
  margin-right: 50px; 
}

.logos-slide img {
    width: 42px;
}

/* Keyframe for scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.slide-track {
  -webkit-animation: scroll 30s linear infinite; 
  -moz-animation: scroll 30s linear infinite; 
  -ms-animation: scroll 30s linear infinite; 
  animation: scroll 30s linear infinite; 
}



/* Video Header Style */
.video-banner-outer {
    position: relative;
    height:100vh;
    overflow: hidden;
}

#bannerVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-inner-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.slidercontnt .bx-wrapper, .slidererydots .bx-wrapper {
    position: relative;
    margin: 0px;
}
.slidercontnt .bx-wrapper .bx-controls-auto, .slidercontnt .bx-wrapper .bx-pager, .slidererydots .bx-controls-auto, .slidererydots .bx-pager{
    bottom: 25px;
}
.slidercontnt .bx-wrapper .bx-pager.bx-default-pager a, .slidererydots .bx-pager.bx-default-pager a{
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #ffffff80;
}
.slidercontnt .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active, .slidererydots .bx-pager.bx-default-pager a.bx-pager-link.active{
    background: #ffffffed;
}
.newsltterfrm form {
    display: flex;
    width: 100%;
    align-items: flex-end;
}
.newsltterfrm form .wpforms-field {
    padding: 0px;
}
.newsltterfrm form input {
    border: none !important;
    background: transparent !important;
    border-bottom: 1px solid #5a5a5a !important;
    border-radius: 0px !important;
}
.newsltterfrm form .wpforms-field-container {
    width: 100%;
}
.newsltterfrm form .wpforms-submit-container button.wpforms-submit {
    width: 150px;
    border-radius: 0px !important;
    background: #241e15 !important;
    margin-left: 21px;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    height: 47px !important;
}
.newsltterfrm form .wpforms-submit-container button.wpforms-submit:hover {
    background: #86421F !important;
}
.newsltterfrm form label.wpforms-field-label {
    font-weight: 400;
}
.newsltterfrm form .wpforms-field input.wpforms-error:focus, .newsltterfrm form .wpforms-container-full select:focus:invalid, .newsltterfrm form input:focus{
box-shadow: none !important;
}
.newsltterfrm form em.wpforms-error{
    position: absolute !important;
}
.newsfrms {
    position: relative;
}
.form_partis button.wpforms-submit {
    background: transparent !important;
    border: 1px solid #fff !important;
    height: 49px !important;
}
.form_partis button.wpforms-submit:hover {
    background: #fff !important;
}
.form_partis button.wpforms-submit:focus, .form_partis button[type=submit]:not(:hover):not(:active) {
    outline: none !important;
    box-shadow: none !important;
}
.form_partis button[type=submit]:focus:after{
    border: none !important;
}
.form_partis textarea:focus, .form_partis input:focus, .form_partis select:focus{
border-color: #fff !important;
box-shadow: none !important;
}
.wpforms-field.wpforms-field-html {
    margin-top: 15px;
    color: #fff;
}

/* Container for masonry layout */
.menu_container.single-card {
    -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1; 
        width: 500px;
        margin: auto;
}

.menu_container.single-card .menu_cardbx {
    width: 100%;
}



.menu_container.multiple-cards {
    -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1; 
}

.menu_cardbx {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    margin: 10px 5px;
/*     -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
	border: 1px solid #e4e4e4;
    display: inline-block;
    break-inside: avoid;
    width: 100%;
}

.menu_tems_imgaes img {
    width: 100%;
    height: auto;
}

.menu_itemnameprcwrp h4 {
    margin: 0;
}

.menu_itemnameprcwrp span {
    font-weight: bold;
}

.menuitemsdscrn p {
    margin: 0;
    color: #000;
}

.menu_container.single-card {
    grid-template-columns: 1fr;
    justify-content: center; 
}

.menu_container.single-card .menu_cardbx {
    width: 100%;
}
.menu_tab_bttn ul#pills-tab {
/*     justify-content: center; */
    gap: 12px;
}
.menu_tab_bttn button.nav-link {
    border: none;
    border-radius: 0px;
    padding: 0px 30px;
    height: 42px;
    font-size: 18px;
    text-transform: uppercase;
    background: #241e15;
    color: #fff;
}
.menu_tab_bttn a.nav-link {
    border: none;
    border-radius: 0px;
    padding: 0px 16px;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 500;
    border: 1px solid #000;
}
.menu_tab_bttn li.nav-item button.nav-link.active,  .menu_tab_bttn button.nav-link button.nav-link:hover{
    background: #34DDFF !important;
}
.menu_tab_bttn li.nav-item a.nav-link.active,  .menu_tab_bttn a.nav-link button.nav-link:hover{
    background: #34DDFF !important;
	border-color: #34DDFF;
}
.menu_tab_bttn {
    padding-bottom: 30px;
}
.menucategname h3 {
    text-transform: uppercase;
    font-size: 28px;
    color: #34DDFF;
    font-weight: 400;
	word-break: break-all;
}
.menucategname {
    text-align: center;
    margin-bottom: 25px;
}
.menu_cardwrpas {
    max-width: 1100px;
    margin: auto;
}
.menu_itemnameprcwrp {
    display: flex;
    align-items: flex-start;
    padding-bottom: 7px;
}
.menu_tems_imgaes {
    padding-bottom: 15px;
}
.menu_itemnameprcwrp h4 {
    margin: 0;
    width: 100%;
    font-size: 18px;
    color: #34DDFF;
    font-weight: 400;
    font-family: inherit;
}
.menu_itemnameprcwrp span {
    /* white-space: nowrap; */
    font-size: 18px;
    color: #34DDFF;
    font-weight: 400;
    font-family: inherit;
    word-break: auto-phrase;
	text-align:right;
}
.menuitemsdscrn {
    padding-bottom: 19px;
}
.menu_temswrps {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 19px;
}
.toparanav {
    text-align: center;
    background: #353638;
    padding: 7px;
}
.toparanav p {
    margin: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.toparanav a {
    background: #FFFFFF;
    padding: 4px 13px;
    display: inline-block;
    margin-left: 18px;
    font-size: 13px;
    color: #000;
}
.navik-header.sticky .toparanav {
    display: none;
}
ul.socialnav li.social-links.social-icons-holder.social-square a i:before{
    font-family: fontAwesome;
}
.formdsnsparty label.forminator-label {
    display: none !important;
}
.formdsnsparty .forminator-row {
    margin-bottom: 14px !important;
}
.formdsnsparty input, .formdsnsparty .select2-selection, .formdsnsparty input, .formdsnsparty textarea {
    /* background: transparent !important; */
    border-color: #fff !important;
}
.formdsnsparty .forminator-input-with-icon label {
    position: absolute !important;
    top: 20px !important;
}
.formdsnsparty .forminator-field-html .forminator-field.forminator-merge-tags {
    color: #fff !important;
    position: relative;
    top: 10px;
    font-weight: 300;
}
.formdsnsparty button.forminator-button.forminator-button-submit {
    width: 100% !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    height: 48px !important;
    margin-top: 13px !important;
    text-transform: uppercase;
    font-size: 17px !important;
    font-weight: 400 !important;
}
.formdsnsparty button.forminator-button.forminator-button-submit:hover {
    background: #ffffff !important;
    color: #000 !important;
}
.newsltterfrm span.forminator-error-message {
    position: absolute;
}
.newsltterfrm .forminator-row {
    width: 100%;
}
.newsltterfrm .forminator-row.forminator-row-last {
    width: auto;
}
.newsltterfrm button.forminator-button.forminator-button-submit {
    background-color: #241e15 !important;
    background: #241e15 !important;
    color: #fff !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #241e15 !important;
    width: 150px !important;
    margin-left: 20px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}
.newsltterfrm button.forminator-button.forminator-button-submit:hover{
    background-color: #34DDFF !important;
    background: #34DDFF !important;
    color: #fff !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #34DDFF !important;
}
.uabb-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 12px;
}
.uabb-testimonial-author .uabb-testimonial-author-name {
    /* flex: 1; */
    flex: 0 0 100%;
}

.uabb-testimonial-author-description {
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
	padding-bottom:60px;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {  
    bottom: 0;  
}
.uabb-testimonial-author-designation {
    position: absolute;
    bottom: 0;
    left: 68px;
    font-size: 19px;
    font-weight: 700;
}

.uabb-testimonial-author { 
    justify-content: left; 
}
.uabb-testimonial .uabb-rating {
    padding-left: 68px;
    position: relative;
    top: 12px;
}

.uabb-testimonial-author-description:before {
        position: absolute;
    left: 5px;
    font: normal normal normal 48px / 1 FontAwesome;
    background: url(/wp-content/uploads/2025/03/quotes-icon.png);
    width: 48px;
    height: 48px;
    background-size: 100%;
    content: '';
}
.uabb-testimonial-author-description:after {
/*     content: "\f10e";
    position: absolute;
    right: 5px;
    bottom: 0px;
    color: #bc000e;
    font: normal normal normal 48px / 1 FontAwesome; */
}
.navik-menu ul li:hover>a {
	color:rgb(255 255 255 / 87%);
}
.navik-menu ul li.current-menu-item>a {
    color: #fff;
}

.navik-menu ul li.current-menu-item>a {
	font-weight:bold;
}
ul.socialnav li:hover>a {
/*     color: #fff; */
}
ul.socialnav li>a:hover {
    color: #fff;
}
.acceblity h1 {
    font-size: 36px;
    font-weight: 400;
}
.acceblity h2 {
    font-weight: 400;
    font-size: 30px;
    margin-top: 40px;
}
div#tnp-modal-body h2 {
    font-size: 51px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
div#tnp-modal-body p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}
.tnp.tnp-subscription.tnp-subscription-popup {
    margin: 0px;
    width: 100% !important;
    max-width: 100%;
}
.tnp.tnp-subscription.tnp-subscription-popup form {
    width: 100% !important;
}
.tnp.tnp-subscription.tnp-subscription-popup input[type=email], .tnp.tnp-subscription.tnp-subscription-popup input[type=text] {
    height: 49px;
    background: transparent;
    border: 1px solid #000;
}
.tnp.tnp-subscription.tnp-subscription-popup .tnp-field.tnp-field-email label, .tnp.tnp-subscription.tnp-subscription-popup .tnp-field.tnp-field-profile label {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}
.tnp.tnp-subscription.tnp-subscription-popup .tnp-field.tnp-field-email, .tnp.tnp-subscription.tnp-subscription-popup .tnp-field.tnp-field-profile {
    margin-bottom: 36px;
}
.tnp.tnp-subscription.tnp-subscription-popup .tnp-field.tnp-privacy-field a {
    color: inherit;
    text-decoration: none;
}
.tnp.tnp-subscription.tnp-subscription-popup .tnp-field.tnp-privacy-field {
    margin-bottom: 40px;
}
.tnp.tnp-subscription.tnp-subscription-popup input.tnp-submit {
    width: 100%;
    height: 49px;
    background: #2a2a2a;
    text-transform: uppercase;
    font-size: 18px;
}
#tnp-modal-content {
    max-width: 600px !important;
}
.tnp.tnp-subscription.hide {
    display: none !important;
}
.navik-menu.submenu-top-border li>ul {
    border-top: 1px solid #34DDFF;
}
.navik-menu li>ul {
    padding: 9px 0;
    background-color: #241e15;
}

.navik-menu ul ul li>a {
    font-size: 14px;
    font-style: normal;
    color: #fff !important;
    text-transform: uppercase;
}
.no-scroll {
	overflow: hidden !important;
    height: 100%;
}
html{
    height: 100%;
}
.forminator-error-message {
    background-color: transparent !important;
    padding: 0px !important;
}
.newslttrhmefrm .tnp.tnp-subscription {
    margin: 16px !important;
}
.newslttrhmefrm .tnp.tnp-subscription form {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.newslttrhmefrm .tnp.tnp-subscription form .tnp-field.tnp-field-email {
    width: 100%;
    margin-right: 22px;
}
.newslttrhmefrm .tnp.tnp-subscription form .tnp-field.tnp-field-email input[type=email] {
    background: transparent !important;
    border-bottom: 1px solid #000;
}
.newslttrhmefrm .tnp.tnp-subscription form input.tnp-submit {
    text-transform: uppercase;
    font-size: 16px;
}
.newslttrhmefrm .tnp.tnp-subscription form .tnp-field.tnp-field-email input[type=email]:focus-visible {
    box-shadow: none;
    outline: none;
}

.footer-links a:hover {
    color: rgb(255 255 255 / 90%) !important;
}

.navik-header {
    z-index: 99;
}

/* Terms Condtions & Privacy */
.terms-conditions h1, .privacy-heading h1 {
    font-size: 48px;
    margin: auto;
    font-weight: 400;
}
.terms-conditions h3, .privacy-content h3, .privacy-content h4  {
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}

.privacy-content a {
    color: #34DDFF;
}

.privacy-content a:hover {
	text-decoration:underline;
}

/* Job Form */
form#forminator-module-311 {
    max-width: 640px;
    margin: auto;
}
.form-field-forminator label {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 500 !important;
    margin-bottom: 4px !important;
}


.forminator-field-consent p, .forminator-field-consent p a {
    font-size: 16px !important;
    margin-bottom: 10px;
  
}

.forminator-field-consent p a, .forminator-field-consent p a:hover  {
    color: #34DDFF;
    text-decoration: underline;
}

.terms-message-list li {
    font-size: 16px;
    margin-bottom: 4px;

}

.forminator-ui#forminator-module-311.forminator-design--default .forminator-button-submit {
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
}

.forminator-ui#forminator-module-311.forminator-design--default .forminator-label {
    font-size: 16px !important;
    margin-bottom: 20px;
}

.forminator-ui#forminator-module-311.forminator-design--default .forminator-file-upload > span {
    color: #444 !important;
    font-size: 14px !important;
}

.careers-form .forminator-row {
    margin-bottom: 20px !important;
}

/* Catering Form */
.cateringform .forminator-row {
    margin-bottom: 20px !important;
}
#forminator-module-326 button.forminator-button.forminator-button-submit {
    width: 100%;
    text-transform: uppercase;
}

.forminator-ui#forminator-module-326.forminator-design--default .forminator-label {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 8px;
}

.cateringform form#forminator-module-326 {
    background: #fff;
    padding: 16px;
    border: 1px solid #ededed;
}

.iti__flag-container {
    display: none;
}

#forminator-module-326 .forminator-field.forminator-merge-tags {
    position: relative;
    top: 10px;
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Custom Newsletter */
.modal-newsletter {	
	color: #9f9f9f;
	max-width: 525px;
	font-size: 15px;
}		
.modal-newsletter .modal-content {
	padding: 40px 20px;
	border-radius: 0px;		
	border: none;
}
.modal-newsletter .modal-header {
	border-bottom: none;   
	position: relative;
	text-align: center;
	border-radius: 5px 5px 0 0;
    padding: 0;
}
.newsletter-heading {
	color: #000;
	text-align: center;
	font-weight: 500;
    font-size: 37px;
	margin: 0;		
	text-transform: uppercase;
}	
.modal-newsletter .close {
    position: absolute;
    top: -25px;
    right: 0;
    color: #000000;
    text-shadow: none;
    opacity: 0.7;
    font-size: 30px;
    font-weight: normal;
}
.modal-newsletter .close:hover {
	opacity: 0.8;
}
.newsletter-form .form-control, .newsletter-form .btn {
	min-height: 46px;
	border-radius: 1px; 
}
.newsletter-form .form-control {
	box-shadow: none;
	background: transparent;
	border-color: #ccc;
}
.newsletter-form .form-control:focus {
	border-color: #86421f;
	/* box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); */
}
.newsletter-form .btn {
	color: #fff;
	background: #34DDFF;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	padding: 6px 20px;
	border: none;
	margin-top: 20px;
	text-transform: uppercase;
    font-weight: 500;
}
.newsletter-form .btn:hover, .newsletter-form .btn:focus {
	background: #000;
	outline: none;
	/* box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); */
}


.hint-text {
	margin: 20px auto;
	text-align: center;
}
.custome-label-color {
    color: #212529;
}

/* Privacy */
.privacy-tex {
    flex-direction: row-reverse;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    justify-content: flex-end;
}

.mandatory {
    color: red;
}

.privacy-tex a {
    text-decoration: underline !important;
    color: #34DDFF !important;
}
.checkinput {
    margin-right: 8px;
}


.newsletter-form label.error {
    font-size: 12px;
    color: red;
    position: absolute;
}

#Privacy-error {
    bottom: -22px;
}
#already-email, #already-email1 {
    color: red;
    margin-bottom: 10px;
}

.navik-header.center-menu-2 .logo {
    background: #fff;
}

.desktopsocial .social-links a {
    font-size: 20px;
}

ul.socialnav.mobilesocial li a {
    font-size: 22px;
}



@media (max-width:1199px) {
    .video-banner-outer {
    height: 80vh;
    overflow: hidden;
}
}

.fa.sizeIcon {
    font-size: 15px;
}



/* Menu Poppup */
.modal-header .close {
  outline: none;
}

.modal.modal-fullscreen .modal-dialog .modal-content .modal-header, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header {
    background-color: #f5f3f0;
	padding: 16px 32px;
	border-bottom: 0;
  }

.modal.modal-fullscreen .modal-dialog .modal-content .modal-body, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
	padding:24px 32px;
}

        @media (max-width: 767px) {
  .modal.modal-fullscreen, .bootstrap-fs-modal .modal {
    box-shadow: 0px 0px 0px 100px white;
  }
  .modal.modal-fullscreen .modal-dialog, .bootstrap-fs-modal .modal .modal-dialog {
    margin: 0;
    height: 100%;
    max-width: 100%;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content, .bootstrap-fs-modal .modal .modal-dialog .modal-content {
    border-style: none;
    border-radius: 0;
    height: 100%;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header {
    justify-content: flex-start;
    min-height: 50px;
    line-height: 50px;
    padding: 0;
    background-color: #f5f3f0;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-title, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .modal-title {
    white-space: nowrap;
    line-height: 50px;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .close {
    float: none;
    order: -1;
    margin: 0;
    padding: 0;
    margin-right: 12px;
    height: 50px;
    color: transparent;
    text-shadow: none;
    opacity: 1;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close:before, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .close:before {
    border-style: solid;
    border-color: #34DDFF;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    left: 0.55em;
    position: relative;
    top: 0.28em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.5em;
    transform: rotate(-135deg);
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0 10px 0 0;
    height: 50px;
    min-height: 50px;
    line-height: 50px;
    background-color: #f8f8f8;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn {
    border: none;
    background-color: transparent;
    margin: 0 0 0 10px;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 1.0rem;
    color: #34DDFF;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn:hover, .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn:active, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn:hover, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn:active {
    text-decoration: underline;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn[data-dismiss="modal"], .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn[data-dismiss="modal"] {
    display: none;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .material-icons, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .material-icons {
    vertical-align: middle;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .fa, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .fa {
    vertical-align: middle;
    font-size: 1.25em;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-body, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
    flex-shrink: 3;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal.modal-fullscreen-bottom-footer .modal-dialog .modal-content .modal-footer, .modal-fullscreen-bottom-footer .modal .modal-dialog .modal-content .modal-footer {
    position: inherit;
    top: inherit;
    right: inherit;
    padding: 15px;
    margin: 0;
  }
  .modal.modal-fullscreen-bottom-footer .modal-dialog .modal-content .modal-footer .btn, .modal-fullscreen-bottom-footer .modal .modal-dialog .modal-content .modal-footer .btn {
    margin: 0 0 0 18px;
  }			
.uabb-testimonial .uabb-rating {
    padding-left: 0;
}
.uabb-testimonial-author-designation {
    left: auto; 
	right:auto;
	font-size:16px;
	bottom:20px;
}
.uabb-testimonial-author-description {
    text-align: center !important;
}
.uabb-testimonial-author {
    justify-content: center;
}
			
}
@media (min-width: 768px) {
  .modal.modal-fullscreen .modal-dialog .modal-content, .bootstrap-fs-modal .modal .modal-dialog .modal-content {
    max-height: calc(100vh - 60px);
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-body, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
    flex-shrink: 3;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal.modal-fullscreen .modal-dialog, .bootstrap-fs-modal .modal .modal-dialog {
    max-width: 640px;
  }
  
	 .modal.modal-fullscreen .modal-header .close {
    outline: none;
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: -4px;
    padding: 0;
    justify-content: center;
}
	
	 .modal.modal-fullscreen .modal-content {
		border-radius: 15px;
	}
	.modal.modal-fullscreen .modal-dialog .modal-content .modal-header, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
	
}


.group-items-list {
    margin: 0;
    padding: 0;
}

.group-items-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 12px 0;
    font-size: 1em;
}

.group-items-list p {
    margin: 0;
}

.group-sec-heading {
    padding: 16px 0 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "EB Garamond", serif;
    color: #34DDFF;
	font-size: 17px;
}
.modal-fullscreen .modal-body p {
    margin: 0;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-title, .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .modal-title {
    text-transform: uppercase;
    font-weight: bold;
  }
  .modal-fullscreen .modal-body {
    padding-bottom: 32px;
}

.menu_temswrps a {
    cursor: pointer;
}

/* End Pop Up */



.bx-wrapper {
	margin-bottom:0px;
}


.address-block * {
    color: #000000;
}

.address-block {
    max-width: 340px;
    width: 100%;
    margin: auto;
}

.grid-box {
    display: grid;
    grid-template-columns: 100px 1fr;
    margin-bottom: 10px;
}
.address-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sk_eventbrite_events_options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 10px;
}

.sk_eventbrite_events_grid_view_title {
    text-align: center;
	margin-bottom:24px !important;
}

/* Franchise */
.franchise-video {
    padding: 8px;
    border: 8px outset #dddddd;
    background: #292929;
}

.franchise-logo {
    display: flex;
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
.franchise-logo img {
    max-width: 250px;
}
.franchise-blocl-content h2, .franchise-blocl-content h3 {
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1.5em;
}
.franchise-blocl-content p {
    font-size: 18px;
}
.francise-top-block h2:first-child {
    margin-top: 0;
}
.franchise-faq h2:first-child, .interested {
    font-weight: 500;
}
.mfb-founder a {
    color: #34DDFF;
}


.sk-eventbrite-event {
    background: #e3f2fd !important;
}

/* Custom Testimonial Slider */

.review-heading {
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 60px;
    left: 50%;
    color: #fff;
    z-index: 2;
    transform: translateX(-50%);
}

#testimonialCarousel .carousel-item {
    padding: 140px 24px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	
}

.testimonial-content {
    max-width: 760px;
    margin: 20px auto;
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
	z-index: 2;
	min-height: 210px;
}
   
.carousel-indicators {
    bottom:60px;
}
.carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
}

.rating-reviews i {
    color: #ffa000;
}

.rating-reviews {
    display: flex;
    margin-bottom: 10px;
    gap: 3px;
    font-size: 18px;
}
.testimonial-desc {
    position: relative;
    font-size: 24px;
    font-style: italic;
    color: #fff;
}

.testimonial-desc:before {
    position: absolute;
    left: -64px;
    font: normal normal normal 48px / 1 FontAwesome;
    background: url(/wp-content/uploads/2025/03/quotes-icon.png);
    width: 48px;
    height: 48px;
    background-size: 100%;
    content: '';
}

.testimonial-author {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 0px;
}
.carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 0.8;
}

/* Modal Css */
/* .modal-content {
     position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 64px);
    overflow-y: auto;
} */
/* .modal-newsletter .modal-content .modal-header {
    position: sticky;
    top: 0;
    z-index: 99;
} */

.modal-main .modal-dialog {
    max-width: 450px;
}

.modal-main .modal-body {
    padding:0;
}
body.modal-open, .modal-main {
    padding-right: 0px !important;
}


.modal-main .modal-header .close {
    background: #34DDFF;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    display: flex;
    padding: 0;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 16px;
    z-index: 99;
}
.modal-main .modal-header {
    padding: 0;
}


#carouselExampleControls .carousel-item:after {
  display:none !important;
}

#carouselExampleControls .carousel-control-prev img, #carouselExampleControls .carousel-control-next img  {
    height: 32px;
    width: 32px;
}

.images-block-abt {
    position: relative;
}

.title-guest {
    padding: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    width: 100%;
	-webkit-box-shadow: 0 4px 5px 0px rgb(0 0 0 / 80%);
	box-shadow: 0 4px 5px 0px rgb(0 0 0 / 80%);
}
.franchise-blocl-content a {
    color: #34DDFF;
}

.header-overtext .fl-heading-text {
    font-size: 24px;
}
.header-subtext p {
    font-size: 58px;
    font-weight: 600;
    line-height: 1.1em;
}


/* API Data Style */

#container-eventbrite {
    position: relative;
}
#container-eventbrite .slick-slide img {
    height: 150px;
	margin-top:10px;
    object-fit: cover;
    object-position: center;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#container-eventbrite .slick-slide img:hover {
	box-shadow:0px 0px 10px #fc4444;
}
#container-eventbrite .slick-slide {
  margin: 0 7px;
}
#container-eventbrite .slick-list {
  margin: 0px -7px 0px -7px;
}
        #container-eventbrite .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
    background: no-repeat;
    cursor: pointer;
    z-index: 2;
}

#container-eventbrite .slick-arrow:focus {
    outline: none;
}

#container-eventbrite .slick-arrow img {    
    filter:invert(1)
}

#container-eventbrite .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -48px;
}

#container-eventbrite .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -48px;
}
#container-eventbrite .slick-disabled img {
    filter: contrast(0.2);
}
.see-all-events {
    display: flex;
    justify-content: center;
    margin: 14px 0px 0px;
    font-size: 18px;
    font-weight: 500;
}
.see-all-events a, .see-all-events a:hover, .see-all-events a:focus {
    font-weight: 600;
    text-decoration: underline !important;
    text-transform: uppercase;
    font-size: 16px;
    text-underline-offset: 4px;
}

@media(max-width:1199px) {
    #container-eventbrite .slick-arrow {
    background: rgba(255,255,255,0.8);
    border: 1px solid #fff;
}
#container-eventbrite .slick-next {
   right:0;
}
#container-eventbrite .slick-prev {
   left:0;
}
}

/* Floating links */

.float-social-icons {
    position: fixed;
    left: 10px;
    top: 55%;
    transform: translateY(-55%);
    z-index: 99;
}

.icon-float a {
    background: #e53935;
    margin-bottom: 10px;
    padding: 10px;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.icon-float a img {
    height: 25px;
}

.icon-float a:hover {
    background: #34DDFF;
}

/* Events Card */

.month-title {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    /* margin-bottom: 8px; */
}

.hero-section-events {
    background: rgb(225 225 225 / 80%);
    padding: 12px 16px;
    max-width:100%;
}
.event-details1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid #adadad;
    padding: 6px 0px;
}

.share-btn {
    font-size: 13px;
    font-weight: 700;
    padding-right: 4px;
}

.events-title {
    font-size: 17px;
    line-height: 1.1em;
	font-weight:500;
}
.events-time {
    font-size: 13px;
	font-weight: 500;
  
}

.share-events {
    display: flex;
    background: #fff;
    justify-content: space-between;
    border-radius: 30px;
    align-items: center;
    padding: 2px 12px;
    flex-basis: min-content;
    min-width: 125px;
}
.share-icons {
    display: flex;
    justify-content: end;
}

/* Upcoming Events Card */
#myModal2 .modal-dialog {
    max-width: 380px !important;
}
#myModal2 .modal-body {
    background: #dadada;
	padding: 32px 24px;
}
#myModal2 .modal-content {
    background: transparent;
    border: 0;
}

#myModal2 .modal-header .close {
    outline: none;
    text-shadow: none;
    color: #000;
    font-weight: normal;
    background: #dadada;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
	opacity:1;
	font-size: 16px;
}
.upcoming-event-card {
/*     max-width: 250px; */
    width: 100%;
	background: #dadada;
    padding: 24px;
}
.upcoming-event-card .event-image {
    width: 100%;
    object-fit: cover;
    min-height: 140px;
    object-position: center;
}
.upcoming-event-title {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 8px;
    font-weight: 500;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.upcoming-event-banner {
    background: #e53935;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 6px 16px;
    font-size: 14px;
    width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.register-btn {
    color: #fff;
    background: #fc4444;
    display: block;
    width: max-content;
    margin: auto;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 12px;
}

.register-btn:hover, .register-btn:focus {
   color: #fff;
   text-decoration: none;
}

.upcoming-event-details {
    padding: 24px 24px 0px;
    text-align: center;
    background: rgb(218 218 218);
}

.upcoming-event-time {
    font-size: 13px;
	font-weight: 500;
}

.overlay-sec {
    position: absolute;
    bottom: 24px;
    width: 80%;
    left: 50%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Private Parties */
.quick-spec {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin-bottom: 12px;
}

.-venue-specs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.spec-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 12px;
}

.spec-title:first-child {
    padding-top: 0;
}

.private-content-right ul li {
    font-size: 18px;
}

.spec-feature {
    margin-bottom: 0;
}

.private-content-right {
    background-color: rgb(255 255 255 / 70%);
    padding: 20px 40px;
}

.top-privat-sec .private-content-left {
    position: relative;
}

.top-privat-sec .private-content-left:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(0 0 0 / 70%);
    top: 0;
    z-index: 0;
}

.looking-sec {
    padding: 24px;
    position: relative;
    z-index: 1;
}

.sub-para-text {
    font-weight: 500;
}

.looking-sec p {
    font-size: 18px;
}

.btn-sec-floor {
    margin-top: 20px;
}

.custom-main-button {
    display: flex;
    max-width: 276px;
    margin: auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid #8c8c8c;
    font-weight: 500;
    min-height: 55px;
    justify-content: center;
    align-items: center;
}

.custom-main-button:hover, .custom-main-button:focus {
    background: #34DDFF;
    color: #000;
    outline: none;
    box-shadow: none;
	border-color:#34DDFF;
}


 .venue-details .card {
   margin-bottom: 10px
}

.venue-details .card-header {
    background-color: #34DDFF;
    border: 1px solid #34DDFF;
}

.venue-details .card-header h5 {
   font-weight: normal;
}

.venue-details .card-header a {
   color: #000000;
   font-size: 18px;
   text-decoration: none
}

.venue-details .card-header a h5 {
   font-weight: normal;
   font-size: 18px;
}

.venue-details .card-header a::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 24px;
    transform: translateY(-50%) rotate(180deg);
    background-image: url('/wp-content/uploads/2025/04/minus-icon-new.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

.venue-details .card-header a.collapsed::after {
    background-image: url('/wp-content/uploads/2025/04/plus-icon-new.png');
    transform: translateY(-50%) rotate(0deg);
}


.venue-details .card-body {
   border: 1px solid #34DDFF;
   padding: 2rem
}

.action-btn {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.action-btn .custom-main-button-header {
    display: inline-flex;
    background-color: #fff;
    font-weight: 500;
    font-size: 17px;
    color: #000 !important;
    justify-content: center;
    min-height: 55px;
    align-items: center;
    min-width: 220px;
	transition:all 0.3s ease;
}

.action-btn .custom-main-button-header:hover, .action-btn .custom-main-button-header:focus {
  background-color: #34DDFF;
  box-shadow:none; 
  outline:none;
  color:#000 !important;	
}
.venue-details .card-body ul {
    padding: 0;
    list-style-position: inside;
}

/* Form Style Lead */
/* #tripleseat_embed_form input, #tripleseat_embed_form select {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.7242;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input.timeselect_input {
    width: 100% !important;
}
*/
#tripleseat_embed_form .row_email_opt_out input, .row_email_opt_out label {
    margin-bottom: 0;
}

.row_contact_header h2, h2#lead_form_event_header {
    font-size: 20px;
    font-weight: normal;
}

.row_first_name td {
    width: 50%;
}
.row_first_name td  input, .row_email_address input, .row_company input, .row_event_date input, #tripleseat_embed_form #lead_guest_count {
  width:100%;
}
 #tripleseat_embed_form #lead_phone_number {
    width: 100% !important;
}

#tripleseat_embed_form #lead_form_submit a {
    display: none;
}
#tripleseat_embed_form input, #tripleseat_embed_form button, #tripleseat_embed_form textarea {
    border: solid 1px #ccc !important;
    border-radius: 4px;
}
/* .row_email_opt_out td {
    display: flex;
    gap: 10px;
} */
#tripleseat_embed_form input#lead_submit {
    background: #34DDFF;
    color: #000;
    border: none !important;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
}

#tripleseat_embed_form input, #tripleseat_embed_form button, #tripleseat_embed_form textarea {
    border: solid 1px #ccc !important;
}
input.hasDatepicker {
    width: 120px !important;
}

input.timeselect_input {
    padding-left: 23px;
    width: 120px !important;
}

.row_contact_header h2 {
    font-size: 20px;
    font-weight: normal;
}

#lead_form_event_header {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}


.row_email_opt_out label {
    margin-left: 8px;
	margin-top: -5px;
}
div#ui-datepicker-div {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
}

#errorExplanation {
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    margin: 0px auto 20px;
}
#tripleseat_embed_form {
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 10px;
    max-width:800px;
    margin:auto;
}
#tripleseat_embed_form table {
    width: 100%;
}
.row_referred_by #lead_referral_source_id {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#tripleseat_embed_form input:focus, #tripleseat_embed_form button:focus, #tripleseat_embed_form textarea:focus, .row_referred_by #lead_referral_source_id:focus {
	outline:0;
	box-shadow:none;
	border-color:#34DDFF !important;
}

#tripleseat_embed_form input.error, #tripleseat_embed_form .location_list.error, .errorExplanation {
    border: 1px solid #ed1c24 !important;
}


.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; 
}

.section-heading div {
  color: white;
  font-size: 37px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}

.section-heading .line {
  flex-grow: 1;
  height: 1px;
  background-color: #fff; 
}

#address-links a:hover, #address-links a:focus {
    color: #fff;
}

.scroll-arrow-container {
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    bottom: 32px;
    background: #fff;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #0d0d0d1a;
}

#scrollDownBtn {
background: none; 
border: none;
}

#scrollDownBtn svg {
    width: 18px;
    height: 18px;
}
