:root {
  --color-primary: #ffc80b;
  --color-gradient-start: #ffc80b;
  --color-gradient-stop: #ffc80b;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #666;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Roboto', sans-serif;
  color: #000;
}

.h1, h1 {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.4em;
}

.h2, h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
}

.h3, h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.h4, h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5em;
}

.h5, h5 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7em;
}

.h6, h6 {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 500;
  color: #0a0a0a;
}

.main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mainbar-wrap {
  padding-left: 35px;
  padding-right: 35px;
}

.navbar-brand {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-nav > li > a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #FFF;
}

.contact-form select,
.contact-form input,
.contact-form textarea,
.contact-form .ui-selectmenu-button {
  color: #000;
}

.ld-pf-item .ld-pf-bg {
  background: rgba(255, 200, 11, 0.9);
}

.main-footer {
  color: #b5b7c4;
  position:relative
}

.main-footer a:not(.btn) {
  color: #b5b7c4;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}
.bg-opacity::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 93%); /* Adjust color and opacity */
  z-index: 1;
}
.bg-opacity-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 70%); /* Adjust color and opacity */
  z-index: 1;
}
.onlyMobile{
  display:none;
}

.brandImages{
  display:flex;
  flex-wrap: wrap;
  gap:10px;
  align-items: center;
}
.brandImages > div{
  flex: 1 1 calc(20% - 20px); /* Each column takes up 50% width minus the gap */
  box-sizing: border-box; 
  background-color: #fff;
  border-radius:8px;
  padding:5px;
  box-shadow: 0px 2px 15px 1px rgba(207,207,207,0.75);
-webkit-box-shadow: 0px 2px 15px 1px rgba(207,207,207,0.75);
-moz-box-shadow: 0px 2px 15px 1px rgba(207,207,207,0.75);
text-align:center;

}
.brandImages > div:hover{
  box-shadow: none !important;
}
@media (max-width: 768px){
  .brandImages > div{
    flex: 1 1 calc(50% - 20px);
  }
  .onlyMobile{
    display:block;
  }
  .mobileImageBanner{
    padding-top:50% !important;
  }
}
.WhatsApp{
  position:fixed;
  right:10px;
  bottom:10px;
  z-index:4;
  width:60px;
  cursor:pointer;
}

#whatsAppQR{
  display:none;
  position:fixed;
  max-width:390px;
  height:420px;
  width:90%;
  z-index:99;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
  border-radius:15px;
  overflow:hidden;
}
#whatsAppQR::before{
  content:'';
  position:fixed;
  height:100%;
  width:100%;
  background-color:#00000050;
  left:0; top:0;
  z-index:90;
}
#whatsAppQR img{
  width:100%;
  position:relative;
  z-index:99;
}
.close-modal{
  position: absolute;
  top: 5px;
  z-index: 100;
  right: 10px;
  cursor:pointer;
  font-size:24px;
}
.whatsapplink{
  position: absolute;
  z-index:999;
  left:0;
  bottom:30px;
  right:0;
  width:100%;
  text-align:center;
  color:#000;
}